#cmsinfo_block {
    background: #e2e2e2;
}

/* Hetty Rose Patch color palette from the old shop. */
:root,
[data-bs-theme="light"] {
    --hetty-primary: #f9959f;
    --hetty-primary-rgb: 249, 149, 159;
    --hetty-primary-soft: #f9d1d2;
    --hetty-primary-dark: #9f0918;
    --hetty-primary-dark-rgb: 159, 9, 24;
    --hetty-gold: #eac12d;

    --bs-primary: var(--hetty-primary);
    --bs-primary-rgb: var(--hetty-primary-rgb);
    --bs-primary-text-emphasis: var(--hetty-primary-dark);
    --bs-primary-bg-subtle: var(--hetty-primary-soft);
    --bs-primary-border-subtle: var(--hetty-primary);
    --bs-link-color: var(--hetty-primary-dark);
    --bs-link-color-rgb: var(--hetty-primary-dark-rgb);
    --bs-link-hover-color: #7d0613;
    --bs-link-hover-color-rgb: 125, 6, 19;
    --bs-focus-ring-color: rgba(var(--hetty-primary-rgb), 0.35);
}

.btn-primary {
    --bs-btn-color: #191919;
    --bs-btn-bg: var(--hetty-primary);
    --bs-btn-border-color: var(--hetty-primary);
    --bs-btn-hover-color: #191919;
    --bs-btn-hover-bg: var(--hetty-primary-soft);
    --bs-btn-hover-border-color: var(--hetty-primary);
    --bs-btn-focus-shadow-rgb: var(--hetty-primary-rgb);
    --bs-btn-active-color: #191919;
    --bs-btn-active-bg: #f27d89;
    --bs-btn-active-border-color: #f27d89;
    --bs-btn-disabled-color: #191919;
    --bs-btn-disabled-bg: var(--hetty-primary);
    --bs-btn-disabled-border-color: var(--hetty-primary);
}

.btn-outline-primary {
    --bs-btn-color: var(--hetty-primary-dark);
    --bs-btn-border-color: var(--hetty-primary);
    --bs-btn-hover-color: #191919;
    --bs-btn-hover-bg: var(--hetty-primary);
    --bs-btn-hover-border-color: var(--hetty-primary);
    --bs-btn-focus-shadow-rgb: var(--hetty-primary-rgb);
    --bs-btn-active-color: #191919;
    --bs-btn-active-bg: var(--hetty-primary);
    --bs-btn-active-border-color: var(--hetty-primary);
    --bs-btn-disabled-color: var(--hetty-primary-dark);
    --bs-btn-disabled-border-color: var(--hetty-primary);
}

.text-primary,
.link-primary {
    color: var(--hetty-primary-dark) !important;
}

.bg-primary,
.text-bg-primary,
.badge.text-bg-primary {
    color: #191919 !important;
    background-color: var(--hetty-primary) !important;
}

.border-primary {
    border-color: var(--hetty-primary) !important;
}

.form-check-input:checked {
    background-color: var(--hetty-primary);
    border-color: var(--hetty-primary);
}

.form-control:focus,
.form-select:focus {
    border-color: var(--hetty-primary);
    box-shadow: 0 0 0 0.25rem rgba(var(--hetty-primary-rgb), 0.25);
}

.page-link {
    color: var(--hetty-primary-dark);
}

.active > .page-link,
.page-link.active {
    color: #191919;
    background-color: var(--hetty-primary);
    border-color: var(--hetty-primary);
}

.dropdown-item.active,
.dropdown-item:active,
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link,
.list-group-item.active {
    color: #191919;
    background-color: var(--hetty-primary);
    border-color: var(--hetty-primary);
}

.progress-bar {
    background-color: var(--hetty-primary);
}

.product__print {
    margin-top: 20px;
}

.product__print-button {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding-inline: 0;
    color: var(--hetty-primary-dark);
}

.product__print-button:hover,
.product__print-button:focus-visible {
    color: #7d0613;
}

.product__print-button .material-icons {
    font-size: 1.25rem;
}

.footer__main {
    color: #191919;
    background-color: var(--hetty-primary);
}

.footer__main a {
    color: #191919;
}

.footer__main a:hover,
.footer__main a:focus-visible {
    color: #ffffff;
}

.footer__main .footer-block__title,
.footer__main .footer-block__title a {
    color: #ffffff;
}

.product-miniature__tax-label {
    color: var(--bs-secondary-color);
    font-size: 0.8125rem;
    line-height: 1.2;
    white-space: nowrap;
}

.product-miniature__title,
.product-miniature__title:hover,
.product-miniature__title:focus-visible {
    color: #191919;
}

#left-column .ps-newproducts {
    margin-block: 2rem;
}

#left-column .ps-newproducts .module-products.container {
    max-width: none;
    padding-inline: 0;
}

#left-column .ps-newproducts .section-title {
    margin-block-end: 1rem;
    font-size: 1.125rem;
    line-height: 1.25;
}

#left-column .ps-newproducts .products {
    display: grid;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0.875rem;
}

