/** Shopify CDN: Minification failed

Line 1641:0 Unexpected "}"

**/
.main-cart {
    max-width: 1440px !important;
    padding: 48px 150px 112px !important;
    width: 100% !important;
    cart-form {
        h1 {
            max-width: 1140px !important;
            margin-left: auto !important;
            margin-right: auto !important;
            text-align: start !important;
            color: var(--text-text-heading, #2A3D38);
            font-family: "Canela Trial";
            font-size: 40px;
            font-style: normal;
            font-weight: 400;
            line-height: 110%; /* 44px */
            padding-bottom: 32px;
            border-bottom: 1px solid var(--color-neutral-50, #EBEBEB);
        }
        #cartform {
            max-width: 1140px !important;
            margin-left: auto !important;
            margin-right: auto !important;
            width: 100%;
            
            .cart-content-wrapper {
                display: block;
                
                &.new-layout {
                    padding-bottom: 32px;
                    border-bottom: 1px solid var(--color-neutral-50, #EBEBEB);
                    .cart-items-section {
                        margin-bottom: 40px;
                    }
                    
                    .cart-summary-section {
                        max-width: 559px;
                        margin-left: auto;
                    }
                }
            }
            
            .cart-list {
                .cart-list-header {
                    margin-top: 32px;
                    margin-bottom: 0px;
                    padding-bottom: 32px;
                    border-bottom: 1px solid var(--color-neutral-50, #EBEBEB);
                    .col-notimage {
                        &>div {
                            color: var(--text-text-heading, #2A3D38);
                            font-family: "Canela Trial";
                            font-size: 24px;
                            font-style: normal;
                            font-weight: 400;
                            line-height: 120%; /* 28.8px */
                            letter-spacing: -0.48px;
                        }
                    }
                }
                &>div {
                    li {
                        margin-top: 0px;
                        margin-bottom: 0px;
                        padding-top: 32px;
                        padding-bottom: 32px;
                        border-bottom: 1px solid var(--color-neutral-50, #EBEBEB);
                        .flex {
                            align-items: center;
                            .cart-item__remove {
                                border-bottom: none;
                                padding-right: 10px;
                                align-self: center;
                            }
                            .col-image {
                                width: 95px;
                                height: 95px;
                                margin-right: 24px;
                                .image {
                                    img {
                                        aspect-ratio: 1 / 1;
                                        object-fit: cover;
                                    }
                                }
                            }
                            .col-notimage {
                                align-items: center;
                                .desc {
                                    .title {
                                        a {
                                            color: var(--text-text-body, #3E4D49);
                                            font-family: Archivo;
                                            font-size: 18px;
                                            font-style: normal;
                                            line-height: 150%; /* 27px */
                                            .product-title {
                                                color: var(--text-text-heading, #2A3D38);
                                                font-family: Archivo;
                                                font-size: 20px;
                                                font-style: normal;
                                                font-weight: 700;
                                                line-height: 150%; /* 30px */
                                                margin-bottom: 14px;
                                            }
                                        }
                                    }
                                    .line-item-properties {
                                        .line-item-property {
                                            color: var(--text-text-body, #3E4D49);
                                            font-family: Archivo;
                                            font-size: 18px;
                                            font-style: normal;
                                            line-height: 150%; /* 27px */
                                        }
                                    }
                                }
                                .item-price {
                                    .theme-money {
                                        color: var(--text-text-body, #3E4D49);
                                        font-family: Archivo;
                                        font-size: 20px;
                                        font-style: normal;
                                        font-weight: 400;
                                        line-height: 150%; /* 30px */
                                    }
                                }
                                .quantity-and-remove {
                                    .quantity {
                                        border: 1px solid var(--color-neutral-900, #0E211C);
                                    }
                                }
                                .line-total {
                                    .theme-money {
                                        color: var(--text-text-body, #3E4D49);
                                        font-family: Archivo;
                                        font-size: 20px;
                                        font-style: normal;
                                        font-weight: 400;
                                        line-height: 150%; /* 30px */
                                    }
                                }
                            }
                        }
                        .card-message-section {
                            border-top: 0px;
                            margin-top: 32px;
                            padding-top: 0px;
                            .card-message-header {
                                margin-bottom: 14px;
                                .card-message-label {
                                    color: var(--color-neutral-600, #566460);
                                    font-family: Archivo;
                                    font-size: 18px;
                                    font-style: normal;
                                    font-weight: 500;
                                    line-height: 150%; /* 27px */
                                    text-transform: capitalize;
                                }
                                .card-message-edit-btn {
                                    padding: 0px;
                                    color: var(--color-neutral-600, #566460);
                                    font-family: Archivo;
                                    font-size: 18px;
                                    font-style: normal;
                                    font-weight: 500;
                                    line-height: 150%; /* 27px */
                                    border: none;
                                    display: flex;
                                    align-items: center;
                                    gap: 8px;
                                }
                            }
                            .card-message-content {
                                .card-message-display {
                                    height: 97px;
                                    padding: 25px 24px;
                                    border-radius: 20px;
                                    border: 1px solid #B7BCBB;
                                    background: var(--color-base-white, #FFF);
                                }
                                .card-message-edit {
                                    .card-message-textarea {
                                        padding: 25px 24px;
                                        border-radius: 20px;
                                        border: 1px solid #B7BCBB;
                                        background: var(--color-base-white, #FFF);
                                    }
                                    .card-message-save-btn {
                                        background-color: #2A3D38;
                                        border-color: #2A3D38;
                                        border-radius: var(--spacing-radius-radius-full, 999px);
                                    }
                                    .card-message-cancel-btn {
                                        background-color: #fff;
                                        border-color: #2A3D38;
                                        border-radius: var(--spacing-radius-radius-full, 999px);
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}

.update-continue {
    display: none;
}

/* New Fulfillment Layout Styles */
.under-cart-new-layout {
    .fulfillment-options {
        display: flex;
        gap: 12px;
        margin-bottom: 28px;
        
        .fulfillment-btn {
            flex: 1;
            padding: 18px 24px;
            border-radius: 999px;
            border: 1.5px solid #2A3D38;
            background: #FFF;
            color: #2A3D38;
            font-family: Archivo;
            font-size: 17px;
            font-style: normal;
            font-weight: 600;
            line-height: 1.4;
            cursor: pointer;
            transition: all 0.25s ease;
            text-align: center;
            
            &.active {
                background: #2A3D38;
                color: #FFF;
                border-color: #2A3D38;
            }
            
            &:hover:not(.active) {
                background-color: #2A3D38 !important;
                color: #FFF !important;
            }
            
            &:hover.active {
                opacity: 0.95;
            }
        }
    }
    
    .delivery-information,
    .pickup-information {
        margin-bottom: 30px;
        
        p {
            margin: 0 0 10px 0;
            color: var(--text-text-body, #3E4D49);
            font-family: Archivo;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 1.5;
            
            &.delivery-text,
            &.pickup-text {
                color: var(--color-neutral-600, #566460);
                font-size: 18px;
                font-style: normal;
                font-weight: 500;
                line-height: 150%; /* 27px */
            }
            
            &.tax-shipping-text {
                color: var(--color-neutral-600, #566460);
                font-size: 18px;
                font-style: normal;
                font-weight: 500;
                line-height: 150%; /* 27px */
            }
            
            &.postal-code-label {
                color: var(--color-neutral-600, #566460);
                font-size: 18px;
                font-style: normal;
                font-weight: 500;
                line-height: 150%; /* 27px */
            }
        }
        
        &.hidden {
            display: none;
        }
    }
    
    .info-section-header {
        margin: 24px 0;
        padding-bottom: 20px;
        border-bottom: 1px solid #EBEBEB;
        
        .section-title {
            color: var(--text-text-heading, #2A3D38);
            font-family: "Canela Trial";
            font-size: 24px;
            font-style: normal;
            font-weight: 400;
            line-height: 120%;
            margin: 0 0 8px 0;
        }
        
        .section-subtitle {
            color: var(--color-neutral-600, #566460);
            font-family: Archivo;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%;
            margin: 0;
        }
    }
    
    .delivery-form-fields,
    .pickup-form-fields {
        margin-top: 24px;
        
        .form-field-group {
            margin-bottom: 20px;
            
            .form-label {
                display: block;
                margin-bottom: 8px;
                color: var(--text-text-heading, #2A3D38);
                font-family: Archivo;
                font-size: 16px;
                font-style: normal;
                font-weight: 500;
                line-height: 150%;
                
                .required {
                    color: #D32F2F;
                }
            }
            
            .form-input,
            .form-select,
            .form-textarea {
                width: 100%;
                padding: 14px 20px;
                border-radius: 20px;
                border: 1px solid #B7BCBB;
                background: #FFF;
                color: var(--text-text-body, #3E4D49);
                font-family: Archivo;
                font-size: 16px;
                font-style: normal;
                line-height: 150%;
                transition: all 0.25s ease;
                
                &::placeholder {
                    color: var(--color-neutral-400, #B7BCBB);
                }
                
                &:focus {
                    outline: none;
                    border-color: #2A3D38;
                    box-shadow: 0 0 0 3px rgba(42, 61, 56, 0.05);
                }
                
                &:invalid:not(:placeholder-shown) {
                    border-color: #D32F2F;
                }
            }
            
            .form-select {
                cursor: pointer;
                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 1L6 6L11 1' stroke='%232A3D38' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
                background-repeat: no-repeat;
                background-position: right 20px center;
                padding-right: 45px;
            }
            
            .form-textarea {
                resize: vertical;
                min-height: 100px;
            }
        }
        
        .form-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 16px;
            
            @media (max-width: 600px) {
                grid-template-columns: 1fr;
            }
        }
    }
    
    .cart-action-buttons {
        button.checkout-btn {
            flex: 1;
            padding: 18px 24px;
            border-radius: 16px;
            font-family: Archivo;
            font-size: 17px;
            font-style: normal;
            font-weight: 600;
            line-height: 1.4;
            cursor: pointer;
            transition: all 0.25s ease;
            text-align: center;
            background: #2A3D38;
            border: 1.5px solid #2A3D38;
            color: #FFF;
            
            &:hover {
                opacity: 0.95;
            }
        }
    }
    
    .postal-code-input-wrapper {
        position: relative;
        display: flex;
        margin-bottom: 12px;
        
        .postal-code-input {
            flex: 1;
            padding: 12px 20px;
            border-radius: 999px;
            border: 1px solid #B7BCBB;
            background: #FFF;
            color: var(--text-text-body, #3E4D49);
            font-family: Archivo;
            font-size: 15px;
            font-style: normal;
            line-height: 1.5;
            
            &::placeholder {
                color: var(--color-neutral-400, #B7BCBB);
            }
            
            &:focus {
                outline: none;
                border-color: #2A3D38;
                box-shadow: 0 0 0 3px rgba(42, 61, 56, 0.05);
            }
            
            &:disabled {
                opacity: 0.6;
                cursor: not-allowed;
            }
        }
        
        .postal-code-search-btn {
            position: absolute;
            right: 9px;
            top: 50%;
            transform: translateY(-50%);
            background: none;
            border: none;
            padding: 6px;
            cursor: pointer;
            color: var(--color-neutral-600, #566460);
            display: flex;
            align-items: center;
            justify-content: center;
            transition: color 0.25s ease;
            
            &:hover:not(:disabled) {
                color: #2A3D38;
            }
            
            &:disabled {
                opacity: 0.6;
                cursor: not-allowed;
            }
            
            &.loading {
                pointer-events: none;
                
                .loading-spinner {
                    display: inline-block;
                    width: 14px;
                    height: 14px;
                    border: 2px solid rgba(42, 61, 56, 0.2);
                    border-top-color: #2A3D38;
                    border-radius: 50%;
                    animation: spin 0.6s linear infinite;
                    margin-right: 8px;
                }
            }
            
            svg {
                display: block;
                width: 20px;
                height: 20px;
            }
        }
        
        @keyframes spin {
            to {
                transform: rotate(360deg);
            }
        }
    }
    
    /* Flatpickr Calendar Styling */
    .flatpickr-calendar {
        font-family: inherit;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        border: 1px solid var(--color-neutral-50, #EBEBEB);
    }
    
    .flatpickr-months {
        background: var(--text-text-heading, #2A3D38);
        border-radius: 8px 8px 0 0;
        padding: 10px 0;
    }
    
    .flatpickr-month {
        color: #fff;
    }
    
    .flatpickr-current-month {
        color: #fff;
        font-weight: 500;
    }
    
    .flatpickr-prev-month,
    .flatpickr-next-month {
        color: #fff;
        fill: #fff;
    }
    
    .flatpickr-prev-month:hover,
    .flatpickr-next-month:hover {
        background: rgba(255, 255, 255, 0.1);
    }
    
    .flatpickr-weekdays {
        background: var(--text-text-heading, #2A3D38);
        color: #fff;
    }
    
    .flatpickr-weekday {
        color: rgba(255, 255, 255, 0.8);
        font-weight: 500;
    }
    
    .flatpickr-day {
        border-radius: 4px;
        color: var(--text-text-heading, #2A3D38);
    }
    
    .flatpickr-day:hover {
        background: var(--color-neutral-50, #EBEBEB);
    }
    
    .flatpickr-day.selected,
    .flatpickr-day.startRange,
    .flatpickr-day.endRange {
        background: var(--text-text-heading, #2A3D38);
        color: #fff;
        border-color: var(--text-text-heading, #2A3D38);
    }
    
    .flatpickr-day.flatpickr-disabled,
    .flatpickr-day.prevMonthDay,
    .flatpickr-day.nextMonthDay {
        color: #ccc;
        cursor: not-allowed;
        opacity: 0.3;
    }
    
    .flatpickr-day.flatpickr-disabled:hover {
        background: transparent;
    }

.flatpickr-day.today.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled.today {
        border-color: transparent;
        font-weight: 400;
        color: #ccc;
        background: transparent;
        cursor: not-allowed;
        opacity: 0.3;
}
    
    .flatpickr-day.today {
        border-color: var(--text-text-heading, #2A3D38);
        font-weight: 600;
    }
    
    .flatpickr-day.today.selected {
        background: var(--text-text-heading, #2A3D38);
        color: #fff;
    }
    
    .flatpickr-input {
        cursor: pointer;
    }
    
    .flatpickr-input:focus {
        border-color: var(--text-text-heading, #2A3D38);
    }
    
    .postal-code-result {
        margin-top: -12px;
        padding: 3px 15px 0;
        border-radius: 12px;
        display: flex;
        align-items: center;
        gap: 12px;
        font-family: Archivo;
        font-size: 13px;
        font-style: normal;
        line-height: 150%;
        animation: slideDown .3s ease;
    }
    
    .delivery-date-field {
        margin-top: 24px;
        padding: 24px;
        background: #f8f8f8;
        border-radius: 8px;
        border: 1px solid var(--color-neutral-50, #EBEBEB);
        animation: slideDown .3s ease;
        
        .form-field-group {
            margin-bottom: 20px;
            
            &:last-child {
                margin-bottom: 0;
            }
        }
        
        .form-label {
            display: block;
            margin-bottom: 8px;
            font-weight: 500;
            color: var(--text-text-heading, #2A3D38);
        }
        
        .form-input,
        .form-select {
            width: 100%;
            padding: 12px;
            border: 1px solid var(--color-neutral-50, #EBEBEB);
            border-radius: 4px;
            font-size: 14px;
            transition: border-color 0.2s ease;
            
            &:focus {
                outline: none;
                border-color: var(--text-text-heading, #2A3D38);
            }
        }
        
        &.hidden {
            display: none;
        }
        
        &.success {
            /* background: #E8F5E8;
            border: 1px solid #2C6856;
            color: #2A3D38; */
            
            .result-icon {
                color: #2C6856;
                font-size: 20px;
                font-weight: bold;
                flex-shrink: 0;
            }
            
            .result-message {
                color: #2A3D38;
                font-weight: 500;
            }
        }
        
        &.error {
            background: #FFF5F5;
            border: 1px solid #D32F2F;
            color: #D32F2F;
            
            .result-icon {
                color: #D32F2F;
                font-size: 20px;
                font-weight: bold;
                flex-shrink: 0;
            }
            
            .result-message {
                color: #D32F2F;
                font-weight: 500;
            }
        }
        
        .result-message {
            flex: 1;
        }
    }
    
    @keyframes slideDown {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    .subtotal-section {
        margin-bottom: 30px;
        padding-top: 30px;
        border-top: 1px solid #EBEBEB;
        
        .subtotal {
            display: flex;
            justify-content: end;
            align-items: center;
            gap: 10px;
            
            .label {
                color: var(--color-neutral-600, #566460);
                font-size: 18px;
                font-style: normal;
                font-weight: 500;
                line-height: 150%; /* 27px */
            }
            
            .amount {
                color: var(--text-text-brand, #2C6856);
                font-size: 24px;
                font-style: normal;
                font-weight: 700;
                line-height: 150%; /* 36px */
                font-family: Archivo;
            }
        }
    }
    
    .cart-action-buttons {
        display: flex;
        gap: 12px;
        margin-bottom: 24px;
        
        input[type="submit"] {
            flex: 1;
            padding: 18px 24px;
            border-radius: 16px;
            font-family: Archivo;
            font-size: 17px;
            font-style: normal;
            font-weight: 600;
            line-height: 1.4;
            cursor: pointer;
            transition: all 0.25s ease;
            text-align: center;
            
            &.update-cart-btn {
                border: 1.5px solid #2A3D38;
                background: #FFF;
                color: #2A3D38;
                
                &:hover {
                    background-color: #2A3D38 !important;
                    color: #fff !important;
                }
            }
        }
        
        button.checkout-btn {
            flex: 1;
            padding: 18px 24px;
            border-radius: 16px;
            font-family: Archivo;
            font-size: 17px;
            font-style: normal;
            font-weight: 600;
            line-height: 1.4;
            cursor: pointer;
            transition: all 0.25s ease;
            text-align: center;
            background: #2A3D38;
            border: 1.5px solid #2A3D38;
            color: #FFF;
            
            &:hover {
                opacity: 0.95;
            }
        }
    }
    
    .note-area {
        margin-bottom: 24px;
        
        label {
            display: block;
            margin-bottom: 12px;
            color: var(--text-text-heading, #2A3D38);
            font-family: Archivo;
            font-size: 18px;
            font-style: normal;
            font-weight: 500;
            line-height: 150%;
        }
        
        textarea {
            width: 100%;
            padding: 16px 24px;
            border-radius: 20px;
            border: 1px solid #B7BCBB;
            background: #FFF;
            color: var(--text-text-body, #3E4D49);
            font-family: Archivo;
            font-size: 18px;
            font-style: normal;
            line-height: 150%;
            resize: vertical;
            
            &:focus {
                outline: none;
                border-color: #2A3D38;
            }
        }
    }
}

/* Responsive Styles for New Layout */
@media (max-width: 1024px) {
    .main-cart {
        cart-form {
            #cartform {
                .cart-content-wrapper.new-layout {
                    .cart-items-section {
                        margin-bottom: 32px;
                    }
                    
                    .cart-summary-section {
                        max-width: 100%;
                    }
                }
            }
        }
    }
}

@media (max-width: 1000px) {
    .main-cart {
        padding: 32px 24px 80px !important;
        
        cart-form {
            h1 {
                font-size: 28px !important;
                padding-bottom: 24px !important;
            }
            
            #cartform {
                .cart-content-wrapper.new-layout {
                    .cart-items-section {
                        margin-bottom: 24px;
                    }
                    
                    .cart-summary-section {
                        .fulfillment-options {
                            gap: 10px;
                            
                            .fulfillment-btn {
                                padding: 16px 20px;
                                font-size: 16px;
                            }
                        }
                        
                        .cart-action-buttons {
                            flex-direction: column;
                            gap: 12px;
                            
                            input[type="submit"] {
                                width: 100%;
                                padding: 18px 24px;
                            }
                        }
                    }
                }
                
                .cart-list {
                    .cart-list-header {
                        display: none !important;
                    }
                    
                    &>div {
                        li {
                            padding-top: 24px !important;
                            padding-bottom: 24px !important;
                            
                            .flex {
                                flex-wrap: wrap !important;
                                align-items: flex-start !important;
                                
                                .cart-item__remove {
                                    order: 1;
                                    padding-right: 8px;
                                    align-self: flex-start;
                                    margin-top: 8px;
                                }
                                
                                .col-image {
                                    order: 2;
                                    width: 75px !important;
                                    height: 75px !important;
                                    margin-right: 16px !important;
                                }
                                
                                .col-notimage {
                                    order: 3;
                                    flex: 1 1 100% !important;
                                    display: flex !important;
                                    flex-direction: column !important;
                                    align-items: flex-start !important;
                                    margin-top: 12px;
                                    width: 100% !important;
                                    
                                    .desc {
                                        width: 100%;
                                        margin-bottom: 16px;
                                        
                                        .title {
                                            a {
                                                font-size: 16px !important;
                                                
                                                .product-title {
                                                    font-size: 18px !important;
                                                }
                                            }
                                        }
                                        
                                        .line-item-properties {
                                            .line-item-property {
                                                font-size: 16px !important;
                                            }
                                        }
                                    }
                                    
                                    .item-price {
                                        width: 100%;
                                        margin-bottom: 12px;
                                        display: flex;
                                        align-items: center;
                                        justify-content: space-between;
                                        padding: 8px 0;
                                        
                                        &::before {
                                            content: "Price: ";
                                            color: var(--color-neutral-600, #566460);
                                            font-family: Archivo;
                                            font-size: 16px;
                                            font-weight: 500;
                                        }
                                        
                                        .theme-money {
                                            font-size: 18px !important;
                                            font-weight: 400;
                                        }
                                    }
                                    
                                    .quantity-and-remove {
                                        width: 100%;
                                        margin-bottom: 12px;
                                        display: flex;
                                        align-items: center;
                                        justify-content: space-between;
                                        padding: 8px 0;
                                        margin-left: 0px;
                                        margin-right: 0px;
                                        
                                        &::before {
                                            content: "Quantity: ";
                                            color: var(--color-neutral-600, #566460);
                                            font-family: Archivo;
                                            font-size: 16px;
                                            font-weight: 500;
                                        }
                                        
                                        .quantity {
                                            width: auto;
                                        }
                                    }
                                    
                                    .line-total {
                                        width: 100%;
                                        display: flex;
                                        align-items: center;
                                        justify-content: space-between;
                                        border-top: 1px solid var(--color-neutral-50, #EBEBEB);
                                        margin-top: 8px;
                                        padding-top: 12px;
                                        
                                        &::before {
                                            content: "Total: ";
                                            color: var(--text-text-heading, #2A3D38);
                                            font-family: Archivo;
                                            font-size: 18px;
                                            font-weight: 600;
                                        }
                                        
                                        .theme-money {
                                            font-size: 20px !important;
                                            font-weight: 600;
                                        }
                                    }
                                }
                            }
                            
                            .card-message-section {
                                margin-top: 24px !important;
                                
                                .card-message-header {
                                    .card-message-label,
                                    .card-message-edit-btn {
                                        font-size: 16px !important;
                                    }
                                }
                                
                                .card-message-content {
                                    .card-message-display {
                                        height: auto;
                                        min-height: 60px;
                                        padding: 16px 20px !important;
                                        font-size: 16px !important;
                                    }
                                    
                                    .card-message-edit {
                                        .card-message-textarea {
                                            padding: 16px 20px !important;
                                            font-size: 16px !important;
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}

.main-you-may-also-like .recommendations-container {
    max-width: 1440px;
    padding-left: 150px;
    padding-right: 150px;
    width: 100%;
}

.main-you-may-also-like .product-recommendations-containers {
    margin-top: 50px;
}

.main-you-may-also-like .product-recommendations-containers .wide-container {
    padding-left: 0px;
    padding-right: 0px;
}

/* Responsive styles for You May Also Like section */
@media (max-width: 1000px) {
    .main-you-may-also-like .recommendations-container {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
    
    .you-may-also-like-section {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
        
        .carousel-container {
            flex-direction: column !important;
            gap: 32px !important;
        }
        
        .carousel-item {
            width: 450px !important;
        }
        
        h2.feature-header {
            font-size: 36px !important;
            line-height: 110% !important;
            letter-spacing: -0.72px !important;
        }
        
        span.title {
            font-size: 20px !important;
            letter-spacing: -0.4px !important;
        }
        
        .recommendations-container-bottom {
            margin-top: 32px !important;
        }
        
        a.button {
            min-width: auto !important;
            width: 100% !important;
            max-width: 100% !important;
        }
    }
}

@media (max-width: 768px) {
    .you-may-also-like-section {
        padding-top: 32px !important;
        padding-bottom: 32px !important;
        
        h2.feature-header {
            font-size: 28px !important;
            letter-spacing: -0.56px !important;
        }
        
        span.title {
            font-size: 18px !important;
            letter-spacing: -0.36px !important;
        }
        
        .carousel-container {
            gap: 24px !important;
        }
        
        .recommendations-container-bottom {
            margin-top: 24px !important;
        }
    }
}

/* V21.1 QA Fix — "You May Also Like" heading must be smaller than cart H1 (40px) */
.main-cart .you-may-also-like-section h2.feature-header {
    font-size: 32px !important;
    letter-spacing: -0.64px !important;
}

@media (max-width: 1000px) {
    .main-cart .you-may-also-like-section h2.feature-header {
        font-size: 26px !important;
    }
}

@media (max-width: 768px) {
    .main-cart .you-may-also-like-section h2.feature-header {
        font-size: 22px !important;
    }
}

/* Verification Modal Styles */
.verification-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    
    &.hidden {
        display: none;
    }
    
    .verification-modal-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        backdrop-filter: blur(4px);
    }
    
    .verification-modal-content {
        position: relative;
        background: #FFF;
        border-radius: 20px;
        max-width: 600px;
        width: 90%;
        max-height: 90vh;
        overflow-y: auto;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
        z-index: 1;
        
        @media (max-width: 768px) {
            width: 95%;
            max-height: 95vh;
            border-radius: 16px;
        }
    }
    
    .verification-modal-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 24px 32px;
        border-bottom: 1px solid #EBEBEB;
        
        @media (max-width: 768px) {
            padding: 20px 24px;
        }
        
        .verification-title {
            color: var(--text-text-heading, #2A3D38);
            font-family: "Canela Trial";
            font-size: 28px;
            font-style: normal;
            font-weight: 400;
            line-height: 120%;
            margin: 0;
            
            @media (max-width: 768px) {
                font-size: 24px;
            }
        }
        
        .verification-close {
            background: none;
            border: none;
            font-size: 32px;
            color: var(--color-neutral-600, #566460);
            cursor: pointer;
            padding: 0;
            width: 32px;
            height: 32px;
            display: flex;
            align-items: center;
            justify-content: center;
            line-height: 1;
            transition: color 0.25s ease;
            
            &:hover {
                color: #2A3D38;
            }
        }
    }
    
    .verification-modal-body {
        padding: 32px;
        
        @media (max-width: 768px) {
            padding: 24px;
        }
        
        .verification-intro {
            color: var(--color-neutral-600, #566460);
            font-family: Archivo;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%;
            margin: 0 0 24px 0;
        }
        
        .verification-content {
            margin-bottom: 32px;
            
            .verification-details {
                .verification-section {
                    margin-bottom: 24px;
                    padding: 20px;
                    background: #F8F9F8;
                    border-radius: 16px;
                    
                    h4 {
                        color: var(--text-text-heading, #2A3D38);
                        font-family: Archivo;
                        font-size: 20px;
                        font-style: normal;
                        font-weight: 600;
                        line-height: 150%;
                        margin: 0 0 16px 0;
                    }
                    
                    .verification-item {
                        margin-bottom: 12px;
                        color: var(--text-text-body, #3E4D49);
                        font-family: Archivo;
                        font-size: 16px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: 150%;
                        
                        &:last-child {
                            margin-bottom: 0;
                        }
                        
                        strong {
                            color: var(--text-text-heading, #2A3D38);
                            font-weight: 600;
                            margin-right: 8px;
                        }
                    }
                }
                
                .verification-note {
                    margin-top: 24px;
                    padding: 16px;
                    background: #E8F5E8;
                    border-radius: 12px;
                    border-left: 4px solid #2C6856;
                    
                    p {
                        margin: 0;
                        color: var(--text-text-body, #3E4D49);
                        font-family: Archivo;
                        font-size: 15px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: 150%;
                        
                        strong {
                            color: var(--text-text-heading, #2A3D38);
                            font-weight: 600;
                        }
                    }
                }
            }
        }
        
        .verification-actions {
            display: flex;
            gap: 12px;
            
            @media (max-width: 600px) {
                flex-direction: column;
            }
            
            button {
                flex: 1;
                padding: 16px 24px;
                border-radius: 16px;
                font-family: Archivo;
                font-size: 17px;
                font-style: normal;
                font-weight: 600;
                line-height: 1.4;
                cursor: pointer;
                transition: all 0.25s ease;
                text-align: center;
                
                &.verification-btn-cancel {
                    border: 1.5px solid #2A3D38;
                    background: #FFF;
                    color: #2A3D38;
                    
                    &:hover {
                        background-color: #2A3D38;
                        color: #fff;
                    }
                }
                
                &.verification-btn-confirm {
                    background: #2A3D38;
                    border: 1.5px solid #2A3D38;
                    color: #FFF;
                    
                    &:hover {
                        opacity: 0.95;
                    }
                }
            }
        }
    }
    
    /* Inline calendar styling for delivery date/time - Flatpickr */
    .delivery-date-time-field {
        .date-input-wrapper {
            position: relative;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        
        .toggle-calendar-btn {
            padding: 8px 12px;
            background: white;
            border: 1px solid var(--color-neutral-50, #EBEBEB);
            border-radius: 4px;
            cursor: pointer;
            transition: all 0.2s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--text-text-heading, #2A3D38);
            
            &:hover {
                background: #f8f8f8;
                border-color: var(--text-text-heading, #2A3D38);
            }
            
            &.active {
                background: var(--text-text-heading, #2A3D38);
                color: white;
                border-color: var(--text-text-heading, #2A3D38);
            }
            
            svg {
                display: block;
            }
        }
        
        .calendar-container {
            margin-top: 12px;
            
            &[style*="display: none"] {
                display: none !important;
            }
            
            &[style*="display: block"] {
                display: block !important;
            }
            
            .flatpickr-calendar {
                display: block !important;
            }
        }
        
        .flatpickr-calendar.inline {
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
            border-radius: 8px;
            width: 100%;
            max-width: 100%;
        }
        
        .flatpickr-calendar {
            transition: none !important;
            animation: none !important;
        }
        
        .flatpickr-months {
            background: var(--text-text-heading, #2A3D38);
            border-radius: 8px 8px 0 0;
        }
        
        .flatpickr-current-month,
        .flatpickr-prev-month,
        .flatpickr-next-month {
            color: #fff;
            fill: #fff;
        }
        
        .flatpickr-weekdays {
            background: var(--text-text-heading, #2A3D38);
        }
        
        .flatpickr-weekday {
            color: rgba(255, 255, 255, 0.8);
        }
        
        .flatpickr-day.selected,
        .flatpickr-day.startRange,
        .flatpickr-day.endRange {
            background: var(--text-text-heading, #2A3D38);
            border-color: var(--text-text-heading, #2A3D38);
        }
        
        .flatpickr-time {
            border-top: 1px solid var(--color-neutral-50, #EBEBEB);
        }
    }
    
    /* Delivery date calendar styling */
    label.form-label {
        display: block;
        margin-bottom: 8px;
        color: var(--text-text-heading, #2A3D38);
        font-family: Archivo;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
    }
    
    span.required {
        color: #d32f2f;
    }
    
    input#calendar-delivery-date {
        width: 100%;
        padding: 14px 20px;
        border-radius: 20px;
        border: 1px solid #B7BCBB;
        background: #fff;
        color: var(--text-text-body, #3E4D49);
        font-family: Archivo;
        font-size: 16px;
        font-style: normal;
        line-height: 150%;
        transition: all .25s ease;
        
        &:focus {
            outline: none;
            border-color: var(--text-text-heading, #2A3D38);
        }
    }
}

label.form-label {
    display: block;
margin-bottom: 8px;
color: var(--text-text-heading, #2A3D38);
font-family: Archivo;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 150%;

}

span.required {
color: #d32f2f;
}

input#calendar-delivery-date {
width:100%;
padding: 14px 20px;
border-radius: 20px;
border: 1px solid #B7BCBB;
background: #fff;
color: var(--text-text-body, #3E4D49);
font-family: Archivo;
font-size: 16px;
font-style: normal;
line-height: 150%;
transition: all .25s ease;
}

span.flatpickr-day.disabled,
span.flatpickr-day.flatpickr-disabled {
background: #f3f3f3;
}

span.flatpickr-day.today.disabled,
span.flatpickr-day.today.flatpickr-disabled {
background: #f3f3f3;
border-color: transparent;
color: rgba(57, 57, 57, 0.3);
}
.flatpickr-current-month {
    display: flex;
    align-items: center;
    justify-content: center;
}
.flatpickr-current-month {
    font-size: 96%;
}

.numInputWrapper {
    height: 100%;
}

.numInputWrapper input {
    width: 100%;
    height: 100% !important;
    min-height: 100%;
}

span.flatpickr-day.disabled,
span.flatpickr-day.flatpickr-disabled {
    background: #f3f3f3;
    color: rgba(57, 57, 57, 0.3);
}

span.flatpickr-day.today.disabled,
span.flatpickr-day.today.flatpickr-disabled {
    background: #f3f3f3;
    border-color: transparent;
    color: rgba(57, 57, 57, 0.3);
}


select#delivery-provinces {
    width: 100%;
    padding: 16px 24px;
    border-radius: 20px;
    border: 1px solid #B7BCBB;
    background: #fff;
    color: var(--text-text-body, #3E4D49);
    font-family: Archivo;
    font-size: 16px;
    font-style: normal;
    line-height: 150%;
    transition: all .25s ease;
}

select#event-type {
    width: 100%;
    padding: 16px 24px;
    border-radius: 20px;
    border: 1px solid #B7BCBB;
    background: #fff;
    color: var(--text-text-body, #3E4D49);
    font-family: Archivo;
    font-size: 16px;
    font-style: normal;
    line-height: 150%;
    transition: all .25s ease;
}

select#event-newborn-gender {
    width: 100%;
    padding: 16px 24px;
    border-radius: 20px;
    border: 1px solid #B7BCBB;
    background: #fff;
    color: var(--text-text-body, #3E4D49);
    font-family: Archivo;
    font-size: 16px;
    font-style: normal;
    line-height: 150%;
    transition: all .25s ease;
}

select.picker__select.noreplace {
    width: 100%;
    padding: 16px 24px;
    border-radius: 20px;
    border: 1px solid #B7BCBB;
    background: #fff;
    color: var(--text-text-body, #3E4D49);
    font-family: Archivo;
    font-size: 16px;
    font-style: normal;
    line-height: 150%;
    transition: all .25s ease;
}
}

