.section-capa-bg::before, .section-capa-bg::after {
    content: "";
    position: absolute;
    width: 100%;
    height: auto;
    aspect-ratio: 280/1140;
    top: 0;
    left: 0;
    background: #fff;
}

.section-capa-bg::after {
    background: rgb(var(--kp-vermelho));
    transform: scaleX(-1);
    right: 102% !important;
    left: unset !important;
}

    .clip-gallery {
        clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%, 0 38%);
    }

.produto-detalhe-img, .product-color-img, .color-option {
    aspect-ratio: 5.4/3.7;
}

.produto-info-bg-dark::before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 200%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: rgba(94, 94, 93, 1);
}

.color-option {
    width: 100px;
    border: 1px solid var(--border-color, transparent)
}

    .color-option.active {
        --border-color: rgb(var(--kp-vermelho));
        cursor: inherit;
    }

@media screen and (min-width: 992px) {
    .section-capa-bg::before, .section-capa-bg::after {
        width: auto;
        height: 100%;
        left: -100px;
        aspect-ratio: 2166/532;
    }

    .section-capa-bg::after {
        right: 110% !important;
    }

    .clip-gallery {
        /*clip-path: polygon(19% 0, 100% 0, 100% 100%, 0 100%, 0 18%);*/
        clip-path: none;
    }

    .produto-info-bg-dark::before {
        left: unset;
        transform: translateX(0) translateY(-50%);
        top: 50%;
        right: 0;
    }
   
}

@media screen and (min-width: 1100px) {
    .section-capa-bg::after {
        right: 102% !important;
    }
}
@media screen and (min-width: 1400px) {
    .section-capa-bg::before {
        left: 0;
    }
}