.follow_social ul {
    display: flex;
    align-items: baseline;
    gap: 15px;
    margin-bottom: 24px;
}

.follow_social ul li a {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background: #EDF2F6;
    display: flex;
    align-items: center;
    justify-content: center;
}


.paginateActive a {
    background-color: #f76b6a !important;
    border-color: #dee2e6 !important;
}

.recent-post-image img {
    width: 80px;
    height: 80px;
    max-width: fit-content;
}

.fill-available {
    width: -webkit-fill-available;
    height: -webkit-fill-available;
}

.nice_select {
    width: 100% !important;
    padding: 8px 16px;
    height: auto !important;
}

.nice_select:hover {
    border-color: #E0E0E0 !important;
}

.nice_select .list {
    width: 100%;
}

.testimonial-content-image img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.testimonial-carousol {
    height: fit-content;
}

.account img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.account img:hover {
    border: 1px solid var(--secondary-color);
}

.account {
    position: relative;
}

.account:hover .acount-dropdown {
    visibility: visible;
    opacity: 1;
    transform: translateY(20px);
}

.acount-dropdown {
    position: absolute;
    right: -45px;
    top: 100%;
    width: max-content;
    min-width: fit-content;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    background: var(--white-color);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    transition: .5s;
    box-shadow: var(--shadow-1);
    border-top: 3px solid var(--secondary-color);
    padding: 10px 20px;
    margin-right: 50px;
    transition: all 300ms ease;
}

.acount-dropdown li {
    position: relative;
    width: 100%;
    padding: 3px 0;
    border-bottom: 1px solid #f3f0f0;
    text-align: start;
}


.productSearch form {
    /*border: 1px solid #e0e0e0;*/
    border-radius: 5px;
    padding: 5px;
    display: flex;
}


.checkout_border {
    border-bottom: 1px solid #F2F2F2;
}

.cuppon {

}

.cuppon .input_group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.cuppon input {
    padding: 10px;
    width: 80%;
}

.cuppon button {
    color: var(--white-color);
    background-color: var(--secondary-color);
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 500;
    width: 20%;
}

.payment-box {

}

.payment-box .payment-container-list {
    margin-top: 20px;
    height: 100%;
    max-height: 386px;
    overflow: auto;
    padding-right: 5px;
}

.payment-box .payment-container-list li {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.payment-box .payment-container-list input {
    position: absolute;
    right: 15px;
}

.payment-box .payment-container-list label {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 12px;
    cursor: pointer;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    transition: 0.5s;
}

.payment-box .payment-container-list .image-area {
    margin-right: 15px;
}

.payment-box .payment-container-list .image-area img {
    width: 50px !important;
    height: 50px !important;
    border-radius: 5px;
}

.payment-box .payment-container-list .content-area {
    max-width: 400px;
    padding-right: 40px;
}


.no-focus {
    pointer-events: none;
}

.customImg {
    max-width: 100px !important;
}

.paypal-payment {
    display: flex;
    justify-content: center;
    margin: auto;
}

.paypal-payment #paypal-button-container {
    width: 100%;
}

@media (min-width: 500px) {
    .paypal-payment {
        min-width: 500px;
        max-width: 750px;
    }
}

.prodcut-prize {
    color: var(--text-color-2);
    font-weight: 500;
}

.prodcut-prize .productVariantPrice {
    text-decoration: none !important;
    color: black !important;
    font-weight: 500 !important;
}

.prodcut-prize .productVariantComparePrice {
    text-decoration: line-through;
    font-weight: 400 !important;
}

.prodcut-prize .productVariantQty {
    color: #767878;
    font-weight: 400;
    font-size: 18px;
}

.radioInput {
    width: 1.5rem;
    height: 1.5rem;
}

.Variants {
    border-radius: 5px;
    border: 1px solid #d3cccc;
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.Variants:hover {
    cursor: pointer;
}

.selectedClass {
    background-color: var(--secondary-color);
    color: white;
}

.product-details-cmn-content input{
    position: relative;
    transition: 0.5s;
}
.product-details-cmn-content input:hover {
    cursor: pointer;
    transform: translateY(-5px);
}

.count-box {
    padding: 20px 0;
    display: flex;
    align-items: center;
}

.count-box .count {
    /*border: 1px solid #D9D9D9;*/
    width: 50%;
}

.count-box .count button {
    width: 50px;
    height: 40px;
    background: var(--white-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d3cccc;
    border-radius: 5px;
    margin: 0 5px;
    padding: 15px;
}

.count-box .count input {
    outline: 0;
    box-shadow: 0 0 .25rem rgba(13, 110, 253, 0)
}

.cart-btn button {
    padding: 10px 42px;
    border: 1px solid #e4e1e1;
    border-radius: 26px;
    background-color: transparent;
    text-transform: capitalize;
    transition: 0.5s;
}

.cart-btn button:hover {
    color: #fff;
    background-color: #000;
}
.cart-btn .addToCart{
    padding: 10px 20px;
}
.selectItemInput label {
    font-size: 17px;
    font-weight: 600;
    color: #222;
    margin-bottom: 5px;
}


.order-box .order-title P {
    padding: 20px 15px;
    background-color: #f7f7f5;
    border-left: 2px solid #f00;
}

.order-box .order-details {
    background-color: #f7f7f5;
    padding: 20px;
    border-radius: 5px;
    margin: 25px 0;
}

.order-box .order-details thead tr {
    border-bottom: 1px solid #e3dede;
}

.order-box .order-details tbody tr td {
    border: none;
}

.order-box .order-letter {
    background-color: #f7f7f5;
    border-radius: 5px;
    padding: 20px;
}

.order-box .order-letter thead tr {
    border-bottom: 1px solid #e3dede;
}

.order-box .order-letter tbody tr td {
    border: none;
}

.orderConfirmTr {
    border-bottom: 1px solid #e1e1e19e;
}

.order-box .order-letter table td img {
    width: 100%;
    max-width: 60px;
}

.incriment-dicriment .count-single {
    border: none;
    align-items: normal;
    border: 1px solid #d3cccc;
    border-radius: 30px;
}

.incriment-dicriment .count-single button {
    background: var(--white-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    border-radius: 30px;
    width: 45px;
    height: 45px;
}

.incriment-dicriment .count-single input {
    outline: 0;
    box-shadow: 0 0 .25rem rgba(13, 110, 253, 0);
    width: 60px;
    text-align: center;
    align-items: normal;
    padding: 5px;
    border-left: 1px solid #d3cccc;
    border-right: 1px solid #d3cccc;
}
.incriment-dicriment .count-single input:hover{
    transform: translateY(0px);
}
.share {
    border: none;
    position: relative;
    margin-right: 10px;
    margin-top: 5px;
    padding: 8px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--secondary-color);
    color: #fff;
    border-radius: 3px;
}

.share #shareBlock2 {
    position: absolute;
    display: flex;
    background: #edf2f5;
    box-shadow: 0 0 10px -5px #000;
    border-radius: 5px;
    justify-content: space-around;
    padding: 10px 1px;
    bottom: 40px;
    left: 180px;
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}

.share:hover #shareBlock2 {
    visibility: visible;
    opacity: 1;
    left: 124px;
}

.share #shareBlock2 a {
    margin: 2px 0;
    background-color: #edf2f5;
}


.product-details-right-title .productVariantPrice {
    text-decoration: none;
    color: #000;
    font-weight: 600;
}

.rivew-icon i {
    color: #f1c42e;
}

.rating-icon i {
    color: #f1c42e;
}

.ratings i {
    color: #f1c42e;
}

.total-ratings .child1 {
    text-align: center;
    border-right: 1px solid #d9d9d9;
}

.total-ratings .child2 {
    text-align: center;
}

.review-image img {
    width: 60px;
    border-radius: 50%;
}

.description-content #reviewsList {
    overflow-y: auto;
    max-height: 335px;
}


.form-wrapper .rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
}

.form-wrapper .rating:not(:checked) > input {
    position: absolute;
    appearance: none;
}

.form-wrapper .rating:not(:checked) > label {
    cursor: pointer;
    font-size: 40px;
    color: var(--border-color2);
}

.form-wrapper .rating:not(:checked) > label:before {
    content: "★";
}

.form-wrapper .rating > input:checked + label:hover, .form-wrapper .rating > input:checked + label:hover ~ label, .form-wrapper .rating > input:checked ~ label:hover, .form-wrapper .rating > input:checked ~ label:hover ~ label, .form-wrapper .rating > label:hover ~ input:checked ~ label {
    color: #f1c42e;
}


.form-wrapper .rating:not(:checked) > label:hover, .form-wrapper .rating:not(:checked) > label:hover ~ label {
    color: #f1c42e;
}

.form-wrapper .rating > input:checked ~ label {
    color: #f1c42e;
}

.cmn_btn {
    height: 40px;
    padding: 6px 15px;
    border: 1px solid #e4e1e1;
    border-radius: 5px;
    background-color: transparent;
    text-transform: capitalize;
    transition: 0.5s;
}


#reviewTextarea {
    outline: 0;
    box-shadow: 0 0 .25rem rgba(13, 110, 253, 0)
}

.categories-content-image img {
    border-radius: 50%;
}

input[type="radio"] {
    box-shadow: none !important;
}

.product_quantity button {
    box-shadow: none !important;
}

