:root {
    --input-placeholder-color: #222;
}

.rtl {
    direction: var(--web-direction);
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: var(--web-primary);
}

.dropdown-item.active,
.dropdown-item:active {
    color: var(--web-secondary);
}

.navbar-light .navbar-tool-icon-box {
    color: var(--web-primary);
}

.search_button {
    background-color: var(--web-primary);
}

.navbar-stuck-menu {
    background-color: var(--web-primary);
}

.mega-nav .nav-item .nav-link {
    color: var(--web-primary) !important;
}

.owl-theme .owl-nav [class*="owl-"],
.checkbox-alphanumeric label:hover {
    border-color: var(--web-primary);
}

::-webkit-scrollbar-thumb:hover {
    background: var(--web-secondary) !important;
}

[type="radio"]:not(.show) {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

[type="radio"]:not(.show) + span:after {
    box-shadow: 0 0 0 0.1em var(--web-secondary);
}

[type="radio"]:not(.show):checked + span:after {
    background: var(--web-secondary);
    box-shadow: 0 0 0 0.1em var(--web-secondary);
}

.navbar-tool .navbar-tool-label {
    background-color: var(--web-secondary) !important;
}

.btn--primary {
    color: #fff;
    background-color: var(--web-primary) !important;
    border-color: var(--web-primary) !important;
}

.d--none {
    display: none;
}

.web-text-primary,
.text-primary {
    color: var(--web-primary) !important;
}

.btn--primary:hover {
    color: #fff;
    background-color: var(--web-primary) !important;
    border-color: var(--web-primary) !important;
}

.btn-secondary {
    background-color: var(--web-secondary) !important;
    border-color: var(--web-secondary) !important;
}

.__account-address .modal-content .donate-now input[type="radio"]:checked + label,
.__account-address .modal-content .Checked + label {
    /* background: var(--web-primary) !important; */
    background-color:#155eef ;
    border-color: var(--web-primary) !important;
    color: #fff !important;
    box-shadow: 0 10px 24px rgba(21, 94, 239, 0.22);
}

.__account-address .modal-content .donate-now label:hover,
.__account-address .modal-content .billing_component:hover,
.__account-address .modal-content .component:hover {
    border-color: var(--web-primary) !important;
    color: #1e40af !important;
}

.__account-address .donate-now {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.__account-address .donate-now li {
    float: none !important;
    width: auto !important;
    min-width: 110px;
    height: 46px !important;
    padding: 0 !important;
    flex: 0 0 auto;
    position: relative;
}

.__account-address .donate-now label,
.__account-address .donate-now input {
    position: absolute;
}

.__account-address .donate-now label {
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 10px 14px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.address-type-pill {
    white-space: nowrap;
}

@media (max-width: 480px) {
    .__account-address .donate-now {
        gap: 8px;
    }

    .__account-address .donate-now li {
        min-width: 112px;
        height: 44px !important;
    }

    .__account-address .donate-now label {
        min-height: 44px;
        padding: 10px 12px !important;
        font-size: 15px;
    }
}

.__account-address .modal-content .btn.btn-secondary {
    background: #fff !important;
    color: #111827 !important;
    border: 1px solid #d8dee8 !important;
    box-shadow: none !important;
}

.__account-address .modal-content .btn.btn-secondary:hover,
.__account-address .modal-content .btn.btn-secondary:focus {
    background: #fff7e6 !important;
    color: #111827 !important;
    border-color: var(--web-primary) !important;
}

.btn-outline-accent:hover {
    color: #fff;
    background-color: var(--web-primary);
    border-color: var(--web-primary);
}

.btn-outline-accent {
    color: var(--web-primary);
    border-color: var(--web-primary);
}

.text-accent {
    color: var(--web-primary);
}

.text-base-2 {
    color: var(--web-secondary);
}
a:hover {
    color: var(--web-primary);
}

.text-primary,
.text-base,
.active-menu {
    color: var(--web-primary) !important;
}

.page-item.active > .page-link {
    box-shadow: 0 0.5rem 1.125rem -0.425rem var(--web-primary);
}

.page-item.active .page-link {
    background-color: var(--web-primary);
}

.btn-outline-accent:not(:disabled):not(.disabled):active,
.btn-outline-accent:not(:disabled):not(.disabled).active,
.show > .btn-outline-accent.dropdown-toggle {
    background-color: var(--web-secondary);
    border-color: var(--web-secondary);
}

.btn-outline-primary {
    color: var(--web-primary);
    border-color: var(--web-primary);
}

.btn-outline-primary:hover {
    background-color: var(--web-primary);
    border-color: var(--web-primary);
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 0 var(--web-primary);
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
    background-color: var(--web-primary);
    border-color: var(--web-primary);
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 var(--web-primary);
}

.for-discount-value {
    background: var(--web-primary);
}

span.badge-accent {
    color: var(--base);
    background-color: var(--web-primary-40);
}

span.badge-accent:hover {
    color: var(--base) !important;
}

.custom-light-primary-color {
    background-color: var(--web-primary-10);
}

.custom-light-primary-color-20 {
    background-color: var(--web-primary-20);
}

.password-toggle-btn
    .custom-control-input:checked
    ~ .password-toggle-indicator {
    color: var(--web-primary);
}

.for-count-value {
    color: var(--web-primary);
}

.web--bg-primary {
    background-color: var(--web-primary);
}

.web--bg-secondary {
    background-color: var(--web-secondary);
}

.count-value {
    color: var(--web-primary);
}

@media (min-width: 782px) {
    .navbar-stuck-menu {
        background-color: var(--web-primary);
    }
}

@media (max-width: 767px) {
    .search_button .input-group-text i {
        color: var(--web-primary) !important;
    }

    .mega-nav1 {
        color: var(--web-primary) !important;
    }

    .mega-nav1 .nav-link {
        color: var(--web-primary) !important;
    }
}

@media (max-width: 471px) {
    .mega-nav1 {
        color: var(--web-primary) !important;
    }

    .mega-nav1 .nav-link {
        color: var(--web-primary) !important;
    }
}

.text-align-direction {
    text-align: var(--text-align-direction) !important;
}

.web-direction {
    direction: var(--web-direction) !important;
}

.social-media:hover {
    color: var(--web-secondary) !important;
}

.bg-white-overlay-50 {
    background: rgba(255, 255, 255, 0.05);
}

.min-width-160px {
    min-width: 160px !important;
}

.tracking-page .closet {
    float: var(--text-align-direction-alt);
}

.checkout-details-page .nav-tabs {
    border: none;
}

.checkout-details-page .nav-tabs .nav-item {
    width: 49%;
    text-align: center;
}

.checkout-details-page .nav-tabs .nav-link::before {
    height: 0;
}

.checkout-details-page .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    background: var(--web-primary);
    border-color: var(--web-primary);
}

.checkout-details-page .nav-tabs .nav-link {
    background: var(--web-secondary);
    border: 1px solid var(--web-secondary);
}

.bootstrap-select.dropdown.form-control button {
    border: 1px solid #e3e9ef !important;
}

.bootstrap-select.dropdown.form-control button:focus {
    outline: none !important;
    box-shadow: none;
}

@media (max-width: 600px) {
    .contact-us-page.sidebar_heading {
        background: var(--web-primary);
    }
}

.delete-account-dropdown-menu {
    width: 200px;
    min-width: 0 !important;
}

.checkout-steps.steps-light .step-item.active .step-count,
.checkout-steps.steps-light .step-item.active .step-progress {
    color: #ffffff;
    background-color: var(--web-primary);
}

.checkout-steps.steps-light .step-count,
.checkout-steps.steps-light .step-progress {
    color: #4f4f4f;
    background-color: rgba(225, 225, 225, 0.67);
}

.checkout-steps.steps-light .step-item.active.current {
    color: var(--web-primary) !important;
    pointer-events: none;
}

.checkout-steps.steps-light .step-item {
    color: #4f4f4f;
    font-size: 14px;
    font-weight: 400;
}

.list-group-flush .list-group-item li,
.list-group-flush .list-group-item li a {
    color: var(--web-primary);
}

.list-group-flush .list-group-item li,
.list-group-flush .list-group-item li a:hover {
    color: var(--web-secondary);
}

.order-summery-aside .cart_title {
    font-weight: 400 !important;
    font-size: 14px;
}

.order-summery-aside .cart_value {
    font-weight: 600 !important;
    font-size: 16px;
}

@media (max-width: 575px) {
    .order-summery-aside .cart_title,
    .order-summery-aside .cart_value {
        font-size: 14px;
    }
}

.order-summery-aside .__cart-total_sticky {
    position: sticky;
    top: 80px;
}

.order-details-nav.nav-menu > * {
    border: none;
    border-bottom: 2px solid transparent;
    background-color: transparent;
    padding: 0.5rem 0;
    color: #9b9b9b;
}

.order-details-nav.nav-menu > *.active {
    border-color: #1455ac;
    color: #1455ac;
    font-weight: 700;
}

.max-width-150px {
    max-width: 150px;
}

.max-width-200px {
    max-width: 200px;
}

.max-width-350px {
    max-width: 350px;
}
.max-width-500px {
    max-width: 500px;
}

.width-300px {
    width: 300px;
}

.height-100px {
    height: 100px;
}

.max-height-500px {
    max-height: 500px !important;
}

[dir="ltr"] .heading_search {
    padding: 10px 29px 10px 20px;
}

[dir="rtl"] .heading_search {
    padding: 10px 20px 10px 29px;
}

[dir="ltr"] .chat_ib {
    padding: 0 0 6px 15px;
}

[dir="rtl"] .chat_ib {
    padding: 0 15px 6px 0;
}

[dir="ltr"] .received_msg {
    padding: 0 0 0 10px;
}

[dir="rtl"] .received_msg {
    padding: 0 10px 0 0;
}

[dir="ltr"] .received_withdraw_msg p {
    padding: 4px 8px 3px 10px;
}

[dir="rtl"] .received_withdraw_msg p {
    padding: 4px 10px 3px 8px;
}

.msg_history {
    padding: 0 15px;
}

[dir="ltr"] .send_msg p {
    padding: 5px 10px 5px 12px;
}

[dir="rtl"] .send_msg p {
    padding: 5px 12px 5px 10px;
}

.p-12px {
    padding: 12px;
}

[dir="ltr"] .ps-12px {
    padding-left: 12px;
}

[dir="rtl"] .ps-12px {
    padding-right: 12px;
}

[dir="ltr"] .float-start {
    float: left;
}

[dir="rtl"] .float-start {
    float: right;
}

[dir="ltr"] .float-end {
    float: right;
}

[dir="rtl"] .float-end {
    float: left;
}

[dir="ltr"] .ms-auto {
    margin-left: auto;
}

[dir="rtl"] .ms-auto {
    margin-right: auto;
}

[dir="ltr"] .ms-2 {
    margin-left: 0.5rem !important;
}

[dir="rtl"] .ms-2 {
    margin-right: 0.5rem !important;
}

[dir="ltr"] .me-2 {
    margin-right: 0.5rem !important;
}

[dir="rtl"] .me-2 {
    margin-left: 0.5rem !important;
}

[dir="ltr"] .me-3 {
    margin-right: 1rem !important;
}

[dir="rtl"] .me-3 {
    margin-left: 1rem !important;
}

[dir="ltr"] .me-4 {
    margin-right: 1.5rem !important;
}

[dir="rtl"] .me-4 {
    margin-left: 1.5rem !important;
}

[dir="ltr"] .ps-0 {
    padding-left: 0 !important;
}

[dir="ltr"] .ps-1 {
    padding-left: 0.25rem !important;
}

[dir="ltr"] .ps-2 {
    padding-left: 0.5rem !important;
}

[dir="ltr"] .ps-3 {
    padding-left: 1rem !important;
}

[dir="ltr"] .ps-4 {
    padding-left: 1.5rem !important;
}

[dir="ltr"] .ps-5 {
    padding-left: 3rem !important;
}

[dir="rtl"] .ps-0 {
    padding-right: 0 !important;
}

[dir="rtl"] .ps-1 {
    padding-right: 0.25rem !important;
}

[dir="rtl"] .ps-2 {
    padding-right: 0.5rem !important;
}

[dir="rtl"] .ps-3 {
    padding-right: 1rem !important;
}

[dir="rtl"] .ps-4 {
    padding-right: 1.5rem !important;
}

[dir="rtl"] .ps-5 {
    padding-right: 3rem !important;
}

[dir="ltr"] .pe-0 {
    padding-right: 0 !important;
}

[dir="ltr"] .pe-1 {
    padding-right: 0.25rem !important;
}

[dir="ltr"] .pe-2 {
    padding-right: 0.5rem !important;
}

[dir="ltr"] .pe-3 {
    padding-right: 1rem !important;
}

[dir="ltr"] .pe-4 {
    padding-right: 1.5rem !important;
}

[dir="ltr"] .pe-5 {
    padding-right: 3rem !important;
}

[dir="rtl"] .pe-0 {
    padding-left: 0 !important;
}

[dir="rtl"] .pe-1 {
    padding-left: 0.25rem !important;
}

[dir="rtl"] .pe-2 {
    padding-left: 0.5rem !important;
}

[dir="rtl"] .pe-3 {
    padding-left: 1rem !important;
}

[dir="rtl"] .pe-4 {
    padding-left: 1.5rem !important;
}

[dir="rtl"] .pe-5 {
    padding-left: 3rem !important;
}

.category-list-in-header {
    padding: 10px;
    border: 1px solid #0000001f;
    width: 100%;
    cursor: pointer;
    background: white;
}

.min-width-600px {
    min-width: 600px;
}

.loading-parent {
    position: fixed;
    z-index: 9999;
    height: 100vh;
    top: 0;
    display: block;
    justify-content: center;
    align-items: center;
}

.loading-parent.d--none {
    display: none;
}

.loading-parent-first-div {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.payment-loading-parent {
    position: fixed;
    z-index: 9999;
    left: 40%;
    top: 37%;
    width: 100%;
}

[dir="ltr"] .navbar form .search_button {
    border-radius: 0 7px 7px 0;
    left: unset;
    right: 0;
    top: 0;
}

[dir="rtl"] .navbar form .search_button {
    border-radius: 7px 0 0 7px;
    right: unset;
    left: 0;
    top: 0;
}

.header-subcategories-links {
    font-family: sans-serif !important;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    margin-left: 50px;
}

.mt-minus-11px {
    margin-top: -11px;
}

[dir="ltr"] .dir-end-minus-7px {
    right: -7px;
}

[dir="rtl"] .dir-end-minus-7px {
    left: -7px;
}

.category-single-product-price {
    font-size: 12px !important;
    color: #9b9b9b !important;
}

.modal-quick-view .product-title2 {
    font-family: "Roboto", sans-serif !important;
    font-weight: 400 !important;
    font-size: 22px !important;
    color: #000000 !important;
    position: relative;
    display: inline-block;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 1.2em;
    line-height: 1.2em;
}

.modal-quick-view .cz-product-gallery {
    display: block;
    max-height: 530px;
    overflow: hidden;
}

.modal-quick-view .cz-product-gallery .table-responsive {
    overflow: hidden;
    max-height: 80px;
}

.modal-quick-view .cz-preview {
    width: 100%;
    margin-top: 0;
    max-height: 100% !important;
}

.modal-quick-view .cz-preview-item > img {
    width: 100%;
}

.modal-quick-view .details {
    border: 1px solid #e2f0ff;
    border-radius: 3px;
    padding: 16px;
}

@media (max-width: 991px) {
    .modal-quick-view .details {
        border: none;
        border-radius: 0;
        padding: 0;
    }
}

img,
figure {
    max-width: 100%;
    vertical-align: middle;
}

.modal-quick-view .cz-thumblist-item {
    display: block;
    position: relative;
    width: 64px;
    height: 64px;
    margin: 0.625rem;
    transition: border-color 0.2s ease-in-out;
    border: 1px solid #e2f0ff;
    border-radius: 0.3125rem;
    text-decoration: none !important;
    overflow: hidden;
}

.modal-quick-view .for-hover-bg {
    font-size: 18px;
    height: 45px;
}

.modal-quick-view .cz-thumblist-item > img {
    display: block;
    width: 80%;
    transition: opacity 0.2s ease-in-out;
    max-height: 58px;
    opacity: 0.6;
}

@media (max-width: 767px) and (min-width: 592px) {
    .modal-quick-view .cz-preview-item > img {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .modal-quick-view .cz-thumblist {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 1rem;
        padding-right: 22px;
        padding-bottom: 10px;
    }

    .modal-quick-view .cz-thumblist-item {
        margin: 0;
    }

    .modal-quick-view .cz-thumblist {
        padding-top: 8px !important;
    }

    .modal-quick-view .cz-preview-item > img {
        width: 100%;
    }
}

.product-details-seller-info {
    position: absolute;
    inset-inline-end: 24px;
    inset-block-start: -4px;
}

.image-default-bg-color {
    background-color: #1455ac10;
}

@media (min-width: 782px) {
    [dir="ltr"] .text-md-start {
        text-align: left !important;
    }
    [dir="rtl"] .text-md-start {
        text-align: right !important;
    }
}
.owl-theme .owl-nav *,
.owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: var(--web-primary) !important;
}

.rating {
    cursor: pointer;
    --dir: right;
    --fill: #1455ac;
    --fillbg: rgba(100, 100, 100, 0.15);
    --star: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 17.25l-6.188 3.75 1.641-7.031-5.438-4.734 7.172-0.609 2.813-6.609 2.813 6.609 7.172 0.609-5.438 4.734 1.641 7.031z"/></svg>');
    --stars: 5;
    --starsize: 2.5rem;
    --symbol: var(--star);
    --value: 1;
    --w: calc(var(--stars) * var(--starsize));
    --x: calc(100% * (var(--value) / var(--stars)));
    block-size: var(--starsize);
    inline-size: var(--w);
    position: relative;
    touch-action: manipulation;
    -webkit-appearance: none;
}

[dir="rtl"] .rating {
    --dir: left;
}

.rating::-moz-range-track {
    background: linear-gradient(
        to var(--dir),
        var(--fill) 0 var(--x),
        var(--fillbg) 0 var(--x)
    );
    block-size: 100%;
    mask: repeat left center/var(--starsize) var(--symbol);
}

.rating::-webkit-slider-runnable-track {
    background: linear-gradient(
        to var(--dir),
        var(--fill) 0 var(--x),
        var(--fillbg) 0 var(--x)
    );
    block-size: 100%;
    mask: repeat left center/var(--starsize) var(--symbol);
    -webkit-mask: repeat left center/var(--starsize) var(--symbol);
}

.rating::-moz-range-thumb {
    height: var(--starsize);
    opacity: 0;
    width: var(--starsize);
}

.rating::-webkit-slider-thumb {
    height: var(--starsize);
    opacity: 0;
    width: var(--starsize);
    -webkit-appearance: none;
}

.rating,
.rating-label {
    display: block;
    font-family: ui-sans-serif, system-ui, sans-serif;
}

.rating-label {
    margin-block-end: 1rem;
}

.rating--nojs::-moz-range-track {
    background: var(--fillbg);
}

.rating--nojs::-moz-range-progress {
    background: var(--fill);
    block-size: 100%;
    mask: repeat left center/var(--starsize) var(--star);
}

.rating--nojs::-webkit-slider-runnable-track {
    background: var(--fillbg);
}

.rating--nojs::-webkit-slider-thumb {
    background-color: var(--fill);
    box-shadow: calc(0rem - var(--w)) 0 0 var(--w) var(--fill);
    opacity: 1;
    width: 1px;
}

[dir="rtl"] .rating--nojs::-webkit-slider-thumb {
    box-shadow: var(--w) 0 0 var(--w) var(--fill);
}

.top-1 {
    top: 0.5rem;
}

.left-1 {
    left: 0.5rem;
}

#dataTable_wrapper > .row:nth-child(1) {
    display: flex;
}
#dataTable_wrapper > .row:nth-child(1) #dataTable_length {
    display: none;
}
[dir="rtl"] div.dataTables_wrapper div.dataTables_filter {
    text-align: left !important;
    padding-inline-end: 0 !important;
}
[dir="rtl"]
    div.table-responsive
    > div.dataTables_wrapper
    > div.row
    > div[class^="col-"]:last-child {
    padding-left: 0;
}

[dir="rtl"] .cz-image-zoom {
    direction: rtl;
}

[dir="rtl"] .cz-image-zoom-pane {
    direction: ltr;
}

.social-share-popup {
    padding: 25px;
    width: 100%;
}

.social-share-popup :is(header, .icons, .field) {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.social-share-popup header {
    padding-bottom: 15px;
    border-bottom: 1px solid #ebedf9;
}
.social-share-popup header span {
    font-size: 21px;
    font-weight: 600;
}
.social-share-popup header .close,
.icons a {
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
.social-share-popup header .close {
    color: #878787;
    font-size: 17px;
    background: #f2f3fb;
    height: 33px;
    width: 33px;
    cursor: pointer;
}
.social-share-popup header .close:hover {
    background: #ebedf9;
}
.social-share-popup .content {
    margin: 20px 0;
}
.social-share-popup .icons {
    display: flex;
    justify-content: center;
    margin: 15px 0 20px 0;
    gap: 1.5rem;
    list-style: none;
}
.social-share-popup .content p {
    font-size: 16px;
}
.social-share-popup .content .icons li a {
    height: 50px;
    width: 50px;
    font-size: 20px;
    text-decoration: none;
    border: 1px solid transparent;
}
.social-share-popup .icons li a i {
    transition: transform 0.3s ease-in-out;
}
.social-share-popup .icons li:nth-child(1) a {
    color: #1877f2;
    border-color: #b7d4fb;
}
.social-share-popup .icons li:nth-child(1):hover a {
    background: #1877f2;
}
.social-share-popup .icons li:nth-child(2) a {
    color: #46c1f6;
    border-color: #b6e7fc;
}
.social-share-popup .icons li:nth-child(2):hover a {
    background: #46c1f6;
}
.social-share-popup .icons li:nth-child(3) a {
    color: #e1306c;
    border-color: #f5bccf;
}
.social-share-popup .icons li:nth-child(3):hover a {
    background: #e1306c;
}
.social-share-popup .icons li:nth-child(4) a {
    color: #25d366;
    border-color: #bef4d2;
}
.social-share-popup .icons li:nth-child(4):hover a {
    background: #25d366;
}
.social-share-popup .icons li:nth-child(5) a {
    color: #0088cc;
    border-color: #b3e6ff;
}
.social-share-popup .icons li:nth-child(5):hover a {
    background: #0088cc;
}
.social-share-popup .icons li:hover a {
    color: #fff;
    border-color: transparent;
}
.social-share-popup .icons li:hover a i {
    transform: scale(1.2);
}
.social-share-popup .content .field {
    margin: 12px 0 -5px 0;
    height: 45px;
    border-radius: 4px;
    padding: 0 5px;
    border: 1px solid #e1e1e1;
}
.social-share-popup .field.active {
    border-color: #7d2ae8;
}
.social-share-popup .field i {
    width: 50px;
    font-size: 18px;
    text-align: center;
}
.social-share-popup .field.active i {
    color: #7d2ae8;
}
.social-share-popup .field input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 15px;
}
.social-share-popup .field button {
    color: #fff;
    padding: 5px 18px;
    background: var(--base);
    border: 0;
    border-radius: 5px;
}

.user-profile-container {
    background: rgba(252, 252, 252, 1);
    direction: var(--web-direction);
}

.user-profile-container > .row {
    align-items: stretch;
}

.user-profile-container > .row > .col-lg-3,
.user-profile-container > .row > .col-lg-9 {
    display: flex;
    flex-direction: column;
}

.user-profile-container .__customer-sidebar.user-profile-aside {
    position: relative !important;
    top: 0 !important;
    align-self: stretch;
}

.line-height-16 {
    line-height: 16px;
}

.customer-profile-wishlist .price-range,
.customer-profile-wishlist .price-range .fs-16 {
    font-size: 13px;
}

.customer-profile-wishlist .price-range del {
    font-size: 14px;
}
.customer-profile-wishlist .price-range .discounted-unit-price {
    font-size: 15px;
}

.wishlist-page-card {
    overflow: hidden;
    border: 1px solid #ffffff !important;
    border-radius: 28px !important;
    background:
        radial-gradient(circle at top right, rgba(21, 94, 239, 0.12), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #ffffff 100%) !important;
    box-shadow: 0 24px 54px rgba(15, 23, 42, 0.08) !important;
}

.wishlist-page-card__body {
    padding: 28px !important;
}

.wishlist-page-card__header {
    padding-bottom: 18px;
    margin-bottom: 22px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.wishlist-page-card__eyebrow {
    display: inline-block;
    margin-bottom: 6px;
    color: #1d4ed8;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.wishlist-page-card__title {
    color: #0b1528;
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 900;
    line-height: 1.05;
}

.wishlist-page-card__subtitle {
    margin: 10px 0 0;
    color: #6b7280;
    font-size: 15px;
    line-height: 1.55;
}

.wishlist-products-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.wishlist-products-grid .deal-day-product-card {
    display: flex;
    min-width: 0;
    height: 100%;
    flex-direction: column;
    border-color: transparent;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(24, 35, 56, .08);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.wishlist-products-grid .deal-day-product-card:hover {
    transform: translateY(-4px);
    border-color: rgba(21, 94, 239, .55);
    box-shadow: 0 18px 36px rgba(23, 23, 23, .12);
}

.wishlist-products-grid .deal-day-product-card__media {
    position: relative;
    margin: 10px 10px 0;
    aspect-ratio: .75;
    overflow: hidden;
    border-radius: 8px;
    background: #ecece7;
}

.wishlist-products-grid .deal-day-product-card__media > a {
    display: block;
    width: 100%;
    height: 100%;
}

.wishlist-products-grid .deal-day-product-card__media img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center;
}

.wishlist-products-grid .deal-day-product-card__badge {
    position: absolute;
    z-index: 2;
    top: 16px;
    left: 16px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #155eef;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
}

.wishlist-products-grid .deal-day-product-card__actions {
    position: absolute;
    z-index: 2;
    top: 14px;
    right: 14px;
    display: flex;
    gap: 8px;
}

.wishlist-products-grid .deal-day-product-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 999px;
    background: #ffffff;
    color: #1d4ed8;
    box-shadow: 0 10px 18px rgba(23, 23, 23, .08);
    cursor: pointer;
    transition: all .2s ease;
}

.wishlist-products-grid .deal-day-product-card__icon:hover,
.wishlist-products-grid .deal-day-product-card__icon:focus {
    background: #155eef;
    color: #fff;
    transform: translateY(-2px);
}

.wishlist-products-grid .deal-day-product-card__icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.wishlist-products-grid .deal-day-product-card__icon--active {
    background: #ffffff;
    color: #1d4ed8;
}

.wishlist-products-grid .deal-day-product-card__icon--active svg {
    fill: currentColor;
    stroke: currentColor;
}

.wishlist-products-grid .deal-day-product-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 14px 14px 16px;
}

.wishlist-products-grid .deal-day-product-card__title {
    min-height: 46px;
    margin: 0;
    color: #333;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.35;
}

.wishlist-products-grid .deal-day-product-card__title a {
    display: -webkit-box;
    overflow: hidden;
    color: inherit;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.wishlist-products-grid .deal-day-product-card:hover .deal-day-product-card__title,
.wishlist-products-grid .deal-day-product-card:hover .deal-day-product-card__title a,
.wishlist-products-grid .deal-day-product-card__title a:hover {
    color: #1d4ed8 !important;
}

.wishlist-products-grid .deal-day-product-card__price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px;
    margin-top: 8px;
}

.wishlist-products-grid .deal-day-product-card__current-price {
    color: #161616;
    font-size: 1.24rem;
    font-weight: 900;
    line-height: 1;
}

.wishlist-products-grid .deal-day-product-card__old-price {
    color: #9b9b9b;
    font-size: .86rem;
    font-weight: 700;
}

.wishlist-products-grid .deal-day-product-card__button {
    display: grid;
    min-height: 52px;
    margin-top: 18px;
    place-items: center;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
    transition: background .18s ease, color .18s ease;
}

.wishlist-products-grid .deal-day-product-card__button:hover,
.wishlist-products-grid .deal-day-product-card__button:focus {
    background: #155eef;
    color: #fff;
}

.wishlist-product-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    border: 1px solid rgba(191, 219, 254, 0.95);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.06);
    overflow: hidden;
}

