:root {

    /* ===========================
                PRIMARY BRAND COLORS
                ============================ */

    --primary: #82a800;

    /* Logo Green */
    --primary-dark: #6F8F28;
    --primary-light: #DCEEB1;
    --bg-primary: #F6F3E7;
    --lg-primary: #fcfff3;
    --white: #ffffff;
    --primarydoccolor: #000000;
    /* ===========================
                SECONDARY COLORS
                ============================ */

    --secondary: #4B2418;
    /* Dark Brown */
    --secondary-dark: #2F160F;
    --secondary-light: #7C4A34;

    /* ===========================
                ACCENT COLORS
                ============================ */

    --accent: #D96E16;
    /* Turmeric Orange */
    --accent-dark: #B85709;
    --accent-light: #F7C17A;

    --danger: #C62828;
    /* Red Chilli */
    --danger-light: #FDE2E2;

    --success: #4CAF50;
    --warning: #F9A825;

    /* ===========================
                BACKGROUND COLORS
                ============================ */

    --body-bg: #FFFDF8;
    --section-bg: #F8F6EF;
    --card-bg: #FFFFFF;

    /* ===========================
                TEXT COLORS
                ============================ */

    --text-dark: #2E2E2E;
    --text-light: #666666;
    --text-white: #FFFFFF;

    /* ===========================
                BORDER & DIVIDER
                ============================ */

    --border-color: #E8E2D6;
    --divider: #EFE8DA;

    /* ===========================
                BUTTONS
                ============================ */

    --btn-primary: var(--primary);
    --btn-primary-hover: #7A9D2F;

    --btn-secondary: var(--secondary);
    --btn-secondary-hover: #38180F;

    --btn-accent: var(--accent);
    --btn-accent-hover: #C85F09;

    /* ===========================
                LINK COLORS
                ============================ */

    --link: #6F8F28;
    --link-hover: #4B2418;

    /* ===========================
                SHADOW
                ============================ */

    --shadow-light: rgba(0, 0, 0, .05);
    --shadow-medium: rgba(0, 0, 0, .10);

    /* ===========================
                BADGES
                ============================ */

    --sale: #E53935;
    --new: #43A047;
    --hot: #FB8C00;

}
* {
    font-family: var(--primary-font), sans-serif;
    font-weight: 600;
}
body,
.ps-my-account,
.auth-card,
.auth-card .card-header {
    background-color: var(--bg-primary) ! important;
}
.ps-list--dot{
margin-bottom : 0px;}
.ps-product--detail .ps-product__meta{
margin-bottom : 0px; 
}
.ps-product--detail .ps-product__shopping .ps-btn{
max-height : 40px;
  padding: 10px 45px;
}
.ps-product__shopping{
margin-bottom : 0px ! important;
}
.bb-product-gallery-images{
    padding-inline-start: 0px;
}
.bb-product-gallery img{
background-color : white;
}

.ps-document p {
    color: var(--primarydoccolor);
}

.ps-document p strong {
    color: #82a800;
    font-weight: 600;
}

.ps-my-account .ps-form--account .ps-form__content {
    background-color: transparent;
}

.ps-footer__widgets {
    display: flex !important;
    flex-wrap: wrap !important;
    width: 100%;
}

.ps-footer__widgets>aside.widget,
.ps-footer__widgets>.panel.panel-default {
    flex: 0 0 25% !important;
    width: 25% !important;
    max-width: 25% !important;
    box-sizing: border-box;
}

.price-text,
.total-text {
    color: var(--primary);
}

.bb-file-upload-wrapper .bb-file-label {
    background-color: white;
}

.alert-info {
    background-color: var(--lg-primary);
    border-color: var(--primary);
}

.order-customer-info .order-customer-info-meta {
    color: var(--primary);
}

.thank-you svg {
    color: var(--primary);
}

.checkout__coupon-item.active .checkout__coupon-item-code button {
    background-color: var(--white) ! important;
    color: var(--primary);
    border-color: var(--primary) ! important;
}

.coupon-wrapper .remove-coupon-code {
    border: 1px solid var(--primary) ! important;
    color: var(--primary) ! important;
}

.checkout__coupon-item-title h4,
.applied-coupon-alert,
.applied-coupon-alert strong {
    color: var(--primary) ! important;
}

.checkout__coupon-item-code button {
    background-color: var(--primary) ! important;
    /* color : var(--primary) ! important; */
}

.applied-coupon-alert {
    border: 1px solid var(--primary);
}

.checkout__coupon-item.active .checkout__coupon-item-code,
.applied-coupon-alert {
    background: var(--lg-primary);
    color: var(--primary);
}

.checkout__coupon-heading {
    border: 1px solid var(--primary);

}

.checkout__coupon-item.active {
    background-color: var(--primary);
}

.payment-checkout-btn-step:hover,
.payment-checkout-btn:hover {
    background-color: var(--primary);
    color: var(--lg-primary);
}

.checkout-form .magic-checkbox:checked+label:before,
.checkout-form .magic-radio:checked+label:before {
    background-color: var(--primary);
    border-color: var(--primary);
}

/* Checkout Order Info Full Width */
#main-checkout-product-info .checkout-order-info {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;

    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

/* Remove Bootstrap Margin */
#main-checkout-product-info .checkout-order-info>.my-3.bg-light,
#main-checkout-product-info .checkout-order-info>.mt-3.mb-5 {
    margin: 0 !important;
}

/* Mobile */
/* @media (max-width: 767px) {
    #main-checkout-product-info .checkout-order-info {
        grid-template-columns: 1fr;
    }
} */

#main-checkout-product-info>.form-checkout {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
}

#main-checkout-product-info .cart-item .checkout-product-img-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

#main-checkout-product-info .cart-item .checkout-product-img-wrapper img.item-thumb {
    /* width: 100%; */
    height: 120px;
    /* object-fit: contain; */
}

.payment-checkout-btn,
.payment-checkout-btn-step {
    background-color: var(--primary);
}

.ps-product__desc .ps-list--dot p span {
    background-color: rgb(246 243 231);
}

.checkout-content-wrap .form-input-wrapper .form-control.has-value+label,
.checkout-content-wrap .form-input-wrapper .form-control:focus+label,
.checkout-content-wrap .form-input-wrapper .form-control:not(:placeholder-shown)+label,
.checkout-form .form-input-wrapper .form-control.has-value+label,
.checkout-form .form-input-wrapper .form-control:focus+label,
.checkout-form .form-input-wrapper .form-control:not(:placeholder-shown)+label,
.form-checkout .form-input-wrapper .form-control.has-value+label,
.form-checkout .form-input-wrapper .form-control:focus+label,
.form-checkout .form-input-wrapper .form-control:not(:placeholder-shown)+label,
.customer-address-payment-form .form-input-wrapper.select--arrow label {
    color: var(--primary);
}

.checkout-login-prompt a {
    color: var(--primary);
}

.ps-section--shopping {
    padding: 20px 0 0;
}

.ps-shopping-cart .ps-section__footer .ps-btn--outline {
    border-color: var(--primary-dark);
    border-radius: 0;
    color: var(--primary);
}

.ps-product--cart .ps-product__content a,
.ps-block--shopping-total .ps-block__header p {
    color: var(--primary) ! important;
}

.ps-block--shopping-total,
.ps-table--shopping-cart>tbody>tr>td {
    background-color: var(--lg-primary);
    color: var(--primary) ! important;
}

.ps-table--shopping-cart thead tr th {
    background-color: var(--primary);
    border: 2px solid var(--bg-primary);
    color: var(--bg-primary);
}

.ps-page--product .ps-page__left {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}

.ps-newsletter .ps-form__right .form-group--nest .ps-btn {
    background-color: var(--primary);
}

.ps-footer__widgets>.panel.panel-default>.panel-title h3 {
    color: var(--bg-primary) !important;
}

.ps-product--detail .ps-product__shopping {
    padding-bottom: 0px;
}

.ps-product--detail .ps-tab-list {
    margin-bottom: 20px;
}

.ps-product--detail>.ps-product__content {
    padding-top: 0px;
}

.ps-product.ps-product--wide .ps-product__title {
    font-size: 18px;
}

.ps-product.ps-product--wide .ps-product__content {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    /* Y-axis center */
    /* align-items: center !important;       /* X-axis center */
    /* text-align: center !important; */
    /* height: 100% !important; */
}

.ps-page--shop .ps-product.ps-product--wide .ps-product__actions li a {
    padding: 0px 10px !important;
}

.ps-product--wide .ps-product__shopping .ps-product__actions {
    gap: 10px;
}

