.focus-on-text.metabolic-health{
	color: var(--grey-300, #BED9BF);
}

.focus-on-text.better-sleep{
	color: var(--grey-300, #918E89);
}

.focus-on-text.nutrition{
	color: var(--palette-300, #D9D9F9);
}

.focus-on-text.nootropics{
	color: var(--palette-300, #D9D9F9);
}

#products-shop .product-content .d-block.pdt-title.metabolic-health{
	color: var(--palette-900, #002D2B);
}

#products-shop .product-content .short-description.metabolic-health{
	color: var(--palette-700, #004F4C);
}

#products-shop .product-content .price.metabolic-health{
	color: var(--palette-600, #00605D);
}

#products-shop .product-content .add_to_cart_button.metabolic-health{
	background: var(--palette-600, #00605D);
}

#products-shop .product-content .d-block.pdt-title.better-sleep{
	color: var(--grey-900, #1A1A1A);
}

#products-shop .product-content .short-description.better-sleep{
	color: var(--grey-700, #42413F);
}

#products-shop .product-content .price.better-sleep{
	color: var(--grey-600, #565452);
}

#products-shop .product-content .add_to_cart_button.better-sleep{
	background: var(--grey-600, #565452);
}

#products-shop .product-content .d-block.pdt-title.nutrition{
	color: var(--palette-900, #470C75);
}

#products-shop .product-content .short-description.nutrition{
	color: var(--palette-700, #8A4FC3);
}

#products-shop .product-content .price.nutrition{
	color: var(--palette-600, #AB71EA);
}

#products-shop .product-content .add_to_cart_button.nutrition{
	background: var(--palette-600, #AB71EA);
}

#products-shop .product-content .d-block.pdt-title.nootropics{
	color: var(--palette-900, #000070);
}

#products-shop .product-content .short-description.nootropics{
	color: var(--palette-700, #514DC5);
}

#products-shop .product-content .price.nootropics{
	color: var(--palette-600, #7973EF);
}

#products-shop .product-content .add_to_cart_button.nootropics{
	background: var(--palette-600, #7973EF);
}

a:visited{
	color:white;
}

#products-shop{
	background:white;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	width: -webkit-fill-available;
}

#products-shop .product-tags{
	position: absolute;
    display: flex;
    height: 36px;
    padding: var(--Spacing-0, 0px) var(--Spacing-6, 24px);
    justify-content: center;
    align-items: center;
    border-radius: var(--Spacing-6, 24px);
    background: rgba(255, 255, 255, 0.01);
    box-shadow: 0px 0px 6px 0px var(--palette-200, #E6E6FB) inset;
    gap: 10px;
	top: 30px;
    right: 35px;
}
#products-shop .product-tags a,
#products-shop .product-tags a:visited{
	color: var(--palette-700, #514DC5);
    font-size: var(--Text-Body-Small, 12px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.24px;
}
#products-shop .product{
	width:25%;
	background:white;
	border: 1px solid var(--palette-300, #D9D9F9);
	display: flex;
	padding: 40px 40px 10px 40px;
	height:auto;
    flex-direction: column;
    justify-content: space-between;
}
#products-shop ul.products{
	gap:0;
}
#products-shop .product-content{
	display: flex;
    flex-direction: column;
}

#products-shop .product-content .add_to_cart_button{
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 24px;
    background: var(--palette-600, #7973EF);
    color: var(--white, #FFF);
    font-family: 'KH-Teka';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
}
#products-shop .product-content .d-block.pdt-title{
	color: #000070;
	font-size: var(--Headers-H-5, 28px);
	font-style: normal;
	font-weight: 400;
	line-height: var(--Headers-H-4, 38px);
	letter-spacing: -0.28px;
}
#products-shop .product-content .short-description{
	color: var(--palette-700, #514DC5);
	font-size: var(--Text-Body-Small, 12px);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.24px;
}

#products-shop .product-content .price{
	color: var(--palette-600, #7973EF);
	font-size: var(--Headers-H-5, 28px);
	font-style: normal;
	font-weight: 400;
	line-height: var(--Headers-H-4, 38px); /* 135.714% */
	letter-spacing: -0.28px;
}

#products-shop .product-content .quantity-cart{
	padding-top:1em;
    gap: 0.5em;
	display: flex;
    justify-content: space-between;
    align-items: center;
}

#products-shop .product-content .quantity-cart .add_to_cart_button{
	display: flex;
    height: var(--Spacing-8, 40px);
    padding: var(--Spacing-0, 0px) var(--Spacing-7, 5px);
    justify-content: center;
    align-items: center;
    color: var(--white, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    gap: 10px;
    border-radius: 24px;
    background: var(--palette-600, #7973EF);
    flex: 1 0 0;
}

#products-shop .product-content .custom-quantity-buttons{
	gap: var(--Spacing-1, 4px);
	display: flex;
    justify-content: space-between;
    align-items: center;
}
#products-shop .product-content .quantity-cart .quantity-field{
	width:13px;
    color: var(--palette-600, #7973EF);
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    width: var(--Spacing-8, 40px);
    height: var(--Spacing-8, 40px);
    padding: 13px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: var(--Spacing-6, 24px);
    border: 1px solid var(--palette-400, #B9B7F6);
}

#products-shop .product-content .quantity-cart .quantity-btn{
	display: flex;
    width: var(--Spacing-8, 40px);
    height: var(--Spacing-8, 40px);
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: white;
    border-radius: var(--Spacing-6, 24px);
    border: 1px solid var(--palette-400, #B9B7F6);
}
#products-shop .product-content .quantity-cart .quantity-btn:after{
	content:unset !important;
}

#products-shop .product-content .quantity-cart .added_to_cart{
	display:none !important;
}


