.scent-notes h2 {
    overflow-wrap: break-word;
    line-height: 1.25;
    margin-top: 1em;
    margin-bottom: 24px;
    font-size: 20px;
    font-weight: 700;
}

.scent-notes h3 {
    overflow-wrap: break-word;
    font-weight: 700;
    margin-bottom: 0.125em;
    font-size: 14px;
    color: #000;
}

.scent-notes .noteItemBody {
    color: #000;
    font-size: 14px;
}

/* Red sa naslovom i ikonicom */
.scent-notes .note-card__title-row {
    display: flex;
    align-items: center;
}

/* Naslov – klikabilan, ali zadržava postojeći font-size */
.scent-notes .note-card__title {
    cursor: pointer;
}

/* Info kružić */
.scent-notes .note-card__info-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #000;
    margin-left: 6px;
    margin-top: 1px;
    /* fino poravnanje sa tekstom */
    cursor: pointer;
    background: transparent;
}

/* Fe ikonu gasimo, koristimo pseudo-element */
.scent-notes .note-card__info-icon i {
    display: none;
}

.scent-notes .note-card__info-icon::before {
    content: "i";
    font-weight: 600;
    line-height: 1;
    color: #000;
}

/* Hover/focus stanja – diskretno */
.scent-notes .note-card__title:hover,
.scent-notes .note-card__title:focus {
    text-decoration: underline;
}

.scent-notes .note-card__info-icon:hover,
.scent-notes .note-card__info-icon:focus {
    background: #000;
    border-color: #000;
}

.scent-notes .note-card__info-icon:hover::before,
.scent-notes .note-card__info-icon:focus::before {
    color: #fff;
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-product {
    grid-template-columns: repeat(1, 1fr);
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 24px;
    display: grid;
}

.about-the-product-title {
    overflow-wrap: break-word;
    line-height: 1.25;
    margin-top: 1em;
    font-size: 20px;
    font-weight: 700;
}

@media screen and (min-width: 768px) {
    .about-the-product-title {
        font-size: 20px;
    }
}

.about-product strong {
    font-weight: 700;
}

@media screen and (min-width: 992px) {
    .about-product {
        grid-template-columns: 212px 1fr;
        gap: 0px;
    }
}

@media screen and (min-width: 768px) {
    .about-product {
        margin-bottom: 48px;
    }
}

.about-product .f3gde7 {
    gap: 8px;
    display: grid;
}

.about-product .f3gde7 p {
    white-space: pre-wrap;
    overflow-wrap: break-word;
    font-size: 12px;
    color: rgb(102, 102, 102);
    margin: 0;
    padding: 0;
}

.about-product .dj7s4l {
    overflow-wrap: break-word;
    max-width: 824px;
    max-height: 172px;
    overflow: hidden;
    white-space: normal;
}

.dj7s4l.expanded {
    overflow-wrap: break-word;
    max-height: 100%;
    overflow: hidden;
    white-space: normal;
}

@media screen and (min-width: 768px) {
    .about-product .dj7s4l {
        line-height: 1.75;
    }
}

.about-product .dj7s4l>div :first-child {
    margin-top: 0px;
}

.how-to-use__divider {
    border-bottom: 1px solid rgba(0, 0, 0, 0.063);
    border-top-color: rgba(0, 0, 0, 0.063);
    border-right-color: rgba(0, 0, 0, 0.063);
    border-left-color: rgba(0, 0, 0, 0.063);
}

.how-to-use__button {
    width: 100%;
    align-items: center;
    display: flex;
    outline: 0px;
    cursor: pointer;
    border-radius: 0;
}

.how-to-use__button .how-to-use__heading {
    white-space: pre-wrap;
    overflow-wrap: break-word;
    line-height: 1.25;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.how-to-use__button .how-to-use__icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    position: relative;
    vertical-align: text-bottom;
    fill: currentcolor;
    flex-shrink: 0;
    font-size: 24px;
    margin-left: 4px;
}

.how-to-use__button .how-to-use__icon.rotated {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.how-to-use__content {
    transition: height 0.3s;
    overflow: hidden;
}

.how-to-use__content .how-to-use__section {
    padding-bottom: 24px;
    max-width: 824px;
    display: block;
}

@media screen and (min-width: 768px) {
    .how-to-use__content .how-to-use__section {
        padding-bottom: 48px;
        line-height: 1.75;
    }
}

@media screen and (min-width: 992px) {
    .how-to-use__content .how-to-use__section {
        margin-left: 212px;
    }
}

.show-more-button {
    border: 0;
    background-color: transparent;
    font: inherit;
    text-transform: inherit;
    -webkit-letter-spacing: inherit;
    -moz-letter-spacing: inherit;
    -ms-letter-spacing: inherit;
    letter-spacing: inherit;
    text-align: inherit;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-box-align: normal;
    align-items: normal;
    min-width: 0;
    cursor: pointer;
    color: rgb(19, 107, 234);
    padding: 8px;
    margin-bottom: -8px;
    margin-left: -8px;
    margin-right: -8px;
    display: inline-block;
    border-radius: 0;
}

.show-more-button:focus,
.show-more-button:target,
.show-more-button:hover,
.show-more-button:active {
    border: 0;
    outline: none;
}

.card-badge-action {
    background-color: #ed1c24;
}

.product-brand,
.product-scent-group {
    font-size: 0.9em;
    color: #666;
    margin-bottom: 5px;
}

.product-brand a,
.product-scent-group a {
    cursor: pointer;
    text-decoration-line: underline;
    text-decoration-thickness: initial;
    text-decoration-style: initial;
    text-decoration-color: rgba(19, 107, 234, .3);
    text-underline-offset: 1px;
    transition: text-decoration-color 0.2s;
    color: rgb(19, 107, 234);
}

.product-brand a:hover,
.product-scent-group a:hover {
    color: rgba(19, 107, 234, 1);
}

.product-brand {
    margin-bottom: 5px;
}

.product-scent-group {
    margin-bottom: 20px;
}

.product-price .price-primary {
    font-weight: 700;
    color: #000;
}

.product-price .price-primary-old {
    font-weight: 500 !important;
    color: #606060;
    text-decoration: line-through;
    ;
}

.product-price .price-action {
    color: #ed1c24;
    font-weight: 700;
}

.product-availability .fa-truck {
    font-size: 0.9em;
    vertical-align: middle;
    margin-right: 5px;
}

.offer-expiry {
    color: #d9534f;
    /* Tamno crvena boja za isticanje */
    font-weight: bold;
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
}

#countdown-timer {
    margin-left: 5px;
    font-weight: bold;
    color: #d9534f;
    /* Ista boja kao tekst da istakne hitnost */
}

.countdown-alert {
    color: #e99600;
}


.btn-order-now {
    border-radius: 99999px;
}

.btn-add-to-cart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    /* Da zadrži punu širinu u okviru parenta */
    background-color: #ed1c24;
    /* Prijatna tamno-crvena nijansa */
    color: #ffffff;
    /* Bela boja teksta */
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 24px;
    /* Prostor za bolje iskustvo klika */
    border: none;
    border-radius: 99999px;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    /* Suptilan shadow za dubinu */
}

.btn-add-to-cart:hover {
    background-color: #b71c1c;
    /* Tamnija nijansa crvene na hover za efekat */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* Intenzivniji shadow na hover */
    color: #fff;
}

.btn-add-to-cart:active {
    background-color: #c62828;
    /* Blago svetlija crvena na klik */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    /* Vraćanje na originalni shadow pri kliku */
}

.btn-add-to-cart i {
    margin-left: 8px;
    /* Prostor između ikone i teksta */
    font-size: 18px;
    /* Veličina ikone prilagođena tekstu */
    color: #ffffff;
    /* Boja ikone - bela */
}