.ps-product.ps-product--wide .ps-product__actions li a {
    border-radius: unset ! important;
}

.ps-page--shop .ps-product.ps-product--wide .ps-product__actions li a {
    /*background : transparent ! important;
    border : 1px solid var(--primary) !important;
    color : var(--primary) ! important;*/
}

.ps-product.ps-product--wide,
.ps-product.ps-product--wide .ps-product__container {
    flex-direction: row ! important;
}

.ps-product--wide .ps-product__shopping {
    flex-basis: 156px;
}

.menu>li:first-child,
.menu>li:first-child>a {
    padding-left: 12px;
}

.ps-block--category {
    margin-bottom: 10px;
}

.menu>li:first-child {
    padding: 15px 12px;
}

.widget_footer .widget-title {
    font-size: 18px;
    margin-bottom: 20px;
}

.slick-list.draggable {
    height: auto;
}

.ps-shopping-product .col-xl-4.col-lg-4.col-md-4.col-sm-6.col-6 {
    margin-bottom: 5px;
}

.ps-block--shop-features {
    display: none;
}

.slick-track .slick-current img {

    border: 2px solid var(--primary)
}
.ps-product--detail .ps-tab p {
    margin-bottom: 5px;
}


.menu>li>a {
    padding: 15px 12px;
}

.header .header__extra span i {
    color: var(--white);
}

.auth-card {
    border: 2px solid var(--primary) ! important;
}

h3.auth-card__header-title.fs-4.mb-1 {
    color: var(--primary);
}

.header .header__top {
    background-color: var(--bg-primary);
    border-bottom: 1px solid rgb(254 254 254 / 38%);
    padding: 22px 0;
}

.header .header__extra span,
.header .ps-form--quick-search button,
.ps-form--search-mobile button {
    background-color: var(--primary);
    color: var(--header-button-text-color);
}

.ps-form--search-mobile button {
    border: 2px solid var(--bg-primary);
}

.header__actions .btn-compare:hover>span {
    background: var(--primary-dark);
    color: #fff;
}

.header__actions a.header__extra>i,
.bb-product-filter-title {
    color: var(--primary);
}

.bb-product-filter .bb-product-filter-attribute-item,
.bb-product-filter-title {
    border-bottom: 1px solid var(--primary-dark);
}


.header .menu--product-categories .menu__toggle i,
.header .menu--product-categories .menu__toggle span,
.header .navigation .menu>li>a,
.header .navigation__extra>li a,
.header .ps-block--user-header .ps-block__right a,
.header .ps-block__left i,
.ps-form--newsletter p,
.ps-shopping .ps-shopping__view ul li.active a {
    color: var(--primary-dark);
}

.ps-form--quick-search .form-control,
.ps-form--quick-search .form-group--icon .product-cat-label,
.ps-form--quick-search .form-control,
.ps-form--search-mobile input {

    background-color: var(--lg-primary);
}

.header .header__extra,
.header .menu--product-categories .menu__toggle i,
.header .menu--product-categories .menu__toggle span,
.header .navigation .menu>li>a,
.header .navigation__extra>li a,
.header .ps-block--user-header .ps-block__right a,
.header .ps-block__left i {
    color: var(--primary-light);
}


.header .header .header__extra:hover i,
.header .menu--product-categories .menu--dropdown>li:hover>a,
.header .menu--product-categories .menu--dropdown>li:hover>a i,
.header .menu--product-categories .menu--dropdown>li:hover>a:after,
.header .navigation .menu>.current-menu-item>a,
.header .navigation .menu>.current-menu-item>a:hover,
.header .ps-block--user-header .ps-block__right a:hover,
.ps-form--newsletter .form-group--nest button,
.ps-footer__links p strong,
.select2 .select2-selection--single .select2-selection__arrow {
    color: var(--white);
    background: #00000024;
}

.header.header--sticky .menu--product-categories .menu__toggle span,
.header.header--sticky .menu--product-categories .menu__toggle i,
.header .ps-block--user-header .ps-block__right a,
.header .ps-block__left i,
.ps-block--category:hover p,
.ps-form--newsletter h3,
.ps-shopping .ps-shopping__view ul li a {
    color: var(--primary);

}

.header.header--1.header--sticky .header__top {
    border-bottom: 2px solid var(--primary);
}

.navigation {
    background-color: var(--primary);
}

.ps-product-list .ps-section__header h3 {
    color: var(--primary-dark);
}

.ps-product-list .ps-section__links li a {
    background-color: var(--primary);
    color: var(--white);
    padding: 10px;
    border-radius: 5px;
}

/* Slider Gap */
.ps-top-categories .owl-stage {
    display: flex;
}

.ps-footer__links p a {
    color: var(--lg-primary);
}

.ps-footer__links p a:before {
    background-color: var(--primary-dark);
}

/* Category Card */
.ps-top-categories .ps-block--category {
    border: 0;

}

/* Round Image */
.ps-top-categories .ps-block--category img {

    height: 120px;

    border-radius: 50%;

    /*margin: 0 auto 12px;*/
    border: 2px solid #f1f1f1;

}

/* Hover */
.ps-top-categories .ps-block--category:hover img {
    border-color: var(--primary);
}



.ps-product-list .ps-section__links li a:hover,
.ps-product-list .ps-section__links li a.active {
    color: var(--color-1st);
    background: var(--white);
    border: 2px solid var(--primary);
    font-weight: 500;
}

.ps-block--download-app h3,
.ps-block--download-app p {
    color: var(--primary-dark);
}

#homepage-1 .ps-download-app {
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.ps-home-banner .ps-section__left {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding-right: 0px;
}

.ps-home-banner .ps-container {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
}

#homepage-1 .ps-home-banner {
    padding-top: 0px;
}

.ps-section__content .ps-carousel--nav .owl-stage .owl-item .ps-product .ps-product__container .ps-product__content {
    min-height: 40px !important;
}

.ps-deal-of-day .ps-section__content {
    min-height: 40px ! important;
}

.ps-post--detail .ps-post__footer {
    text-align: left;
}

.ps-breadcrumb--2 .breadcrumb a {
    color: #fefefe;
}

.ps-breadcrumb--2 .breadcrumb li:before {
    color: #fefefd
}

.ps-carousel--nav .owl-dots {
    display: none ! important;
}

section.experience-section,
.process-banner,
.story-counter-section,
.sustain-image img,
.spotlight-section,
.founder-image img {
    display: none ! important;
}


.story-counter-section {
    display: none;
}

section.heritage-story-section {
    display: none;
}

.ps-breadcrumb--2 .breadcrumb li {
    color: #fafafd
}



.ps-product__progress-bar.ps-progress {
    display: none ! important;
}

.rating_wrap {
    display: none;
}

.ps-progress__value {
    display: none ! important;
}

#homepage-1 .ps-deal-of-day .ps-product .ps-product__price del {
    font-size: 14px;
    margin-left: 0px ! important;
}


.navigation--mobile .ps-logo img {
    height: 60px;
}

form.ps-form--subscribe-popup.newsletter-form {
    display: flex;
    justify-content: flex-end;
}

.sub-toggle:after,
.sub-toggle:before {
    background-color: #783F04;
}

.menu--mobile>li {
    border-bottom: 1px solid #783F04;
}


.sub-toggle:after,
.sub-toggle:before {
    background-color: #783F04;
}

.menu--mobile>li {
    border-bottom: 1px solid #783F04;
}


.ps-list--link li {
    font-size: large;
}

.widget_contact-us .widget_content h3 {
    color: var(--lg-primary);
}

.row>* {
    padding-right: 5px;
    padding-left: 5px;
}

.ps-container {
    max-width: 1320px;
}

#homepage-1 .ps-product-list,
#homepage-1 .ps-top-categories {
    padding: 0px;
    margin: 0px;
}

.ps-block--download-app {
    background-color: var(--primary-light);
    padding: 50px 0;
}

#homepage-1 .ps-download-app {
    margin-bottom: 0px;
    margin-top: 0px;
}


.ps-product-list .ps-section__header {

    background-color: var(--primary-light);
    border-bottom: 1px solid var(--primary);
}


.header .navigation__extra>li:after {
    background-color: var(--primary-dark);
}

.ps-form--quick-search .input-search-product::placeholder,
.ps-form--quick-search .form-group--icon .product-cat-label {
    color: var(--primary);
}

.ps-form--quick-search select.form-control {
    border-right: 1px solid var(--primary);
}


.ps-deal-of-day .ps-section__header {

    border-bottom: 1px solid var(--primary);
    margin-bottom: 35px;
    padding-bottom: 10px;
}