.woocommerce nav.woocommerce-pagination ul{
	display: flex;
    padding: var(--Spacing-8, 40px) var(--Spacing-5, 20px);
    justify-content: center;
    align-items: center;
    gap: 16px;
	border:unset;
}

.woocommerce nav.woocommerce-pagination{
	width:100vw;
}

.woocommerce nav.woocommerce-pagination ul li span.current{
	border-radius: var(--Spacing-6, 24px);
    background: var(--palette-600, #7973EF);
    display: flex;
	padding:0;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--white, #FFF);
    font-family: 'KH-Teka';
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span{
	width:40px;
	height:40px;
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--blue-600, #7973EF);
    font-family: 'KH-Teka';
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: white;
	border-radius: var(--Spacing-6, 24px);
}

.woocommerce-pagination .page-numbers li{
	border-radius: var(--Spacing-6, 24px);
    border: 1px solid var(--blue-400, #B9B7F6) !important;
    display: flex;
    width: var(--Spacing-8, 40px);
    height: var(--Spacing-8, 40px);
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.woocommerce-pagination .page-numbers li span{
    width: var(--Spacing-8, 40px);
    height: var(--Spacing-8, 40px);
}

.product-counts{
    color: var(--white, #FFF);
    font-family: 'KH-Teka';
    font-size: var(--Headers-H-4, 38px);
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.76px;
}

.filter-dropdown-shop .elementor-button-content-wrapper{
	cursor:pointer;
}

#brand-submenu-shop{
	border-top: 1px solid var(--white, #FFF);
	background: var(--blue-200, #E6E6FB);
}

#brand-submenu-shop .submenu{
    display: flex;
    align-items: center;
    flex: 1 0 0;
    margin: 0;
    padding: 0;
	flex-wrap: wrap;
}

#brand-submenu-shop .submenu li {
    display: flex;
    padding: var(--Spacing-5, 20px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--Spacing-5, 20px);
    flex: 1 0 0;
}

#brand-submenu-shop .submenu li a {
	cursor:pointer;
 	color: var(--blue-700, #514DC5);
	text-align: center;
	font-size: var(--Headers-H-5, 20px);
	font-style: normal;
	font-weight: 400;
	line-height: var(--Headers-H-4, 38px);
	letter-spacing: -0.28px;
	padding:10px;
}

#brand-submenu-shop .brand-link.active a{
	display: flex;
    align-items: center;
    color: var(--white, #FFF);
    border-radius: 99px;
    border: var(--Spacing-0, 1px) solid var(--blue-700, #514DC5);
    background: var(--blue-700, #514DC5);
	padding:10px;
	gap:10px;
}
#brand-submenu-shop .brand-link svg{
	display:none;
}

#brand-submenu-shop .brand-link.active svg{
	display:block;
}

.search-filter-container-shop{
	display: flex;
    justify-content: unset;
    gap: 16px;	
	flex-wrap: wrap;
}

.search-filter-container-shop #search-shop{
	width: -webkit-fill-available;
    max-width: 605px;
}

.search-filter-container-shop.active-color{
	background-color: var(--blue-200, #E6E6FB) !important;
}


#search-count-container{
	width:auto;
}
#search-h3-shop .elementor-widget-container{
	display: flex;
    align-items: center;
}
.search-filter-container-shop.active-color #search-h3-shop h3,
.search-filter-container-shop.active-color .product-counts{
	color: var(--blue-600, #7973EF) !important;
}

.search-filter-container-shop.active-color input{
	background:white !important;
}

.search-filter-container-shop.active-color input::placeholder {
	color: var(--blue-400, #B9B7F6);
}

.search-filter-container-shop.active-color .filter-dropdown-shop.active,
.search-filter-container-shop.active-color .filter-dropdown-shop.active a{
	border-radius: var(--Spacing-7, 32px);
    border: 1px solid var(--blue-500, #9995F2);
    background: var(--blue-700, #514DC5);
}

.search-filter-container-shop.active-color .filter-dropdown-shop.active span{ 
	color: var(--white, #FFF);
}
.search-filter-container-shop.active-color .filter-dropdown-shop.active path{
    stroke: white;
}

.search-filter-container-shop.active-color .filter-dropdown-shop span{ 
	color: var(--blue-1000, #181789);
}
.search-filter-container-shop.active-color .filter-dropdown-shop path{
    stroke: #181789;
}
.search-filter-container-shop.active-color .filter-dropdown-shop a{
	border-radius: var(--Spacing-7, 32px);
	border: 1px solid var(--blue-500, #9995F2) !important;
}

#banner-container-shop.active,
#products-shop.active{
	background: var(--palette-900, #000070);
}

#banner-container-shop.active .elementor-background-video-container,
#products-shop.active .woocommerce.columns-4 {
	opacity:0.4;
}

#svg-explore-shop-div-mobile .elementor-widget-container{
	position: absolute;
    right: -20px;
    left: -20px;
    bottom: 0;
}

#latest-news-text-homepage{
	display: flex;
    flex-direction: column-reverse;
}

#latest-news-text-homepage {
    position: sticky;
    top: 0;
    display: flex;
    height: 840px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: var(--Spacing-8, 40px);
    flex: 1 0 0;
}

#svg-explore-shop-div{
	position: absolute;
    height: 100vh;
	right: 0;
}

#svg-explore-shop-div svg{
	position: absolute;
    right: 0;
    width: auto;
    top: 21vh;
}

.category-decription{
	max-width: 800px !important;
	align-self: stretch !important; 
}

.category-decription p{
	margin:0;
}

.product-counts{
	margin:0;
}

@media(max-width:1345px){
	#number-shop-count{
		display:none;
	}
}

@media(max-width:1024px){
	#search-category{
		width:unset;
	}
	#products-shop .product{
		width:50%;
	}
	
	.search-filter-container-shop #search-shop{
		width: -webkit-fill-available;
    	max-width: 100%;
	}
	#latest-news-text-homepage{
		position:unset ;
	}
	#brand-dropdown-shop{
		width:100%;
	}
	#brand-dropdown-shop .elementor-button.elementor-size-sm{
		width:100%;
		padding: 15px 34px 15px 34px;
	}
	
	#brand-dropdown-shop .elementor-button.elementor-size-sm .elementor-button-content-wrapper{
		display: flex;
    	justify-content: space-between;
	}
	
	.search-filter-container-shop{
		flex-direction: column !important;
   	 	align-items: unset;
		gap:24px;
	}
	#search-shop{
		width: -webkit-fill-available;
	}
	
	#products-shop .product-content .quantity-cart .add_to_cart_button{
		padding:10px;
		flex:unset;
	}
	.quantity-cart .woocommerce-LoopProduct-link.woocommerce-loop-product__link{
		display:none;
	}
	#circle-homepage{
		position:absolute;
		right:0;
		top:0;
		height: 1142px;
	}	
	
	.questionare-articles img{
		width:300px;
		height:300px;
	}
}

