/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
:root {
    --gold: #d99726;
    --gold-light: #fdf5e6;
    --gold-dark: #b07d1a;
    --dark: #1A1D23;
    --mid: #676f7e;
    --border: #d99726;
    --bg: #f7f4ef;
    --white: #fff;
    --red: #c93030;
    --green: #1e7e50;
    --r: 10px;
    --rs: 6px;
}

.woocommerce td.product-name dl.variation dt.variation-aromeo_colon {
    display: none;
}

.woocommerce td.product-name dl.variation dd.variation-Tilfjelse,
.woocommerce td.product-name dl.variation dd.variation-Add-on {
    display: flex;
    width: 100%;
}

.woocommerce td.product-name dl.variation dt.variation-Tilfjelse,
.woocommerce td.product-name dl.variation dt.variation-Add-on {
    margin-top: 10px !important;
}

.woocommerce td.product-name dl.variation dt.variation-Abonnementsstil,
.woocommerce td.product-name dl.variation dt.variation-Month1,
.woocommerce td.product-name dl.variation dt.variation-Month2,
.woocommerce td.product-name dl.variation dt.variation-Month3 {
    margin-right: .25em !important;
}

.aromeo-product-header {
    margin-bottom: 30px;
}

.aromeo-product-header .aromeo-title {
    font-size: 28px;
    margin: 10px 0 5px 0;
    font-weight: 700;
    font-family: "Playfair Display", Sans-serif;
    color: #1A1D23;
    line-height: 34px;
}

.aromeo-product-header .aromeo-subtitle,
.aromeo-wrapper small,
.aromeo-wrapper .extra-scent-count {
    font-size: 16px;
    font-weight: 400;
    color: #676F7E;
    margin: 0;
    font-family: "DM Sans", sans-serif;
    line-height: 24px;
}

.aromeo-wrapper .monty-total-label {
    font-size: 16px;
    font-weight: 700;
    color: #676F7E;
    margin: 0;
    font-family: "DM Sans", sans-serif;
    line-height: 24px;
}

.aromeo-wrapper .aromeo-note,
.aromeo-wrapper p {
    font-size: 16px;
    font-weight: 400;
    color: #676F7E;
    font-family: "DM Sans", sans-serif;
    line-height: 24px;
}

.aromeo-wrapper form {

    margin: 0 auto;
    padding: 0px;
    background: #fff;
}

.aromeo-wrapper form h3 {
    margin: 25px 0 10px 0;
    font-family: "Playfair Display", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.5px;
    color: #1A1D23;
}

.aromeo-wrapper form h3.aromeo-subscription-style,
.aromeo-wrapper form h3.aromeo-subscription-producttype {
    margin: 25px 0 10px 0;
    font-family: "Playfair Display", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.5px;
    color: #1A1D23;
}

.aromeo-wrapper form h4 {
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.5px;
    color: #1A1D23;
    margin: 25px 0 10px 0;
}

.aromeo-wrapper form h3.aromeo-subscription-style {
    margin-top: 0;
}

.aromeo-attribute-group {
    margin-bottom: 20px;
}

.aromeo-price {
    color: #676F7E;
    font-size: 14px;
    font-family: "DM Sans", sans-serif;
    font-weight: 400 !important;
    line-height: 14px;
}

.aromeo-price .amount {
    color: #1A1D23 !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    font-family: "DM Sans", sans-serif;
    line-height: 18px;
}

