﻿@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&family=Teachers:ital,wght@0,400..800;1,400..800&display=swap');

.hanken-grotesk {
  font-family: "Hanken Grotesk", sans-serif;
}

.body-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}

.d-none{
    display: none;
}
.header-logo img {
    max-width: 40%;
}
.entry-title, .woocommerce-bacs-bank-details h2, .woocommerce-order-details h2, .woocommerce-column__title {
    text-transform: capitalize;
}
.woocommerce table.shop_table{
	border: 1px solid #9c39c1 !important;
}
.woocommerce-thankyou-order-details{
 background: #efffe7 !important;
    padding: 2rem;
    border: 1px solid #99db79 !important;
}

.woocommerce .order_details {
    margin: 0 0 1.5em;
    list-style: none;
    background: #f9e7ff;
    padding: 2rem;
    border: 1px solid #9c39c1;
}
.home .product-section.products_carousel li:nth-child(3){
	display:none;
}
.wc-block-components-address-form__address_2-toggle {
    background: #9950cf;
}
#header .header-middle {
    padding: 1em 0;
}
.footer-middle .social-link {
    display: block;
}
.postid-460 .price .woocommerce-Price-amount.amount::after,
.postid-1397 .price .woocommerce-Price-amount.amount::after {
    content: "Per Pair";
    padding-left: 1rem;
}
.woocommerce ul.products.columns-3 {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 24px !important;
}

.woocommerce ul.products.columns-3 > li.product {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    float: none !important;
    box-sizing: border-box !important;
}

.pcard__inner {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.pswp__bg {
    opacity: 0.85 !important;
}

.woocommerce-product-gallery__trigger {
    top: 20px;
    bottom: auto;
}
.text-uppercase{
	text-transform:uppercase;
}

.woocommerce p.stars a:after {
    letter-spacing: 2px;
}

.home .site-content .container {
    margin-bottom: 0em;
}
.text-white{
	color:#fff;
}
.mb-half{
	margin-bottom:0.5rem !important;
}
.my-1{
	margin-top:1rem;
	margin-bottom:1rem;
}

.bg-gradient{
	background: rgb(182, 33, 169);
    background: linear-gradient(90deg, rgba(144, 68, 204, 1) 0%, rgba(144, 68, 204, 1) 100%);
}
/* Top bar remains purple */
.header-topbar {
    color: #ffffff;
    background: rgb(182, 33, 169);
    background: linear-gradient(90deg, rgba(182, 33, 169, 1) 0%, rgba(144, 68, 204, 1) 100%);
}
/* Nav bar — overridden in header component with new lavender design */
#header-navigation {
    background: #f3e6ff !important;
    background-image: none !important;
    color: #3d0066 !important;
}

#header-navigation a, #header-navigation .search-area .live-search-results {
    color: #8749B8 !important;
}

#header-navigation .main-navigation .bigbazaar-main-menu>ul>li {
    border-left-width: 0px;
}

#header-navigation .main-navigation .bigbazaar-main-menu>ul>li:last-child {
    border-right-width: 0px;
}

#header-navigation .header-cart-content {
    padding: 5px 15px 5px 15px;
}

#header-navigation .category-menu .category-menu-title,
#header-navigation .header-cart-content {
    background-color: transparent;
}

.woocommerce ul.products .product-content .product-buttons .product-cart a,
.woocommerce ul.products .product-content .product-buttons .compare,
.woocommerce ul.products .product-content .product-buttons .add_to_wishlist,
.woocommerce ul.products .product-content .yith-wcwl-wishlistaddedbrowse a,
.woocommerce ul.products .product-content .yith-wcwl-wishlistexistsbrowse a,
.woocommerce ul.products .product-content .product-buttons .quickview {
    background-color: #65328b;
}

.product-items .product-entry .product-image {
    overflow: hidden;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #ff0000;
    font-size: 1.25em !important;
    font-weight: bold;
}

.product-section .section-tab .nav-tabs li a {
    border-bottom-width: 0px;
}

.woocommerce div.product .stock {
    color: #ff0000;
    font-weight: 600;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    background-color: #b522aa;
}

.product-toolbar .gridlist-toggle {
    margin-right: 2%;
}

.product-items .product-entry,
.widget-area .widget,
.widget-title, .product-section.categories_carousel .product-items .category-entry {
    border-width: 1px;
    border-style: solid;
    border-color: #f2f2f2;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    border-radius: 1rem;
    overflow: hidden;
}

.widget-area .widget {
    border-top-color: #eee;
}

.news-title {
    display: none;
}
.footer, .footer a {
    color: #999999;
    font-size: 95%;
}
.footer .widget-title {
    box-shadow: rgba(0, 0, 0, 0) 0px 4px 6px -1px, rgba(0, 0, 0, 0) 0px 2px 4px -1px;
}

.footer .widget .tagcloud a, .widget .tagcloud a {
    background: #3b1c52;
    color: #fff;
    margin: 2px 0 !important;
}

table.wishlist_table {
    border-width: 1px 1px 1px 1px !important;
}

table th,
.woocommerce div.product div.products h2,
.cart-collaterals .cross-sells h2 {
    text-transform: capitalize;
}

.woocommerce ul.products .product-content .product-buttons .product-cart a,
.woocommerce ul.products .product-content .product-buttons .compare,
.woocommerce ul.products .product-content .product-buttons .add_to_wishlist,
.woocommerce ul.products .product-content .yith-wcwl-wishlistaddedbrowse a,
.woocommerce ul.products .product-content .yith-wcwl-wishlistexistsbrowse a,
.woocommerce ul.products .product-content .product-buttons .quickview {
    background-color: #f50000 !important;
}

.gallery-icon img {
    margin: 0 auto;
    border-radius: 0.2rem;
}

.theiaStickySidebar .widget-title {
    border-radius: 1rem 1rem 0rem 0rem;
    box-shadow: rgba(0, 0, 0, 0) 0px 4px 6px -1px, rgba(0, 0, 0, 0) 0px 2px 4px -1px;
    background: #f0dcff;
}

.row.single-product-entry .col-sm-6 {
    min-height: 500px;
}

.woocommerce ul.product_list_widget li {
    border-bottom-color: #eee;
}

/* .bigbazaar-main-menu nav hidden — using custom csr-nav-link instead */
.bigbazaar-main-menu>ul>li>a {
    padding: 1.3em 1.3em;
    text-transform: uppercase;
}
/* Override for our custom nav */
#header-navigation .csr-nav-link {
    text-transform: none !important;
    color: #3d0066 !important;
    font-size: .875rem !important;
    letter-spacing: normal !important;
}

.wc-block-components-title.wc-block-components-title {
    text-transform: capitalize;
}

.content-area .entry-title{
    padding-bottom: 1rem !important;
    border-bottom: 1px solid #eee;
}

.header-middle .customer-support-email {
    margin-bottom: 0.5rem;
}

.wc-block-components-order-summary .wc-block-components-order-summary__button-text {
    font-weight: 600;
    text-transform: capitalize;
}

.wc-block-components-formatted-money-amount {
    white-space: nowrap;
    color: #f50000;
}

.wc-block-components-product-name {
    font-size: 1.2em;
    font-weight: 600;
}
.name-designation a{padding-right:5px;}