#left-column .ps-newproducts .product-miniature {
    margin: 0;
}

#left-column .ps-newproducts .product-miniature__inner {
    display: grid;
    grid-template-columns: 4rem minmax(0, 1fr);
    gap: 0.75rem;
    align-items: start;
    padding-block-end: 0.875rem;
    border-bottom: 1px solid var(--bs-border-color);
}

#left-column .ps-newproducts .product-miniature__top,
#left-column .ps-newproducts .product-miniature__bottom,
#left-column .ps-newproducts .product-miniature__infos,
#left-column .ps-newproducts .product-miniature__prices {
    min-width: 0;
}

#left-column .ps-newproducts .product-miniature__image-container,
#left-column .ps-newproducts .product-miniature__image-link,
#left-column .ps-newproducts .product-miniature__image {
    width: 4rem;
}

#left-column .ps-newproducts .product-miniature__image-link {
    display: block;
    aspect-ratio: 1;
}

#left-column .ps-newproducts .product-miniature__image {
    height: 4rem;
    object-fit: cover;
}

#left-column .ps-newproducts .product-flags,
#left-column .ps-newproducts .product-miniature__quickview-button,
#left-column .ps-newproducts .product-miniature__quickview-touch,
#left-column .ps-newproducts .product-miniature__actions,
#left-column .ps-newproducts .product-miniature__variants,
#left-column .ps-newproducts .product-miniature__discount-price {
    display: none !important;
}

#left-column .ps-newproducts .product-miniature__title {
    display: -webkit-box;
    overflow: hidden;
    color: #191919;
    font-size: 0.875rem;
    line-height: 1.25;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#left-column .ps-newproducts .product-miniature__price {
    margin-block-start: 0.25rem;
    color: var(--bs-body-color);
    font-size: 0.95rem;
    font-weight: 600;
}

#left-column .ps-newproducts .module-products__buttons {
    justify-content: stretch;
    margin-block-start: 1rem;
}

#left-column .ps-newproducts .module-products__buttons .btn {
    justify-content: center;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
}

#left-column .ps-specials {
    margin-block: 2rem;
}

#left-column .ps-specials .module-products.container {
    max-width: none;
    padding-inline: 0;
}

#left-column .ps-specials .section-title {
    margin-block-end: 1rem;
    padding: 1rem 1.25rem;
    border-top: 0.4rem solid #333333;
    color: #555555;
    background-color: #f7f7f7;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

#left-column .ps-specials .products {
    display: block !important;
}

#left-column .ps-specials .product-miniature:nth-child(n+2) {
    display: none;
}

#left-column .ps-specials .product-miniature__inner {
    display: grid;
    grid-template-columns: 6.25rem minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
}

#left-column .ps-specials .product-miniature__top {
    position: relative;
}

#left-column .ps-specials .product-miniature__image-container,
#left-column .ps-specials .product-miniature__image-link,
#left-column .ps-specials .product-miniature__image {
    width: 6.25rem;
}

#left-column .ps-specials .product-miniature__image-link {
    display: block;
    aspect-ratio: 1;
}

#left-column .ps-specials .product-miniature__image {
    height: 6.25rem;
    object-fit: cover;
}

#left-column .ps-specials .product-flags {
    position: absolute;
    right: 0.25rem;
    bottom: 0.25rem;
    display: flex;
    margin: 0;
    padding: 0;
}

#left-column .ps-specials .product-flags .on-sale {
    display: none;
}

#left-column .ps-specials .product-flags .discount {
    color: #ffffff;
    background-color: var(--bs-danger);
    font-size: 0.875rem;
}

#left-column .ps-specials .product-miniature__quickview-button,
#left-column .ps-specials .product-miniature__quickview-touch,
#left-column .ps-specials .product-miniature__actions,
#left-column .ps-specials .product-miniature__variants,
#left-column .ps-specials .product-list-review {
    display: none !important;
}

#left-column .ps-specials .product-miniature__title {
    display: block;
    margin-block-end: 0.5rem;
    color: var(--bs-body-color);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25;
}

#left-column .ps-specials .product-miniature__prices {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem 0.5rem;
    align-items: baseline;
}

#left-column .ps-specials .product-miniature__price {
    color: var(--hetty-primary-dark);
    font-size: 1rem;
    font-weight: 600;
}

#left-column .ps-specials .product-miniature__regular-price {
    color: var(--bs-secondary-color);
    text-decoration: line-through;
}

#left-column .ps-specials .aeuc_unit_price_label {
    display: none !important;
}

#left-column .ps-specials .module-products__buttons {
    justify-content: flex-start;
    margin-block-start: 1.5rem;
    padding-block-start: 1.5rem;
    border-top: 1px solid var(--bs-border-color);
}

#left-column .ps-specials .module-products__buttons .btn {
    color: #ffffff;
    border-color: #777777;
    background-color: #777777;
    font-weight: 700;
}