@media(max-width:767px){
	.questionare-articles .elementor-widget-image .elementor-widget-container{
		max-width: 120px;
	}
	.questionare-articles .elementor-widget-image .elementor-widget-container img{
		width: 120px;
    	height: 170px;
	}
	
	.questionare-articles .elementor-button{
		padding: 10px 12px;
	}
	#circle-homepage{
		height:1050px;
		width: -webkit-fill-available;
	}
	#brand-dropdown-shop{
		width:100%;
	}
	#products-shop .product{
		width:100%;
	}
	
	.little-images{
		justify-content: flex-end !important;
	}
	#home-image-svg-one img{
		width: 69.6px;
    	height: 119.4px;
	}
	#home-image-svg-two img{
		width: 55.2px;
		height: 61.8px;
	}
	#brand-submenu-shop .submenu{
		flex-direction:column;
	}
	.product-counts{
		font-size: var(--Headers-H-4, 24px);
		font-style: normal;
		font-weight: 400;
		line-height: 110%;
		letter-spacing: -0.48px;
	}
}


#search-category{
	width:814px;
}

#search-category .dgwt-wcas-search-wrapp{
	width: 100%;
    margin: 0;
    max-width: unset;
}

#search-category #dgwt-wcas-search-input-2{
	background:transparent;
	border-radius: var(--radius-radius-xl, 24px);
	border: 1px solid var(--white, #FFF);
	padding: 0px 20px;
    height: 48px;
}
#search-category  #dgwt-wcas-search-input-2::placeholder{
	color: var(--palette-100, #F2F2FD);
    font-family: 'KH-Teka';
    font-size: var(--Text-Body, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

#search-category .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{
	display:none;
}

.breadcrumb-homepage-link a{
	text-decoration:none;
	color:white !important;
}


.long-desc-brand-cat {
    padding: 30px;
    border-radius: 30px;
    border: 1px solid var(--Greyscale-Grey-150, #F0F2F3);
    background: var(--Brand-Secondary-Orange-100, #FAF9F7);
}


.long-desc-brand-cat ul {
    padding-left: 40px;
}

.acf-faq-accordion .faq-answer {
    display: none;
    font-feature-settings: 'liga' off, 'clig' off;
    font-style: normal;
    font-weight: 400;
    padding-top: 32px;
    color: #28269A;
    font-family: "KH-Teka";
    font-size: 16px;
}

#faq-cat-brand .faq-item {
    padding: 24px 40px 24px 40px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #D9D9F9;
    transition: 3s;
}

#faq-cat-brand .faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    color: #000070;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
}

#faq-cat-brand .faq-question  h3{
	margin: unset;
	font-size: 21px;
}