#cookie-notice.cn-bottom.box .button {
    background: #9043cb;
}

.mobile-nav-tabs .categories-menu{
	display:none;
}

.mobile-nav-tabs li {
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
}
#bottom-line p {
    font-size: 1.2rem;
    line-height: 15px;
    margin-top: 1rem;
}

/*.header-middle .header-logo{text-align:center;}*/

.testimonials .quote-content p, .testimonials-list .quote-content p {
    margin-top: 30px;
    padding: 2em;
    background-color: #f4e4ff;
    font-style: italic;
    border-color: transparent !important;
    font-size: 1.6rem;
}

.testimonials-section .quote-meta div {
    vertical-align: middle;
}

.testimonials .quote-meta .client-image{
	border-color: transparent !important;
}

.home .quote-content p{
	position:relative;
}

.home .quote-content p::before {
    content: "\f10d";
    font-family: "FontAwesome";
    font-size: 3rem;
    position: absolute;
    top: -25px;
    color: #65328b;
	    font-style: normal;
    text-shadow: 3px 2px #d59cff;
}

#back-to-top {
    border-radius: 2rem;
    color: #fff;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 10rem;
    font-size: 20px;
    padding-top: 3px !important;
}

.woocommerce .product-items .product-entry .product-image {
    overflow: hidden;
    height: 200px;
    width: 100%;
}
.woocommerce .product-items ul.products .product-entry .product-image img {
    margin: 0;
    object-fit: cover;
    height: 100%;
}
#home-categories ul.owl-carousel::nth-child(1){
	display:none;
}
.home .category-content{
	display:none;
}

.home .category-image{
	padding:0;
}

.home  .product-items .product-entry .product-image {
    padding: 0px;
    position: relative;
}

#footer-logos {
	display:block;
}
	#footer-logos-mobile {
	display: none;
}
	#footer-logos img {
	height: 22px;
	margin: 0px 0.5rem;
}
	#footer-logos {
	position: relative;
	left: 0;
	top: auto;
	bottom: auto;
	transform:translate(100px, -130px);
	width: auto;
}
	#media_image-3 img{
	max-width:40% !important;
}

@media only screen and (min-width : 1224px) {
	.woocommerce-cart .wc-block-grid.has-4-columns .wc-block-grid__product {
    flex: 1 0 25%;
    max-width: 24%;
}
	#media_image-2 img {
	margin-bottom: 1rem;
}
	#footer-logos {
	display:block;
}
	#footer-logos-mobile {
	display: none;
}
	#footer-logos img {
	height: 22px;
	margin: 0px 0.5rem;
}
	#footer-logos {
	position: relative;
	left: 0;
	top: auto;
	bottom: auto;
	transform:translate(130px, -130px);
	width: auto;
}
	#media_image-3 img{
	max-width:40% !important;
}
	.header-myaccount span, .header-wishlist span{
		display:none;
	}
	.topbar-right>div, .topbar-right>span, .topbar-welcome-message {
    display: inline-block;
    padding: 9px 15px;
}
	.header-myaccount:hover span, .header-wishlist:hover span{
		display:block;
	}
	.header-right .header-myaccount a, .header-right .header-wishlist a, .header-right .header-myaccount a i, .header-right .header-wishlist a i{
		position:relative;
	}
	.header-right .header-myaccount span, .header-right .header-wishlist span {
    position: absolute;
    width: 80px;
    left: 0;
    font-size: 75%;
    right: auto;
    transform: translate(-30px, 0px);
    background: #fff;
    float: left;
    text-align: center;
    text-transform: capitalize;
    padding: 0.5rem;
    border: 1px solid #d93;
    font-weight: 700;
}

	#header-navigation .customer-support {
    text-align: right;
    padding: 0.7rem 1rem;
}
	
    .hidden-xs.hidden-sm .search-area,
    .hidden-xs.hidden-sm .customer-support, .header-right.text-right, .header-cart-content {
        margin-top: 4rem;
        margin-bottom: 0rem;
    }

    .page-id-1150 .hentry .entry-content,
    .page-id-1150 .hentry .entry-summary {
        margin-top: 0px;
    }

    .woocommerce-product-gallery__image.slick-slide {
        height: 400px;
    }

    .slick-slide {
        height: 100px;
        min-height: 1px;
        overflow: hidden;
    }

    #product-image .slick-slide {
        height: 500px;
        min-height: 1px;
        overflow: hidden;
    }

    .slick-slide img {
        width: 100%;
        height: 100% !important;
        object-fit: cover;
    }

    .header-cart-content .heading-cart:before {
        margin-top: 5px;
    }
}

@media only screen and (max-width: 996px) and (min-width: 768px) {
	#footer-logos {
	display:block;
}
	#footer-logos-mobile {
	display: none;
}
	#footer-logos img{
	height:25px;
	margin:0 1rem;
}
	#footer-logos {
	position: relative;
	left: 0;
	top: auto;
	bottom: auto;
	transform:translate(100px, -130px);
	width: auto;
}
	#media_image-3 img{
	max-width:40% !important;
}
	#bigbazaar-stay-connected-2{
		display:none;
	}
	#footer-logos {
	display:none;
}
	#footer-logos-mobile {
	display: block;
}
	#footer-logos-mobile img {
	height: 40px;
	margin: 2rem auto;
	display: block;
}
	.footer .widget, .footer-copyright {
    text-align: center;
}
	#media_image-2 img {
	margin-bottom: 4rem;
}
}

@media only screen and (max-width: 767px){
    .hp-section.hp-testimonials-section::before {
    width: calc((100% - 0%) / 2) !important;
}
    .hp-testimonials-footer {
    text-align: center  !important;
    margin-top: 1.5rem;
}
    .hp-usp-icon {
    margin-bottom: 0rem !important;
}
    .hp-usp-item {
    display: flex  !important;
    gap: 0.5rem !important;
    padding: 1rem 0;
}
	#media_image-3 img{
	max-width:40% !important;
}
	#bigbazaar-stay-connected-2{
		display:none;
	}
	#footer-logos {
	display:none;
}
	#footer-logos-mobile {
	display: none;
}
	#footer-logos-mobile img {
	height: 40px;
	margin: 2rem auto;
	display: block;
}
	.footer .widget, .footer-copyright {
    text-align: center;
}
	.header-logo img {
    max-width: 40%;
}
	.header-logo{
		text-align:center;
	}
	#bottom-line{
		padding-top:2rem;
		padding-bottom:2rem;
	}
#bottom-line p, #bottom-line h4{
	text-align:center !important;
}
}