#homepage-1 .ps-home-banner .ps-collection {
    display: block;
    margin-bottom: 10px;
}


.ps-block--category p {
    padding: 10px 0px;
}


.ps-product:hover {
    border-color: #783f06;
}

.ps-product {
    padding: 0 0 0 0px;
}

.ps-product:hover .ps-product__content {
    text-align: center;
}

.ps-product-list .ps-section__content {
    padding-top: 15px;
}

.ps-product:hover {
    border-color: #783f06;
    border: none;
}

.ps-product .ps-product__container {
    padding-top: 10px;
    text-align: center;
    min-height: 100px;
}

.ps-footer {
    padding-top: 70px;
    background: var(--primary);
}

.ps-list--link li a:before {
    background-color: #ffd5a9;
}

.widget_footer .widget-title {
    color: var(--lg-primary);
    font-weight: 600;
}

.widget_content p {
    color: #ffffff;
}

.ps-list--link li a {
    color: #ffffff;
}

.ps-list--social li a {
    color: var(--lg-primary);
}

.ps-list--social li a:hover {
    color: #ffffff;
}

.ps-footer__copyright p {
    color: #ffffff;
}

.footer-payments {
    color: #ffffff;
}

.ps-breadcrumb,
.bb-product-filter {
    background-color: var(--lg-primary);
}

.ps-layout--shop .ps-layout__right #products-filter-sidebar {
    margin-top: 10px;
    background: var(--primary);
    border-radius: 7px;
    color: var(--lg-primary);
}

.bg-light {
    background-color: var(--lg-primary) !important;
    color: var(--primary-dark);
}

.bb-product-filter {

    margin-bottom: 0px;
    padding: 20px;
}

.bb-product-price-filter .ui-widget.ui-widget-content {
    background-color: #783f06;
}

/* .bb-product-filter-items li label {
                color: #783f06;
            } */

.bb-product-filter-items li label:before {
    color: #783f06;
}

.bb-product-filter-items.filter-checkbox .bb-product-filter-item label:after {
    border: 2px solid var(--primary-dark);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--white);
}

.select2-container--default .select2-selection--single {
    background-color: var(--primary);
    border: 1px solid var(--white);
}

.ps-block--shop-features .ps-block__header {

    border-bottom: 1px solid var(--primary);
    margin-bottom: 15px;
    padding-bottom: 0px;
}

.ps-block--shop-features .ps-block__navigation a {
    color: var(--primary);
}

.ps-block--shop-features .ps-block__header h3 {
    color: var(--primary);
}

.widget_features {
    background-color: #ffe8d0;
    margin-bottom: 20px;
    padding: 20px;
}

.ps-btn,
button.ps-btn {
    color: #ffffff;
}

.ps-product--header-sticky .ps-product__price span {
    color: var(--primary);
}

.header--product.header--sticky .navigation {
    border-bottom: 2px solid var(--primary);
    background-color: var(--bg-primary)
}

.ps-newsletter {
    border-bottom: none;
    border-top: none;
    padding: 35px 0;
    margin-top: 0px;
}

#back2top i {
    color: var(--white);
}

#back2top:hover i {
    color: #783f07;

}

#back2top {
    background-color: var(--primary);
    border-color: var(--white);


}

#back2top:hover i {
    color: var(--white);
}

#back2top:hover {
    background-color: var(--white);
    border-color: var(--primary);

}

#back2top:hover i {
    color: var(--primary);
}

.ps-page--shop .mt-40 {
    margin-top: 0px;
}

.ps-container>.mb-40 {
    margin-bottom: 10px;
}

.ps-container>.mt-40 {
    margin-top: 0px;
}

/* Active product card cleanup */
.owl-item.active .ps-product__vendor,
/* Sold by */
.owl-item.active .rating_wrap,
/* Reviews */
.owl-item.active .ps-product__progress-bar {
    /* Sold progress bar */
    display: none !important;
}

.ps-deal-of-day .ps-section__header {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}

#homepage-1 .ps-deal-of-day {
    padding-bottom: 0px;

}

.ps-home-ads {
    margin-bottom: 20px;
    margin-top: 10px;
}

.ps-block--category {
    padding: 0px;
}



.ps-product {
    padding: 0 0 0 30px;
}

.ps-top-categories.mb-40 {
    margin-bottom: 0 !important;
}

.form-label {

    color: var(--primary);
}

.form-control {
    background-color: var(--primary-light);
    border: 1px solid var(--primary);

}

.auth-card form .form-control {
    background-color: var(--white) !important;
    border: 2px solid var(--primary);
}

.ps-layout--shop .ps-layout__left {
    position: sticky;
    top: 100px;
    /* Header ki height ke hisab se adjust kar lena */
    align-self: flex-start;
}

.ps-btn:active,
.ps-btn:hover,
button.ps-btn:active,
button.ps-btn:hover {
    background-color: var(--white);
    color: var(--primary);
    border: 1px solid var(--primary);
}


/* =====================================
            PERFECT CENTER CATEGORY SWIPER
            ===================================== */

.full-width-swiper {
    width: 100%;
    max-width: 100%;
    position: relative;
    padding: 0 45px;
    overflow: hidden;
}

.topCategorySwiper {
    width: 100%;
    overflow: hidden;
}

/* Slide Perfect Center */
.topCategorySwiper .swiper-slide {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: auto !important;
    text-align: center;
}