#left-column .ps-specials .module-products__buttons .btn:hover,
#left-column .ps-specials .module-products__buttons .btn:focus-visible {
    color: #ffffff;
    border-color: var(--hetty-primary-dark);
    background-color: var(--hetty-primary-dark);
}

#left-column .ps-viewedproduct {
    margin-block: 2rem;
}

#left-column .ps-viewedproduct .module-products.container {
    max-width: none;
    padding-inline: 0;
}

#left-column .ps-viewedproduct .section-title {
    margin-block-end: 1rem;
    font-size: 1.125rem;
    line-height: 1.25;
}

#left-column .ps-viewedproduct .products {
    display: grid;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0;
}

#left-column .ps-viewedproduct .product-miniature {
    margin: 0;
}

#left-column .ps-viewedproduct .product-miniature__inner {
    display: grid;
    grid-template-columns: 4rem minmax(0, 1fr);
    gap: 0.75rem;
    align-items: start;
    padding-block: 0.875rem;
    border-bottom: 1px dotted var(--bs-border-color);
}

#left-column .ps-viewedproduct .product-miniature__top,
#left-column .ps-viewedproduct .product-miniature__bottom,
#left-column .ps-viewedproduct .product-miniature__infos,
#left-column .ps-viewedproduct .product-miniature__prices {
    min-width: 0;
}

#left-column .ps-viewedproduct .product-miniature__image-container,
#left-column .ps-viewedproduct .product-miniature__image-link,
#left-column .ps-viewedproduct .product-miniature__image {
    width: 4rem;
}

#left-column .ps-viewedproduct .product-miniature__image-link {
    display: block;
    aspect-ratio: 1;
}

#left-column .ps-viewedproduct .product-miniature__image {
    height: 4rem;
    object-fit: cover;
}

#left-column .ps-viewedproduct .product-flags,
#left-column .ps-viewedproduct .product-miniature__quickview-button,
#left-column .ps-viewedproduct .product-miniature__quickview-touch,
#left-column .ps-viewedproduct .product-miniature__actions,
#left-column .ps-viewedproduct .product-miniature__variants,
#left-column .ps-viewedproduct .product-miniature__discount-price,
#left-column .ps-viewedproduct .product-list-review {
    display: none !important;
}

#left-column .ps-viewedproduct .product-miniature__title {
    display: -webkit-box;
    overflow: hidden;
    color: var(--bs-body-color);
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.25;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#left-column .ps-viewedproduct .product-miniature__price {
    margin-block-start: 0.25rem;
    color: var(--bs-secondary-color);
    font-size: 0.875rem;
    font-weight: 600;
}

@media (min-width: 1200px) {
    .ps-mainmenu__desktop .ps-mainmenu__tree {
        justify-content: center;
        gap: 0 0.75rem;
        width: 100%;
    }

    .ps-mainmenu__desktop .ps-mainmenu__tree > li {
        min-height: 3rem;
    }

    .ps-mainmenu__desktop .ps-mainmenu__tree-link {
        padding: 0.875rem 0.125rem;
        font-size: 0.95rem;
        font-weight: 500;
        line-height: 1.2;
        letter-spacing: 0;
        white-space: nowrap;
    }

    .ps-mainmenu__desktop .ps-mainmenu__tree-dropdown-toggle {
        min-width: 1.25rem;
        padding: 0.875rem 0;
    }

    .ps-mainmenu__desktop .submenu:not(:has(.submenu__left-item[data-ps-has-child="true"])) .submenu__right {
        display: none;
    }

    .ps-mainmenu__desktop .submenu:not(:has(.submenu__left-item[data-ps-has-child="true"])) .submenu__row {
        display: block;
    }

    .ps-mainmenu__desktop .submenu:not(:has(.submenu__left-item[data-ps-has-child="true"])) .submenu__left {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
        gap: 0.5rem 0.75rem;
        width: 100%;
        max-width: none;
        padding-block: 1.25rem;
        border-right: 0;
        max-height: calc(100vh - 9rem);
        overflow-y: auto;
    }

    .ps-mainmenu__desktop .submenu:not(:has(.submenu__left-item[data-ps-has-child="true"])) .submenu__left-item {
        min-height: 3rem;
        padding: 0.75rem 1rem;
        line-height: 1.25;
        background-color: var(--bs-tertiary-bg);
    }

    .ps-mainmenu__desktop .submenu:not(:has(.submenu__left-item[data-ps-has-child="true"])) .submenu__left-item:hover,
    .ps-mainmenu__desktop .submenu:not(:has(.submenu__left-item[data-ps-has-child="true"])) .submenu__left-item:focus,
    .ps-mainmenu__desktop .submenu:not(:has(.submenu__left-item[data-ps-has-child="true"])) .submenu__left-item.active,
    .ps-mainmenu__desktop .submenu:not(:has(.submenu__left-item[data-ps-has-child="true"])) .submenu__left-item[aria-selected="true"] {
        color: var(--hetty-primary-dark);
        background-color: var(--hetty-primary-soft);
    }
}

@media print {
    .no-print {
        display: none !important;
    }
}