.wishlist-product-card__media {
    position: relative;
    padding: 14px 14px 0;
}

.wishlist-product-card__media .__img-full {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
    border-radius: 14px;
}

.wishlist-product-card__badge {
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 6px 14px;
    border-radius: 999px;
    background: #ffba1a;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
}

.wishlist-product-card__actions {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 2;
    display: flex;
    gap: 10px;
}

.wishlist-product-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 1);
    background: #fff8e8;
    color: #1d4ed8;
    box-shadow: 0 10px 18px rgba(15, 23, 42, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.wishlist-product-card__icon i,
.wishlist-product-card__icon svg {
    width: 20px;
    height: 20px;
}

.wishlist-product-card__icon--active {
    background: #fff8e8;
    color: #1d4ed8;
}

.wishlist-product-card__icon svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.wishlist-product-card__icon--active svg {
    fill: currentColor;
    stroke: currentColor;
}

.wishlist-product-card__icon:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 22px rgba(15, 23, 42, 0.12);
}

.wishlist-product-card__body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 18px 16px 16px;
}

.wishlist-product-card__title {
    margin: 0;
    min-height: 58px;
    color: #0b1528;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
}

.wishlist-product-card__title a {
    color: inherit;
}

.wishlist-product-card__meta {
    margin: 8px 0 0;
    color: #8a94a6;
    font-size: 13px;
    font-weight: 600;
}

.wishlist-product-card__meta span {
    color: #526176;
}

.wishlist-product-card__price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 14px;
}

.wishlist-product-card__current-price {
    color: #0b1528;
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
}

.wishlist-product-card__old-price {
    color: #9aa3b2;
    font-size: 13px;
    font-weight: 700;
}

.wishlist-product-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    margin-top: auto;
    border-radius: 999px;
    background: linear-gradient(180deg, #fff5d8 0%, #fff1ca 100%);
    color: #1d4ed8;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
}

.wishlist-empty-state {
    padding: 26px 18px;
    border: 1px dashed rgba(255, 255, 255, 1);
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #fffefb 100%);
}

.wishlist-empty-state h5 {
    color: #6b7280 !important;
    font-size: 15px !important;
    font-weight: 700;
}

.address-page-card {
    overflow: hidden;
    border: 1px solid #ffffff !important;
    border-radius: 28px !important;
    background:
        radial-gradient(circle at top right, rgba(21, 94, 239, 0.12), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #ffffff 100%) !important;
    box-shadow: 0 24px 54px rgba(15, 23, 42, 0.08) !important;
    padding: 28px !important;
}

.address-page-card__header {
    padding-bottom: 18px;
    margin-bottom: 22px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.address-page-card__eyebrow {
    display: inline-block;
    margin-bottom: 6px;
    color: #1d4ed8;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.address-page-card__title {
    color: #0b1528;
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 900;
    line-height: 1.05;
}

.address-page-card__subtitle {
    margin: 10px 0 0;
    color: #6b7280;
    font-size: 15px;
    line-height: 1.55;
}

.address-page-card__actions {
    margin-bottom: 0 !important;
}

.address-page-card__add-btn {
    min-height: 46px;
    padding: 0 18px !important;
    border-radius: 999px !important;
    font-weight: 800 !important;
    box-shadow: 0 14px 26px rgba(21, 94, 239, 0.22);
}

.address-page-card__add-btn img {
    width: 18px;
    height: 18px;
}

.address-empty-state {
    padding: 26px 18px;
    border: 1px dashed rgba(255, 255, 255, 1);
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #fffefb 100%);
}

.address-empty-state h5 {
    color: #6b7280 !important;
    font-size: 15px !important;
    font-weight: 700;
}

.address-book-card {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 1) !important;
    border-radius: 24px !important;
    background: linear-gradient(180deg, #fffefb 0%, #fff 100%) !important;
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.06) !important;
}

.address-book-card__header {
    padding: 18px 18px 16px !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 250, 242, 0.98) 100%) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 1) !important;
}

.address-book-card__title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    color: #0b1528;
    font-size: 23px;
    font-weight: 900 !important;
    line-height: 1.15;
    text-transform: capitalize;
}

.address-book-card__badge {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #fff;
    color: #1d4ed8;
    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.address-book-card__tools {
    gap: 10px !important;
}

.address-book-card__tool {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 50%;
    background: #fff;
    color: #1d4ed8;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.address-book-card__tool:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 24px rgba(15, 23, 42, 0.09);
}

.address-book-card__tool img {
    width: 18px;
    height: 18px;
}

.address-book-card__tool--danger {
    color: #e04855;
    background: #fff7f7;
}

.address-book-card__tool--danger i {
    font-size: 17px;
}

.address-book-card__body {
    padding: 18px 18px 20px !important;
}

.address-book-card__row + .address-book-card__row {
    margin-top: 12px;
}

.address-book-card__text {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    color: #475467;
    font-size: 16px;
    line-height: 1.55;
}

.address-book-card__label {
    min-width: 88px !important;
    color: #0b1528;
    font-size: 15px;
    font-weight: 800 !important;
}

.address-book-card__separator {
    display: inline-block;
    min-width: 14px;
    color: #1d4ed8;
    font-weight: 800;
}

.wishlist-pagination {
    margin-top: 18px;
    padding: 0 !important;
}

.wishlist-pagination .pagination {
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .wishlist-page-card__body {
        padding: 22px !important;
    }

    .wishlist-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .address-page-card {
        padding: 22px !important;
    }

    .address-book-card__title {
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    .wishlist-page-card {
        border-radius: 22px !important;
    }

    .wishlist-page-card__header {
        align-items: flex-start !important;
    }

    .wishlist-page-card__title {
        font-size: 24px;
    }

    .wishlist-page-card__subtitle {
        font-size: 14px;
    }

    .wishlist-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .address-page-card {
        border-radius: 22px !important;
        padding: 18px 16px !important;
    }

    .address-page-card__header {
        align-items: flex-start !important;
    }

    .address-page-card__title {
        font-size: 24px;
    }

    .address-page-card__subtitle {
        font-size: 14px;
    }

    .address-page-card__actions {
        width: 100%;
        justify-content: space-between !important;
        align-items: center !important;
    }

    .address-page-card__add-btn {
        min-height: 42px;
        padding: 0 14px !important;
        font-size: 13px !important;
    }

    .address-book-card {
        border-radius: 18px !important;
    }

    .address-book-card__header {
        padding: 14px 14px 12px !important;
    }

    .address-book-card__title {
        font-size: 18px;
    }

    .address-book-card__badge {
        font-size: 10px !important;
    }

    .address-book-card__tool {
        width: 36px;
        height: 36px;
    }

    .address-book-card__body {
        padding: 14px 14px 16px !important;
    }

    .address-book-card__text {
        font-size: 14px;
    }

    .address-book-card__label {
        min-width: 72px !important;
        font-size: 14px;
    }

    .wishlist-products-grid .deal-day-product-card {
        border-radius: 14px;
    }

    .wishlist-products-grid .deal-day-product-card__media {
        margin: 8px 8px 0;
        border-radius: 8px;
    }

    .wishlist-products-grid .deal-day-product-card__badge {
        top: 12px;
        left: 12px;
        padding: 7px 12px;
        font-size: 12px;
    }

    .wishlist-products-grid .deal-day-product-card__actions {
        top: 10px;
        right: 10px;
        gap: 6px;
    }

    .wishlist-products-grid .deal-day-product-card__icon {
        width: 38px;
        height: 38px;
    }

    .wishlist-products-grid .deal-day-product-card__icon svg {
        width: 18px;
        height: 18px;
    }

    .wishlist-products-grid .deal-day-product-card__body {
        padding: 12px 12px 14px;
    }

    .wishlist-products-grid .deal-day-product-card__title {
        min-height: 44px;
        font-size: .97rem;
    }

    .wishlist-products-grid .deal-day-product-card__current-price {
        font-size: 1.1rem;
    }

    .wishlist-products-grid .deal-day-product-card__old-price {
        font-size: .78rem;
    }

    .wishlist-products-grid .deal-day-product-card__button {
        min-height: 46px;
        margin-top: 18px;
    }

    .wishlist-product-card__media {
        padding: 10px 10px 0;
    }

    .wishlist-product-card__badge {
        top: 18px;
        left: 18px;
        min-height: 30px;
        padding: 5px 10px;
        font-size: 12px;
    }

    .wishlist-product-card__actions {
        top: 18px;
        right: 18px;
    }

    .wishlist-product-card__icon {
        width: 40px;
        height: 40px;
    }

    .wishlist-product-card__icon i,
    .wishlist-product-card__icon svg {
        width: 18px;
        height: 18px;
    }

    .wishlist-product-card__body {
        padding: 14px 12px 12px;
    }

    .wishlist-product-card__title {
        font-size: 16px;
        min-height: 48px;
    }

    .wishlist-product-card__meta {
        margin-top: 6px;
        font-size: 12px;
    }

    .wishlist-product-card__current-price {
        font-size: 16px;
    }

    .wishlist-product-card__old-price {
        font-size: 12px;
    }

    .wishlist-product-card__button {
        min-height: 42px;
        font-size: 14px;
    }
}

.customer-profile-orders .status-badge {
    height: 25px;
    padding: 3px 15px 3px 15px;
    border-radius: 5px;
}

.text-secondary-50 {
    color: rgba(155, 155, 155, 1);
}

.border-lighter {
    border: 1px solid rgba(20, 85, 172, 0.05);
}

.user-profile-aside .aside-link {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.user-profile-aside .active-menu .aside-link {
    font-weight: 600;
}

.shadow-border {
    border: 2px solid #9b9b9b45 !important;
}

.details-text-justify h1,
.details-text-justify h2,
.details-text-justify h3,
.details-text-justify h4,
.details-text-justify h5,
.details-text-justify h6 {
    text-align: start;
}

.max-height-100px {
    max-height: 100px;
    overflow: hidden;
}

.min-height-auto {
    min-height: auto !important;
}
.min-height-100px {
    min-height: 100px;
}
.max-height-200px {
    max-height: 200px;
    overflow: hidden;
}
.tio-star.text-star,
.tio-star.text-warning {
    color: rgba(255, 125, 30, 1) !important;
}

.map-area-alert-border {
    border: 2px solid transparent;
}

.map-area-alert-danger {
    border: 2px solid red;
    border-radius: 5px;
    overflow: hidden;
}

.location-search-input-field {
    top: 10px !important;
    outline: none;
    border: 1px solid #b1b1b1;
    padding: 5px 10px;
    left: 250px !important;
    height: 40px;
    font-size: 14px;
}

@media (max-width: 767px) {
    .gmnoprint.gm-style-mtc-bbw {
        display: none;
    }
    .location-search-input-field {
        left: 10px !important;
    }
}
.text-force-underline {
    text-decoration: underline !important;
}

.temporarily-closed-sticky-alert {
    position: absolute;
    top: 60px;
    width: 100%;
    padding: 15px;
}

.temporarily-closed-sticky-alert div.alert-box {
    background-color: rgba(254, 247, 209, 1);
    font-size: 12px;
    letter-spacing: 0.03125rem;
    font-weight: 500;
    padding: 20px;
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

.temporarily-closed-sticky-alert div.alert-box img {
    width: 25px;
}

.temporarily-closed-sticky-alert div button {
    background-color: transparent;
    border: 0;
    font-size: 14px;
    min-width: 20px;
}

.light-placeholder::-webkit-input-placeholder {
    color: var(--input-placeholder-color) !important;
    opacity: 0.3 !important;
}

.light-placeholder::-moz-placeholder {
    color: var(--input-placeholder-color) !important;
    opacity: 0.3 !important;
}

.light-placeholder:-ms-input-placeholder {
    color: var(--input-placeholder-color) !important;
    opacity: 0.3 !important;
}

.light-placeholder::-ms-input-placeholder {
    color: var(--input-placeholder-color) !important;
    opacity: 0.3 !important;
}

.light-placeholder::placeholder {
    color: var(--input-placeholder-color) !important;
    opacity: 0.3 !important;
}

@media (max-width: 575px) {
    .mobile-fs-12 {
        font-size: 12px !important;
    }
}

.search-result-product-button {
    width: 100%;
    display: grid;
    grid-template-columns: 1rem 1fr 2rem;
    gap: 0.5rem;
}

.search-bar-input {
    padding-right: 5rem !important;
}

@media (max-width: 767px) {
    .search-bar-input {
        padding-right: 1rem !important;
    }
}

#lightbox {
    display: flex;
    flex-direction: column-reverse;
}

.direction-ltr {
    direction: ltr !important;
}

.custom-cart-opacity-50 {
    opacity: 50%;
}

[dir="rtl"] .__chat-seller .aSend {
    transform: rotate(180deg);
}

.search-card.mobile-search-card {
    top: calc(100% - 1px);
    left: 0;
    position: absolute;
    background: white;
    z-index: 999;
    width: 100%;
    display: none;
}

[dir="rtl"] .category-wise-product-slider .owl-nav,
[dir="rtl"] .new-arrivals-product .owl-nav {
    display: flex !important;
}

.img-avatar-parent-element {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 77px;
}

.img-avatar-parent-element img {
    object-fit: cover;
    height: 100%;
    width: auto;
}
.owl-nav.disabled {
    display: none !important;
}

.alert--message-2 {
    border-left: 3px solid var(--base);
    border-radius: 6px;
    position: fixed;
    right: 20px;
    top: 80px;
    z-index: 9999;
    background: #fff;
    width: 80vw;
    display: flex;
    max-width: 330px;
    align-items: center;
    gap: 12px;
    padding: 16px;
    font-size: 12px;
    transition: all ease 0.5s;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.075);
}

.alert--message-2 h6 {
    font-size: 14px;
}

.alert--message-2:not(.active) {
    transform: translateX(calc(100% + 40px));
}
.alert--container {
    position: fixed;
    right: 20px;
    top: 80px;
    z-index: 9999;
    width: 80vw;
    max-width: 330px;
}
.alert--container:not(.active) {
    opacity: 0;
    visibility: hidden;
}
.alert--container .alert {
    position: unset !important;
    top: unset !important;
    left: unset !important;
    right: unset !important;
    margin-bottom: 10px;
    width: 100% !important;
}

.alert--container .alert:not(.active) {
    display: none;
}
.w--0 {
    width: 0;
    flex-grow: 1;
}

.shop-head-check[type="checkbox"],
.shop-item-check[type="checkbox"] {
    cursor: pointer;
}

[dir="rtl"] .checkbox-color input {
    right: -9999px;
    left: auto;
    position: absolute;
}
[dir="rtl"] .checkbox-alphanumeric input {
    right: -9999px;
    left: auto;
    position: absolute;
}

.color-bs-primary-force,
.color-bs-primary-force:focus {
    color: var(--web-primary) !important;
}

.absolute-ltr {
    direction: ltr !important;
}

[dir="rtl"] input[type="tel" i] {
    direction: rtl;
}

body {
    word-break: break-word;
}

.rich-editor-html-content table {
    color: var(--title-color);
    max-width: 100% !important;
}

.rich-editor-html-content table > :not(caption) > * {
    border-width: var(--bs-border-width) 0;
}

.rich-editor-html-content table > :not(caption) > * > * {
    border-width: 0 var(--bs-border-width);
}

.rich-editor-html-content table {
    --bs-table-color: var(--bs-body-color);
    --bs-table-bg: transparent;
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-body-color);
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: var(--bs-body-color);
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: var(--bs-body-color);
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: var(--bs-table-color);
    vertical-align: top;
    border-color: var(--bs-table-border-color);
}

.rich-editor-html-content table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.rich-editor-html-content table > tbody {
    vertical-align: inherit;
}

.rich-editor-html-content table > thead {
    vertical-align: bottom;
}

.rich-editor-html-content table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.rich-editor-html-content li[data-list="bullet"] {
    list-style-type: disc !important;
}

.rich-editor-html-content li[data-list="unchecked"] {
    list-style-type: square !important;
}

.rich-editor-html-content p:has(img) {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 0;
}
.rich-editor-html-content img,
.rich-editor-html-content iframe.ql-video {
    width: 100%;
    max-width: 350px;
    aspect-ratio: 2 / 1;
    object-fit: cover;
    border-radius: 5px;
    border: 1px solid var(--bs-border-color, #EFF1F4);;
    margin-inline-end: 1rem;
    margin-bottom: 0.5rem;
}

@media (max-width: 575px) {
    .rich-editor-html-content table {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .rich-editor-html-content img,
    .rich-editor-html-content iframe.ql-video{
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .rich-editor-html-content table {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 991px) {
    .rich-editor-html-content table {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 1199px) {
    .rich-editor-html-content table {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 1399px) {
    .rich-editor-html-content table {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

.embed-responsive {
    overflow: hidden;
}
.embed-responsive-16by9 {
    aspect-ratio: 16/9;
}

.embed-responsive-item {
    width: 100%;
}

.product-preview-modal-text {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 99;
    height: 92px;
    cursor: pointer;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.5) 38%,
        rgba(255, 255, 255, 0.8) 69%,
        rgba(255, 255, 255, 0.9) 100%
    );
}

.product-preview-modal-text:hover span {
    transition: 0.5s ease-in-out all;
}

.product-preview-modal-text:hover span {
    scale: 1.05;
    font-weight: 700;
}

.digital-product-authors {
    display: flex;
    flex-wrap: wrap;
}

.digital-product-authors .digital-product-author-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #828697;
    padding-inline-end: 10px;
}

.digital-product-authors .item-list a {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    color: #1e1e1e !important;
    position: relative;
    padding-inline-end: 10px;
    margin-inline-end: 5px;
}

.digital-product-authors .item-list a:after {
    content: "";
    width: 0;
    display: flex;
    height: 14px;
    border: 1px solid #b0c7e5;
    font-weight: 400 !important;
    position: absolute;
    bottom: 0;
    right: 0;
}

.digital-product-authors .item-list a:last-child:after {
    content: unset;
}

.product-categories-list {
    overflow: hidden scroll;
    max-height: 18rem;
}

.social-media-login-btn {
    background-color: #0000000a;
    width: 100%;
    gap: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 12px 15px 12px 15px;
}

.social-media-login-btn img {
    height: 30px;
    width: auto;
}

.social-media-login-btn .text {
    font-weight: 600;
    color: #334257;
}

.social-media-user-modal .image-box {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}
.social-media-user-modal .image-box img {
    --size: 80px;
    width: var(--size);
    height: var(--size);
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 100%;
    box-shadow: 0 2px 15px 0.1em #00000029;
}

.inset-inline-end-10px {
    inset-inline-end: 10px;
}

.grecaptcha-badge {
    display: none !important;
}
.request-restock-btn {
    position: relative;
    filter: brightness(1) !important;
    -webkit-filter: brightness(1) !important;
}
.request-restock-btn::before {
    position: absolute;
    content: "";
    inset: 0;
    background: var(--web-primary);
    opacity: 0.07;
    border-radius: inherit;
}

.input-required-icon {
    color: #d80000;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

.d--flex {
    display: flex;
}

@media (min-width: 592px) {
    .d--sm-flex {
        display: -ms-flexbox;
        display: flex;
    }

    .d--sm-block {
        display: block;
    }
}

.product-restock-request-section {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.custom-disabled {
    opacity: 0.65;
    box-shadow: none;
}

.clearance-sale-title-bg {
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 80px;
    width: 220px;
    position: relative;
}

.clearance-sale-title-bg .title {
    position: absolute;
    bottom: 0.5rem;
    color: #fff;
    left: 20px;
    font-size: 18px;
    font-weight: 800;
    line-height: 21px;
}

.clearance-sale-title-bg .sub-title {
    position: absolute;
    bottom: 2.3rem;
    color: #1455ac;
    font-size: 12px;
    font-weight: 800;
    line-height: 19px;
    left: 1.25rem;
    text-align: center;
    width: 100px;
}

[dir="rtl"] .clearance-sale-title-bg {
    transform: scaleX(-1);
}

[dir="rtl"] .clearance-sale-title-bg .title,
[dir="rtl"] .clearance-sale-title-bg .sub-title {
    transform: scaleX(-1);
}

.fs-12 .discounted-unit-price,
.fs-12 .product-total-unit-price {
    font-size: 0.75rem !important;
}

.bg--light {
    background-color: #f8f8fa;
}
[theme="dark"].bg--light {
    background-color: #18181a;
}

.z-index-1 {
    z-index: -1;
}

.quantity-box-120 {
    width: 120px;
    min-width: 110px;
}

.clearance-sale-slider.owl-carousel .owl-stage {
    display: flex;
    height: 100%;
}
.clearance-sale-slider.owl-carousel.owl-drag .owl-item {
    display: grid;
    align-items: stretch;
}

.bg-count-light {
    background: rgba(236, 241, 246, 0.5);
}

.bg-count-light:focus,
.bg-count-light:hover {
    filter: none !important;
}

.max-height-420px {
    max-height: 420px;
}

.mt-80 {
    margin-top: 80px;
}

.mb-80 {
    margin-bottom: 80px;
}
.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.download-user-app {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.download-user-app .download-user-main {
    position: relative;
    z-index: 2;
}
.download-user-app::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--bs-base-rgb), 80%);
    z-index: 1;
}

.pe-5rem {
    padding-inline-end: 5rem;
}

@media (min-width: 992px) {
    .sticky-top-wrapper {
        position: sticky;
        top: 130px;
    }

    .sticky-top-wrapper.sticky-top-blog-details {
        top: 130px;
        margin-top: 150px;
    }
}

.aspect-2 {
    aspect-ratio: 2/1;
    object-fit: cover;
}

.border-top-before-after {
    position: relative;
}
.border-top-before-after::before,
.border-top-before-after::after {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    inset-block-start: 0;
    border-top: 1px solid #d9d9d9;
    width: calc(50% - 140px);
    z-index: -1;
}
.border-top-before-after::after {
    inset-inline-start: unset;
    inset-inline-end: 0;
}

.blog-card {
    box-shadow: 0px 0px 6px 0px rgba(51, 66, 87, 0.07);
    border-radius: 15px;
}

.blog-card_image img {
    border-radius: 15px 15px 0 0;
}

.blog-card_footer {
    position: absolute;
    width: 100%;
    inset-inline-start: 0;
    padding-inline: 1rem;
    inset-block-end: 1rem;
}

.rounded-30 {
    border-radius: 30px;
}

.border-inline-end {
    border-inline-end: 1px solid rgba(38, 45, 52, 0.7);
}

@media (max-width: 575px) {
    .border-inline-end.pe-3 {
        border-inline-end: 0;
        padding-inline-end: 0;
    }
}

.ml-5 {
    margin-inline-start: 3rem !important;
}
@media (min-width: 991px) {
    .ml-lg-0 {
        margin-inline-start: 0 !important;
    }
}
.h-80px {
    height: 80px !important;
}

.article-nav-wrapper {
}
.article-nav-wrapper ul li {
    list-style: none;
}

.article-nav-wrapper ul li:not(:last-child) {
    margin-bottom: 20px;
}

.article-nav-wrapper ul li.active a {
    font-weight: 600;
    color: var(--base);
    border-bottom: 1px solid var(--base);
    padding: 0 0.5rem;
    margin-inline-start: 1rem;
    transition: all 0.3s ease-in-out;
}

.article-nav-wrapper_collapse {
    background-color: #fff;
    filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.1));
    width: 36px;
    height: 36px;
    transition: background 0.3s ease-in-out;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    display: none;
    position: fixed;
    inset-block-start: 190px;
    inset-inline-start: 1rem;
    z-index: 99;
}
.article-nav-wrapper_collapse:hover {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #f6f6f6;
}
.article-nav-wrapper_collapse i {
    font-size: 1rem;
    line-height: 1;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
    .article-nav-wrapper_collapse {
        display: flex;
    }
    .article-nav-wrapper {
        position: fixed;
        width: 100%;
        inset-inline-start: 0;
        inset-block-start: 182px;
        z-index: 9;
    }
    .article-nav-wrapper ul {
        overflow-y: auto;
        max-height: 260px;
    }
}

.recent-post:not(:last-child) {
    margin-bottom: 20px;
}

.blog-top-nav {
    overflow-x: auto;
    white-space: nowrap;
    padding-inline-start: 0;
    padding-inline-end: 60px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.blog-top-nav::-webkit-scrollbar {
    display: none;
}

.blog-top-nav li {
    list-style: none;
}
.blog-top-nav li.active a {
    color: #fff;
    background-color: var(--base);
}
.blog-top-nav li.active a span {
    opacity: 1 !important;
}

.blog-top-nav_next-btn,
.blog-top-nav_prev-btn {
    --justify-content: start;
    position: absolute;
    inset-block-start: 0;
    inset-inline-end: 0;
    width: 50px;
    height: 42px;
    padding: 0;
    display: none;
    justify-content: var(--justify-content);
    align-items: center;
    color: #fff;
    background-color: #f7f8fa;
    z-index: 100;
}

.blog-top-nav_next-btn {
    --justify-content: end;
    padding-inline-start: 0.75rem;
}

.blog-top-nav_prev-btn {
    --justify-content: start;
}

.blog-top-nav_next-btn button,
.blog-top-nav_prev-btn button {
    width: 39px;
    height: 39px;
    aspect-ratio: 1;
    background-color: var(--base);
    max-width: 39px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-top-nav_prev-btn {
    inset-inline-end: unset;
    inset-inline-start: 0;
}

.blog-top-nav_next-btn:hover,
.blog-top-nav_prev-btn:hover,
.blog-top-nav_next-btn:focus,
.blog-top-nav_prev-btn:focus,
.blog-top-nav_next-btn:active,
.blog-top-nav_prev-btn:active {
    color: #fff !important;
    background-color: #f7f8fa !important;
    border: none !important;
}

.blog-top-nav_next-btn button:hover,
.blog-top-nav_prev-btn button:hover,
.blog-top-nav_next-btn button:focus,
.blog-top-nav_prev-btn button:focus,
.blog-top-nav_next-btn button:active,
.blog-top-nav_prev-btn button:active {
    color: #fff !important;
    background-color: var(--base) !important;
    border: none !important;
}

.h-45px {
    height: 45px !important;
}

.blog-banner-search {
    margin-top: -40px;
    width: 70%;
}
@media (max-width: 575px) {
    .blog-banner-search {
        width: 90%;
        margin-top: 0;
    }
}

.text--primary {
    color: var(--base) !important;
}

.blog-banner-container {
    position: relative;
    overflow: hidden;
}
.blog-banner-svg {
    max-width: unset !important;
}

@media (min-width: 1400px) {
    .blog-banner-svg {
        width: 100%;
        height: auto;
    }
}

.blog-banner-content {
    position: absolute;
    inset-inline-start: 50%;
    inset-block-start: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

/* Transaction filter */
.transaction-filter_dropdown {
    min-width: 360px !important;
    transform: translate(0px, 45px) !important;
    right: 0 !important;
    left: auto !important;
}

[dir="rtl"] .transaction-filter_dropdown {
    right: auto !important;
    left: 0 !important;
}

@media (max-width: 575px) {
    .transaction-filter_dropdown {
        min-width: 100% !important;
    }
}

.max-h-290px {
    max-height: 290px;
}

.daterangepicker.show-calendar .drp-buttons {
    display: flex !important;
    align-items: center !important;
    justify-content: end !important;
}

.icon-absolute-on-right {
    position: absolute;
    font-size: 20px;
    opacity: 0.6;
    inset-inline-end: 15px;
    inset-block-start: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.fs-20 {
    font-size: 20px !important;
}

#transactionFilterBtn .count {
    position: absolute;
    inset-inline-end: -4px;
    inset-block-start: -4px;
    width: 1rem;
    height: 1rem;
    font-size: 0.675rem;
    line-height: 1rem;
    border-radius: 50%;
    text-align: center;
    color: #fff;
}

.earn-checkbox {
    accent-color: var(--web-primary);
    width: auto;
}

#filterCloseBtn {
    width: 24px;
    height: 24px;
    background-color: #d9d9d9;
}

.gap-10 {
    gap: 10px !important;
}

.letter-spacing-0 {
    letter-spacing: 0;
}

@media (max-width: 575px) {
    .fs-20-mobile {
        font-size: 1.25rem !important;
    }
    .fs-16-mobile {
        font-size: 1rem !important;
    }
    .fs-14-mobile {
        font-size: 0.875rem !important;
    }
    .fs-12-mobile {
        font-size: 0.75rem !important;
    }
}

/* Product page price range */
#price_range_slider {
    width: calc(100% - 16px);
    height: 3px;
    background: rgba(var(--bs-base-rgb), 0.38);
    position: relative;
}

[dir="rtl"] #price_range_slider {
    right: 16px;
}

#price_range_slider .slider-thumb {
    width: 1rem;
    height: 1rem;
    background: var(--base);
    border-radius: 50%;
    position: absolute;
    top: -5px;
    cursor: pointer;
}

#price_range_slider .slider-range {
    height: 3px;
    background: var(--base);
    position: absolute;
    top: 0;
}

.bg-black-09 {
    background-color: rgba(0, 0, 0, 0.09);
}

.form-control--sm {
    block-size: 1.875rem;
    font-size: 0.75rem;
}

.w-fit-content {
    width: fit-content !important;
}

.gap-12px {
    gap: 0.75rem !important;
}

.mb-12px {
    margin-bottom: 0.75rem !important;
}

.form-loading-button {
    transition: 1s ease-in-out all;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.form-loading-button .spinner-grow-sm,
.form-loading-button .loading {
    display: none;
}

.form-loading-button.active-loading .default {
    display: none;
}

.form-loading-button.active-loading .spinner-grow-sm,
.form-loading-button.active-loading .loading {
    display: block;
}

.form-loading-button.bg-primary {
    color: var(--primary-light);
}

.form-loading-button.bg-primary .spinner-grow {
    background-color: var(--web-primary);
}

.cursor-default {
    cursor: default !important;
}

.chatting-search-border {
    border: 2px solid #d3e8ff4d;
    border-radius: 5px;
}

.__color-9B9B9B {
    color: #9b9b9b;
}

.blog-single-card-item {
    cursor: pointer;
}

.business-pages-banner-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    --opacity: 0.5;
    --bg-color: 0, 0, 0;
    position: relative;
    z-index: 1;
    padding: 3rem;
    overflow: hidden;
    border-radius: 10px;
}

.business-pages-banner-section h1 {
    color: #ffffff;
    font-size: 1.75rem;
}

.business-pages-banner-section:after {
    inline-size: 100%;
    block-size: 100%;
    inset-inline-start: 0;
    inset-block-start: 0;
    position: absolute;
    z-index: -1;
    content: "";
    background-color: rgba(var(--bg-color), var(--opacity));
}

@media (max-width: 479px) {
    .business-pages-banner-section h1 {
        font-size: 1.5rem;
    }
}

.column-gap-5 {
    column-gap: 2rem !important;
}

body,
button,
input,
select,
textarea,
body *:not(i):not([class^="fa"]):not([class*=" fa-"]):not([class^="czi-"]):not([class*=" czi-"]):not([class^="tio-"]):not([class*=" tio-"]):not([class^="ion-"]):not([class*=" ion-"]):not([class^="si-"]):not([class*=" si-"]) {
    font-family: "Open Sans", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar-nav .nav-link,
.btn,
.form-control,
.dropdown-menu,
.deal-day-section__title,
.feature-product-title,
.category-page-hero__title {
    font-family: "Open Sans", sans-serif !important;
}

.product-list-redesign,
.product-list-redesign *:not(i):not([class^="fa"]):not([class*=" fa-"]):not([class^="czi-"]):not([class*=" czi-"]):not([class^="tio-"]):not([class*=" tio-"]),
.product-details-redesign,
.product-details-redesign *:not(i):not([class^="fa"]):not([class*=" fa-"]):not([class^="czi-"]):not([class*=" czi-"]):not([class^="tio-"]):not([class*=" tio-"]) {
    font-family: "Open Sans", sans-serif !important;
}

.product-list-card__title,
.product-list-card__title a,
.product-list-card__current-price,
.product-list-card__old-price,
.product-list-card__button,
.product-details-redesign .details,
.product-details-redesign .details h1,
.product-details-redesign .details h2,
.product-details-redesign .details h3,
.product-details-redesign .details span,
.product-details-redesign .details strong,
.product-details-redesign .details button,
.product-details-redesign .details a,
.product-details-redesign .rich-editor-html-content,
.product-details-redesign .rich-editor-html-content * {
    font-family: "Open Sans", sans-serif !important;
}

.product-list-redesign #ajax-products-view {
    row-gap: 22px;
    margin-right: -10px;
    margin-left: -10px;
}

.product-list-redesign__products {
    width: 100%;
}

.product-list-redesign__track {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
}

.product-list-redesign__item {
    padding: 10px !important;
}

.product-list-card {
    position: relative;
    overflow: hidden;
}

.product-list-card__media {
    position: relative;
    aspect-ratio: .75 !important;
}

.product-list-card__media a {
    display: block !important;
    width: 100%;
    height: 100%;
}

.product-list-card__media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center;
}

.product-list-card__body {
    padding: 14px 14px 16px !important;
}

.product-list-card__title {
    min-height: 46px !important;
    max-height: 46px !important;
}

.product-list-card__price {
    margin-top: 8px !important;
    margin-bottom: 14px !important;
}

.product-list-card__button {
    min-height: 82px !important;
}

.product-list-card__actions {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    display: flex;
    gap: 8px;
}

.product-list-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 999px;
    background: #ffffff;
    color: #1d4ed8;
    box-shadow: 0 10px 18px rgba(23, 23, 23, .08);
    cursor: pointer;
    transition: background .18s ease, color .18s ease, transform .18s ease;
}