#media_image-2 img {
	max-width: 100% !important;
	height: auto;
	margin-bottom: 2rem;
}
.wc-block-cart__submit-button {
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    color: #ffffff !important;
    background: rgb(182, 33, 169);
    background: linear-gradient(90deg, rgba(182, 33, 169, 1) 0%, rgba(144, 68, 204, 1) 100%);
    border-radius: 2px;
}
.wc-block-components-address-form__address_2-toggle{
	 color: #ffffff !important;
    background: rgb(182, 33, 169) !important;
    background: linear-gradient(90deg, rgba(182, 33, 169, 1) 0%, rgba(144, 68, 204, 1) 100%) !important;
    border-radius: 2px;
}
.woocommerce .col2-set, .woocommerce-page .col2-set{
    padding: 1em;
    background: #fff4db;
    border: 1px solid #edd8a7 !important;
}
.is-large .wp-block-woocommerce-checkout-order-summary-block {
    border-radius: 5px;
    padding: 1em;
    background: #fff4db;
    border: 1px solid #edd8a7 !important;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
	background:transparent !important;
	border:transparent !important;
}
.woocommerce-MyAccount-navigation>ul li a {
    color: #000000;
    display: block;
    margin-right: 8px;
    padding: 6px 20px;
    border-radius: 10rem;
    background-color: #ffffff !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    border: 1px solid #dcdee1;
}
.woocommerce-MyAccount-navigation > ul li.is-active a {
    background: rgb(182, 33, 169) !important;
    background: linear-gradient(90deg, rgba(182, 33, 169, 1) 0%, rgba(144, 68, 204, 1) 100%) !important;
	color:#fff;
	border:1px solid rgb(182, 33, 169);
}
a.woocommerce-button.button.view, .woocommerce-account .addresses .title .edit {
    font-size: 85%;
    border-radius: 3rem;
    padding: 5px 10px;
	background: rgb(182, 33, 169) !important;
    background: linear-gradient(90deg, rgba(182, 33, 169, 1) 0%, rgba(144, 68, 204, 1) 100%) !important;
	color:#fff;
}
.woocommerce-account .addresses .title h3 {
    text-transform: capitalize;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, select, .select2-container .select2-selection--single .select2-selection__rendered {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    border-radius: 2px;
    border: 1px solid #65328b;
}
.woocommerce fieldset {
    margin-top: 3rem;
    padding: 3rem;
    background: #f7f7f7;
    border: 1px solid #eee;
	margin-bottom:2rem;
}
.woocommerce legend{
    font-size: 1.8rem;
    font-weight: 600;
    text-transform: capitalize;
    padding-left: 5px;
}
.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
    margin: 0 auto 1em;
	    background-color: #fff !important;
    mask-image: none !important;
    background: url(https://csr.gfl.co.in/wp-content/uploads/2024/08/smile.png);
    background-size: contain;
    background-position: center center;
}
.wc-block-grid__product.wc-block-grid__product {
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: #f2f2f2;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    border-radius: 1rem;
    overflow: hidden;
    margin: 0rem 5px;
}
.wc-block-grid__products .wc-block-grid__product-title {
    font-size: 1.4em;
    font-weight: 400;
    padding: 5px 10px;
    line-height: 1.3636;
    text-align: left;
	margin:0px !important;
}
.wc-block-grid__product-price {
    display: block;
    text-align: left;
	 padding: 5px 10px;
	margin:0px !important;
}
span.woocommerce-Price-amount.amount {
    font-size: 1.8rem;
    font-weight: 600;
    color: #65328b;
    margin-bottom: .5em;
    text-align: left;
}

.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    border-radius: 2rem;
    padding: 1rem 2rem;
}
.wp-block-button.wc-block-grid__product-add-to-cart {
    padding: 5px 10px;
    margin: 0px !important;
    position: absolute;
    top: 0;
    right: -10px;
    transform: scale(0.8);
}
a.wp-block-button__link.add_to_cart_button.ajax_add_to_cart {
    vertical-align: middle;
    float: left;
    border-radius: 10rem;
    padding: 1rem 2rem;
    background-color: #65328b;
    font-size: 1.4rem;
	    line-height: 1.5em;
}
a.wp-block-button__link.add_to_cart_button.ajax_add_to_cart:before {
    content: "\f07a";
    color: #fff;
	font-size: 1.6rem;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
	padding-right: .5em;
}
.error-404.not-found h1 {
    font-size: 15em;
    margin-bottom: 18px;
    font-weight: bold;
    color: #b522aa;
}
span.woocommerce-Price-amount.amount {
    margin-right: 1rem;
}
.wc_payment_methods{
	display: none!important;
}
.testimonials{
	font-size: 2rem !important;
}
.wc-block-components-totals-item__description{
	display: none;
}
.news-text{
	background: #fff;
  color: #a630b8;
  font-size: 15px;
  font-weight: bold;
}
.wc-block-components-totals-shipping__fieldset{
    display: none;
}
.out-of-stock{
display: none;
}
.wcaccount-dropdown li{
	text-transform: capitalize;
}
.newvideo video {
    aspect-ratio: 16 / 9;
}
.testimonials .quote-meta {
    text-align: center !important;
}
.single-product .single_add_to_wishlist:before{
	display:none !important;
}

.single-product .compare:before {
	padding-right: 0 !important;	
}

.single-product .compare .label {
	color: #e8368e;
	padding: .6em 0em;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
}
.woocommerce button.button.loading:after{
	    right: -2rem;
    color: #000000;
    top: 1.4rem;
}
.text-white{
	color:white;
}
.position-relative{
	position:relative;
}

/* ================================================================
   3-column product grid (shop & category pages)
   ================================================================ */

.woocommerce ul.products.columns-3 {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 1.5rem !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 1rem !important;
    float: none !important;
    clear: both !important;
}

.woocommerce ul.products.columns-3 .pcard {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
}

@media (max-width: 991px) {
    .woocommerce ul.products.columns-3 {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 1rem !important;
    }
}

@media (max-width: 575px) {
    .woocommerce ul.products.columns-3 {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: .75rem !important;
    }
}

/* ================================================================
   Product Card — new design
   ================================================================ */

.pcard {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
}

.pcard__inner {
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,.08);
    border: 1px solid #efefef;
    transition: box-shadow .25s ease, transform .25s ease;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.pcard__inner:hover {
    box-shadow: 0 8px 28px rgba(0,0,0,.14);
    transform: translateY(-3px);
}

.pcard__img-wrap {
    position: relative;
    height: 220px;
    background: #f5f0e8;
    overflow: hidden;
    flex-shrink: 0;
}

.pcard__img-link {
    display: block;
    height: 100%;
}

.pcard__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}

.pcard__inner:hover .pcard__img {
    transform: scale(1.06);
}