/* Card */
.topCategorySwiper .ps-block--category {
    width: 100%;
    max-width: 145px;
    margin: 0 auto;
    padding: 0;
    border: none;
    background: transparent;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Overlay */
.topCategorySwiper .ps-block__overlay {
    inset: 0;
}

/* Perfect Circle Image */
.topCategorySwiper .ps-block--category img {
    width: 110px;
    height: 110px;
    min-width: 110px;
    min-height: 110px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    margin: 0 auto 12px;
    border: 2px solid #f1f1f1;
    transition: all .3s ease;
}

/* Text */
.topCategorySwiper .ps-block--category p {
    font-size: 14px;
    font-weight: 600;
    color: #222;
    line-height: 1.4;
    margin: 0;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Hover */
.topCategorySwiper .ps-block--category:hover img {
    transform: scale(1.06);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
    border-color: #ddd;
}

/* Buttons */
.topCategorySwiper .swiper-button-prev,
.topCategorySwiper .swiper-button-next {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #ddd;
    color: #111;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
}

.topCategorySwiper .swiper-button-prev {
    left: 0;
}

.topCategorySwiper .swiper-button-next {
    right: 0;
}

.topCategorySwiper .swiper-button-prev:after,
.topCategorySwiper .swiper-button-next:after {
    font-size: 14px;
    font-weight: 700;
}

.ps-product {
    position: relative !important;
    background: #fff !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    /* box-shadow: 0 6px 18px rgba(0,0,0,0.08) !important; */
    /* padding-bottom: 70px !important;button ke liye bottom space */
    /* min-height: 100% !important; */
}


/* 🔥 main fix */
.ps-product .ps-product__thumbnail {
    position: static !important;
}

/* button card ke last niche */
.ps-product .ps-product__actions {

    /* margin: 0 !important;
                padding: 0 !important;
                list-style: none !important;
                opacity: 1 !important;
                visibility: visible !important;
                transform: none !important;
                z-index: 9 !important; */
}

/* hide extra buttons */
.ps-product .ps-product__actions li {
    /* display: none !important; */
}

/* show add to cart only */
/* .ps-product .ps-product__actions li:first-child {
                display: block !important;
                width: 100% !important;
            } */

.ps-product .ps-product__actions li:first-child a {
    /* display: flex !important; */
    /* align-items: center !important; */
    /* justify-content: center !important; */
    /* width: 100% !important; */
    /* background: var(--primary) !important; */
    /* color: #fff !important; */
    /* padding: 14px 10px !important; */
    /* border-radius: 10px 10px 0px 0px !important; */
    /* text-decoration: none !important; */
    /* font-size: 15px !important; */
    /* font-weight: 600 !important; */
    /* border-top-left-radius: 10px !important;
            border-top-right-radius: 10px !important;
            border-bottom-left-radius: 0 !important;
            border-bottom-right-radius: 0 !important; */
}

/* .ps-product .ps-product__actions li:first-child a::after {
                content: "Add To Cart" !important;
                text-wrap-mode: nowrap !important;
            } */

/* .icon-bag2:before {
                display: none !important;
            } */

.ps-product .ps-product__actions {
    max-width: 100% !important;

}

.ps-product .ps-product__actions li {
    width: 100% !important;

    margin: 0 !important;
}

.form-group--number .form-control {
    min-width: 100px;
}

.ps-product .ps-product__actions li a {
    /* display: flex !important; */
    width: 100% !important;
    background: var(--primary) !important;
    color: #fff !important;
    border-radius: 50% 50% 0 0 !important;
    box-sizing: border-box !important;
}

.ps-product .ps-product__price.sale {
    margin-bottom: 0rem !important;
    padding-bottom: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ps-product {
    background: #fff !important;
    border: 1px solid #e6dccd !important;
    border-radius: 14px !important;
    padding: 7px !important;
    box-shadow: none !important;
    overflow: hidden !important;
    /* min-height: 100% !important; */
}

/* image box */
.ps-product__thumbnail {
    border-radius: 14px !important;
    /*overflow:hidden !important;
            border: 1px solid #783F04;*/
}

/* title */
.ps-product__title {
    font-size: 16px !important;
    /* line-height:1.4 !important; */
    color: var(--primary) !important;
    font-weight: 500 !important;
    margin-bottom: 0px !important;
    display: block !important;
}



/* price */
.ps-product__price {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #000 !important;
    margin: 10px 0 15px !important;
}

/* button */
/* .ps-product__actions li:first-child a {
                border-radius: 10px !important;
                background: #a86a1c !important;
                font-size: 16px !important;
                font-weight: 700 !important;
            } */

.ps-product {
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    position: relative !important;
    margin-right: 0.5rem;
}

/* content ko grow karwao */
.ps-product__container {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
}



/* button always niche */
/* .ps-product .ps-product__actions {
                position: relative !important;
                left: 0px !important;
                right: 0px !important;
                bottom: 0px !important;
            } */

/* =====================================
            REMOVE OWL ITEM RIGHT MARGIN
            ===================================== */

.ps-carousel--nav .owl-item {
    margin-right: 0 !important;
}

/* inline style override */
.ps-carousel--nav .owl-item[style] {
    margin-right: 0 !important;
}



/* ================= GLOBAL ================= */
.container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}




/* FULL WIDTH HEADER SECTION */

/* .ps-page__header {
    position: relative;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    left: 0;
    background: url('https://kundimasale.com/storage/home/1.png') center center / cover no-repeat;
    min-height: 450px;
    padding: 130px 20px 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    margin-bottom: 5%;
} */

/* Overlay */
/* .ps-page__header::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: -1;
} */

/* Heading */
/* .ps-page__header h1 {
    font-size: 52px;
    color: #fff;
    font-weight: 800;
    max-width: 950px;
    margin-bottom: 15px;
    line-height: 1.3;
} */




/* Blog wrapper */
/* .ps-blog__left #app {
    display: grid !important;
    gap: 30px;
    align-items: stretch;
} */

/* Card full height */
/* .ps-blog__left .ps-post {
    height: 100%;
    display: flex;
    flex-direction: column;
} */

/* .ps-blog__left .ps-post__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
} */

/* Same image size */
/* .ps-blog__left .ps-post__thumbnail {
    height: 280px;
} */




/* .ps-blog__left .ps-post {
    border: 2px solid #e8e8e8 !important;
    border-radius: 18px;
    overflow: hidden;
    transition: all 0.3s ease;
    padding: 2%
} */

/* Hover Effect */
/* .ps-blog__left .ps-post:hover {
    border-color: #d86b00 !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transform: translateY(-6px);
} */

/* ===============================
            BLOG SIDEBAR PREMIUM UI
            =============================== */

/* .ps-blog__right {
    position: sticky;
    top: 30px;
} */

/* Widget Box */
/* .ps-blog__right .widget {
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 18px;
    padding: 28px;
    margin-bottom: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: 0.3s ease;
} */

/* .ps-blog__right .widget:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.08);
} */

/* Title */
/* .ps-blog__right .widget__title {
    font-size: 24px;
    font-weight: 800;
    color: #111;
    margin-bottom: 22px;
    padding-bottom: 14px;
    border-bottom: 2px solid #f1f1f1;
    position: relative;
} */

/* .ps-blog__right .widget__title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 70px;
    height: 2px;
    background: #d86b00;
} */

/* ===============================
            SEARCH BOX
            =============================== */

.ps-form--widget-search {
    position: relative;
}

.ps-form--widget-search input {
    width: 100%;
    height: 55px;
    border: 1px solid #e5e5e5;
    border-radius: 50px;
    padding: 0 60px 0 20px;
    font-size: 15px;
    outline: none;
}

.ps-form--widget-search button {
    position: absolute;
    right: 5px;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 50%;
    background: #d86b00;
    color: #fff;
    cursor: pointer;
}

/* ===============================
            CATEGORY LIST
            =============================== */

/* .ps-blog__right ul {
    padding: 0;
    margin: 0;
    list-style: none;
} */

/* .ps-blog__right ul li {
    margin-bottom: 10px;
} */

/* .ps-blog__right ul li:last-child {
    margin-bottom: 0;
} */

/* .ps-blog__right ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    border-radius: 12px;
    background: #fafafa;
    color: #222;
    text-decoration: none;
    font-size: 15px;
    transition: 0.3s ease;
} */

/* .ps-blog__right ul li a:hover {
    background: #d86b00;
    color: #fff;
    transform: translateX(5px);
} */

/* ===============================
            RECENT POSTS
            =============================== */

.widget--recent-post a {
    display: block;
    padding: 14px 16px;
    background: #fafafa;
    border-radius: 12px;
    color: #111;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.5;
    transition: 0.3s;
}

.widget--recent-post a:hover {
    background: #d86b00;
    color: #fff;
}

/* ===============================
    TAGS
=============================== */

.widget--tags .widget__content {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.widget--tags a {
    padding: 10px 14px;
    background: #f7f7f7;
    border-radius: 50px;
    color: #222;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s ease;
}

.widget--tags a:hover {
    background: #d86b00;
    color: #fff;
}




/* =====================================
    BLOG PAGE MODERN CLEAN DESIGN
===================================== */

.ps-blog__left {
    width: 100% !important;
}

/* remove old spacing */
.ps-blog__left #app {
    width: 100% !important;
}

/* =====================================
            TOP FEATURED POST
            ===================================== */

.ps-blog__left>#app>.ps-post:first-child {
    display: grid !important;
    grid-template-columns: 1.1fr 1fr !important;
    gap: 28px !important;
    align-items: center !important;
    background: #ffffff !important;
    border: 1px solid #ececec !important;
    border-radius: 22px !important;
    padding: 22px !important;
    margin-bottom: 35px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05) !important;
}

/* .ps-blog__left>#app>.ps-post:first-child .ps-post__thumbnail {
    margin: 0 !important;
} */

/* .ps-blog__left>#app>.ps-post:first-child .ps-post__thumbnail img {
    width: 100% !important;
    height: 360px !important;
    object-fit: cover !important;
    border-radius: 18px !important;
} */

/* =====================================
            POST GRID
            ===================================== */

/* .ps-blog__left .row {
    margin: 0 -12px !important;
    row-gap: 24px !important;
} */

/* .ps-blog__left .row>div {
    padding: 0 12px !important;
} */

/* .ps-blog__left .row .ps-post {
    background: #fff !important;
    border: 1px solid #ececec !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    transition: .35s ease !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .04) !important;
} */

/* .ps-blog__left .row .ps-post:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 18px 35px rgba(0, 0, 0, .08) !important;
} */

/* .ps-blog__left .row .ps-post__thumbnail {
    margin: 0 !important;
} */

/* .ps-blog__left .row .ps-post__thumbnail img {
    width: 100% !important;
    height: 240px !important;
    object-fit: cover !important;
    display: block !important;
} */

/* =====================================
            COMMON CONTENT
            ===================================== */

/* .ps-blog__left .ps-post__content {
    padding: 18px !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
} */

/* .ps-blog__left .ps-post__meta a {
    display: inline-block !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    color: #8b5a2b !important;
    letter-spacing: .4px !important;
    margin-bottom: 10px !important;
} */

/* .ps-blog__left .ps-post__title {
    display: block !important;
    font-size: 26px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    color: #111 !important;
    margin-bottom: 12px !important;
    word-break: break-word !important;
} */

/* .ps-blog__left .row .ps-post__title {
    font-size: 18px !important;
    min-height: 78px !important;
} */

/* .ps-blog__left .ps-post__bottom {
    margin-top: auto !important;
} */

/* .ps-blog__left .ps-post__bottom p {
    margin: 0 !important;
    font-size: 13px !important;
    color: #777 !important;
} */