.product-list-card__icon:hover,
.product-list-card__icon:focus {
    background: #155eef;
    color: #fff;
    transform: translateY(-2px);
}

.product-list-card__icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.product-list-card__icon i {
    font-size: 20px;
    line-height: 1;
}

.home-product-strip__slider-five {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.home-product-strip__slider-five::-webkit-scrollbar {
    display: none;
}

.home-product-strip__slider-five .deal-day-product-card {
    flex: 0 0 calc((100% - 56px) / 5);
    min-width: calc((100% - 56px) / 5);
}

@media (max-width: 1199.98px) {
    .home-product-strip__slider-five .deal-day-product-card {
        flex-basis: 252px;
        min-width: 252px;
    }
}

@media (max-width: 767.98px) {
    .home-product-strip__slider-five .deal-day-product-card {
        flex-basis: min(78vw, 260px);
        min-width: min(78vw, 260px);
    }
}

.product-list-redesign .filter-show-btn {
    border-color: #155eef !important;
    background: #155eef !important;
    color: #fff !important;
    box-shadow: 0 8px 18px rgba(21, 94, 239, .22);
}

.product-list-redesign .filter-show-btn:hover,
.product-list-redesign .filter-show-btn:focus {
    border-color: #1d4ed8 !important;
    background: #1d4ed8 !important;
    color: #fff !important;
}

.user-profile-aside {
    position: relative;
    padding: 22px 18px 18px !important;
    border: 1px solid #bfdbfe !important;
    border-radius: 24px !important;
    background: #ffffff !important;
    box-shadow: 0 20px 46px rgba(15, 23, 42, 0.08) !important;
    flex: 1 1 auto;
    height: 100%;
    margin-bottom: 0;
    top: 0 !important;
}

.user-profile-aside::after {
    content: "";
    position: absolute;
    inset: 12px;
    border: 1px solid rgba(21, 94, 239, 0.12);
    border-radius: 18px;
    pointer-events: none;
}

.user-profile-aside > * {
    position: relative;
    z-index: 1;
}

.user-profile-aside .profile-aside-close-btn {
    width: auto;
    height: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none !important;
    color: #1d4ed8;
    font-size: 28px;
    line-height: 1;
}

.profile-aside-summary {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0 4px 18px;
    margin-bottom: 14px;
    border-bottom: 1px solid rgba(21, 94, 239, 0.2);
}

.profile-aside-summary__avatar {
    display: grid;
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    place-items: center;
    border-radius: 18px;
    background: linear-gradient(135deg, #155eef 0%, #1d4ed8 100%);
    box-shadow: 0 14px 24px rgba(21, 94, 239, 0.28);
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
}

.profile-aside-summary__avatar img,
.profile-aside-summary__avatar .js-profile-avatar-fallback {
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

.profile-aside-summary__avatar img {
    display: block;
    object-fit: cover;
    object-position: center;
}

.profile-aside-summary__avatar .js-profile-avatar-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-aside-summary__content {
    min-width: 0;
}

.profile-aside-summary__eyebrow {
    display: inline-block;
    margin-bottom: 4px;
    color: #1d4ed8;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.profile-aside-summary__content h3 {
    margin: 0;
    color: #0b1528;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.profile-aside-summary__content p {
    margin: 6px 0 0;
    color: #6b7280;
    font-size: 13px;
    line-height: 1.45;
}

.profile-aside-nav {
    display: grid;
    gap: 6px;
}

.user-profile-aside .widget-title {
    margin: 0 !important;
}

.user-profile-aside .widget-title a {
    position: relative;
    display: flex !important;
    align-items: center;
    gap: 12px;
    min-height: 54px;
    padding: 12px 14px;
    border: 1px solid transparent;
    border-radius: 16px;
    color: #667085 !important;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.2;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.user-profile-aside .widget-title a:hover {
    transform: translateX(3px);
    border-color: #bfdbfe;
    background: #ffffff;
    color: #0b1528 !important;
}

.user-profile-aside .widget-title a svg,
.user-profile-aside .widget-title a > span:first-child {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    color: currentColor;
}

.user-profile-aside .widget-title a .aside-link {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.user-profile-aside .widget-title a.active-menu {
    border-color: rgba(21, 94, 239, 0.55);
    background: #ffffff;
    box-shadow: 0 14px 28px rgba(21, 94, 239, 0.16);
    color: #1e40af !important;
}

.user-profile-aside .widget-title a.active-menu::before {
    content: "";
    position: absolute;
    left: -1px;
    top: 10px;
    bottom: 10px;
    width: 4px;
    border-radius: 999px;
    background: linear-gradient(180deg, #155eef 0%, #1d4ed8 100%);
}

.user-profile-aside .widget-title + .widget-title {
    margin-top: 6px;
}

.profile-aside-delete-link {
    margin-top: 12px;
    padding: 12px 14px;
    border: 1px solid rgba(246, 42, 46, 0.16);
    border-radius: 16px;
    background: #fff7f7;
    color: #d93c40 !important;
}

.profile-aside-delete-link .aside-link {
    color: inherit;
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .user-profile-aside {
        padding: 18px 16px 16px !important;
        border-radius: 22px !important;
    }

    .profile-aside-summary {
        padding-right: 42px;
    }
}

@media (max-width: 575.98px) {
    .user-profile-aside {
        padding: 16px 14px 14px !important;
        border-radius: 20px !important;
    }

    .profile-aside-summary {
        align-items: flex-start;
        gap: 12px;
        padding: 0 2px 16px;
    }

    .profile-aside-summary__avatar {
        flex-basis: 52px;
        width: 52px;
        height: 52px;
        border-radius: 16px;
        font-size: 21px;
    }

    .profile-aside-summary__content h3 {
        font-size: 18px;
    }

    .profile-aside-summary__content p {
        font-size: 12px;
    }

    .user-profile-aside .widget-title a {
        min-height: 50px;
        padding: 11px 12px;
        border-radius: 14px;
        font-size: 16px;
    }
}

.profile-info-card {
    overflow: hidden;
    flex: 1 1 auto;
    height: 100%;
    border: 1px solid #bfdbfe !important;
    border-radius: 28px !important;
    background: #ffffff !important;
    box-shadow: 0 24px 54px rgba(15, 23, 42, 0.08) !important;
}

.profile-info-card__body {
    padding: 28px 28px 32px !important;
}

.profile-info-card__header {
    align-items: flex-start !important;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(21, 94, 239, 0.2);
}

.profile-info-card__heading {
    min-width: 0;
}

.profile-info-card__eyebrow {
    display: inline-block;
    margin-bottom: 6px;
    color: #1d4ed8;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.profile-info-card__heading h5 {
    color: #0b1528;
    font-size: 32px;
    font-weight: 900;
    line-height: 1.05;
}

.profile-info-card__heading p {
    margin: 10px 0 0;
    color: #6b7280;
    font-size: 15px;
    line-height: 1.55;
}

.profile-info-card__menu-btn {
    width: 46px;
    height: 46px;
    border-radius: 14px !important;
    border-color: #bfdbfe !important;
    background: #fff !important;
    color: #0b1528 !important;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.05);
}

.profile-info-card .card-inner {
    max-width: 100%;
    margin-inline: auto;
}

.profile-info-form {
    padding: 0 !important;
}

.profile-info-hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 22px 24px 28px;
    margin-bottom: 14px !important;
    border: 1px solid rgba(21, 94, 239, 0.2);
    border-radius: 24px;
    background: #ffffff;
}

.profile-info-hero__avatar {
    width: 148px !important;
    height: 148px !important;
    aspect-ratio: 1 / 1;
    margin-bottom: 0 !important;
    border-radius: 50% !important;
}

.profile-info-hero__avatar img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
    border-radius: 50% !important;
    border: 6px solid #fff;
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.08);
}

.profile-info-hero__avatar-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 6px solid #fff;
    background: linear-gradient(135deg, #155eef 0%, #1d4ed8 100%);
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.08);
    color: #fff;
    font-size: 56px;
    font-weight: 800;
    text-transform: uppercase;
}

.profile-info-hero__edit {
    right: -2px !important;
    bottom: -2px !important;
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    border: 3px solid #fff;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #155eef 0%, #1d4ed8 100%) !important;
    box-shadow: 0 10px 18px rgba(21, 94, 239, 0.24);
    padding: 0;
}

.profile-info-hero__edit svg {
    width: 13px !important;
    height: 13px !important;
    display: block;
}

.profile-info-hero__content {
    text-align: center;
}

.profile-info-hero__content h5 {
    margin: 0;
    color: #0b1528;
    font-size: 31px;
    font-weight: 900;
    line-height: 1.08;
}

.profile-info-hero__content p {
    margin: 8px 0 0;
    color: #6b7280;
    font-size: 15px;
}

.profile-info-form__grid .form-group > label {
    margin-bottom: 10px !important;
    color: #24324a;
    font-size: 15px;
    font-weight: 800;
}

.profile-info-form__grid .form-control,
.profile-info-form__grid .iti {
    width: 100%;
}

.profile-info-form__grid .form-control {
    min-height: 56px;
    border: 1px solid #bfdbfe !important;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.9);
    color: #0b1528;
    font-size: 17px;
    padding-inline: 18px;
}

.profile-info-form__grid .form-control:focus {
    border-color: #155eef !important;
    box-shadow: 0 0 0 4px rgba(21, 94, 239, 0.12) !important;
    background: #fff;
}

.profile-info-form__grid .password-toggle .password-toggle-btn {
    right: 16px;
}

.profile-info-form__grid .iti__selected-country {
    border-right: 1px solid #bfdbfe;
    border-radius: 16px 0 0 16px;
    background: #ffffff;
}

.profile-info-form__submit {
    min-width: 182px;
    min-height: 56px;
    border-radius: 16px !important;
    box-shadow: 0 16px 28px rgba(21, 94, 239, 0.24);
    font-size: 17px !important;
    font-weight: 800 !important;
}

.bottom-sticky_ele .update-account-info {
    min-height: 50px;
    border-radius: 14px !important;
    font-size: 16px;
    font-weight: 800;
}

.profile-info-form__submit:hover,
.bottom-sticky_ele .update-account-info:hover {
    background: #ffffff !important;
    color: #155eef !important;
    border-color: #155eef !important;
}

@media (max-width: 991.98px) {
    .user-profile-container > .row > .col-lg-3,
    .user-profile-container > .row > .col-lg-9 {
        display: block;
    }

    .profile-aside-overlay,
    .mobile-profile-overlay {
        position: fixed;
        inset: 0;
        background: rgba(11, 21, 40, 0.42);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.25s ease, visibility 0.25s ease;
        z-index: 1040;
    }

    .profile-aside-overlay.active,
    .mobile-profile-overlay.active {
        opacity: 1;
        visibility: visible;
    }

    #shop-sidebar.user-profile-aside,
    #mobile-profile-sidebar.user-profile-aside {
        position: fixed !important;
        top: 0 !important;
        left: 0;
        width: min(86vw, 340px);
        height: 100dvh;
        max-height: 100dvh;
        margin: 0 !important;
        overflow-y: auto;
        border-radius: 0 24px 24px 0 !important;
        transform: translateX(-100%);
        transition: transform 0.28s ease;
        z-index: 1045;
    }

    #shop-sidebar.user-profile-aside.active,
    #mobile-profile-sidebar.user-profile-aside.active {
        transform: translateX(0);
    }

    .profile-info-card__body {
        padding: 22px 20px 24px !important;
    }

    .profile-info-card__heading h5 {
        font-size: 28px;
    }

    .profile-info-hero__content h5 {
        font-size: 27px;
    }

    .user-profile-aside {
        height: auto;
        margin-bottom: 18px;
        top: auto !important;
    }
}

@media (max-width: 767.98px) {
    .profile-info-card {
        border-radius: 22px !important;
        height: auto;
    }

    .profile-info-card__header {
        padding-bottom: 16px;
    }

    .profile-info-card__heading h5 {
        font-size: 24px;
    }

    .profile-info-card__heading p {
        font-size: 14px;
    }

    .profile-info-hero {
        padding: 18px 16px 22px;
        border-radius: 20px;
    }

    .profile-info-hero__avatar img {
        width: 100% !important;
        height: 100% !important;
    }

    .profile-info-hero__content h5 {
        font-size: 24px;
    }

    .profile-info-form__grid .form-control {
        min-height: 52px;
        border-radius: 14px;
        font-size: 16px;
    }

    .profile-info-form__grid .iti__selected-country {
        border-radius: 14px 0 0 14px;
    }
}

@media (max-width: 575.98px) {
    #shop-sidebar.user-profile-aside,
    #mobile-profile-sidebar.user-profile-aside {
        width: min(88vw, 320px);
        border-radius: 0 22px 22px 0 !important;
    }

    .profile-info-card__body {
        padding: 18px 16px 20px !important;
    }

    .profile-info-card__menu-btn {
        width: 40px;
        height: 40px;
        border-radius: 12px !important;
    }

    .profile-info-hero__avatar img {
        width: 100% !important;
        height: 100% !important;
    }

    .profile-info-hero__edit {
        right: 0 !important;
        bottom: 0 !important;
        width: 30px !important;
        height: 30px !important;
        min-width: 30px !important;
        min-height: 30px !important;
    }

    .profile-info-hero__edit svg {
        width: 12px !important;
        height: 12px !important;
    }
}

@media (max-width: 991.98px) {
    .product-list-redesign__track {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .product-list-card {
        border-radius: 12px !important;
    }

    .product-list-card__media {
        overflow: hidden;
        border-radius: 12px 12px 0 0;
    }

    .product-list-card__actions {
        top: 10px;
        right: 10px;
        gap: 6px;
        z-index: 4;
    }

    .product-list-card__icon {
        width: 40px;
        height: 40px;
        flex: 0 0 40px;
        box-shadow: 0 8px 18px rgba(23, 23, 23, .12);
        pointer-events: auto;
    }

    .product-list-card__icon svg {
        width: 18px;
        height: 18px;
    }

    .product-list-card__icon i {
        font-size: 18px;
    }

    .product-list-redesign #ajax-products-view {
        margin-right: 0;
        margin-left: 0;
    }

    .product-list-redesign__products {
        padding-right: 0;
        padding-left: 0;
    }

    .product-list-redesign__track {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px !important;
        overflow: visible;
        padding-bottom: 0;
    }

    .product-list-redesign__item {
        display: flex;
        min-width: 0;
        max-width: 100%;
        padding: 0 !important;
    }
}

.product-details-redesign .product-details-more-from-store-bottom {
    margin: 26px 0 28px;
    padding: 24px 26px 28px;
    border: 1px solid rgba(21, 94, 239, .24);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 36px rgba(23, 23, 23, .06);
}

.product-details-redesign .product-details-more-from-store-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 14px;
}

.product-details-redesign .product-details-more-from-store-page {
    display: contents;
}

.product-details-redesign .product-details-more-from-store-grid .flash_deal_product {
    width: 100%;
    min-height: 132px;
    margin-bottom: 0 !important;
    overflow: hidden;
    border: 1px solid rgba(21, 94, 239, .22) !important;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(23, 23, 23, .05) !important;
}

.product-details-redesign .product-details-more-from-store-grid .flash_deal_product:hover {
    border-color: rgba(21, 94, 239, .55) !important;
    box-shadow: 0 16px 30px rgba(23, 23, 23, .09) !important;
}

.product-details-redesign .product-details-more-from-store-grid .flash_deal_product > .d-flex {
    min-height: 132px;
    align-items: center;
}

.product-details-redesign .product-details-more-from-store-grid .flash-deals-background-image {
    width: 104px;
    height: 92px;
    border-radius: 6px;
    overflow: hidden;
    background: #ecece7;
}