.home3search {
    max-width: 480px !important;
}


.discount-3 {
    padding-bottom: 70px;
}

.information .row {
    margin: 0 0 5px 0;
    padding: 10px 0;
    border: 1px solid #f7f7f5;
    border-radius: 7px;
}

.information .row input:checked {
    background-color: #f76b6a;
    border-color: #f1f2f3;
}

.information .row i {
    color: #919191;
}

.checkColumn {
    margin-top: 15px;
}

.descriptionText {
    max-height: 490px !important;
    overflow-x: auto;
}

.ratingsBorder {
    border-bottom: 1px solid whitesmoke
}

.slideImages {
    width: fit-content;
    overflow-y: auto;
}

.accordion-body .filter-form .custom-checkbox input[type="radio"] {
    display: none;
}

.maxWidth {
    max-width: 75% !important;
}


.discount-wheel {
    width: 80px;
    height: auto;
    position: fixed;
    right: 0;
    top: 400px;
    z-index: 99;
    cursor: pointer;
    animation: mymove 5s infinite
}

.discount-wheel button {
    border: none;
    background-color: rgba(0, 0, 0, 0)
}

.notiflix-report-overlay {
    background: rgba(0, 0, 0, .2) !important
}

@keyframes mymove {
    100% {
        transform: rotate(360deg)
    }
}

.discount-wheel-canvas .offcanvas {
    width: 800px
}

.discount-wheel-canvas .offcanvas .offcanvas-header button:focus {
    outline: 0;
    box-shadow: 0 0 .25rem rgba(13, 110, 253, 0)
}

.discount-wheel-canvas .offcanvas .offcanvas-header {
    background-color: var(--bg-1)
}

.discount-wheel-canvas .offcanvas .offcanvas-body {
    background-color: var(--bg-2);
    overflow: hidden;
}

.discount-wheel-canvas .offcanvas .offcanvas-body .spin-box {
    position: relative
}

.discount-wheel-canvas .offcanvas .offcanvas-body .mainbox {
    position: relative;
    width: 500px;
    height: 500px;
    left: -200px;
    top: 150px;
    overflow: hidden;
}

.discount-wheel-canvas .offcanvas .offcanvas-body .mainbox:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/arrow-bottom.png) no-repeat;
    background-size: 5%;
    left: 5%;
    /*top: 45%;*/
    top: 50%;
    transform: rotate(90deg)
}

.discount-wheel-canvas .offcanvas .offcanvas-body .box {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    transition: transform 4s ease-out;
    /*transition: all ease-in-out 5s;*/
    transform: rotate(90deg)
}

.discount-wheel-canvas .offcanvas .offcanvas-body span {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute
}

.discount-wheel-canvas .offcanvas .offcanvas-body .span1 {
    -webkit-clip-path: polygon(0 17%, 0 50%, 50% 50%);
    clip-path: polygon(0 17%, 0 50%, 50% 50%);
    background-color: #3c35e4
}

.discount-wheel-canvas .offcanvas .offcanvas-body .span2 {
    -webkit-clip-path: polygon(0 17%, 40% 0, 50% 50%);
    clip-path: polygon(0 17%, 40% 0, 50% 50%);
    background-color: #8d01f8
}

.discount-wheel-canvas .offcanvas .offcanvas-body .span3 {
    -webkit-clip-path: polygon(40% 0, 71% 0, 50% 50%);
    clip-path: polygon(40% 0, 71% 0, 50% 50%);
    background-color: #75cc1f
}

.discount-wheel-canvas .offcanvas .offcanvas-body .span4 {
    -webkit-clip-path: polygon(71% 0, 100% 18%, 50% 50%);
    clip-path: polygon(71% 0, 100% 18%, 50% 50%);
    background-color: #fb6c02
}

.discount-wheel-canvas .offcanvas .offcanvas-body .span5 {
    -webkit-clip-path: polygon(100% 18%, 100% 50%, 50% 50%);
    clip-path: polygon(100% 18%, 100% 50%, 50% 50%);
    background: #fac403
}

.discount-wheel-canvas .offcanvas .offcanvas-body .box2 .span3 {
    background-color: #75cc1f
}

.discount-wheel-canvas .offcanvas .offcanvas-body .box2 {
    width: 100%;
    height: 100%;
    transform: rotate(180deg)
}

.discount-wheel-canvas .offcanvas .offcanvas-body .font {
    color: #fff;
    font-size: 20px
}

.discount-wheel-canvas .offcanvas .offcanvas-body .box1 .span1 b {
    position: absolute;
    top: 39%;
    right: 70%;
    transform: rotate(200deg);
    text-align: center;
}

.discount-wheel-canvas .offcanvas .offcanvas-body .box1 .span2 b {
    position: absolute;
    top: 22%;
    right: 54%;
    transform: rotate(-118deg);
}

.discount-wheel-canvas .offcanvas .offcanvas-body .box1 .span3 b {
    position: absolute;
    top: 19%;
    right: 38%;
    transform: rotate(-90deg);
}

.discount-wheel-canvas .offcanvas .offcanvas-body .box1 .span4 b {
    position: absolute;
    top: 26%;
    right: 21%;
    transform: rotate(-47deg);
}

.discount-wheel-canvas .offcanvas .offcanvas-body .box1 .span5 b {
    position: absolute;
    top: 39%;
    right: 11%;
    transform: rotate(-15deg);
    text-align: center
}

.discount-wheel-canvas .offcanvas .offcanvas-body .box2 .span1 b {
    position: absolute;
    top: 37%;
    right: 69%;
    transform: rotate(200deg);
}

.discount-wheel-canvas .offcanvas .offcanvas-body .box2 .span2 b {
    position: absolute;
    top: 23%;
    right: 55%;
    transform: rotate(-124deg);
    text-align: center;
}

.discount-wheel-canvas .offcanvas .offcanvas-body .box2 .span3 b {
    position: absolute;
    top: 18%;
    right: 36%;
    transform: rotate(276deg);
}

.discount-wheel-canvas .offcanvas .offcanvas-body .box2 .span4 b {
    position: absolute;
    top: 25%;
    right: 21%;
    transform: rotate(310deg);
}

.discount-wheel-canvas .offcanvas .offcanvas-body .box2 .span5 b {
    position: absolute;
    top: 38%;
    right: 9%;
    transform: rotate(-20deg);
    text-align: center;
}

.discount-wheel-canvas .offcanvas .offcanvas-body .mainbox button {
    position: absolute;
    left: 215px;
    top: 215px;
    border: none;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #009efa;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
}

.discount-wheel-canvas .offcanvas .offcanvas-body .mainbox.animate:after {
    animation: animateArrow .7s ease infinite
}

.discount-wheel-canvas .offcanvas .offcanvas-body audio {
    display: none
}

@keyframes animateArrow {
    50% {
        right: -50px
    }
}

.discount-wheel-canvas .offcanvas .offcanvas-body .spin-button {
    margin-top: 250px;
    margin-left: -30px;
}

.discount-wheel-canvas .offcanvas .offcanvas-body .spin-button p {
    padding: 20px 0;
    font-size: 18px;
    font-weight: 500;
}

.discount-wheel-canvas .offcanvas .offcanvas-body .spin-button .spin {
    width: 100%;
    padding: 15px 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
    font-weight: bold;
    font-size: 22px;
    cursor: pointer;
    z-index: 1000;
    text-align: center;
    background-color: var(--secondary-color);
    color: var(--white-color);
}

.discount-wheel-canvas .offcanvas .offcanvas-body .spin-button .spin img {
    margin-right: 5px
}

.spinDefault {
    margin-bottom: 50px;
    margin-top: -50px;
    text-align: center;
}

.shopBtn {
    color: var(--secondary-color);
    font-size: 18px;
    text-decoration: underline;
}

.accordion-item {
    border: none;
}

.form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff' stroke='gray' stroke-width='0.5'/%3e%3c/svg%3e") !important;
}


/* Large screen  */
@media only screen and (min-width: 1200px) and (max-width: 1319px) {
    .discount-wheel-canvas .offcanvas {
        width: 700px;
    }

    .discount-wheel-canvas .offcanvas .offcanvas-body .mainbox {
        left: -228px;
    }
}