.sticky-footer.hidden {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.sticky-footer.visible {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.5s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.sticky-footer .vk3n8am {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0px;
    overflow: hidden;
    -webkit-clip: rect(0, 0, 0, 0);
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0px;
}

.sticky-footer .d5fj7v {
    position: relative;
}

.sticky-footer .quantity-select {
    display: flex;
    align-items: center;
    font-family: inherit;
    font-size: 14px;
    vertical-align: middle;
    width: 100%;
    height: 44px;
    padding-left: 16px;
    text-transform: none;
    border-radius: 9999px 4px 4px 9999px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    appearance: none;
    padding-right: 24px;
    min-width: 58px;
    text-align: center;
    color: rgb(255, 255, 255);
    background-color: transparent;
    border: 0px;
}

.sticky-footer .quantity-option {
    color: rgb(0, 0, 0);
}

.sticky-footer .dmh7e0 {
    display: inline-block;
    vertical-align: middle;
    stroke: currentcolor;
    width: 1em;
    height: 0.571429em;
    font-size: 11px;
    color: rgb(255, 255, 255);
    position: absolute;
    top: 50%;
    right: 9px;
    transform: translate(0px, -50%);
    pointer-events: none;
}

.divider {
    border-bottom: 1px solid rgba(0, 0, 0, 0.063);
    border-top-color: rgba(0, 0, 0, 0.063);
    border-right-color: rgba(0, 0, 0, 0.063);
    border-left-color: rgba(0, 0, 0, 0.063);
    margin-bottom: 32px;
}

/*--------------------------------------------------------------
# About The Brand
--------------------------------------------------------------*/
.about-the-brand-btn {
    width: 100%;
    align-items: center;
    display: flex;
    outline: 0px;
    margin: 0;
    padding: 0;
    background-color: transparent;
    color: inherit;
    font: inherit;
    text-transform: inherit;
    -webkit-letter-spacing: inherit;
    -moz-letter-spacing: inherit;
    -ms-letter-spacing: inherit;
    letter-spacing: inherit;
    text-align: inherit;
    border: 0;
}

.about-the-brand-btn:focus,
.about-the-brand-btn:target,
.about-the-brand-btn:hover,
.about-the-brand-btn:active {
    border: 0;
    outline: none;
}

#about-the-brand-heading {
    white-space: pre-wrap;
    overflow-wrap: break-word;
    line-height: 1.25;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}

.about-the-brand-btn .accordion-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    position: relative;
    vertical-align: text-bottom;
    fill: currentcolor;
    flex-shrink: 0;
    font-size: 24px;
    margin-left: 4px;
}

.about-the-brand {
    transition: height 0.3s;
    overflow: hidden;
}

.about-the-brand .d73rrh {
    padding-bottom: 24px;
    max-width: 824px;
    display: none;
}

.about-the-brand .g5fh4 {
    margin-bottom: 8px;
    display: block;
}

.about-the-brand .g5fh4 p {
    margin-bottom: 0px;
}

.about-the-brand .d73rrh a {
    cursor: pointer;
    padding-left: 8px;
    padding-right: 8px;
    margin: -8px;
    color: rgb(19, 107, 234);
    display: inline-block;
}

@media screen and (min-width: 992px) {
    .about-the-brand .d73rrh {
        margin-left: 212px;
    }
}

@media screen and (min-width: 768px) {
    .about-the-brand .d73rrh {
        padding-bottom: 48px;
        line-height: 1.75;
    }
}

/*--------------------------------------------------------------
# Related Pages
--------------------------------------------------------------*/
.related-content-section {
    margin: 0 0 32px;
    display: block;
}

.related-pages {
    font-size: 1rem;
    display: inline;
    /* Držanje naslova u istoj liniji */
    font-weight: 700;
    margin-right: 10px;
    /* Razmak između naslova i linkova */
}

.related-pages-list {
    display: inline;
    /* Inline prikaz kako bi se linkovi poravnali sa naslovom */
    list-style: none;
    /* Uklanjanje tačaka iz liste */
    padding: 0;
    margin: 0;
    /* Uklanjanje default margina */
}

.related-product-page {
    display: inline;
    /* Inline prikaz */
    margin-right: 5px;
    /* Razmak između linkova */
}

.related-product-page a {
    cursor: pointer;
    color: #000;
    text-decoration: none;
    /* Uklanja podvlačenje */
}

.related-product-page a:hover {
    text-decoration: underline;
    /* Dodaje podvlačenje kada pređete mišem */
}

/*--------------------------------------------------------------
# Sticky Footer
--------------------------------------------------------------*/
@supports (height:env(safe-area-inset-bottom)) {
    :root {
        --bottomNavHeight: calc(54px + env(safe-area-inset-bottom));
    }
}

@media not all and (max-width: 991px) {
    .sticky-footer {
        display: none !important;
    }
}

@media (min-width: 768px) {
    @supports (height:env(safe-area-inset-bottom)) {
        :root {
            --bottomNavHeight: calc(54px + env(safe-area-inset-bottom));
        }
    }
}

@media (max-width: 991px) {
    .sticky-footer {
        bottom: var(--bottomNavHeight);
        padding-bottom: 0px;
        background-color: #fff;
        position: fixed;
        z-index: 100;
        right: 0px;
        left: 0px;
        box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.125)
    }

    .sticky-footer .dhe80 {
        padding: 8px 16px;
    }

    .sticky-footer .dhe80 .styled-component {
        gap: 8px;
        align-items: center;
        display: grid;
    }

    .sticky-footer .a79dlbr {
        position: relative;
    }

    .sticky-footer .djkd7 {
        position: absolute;
        border-right: 1px solid rgb(255, 255, 255);
    }

    .sticky-footer .add-to-basket {
        font-size: 14px;
        padding: 0.25em 1.125em 0.25em 58px;
        min-height: 44px;
        max-height: 44px;
        font-weight: 700;
        border-width: 2px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        line-height: 1;
        border-color: transparent;
        text-align: center;
        text-decoration: none;
        border-radius: 99999px;
        appearance: none;
        color: rgb(255, 255, 255);
        transition: background-color 0.2s;
        background-color: #ed1c24;
        width: 100%;
        min-width: 10.47em;
    }

    .sticky-footer .add-to-basket .add-to-small-view {
        white-space: pre-wrap;
        overflow-wrap: break-word;
        font-size: 12px;
        font-weight: 700;
    }

    .sticky-footer .add-to-basket .add-to-small-view .fdam6 {
        white-space: pre-wrap;
        overflow-wrap: break-word;
        display: block;
        font-weight: 400;
        margin-top: 0.125em;
    }
}

/*--------------------------------------------------------------
# Reviews
--------------------------------------------------------------*/
.reviews .reviews-divider {
    border-bottom: 1px solid rgb(238, 238, 238);
    border-top-color: rgb(238, 238, 238);
    border-right-color: rgb(238, 238, 238);
    border-left-color: rgb(238, 238, 238);
    margin-left: 0px;
    margin-right: 0px;
}

.reviews .wrapper {
    padding-bottom: 32px;
    display: block;
}

@media screen and (min-width: 768px) {
    .reviews .wrapper {
        padding-bottom: 64px;
    }
}

.reviews .reviews-heading {
    grid-template-columns: 1fr auto;
    gap: 4px;
    line-height: 1.25;
    align-items: baseline;
    display: grid;
}

@media screen and (min-width: 992px) {
    .reviews .reviews-heading {
        grid-template-columns: repeat(1, 1fr);
    }
}

.reviews .reviews-heading h2 {
    white-space: pre-wrap;
    overflow-wrap: break-word;
    margin-top: 1em;
    font-size: 16px;
    font-weight: 700;
}

@media screen and (min-width: 768px) {
    .reviews .reviews-heading h2 {
        font-size: 20px;
    }
}

