@import "./group-hover.css";
@import "./home-banners.css";
@import "./ad-banner.css";
@import "./read-only.css";

.pe-7 {
    padding-right: 4rem;
}
.empty\:hide:empty{
    display: none;
}
.empty\:m-0:empty{
    margin: 0;
}
.d-contents{
    display: contents;
}
.display-7 {
    font-size: 2.5rem;
    font-weight: 300;
}
.display-8 {
    font-size: 2rem;
    font-weight: 300;
}
.display-9 {
    font-size: 1.75rem;
    font-weight: 300;
}
.display-10 {
    font-size: 1.5rem;
    font-weight: 300;
}
.display-11 {
    font-size: 1.25rem;
    font-weight: 300;
}
.display-12 {
    font-size: 1rem;
    font-weight: 300;
}
.display-13 {
    font-size: 0.875rem;
    font-weight: 300;
}
.display-14 {
    font-size: 0.75rem;
    font-weight: 300;
}
.display-15 {
    font-size: 0.625rem;
    font-weight: 300;
}

.scrollable-to{
    scroll-margin-top: 170px;
}

/* Responsive scaling */
@media (min-width: 576px) {
    .display-7 { font-size: 2.75rem; }
    .display-8 { font-size: 2.25rem; }
    .display-9 { font-size: 2rem; }
    .display-10 { font-size: 1.75rem; }
    .display-11 { font-size: 1.5rem; }
    .display-12 { font-size: 1.25rem; }
    .display-13 { font-size: 1.125rem; }
    .display-14 { font-size: 1rem; }
    .display-15 { font-size: 0.875rem; }
}

@media (min-width: 768px) {
    .display-7 { font-size: 3rem; }
    .display-8 { font-size: 2.5rem; }
    .display-9 { font-size: 2.25rem; }
    .display-10 { font-size: 2rem; }
    .display-11 { font-size: 1.75rem; }
    .display-12 { font-size: 1.5rem; }
    .display-13 { font-size: 1.25rem; }
    .display-14 { font-size: 1.125rem; }
    .display-15 { font-size: 1rem; }
}

@media (min-width: 992px) {
    .display-7 { font-size: 3.5rem; }
    .display-8 { font-size: 3rem; }
    .display-9 { font-size: 2.75rem; }
    .display-10 { font-size: 2.5rem; }
    .display-11 { font-size: 2rem; }
    .display-12 { font-size: 1.75rem; }
    .display-13 { font-size: 1.5rem; }
    .display-14 { font-size: 1.25rem; }
    .display-15 { font-size: 1.125rem; }
}

@media (min-width: 1200px) {
    .display-7 { font-size: 4rem; }
    .display-8 { font-size: 3.5rem; }
    .display-9 { font-size: 3rem; }
    .display-10 { font-size: 2.75rem; }
    .display-11 { font-size: 2.25rem; }
    .display-12 { font-size: 2rem; }
    .display-13 { font-size: 1.75rem; }
    .display-14 { font-size: 1.5rem; }
    .display-15 { font-size: 1.25rem; }
}

[dir=rtl] .alert i[class^="ci-chevron-"]
{
    scale: -1;
}

img.logo{
    min-height: 40px;
    max-height: 100px;
}

img.tax-logo{
    height: 100px;
    width: auto;
}

.spin{
    animation: spin 3s infinite linear;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#loading-overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsl(219.23deg 15.85% 32.16% / 27.06%);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(5px) brightness(0.8) grayscale(0.4);
    color: white;
}

#loading-overlay > i{
    text-shadow: 0 0 5px #088ea6, 0 0 5px #084ea6, 0 0 5px #088ea6, 0 0 5px #084da6;
    animation: spin 3s infinite linear;
    font-size: 3.5em;
}

.payments-icons img{
    width: 60px;
    height: 40px;
    object-fit: contain;
    object-position: center;
}

.swiper-images img{
    object-fit: cover;
    object-position: center;
}

div.featured-icon-container{
    width: 82px;
    height: 82px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

img.featured-icon{
    width: 52px;
    height: 52px;
    border-radius: 15px;
    object-fit: contain;
    object-position: center;
}

.product-banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.product-card img{
    object-fit: cover;
    object-position: center;
}

.product-badges{
    position: absolute;
    top: -50px;
    left: 0;
    padding: 0.75rem;
    display: flex;
    align-items: end;
}

.product-badges.badges-align-right{
    /*right:0;*/
    /*left: auto;*/
    direction: rtl;
    right: 0;
}
.product-badges.badges-w-100{
    width: 100%;
    left: 0;
    right: 0;
}

.product-badges .product-badge-item{
    position: absolute;
    background-color: #000000;
    color: #ffffff;
    padding: 0.125rem 0.25rem;
    font-size: 12px;
    font-weight: 300;
    width: max-content;
    border-radius: 0.5rem / 1rem;
}
.product-badges .product-badge-item.badge-align-right {
    right:0.5rem;
    left:auto;
}
.product-badges .product-badge-item.badge-align-left {
    left:0.5rem;
    right:auto;
}

img.img-product-option{
    width: 50px;
    height: 50px;
    object-fit: contain;
}


.product-gallery-slider.swiper-slide{
    border-radius: var(--cz-border-radius-2xl);
    overflow: hidden;
}

.product-gallery-slider.swiper-slide .slide-image-container{
    position: relative;
    isolation: isolate;
}

.product-gallery-slider.swiper-slide .slide-image-container img:not([data-zoom]){
    z-index:-1;
    position: absolute;
    inset:0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 0.5rem;
    filter: blur(14px) saturate(1.5) contrast(0.7);
    opacity: 0.8;
}

.product-gallery-slider.swiper-slide .slide-image-container img[data-zoom]{
    object-fit: contain;
    object-position: center;
}

img.img-contain-wh100{
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
}
img.img-cover-wh100{
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.choices__list.choices__list--single{
    min-height: 21px;
}
.hidden-until-ready{
    display: none !important;
}

.disable-until-ready{
    opacity: 0.5 !important;
    user-select: none !important;
    pointer-events: none !important;
}

img.img-blog-thumb{
    width: 140px;
    height: 140px;
    object-fit: cover;
    object-position: center;
}

[data-auto-scale="true"]{
    transition: opacity 0.15s linear;
    padding: 0.5rem 1rem 1.5rem;
    opacity: 1;
    max-width: 100%;
    max-height: 100%;
    font-size: 2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mobile-brand{
    display: flex;
    width: 100%;
    justify-content: center;
    padding-inline-start: 17.5px;
}

/**PRINT ONLY SECTION**/

.d-print-block{
    display: none !important;
}

@media print {
    @page {
        size: portrait;
    }
    .d-print-none{
        display: none !important;
    }
    .d-print-block{
        display: block !important;
    }
    .w-print-100{
        width: 100% !important;
    }
    .page-print-break-after {
        page-break-after: always;
    }
}
.apple-pay-button {
    -webkit-appearance: -apple-pay-button;
    appearance: -apple-pay-button;
    display: inline-block;
    width: 200px;
    height: 44px;
    background-color: black;
    background-image: -webkit-named-image(apple-pay-logo-white);
    background-size: 100% 60%;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}