/* Medium screen  */
@media only screen and (min-width: 992px) and (max-width: 1199px) {

}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .discount-wheel-canvas .offcanvas .offcanvas-body .spin-button {
        margin-top: 65px;
        margin-left: 0;
    }

    .discount-wheel-canvas .offcanvas .offcanvas-body .mainbox {
        position: relative;
        width: 500px;
        height: 500px;
        left: 50%;
        top: 0;
        overflow: hidden;
        transform: translateX(-50%);
    }

    .discount-wheel-canvas .offcanvas .offcanvas-body .spin-button .spin {
        width: 50%;
        margin: 0 auto;
    }

    .discount-wheel-canvas .offcanvas .offcanvas-body .spin-button {
        display: flex;
        flex-direction: column;
    }

    .discount-wheel-canvas .offcanvas .offcanvas-body .spin-button p {
        text-align: center;
    }
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
    .spinDefault {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .spinDefault h2 {
        font-size: 25px;
        font-weight: 500;
        line-height: 5px;
    }

    .discount-wheel{
        display: none;
    }

    .discount-wheel-canvas .offcanvas .offcanvas-body .spin-button p {
        padding: 18px 0;
        font-size: 12px;
        font-weight: 500;
        text-align: center;
    }

    .shopBtn {
        font-size: 14px;
    }

    .discount-wheel-canvas .offcanvas .offcanvas-body .spin-button h2 {
        font-size: 25px;
        font-weight: 500;
        line-height: 5px;
    }

    .discount-wheel-canvas .offcanvas .offcanvas-body .spin-button {
        margin-top: 20px;
        margin-left: 0;
    }

    .discount-wheel-canvas .offcanvas .offcanvas-body .mainbox {
        position: relative;
        width: 500px;
        height: 500px;
        left: -240px;
        top: 0;
        overflow: hidden;
    }

    .discount-wheel-canvas .offcanvas .offcanvas-body .spin-button .spin {
        width: 50%;
        margin: 0 auto;
    }

    .discount-wheel-canvas .offcanvas .offcanvas-body .spin-button {
        display: flex;
        flex-direction: column;
    }

    .discount-wheel-canvas .offcanvas .offcanvas-body .spin-button .spin {
        padding: 5px 0;
        font-size: 14px;
    }
}


/*select css*/
span.select2.select2-container.select2-container--default {
    width: 100% !important;
    font-weight: 500;
}

.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
    border: 1px solid rgba(34, 34, 34, 0.10);
    height: 45px;
    display: flex;
    align-items: center;
    background: #ffffff;
    font-size: 15px;
    padding: 0.375rem 15px;
}

.select2-container .select2-dropdown {
    border: 1px solid rgba(34, 34, 34, 0.10);
}

.select2-container .select2-dropdown .select2-search__field {
    border-radius: 5px;
    border: 1px solid rgba(34, 34, 34, 0.10);
    outline: 0;
}

.select2-container .select2-selection--single:focus,
.select2-container .select2-selection--multiple:focus {
    border: 1px solid rgba(34, 34, 34, 0.10);
    box-shadow: 0 0 1rem 0 rgba(140, 152, 164, 0.25);
}

.select2-container .select2-dropdown .select2-search__field:focus-visible {
    box-shadow: 0 0 1rem 0 rgba(140, 152, 164, 0.25);
    border: 1px solid rgba(34, 34, 34, 0.10);
}

.select2-results__option {
    border-radius: 5px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: var(--secondary-color);
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable:hover {
    background-color: var(--secondary-color);
    color: #ffffff;
}

.select2-container--default .select2-results__option--selected {
    background: var(--secondary-color);
    color: #ffffff;
}

.select2-container--default .select2-results__option--selected:hover {
    background-color: var(--secondary-color);
    color: #ffffff;
}

.select2-container--default .select2-results > .select2-results__options {
    text-transform: capitalize;
    padding: 5px;
    max-height: 300px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid var(--secondary-color);
    box-shadow: 0 0 0 4px rgba(0, 141, 255, 0.1);
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid rgba(34, 34, 34, 0.10);
    height: 45px;
    display: flex;
    align-items: center;
    background-color: #ffffff;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-right: 10px;
    text-transform: capitalize;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000000 transparent transparent transparent;
    border-width: 4px 4px 0 4px;
    margin-left: -10px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent var(--secondary-color) transparent;
    border-width: 0 4px 4px 4px;
}

.rtl .select2-container--default .select2-selection--single .select2-selection__arrow {
    left: 5px;
}

.rtl .select2-container .select2-selection--single .select2-selection__rendered {
    text-align: right;
    width: 100%;
}

.rtl .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: -4px;
}

.card {
    border: 1px solid #f2f2f2;
    box-shadow: 0 .375rem .75rem rgba(140, 152, 164, .075) !important;
}

.payment-section {
    padding: 100px 0;
}

.payment-section .payment-box {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid rgba(34, 34, 34, 0.10);
    display: flex;
    align-items: center;
    gap: 25px;
    box-shadow: 0 .375rem .75rem rgba(140, 152, 164, .075);

}

.payment-section .payment-box .img-box {
    width: 150px;
    min-width: 150px;
    height: 150px;
    border: 1px solid rgba(34, 34, 34, 0.10);
    border-radius: 0.375rem;
}

.payment-section .payment-box .img-box img {
    width: 100%;
    height: 100%;
}

.payment-section .payment-box .text-box {
    flex-grow: 1;
}

@media (max-width: 575px) {
    .payment-section .payment-box {
        flex-direction: column;
        text-align: center;
    }
}

.payment-section .form-control {
    border: 1px solid rgba(231, 234, 243, .7);
}

.payment-section .form-control:focus {
    box-shadow: 0 0 1rem 0 rgba(140, 152, 164, 0.25);
}

.payment-section .card-number-wrapper, .payment-section .expiry-wrapper, .payment-section .name-wrapper , .payment-section .cvc-wrapper{
    display: flex;
    align-items: center;
    padding-bottom: 8px;
}

.payment-section .expiry-wrapper div {
    flex-grow: 1;
}.payment-section .expiry-wrapper .icon {
    flex-grow: 0;
}

.payment-section .expiry-wrapper .expiry {
    border: 1px solid rgba(231, 234, 243, .7);
    padding: .375rem .75rem;
    width: 100%;
}

.payment-section .card-js .icon{
  padding-left: 5px;
}


