.product-wrapper {
    max-width: 565px;
    width: 100%;
    margin-bottom: 50px;
    position: relative;

    --line: #f7f7f7;
    --brand-pink: #c22026;
    --white: #fff;
}

@media (max-width: 1024px) {
    .product-wrapper {
        margin-bottom: 30px;
    }
}


.product-wrapper .label-product {
    z-index: 10;
}

/*div,
span,
a,
img {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}*/

.product-wrapper a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

.product-wrapper a:active,
.product-wrapper a:hover {
    outline: 0;
    text-decoration: none;
}

.product-wrapper img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

.product-wrapper button {
    line-height: normal;
    text-transform: none;
    -webkit-appearance: button;
    cursor: pointer;
    font-size: 100%;
    margin: 0;
    vertical-align: middle;
    color: #222;

    padding: 0;
    border: 0;
    background-color: transparent;
    border-radius: 0;
    -webkit-tap-highlight-color: transparent;
    font-family: inherit;
}

/*button[disabled] {
    cursor: default;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

a {
    color: inherit;
}*/

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box;
}

.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

@media (max-width: 997px) {
    .swiper-pagination {
        border-radius: 100px;
        background-color: rgba(0, 0, 0, 0.12);
        padding-top: 12px;
        padding-bottom: 8px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    .swiper-pagination {
        border-radius: 0;
        background-color: transparent;
        padding: 0;
    }
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

/**,
*:before,
*:after {
    box-sizing: inherit;
}

img {
    image-rendering: crisp-edges;
    image-rendering: -webkit-optimize-contrast;
}*/

.img-cover {
    display: block;
    overflow: hidden;
}

.img-cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
    object-fit: scale-down;
}

.product-swiper .swiper-arrow {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
}

.product-swiper .swiper-arrow.swiper-button-disabled {
    opacity: 0.5;
}

.product-swiper .swiper-arrow.next {
    right: 5px;
}


.product-swiper .swiper-arrow.prev {
    left: 5px;
}

.swiper-arrow {
    position: relative;
    width: 48px;
    height: 48px;
    z-index: 1;
    transition: opacity .3s;
}

@media (hover: hover) and (pointer: fine) {
    .swiper-arrow.prev:hover::before {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
}

.swiper-arrow.prev:active::before {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}

@media (max-width: 1200px) {
    .swiper-arrow.prev:active::before {
        -webkit-transform: translate3d(-8px, 0, 0);
        transform: translate3d(-8px, 0, 0);
    }
}

@media (hover: hover) and (pointer: fine) {
    .swiper-arrow.next:hover::before {
        -webkit-transform: rotate(180deg) translate3d(-5px, 0, 0);
        transform: rotate(180deg) translate3d(-5px, 0, 0);
    }
}

.swiper-arrow.next:active::before {
    -webkit-transform: rotate(180deg) translate3d(-10px, 0, 0);
    transform: rotate(180deg) translate3d(-10px, 0, 0);
}

@media (max-width: 1200px) {
    .swiper-arrow.next:active::before {
        -webkit-transform: rotate(180deg) translate3d(-8px, 0, 0);
        transform: rotate(180deg) translate3d(-8px, 0, 0);
    }
}

.swiper-arrow.next::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.swiper-arrow::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26 18L20 24L26 30' stroke='%23223080' stroke-width='2.5' stroke-linecap='round' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--white);
    box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0.08);
    border-radius: 100%;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.product-swiper {
    height: 448px;
    border-radius: 12px;
    border: 1px solid var(--line);
    background-color: var(--white);
}

@media (max-width: 1200px) {
    .product-swiper {
        height: 356px;
    }
}

@media (max-width: 997px) {
    .product-swiper {
        height: 480px;
    }
}

@media (max-width: 767px) {
    .product-swiper {
        height: 430px;
    }
}

@media (max-width: 450px) {
    .product-swiper {
        height: 324px;
    }
}

.product-thumbs-wrapper {
    position: relative;
}

.product-thumbs-wrapper .swiper-arrow {
    width: 32px;
    height: 32px;
    top: 50%;
    position: absolute;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.product-thumbs-wrapper .swiper-arrow.next {
    right: -15px;
}

@media (max-width: 450px) {
    .product-thumbs-wrapper .swiper-arrow.next {
        right: -10px;
    }
}

.product-thumbs-wrapper .swiper-arrow.prev {
    left: -15px;
}

@media (max-width: 450px) {
    .product-thumbs-wrapper .swiper-arrow.prev {
        left: -10px;
    }
}

.product-img {
    height: 100%;
    width: 100%;
}

.product-thumbs {
    margin-top: 24px;
}

@media (max-width: 1200px) {
    .product-thumbs {
        margin-top: 16px;
    }
}

@media (max-width: 997px) {
    .product-thumbs {
        margin-top: 24px;
    }
}

@media (max-width: 767px) {
    .product-thumbs {
        margin-top: 20px;
    }
}

@media (max-width: 450px) {
    .product-thumbs {
        margin-top: 16px;
    }
}

.product-thumbs .swiper-slide {
    width: 100px;
    height: 100px;
    margin-right: 16px;
    border: 2px solid var(--line);
    background-color: var(--white);
    transition: border-color 0.3s;
    border-radius: 12px;
    overflow: hidden;
}

@media (max-width: 1200px) {
    .product-thumbs .swiper-slide {
        width: 80px;
        height: 80px;
        margin-right: 12px;
    }
}

@media (max-width: 997px) {
    .product-thumbs .swiper-slide {
        width: 104px;
        height: 104px;
        margin-right: 16px;
    }
}

@media (max-width: 767px) {
    .product-thumbs .swiper-slide {
        width: 96px;
        height: 96px;
    }
}

@media (max-width: 450px) {
    .product-thumbs .swiper-slide {
        width: 72px;
        height: 72px;
        margin-right: 12px;
    }
}

.product-thumbs .swiper-slide.active {
    border-color: var(--brand-pink);
}

.product-thumbs .swiper-slide:last-child {
    margin-right: 0;
}