        .page-wrapper.ms-0 .content {
            padding-left: clamp(12px, 2vw, 28px);
            padding-right: clamp(12px, 2vw, 28px);
            padding-top: 16px;
            padding-bottom: 16px;
        }

        #boutiqueLayoutRow {
            align-items: flex-start;
            row-gap: 22px;
        }

        .boutique-cart-column {
            align-self: flex-start;
        }

        #boutiqueProductsColumn,
        #boutiqueProductsColumn .tabs_container,
        #boutiqueProductsColumn .tab_content {
            max-width: 100%;
            overflow: visible;
        }

        #boutiqueProductsColumn {
            transition: max-width .24s ease, flex-basis .24s ease;
        }

        #boutiqueProductsColumn .tab_content.active {
            display: block;
        }

        #boutiqueProductsColumn .tabs_container .row {
            margin-left: -10px;
            margin-right: -10px;
        }

        #boutiqueProductsColumn .tabs_container .row>[class*="col-"] {
            padding-left: 10px;
            padding-right: 10px;
        }

        #boutiqueProductsColumn .page-header {
            margin-bottom: 8px;
        }

        #boutiqueProductsColumn .page-title h4 {
            color: #463956;
            font-weight: 800;
        }

        #boutiqueProductsColumn .page-title h6 {
            color: #8a778d;
        }

        #boutiqueProductsColumn .owl-product {
            margin-bottom: 14px;
            max-width: 100%;
            overflow: hidden;
            padding-top: 8px;
        }

        #boutiqueProductsColumn .owl-product .owl-nav {
            margin-top: 0;
            top: -2px;
        }

        #boutiqueProductsColumn .owl-stage-outer {
            overflow: hidden;
        }

        #boutiqueProductsColumn .productset {
            border: 1px solid #f1d7e4;
            border-radius: 8px;
            box-shadow: 0 12px 28px rgba(119, 91, 125, .08);
            margin-bottom: 22px;
            overflow: visible;
            position: relative;
            transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
        }

        #boutiqueProductsColumn .productset:hover {
            border-color: #eab6ce;
            box-shadow: 0 16px 34px rgba(119, 91, 125, .13);
            transform: translateY(-2px);
            z-index: 20;
        }

        #boutiqueProductsColumn .productsetimg {
            background: linear-gradient(180deg, #fff 0%, #fff7fb 100%);
            overflow: hidden;
            position: relative;
        }

        #boutiqueProductsColumn .productsetimg .product-main-photo {
            transition: opacity .25s ease, transform .25s ease;
        }

        @media (hover: none), (pointer: coarse) {
            #boutiqueProductsColumn .boutique-mobile-detail-trigger {
                cursor: zoom-in;
            }
        }

        #boutiqueProductsColumn .boutique-product-hover-modal {
            background: #fff;
            border: 1px solid #f1d7e4;
            border-radius: 8px;
            box-shadow: 0 30px 80px rgba(87, 61, 96, .26);
            max-height: clamp(440px, 74vh, 820px);
            opacity: 0;
            overflow-y: auto;
            padding: clamp(10px, 1vw, 16px);
            pointer-events: none;
            position: absolute;
            top: 50%;
            transform: translateY(-50%) scale(.98);
            transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
            visibility: hidden;
            width: clamp(520px, 44vw, 820px);
            z-index: 2000;
        }

        @media (hover: hover) and (pointer: fine) {
            #boutiqueProductsColumn .productset:hover .boutique-product-hover-modal {
                opacity: 1;
                pointer-events: auto;
                transform: translateY(-50%) scale(1);
                visibility: visible;
            }
        }

        #boutiqueProductsColumn .boutique-product-card:nth-child(4n + 1) .boutique-product-hover-modal,
        #boutiqueProductsColumn .boutique-product-card:nth-child(4n + 2) .boutique-product-hover-modal {
            left: 100%;
            right: auto;
            transform-origin: left center;
        }

        #boutiqueProductsColumn .boutique-product-card:nth-child(4n + 3) .boutique-product-hover-modal,
        #boutiqueProductsColumn .boutique-product-card:nth-child(4n) .boutique-product-hover-modal {
            left: auto;
            right: 100%;
            transform-origin: right center;
        }

        #boutiqueProductsColumn .boutique-product-hover-image {
            align-items: center;
            background: linear-gradient(180deg, #fff, #fff7fb);
            border: 1px solid #f7e3ec;
            border-radius: 8px;
            display: flex;
            justify-content: center;
            min-height: clamp(190px, 32vh, 430px);
            overflow: hidden;
        }

        #boutiqueProductsColumn .boutique-product-hover-image img {
            height: 100%;
            max-height: clamp(210px, 38vh, 520px);
            object-fit: contain;
            transition: transform .22s ease;
            width: 100%;
        }

        @media (hover: hover) and (pointer: fine) {
            #boutiqueProductsColumn .boutique-product-hover-image:hover img {
                transform: scale(1.18);
            }
        }

        #boutiqueProductsColumn .boutique-product-hover-image span {
            color: #8c7d93;
            font-size: 13px;
            font-weight: 800;
            text-align: center;
        }

        #boutiqueProductsColumn .boutique-product-hover-details {
            align-self: stretch;
            display: grid;
            gap: clamp(6px, .7vw, 10px);
            grid-auto-rows: min-content;
            margin-top: 0;
        }

        #boutiqueProductsColumn .boutique-product-hover-details h5 {
            color: #5d5168;
            font-size: clamp(16px, 1.25vw, 20px);
            font-weight: 900;
            line-height: 1.25;
            margin: 0 0 4px;
        }

        #boutiqueProductsColumn .boutique-product-hover-details div {
            align-items: center;
            background: #fff8fb;
            border: 1px solid #f7e3ec;
            border-radius: 8px;
            display: flex;
            justify-content: space-between;
            padding: clamp(8px, .8vw, 13px) clamp(9px, .9vw, 14px);
        }

        #boutiqueProductsColumn .boutique-product-hover-details span {
            color: #8a7f91;
            font-size: clamp(12px, .85vw, 14px);
            font-weight: 800;
        }

        #boutiqueProductsColumn .boutique-product-hover-details strong {
            color: #c14f83;
            font-size: clamp(13px, .95vw, 16px);
            font-weight: 900;
            text-align: right;
        }

        @media (min-width: 576px) {
            #boutiqueProductsColumn .boutique-product-hover-modal {
                display: grid;
                gap: clamp(10px, 1vw, 16px);
                grid-template-columns: minmax(220px, 1.45fr) minmax(170px, .9fr);
            }
        }

        @media (min-width: 768px) {
            #boutiqueProductsColumn .boutique-product-hover-modal {
                grid-template-columns: minmax(260px, 1.5fr) minmax(190px, .9fr);
            }
        }

        @media (min-width: 768px) and (max-width: 1199px) {
            #boutiqueProductsColumn .boutique-product-card:nth-child(3n + 1) .boutique-product-hover-modal {
                left: 100%;
                right: auto;
                transform-origin: left center;
            }

            #boutiqueProductsColumn .boutique-product-card:nth-child(3n + 2) .boutique-product-hover-modal,
            #boutiqueProductsColumn .boutique-product-card:nth-child(3n) .boutique-product-hover-modal {
                left: auto;
                right: 100%;
                transform-origin: right center;
            }
        }

        @media (max-width: 767px) {
            #boutiqueProductsColumn .boutique-product-hover-modal {
                left: 50%;
                max-height: 82vh;
                overflow-y: auto;
                position: fixed;
                right: auto;
                top: 50%;
                transform: translate(-50%, -46%) scale(.98);
                width: min(520px, 92vw);
            }

            @media (hover: hover) and (pointer: fine) {
                #boutiqueProductsColumn .productset:hover .boutique-product-hover-modal {
                    transform: translate(-50%, -50%) scale(1);
                }
            }

            #boutiqueProductsColumn .boutique-product-hover-image {
                min-height: clamp(220px, 42vh, 330px);
            }
        }

        @media (max-width: 575px) {
            #boutiqueProductsColumn .boutique-product-hover-modal {
                width: min(420px, 92vw);
            }

            #boutiqueProductsColumn .boutique-product-hover-details h5 {
                font-size: 17px;
            }

            #boutiqueProductsColumn .boutique-product-hover-details div {
                align-items: flex-start;
                flex-direction: column;
                gap: 4px;
            }

            #boutiqueProductsColumn .boutique-product-hover-details strong {
                text-align: left;
            }
        }

        #boutiqueProductsColumn .productsetimg h6 {
            position: relative;
            z-index: 2;
        }

        #boutiqueProductsColumn .productsetcontent h5 {
            color: #5d5168;
            font-size: 14px;
            font-weight: 800;
            line-height: 1.25;
        }

        #boutiqueProductsColumn .productsetcontent h4 {
            color: #7b7084;
            line-height: 1.45;
        }

        #boutiqueProductsColumn .productsetcontent h6 {
            color: #cf5f92;
            font-size: 16px;
        }

        #boutiqueProductsColumn .trigger-logic-button {
            border-color: #e7a9ca;
            color: #b84f82;
            font-size: 15px;
            margin: 0 13px 16px;
            min-height: 42px;
            width: calc(100% - 26px);
        }

        #boutiqueProductsColumn .trigger-logic-button:hover,
        #boutiqueProductsColumn .trigger-logic-button.active {
            background: #e7a9ca;
            border-color: #e7a9ca;
            color: #fff;
        }

        @media (min-width: 992px) {
            .boutique-has-cart #boutiqueProductsColumn .tabs_container .boutique-product-card {
                flex: 0 0 33.333333%;
                max-width: 33.333333%;
            }
        }

        @media (min-width: 1400px) {
            .boutique-has-cart #boutiqueProductsColumn .tabs_container .boutique-product-card {
                flex: 0 0 25%;
                max-width: 25%;
            }
        }

        .boutique-cart-panel {
            background: linear-gradient(180deg, #ffe2ee 0%, #fff7fb 100%);
            border: 1px solid rgba(229, 180, 208, .55);
            border-radius: 8px;
            box-shadow: 0 16px 34px rgba(203, 136, 174, .14);
            padding: 18px 16px;
            width: 100%;
        }

        .boutique-cart-panel h4 {
            color: #53406f;
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 18px;
        }

        .boutique-cart-body {
            background: rgba(255, 255, 255, .88);
            border: 1px solid rgba(229, 180, 208, .36);
            border-radius: 8px;
            padding: 8px 18px;
        }

        #default-image {
            display: block;
            margin: 42px auto;
            max-width: 160px;
            opacity: .65;
        }

        .boutique-cart-item {
            align-items: center;
            background: #fff;
            border: 1px solid #f4d7e5;
            border-radius: 8px;
            box-shadow: 0 10px 22px rgba(203, 136, 174, .10);
            display: grid;
            gap: 12px;
            grid-template-columns: 1fr 84px;
            list-style: none;
            margin: 0 0 12px;
            padding: 16px 12px;
        }

        .boutique-cart-item:last-child {
            margin-bottom: 0;
        }

        .boutique-cart-item>li {
            list-style: none;
        }

        .boutique-cart-item .productimg {
            align-items: center;
            display: flex;
            gap: 14px;
        }

        .boutique-cart-item .productimgs {
            flex: 0 0 98px;
            text-align: center;
        }

        .boutique-cart-item .productimgs img {
            max-height: 76px;
            max-width: 98px;
            object-fit: contain;
        }

        .boutique-cart-item .productcontet h4 {
            color: #6f63df;
            font-size: 16px;
            font-weight: 800;
            line-height: 1.25;
            margin: 0 0 6px;
            text-transform: uppercase;
        }

        .boutique-cart-item .productlinkset h5 {
            background: #ff9f55;
            border-radius: 5px;
            color: #fff;
            display: inline-block;
            font-size: 14px;
            font-weight: 500;
            margin: 0 0 10px;
            padding: 5px 10px;
        }

        .boutique-cart-item .input-groups {
            align-items: center;
            display: flex;
            gap: 10px;
        }

        .boutique-cart-item .button {
            align-items: center;
            background: #fff;
            border: 1px solid #d7c7df;
            border-radius: 4px;
            color: #8b7c9b;
            display: inline-flex;
            height: 22px;
            justify-content: center;
            line-height: 1;
            padding: 0;
            width: 22px;
        }

        .boutique-cart-item .quantity-field {
            border: 0;
            color: #7367f0;
            font-size: 16px;
            text-align: center;
            width: 20px;
        }

        .boutique-cart-price {
            color: #7367f0;
            font-size: 16px;
            text-align: right;
        }

        .boutique-cart-total,
        .checkout-lines>div {
            align-items: center;
            color: #6f63df;
            display: flex;
            font-size: 18px;
            font-weight: 700;
            justify-content: space-between;
            margin: 16px 8px 0;
        }

        .boutique-cart-total input,
        .checkout-lines input,
        .boutique-pay-total input {
            background: transparent;
            border: 0;
            color: #7367f0;
            font: inherit;
            max-width: 130px;
            text-align: right;
        }

        .boutique-finalize-btn,
        .boutique-pay-btn {
            background: linear-gradient(180deg, #f4c2d9 0%, #e7a9ca 100%);
            border: 1px solid #ff9f55;
            border-radius: 5px;
            color: #fff;
            display: block;
            font-size: 30px;
            font-weight: 800;
            line-height: 1;
            margin-top: 22px;
            min-height: 54px;
            width: 100%;
        }

        .boutique-checkout-modal .modal-dialog {
            max-width: min(610px, calc(100vw - 24px));
        }

        .boutique-checkout-modal .modal-content {
            border: 0;
            border-radius: 8px;
            max-height: calc(100vh - 24px);
            overflow: hidden;
        }

        .boutique-checkout-modal .modal-body {
            max-height: calc(100vh - 76px);
            overflow-y: auto;
            padding: 0 30px 22px;
            scrollbar-width: thin;
        }

        .boutique-checkout-modal .form-control,
        .boutique-checkout-modal .select2-container .select2-selection--single {
            border-radius: 6px;
            font-size: 19px;
            min-height: 50px;
            margin-bottom: 12px;
        }

        .checkout-lines {
            margin: 16px 0 28px;
        }

        .checkout-payment-title {
            color: #061125;
            font-size: 20px;
            margin-bottom: 4px;
        }

        .checkout-payment-options {
            display: grid;
            gap: 12px;
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }

        .checkout-payment-options .paymentmethod {
            align-items: center;
            background-color: #fff;
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            border: 1px solid #e5e7eb;
            border-radius: 6px;
            display: flex;
            flex-direction: column;
            font-size: 18px;
            font-weight: 700;
            height: 118px;
            justify-content: center;
        }

        .checkout-payment-options .paymentmethod.active {
            border-color: #ff8f33;
            box-shadow: 0 0 0 2px rgba(255, 143, 51, .18);
        }

        .checkout-payment-options .scan img {
            height: 28px;
            margin-bottom: 14px;
            width: 28px;
        }

        .boutique-pay-total {
            align-items: center;
            background: #f0c4d8;
            border-radius: 6px;
            display: flex;
            justify-content: space-between;
            margin: 20px 0 24px;
            min-height: 62px;
            padding: 0 58px 0 34px;
        }

        .boutique-pay-total h5,
        .boutique-pay-total input {
            color: #fff;
            font-size: 22px;
            font-weight: 800;
            margin: 0;
        }

        .boutique-pay-btn {
            margin-top: 18px;
        }

        @media (max-width: 991px) {
            #boutiqueProductsColumn,
            #boutiqueCartColumn {
                flex: 0 0 100%;
                max-width: 100%;
            }

            .boutique-cart-column {
                position: static;
            }

            .boutique-cart-panel {
                margin-top: 4px;
            }

            .boutique-finalize-btn,
            .boutique-pay-btn {
                font-size: 24px;
            }
        }

        @media (min-width: 992px) and (max-height: 820px) {
            .page-wrapper.ms-0 {
                padding-top: 54px;
            }

            .page-wrapper.ms-0 .content {
                padding-top: 10px;
                padding-bottom: 10px;
            }

            #boutiqueLayoutRow {
                row-gap: 14px;
            }

            #boutiqueProductsColumn .page-header {
                margin-bottom: 4px;
            }

            #boutiqueProductsColumn .owl-product {
                margin-bottom: 10px;
                padding-top: 4px;
            }

            #boutiqueProductsColumn .productset {
                margin-bottom: 14px;
            }

            #boutiqueProductsColumn .productset .productsetimg {
                aspect-ratio: 16 / 10;
                padding: 8px;
            }

            #boutiqueProductsColumn .productset .productsetimg img {
                max-height: 132px;
            }

            #boutiqueProductsColumn .productsetcontent {
                padding: 10px;
            }

            #boutiqueProductsColumn .productsetcontent h5 {
                min-height: 0;
            }

            #boutiqueProductsColumn .trigger-logic-button {
                margin-bottom: 12px;
                min-height: 38px;
            }

            .boutique-cart-panel {
                padding: 14px;
            }

            .boutique-cart-panel h4 {
                margin-bottom: 12px;
            }

            .boutique-cart-item {
                padding: 12px 10px;
            }

            .boutique-cart-total,
            .checkout-lines>div {
                margin-top: 12px;
            }

            .boutique-finalize-btn,
            .boutique-pay-btn {
                font-size: 25px;
                margin-top: 16px;
                min-height: 48px;
            }
        }

        @media (max-width: 767px) {
            .page-wrapper.ms-0 .content {
                padding-left: 10px;
                padding-right: 10px;
            }

            #boutiqueProductsColumn .tabs_container .row {
                margin-left: -6px;
                margin-right: -6px;
            }

            #boutiqueProductsColumn .tabs_container .row>[class*="col-"] {
                padding-left: 6px;
                padding-right: 6px;
            }

            #boutiqueProductsColumn .productset {
                margin-bottom: 14px;
            }

            #boutiqueProductsColumn .productsetcontent {
                padding: 10px;
            }

            #boutiqueProductsColumn .productsetcontent h5 {
                font-size: 13px;
                min-height: 0;
            }

            #boutiqueProductsColumn .productsetcontent h4 {
                font-size: 12px;
            }

            #boutiqueProductsColumn .trigger-logic-button {
                font-size: 14px;
                min-height: 38px;
            }

            .boutique-cart-panel {
                padding: 14px 12px;
            }

            .boutique-cart-body {
                padding: 8px;
            }

            .boutique-cart-item {
                grid-template-columns: 1fr;
            }

            .boutique-cart-price {
                text-align: left;
            }

            .boutique-cart-item .productimgs {
                flex-basis: 78px;
            }

            .boutique-cart-item .productimgs img {
                max-width: 78px;
            }

            .checkout-payment-options {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

            .checkout-payment-options .paymentmethod {
                height: 118px;
            }

            .boutique-checkout-modal .modal-body {
                padding: 0 18px 22px;
            }

            .boutique-checkout-modal .form-control,
            .boutique-checkout-modal .select2-container .select2-selection--single {
                font-size: 17px;
                min-height: 50px;
            }

            .boutique-pay-total {
                padding: 0 20px;
            }
        }

        @media (max-width: 575px) {
            #boutiqueProductsColumn .tabs_container .boutique-product-card {
                flex: 0 0 100%;
                max-width: 100%;
            }

            .boutique-finalize-btn,
            .boutique-pay-btn {
                font-size: 21px;
            }

            .checkout-payment-options {
                grid-template-columns: 1fr;
            }
        }

        .boutique-v2 {
            --rose-50: #fff7fa;
            --rose-100: #ffe8f0;
            --rose-200: #f8c9dc;
            --rose-400: #df7fa9;
            --rose-600: #b94f7e;
            --lavender: #7160a8;
            --mint: #9fcfbd;
            --apricot: #f4ac72;
            --ink: #3f3448;
            --muted: #7c7182;
            --line: #f1d7e4;
            color: var(--ink);
        }

        .boutique-v2 .content {
            background: linear-gradient(180deg, rgba(255, 247, 250, .94), rgba(255, 255, 255, .98));
            min-height: calc(100vh - 70px);
        }

        .boutique-v2 #boutiqueProductsColumn .page-header {
            background: rgba(255, 255, 255, .86);
            border: 1px solid rgba(241, 215, 228, .9);
            border-radius: 8px;
            box-shadow: 0 12px 30px rgba(129, 82, 112, .08);
            margin-bottom: 14px;
            padding: 16px 18px;
        }

        .boutique-v2 #boutiqueProductsColumn .page-title h4 {
            color: var(--ink);
            font-size: 28px;
            letter-spacing: 0;
            line-height: 1.1;
        }

        .boutique-v2 #boutiqueProductsColumn .page-title h6 {
            color: var(--muted);
            font-size: 14px;
            margin-top: 6px;
        }

        .boutique-v2 #boutiqueProductsColumn .owl-product {
            background: rgba(255, 255, 255, .76);
            border: 1px solid rgba(241, 215, 228, .75);
            border-radius: 8px;
            box-shadow: 0 12px 28px rgba(129, 82, 112, .07);
            padding: 10px 38px 10px 10px;
        }

        .boutique-v2 #boutiqueProductsColumn .owl-product li {
            background: #fff;
            border: 1px solid var(--line);
            border-radius: 8px;
            box-shadow: 0 8px 18px rgba(129, 82, 112, .06);
            min-height: 96px;
            padding: 10px;
            transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
        }

        .boutique-v2 #boutiqueProductsColumn .owl-product li.active,
        .boutique-v2 #boutiqueProductsColumn .owl-product li:hover {
            background: var(--rose-100);
            border-color: var(--rose-200);
            box-shadow: 0 10px 24px rgba(185, 79, 126, .13);
            transform: translateY(-1px);
        }

        .boutique-v2 #boutiqueProductsColumn .owl-product .product-details {
            align-items: center;
            display: flex;
            flex-direction: column;
            gap: 8px;
            justify-content: center;
        }

        .boutique-v2 #boutiqueProductsColumn .owl-product .product-details img {
            background: #fff;
            border-radius: 8px;
            height: 52px;
            max-width: 82px;
            object-fit: contain;
            padding: 5px;
            width: 82px;
        }

        .boutique-v2 #boutiqueProductsColumn .owl-product .product-details h6 {
            color: var(--muted);
            font-size: 12px;
            font-weight: 800;
            line-height: 1.2;
            margin: 0;
            max-width: 96px;
            overflow: hidden;
            text-align: center;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .boutique-v2 #boutiqueProductsColumn .productset {
            background: #fff;
            border-color: var(--line);
            box-shadow: 0 12px 28px rgba(129, 82, 112, .08);
        }

        .boutique-v2 #boutiqueProductsColumn .productset:hover {
            border-color: var(--rose-200);
            box-shadow: 0 18px 42px rgba(129, 82, 112, .13);
        }

        .boutique-v2 #boutiqueProductsColumn .productset:has(.trigger-logic-button.active) {
            background: #f2fffb;
            border-color: #46b89d;
            box-shadow: 0 18px 42px rgba(70, 184, 157, .20);
        }

        .boutique-v2 #boutiqueProductsColumn .productsetimg {
            background: linear-gradient(180deg, #fff, var(--rose-50));
        }

        .boutique-v2 #boutiqueProductsColumn .productset:has(.trigger-logic-button.active) .productsetimg {
            background: linear-gradient(180deg, #ffffff, #e6fbf5);
        }

        .boutique-v2 #boutiqueProductsColumn .productsetimg h6 {
            background: rgba(255, 255, 255, .92);
            border: 1px solid var(--line);
            border-radius: 8px;
            color: var(--lavender);
            font-size: 12px;
            font-weight: 800;
        }

        .boutique-v2 #boutiqueProductsColumn .productsetcontent h5 {
            color: #5b5165;
            font-weight: 850;
        }

        .boutique-v2 #boutiqueProductsColumn .productsetcontent h4 {
            color: #81758a;
        }

        .boutique-v2 #boutiqueProductsColumn .productsetcontent h4 label {
            color: var(--rose-600) !important;
        }

        .boutique-v2 #boutiqueProductsColumn .productsetcontent h6 {
            color: var(--rose-600);
            font-weight: 900;
        }

        .boutique-v2 #boutiqueProductsColumn .trigger-logic-button,
        .boutique-v2 .boutique-finalize-btn,
        .boutique-v2 .boutique-pay-btn {
            background: linear-gradient(180deg, #e993b7, #cc6494);
            border-color: #c85889;
            box-shadow: 0 10px 20px rgba(204, 100, 148, .22);
            color: #fff;
        }

        .boutique-v2 #boutiqueProductsColumn .trigger-logic-button:hover,
        .boutique-v2 .boutique-finalize-btn:hover,
        .boutique-v2 .boutique-pay-btn:hover {
            background: linear-gradient(180deg, #df7fa9, #b94f7e);
            border-color: var(--rose-600);
            color: #fff;
        }

        .boutique-v2 #boutiqueProductsColumn .trigger-logic-button.active {
            background: linear-gradient(180deg, #e85f7d, #bd3156);
            border-color: #a92b4d;
            box-shadow: 0 10px 20px rgba(189, 49, 86, .28);
            color: #fff;
        }

        .boutique-v2 .boutique-cart-panel {
            background: rgba(255, 255, 255, .92);
            border-color: rgba(241, 215, 228, .95);
            box-shadow: 0 18px 42px rgba(129, 82, 112, .13);
        }

        .boutique-v2 .boutique-cart-panel h4 {
            color: var(--ink);
            font-weight: 850;
        }

        .boutique-v2 .boutique-cart-body,
        .boutique-v2 .boutique-cart-item {
            background: var(--rose-50);
            border-color: var(--line);
        }

        .boutique-v2 .boutique-cart-item .productcontet h4 {
            font-size: 13px;
            line-height: 1.2;
            margin-bottom: 5px;
        }

        .boutique-v2 .boutique-cart-item .productlinkset h5 {
            font-size: 11px;
            line-height: 1.1;
            margin-bottom: 8px;
            padding: 4px 8px;
        }

        .boutique-v2 .boutique-finalize-btn {
            font-size: 22px;
            min-height: 48px;
        }

        .boutique-v2 .boutique-cart-item .productcontet h4,
        .boutique-v2 .boutique-cart-total,
        .boutique-v2 .checkout-lines>div {
            color: var(--ink);
        }

        .boutique-v2 .boutique-checkout-modal .modal-dialog {
            align-items: flex-start;
            margin-top: clamp(4px, 1.5vh, 14px);
            max-width: min(540px, calc(100vw - clamp(18px, 5vw, 56px)));
            width: auto;
        }

        .boutique-v2 .boutique-checkout-modal .modal-content {
            border: 1px solid rgba(241, 215, 228, .95);
            max-height: calc(100dvh - clamp(18px, 5vh, 56px));
            box-shadow: 0 28px 70px rgba(63, 52, 72, .24);
        }

        .boutique-v2 .boutique-modal-hero {
            align-items: flex-start;
            background: linear-gradient(135deg, var(--rose-100), #fff, #f2fbf7);
            border-bottom: 1px solid var(--line) !important;
            padding: clamp(12px, 2.2vh, 16px) clamp(16px, 3vw, 20px) clamp(10px, 2vh, 14px);
        }

        .boutique-v2 .boutique-modal-hero .modal-title {
            color: var(--ink);
            font-size: clamp(18px, 2.2vw, 20px);
            font-weight: 900;
            line-height: 1.15;
        }

        .boutique-v2 .boutique-modal-hero p {
            color: var(--muted);
            font-size: 12px;
            margin: 4px 34px 0 0;
        }

        .boutique-v2 .boutique-checkout-modal .modal-body {
            display: grid;
            gap: clamp(5px, 1vh, 8px);
            max-height: calc(100dvh - clamp(92px, 18vh, 120px));
            overflow-y: auto;
            padding: clamp(16px, 2.8vh, 22px) clamp(16px, 3vw, 20px) clamp(14px, 2.6vh, 20px);
        }

        .boutique-v2 .boutique-delivery-grid {
            display: grid;
            gap: 7px;
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .boutique-v2 .boutique-delivery-grid.delivery-required-alert {
            animation: feminineDeliveryPulse 1s ease;
        }

        .boutique-v2 .checkout-livraison-title.delivery-required-alert {
            animation: femininePaymentPulse 1s ease;
            color: #bd3156;
        }

        .boutique-v2 .boutique-delivery-grid.delivery-required-alert .form-control,
        .boutique-v2 .boutique-delivery-grid.delivery-required-alert .select2-selection--single {
            border-color: #bd3156;
            box-shadow: 0 0 0 3px rgba(189, 49, 86, .14);
        }

        .boutique-v2 .boutique-wide-field {
            grid-column: 1 / -1;
        }

        .boutique-v2 .boutique-checkout-modal .form-control,
        .boutique-v2 .boutique-checkout-modal .select2-container .select2-selection--single {
            border: 1px solid var(--line);
            border-radius: 8px;
            color: var(--ink);
            font-size: 14px;
            min-height: clamp(40px, 5.4vh, 46px);
        }

        .boutique-v2 .boutique-checkout-modal .form-control:focus {
            border-color: var(--rose-400);
            box-shadow: 0 0 0 3px rgba(223, 127, 169, .16);
        }

        .boutique-mobile-detail-modal .modal-dialog {
            margin: 10px auto;
            max-width: min(94vw, 760px);
        }

        .boutique-mobile-detail-modal .modal-content {
            background: #fff;
            border: 1px solid var(--line);
            border-radius: 8px;
            box-shadow: 0 22px 60px rgba(63, 52, 72, .22);
            overflow: hidden;
        }

        .boutique-mobile-detail-modal .modal-header {
            background: var(--rose-50);
            border-bottom: 1px solid var(--line);
            padding: 12px 14px;
        }

        .boutique-mobile-detail-modal .modal-title {
            color: var(--ink);
            font-size: 16px;
            font-weight: 850;
            line-height: 1.25;
        }

        .boutique-mobile-detail-modal .modal-body {
            align-items: stretch;
            background: linear-gradient(180deg, #fff, var(--rose-50));
            display: flex;
            flex-direction: column;
            gap: 12px;
            justify-content: center;
            min-height: 62vh;
            overflow: auto;
            padding: 10px;
        }

        .boutique-mobile-detail-modal img {
            cursor: zoom-in;
            max-height: 76vh;
            max-width: 100%;
            object-fit: contain;
            transform-origin: center center;
            transition: transform .2s ease;
        }

        .boutique-mobile-detail-modal img.is-zoomed {
            cursor: zoom-out;
            transform: scale(1.7);
        }

        .boutique-mobile-detail-info {
            display: grid;
            gap: 8px;
        }

        .boutique-mobile-detail-info div {
            align-items: flex-start;
            background: #fff8fb;
            border: 1px solid #f7e3ec;
            border-radius: 8px;
            display: flex;
            flex-direction: column;
            gap: 3px;
            padding: 10px 12px;
        }

        .boutique-mobile-detail-info span {
            color: #8a7f91;
            font-size: 11px;
            font-weight: 800;
            letter-spacing: .04em;
            line-height: 1.15;
            text-transform: uppercase;
        }

        .boutique-mobile-detail-info strong {
            color: #c14f83;
            display: block;
            font-size: 16px;
            font-weight: 800;
            line-height: 1.25;
        }


        @media (max-width: 575px) {
            .boutique-mobile-detail-modal .modal-dialog {
                margin: 10px auto;
                max-width: calc(100vw - 12px);
            }

            .boutique-mobile-detail-modal .modal-body {
                min-height: auto;
                padding: 10px;
            }
        }

        .boutique-v2 .checkout-lines {
            background: var(--rose-50);
            border: 1px solid var(--line);
            border-radius: 8px;
            display: grid;
            gap: 5px;
            margin: 0;
            padding: 8px 10px;
        }

        .boutique-v2 .checkout-lines>div {
            color: var(--muted);
            font-size: 14px;
            margin: 0;
        }

        .boutique-v2 .checkout-livraison-title,
        .boutique-v2 .checkout-payment-title {
            color: var(--ink);
            font-size: 14px;
            font-weight: 900;
            margin: 0;
        }

        .boutique-v2 .checkout-payment-title.payment-required-alert {
            animation: femininePaymentPulse 1s ease;
            color: #bd3156;
        }

        .boutique-v2 .checkout-payment-options {
            gap: 7px;
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .boutique-v2 .checkout-payment-options.payment-required-alert {
            animation: femininePaymentOptionsPulse 1s ease;
            border-radius: 10px;
            box-shadow: 0 0 0 3px rgba(189, 49, 86, .16);
        }

        .boutique-v2 .checkout-payment-options.payment-required-alert .paymentmethod {
            border-color: #bd3156;
        }

        .boutique-v2 .checkout-payment-options .paymentmethod {
            border-color: var(--line);
            border-radius: 8px;
            color: var(--ink);
            font-size: 12px;
            font-weight: 900;
            height: clamp(76px, 12vh, 96px);
        }

        .boutique-v2 .checkout-payment-options .paymentmethod.active {
            border-color: var(--apricot);
            box-shadow: 0 0 0 3px rgba(244, 172, 114, .2);
        }

        @keyframes femininePaymentPulse {
            0% {
                color: var(--ink);
                transform: scale(1);
            }

            35% {
                color: #bd3156;
                transform: scale(1.08);
            }

            70% {
                color: #bd3156;
                transform: scale(.98);
            }

            100% {
                color: var(--ink);
                transform: scale(1);
            }
        }

        @keyframes femininePaymentOptionsPulse {
            0% {
                transform: scale(1);
            }

            35% {
                transform: scale(1.025);
            }

            70% {
                transform: scale(.995);
            }

            100% {
                transform: scale(1);
            }
        }

        @keyframes feminineDeliveryPulse {
            0% {
                transform: scale(1);
            }

            35% {
                transform: scale(1.025);
            }

            70% {
                transform: scale(.995);
            }

            100% {
                transform: scale(1);
            }
        }

        .boutique-v2 .boutique-payment-fields {
            margin: 0;
        }

        .boutique-v2 .boutique-payment-fields td {
            padding: 5px;
        }

        .boutique-v2 .boutique-pay-total {
            background: linear-gradient(180deg, #e993b7, #cc6494);
            border-radius: 8px;
            margin: 0;
            min-height: clamp(46px, 6.5vh, 56px);
            padding: 0 clamp(18px, 4vw, 34px);
        }

        .boutique-v2 .boutique-pay-total h5,
        .boutique-v2 .boutique-pay-total input {
            font-size: clamp(16px, 2.2vw, 19px);
        }

        .boutique-v2 .boutique-pay-btn {
            font-size: clamp(20px, 3vw, 24px);
            min-height: clamp(46px, 6.5vh, 52px);
        }

        .boutique-v2 .content {
            padding: clamp(8px, 1.8vh, 16px) clamp(10px, 2vw, 28px) !important;
        }

        .boutique-v2 #boutiqueProductsColumn .page-header {
            margin-bottom: clamp(8px, 1.6vh, 14px);
            padding: clamp(12px, 2.2vh, 18px) clamp(14px, 2.2vw, 28px);
        }

        .boutique-v2 #boutiqueProductsColumn .page-title h4 {
            font-size: clamp(24px, 2.4vw, 42px) !important;
        }

        .boutique-v2 #boutiqueProductsColumn .page-title h6 {
            font-size: clamp(13px, 1.2vw, 20px);
            margin-top: clamp(4px, .9vh, 8px);
        }

        .boutique-v2 #boutiqueProductsColumn .owl-product {
            margin-bottom: clamp(10px, 2vh, 20px);
            padding: clamp(8px, 1.8vh, 14px) clamp(28px, 3vw, 38px) clamp(8px, 1.8vh, 14px) clamp(8px, 1.8vh, 14px);
        }

        .boutique-v2 #boutiqueProductsColumn .owl-product li {
            min-height: clamp(78px, 14vh, 120px) !important;
            padding: clamp(7px, 1.4vh, 12px);
        }

        .boutique-v2 #boutiqueProductsColumn .owl-product .product-details {
            gap: clamp(5px, 1vh, 8px);
        }

        .boutique-v2 #boutiqueProductsColumn .owl-product .product-details img {
            height: clamp(38px, 7vh, 60px);
            max-width: clamp(58px, 8vw, 92px);
            width: clamp(58px, 8vw, 92px);
        }

        .boutique-v2 #boutiqueProductsColumn .tabs_container .boutique-product-card {
            flex: 0 0 clamp(220px, 22vw, 340px);
            max-width: clamp(220px, 22vw, 340px);
            width: clamp(220px, 22vw, 340px);
        }

        .boutique-v2 #boutiqueProductsColumn .productset {
            margin-bottom: clamp(12px, 2.2vh, 22px);
        }

        .boutique-v2 #boutiqueProductsColumn .productsetimg {
            aspect-ratio: 16 / 10;
            min-height: 0;
            padding: clamp(8px, 1.5vh, 14px);
        }

        .boutique-v2 #boutiqueProductsColumn .productsetimg img {
            max-height: clamp(130px, 28vh, 220px);
            object-fit: contain;
        }

        .boutique-v2 #boutiqueProductsColumn .productsetcontent {
            padding: clamp(10px, 1.8vh, 16px);
        }

        .boutique-v2 #boutiqueProductsColumn .productsetcontent h5 {
            font-size: clamp(14px, 1.25vw, 22px);
            line-height: 1.15;
        }

        .boutique-v2 #boutiqueProductsColumn .productsetcontent h4 {
            font-size: clamp(12px, 1vw, 16px);
            line-height: 1.3;
        }

        .boutique-v2 #boutiqueProductsColumn .trigger-logic-button {
            font-size: clamp(13px, 1vw, 15px);
            margin-bottom: clamp(10px, 1.8vh, 16px);
            min-height: clamp(36px, 5vh, 42px);
        }

        @media (min-width: 992px) and (max-height: 850px) {
            .boutique-v2 #boutiqueProductsColumn .page-header {
                padding-top: 12px;
                padding-bottom: 12px;
            }

            .boutique-v2 #boutiqueProductsColumn .owl-product li {
                min-height: 82px !important;
            }

            .boutique-v2 #boutiqueProductsColumn .productsetimg img {
                max-height: 150px;
            }
        }

        @media (max-width: 767px) {
            .boutique-v2 #boutiqueProductsColumn .page-title h4 {
                font-size: 24px;
            }

            .boutique-v2 .boutique-checkout-modal .modal-body,
            .boutique-v2 .boutique-modal-hero {
                padding-left: 16px;
                padding-right: 16px;
            }

            .boutique-v2 .boutique-delivery-grid,
            .boutique-v2 .checkout-payment-options {
                grid-template-columns: 1fr;
            }

            .boutique-v2 .checkout-payment-options .paymentmethod {
                height: 96px;
            }
        }

        .boutique-expiration-label {
            color: red;
            font-weight: bold;
        }

        .boutique-legacy-total-input {
            background: transparent;
            border: none;
            color: #7367f0;
            text-align: right;
        }

        .boutique-payment-bg-om {
            background-image: url('../img/mobilemoney/Orange-Money.png');
        }

        .boutique-payment-bg-wave {
            background-image: url('../img/mobilemoney/wave2.png');
        }

        .checkout-payment-options .paymentmethod.om {
            background-image: url('../img/mobilemoney/Orange-Money.png');
        }

        .checkout-payment-options .paymentmethod.wave {
            background-image: url('../img/mobilemoney/wave2.png');
        }

        .boutique-legacy-pay-total {
            height: 50px;
        }

        .boutique-legacy-pay-label {
            background: transparent;
            border: none;
            color: #fff;
        }

        .boutique-legacy-pay-field {
            background: transparent;
            border: none;
        }

        .boutique-legacy-checkout-input {
            background: transparent;
            border: none;
            color: #fff;
            font-size: 20px;
            font-weight: bold;
            text-align: right;
        }

        .boutique-hidden-payment-table {
            display: none;
        }

        .boutique-legacy-pay-button {
            background: linear-gradient(to bottom, #F5D0E0, #E5B4D0) !important;
        }

        .boutique-error-message {
            padding-top: 8%;
        }

        .sales-orders-shell {
            background: linear-gradient(to bottom, #F5D0E0, #E5B4D0, #FFD1DC) !important;
        }

        .sales-orders-header {
            background: linear-gradient(to bottom, #ffffff, #E5B4D0, #F5D0E0) !important;
        }

        .sales-boutique-shell {
            background: linear-gradient(to bottom, #F8BBD0, #FFFFFF) !important;
        }

        .sales-boutique-header {
            background: linear-gradient(to bottom, #ffffff, #F8BBD0) !important;
        }

        .header .header-left .logo .sales-logo-img {
            height: 50px;
            object-fit: contain;
            width: 50px;
        }

        .sales-user-dropdown-toggle {
            padding-top: 20%;
        }

        .fire-effect::before,
        .fire-effect::after {
            animation: crackle 1s infinite;
            background: radial-gradient(circle, #F8BBD0 0%, #FFFFFF 60%);
            border-radius: 50%;
            content: '';
            height: 110px;
            left: 40%;
            opacity: .8;
            position: absolute;
            top: 50%;
            transform: translate(-50%, -50%) scale(0);
            width: 110px;
            z-index: -1;
        }

        .fire-effect::after {
            animation-delay: .5s;
            background: radial-gradient(circle, #FFFFFF 0%, #F8BBD0 70%);
            height: 80px;
            width: 80px;
        }

        @keyframes crackle {
            0% {
                opacity: .8;
                transform: translate(-50%, -50%) scale(.5);
            }

            50% {
                opacity: .4;
                transform: translate(-50%, -50%) scale(1.2);
            }

            100% {
                opacity: .8;
                transform: translate(-50%, -50%) scale(.5);
            }
        }