.cmn-file-input {
    position: relative;
    height: 40px;
}
.cmn-file-input label {
    font-size: 16px;
    margin-bottom: 0;
    height: 40px;
    font-weight: 500 !important;
    background: var(--secondary-color);
    border-radius: 5px;
    color: var(--white-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    transition: all 0.3s ease-in-out;
    gap: 5px;
    line-height: 20px;
}
.cmn-file-input .form-control {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
}

/* ===============================
   LOGO SIZE FIX (Header + Footer)
================================= */

/* Main Header Logo */
.main-header .logo img {
    height: 60px;
    width: auto;
    object-fit: contain;
}

/* Sticky Header Logo */
.sticky-header .logo img {
    height: 50px;
    width: auto;
    object-fit: contain;
}

/* Footer Logo */
.footer-logo img {
    width: auto;
    object-fit: contain;
}


/* ===============================
   Responsive Logo Sizes
================================= */

@media (max-width: 991px) {
    .main-header .logo img {
        height: 50px;
    }

    .sticky-header .logo img {
        height: 45px;
    }

    .footer-logo img {
        height: 60px;
    }
}

/* ===============================
   FOOTER FIX FOR CURRENT THEME
================================= */

/* Footer background */
.main-footer {
    padding-top: 70px;
}

/* Footer logo size */
.main-footer .footer-logo img {
    height: 70px;
    width: auto;
    object-fit: contain;
}

/* Footer headings */
.main-footer h6 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

/* Footer links */
.main-footer .footer-widget-list li {
    margin-bottom: 10px;
}

.main-footer .footer-widget-list li a {
    color: #cfcfcf;
    transition: 0.3s ease;
}

.main-footer .footer-widget-list li a:hover {
    color: var(--secondary-color);
    padding-left: 5px;
}

/* Social icons */
.main-footer .social-area ul {
    display: flex;
    gap: 15px;
    padding-left: 0;
}

.main-footer .social-area ul li a {
    font-size: 18px;
    color: #cfcfcf;
    transition: 0.3s;
}

.main-footer .social-area ul li a:hover {
    color: var(--secondary-color);
}

/* Bottom copyright section */
.copyright-container {
    background: #000;
    padding: 18px 0;
    border-top: 1px solid #222;
}

.footer-copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

/* Bottom links (Blogs | Our Story | etc) */
.footer-copyright .bank-card {
    display: flex;
    gap: 10px;
    align-items: center;
}

.footer-copyright .bank-card li {
    list-style: none;
}

.footer-copyright .bank-card a {
    color: #cfcfcf;
    transition: 0.3s;
}

.footer-copyright .bank-card a:hover {
    color: var(--secondary-color);
}

/* Responsive */
@media (max-width: 768px) {
    .footer-copyright {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .footer-copyright .bank-card {
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media (max-width: 575px) {
    .main-header .logo img {
        height: 45px;
    }

    .sticky-header .logo img {
        height: 40px;
    }

    .footer-logo img {
        height: 55px;
    }
}

/* ===== HERO / BANNER FIX ===== */

.banner-section-two {
    position: relative;
    min-height: 60vh;              /* fixed hero height */
    min-height: 480px;
    display: flex;
    align-items: center;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    overflow: hidden;
}

.banner-section-two .swiper-container,
.banner-section-two .swiper-wrapper,
.banner-section-two .swiper-slide {
    height: 60vh;
}

.banner-section-two .swiper-slide {
    display: flex;
    align-items: center;
}

.banner-section-two__image img {
    max-height: 540px;
    transform: scale(1.09);
}

.banner-section-two .content-box {
    padding: 20px 0;
     max-width: 520px;
}

.banner-section-two .content-box h1 {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 15px;
}

.banner-section-two .content-box p {
    font-size: 15px;
    line-height: 1.6;
    max-width: 500px;
}

@media (max-width: 991px) {

    .banner-section-two {
        min-height: auto;
        padding: 80px 0;
    }

    .banner-section-two .swiper-container,
    .banner-section-two .swiper-wrapper,
    .banner-section-two .swiper-slide {
        height: auto;
    }

    .banner-section-two .content-box h1 {
        font-size: 28px;
    }

    .banner-section-two__image {
        margin-bottom: 30px;
        text-align: center;
    }

    .banner-section-two__image img {
        max-height: 300px;
    }
}

.banner-section-two::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
    z-index: 1;
}

.banner-section-two .container {
    position: relative;
    z-index: 2;
}

.banner-section-two .content-box h1,
.banner-section-two .content-box h6,
.banner-section-two .content-box p {
    background: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.banner-section-two .row {
    align-items: center;
}

.banner-section-two .content-box h1 {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.1;
    color: #ffffff;
    text-shadow: 0 4px 20px rgba(0,0,0,0.5);
}

.banner-section-two .content-box p {
    font-size: 17px;
    line-height: 1.6;
    max-width: 520px;
    color: #f5f5f5;
}

.banner-section-two .content-box h6 {
    display: inline-block;
    background: rgba(227, 13, 13, 0.9);  /* brand red */
    color: #fff;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Product listing redesign: Pahadi Mitti Se */
.product-list-redesign {
    --plp-green-900: #1f3a2f;
    --plp-green-700: #2f5c4a;
    --plp-beige-200: #efe3cc;
    --plp-ivory: #fbf8f2;
    --plp-gold: #b2873a;
    --plp-text: #2a2a2a;
    --plp-muted: #6f7670;
    --plp-border: #e4dfd4;
    background: var(--plp-ivory);
    padding: 28px 0 40px;
}

.product-list-redesign .container {
    max-width: 1320px;
}

.product-list-redesign .plp-offer-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-radius: 16px;
    padding: 16px 20px;
    background: linear-gradient(135deg, #214236 0%, #315f4d 60%, #234638 100%);
    color: #fff;
    margin-bottom: 18px;
    box-shadow: 0 16px 30px rgba(31, 58, 47, 0.2);
}

.product-list-redesign .plp-offer-content span {
    display: inline-block;
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #f2e8d8;
    margin-bottom: 4px;
}

.product-list-redesign .plp-offer-content h5 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    font-family: "Playfair Display", serif;
}

.product-list-redesign .plp-trust-signals {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.product-list-redesign .plp-trust-signals span {
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border-radius: 999px;
    padding: 7px 12px;
    font-size: 13px;
}

.product-list-redesign .plp-category-shortcuts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.product-list-redesign .plp-shortcut-chip {
    border: 1px solid var(--plp-border);
    color: var(--plp-green-900);
    background: #fff;
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 600;
    transition: all .25s ease;
}

.product-list-redesign .plp-shortcut-chip:hover,
.product-list-redesign .plp-shortcut-chip.active {
    border-color: var(--plp-green-900);
    background: var(--plp-green-900);
    color: #fff;
}

.product-list-redesign .shop-offcanvas-container {
    align-items: flex-start;
}

.product-list-redesign .shop-offcanvas-left {
    position: sticky;
    top: 110px;
    border-radius: 16px;
    border: 1px solid var(--plp-border);
    background: #fff;
    box-shadow: 0 12px 24px rgba(31, 58, 47, 0.08);
}

.product-list-redesign .shop-left-aside {
    padding: 18px;
}

.product-list-redesign .shop-filter h6 {
    margin: 0;
    color: var(--plp-green-900);
    font-size: 18px;
    font-family: "Playfair Display", serif;
    line-height: 1.1;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.product-list-redesign .shop-filter h6 i {
    font-size: 14px;
    line-height: 1;
}

.product-list-redesign .clear-all-filter {
    border: 0;
    background: transparent;
    color: #bb4a2f;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.1;
    padding: 0;
}

.product-list-redesign .shop-filter {
    min-height: 40px;
    align-items: center;
}

.product-list-redesign .accordion-item {
    border: 0;
    border-bottom: 1px solid #efece4;
}

.product-list-redesign .accordion-button {
    box-shadow: none;
    background: transparent;
    color: var(--plp-text);
    font-weight: 700;
    font-size: 16px;
    line-height: 1.25;
}

.product-list-redesign .accordion-button:not(.collapsed) {
    font-size: 16px;
}

.product-list-redesign .accordion-body {
    padding-top: 4px;
}

.product-list-redesign .productSearch input,
.product-list-redesign .plp-price-inputs input {
    display: block;
    width: 100% !important;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    border: 1px solid var(--plp-border);
    border-radius: 12px;
    background: #fff;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.2;
}

.product-list-redesign .productSearch input {
    min-height: 44px;
}

.product-list-redesign .productSearch input::placeholder,
.product-list-redesign .plp-price-inputs input::placeholder {
    font-size: 14px;
}

.product-list-redesign .plp-price-inputs {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 10px;
    width: 100%;
}

.product-list-redesign .plp-price-inputs > div {
    min-width: 0;
}

.product-list-redesign .plp-price-inputs label {
    display: block;
    margin-bottom: 5px;
    font-size: 11px;
    color: var(--plp-muted);
    text-transform: uppercase;
    letter-spacing: .05em;
}

.product-list-redesign .accordion-body .custom-checkbox .label-text,
.product-list-redesign .accordion-body .custom-checkbox span {
    font-size: 14px;
    line-height: 1.35;
}

.product-list-redesign .plp-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    border: 1px solid var(--plp-border);
    border-radius: 16px;
    background: #fff;
    padding: 14px 16px;
    margin-bottom: 14px;
    box-shadow: 0 10px 18px rgba(31, 58, 47, 0.06);
}

.product-list-redesign .plp-toolbar .sorting-buttton {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: nowrap;
}

.product-list-redesign .plp-toolbar .sorting-buttton span {
    color: var(--plp-muted);
}

.product-list-redesign .plp-toolbar .sorting-buttton span b {
    color: var(--plp-green-900);
}

.product-list-redesign .plp-filter-toggle-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    border: 1px solid var(--plp-border);
    background: #f8f6ef;
    color: var(--plp-green-900);
    padding: 10px 14px;
    min-height: 44px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.1;
}

.product-list-redesign .plp-filter-toggle-btn i {
    margin-right: 7px;
}

.product-list-redesign .plp-toolbar-right {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.product-list-redesign .select_sorting {
    min-width: 220px;
    border-radius: 12px;
    border: 1px solid var(--plp-border);
    padding: 8px 10px;
}

.product-list-redesign .sorting .nice-select {
    min-height: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    border-radius: 12px;
    padding-right: 36px;
}

.product-list-redesign .sorting .nice-select span {
    line-height: 1.1;
    font-size: 16px;
}

.product-list-redesign .sorting .nice-select:after {
    right: 14px;
    margin-top: -3px;
}

.product-list-redesign .plp-view-toggle {
    display: inline-flex;
    border: 1px solid var(--plp-border);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.product-list-redesign .view-toggle-btn {
    border: 0;
    background: transparent;
    color: var(--plp-green-700);
    width: 42px;
    height: 42px;
}

.product-list-redesign .view-toggle-btn.active {
    background: var(--plp-green-900);
    color: #fff;
}

.product-list-redesign .filter-chip-row {
    display: flex;
    gap: 8px;
    margin: 0 0 16px;
}

.product-list-redesign .filter-chip-row li a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid #d9d2c4;
    background: #f7f3e8;
    color: #52493b;
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 13px;
}

.product-list-redesign .product-grid .product-col {
    margin-bottom: 24px;
}

.product-list-redesign .pms-product-card {
    background: #fff;
    border: 1px solid var(--plp-border);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 22px rgba(31, 58, 47, 0.07);
    transition: transform .28s ease, box-shadow .28s ease;
}

.product-list-redesign .pms-product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 32px rgba(31, 58, 47, 0.16);
}

.product-list-redesign .pms-product-media {
    position: relative;
    background: #f7f5ef;
    margin: 12px 12px 0;
    padding: 10px;
    border-radius: 16px;
    overflow: hidden;
}

.product-list-redesign .pms-image-link {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
}

.product-list-redesign .pms-product-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform .3s ease;
}

.product-list-redesign .pms-product-card:hover .pms-product-image {
    transform: scale(1.06);
}

.product-list-redesign .pms-badge-discount {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 2;
    background: linear-gradient(135deg, #d94e2d, #c63823);
    color: #fff;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
}

.product-list-redesign .pms-wishlist-btn {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 2;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: #2e2e2e;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.product-list-redesign .pms-product-tags {
    position: absolute;
    left: 18px;
    bottom: 12px;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.product-list-redesign .pms-product-tags span {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 10px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--plp-green-900);
}

.product-list-redesign .pms-product-tags span i {
    font-size: 11px;
    margin-right: 6px;
}

.product-list-redesign .pms-product-tags .limited {
    background: #fff2e5;
    color: #c35d24;
}

.product-list-redesign .pms-product-body {
    padding: 16px 16px 18px;
}

.product-list-redesign .pms-product-title {
    margin-bottom: 10px;
    line-height: 1.35;
    min-height: 46px;
    height: auto;
    overflow: hidden;
}

.product-list-redesign .pms-product-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--plp-text);
    font-weight: 600;
    font-size: 16px;
}

.product-list-redesign .pms-price-wrap {
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.product-list-redesign .pms-price-current {
    color: var(--plp-green-900);
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
}

.product-list-redesign .pms-price-old {
    color: #969696;
    text-decoration: line-through;
    font-size: 14px;
    line-height: 1;
}

.product-list-redesign .pms-price-save {
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    color: #9a6118;
    background: #fbefd8;
    padding: 4px 8px;
}

.product-list-redesign .pms-stock-note {
    margin: -2px 0 12px;
    color: #c06026;
    font-size: 14px;
    font-weight: 600;
}

.product-list-redesign .pms-product-actions {
    display: grid;
    grid-template-columns: 1fr 56px;
    gap: 12px;
}

.product-list-redesign .pms-product-actions .btn-1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    line-height: 1.2;
    padding: 0 12px;
    min-height: 48px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid var(--plp-green-900);
}

.product-list-redesign .pms-product-actions .btn-1 i {
    font-size: 16px;
    margin-right: 0;
}

.product-list-redesign .pms-product-actions .btn-1 span {
    display: none !important;
}

.product-list-redesign .pms-add-btn {
    background: var(--plp-green-900);
    color: #fff;
}

.product-list-redesign .pms-add-btn:hover {
    background: #183126;
}

.product-list-redesign .pms-quick-btn {
    background: #fff;
    color: var(--plp-green-900);
    padding: 0 !important;
}

.product-list-redesign .pms-quick-btn:hover {
    background: #f7f3e9;
    color: var(--plp-green-900);
}

.product-list-redesign .plp-load-wrap {
    margin-top: 8px;
    text-align: center;
}

.product-list-redesign .plp-load-wrap .btn-1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 26px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 999px;
    border: 1px solid var(--plp-green-900);
    color: var(--plp-green-900);
    background: #fff;
}

.product-list-redesign .plp-load-wrap .btn-1 span {
    display: none !important;
}

.product-list-redesign #load-more.disabled {
    pointer-events: none;
    opacity: .65;
}