.product-details-redesign .product-details-more-from-store-grid .flash-deals-background-image img,
.product-details-redesign .product-details-more-from-store-grid .flash-deals-background-image .__img-125px {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.product-details-redesign .product-details-more-from-store-grid .flash-product-title {
    color: #111827 !important;
    font-size: 15px !important;
    font-weight: 800;
    line-height: 1.35;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-details-redesign .product-details-more-from-store-grid .flash_deal_product:hover .flash-product-title {
    color: #1d4ed8 !important;
}

.product-details-redesign .product-details-main-section {
    align-items: flex-start;
    gap: 0;
    padding: 22px 0 34px;
}

.product-details-redesign .product-details-main-section__gallery {
    flex: 0 0 56%;
    max-width: 56%;
}

.product-details-redesign .product-details-main-section__info {
    flex: 0 0 44%;
    max-width: 44%;
    padding-left: 34px;
}

.product-details-redesign .cz-product-gallery {
    position: relative;
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
}

.product-details-redesign .cz-product-gallery .cz-preview {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    border: 0;
    border-radius: 8px;
    background: #fff;
    box-shadow: none;
}

.product-details-redesign .cz-product-gallery .cz-preview-item.active {
    min-height: 620px;
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: #fff;
}

.product-details-redesign .cz-product-gallery .cz-preview-item > img,
.product-details-redesign .cz-product-gallery .cz-image-zoom {
    width: 100% !important;
    height: 620px;
    max-height: none;
    object-fit: contain;
    object-position: center;
    background: #fff;
}

.product-details-redesign .cz-product-gallery > .d-flex.flex-column {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 4;
}

.product-details-redesign .cz-product-gallery .cz {
    grid-column: 1;
    grid-row: 1;
    width: 92px;
}

.product-details-redesign .cz-product-gallery .table-responsive,
.product-details-redesign .cz-product-gallery .__max-h-515px {
    max-height: none !important;
    overflow: visible !important;
}

.product-details-redesign .product-thumb-slider,
.product-details-redesign .product-thumb-slider .owl-stage-outer,
.product-details-redesign .product-thumb-slider .owl-stage {
    width: 110px !important;
}

.product-details-redesign .product-thumb-slider .owl-stage {
    display: flex !important;
    flex-direction: column;
    gap: 14px;
    transform: none !important;
}

.product-details-redesign .product-thumb-slider .owl-item {
    width: 110px !important;
    margin-right: 0 !important;
}

.product-details-redesign .product-preview-thumb {
    width: 92px;
    height: 92px;
    margin: 0;
    padding: 8px;
    border: 1px solid #dbe7ff;
    border-radius: 8px;
    background: #fff !important;
    box-shadow: 0 8px 18px rgba(23, 23, 23, .04);
}

.product-details-redesign .product-preview-thumb.active,
.product-details-redesign .product-preview-thumb:hover {
    border: 2px solid #2563eb !important;
    box-shadow: 0 10px 22px rgba(37, 99, 235, .18);
}

.product-details-redesign .product-preview-thumb > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

body .product-details-redesign .product-preview-thumb {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
}

body .product-details-redesign .product-preview-thumb img,
body .product-details-redesign .product-thumb-slider img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
    transform: none !important;
}

.product-details-redesign .details {
    min-height: 620px;
    padding: 14px 0 0;
}

.product-details-redesign .details .__inline-24 {
    margin-bottom: 14px !important;
    color: #0f172a;
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 900;
    line-height: 1.12;
}

.product-details-redesign .details .pro {
    gap: 8px 0;
    margin-bottom: 22px !important;
    padding-bottom: 18px;
    border-bottom: 1px solid #dbe7ff;
    color: #0f172a;
}

.product-details-redesign .details h3.font-weight-normal.text-accent {
    margin-bottom: 22px !important;
}

.product-details-redesign .details .discounted-unit-price {
    color: #0f172a !important;
    font-size: clamp(28px, 3vw, 42px) !important;
    line-height: 1;
}

.product-details-redesign .details .product-total-unit-price {
    color: #9ca3af !important;
    font-size: 16px !important;
}

.product-details-redesign .product-description-label {
    min-width: 98px;
    color: #5f6775 !important;
    font-size: 15px;
    font-weight: 800;
}

.product-details-redesign .product-quantity {
    gap: 14px;
    padding: 18px 0 14px;
    border-top: 1px solid #dbe7ff;
}

.product-details-redesign .product-quantity .quantity-box {
    min-width: 150px;
    min-height: 48px;
    border-color: #bdd4ff !important;
    border-radius: 8px !important;
    background: #fff;
}

.product-details-redesign .product-quantity .quantity-box .btn-number {
    width: 48px;
    height: 48px;
    color: #0f172a !important;
    font-size: 22px;
    font-weight: 900;
}

.product-details-redesign .product-quantity .quantity-box .input-number {
    width: 54px;
    height: 48px;
    color: #0f172a !important;
    font-size: 18px;
    font-weight: 800;
}

.product-details-redesign .product-details-chosen-price-section {
    margin-top: 4px;
}

.product-details-redesign .product-add-and-buy-section {
    width: 100%;
    flex-wrap: wrap;
    gap: 12px !important;
}

.product-details-redesign .product-add-and-buy-section .product-buy-now-button,
.product-details-redesign .product-add-and-buy-section .product-add-to-cart-button {
    min-height: 58px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 900;
}

.product-details-redesign .product-add-and-buy-section .product-buy-now-button {
    min-width: 200px;
}

.product-details-redesign .product-add-and-buy-section .product-add-to-cart-button {
    min-width: 230px;
    background: #155eef !important;
    border-color: #155eef !important;
    color: #fff !important;
}

.product-details-redesign .product-add-and-buy-section-parent > .product-action-add-wishlist {
    min-width: 64px;
    min-height: 58px;
    border-color: #eadfc8 !important;
    border-radius: 8px;
    background: #fff;
}

@media (max-width: 991.98px) {
    .product-details-redesign .product-details-main-section__gallery,
    .product-details-redesign .product-details-main-section__info {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .product-details-redesign .cz-product-gallery {
        display: block;
    }

    .product-details-redesign .cz-product-gallery .cz {
        width: 100%;
        margin-top: 12px;
    }

    .product-details-redesign .product-thumb-slider,
    .product-details-redesign .product-thumb-slider .owl-stage-outer,
    .product-details-redesign .product-thumb-slider .owl-stage {
        width: 100% !important;
    }

    .product-details-redesign .product-thumb-slider .owl-stage {
        flex-direction: row;
        transform: none !important;
    }

    .product-details-redesign .product-thumb-slider .owl-item {
        width: 82px !important;
    }

    .product-details-redesign .product-preview-thumb {
        width: 82px;
        height: 82px;
    }

    .product-details-redesign .cz-product-gallery .cz-preview-item.active {
        min-height: auto;
    }

    .product-details-redesign .cz-product-gallery .cz-preview-item > img,
    .product-details-redesign .cz-product-gallery .cz-image-zoom {
        height: auto;
        min-height: 320px;
    }

    .product-details-redesign .details {
        min-height: auto;
        padding-top: 24px;
    }
}

/* Product details page full redesign */
.product-details-redesign {
    background: #f8fbff;
    color: #071426;
}

.product-details-redesign > .container,
.product-details-redesign .container {
    max-width: 1240px;
}

.product-details-redesign > .container.mt-4 {
    margin-top: 0 !important;
    padding-top: 28px;
}

.product-details-redesign .product-details-main-section {
    margin: 0;
    padding: 30px 0 42px;
    border-bottom: 1px solid rgba(21, 94, 239, .18);
}

.product-details-redesign .product-details-main-section__gallery {
    flex: 0 0 54%;
    max-width: 54%;
    padding-right: 22px;
}

.product-details-redesign .product-details-main-section__info {
    flex: 0 0 46%;
    max-width: 46%;
    padding-left: 28px;
}

.product-details-redesign .cz-product-gallery {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
}

.product-details-redesign .cz-product-gallery .cz-preview {
    overflow: hidden;
    border: 1px solid rgba(21, 94, 239, .22);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(23, 23, 23, .06);
}

.product-details-redesign .cz-product-gallery .cz-preview-item.active {
    min-height: 560px;
    background: #fff;
}

.product-details-redesign .cz-product-gallery .cz-preview-item > img,
.product-details-redesign .cz-product-gallery .cz-image-zoom {
    height: 560px;
    padding: 16px;
    object-fit: contain;
    background: #fff;
}

.product-details-redesign .cz-product-gallery > .d-flex.flex-column {
    top: 18px;
    right: 18px;
}

.product-details-redesign .cz-product-gallery .sharethis-inline-share-buttons {
    min-width: 42px;
    min-height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 10px 22px rgba(23, 23, 23, .08);
}

.product-details-redesign .cz-product-gallery .cz {
    width: 88px;
}

.product-details-redesign .product-thumb-slider,
.product-details-redesign .product-thumb-slider .owl-stage-outer,
.product-details-redesign .product-thumb-slider .owl-stage {
    width: 88px !important;
}

.product-details-redesign .product-thumb-slider .owl-stage {
    gap: 14px;
}

.product-details-redesign .product-thumb-slider .owl-item {
    width: 88px !important;
}

.product-details-redesign .product-preview-thumb {
    width: 88px;
    height: 88px;
    padding: 8px;
    border: 1px solid #eadfc8;
    border-radius: 8px;
    background: #fff !important;
    box-shadow: 0 12px 28px rgba(23, 23, 23, .05);
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.product-details-redesign .product-preview-thumb.active,
.product-details-redesign .product-preview-thumb:hover {
    border-color: #155eef !important;
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(21, 94, 239, .18);
}

.product-details-redesign .details {
    min-height: 560px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px 0 0;
}

.product-details-redesign .details .__inline-24 {
    max-width: 620px;
    margin-bottom: 10px !important;
    color: #071426 !important;
    font-size: clamp(30px, 3vw, 44px);
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: 0;
}

.product-details-redesign .details .pro {
    margin-bottom: 22px !important;
    padding-bottom: 18px;
    border-bottom: 1px solid #eadfc8;
    color: #15233a;
    font-size: 15px;
    font-weight: 600;
}

.product-details-redesign .details .star-rating i {
    color: #155eef !important;
    font-size: 19px;
}

.product-details-redesign .details .font-for-tab {
    color: #27364f !important;
}

.product-details-redesign .details h3.font-weight-normal.text-accent {
    margin: 0 0 18px !important;
}

.product-details-redesign .details .discounted-unit-price {
    color: #071426 !important;
    font-size: clamp(34px, 3.4vw, 46px) !important;
    font-weight: 900;
}

.product-details-redesign .details .product-total-unit-price {
    margin-left: 8px;
    color: #8b95a7 !important;
    font-size: 17px !important;
}

.product-details-redesign .position-relative.mr-n4,
.product-details-redesign .position-relative.ml-n4 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.product-details-redesign .product-description-label {
    min-width: 100px;
    color: #5f6775 !important;
    font-size: 15px;
    font-weight: 800;
}

.product-details-redesign .checkbox-alphanumeric label,
.product-details-redesign .checkbox-color label {
    border-color: #eadfc8 !important;
    border-radius: 8px;
}

.product-details-redesign .checkbox-alphanumeric input:checked ~ label,
.product-details-redesign .checkbox-alphanumeric input:checked + label,
.product-details-redesign .checkbox-color input:checked ~ label,
.product-details-redesign .checkbox-color input:checked + label {
    border-color: #155eef !important;
    color: #1d4ed8 !important;
    box-shadow: 0 10px 22px rgba(21, 94, 239, .18);
}

.product-details-redesign .product-quantity {
    margin-top: 16px;
    padding: 20px 0 18px;
    border-top: 1px solid #eadfc8;
}

.product-details-redesign .product-quantity .d-flex.align-items-center.gap-3 {
    align-items: center !important;
}

.product-details-redesign .product-quantity .quantity-box {
    min-width: 152px;
    min-height: 52px;
    border: 1px solid #eadfc8 !important;
    border-radius: 8px !important;
    background: #fff;
    overflow: hidden;
}

.product-details-redesign .product-quantity .quantity-box .btn-number {
    width: 52px;
    height: 52px;
    color: #071426 !important;
    font-size: 22px;
    font-weight: 900;
}

.product-details-redesign .product-quantity .quantity-box .input-number {
    width: 50px;
    height: 52px;
    color: #071426 !important;
    font-size: 18px;
    font-weight: 900;
}

.product-details-redesign .product-details-chosen-price-section {
    margin: 0;
    color: #27364f;
}

.product-details-redesign .product-details-chosen-price-section strong,
.product-details-redesign .product-details-chosen-price-amount {
    color: #1d4ed8 !important;
    font-size: 18px;
    font-weight: 900;
}

.product-details-redesign .product-add-and-buy-section-parent {
    margin-top: 8px !important;
}

.product-details-redesign .product-add-and-buy-section {
    display: flex !important;
    width: 100%;
    gap: 14px !important;
}

.product-details-redesign .product-add-and-buy-section .product-buy-now-button,
.product-details-redesign .product-add-and-buy-section .product-add-to-cart-button {
    min-height: 60px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 900;
}

.product-details-redesign .product-add-and-buy-section .product-buy-now-button {
    flex: 1 1 0;
    min-width: 0;
    border-color: #2563eb !important;
    background: linear-gradient(180deg, #2f6bff 0%, #1d4ed8 100%) !important;
    color: #fff !important;
}

.product-details-redesign .product-add-and-buy-section .product-buy-now-button:hover,
.product-details-redesign .product-add-and-buy-section .product-buy-now-button:focus {
    border-color: #1d4ed8 !important;
    background: linear-gradient(180deg, #1d4ed8 0%, #1e40af 100%) !important;
    color: #fff !important;
}

.product-details-redesign .product-add-and-buy-section .product-add-to-cart-button {
    flex: 1 1 0;
    min-width: 0;
    border-color: #2563eb !important;
    background: #fff !important;
    color: #1d4ed8 !important;
    box-shadow: 0 12px 26px rgba(37, 99, 235, .14);
}

.product-details-redesign .product-add-and-buy-section .product-add-to-cart-button:hover,
.product-details-redesign .product-add-and-buy-section .product-add-to-cart-button:focus {
    border-color: #1d4ed8 !important;
    background: linear-gradient(180deg, #2f6bff 0%, #1d4ed8 100%) !important;
    color: #fff !important;
}

.product-details-redesign .product-add-and-buy-section-parent > .product-action-add-wishlist {
    min-width: 72px;
    min-height: 60px;
    border: 1px solid #dbe7ff !important;
    border-radius: 8px;
    background: #fff;
    color: #1d4ed8 !important;
}

.product-details-redesign .product-add-and-buy-section-parent > .product-action-add-wishlist:hover {
    border-color: #2563eb !important;
    background: #ffffff;
}

.product-details-redesign .__review-overview {
    margin: 16px 0 34px !important;
    padding: 0 !important;
    border: 1px solid rgba(37, 99, 235, .24) !important;
    border-radius: 8px !important;
    background: #fff !important;
    box-shadow: 0 18px 42px rgba(23, 23, 23, .06);
    overflow: hidden;
}

.product-details-redesign .nav--tabs {
    justify-content: flex-start !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 22px;
    border-bottom: 1px solid #dbe7ff;
}

.product-details-redesign .nav--tabs .nav-item {
    margin: 0 22px 0 0;
}

.product-details-redesign .nav--tabs li .tab_link {
    min-width: auto;
    min-height: 58px;
    padding: 0 4px;
    border: 0 !important;
    border-radius: 0;
    background: transparent !important;
    color: #071426 !important;
    font-size: 16px;
    font-weight: 800;
    position: relative;
}

.product-details-redesign .nav--tabs li .tab_link.active {
    background: transparent !important;
    color: #1d4ed8 !important;
    box-shadow: none;
}

.product-details-redesign .nav--tabs li .tab_link.active::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    border-radius: 999px;
    background: #2563eb;
    content: "";
}

.product-details-redesign .__review-overview .tab-content {
    padding: 28px !important;
}

.product-details-redesign .rich-editor-html-content {
    color: #111827 !important;
    font-size: 15px !important;
    line-height: 1.72;
}

.product-details-redesign .rich-editor-html-content h1,
.product-details-redesign .rich-editor-html-content h2,
.product-details-redesign .rich-editor-html-content h3 {
    margin-top: 0;
    color: #071426;
}

.product-details-redesign .rich-editor-html-content table {
    margin-top: 12px !important;
    overflow: hidden;
    border: 1px solid #dbe7ff !important;
    border-radius: 8px;
    border-collapse: separate !important;
    border-spacing: 0 !important;
}

.product-details-redesign .rich-editor-html-content table td,
.product-details-redesign .rich-editor-html-content table th {
    border-bottom: 1px solid #dbe7ff !important;
    padding: 14px 16px !important;
}

.product-details-redesign .product-details-more-from-store-bottom,
.product-details-redesign .card.__card {
    margin-bottom: 34px;
    border: 1px solid rgba(21, 94, 239, .24) !important;
    border-radius: 8px !important;
    background: #fff;
    box-shadow: 0 18px 42px rgba(23, 23, 23, .06);
}

.product-details-redesign .product-details-more-from-store-bottom h2,
.product-details-redesign .card.__card h2 {
    color: #071426;
    font-size: 22px !important;
    font-weight: 900;
}

.product-details-redesign .product-details-more-from-store-grid {
    grid-template-columns: repeat(auto-fill, minmax(282px, 1fr));
}

.product-details-redesign .card.__card .row.g-3.mt-1 {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

.product-details-redesign .card.__card .deal-day-product-card {
    border-color: #f0e4d0;
    box-shadow: 0 10px 26px rgba(23, 23, 23, .05);
}

@media (max-width: 991.98px) {
    .product-details-redesign .product-details-main-section__gallery,
    .product-details-redesign .product-details-main-section__info {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .product-details-redesign .cz-product-gallery {
        display: block;
    }

    .product-details-redesign .cz-product-gallery .cz-preview-item.active {
        min-height: auto;
    }

    .product-details-redesign .cz-product-gallery .cz-preview-item > img,
    .product-details-redesign .cz-product-gallery .cz-image-zoom {
        height: auto;
        min-height: 320px;
    }

    .product-details-redesign .cz-product-gallery .cz {
        width: 100%;
        margin-top: 14px;
    }

    .product-details-redesign .product-thumb-slider,
    .product-details-redesign .product-thumb-slider .owl-stage-outer,
    .product-details-redesign .product-thumb-slider .owl-stage {
        width: 100% !important;
    }

    .product-details-redesign .product-thumb-slider .owl-stage {
        flex-direction: row;
        overflow-x: auto;
    }

    .product-details-redesign .product-thumb-slider .owl-item,
    .product-details-redesign .product-preview-thumb {
        width: 82px !important;
        height: 82px;
    }

    .product-details-redesign .details {
        min-height: auto;
        padding-top: 28px;
    }
}

@media (max-width: 575.98px) {
    .product-details-redesign > .container.mt-4 {
        padding-top: 14px;
    }

    .product-details-redesign .product-details-main-section {
        padding-top: 14px;
    }

    .product-details-redesign .product-add-and-buy-section {
        flex-direction: column;
    }

    .product-details-redesign .product-add-and-buy-section-parent > .product-action-add-wishlist {
        width: 100%;
    }

    .product-details-redesign .__review-overview .tab-content {
        padding: 18px !important;
    }
}

/* Final product details reference redesign */
.product-details-redesign {
    background: #f8fbff !important;
    padding: 22px 0 42px;
}

.product-details-redesign > .container,
.product-details-redesign .container {
    max-width: 1240px;
}

.product-details-redesign > .container.mt-4 {
    margin-top: 0 !important;
    padding-top: 10px;
}

.product-details-redesign .product-details-main-section {
    margin: 0 !important;
    padding: 28px !important;
    border: 1px solid rgba(37, 99, 235, .28);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .06);
}

.product-details-redesign .product-details-main-section__gallery {
    flex: 0 0 52% !important;
    max-width: 52% !important;
    padding-right: 0;
    padding-left: 0;
}

.product-details-redesign .product-details-main-section__info {
    flex: 0 0 48% !important;
    max-width: 48% !important;
    padding: 8px 0 0 34px !important;
}

.product-details-redesign .cz-product-gallery {
    display: grid !important;
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
}

.product-details-redesign .cz-product-gallery .cz-preview {
    grid-column: 2;
    grid-row: 1;
    overflow: hidden;
    border: 1px solid #eadfc8;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 16px 36px rgba(15, 23, 42, .07);
}

.product-details-redesign .cz-product-gallery .cz-preview-item.active {
    display: grid !important;
    min-height: 560px;
    place-items: center;
    padding: 18px;
    background: #fff;
}

.product-details-redesign .cz-product-gallery .cz-preview-item > img,
.product-details-redesign .cz-product-gallery .cz-image-zoom {
    width: 100%;
    height: 520px;
    object-fit: contain;
}

.product-details-redesign .cz-product-gallery > .d-flex.flex-column {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 5;
}

.product-details-redesign .cz-product-gallery .sharethis-inline-share-buttons {
    display: grid !important;
    width: 38px !important;
    height: 38px !important;
    place-items: center;
    border-radius: 999px;
    background: #155eef !important;
    color: #fff !important;
    box-shadow: 0 10px 22px rgba(21, 94, 239, .24);
}

.product-details-redesign .cz-product-gallery .cz {
    grid-column: 1;
    grid-row: 1;
    width: 88px;
}

.product-details-redesign .product-thumb-slider,
.product-details-redesign .product-thumb-slider .owl-stage-outer,
.product-details-redesign .product-thumb-slider .owl-stage {
    width: 88px !important;
}

.product-details-redesign .product-thumb-slider .owl-stage {
    display: flex !important;
    flex-direction: column;
    gap: 12px;
}

.product-details-redesign .product-thumb-slider .owl-item {
    width: 88px !important;
    margin: 0 !important;
}

.product-details-redesign .product-preview-thumb {
    width: 88px !important;
    height: 88px;
    margin: 0 !important;
    overflow: hidden;
    border: 1px solid #eadfc8;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .05);
}

.product-details-redesign .product-preview-thumb.active,
.product-details-redesign .product-preview-thumb:hover {
    border: 2px solid #155eef !important;
    box-shadow: 0 10px 22px rgba(21, 94, 239, .18);
}

.product-details-redesign .product-preview-thumb > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-details-redesign .details {
    min-height: 560px;
    padding: 0 !important;
    color: #0b1528;
}

.product-details-redesign .details .__inline-24 {
    max-width: 680px;
    margin-bottom: 12px !important;
    color: #0b1528 !important;
    font-size: clamp(28px, 3vw, 42px) !important;
    font-weight: 900 !important;
    line-height: 1.1 !important;
    letter-spacing: 0 !important;
}

.product-details-redesign .details .pro {
    margin-bottom: 20px !important;
    padding-bottom: 16px;
    border-bottom: 1px solid #eadfc8;
    color: #334155;
    font-size: 15px;
}

.product-details-redesign .details .star-rating i,
.product-details-redesign .details .rating-show i {
    color: #155eef !important;
}

.product-details-redesign .details .font-for-tab,
.product-details-redesign .details .font-for-tab a {
    color: #334155 !important;
    font-weight: 700;
}

.product-details-redesign .details h3.font-weight-normal.text-accent {
    margin-bottom: 18px !important;
}

.product-details-redesign .details .discounted-unit-price {
    color: #0b1528 !important;
    font-size: clamp(32px, 3.3vw, 44px) !important;
    font-weight: 900 !important;
}

.product-details-redesign .details .product-total-unit-price {
    color: #8f98a7 !important;
    font-size: 17px !important;
    font-weight: 800;
}

.product-details-redesign .product-save-badge {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    padding: 5px 12px;
    border: 1px solid rgba(21, 94, 239, 0.35);
    border-radius: 999px;
    background: #fff2cf;
    color: #1d4ed8 !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    line-height: 1;
    white-space: nowrap;
}

.product-details-redesign .product-description-label {
    color: #0b1528 !important;
    font-size: 16px !important;
    font-weight: 900 !important;
}

.product-details-redesign .checkbox-alphanumeric label,
.product-details-redesign .checkbox-color label {
    border-color: #eadfc8 !important;
    color: #0b1528 !important;
}

.product-details-redesign .checkbox-alphanumeric input:checked ~ label,
.product-details-redesign .checkbox-alphanumeric input:checked + label,
.product-details-redesign .checkbox-color input:checked ~ label,
.product-details-redesign .checkbox-color input:checked + label {
    border-color: #155eef !important;
    background: #ffffff !important;
    color: #1d4ed8 !important;
    box-shadow: 0 10px 22px rgba(21, 94, 239, .16);
}

.product-details-redesign .product-quantity {
    margin-top: 18px !important;
    padding-top: 18px;
    border-top: 1px solid #eadfc8;
}

.product-details-redesign .product-quantity .d-flex.align-items-center.gap-3 {
    gap: 14px !important;
}

.product-details-redesign .product-quantity .quantity-box {
    min-width: 148px;
    min-height: 50px;
    overflow: hidden;
    border: 1px solid #155eef !important;
    border-radius: 8px !important;
    background: #fff;
}

.product-details-redesign .product-quantity .quantity-box .btn-number {
    width: 48px;
    border: 0 !important;
    background: #ffffff !important;
    color: #1d4ed8 !important;
    font-size: 18px;
    font-weight: 900;
}

.product-details-redesign .product-quantity .quantity-box .input-number {
    color: #0b1528 !important;
    font-size: 17px;
    font-weight: 800;
}

.product-details-redesign .product-details-chosen-price-section {
    margin: 0 0 14px !important;
    color: #0b1528;
    font-size: 16px;
}

.product-details-redesign .product-details-chosen-price-section strong,
.product-details-redesign .product-details-chosen-price-amount {
    color: #1d4ed8 !important;
    font-size: 18px;
    font-weight: 900;
}

.product-details-redesign .product-add-and-buy-section-parent {
    display: flex !important;
    flex-wrap: wrap;
    gap: 12px !important;
    margin-top: 8px !important;
}

.product-details-redesign .product-add-and-buy-section {
    display: grid !important;
    flex: 1 1 420px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px !important;
    width: auto !important;
}

.product-details-redesign .product-add-and-buy-section .product-buy-now-button,
.product-details-redesign .product-add-and-buy-section .product-add-to-cart-button {
    width: 100%;
    min-width: 0 !important;
    min-height: 58px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 900;
    transition: all .2s ease;
}

.product-details-redesign .product-add-and-buy-section .product-buy-now-button {
    border-color: #ffffff !important;
    background: #ffffff !important;
    color: #1d4ed8 !important;
}

.product-details-redesign .product-add-and-buy-section .product-buy-now-button:hover,
.product-details-redesign .product-add-and-buy-section .product-buy-now-button:focus {
    border-color: #155eef !important;
    background: #155eef !important;
    color: #fff !important;
    box-shadow: 0 12px 26px rgba(21, 94, 239, .24);
}

.product-details-redesign .product-add-and-buy-section .product-add-to-cart-button {
    border-color: #155eef !important;
    background: #155eef !important;
    color: #fff !important;
    box-shadow: 0 12px 26px rgba(21, 94, 239, .24);
}

.product-details-redesign .product-add-and-buy-section .product-add-to-cart-button:hover,
.product-details-redesign .product-add-and-buy-section .product-add-to-cart-button:focus {
    border-color: #1d4ed8 !important;
    background: #1d4ed8 !important;
    color: #fff !important;
}

.product-details-redesign .product-add-and-buy-section-parent > .product-action-add-wishlist {
    flex: 0 0 98px;
    min-width: 98px;
    min-height: 58px;
    border: 1px solid #eadfc8 !important;
    border-radius: 8px;
    background: #fff !important;
    color: #1d4ed8 !important;
}

.product-details-redesign .product-add-and-buy-section-parent > .product-action-add-wishlist:hover {
    border-color: #155eef !important;
    background: #ffffff !important;
    color: #1d4ed8 !important;
}

.product-details-redesign .__review-overview {
    margin: 34px 0 !important;
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid rgba(21, 94, 239, .28) !important;
    border-radius: 10px !important;
    background: #fff !important;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .06);
}

.product-details-redesign .nav--tabs {
    justify-content: flex-start !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 24px !important;
    border-bottom: 1px solid #eadfc8;
}

.product-details-redesign .nav--tabs .nav-item {
    margin: 0 28px 0 0 !important;
}

.product-details-redesign .nav--tabs li .tab_link {
    min-width: auto !important;
    min-height: 60px;
    padding: 0 2px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #0b1528 !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    position: relative;
}

.product-details-redesign .nav--tabs li .tab_link.active,
.product-details-redesign .nav--tabs li .tab_link:hover {
    background: transparent !important;
    color: #1d4ed8 !important;
    box-shadow: none !important;
}

.product-details-redesign .nav--tabs li .tab_link.active::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    border-radius: 999px;
    background: #155eef;
    content: "";
}

.product-details-redesign .__review-overview .tab-content {
    padding: 28px 34px 34px !important;
}

.product-details-redesign .product-details-tab-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, .85fr);
    gap: 28px;
    align-items: start;
}

.product-details-redesign .product-details-tab-panel {
    min-width: 0;
}

.product-details-redesign .product-details-spec-card {
    overflow: hidden;
    border: 1px solid #eadfc8;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .05);
}

.product-details-redesign .product-details-spec-card h3 {
    margin: 0;
    padding: 16px 18px;
    border-bottom: 1px solid #eadfc8;
    background: #fffaf4;
    color: #0b1528;
    font-size: 18px;
    font-weight: 900;
}

.product-details-redesign .product-details-spec-table {
    display: grid;
}

.product-details-redesign .product-details-spec-row {
    display: grid;
    grid-template-columns: minmax(135px, .72fr) minmax(0, 1fr);
    border-bottom: 1px solid #eadfc8;
}

.product-details-redesign .product-details-spec-row:last-child {
    border-bottom: 0;
}

.product-details-redesign .product-details-spec-row strong,
.product-details-redesign .product-details-spec-row span {
    padding: 13px 16px;
    color: #0f172a;
    font-size: 14px;
    line-height: 1.45;
}

.product-details-redesign .product-details-spec-row strong {
    border-right: 1px solid #eadfc8;
    background: #fffdf8;
    font-weight: 900;
}

.product-details-redesign .product-details-spec-row span {
    font-weight: 700;
}

.product-details-redesign .product-details-spec-card--wide {
    max-width: 760px;
}

.product-details-redesign .product-details-info-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
}

.product-details-redesign .product-details-info-item {
    min-height: 96px;
    padding: 18px;
    border: 1px solid #eadfc8;
    border-radius: 8px;
    background: #fffaf4;
}

.product-details-redesign .product-details-info-item span {
    display: block;
    margin-bottom: 8px;
    color: #1d4ed8;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.product-details-redesign .product-details-info-item strong {
    display: block;
    color: #0b1528;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.35;
}

.product-details-redesign .rich-editor-html-content {
    color: #0f172a !important;
    font-size: 15px !important;
    line-height: 1.72;
}

.product-details-redesign .rich-editor-html-content h1,
.product-details-redesign .rich-editor-html-content h2,
.product-details-redesign .rich-editor-html-content h3 {
    margin-top: 0;
    margin-bottom: 12px;
    color: #0b1528;
    font-weight: 900;
}

.product-details-redesign .rich-editor-html-content table {
    width: 100% !important;
    margin-top: 12px !important;
    overflow: hidden;
    border: 1px solid #eadfc8 !important;
    border-radius: 8px;
    border-collapse: separate !important;
    border-spacing: 0 !important;
}

.product-details-redesign .rich-editor-html-content table td,
.product-details-redesign .rich-editor-html-content table th {
    border-right: 1px solid #eadfc8 !important;
    border-bottom: 1px solid #eadfc8 !important;
    padding: 14px 16px !important;
}

/* Normalize admin-entered product details so every product keeps the same UI rhythm. */
.product-details-redesign .rich-editor-html-content {
    max-width: 100%;
    overflow: visible !important;
    color: #172033 !important;
    font-size: 15px !important;
    line-height: 1.72 !important;
    text-align: left !important;
}

.product-details-redesign .rich-editor-html-content > *:first-child {
    margin-top: 0 !important;
}

.product-details-redesign .rich-editor-html-content > *:last-child {
    margin-bottom: 0 !important;
}

.product-details-redesign .rich-editor-html-content p:empty,
.product-details-redesign .rich-editor-html-content div:empty {
    display: none !important;
}

.product-details-redesign .rich-editor-html-content p {
    margin: 0 0 16px !important;
    color: #172033 !important;
    font-size: 15px !important;
    line-height: 1.72 !important;
}

.product-details-redesign .rich-editor-html-content h1,
.product-details-redesign .rich-editor-html-content h2 {
    margin: 28px 0 14px !important;
    color: #0b1528 !important;
    font-size: clamp(24px, 2.1vw, 34px) !important;
    font-weight: 900 !important;
    line-height: 1.18 !important;
    letter-spacing: 0 !important;
}

.product-details-redesign .rich-editor-html-content h3,
.product-details-redesign .rich-editor-html-content h4 {
    margin: 24px 0 12px !important;
    color: #0b1528 !important;
    font-size: clamp(19px, 1.45vw, 24px) !important;
    font-weight: 900 !important;
    line-height: 1.25 !important;
    letter-spacing: 0 !important;
}

.product-details-redesign .rich-editor-html-content h5,
.product-details-redesign .rich-editor-html-content h6 {
    margin: 18px 0 10px !important;
    color: #0b1528 !important;
    font-size: 16px !important;
    font-weight: 900 !important;
}

.product-details-redesign .rich-editor-html-content ul,
.product-details-redesign .rich-editor-html-content ol {
    display: grid;
    gap: 9px;
    margin: 0 0 24px !important;
    padding-left: 22px !important;
}

.product-details-redesign .rich-editor-html-content li {
    color: #172033 !important;
    font-size: 15px !important;
    line-height: 1.62 !important;
    padding-left: 3px;
}

.product-details-redesign .rich-editor-html-content li::marker {
    color: #1d4ed8;
    font-size: .8em;
}

.product-details-redesign .rich-editor-html-content strong,
.product-details-redesign .rich-editor-html-content b {
    color: #0b1528 !important;
    font-weight: 900 !important;
}

.product-details-redesign .rich-editor-html-content em,
.product-details-redesign .rich-editor-html-content i:not([class]) {
    color: #516176 !important;
}

.product-details-redesign .rich-editor-html-content table {
    display: table !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 18px 0 28px !important;
    overflow: hidden;
    border: 1px solid #eadfc8 !important;
    border-radius: 8px;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    background: #fff !important;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .04);
}

.product-details-redesign .rich-editor-html-content table tr:last-child td,
.product-details-redesign .rich-editor-html-content table tr:last-child th {
    border-bottom: 0 !important;
}

.product-details-redesign .rich-editor-html-content table td,
.product-details-redesign .rich-editor-html-content table th {
    min-width: 150px;
    padding: 14px 16px !important;
    border-right: 1px solid #eadfc8 !important;
    border-bottom: 1px solid #eadfc8 !important;
    color: #172033 !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
    vertical-align: top !important;
}

.product-details-redesign .rich-editor-html-content table td:first-child,
.product-details-redesign .rich-editor-html-content table th:first-child {
    width: 32%;
    background: #fffdf8 !important;
    color: #0b1528 !important;
    font-weight: 900 !important;
}

.product-details-redesign .rich-editor-html-content table td:last-child,
.product-details-redesign .rich-editor-html-content table th:last-child {
    border-right: 0 !important;
}

.product-details-redesign .rich-editor-html-content img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 8px;
}

.product-details-redesign .rich-editor-html-content iframe {
    width: 100% !important;
    max-width: 720px !important;
    border-radius: 8px;
}

.product-details-redesign .product-details-tab-panel {
    min-width: 0;
    padding: 0 !important;
}

.product-details-redesign .product-details-spec-card,
.product-details-redesign .product-details-info-item {
    border-color: #eadfc8 !important;
}

.product-details-redesign .product-details-spec-row span,
.product-details-redesign .product-details-info-item strong {
    overflow-wrap: anywhere;
}

.product-details-redesign .product-detail-summary-normalized {
    display: block;
}

.product-details-redesign .product-detail-summary-section {
    margin: 30px 0 0;
}

.product-details-redesign .product-detail-summary-section > h1,
.product-details-redesign .product-detail-summary-section > h2,
.product-details-redesign .product-detail-summary-section > h3,
.product-details-redesign .product-detail-summary-section > h4,
.product-details-redesign .product-detail-summary-section > h5,
.product-details-redesign .product-detail-summary-section > h6 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 12px !important;
    color: #0b1528 !important;
    font-size: clamp(19px, 1.55vw, 24px) !important;
    font-weight: 900 !important;
    line-height: 1.25 !important;
}