#faq-cat-brand .faq-toggle-icon svg {
    transition: transform 0.3s ease;
}

.icon-desktop,
.icon-mobile{
	display: flex;
    width: 40px !important;
    height: 40px !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: var(--Spacing-6, 24px);
    border: 1px solid var(--palette-600, #7973EF)
}


.icon-mobile {
    display: none;
}

.faq-question.open .mobile-toggle-icon {
    transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
	.acf-faq-accordion .faq-answer{
		padding-top: 10px;
	}
	
	#faq-cat-brand .faq-question h3,
	#faq-cat-brand .faq-question p{
		font-size: 16px;
	}
	
    #faq-cat-brand .faq-toggle-icon {
        padding: 0;
    }

    #faq-cat-brand .faq-question {
        font-size: 20px;
    }

    #faq-cat-brand .faq-item {
        transition: 3s;
        padding: 24px 0;
        border-radius: unset;
        border-bottom: 1px solid var(--Greyscale-Grey-150, #F0F2F3);
        background: unset;
        margin-bottom: unset;
    }

    #faq-cat-brand .faq-toggle-icon {
        background: unset;
        border-radius: unset;
    }
}

@media (max-width: 1024px) {
    #search-category .dgwt-wcas-search-wrapp form {
        width: 100%;
    }
}