.product-list-redesign .pms-skeleton-card {
    padding: 14px;
    border-radius: 16px;
}

.product-list-redesign .pms-skeleton-image,
.product-list-redesign .pms-skeleton-line,
.product-list-redesign .pms-skeleton-actions {
    border-radius: 10px;
    background: linear-gradient(90deg, #ece8df 25%, #f6f2e9 37%, #ece8df 63%);
    background-size: 300% 100%;
    animation: pmsSkeleton 1.2s infinite linear;
}

.product-list-redesign .pms-skeleton-image {
    height: 220px;
    margin-bottom: 12px;
}

.product-list-redesign .pms-skeleton-line {
    height: 12px;
    margin-bottom: 9px;
}

.product-list-redesign .pms-skeleton-line.short {
    width: 60%;
}

.product-list-redesign .pms-skeleton-actions {
    height: 40px;
    margin-top: 12px;
}

@keyframes pmsSkeleton {
    0% {
        background-position: 100% 0;
    }
    100% {
        background-position: 0 0;
    }
}

.product-list-redesign .view-list .product-col {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}

.product-list-redesign .view-list .pms-product-card {
    display: grid;
    grid-template-columns: minmax(220px, 260px) 1fr;
}

.product-list-redesign .view-list .pms-image-link {
    height: 100%;
    min-height: 220px;
}

.product-list-redesign .view-list .pms-product-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-list-redesign .view-list .pms-product-actions {
    max-width: 420px;
}

.product-list-redesign .plp-mobile-bar {
    position: fixed;
    left: 14px;
    right: 14px;
    bottom: 12px;
    z-index: 2004;
    display: none;
    gap: 10px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(8px);
    border-radius: 18px;
    border: 1px solid #e8e1d5;
    box-shadow: 0 16px 34px rgba(31, 58, 47, 0.2);
    padding: 8px;
}

.product-list-redesign .plp-mobile-bar button {
    border: 1px solid var(--plp-border);
    background: #f7f3e9;
    color: var(--plp-green-900);
    border-radius: 14px;
    width: auto;
    flex: 1 1 0;
    min-height: 44px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 14px;
}

@media (max-width: 1399px) {
    .product-list-redesign .plp-offer-content h5 {
        font-size: 22px;
    }
}

@media (max-width: 1199px) {
    .product-list-redesign .plp-toolbar .sorting-buttton {
        flex-wrap: wrap;
    }

    .product-list-redesign .pms-product-actions {
        grid-template-columns: 1fr 52px;
    }
}

@media (max-width: 991px) {
    .product-list-redesign .plp-offer-banner {
        flex-direction: column;
        align-items: flex-start;
    }

    .product-list-redesign .shop-offcanvas-left {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: auto;
        width: 100%;
        max-width: 100%;
        margin: 0;
        border-radius: 18px 18px 0 0;
        transform: translateY(105%);
        transition: transform .28s ease;
        z-index: 2002;
        max-height: 85vh;
        overflow-y: auto;
        background: #fff;
        box-shadow: 0 -18px 36px rgba(16, 24, 22, 0.22);
    }

    .product-list-redesign .shop-offcanvas-left.collapsed {
        transform: translateY(0);
    }

    .product-list-redesign .shop-offcanvas-right {
        width: 100%;
    }

    .product-list-redesign .plp-toolbar {
        gap: 10px;
    }

    .product-list-redesign .plp-toolbar .sorting-buttton {
        flex-wrap: nowrap;
        min-width: 0;
        flex: 1 1 auto;
    }

    .product-list-redesign .plp-toolbar .plp-filter-toggle-btn {
        display: none !important;
    }

    .product-list-redesign .plp-toolbar-right {
        min-width: 0;
        flex: 0 0 auto;
    }

    .product-list-redesign .plp-view-toggle {
        display: none !important;
    }

    .product-list-redesign .plp-category-shortcuts {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
    }

    .product-list-redesign .plp-shortcut-chip {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .product-list-redesign .shop-offcanvas-container .accordion-item {
        background: #fff;
        border-bottom: 1px solid #efece4;
        padding: 0;
    }

    .product-list-redesign .shop-offcanvas-container .accordion-button {
        background: #fff;
        color: var(--plp-text);
        border-top: 0;
    }

    .product-list-redesign .productSearch input {
        background: #fff;
        color: var(--plp-text);
    }

    .product-list-redesign .productSearch input::placeholder {
        color: #8b8f89;
    }

    .product-list-redesign .accordion-body .custom-checkbox .label-text,
    .product-list-redesign .accordion-body .custom-checkbox span {
        color: var(--plp-text) !important;
    }

    .product-list-redesign .plp-mobile-bar {
        display: flex;
    }

    body.plp-filter-open::after {
        content: "";
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.42);
        z-index: 1500;
        pointer-events: none;
    }
}

@media (max-width: 767px) {
    .product-list-redesign {
        padding-top: 18px;
    }

    .product-list-redesign .plp-offer-banner {
        padding: 12px 14px;
        margin-bottom: 12px;
    }

    .product-list-redesign .plp-offer-content h5 {
        font-size: 16px;
        line-height: 1.25;
    }

    .product-list-redesign .plp-offer-content span {
        font-size: 11px;
    }

    .product-list-redesign .plp-trust-signals {
        display: none;
    }

    .product-list-redesign .plp-category-shortcuts {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
        gap: 8px;
        margin-bottom: 12px;
        padding-bottom: 4px;
        scrollbar-width: thin;
    }

    .product-list-redesign .plp-category-shortcuts::-webkit-scrollbar {
        height: 4px;
    }

    .product-list-redesign .plp-shortcut-chip {
        flex: 0 0 auto;
        white-space: nowrap;
        font-size: 13px;
        padding: 7px 12px;
    }

    .product-list-redesign .plp-toolbar {
        display: none;
    }

    .product-list-redesign .plp-toolbar .sorting-buttton {
        width: auto;
        min-width: 0;
        flex: 1 1 auto;
        justify-content: flex-start;
        gap: 8px;
        flex-wrap: nowrap;
    }

    .product-list-redesign .plp-toolbar .sorting-buttton span {
        display: none;
    }

    .product-list-redesign .plp-filter-toggle-btn {
        min-height: 40px;
        padding: 8px 10px;
        font-size: 13px;
        white-space: nowrap;
        flex: 0 0 auto;
    }

    .product-list-redesign .plp-filter-toggle-btn i {
        margin-right: 5px;
        font-size: 14px;
    }

    .product-list-redesign .plp-toolbar-right {
        width: auto;
        min-width: 0;
        flex: 0 0 auto;
        justify-content: flex-end;
    }

    .product-list-redesign .select_sorting {
        min-width: 0;
        width: 170px;
        font-size: 13px;
    }

    .product-list-redesign .sorting .nice-select {
        min-height: 40px;
        height: 40px;
        width: 170px;
        font-size: 13px;
    }

    .product-list-redesign .plp-view-toggle {
        display: none !important;
    }

    .product-list-redesign .filter-chip-row {
        display: none !important;
    }

    .product-list-redesign .view-list .pms-product-card {
        grid-template-columns: 1fr;
    }

    .product-list-redesign .view-list .pms-image-link {
        min-height: 200px;
    }

    .product-list-redesign .pms-product-actions .btn-1 {
        font-size: 15px;
    }

    .product-list-redesign .mobile-sort-sheet-backdrop {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.35);
        opacity: 0;
        pointer-events: none;
        transition: opacity .2s ease;
        z-index: 2005;
    }

    .product-list-redesign .mobile-sort-sheet-backdrop.open {
        opacity: 1;
        pointer-events: auto;
    }

    .product-list-redesign .mobile-sort-sheet {
        position: fixed;
        left: 12px;
        right: 12px;
        bottom: 76px;
        background: #fff;
        border: 1px solid #e8e1d5;
        border-radius: 16px;
        box-shadow: 0 20px 36px rgba(17, 26, 22, 0.24);
        transform: translateY(20px);
        opacity: 0;
        pointer-events: none;
        transition: .22s ease;
        z-index: 2006;
    }

    .product-list-redesign .mobile-sort-sheet.open {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
    }

    .product-list-redesign .mobile-sort-sheet-head {
        padding: 12px 14px;
        border-bottom: 1px solid #eee7db;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .product-list-redesign .mobile-sort-sheet-head h6 {
        margin: 0;
        font-size: 16px;
        color: var(--plp-green-900);
    }

    .product-list-redesign .mobile-sort-sheet-head button {
        border: 1px solid #e7e0d3;
        background: #fff;
        color: #2c3d35;
        width: 34px;
        height: 34px;
        border-radius: 10px;
        padding: 0;
    }

    .product-list-redesign .mobile-sort-sheet-body {
        padding: 8px;
        display: grid;
        gap: 6px;
    }

    .product-list-redesign .mobile-sort-option {
        border: 1px solid #eee7dc;
        background: #fff;
        color: #34443d;
        border-radius: 12px;
        min-height: 42px;
        padding: 0 12px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 14px;
        font-weight: 600;
    }

    .product-list-redesign .mobile-sort-option i {
        opacity: 0;
    }

    .product-list-redesign .mobile-sort-option.active {
        border-color: #cde0d8;
        background: #eff6f3;
        color: var(--plp-green-900);
    }

    .product-list-redesign .mobile-sort-option.active i {
        opacity: 1;
    }
}