.quantity-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.quantity-wrapper .qty-btn {
    width: 35px;
    height: 35px;
    border: 1px solid #ccc;
    background: #f5f5f5;
    cursor: pointer;
    font-size: 20px;
    padding: 0% !important;
    margin: 0% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quantity-wrapper .qty-input {
    width: 60px;
    height: 35px;
    text-align: center;
    border: 1px solid #ccc;
}

.aromeo-admin-card {
    margin-top: 20px;
    background: #fff;
    border: 1px solid #dcdcde;
    border-radius: 10px;
    overflow: hidden;
}

.aromeo-admin-card-header {
    padding: 16px 20px;
    border-bottom: 1px solid #eee;
    background: #f6f7f7;
}

.aromeo-admin-card-header h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.aromeo-admin-card-body {
    padding: 20px;
}

.aromeo-admin-item {
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 8px;
    margin-bottom: 15px;
    background: #fafafa;
}

.aromeo-admin-item-title {
    margin: 0 0 15px;
    font-size: 15px;
    font-weight: 600;
}

.aromeo-admin-grid {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 10px 20px;
}

.aromeo-admin-label {
    font-weight: 600;
    color: #1A1D23;
    font-family: "DM Sans", sans-serif;
}

.aromeo-admin-value {
    font-size: 16px;
    font-weight: 400;
    color: #676F7E;
    margin: 0;
    font-family: "DM Sans", sans-serif;
    line-height: 24px;
}

.aromeo-admin-sub-box {
    margin-top: 12px;
    padding: 12px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
}

.aromeo-admin-sub-box h4 {
    margin: 0 0 10px;
    font-size: 13px;
}

.aromeo-admin-list {
    margin: 0;
    padding-left: 18px;
}

.aromeo-admin-list li {
    margin-bottom: 6px;
}

.aromeo-order-meta {
    margin-top: 60px;
    border: 1px solid #dcdcde;
    border-radius: 10px;
    overflow: hidden;
    min-width: 370px;
    padding: 20px;
}

.aromeo-order-card-header {
    padding: 16px 20px;
    border-bottom: 1px solid #eee;
}

.aromeo-order-card-header h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.aromeo-order-card-body {
    padding: 20px;
}

.aromeo-order-item {
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 8px;
    margin-bottom: 15px;

}

.aromeo-order-item-title {
    margin: 0 0 15px;
    font-size: 15px;
    font-weight: 600;
}

.aromeo-order-grid {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 10px 20px;
}

.aromeo-order-label {
    font-weight: 600;
    color: #1d2327;
}

.aromeo-order-value {
    color: #50575e;
}

.aromeo-order-sub-box {
    margin-top: 12px;
    padding: 12px;
    border: 1px solid #eee;
    border-radius: 6px;
    padding-left: 0px;
}

.aromeo-order-item-meta ul {
    padding-left: 0px;
}

.aromeo-order-sub-box h4 {
    margin: 0 0 10px;
    font-size: 13px;
}

.aromeo-order-list {
    margin: 0;
    padding-left: 18px;
}

.aromeo-order-list li {
    margin-bottom: 6px;
}


/* Custom Radio Styles for Subscription Options */

.subscription-style-radio-group {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.starter-refill-radio-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.custom-radio input[type="radio"] {
    display: none;
}

.radio-card {
    display: block;
    padding: 15px 20px;
    border: 2px solid #D99726;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #fff;
    min-width: 180px;
    min-height: 128px !important;
}

.radio-card strong {
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 500;
    color: #1A1D23;
    line-height: 22px;
    font-family: "DM Sans", sans-serif;
}

.radio-card small,
.aromeo-wrapper small,
.aromeo-wrapper .extra-scents {
    font-size: 16px;
    font-weight: 400;
    color: #676F7E;
    margin: 0;
    font-family: "DM Sans", sans-serif;
    line-height: 24px;
}

.aromeo-wrapper .monthly-scent-item strong {
    font-size: 16px;
    font-weight: 700;
    color: #676F7E;
    margin: 0;
    font-family: "DM Sans", sans-serif;
    line-height: 24px;
}

.custom-radio input[type="radio"]:checked+.radio-card {
    border-color: #D99726;
    background: #f7ece2;
    box-shadow: 0 4px 12px rgba(34, 113, 177, 0.2);
}

.radio-card:hover {
    border-color: #D99726;
}

input[type="radio"]+.radio-card::before {
    content: " ";
    float: right;
    color: #fff;
    border: 2px solid #DDDDDD;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
}

input[type="radio"]:checked+.radio-card::before {
    content: "✓";
    float: right;
    color: #fff;
    background: #D99726;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
}

.subscription-icon {
    width: 24px;
    height: 24px;
    margin-bottom: 8px;
    vertical-align: middle;
    color: #999999;
    fill: #999999;
    display: inline-block
}

input[type="radio"]:checked+.radio-card .subscription-icon {
    fill: #D99726;
    color: #D99726;
}

.aromeo-subscribe-btn-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.aromeo-subscribe-btn-wrapper .aromeo-subscription-total {
    font-size: 28px;
    font-weight: 600;
    color: #1A1D23;
    font-family: "DM Sans", sans-serif;
    line-height: 42px;
}

.bill-total-row .aromeo-subscription-total {
    font-size: 28px;
    font-weight: 600;
    color: #1A1D23;
    font-family: "DM Sans", sans-serif;
    line-height: 42px;
}

.aromeo-wrapper .bill-total-row .monty-total-label {
    font-size: 20px;
    color: var(--dark);
    display: flex;
    align-items: center;
    gap: 7px;
    font-weight: 600;
}

.aromeo-wrapper .bill-row {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}

.aromeo-wrapper .bill-total-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0 0;
    border-top: 2px solid var(--border);
    margin-top: 4px;
}

.aromeo-wrapper .bill-val {
    font-weight: 600;
    color: var(--dark);
}

.aromeo-wrapper .arnob-swatch img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
    border: 2px solid transparent;
    transition: border-color .3s;
    display: block;
}