.pcard__badge {
    position: absolute;
    top: .6rem;
    left: .6rem;
    font-size: .7rem;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: .0em;
    padding: .22rem .55rem;
    border-radius: 24px;
    color: #fff;
    z-index: 2;
    pointer-events: none;
    line-height: 0.8rem;
}
.pcard__badge--sale { background: #e74c3c; }
.pcard__badge--hot  { background: #e67e22; left: auto; right: 3.6rem; }

.pcard__icons {
    position: absolute;
    top: .6rem;
    right: .6rem;
    display: flex;
    flex-direction: column;
    gap: .4rem;
    z-index: 4;
}

.pcard__icons form {
    margin: 0;
    padding: 0;
    display: block;
}

.pcard__icon-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    background: #fff !important;
    border: none !important;
    box-shadow: 0 1px 5px rgba(0,0,0,.18) !important;
    color: #555 !important;
    cursor: pointer;
    font-size: .88rem !important;
    text-decoration: none !important;
    padding: 0 !important;
    line-height: 1 !important;
    transition: background .2s, color .2s, box-shadow .2s !important;
}

.pcard__icon-btn:hover, .pcard__icon-btn--active {
    background: #E7327F !important;
    color: #fff !important;
    box-shadow: 0 2px 8px rgba(122,45,140,.35) !important;
}

.pcard__atc-form {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    margin: 0;
    padding: 0;
}

.pcard__atc-btn {
    display: block !important;
    width: 100% !important;
    padding: .6rem 1rem !important;
    background: #7885c8 !important;
    color: #fff !important;
    border: none !important;
    font-size: .88rem !important;
    font-weight: 600 !important;
    letter-spacing: .04em !important;
    cursor: pointer !important;
    text-align: center !important;
    border-radius: 0 !important;
    transition: background .2s !important;
}

.pcard__atc-btn:hover {
    background: #E7327F !important;
}

.pcard__body {
    padding: .75rem 1rem .9rem;
    background: #fff;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.pcard__title-link {
    text-decoration: none !important;
    color: inherit !important;
}

.pcard__title {
    font-size: .92rem !important;
    font-weight: 600 !important;
    color: #222 !important;
    margin: 0 0 .38rem !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.35 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

.pcard__price-row {
    display: flex;
    align-items: baseline;
    gap: .45rem;
    margin-bottom: .3rem;
}

.pcard__price {
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: #222 !important;
    letter-spacing: -.01em;
}

.pcard__price-old {
    font-size: .78rem;
    color: #e90f15;
    font-weight: 500;
}

.pcard__rating {
    display: flex;
    align-items: center;
    gap: .12rem;
    font-size: .8rem;
    color: #f39c12;
    margin-top: .15rem;
}

.pcard__review-count {
    color: #888;
    font-size: .75rem;
    margin-left: .15rem;
}

/* ================================================================
   CSS VARIABLES + POPPINS
   ================================================================ */
:root {
    --clr-primary:       #7B2D8C;
    --clr-primary-dark:  #5A1E6B;
    --clr-secondary:     #E91E8C;
    --clr-secondary-dark:#C4157A;
    --clr-bg-light:      #F5F0E8;
    --clr-lavender:      #F3EEFF;
    --clr-footer-bg:     #2D0A4E;
    --clr-footer-dark:   #1E0635;
    --clr-footer-text:   #CCAAEE;
}

body, button, input, textarea, select {
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px;
    font-weight: 400;
}

/* ================================================================
   HEADER — new CSR design
   ================================================================ */

.csr-topbar {
    background: linear-gradient(90deg, #9F60D2 0%, #5B208B 100%);
    padding: 12px 0;
    font-size: 1rem;
    color: #fff;
}
.csr-topbar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.csr-topbar__announcement {
    font-weight: 500;
    letter-spacing: 0.02em;
}
.csr-topbar__links {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}
.csr-topbar__links a {
    color: #fff !important;
    text-decoration: none !important;
    font-size: 0.78rem;
    transition: opacity .2s;
}
.csr-topbar__links a:hover { opacity: 0.8; }
.csr-topbar__sep { color: rgba(255,255,255,0.4); }

.csr-header-middle {
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
    padding: 12px 0 !important;
}
.csr-header-middle__inner {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.csr-logo { flex-shrink: 0; }

.csr-search {
    flex: 1;
    max-width: 500px;
}
.csr-search__form {
    display: flex;
    align-items: center;
    border: 1.5px solid #ddd;
    border-radius: 25px;
    overflow: hidden;
    background: #fafafa;
    transition: border-color .2s;
}
.csr-search__form:focus-within {
    border-color: var(--clr-primary);
}
.csr-search__input {
    flex: 1;
    border: none !important;
    outline: none !important;
    padding: 9px 16px !important;
    font-size: 0.88rem !important;
    background: transparent !important;
    color: #333;
    font-family: 'Poppins', sans-serif !important;
}
.csr-search__btn {
    background: transparent;
    border: none;
    padding: 9px 14px;
    color: #888;
    cursor: pointer;
    font-size: 1rem;
    transition: color .2s;
}
.csr-search__btn:hover { color: var(--clr-primary); }

.csr-cart { position: relative; flex-shrink: 0; }
.csr-cart__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--clr-secondary);
    color: #fff !important;
    text-decoration: none !important;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 0.88rem;
    font-weight: 600;
    white-space: nowrap;
    transition: background .2s;
    font-family: 'Poppins', sans-serif !important;
}
.csr-cart__btn:hover { background: var(--clr-secondary-dark) !important; color: #fff !important; }
.csr-cart__count {
    background: #fff;
    color: var(--clr-secondary);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 0.7rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.csr-cart:hover .cart-product-list { display: block !important; }
.csr-cart .cart-product-list {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    width: 300px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0,0,0,.12);
    z-index: 9999;
    padding: 1rem;
}

.csr-nav {
    background: #fff;
    border-bottom: 1px solid #eee;
}
.csr-nav__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.csr-nav__menu ul { list-style: none; margin: 0; padding: 0; display: flex; }
.csr-nav__menu ul li a {
    display: block;
    padding: 14px 16px;
    font-size: 0.88rem;
    font-weight: 500;
    color: #333 !important;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    transition: color .2s;
    position: relative;
    font-family: 'Poppins', sans-serif !important;
}
.csr-nav__menu ul li a:hover,
.csr-nav__menu ul li.current-menu-item > a {
    color: var(--clr-primary) !important;
}
.csr-nav__menu ul li.current-menu-item > a::after {
    content: '';
    position: absolute;
    bottom: 0; left: 16px; right: 16px;
    height: 2px;
    background: var(--clr-primary);
    border-radius: 2px;
}
.csr-nav__menu .bigbazaar-dropdown-menu { position: relative; }
.csr-nav__menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%; left: 0;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(0,0,0,.1);
    min-width: 180px;
    z-index: 9999;
    padding: 0.5rem 0;
    flex-direction: column;
}
.csr-nav__menu .bigbazaar-dropdown-menu:hover .sub-menu { display: flex; }
.csr-nav__menu .sub-menu li a {
    padding: 8px 16px;
    font-size: 0.84rem;
    text-transform: none;
    letter-spacing: 0;
    white-space: nowrap;
}
.csr-nav__contact {
    font-size: 0.78rem;
    color: #666;
    display: flex;
    gap: 1rem;
}
.csr-nav__contact i { color: var(--clr-primary); margin-right: 4px; }

.csr-mobile-toggle {
    cursor: pointer;
    padding: 8px 0;
}
.csr-mobile-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    background: #333;
    margin: 4px 0;
    border-radius: 2px;
}

/* ================================================================
   HOMEPAGE — shared section styles
   ================================================================ */
.hp-section {
    padding: 2.5rem 0;
}
.hp-heading-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #EDEDED;
}
.hp-heading {
    font-size: 1.4rem;
    font-weight: 500;
    color: #666666;
    margin: 0;
    position: relative;
    padding-bottom: 1rem;
    font-family: 'Poppins', sans-serif !important;
    padding-right: 1rem;
}
.hp-heading .accent {
    color: #69398F;
}
.hp-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #69398F;
    border-radius: 10px;
}
.hp-view-all {
    /* font-size: 0.84rem; */
    /* font-weight: 600; */
    color: #222222;
    text-decoration: none !important;
    white-space: nowrap;
    transition: color .2s;
    /* font-family: 'Poppins', sans-serif !important; */
    /* font-family: HK Grotesk; */
    font-weight: 600;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: right;
    font-family: "Hanken Grotesk", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
.hp-view-all:hover, .hp-view-all:hover i {
    color: #e91e8c !important;
}
.hp-view-all i {
    color: #008ECC;
    padding: 0.4rem;
    font-size: 1.4rem;
}
.hp-hero__img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    display: block;
}
.hp-hero-fallback {
    color: #fff;
    text-align: center;
    background: linear-gradient(90deg, #9F60D2 0%, #5B208B 100%);
    padding: 3rem 1.2rem 2.5rem;
    margin-bottom: 0;
}
.hp-hero-fallback h1 { font-size: 2rem; margin-bottom: 1rem; font-weight: 700; font-family: 'Poppins', sans-serif !important; line-height: 1.2;}
.hp-hero-fallback p  { font-size: 1.05rem; margin: 0 auto 1.2rem; max-width: 38rem; }

.hp-owl .owl-nav button,
.hp-owl.owl-carousel .owl-nav .owl-prev,
.hp-owl.owl-carousel .owl-nav .owl-next {
    background: #fff !important;
    border: 2px solid var(--clr-primary) !important;
    border-radius: 50% !important;
    width: 36px !important;
    height: 36px !important;
    color: var(--clr-primary) !important;
    font-size: 0.9rem !important;
    line-height: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: background .2s, color .2s !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.hp-owl.owl-carousel .owl-nav .owl-prev { left: -18px; }
.hp-owl.owl-carousel .owl-nav .owl-next { right: -18px; }
.hp-owl.owl-carousel .owl-nav .owl-prev:hover,
.hp-owl.owl-carousel .owl-nav .owl-next:hover {
    background: var(--clr-primary) !important;
    color: #fff !important;
}
.hp-owl.owl-carousel .owl-dots .owl-dot span {
    background: #ddd !important;
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    transition: background .2s !important;
}
.hp-owl.owl-carousel .owl-dots .owl-dot.active span {
    background: var(--clr-primary) !important;
}
ul.products.hp-owl {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
ul.products.hp-owl .pcard {
    display: block !important;
    width: 100% !important;
    float: none !important;
    margin: 0 4px !important;
}

.hp-cat-carousel .owl-nav button,
.hp-cat-carousel.owl-carousel .owl-nav .owl-prev,
.hp-cat-carousel.owl-carousel .owl-nav .owl-next {
    background: #fff !important;
    border: 2px solid var(--clr-primary) !important;
    border-radius: 50% !important;
    width: 32px !important;
    height: 32px !important;
    color: var(--clr-primary) !important;
    top: 35px;
}
.hp-cat-carousel.owl-carousel .owl-nav .owl-prev { left: -16px; }
.hp-cat-carousel.owl-carousel .owl-nav .owl-next { right: -16px; }
.hp-cat-carousel.owl-carousel .owl-nav .owl-prev:hover,
.hp-cat-carousel.owl-carousel .owl-nav .owl-next:hover {
    background: var(--clr-primary) !important;
    color: #fff !important;
}

.hp-cat-item { padding: 0 8px; text-align: center; }
.hp-cat-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none !important;
    color: inherit !important;
    gap: 0.6rem;
    transition: transform .2s;
}
.hp-cat-link:hover { transform: translateY(-4px); }
.hp-cat-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: border-color .2s, box-shadow .2s;
    padding: 1rem;
}
.hp-cat-link:hover .hp-cat-circle {
    border-color: var(--clr-primary);
    box-shadow: 0 4px 14px rgba(123,45,140,.2);
}
.hp-cat-img {
    object-fit: cover;
}
.hp-cat-circle .fa {
    font-size: 1.5rem;
    color: var(--clr-primary);
}
.hp-cat-name {
    font-size: 0.78rem;
    font-weight: 600;
    color: #444;
    text-align: center;
    line-height: 1.3;
    font-family: 'Poppins', sans-serif !important;
}

/* ── Testimonials ── */
:root {
  --shimmer-hue-1: 328deg;
  --shimmer-sat-1: 82%;
  --shimmer-lit-1: 62%;
  --shimmer-hue-2: 310deg;
  --shimmer-sat-2: 78%;
  --shimmer-lit-2: 52%;
  --shimmer-hue-3: 345deg;
  --shimmer-sat-3: 90%;
  --shimmer-lit-3: 68%;
  --glow-hue: 328deg;
}

@keyframes wipe {
  0%   { mask-position: 200% center; -webkit-mask-position: 200% center; }
  100% { mask-position: 0% center;   -webkit-mask-position: 0% center; }
}

@keyframes text-shine {
  0%   { background-position: 100% center; }
  100% { background-position: -100% center; }
}

.hp-btn-premium-glow {
  color: #fff !important;
  font-weight: 600;
  background-image: linear-gradient(
    315deg,
    hsl(345deg, 90%, 68%) 0%,
    hsl(328deg, 82%, 62%) 47%,
    hsl(310deg, 78%, 52%) 100%
  );
  position: relative;
  isolation: isolate;
  box-shadow:
    0 2px 8px hsl(328deg 80% 50% / 35%),
    0 0 0 1px hsl(328deg 80% 40% / 20%);
  border: none !important;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  scale: 1;
  transition: scale 0.4s ease, box-shadow 0.3s ease;
}

.hp-btn-premium-glow:hover {
  scale: 1.06;
  color: #fff !important;
  text-decoration: none !important;
  box-shadow:
    0 4px 18px hsl(328deg 80% 50% / 50%),
    0 0 0 1px hsl(328deg 80% 40% / 30%);
}

.hp-btn-premium-glow:active { scale: 1.02; }

.hp-btn-premium-glow .shimmer {
  position: absolute;
  inset: -40px;
  border-radius: inherit;
  mix-blend-mode: plus-lighter;
  pointer-events: none;
  mask-image: linear-gradient(90deg, transparent 20%, black 88%, transparent 90%);
  -webkit-mask-image: linear-gradient(90deg, transparent 20%, black 88%, transparent 90%);
  mask-size: 200% 200%;
  -webkit-mask-size: 200% 200%;
  mask-position: center;
  animation: wipe 1.8s linear infinite both -0.5s;
}

.hp-btn-premium-glow .shimmer::before,
.hp-btn-premium-glow .shimmer::after {
  content: "";
  border-radius: inherit;
  position: absolute;
  inset: 40px;
  opacity: 1;
}

/*.hp-btn-premium-glow .shimmer::before {
  box-shadow:
    0 0 4px 2px hsl(328deg 100% 90%),
    0 0 10px 5px hsl(328deg 90% 75%),
    0 0 18px 8px hsl(310deg 70% 65%),
    0 0 28px 6px hsl(345deg 80% 55%);
  z-index: -1;
}*/

.hp-btn-premium-glow .shimmer::after {
    box-shadow: inset 0 0 0 1px hsl(327.49deg 100% 73.49%), inset 0 0 1px 1px var(--clr-secondary-dark), inset 0 0 3px 2px hsl(310deg 100% 80% / 8%);
    z-index: 2;
}

.hp-btn-premium-glow .btn-text {
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-color: #fff;
  background-image: linear-gradient(
    120deg,
    transparent,
    hsla(0deg, 0%, 100%, 0.5) 40%,
    hsla(0deg, 0%, 100%, 0.95) 50%,
    transparent 52%
  );
  background-repeat: no-repeat;
  background-size: 300% 300%;
  background-position: center 200%;
  position: relative;
  z-index: 3;
}

.hp-btn-premium-glow:hover .btn-text {
  animation: text-shine .66s ease-in-out 1;
}




.hp-testimonials-section {
    background: #fff;
    position: relative;
}
.hp-section.hp-testimonials-section::before {
    content: '';
    display: block;
    position: absolute;
    width: calc((100% - 18%) / 3);
    height: 100%;
    top: 0;
    left: 0;
    background: #F9F0FF;
    z-index: 0;
}
.hp-testimonials-carousel .owl-dots {
    position: absolute;
    top: -2.5rem;
    right: 0;
}
.hp-testimonials-carousel {
    position: relative;
    padding-top: 0.5rem;
}
.hp-testimonials-carousel .owl-dots .owl-dot span {
    background: #cbb5e0 !important;
    width: 8px !important; height: 8px !important;
    border-radius: 50% !important;
}
.hp-testimonials-carousel .owl-dots .owl-dot.active span {
    background: var(--clr-primary) !important;
}
.hp-tslide {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.hp-titem {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.1rem 0;
    border-bottom: 1px solid rgba(123,45,140,.12);
}
.hp-titem:last-child { border-bottom: none; }
.hp-titem__avatar-col {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
    width: 200px;
    min-width: 200px;
}
.hp-titem__avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--clr-primary);
    flex-shrink: 0;
}
.hp-titem__name {
    font-size: 0.88rem;
    font-weight: 600;
    color: #222;
    line-height: 1.3;
    font-family: 'Poppins', sans-serif !important;
    margin-bottom: 0.75rem;
}
.hp-titem__role {
    color: #888;
    font-family: 'Poppins', sans-serif !important;
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
}
.hp-titem__text-col {
    flex: 1;
    font-size: 0.87rem;
    color: #555;
    line-height: 1.7;
    border-left: 3px solid var(--clr-primary);
    padding-left: 1rem;
    font-family: 'Poppins', sans-serif !important;
}
.hp-testimonials-footer {
    text-align: right;
    margin-top: 1.5rem;
}

