/** Shopify CDN: Minification failed

Line 524:0 Unexpected "<"
Line 531:0 Unexpected "="

**/
@charset "UTF-8";

.product-card .product-card-swatches,
.product-card .product-card-swatches .product-card-swatch,
.product-card .product-card-swatches--title {
    transition: all 0.25s cubic-bezier(0.104, 0.204, 0.492, 1);
}

.products .gallery--item,
.product-card--content-spacing-false .product-featured-image-link,
.product-card--content-spacing-true {
    border-radius: var(--block-border-radius, 16px);
}

.column--featured-product {
    grid-column: span 2;
}

.promotion-column-width--large {
    grid-column: span 2;
    min-height: 280px;
}

.promotion-column-width--large .text-left {
    width: 50%;
}

.no-js .product-card-quickview {
    display: none !important;
}

.product-card-quickview {
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.08);
}

.product-card div[data-bv-show="inline_rating"] {
    margin-top: 0px;
    margin-bottom: 16px;
}

.product-card .product-card-info .yotpo {
    margin-bottom: 12px;
}

.product-card .product-card-info .yotpo .yotpo-stars {
    display: flex;
}

.product-card .product-card-info .yotpo .yotpo-bottomline {
    flex-wrap: wrap;
}

.product-card [data-bv-show="inline_rating"] .bv_incentivized_review_container {
    display: none !important;
}

.product-card .yotpo-sr-bottom-line-right-panel {
    display: none !important;
}

.product-card .star-container svg {
    width: 12px;
    height: 12px;
}

.product-card .yotpo-sr-bottom-line-left-panel {
    font-size: 12px !important;
}

.product-card .yotpo-sr-vertical-border {
    display: none !important;
}

.product-card:has(.yotpo-sr-bottom-line-new-review) .yotpo-widget-clear {
    display: none !important;
}

.collection-container [data-bv-rating] .bv_main_container .bv_text,
[data-bv-show="inline_rating"] .bv_main_container .bv_text,
.collection-container
    [data-bv-show="inline_rating"]
    .bv_main_container
    .bv_text {
    font-size: 10px !important;
    font-weight: 400 !important;
}

@media screen and (min-width: 800px) {
    .collection-container [data-bv-rating] .bv_main_container .bv_text,
    [data-bv-show="inline_rating"] .bv_main_container .bv_text,
    .collection-container
        [data-bv-show="inline_rating"]
        .bv_main_container
        .bv_text {
        font-size: 12px !important;
    }
}

ul.collection {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
    column-gap: 8px;
}