.product-details-redesign .product-detail-summary-section ul,
.product-details-redesign .product-detail-summary-section ol {
    margin-bottom: 0 !important;
}

.product-details-redesign .product-detail-summary-section--highlights {
    padding: 22px 0 4px;
}

.product-details-redesign .product-detail-summary-section--highlights ul,
.product-details-redesign .product-detail-summary-section--highlights ol {
    gap: 8px;
}

.product-details-redesign .product-detail-summary-section--highlights li {
    max-width: 920px;
}

.product-details-redesign .product-detail-summary-trio {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin: 42px 0 0;
}

.product-details-redesign .product-detail-summary-trio .product-detail-summary-section {
    margin: 0;
    min-width: 0;
    padding: 0 44px;
    border-right: 1px solid #eadfc8;
}

.product-details-redesign .product-detail-summary-trio .product-detail-summary-section:first-child {
    padding-left: 10px;
}

.product-details-redesign .product-detail-summary-trio .product-detail-summary-section:last-child {
    padding-right: 10px;
    border-right: 0;
}

.product-details-redesign .product-detail-summary-trio .product-detail-summary-section > h1,
.product-details-redesign .product-detail-summary-trio .product-detail-summary-section > h2,
.product-details-redesign .product-detail-summary-trio .product-detail-summary-section > h3,
.product-details-redesign .product-detail-summary-trio .product-detail-summary-section > h4,
.product-details-redesign .product-detail-summary-trio .product-detail-summary-section > h5,
.product-details-redesign .product-detail-summary-trio .product-detail-summary-section > h6 {
    max-width: 260px;
    margin-bottom: 12px !important;
    font-size: clamp(20px, 1.55vw, 24px) !important;
}

.product-details-redesign .product-detail-summary-trio ul,
.product-details-redesign .product-detail-summary-trio ol {
    gap: 7px;
    max-width: 282px;
    padding-left: 20px !important;
}

.product-details-redesign .product-detail-summary-trio li {
    font-size: 14px !important;
    line-height: 1.48 !important;
}

.product-details-redesign .product-detail-summary-section--contents em,
.product-details-redesign .product-detail-summary-section--contents i:not([class]) {
    display: block;
    max-width: 250px;
    margin: -3px 0 14px;
    color: #516176 !important;
    font-size: 13px !important;
    font-weight: 700;
    line-height: 1.45;
}

.product-details-redesign .product-detail-summary-section--why {
    margin-top: 42px;
    padding: 24px 28px;
    overflow: hidden;
    border: 1px solid #eadfc8;
    border-radius: 10px;
    background: linear-gradient(90deg, #fff 0%, #fffaf4 100%);
    box-shadow: 0 14px 34px rgba(15, 23, 42, .05);
}

.product-details-redesign .product-detail-summary-section--why > h1,
.product-details-redesign .product-detail-summary-section--why > h2,
.product-details-redesign .product-detail-summary-section--why > h3,
.product-details-redesign .product-detail-summary-section--why > h4,
.product-details-redesign .product-detail-summary-section--why > h5,
.product-details-redesign .product-detail-summary-section--why > h6 {
    margin-bottom: 12px !important;
}

.product-details-redesign .product-detail-summary-section--why p {
    max-width: 760px;
    margin-bottom: 0 !important;
}

.product-details-redesign .product-detail-summary-section--why img {
    display: block;
    max-height: 150px !important;
    object-fit: contain;
    margin-left: auto;
}

.product-details-redesign .product-details-more-from-store-bottom,
.product-details-redesign .card.__card {
    margin-bottom: 34px;
    padding: 22px !important;
    border: 1px solid rgba(21, 94, 239, .28) !important;
    border-radius: 10px !important;
    background: #fff !important;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .06);
}

.product-details-redesign .product-details-more-from-store-bottom h2,
.product-details-redesign .card.__card h2 {
    color: #0b1528 !important;
    font-size: 22px !important;
    font-weight: 900 !important;
}

.product-details-redesign .product-details-more-from-store-grid {
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)) !important;
    gap: 16px !important;
}

.product-details-redesign .product-details-more-from-store-grid .flash_deal_product {
    min-height: 156px;
    border-color: rgba(21, 94, 239, .32) !important;
}

.product-details-redesign .card.__card .row.g-3.mt-1 {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)) !important;
    gap: 16px !important;
}

.product-details-redesign .card.__card .row.g-3.mt-1 > [class*="col-"] {
    max-width: 100% !important;
    padding: 0 !important;
}

.product-details-redesign .card.__card .deal-day-product-card {
    border-color: rgba(21, 94, 239, .24) !important;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .05);
}

@media (max-width: 991.98px) {
    .product-details-redesign .product-details-main-section {
        padding: 18px !important;
    }

    .product-details-redesign .product-details-main-section__gallery,
    .product-details-redesign .product-details-main-section__info {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
    }

    .product-details-redesign .product-details-main-section__info {
        padding-top: 26px !important;
    }

    .product-details-redesign .cz-product-gallery {
        display: block !important;
    }

    .product-details-redesign .cz-product-gallery .cz-preview-item.active {
        min-height: 360px;
    }

    .product-details-redesign .cz-product-gallery .cz-preview-item > img,
    .product-details-redesign .cz-product-gallery .cz-image-zoom {
        height: 360px;
    }

    .product-details-redesign .cz-product-gallery .cz {
        width: 100%;
        margin-top: 14px;
    }

    .product-details-redesign .product-thumb-slider,
    .product-details-redesign .product-thumb-slider .owl-stage-outer,
    .product-details-redesign .product-thumb-slider .owl-stage {
        width: 100% !important;
    }

    .product-details-redesign .product-thumb-slider .owl-stage {
        flex-direction: row;
        overflow-x: auto;
    }

    .product-details-redesign .product-thumb-slider .owl-item,
    .product-details-redesign .product-preview-thumb {
        width: 82px !important;
        height: 82px;
    }

    .product-details-redesign .details {
        min-height: auto;
    }

    .product-details-redesign .product-details-tab-grid {
        grid-template-columns: 1fr;
    }

    .product-details-redesign .product-detail-summary-trio {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .product-details-redesign .product-detail-summary-trio .product-detail-summary-section {
        padding: 0 0 24px;
        border-right: 0;
        border-bottom: 1px solid #eadfc8;
    }

    .product-details-redesign .product-detail-summary-trio .product-detail-summary-section:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }
}

@media (max-width: 575.98px) {
    .product-details-redesign {
        padding-top: 12px;
    }

    .product-details-redesign .product-details-main-section {
        padding: 14px !important;
    }

    .product-details-redesign .cz-product-gallery .cz-preview-item.active {
        min-height: 300px;
    }

    .product-details-redesign .cz-product-gallery .cz-preview-item > img,
    .product-details-redesign .cz-product-gallery .cz-image-zoom {
        height: 300px;
    }

    .product-details-redesign .product-add-and-buy-section {
        grid-template-columns: 1fr;
    }

    .product-details-redesign .product-add-and-buy-section-parent > .product-action-add-wishlist {
        flex-basis: 100%;
        width: 100%;
    }

    .product-details-redesign .__review-overview .tab-content,
    .product-details-redesign .product-details-more-from-store-bottom,
    .product-details-redesign .card.__card {
        padding: 18px !important;
    }
}

@media (max-width: 767.98px) {
    .product-details-redesign .product-details-more-from-store-grid {
        display: flex !important;
        flex-wrap: nowrap !important;
        grid-template-columns: none !important;
        gap: 0 !important;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 8px;
        scroll-snap-type: x mandatory;
        scroll-padding-left: 0;
        scroll-padding-right: 0;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .product-details-redesign .product-details-more-from-store-grid::-webkit-scrollbar {
        display: none;
    }

    .product-details-redesign .product-details-more-from-store-page {
        display: grid !important;
        flex: 0 0 100%;
        width: 100%;
        min-width: 100%;
        gap: 12px;
        scroll-snap-align: start;
    }

    .product-details-redesign .product-details-more-from-store-grid .flash_deal_product {
        flex: 0 0 auto !important;
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 0 !important;
        position: relative;
    }

    .product-details-redesign .product-details-more-from-store-grid .flash_deal_product .d-flex.position-absolute.z-2 {
        position: absolute !important;
        top: 10px;
        left: 10px;
        z-index: 3;
        margin: 0 !important;
    }

    .product-details-redesign .product-details-more-from-store-grid .flash_deal_product .for-discount-value {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 32px;
        padding: 6px 10px !important;
        border-radius: 8px !important;
        font-size: 12px !important;
        line-height: 1 !important;
        white-space: nowrap;
    }
}

.deal-day-product-card__icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.home-category-products-section {
    width: 100%;
    padding: 32px 18px 38px;
    background: #fbf7f0;
}

.home-category-products-panel {
    width: min(1780px, calc(100% - 42px));
    margin: 0 auto;
    padding: 28px 34px 34px;
    border: 1px solid rgba(21, 94, 239, .28);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(15, 23, 42, .06);
}

.home-category-products-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 24px;
}

.home-category-products-title {
    margin: 0;
    color: #070707;
    font-family: "Open Sans", sans-serif !important;
    font-size: clamp(34px, 4vw, 72px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0;
    text-transform: capitalize;
}

.home-category-products-subtitle {
    margin: 10px 0 0;
    color: #6b7280;
    font-size: 18px;
    font-weight: 500;
}

.home-category-products-view {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #1d4ed8 !important;
    font-size: 18px;
    font-weight: 900;
    white-space: nowrap;
}

.home-category-products-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}

.home-category-products-grid .deal-day-product-card {
    display: flex;
    min-width: 0;
    height: 100%;
    flex-direction: column;
    border-color: transparent;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(24, 35, 56, .08);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.home-category-products-grid .deal-day-product-card:hover {
    transform: translateY(-4px);
    border-color: rgba(21, 94, 239, .55);
    box-shadow: 0 18px 36px rgba(23, 23, 23, .12);
}

.home-category-products-grid .deal-day-product-card__media {
    position: relative;
    margin: 10px 10px 0;
    aspect-ratio: .75;
    overflow: hidden;
    border-radius: 8px;
    background: #ecece7;
}

.home-category-products-grid .deal-day-product-card__media > a {
    display: block;
    width: 100%;
    height: 100%;
}

.home-category-products-grid .deal-day-product-card__media img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center;
}

.home-category-products-grid .deal-day-product-card__badge {
    position: absolute;
    z-index: 2;
    top: 16px;
    left: 16px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #155eef;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
}

.home-category-products-grid .deal-day-product-card__actions {
    position: absolute;
    z-index: 2;
    top: 14px;
    right: 14px;
    display: flex;
    gap: 8px;
}

.home-category-products-grid .deal-day-product-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 999px;
    background: #ffffff;
    color: #1d4ed8;
    box-shadow: 0 10px 18px rgba(23, 23, 23, .08);
    cursor: pointer;
    transition: all .2s ease;
}

.home-category-products-grid .deal-day-product-card__icon:hover,
.home-category-products-grid .deal-day-product-card__icon:focus {
    background: #155eef;
    color: #fff;
    transform: translateY(-2px);
}

.home-category-products-grid .deal-day-product-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 14px 14px 16px;
}

.home-category-products-grid .deal-day-product-card__title {
    min-height: 46px;
    margin: 0;
    color: #333;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.35;
}

.home-category-products-grid .deal-day-product-card__title a {
    display: -webkit-box;
    overflow: hidden;
    color: inherit;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.home-category-products-grid .deal-day-product-card:hover .deal-day-product-card__title,
.home-category-products-grid .deal-day-product-card:hover .deal-day-product-card__title a,
.home-category-products-grid .deal-day-product-card__title a:hover {
    color: #1d4ed8 !important;
}

.home-category-products-grid .deal-day-product-card__price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px;
    margin-top: 8px;
}

.home-category-products-grid .deal-day-product-card__current-price {
    color: #161616;
    font-size: 1.24rem;
    font-weight: 900;
    line-height: 1;
}

.home-category-products-grid .deal-day-product-card__old-price {
    color: #9b9b9b;
    font-size: .86rem;
    font-weight: 700;
}

.home-category-products-grid .deal-day-product-card__button {
    display: grid;
    min-height: 52px;
    margin-top: auto;
    place-items: center;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    font-weight: 900;
    text-transform: uppercase;
}

.home-category-products-grid .deal-day-product-card__button:hover,
.home-category-products-grid .deal-day-product-card__button:focus {
    background: #155eef;
    color: #fff;
}

@media (max-width: 1199.98px) {
    .home-category-products-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .home-category-products-section {
        padding: 22px 10px 28px;
    }

    .home-category-products-panel {
        width: 100%;
        padding: 22px 16px 24px;
    }

    .home-category-products-head {
        align-items: center;
    }

    .home-category-products-title {
        font-size: 34px;
    }

    .home-category-products-subtitle {
        display: none;
    }

    .home-category-products-grid {
        display: flex;
        overflow-x: auto;
        padding-bottom: 10px;
        scroll-snap-type: x mandatory;
    }

    .home-category-products-grid .deal-day-product-card {
        flex: 0 0 min(320px, 82vw);
        scroll-snap-align: start;
    }
}

.product-details-redesign .product-quantity-status-row {
    flex-wrap: wrap;
}

/* Product variation sizes */
.product-details-redesign .product-size-choice {
    display: block;
    margin: 18px 0 4px !important;
}

.product-details-redesign .product-size-choice .product-description-label {
    display: block;
    min-width: 0;
    margin-bottom: 10px !important;
    padding: 0 !important;
    color: #5f6775 !important;
    font-size: 16px !important;
    font-weight: 800 !important;
}

.product-details-redesign .product-size-options {
    gap: 10px;
    margin: 0 !important;
}

.product-details-redesign .product-size-options .for-mobile-capacity {
    margin: 0;
}

.product-details-redesign .product-size-options label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 66px;
    height: 52px;
    padding: 0 18px;
    border: 1px solid #eadfc8 !important;
    border-radius: 9px !important;
    background: #fff;
    color: #0b1528 !important;
    font-size: 15px !important;
    font-weight: 800;
    line-height: 1;
    cursor: pointer;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease,
        box-shadow .2s ease, transform .2s ease;
}

.product-details-redesign .product-size-options label:hover {
    border-color: #155eef !important;
    background: #fff8e8;
    color: #1d4ed8 !important;
    transform: translateY(-1px);
}

.product-details-redesign .product-size-options input:checked + label,
.product-details-redesign .product-size-options input:checked ~ label {
    border-color: #155eef !important;
    background: #155eef !important;
    color: #fff !important;
    box-shadow: 0 8px 18px rgba(21, 94, 239, .24);
}

@media (max-width: 575px) {
    .product-details-redesign .product-size-options {
        gap: 8px;
    }

    .product-details-redesign .product-size-options label {
        min-width: 54px;
        height: 46px;
        padding: 0 13px;
    }
}

.product-details-redesign .product-stock-status {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #0f172a;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
}

.product-details-redesign .product-stock-status__icon {
    display: inline-grid;
    width: 18px;
    height: 18px;
    place-items: center;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 900;
}

.product-details-redesign .product-stock-status--available .product-stock-status__icon {
    color: #fff;
    background: #16a34a;
}

.product-details-redesign .product-stock-status--empty {
    color: #dc2626;
}

.product-details-redesign .product-stock-status--empty .product-stock-status__icon {
    color: #fff;
    background: #dc2626;
}

.product-details-redesign .product-add-and-buy-section.d-flex {
    display: grid !important;
    grid-template-columns: 1fr;
    width: min(100%, 560px);
    gap: 12px !important;
}

.product-details-redesign .product-add-and-buy-section .product-buy-now-button,
.product-details-redesign .product-add-and-buy-section .product-add-to-cart-button {
    width: 100%;
    min-height: 54px;
    border-radius: 8px !important;
    font-size: 18px;
    font-weight: 900;
    box-shadow: none !important;
}

.product-details-redesign .product-add-and-buy-section .product-buy-now-button {
    border: 1px solid #fff2cf !important;
    background: #ffffff !important;
    color: #1d4ed8 !important;
}