.hp-btn-primary {
    display: inline-block;
    background: var(--clr-primary);
    color: #fff !important;
    text-decoration: none !important;
    padding: 10px 28px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: background .2s;
    font-family: 'Poppins', sans-serif !important;
}
.hp-btn-primary:hover { background: var(--clr-primary-dark) !important; }

.hp-btn-secondary {
    display: inline-block;
    background: var(--clr-secondary);
    color: #fff !important;
    text-decoration: none !important;
    padding: 10px 24px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 0.88rem;
    transition: background .2s;
    font-family: 'Poppins', sans-serif !important;
}
/*.hp-btn-secondary:hover { background: var(--clr-secondary-dark) !important; }*/

/* ── USP Feature Bar ── */
.hp-usp-section {
    background: #F9F0FF;
    border-top: 0px solid #f0f0f0;
    padding: 2rem 0;
}
.hp-usp-item {
    display: block;
    gap: 1rem;
    padding: 1rem 0;
}
.hp-usp-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--clr-lavender);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background .2s;
    margin-bottom: 1rem;
}
.hp-usp-icon .fa {
    font-size: 1.6rem;
    color: var(--clr-primary);
}
.hp-usp-item:hover .hp-usp-icon {
    background: #fdfaff;
    padding: 2px;
}
.hp-usp-item:hover .hp-usp-icon .fa { color: #fff; }
.hp-usp-text h5 {
    font-size: 1rem;
    font-weight: 600;
    color: #222;
    margin: 0 0 0.3rem;
    font-family: 'Poppins', sans-serif !important;
}
.hp-usp-text p {
    font-size: 0.82rem;
    color: #777;
    margin: 0;
    line-height: 1.5;
    font-family: 'Poppins', sans-serif !important;
}

/* ================================================================
   FOOTER — dark purple CSR design
   ================================================================ */
.csr-footer {
    background: var(--clr-footer-bg);
    color: var(--clr-footer-text);
    font-size: 0.88rem;
    font-family: 'Poppins', sans-serif !important;
}
.csr-footer a {
    color: var(--clr-footer-text) !important;
    text-decoration: none !important;
    transition: color .2s;
}
.csr-footer a:hover { color: #fff !important; }

.csr-footer__main {
    padding: 3rem 0 2rem;
}
.csr-footer__col {
    margin-bottom: 2rem;
}
.csr-footer__col-title {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--clr-primary);
    display: inline-block;
    font-family: 'Poppins', sans-serif !important;
}

.csr-footer__logo { max-height: 60px; width: auto; margin-bottom: 0.8rem; }
.csr-footer__tagline { font-size: 0.78rem; color: rgba(255,255,255,0.55); margin-bottom: 1.2rem; line-height: 1.6; }
.csr-footer__reach h4 {
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
    margin: 0 0 0.8rem;
    padding-bottom: 0.4rem;
    border-bottom: 2px solid var(--clr-primary);
    display: inline-block;
    font-family: 'Poppins', sans-serif !important;
}
.csr-footer__contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.csr-footer__contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    padding: 0.3rem 0;
    color: var(--clr-footer-text);
    font-size: 0.82rem;
    line-height: 1.5;
}
.csr-footer__contact-list .fa {
    color: var(--clr-primary);
    margin-top: 2px;
    flex-shrink: 0;
    width: 14px;
}