@media screen and (min-width: 800px) {
    ul.collection {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

ul.collection li.column {
    max-width: 100%;
}

ul.collection .promotion-column {
    height: 100%;
}

.products {
    row-gap: 20px;
    list-style: none;
}
.products.carousel {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    min-width: 100%;
    padding: 0;
}
.products.carousel .product-card {
    flex-shrink: 0;
    margin-bottom: 0 !important;
}
.products.carousel .carousel__slide {
    width: 100%;
}
.no-js .products.carousel {
    overflow: scroll;
}
.products.carousel.flickity-enabled {
    overflow: visible;
}
.products.carousel .promotion-column {
    margin-bottom: 0;
    height: 100%;
}
@media only screen and (max-width: 767px) {
    .products.carousel .flickity-viewport {
        overflow: visible;
    }
}
.products .promotion-column {
    margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
    .products .promotion-column {
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 768px) {
    .products .promotion-column.promotion-column-width--2 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media only screen and (min-width: 768px) {
    .products .promotion-column.promotion-column-width--2.product-columns-3 {
        flex: 0 0 66.6%;
        max-width: 66.6%;
    }
}
@media only screen and (min-width: 768px) {
    .products .promotion-column.promotion-column-width--2.product-columns-5 {
        flex: 0 0 40%;
        max-width: 40%;
    }
}
.products .gallery--item {
    height: 100%;
    overflow: hidden;
}
.products .gallery--item figure {
    height: 100%;
    padding-bottom: 0;
}
.products .gallery--item-content {
    padding: 12px;
}
@media only screen and (min-width: 768px) {
    .products .gallery--item-content {
        padding: 20px;
    }
}
.products .gallery--item-content p {
    font-size: 0.8125rem;
    margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
    .products .gallery--item-content p {
        font-size: 0.9375rem;
    }
}
.product-card-spacing-small .products.row {
    margin: 0 -5px;
}
.product-card-spacing-small .products.row .columns,
.product-card-spacing-small .products.row .column {
    padding: 0 5px;
}
.product-card-spacing-small .products.row .product-card {
    margin-bottom: 10px;
}
.product-card-spacing-small .products.row + .pagination {
    margin-top: 20px;
}
.product-card-spacing-small .products.row .flickity-nav.flickity-prev {
    left: -16px;
}
.product-card-spacing-small .products.row .flickity-nav.flickity-next {
    right: -16px;
}
@media only screen and (min-width: 768px) {
    .product-card-spacing-medium .products.row {
        margin: 0 -10px;
    }
    .product-card-spacing-medium .products.row .columns,
    .product-card-spacing-medium .products.row .column {
        padding: 0 10px;
    }
    .product-card-spacing-medium .products.row .product-card {
        margin-bottom: 20px;
    }
    .product-card-spacing-medium .products.row + .pagination {
        margin-top: 10px;
    }
}
.product-card-spacing-medium .products.row .flickity-nav.flickity-prev {
    left: -11px;
}
.product-card-spacing-medium .products.row .flickity-nav.flickity-next {
    right: -11px;
}
@media only screen and (min-width: 768px) {
    .product-card-spacing-large .products.row {
        margin: 0 -15px;
    }
    .product-card-spacing-large .products.row .columns,
    .product-card-spacing-large .products.row .column {
        padding: 0 15px;
    }
    .product-card-spacing-large .products.row .product-card {
        margin-bottom: 30px;
    }
    .product-card-spacing-large .products.row + .pagination {
        margin-top: 0px;
    }
}
.product-card-spacing-large .products.row .flickity-nav.flickity-prev {
    left: -6px;
}
.product-card-spacing-large .products.row .flickity-nav.flickity-next {
    right: -6px;
}

.product-card {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: var(--color-product-card-bg, #fff);
}
.carousel .product-card {
    margin-bottom: 0;
}
.product-card .product-card-info {
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 18px;
}
.product-card .product-card-info > *:last-child {
    margin-bottom: 0;
}
.product-card .product-featured-image {
    margin-bottom: 15px;
    position: relative;
    height: auto;
    z-index: 0;
}
@media only screen and (min-width: 768px) {
    .product-card .product-featured-image {
        margin-bottom: 20px;
    }
}
@media (hover: hover) {
    .product-card
        .product-featured-image.thb-hover:hover
        .product-primary-image {
        opacity: 0;
    }
    .product-card
        .product-featured-image.thb-hover:hover
        .product-secondary-image {
        opacity: 1;
    }
}
.product-card .product-featured-image-link {
    display: block;
    height: 100%;
    overflow: hidden;
}
.product-card .product-featured-image-link img {
    width: 100%;
    height: auto;
    object-fit: inherit;
    height: 100%;
    z-index: 5;
}
.product-card .product-featured-image-link .thb-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.product-card .product-featured-image-link .product-secondary-image {
    z-index: 10;
    opacity: 0;
}
.product-card .product-featured-image-link.aspect-ratio--square {
}
.product-card .product-featured-image-link.aspect-ratio--portrait {
    padding-bottom: 125%;
}
.product-card .product-featured-image-link.aspect-ratio--landscape {
    padding-bottom: 75%;
}
.product-card .product-card-vendor {
    text-transform: uppercase;
    font-size: 0.6875rem;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
    opacity: 0.8;
}
.product-card .product-card-vendor a {
    color: var(--color-body, #2c2d2e);
}
.product-card .product-card-key-ingredients {
    font-weight: 400;
    color: #666666;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 6px;
    display: block;
}
.product-card .product-card-title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    display: block;
}
@media only screen and (min-width: 768px) {
    .product-card .product-card-title {
        font-size: 16px;
        min-height: 45px;
    }

    .product-card .product-card-key-ingredients {
        font-size: 12px;
    }
}
.product-card .price {
    font-weight: bold;
}
.product-card .price del {
    font-weight: 400;
    margin-left: 8px;
}
.product-card .price + .product-card-title {
    margin-top: 5px;
    margin-bottom: 0;
}
.product-card .badge.bottom {
    bottom: calc(var(--badge-offset, 0px) + 7px);
}
@media only screen and (min-width: 768px) {
    .product-card .badge.bottom {
        bottom: calc(var(--badge-offset, 0px) + 14px);
    }
}
.product-card .badge.left {
    left: calc(var(--badge-offset, 0px) + 7px);
}
@media only screen and (min-width: 768px) {
    .product-card .badge.left {
        left: calc(var(--badge-offset, 0px) + 14px);
    }
}
.product-card .badge.top {
    top: calc(var(--badge-offset, 0px) + 7px);
}
@media only screen and (min-width: 768px) {
    .product-card .badge.top {
        top: calc(var(--badge-offset, 0px) + 14px);
    }
}
.product-card .badge.right {
    right: calc(var(--badge-offset, 0px) + 7px);
}
@media only screen and (min-width: 768px) {
    .product-card .badge.right {
        right: calc(var(--badge-offset, 0px) + 14px);
    }
}
.product-card-quickview {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    z-index: 20;
    background: var(--color-drawer-bg, #fff);
    color: var(--color-body, #2c2d2e);
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5px;
    opacity: 0;
    transition: opacity 0.25s linear;
    border-radius: calc(var(--block-border-radius, 16px) / 2);
}
@media only screen and (min-width: 768px) {
    .product-card-quickview {
        bottom: 15px;
        left: 15px;
        right: 15px;
    }
}
.product-card-quickview span {
    line-height: 1;
    font-size: 0.8125rem;
    font-weight: 500;
    padding-right: 0;
    white-space: nowrap;
    opacity: 1;
}
.product-card-quickview .loading-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    z-index: 20;
    opacity: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-card-quickview .loading-overlay .spinner {
    width: 18px;
}
.product-card-quickview.loading span {
    opacity: 0;
}
.product-card-quickview.loading .loading-overlay {
    opacity: 1;
}
.product-card--add-to-cart-button {
    font-size: 12px;
    margin-top: 16px;
    width: 100%;
    height: 44px;
    border-radius: var(--button-border-radius, 16px);
    padding: 7px 14px;
}
.product-card--add-to-cart-button .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 20;
    opacity: 0;
    width: 34px;
    height: 34px;
    margin: -17px 0 0 -17px;
    padding: 10px;
}
.product-card--add-to-cart-button.loading .spinner {
    opacity: 1;
}
.product-card--add-to-cart-button.loading .product-card--add-to-cart-text {
    opacity: 0;
    font-size: 12px;
}
.product-card-info .product-card--add-to-cart-button,
.gallery--item-content .button.white {
    height: 36px;
}

.product-card--large .product-card-info .product-card--add-to-cart-button {
    height: 48px;
    margin-top: 20px;
}
.gallery--item-content .button.white {
    font-size: 12px;
}
@media only screen and (min-width: 768px) {
    .product-card-info .product-card--add-to-cart-button,
    .gallery--item-content .button.white {
        font-size: 16px;
    }
<<<<<<< HEAD
    .product-card--large .product-card--add-to-cart-text {
        font-size: 18px;
    }
    .product-card--large .product-card-info .product-card--add-to-cart-button {
        margin-top: 48px;
    }
=======
>>>>>>> main
}
.product-card .product-card-swatches {
    line-height: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(100%);
}
.product-card .product-card-swatches .product-card-swatch {
    display: inline-flex;
    margin: 0;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    padding: 3px;
    position: relative;
    cursor: pointer;
}
.product-card .product-card-swatches .product-card-swatch:after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border-radius: 6px;
    background: var(--option-color);
    background-image: var(--option-color-image);
    background-size: cover;
}
.product-card .product-card-swatches .product-card-swatch.active {
    box-shadow: 0 0 0 1px var(--color-body, #2c2d2e) inset;
}
.product-card .product-card-swatches--container {
    position: relative;
    overflow: hidden;
    height: 18px;
    margin-top: 10px;
}
.product-card .product-card-swatches--title {
    font-size: 0.75rem;
    line-height: 18px;
    opacity: 0.8;
    transform: translateY(0%);
}
.product-card--label-container {
    margin-top: 10px;
}
.product-card .star-rating {
    margin-top: 7px;
    font-size: 0.875rem;
}
.product-card:hover .product-card-swatches {
    transform: translateY(0%);
}
.product-card:hover .product-card-swatches--title {
    transform: translateY(-100%);
}
.product-card:hover .product-card-quickview {
    opacity: 1;
}
.product-card--border-true {
    border: 1px solid var(--color-border, #dadce0);
}
.product-card--border-true .product-featured-image {
    padding: 0px;
}
.product-card--border-true .badge {
    --badge-offset: 10px;
}
.product-card--content-spacing-true {
    overflow: hidden;
}
.product-card--content-spacing-true .product-card-info {
    padding: 12px;
}
@media only screen and (min-width: 768px) {
    .product-card--content-spacing-true .product-card-info {
        padding: 20px;
    }
}

.column--featured-product .product-card--content-spacing-true .product-card-info {
    padding: 20px;
}
@media only screen and (min-width: 800px) {
    .column--featured-product .product-card--content-spacing-true .product-card-info {
        padding: 60px;
        width: 50%;
    }
}
.product-card--content-spacing-true.product-card--border-true
    .product-featured-image {
    padding-bottom: 0;
}
.product-card--content-spacing-true.product-card--border-true
    .product-featured-image-link {
    border-top-left-radius: calc(var(--block-border-radius, 16px) / 1.4);
    border-top-right-radius: calc(var(--block-border-radius, 16px) / 1.4);
}
.product-card--content-spacing-true .product-featured-image {
    margin-bottom: 0;
}

.collection-empty {
    text-align: center;
    padding: 10vh;
    width: 100%;
}
.collection-empty svg {
    margin-bottom: 30px;
}
.collection-empty .text-button {
    font-size: inherit;
}
.collection-empty p {
    font-size: 1.25rem;
}

.sidebar-container {
    display: grid;
    grid-gap: clamp(20px, 4%, 40px);
}
@media only screen and (min-width: 1068px) {
    .sidebar-container.facets--sidebar {
        grid-template-columns: clamp(200px, 22%, 240px) 1fr;
    }
}
.sidebar-container.facets--sidebar.results--0 {
    grid-template-columns: 1fr;
}
@media only screen and (min-width: 1068px) {
    .sidebar-container.facets--sidebar .facets-toggle {
        display: none;
    }
}
.sidebar-container .products.collection.row {
    padding: 0;
}

.star-rating {
    --star-percent: calc(var(--star-rating) / 5 * 100%);
    display: inline-block;
    font-size: 1rem;
    font-family: Times;
    line-height: 1;
}
.star-rating:before {
    content: "★★★★★";
    background: linear-gradient(
        90deg,
        var(--color-star) var(--star-percent),
        #e1e1e1 var(--star-percent)
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.star-rating span {
    font-size: 0.75rem;
    margin-left: 8px;
}

.rating {
    display: inline-block;
    margin: 0;
}

.rating-star {
    --letter-spacing: 0.3;
    --font-size: 1.5;
    --percent: calc(
        (
                var(--rating) / var(--rating-max) + var(--rating-decimal) *
                    var(--font-size) /
                    (
                        var(--rating-max) *
                            (var(--letter-spacing) + var(--font-size))
                    )
            ) *
            100%
    );
    letter-spacing: calc(var(--letter-spacing) * 1rem);
    font-size: calc(var(--font-size) * 1rem);
    line-height: 1;
    display: inline-block;
    font-family: Times;
    margin: 0;
}

.rating-star:before {
    content: "\2605\2605\2605\2605\2605";
    background: linear-gradient(
        90deg,
        var(--color-reviews) var(--percent),
        rgba(var(--color-foreground), 0.15) var(--percent)
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rating-text {
    display: none;
}

.rating-count {
    display: none;
    margin: 0;
}

@media (forced-colors: active) {
    .rating {
        display: none;
    }
    .rating-text {
        display: block;
    }
}

.product-card--label {
    font-size: 0.625rem;
    border: 1px solid var(--color-border, #dadce0);
    padding: 4px 6px;
    line-height: 1.2;
    border-radius: var(--input-border-radius, 6px);
}
.product-card--label-container {
    display: flex;
    grid-gap: 5px;
    flex-wrap: wrap;
}

product-card .frcp-wishlist-grid-btn-wrapper .frcp-wishlist-btn {
    padding: 0;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    border: none;
    background-color: var(--wishlist-background);
    margin: 10px;
}

product-card
    .frcp-wishlist-grid-btn-wrapper
    .frcp-wishlist-btn
    .frcp-wishlist__icon {
    color: black;
    width: 16px;
    height: 16px;
    margin-top: 2px;
}

product-card
    .frcp-wishlist-grid-btn-wrapper
    .frcp-wishlist-btn.frcp-wishlist-btn--remove
    .frcp-wishlist__icon {
    fill: var(--wishlist-selected);
}

.product-card .price-main-part .amount {
    font-size: 12px;
    height: 18px;
}

@media screen and (min-width: 800px) {
    .product-card .product-card-title,
    .product-card .price-main-part .amount,
    .product-card--add-to-cart-text {
        font-size: 16px;
    }

    .product-card-info .product-card--add-to-cart-button,
    .gallery--item-content .button.white {
        height: 48px;
    }

    .product-card-info .unit-price {
        font-size: 12px;
    }
}

.products .badges .badge {
    font-size: 11px;
    padding: 2px 5px;
    height: 20px;
}

.products .badges.badges-inline {
    line-height: 1.1;
}

@media screen and (min-width: 800px) {
    .products .badges .badge {
        font-size: 12px;
        padding: 4px 8px;
    }
}

.product-card .price-wrapper .price-container {
    display: flex;
    gap: 8px;
}

.product-card .price-wrapper .price-container span,
.product-card .price-wrapper .price-container s {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0.01em;
}

@media screen and (min-width: 800px) {
    .product-card .price-wrapper .price-container span,
    .product-card .price-wrapper .price-container s {
        font-size: 16px;
    }
}

.product-card .price-wrapper .price-container .price-main {
    font-weight: 700;
}

.product-card .price-wrapper .price-unit-measurement {
    display: flex;
    align-items: baseline;
    gap: 1px;
}

.product-card .price-unit-measurement-value {
    display: flex;
    align-items: baseline;
    gap: 1px;
}

.product-card .price-wrapper .price-unit-measurement span {
    color: #666666;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}

@media screen and (min-width: 800px) {
    .product-card .price-wrapper .price-unit-measurement span {
        font-size: 12px;
    }
}

.product-card .price-wrapper .product-badge {
    margin-bottom: 16px;
    width: fit-content;
}

@media screen and (min-width: 800px) {
    .product-card:not(:has(.price-unit-measurement)) .price-wrapper {
        margin-bottom: 18px;
    }
}

.product-card .price-wrapper .product-badge.product-badge-set {
    color: var(--color-price-badges-label);
    background: var(--color-price-badges);
    line-height: 16px;
    font-size: 10px;
    font-weight: 500;
}

.product-card .price-wrapper:has(.product-badge-set) {
    display: flex;
    flex-direction: column;
}

.price-unit-reviews-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 6px;
    flex-wrap: wrap;
    gap: 4px;
}

.price-reviews-container--top {
    display: none;
}

.price-reviews-container--bottom {
    display: block;
}

@media screen and (min-width: 800px) {
    .price-reviews-container--top {
        display: block;
        margin-bottom: 12px;
    }

    .price-reviews-container--bottom {
        display: none;
    }
}

.product-card-review {
    display: flex;
    gap: 2px;
    align-items: center;
}

.product-card-review:hover {
    cursor: pointer;
}

.product-card-review[data-show="false"] {
    opacity: 0;
}

.product-card-review__rating,
.product-card-review__rating-count {
    color: #666666;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.product-card-review__rating-count {
    display: flex;
    gap: 1px;
    margin-left: 2px;
}

.product-card-review__stars {
    display: flex;
    gap: 0px;
}

.product-card-review__stars svg[data-state="full"] [data-half],
.product-card-review__stars svg[data-state="full"] [data-empty] {
    display: none;
}

.product-card-review__stars svg[data-state="empty"] [data-half],
.product-card-review__stars svg[data-state="empty"] [data-full] {
    display: none;
}

.product-card-review__stars svg[data-state="half"] [data-empty],
.product-card-review__stars svg[data-state="half"] [data-full] {
    display: none;
}

.product-title-container .product-card-review__star {
    width: 14px;
    height: 13px;
}

@media screen and (min-width: 800px) {
    .product-card--large {
        display: flex;
        flex-direction: row;
    }
    .product-card--large .product-featured-image {
        width: 50%;
    }
    .product-card--large .product-featured-image .product-featured-image-link {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .product-card--large .product-card-info {
        padding: 64px;
        justify-content: center;
    }
    .product-card-review__star {
        width: 14px;
        height: 13px;
    }

    .product-card-review__rating,
    .product-card-review__rating-count {
        font-size: 12px;
    }

    .product-card-review {
        gap: 4px;
    }
}

div > .product-card .price-wrapper:not(:has(.product-badge-set)) {
    margin-top: 42px;
}

.product-card .price-wrapper:has(.product-badge-set) {
    display: flex;
}

.product-card .price-wrapper .product-badge-save {
    color: var(--color-price-discounted-badge-label);
    background: var(--color-price-discounted-badge);
    line-height: 16px;
}

.product-card-quick-add-variants-background,
.product-card-quick-add-variants-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    height: 100vh;
    width: 100vw;
    background-color: #00000054;
}

.product-card-quick-add-variants-wrapper {
    bottom: 0;
    top: unset;
    height: fit-content;
    z-index: 101;
    background-color: white;
    padding: 20px 14px 20px 14px;
    border-radius: var(--block-border-radius, 16px)
        var(--block-border-radius, 16px) 0px 0px;
}

.product-card-quick-add-variants-container .product-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 20px;
}

.product-card-quick-add-variants-container .product-form-button-discount {
    padding: 6px 9px;
}

.product-card
    .product-card-quick-add-variants-container
    .price-wrapper
    .price-container
    span,
.product-card
    .product-card-quick-add-variants-container
    .price-wrapper
    .price-container
    s {
    font-size: 20px;
    white-space: nowrap;
}

.product-card-quick-add-variants-container .price-wrapper {
    display: flex;
    align-items: baseline;
    gap: 12px;
}

.product-card-quick-add-variants-container .price-unit-measurement {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.product-card-quick-add-variants-container .price-seperator {
    background-color: #e4e4e4;
    height: 18px;
    width: 1px;
    display: block !important;
}

.product-card
    .product-card-quick-add-variants-container
    .price-unit-measurement
    span {
    color: #8a8a8a;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.product-card
    .product-card-quick-add-variants-container
    .price-unit-measurement-divider {
    display: none;
}

.product-card-quick-add-variants-container .product-card--add-to-cart-button {
    height: 46px;
    font-size: 16px;
}

.product-card-quick-add-variants-link {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    text-align: center;
    text-decoration: underline;
    margin-top: 16px;
    display: block;
}

.product-card-quick-add-variants-container .close-wrapper {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 12px;
    width: 100%;
    padding-right: 12px;
}

.product-card-quick-add-variants-container .close-wrapper:hover {
    cursor: pointer;
}

.product-card-quick-add-variants-price-container [data-show="false"] {
    display: none;
}

product-card-quick-add-variants[data-show="false"] {
    display: none;
}

.product-card-quick-add-variants-big-image {
    display: none;
}

.product-card-quick-add-variants-big-image {
    border-radius: var(--block-border-radius, 16px);
    margin-bottom: 40px;
}

@media screen and (min-width: 800px) {
    .column--featured-product {
        grid-column: span 4;
    }
    .promotion-column-width--large {
        min-height: 500px;
    }
    .product-card .price-wrapper .product-badge.product-badge-set {
        font-size: 12px;
    }
    .product-card-quick-add-variants-wrapper {
        bottom: unset;
        right: 0;
        top: 0;
        height: 100vh;
        left: unset;
        width: 410px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 32px;
        border-radius: var(--block-border-radius, 16px) 0px 0px
            var(--block-border-radius, 16px);
    }

    .product-card-quick-add-variants-wrapper .close-wrapper {
        position: absolute;
        top: 32px;
        right: 0px;
    }
}

.product-card-quick-add-variants-big-image[data-show="true"] {
    display: block;
}

.product-card .price-unit-measurement .product-badge {
    display: none;
}

.product-card .price-container-discounted .product-badge-save {
    display: none;
}