.ps-carousel--nav .owl-item {
    width: calc(100% / 4 - 15px) !important;
}

.ps-carousel--nav .owl-stage {
    display: flex;
}

.owl-item .ps-product.ps-product--inner {
    max-width: unset;
}

.ps-carousel--nav .owl-item {
    width: calc(100% / 4 - 15px) !important;
}

.ps-carousel--nav .owl-stage {
    display: flex;
}

/* .ps-product .ps-product__actions {
                margin-left: auto !important;
                margin-right: auto !important;

            } */

.owl-carousel .owl-stage-outer {
    margin: 0 0;
}

.ps-section--default {
    margin-bottom: 50px;
}

.ps-section--default .ps-section__header {
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.ps-home-banner .owl-carousel .owl-stage-outer {
    margin: 0 !important;
}

.ck-content {
    background-color: #F6F3E7;
}

.ps-carousel--responsive .owl-dots {
    display: none ! important;
}

.ps-post__content .ck-content {

    padding: 4% !important;
}

.ps-product .ps-product__title {
    padding: unset;
}


.ps-product .ps-product__actions {
    padding: 10px 0 0px;
}



aside.widget.widget_product.widget_features {
    display: none;
}



.ps-block--category {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    /* text-align: center; */
}

#homepage-1 .ps-home-banner .ps-banner {
    max-HEIGHT: 800px;

}

.ps-footer__copyright {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
}

.footer-payments,
.ps-footer__copyright p {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ps-product--detail .ps-product__shopping figure figcaption {
    margin-bottom: 4px;
    /* display: none; */
}

@media(max-width:2160px) {
    #homepage-1 .ps-home-banner .ps-banner {
        min-height: 757px
    }
}

@media(max-width:1920px) {
    #homepage-1 .ps-home-banner .ps-banner {
        min-height: 675px
    }
}

@media(max-width:1600px) {
    #homepage-1 .ps-home-banner .ps-banner {
        min-height: 562px
    }
}

@media(max-width:1440px) {
    #homepage-1 .ps-home-banner .ps-banner {
        min-height: 510px
    }
}

@media(max-width:1400px) {
    #homepage-1 .ps-home-banner .ps-banner {
        min-height: 491px
    }
}

@media(max-width:1376px) {
    #homepage-1 .ps-home-banner .ps-banner {
        min-height: 483px
    }
}

@media (max-width: 1199px) {
    .navigation--list {
        background-color: var(--primary);
    }

    .navigation--list .navigation__item {
        color: var(--bg-primary);
    }

    .ps-carousel--nav {
        margin-bottom: 0rem;
        padding-bottom: 0px;
    }

    /* #homepage-1 .ps-home-banner .ps-banner {
        MIN-HEIGHT: 504PX;
    } */

    #homepage-1 .ps-home-banner .ps-banner {
        MIN-HEIGHT: 450PX;
    }

    .header .header__extra span {
        background-color: var(--bg-primary);
        color: var(--primary);
    }

    .header__actions a.header__extra>i,
    .bb-product-filter-title,
    .header .ps-block__left i {
        color: var(--bg-primary);
    }

    .ps-carousel--responsive {
        margin-bottom: 0PX;
        padding-bottom: 0px;
    }

    .owl-carousel .ps-product {
        margin-bottom: 0px;
    }

}

@media(max-width:1024px) {
    #homepage-1 .ps-home-banner .ps-banner {
        min-height: 362px
    }
}

/* ================= TABLET ================= */
@media (max-width: 991px) {
    ul.bb-product-attribute-swatch-list.text-swatch.attribute-swatch,
    .bb-product-attribute-swatch{
        margin-bottom : 0px;
    }
    /* .bb-product-gallery-thumbnails .slick-list.draggable .slick-track{
        display :flex;
        justify-content : center;
        height: auto ! important;
    
    } */
    .ps-footer__copyright{
        padding-bottom: 80px;
    }
    .ps-footer {
        padding-top: 30px;
    }

    .delivery-estimate-box {
        margin: 10px 0;
    }

    .product-whatsapp-order-wrapper.mt-3.mb-3 {
        display: flex;
        justify-content: center;
    }

    .bb-product-gallery img {
        max-width: 96%;
    }

    .ps-page--product .ps-page__container {
        padding: 0px 10px 0px 13px;
    }

    .ps-product--detail .ps-product__header .ps-product__info {
        max-width: 97%;
        padding: 0px 0px 0px 10px;
    }

    .ps-product--detail .ps-product__specification {
        padding: 5px 0;
    }

    .ps-product--detail .ps-product__sharing {
        padding: 0px 10px;
    }


    #homepage-1 .ps-home-banner .ps-banner {
        min-height: 349px;
    }

    .header .header__extra,
    .header .ps-block__left i {
        color: var(--bg-primary);
    }

    .ps-home-ads .row>div:not(:first-child) {
        display: none !important;
    }

    .ps-home-ads .row>div:first-child {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #back2top.active {
        bottom: 80px;
    }


    .ps-page__header {
        min-height: 360px;
    }

    .ps-page__header h1 {
        font-size: 38px;
    }

    /* .ps-blog__left #app {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    } */

    /* .ps-blog__left .ps-post__thumbnail {
        height: 240px;
    } */

    /* .ps-blog__right {
        position: static;
        margin-top: 30px;
    } */

    /* .ps-blog__right .widget {
        padding: 22px;
    } */

    /* .ps-blog__right .widget__title {
        font-size: 22px;
    } */



    /* .ps-blog__left>#app>.ps-post:first-child {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    } */

    /* .ps-blog__left>#app>.ps-post:first-child .ps-post__thumbnail img {
        height: 300px !important;
    } */

    /* .ps-blog__left .row .ps-post__thumbnail img {
        height: 220px !important;
    } */

    /* .ps-blog__left .ps-post__title {
        font-size: 22px !important;
    } */



    .ps-form--quick-search .form-group--icon {
        background-color: #ffd5a9;
    }

    .ps-form--quick-search .form-group--icon .product-cat-label {
        background-color: #ffd5a9;
        color: #000;
        border-right: 1px solid #000;
    }

    .ps-page--shop .ps-product:not(.ps-product--wide) {
        border: 1px solid #783f06;
        padding: 0px;
    }

    .ps-product {
        padding: 0px;
    }

    .navigation--list {
        background-color: var(--primary);
        border-top: 1px solid var(--bg-primary);
        padding: 10px 0px;
    }

    .navigation--list .navigation__item {
        color: var(--bg-primary);
    }

    .ps-footer__widgets>* {
        flex-basis: 45%;
        max-width: 45%;
        padding-left: 10px;
    }

    .ps-footer__widgets {
        padding-bottom: 0px;
    }

    .widget {
        margin-bottom: 0px;
        padding-bottom: 20px;
    }

    .widget_footer .widget-title {
        margin-bottom: 15px;
    }

    .ps-home-ads {
        margin-bottom: 0;
        margin-top: 0;
    }

    .ps-carousel--responsive {
        margin-bottom: 20px;
        padding-bottom: 0px;
    }

    .ps-newsletter {
        padding: 30px 25px;
        border: none;
        margin: 0px !important;
    }

    .ps-block--category {
        border: 1px solid #783f04;
        margin-bottom: 10px;
        padding: 10px;
    }

    .ps-collection {
        margin-bottom: 20px;
    }

    .ps-footer__widgets {
        display: flex !important;
        flex-wrap: wrap !important;
    }

    .ps-footer__widgets>aside.widget,
    .ps-footer__widgets>.panel.panel-default {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        width: 50% !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        border-bottom: 1px solid #ddd !important;
        box-shadow: none !important;
    }



    /* Equal full width */
    /* .ps-footer__widgets > aside.widget,
    .ps-footer__widgets > .panel.panel-default {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
       
    } */

    /* Titles */
    .ps-footer__widgets>aside.widget>.widget-title,
    .ps-footer__widgets>.panel.panel-default>.panel-title {
        position: relative;
        display: block;
        width: 100%;
        margin: 0 !important;
        padding: 15px 40px 15px 0 !important;
        cursor: pointer;
    }

    /* Panel heading */
    .ps-footer__widgets>.panel.panel-default>.panel-title h3 {
        margin: 0 !important;
        padding: 0 !important;
        font-size: 16px;
        line-height: 1.4;
        font-weight: 600;
    }

    /* Plus icon */
    .ps-footer__widgets>aside.widget>.widget-title::after,
    .ps-footer__widgets>.panel.panel-default>.panel-title::after {
        content: "+";
        position: absolute;
        top: 50%;
        right: 5px;
        transform: translateY(-50%);
        font-size: 24px;
        font-weight: 400;
        line-height: 1;
        color: var(--bg-primary);
    }

    /* Minus icon */
    .ps-footer__widgets>aside.widget.active>.widget-title::after,
    .ps-footer__widgets>.panel.panel-default.active>.panel-title::after {
        content: "−";
    }

    /* Hide accordion content */
    .ps-footer__widgets>aside.widget>ul,
    .ps-footer__widgets>aside.widget>.widget_content,
    .ps-footer__widgets>.panel.panel-default>.panel-content {
        display: none !important;
        width: 100%;
        padding: 5px 0 15px !important;
    }

    /* Show active content */
    .ps-footer__widgets>aside.widget.active>ul,
    .ps-footer__widgets>aside.widget.active>.widget_content,
    .ps-footer__widgets>.panel.panel-default.active>.panel-content {
        display: block !important;
    }

    /* Certificate image */
    .ps-footer__widgets .panel-content img {
        display: block;
        width: 100% !important;
        max-width: 100% !important;
        height: auto;
    }

    a.ps-logo.footer-logo.d-flex.d-lg-none {
        display: flex;
        justify-content: center;
    }

    /* .ps-product--detail .ps-product__header,
    .bb-product-gallery {
        /* display: grid; */
        /* justify-content: center; */
        /* align-items: center; 
    } */

    /* .bb-product-gallery-thumbnails .slick-list.draggable {
        height: auto ! important;
    }
 */
    .ps-product--detail .ps-product__header .ps-product__thumbnail {
        max-width: 100%;
    }

    /* .slick-list {
        overflow: visible;
    } */

    /* .bb-product-gallery-thumbnails {
        margin: 0 auto;
        margin-top: 30px;
    } */



    .add-to-cart-form {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 12px;
        align-items: center;
    }

    /* Weight */
    .add-to-cart-form>.pr_switch_wrap:first-of-type {
        grid-column: auto;
        margin: 0;
    }

    /* In Stock */
    .add-to-cart-form>.number-items-available {
        grid-column: auto;
        margin: 0 !important;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 45px;
    }

    /* Delivery */
    .add-to-cart-form>.delivery-estimate-box {
        grid-column: auto;
        margin: 0;
        min-height: 45px;
        padding: 8px 10px;
    }

    /* WhatsApp */
    .add-to-cart-form>.product-whatsapp-order-wrapper {
        grid-column: auto;
        margin: 0 !important;
    }

    .product-whatsapp-order-btn {
        width: 100%;
        min-height: 45px;
        padding: 8px 10px;
        justify-content: center;
        white-space: nowrap;
    }

    /* Quantity + Add to Cart + Buy Now */
    .add-to-cart-form>.ps-product__shopping {
        grid-column: 1 / -1;
        width: 100%;
    }

    /* Empty Product Option */
    .add-to-cart-form>#product-option:empty {
        display: none;
    }

    /* Weight title */
    .bb-product-attribute-swatch-title {
        margin-bottom: 5px;
        font-size: 14px;
    }

    .bb-product-attribute-swatch-list .form-select {
        min-height: 45px;
    }

    /* Delivery text */
    .delivery-estimate-content {
        flex-wrap: nowrap;
        font-size: 13px;
    }

    .delivery-estimate-label,
    .delivery-estimate-value {
        white-space: nowrap;
    }

    .ps-product__shopping {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        flex-wrap: wrap;
        gap: 10px;
        width: 100%;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .ps-container{
        padding : 15px;
    }


}