.csr-footer .widget-title {
    color: #fff !important;
    font-size: 0.95rem !important;
    font-weight: 700 !important;
    padding-bottom: 0.5rem !important;
    border-bottom: 2px solid var(--clr-primary) !important;
    display: inline-block !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    margin-bottom: 1rem !important;
    font-family: 'Poppins', sans-serif !important;
}
.csr-footer .widget ul, .csr-footer .menu {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.csr-footer .widget ul li, .csr-footer .menu li {
    padding: 0.3rem 0 !important;
    border: none !important;
}
.csr-footer .widget ul li::before,
.csr-footer .menu li::before {
    content: '• ';
    color: var(--clr-primary);
    font-weight: 700;
}
.csr-footer .widget ul li a, .csr-footer .menu li a {
    color: var(--clr-footer-text) !important;
    font-size: 0.83rem !important;
    font-family: 'Poppins', sans-serif !important;
}
.csr-footer .widget ul li a:hover, .csr-footer .menu li a:hover {
    color: #fff !important;
}

.csr-footer .tagcloud { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.csr-footer .tagcloud a, .csr-footer .tag-cloud-link {
    background: rgba(255,255,255,0.08) !important;
    color: var(--clr-footer-text) !important;
    border: 1px solid rgba(255,255,255,0.15) !important;
    border-radius: 20px !important;
    padding: 3px 12px !important;
    font-size: 0.75rem !important;
    font-weight: 500 !important;
    transition: background .2s, color .2s !important;
    text-decoration: none !important;
    font-family: 'Poppins', sans-serif !important;
}
.csr-footer .tagcloud a:hover, .csr-footer .tag-cloud-link:hover {
    background: var(--clr-primary) !important;
    color: #fff !important;
    border-color: var(--clr-primary) !important;
}

.csr-footer .about-us-widget p { color: var(--clr-footer-text); font-size: 0.83rem; }
.csr-footer .about-us-widget .about-us { list-style: none; padding: 0; margin: 0; }
.csr-footer .about-us-widget .about-us li {
    display: flex; gap: 0.6rem; padding: 0.3rem 0;
    color: var(--clr-footer-text); font-size: 0.82rem;
}
.csr-footer .about-us-widget .about-us .fa { color: var(--clr-primary); flex-shrink: 0; }

.csr-footer__partners {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 1.2rem 0;
}
.csr-footer__partner-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
}
.csr-footer__partner-logos img {
    height: 26px;
    width: auto;
    filter: brightness(0) invert(1);
    opacity: 0.7;
    transition: opacity .2s;
}
.csr-footer__partner-logos img:hover { opacity: 1; }

.csr-footer__social {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 1.2rem 0;
}
.csr-footer__social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
}
.csr-footer__social-icon {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1) !important;
    color: #fff !important;
    font-size: 1rem;
    text-decoration: none !important;
    transition: background .2s, transform .2s;
}
.csr-footer__social-icon:hover {
    background: var(--clr-primary) !important;
    color: #fff !important;
    transform: translateY(-2px);
}