.reviews .reviews-heading .write-review {
    cursor: pointer;
    padding: 8px;
    margin: -8px;
    color: rgb(19, 107, 234);
    display: inline-block;
}

.reviews .summary {
    margin-top: 16px;
    display: block;
}

@media screen and (min-width: 992px) {
    .reviews .summary {
        margin-top: 24px;
    }
}

.reviews .summary .dsf7k {
    max-width: 1072px;
    display: grid;
}

@media screen and (min-width: 768px) {
    .reviews .summary .dsf7k {
        grid-template-columns: minmax(min-content, 420px) auto minmax(360px, 1fr);
        gap: 24px;
    }
}

.reviews .summary .dsf7k .sd73d {
    white-space: pre-wrap;
    overflow-wrap: break-word;
    font-weight: 700;
    margin-bottom: 4px;
    display: none;
    font-size: 14px;
}

@media screen and (min-width: 768px) {
    .reviews .summary .dsf7k .sd73d {
        display: block;
    }
}

.reviews .summary .dsf7k .wlw5n9 {
    grid-template-columns: minmax(auto, 265px) minmax(min-content, auto);
    align-items: center;
    display: grid;
    gap: 12px;
}

.reviews .summary .histogram-rating-option {
    align-items: center;
    width: 100%;
    height: 25px;
    font-size: 11px;
    line-height: 0;
    display: flex;
    outline: 0px;
    cursor: pointer;
    border: 0;
    margin: 0;
    padding: 0;
    background-color: transparent;
    color: inherit;
    font: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    text-align: inherit;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    min-width: 0;
}

@media screen and (min-width: 768px) {
    .reviews .summary .histogram-rating-option {
        height: 28px;
        font-size: 14px;
    }
}

.reviews .summary .histogram-value {
    margin-left: 8px;
    border-radius: 9999px;
    height: 6px;
    flex: 1 1 0%;
    background-color: rgb(246, 246, 248);
    display: block;
}

@media screen and (min-width: 768px) {
    .reviews .summary .histogram-value {
        height: 7px;
    }
}

.reviews .summary .histogram-value .histogram-bar {
    background-color: rgb(0, 0, 0);
    border-radius: 9999px;
    height: 100%;
    display: block;
}

.reviews .summary .df4l4n {
    text-align: center;
    line-height: 1;
    display: block;
}

.reviews .summary .df4l4n .df355 {
    justify-content: center;
    align-items: center;
    display: flex;
}

.reviews .summary .df4l4n .df355 span {
    white-space: pre-wrap;
    overflow-wrap: break-word;
    font-size: 24px;
}

@media screen and (min-width: 768px) {
    .reviews .summary .df4l4n .df355 span {
        font-size: 32px;
    }
}

.reviews .summary .df4l4n .df355 img {
    margin-left: 8px;
    width: 16px;
    height: 16px;
    display: inline-block;
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .reviews .summary .df4l4n .df355 img {
        width: 20px;
        height: 20px;
    }
}

.reviews .summary .df4l4n .ldf43 {
    white-space: pre-wrap;
    overflow-wrap: break-word;
    margin-top: 4px;
    display: block;
    font-size: 12px;
}

.reviews .summary .df4l4n .dfwi7 {
    margin-top: 24px;
    display: block;
}

@media screen and (min-width: 768px) {
    .reviews .summary .df4l4n .dfwi7 {
        margin-top: 32px;
    }
}

.reviews .summary .df4l4n .dfwi7 .recommended-num {
    white-space: pre-wrap;
    overflow-wrap: break-word;
    font-size: 24px;
}

@media screen and (min-width: 768px) {
    .reviews .summary .df4l4n .dfwi7 .recommended-num {
        font-size: 32px;
    }
}

.reviews .summary .df4l4n .dfwi7 .recommended-label {
    white-space: pre-wrap;
    overflow-wrap: break-word;
    margin-top: 4px;
    display: block;
    font-size: 12px;
}

.reviews .summary .sv3m4 {
    display: none;
    border-left: 1px solid rgba(0, 0, 0, 0.063);
    border-top-color: rgba(0, 0, 0, 0.063);
    border-right-color: rgba(0, 0, 0, 0.063);
    border-bottom-color: rgba(0, 0, 0, 0.063);
}

@media screen and (min-width: 768px) {
    .reviews .summary .sv3m4 {
        display: block;
    }
}

@media screen and (min-width: 992px) {
    .reviews .summary .sv3m4 {
        margin-right: 32px;
    }
}

.reviews .summary .pa2t {
    flex-direction: column;
    line-height: 1.25;
    display: flex;
}

.reviews .summary .pa2t .ddfj3 {
    white-space: pre-wrap;
    overflow-wrap: break-word;
    font-weight: 700;
    margin-bottom: 16px;
    font-size: 14px;
}

.reviews .summary .df34l {
    flex-wrap: wrap;
    gap: 8px;
    display: flex;
}

.reviews .summary .pros-mentioned {
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 6px;
    transition: color 0.2s;
    font-size: 12px;
    min-height: 32px;
    padding-left: 12px;
    padding-right: 12px;
    line-height: 1.25;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    position: relative;
    font: inherit;
    text-transform: inherit;
    -webkit-letter-spacing: inherit;
    -moz-letter-spacing: inherit;
    -ms-letter-spacing: inherit;
    letter-spacing: inherit;
    text-align: inherit;
    -webkit-text-decoration: none;
    text-decoration: none;
    min-width: 0;
    cursor: pointer;
}

.reviews .summary .cons-mentioned-heading {
    white-space: pre-wrap;
    overflow-wrap: break-word;
    font-weight: 700;
    padding-top: 16px;
    margin-top: auto;
    margin-bottom: 16px;
    font-size: 14px;
}

@media screen and (min-width: 768px) {
    .reviews .summary .cons-mentioned-heading {
        padding-top: 24px;
    }
}

.reviews .summary .s23dk3n {
    flex-wrap: wrap;
    gap: 8px;
    display: flex;
}

.reviews .summary .cons-mentioned {
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 6px;
    transition: color 0.2s;
    font-size: 12px;
    min-height: 32px;
    padding-left: 12px;
    padding-right: 12px;
    line-height: 1.25;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    position: relative;
    font: inherit;
    text-transform: inherit;
    -webkit-letter-spacing: inherit;
    -moz-letter-spacing: inherit;
    -ms-letter-spacing: inherit;
    letter-spacing: inherit;
    text-align: inherit;
    -webkit-text-decoration: none;
    text-decoration: none;
    min-width: 0;
    cursor: pointer;
}

.reviews .fresnel-container {
    margin: 0;
    padding: 0;
}

@media not all and (min-width: 0px) and (max-width: 767px) {
    .reviews .fresnel-container {
        display: none !important;
    }
}

.reviews .fresnel-container p {
    white-space: pre-wrap;
    overflow-wrap: break-word;
    margin-top: 16px;
    line-height: 1.25;
    font-size: 12px;
}

.reviews .fresnel-container button {
    cursor: pointer;
    --color: 19, 107, 234;
    -webkit-text-decoration: underline;
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(var(--color), .3);
    text-decoration-color: rgba(var(--color), .3);
    text-underline-offset: 1px;
    -webkit-transition: text-decoration-color .2s;
    transition: text-decoration-color .2s;
    color: #136BEA;
    padding: 8px;
    margin: -8px;
    display: inline-block;
    background-color: transparent;
    border: 0;
}

@media screen and (min-width: 768px) {
    .reviews .fresnel-container {
        margin-top: 24px;
        max-width: 36em;
    }
}

.reviews .fresnel-divider {
    border-bottom: 1px solid rgba(0, 0, 0, 0.063);
    border-top-color: rgba(0, 0, 0, 0.063);
    border-right-color: rgba(0, 0, 0, 0.063);
    border-left-color: rgba(0, 0, 0, 0.063);
    margin-top: 16px;
    margin-bottom: 16px;
}

