.product-images-modal .modal-dialog {
--asc-bok: min(1140px, 94vw, calc(100vh - 3rem));
    width: var(--asc-bok);
    max-width: var(--asc-bok);
    margin-inline: auto;
}
.product-images-modal .modal-header {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    padding: .5rem;
    border: 0;
    background: none;
}
.product-images-modal .modal-content {
    width: 100%;
    padding: 6px;              
    border-radius: 10px;
    background: #fff;
}
.product-images-modal .modal-body,
.product-images-modal__body {
    padding: 0;
}
.product-images-modal .carousel,
.product-images-modal .carousel-inner,
.product-images-modal .carousel-item {
    aspect-ratio: 1 / 1;
}
.product-images-modal .carousel-item img,
.product-images-modal__carousel img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: contain;
    display: block;
    border-radius: 6px;
}
.product__manufacturer {
    display: none !important;
}
.details__item--manufacturer {
    display: none !important;
}
.page-product .product__prices {
margin-top: .75rem;
}
.afl-overlay {
    position: fixed;
    inset: 0;
    z-index: 2000;              
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    padding: clamp(.75rem, 3vw, 2.5rem);
    background: rgb(0 0 0 / 82%);
}
.afl-overlay[hidden] {
    display: none;
}
body.afl-open {
    overflow: hidden;
}
.afl-figure {
    margin: 0;
    max-width: 100%;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5rem;
}
.afl-image {
    display: block;
max-width: 100%;
    max-height: calc(100vh - 7rem);
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: var(--bs-border-radius, 10px);
    background: #fff;
}
.afl-caption {
    margin: 0;
    color: #fff;
    font-size: .875rem;
    text-align: center;
    text-wrap: balance;
}
.afl-close,
.afl-nav {
    flex: 0 0 auto;
width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgb(255 255 255 / 12%);
    color: #fff;
    cursor: pointer;
    position: relative;
}
.afl-close:hover,
.afl-nav:hover {
    background: rgb(255 255 255 / 24%);
}
.afl-close:focus-visible,
.afl-nav:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
}
.afl-close {
    position: absolute;
    top: clamp(.5rem, 2vw, 1.25rem);
    right: clamp(.5rem, 2vw, 1.25rem);
}
.afl-close::before,
.afl-close::after {
    content: "";
    position: absolute;
    inset: 50% auto auto 50%;
    width: 16px;
    height: 2px;
    background: currentcolor;
    translate: -50% -50%;
}
.afl-close::before { rotate: 45deg; }
.afl-close::after { rotate: -45deg; }
.afl-nav::before {
    content: "";
    position: absolute;
    inset: 50% auto auto 50%;
    width: 11px;
    height: 11px;
    border-top: 2px solid currentcolor;
    border-right: 2px solid currentcolor;
    translate: -50% -50%;
}
.afl-nav--prev::before { rotate: -135deg; margin-left: 2px; }
.afl-nav--next::before { rotate: 45deg; margin-left: -2px; }
.afl-nav[hidden] { display: none; }
.afl-counter {
    position: absolute;
    bottom: clamp(.5rem, 2vw, 1.25rem);
    left: 50%;
    translate: -50% 0;
    margin: 0;
    color: rgb(255 255 255 / 78%);
    font-size: .8125rem;
    font-variant-numeric: tabular-nums;
}
@media (max-width: 575px) {
    .afl-overlay {
        flex-wrap: wrap;
        align-content: center;
    }
.afl-figure {
        order: 1;
        flex: 1 0 100%;
    }
.afl-nav { order: 2; }
    .afl-image { max-height: calc(100vh - 11rem); }
}
@keyframes abf-badge-pop {
    0%   { transform: scale(1); }
    45%  { transform: scale(1.3); }
    100% { transform: scale(1); }
}
.abf-badge-pop {
animation: abf-badge-pop .34s cubic-bezier(.34, 1.56, .64, 1) both;
}
@media (prefers-reduced-motion: reduce) {
    .abf-badge-pop {
        animation: none;
    }
}
.abf-confetti {
    position: fixed;
    inset: 0;
    z-index: 2000;              
    pointer-events: none;
}
html:has(.js-sticky-header :is(input, textarea):focus) {
    scroll-padding-top: 0 !important;
}
.blockreassurance svg [id="color"],
.blockreassurance_product svg [id="color"],
#block-reassurance svg [id="color"] {
    opacity: 1;
}
.product-miniature__variants:has(> a:only-child) {
    display: none;
}
.product__prices-inline .product__price {
    line-height: round(up, 1lh, 1px);
}
.product__variants:has(option:nth-child(2), [role="radiogroup"] > :nth-child(2)) {
    padding: .875rem 1rem;
    background: var(--bs-tertiary-bg);
    border-radius: var(--bs-border-radius, .5rem);
}
[data-abf-zoom] .js-product-carousel:has(.product__zoom) .carousel-item img {
    cursor: zoom-in;
}
[data-abf-zoom] .modal .js-product-carousel .carousel-item img {
    cursor: auto;
}