#search-category .dgwt-wcas-sf-wrapp.active #dgwt-wcas-search-input-2 {
    color: #000070;
}

#search-category .dgwt-wcas-sf-wrapp:not(.active) #dgwt-wcas-search-input-2 {
    color: #000070;
}

.category-articles .elementor-post__text{
	display: flex !important;
    justify-content: space-between;
    padding-top: 20px !important;
}

.category-articles .elementor-post__title {
	padding: 0 20px;
}

@media(max-width: 768px){
	.category-articles .elementor-post__thumbnail{
		width: 120px !important;
    	height: 170px !important;
	}
	.category-articles .elementor-post__thumbnail img{
		height: 100%;
    	width: auto;
	}
}

.long-description-text a{
	color: #28269A !important;
}


@media (max-width: 1024px) {
    #search-category .dgwt-wcas-search-wrapp form {
        width: 100%;
    }
}

#search-category .dgwt-wcas-sf-wrapp.active #dgwt-wcas-search-input-2 {
    color: #000070;
}

#search-category .dgwt-wcas-sf-wrapp:not(.active) #dgwt-wcas-search-input-2 {
    color: #000070;
}

#search-category  .dgwt-wcas-search-icon{
	display: none !important;
}
#search-category .dgwt-wcas-search-wrapp .dgwt-wcas-search-form{
	display: flex !important;
	position: unset;
    opacity: 1;
    min-width: unset;
}

#dgwt-wcas-search-input-3{
    background: transparent;
    border-radius: var(--radius-radius-xl, 24px);
    border: 1px solid var(--white, #FFF);
    padding: 0px 20px;
    height: 52px;
}

#dgwt-wcas-search-input-3::placeholder{
	color:white;
}

#header-search-shortcode .dgwt-wcas-sf-wrapp.active {
    border: unset !important;
}

.swiper-wrapper{
	background: white;
    display: flex;
    flex-direction: row;
    width: -webkit-fill-available;
}