.reviews .fresnel-greater-than-xs {
    margin: 0;
    padding: 0;
}

.reviews .fresnel-greater-than-xs p {
    display: none;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    margin-top: 16px;
    line-height: 1.25;
    font-size: 12px;
}

.reviews .fresnel-greater-than-xs button {
    cursor: pointer;
    --color: 19, 107, 234;
    -webkit-text-decoration: underline;
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(var(--color), .3);
    text-decoration-color: rgba(var(--color), .3);
    text-underline-offset: 1px;
    -webkit-transition: text-decoration-color .2s;
    transition: text-decoration-color .2s;
    color: #136BEA;
    padding: 8px;
    margin: -8px;
    display: inline-block;
    background-color: transparent;
    border: 0;
}

@media screen and (min-width: 768px) {
    .reviews .fresnel-greater-than-xs p {
        display: block;
        margin-top: 24px;
        max-width: 36em;
    }
}

.reviews .comments-wrapper {
    margin-top: 24px;
    display: block;
}

@media screen and (min-width: 768px) {
    .reviews .comments-wrapper {
        margin-top: 32px;
    }
}

.reviews .comments-wrapper .s7js2n {
    white-space: pre-wrap;
    overflow-wrap: break-word;
    font-size: 12px;
    line-height: 1.25;
    color: rgb(102, 102, 102);
    margin-bottom: 12px;
}

@media screen and (min-width: 992px) {
    .reviews .comments-wrapper .review-container {
        display: block;
    }

    .reviews .comments-wrapper .review-container .review-header {
        grid-template-columns: 196px 1fr 240px;
        gap: 12px;
        align-items: flex-start;
        display: grid;
    }

    .reviews .comments-wrapper .review-header .rating-info {
        flex-direction: column;
        line-height: 1.25;
        display: flex;
    }

    .reviews .comments-wrapper .star-rating {
        flex-direction: column;
        line-height: 1.25;
        display: flex;
    }

    .reviews .comments-wrapper .star-rating .stars {
        display: block;
        color: rgb(0, 0, 0);
        font-size: 1em;
        width: calc(7.668em);
        height: 1em;
        position: relative;
        overflow: hidden;
        line-height: 0;
        text-align: left;
    }

    .reviews .comments-wrapper .star-rating .stars .star-rating-style {
        position: absolute;
        top: 0px;
        left: 0px;
        overflow: hidden;
        white-space: nowrap;
        opacity: 1;
        width: 100%;
    }

    .reviews .comments-wrapper .star-rating .stars .star {
        display: inline-block;
        background-image: url(/assets/img/icons/star-outline.svg);
        background-size: cover;
        width: 1em;
        height: 1em;
        margin-left: 0.167em;
    }

    .reviews .review-container .stars .star.first-star {
        display: inline-block;
        background-image: url(/assets/img/icons/star-outline.svg);
        background-size: cover;
        width: 1em;
        height: 1em;
    }

    .reviews .comments-wrapper .star-rating .stars .star.filled {
        display: inline-block;
        background-image: url(/assets/img/icons/star.svg);
        background-size: cover;
        width: 1em;
        height: 1em;
        margin-left: 0.167em;
    }

    .reviews .review-container .review-header .rating-info .first-star.star.filled {
        display: inline-block;
        background-image: url(/assets/img/icons/star.svg);
        background-size: cover;
        width: 1em;
        height: 1em;
    }

    .reviews .comments-wrapper .rating-info .review-date {
        white-space: pre-wrap;
        overflow-wrap: break-word;
        font-size: 12px;
        color: rgb(102, 102, 102);
        margin-top: 12px;
    }

    .reviews .comments-wrapper .recommendation {
        align-items: center;
        color: rgb(102, 102, 102);
        font-size: 12px;
        line-height: 1.25;
        display: flex;
    }

    .reviews .comments-wrapper .recommendation {
        margin-top: 12px;
    }

    .reviews .comments-wrapper .recommendation svg {
        display: inline-block;
        width: 1em;
        height: 1em;
        position: relative;
        vertical-align: text-bottom;
        fill: currentcolor;
        flex-shrink: 0;
        font-size: 0.9em;
        color: rgb(0, 128, 72);
        margin-right: 0.5em;
    }

    .reviews .review-container .review-divider {
        border-bottom: 1px solid rgba(0, 0, 0, 0.063);
        border-top-color: rgba(0, 0, 0, 0.063);
        border-right-color: rgba(0, 0, 0, 0.063);
        border-left-color: rgba(0, 0, 0, 0.063);
        margin-top: 16px;
        margin-bottom: 24px;
    }

    .reviews .review-container .review-body {
        flex-direction: column;
        border-bottom-width: 1px;
        border-color: rgba(0, 0, 0, 0.063);
        padding-bottom: 12px;
        display: flex;
        padding-top: 0;
    }

    .reviews .review-container .review-body {
        border-right-width: 1px;
        border-bottom-width: 0px;
        padding-bottom: 0px;
        padding-right: 64px;
    }

    .reviews .review-container .review-body .review-title {
        white-space: pre-wrap;
        overflow-wrap: break-word;
        font-weight: 700;
        margin-bottom: 0.125em;
        font-size: 14px;
    }

    .reviews .review-container .review-body .review-text {
        white-space: pre-wrap;
        overflow-wrap: break-word;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        display: -webkit-box !important;
    }

    .reviews .review-container .review-body .review-image {
        margin-top: 16px;
        display: flex;
    }

    .reviews .review-container .review-body .review-image .review-image-button {
        position: relative;
        margin-top: 8px;
        margin-right: 8px;
        display: block;
        cursor: pointer;
        border-radius: 0;
    }

    .reviews .review-container .review-body .review-image .review-image-button img {
        display: block;
        width: 80px;
        height: 80px;
        border-radius: 4px;
        max-width: 100%;
        object-fit: cover;
    }

    .reviews .review-container .review-footer {
        grid-template-columns: 1fr auto;
        margin-top: 12px;
        align-items: center;
        display: grid;
        gap: 12px;
    }

    .reviews .review-container .review-footer .review-feedback {
        align-items: center;
        color: rgb(102, 102, 102);
        font-size: 12px;
        line-height: 1.25;
        display: flex;
    }

    .reviews .review-container .review-footer .review-feedback .feedback-question {
        margin-right: 0.7em;
    }

    .reviews .review-container .review-footer .review-feedback .feedback-button {
        cursor: pointer;
        border-radius: 0;
        padding: 0.7em;
        margin: -0.7em;
        cursor: pointer;
        border-radius: 0;
        border: 0;
        background-color: transparent;
        color: inherit;
        font: inherit;
        text-transform: inherit;
        text-align: inherit;
        -webkit-text-decoration: none;
        text-decoration: none;

        min-width: 0;
    }

    .reviews .review-container .review-footer .review-feedback .feedback-button .icon-upvote {
        width: 1em;
        height: 0.72em;
        margin-right: 0.4em;
        vertical-align: unset;
    }

    .reviews .review-container .review-footer .review-feedback .feedback-separator {
        margin: 0px 0.7em;
    }

    .reviews .review-container .review-footer .review-feedback .feedback-button .icon-downvote {
        width: 1em;
        height: 0.72em;
        margin-right: 0.4em;
        transform: rotate(180deg);
        vertical-align: unset;
    }

    .reviews .review-container .review-author {
        grid-template-columns: auto 1fr;
        gap: 12px;
        line-height: 1.25;
        display: grid;
    }

    .reviews .review-container .review-author .author-avatar-link {
        display: block;
    }

    .reviews .review-container .review-author .author-avatar-link .author-avatar {
        width: 32px;
        height: 32px;
        border-radius: 9999px;
        display: inline-block;
        max-width: 100%;
        object-fit: cover;
    }

    .reviews .review-container .review-author .author-info {
        display: flex;
        flex-direction: column;
        align-self: center;
    }

    .reviews .review-container .review-author .author-info .author-name {
        cursor: pointer;
        font-weight: 700;
        display: inline-block;
        color: #000;
    }

    .reviews .review-container .review-author .author-info .author-name:hover {
        text-decoration: underline;
    }

    .reviews .review-container .review-author .author-info .author-details {
        white-space: pre-wrap;
        overflow-wrap: break-word;
        margin-top: 0.125em;
    }

    .reviews .review-container .review-author .author-info .incentivized-info {
        flex-flow: column wrap;
        font-size: 11px;
        line-height: 1.25;
        display: flex;
    }

    .reviews .review-container .review-author .author-info .incentivized-info>* {
        margin-right: auto;
        margin-top: 8px;
    }

    .reviews .review-container .review-author .incentivized-info .incentivized-text {
        font-size: 11px;
        background-color: rgb(229, 242, 253);
        color: rgb(0, 0, 0);
        line-height: 1.25;
        display: inline-block;
        padding: 3px 6px;
        border-radius: 4px;
        cursor: default;
    }

    .reviews .review-container .review-author .incentivized-info .icon-info {
        display: inline-block;
        width: 1em;
        height: 1em;
        position: relative;
        vertical-align: text-bottom;
        fill: currentcolor;
        flex-shrink: 0;
        font-size: 12px;
        margin-left: 4px;
    }
}

