            .slider-v2-copy {
                position: relative;
                z-index: 2;
                max-width: 620px;
            }

            .slider-v2-copy .heading4 {
                text-transform: none;
                font-size: 18px;
                line-height: 1.28;
                font-weight: 600;
            }

            .slider-v2-copy .body1 {
                color: rgba(255, 255, 255, 0.97) !important;
                font-size: 15px;
                line-height: 1.26;
                font-weight: 700;
                margin-top: 10px;
            }

            .slider-item .slider-overlay {
                pointer-events: none;
            }

            .express-v2-float {
                position: absolute;
                left: 50%;
                bottom: 0;
                transform: translate(-50%, calc(100% - 1px));
                z-index: 6;
                background: var(--green);
                padding: 5px 9px 6px;
                border-radius: 0 0 22px 22px;
                box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
            }

            .express-v2-btn {
                min-width: 260px;
                height: 38px;
                padding: 0 18px;
                border-radius: 14px;
                box-shadow: none;
            }

            .express-modal-block {
                position: fixed;
                inset: 0;
                z-index: 120;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 12px;
                background: rgba(0, 0, 0, 0.55);
                opacity: 0;
                visibility: hidden;
                transition: all 0.25s ease;
            }

            .express-modal-block.open {
                opacity: 1;
                visibility: visible;
            }

            .express-modal-main {
                width: min(760px, calc(100vw - 24px));
                max-height: calc(100vh - 24px);
                overflow: auto;
                background: #fff;
                border-radius: 22px;
                box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
                border: 1px solid #e5e7eb;
            }

            .express-modal-top {
                background: linear-gradient(180deg, #f8faf3 0%, #ffffff 100%);
            }

            .v2-region-modal-block {
                position: fixed;
                inset: 0;
                z-index: 170;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 16px;
                background: rgba(15, 23, 42, 0.58);
                opacity: 0;
                visibility: hidden;
                transition: all 0.25s ease;
            }

            .v2-region-modal-block.open {
                opacity: 1;
                visibility: visible;
            }

            .v2-region-modal-main {
                width: min(560px, calc(100vw - 32px));
                background: #fff;
                border-radius: 28px;
                overflow: hidden;
                border: 1px solid rgba(17, 24, 39, 0.08);
                box-shadow: 0 24px 60px rgba(15, 23, 42, 0.28);
            }

            .v2-region-modal-head {
                padding: 28px 28px 20px;
                background: linear-gradient(180deg, #f8faf3 0%, #ffffff 100%);
                border-bottom: 1px solid #e5e7eb;
            }

            .v2-region-modal-body {
                padding: 24px 28px 28px;
            }

            .v2-region-modal-actions {
                margin-top: 20px;
                display: flex;
                justify-content: flex-end;
            }

            .v2-region-submit-btn {
                min-width: 210px;
                height: 52px;
                padding: 0 24px;
                border-radius: 14px;
                border: 1px solid #111 !important;
                background: #111 !important;
                color: #fff !important;
                font-size: 14px;
                line-height: 20px;
                font-weight: 700;
                text-transform: uppercase;
                box-shadow: 0 14px 30px rgba(15, 23, 42, 0.16);
                transition: all 0.2s ease;
            }

            .v2-region-submit-btn:hover {
                background: var(--green) !important;
                border-color: var(--green) !important;
                color: #111 !important;
            }

            .v2-region-option-grid {
                display: grid;
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 12px;
            }

            .v2-region-option {
                position: relative;
            }

            .v2-region-option input {
                position: absolute;
                opacity: 0;
                pointer-events: none;
            }

            .v2-region-option label {
                display: flex;
                align-items: center;
                justify-content: space-between;
                gap: 12px;
                min-height: 72px;
                padding: 0 18px;
                border-radius: 18px;
                border: 1px solid #d7ded0;
                background: #f9fbf4;
                color: #111827;
                cursor: pointer;
                transition: all 0.2s ease;
            }

            .v2-region-option label:hover {
                border-color: var(--green);
                background: #f4f9ee;
            }

            .v2-region-option label::after {
                content: "";
                width: 18px;
                height: 18px;
                border-radius: 999px;
                border: 2px solid #c7cfbd;
                background: #fff;
                flex-shrink: 0;
                transition: all 0.2s ease;
            }

            .v2-region-option input:checked + label {
                border-color: var(--green);
                background: rgba(103, 177, 127, 0.12);
                box-shadow: 0 10px 24px rgba(103, 177, 127, 0.14);
            }

            .v2-region-option input:checked + label::after {
                border-color: var(--green);
                background: radial-gradient(circle at center, var(--green) 0 45%, #fff 46% 100%);
            }

            .v2-region-option-text {
                display: flex;
                flex-direction: column;
                gap: 4px;
            }

            .v2-region-option-title {
                font-size: 17px;
                line-height: 1.2;
                font-weight: 700;
            }

            .v2-region-option-subtitle {
                font-size: 12px;
                line-height: 1.4;
                color: #6b7280;
            }

            .express-form-head,
            .quick-row.express-row {
                display: grid;
                grid-template-columns: minmax(0, 1fr) 170px 44px;
                gap: 10px;
                align-items: center;
            }

            .express-form-head {
                padding: 0 4px 10px;
                border-bottom: 1px solid #e9ece1;
                text-transform: uppercase;
                letter-spacing: 0.04em;
                color: #6b7280;
                font-size: 12px;
                font-weight: 700;
            }

            .quick-row.express-row {
                background: #f9fbf4;
                border: 1px solid #e5ead7;
                border-radius: 12px;
                padding: 8px;
            }

            .express-qty-wrap {
                display: grid;
                grid-template-columns: 34px 1fr 34px;
                gap: 6px;
            }

            .express-qty-btn {
                width: 34px;
                height: 34px;
                border: 1px solid #d4d4d4;
                border-radius: 8px;
                font-weight: 700;
                background: #fff;
                color: #111;
                transition: all 0.2s ease;
            }

            .express-qty-btn:hover {
                background: #111;
                border-color: #111;
                color: #fff;
            }

            .express-code-input,
            .express-qty-input {
                border: 1px solid #d4d4d4;
                border-radius: 10px;
                height: 40px;
                background: #fff;
            }

            .express-code-input {
                text-align: left;
                padding: 0 12px;
            }

            .express-remove-btn {
                width: 36px;
                height: 36px;
                border: 1px solid #f0b5b5;
                border-radius: 10px;
                background: #fff;
                color: #dc2626;
                font-weight: 700;
                transition: all 0.2s ease;
            }

            .express-remove-btn:hover {
                background: #dc2626;
                border-color: #dc2626;
                color: #fff;
            }

            .express-submit-btn {
                background: #111 !important;
                color: #fff !important;
                border: 1px solid #111 !important;
                min-width: 170px;
            }

            .express-submit-btn:hover {
                background: var(--green) !important;
                border-color: var(--green) !important;
                color: #fff !important;
            }

            .modal-cart-block.open {
                opacity: 1;
                visibility: visible;
            }

            .modal-cart-block .modal-cart-main {
                height: calc(100vh - 40px);
            }

            .modal-cart-block .modal-cart-main .list-product {
                max-height: calc(100% - 210px);
                overflow-y: auto;
            }

            .v2-mini-cart-thumb-wrap {
                position: relative;
                width: 100px;
                flex-shrink: 0;
            }

            .v2-mini-cart-thumb {
                width: 100%;
            }

            .v2-mini-cart-qty-badge {
                position: absolute;
                right: -10px;
                top: -10px;
                width: 24px;
                height: 24px;
                border-radius: 999px;
                border: 2px solid #fff;
                background: #111;
                color: #fff;
                font-size: 12px;
                font-weight: 700;
                line-height: 1;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                box-shadow: 0 2px 6px rgba(15, 23, 42, 0.2);
                z-index: 3;
            }

            .modal-cart-block.open .modal-cart-main {
                right: 20px;
            }

            .v2-toast-stack {
                position: fixed;
                right: 20px;
                top: 20px;
                z-index: 1400;
                display: flex;
                flex-direction: column;
                gap: 10px;
                pointer-events: none;
            }

            .v2-toast {
                min-width: 240px;
                max-width: 360px;
                padding: 12px 14px;
                border-radius: 12px;
                border: 1px solid rgba(0, 0, 0, 0.1);
                background: #111;
                color: #fff;
                font-size: 13px;
                line-height: 18px;
                box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
                opacity: 0;
                transform: translateY(-6px);
                transition: opacity 0.2s ease, transform 0.2s ease;
            }

            .v2-toast.show {
                opacity: 1;
                transform: translateY(0);
            }

            .v2-toast.success {
                background: #1f9d69;
                border-color: #1f9d69;
            }

            @media (max-width: 767.98px) {
                .slider-block.style-two {
                    height: 420px !important;
                }

                .slider-v2-copy {
                    max-width: 94%;
                    padding-top: 8px;
                }

                .slider-v2-copy .heading4 {
                    font-size: 12px;
                    line-height: 1.28;
                    font-weight: 600;
                }

                .slider-v2-copy .body1 {
                    font-size: 13px;
                    line-height: 1.22;
                    margin-top: 8px;
                }

                .slider-v2-copy .button-main {
                    margin-top: 10px !important;
                    padding: 10px 14px;
                    border-radius: 10px;
                }

                #top-nav .top-nav-main {
                    justify-content: space-between;
                    gap: 10px;
                }

                #top-nav .left-content {
                    flex: 1;
                    min-width: 0;
                    width: auto;
                    justify-content: flex-start;
                    gap: 10px;
                }

                #top-nav .left-content .selected {
                    font-size: 11px;
                    max-width: 78px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }

                #top-nav .right-content {
                    display: flex;
                    flex-shrink: 0;
                    gap: 10px;
                }

                #top-nav .right-content a i {
                    font-size: 13px;
                }

                .modal-cart-block .modal-cart-main {
                    height: calc(100vh - 16px);
                }

                .modal-cart-block.open .modal-cart-main {
                    top: 8px;
                    right: 8px;
                }

                .v2-toast-stack {
                    right: 10px;
                    top: 10px;
                    left: 10px;
                }

                .v2-toast {
                    min-width: 0;
                    max-width: none;
                }

                .express-v2-btn {
                    min-width: 200px;
                    height: 36px;
                    padding: 0 14px;
                }

                .express-v2-float {
                    padding: 4px 7px 5px;
                    border-radius: 0 0 18px 18px;
                }

                .express-form-head {
                    display: none;
                }

                .quick-row.express-row {
                    grid-template-columns: 1fr;
                    gap: 8px;
                }

                .quick-row.express-row .express-row-remove {
                    justify-self: end;
                }

                .v2-region-modal-head,
                .v2-region-modal-body {
                    padding-left: 18px;
                    padding-right: 18px;
                }

                .v2-region-option-grid {
                    grid-template-columns: minmax(0, 1fr);
                }

                .v2-region-modal-actions {
                    justify-content: stretch;
                }

                .v2-region-submit-btn {
                    width: 100%;
                    min-width: 0;
                }
            }