input[type="radio"]:checked+.arnob-swatch img {
    border-color: #D99726;
}

/* Aromeo popup styles */

#aromeo-subscription-popup,
#aromeo-subscription-cancel-popup,
#aromeo-subscription-validation-popup,
#aromeo-status-validation-popup,
#aromeo-shipping-method-validation-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 9999;
}

.aromeo-subscription-popup-content {
    background: rgb(255 248 240);
    padding: 20px 30px;
    max-width: 600px;
    margin: 100px auto;
    text-align: center;
    border-radius: 10px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px;
    border-left: 8px solid rgb(217, 151, 38);
}

.aromeo-wrapper .aromeo-button,
#aromeo-subscription-popup .aromeo-button,
#aromeo-subscription-cancel-popup .aromeo-button {
    font-family: "DM Sans", sans-serif;
    font-size: 18px !important;
    font-weight: 600 !important;
    padding: 20px 40px !important;
    border-radius: 8px !important;
    border: 2px solid #D99726 !important;
    background: #D99726 !important;
    color: #FBFAF9 !important;
    letter-spacing: 0.4px;
}

#aromeo-subscription-popup .aromeo-button:hover,
.aromeo-wrapper .aromeo-button:hover {
    background: #0000 !important;
    color: #D99726 !important;
}

#aromeo-subscription-cancel-popup .aromeo-button:hover {
    background: #0000 !important;
    color: #D99726 !important;
}

.aromeo-subscribe-btn-wrapper .aromeo-cancel-button,
#aromeo-subscription-cancel-popup .aromeo-cancel-button,
#aromeo-subscription-validation-popup .aromeo-cancel-button {
    background: #f5f5f5 !important;
    border: 2px solid #D99726 !important;
    color: #D99726 !important;
    border-radius: 8px;
    padding: 20px 40px;
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.4px;
}

.aromeo-subscribe-btn-wrapper .aromeo-cancel-button:hover,
#aromeo-subscription-cancel-popup .aromeo-cancel-button:hover,
#aromeo-subscription-validation-popup .aromeo-cancel-button:hover {
    background: #D99726 !important;
    color: #ffffff !important;
    border-color: #D99726 !important;
}

.aromeo-cancel-icon {
    color: #dc2626;
    width: 40px;
    height: 40px;
}

#aromeo-subscription-validation-popup .aromeo-subscription-popup-content {
    background: rgb(255 248 240);
    padding: 20px 30px;
    max-width: 350px;
    margin: 100px auto;
    text-align: center;
    border-radius: 10px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px;
    border-left: 8px solid rgb(217, 151, 38);
}

#aromeo-subscription-validation-popup .aromeo-cancel-icon {
    background: #D99726;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: rgb(255, 255, 255);
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