@media screen and (max-width: 992px) {
    .review-container .user-review-item {
        display: block;
    }

    .review-container .user-review-item .review-header {
        gap: 12px;
        align-items: flex-start;
        display: grid;
    }

    .review-container .user-review-item .review-header .rating-wrapper {
        line-height: 1.25;
        display: flex;
    }

    .review-container .user-review-item .review-header .rating-wrapper .rating-stars {
        /* white-space: pre-wrap; */
        overflow-wrap: break-word;
        margin-right: 8px;
        font-size: 12px;
    }

    .review-container .user-review-item .review-header .rating-stars .star-rating {
        display: block;
        color: rgb(0, 0, 0);
        font-size: 1em;
        width: calc(7.668em);
        height: 1em;
        position: relative;
        overflow: hidden;
        line-height: 0;
        text-align: left;
    }

    .review-container .user-review-item .review-header .rating-stars .star-rating .star-first {
        display: inline-block;
        background-image: url(/assets/img/icons/star-outline.svg);
        background-size: cover;
        width: 1em;
        height: 1em;
    }

    .review-container .user-review-item .review-header .rating-stars .star-rating .star {
        display: inline-block;
        background-image: url(/assets/img/icons/star-outline.svg);
        background-size: cover;
        width: 1em;
        height: 1em;
        margin-left: 0.167em;
    }

    .reviews .user-review-item .star-outline-rating-style {
        display: block;
        width: calc(7.668em);
        height: 1em;
        position: relative;
    }

    .review-container .user-review-item .review-header .rating-stars .star-rating-style {
        position: absolute;
        top: 0px;
        left: 0px;
        overflow: hidden;
        white-space: nowrap;
        opacity: 1;
        width: 100%;
    }

    .review-container .user-review-item .review-header .rating-stars .star-rating-style .star-first.filled {
        display: inline-block;
        background-image: url(/assets/img/icons/star.svg);
        background-size: cover;
        width: 1em;
        height: 1em;
    }

    .review-container .user-review-item .review-header .rating-stars .star-rating-style .star.filled {
        display: inline-block;
        background-image: url(/assets/img/icons/star.svg);
        background-size: cover;
        width: 1em;
        height: 1em;
        margin-left: 0.167em;
    }

    .review-container .user-review-item .rating-wrapper .review-date {
        white-space: pre-wrap;
        overflow-wrap: break-word;
        font-size: 12px;
        color: rgb(102, 102, 102);
        margin-left: auto;
    }

    .review-container .user-review-item .review-body {
        display: flex;
        flex-direction: column;
        border-bottom: 1px solid rgba(0, 0, 0, 0.063);
        border-top: none;
        border-left: none;
        border-right: none;
        padding-bottom: 12px;
        padding-top: 0;
    }

    .review-container .user-review-item .review-body .review-title {
        white-space: pre-wrap;
        overflow-wrap: break-word;
        font-weight: 700;
        margin-bottom: 0.125em;
        font-size: 14px;
    }

    .review-container .user-review-item .review-body .review-text {
        white-space: pre-wrap;
        overflow-wrap: break-word;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        display: -webkit-box !important;
        font-size: 14px;
    }

    .review-container .user-review-item .review-body .review-image {
        margin-top: 16px;
        display: flex;
    }

    .review-container .user-review-item .review-body .review-image .image-btn {
        position: relative;
        margin-top: 8px;
        margin-right: 8px;
        display: block;
    }

    .review-container .user-review-item .review-body .review-image img {
        display: block;
        width: 80px;
        height: 80px;
        border-radius: 4px;
        max-width: 100%;
        object-fit: cover;
    }

    .review-container .user-review-item .review-body .review-feedback {
        grid-template-columns: 1fr auto;
        margin-top: 12px;
        align-items: center;
        display: grid;
        gap: 12px;
    }

    .review-container .user-review-item .review-body .review-feedback .review-recommended {
        align-items: center;
        color: rgb(102, 102, 102);
        font-size: 12px;
        line-height: 1.25;
        display: flex;
    }

    .review-container .user-review-item .review-body .review-feedback .review-recommended svg {
        display: inline-block;
        width: 1em;
        height: 1em;
        position: relative;
        vertical-align: text-bottom;
        fill: currentcolor;
        flex-shrink: 0;
        font-size: 0.9em;
        color: rgb(0, 128, 72);
        margin-right: 0.5em;
    }

    .review-container .user-review-item .review-body .review-feedback .feedback-options {
        align-items: center;
        color: rgb(102, 102, 102);
        font-size: 12px;
        line-height: 1.25;
        display: flex;
    }

    .review-container .user-review-item .review-body .review-feedback .feedback-options .feedback-question {
        margin-right: 0.7em;
    }

    .review-container .user-review-item .review-body .review-feedback .feedback-btn-up {
        cursor: pointer;
        border-radius: 0;
        padding: 0.7em;
        margin: -0.7em;
        border: 0;
        background-color: transparent;
        color: inherit;
        font: inherit;
        text-transform: inherit;
        -webkit-letter-spacing: inherit;
        -moz-letter-spacing: inherit;
        -ms-letter-spacing: inherit;
        letter-spacing: inherit;
        text-align: inherit;
        text-decoration: none;
        min-width: 0;
    }

    .review-container .user-review-item .review-body .review-feedback .feedback-btn-up svg {
        width: 1em;
        height: 0.72em;
        margin-right: 0.4em;
    }

    .review-container .user-review-item .review-body .review-feedback .feedback-separator {
        margin: 0px 0.7em;
    }

    .review-container .user-review-item .review-body .review-feedback .feedback-btn-down {
        cursor: pointer;
        border-radius: 0;
        padding: 0.7em;
        margin: -0.7em;
        border: 0;
        background-color: transparent;
        color: inherit;
        font: inherit;
        text-transform: inherit;
        -webkit-letter-spacing: inherit;
        -moz-letter-spacing: inherit;
        -ms-letter-spacing: inherit;
        letter-spacing: inherit;
        text-align: inherit;
        text-decoration: none;
        min-width: 0;
    }

    .review-container .user-review-item .review-body .review-feedback .feedback-btn-down svg {
        width: 1em;
        height: 0.72em;
        margin-right: 0.4em;
        transform: rotate(180deg);
    }

    .review-container .user-review-item .review-author {
        font-size: 12px;
        display: block;
    }

    .review-container .user-review-item .review-author .review-author-wrapper {
        flex-direction: column;
        align-self: center;
    }

    .review-container .user-review-item .review-author .author-name {
        cursor: pointer;
        font-weight: 700;
        display: inline-block;
        color: #000;
    }

    .review-container .user-review-item .review-author .fks5n {
        margin: 0px 0.5em;
    }

    .review-container .user-review-item .review-author .author-details {
        white-space: pre-wrap;
        overflow-wrap: break-word;
    }

    .review-container .user-review-item .review-author .incentivized-info {
        flex-wrap: wrap;
        font-size: 11px;
        line-height: 1.25;
        display: flex;
    }

    .review-container .user-review-item .review-author .incentivized-info .incentivized-text {
        font-size: 11px;
        background-color: rgb(229, 242, 253);
        color: rgb(0, 0, 0);
        line-height: 1.25;
        display: inline-block;
        padding: 3px 6px;
        border-radius: 4px;
        cursor: default;
    }

    .review-container .user-review-item .review-author .incentivized-info .incentivized-text svg {
        display: inline-block;
        width: 1em;
        height: 1em;
        position: relative;
        vertical-align: text-bottom;
        fill: currentcolor;
        flex-shrink: 0;
        font-size: 12px;
        margin-left: 4px;
    }

    .review-container .user-review-divider {
        border-bottom: 8px solid rgb(246, 246, 248);
        border-top-color: rgb(246, 246, 248);
        border-right-color: rgb(246, 246, 248);
        border-left-color: rgb(246, 246, 248);
        margin: 16px -16px 24px;
    }

    .review-container .user-review-start-divider {
        border-bottom: 1px solid rgba(0, 0, 0, 0.063);
        border-top-color: rgba(0, 0, 0, 0.063);
        border-right-color: rgba(0, 0, 0, 0.063);
        border-left-color: rgba(0, 0, 0, 0.063);
        margin-bottom: 12px;
    }

}