@media (min-width: 768px) {
    .product-list-redesign .mobile-sort-btn,
    .product-list-redesign .mobile-sort-sheet-backdrop,
    .product-list-redesign .mobile-sort-sheet {
        display: none !important;
    }
}

/* ===== HOME FIRST LOOK REFRESH (HEADER + HERO) ===== */
.header-style-one .header-lower {
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(6px);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.header-style-one .header-lower::after {
    display: none;
}

.main-header .header-lower .inner-container {
    min-height: 104px;
    border-bottom: 1px solid #e9eff3;
}

.header-style-one .header-lower .logo-box .logo img {
    height: 84px;
    width: auto;
    object-fit: contain;
}

.header-style-one .left-column {
    min-width: 180px;
}

/* ===== PRODUCT DETAILS REDESIGN ===== */
.product-detail-redesign {
    --pdp-bg: #f6f7f8;
    --pdp-card: #ffffff;
    --pdp-border: #e4e7eb;
    --pdp-text: #1f2937;
    --pdp-muted: #64748b;
    --pdp-primary: #111827;
    --pdp-accent: #f59e0b;
    background: var(--pdp-bg);
    padding: 24px 0 20px;
}

.product-detail-redesign .pdp-main-row {
    align-items: stretch;
}

.product-detail-redesign .product-single-2-thumb {
    background: transparent;
    border: 0;
    border-radius: 0;
    height: auto;
    padding: 0 !important;
    margin-top: 10px !important;
}

.product-detail-redesign .product-single-2-thumb .swiper-wrapper {
    display: flex;
    gap: 8px;
}

.product-detail-redesign .product-single-2-thumb .swiper-slide {
    width: 66px !important;
    height: 66px !important;
    border-radius: 10px;
    border: 1px solid var(--pdp-border);
    background: #fff;
    transition: all 0.2s ease;
}

.product-detail-redesign .product-single-2-thumb .swiper-slide.swiper-slide-thumb-active {
    border-color: #9ca3af;
    box-shadow: 0 0 0 2px rgba(17, 24, 39, 0.1);
}

.product-detail-redesign .product-single-2-thumb .swiper-slide img {
    width: 62% !important;
}

.product-detail-redesign .product-details-left-container .swiper-slide {
    background: var(--pdp-card);
    border: 1px solid var(--pdp-border);
    border-radius: 16px;
    padding: 12px;
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.04);
}

.product-detail-redesign .product-details-left-container .image-container {
    height: 280px;
    border-radius: 12px;
    background: #f8fafc;
    overflow: hidden;
}

.product-detail-redesign .product-details-right-container {
    position: static;
}

.product-detail-redesign .product-details-right-content {
    background: var(--pdp-card);
    border: 1px solid var(--pdp-border);
    border-radius: 16px;
    padding: 14px;
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.04);
}

.product-detail-redesign .product-details-right-title h4 {
    color: var(--pdp-text);
    font-size: 26px;
    line-height: 1.25;
    margin-bottom: 10px;
    font-weight: 700;
}

.product-detail-redesign .product-details-right-rating {
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #eef1f4;
}

.product-detail-redesign .product-details-right-rating .avgReview {
    display: flex;
    align-items: center;
    gap: 8px;
}

.product-detail-redesign .product-details-right-rating .avgReview i {
    color: var(--pdp-accent);
}

.product-detail-redesign .totalReviws {
    font-size: 14px;
    color: #2563eb;
    font-weight: 500;
}

.product-detail-redesign .product-details-right-title h5 {
    margin: 0;
    display: flex;
    align-items: baseline;
    gap: 9px;
}

.product-detail-redesign .productVariantPrice {
    color: var(--pdp-primary) !important;
    font-size: 30px;
    font-weight: 700 !important;
    line-height: 1;
}

.product-detail-redesign .productVariantComparePrice {
    color: #94a3b8 !important;
    text-decoration: line-through;
    font-size: 20px;
    font-weight: 500 !important;
}

.product-detail-redesign .productVariantQty {
    display: inline-flex;
    align-items: center;
    margin-top: 10px;
    color: #0f766e;
    background: #ecfeff;
    border: 1px solid #bae6fd;
    border-radius: 999px;
    padding: 5px 11px;
    font-size: 13px !important;
    font-weight: 500;
}

.product-detail-redesign .pdp-buy-box {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid #eef1f4;
}