@media(max-width:812px) {
    #homepage-1 .ps-home-banner .ps-banner {
        min-height: 285px
    }
}

/* ================= TABLET ================= */
@media (min-width: 767px) and (max-width: 991px) {
    .ps-product__price{
        margin : 10px 0 ! important;
    }
    .ps-product--detail .ps-product__specification{
        margin-bottom: 0px;
    }
    .ps-product__shopping{
        justify-content: start !important;
    }
    .ps-product--detail .ps-product__shopping figure figcaption{
        display : none;
    }
    .bb-product-attribute-swatch-list{
        flex-wrap : nowrap;
    }
    .bb-product-gallery img{
        max-width: 100%;
        display : flex;
        flex-direction: column;
    }
    .bb-product-gallery{
        display : flex !important;
        justify-content: center !important;
        align-items: center !important;
        flex-direction: column;
    }

    .ps-footer__widgets {
        display: flex !important;
        flex-wrap: wrap !important;
    }

    .ps-footer__widgets>aside.widget,
    .ps-footer__widgets>.panel.panel-default {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        width: 50% !important;
        box-sizing: border-box;
        padding: 0 20px !important;
    } 
    /* .bb-product-gallery-images .slick-list.draggable .slick-track{
        width: auto ! important;
        height : auto ! important; 
    } */

    /* Left side border */
    .ps-footer__widgets> :nth-child(odd) {
        border-right: 1px solid #ddd !important;
    }
        .ps-product--detail .ps-product__header{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

/* ================= MOBILE ================= */
@media (max-width: 767px) {
    .ps-tab-list{
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        gap: 10px;
        padding-bottom: 8px;

        -webkit-overflow-scrolling: touch;
        scrollbar-width: none; /* Firefox */
    }

    .ps-tab-list::-webkit-scrollbar{
        display: none;
    }

    .ps-tab-list li{
        flex: 0 0 auto;
        margin: 0;
    }

    .ps-tab-list li a{
        display: block;
        padding: 10px 16px;
        white-space: nowrap;
    }
    .product-detail-extra-html{
        /* display: flex !important; */
        /* flex-wrap: nowrap !important; */
        /* align-items: stretch; */
        /* gap: 10px !important; */
    }

    .delivery-estimate-box,
    .product-whatsapp-order-wrapper{
        /* flex: 1; */
        /* margin: 0 !important; */
    }

    .delivery-estimate-box{
        /* padding: 8px 10px; */
        /* gap: 8px; */
        /* min-height: 52px; */
    }

    .delivery-estimate-content{
        /* display: flex; */
        flex-direction: column;
        /* gap: 2px; */
        line-height: 1.2;
    }

    .delivery-estimate-label,
    .delivery-estimate-value{
        font-size: 11px;
    }

    .product-whatsapp-order-btn{
        /* width: 100%; */
        /* height: 100%; */
        /* justify-content: center; */
        padding: 8px 10px !important;
        font-size: 13px;
    }

    .product-whatsapp-order-btn svg{
        /* width: 18px; */
        /* height: 18px; */
    }

    .product-whatsapp-order-btn span{
        /* white-space: nowrap; */
    }
    .ps-product__actions{
        display : none;
    }
    .bb-product-gallery-images{
        margin-bottom : 0px;
    }
    .ps-product--detail .ps-product__shopping figure{
        display : flex;
        justify-content: space-between;
        align-items: center;
        margin-right: 0px;
        margin-bottom: 5px;
    }
    .add-to-cart-form{
        grid-template-columns: repeat(1, 1fr);
    }
    .loyalty-product-info.mt-4.mb-4.p-4.border.rounded-3.bg-light {
        margin-top: 0px ! important;
    }

    .ps-product {
        margin: 0 5px ! important;
    }

    .ps-product--detail .ps-product__meta,
    .ps-product--detail .ps-product__desc,
    .ps-product--detail .ps-product__shopping>*,
    .ps-product__shopping .product__qty,
    .ps-product--detail .ps-product__shopping,
    .ps-product--detail>.ps-product__content {
        margin-bottom: 10px;
    }

    .ps-section--default,
    .ps-product--detail,
    .ps-section--default .ps-section__header {
        margin-bottom: 20px;
    }

    .bb-product-gallery-thumbnails .slick-slide {
        margin-bottom: 0px;
        display: flex;
        justify-content: center;
    }

    .ps-footer__copyright p:last-child span {
        margin-left: 10px;
    }

    .ps-footer__copyright {
        padding: 20px 0;
    }

    .ps-footer {
        padding-top: 20px;
    }

    .ps-layout--shop {
        padding-bottom: 15px;
    }

    .ps-layout--shop .ps-layout__right {
        margin-bottom: 0px;
    }

    .ps-tabs.ps-products-listing.bb-product-items-wrapper>.ps-pagination {
        padding-top: 0px;
    }

    .ps-layout--shop .ps-layout__left {
        display: none;
    }

    .ps-footer__widgets {
        display: block !important;
        width: 100% !important;
    }

    .ps-footer__widgets>aside.widget,
    .ps-footer__widgets>.panel.panel-default {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        border-bottom: 1px solid #ddd !important;
    }




    .ps-product-list.mb-60.shortcode-lazy-loading-loaded .ps-section__links {
        display: flex;
        gap: 6px;
    }

    .ps-product-list.mb-60.shortcode-lazy-loading-loaded .ps-section__links .nav-item {
        flex: 1 1 33.333%;
        margin: 0;
    }

    .ps-product-list.mb-60.shortcode-lazy-loading-loaded .ps-section__links .nav-item a {
        font-size: 11px;
    }

    .ps-product-list .ps-section__links li a {
        padding: 7px;
    }

    .ps-collection {
        margin-bottom: 10px;
    }

    .auth-card .auth-card__body {
        padding: 0rem 1rem 3rem;
    }

    .ps-product__price {
        margin: 0px 0 0px !important;

    }

    .ps-product .ps-product__title {
        padding: 0 0 0 0;
    }

    .ps-page--shop .ps-product:not(.ps-product--wide) .ps-product__content:not(.hover) {
        padding: 0 0px 0px;
    }

    .ps-shopping.ps-tab-root .bg-light {
        margin-top: 10px;
    }

    #homepage-1 .ps-home-banner {
        margin-bottom: 15px;
    }

    .ps-top-categories h3 {
        margin-bottom: 10px;
        ;
    }

    .ps-block--category {
        margin-bottom: 0px;
    }

    .ps-block--category p {
        padding: 0px 0px;
    }

    .ps-product .ps-product__container {
        padding-top: 0px;
    }

    .mb-4 {
        margin-bottom: 0.7rem !important;
    }

    .ps-product {
        margin-right: 0px;
    }

    #homepage-1 .ps-home-banner .ps-banner {
        MIN-HEIGHT: 270;
    }

    .header .header__extra span {
        background-color: var(--bg-primary);
        color: var(--primary);
    }

    .header__actions a.header__extra>i,
    .bb-product-filter-title,
    .header .ps-block__left i {
        color: var(--bg-primary);
    }

    .ps-product .ps-product__container {
        min-height: 96px;
    }

    .ps-product__title {
        margin-bottom: 0px ! important;
    }

    .ps-product__price {
        margin-top: 5px;
    }

    .ps-section__links {

        white-space: nowrap;

    }

    .ps-form--newsletter .form-group--nest button {
        padding-left: 25px;
        padding-right: 25px;
    }

    .topCategorySwiper .swiper-slide {
        width: 33.333% !important;
    }

    .topCategorySwiper .ps-block--category {
        max-width: 100% !important;
    }

    .topCategorySwiper .ps-block--category img {
        width: 72px;
        height: 72px;
    }

    .topCategorySwiper .swiper-slide {
        margin-right: 0px !important;
    }

    .full-width-swiper {
        padding: 0 35px;
    }

    .topCategorySwiper .ps-block--category {
        max-width: 120px;
    }

    .topCategorySwiper .ps-block--category img {
        width: 90px;
        height: 90px;
        min-width: 90px;
        min-height: 90px;
    }

    .topCategorySwiper .ps-block--category p {
        font-size: 13px;
        min-height: 36px;
    }

    .navigation__right {
        display: flex;
    }

    .navigation--mobile .ps-logo img {
        height: 60px;
    }

    .header--mobile .navigation--mobile {
        padding: 10px 20px 10px 20px;
    }

    .ps-block--category {
        padding: 0px;
    }

    .ps-container {
        max-width: 100%;
        padding: 0 2px;
    }

    .ps-product--detail .ps-product__shopping .ps-btn {
        margin-right: 5px;
        width: 45%;
        display: inline;
        float: left;
        margin-left: 5px;
    }

    .header--mobile-product .header__back {
        color: var(--bg-primary);
    }

    .header--mobile-product .header__back i {
        margin-right: 10px;
        font-size: 18px;
    }

    .header--mobile-product .header__back strong {
        fon-size: 14px;
    }

    .row>* {
        /* padding-right: 10px;*/
        /* padding-left: 10px; */
    }


    /* ALL TEXT LEFT */
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    .section-title,
    .story-top,
    .video-content,
    .founder-text,
    .sustain-text,
    .promise-card {
        text-align: left !important;
    }

    .ps-page__header {
        min-height: 300px;
        padding: 90px 15px 60px;
    }

    .ps-page__header h1 {
        font-size: 28px;
    }

    /* .ps-blog__left #app {
        grid-template-columns: 1fr;
        gap: 18px;
    } */

    /* .ps-blog__left .ps-post__thumbnail {
        height: 220px;
    } */

    /* .ps-blog__right .widget {
        padding: 18px;
        border-radius: 14px;
    } */

    /* .ps-blog__right .widget__title {
        font-size: 20px;
        margin-bottom: 18px;
    } */

    .ps-form--widget-search input {
        height: 50px;
        font-size: 14px;
    }

    .ps-form--widget-search button {
        width: 40px;
        height: 40px;
    }

    /* .ps-blog__right ul li a,
    .widget--recent-post a {
        font-size: 14px;
        padding: 12px 14px;
    } */



    .ps-category-ads-section.mt-40 {
        margin-top: 15px !important;
    }

    .ps-category-ads-section.mb-40 {
        margin-bottom: 15px !important;
    }

    /* ya completely remove karna ho to */
    .ps-category-ads-section {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }






    .ps-deal-of-day .ps-block--countdown-deal {

        flex-direction: column !important;

        align-items: center !important;

    }

    [data-shortcode-id="sc_1778069848_0"] .ps-section__header h3 {
        display: none !important;
    }

    .ps-product {
        padding-bottom: 0% !important;
    }



    /* .ps-blog__left>#app>.ps-post:first-child {
        padding: 15px !important;
        border-radius: 16px !important;
        margin-bottom: 25px !important;
    } */

    /* .ps-blog__left>#app>.ps-post:first-child .ps-post__thumbnail img {
        height: 240px !important;
        border-radius: 14px !important;
    } */

    /* .ps-blog__left .row {
        margin: 0 !important;
        row-gap: 18px !important;
    } */

    /* .ps-blog__left .row>div {
        padding: 0 !important;
    } */

    /* .ps-blog__left .row .ps-post {
        border-radius: 16px !important;
    } */

    /* .ps-blog__left .row .ps-post__thumbnail img {
        height: 220px !important;
    } */

    /* .ps-blog__left .ps-post__content {
        padding: 14px !important;
    } */

    /* .ps-blog__left .ps-post__title {
        font-size: 18px !important;
    } */

    /* .ps-blog__left .row .ps-post__title {
        font-size: 16px !important;
        min-height: auto !important;
    } */

    .full-width-swiper {
        padding: 0 28px;
    }

    .topCategorySwiper .swiper-slide {
        justify-content: center !important;
    }

    .topCategorySwiper .ps-block--category {
        max-width: 95px;
    }

    .topCategorySwiper .ps-block--category img {
        width: 74px;
        height: 74px;
        min-width: 74px;
        min-height: 74px;
        margin-bottom: 8px;
    }

    .topCategorySwiper .ps-block--category p {
        font-size: 12px;
        line-height: 1.3;
        min-height: 32px;
    }

    .topCategorySwiper .swiper-button-prev,
    .topCategorySwiper .swiper-button-next {
        width: 30px;
        height: 30px;
    }

    .topCategorySwiper .swiper-button-prev:after,
    .topCategorySwiper .swiper-button-next:after {
        font-size: 12px;
    }

    .ps-product--detail .ps-product__header .ps-product__thumbnail {
        margin-bottom: 1rem;
    }

    .ps-product--detail .ps-product__shopping figure .form-group--number {
        max-width: auto;
        width: 30%;
    }

    .ps-product--detail .ps-product__shopping {
        padding-bottom: 0px;
    }

    /* .ps-product--detail>.ps-product__content {
        padding-top: 20px;
    } */

    .ps-product--detail .ps-tab-list {
        margin: 10px 0 ;
        display: flex;
        gap: 10px;
    }

    .ps-product--detail .ps-tab p {
        margin-bottom: 0px;
    }
  .header .header__extra span i{
  	color : var(--primary);
  }
}