@media screen and (min-width: 768px) {
    .reviews .comments-wrapper .review-container .review-header {
        gap: 16px;
    }

    .reviews .comments-wrapper .star-rating {
        font-size: 14px;
    }

    .reviews .comments-wrapper .star-rating .stars {
        font-size: 14px;
    }

    .reviews .comments-wrapper .rating-info .review-date {
        font-size: 14px;
    }

    .reviews .comments-wrapper .recommendation {
        font-size: 14px;
    }

    .reviews .review-container .review-divider {
        margin-top: 32px;
    }

    .reviews .review-container .review-body {
        padding-bottom: 16px;
    }

    .reviews .review-container .review-body .review-text {
        line-height: 1.75;
    }

    .reviews .review-container .review-footer .review-feedback {
        font-size: 14px;
    }
}

/*--------------------------------------------------------------
# Reviews pagination
--------------------------------------------------------------*/
.review-pagination {
    margin: 32px 0;
    display: flex;
}

.review-pagination .review-pagination-item {
    line-height: 1;
    font-weight: 700;
    margin-left: 3px;
    margin-right: 3px;
}

.review-pagination .review-pagination-item:first-child {
    margin-left: -12px;
    margin-right: 1px;
}

.review-pagination .review-pagination-item .review-pagination-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 4px;
    transform: rotate(180deg);
    border: 0;
    background: transparent;
}

.review-pagination .review-pagination-item .review-pagination-prev:disabled {
    color: rgb(204, 204, 204);
    cursor: default;
}

.review-pagination .review-pagination-item .review-pagination-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 4px;
    border: 0;
    background: transparent;
}

.review-pagination .review-pagination-item .review-pagination-next:disabled {
    color: rgb(204, 204, 204);
    cursor: default;
}

.review-pagination .review-pagination-item .review-pagination-page {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 4px;
    cursor: pointer;
    border: 0;
    background: transparent;
}

.review-pagination .review-pagination-item .review-pagination-ellipsis {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 4px;
}

.review-pagination .review-pagination-item .review-pagination-page.active {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 4px;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    cursor: default;
}

@media screen and (min-width: 768px) {
    .review-pagination {
        margin: 48px 0;
    }
}

/*--------------------------------------------------------------
# Similar Products
--------------------------------------------------------------*/
.similar-products {
    margin-bottom: 1em;
}

.similar-products .divider {
    border-bottom: 1px solid rgba(0, 0, 0, 0.063);
    border-top-color: rgba(0, 0, 0, 0.063);
    border-right-color: rgba(0, 0, 0, 0.063);
    border-left-color: rgba(0, 0, 0, 0.063);
}

.similar-products .similar-products-title {
    font-size: 20px;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    margin-top: 1em;
    margin-bottom: 1em;
    font-weight: 700;
}

.similar-products .product-item {
    width: 160px;
    max-width: 100%;
    border-left-width: 1px;
    border-right: 1px solid rgba(0, 0, 0, 0.063);
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
}

.similar-products .product-item .product-item__img {
    margin-bottom: 16px;
}

.similar-products .product-item .product-item__body {
    padding: 0;
}

.similar-products .product-item .product-item__body .product-item__category a {
    font-size: 12px !important;
    white-space: nowrap;
    margin-bottom: 0.125em;
    font-weight: 700;
    color: #000 !important;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-line-clamp: 1;
    display: block;
}

.similar-products .product-item .product-item__body .product-item__title {
    height: 45px;
    line-height: 1.25 !important;
}

.similar-products .product-item .product-item__body .product-item__title a {
    overflow-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
    font-weight: 400;
    display: -webkit-box !important;
    height: 32px;
}

.similar-products .product-item .product-item__card .product-item__wishlist-btn {
    right: -0.75rem;
    top: -0.75rem;
}

.similar-products .product-item .product-item__card .product-item__badge {
    top: -0.5rem;
    background: #ed1c24;
}

.similar-products .product-item .product-item__body .product-item__details a {
    font-size: 12px;
    padding: 0.25em 0.875em;
    min-height: 32px;
    max-height: 32px;
    font-weight: 700;
    border-width: 2px;
    justify-content: center;
    align-items: center;
    line-height: 1;
    background-color: transparent;
    text-align: center;
    text-decoration: none;
    border-radius: 99999px;
    appearance: none;
    color: rgb(0, 0, 0);
    border-color: currentcolor;
    transition: color 0.2s, border-color 0.2s;
    display: flex;
    width: 100%;
    min-width: 5.5em;
    border-style: solid;
}

.similar-products .product-item .product-item__body .product-item__details {
    margin-top: 20px;
}

.similar-products .product-item .product-item__body .product-item__price {
    padding-top: 8px;
    padding-bottom: 8px;
}

.similar-products .product-item .product-item__body .product-item__price .product-item__price-current {
    overflow-wrap: break-word;
    font-weight: 700;
    font-size: 14px;
    color: #000 !important;
}

.similar-products .product-item .product-item__body .product-item__price .product-item__price-discount {
    overflow-wrap: break-word;
    font-weight: 700;
    font-size: 14px;
    color: #ed1c24 !important;
}

/*--------------------------------------------------------------
# Brand Products
--------------------------------------------------------------*/
.brand-products {
    margin-top: 32px;
    margin-bottom: 32px;
}

.brand-products .brand-products__heading {
    margin-bottom: 16px;
}

.brand-products .brand-products__title {
    white-space: pre-wrap;
    overflow-wrap: break-word;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.brand-products .brand-products__item {
    width: 146px;
    scroll-snap-align: start;
    flex-shrink: 0;
    display: flex;
    padding: 6px;
}

.brand-products .brand-products__item .product-item__body {
    padding: 12px 0 0 0;
}

.brand-products .brand-products__item .product-item__card {
    display: flex;
    width: 100%;
    font-size: 14px;
    line-height: 1.25;
    background-color: rgb(255, 255, 255);
    border-radius: 4px;
    text-align: left;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 6px;
    overflow: hidden;
    padding: 12px;
    flex-direction: column;
}

.brand-products .brand-products__item .product-item__card .product-item__image-container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 122px;
    max-width: 100%;
    display: block;
}