.product-detail-redesign .product-details-color h5,
.product-detail-redesign .product-details-cmn-content h5 {
    color: #374151;
    font-size: 13px;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.product-detail-redesign .weight-box,
.product-detail-redesign .size-box,
.product-detail-redesign .color-box {
    margin-bottom: 10px !important;
}

.product-detail-redesign .Variants {
    background: #fff;
    border: 1px solid #dbe1e8;
    color: #334155;
    font-size: 13px;
    font-weight: 500;
    border-radius: 999px !important;
    padding: 7px 14px !important;
    transition: all 0.2s ease;
}

.product-detail-redesign .selectedClass {
    background-color: #111827 !important;
    border-color: #111827 !important;
    color: #fff !important;
}

.product-detail-redesign .pdp-action-wrap {
    margin-top: 10px !important;
}

.product-detail-redesign .product-details-quantity-inner {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.product-detail-redesign .count-single {
    border-radius: 10px;
    border-color: #dbe1e8;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    min-width: 114px;
    background: #fff;
}

.product-detail-redesign .count-single button,
.product-detail-redesign .count-single input {
    height: 38px;
}

.product-detail-redesign .count-single input {
    width: 38px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

.product-detail-redesign .pdp-cart-btn {
    flex: 1;
}

.product-detail-redesign .pdp-cart-btn .btn-1 {
    width: 100%;
    min-height: 38px;
    border-radius: 10px;
    font-size: 14px;
    background: var(--pdp-primary);
    border: 1px solid var(--pdp-primary);
    font-weight: 600;
    padding: 8px 16px;
    letter-spacing: 0;
}

.product-detail-redesign .pdp-cart-btn .btn-1:hover {
    background: #000;
    border-color: #000;
}

.product-detail-redesign .product-details-info {
    margin: 12px 0 0;
    padding: 12px 0 0;
    border-top: 1px solid #eef1f4;
}

.product-detail-redesign .product-details-info h6 {
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 500;
    color: var(--pdp-muted);
}

.product-detail-redesign .product-details-info h6 a {
    color: #111827;
    font-weight: 500;
}

.product-detail-redesign .product-details-info .social-area {
    margin-top: 10px;
    gap: 8px;
    display: flex;
    align-items: center;
}

.product-detail-redesign .product-details-info .social-area ul {
    display: flex;
    gap: 8px;
}

.product-detail-redesign .product-details-info .social-area ul li a {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #dbe1e8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #475569;
    background: #fff;
    font-size: 13px;
}

.product-detail-redesign + .description {
    padding-top: 6px;
    padding-bottom: 20px;
    background: var(--pdp-bg);
}

.product-detail-redesign + .description .quote-tab__button .tabs-button-box {
    gap: 8px;
    display: flex;
    flex-wrap: wrap;
}

.product-detail-redesign + .description .quote-tab__button .tab-btn-item {
    border: 1px solid #dbe1e8;
    background: #fff;
    border-radius: 999px;
    padding: 6px 14px;
}

.product-detail-redesign + .description .quote-tab .tab-content-box-item {
    background: #fff;
    border: 1px solid #dbe1e8;
    border-radius: 14px;
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.04);
}

.product-detail-redesign + .description .description-content {
    color: #374151;
    line-height: 1.7;
    font-size: 15px;
}

@media (min-width: 768px) {
    .product-detail-redesign {
        padding: 34px 0 26px;
    }

    .product-detail-redesign .product-single-2-thumb {
        margin-top: 12px !important;
    }

    .product-detail-redesign .product-single-2-thumb .swiper-wrapper {
        flex-direction: row;
        gap: 10px;
    }

    .product-detail-redesign .product-single-2-thumb .swiper-slide {
        width: 76px !important;
        height: 76px !important;
    }

    .product-detail-redesign .product-details-left-container .image-container {
        height: 420px;
    }

    .product-detail-redesign .product-details-right-content {
        padding: 18px;
    }

    .product-detail-redesign .product-details-right-title h4 {
        font-size: 30px;
    }

    .product-detail-redesign .productVariantPrice {
        font-size: 30px;
    }

    .product-detail-redesign .productVariantComparePrice {
        font-size: 22px;
    }

    .product-detail-redesign .product-details-color h5,
    .product-detail-redesign .product-details-cmn-content h5 {
        font-size: 14px;
    }

    .product-detail-redesign .Variants {
        font-size: 14px;
        padding: 8px 16px !important;
    }

    .product-detail-redesign .pdp-cart-btn {
        flex: 0 0 auto;
    }

    .product-detail-redesign .pdp-cart-btn .btn-1 {
        width: auto;
        min-width: 180px;
        font-size: 15px;
        min-height: 42px;
        border-radius: 12px;
    }

    .product-detail-redesign .product-details-info h6 {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .product-detail-redesign {
        padding: 42px 0 28px;
    }

    .product-detail-redesign .pdp-main-row > .pdp-thumbs-col {
        order: 1;
    }

    .product-detail-redesign .pdp-main-row > .pdp-gallery-col {
        order: 2;
    }

    .product-detail-redesign .pdp-main-row > .pdp-summary-col {
        order: 3;
    }

    .product-detail-redesign .product-single-2-thumb {
        height: 540px;
        margin-top: 0 !important;
    }

    .product-detail-redesign .product-single-2-thumb .swiper-wrapper {
        flex-direction: column;
    }

    .product-detail-redesign .product-single-2-thumb .swiper-slide {
        width: 100% !important;
        height: 92px !important;
    }

    .product-detail-redesign .product-details-left-container .swiper-slide {
        padding: 16px;
        border-radius: 18px;
    }

    .product-detail-redesign .product-details-left-container .image-container {
        height: 540px;
        border-radius: 14px;
    }

    .product-detail-redesign .product-details-right-title h4 {
        font-size: 34px;
    }

    .product-detail-redesign .productVariantPrice {
        font-size: 36px;
    }

    .product-detail-redesign .product-details-right-container {
        position: sticky;
        top: 110px;
    }

    .product-detail-redesign .product-details-right-content {
        padding: 20px;
    }

    .product-detail-redesign + .description .description-content {
        font-size: 16px;
        line-height: 1.8;
    }
}

@media (max-width: 575px) {
    .product-detail-redesign .product-single-2-thumb .swiper-slide {
        width: 60px !important;
        height: 60px !important;
    }

    .product-detail-redesign .product-details-right-title h4 {
        font-size: 23px;
    }

    .product-detail-redesign .productVariantPrice {
        font-size: 26px;
    }

    .product-detail-redesign .productVariantComparePrice {
        font-size: 16px;
    }

    .product-detail-redesign .product-details-quantity-inner {
        display: grid;
        grid-template-columns: auto 1fr;
        gap: 8px;
    }

    .product-detail-redesign .count-single {
        min-width: 106px;
    }

    .product-detail-redesign .pdp-cart-btn {
        grid-column: span 2;
    }

    .product-detail-redesign .pdp-cart-btn .btn-1 {
        width: 100%;
    }
}

/* ===== PDP MODERN OVERRIDES ===== */
.product-detail-redesign,
.product-detail-redesign + .description {
    font-family: 'Poppins', 'Open Sans', sans-serif;
}

.product-detail-redesign {
    padding-bottom: 88px;
}

.product-detail-redesign .pdp-gallery-sticky {
    position: sticky;
    top: 96px;
}

.product-detail-redesign .product-details-left-container .image-container img.zoom-image {
    transition: transform 0.35s ease;
    will-change: transform;
}

.product-detail-redesign .product-details-left-container .image-container:hover img.zoom-image {
    transform: scale(1.08);
}

.product-detail-redesign .pdp-discount-badge {
    background: #fef3c7;
    color: #92400e;
    border: 1px solid #fcd34d;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.4px;
    padding: 4px 10px;
}

.product-detail-redesign .pdp-cart-btn {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
}

.product-detail-redesign .pdp-cart-btn .btn-1,
.product-detail-redesign .pdp-cart-btn .btn-2 {
    min-height: 44px;
    border-radius: 12px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.product-detail-redesign .pdp-cart-btn .btn-1:hover,
.product-detail-redesign .pdp-cart-btn .btn-2:hover {
    transform: translateY(-1px) scale(1.01);
}

.product-detail-redesign .pdp-cart-btn .btn-2 {
    width: 100%;
    border: 1px solid #cbd5e1;
    background: #fff;
    color: #111827;
    font-weight: 600;
}

.product-detail-redesign .pdp-trust-row {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px dashed #dbe1e8;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.product-detail-redesign .pdp-trust-item {
    border: 1px solid #e5e7eb;
    background: #fff;
    border-radius: 12px;
    text-align: center;
    padding: 10px 8px;
    color: #334155;
    font-size: 12px;
    font-weight: 500;
}

.product-detail-redesign .pdp-trust-item i {
    display: block;
    margin-bottom: 5px;
    color: #111827;
}

.pdp-sections-wrap .pdp-content-section-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
    padding: 24px;
    margin-bottom: 18px;
}

.pdp-sections-wrap .pdp-content-section-card h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 14px;
    color: #0f172a;
}

.pdp-sections-wrap .pdp-feature-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.pdp-sections-wrap .pdp-feature-list li {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 11px 12px;
    font-size: 14px;
    font-weight: 500;
    color: #334155;
}

.pdp-sections-wrap .pdp-feature-list li i {
    margin-right: 8px;
    color: #111827;
}

.pdp-mobile-cta {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 98;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 10px;
    box-shadow: 0 16px 28px rgba(15, 23, 42, 0.14);
    backdrop-filter: blur(8px);
}

.pdp-mobile-cta .pdp-mobile-cta-btn {
    min-height: 44px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #111827;
}

.pdp-mobile-cta .pdp-mobile-cart {
    background: #111827;
    color: #fff;
}

.pdp-mobile-cta .pdp-mobile-buy {
    background: #fff;
    color: #111827;
}

@media (min-width: 992px) {
    .product-detail-redesign {
        padding-bottom: 26px;
    }

    .product-detail-redesign .pdp-cart-btn {
        grid-template-columns: 1fr 1fr;
        min-width: 320px;
    }
}

@media (max-width: 991px) {
    .product-detail-redesign .pdp-gallery-sticky {
        position: static;
    }

    .product-detail-redesign .product-single-2-thumb {
        margin-top: 12px !important;
    }

    .product-detail-redesign .pdp-trust-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .pdp-sections-wrap .pdp-content-section-card {
        padding: 18px 16px;
        border-radius: 14px;
    }

    .pdp-sections-wrap .pdp-content-section-card h3 {
        font-size: 20px;
    }

    .pdp-sections-wrap .pdp-feature-list {
        grid-template-columns: 1fr;
    }
}

.main-menu .navigation > li {
    position: relative;
    padding: 30px 0;
}

.main-menu .navigation > li > a {
    border-radius: 0;
    margin: 0 14px;
    padding: 6px 0;
    font-weight: 600;
    color: #23272f;
    letter-spacing: 0.2px;
    white-space: nowrap;
}

.main-menu .navigation > li > a::after {
    top: auto;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 999px;
    background-color: var(--secondary-color);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.25s ease;
}

.main-menu .navigation > li.current > a,
.main-menu .navigation > li > a:hover,
.main-menu .navigation > li > a.active {
    color: #101317;
}

.main-menu .navigation > li.current > a::after,
.main-menu .navigation > li > a:hover::after,
.main-menu .navigation > li > a.active::after {
    height: 2px;
    transform: scaleX(1);
}

.main-menu .navigation > li.dropdown > a::before {
    right: -14px;
    top: 12px;
    width: 6px;
    height: 6px;
    border-top: 1.5px solid #7a8089;
    border-left: 1.5px solid #7a8089;
}

/* ===== PRODUCT DETAILS BREADCRUMB HERO ===== */
.common-banner.pdp-breadcrumb-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(1100px 260px at 12% -20%, rgba(210, 176, 110, 0.18) 0%, rgba(210, 176, 110, 0) 60%),
        radial-gradient(800px 220px at 90% 10%, rgba(32, 82, 67, 0.16) 0%, rgba(32, 82, 67, 0) 62%),
        linear-gradient(135deg, #f8f6f2 0%, #f1ede4 100%);
    border-bottom: 1px solid #ece6da;
    min-height: 240px;
}

.common-banner.pdp-breadcrumb-hero .bg-layer {
    opacity: 0;
}

.common-banner.pdp-breadcrumb-hero .common-banner-content {
    min-height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.common-banner.pdp-breadcrumb-hero .common-banner-content-inner {
    text-align: center;
    padding: 10px 24px 0;
}

.common-banner.pdp-breadcrumb-hero .hero-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid #ddd1be;
    background: rgba(255, 255, 255, 0.72);
    color: #7a5a33;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    padding: 7px 14px;
    margin-bottom: 14px;
}

.common-banner.pdp-breadcrumb-hero .common-banner-content h2 {
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1.12;
    letter-spacing: -0.6px;
    color: #1d2120;
    margin-bottom: 12px;
}

.common-banner.pdp-breadcrumb-hero .breadcrumb {
    gap: 8px;
    justify-content: center;
}

.common-banner.pdp-breadcrumb-hero .breadcrumb-item a,
.common-banner.pdp-breadcrumb-hero .breadcrumb-item.active {
    font-size: 16px;
    font-weight: 500;
}

.common-banner.pdp-breadcrumb-hero .breadcrumb-item a {
    color: #46514c;
}

.common-banner.pdp-breadcrumb-hero .breadcrumb-item.active {
    color: #bb4e2f;
}

.common-banner.pdp-breadcrumb-hero .breadcrumb-item + .breadcrumb-item::before {
    color: #8a8f8d;
    font-weight: 400;
}

/* ===== ABOUT PAGE BANNER ===== */
.common-banner.about-page-banner {
    min-height: 260px;
    background: linear-gradient(120deg, #f2efe8 0%, #ece7db 100%);
    border-bottom: 1px solid #e5dfd3;
}

.common-banner.about-page-banner .bg-layer {
    opacity: 0.14;
    filter: grayscale(20%);
}

.common-banner.about-page-banner .common-banner-content {
    min-height: 260px;
}

.common-banner.about-page-banner .common-banner-content-inner {
    text-align: left;
    max-width: 760px;
}

.common-banner.about-page-banner .common-banner-content h2 {
    font-size: clamp(36px, 4.2vw, 62px);
    line-height: 1.08;
    color: #161b20;
    margin-bottom: 10px;
}

.common-banner.about-page-banner .breadcrumb {
    justify-content: flex-start;
    gap: 8px;
}

.common-banner.about-page-banner .breadcrumb-item a {
    color: #3a4a44;
    font-weight: 500;
}

.common-banner.about-page-banner .breadcrumb-item.active {
    color: #c14c24;
}

@media (max-width: 991px) {
    .common-banner.pdp-breadcrumb-hero,
    .common-banner.pdp-breadcrumb-hero .common-banner-content {
        min-height: 200px;
    }

    .common-banner.pdp-breadcrumb-hero .common-banner-content h2 {
        font-size: clamp(30px, 7vw, 44px);
    }

    .common-banner.about-page-banner,
    .common-banner.about-page-banner .common-banner-content {
        min-height: 210px;
    }
}

@media (max-width: 575px) {
    .common-banner.pdp-breadcrumb-hero,
    .common-banner.pdp-breadcrumb-hero .common-banner-content {
        min-height: 170px;
    }

    .common-banner.pdp-breadcrumb-hero .common-banner-content-inner {
        padding: 8px 12px 0;
    }

    .common-banner.pdp-breadcrumb-hero .hero-kicker {
        font-size: 10px;
        letter-spacing: 0.7px;
        padding: 6px 11px;
        margin-bottom: 10px;
    }

    .common-banner.pdp-breadcrumb-hero .common-banner-content h2 {
        margin-bottom: 8px;
    }

    .common-banner.pdp-breadcrumb-hero .breadcrumb-item a,
    .common-banner.pdp-breadcrumb-hero .breadcrumb-item.active {
        font-size: 14px;
    }

    .common-banner.about-page-banner,
    .common-banner.about-page-banner .common-banner-content {
        min-height: 170px;
    }

    .common-banner.about-page-banner .common-banner-content-inner {
        max-width: 100%;
    }

    .common-banner.about-page-banner .common-banner-content h2 {
        margin-bottom: 6px;
    }
}

.header-style-one .main-menu .navigation > li > ul {
    top: calc(100% + 10px);
    left: 50%;
    transform: translate(-50%, 12px);
    border-top: 0;
    border-radius: 14px;
    box-shadow: 0 20px 45px rgba(17, 24, 39, 0.18);
    padding: 10px;
    min-width: 220px;
    background: #ffffff;
}

.header-style-one .main-menu .navigation > li > ul::before {
    content: "";
    position: absolute;
    top: -7px;
    left: 50%;
    width: 14px;
    height: 14px;
    background: #ffffff;
    transform: translateX(-50%) rotate(45deg);
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    border-left: 1px solid rgba(0, 0, 0, 0.06);
}

.header-style-one .main-menu .navigation > li.dropdown:hover > ul {
    transform: translate(-50%, 0);
}

.main-menu .navigation > li > ul > li {
    padding: 0;
    border-bottom: none;
}

.main-menu .navigation > li > ul > li > a {
    padding: 11px 12px;
    border-radius: 8px;
    font-size: 15px;
    color: #2f3541;
    line-height: 1.2;
}

.main-menu .navigation > li > ul > li > a:hover,
.main-menu .navigation > li > ul > li > a.active {
    background: #f3f6f9;
    color: #12161c;
}

.hrader-search-input {
    width: 260px;
}

.hrader-search-input input {
    border: 1px solid #dfe7ee;
    border-radius: 24px;
    background-color: #fbfdff;
    padding: 10px 18px;
}

.header-right-inner {
    gap: 10px;
}

.header-right-icon {
    border-color: #dfe5ec;
    background: #ffffff;
    transition: all 0.2s ease;
}

.header-right-icon:hover {
    border-color: var(--secondary-color);
    color: var(--secondary-color);
    transform: translateY(-1px);
}

.header-right-inner span {
    min-width: 16px;
    height: 16px;
    padding: 2px 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.home-hero-polish::before {
    background: linear-gradient(
        90deg,
        rgba(16, 24, 40, 0.38) 0%,
        rgba(16, 24, 40, 0.42) 100%
    );
}

.home-hero-polish .banner-section-two__image img {
    max-height: 460px;
    width: 100%;
    object-fit: contain;
    transform: none;
    filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.2));
}

.home-hero-polish .hero-content-panel {
    max-width: 560px;
    margin-left: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    backdrop-filter: none;
    box-shadow: none;
}

.home-hero-polish .content-box h6 {
    background: rgba(224, 58, 25, 0.92);
    padding: 8px 16px;
    font-size: 15px;
    letter-spacing: 1.2px;
    color: #ffd8a8;
}

.home-hero-polish .content-box h1 {
    font-size: 48px;
    line-height: 1.08;
    color: #fff4e8;
}

.home-hero-polish .content-box p {
    color: #fdebd2;
}

.home-hero-polish .content-box p strong,
.home-hero-polish .content-box p b {
    color: #ffffff;
}

.home-hero-polish .hero-cta-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.home-hero-polish .hero-primary-btn {
    background: #f97316;
    border: 2px solid #f97316;
    color: #ffffff !important;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(249, 115, 22, 0.35);
}

.home-hero-polish .hero-primary-btn span {
    background: rgba(255, 255, 255, 0.2);
}

.home-hero-polish .hero-secondary-btn {
    background: rgba(255, 255, 255, 0.08);
    border: 2px solid rgba(255, 255, 255, 0.85);
    color: #ffffff !important;
    font-weight: 600;
}

.home-hero-polish .hero-secondary-btn span {
    background: rgba(255, 255, 255, 0.14);
}

.home-hero-polish .hero-secondary-btn:hover {
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
}

.home-hero-polish .hero-cta-group .btn-1 i {
    margin-left: 8px;
}

.home-hero-polish .content-box .link-box .btn-1 {
    min-width: 210px;
    text-align: center;
}

/* keep non-active slides clean in swiper to avoid ghost panel look */
.home-hero-polish .swiper-slide:not(.swiper-slide-active) .hero-content-panel {
    opacity: 0;
}

@media (max-width: 1199px) {
    .main-menu .navigation > li > a {
        margin: 0 10px;
    }

    .hrader-search-input {
        width: 220px;
    }

    .home-hero-polish .content-box h1 {
        font-size: 42px;
    }
}

@media (max-width: 991px) {
    .main-header .header-lower .inner-container {
        min-height: 78px;
    }

    .home-hero-polish .banner-section-two__image img {
        max-height: 350px;
        transform: none;
    }

    .home-hero-polish .hero-content-panel {
        margin-left: 0;
        padding: 0;
    }

    .home-hero-polish .content-box h1 {
        font-size: 34px;
    }

    .home-hero-polish .content-box p {
        font-size: 15px;
    }

    .home-hero-polish .hero-cta-group .btn-1 {
        min-width: 190px;
    }
}

@media (max-width: 991px) {
    .header-style-one .header-lower .logo-box .logo img {
        height: 64px;
    }
}

@media (max-width: 767px) {
    .home-hero-polish .banner-section-two {
        padding: 36px 0 50px;
    }

    .home-hero-polish .content-box h1 {
        font-size: 30px;
    }

    .home-hero-polish .hero-cta-group {
        gap: 10px;
        margin-top: 22px;
    }

    .home-hero-polish .hero-cta-group .btn-1 {
        width: 100%;
        min-width: 100%;
    }
}