.product-details-redesign .product-add-and-buy-section .product-buy-now-button:hover,
.product-details-redesign .product-add-and-buy-section .product-buy-now-button:focus {
    border-color: #155eef !important;
    background: #155eef !important;
    color: #fff !important;
}

.product-details-redesign .product-add-and-buy-section .product-add-to-cart-button {
    border: 1px solid #1d4ed8 !important;
    background: #fff !important;
    color: #0f172a !important;
}

.product-details-redesign .product-add-and-buy-section .product-add-to-cart-button:hover,
.product-details-redesign .product-add-and-buy-section .product-add-to-cart-button:focus {
    border-color: #155eef !important;
    background: #155eef !important;
    color: #fff !important;
}

.product-details-redesign .product-details-accordion-tabs {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    gap: 0 !important;
    margin: 22px 0 0 !important;
    border: 0 !important;
    border-top: 1px solid #eadfc8 !important;
}

.product-details-redesign .product-details-accordion-tabs .nav-item {
    width: 100%;
    margin: 0 !important;
    border-bottom: 1px solid #eadfc8;
}

.product-details-redesign .product-details-accordion-tabs .tab_link {
    display: flex !important;
    width: 100%;
    min-height: 62px;
    align-items: center;
    justify-content: space-between !important;
    padding: 0 2px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #0b1528 !important;
    box-shadow: none !important;
    font-size: 18px;
    font-weight: 900;
    text-align: left;
}

.product-details-redesign .product-details-accordion-tabs .tab_link::after {
    content: "+";
    display: inline-flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    color: #0b1528;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
}

.product-details-redesign .product-details-accordion-tabs .tab_link.active {
    color: #1d4ed8 !important;
}

.product-details-redesign .product-details-accordion-tabs .tab_link.active::after {
    content: "\2212";
    color: #1d4ed8;
}

body .product-details-redesign ul.product-details-accordion-tabs.nav--tabs li .tab_link::after {
    position: static !important;
    display: inline-flex !important;
    width: 32px !important;
    height: 32px !important;
    align-items: center !important;
    justify-content: center !important;
    margin-left: auto !important;
    background: transparent !important;
    transform: none !important;
    content: "+" !important;
    color: #0b1528 !important;
    font-size: 30px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
}

body .product-details-redesign ul.product-details-accordion-tabs.nav--tabs li .tab_link.active::after {
    content: "\2212" !important;
    color: #1d4ed8 !important;
}

body .product-details-redesign .product-details-info-list {
    display: block !important;
    max-width: 760px;
    border-top: 1px solid #dbe7ff;
}

body .product-details-redesign .product-details-info-item {
    display: grid !important;
    grid-template-columns: minmax(150px, 32%) 1fr;
    min-height: auto !important;
    gap: 18px;
    padding: 14px 0 !important;
    border: 0 !important;
    border-bottom: 1px solid #dbe7ff !important;
    border-radius: 0 !important;
    background: transparent !important;
}

body .product-details-redesign .product-details-info-item span {
    margin: 0 !important;
    color: #0b1528 !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    text-transform: none !important;
}

body .product-details-redesign .product-details-info-item strong {
    color: #1f2937 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1.45 !important;
}

@media (max-width: 575.98px) {
    body .product-details-redesign .product-details-info-item {
        grid-template-columns: 1fr;
        gap: 6px;
    }
}