#aromeo-subscription-validation-popup h3 {
    font-size: 18px;
    margin-bottom: 20px;
    color: rgb(51, 51, 51);
    font-weight: bold;
}

.aromeo-subscribe-validation-btn-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.hert-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 20px auto;
    background: #D99726;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hert-icon-svg {
    width: 24px;
    height: 24px;
    fill: #fff;
}

#popup-close-btn,
.popup-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    font-size: 20px;
    color: rgb(51, 51, 51);
    cursor: pointer;
    padding: 5px;
    line-height: 1;
    font-family: "DM Sans", sans-serif;
    font-weight: 400px;
}

.subscribenow-arrow {
    margin-left: 8px;
    width: 16px;
    height: 16px;
    fill: #fff;
    vertical-align: middle;
}

.checkout-page-popup-content .checkout-page-btn-wrapper,
.account-page-popup-content .aromeo-subscribe-btn-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 20px;
}

.aromeo-subscription-popup-content h3 {
    font-family: "Playfair Display", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.5px;
    color: #1A1D23;
}

.aromeo-subscription-popup-content p {
    font-size: 16px;
    font-weight: 400;
    color: #676F7E;
    margin: 0;
    font-family: "DM Sans", sans-serif;
    line-height: 24px;
}



/* End of Aromeo popup styles */

.aromeo-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg,
            #fffdf7 0%,
            #fff7e6 50%,
            #fef2d7 100%);
    border: 1px solid rgba(217, 151, 38, 0.15);
}

.aromeo-hero::before {
    content: '';
    position: absolute;
    top: -150px;
    right: -100px;
    width: 350px;
    height: 350px;
    background: rgba(217, 151, 38, 0.08);
    border-radius: 50%;
}

.aromeo-hero__content {
    position: relative;
    width: 100%;
    z-index: 2;
}

.aromeo-hero__badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 8px 16px !important;
    border-radius: 999px !important;
    background: rgba(217, 151, 38, 0.1) !important;
    color: #D99726 !important;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.aromeo-hero__title {
    margin: 0 0 20px;
    font-size: 52px;
    line-height: 1.1;
    font-weight: 800;
    color: #222;
}

.aromeo-hero__description {
    margin: 0;
    font-size: 18px;
    line-height: 1.8;
    color: #666;
}

.aromeo-hero__description strong {
    color: #D99726;
}

.aromeo-hero__features {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.aromeo-hero__features span {
    padding: 10px 16px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(217, 151, 38, 0.15);
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.aromeo-hero__actions {
    display: flex;
    gap: 16px;
    margin-top: 35px;
}

.aromeo-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    border-radius: 12px;
    background: #D99726;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    transition: .3s;
}

.aromeo-btn-primary:hover {
    transform: translateY(-2px);
}

.aromeo-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    border-radius: 12px;
    border: 1px solid #D99726;
    color: #D99726;
    text-decoration: none;
    font-weight: 700;
    background: #fff;
}

/* Aromeo Subscription */
.aromeo-subscription-grid {
    display: flex;
    gap: 15px;
    align-items: center;
    /* vertical center */
}

.aromeo-subscription-grid .aromeo-subscription-btn {
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding: 20px 20px;
    border-radius: 8px;
    border: 2px solid #D99726;
    background: #0000 !important;
    color: #D99726;
    letter-spacing: 0px;
    animation: realBorderPulse 1.5s infinite alternate;
    border-width: 2px !important;
}


@keyframes realBorderPulse {
    from {
        /* Full brightness (100% solid gold) */
        border-color: #D99726;
    }

    to {
        /* Changed from 0.1 to 0.4 so it never completely disappears */
        border-color: rgba(199, 177, 8, 0.659);
    }
}

.aromeo-subscription-btn:hover {
    background: #D99726 !important;
    color: #FFFFFF !important;
}

.aromeo-subscription-btn:hover span {
    color: #FFFFFF !important;
}

.arnob-add-to-cart,
.aromeo-subscription-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 60px;
}

.subscription-label {
    color: #D99726;
    font-weight: 600;
}

.subscription-label .star {
    color: #D99726;
    margin-right: 4px;
}


