.sumee-page,
.fix-menu-bg,
.fix-menu-bg__image,
.product-details,
.product-details__image {
    width: 100%;
    max-width: none;
}

.fix-menu-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(28px) scale(0.92);
    transform-origin: center top;
    pointer-events: none;
    will-change: opacity, transform;
    transition: opacity 0.35s ease, transform 0.35s ease, visibility 0s linear 0.35s;
}

.fix-menu-bg.fix-menu-bg--visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    pointer-events: auto;
    transition: opacity 0.35s ease, transform 0.35s ease, visibility 0s linear 0s;
}

.header.header--fixed {
    position: relative;
    top: auto;
    left: auto;
    box-shadow: none;
    animation: none;
}

.fix-menu-bg__image,
.product-details__image {
    line-height: 0;
}

.fix-menu-bg__image picture,
.product-details__image picture {
    display: block;
    width: 100%;
}

.fix-menu-bg__image picture,
.fix-menu-bg__image img,
.product-details__image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

@media (min-width: 2560px) {
    .fix-menu-bg,
    .product-details,
    .product-details__image {
        width: 100%;
    }
}

@media (max-width: 1680px) {
    .fix-menu-bg {
        z-index: 16;
    }
}

@media (max-width: 1440px) {
    .fix-menu-bg {
        z-index: 14;
    }
}

@media (max-width: 1280px) {
    .fix-menu-bg {
        z-index: 12;
    }
}

@media (max-width: 1024px) {
    .fix-menu-bg {
        position: sticky;
        top: 0;
    }
}

@media (max-width: 768px) {
    .fix-menu-bg {
        z-index: 10;
    }
}

@media (max-width: 576px) {
    .fix-menu-bg {
        z-index: 9;
    }
}