.brand-products .brand-products__item .product-item__category-link {
    overflow-wrap: break-word;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-line-clamp: 1;
    display: block;
    font-size: 12px;
    margin-bottom: 0.125em;
    font-weight: 700;
    color: #000 !important;
}

.brand-products .brand-products__item .product-item__title {
    overflow-wrap: break-word;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 12px;
    display: -webkit-box !important;
    height: 32px;
}

.brand-products .brand-products__item .product-item__price {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

.brand-products .brand-products__item .product-item__price-discount {
    color: #ed1c24 !important;
}

.brand-products .brand-products__item .product-item__price-original {
    color: #a6a6a6 !important;
}

.brand-products .brand-products__item .product-item__wishlist-button {
    top: -0.75rem;
    right: -0.75rem;
}

.brand-products .brand-products__item .product-item__badge {
    top: -0.5rem;
    background: #ed1c24;
    color: #fff;
    font-weight: 500;
    font-size: .6875em;
}

@media screen and (min-width: 768px) {
    .brand-products {
        margin-top: 48px;
        margin-bottom: 48px;
    }

    .brand-products .brand-products__item {
        width: 198px;
    }

    .brand-products .brand-products__item .product-item__card {
        padding: 16px;
    }

    .brand-products .brand-products__item .product-item__card .product-item__image-container {
        width: 166px;
    }

    .brand-products .brand-products__item .product-item__title {
        font-size: 14px;
    }

    .brand-products .brand-products__item .product-item__price {
        font-size: 16px;
    }
}

/*--------------------------------------------------------------
# Product AI Chat Section
--------------------------------------------------------------*/
.product-ai-chat {
    display: block;
    padding: 16px;
    margin-bottom: 24px;
    border-radius: 4px;
    background-color: rgb(229, 242, 253);
}

.product-ai-chat .product-ai-chat__header {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
}

.product-ai-chat .product-ai-chat__header .product-ai-chat__icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    max-width: 100%;
}

.product-ai-chat .product-ai-chat__header .product-ai-chat__title {
    white-space: pre-wrap;
    overflow-wrap: break-word;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 700;
    margin: 0;
}

.product-ai-chat .product-ai-chat__header .product-ai-chat__badge {
    white-space: pre-wrap;
    overflow-wrap: break-word;
    border-radius: 4px;
    vertical-align: middle;
    text-transform: uppercase;
    width: max-content;
    font-size: 10px;
    line-height: 1.3;
    display: inline-block;
    font-weight: 700;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    padding-left: 0.8em;
    padding-right: 0.8em;
}

.product-ai-chat .product-ai-chat__input-trigger {
    cursor: pointer;
    border-radius: 0px;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    color: inherit;
    font: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    text-align: inherit;
    text-decoration: none;
    align-items: normal;
    min-width: 0px;
    border: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    display: block;
    margin-top: 16px;
    width: 624px;
}

.product-ai-chat .product-ai-chat__input-trigger .product-ai-chat__input-wrapper {
    pointer-events: none;
}

.product-ai-chat .product-ai-chat__input-trigger .product-ai-chat__input-wrapper .product-ai-chat__input-box {
    display: flex;
    height: 40px;
    border-width: 1px;
    border-radius: 9999px;
    border-color: rgb(204, 204, 204);
    background-color: rgb(255, 255, 255);
}

.product-ai-chat .product-ai-chat__input-trigger .product-ai-chat__input-wrapper .product-ai-chat__input-box .product-ai-chat__input-inner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: -1px;
}

.product-ai-chat .product-ai-chat__input-trigger .product-ai-chat__input-wrapper .product-ai-chat__input-box .product-ai-chat__input-inner .product-ai-chat__input {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex: 1 1 0%;
    font-family: inherit;
    font-size: 14px;
    margin: 1px;
    padding-left: 16px;
    padding-right: 12px;
    color: rgb(0, 0, 0);
    background-color: transparent;
    border-width: 0px;
    box-shadow: none;
    appearance: none;
    cursor: not-allowed;
    opacity: 0.7;
}

.product-ai-chat .product-ai-chat__input-trigger .product-ai-chat__input-wrapper .product-ai-chat__input-box .product-ai-chat__input-inner .product-ai-chat__input:disabled {
    cursor: default;
}

.product-ai-chat .product-ai-chat__input-trigger .product-ai-chat__input-wrapper .product-ai-chat__input-box .product-ai-chat__send-button {
    width: 32px;
    height: 32px;
    background-color: rgb(136, 136, 136);
    border-radius: 9999px;
    text-align: center;
    margin-right: 4px;
    margin-top: 3px;
    cursor: default;
}

.product-ai-chat .product-ai-chat__input-trigger .product-ai-chat__input-wrapper .product-ai-chat__input-box .product-ai-chat__send-button .product-ai-chat__send-icon {
    /* display: inline-block;
                        width: 1em;
                        height: 1em;
                        position: relative;
                        vertical-align: text-bottom;
                        fill: currentcolor;
                        flex-shrink: 0;
                        font-size: 14px; */
}

.product-ai-chat__suggestions {
    display: flex;
    overflow: scroll visible;
    gap: 12px;
    cursor: pointer;
    margin-top: 12px;
    padding-left: 16px;
    margin-left: -16px;
}

.product-ai-chat__suggestions .product-ai-chat__suggestion-item {
    display: inline-block;
    margin-right: 12px;
}

.product-ai-chat__suggestions .product-ai-chat__suggestion-item .product-ai-chat__suggestion-card {
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 6px;
    transition: color 0.2s;
    display: inline-flex;
    font-size: 12px;
    min-height: 32px;
    padding-left: 12px;
    padding-right: 12px;
    line-height: 1.25;
    border-radius: 4px;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
}

.product-ai-chat-section .divider {
    border-bottom: 1px solid rgba(0, 0, 0, 0.063);
    border-top-color: rgba(0, 0, 0, 0.063);
    border-right-color: rgba(0, 0, 0, 0.063);
    border-left-color: rgba(0, 0, 0, 0.063);
    margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
    .product-ai-chat .product-ai-chat__header .product-ai-chat__title {
        font-size: 20px;
    }

    .product-ai-chat .product-ai-chat__input-trigger .product-ai-chat__input-wrapper .product-ai-chat__input-box .product-ai-chat__send-button .product-ai-chat__send-icon {
        font-size: 16px;
    }

    .product-ai-chat__suggestions {
        white-space: nowrap;
        scrollbar-width: none;
        margin-right: -16px;
        display: -webkit-box;
    }
}

@media (max-width: 767px) {
    .product-ai-chat .product-ai-chat__input-trigger {
        width: 100%;
        margin-top: 12px;
    }

    .product-ai-chat__suggestions {
        white-space: nowrap;
        scrollbar-width: none;
        margin-right: -16px;
        overflow: auto visible;
        display: -webkit-box;
        padding-top: 20px;
        padding-bottom: 8px;
        margin-top: -8px;
        margin-bottom: -8px;
    }

    .product-ai-chat__suggestions .product-ai-chat__suggestion-item {
        display: inline-block;
        margin-right: 4px;
    }
}

/*--------------------------------------------------------------
# Recently Viewed Products
--------------------------------------------------------------*/
.recently-viewed-products .divider {
    margin-bottom: 0;
}

.recently-viewed-products {
    margin-top: 32px;
    margin-bottom: 32px;
}

.recently-viewed-products__row {
    grid-template-columns: 1fr auto;
    align-items: baseline;
    line-height: 1.25;
    gap: 12px;
    display: grid;
}

.recently-viewed-products .recently-viewed-products__heading {
    align-items: baseline;
    display: flex;
}