.csr-footer__copyright {
    background: var(--clr-footer-dark);
    padding: 0.9rem 0;
    text-align: center;
}
.csr-footer__copyright p {
    margin: 0;
    font-size: 0.8rem;
    color: rgba(255,255,255,0.5);
    font-family: 'Poppins', sans-serif !important;
}

.csr-footer .social-link { list-style: none; padding: 0; display: flex; gap: 0.6rem; }
.csr-footer .social-link li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px; height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1) !important;
    color: #fff !important;
    font-size: 0.95rem;
    transition: background .2s;
}
.csr-footer .social-link li a:hover { background: var(--clr-primary) !important; }

/* ================================================================
   MOBILE RESPONSIVE OVERRIDES
   ================================================================ */
@media (max-width: 767px) {
    .csr-topbar__announcement { font-size: 0.72rem; }
    .csr-topbar__links { font-size: 0.72rem; }
    .csr-search { max-width: 100%; order: 3; flex-basis: 100%; }
    .csr-header-middle__inner { flex-wrap: wrap; }
    .csr-cart__btn span:not(.csr-cart__count) { display: none; }
    .csr-nav__contact { display: none; }
    .hp-usp-item { flex-direction: column; align-items: center; text-align: center; }
    .hp-titem { flex-direction: column; }
    .hp-titem__avatar-col { min-width: auto; }
    .csr-footer__partner-logos { gap: 1rem; }
}
@media (max-width: 991px) {
    .csr-nav__contact { display: none; }
}

/*new css added by ashwini*/

/* ── Testimonial initials avatar ── */
.hp-titem__initials {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--clr-primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    font-weight: 700;
    flex-shrink: 0;
    border: 2px solid var(--clr-primary);
    font-family: 'Poppins', sans-serif !important;
}

/* ── Owl carousel product stage ── */
.products.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    flex: 1 1 230px;
    min-width: 230px;
}
.products.owl-carousel .owl-stage {
    transform: translate3d(-1140px, 0px, 0px);
    transition: all;
    width: 3192px;
    gap: 1rem;
    display: flex;
    flex-direction: row;
}

/* ── Dark footer: BigBazaar overrides ── */
#footer .widget-title, #footer h2.widget-title, #footer h3.widget-title, #footer .widgettitle {
    color: #fff !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    margin-bottom: 1rem !important;
    padding-bottom: .5rem !important;
    background: transparent !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    border-bottom: 2px solid #fff !important;
    border-width: 0px;
    border-style: solid;
    border-color: transparent;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    border-radius: 0rem;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    font-family: 'Poppins', sans-serif !important;
}
#footer .widget_nav_menu .menu > li, #footer ul.menu > li {
    padding: 0rem 0 !important;
    margin: 0 !important;
    border-bottom: 0px solid rgba(255,255,255,.07) !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    background: transparent !important;
    display: flex !important;
    align-items: center !important;
    gap: .5rem !important;
}
#footer .widget_nav_menu .menu > li > a, #footer ul.menu > li > a {
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: .86rem !important;
    font-family: 'Poppins', sans-serif !important;
}
#footer ul.about-us li i, #footer ul.about-us li .fa {
    color: #ffffff !important;
    margin-top: .15rem;
    flex-shrink: 0;
}
#footer ul.about-us li span, #footer ul.about-us li a {
    color: #ffffff !important;
    text-decoration: none !important;
    font-family: 'Poppins', sans-serif !important;
}
.footer-divider {
    border-top: 1px solid rgba(255, 255, 255, .08);
}

#footer, #footer .footer-middle, #footer .footer-bottom, #footer #footer-bottom, #footer-bottom {
    background: #2B0C42;
    background-image: none !important;
    color: #ffffff !important;
    border-top: none !important;
    margin-top: 1rem;
}
#footer .widget, #footer aside.widget {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin-bottom: 1.6rem !important;
    border-radius: 0 !important;
}

#footer .about-us-widget p { color: #c8b8e8 !important; font-size: .87rem !important; }
#footer ul.about-us { list-style: none !important; padding: 0 !important; margin: 0 !important; }
#footer ul.about-us li {
    display: flex !important;
    align-items: flex-start !important;
    gap: .6rem !important;
    color: #c8b8e8 !important;
    font-size: .86rem !important;
    margin-bottom: .55rem !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
}
#footer ul.about-us li a:hover { color: #fff !important; }

#footer .widget_nav_menu .menu, #footer ul.menu {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
#footer .widget_nav_menu .menu > li::before, #footer ul.menu > li::before {
    content: "•" !important;
    color: #e91e8c !important;
    font-size: .85rem !important;
    flex-shrink: 0;
}
#footer .widget_nav_menu .menu > li > a:hover, #footer ul.menu > li > a:hover { color: #fff !important; }

#footer .tagcloud, #footer .widget_tag_cloud .tagcloud {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: .45rem !important;
    background: transparent !important;
}
#footer .tag-cloud-link, #footer .tagcloud a {
    display: inline-block !important;
    padding: .28rem .7rem !important;
    background: rgba(233,30,140,.18) !important;
    color: #f0d8ff !important;
    border: 1px solid rgba(233,30,140,.38) !important;
    border-radius: 4px !important;
    font-size: .78rem !important;
    text-decoration: none !important;
    font-family: 'Poppins', sans-serif !important;
}
#footer .tag-cloud-link:hover, #footer .tagcloud a:hover {
    background: #e91e8c !important;
    color: #fff !important;
    border-color: #e91e8c !important;
}

#footer .widget_media_image img { max-width: 100% !important; height: auto !important; }
#footer .widget_media_image p { color: #c8b8e8 !important; font-size: .84rem !important; }
#footer a { color: #c8b8e8 !important; }
#footer a:hover { color: #fff !important; }
#footer .about-us-widget p {
    color: #ffffff !important;
    font-size: .87rem !important;
    font-family: 'Poppins', sans-serif !important;
}
.copyright {
    color: #fff;
    font-size: .84rem;
    margin: 0;
    font-family: 'Poppins', sans-serif !important;
}