body .product-details-redesign .product-details-spec-card--wide {
    max-width: 760px;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body .product-details-redesign .product-details-spec-card--wide > h3 {
    display: none !important;
}

body .product-details-redesign .product-details-spec-card--wide .product-details-spec-table {
    display: block !important;
    border-top: 1px solid #dbe7ff;
}

body .product-details-redesign .product-details-spec-card--wide .product-details-spec-row {
    display: grid !important;
    grid-template-columns: minmax(150px, 32%) 1fr;
    gap: 18px;
    padding: 14px 0 !important;
    border: 0 !important;
    border-bottom: 1px solid #dbe7ff !important;
    background: transparent !important;
}

body .product-details-redesign .product-details-spec-card--wide .product-details-spec-row > * {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

body .product-details-redesign .product-details-spec-card--wide .product-details-spec-row strong {
    color: #0b1528 !important;
    font-size: 15px !important;
    font-weight: 800 !important;
}

body .product-details-redesign .product-details-spec-card--wide .product-details-spec-row span {
    color: #1f2937 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1.45 !important;
}


@media (max-width: 575.98px) {
    body .product-details-redesign .product-details-spec-card--wide .product-details-spec-row {
        grid-template-columns: 1fr;
        gap: 6px;
    }
}

body .product-details-redesign .product-add-and-buy-section-parent > .product-action-add-wishlist {
    display: none !important;
}

body .product-details-redesign .cz-product-gallery .cz-preview {
    position: relative;
}

body .product-details-redesign .cz-product-gallery .cz-preview .product-details-preview-actions {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 6;
}

body .product-details-redesign .cz-product-gallery .cz-preview .product-details-preview-actions .wishList-pos-btn {
    position: static;
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    padding: 0;
    border: 1px solid #dbe7ff !important;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.96) !important;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

@media (max-width: 767.98px) {
    body .product-details-redesign .cz-product-gallery .cz-preview .product-details-preview-actions {
        top: 12px;
        right: 12px;
    }

    body .product-details-redesign .cz-product-gallery .cz-preview .product-details-preview-actions .wishList-pos-btn {
        width: 44px;
        height: 44px;
        border-radius: 9px;
    }
}

body .product-details-redesign .product-add-and-buy-section.d-flex {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 18px;
}

body .product-details-redesign .product-add-and-buy-section .product-buy-now-button,
body .product-details-redesign .product-add-and-buy-section .product-add-to-cart-button {
    min-height: 56px !important;
    border-radius: 8px !important;
    font-size: 18px !important;
    font-weight: 900 !important;
}

body .product-details-redesign .product-add-and-buy-section .product-buy-now-button {
    border-color: #2563eb !important;
    background: linear-gradient(180deg, #2f6bff 0%, #1d4ed8 100%) !important;
    color: #fff !important;
}

body .product-details-redesign .product-add-and-buy-section .product-add-to-cart-button {
    border: 1px solid #2563eb !important;
    background: #fff !important;
    color: #1d4ed8 !important;
}

body .product-details-redesign .product-add-and-buy-section .product-add-to-cart-button::before {
    content: "\f07a";
    margin-right: 12px;
    font-family: FontAwesome, "Font Awesome 5 Free";
    font-weight: 900;
    color: inherit;
}

body .product-details-redesign .product-add-and-buy-section .product-buy-now-button:hover,
body .product-details-redesign .product-add-and-buy-section .product-buy-now-button:focus,
body .product-details-redesign .product-add-and-buy-section .product-add-to-cart-button:hover,
body .product-details-redesign .product-add-and-buy-section .product-add-to-cart-button:focus {
    border-color: #1d4ed8 !important;
    background: linear-gradient(180deg, #1d4ed8 0%, #1e40af 100%) !important;
    color: #fff !important;
}

body .product-details-redesign .product-add-and-buy-section .product-buy-now-button:hover *,
body .product-details-redesign .product-add-and-buy-section .product-buy-now-button:focus *,
body .product-details-redesign .product-add-and-buy-section .product-add-to-cart-button:hover *,
body .product-details-redesign .product-add-and-buy-section .product-add-to-cart-button:focus *,
body .product-details-redesign .product-add-and-buy-section .product-add-to-cart-button:hover::before,
body .product-details-redesign .product-add-and-buy-section .product-add-to-cart-button:focus::before {
    color: #fff !important;
}


body .product-details-redesign .product-details-inline-accordion.__review-overview {
    width: 100% !important;
    margin: 20px 0 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body .product-details-redesign .product-details-inline-accordion .product-details-accordion-tabs {
    margin-top: 0 !important;
}

body .product-details-redesign .product-details-inline-accordion .product-details-accordion-tabs .tab_link {
    min-height: 58px !important;
    font-size: 18px !important;
}

body .product-details-redesign .product-details-inline-accordion .tab-content {
    padding: 18px 0 0 !important;
}

body .product-details-redesign .product-details-inline-accordion .product-details-tab-grid {
    display: block !important;
}

body .product-details-redesign .product-details-inline-accordion .product-details-accordion-pane {
    width: 100%;
    padding: 0 0 22px !important;
}

body .product-details-redesign .product-details-inline-accordion .nav-item .product-details-accordion-pane:not(.show) {
    display: none !important;
}

body .product-details-redesign .product-details-inline-accordion .nav-item .product-details-accordion-pane.show {
    display: block !important;
}

.product-details-redesign .__review-overview .tab-content {
    padding-top: 24px;
}

body .product-details-redesign .product-thumb-slider .owl-stage-outer,
body .product-details-redesign .product-thumb-slider .owl-stage,
body .product-details-redesign .product-thumb-slider .owl-item {
    overflow: visible !important;
}

body .product-details-redesign .product-preview-thumb {
    width: 88px !important;
    height: 88px !important;
    padding: 10px !important;
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
}

body .product-details-redesign .product-preview-thumb > img,
body .product-details-redesign .product-thumb-slider .owl-item img {
    display: block !important;
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    object-position: center top !important;
    transform: none !important;
}

body .product-details-redesign .cz-product-gallery .cz-preview-item {
    overflow: hidden !important;
}

body .product-details-redesign .cz-product-gallery .cz-preview-item > img,
body .product-details-redesign .cz-product-gallery .cz-image-zoom {
    display: block !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    object-position: center top !important;
}

/* Keep the main product image evenly aligned with its outer frame. */
body .product-details-redesign .cz-product-gallery .cz-preview-item.active {
    padding: 12px !important;
}

body .product-details-redesign .cz-product-gallery .cz-preview-item.active > img,
body .product-details-redesign .cz-product-gallery .cz-preview-item.active .cz-image-zoom {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center !important;
    border-radius: 6px;
}

body .product-details-redesign .cz-product-gallery .product-preview-item.active {
    padding: 8px !important;
    
    overflow: hidden !important;
}

body .product-details-redesign .cz-product-gallery .product-preview-item.active > img.cz-image-zoom {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center !important;
    border-radius: 6px;
}

/* Product gallery: portrait, edge-to-edge main image like the reference layout. */
body .product-details-redesign .cz-product-gallery .cz-preview {
    width: 100% !important;
    overflow: hidden !important;
    padding: 0 !important;
    border-radius: 10px !important;
}

body .product-details-redesign .cz-product-gallery .product-preview-item,
body .product-details-redesign .cz-product-gallery .product-preview-item.active {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 3 / 4;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    border-radius: 9px;
    background: #fff;
}

body .product-details-redesign .cz-product-gallery .product-preview-item > img.cz-image-zoom,
body .product-details-redesign .cz-product-gallery .product-preview-item.active > img.cz-image-zoom {
    width: 100% !important;
    height: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    padding: 0 !important;
    margin: 0 !important;
    object-fit: cover !important;
    object-position: center center !important;
    border-radius: 9px;
}

body .product-details-redesign .product-preview-thumb {
    padding: 4px !important;
}

body .product-details-redesign .product-preview-thumb > img,
body .product-details-redesign .product-thumb-slider .owl-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
}

/* Compact storefront assurances below the product purchase actions. */
.product-details-redesign .product-service-assurances {
    display: grid;
    grid-template-columns: repeat(var(--service-count, 4), minmax(0, 1fr));
    width: 100%;
    margin-top: 18px;
    padding: 16px 8px;
    border-top: 1px solid rgba(37, 99, 235, .24);
    border-bottom: 1px solid rgba(37, 99, 235, .24);
    background: #ffffff;
}

.product-details-redesign .product-service-assurance {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 0 10px;
    text-align: center;
    transition: background-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.product-details-redesign .product-service-assurance:hover {
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(37, 99, 235, .1);
    transform: translateY(-3px);
}

.product-details-redesign .product-service-assurance + .product-service-assurance {
    border-left: 1px solid rgba(37, 99, 235, .22);
}

.product-details-redesign .product-service-assurance__icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border: 1px solid rgba(37, 99, 235, .38);
    border-radius: 50%;
    background: #ffffff;
    color: #1d4ed8;
    font-size: 21px;
    box-shadow: 0 8px 20px rgba(37, 99, 235, .1);
    transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.product-details-redesign .product-service-assurance:hover .product-service-assurance__icon {
    background: #2563eb;
    color: #fff;
    transform: scale(1.06);
}

.product-details-redesign .product-service-assurance__label {
    color: #0f172a;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
}

.product-details-redesign .product-service-assurance__description {
    display: block;
    color: #5f6673;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.45;
}

@media (max-width: 575.98px) {
    .product-details-redesign .product-service-assurances {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 18px;
    }

    .product-details-redesign .product-service-assurance:nth-child(3) {
        border-left: 0;
    }
}

.product-details-redesign .product-details-similar-products {
    margin-top: 28px;
}

.product-details-redesign .product-details-similar-products .card.__card {
    border: 1px solid rgba(37, 99, 235, .28) !important;
    border-radius: 8px !important;
    box-shadow: 0 18px 42px rgba(15, 23, 42, .06) !important;
}

.product-details-redesign .product-details-similar-products .card-body {
    padding: 26px !important;
}

.product-details-redesign .product-details-similar-products h2 {
    color: #0f172a !important;
    font-size: 24px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
}

.product-details-redesign .product-details-similar-products .view-all-text {
    color: #1d4ed8 !important;
    font-weight: 800 !important;
}

.product-details-redesign .product-details-similar-products__grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(220px, 260px));
    gap: 18px !important;
    align-items: stretch;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.product-details-redesign .product-details-similar-products__item {
    width: min(260px, 100%) !important;
    max-width: 260px !important;
    flex: 0 0 min(260px, 100%) !important;
    padding: 0 !important;
}

.product-details-redesign .product-details-similar-products .deal-day-product-card {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    border-color: rgba(37, 99, 235, .18) !important;
}

.product-details-redesign .product-details-similar-products .deal-day-product-card__media {
    aspect-ratio: .75 !important;
    margin: 10px 10px 0 !important;
    background: #ecece7 !important;
}

.product-details-redesign .product-details-similar-products .deal-day-product-card__media > a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

.product-details-redesign .product-details-similar-products .deal-day-product-card__media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
}

.product-details-redesign .product-details-similar-products .deal-day-product-card__body {
    display: flex;
    min-height: 180px;
    flex: 1;
    flex-direction: column;
    padding: 14px 14px 16px !important;
}

.product-details-redesign .product-details-similar-products .deal-day-product-card__title {
    display: -webkit-box;
    min-height: 48px !important;
    max-height: 48px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 1rem !important;
    line-height: 1.35 !important;
    text-overflow: ellipsis;
}

.product-details-redesign .product-details-similar-products .deal-day-product-card__price {
    margin-top: 12px !important;
}

.product-details-redesign .product-details-similar-products .deal-day-product-card__button {
    min-height: 82px !important;
    margin-top: auto !important;
}

@media (max-width: 767.98px) {
    .product-details-redesign .product-details-similar-products .card-body {
        overflow: hidden;
        padding: 18px !important;
    }

    .product-details-redesign .product-details-similar-products__grid {
        display: flex !important;
        flex-wrap: nowrap !important;
        grid-template-columns: none !important;
        gap: 12px !important;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 8px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .product-details-redesign .product-details-similar-products__grid::-webkit-scrollbar {
        display: none;
    }

    .product-details-redesign .product-details-similar-products__item {
        flex: 0 0 calc(50% - 6px) !important;
        width: calc(50% - 6px) !important;
        max-width: calc(50% - 6px) !important;
        min-width: 0 !important;
        padding: 0 !important;
        scroll-snap-align: start;
    }

    .product-details-redesign .product-details-similar-products .deal-day-product-card {
        min-height: 300px;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
    }

    .product-details-redesign .product-details-similar-products .deal-day-product-card__media {
        aspect-ratio: 1 / 1 !important;
        margin: 0 !important;
        border-radius: 0 !important;
    }

    .product-details-redesign .product-details-similar-products .deal-day-product-card__body {
        min-height: auto;
        padding: 10px 10px 12px !important;
    }

    .product-details-redesign .product-details-similar-products .deal-day-product-card__title {
        min-height: 39px !important;
        max-height: none;
        font-size: 14px !important;
        font-weight: 600 !important;
        line-height: 1.4 !important;
    }

    .product-details-redesign .product-details-similar-products .deal-day-product-card__price {
        min-height: 26px;
        margin-top: 6px !important;
    }

    .product-details-redesign .product-details-similar-products .deal-day-product-card__current-price {
        font-size: 18px !important;
    }

    .product-details-redesign .product-details-similar-products .deal-day-product-card__old-price {
        font-size: 12px !important;
    }

    .product-details-redesign .product-details-similar-products .deal-day-product-card__button {
        min-height: 42px !important;
        border-radius: 10px !important;
        font-size: 14px !important;
    }
}

/* Product detail final blue theme overrides to neutralize older golden duplicates. */
body .product-details-redesign .cz-product-gallery .cz-preview {
    border: 1px solid #dbe7ff !important;
    box-shadow: 0 16px 36px rgba(37, 99, 235, .08) !important;
}

body .product-details-redesign .cz-product-gallery .sharethis-inline-share-buttons {
    background: #2563eb !important;
    box-shadow: 0 10px 22px rgba(37, 99, 235, .24) !important;
      

}

body .product-details-redesign .product-preview-thumb {
    border: 1px solid #dbe7ff !important;
}

body .product-details-redesign .product-preview-thumb.active,
body .product-details-redesign .product-preview-thumb:hover {
    border-color: #2563eb !important;
    box-shadow: 0 10px 22px rgba(37, 99, 235, .18) !important;
}

body .product-details-redesign .details .pro {
    border-bottom: 1px solid #dbe7ff !important;
}

body .product-details-redesign .details .star-rating i,
body .product-details-redesign .details .rating-show i {
    color: #2563eb !important;
}

body .product-details-redesign .product-save-badge {
    border: 1px solid rgba(37, 99, 235, .28) !important;
    background: #ffffff !important;
    color: #1d4ed8 !important;
}

body .product-details-redesign .checkbox-alphanumeric label,
body .product-details-redesign .checkbox-color label {
    border-color: #bdd4ff !important;
}

body .product-details-redesign .checkbox-alphanumeric input:checked ~ label,
body .product-details-redesign .checkbox-alphanumeric input:checked + label,
body .product-details-redesign .checkbox-color input:checked ~ label,
body .product-details-redesign .checkbox-color input:checked + label {
    border-color: #2563eb !important;
    background: #ffffff !important;
    color: #1d4ed8 !important;
    /* box-shadow: 0 10px 22px rgba(37, 99, 235, .16) !important; */
        box-shadow: 0 8px 20px rgba(37, 99, 235, .1);

}

body .product-details-redesign .product-quantity {
    border-top: 1px solid #dbe7ff !important;
}

body .product-details-redesign .product-quantity .quantity-box {
    border: 1px solid #bdd4ff !important;
}

body .product-details-redesign .product-quantity .quantity-box .btn-number {
    background: #ffffff !important;
    color: #1d4ed8 !important;
}

body .product-details-redesign .product-details-chosen-price-section strong,
body .product-details-redesign .product-details-chosen-price-amount {
    color: #2563eb !important;
}

body .product-details-redesign .product-add-and-buy-section .product-buy-now-button {
    border-color: #2563eb !important;
    background: linear-gradient(180deg, #2f6bff 0%, #1d4ed8 100%) !important;
    color: #fff !important;
}

body .product-details-redesign .product-add-and-buy-section .product-buy-now-button:hover,
body .product-details-redesign .product-add-and-buy-section .product-buy-now-button:focus,
body .product-details-redesign .product-add-and-buy-section .product-add-to-cart-button:hover,
body .product-details-redesign .product-add-and-buy-section .product-add-to-cart-button:focus {
    border-color: #1d4ed8 !important;
    background: linear-gradient(180deg, #1d4ed8 0%, #1e40af 100%) !important;
    color: #fff !important;
    box-shadow: 0 12px 24px rgba(37, 99, 235, .22) !important;
}

body .product-details-redesign .product-details-accordion-tabs {
    border-top: 1px solid #dbe7ff !important;
}

body .product-details-redesign .product-details-accordion-tabs .nav-item {
    border-bottom: 1px solid #dbe7ff !important;
}

body .product-details-redesign .product-details-inline-accordion.__review-overview,
body .product-details-redesign .product-details-inline-accordion .tab-content,
body .product-details-redesign .product-details-inline-accordion .product-details-accordion-pane,
body .product-details-redesign .product-details-inline-accordion .nav-item,
body .product-details-redesign .product-details-info-item,
body .product-details-redesign .product-details-spec-card--wide .product-details-spec-row {
    border-color: #dbe7ff !important;
}

body .product-details-redesign .product-details-accordion-tabs .tab_link:hover {
    color: #1d4ed8 !important;
}

body .product-details-redesign .product-details-accordion-tabs .tab_link.active {
    color: #1d4ed8 !important;
}

body .product-details-redesign .product-details-accordion-tabs .tab_link.active::after,
body .product-details-redesign ul.product-details-accordion-tabs.nav--tabs li .tab_link.active::after {
    color: #1d4ed8 !important;
}

body .product-details-redesign .product-service-assurances {
    border-top: 1px solid rgba(37, 99, 235, .24) !important;
    border-bottom: 1px solid rgba(37, 99, 235, .24) !important;
    box-shadow: none !important;
}

body .product-details-redesign .product-service-assurance:hover {
    background: #ffffff !important;
    box-shadow: 0 8px 20px rgba(37, 99, 235, .1) !important;
}

body .product-details-redesign .product-service-assurance__icon {
    border-color: rgba(37, 99, 235, .38) !important;
    background: #ffffff !important;
    color: #1d4ed8 !important;
    box-shadow: 0 8px 20px rgba(37, 99, 235, .1) !important;
}

body .product-details-redesign .product-service-assurance:hover .product-service-assurance__icon {
    background: #2563eb !important;
    color: #fff !important;
}

body .product-details-redesign .product-details-more-from-store-bottom {
    border: 1px solid rgba(37, 99, 235, .24) !important;
    box-shadow: 0 16px 36px rgba(37, 99, 235, .08) !important;
}

body .product-details-redesign .product-details-more-from-store-bottom h2 {
    color: #0f172a !important;
}

body .product-details-redesign .product-details-more-from-store-grid .flash_deal_product {
    border: 1px solid rgba(37, 99, 235, .22) !important;
    box-shadow: 0 10px 24px rgba(37, 99, 235, .06) !important;
}

body .product-details-redesign .product-details-more-from-store-grid .flash_deal_product:hover {
    border-color: rgba(37, 99, 235, .5) !important;
    box-shadow: 0 16px 32px rgba(37, 99, 235, .12) !important;
}

body .product-details-redesign .product-details-more-from-store-grid .flash-product-title,
body .product-details-redesign .product-details-more-from-store-grid .flash-product-title a,
body .product-details-redesign .product-details-more-from-store-grid .text-accent,
body .product-details-redesign .product-details-more-from-store-grid .web-text-primary {
    color: #0f172a !important;
}

body .product-details-redesign .product-details-more-from-store-grid .flash_deal_product:hover .flash-product-title,
body .product-details-redesign .product-details-more-from-store-grid .flash_deal_product:hover .flash-product-title a,
body .product-details-redesign .product-details-more-from-store-grid .flash-product-title a:hover {
    color: #155eef !important;
}

body .product-details-redesign .product-details-more-from-store-grid .for-discount-value {
    border-color: rgba(37, 99, 235, .2) !important;
    background: #ffffff !important;
    color: #155eef !important;
}

body .product-details-redesign .product-details-similar-products .card.__card {
    border: 1px solid rgba(37, 99, 235, .24) !important;
    box-shadow: 0 16px 36px rgba(37, 99, 235, .08) !important;
}

body .product-details-redesign .product-details-similar-products .deal-day-product-card {
    overflow: hidden !important;
    border: 1px solid #e5eaf2 !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .06) !important;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease !important;
}

body .product-details-redesign .product-details-similar-products .deal-day-product-card:hover {
    transform: translateY(-4px) !important;
    border-color: #155eef !important;
    box-shadow: 0 18px 36px rgba(21, 94, 239, .12) !important;
}

body .product-details-redesign .product-details-similar-products .deal-day-product-card__media {
    position: relative;
    margin: 10px 10px 0 !important;
    aspect-ratio: .75 !important;
    overflow: hidden !important;
    border-radius: 12px !important;
    background: #f8fafc !important;
}

body .product-details-redesign .product-details-similar-products .deal-day-product-card__badge {
    background: #155eef !important;
    color: #fff !important;
}

body .product-details-redesign .product-details-similar-products .deal-day-product-card__actions {
    top: 14px !important;
    right: 14px !important;
    gap: 8px !important;
}

body .product-details-redesign .product-details-similar-products .deal-day-product-card__icon {
    width: 42px !important;
    height: 42px !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    color: #155eef !important;
    transition: background .18s ease, color .18s ease, transform .18s ease !important;
}

body .product-details-redesign .product-details-similar-products .deal-day-product-card__icon:hover,
body .product-details-redesign .product-details-similar-products .deal-day-product-card__icon:focus {
    background: #155eef !important;
    color: #fff !important;
    transform: translateY(-2px) !important;
}

body .product-details-redesign .product-details-similar-products .deal-day-product-card__body {
    display: flex !important;
    flex-direction: column !important;
    padding: 14px 14px 16px !important;
    min-height: 180px !important;
}

body .product-details-redesign .product-details-similar-products .deal-day-product-card__title,
body .product-details-redesign .product-details-similar-products .deal-day-product-card__title a {
    color: #0f172a !important;
    font-size: 1rem !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
}

body .product-details-redesign .product-details-similar-products .deal-day-product-card:hover .deal-day-product-card__title,
body .product-details-redesign .product-details-similar-products .deal-day-product-card:hover .deal-day-product-card__title a,
body .product-details-redesign .product-details-similar-products .deal-day-product-card__title a:hover {
    color: #155eef !important;
}

body .product-details-redesign .product-details-similar-products .deal-day-product-card__current-price {
    color: #0f172a !important;
    font-size: 1.24rem !important;
    font-weight: 900 !important;
}

body .product-details-redesign .product-details-similar-products .deal-day-product-card__old-price {
    color: #9b9b9b !important;
    font-size: .86rem !important;
    font-weight: 700 !important;
}

body .product-details-redesign .product-details-similar-products .deal-day-product-card__button {
    display: grid !important;
    min-height: 82px !important;
    margin-top: 18px !important;
    place-items: center !important;
    border-radius: 999px !important;
    background: #eff6ff !important;
    color: #155eef !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    transition: background .18s ease, color .18s ease !important;
}

body .product-details-redesign .product-details-similar-products .deal-day-product-card__button:hover,
body .product-details-redesign .product-details-similar-products .deal-day-product-card__button:focus {
    background: #155eef !important;
    color: #fff !important;
}

body .product-details-redesign .product-details-sticky {
    border-top: 1px solid #dbe7ff !important;
    background: rgba(255, 255, 255, .98) !important;
    box-shadow: 0 -12px 28px rgba(37, 99, 235, .08) !important;
}

body .product-details-redesign .product-details-sticky .border-bottom,
body .product-details-redesign .product-details-sticky .pro {
    border-color: #dbe7ff !important;
}

body .product-details-redesign .product-details-sticky .for-discount-value,
body .product-details-redesign .product-details-sticky .discounted-badge-element {
    border-color: rgba(37, 99, 235, .2) !important;
    background: #ffffff !important;
    color: #155eef !important;
}

body .product-details-redesign .product-details-sticky .quantity-box {
    border-color: #bdd4ff !important;
    background: #f8fbff !important;
}

body .product-details-redesign .product-details-sticky .quantity-box .btn-number {
    background: #edf4ff !important;
    color: #155eef !important;
}

body .product-details-redesign .product-details-sticky .quantity-box .input-number {
    background: #ffffff !important;
    color: #475569 !important;
}

body .product-details-redesign .product-details-sticky .product-bottom-section-price,
body .product-details-redesign .product-details-sticky .text-accent {
    color: #155eef !important;
}

body .product-details-redesign .product-details-sticky .btn.btn-secondary.product-buy-now-button,
body .product-details-redesign .product-details-sticky .btn.btn-secondary.product-buy-now-button:hover,
body .product-details-redesign .product-details-sticky .btn.btn-secondary.product-buy-now-button:focus {
    border-color: #155eef !important;
    background: #fff7e8 !important;
    color: #111827 !important;
}

body .product-details-redesign .product-details-sticky .btn.btn--primary.product-add-to-cart-button {
    border-color: #155eef !important;
    background: #155eef !important;
    color: #fff !important;
    box-shadow: none !important;
}

body .product-details-redesign .product-details-sticky .btn.btn--primary.product-add-to-cart-button:hover,
body .product-details-redesign .product-details-sticky .btn.btn--primary.product-add-to-cart-button:focus {
    border-color: #155eef !important;
    background: #ffffff !important;
    color: #111827 !important;
    box-shadow: none !important;
}

/* Similar products: force deal-of-the-day UI from custom.css with higher specificity than inline page rules. */
body .product-details-redesign .container.rtl.text-align-direction.product-details-similar-products .view-all-text,
body .product-details-redesign .container.rtl.text-align-direction.product-details-similar-products .view-all-text.web-text-primary,
body .product-details-redesign .container.rtl.text-align-direction.product-details-similar-products a.view-all-text {
    color: #155eef !important;
}

body .product-details-redesign .container.rtl.text-align-direction.product-details-similar-products .product-details-similar-products__grid .product-details-similar-products__item > article.deal-day-product-card {
    border: 1px solid #e5eaf2 !important;
    border-radius: 12px !important;
    background: #fff !important;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .06) !important;
    overflow: hidden !important;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease !important;
}

body .product-details-redesign .container.rtl.text-align-direction.product-details-similar-products .product-details-similar-products__grid .product-details-similar-products__item > article.deal-day-product-card:hover {
    transform: translateY(-4px) !important;
    border-color: #155eef !important;
    box-shadow: 0 18px 36px rgba(21, 94, 239, .12) !important;
}

body .product-details-redesign .container.rtl.text-align-direction.product-details-similar-products .product-details-similar-products__grid .deal-day-product-card .deal-day-product-card__media {
    position: relative !important;
    margin: 0 !important;
    aspect-ratio: 1 / 1 !important;
    border-radius: 0 !important;
    overflow: hidden !important;
    background: #f8fafc !important;
}

body .product-details-redesign .container.rtl.text-align-direction.product-details-similar-products .product-details-similar-products__grid .deal-day-product-card .deal-day-product-card__badge {
    background: #155eef !important;
    color: #fff !important;
    top: 16px !important;
    left: 16px !important;
    padding: 8px 14px !important;
    border-radius: 999px !important;
}

body .product-details-redesign .container.rtl.text-align-direction.product-details-similar-products .product-details-similar-products__grid .deal-day-product-card .deal-day-product-card__actions {
    position: absolute !important;
    z-index: 2 !important;
    display: flex !important;
    align-items: center !important;
    top: 14px !important;
    right: 14px !important;
    gap: 8px !important;
}

body .product-details-redesign .container.rtl.text-align-direction.product-details-similar-products .product-details-similar-products__grid .deal-day-product-card .deal-day-product-card__icon,
body .product-details-redesign .container.rtl.text-align-direction.product-details-similar-products .product-details-similar-products__grid .deal-day-product-card .product-add-to-cart-button.deal-day-product-card__icon,
body .product-details-redesign .container.rtl.text-align-direction.product-details-similar-products .product-details-similar-products__grid .deal-day-product-card .product-action-add-wishlist.deal-day-product-card__icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    padding: 0 !important;
    line-height: 1 !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    color: #155eef !important;
    box-shadow: none !important;
    transform: none !important;
    transition: background .18s ease, color .18s ease, transform .18s ease !important;
}

body .product-details-redesign .container.rtl.text-align-direction.product-details-similar-products .product-details-similar-products__grid .deal-day-product-card .deal-day-product-card__icon:hover,
body .product-details-redesign .container.rtl.text-align-direction.product-details-similar-products .product-details-similar-products__grid .deal-day-product-card .deal-day-product-card__icon:focus,
body .product-details-redesign .container.rtl.text-align-direction.product-details-similar-products .product-details-similar-products__grid .deal-day-product-card .product-add-to-cart-button.deal-day-product-card__icon:hover,
body .product-details-redesign .container.rtl.text-align-direction.product-details-similar-products .product-details-similar-products__grid .deal-day-product-card .product-action-add-wishlist.deal-day-product-card__icon:hover {
    background: #155eef !important;
    color: #fff !important;
    transform: translateY(-2px) !important;
}

body .product-details-redesign .container.rtl.text-align-direction.product-details-similar-products .product-details-similar-products__grid .deal-day-product-card .product-action-add-wishlist.deal-day-product-card__icon:hover svg,
body .product-details-redesign .container.rtl.text-align-direction.product-details-similar-products .product-details-similar-products__grid .deal-day-product-card .product-action-add-wishlist.deal-day-product-card__icon:focus svg {
    stroke: #fff !important;
}

body .product-details-redesign .container.rtl.text-align-direction.product-details-similar-products .product-details-similar-products__grid .deal-day-product-card .deal-day-product-card__icon svg,
body .product-details-redesign .container.rtl.text-align-direction.product-details-similar-products .product-details-similar-products__grid .deal-day-product-card .product-add-to-cart-button.deal-day-product-card__icon svg,
body .product-details-redesign .container.rtl.text-align-direction.product-details-similar-products .product-details-similar-products__grid .deal-day-product-card .product-action-add-wishlist.deal-day-product-card__icon svg {
    display: block !important;
    width: 20px !important;
    height: 20px !important;
    stroke: currentColor !important;
    fill: none !important;
    stroke-width: 2 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
    margin: 0 !important;
    pointer-events: none !important;
}

body .product-details-redesign .container.rtl.text-align-direction.product-details-similar-products .product-details-similar-products__grid .deal-day-product-card .deal-day-product-card__body {
    padding: 10px 10px 12px !important;
}

body .product-details-redesign .container.rtl.text-align-direction.product-details-similar-products .product-details-similar-products__grid .deal-day-product-card .deal-day-product-card__title,
body .product-details-redesign .container.rtl.text-align-direction.product-details-similar-products .product-details-similar-products__grid .deal-day-product-card .deal-day-product-card__title a {
    color: #0f172a !important;
    min-height: 39px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
}

body .product-details-redesign .container.rtl.text-align-direction.product-details-similar-products .product-details-similar-products__grid .deal-day-product-card:hover .deal-day-product-card__title,
body .product-details-redesign .container.rtl.text-align-direction.product-details-similar-products .product-details-similar-products__grid .deal-day-product-card:hover .deal-day-product-card__title a,
body .product-details-redesign .container.rtl.text-align-direction.product-details-similar-products .product-details-similar-products__grid .deal-day-product-card .deal-day-product-card__title a:hover {
    color: #155eef !important;
}

body .product-details-redesign .container.rtl.text-align-direction.product-details-similar-products .product-details-similar-products__grid .deal-day-product-card .deal-day-product-card__button {
    display: grid !important;
    min-height: 42px !important;
    margin-top: auto !important;
    place-items: center !important;
    width: 100% !important;
    border-radius: 10px !important;
    background: #eff6ff !important;
    color: #155eef !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
}

body .product-details-redesign .container.rtl.text-align-direction.product-details-similar-products .product-details-similar-products__grid .deal-day-product-card .deal-day-product-card__button:hover,
body .product-details-redesign .container.rtl.text-align-direction.product-details-similar-products .product-details-similar-products__grid .deal-day-product-card .deal-day-product-card__button:focus {
    background: #155eef !important;
    color: #fff !important;
}

@media (max-width: 767.98px) {
    body .product-details-redesign .container.rtl.text-align-direction.product-details-similar-products .product-details-similar-products__grid {
        gap: 10px !important;
    }

    body .product-details-redesign .container.rtl.text-align-direction.product-details-similar-products .product-details-similar-products__grid .product-details-similar-products__item {
        flex: 0 0 calc(50% - 5px) !important;
        width: calc(50% - 5px) !important;
        max-width: calc(50% - 5px) !important;
    }

    body .product-details-redesign .container.rtl.text-align-direction.product-details-similar-products .product-details-similar-products__grid .product-details-similar-products__item > article.deal-day-product-card {
        border-radius: 14px !important;
    }

    body .product-details-redesign .container.rtl.text-align-direction.product-details-similar-products .product-details-similar-products__grid .deal-day-product-card .deal-day-product-card__media {
        aspect-ratio: 0.92 / 1 !important;
    }

    body .product-details-redesign .container.rtl.text-align-direction.product-details-similar-products .product-details-similar-products__grid .deal-day-product-card .deal-day-product-card__badge {
        top: 10px !important;
        left: 10px !important;
        padding: 6px 10px !important;
        font-size: 12px !important;
    }

    body .product-details-redesign .container.rtl.text-align-direction.product-details-similar-products .product-details-similar-products__grid .deal-day-product-card .deal-day-product-card__actions {
        top: 10px !important;
        right: 10px !important;
        gap: 6px !important;
    }

    body .product-details-redesign .container.rtl.text-align-direction.product-details-similar-products .product-details-similar-products__grid .deal-day-product-card .deal-day-product-card__icon,
    body .product-details-redesign .container.rtl.text-align-direction.product-details-similar-products .product-details-similar-products__grid .deal-day-product-card .product-add-to-cart-button.deal-day-product-card__icon,
    body .product-details-redesign .container.rtl.text-align-direction.product-details-similar-products .product-details-similar-products__grid .deal-day-product-card .product-action-add-wishlist.deal-day-product-card__icon {
        width: 38px !important;
        height: 38px !important;
        min-width: 38px !important;
        min-height: 38px !important;
        box-shadow: 0 8px 18px rgba(15, 23, 42, .12) !important;
    }

    body .product-details-redesign .container.rtl.text-align-direction.product-details-similar-products .product-details-similar-products__grid .deal-day-product-card .deal-day-product-card__icon svg,
    body .product-details-redesign .container.rtl.text-align-direction.product-details-similar-products .product-details-similar-products__grid .deal-day-product-card .product-add-to-cart-button.deal-day-product-card__icon svg,
    body .product-details-redesign .container.rtl.text-align-direction.product-details-similar-products .product-details-similar-products__grid .deal-day-product-card .product-action-add-wishlist.deal-day-product-card__icon svg {
        width: 18px !important;
        height: 18px !important;
    }

    body .product-details-redesign .container.rtl.text-align-direction.product-details-similar-products .product-details-similar-products__grid .deal-day-product-card .deal-day-product-card__body {
        padding: 12px 10px 14px !important;
    }

    body .product-details-redesign .container.rtl.text-align-direction.product-details-similar-products .product-details-similar-products__grid .deal-day-product-card .deal-day-product-card__title,
    body .product-details-redesign .container.rtl.text-align-direction.product-details-similar-products .product-details-similar-products__grid .deal-day-product-card .deal-day-product-card__title a {
        min-height: 82px !important;
        max-height: 82px !important;
        font-size: 13px !important;
        line-height: 1.35 !important;
        display: -webkit-box !important;
        overflow: hidden !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 2 !important;
    }

    body .product-details-redesign .container.rtl.text-align-direction.product-details-similar-products .product-details-similar-products__grid .deal-day-product-card .deal-day-product-card__price {
        margin-top: 8px !important;
        min-height: 44px !important;
    }

    body .product-details-redesign .container.rtl.text-align-direction.product-details-similar-products .product-details-similar-products__grid .deal-day-product-card .deal-day-product-card__current-price {
        font-size: 16px !important;
    }

    body .product-details-redesign .container.rtl.text-align-direction.product-details-similar-products .product-details-similar-products__grid .deal-day-product-card .deal-day-product-card__old-price {
        display: block !important;
        margin-top: 4px !important;
        font-size: 12px !important;
    }

    body .product-details-redesign .container.rtl.text-align-direction.product-details-similar-products .product-details-similar-products__grid .deal-day-product-card .deal-day-product-card__button {
        min-height: 40px !important;
        border-radius: 10px !important;
        font-size: 13px !important;
    }
}

/* Sticky bottom bar final state overrides from custom.css only. */
body .product-details-redesign .product-details-sticky.product-details-sticky-section .quantity-box,
body .product-details-redesign .product-details-sticky.product-details-sticky-section .quantity-box.quantity-box-120 {
    background: #f8fbff !important;
    border: 1px solid #155eef !important;
}

body .product-details-redesign .product-details-sticky.product-details-sticky-section .quantity-box .btn-number,
body .product-details-redesign .product-details-sticky.product-details-sticky-section .quantity-box .product-quantity-minus,
body .product-details-redesign .product-details-sticky.product-details-sticky-section .quantity-box .product-quantity-plus {
    background: #edf4ff !important;
    color: #155eef !important;
}

body .product-details-redesign .product-details-sticky.product-details-sticky-section .quantity-box .input-number,
body .product-details-redesign .product-details-sticky.product-details-sticky-section .quantity-box input[type="number"] {
    background: #ffffff !important;
    color: #475569 !important;
}

body .product-details-redesign .product-details-sticky.product-details-sticky-section .product-add-and-buy-section .btn.btn-secondary.product-buy-now-button,
body .product-details-redesign .product-details-sticky.product-details-sticky-section .product-add-and-buy-section .btn.btn-secondary.product-buy-now-button:hover,
body .product-details-redesign .product-details-sticky.product-details-sticky-section .product-add-and-buy-section .btn.btn-secondary.product-buy-now-button:focus {
    border: 1px solid #155eef !important;
    background: #fff7e8 !important;
    color: #111827 !important;
    box-shadow: none !important;
}

body .product-details-redesign .product-details-sticky.product-details-sticky-section .product-add-and-buy-section .btn.btn-secondary.product-buy-now-button *,
body .product-details-redesign .product-details-sticky.product-details-sticky-section .product-add-and-buy-section .btn.btn-secondary.product-buy-now-button:hover *,
body .product-details-redesign .product-details-sticky.product-details-sticky-section .product-add-and-buy-section .btn.btn-secondary.product-buy-now-button:focus * {
    color: #111827 !important;
}

body .product-details-redesign .product-details-sticky.product-details-sticky-section .product-add-and-buy-section .btn.btn--primary.product-add-to-cart-button {
    border: 1px solid #155eef !important;
    background: #155eef !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

body .product-details-redesign .product-details-sticky.product-details-sticky-section .product-add-and-buy-section .btn.btn--primary.product-add-to-cart-button:hover,
body .product-details-redesign .product-details-sticky.product-details-sticky-section .product-add-and-buy-section .btn.btn--primary.product-add-to-cart-button:focus {
    border: 1px solid #155eef !important;
    background: #ffffff !important;
    color: #111827 !important;
    box-shadow: none !important;
}

body .product-details-redesign .product-details-sticky.product-details-sticky-section .product-add-and-buy-section .btn.btn--primary.product-add-to-cart-button:hover *,
body .product-details-redesign .product-details-sticky.product-details-sticky-section .product-add-and-buy-section .btn.btn--primary.product-add-to-cart-button:focus * {
    color: #111827 !important;
}

/* Checkout details page: source-level blue theme overrides. */
body .checkout-shipping-page .checkout-steps.steps-light .step-item.active .step-count,
body .checkout-shipping-page .checkout-steps.steps-light .step-item.active .step-progress {
    background-color: #2563eb !important;
    color: #ffffff !important;
}

body .checkout-shipping-page .checkout-steps.steps-light .step-item.active.current,
body .checkout-shipping-page .checkout-steps.steps-light .step-item.active.current .step-label {
    color: #1d4ed8 !important;
}

body .checkout-shipping-page .order-summery-aside .__cart-total_sticky {
    border: 1px solid #dbe7ff;
    border-radius: 14px;
    padding: 28px 24px 22px;
    background: #ffffff;
    box-shadow: 0 16px 36px rgba(37, 99, 235, .08);
}

body .checkout-shipping-page .order-summery-aside .text-primary,
body .checkout-shipping-page .order-summery-aside .web-text-primary,
body .checkout-shipping-page .order-summery-aside .order-summary-continue-link,
body .checkout-shipping-page .order-summery-aside .cart_total h6.text-primary,
body .checkout-shipping-page .order-summery-aside .cart_title.text-primary {
    color: #1d4ed8 !important;
}

body .checkout-shipping-page .order-summery-aside .coupon-code-form .form-control,
body .checkout-shipping-page .order-summery-aside .d-flex.align-items-center.form-control.rounded-pill {
    border: 1px solid #dbe7ff !important;
    box-shadow: none !important;
}

body .checkout-shipping-page .order-summery-aside .coupon-code-form .btn.btn--primary,
body .checkout-shipping-page .order-summery-aside .order-summary-checkout-btn {
    background: #2563eb !important;
    border-color: #2563eb !important;
    color: #fff !important;
    box-shadow: none !important;
}

body .checkout-shipping-page .order-summery-aside .coupon-code-form .btn.btn--primary:hover,
body .checkout-shipping-page .order-summery-aside .coupon-code-form .btn.btn--primary:focus,
body .checkout-shipping-page .order-summery-aside .order-summary-checkout-btn:hover,
body .checkout-shipping-page .order-summery-aside .order-summary-checkout-btn:focus {
    background: #ffffff !important;
    border-color: #2563eb !important;
    color: #2563eb !important;
}

body .checkout-shipping-page .order-summery-aside hr {
    border-color: #dbe7ff !important;
}

body .checkout-shipping-page .order-summery-aside .deal-title {
    color: #334155 !important;
}

/* Shared checkout order-summary CTA across checkout-details, shipping, and payment pages. */
body .checkout-details-page .order-summery-aside .order-summary-checkout-btn,
body .checkout-shipping-page .order-summery-aside .order-summary-checkout-btn,
body .text-align-direction .order-summery-aside .order-summary-checkout-btn.action-checkout-function {
    background: #2563eb !important;
    border: 1px solid #2563eb !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

body .checkout-details-page .order-summery-aside .order-summary-checkout-btn:hover,
body .checkout-details-page .order-summery-aside .order-summary-checkout-btn:focus,
body .checkout-shipping-page .order-summery-aside .order-summary-checkout-btn:hover,
body .checkout-shipping-page .order-summery-aside .order-summary-checkout-btn:focus,
body .text-align-direction .order-summery-aside .order-summary-checkout-btn.action-checkout-function:hover,
body .text-align-direction .order-summery-aside .order-summary-checkout-btn.action-checkout-function:focus {
    background: #ffffff !important;
    border: 1px solid #2563eb !important;
    color: #2563eb !important;
    box-shadow: none !important;
}

body .checkout-details-page .order-summery-aside .order-summary-checkout-btn:hover *,
body .checkout-details-page .order-summery-aside .order-summary-checkout-btn:focus *,
body .checkout-shipping-page .order-summery-aside .order-summary-checkout-btn:hover *,
body .checkout-shipping-page .order-summery-aside .order-summary-checkout-btn:focus *,
body .text-align-direction .order-summery-aside .order-summary-checkout-btn.action-checkout-function:hover *,
body .text-align-direction .order-summery-aside .order-summary-checkout-btn.action-checkout-function:focus * {
    color: #2563eb !important;
}

/* Mobile UI updates to match New Arrivals (image-2) button style */
@media (max-width: 767.98px) {
    .product-list-card__button,
    .deal-day-product-card__button {
        min-height: 42px !important;
        border-radius: 10px !important;
        font-size: 14px !important;
        font-weight: 600 !important;
    }
}

/* Final mobile winner: similar products should follow New Arrivals card rhythm. Keep this at file end. */
@media (max-width: 767.98px) {
    body .product-details-redesign .product-details-similar-products .card-body {
        overflow: hidden !important;
        padding: 18px 0 18px 12px !important;
    }

    body .product-details-redesign .product-details-similar-products__grid {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 10px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        padding: 0 12px 10px 0 !important;
        margin: 0 !important;
        scroll-snap-type: x mandatory !important;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    body .product-details-redesign .product-details-similar-products__grid::-webkit-scrollbar {
        display: none !important;
    }

    body .product-details-redesign .product-details-similar-products__item {
        flex: 0 0 calc(50% - 8px) !important;
        width: calc(50% - 8px) !important;
        max-width: calc(50% - 8px) !important;
        min-width: calc(50% - 8px) !important;
        padding: 0 !important;
        scroll-snap-align: start !important;
    }

    body .product-details-redesign .product-details-similar-products__item > .deal-day-product-card {
        display: flex !important;
        flex-direction: column !important;
        min-height: 100% !important;
        border: 1px solid #e5eaf2 !important;
        border-radius: 12px !important;
        overflow: hidden !important;
        background: #fff !important;
        box-shadow: 0 8px 24px rgba(15, 23, 42, .06) !important;
    }

    body .product-details-redesign .product-details-similar-products__item > .deal-day-product-card .deal-day-product-card__media {
        position: relative !important;
        margin: 8px 8px 0 !important;
        aspect-ratio: 1 / 1 !important;
        overflow: hidden !important;
        border-radius: 8px !important;
        background: #ecece7 !important;
    }

    body .product-details-redesign .product-details-similar-products__item > .deal-day-product-card .deal-day-product-card__badge {
        position: absolute !important;
        top: 12px !important;
        left: 12px !important;
        z-index: 2 !important;
        padding: 6px 10px !important;
        border-radius: 999px !important;
        background: #155eef !important;
        color: #fff !important;
        font-size: 12px !important;
        font-weight: 900 !important;
        line-height: 1 !important;
    }

    body .product-details-redesign .product-details-similar-products__item > .deal-day-product-card .deal-day-product-card__actions {
        position: absolute !important;
        top: 12px !important;
        right: 12px !important;
        z-index: 3 !important;
        display: flex !important;
        gap: 6px !important;
    }

    body .product-details-redesign .product-details-similar-products__item > .deal-day-product-card .deal-day-product-card__icon,
    body .product-details-redesign .product-details-similar-products__item > .deal-day-product-card .product-add-to-cart-button.deal-day-product-card__icon,
    body .product-details-redesign .product-details-similar-products__item > .deal-day-product-card .product-action-add-wishlist.deal-day-product-card__icon {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 38px !important;
        height: 38px !important;
        min-width: 38px !important;
        min-height: 38px !important;
        padding: 0 !important;
        border: 0 !important;
        border-radius: 999px !important;
        background: #ffffff !important;
        color: #1d4ed8 !important;
        box-shadow: 0 10px 18px rgba(23, 23, 23, .08) !important;
        transform: none !important;
    }

    body .product-details-redesign .product-details-similar-products__item > .deal-day-product-card .deal-day-product-card__icon svg,
    body .product-details-redesign .product-details-similar-products__item > .deal-day-product-card .product-add-to-cart-button.deal-day-product-card__icon svg,
    body .product-details-redesign .product-details-similar-products__item > .deal-day-product-card .product-action-add-wishlist.deal-day-product-card__icon svg {
        width: 18px !important;
        height: 18px !important;
    }

    body .product-details-redesign .product-details-similar-products__item > .deal-day-product-card .deal-day-product-card__body {
        display: flex !important;
        flex: 1 !important;
        flex-direction: column !important;
        padding: 12px 10px 14px !important;
    }

    body .product-details-redesign .product-details-similar-products__item > .deal-day-product-card .deal-day-product-card__title,
    body .product-details-redesign .product-details-similar-products__item > .deal-day-product-card .deal-day-product-card__title a {
        min-height: 56px !important;
        margin: 0 !important;
        color: #333 !important;
        font-size: 13px !important;
        font-weight: 800 !important;
        line-height: 1.4 !important;
        display: -webkit-box !important;
        overflow: hidden !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 2 !important;
    }

    body .product-details-redesign .product-details-similar-products__item > .deal-day-product-card .deal-day-product-card__price {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: baseline !important;
        gap: 8px !important;
        margin-top: 8px !important;
        min-height: 44px !important;
    }

    body .product-details-redesign .product-details-similar-products__item > .deal-day-product-card .deal-day-product-card__current-price {
        color: #161616 !important;
        font-size: 16px !important;
        font-weight: 900 !important;
        line-height: 1 !important;
    }

    body .product-details-redesign .product-details-similar-products__item > .deal-day-product-card .deal-day-product-card__old-price {
        display: block !important;
        margin-top: 4px !important;
        color: #9b9b9b !important;
        font-size: 12px !important;
        font-weight: 700 !important;
    }

    body .product-details-redesign .product-details-similar-products__item > .deal-day-product-card .deal-day-product-card__button {
        display: grid !important;
        width: 100% !important;
        min-height: 42px !important;
        margin-top: auto !important;
        place-items: center !important;
        border-radius: 10px !important;
        background: #eff6ff !important;
        color: #1d4ed8 !important;
        font-size: 14px !important;
        font-weight: 700 !important;
        text-transform: uppercase !important;
    }
}

/* Nexora header logo alignment override */
body .babyfire-header .babyfire-brand {
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    min-width: max-content !important;
}

body .babyfire-header .babyfire-brand picture,
body .babyfire-header .babyfire-brand img {
    flex: 0 0 92px !important;
    width: 110px !important;
    height: 110px !important;
    max-width: 110px !important;
}

body .babyfire-header .babyfire-brand img {
    display: block !important;
    object-fit: contain !important;
    visibility: visible !important;
    opacity: 1 !important;
}

@media (max-width: 991px) {
    body .babyfire-header .babyfire-brand {
        gap: 6px !important;
    }

    body .babyfire-header .babyfire-brand picture,
    body .babyfire-header .babyfire-brand img {
        flex-basis: 82px !important;
        width: 82px !important;
        height: 82px !important;
        max-width: 82px !important;
    }
}

/* Nexora header logo visible-size hard override */
body .babyfire-header .babyfire-brand {
    gap: 10px !important;
}

body .babyfire-header .babyfire-brand picture {
    flex: 0 0 92px !important;
    width: 110px !important;
    height: 110px !important;
    max-width: 110px !important;
    overflow: visible !important;
}

body .babyfire-header .babyfire-brand img {
    width: 110px !important;
    height: 110px !important;
    max-width: 110px !important;
    max-height: 110px !important;
    object-fit: contain !important;
    transform: scale(1.55) !important;
    transform-origin: center center !important;
}

body .main-navbar .navbar-brand img,
body .main-navbar .navbar-brand img.logo-img,
body .navbar-brand img[src*="logo"] {
    width: 110px !important;
    height: 110px !important;
    max-width: 110px !important;
    max-height: 110px !important;
    object-fit: contain !important;
    transform: scale(1.55) !important;
    transform-origin: center center !important;
}

@media (max-width: 991px) {
    body .babyfire-header .babyfire-brand picture,
    body .babyfire-header .babyfire-brand img,
    body .main-navbar .navbar-brand img,
    body .main-navbar .navbar-brand img.logo-img,
    body .navbar-brand img[src*="logo"] {
        width: 82px !important;
        height: 82px !important;
        max-width: 82px !important;
        max-height: 82px !important;
    }

    body .babyfire-header .babyfire-brand img,
    body .main-navbar .navbar-brand img,
    body .main-navbar .navbar-brand img.logo-img,
    body .navbar-brand img[src*="logo"] {
        transform: scale(1.55) !important;
    }
}

/* Nexora footer logo name alignment */
body .footer-logo a,
body .footer-web-logo .footer-logo-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 14px !important;
    color: #0f172a !important;
    text-decoration: none !important;
}

body .footer-logo img,
body .footer-web-logo .footer-logo-link img {
    width: 110px !important;
    height: 110px !important;
    max-width: 110px !important;
    max-height: 110px !important;
    object-fit: contain !important;
}

body .footer-logo-name {
    display: inline-block !important;
    color: #0f172a !important;
    font-size: 30px !important;
    font-weight: 800 !important;
    letter-spacing: 2px !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
}

@media (max-width: 575.98px) {
    body .footer-logo a,
    body .footer-web-logo .footer-logo-link {
        justify-content: center !important;
        gap: 10px !important;
    }

    body .footer-logo img,
    body .footer-web-logo .footer-logo-link img {
        width: 82px !important;
        height: 82px !important;
        max-width: 82px !important;
        max-height: 82px !important;
    }

    body .footer-logo-name {
        font-size: 24px !important;
        letter-spacing: 1.5px !important;
    }
}

/* Footer logo final size override */
body .footer-logo a,
body .footer-web-logo a,
body .footer-web-logo .footer-logo-link {
    overflow: visible !important;
}

body .footer-logo img,
body .footer-web-logo img,
body .footer-web-logo .footer-logo-link img {
    width: 150px !important;
    height: 150px !important;
    max-width: 150px !important;
    max-height: 150px !important;
    object-fit: contain !important;
    transform: scale(1.35) !important;
    transform-origin: center center !important;
}

@media (max-width: 575.98px) {
    body .footer-logo img,
    body .footer-web-logo img,
    body .footer-web-logo .footer-logo-link img {
        width: 110px !important;
        height: 110px !important;
        max-width: 110px !important;
        max-height: 110px !important;
        transform: scale(1.35) !important;
    }
}

/* Header brand final center alignment */
body .babyfire-header .header-primary {
    align-items: center !important;
}

body .babyfire-header .babyfire-brand {
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 22px !important;
    min-height: 112px !important;
    line-height: 1 !important;
}

body .babyfire-header .babyfire-brand picture {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 112px !important;
    width: 112px !important;
    height: 112px !important;
    max-width: 112px !important;
    overflow: visible !important;
}

body .babyfire-header .babyfire-brand img {
    display: block !important;
    width: 112px !important;
    height: 112px !important;
    max-width: 112px !important;
    max-height: 112px !important;
    object-fit: contain !important;
    transform: scale(1.25) !important;
    transform-origin: center center !important;
}

body .babyfire-header .babyfire-brand-name {
    display: flex !important;
    align-items: center !important;
    height: 112px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #0f172a !important;
    font-size: 34px !important;
    font-weight: 800 !important;
    letter-spacing: 2px !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
    transform: none !important;
}

@media (max-width: 991px) {
    body .babyfire-header .babyfire-brand {
        gap: 14px !important;
        min-height: 82px !important;
    }

    body .babyfire-header .babyfire-brand picture,
    body .babyfire-header .babyfire-brand img {
        flex-basis: 82px !important;
        width: 82px !important;
        height: 82px !important;
        max-width: 82px !important;
        max-height: 82px !important;
    }

    body .babyfire-header .babyfire-brand-name {
        height: 82px !important;
        font-size: 28px !important;
        letter-spacing: 1.6px !important;
    }
}

/* Header brand polished final layout */
body .babyfire-header .header-primary {
    align-items: center !important;
}

body .babyfire-header .babyfire-brand {
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 16px !important;
    min-height: 84px !important;
    line-height: 1 !important;
}

body .babyfire-header .babyfire-brand picture {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 72px !important;
    width: 72px !important;
    height: 72px !important;
    max-width: 72px !important;
    overflow: visible !important;
}

body .babyfire-header .babyfire-brand img {
    display: block !important;
    width: 72px !important;
    height: 72px !important;
    max-width: 72px !important;
    max-height: 72px !important;
    object-fit: contain !important;
    transform: scale(1.12) !important;
    transform-origin: center center !important;
}

body .babyfire-header .babyfire-brand-name {
    display: flex !important;
    align-items: center !important;
    height: 72px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #0f172a !important;
    font-size: 30px !important;
    font-weight: 800 !important;
    letter-spacing: 2.4px !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
    transform: none !important;
}

@media (max-width: 991px) {
    body .babyfire-header .babyfire-brand {
        gap: 12px !important;
        min-height: 64px !important;
    }

    body .babyfire-header .babyfire-brand picture,
    body .babyfire-header .babyfire-brand img {
        flex-basis: 58px !important;
        width: 58px !important;
        height: 58px !important;
        max-width: 58px !important;
        max-height: 58px !important;
    }

    body .babyfire-header .babyfire-brand img {
        transform: scale(1.12) !important;
    }

    body .babyfire-header .babyfire-brand-name {
        height: 58px !important;
        font-size: 24px !important;
        letter-spacing: 2px !important;
    }
}

/* Header brand tight final override */
body .babyfire-header .babyfire-brand {
    gap: 0 !important;
    column-gap: 0 !important;
}

body .babyfire-header .babyfire-brand picture {
    flex: 0 0 58px !important;
    width: 58px !important;
    height: 72px !important;
    max-width: 58px !important;
    overflow: visible !important;
}

body .babyfire-header .babyfire-brand img {
    width: 72px !important;
    height: 72px !important;
    max-width: 72px !important;
    max-height: 72px !important;
    object-fit: contain !important;
    transform: scale(1.12) !important;
    transform-origin: center center !important;
}

body .babyfire-header .babyfire-brand-name {
    margin-inline-start: 2px !important;
    height: 72px !important;
    font-size: 30px !important;
    letter-spacing: 2.2px !important;
}

@media (max-width: 991px) {
    body .babyfire-header .babyfire-brand {
        gap: 0 !important;
        column-gap: 0 !important;
    }

    body .babyfire-header .babyfire-brand picture {
        flex-basis: 46px !important;
        width: 46px !important;
        height: 58px !important;
        max-width: 46px !important;
    }

    body .babyfire-header .babyfire-brand img {
        width: 58px !important;
        height: 58px !important;
        max-width: 58px !important;
        max-height: 58px !important;
        transform: scale(1.12) !important;
    }

    body .babyfire-header .babyfire-brand-name {
        margin-inline-start: 0 !important;
        height: 58px !important;
        font-size: 24px !important;
        letter-spacing: 1.8px !important;
    }
}

/* Mobile header search overflow fix */
@media (max-width: 575.98px) {
    .babyfire-header,
    .babyfire-header .container,
    .babyfire-header .header-primary {
        max-width: 100% !important;
        overflow-x: hidden !important;
    }

    .babyfire-header .header-primary {
        grid-template-columns: minmax(0, 1fr) auto !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        gap: 8px !important;
    }

    .babyfire-header .babyfire-search-group {
        grid-column: 1 / -1 !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        display: grid !important;
        grid-template-columns: 52px minmax(0, 1fr) 58px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        overflow: hidden !important;
        border-radius: 999px !important;
    }

    .babyfire-header .babyfire-search-group .dropdown,
    .babyfire-header .babyfire-category-trigger,
    .babyfire-header .babyfire-search-form,
    .babyfire-header .babyfire-search-form .search-bar-input {
        min-width: 0 !important;
        max-width: 100% !important;
    }

    .babyfire-header .babyfire-category-trigger {
        width: 52px !important;
        padding: 0 !important;
    }

    .babyfire-header .babyfire-search-form {
        display: contents !important;
        width: 100% !important;
    }

    .babyfire-header .babyfire-search-form .search-bar-input {
        width: 100% !important;
        min-width: 0 !important;
        padding-left: 12px !important;
        padding-right: 8px !important;
        font-size: 12px !important;
        text-overflow: ellipsis !important;
    }

    .babyfire-header .babyfire-search-form .search-btn {
        width: 58px !important;
        min-width: 58px !important;
        padding: 0 !important;
        border-radius: 0 999px 999px 0 !important;
    }

    body {
        overflow-x: hidden !important;
    }
}

/* Mobile header brand left + actions visible fix */
@media (max-width: 575.98px) {
    .babyfire-header .header-primary {
        display: grid !important;
        grid-template-columns: auto minmax(0, 1fr) auto !important;
        align-items: center !important;
        column-gap: 8px !important;
        row-gap: 10px !important;
        padding-left: 8px !important;
        padding-right: 8px !important;
        overflow: visible !important;
    }

    .babyfire-header .babyfire-mobile-tools {
        grid-column: 1 !important;
        grid-row: 1 !important;
        display: flex !important;
        align-items: center !important;
        gap: 6px !important;
        min-width: max-content !important;
    }

    .babyfire-header .babyfire-brand {
        grid-column: 2 !important;
        grid-row: 1 !important;
        justify-self: start !important;
        justify-content: flex-start !important;
        max-width: 100% !important;
        min-width: 0 !important;
        min-height: 46px !important;
        gap: 2px !important;
        overflow: hidden !important;
    }

    .babyfire-header .babyfire-brand picture {
        flex: 0 0 38px !important;
        width: 38px !important;
        height: 46px !important;
        max-width: 38px !important;
        overflow: visible !important;
    }

    .babyfire-header .babyfire-brand img {
        width: 44px !important;
        height: 44px !important;
        max-width: 44px !important;
        max-height: 44px !important;
        object-fit: contain !important;
        transform: none !important;
    }

    .babyfire-header .babyfire-brand-name {
        height: 46px !important;
        max-width: 130px !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        font-size: 24px !important;
        letter-spacing: 2px !important;
        line-height: 1 !important;
        margin-inline-start: 2px !important;
    }

    .babyfire-header .babyfire-actions {
        grid-column: 3 !important;
        grid-row: 1 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 6px !important;
        min-width: max-content !important;
        width: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
    }

    .babyfire-header .babyfire-actions .babyfire-action {
        display: flex !important;
        min-width: 30px !important;
        width: 30px !important;
        padding: 0 !important;
        border: 0 !important;
    }

    .babyfire-header .babyfire-actions .babyfire-account,
    .babyfire-header .babyfire-actions .babyfire-action-label {
        display: none !important;
    }

    .babyfire-header .babyfire-actions .babyfire-action-icon,
    .babyfire-header .babyfire-actions .navbar-tool-icon-box {
        width: 30px !important;
        height: 30px !important;
        min-width: 30px !important;
    }

    .babyfire-header .babyfire-search-group {
        grid-column: 1 / -1 !important;
        grid-row: 2 !important;
    }
}

/* Mobile header balanced final layout */
@media (max-width: 575.98px) {
    .babyfire-header .header-primary {
        display: grid !important;
        grid-template-columns: 88px minmax(0, 1fr) 68px !important;
        align-items: center !important;
        column-gap: 8px !important;
        row-gap: 10px !important;
        padding: 10px 8px !important;
        min-height: auto !important;
        overflow: visible !important;
    }

    .babyfire-header .babyfire-mobile-tools {
        grid-column: 1 !important;
        grid-row: 1 !important;
        width: 88px !important;
        min-width: 88px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 6px !important;
    }

    .babyfire-header .babyfire-mobile-tools .babyfire-action-icon,
    .babyfire-header .babyfire-mobile-toggle {
        width: 38px !important;
        height: 38px !important;
        min-width: 38px !important;
        border-radius: 8px !important;
    }

    .babyfire-header .babyfire-mobile-tools img {
        width: 28px !important;
        height: 28px !important;
        object-fit: cover !important;
    }

    .babyfire-header .babyfire-brand {
        grid-column: 2 !important;
        grid-row: 1 !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        min-height: 42px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 6px !important;
        overflow: hidden !important;
    }

    .babyfire-header .babyfire-brand picture {
        flex: 0 0 34px !important;
        width: 34px !important;
        height: 42px !important;
        max-width: 34px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        overflow: visible !important;
    }

    .babyfire-header .babyfire-brand img {
        width: 38px !important;
        height: 38px !important;
        max-width: 38px !important;
        max-height: 38px !important;
        object-fit: contain !important;
        transform: none !important;
    }

    .babyfire-header .babyfire-brand-name {
        height: 42px !important;
        min-width: 0 !important;
        max-width: 100% !important;
        display: flex !important;
        align-items: center !important;
        overflow: hidden !important;
        text-overflow: clip !important;
        font-size: 22px !important;
        font-weight: 800 !important;
        letter-spacing: 2.4px !important;
        line-height: 1 !important;
        white-space: nowrap !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .babyfire-header .babyfire-actions {
        grid-column: 3 !important;
        grid-row: 1 !important;
        width: 68px !important;
        min-width: 68px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 6px !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
        background: transparent !important;
        box-shadow: none !important;
        border: 0 !important;
    }

    .babyfire-header .babyfire-actions .babyfire-action {
        width: 30px !important;
        min-width: 30px !important;
        height: 38px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 !important;
        margin: 0 !important;
        border: 0 !important;
    }

    .babyfire-header .babyfire-actions .babyfire-account,
    .babyfire-header .babyfire-actions .babyfire-action-label,
    .babyfire-header .babyfire-cart .navbar-tool-text {
        display: none !important;
    }

    .babyfire-header .babyfire-actions .babyfire-action-icon,
    .babyfire-header .babyfire-actions .navbar-tool-icon-box {
        width: 30px !important;
        height: 30px !important;
        min-width: 30px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin: 0 !important;
    }

    .babyfire-header .babyfire-actions .badge-count,
    .babyfire-header .babyfire-actions .count-value,
    .babyfire-header .babyfire-cart .count-value {
        top: -4px !important;
        right: -5px !important;
        z-index: 5 !important;
    }

    .babyfire-header .babyfire-search-group {
        grid-column: 1 / -1 !important;
        grid-row: 2 !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
    }
}

/* Mobile header polished final UI */
@media (max-width: 575.98px) {
    .flash-offer-topbar {
        display: none !important;
    }

    .babyfire-header {
        width: 100% !important;
        background: #ffffff !important;
        overflow: hidden !important;
    }

    .babyfire-header .header-primary {
        display: grid !important;
        grid-template-columns: auto minmax(0, 1fr) auto !important;
        align-items: center !important;
        column-gap: 8px !important;
        row-gap: 12px !important;
        width: 100% !important;
        max-width: 100% !important;
        min-height: auto !important;
        padding: 12px 10px 14px !important;
        overflow: hidden !important;
    }

    .babyfire-header .babyfire-mobile-tools {
        grid-column: 1 !important;
        grid-row: 1 !important;
        display: flex !important;
        align-items: center !important;
        gap: 6px !important;
        min-width: max-content !important;
    }

    .babyfire-header .babyfire-mobile-tools .babyfire-action-icon,
    .babyfire-header .babyfire-mobile-toggle {
        width: 38px !important;
        height: 38px !important;
        min-width: 38px !important;
        border-radius: 9px !important;
    }

    .babyfire-header .babyfire-mobile-tools img {
        width: 30px !important;
        height: 30px !important;
        object-fit: cover !important;
    }

    .babyfire-header .babyfire-brand {
        grid-column: 2 !important;
        grid-row: 1 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        min-width: 0 !important;
        max-width: 100% !important;
        gap: 7px !important;
        overflow: hidden !important;
        text-decoration: none !important;
    }

    .babyfire-header .babyfire-brand picture {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex: 0 0 34px !important;
        width: 34px !important;
        height: 42px !important;
        max-width: 34px !important;
        overflow: visible !important;
    }

    .babyfire-header .babyfire-brand img {
        display: block !important;
        width: 40px !important;
        height: 40px !important;
        max-width: 40px !important;
        max-height: 40px !important;
        object-fit: contain !important;
        transform: none !important;
    }

    .babyfire-header .babyfire-brand-name {
        display: block !important;
        min-width: 0 !important;
        max-width: 116px !important;
        overflow: hidden !important;
        color: #0f172a !important;
        font-size: 23px !important;
        font-weight: 800 !important;
        letter-spacing: 2px !important;
        line-height: 1 !important;
        text-transform: uppercase !important;
        white-space: nowrap !important;
        text-overflow: clip !important;
    }

    .babyfire-header .babyfire-actions {
        grid-column: 3 !important;
        grid-row: 1 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 6px !important;
        min-width: max-content !important;
        width: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        box-shadow: none !important;
        background: transparent !important;
        overflow: visible !important;
    }

    .babyfire-header .babyfire-actions .babyfire-account,
    .babyfire-header .babyfire-actions .babyfire-action-label {
        display: none !important;
    }

    .babyfire-header .babyfire-actions .babyfire-action {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 32px !important;
        min-width: 32px !important;
        height: 38px !important;
        padding: 0 !important;
        border: 0 !important;
        overflow: visible !important;
    }

    .babyfire-header .babyfire-actions .babyfire-action-icon,
    .babyfire-header .babyfire-actions .navbar-tool-icon-box {
        position: relative !important;
        width: 32px !important;
        height: 32px !important;
        min-width: 32px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        overflow: visible !important;
    }

    .babyfire-header .babyfire-actions .badge-count,
    .babyfire-header .babyfire-actions .count-value {
        top: -7px !important;
        right: -6px !important;
        z-index: 5 !important;
    }

    .babyfire-header .babyfire-search-group {
        grid-column: 1 / -1 !important;
        grid-row: 2 !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        display: grid !important;
        grid-template-columns: 48px minmax(0, 1fr) 56px !important;
        margin: 0 !important;
        overflow: hidden !important;
        border-radius: 999px !important;
    }

    .babyfire-header .babyfire-search-form {
        display: contents !important;
    }

    .babyfire-header .babyfire-category-trigger {
        width: 48px !important;
        padding: 0 !important;
    }

    .babyfire-header .babyfire-search-form .search-bar-input {
        width: 100% !important;
        min-width: 0 !important;
        padding: 0 10px !important;
        font-size: 12px !important;
        text-overflow: ellipsis !important;
    }

    .babyfire-header .babyfire-search-form .search-btn {
        width: 56px !important;
        min-width: 56px !important;
        padding: 0 !important;
    }
}

/* Mobile header duplicate account icon hide */
@media (max-width: 575.98px) {
    .babyfire-header .babyfire-actions > .babyfire-account,
    .babyfire-header .babyfire-actions > .babyfire-account.dropdown,
    .babyfire-header .babyfire-actions > div.babyfire-account {
        display: none !important;
        width: 0 !important;
        min-width: 0 !important;
        height: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: hidden !important;
        visibility: hidden !important;
    }

    .babyfire-header .babyfire-actions {
        grid-template-columns: none !important;
    }
}

/* Product details mobile wishlist right top */
@media (max-width: 575.98px) {
    body .product-details-redesign .cz-product-gallery {
        position: relative !important;
    }

    body .product-details-redesign .cz-product-gallery .cz-preview,
    body .product-details-redesign .cz-product-gallery .product-preview-item,
    body .product-details-redesign .cz-product-gallery .cz-preview-item {
        position: relative !important;
    }

    body .product-details-redesign .wishList-pos-btn,
    body .product-details-redesign .cz-product-gallery .wishList-pos-btn,
    body .product-details-redesign .cz-product-gallery .product-action-add-wishlist.wishList-pos-btn {
        position: absolute !important;
        top: 12px !important;
        right: 12px !important;
        left: auto !important;
        inset-inline-start: auto !important;
        inset-inline-end: 12px !important;
        z-index: 50 !important;
        width: 38px !important;
        height: 38px !important;
        min-width: 38px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 !important;
        border-radius: 10px !important;
        background: #ffffff !important;
        box-shadow: 0 6px 16px rgba(15, 23, 42, 0.12) !important;
        transform: none !important;
    }
}

/* Product details mobile wishlist force visible */
@media (max-width: 575.98px) {
    body .product-details-redesign .cz-product-gallery,
    body .product-details-redesign .cz-product-gallery .cz,
    body .product-details-redesign .cz-product-gallery .cz-preview,
    body .product-details-redesign .cz-product-gallery .product-preview-item,
    body .product-details-redesign .cz-product-gallery .cz-preview-item {
        overflow: visible !important;
    }

    body .product-details-redesign .cz-product-gallery {
        position: relative !important;
    }

    body .product-details-redesign .wishList-pos-btn.d-sm-none,
    body .product-details-redesign .cz-product-gallery > .wishList-pos-btn,
    body .product-details-redesign .cz-product-gallery .wishList-pos-btn,
    body .product-details-redesign .product-action-add-wishlist.wishList-pos-btn {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: absolute !important;
        top: 14px !important;
        right: 14px !important;
        left: auto !important;
        bottom: auto !important;
        inset-inline-start: auto !important;
        inset-inline-end: 14px !important;
        z-index: 9999 !important;
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
        padding: 0 !important;
        margin: 0 !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 10px !important;
        border: 1px solid rgba(27, 127, 237, 0.18) !important;
        background: #ffffff !important;
        color: #155eef !important;
        box-shadow: 0 8px 18px rgba(15, 23, 42, 0.16) !important;
        transform: none !important;
        pointer-events: auto !important;
    }

    body .product-details-redesign .wishList-pos-btn i {
        display: inline-block !important;
        color: #155eef !important;
        font-size: 18px !important;
        line-height: 1 !important;
    }
}

/* Product details mobile wishlist parent force visible */
@media (max-width: 575.98px) {
    body .product-details-redesign .product-details-preview-actions {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: absolute !important;
        top: 0 !important;
        right: 0 !important;
        left: auto !important;
        z-index: 9999 !important;
        width: 0 !important;
        height: 0 !important;
        pointer-events: none !important;
        overflow: visible !important;
    }

    body .product-details-redesign .product-details-preview-actions .wishList-pos-btn {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        pointer-events: auto !important;
    }
}

/* Product details mobile wishlist simple right-top fix */
@media (max-width: 575.98px) {
    body .product-details-redesign .cz-product-gallery,
    body .product-details-redesign .cz-product-gallery .cz-preview {
        position: relative !important;
        overflow: visible !important;
    }

    body .product-details-redesign .product-details-preview-actions {
        display: block !important;
        position: static !important;
        width: auto !important;
        height: auto !important;
        overflow: visible !important;
        pointer-events: auto !important;
    }

    body .product-details-redesign .product-details-preview-actions .wishList-pos-btn {
        display: flex !important;
        position: absolute !important;
        top: 14px !important;
        right: 14px !important;
        left: auto !important;
        bottom: auto !important;
        inset-inline-start: auto !important;
        inset-inline-end: auto !important;
        z-index: 9999 !important;
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
        padding: 0 !important;
        margin: 0 !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 10px !important;
        background: #ffffff !important;
        box-shadow: 0 8px 18px rgba(15, 23, 42, 0.16) !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
    }

    body .product-details-redesign .product-details-preview-actions .wishList-pos-btn i {
        display: inline-block !important;
        color: #155eef !important;
        font-size: 18px !important;
        line-height: 1 !important;
    }
}