/* Extra Scent accordian */
.extrascentstarter {
    margin: 20px auto;
    background: #fff;
    border-radius: 14px;
    border: 2px solid #D99726;
    overflow: hidden;

}

.aromeo-accordion summary {
    cursor: pointer;
    list-style: none;
    /* Hides native arrow in Chrome/Firefox */
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #D99726;
    padding: 10px;
}

.aromeo-accordion summary::-webkit-details-marker {
    display: none;
    /* Hides native arrow in Safari */
}

.aromeo-accordion[open] .accordion-icon {
    transform: rotate(180deg);
}

.aromeo-accordion-content {
    padding: 15px;
}

.aromeo-select-dropdown {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
}

.aromeo-selection-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 15px;
}

.aromeo-selection-grid .selection-col {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.aromeo-selection-grid .selection-col label {
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.5px;
    color: #1A1D23;
}


#aromeo-add-scent-btn {
    background: #D99726;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 9px 20px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    font-family: 'DM Sans', sans-serif;
    white-space: nowrap;
}

#aromeo-add-scent-btn:disabled {
    background-color: #ccc;
    color: #666;
    cursor: not-allowed;
}

.aromeo-added-scent-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background: #f9f9f9;
    border: 1px solid #D99726;
    border-radius: 8px;
    margin-bottom: 10px;
}

.aromeo-added-scent-row .aromeo-remove-row-btn {
    background: #D99726;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 9px 20px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    font-family: 'DM Sans', sans-serif;
    white-space: nowrap;
}

.aromeo-added-scent-row .scent-row-details strong {
    font-size: 18px;
    font-weight: 500;
    color: #1A1D23;
    line-height: 22px;
    font-family: "DM Sans", sans-serif;
}

.aromeo-added-scent-row .scent-row-details span {
    font-size: 16px;
    font-weight: 400;
    color: #676F7E;
    font-family: "DM Sans", sans-serif;
    line-height: 24px;
}

.aromeo-added-scent-row .scent-row-details .extra-scent-price {
    font-size: 16px;
    font-weight: 400;
    color: #676F7E;
    font-family: "DM Sans", sans-serif;
    line-height: 24px;
    margin-left: 10px;
}

.woocommerce-checkout .monthly-box {
    background: #FDF0DC;
    border: 0.5px solid #D99726;
    border-radius: 12px;
    padding: 13px;
    margin-top: 14px;
}

.woocommerce-checkout .monthly-box .mb-title {
    font-size: 12px;
    font-weight: 700;
    color: #7A4F20;
    margin: 0 0 8px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.woocommerce-checkout .monthly-box .mb-row {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #9E6830;
    padding: 2px 0;
}

.woocommerce-checkout .monthly-box .mb-total {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    font-weight: 700;
    color: #7A4F20;
    padding-top: 8px;
    margin-top: 6px;
    border-top: 0.5px solid #C9904A;
}

.woocommerce-checkout .sec-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 99px;
    margin-bottom: 8px;
}

.woocommerce-checkout .badge-once {
    background: #7A9E6B;
    color: #fff;
}

.woocommerce-checkout .badge-sub {
    background: #C9904A;
    color: #fff;
}

.site-main {
    max-width: 1140px;
    margin: 0 auto;
}