@media (max-width: 767px) {
    #footer .footer-middle { padding: 2rem 0 1rem !important; }
    #footer .widget { margin-bottom: 1.2rem !important; }
    #footer .widget-title, #footer h2.widget-title { font-size: .95rem !important; }
    .csr-footer-col { margin-bottom: 1.5rem; }
}

/* ── Top Bar ── */
/*.csr-topbar {
    background: linear-gradient(90deg, #1a003a 0%, #4a0082 100%);
    padding: .42rem 0;
}*/

.csr-topbar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
}

.csr-topbar__welcome {
    color: #fff;
    font-size: .82rem;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
}

.csr-topbar__links {
    display: flex;
    align-items: center;
    gap: .6rem;
    flex-shrink: 0;
    flex-wrap: nowrap;
}

.csr-topbar__link {
    color: #fff;
    font-size: .8rem;
    text-decoration: none;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    transition: opacity .2s ease;
}

.csr-topbar__link:hover {
    opacity: .75;
    color: #fff;
    text-decoration: none;
}

.csr-topbar__icon {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    fill: currentColor;
}

.csr-topbar__sep {
    color: rgba(255, 255, 255, .3);
    font-size: .8rem;
    user-select: none;
}

/* ── Responsive ── */
@media (max-width: 575px) {
    .csr-topbar__welcome {
        font-size: .72rem;
        max-width: 255px;
    }

    .csr-topbar__label {
        display: none;
    }

    .csr-topbar__link {
        gap: 0;
    }

    .csr-topbar__icon {
        width: 16px;
        height: 16px;
    }

    .csr-topbar__links {
        gap: .5rem;
    }

    .csr-topbar__sep {
        display: none;
    }
}

.btn-text {
    display: inline-flex;
    align-items: center;      /* Vertical center */
    justify-content: center;  /* Horizontal center */
    gap: 8px;                 /* Space between SVG and text */
}

.btn-text svg {
    display: block;
    width: 21px;
    height: 21px;
    flex-shrink: 0;
}

.btn-text .hidden-xs {
    display: inline-block;
    line-height: 1;
}
/* Vertically center carousel controls */
.hp-hero .carousel-control {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
     border-radius: 50%;
   background: #fbf5ff  !important;
    color: #8749B8 !important;
        height: 30px;
    width: 30px;
    font-size: 14px  !important;
}

/* Keep left/right positioning */
.hp-hero .left.carousel-control {
    left: 20px;
}

.hp-hero .right.carousel-control {
    right: 20px;
}

.products.owl-carousel.owl-drag .owl-item {
    flex: 1 1 210px;
    min-width: 210px !important;
}

@media (max-width: 767px) {
        .address-header {
            flex-direction: column;
            align-items: flex-start;
        }

        .btn-add-address {
            width: 100%;
            text-align: center;
        }

        .address-card {
            padding: 18px;
        }
    }

/* ── Add to Cart Modal ─────────────────────────────────────────── */
.atc-modal-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, .55);
    z-index: 99999;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.atc-modal-overlay.active {
    display: flex;
}

.atc-modal {
    background: #fff;
    border-radius: 6px;
    width: 100%;
    max-width: 460px;
    padding: 30px;
    position: relative;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .25);
}

.atc-modal__close {
    position: absolute;
    top: 14px;
    right: 16px;
    background: none;
    border: none;
    font-size: 22px;
    line-height: 1;
    color: #888;
    cursor: pointer;
}

.atc-modal__close:hover {
    color: #333;
}

.atc-modal__success {
    text-align: center;
    color: #46b450;
    font-weight: 600;
    font-size: 1.05rem;
}

.atc-modal__success i {
    margin-right: 6px;
}

.atc-modal__divider {
    border: none;
    border-top: 1px solid #eee;
    margin: 18px 0;
}

.atc-modal__body {
    display: flex;
    align-items: center;
    gap: 16px;
}

.atc-modal__img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid #eee;
    flex-shrink: 0;
}

.atc-modal__name {
    font-weight: 600;
    color: #2b0c42;
    margin-bottom: 6px;
}

.atc-modal__price-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}

.atc-modal__price-old {
    color: #999;
    font-size: .9em;
}

.atc-modal__price {
    color: #e2401c;
    font-weight: 700;
}

.atc-modal__qty {
    color: #555;
    font-size: .92rem;
}

.atc-modal__actions {
    display: flex;
    gap: 12px;
    margin-top: 24px;
}

.atc-modal__btn {
    flex: 1;
    text-align: center;
    padding: .7rem 1rem;
    border-radius: 4px;
    font-weight: 600;
    font-size: .92rem;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid #222;
}

.atc-modal__btn--outline {
    background: #fff;
    color: #222;
}

.atc-modal__btn--outline:hover {
    background: #f5f5f5;
}

.atc-modal__btn--dark {
    background: #222;
    color: #fff;
}

.atc-modal__btn--dark:hover {
    background: #000;
    color: #fff;
}

@media (max-width: 480px) {
    .atc-modal__body {
        flex-direction: column;
        text-align: center;
    }

    .atc-modal__price-row {
        justify-content: center;
    }
}

/* ── Category drill-down cards (used on /product-category and /product-category/{slug}) ── */
.csr-subcat-card {
    display: flex; flex-direction: column; align-items: center;
    text-decoration: none; color: inherit;position: relative;
}
.csr-subcat-card:hover { text-decoration: none; color: inherit; }
.csr-subcat-badge {
    position: absolute;
    /* align-self: flex-end; */
    margin: 0.5rem;
    z-index: 1;
    background: rgba(255,255,255,.18);
    color: #fff;
    text-transform: uppercase;
    font-size: .62rem;
    font-weight: 700;
    letter-spacing: .05em;
    padding: .2rem .6rem;
    border-radius: 20px;
}
.csr-subcat-img-wrap {
    width: 100%;
    aspect-ratio: 1 / 1;
    background: linear-gradient(90deg, #9F60D2 0%, #5B208B 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2.6rem !important;
    box-shadow: 0 6px 18px rgba(122,45,140,.25);
    transition: transform .15s;
    padding: 1rem;
}
.csr-subcat-card:hover .csr-subcat-img-wrap { transform: translateY(-3px); }
.csr-subcat-img-wrap img {
    width: 100%; height: 100%; object-fit: cover; border-radius: 50%;
    border: 4px solid rgba(255,255,255,.85); background: #fff;
}
.csr-subcat-img-wrap i { color: rgba(255,255,255,.6); font-size: 2rem; }
.csr-subcat-name {
    margin-top: -2.2rem; margin-bottom: 1.1rem;
    color: #fff; font-weight: 700; font-size: 1.05rem; text-align: center;
    text-shadow: 0 1px 4px rgba(0,0,0,.2); text-transform: capitalize;
}
.csr-subcat-meta {
    text-align: center;
    margin-top: .6rem;
    min-height: 60px;
}
span.csr-subcat-img-wrap {
    min-height: 190px;
}
.csr-subcat-count {
    display: block;
    color: #333;
    font-weight: 600;
    font-size: .88rem;
    text-transform: capitalize;
    transform: scale(0.9);
}
.csr-subcat-explore {
    display: block; color: #999; font-size: .76rem; margin-top: .15rem;
}