@media(max-width:576px) {
    #homepage-1 .ps-home-banner .ps-banner {
        min-height: 203px
    }
    .slick-list {
        overflow: hidden;
    }

}


@media(max-width:512px) {
    #homepage-1 .ps-home-banner .ps-banner {
        min-height: 168px
    }

}

@media(max-width:480px) {
    #homepage-1 .ps-home-banner .ps-banner {
        min-height: 148px
    }

    .full-width-swiper {
        padding: 0 24px;
    }

    .topCategorySwiper .ps-block--category {
        max-width: 85px;
    }

    .topCategorySwiper .ps-block--category img {
        width: 68px;
        height: 68px;
        min-width: 68px;
        min-height: 68px;
    }

    .topCategorySwiper .ps-block--category p {
        font-size: 11px;
    }

}

@media(max-width:412px) {
    #homepage-1 .ps-home-banner .ps-banner {
        min-height: 145px
    }

}

@media(max-width:376px) {
    #homepage-1 .ps-home-banner .ps-banner {
        min-height: 133px
    }

}


@media(max-width:320) {
    #homepage-1 .ps-home-banner .ps-banner {
        min-height: 113px
    }
}

/* =====================================================
   PRODUCT GALLERY FIX
===================================================== */

.bb-product-gallery-wrapper {
    width: 100%;
    position: relative;
}

