/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"
Line 2060:0 Unexpected "<"

**/
<style>
.quiz-recommendations {
    padding: 40px 20px;
}

    .cart-total-wrapper{
        display: flex;
        align-items: center;
        gap: 4px;
    }

    .recommendations-layout {
        display: flex;
        align-items: stretch;
    }

    .recommendations-left {
        width: 55%;
        padding: 44px 60px;
        background: var(--Color-Brand-2-300, #F1F1F9);
    }

    .recommendations-right {
        width: 45%;
        padding: 44px 60px;
        background: #f1f1f9;
    }

    .mobile-sticky-bar {
        display: none;
    }

    .gift-product-card {
        background: #fff;
        border-radius: 8px;
        overflow: hidden;
        margin-bottom: 30px;
        border: 1px solid #e5e7eb;
    }

    @media (max-width: 767px) {
        .gift-product-card {
            margin-bottom: 24px;
        }
    }

    .gift-card-body {
        display: flex;
        flex-direction: column;
    }

    .gift-banner-top {
        background: var(--highlight-color, #d4ff6a);
        color: #000;
        text-align: center;
        padding: 8px 16px;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .gift-card-main {
        display: flex;
        gap: 16px;
        padding: 16px 0;
    }

    .gift-card-image {
        width: 100px;
        height: 140px;
        background: #f9fafb;
        border-radius: 8px;
        overflow: hidden;
        flex-shrink: 0;
        align-self: flex-start;
    }

    .gift-card-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .gift-card-content {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .gift-product-title {
        font-size: 20px;
        color: #111827;
        text-decoration: none;
        line-height: 1.3;
        transition: color 0.2s;
    }

    .gift-product-title:hover {
        color: var(--primary-color, #000);
    }

    .gift-product-title-mobile {
        display: none;
    }

    .gift-badge-text {
        font-size: 13px;
        color: #10b981;
        font-weight: 600;
        margin: 0;
    }

    .gift-product-description {
        font-size: 12px;
        color: #6b7280;
        line-height: 1.4;
    }

    .section-products .recommended-product-card:last-child{
        margin-bottom: 0!important;
    }

    /* Gift Progress Section Styles */
    .gift-progress-section {
        background: #fff;
        border-radius: 12px 12px 0 0;
        padding: 0;
        margin-bottom: 0;
        border: none;
        overflow: hidden;
    }

    /* Mobile Gift Progress Section - Hidden on Desktop */
    .gift-progress-section-mobile {
        display: none;
        margin-top: 24px;
        border-radius: 12px;
        padding: 0;
        background: transparent;
    }

    .gift-progress-header{
        margin-bottom: 12px;
    }

    .gift-progress-header-content {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .gift-progress-title {
        font-family: 'Vanilla Ravioli', sans-serif;
        font-size: 20px;
        font-weight: 700;
        color: #111827;
        margin: 0;
        line-height: 1.2;
    }

    .gift-progress-subtitle {
        color: var(--Text-Primary, #2C2926);
        text-align: center;
        font-family: 'Avenir Next', sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        max-width: 316px;
        margin: 0 auto;
    }

    .maison-quiz-recom-text{
        display: flex;
        flex-direction: column;
        gap: 24px;
        align-items: center;
        margin-bottom: 24px;
    }

    .maison-quiz-recom-text-title{
        color: var(--Text-Primary, #232323);
        text-align: center;

        font-family: 'Vanilla Ravioli', sans-serif;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 41.6px;
        text-transform: capitalize;
        margin: 0;
    }

    .maison-quiz-recom-text-subtitle{
        color: var(--Text-Primary, #272727);
        text-align: center;

        font-family: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }

    .maison-quiz-recom-text-subtitle p{
        margin: 0;
    }

    .gift-progress-subtitle p{
        margin: 0;
    }

    .gift-progress-bar-container {
        position: relative;
        padding: 16px 20px 40px 20px;
        margin: 0;
    }

    .gift-progress-bar-track {
        position: relative;
        height: 8px;
        background: #E5E5F4;
        border-radius: 4px;
        overflow: visible;
    }

    .gift-progress-bar {
        height: 100%;
        background: #1A365D;
        border-radius: 4px;
        transition: width 0.4s ease-out;
        position: absolute;
        top: 0;
        left: 0;
    }

    .gift-progress-bar::after {
        content: '';
        position: absolute;
        right: -8px;
        top: 50%;
        transform: translateY(-50%);
        width: 16px;
        height: 16px;
        background: #1A365D;
        border-radius: 50%;
        border: 2px solid #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .gift-progress-bar[style*="100%"]::after,
    .gift-progress-bar[style*="width: 100"]::after {
        font-size: 10px;
        color: #fff;
        font-weight: 700;
        line-height: 16px;
        text-align: center;
    }

    .gift-progress-milestones {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 8px;
        pointer-events: none;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0;
    }

    .gift-milestone {
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 48px;
        height: 48px;
        background: rgba(0, 0, 0, 0.3);
        border: 3px solid #E5E5F4;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        z-index: 2;
        overflow: hidden;
    }

    .gift-milestone-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
        opacity: 0.5;
    }

    .gift-milestone-icon {
        width: 24px;
        height: 24px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
    }

    .gift-milestone.reached .gift-milestone-icon {
        opacity: 1;
    }

    .gift-milestone.reached {
        border-color: #1A365D;
        background: #1A365D;
    }

    .gift-milestone.reached .gift-milestone-image{
        opacity: 1;
    }

    .gift-cards-container {
        display: flex;
        flex-direction: row;
        gap: 0;
        padding: 0;
        justify-content: space-between;
        position: relative;
    }

    .gift-cards-container::before {
        content: '';
        position: absolute;
        top: -36px;
        left: 24px;
        right: 24px;
        height: 3px;
        background: linear-gradient(to right, #1A365D 0%, #1A365D var(--progress-percent, 0%), #E5E5F4 var(--progress-percent, 0%), #E5E5F4 100%);
        z-index: 0;
    }

    .gift-tier-card {
        background: transparent;
        border-radius: 8px;
        overflow: visible;
        border: none;
        opacity: 0.5;
        transition: all 0.3s ease;
        flex-shrink: 0;
        width: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        position: relative;
        z-index: 1;
    }

    .gift-tier-card.unlocked {
        opacity: 1;
    }

    .gift-tier-card.locked {
        opacity: 0.5;
    }

    .gift-tier-card .gift-card-image {
        width: 48px;
        height: 48px;
        background: #f9fafb;
        border-radius: 50%;
        overflow: hidden;
        flex-shrink: 0;
        position: relative;
        border: 3px solid #E5E5F4;
        transition: all 0.3s ease;
    }

    .gift-tier-card.unlocked .gift-card-image {
        border-color: #1A365D;
        background: #1A365D;
    }

    .gift-tier-card .gift-card-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
    }

    .gift-tier-card.unlocked .gift-card-image::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(26, 54, 93, 0.8);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .gift-tier-card.unlocked .gift-card-image::before {
        content: '✓';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 16px;
        color: #fff;
        font-weight: 700;
        z-index: 1;
    }

    .gift-tier-card .gift-card-content {
        display: flex;
        flex-direction: column;
        gap: 0;
        padding: 0;
        align-items: center;
    }

    .gift-tier-card .gift-product-title {
        font-size: 12px;
        font-weight: 500;
        color: #9CA3AF;
        margin: 0;
        line-height: 1.4;
        text-align: center;
        display: flex;
        align-items: center;
        gap: 4px;
    }

    .gift-tier-card.unlocked .gift-product-title {
        color: #111827;
    }

    .gift-tier-card.unlocked .gift-product-title::before {
        content: '✓';
        color: #111827;
        font-weight: 700;
        font-size: 14px;
    }


    @media (max-width: 1250px) {
        .gift-progress-section {
            border-radius: 8px 8px 0 0;
            min-height: fit-content;
        }

        .gift-progress-title {
            font-size: 18px;
        }

        .gift-progress-subtitle {
            font-size: 12px;
        }

        .gift-progress-bar-container {
            padding: 12px 8px 8px 8px;
        }

        .gift-progress-bar-track {
            margin-bottom: 16px;
        }

        .gift-cards-container {
            padding: 0;
        }

        .gift-cards-container::before {
            top: -34px;
            left: 20px;
            right: 20px;
        }

        .gift-tier-card .gift-card-image {
            width: 40px;
            height: 40px;
        }

        .gift-tier-card .gift-product-title {
            font-size: 10px;
        }

        .gift-milestone {
            font-size: 9px;
            width: 32px;
            height: 32px;
        }
    }

    /* Gift price display in cart */
    .cart-gift-price {
        display: flex;
        align-items: flex-start;
        gap: 8px!important;
    }

    .cart-gift-original-price {
        text-decoration: line-through;
        color: #9ca3af;
        font-size: 12px;
    }

    .cart-gift-free-price {
        color: #16a34a;
        font-size: 14px;
    }

    @media (max-width: 767px) {

        .gift-progress-section {
            padding: 12px 0 0 0;
            margin-bottom: 0;
        }

        .gift-toggle-btn {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .gift-cards-container {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease-out, padding 0.3s ease-out;
            padding: 0;
        }

        .gift-cards-container.expanded {
            max-height: 1000px;
            padding-top: 12px;
        }

        .gift-tier-card .gift-card-main {
            padding: 12px;
        }

        .gift-tier-card .gift-card-image {
            width: 60px;
            height: 60px;
        }

        .gift-tier-card .gift-product-title {
            font-size: 14px;
        }
    }

    .recommendations-subtitle {
        font-size: 14px;
        color: #102B26;
        line-height: 1.5;
        margin-bottom: 20px;
        & p:last-of-type {
            margin-bottom: 0;
        }
    }

    .section-title {
        width: fit-content;
        color: #C67A30;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 21px;
        font-family: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
        margin: 0 auto 24px auto;
        text-align: center;
        padding: 4px 14px;
        border-radius: 90px;
        background: rgba(236, 159, 87, 0.1);
    }

    .section-description {
        font-size: 14px;
        color: #6b7280;
        margin-bottom: 20px;
        line-height: 1.5;
    }

    .section-description p {
        margin: 0 0 8px 0;
    }

    .section-description p:last-child {
        margin-bottom: 0;
    }

    .section-divider {
        border: none;
        border-top: 1px solid #1A365D;
        margin: 0;
    }

    .recommended-product-card {
        background: #fff;
        border-radius: 16px;
        padding: 24px;
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
        gap: 16px;
        position: relative;
        opacity: 1;
        border: 1px solid #E5E5F4;
    }

    .product-bogo-badge {
        position: absolute;
        top: 8px;
        left: 8px;
        background: var(--highlight-color, #d4ff6a);
        color: #000;
        padding: 4px 10px;
        border-radius: 4px;
        font-size: 8px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        z-index: 10;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    }

    .product-card-header-row {
        display: flex;
        width: 100%;
        gap: 16px;
        align-items: flex-start;
        position: relative;
    }

    .product-card-image {
        width: 100px;
        height: 140px;
        background: #f9fafb;
        border-radius: 8px;
        overflow: hidden;
        flex-shrink: 0;
        position: relative;
    }

    .product-card-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .product-card-title-mobile {
        display: none;
    }

    .product-card-title-wrapper {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .product-card-content {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }

    .product-card-title {
        font-size: 20px;
        font-weight: 600;
        color: #102B26;
        margin: 0 0 10px 0;
        font-family: 'Avenir Next', sans-serif;
        line-height: 1.3;
    }

    .product-card-description {
        font-size: 12px;
        color: #102B26;
        line-height: 1.3;
        font-family: 'Avenir Next', sans-serif;
        margin: 0;
        font-weight: 300!important;
    }

    .product-card-description span {
        font-size: 12px;
        font-weight: 300!important;
    }

    .product-card-description p {
        margin: 0 0 8px 0;
    }

    .product-card-description p:last-child {
        margin-bottom: 0;
    }

    .product-remove-btn {
        background: none;
        border: none;
        cursor: pointer;
        padding: 4px;
        color: #6b7280;
        transition: color 0.2s;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        margin-left: auto;
        position: absolute;
        top: 8px;
        right: 8px;
    }

    .product-remove-btn:hover {
        color: #111827;
    }

    .product-remove-btn svg {
        width: 20px;
        height: 20px;
    }

    .recommended-product-card.removed .product-remove-btn {
        display: none;
    }

    .product-variant-selector {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .variant-label {
        font-size: 11px;
        font-weight: 500;
        color: #111827;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .variant-buttons {
        display: flex;
        gap: 8px;
        flex-wrap: wrap;
    }

    .variant-button {
        padding: 8px 16px;
        border: 1px solid #e5e7eb;
        border-radius: 8px;
        background: #fff;
        color: #111827;
        font-size: 13px;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.2s;
        font-family: inherit;
    }

    .variant-button:hover:not(:disabled) {
        border-color: #d1d5db;
    }

    .variant-button.selected {
        background: #F1F1F9;
        border-color: #B4B4DE;
        color: #111827;
    }

    .variant-button:disabled {
        opacity: 0.5;
        cursor: not-allowed;
    }

    .product-options-group {
        display: flex;
        gap: 32px;
        font-family: 'Avenir Next', sans-serif;
    }

    .product-quantity-selector {
        display: none;
    }

    .quantity-label {
        font-size: 11px;
        font-weight: 500;
        color: #111827;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .quantity-controls {
        display: flex;
        align-items: center;
        border: 1px solid #e5e7eb;
        border-radius: 8px;
        overflow: hidden;
        min-height: 38.8px;
    }

    .quantity-btn {
        background: #fff;
        border: none;
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        color: #374151;
        font-size: 18px;
        transition: background 0.2s;
    }

    .quantity-btn:hover {
        background: #f9fafb;
    }

    .quantity-btn:disabled {
        opacity: 0.4;
        cursor: not-allowed;
    }

    .quantity-value {
        min-width: 32px;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        color: #111827;
        border-left: 1px solid #e5e7eb;
        border-right: 1px solid #e5e7eb;
    }

    .subscription-frequency-selector {
        display: flex;
        flex: 1;
        flex-direction: column;
        gap: 8px;
    }

    .frequency-label {
        font-size: 11px;
        font-weight: 500;
        color: #111827;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .frequency-dropdown {
        width: 100%;
        padding: 8px 10px;
        border: 1px solid #e5e7eb;
        border-radius: 8px;
        font-size: 13px;
        background: #fff;
        cursor: pointer;
        color: #102B26;
        font-family: inherit;
        appearance: none;
        background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23374151' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 10px center;
        padding-right: 32px;
        min-height: 38.8px;
    }

    .frequency-dropdown:hover {
        border-color: #d1d5db;
    }

    .frequency-dropdown:focus {
        outline: none;
        border-color: var(--primary-color, #102B26);
    }

    .product-purchase-options-wrapper {
        margin-top: 8px;
    }

    .purchase-options-header {
        font-size: 11px;
        font-weight: 600;
        color: #111827;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin-bottom: 12px;
        font-family: 'Avenir Next', sans-serif;
    }

    .product-purchase-options {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .purchase-option {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px;
        outline: 1.5px solid #e5e7eb;
        border-radius: 8px;
        cursor: pointer;
        background: #fff;
        transition: all 0.2s;
        font-family: 'Avenir Next', sans-serif;
    }

    .purchase-option:hover {
        outline-color: #d1d5db;
    }

    .purchase-option.selected {
        outline-color: #B4B4DE;
        background: #F1F1F9;
    }

    .purchase-option input[type="radio"] {
        width: 18px;
        height: 18px;
        margin-right: 12px;
        cursor: pointer;
        flex-shrink: 0;
    }

    .purchase-option input[type="radio"]:checked {
        accent-color: #1A365D!important;
    }

    .option-details {
        flex: 1;
        display: flex;
        align-items: center;
    }

    .option-label {
        font-weight: 500;
        color: #1D211E;
        font-size: 14px;
    }

    .option-price-wrapper {
        display: flex;
        align-items: center;
        gap: 8px;
        position: relative;
    }

    .option-price {
        display: flex;
        align-items: center;
        gap: 4px;
    }

    .option-price-original {
        font-size: 13px;
        color: #9ca3af;
        text-decoration: line-through;
        font-weight: 400;
    }

    .option-price-current {
        font-size: 15px;
        font-weight: 600;
        color: #111827;
    }

    .purchase-option.selected .option-price-current {
        color: #1a365d;
    }

    .subscription-discount-badge {
        padding: 4px 12px;
        border-radius: var(--48, 48px);
        background: var(--orange-500, #EC9F57);
        color: var(--White, #FFF);
        leading-trim: both;
        text-edge: cap;
        font-family: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
        white-space: nowrap;
        position: absolute;
        top: -24px;
        right: 2px;
    }

    .product-price-row {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        gap: 12px;
    }

    .product-price-only {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 2px;
    }

    .product-price-only .option-price-original {
        font-size: 13px;
        color: #9ca3af;
        text-decoration: line-through;
        font-weight: 400;
    }

    .product-price-only .option-price-current {
        font-size: 16px;
        font-weight: 600;
        color: var(--primary-color, #102B26);
    }


    .product-add-btn {
        background: #1A365D;
        border: none !important;
        color: #FFFFFF;
        padding: 12px 28px;
        border-radius: 5rem;
        font-size: 15px;
        font-weight: 600;
        cursor: pointer;
        z-index: 10;
        position: relative;
        align-self: flex-start;
        text-transform: uppercase;
        margin-top: 12px;
    }

    .product-add-btn:hover {
        opacity: 0.9;
    }

    .product-add-btn-corner {
        position: relative;
        top: auto;
        right: auto;
        padding: 12px 28px;
        font-size: 15px;
        border-radius: 5rem;
    }

    .recommended-product-card.removed .product-add-btn-corner {
        display: inline-flex !important;
    }

    .cart-summary {
        background: #fff;
        border-radius: 16px;
        position: sticky;
        top: 20px;
        border: 1px solid #E5E5F4;
        padding: 0;
        overflow: hidden;
    }

    .cart-summary-header {
        background: #FFFBC0;
        padding: 10px 24px;
        text-align: center;
        margin-bottom: 0;
        border-bottom: none;
    }

    .cart-summary-title {
        font-size: 15px;
        font-weight: 600;
        color: #1A365D;
        margin: 0;
        font-family: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    }

    .cart-summary-body {
        padding: 24px;
    }

    .cart-items {
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin-bottom: 8px;
        padding: 8px;
        border-radius: 8px;
        background: var(--Color-Brand-2-200, #F7F7FC);
    }

    .cart-item-group {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .cart-item-group-divider {
        border-top: 1px solid #E5E5F4;
    }


    .cart-subscription-item {
        padding-left: 12px;
    }

    .cart-item {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        position: relative;
        padding: 0;
    }

    .cart-item-image {
        width: 40px;
        height: 40px;
        object-fit: cover;
        border-radius: 8px;
        flex-shrink: 0;
    }

    .cart-item-info {
        flex: 1;
        min-width: 0;
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .cart-item-name {
        overflow: hidden;
        color: var(--Text-Primary, #232323);
        text-overflow: ellipsis;

        /* Text/Normal/Medium */
        font-family: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%; /* 24px */
    }

    .cart-item-price {
        font-size: 12px;
        font-weight: 600;
        color: #1A365D;
        text-align: left;
        display: flex;
        align-items: center;
        gap: 8px;
        margin-top: 0;
        font-family: 'Avenir Next', sans-serif;
    }

    .cart-item-price-original {
        font-size: 14px;
        color: #9CA3AF;
        text-decoration: line-through;
        font-weight: 400;
        line-height: 22.4px;
    }


    .cart-item-bogo {
        background: var(--highlight-color, #d4ff6a);
        padding: 8px;
        border-radius: 6px;
        margin: 2px 0;
        .cart-item-price {
            padding-right: 8px;
        }
    }

    .cart-item-bogo-label {
        font-size: 10px;
        font-weight: 700;
        color: #000;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin-left: 6px;
    }

    .cart-item-remove {
        background: none;
        border: none;
        color: #9CA3AF;
        cursor: pointer;
        padding: 0;
        width: 20px;
        height: 20px;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-shrink: 0;
        transition: color 0.2s ease;
        margin-top: 0;
    }

    .cart-item-remove:hover {
        color: #EF4444;
    }

    .cart-item-remove svg {
        width: 100%;
        height: 100%;
    }

    .cart-summary-totals {
        border-top: 1px solid #E5E5F4;
        padding-top: 8px;
        margin-bottom: 8px;
    }

    .cart-summary-row {
        display: flex;
        justify-content: space-between;
        font-family: 'Avenir Next', sans-serif;
        align-items: center;
        padding: 4px 0;
        font-size: 14px;
        color: #6B7280;
    }

    .cart-summary-row .money{
        font-size: 14px;
    }

    .cart-empty-message{
        text-align: center;
        color: #6B7280;
        font-size: 16px;
        font-weight: 400;
    }

    .cart-total-section {
        border-top: 1px solid #E5E5F4;
        padding-top: 16px;
        margin-bottom: 12px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        flex-wrap: wrap;
    }

    .cart-total-label {
        color: var(--Text-Primary, #2F3936);
        font-family: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
    }

    .cart-total-price {
        display: flex;
        align-items: center;
        gap: 8px;
        font-family: 'Avenir Next', sans-serif;
    }

    .cart-total-original {
        font-size: 14px;
        color: #9CA3AF;
        text-decoration: line-through;
        font-weight: 400;
    }

    .cart-total-current {
        font-size: 16px;
        font-weight: 700;
        color: #1A365D;
    }


    .desktop-only {
        display: block;
    }

    .mobile-only {
        display: none;
    }

    .quiz-btn-checkout {
        width: 100%;
        background: #1A365D;
        font-family: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
        color: #FFFFFF;
        border: none;
        padding: 14px 24px;
        border-radius: 12px;
        font-size: 18px;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        transition: background 0.2s ease;
        font-weight: 600;
        cursor: pointer;
        transition: opacity 0.2s;
        position: relative;
    }

    .quiz-btn-checkout.disabled,
    .quiz-btn-checkout:disabled {
        background: #9CA3AF;
        color: #FFFFFF;
        cursor: not-allowed;
        opacity: 0.6;
        pointer-events: none;
    }

    .quiz-btn-checkout:hover {
        background: #2C5282;
    }

    .quiz-btn-checkout.loading {
        pointer-events: none;
        opacity: 0.7;
    }

    .quiz-btn-checkout.loading::after {
        content: '';
        position: absolute;
        width: 16px;
        height: 16px;
        top: 50%;
        left: 50%;
        margin-left: -8px;
        margin-top: -8px;
        border: 2px solid #ffffff;
        border-radius: 50%;
        border-top-color: transparent;
        animation: spinner 0.6s linear infinite;
    }

    @keyframes spinner {
        to {
            transform: rotate(360deg);
        }
    }


    @media (max-width: 1250px) {
        .recommendations-layout {
            flex-direction: column;
        }

        .recommendations-left {
            padding-bottom: 160px;
            width: 100%;
        }

        .recommendations-right {
            display: none;
        }

        /* Show mobile gift progress section, hide desktop one */
        .gift-progress-section-mobile {
            display: block;
            margin-top: 0;
        }

        .gift-progress-section-mobile .gift-progress-header {
            display: none;
        }

        .recommendations-right .gift-progress-section {
            display: none;
        }

        .mobile-sticky-bar {
            display: block;
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 100;
            background: #fff;
            border-top: 1px solid #E5E5F4;
            box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
            padding: 12px 16px;
        }

        .mobile-sticky-bar-content {
            display: flex;
            flex-direction: column;
            gap: 8px;
            max-width: 100%;
        }

        .mobile-sticky-bar-total {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            gap: 8px;
            flex: 1;
        }

        .mobile-sticky-bar-label {
            color: var(--Text-Primary, #2F3936);
            font-family: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: 21px;
        }

        .mobile-sticky-bar-price-wrapper {
            display: flex;
            align-items: center;
            gap: 8px;
            font-family: 'Avenir Next', sans-serif;
        }

        .mobile-sticky-bar-price-original {
            font-size: 14px;
            color: #9CA3AF;
            text-decoration: line-through;
            font-weight: 400;
            line-height: 24px;
        }

        .subscription-frequency-selector {
            min-width: 220px;
        }

        .product-options-group{
            flex-wrap: wrap;
        }

        .mobile-sticky-bar-price {
            color: #1A365D;
            font-family: 'Avenir Next', sans-serif;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 24px;
        }

        .mobile-sticky-bar-checkout {
            flex-shrink: 0;
            padding: 12px 24px;
            border-radius: 12px;
            font-size: 16px;
            font-weight: 600;
            white-space: nowrap;
            background: #1A365D;
            color: #FFFFFF;
            border: none;
            cursor: pointer;
        }

        .mobile-sticky-bar-checkout.disabled,
        .mobile-sticky-bar-checkout:disabled {
            background: #9CA3AF;
            color: #FFFFFF;
            cursor: not-allowed;
            opacity: 0.6;
            pointer-events: none;
        }

        .mobile-sticky-bar-open-menu {
            background: none;
            border: none;
            padding: 0px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .mobile-sticky-bar-open-menu svg {
            transition: transform 0.3s ease;
        }

        .mobile-sticky-bar-open-menu.active svg {
            transform: rotate(180deg);
        }

        /* Mobile Cart Popup */
        .mobile-cart-popup {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 10000;
            display: flex;
            align-items: flex-end;
        }

        .mobile-cart-popup-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.5);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .mobile-cart-popup.active .mobile-cart-popup-overlay {
            opacity: 1;
        }

        .mobile-cart-popup-content {
            position: relative;
            background: #fff;
            width: 100%;
            max-height: 100vh;
            border-radius: 20px 20px 0 0;
            transform: translateY(100%);
            transition: transform 0.3s ease;
            display: flex;
            flex-direction: column;
            overflow: hidden;
            z-index: 1;
        }

        .mobile-cart-popup.active .mobile-cart-popup-content {
            transform: translateY(0);
        }

        .mobile-cart-popup-header {
            background: #FFF;
            padding: 8px 20px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            border-bottom: none;
        }

        .mobile-cart-popup-title {
            font-size: 18px;
            font-weight: 600;
            color: #1A365D;
            margin: 0;
            font-family: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
        }

        .mobile-cart-popup-close {
            background: none;
            border: none;
            padding: 4px;
            cursor: pointer;
            color: #1A365D;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 32px;
            height: 32px;
        }

        .mobile-cart-popup-close svg {
            width: 24px;
            height: 24px;
        }

        .mobile-cart-popup-body {
            padding: 0 18px 12px 18px;
            overflow-y: auto;
            flex: 1;
            display: flex;
            flex-direction: column;
        }

        .mobile-cart-popup-gift-progress {
            margin-bottom: 0px;
        }

        .desktop-only {
            display: none;
        }

        .mobile-only {
            display: block;
        }

        .recommendations-left {
            padding: 20px;
            padding-bottom: 120px;
        }

        .option-price-current{
            font-size: 14px;
        }

        .option-label{
            font-size: 12px;
        }

        .option-price-original{
            font-size: 12px;
        }

        .subscription-discount-badge{
            font-size: 10px;
        }
    }

    @media (max-width: 1249px) {
        .quiz-recommendations {
            padding: 0;
        }

        .recommended-product-card {
            flex-direction: column;
        }

        .product-card-title-wrapper{
            flex: auto;
        }

        .product-card-image{
            width: fit-content!important;
        }

        .product-card-header-row {
            gap: 16px;
        }

        .product-card-image {
            width: 100%;
            height: 180px;
        }

        .product-remove-btn {
            position: absolute;
            top: 0;
            right: 0;
        }

        .gift-card-main {
            flex-direction: column;
        }

        .gift-card-image {
            width: 100%;
            height: 180px;
        }

        .section-title{
            font-size: 13px;
        }

        .maison-quiz-recom-text-title{
            font-size: 24px;
        }

        .maison-quiz-recom-text{
            gap: 8px;
        }

        .maison-quiz-recom-text-subtitle{
            font-size: 14px;
        }

        .product-card-title-mobile {
            display: block;
            font-size: 18px;
            font-weight: 600;
            color: #102B26;
            line-height: 1.3;
            margin: 0 0 8px 0;
            padding-right: 28px;
        }

        .product-card-title-desktop {
            display: none;
        }

        .gift-product-title-mobile {
            display: block;
            /*position: absolute;*/
            top: 0;
            left: 100%;
            width: calc(100vw - 180px);
            padding: 0 0 0 12px;
            font-size: 16px;
            font-weight: 600;
            color: #102B26;
            line-height: 1.3;
            margin-bottom: 0;
        }

        .gift-product-title-desktop {
            display: none;
        }
    }
    .checkout-subtext {
        color: var(--Text-Secondary, rgba(35, 35, 35, 0.75));
        font-family: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        text-transform: capitalize;
        margin: 0 auto;
        text-align: center;
        margin-top: 8px;
    }

    /* Upsell Package Block Styles */
    .maison_commerce_maison_upsell_package__block {
        border-radius: 16px;
        overflow: hidden;
        background: #fffbc0;
    }

    .maison_commerce_maison_upsell_package__header {
        background: #1A365D;
        color: white;
        padding: 8px 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        border-radius: 16px 16px 0 0;
    }

    .maison_commerce_maison_upsell_package__content-main{
        display: flex;
        gap: 24px;
    }

    .maison_commerce_maison_upsell_package__text-content-top{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }

    .maison_commerce_maison_upsell_package__content-bottom{
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }

    .maison_commerce_maison_upsell_package__header-left {
        display: flex;
        align-items: center;
        gap: 4px;
        flex-shrink: 0;
    }

    .maison_commerce_maison_upsell_package__flame-icon {
        width: 16px;
        height: 16px;
        flex-shrink: 0;
    }

    .maison_commerce_maison_upsell_package__header-text {
        font-family: 'Gotham', sans-serif;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        white-space: nowrap;
    }

    .maison_commerce_maison_upsell_package__timer {
        background: rgba(217, 218, 244, 0.2);
        border-radius: 90px;
        padding: 0 8px;
        font-family: 'Gotham', sans-serif;
        font-size: 14px;
        font-weight: 900;
        color: #fffbc0;
        height: 23px;
        display: flex;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
        flex-shrink: 0;
    }

    .maison_commerce_maison_upsell_package__timer .timer-value {
        line-height: 1;
    }

    .maison_commerce_maison_upsell_package__content {
        padding: 18px;
        display: flex;
        flex-direction: column;
        gap: 18px;
        align-items: center;
    }

    .maison_commerce_maison_upsell_package__image {
        width: 100%;
    }

    .maison_commerce_maison_upsell_package__image img {
        width: 100%;
        height: auto;
        object-fit: contain;
        display: block;
    }

    .maison_commerce_maison_upsell_package__discount-badge {
        background: #E98C36;
        color: white;
        padding: 4px 12px;
        border-radius: 48px;
        font-family: 'Gotham', sans-serif;
        font-size: 10px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        display: inline-block;
    }

    .maison_commerce_maison_upsell_package__text-content {
        display: flex;
        gap: 12px;
        width: 100%;
        align-items: center;
        text-align: center;
    }

    .maison_commerce_maison_upsell_package__title {
        font-family: 'Vanilla Ravioli', serif;
        font-size: 20px;
        font-weight: 400;
        color: #232323;
        margin: 0;
        line-height: 1.4;
    }

    .maison_commerce_maison_upsell_package__description {
        font-family: 'Gotham', sans-serif;
        font-size: 14px;
        color: rgba(35, 35, 35, 0.75);
        line-height: 1.5;
    }

    .maison_commerce_maison_upsell_package__description p {
        margin: 0 0 8px 0;
    }

    .maison_commerce_maison_upsell_package__description p:last-child {
        margin-bottom: 0;
    }

    .maison_commerce_maison_upsell_package__description strong {
        font-weight: 700;
    }

    .maison_commerce_maison_upsell_package__button {
        background: #ffffff;
        color: #1A365D;
        border: none;
        padding: 16px 32px;
        border-radius: 12px;
        font-size: 16px;
        font-weight: 500;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        transition: all 0.2s;
        width: 100%;
        font-family: 'Avenir Next', sans-serif;
    }

    .maison_commerce_maison_upsell_package__button:hover {
        opacity: 0.9;
        transform: translateY(-1px);
    }

    .maison_commerce_maison_upsell_package__button:disabled {
        opacity: 0.6;
        cursor: not-allowed;
    }

    .maison_commerce_maison_upsell_package__button svg {
        width: 24px;
        height: 24px;
        flex-shrink: 0;
    }

    .maison_commerce_maison_upsell_package__footer {
        font-family: 'Gotham', sans-serif;
        font-size: 12px;
        color: #8E8C6B;
        text-align: center;
    }

    /* Mobile Styles for Upsell Package */
    @media (max-width: 767px) {
        .maison_commerce_maison_upsell_package__header {
            padding: 8px 16px;
            gap: 4px;
        }

        .maison_commerce_maison_upsell_package__content-main{
            flex-direction: column;
        }

        .maison_commerce_maison_upsell_package__text-content{
            flex-direction: column-reverse;
        }

        .maison_commerce_maison_upsell_package__header-left {
            flex: 1;
            justify-content: center;
        }

        .maison_commerce_maison_upsell_package__timer {
            justify-content: center;
        }

        .maison_commerce_maison_upsell_package__content {
            padding: 18px;
        }

        .maison_commerce_maison_upsell_package__title {
            font-size: 18px;
        }

        .maison_commerce_maison_upsell_package__description {
            font-size: 13px;
            text-align: center;
        }

        .maison_commerce_maison_upsell_package__button {
            padding: 8px 16px;
            font-size: 14px;
            gap: 4px;
            flex-wrap: wrap;
        }

        .maison_commerce_maison_upsell_package__footer {
            font-size: 12px;
        }

        .maison_commerce_maison_upsell_package__discount-badge {
            font-size: 10px;
            padding: 4px 12px;
        }
    }

    /* Fix #9 & #10: Hide header nav on quiz pages */
    .maison_commerce_maison_header__left,
    .maison_commerce_maison_header__right {
        display: none !important;
    }

    /* Fix #4: Promo banner */
    .quiz-promo-banner {
        background: #FFFBC0;
        border-radius: 12px;
        padding: 14px 20px;
        text-align: center;
        margin-bottom: 24px;
    }

    .quiz-promo-banner-text {
        font-family: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
        font-size: 15px;
        font-weight: 600;
        color: #1A365D;
        margin: 0 0 4px 0;
    }

    .quiz-promo-banner-subtext {
        font-family: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
        font-size: 12px;
        font-weight: 400;
        color: #1A365D;
        margin: 0;
    }

    /* Fix #8: Cart items free product banner */
    .cart-free-product-banner {
        background: #FFFBC0;
        border-radius: 8px;
        padding: 10px 16px;
        text-align: center;
        margin-bottom: 8px;
        font-family: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
        font-size: 13px;
        font-weight: 600;
        color: #1A365D;
    }

    /* Fix #11: FAQ dropdowns */
    .quiz-faq-section {
        margin-top: 24px;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .quiz-faq-item {
        background: #fff;
        border: 1px solid #E5E5F4;
        border-radius: 12px;
        overflow: hidden;
    }

    .quiz-faq-item summary {
        padding: 14px 20px;
        font-family: 'Gotham', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: #1A365D;
        cursor: pointer;
        list-style: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .quiz-faq-item summary::-webkit-details-marker {
        display: none;
    }

    .quiz-faq-item summary::after {
        content: '+';
        font-size: 18px;
        font-weight: 400;
        color: #1A365D;
        flex-shrink: 0;
        margin-left: 12px;
    }

    .quiz-faq-item[open] summary::after {
        content: '−';
    }

    .quiz-faq-answer {
        padding: 0 20px 14px 20px;
        font-family: 'Avenir Next', sans-serif;
        font-size: 13px;
        line-height: 1.6;
        color: #4B5563;
    }
</style>