.brand-info {
	background: #ffffff;
	border-top: solid 8px #000000;
	height: 104px;
}

.brand-info img {
	filter: invert(1);
	margin: 33px 0 42px 0;
}

h1.title.category-title {
	/* text-align: left; */
	font-size: 1.8rem;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
}

@media only screen and (max-width: 768px) {
	h1.title.category-title {
		font-size: 1.6rem;
		text-align: center;
	}
}

.seo-component {
	text-align: left !important;
}

@media only screen and (max-width: 768px) {
	.seo-component {
		text-align: center;
	}
}

.product-list-item__badges {
	display: none;
}

span.product-tile-badge {
	display: none !important;
}

.general-container--favourite-brand {
	display: none;
}

/* Authorized Seller Badge */

.BrandLandingPageTemplate {
  .ProductGridSlot::after {
    content: "";
    display: block;
    box-sizing: border-box;
    height: 100px;                 /* 80px badge + 10px top/bottom padding */
    margin-top: 10px;
    border-top: 5px solid #000000;
    background-image: url("https://media.theperfumeshop.com/pws/client/images/website/2026/brands/chanel/chanel-authorised-retailer.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80px 80px;
  }
}

.ExtendedProductDetailsPageTemplate{
	.ExtendedProductDetailsPageTemplate .product-details-outlet__container {
	  flex-direction: column;
	}
	
	.product-details-outlet__container::after {
	  content: "";
	  display: block;
	  box-sizing: border-box;
	  height: 100px;
	  margin-top: 10px;
	  border-top: 5px solid #000;
	  background: url("https://media.theperfumeshop.com/pws/client/images/website/2026/brands/chanel/chanel-authorised-retailer.png")
	    center/80px 80px no-repeat;
	}
}

/* Authorized Seller Badge Ends*/