.recently-viewed-products .recently-viewed-products__title {
    white-space: pre-wrap;
    overflow-wrap: break-word;
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 20px;
}

.recently-viewed-products .recently-viewed-products__item {
    width: 146px;
    scroll-snap-align: start;
    flex-shrink: 0;
    display: flex;
    padding: 6px;
}

.recently-viewed-products .recently-viewed-products__item .product-item__body {
    padding: 12px 0 0 0;
}

.recently-viewed-products .recently-viewed-products__item .product-item__card {
    display: flex;
    width: 100%;
    font-size: 14px;
    line-height: 1.25;
    background-color: rgb(255, 255, 255);
    border-radius: 4px;
    text-align: left;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 6px;
    overflow: hidden;
    padding: 12px;
    flex-direction: column;
}

.recently-viewed-products .recently-viewed-products__item .product-item__card .product-item__image-container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 122px;
    max-width: 100%;
    display: block;
}


.recently-viewed-products .recently-viewed-products__item .product-item__category-link {
    overflow-wrap: break-word;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-line-clamp: 1;
    display: block;
    font-size: 12px;
    margin-bottom: 0.125em;
    font-weight: 700;
    color: #000 !important;
}

.recently-viewed-products .recently-viewed-products__item .product-item__title {
    overflow-wrap: break-word;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 12px;
    display: -webkit-box !important;
    height: 32px;
}

.recently-viewed-products .recently-viewed-products__item .product-item__price {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

.recently-viewed-products .recently-viewed-products__item .product-item__price-discount {
    color: #ed1c24 !important;
}

.recently-viewed-products .recently-viewed-products__item .product-item__price-original {
    color: #a6a6a6 !important;
}

.recently-viewed-products .recently-viewed-products__item .product-item__wishlist-button {
    top: -0.75rem;
    right: -0.75rem;
}

.recently-viewed-products .recently-viewed-products__item .product-item__badge {
    top: -0.5rem;
    background: #ed1c24;
    color: #fff;
    font-weight: 500;
    font-size: .6875em;
}

@media screen and (min-width: 768px) {
    .recently-viewed-products {
        margin-top: 48px;
        margin-bottom: 48px;
    }

    .recently-viewed-products .recently-viewed-products__item {
        width: 198px;
    }

    .recently-viewed-products .recently-viewed-products__item .product-item__card {
        padding: 16px;
    }

    .recently-viewed-products .recently-viewed-products__item .product-item__card .product-item__image-container {
        width: 166px;
    }

    .recently-viewed-products .recently-viewed-products__item .product-item__title {
        font-size: 14px;
    }

    .recently-viewed-products .recently-viewed-products__item .product-item__price {
        font-size: 16px;
    }
}

/*--------------------------------------------------------------
# Ratings & Reviews Guidelines Modal
--------------------------------------------------------------*/
.modal__overlay {
    position: fixed;
    inset: 0px;
    z-index: var(--layer-modal);
    background-color: rgba(0, 0, 0, 0.25);
    transition: opacity 300ms;
}

.modal__container {
    position: fixed;
    inset: 0px;
    z-index: var(--layer-modal);
    text-align: left;
    display: flex;
    flex-direction: column;
    transform: translateY(0px);
    opacity: 1;
    transition: opacity 300ms, transform 300ms;
    overflow: hidden auto;
}

.modal__container .modal__content {
    width: 100%;
    height: 100%;
    margin: auto;
}

.modal__container .modal__content .modal__link {
    cursor: pointer;
    text-decoration-line: underline;
    text-decoration-thickness: initial;
    text-decoration-style: initial;
    text-decoration-color: rgba(19, 107, 234, .3);
    text-underline-offset: 1px;
    transition: text-decoration-color 0.2s;
    display: inline;
    color: rgb(19, 107, 234);
}

.modal__container .modal__content .modal__dialog {
    display: flex;
    flex-direction: column;
    position: relative;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    width: 100%;
    outline: 0px;
    font-size: 14px;
    line-height: 1.5;
    pointer-events: auto;
    min-height: 100%;
    margin: 0;
    max-width: none;
}

.modal__container .modal__content .modal__dialog .modal__header {
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    border-bottom: 1px solid rgb(238, 238, 238);
    min-height: 54px;
    text-align: center;
    padding: 16px 37px;
    display: block;
}

.modal__container .modal__content .modal__dialog .modal__header .modal__title {
    white-space: pre-wrap;
    overflow-wrap: break-word;
    width: 100%;
    line-height: 1.25;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0;
}

.modal__container .modal__content .modal__body {
    overflow-y: auto;
    position: relative;
    flex: 1 1 0%;
    padding: 16px 16px 32px;
    display: block;
}

.modal__container .modal__content .modal__body .modal__text-content {
    display: block;
}

.modal__container .modal__content .modal__body .modal__text-content .modal__rich-text h2 {
    margin-bottom: 0.5em;
    line-height: 1.25;
    font-weight: 700;
    font-size: 1.42857rem;
    margin-top: 0px;
    white-space: pre-wrap;
}

.modal__container .modal__content .modal__body .modal__text-content .modal__rich-text p {
    white-space: pre-wrap;
    margin-bottom: 1em;
}

.modal__container .modal__content .modal__body .modal__text-content .modal__rich-text ul {
    margin-bottom: 1em;
    padding-left: 2em;
    list-style: disc;
}

.modal__container .modal__content .modal__body .modal__text-content .modal__rich-text ul {
    margin-bottom: 1em;
    padding-left: 2em;
    list-style: disc;
}


.modal__container .modal__footer {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    display: flex;
    -webkit-box-pack: end;
    justify-content: end;
    -webkit-box-align: center;
    align-items: center;
    border-top: 1px solid rgb(238, 238, 238);
    padding: 16px;
}

.modal__container .modal__footer .modal__done-button {
    font-size: 14px;
    padding: 0.25em 1.125em;
    min-height: 44px;
    max-height: 44px;
    font-weight: var(--font-weight-bold);
    border-width: 2px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    border-color: transparent;
    text-align: center;
    text-decoration: none;
    border-radius: 99999px;
    appearance: none;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    transition: background-color 0.2s;
    min-width: 14.5em;
    cursor: pointer;
}

.modal__container .modal__close-button {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 3;
    line-height: 0;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
    background: transparent;
    border: 0;
}

.modal__container .modal__close-button svg {
    display: inline-block;
    width: 1em;
    height: 1em;
    position: relative;
    vertical-align: text-bottom;
    fill: currentcolor;
    flex-shrink: 0;
    font-size: 13px;
}

.modal.show .modal__overlay {
    opacity: 1;
    transition: opacity 0.3s ease;
}

.modal.fade .modal__overlay {
    opacity: 0;
}


@media (min-width: 768px) {
    .modal__container {
        align-items: center;
        transform: translateY(0px);
    }

    .modal__container .modal__content {
        pointer-events: none;
        max-width: 682px;
        height: auto;
        padding: 24px 16px;
    }

    .modal__container .modal__content .modal__dialog {
        height: auto;
        border-radius: 6px;
    }

    .modal__container .modal__content .modal__dialog .modal__header {
        padding-right: 45px;
        padding-left: 45px;
    }

    .modal__container .modal__content .modal__body {
        padding-left: 24px;
        padding-right: 24px;
    }

    .modal__container .modal__footer {
        padding-bottom: 16px;
        padding-left: 24px;
        padding-right: 24px;
    }

    .modal__container .modal__close-button {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (max-width: 767px) {
    .modal__container .modal__footer .modal__done-button {
        display: flex;
        width: 100%;
    }
}

@supports (bottom:env(safe-area-inset-bottom)) {
    .modal__container .modal__content .modal__dialog {
        padding-bottom: env(safe-area-inset-bottom);
    }
}