.swiper-wrapper .product-tags{
    position: absolute;
    display: flex;
    height: 36px;
    padding: var(--Spacing-0, 0px) var(--Spacing-6, 24px);
    justify-content: center;
    align-items: center;
    border-radius: var(--Spacing-6, 24px);
    background: rgba(255, 255, 255, 0.01);
    box-shadow: 0px 0px 6px 0px var(--palette-200, #E6E6FB) inset;
    gap: 10px;
    top: 30px;
    right: 35px;
}

.swiper-wrapper  .product-tags a,
.swiper-wrapper  .product-tags a:visited{
    color: var(--palette-700, #514DC5);
    font-size: var(--Text-Body-Small, 12px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.24px;
}

.swiper-wrapper .product{
	background: white;
    border: 1px solid var(--palette-300, #D9D9F9);
    display: flex;
    padding: 40px 40px 10px 40px;
    flex-direction: column;
    justify-content: space-between;
}

.swiper-wrapper ul.products,{
    gap: 0;
}

.swiper-wrapper .product-content{
    display: flex;
    flex-direction: column;
}

.swiper-wrapper .product-content .add_to_cart_button{
	border: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 24px;
    background: var(--palette-600, #7973EF);
    color: var(--white, #FFF);
    font-family: 'KH-Teka';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
	height: 40px;
	cursor: pointer;
}

.swiper-wrapper .product-content .d-block.pdt-title{
    color: #000070;
    font-size: var(--Headers-H-5, 28px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Headers-H-4, 38px);
    letter-spacing: -0.28px;
}

.swiper-wrapper .product-content .short-description{
    color: var(--palette-700, #514DC5);
    font-size: var(--Text-Body-Small, 12px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.24px;
}

.swiper-wrapper .product-content .price{
    color: var(--palette-600, #7973EF) !important;
    font-size: var(--Headers-H-5, 24px) !important;
    font-style: normal;
    font-weight: 400;
    line-height: var(--Headers-H-4, 38px);
    /* 135.714% */
    letter-spacing: -0.28px;
}


.swiper-wrapper .product-content .quantity-cart{
    padding-top: 1em;
    gap: 0.5em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.swiper-wrapper .product-content .quantity-cart .add_to_cart_button{
    display: flex;
    height: var(--Spacing-8, 40px);
    padding: var(--Spacing-0, 0px) var(--Spacing-7, 5px);
    justify-content: center;
    align-items: center;
    color: var(--white, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    gap: 10px;
    border-radius: 24px;
    background: var(--palette-600, #7973EF);
    flex: 1 0 0;
}

.swiper-wrapper .product-content .custom-quantity-buttons{
    gap: var(--Spacing-1, 4px);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.swiper-wrapper .product-content .quantity-cart .quantity-field{
    width: 13px;
    color: var(--palette-600, #7973EF);
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    width: var(--Spacing-8, 40px);
    height: var(--Spacing-8, 40px);
    padding: 13px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: var(--Spacing-6, 24px);
    border: 1px solid var(--palette-400, #B9B7F6);
}

.swiper-wrapper .product-content .quantity-cart .quantity-btn{
    display: flex;
    width: var(--Spacing-8, 40px);
    height: var(--Spacing-8, 40px);
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: white;
    border-radius: var(--Spacing-6, 24px);
    border: 1px solid var(--palette-400, #B9B7F6);
}

.swiper-wrapper .product-content .quantity-cart .quantity-btn:after{
    content: unset !important;
}

.swiper-wrapper .product-content .quantity-cart .added_to_cart{
    display: none !important;
}

.title-div {
	display: flex;
    justify-content: space-between;
    padding: 1em 0em;
    gap: 20px;
    align-items: center;
	flex-wrap:wrap;
}


.title-div h3{
	margin: 0;
    font-family: "KH-Teka", Sans-serif;
    font-size: 38px;
    font-weight: 400;
    color: #7973EF;
}

.generic-buttons,
.newest-buttons{
	display: flex;
    align-items: center;
    gap: 6px;
}

.generic-buttons .previous-button-generic,
.generic-buttons .next-button-generic,
.newest-buttons .previous-button-newest,
.newest-buttons .next-button-newest{
	width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    background: white;
    border-radius: 100px;
    justify-content: center;
    cursor: pointer;
	border: 1px solid var(--palette-400, #B9B7F6);
}
.generic-buttons .previous-button-generic:hover,
.generic-buttons .next-button-generic:hover,
.newest-buttons .previous-button-newest:hover,
.newest-buttons .next-button-newest:hover{
    background: rgba(255, 255, 255, 0.01);
    box-shadow: 0px 0px 5px 0px var(--palette-600, #7973EF) inset;
}

@media(max-width:1024px) {
	.swiper-wrapper .product-content .quantity-cart .add_to_cart_button{
        padding: 10px;
        flex: unset;
    }
	
}
@media(max-width: 768px){
	.title-div{
		padding: 1em 2em;
    	gap: 10px;
	}
	.generic-buttons .previous-button-generic,
	.generic-buttons .next-button-generic{
		width: 45px;
    	height: 45px;
	}
}

.swiper-wrapper .product-content .add_to_cart_button:hover{
	box-shadow: 0px 0px 12px 0px var(--palette-600, #7973EF) inset !important;
    background: white !important;
    color: #7973EF !important;
}

@media(min-width: 1440px){
	.swiper-wrapper .product{
		padding: 30px 30px 10px 30px;
	}
}

/*story 3 changes */

.top-brands-paragraph-h2{
	color: #7973EF;
}

.top-brands-paragraph-p{
	color: #28269A;
	padding-bottom: 10px;
}
.top-brands-paragraph a{
	color: #000070;
}

.top-brands-paragraph a:hover{
	color: #4A47E0;
}

/* ==========================================================================
   Category Hero Banner
   Replace the three URLs below with your actual uploaded image paths
   (Media Library URL, or a path inside your theme, e.g. get_template_directory_uri())
   ========================================================================== */

.category-hero {
	position: relative;
	width: 100%;
	background-color: #6a5cf0; /* fallback color while image loads */
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #ffffff;
	overflow: hidden;

	background-image: url('/wp-content/uploads/2026/08/Mobile-Background.webp');
	min-height: 640px;
}

.category-hero__inner {
	margin: 0 auto;
	padding: 32px 40px 34px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	min-height: 640px;
}

.category-hero__breadcrumb {
	font-size: 15px;
	opacity: 0.9;
	margin-bottom: 40px;
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.category-hero__breadcrumb a {
	color: #ffffff;
	text-decoration: none;
}

.category-hero__breadcrumb a:hover {
	text-decoration: underline;
}

.category-hero__breadcrumb-sep {
	opacity: 0.8;
}

.category-hero__desc {
	font-size: 17px;
	line-height: 1.6;
	max-width: 620px;
	opacity: 0.95;
}

.category-hero__desc p {
	margin: 0 0 8px;
	color: #FFF;
    font-family: 'KH-Teka';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

/* ---------- Tablet (~768px and up) ---------- */
@media (min-width: 768px) {
	.category-hero {
		background-image: url('/wp-content/uploads/2026/08/Tablet-Background.webp');
		min-height: 720px;
		background-position: center right;
	}
	.category-hero__inner {
		min-height: 720px;
		padding: 80px 34px 64px;
	}
	.category-hero__title {
		max-width: 70%;
        margin-top: 80px;
        color: #FFF;
        font-size: 56px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
	}
	.category-hero__breadcrumb{
		margin-bottom: 20px;
	}
	.category-hero__breadcrumb a,
	.category-hero__breadcrumb span{
		font-size: 14px;
	}
	.category-hero__title,
	.category-hero__desc p{
		max-width: 340px;
	}
}
/* ---------- Desktop (~1200px and up) ---------- */
@media (min-width: 1200px) {
	.category-hero {
		background-image: url('/wp-content/uploads/2026/08/Desktop-Background-scaled.webp');
		min-height: 420px;
	}
	.category-hero__inner {
		min-height: 420px;
		justify-content: center;
		padding: 0 34px;
	}
	.category-hero__breadcrumb {
		margin-bottom: 24px;
	}
	.category-hero__title {
		font-size: 56px;
		max-width: 55%;
		margin-bottom: 20px;
		margin-top: 85px;
		font-style: normal;
		font-weight: 400;
		line-height: 120%;
	}
	.category-hero__desc {
		max-width: 55%;
	}
	.category-hero__title,
	.category-hero__desc p{
		max-width: 600px;
	}
}
	
@media(max-width: 768px){
	.category-hero__title{
		margin-top: 60%;
		color: #FFF;
		font-family: 'KH-Teka';
		font-size: 42px;
		font-style: normal;
		font-weight: 400;
		line-height: 120%;
	}
	
	.category-hero__inner{
		padding: 32px 34px 32px;
		min-height: unset;
	}
	.category-hero{
		min-height: unset;
	}
	.category-hero__desc p{
		color: #FFF;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 130%;
	}
}