/* Toast Container */
#aromeo-toast-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Individual Notification Toast */
.aromeo-toast {
    background: rgb(255 248 240);
    padding: 20px 30px;
    max-width: 350px;
    margin: 100px auto;
    text-align: center;
    border-radius: 10px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px;
    border-left: 8px solid rgb(217, 151, 38);
    font-size: 16px;
    font-weight: 400;
    color: #676F7E;
    font-family: "DM Sans", sans-serif;
    line-height: 24px;
    /* Default Info Blue */
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.aromeo-toast.show {
    opacity: 1;
    transform: translateX(0);
}

/* Toast Styles based on Response Type */
.aromeo-toast.toast-error {
    border-left-color: #D99726;
    /* Red border for errors */
    background: #fff5f5;
}

.aromeo-toast.toast-success {
    border-left-color: #2ecc71;
    /* Green border for success */
    background: #f4fdf7;
}

.aromeo-toast .aromeo-toast-icon {
    background: #D99726;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: rgb(255, 255, 255);
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.aromeo-toast.toast-error .aromeo-toast-icon {
    background: #D99726;
}

.aromeo-toast.toast-success .aromeo-toast-icon {
    background: #2ecc71;
}

.woocommerce-MyAccount-navigation a br {
    display: none !important;
}

.aromeo-wrapper .card {
    background: var(--white);
    border: 2px solid #D99726;
    border-radius: 14px;
    padding: 20px 22px;
    margin-bottom: 10px;
}

.aromeo-wrapper .card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.aromeo-wrapper .card-head h3 {
    font-size: 22px;
    color: var(--dark);
    display: flex;
    align-items: center;
    gap: 7px;
}

.aromeo-wrapper .card-head h3 i {
    color: var(--gold);
    font-size: 16px;
}

.aromeo-wrapper .type-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.aromeo-wrapper .type-card {
    border: 1.5px solid var(--border);
    border-radius: var(--rs);
    padding: 12px;
    cursor: pointer;
    transition: all .15s;
    text-align: left;
}

.aromeo-wrapper .type-card:hover,
.aromeo-wrapper .type-card.sel,
.aromeo-wrapper .type-card.selected {
    border-color: var(--gold);
    background: var(--gold-light);
}

.aromeo-wrapper .type-card i {
    font-size: 18px;
    color: var(--gold);
    display: block;
    margin-bottom: 6px;
}

.aromeo-wrapper .type-card h4 {
    margin: 10px 0 10px 0;
}

.aromeo-wrapper .subscription-total {
    display: flex;
    align-items: center;
    gap: 10px;
}


/* Responsive Styles */

@media (max-width: 768px) {
    .subscription-style-radio-group {
        grid-template-columns: 1fr;
    }

    .aromeo-wrapper .aromeo-button,
    #aromeo-subscription-popup .aromeo-button,
    #aromeo-subscription-cancel-popup .aromeo-button {
        font-family: "DM Sans", sans-serif;
        font-size: 18px !important;
        font-weight: 600 !important;
        padding: 20px 25px !important;
        border-radius: 8px !important;
        border: 2px solid #D99726 !important;
        background: #D99726 !important;
        color: #FBFAF9 !important;
        letter-spacing: 0.4px;
    }

    .aromeo-subscribe-btn-wrapper {
        gap: 10px;
    }

    .aromeo-subscription-popup-content {
        background: rgb(255 248 240);
        padding: 30px;
        max-width: 600px;
        margin: 100px 16px !important;
        text-align: center;
        border-radius: 20px;
    }

    .aromeo-hero {
        padding: 40px 24px;
    }

    .aromeo-hero__title {
        font-size: 34px;
    }

    .aromeo-hero__actions {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .starter-refill-radio-group .radio-card {
        min-height: 185px !important;
        min-width: 160px !important;
    }

    .aromeo-subscribe-btn-wrapper .aromeo-cancel-button,
    #aromeo-subscription-cancel-popup .aromeo-cancel-button,
    #aromeo-subscription-validation-popup .aromeo-cancel-button {
        background: #f5f5f5 !important;
        border: 2px solid #D99726 !important;
        color: #D99726 !important;
        border-radius: 8px;
        padding: 20px 15px !important;
        font-family: "DM Sans", sans-serif;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0.4px;
    }

    .aromeo-wrapper .aromeo-button,
    #aromeo-subscription-popup .aromeo-button,
    #aromeo-subscription-cancel-popup .aromeo-button {
        font-family: "DM Sans", sans-serif;
        font-size: 14px !important;
        font-weight: 600 !important;
        padding: 20px 15px !important;
        border-radius: 8px !important;
        border: 2px solid #D99726 !important;
        background: #D99726 !important;
        color: #FBFAF9 !important;
        letter-spacing: 0.4px;
    }

    .aromeo-selection-grid {
        grid-template-columns: 1fr;
        /* Responsive stack fallback optimization */
    }
}