.bb-product-gallery {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    width: 100%;
}

/* =====================================================
   MAIN IMAGE
===================================================== */

.bb-product-gallery-images {
    flex: 1;
    min-width: 0;
    /* width: calc(100% - 100px); */
    overflow: hidden;
    position: relative;
}

.bb-product-gallery-images .slick-list {
    width: 100%;
    overflow: hidden !important;
}

.bb-product-gallery-images .slick-track {
    display: flex !important;
    align-items: stretch;
}

.bb-product-gallery-images .slick-slide {
    height: auto;
    outline: none;
    overflow: hidden;
}

.bb-product-gallery-images .slick-slide > a,
.bb-product-gallery-images a.slick-slide {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #f7f7f7;
}

.bb-product-gallery-images img {
    display: block !important;
    width: 100% !important;
    /* height: 600px !important; */
    object-fit: contain !important;
    object-position: center;
}

/* =====================================================
   IMPORTANT - FADE SLIDER FIX
===================================================== */

.bb-product-gallery-images.slick-slider .slick-slide {
    visibility: hidden;
    pointer-events: none;
}

.bb-product-gallery-images.slick-slider .slick-slide.slick-current {
    visibility: visible;
    pointer-events: auto;
}

/* =====================================================
   THUMBNAILS
===================================================== */

.bb-product-gallery-thumbnails {
    width: 82px !important;
    min-width: 82px;
    flex: 0 0 82px;
    overflow: hidden;
}

.bb-product-gallery-thumbnails .slick-list {
    width: 82px !important;
    overflow: hidden !important;
}

.bb-product-gallery-thumbnails .slick-track {
    width: 82px !important;
}

.bb-product-gallery-thumbnails .slick-slide {
    width: 80px !important;
    height: 100px !important;
    margin-bottom: 12px;
    border: 1px solid #e5e5e5;
    background: #fff;
    cursor: pointer;
    overflow: hidden;
    opacity: 0.6;
    transition: 
        opacity 0.3s ease,
        border-color 0.3s ease;
}

.bb-product-gallery-thumbnails .slick-slide img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center;
}

.bb-product-gallery-thumbnails .slick-slide:hover {
    opacity: 1;
}

/* .bb-product-gallery-thumbnails .slick-slide.slick-current {
    opacity: 1;
    border: 2px solid #111;
} */

/* =====================================================
   REMOVE SLICK UNWANTED WIDTH ISSUE
===================================================== */

.bb-product-gallery-thumbnails .slick-slide > div {
    width: 100% !important;
}

/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1199px) {

    /* .bb-product-gallery-images img {
        height: 500px !important;
    } */

}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {


    .bb-product-gallery {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .bb-product-gallery-images {
        width: 100%;
        order: 1;
    }

    .bb-product-gallery-images img {
        height: 420px !important;
    }

    .bb-product-gallery-thumbnails {
        width: 100% !important;
        min-width: 100%;
        flex: 0 0 100%;
        order: 2;
    }

    .bb-product-gallery-thumbnails .slick-list {
        width: 100% !important;
    }

    .bb-product-gallery-thumbnails .slick-track {
        width: auto !important;
        display: flex !important;
    }

    .bb-product-gallery-thumbnails .slick-slide {
        width: 70px !important;
        height: 80px !important;
        margin-right: 10px;
        margin-bottom: 0;
    }

}

@media (max-width: 575px) {

    .bb-product-gallery-images img {
        height: 360px !important;
    }

}

/* =====================================================
   RESPONSIVE PRODUCT THUMBNAILS FIX
===================================================== */

@media (max-width: 991px) {
          

    .bb-product-gallery-thumbnails {
        order: 2;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        margin: 0 !important;
        overflow: hidden !important;
    }

    .bb-product-gallery-thumbnails .slick-list,
    .bb-product-gallery-thumbnails .slick-list.draggable {
        width: 100% !important;
        height: auto !important;
        overflow: hidden !important;
    }

    .bb-product-gallery-thumbnails .slick-track {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        height: auto !important;
        transform: none !important;
              /* margin-bottom: 15px; */
    }

    .bb-product-gallery-thumbnails .slick-slide {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        width: 75px !important;
        min-width: 75px !important;
        max-width: 75px !important;

        height: 85px !important;

        flex: 0 0 75px !important;
        float: none !important;

        margin: 0 5px !important;

        opacity: .6;
        cursor: pointer;
    }

    .bb-product-gallery-thumbnails .slick-slide.slick-current {
        opacity: 1;
    }

    .bb-product-gallery-thumbnails .slick-slide img {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
        margin: 0 !important;
    }

}
/* Main Card */
.loyalty-product-info{
    background: #fff !important;
    border: 1px solid #e8e8e8 !important;
    border-radius: 16px !important;
    padding: 24px !important;
    box-shadow: 0 8px 30px rgba(0,0,0,.06);
    transition: .3s;
}

.loyalty-product-info:hover{
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
}

/* Header */
.loyalty-product-info .d-flex.align-items-center.mb-3{
    margin-bottom: 20px !important;
    padding-bottom: 15px;
    border-bottom: 1px solid #f2f2f2;
}

.loyalty-product-info h5{
    font-size: 22px;
    font-weight: 700;
    color: #1f2937 !important;
}

/* Gift Icon */
.loyalty-product-info svg{
    width: 26px !important;
    height: 26px !important;
}

/* Row */
.loyalty-product-info .row{
    margin: 0;
}

.loyalty-product-info .col-md-6{
    padding: 0 10px;
}

/* Info Cards */
.points-earn-info,
.points-redeem-info{
    background:#f8faf8;
    border:1px solid #e5ece5;
    border-radius:12px;
    padding:18px;
    height:100%;
}

/* Badge */
.loyalty-product-info .badge{
    background:#2e7d32 !important;
    border-radius:30px;
    padding:8px 18px !important;
    font-size:15px !important;
    font-weight:700;
}

/* Discount */
.points-redeem-info .fs-5{
    color:#2e7d32 !important;
    font-size:24px !important;
    font-weight:700;
}

/* Tip */
.loyalty-product-tip{
    margin-top:20px !important;
    background:#f4fbf4 !important;
    border:1px solid #d9ecd9 !important;
    border-radius:12px !important;
    padding:16px !important;
}

/* Small Text */
.loyalty-product-info small,
.loyalty-product-info .small{
    color:#6b7280 !important;
}

/* Mobile */
@media(max-width:768px){

    .loyalty-product-info{
        padding:18px !important;
    }

    .points-earn-info,
    .points-redeem-info{
        margin-bottom:15px;
    }

    .loyalty-product-info h5{
        font-size:18px;
    }
}
/* Compact Loyalty Card */
.loyalty-product-info{
    padding: 14px !important;
    border-radius: 10px !important;
    margin: 12px 0 !important;
}

.loyalty-product-info h5{
    font-size: 16px;
    margin-bottom: 0;
}

.loyalty-product-info .d-flex.align-items-center.mb-3{
    margin-bottom: 0px !important;
}

.loyalty-product-info svg{
    width: 18px !important;
    height: 18px !important;
}

.points-earn-info,
.points-redeem-info{
    padding: 10px;
    border-radius: 8px;
}

.points-earn-info p,
.points-redeem-info p{
    font-size: 12px;
    margin-bottom: 4px !important;
}

.loyalty-product-info .badge{
    font-size: 12px !important;
    padding: 4px 10px !important;
}

.points-redeem-info .fs-5{
    font-size: 18px !important;
}

.loyalty-product-tip{
    margin-top: 12px !important;
    padding: 10px !important;
}

.loyalty-product-tip .small{
    font-size: 12px;
}