
@font-face {
    font-family: "adineueCHOP";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/adineuechop/adineuechop_regular.woff2") format("woff2"), url("../fonts/adineuechop/adineuechop_regular.woff") format("woff"), url("../fonts/adineuechop/adineuechop_regular.otf") format("opentype");
    font-display: swap
}
@font-face {
    font-family: "adineueCHOP";
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/adineuechop/adineuechop_bold.woff2") format("woff2"), url("../fonts/adineuechop/adineuechop_bold.woff") format("woff"), url("../fonts/adineuechop/adineuechop_bold.otf") format("opentype");
    font-display: swap
}
@font-face {
    font-family: "adineueCHOP";
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/adineuechop/adineuechop_black.woff2") format("woff2"), url("../fonts/adineuechop/adineuechop_black.woff") format("woff"), url("../fonts/adineuechop/adineuechop_black.otf") format("opentype");
    font-display: swap
}
@font-face {
    font-family: "adineueCHOP";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/adineuechop/adineuechop_light.woff2") format("woff2"), url("../fonts/adineuechop/adineuechop_light.woff") format("woff"), url("../fonts/adineuechop/adineuechop_light.otf") format("opentype");
    font-display: swap
}
/** {
    font-size: 100%;
    font-family: "adineueCHOP", "sans-serif";
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    margin: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    border: 0 none transparent;
    border-top: 0 none transparent;
    border-bottom: 0 none transparent;
    border-left: 0 none transparent;
    border-right: 0 none transparent;
    vertical-align: baseline;
    box-sizing: border-box
}
*:focus {
    outline: 0
}*/
/*
html {
    line-height: 1
}
ol,
ul {
    list-style: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
a {
    text-decoration: none
}
textarea {
    resize: none
}
caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle
}
q,
blockquote {
    quotes: none
}
q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none
}
img {
    pointer-events: none
}*/

/*
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}*/
/*
@-webkit-keyframes handanimation {
    0% {
        opacity: 0
    }
    10% {
        opacity: 1;
        left: 0
    }
    30% {
        opacity: 1;
        left: 100px
    }
    31% {
        opacity: 0
    }
}
@-moz-keyframes handanimation {
    0% {
        opacity: 0
    }
    10% {
        opacity: 1;
        left: 0
    }
    30% {
        opacity: 1;
        left: 100px
    }
    31% {
        opacity: 0
    }
}
@-ms-keyframes handanimation {
    0% {
        opacity: 0
    }
    10% {
        opacity: 1;
        left: 0
    }
    30% {
        opacity: 1;
        left: 100px
    }
    31% {
        opacity: 0
    }
}
@keyframes handanimation {
    0% {
        opacity: 0
    }
    10% {
        opacity: 1;
        left: 0
    }
    30% {
        opacity: 1;
        left: 100px
    }
    31% {
        opacity: 0
    }
}*/
.layout_1 {
    -ms-display: grid;
    display: grid;
    grid-template-columns: 0.58fr 0.42fr;
    grid-template-rows: 215px auto;
    grid-gap: 18px 0;
    grid-template-areas: "p1 t1" "p1 i1"
}
@media only screen and (max-width: 980px) {
    .layout_1 {
        grid-template-areas: "p1 p1" "i1 t1";
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(2, auto);
        grid-gap: 18px 45px
    }
}
@media only screen and (max-width: 650px) {
    .layout_1 {
        grid-template-areas: "p1" "i1" "t1";
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, auto);
        grid-gap: 18px
    }
}
.layout_1 .e1 {
    grid-area: p1
}
.layout_1 .e2 {
    grid-area: i1
}
.layout_1 .e3 {
    grid-area: t1
}
.layout_2 {
    -ms-display: grid;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto
}
@media only screen and (max-width: 650px) {
    .layout_2 {
        grid-template-columns: auto;
        grid-template-rows: repeat(3, 1fr)
    }
}/*
body {
    position: relative;
    top: 0;
    left: 0;
    overflow: overlay;
    overflow-x: hidden;
    font-size: 100%;
    font-family: "adineueCHOP", "sans-serif";
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    margin: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    border: 0 none transparent;
    border-top: 0 none transparent;
    border-bottom: 0 none transparent;
    border-left: 0 none transparent;
    border-right: 0 none transparent;
    background-color: #fff
}*/
/*body::-webkit-scrollbar {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 15px;
    height: auto;
    background-color: #000
}
body::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    background-color: #757575
}
body::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px
}
img {
    width: 100%;
    height: auto;
}*/
.pdp {
    position: relative;
    top: 0;
    left: 0;
    /*width: 100vw;*/
    height: auto;
    max-width: 1440px;
    margin-top: -30px;
    width: 100%;
    margin: 0 auto;
}
.pdp .sction0 {
    position: relative;
    top: 0;
    left: 0;
    padding-top: 80px
}
@media only screen and (max-width: 980px) {
    .pdp .sction0 {
        padding-top: 50px
    }
}
.pdp .sction0 .slide1 .slidercss {
    --size: 100vw;
    --aspect-ratio: 2.77;
    aspect-ratio: 2.77;
    width: var(--size);
    height: calc(var(--size) / var(--aspect-ratio));
    position: relative;
    top: 0;
    left: 0;
    user-select: none;
    max-width: -webkit-fill-available;
    overflow: hidden;
    --aspect-ratio: 2.05;
    max-height: 702px
}
.pdp .sction0 .slide1 .slidercss .slidercss__activator {
    display: none
}
.pdp .sction0 .slide1 .slidercss .slidercss__activator:nth-of-type(1):checked ~ .slidercss__slide .slide_1 {
    opacity: 1;
    z-index: 2
}
.pdp .sction0 .slide1 .slidercss .slidercss__activator:nth-of-type(1):checked ~ .slidercss__indicators .indicator:nth-of-type(1) {
    background-color: #000
}
.pdp .sction0 .slide1 .slidercss .slidercss__activator:nth-of-type(1):checked ~ .slidercss__controls .controls_1 {
    display: flex
}
.pdp .sction0 .slide1 .slidercss .slidercss__activator:nth-of-type(2):checked ~ .slidercss__slide .slide_2 {
    opacity: 1;
    z-index: 2
}
.pdp .sction0 .slide1 .slidercss .slidercss__activator:nth-of-type(2):checked ~ .slidercss__indicators .indicator:nth-of-type(2) {
    background-color: #000
}
.pdp .sction0 .slide1 .slidercss .slidercss__activator:nth-of-type(2):checked ~ .slidercss__controls .controls_2 {
    display: flex
}
.pdp .sction0 .slide1 .slidercss .slidercss__slide {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.pdp .sction0 .slide1 .slidercss .slidercss__slide .slide__item {
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}
.pdp .sction0 .slide1 .slidercss .slidercss__slide .slide__item .content {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.pdp .sction0 .slide1 .slidercss .slidercss__slide .slide__item .content .img {
    width: 100%;
    height: 100%;
    object-fit: cover
}
.pdp .sction0 .slide1 .slidercss .slidercss__indicators {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    bottom: 15px;
    left: 50%;
    display: flex
}
.pdp .sction0 .slide1 .slidercss .slidercss__indicators .indicator {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 0;
    height: 0;
    cursor: pointer;
    border: 2px solid #fff;
    background-color: #fff;
    margin-right: 5px
}
.pdp .sction0 .slide1 .slidercss .slidercss__indicators .indicator:last-child {
    margin-right: 0
}
.pdp .sction0 .slide1 .slidercss .slidercss__controls {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    z-index: 15
}
.pdp .sction0 .slide1 .slidercss .slidercss__controls .controls {
    justify-content: space-between;
    display: none
}
.pdp .sction0 .slide1 .slidercss .slidercss__controls .controls .control {
    cursor: pointer;
    color: #000
}
@media only screen and (max-width: 980px) {
    .pdp .sction0 .slide1 .slidercss {
        --aspect-ratio: 1.05;
        max-height: initial
    }
}
@media only screen and (max-width: 768px) {
    .pdp .sction0 .slide1 .slidercss {
        --aspect-ratio: 0.9
    }
    
}
@media only screen and (max-width: 650px) {
    .pdp .sction0 .slide1 .slidercss {
        height: 160vw
    }
}
@media only screen and (max-width: 480px) {
    .pdp .sction0 .slide1 .slidercss {
        height: 210vw
    }
}
@media only screen and (max-width: 980px) {
    .pdp .sction0 .slide1 .slidercss .slidercss__controls {
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        top: 0
    }
}
.pdp .sction0 .slide1 .slidercss .slidercss__controls .controls {
    width: 58%;
    height: 48px;
    position: absolute;
    top: -150px;
    left: 0
}
@media only screen and (max-width: 980px) {
    .pdp .sction0 .slide1 .slidercss .slidercss__controls .controls {
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        width: 95%;
        height: 48px;
        left: 50%;
        top: 130px
    }
}
@media only screen and (max-width: 650px) {
    .pdp .sction0 .slide1 .slidercss .slidercss__controls .controls {
        top: 60px
    }
}
.pdp .sction0 .slide1 .slidercss .slidercss__controls .controls .control {
    width: 30px;
    height: 48px;
    position: relative;
    top: 0;
    left: 0;
    display: block
}
.pdp .sction0 .slide1 .slidercss .content .text {
    -webkit-justify-self: center;
    justify-self: center;
    width: 22.70833vw;
    height: auto;
    font-size: 1.5625rem;
    font-family: "adineueCHOP", "sans-serif";
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1.3;
    max-width: 327px;
    color: black;
}
@media only screen and (max-width: 1920px) {
    .pdp .sction0 .slide1 .slidercss .content .text {
        font-size: calc(20px + 5 * ((100vw - 980px) / 940))
    }
}
@media only screen and (max-width: 980px) {
    .pdp .sction0 .slide1 .slidercss .content .text {
        font-size: 20px
    }
}
@media only screen and (max-width: 980px) {
    .pdp .sction0 .slide1 .slidercss .content .text {
        -webkit-justify-self: flex-start;
        justify-self: flex-start;
        width: 32vw;
        height: auto
    }
}
@media only screen and (max-width: 650px) {
    .pdp .sction0 .slide1 .slidercss .content .text {
        -webkit-justify-self: center;
        justify-self: center;
        width: 80vw;
        height: auto
    }
}
.pdp .sction0 .slide1 .slidercss .content .group_1 {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    place-content: center;
    place-items: center;
    -webkit-align-self: flex-start;
    align-self: flex-start
}
.pdp .sction0 .slide1 .slidercss .content .group_1 .img1 {
    width: 80%;
    height: auto
}
@media only screen and (max-width: 650px) {
    .pdp .sction0 .slide1 .slidercss .content .group_1 .img1 {
        width: 70%;
        height: auto
    }
}
.pdp .sction0 .slide1 .slidercss .content .group_1 .title {
    font-size: 2.1875rem;
    font-family: "adineueCHOP", "sans-serif";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    margin-top: 52px;
    color: black; 
}
@media only screen and (max-width: 768px) {
    .pdp .sction0 .slide1 .slidercss .content .group_1 .title {
        margin-top: 96px
    }
}
@media only screen and (max-width: 650px) {
    .pdp .sction0 .slide1 .slidercss .content .group_1 .title {
        margin-top: 57px
    }
}
.pdp .sction0 .slide1 .slidercss .content .group_1 .btn {
    position: relative;
    top: 0;
    left: 0;
    --size: 185px;
    --aspect-ratio: 4.16;
    aspect-ratio: 4.16;
    width: var(--size);
    height: calc(var(--size) / var(--aspect-ratio));
    margin: 50px auto 0
}
.pdp .sction0 .slide1 .slidercss .content .group_1 .btn:before {
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    position: absolute;
    top: 0;
    left: 0;
    width: 99%;
    height: 99%;
    border: 1px solid #000;
    background-color: rgba(0, 0, 0, 0);
    content: "";
    z-index: 0
}
.pdp .sction0 .slide1 .slidercss .content .group_1 .btn:hover:before {
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    position: absolute;
    top: 4px;
    left: 4px
}
.pdp .sction0 .slide1 .slidercss .content .group_1 .btn:hover .content_link:after {
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    position: relative;
    top: 0px;
    left: 15px
}
.pdp .sction0 .slide1 .slidercss .content .group_1 .btn .content_link {
    position: relative;
    top: 0;
    left: 0;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    place-content: center;
    place-items: center;
    --size: 185px;
    --aspect-ratio: 4.16;
    aspect-ratio: 4.16;
    width: var(--size);
    height: calc(var(--size) / var(--aspect-ratio));
    font-size: 1.5rem;
    font-family: "adineueCHOP", "sans-serif";
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #000;
    color: #fff;
    z-index: 0
}
.pdp .sction0 .slide1 .slidercss .content .group_1 .btn .content_link:after {
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    position: relative;
    top: 0px;
    left: 10px;
    content: ""
}
.pdp .sction0 .slide1 .slidercss .content .img2 {
    -webkit-justify-self: center;
    justify-self: center;
    width: 23.61111vw;
    height: auto;
    max-width: 340px
}
@media only screen and (max-width: 980px) {
    .pdp .sction0 .slide1 .slidercss .content .img2 {
        -webkit-justify-self: flex-end;
        justify-self: flex-end
    }
}
@media only screen and (max-width: 650px) {
    .pdp .sction0 .slide1 .slidercss .content .img2 {
        -webkit-justify-self: center;
        justify-self: center;
        width: 43.07692vw;
        height: auto;
        max-width: initial
    }
}
.pdp .sction1 {
    position: relative;
    top: -30px;
    left: 0;
    --size: 100vw;
    --aspect-ratio: 1.87744;
    aspect-ratio: 1.87744;
    width: var(--size);
    height: calc(var(--size) / var(--aspect-ratio));
    background-image: url("../img/bg/2.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(0, 0, 0, 0);
    background-size: cover;
    width: 100%;
    height: auto;
    padding: 70px 0;
    max-width: 1440px
}
@media only screen and (max-width: 980px) {
    .pdp .sction1 {
        padding: 35px 0
    }
}
@media only screen and (max-width: 650px) {
    .pdp .sction1 {
        --size: 100vw;
        --aspect-ratio: 1.46628;
        aspect-ratio: 1.46628;
        width: var(--size);
        height: calc(var(--size) / var(--aspect-ratio));
        background-image: url("../img/bg/2_500.jpg")
    }
}
.pdp .sction1 .link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
    z-index: 2
}
.pdp .sction1 .group_1 {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    padding-right: 5.55556vw
}
.pdp .sction1 .group_1 .slogan {
    font-size: 3.625rem;
    font-family: "adineueCHOP", "sans-serif";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-align: right;
    text-decoration: none;
    text-transform: uppercase;
    width: 25.13889vw;
    height: auto;
    margin-top: 50px;
    max-width: 482px;
    color: black;
}
@media only screen and (max-width: 1920px) {
    .pdp .sction1 .group_1 .slogan {
        font-size: calc(24px + 34 * ((100vw - 320px) / 1600))
    }
}
@media only screen and (max-width: 320px) {
    .pdp .sction1 .group_1 .slogan {
        font-size: 24px
    }
}
@media only screen and (max-width: 768px) {
    .pdp .sction1 .group_1 .slogan {
        width: 43.75vw;
        height: auto
    }
}
.pdp .sction1 .group_1 .group_2 {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    place-content: center;
    place-items: center
}
.pdp .sction1 .group_1 .group_2 .logo_adidas {
    margin: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    text-indent: -119988px;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    position: relative;
    top: 0;
    left: 0;
    width: 66px;
    height: 45px;
    margin-right: 10px
}
@media only screen and (max-width: 650px) {
    .pdp .sction1 .group_1 .group_2 .logo_adidas {
        width: 54px;
        height: 37px
    }
}
.pdp .sction1 .group_1 .group_2 .logo_terrex {
    margin: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    text-indent: -119988px;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    position: relative;
    top: 0;
    left: 0;
    width: 238px;
    height: 45px
}
@media only screen and (max-width: 650px) {
    .pdp .sction1 .group_1 .group_2 .logo_terrex {
        width: 195px;
        height: 37px
    }
}
.pdp .sction2 {
    position: relative;
    top: 10px;
    left: 0;
    /*--size: 100vw;*/
    --aspect-ratio: 1.49774;
    aspect-ratio: 0.67;
    min-width: 100%;
    height: calc(var(--size) / var(--aspect-ratio));
    background-image: url("../img/bg/fondo_desk.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-color: rgba(0, 0, 0, 0);
    background-size: cover;
    max-width: 1440px;
    max-height: 100%;
}
@media only screen and (max-width: 980px) {
    .pdp .sction2 {
        --size: 100vw;
        --aspect-ratio: 0.22999;
        --aspect-ratio: 0.1999;
        width: var(--size);
        height: calc(var(--size) / var(--aspect-ratio));
        background-image: url("../img/bg/fondo_mob.jpg");
        max-width: initial;
        max-height: 100%;
    }
}
.pdp .sction2 .group_1 {
    position: absolute;
    top: 30%;
    left: 5%;
    width: 37.5vw;
    height: auto;
    max-width: 440px
}
@media only screen and (min-width: 1920px) {
    .pdp .sction2 .group_1 {
        right: 56px
    }
}
@media only screen and (max-width: 980px) {
    .pdp .sction2 .group_1 {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        width: 100%;
        height: 100%;
        max-width: initial;
        width: 100%;
        left: 0;
        top: 0
    }
}
.pdp .sction2 .group_1 .title {
    font-size: 5.1875rem;
    font-family: "adineueCHOP", "sans-serif";
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    line-height: .95;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 6px;
    display: block;
    color: #fff;
}
@media only screen and (max-width: 1920px) {
    .pdp .sction2 .group_1 .title {
        font-size: calc(45px + 38 * ((100vw - 320px) / 1600))
    }
}
@media only screen and (max-width: 320px) {
    .pdp .sction2 .group_1 .title {
        font-size: 45px
    }
}
@media only screen and (max-width: 980px) {
    .pdp .sction2 .group_1 .title {
        -webkit-align-self: flex-end;
        align-self: flex-end;
        text-shadow: 1px 1px 10px #fff;
        margin-top: 30px;
        margin-right: 30px
    }
}
.pdp .sction2 .group_1 .description {
    font-size: 1.71875rem;
    display: none !important;
    font-family: "adineueCHOP", "sans-serif";
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1.35;
    width: 90%;
    height: auto;
    letter-spacing: 2.01px;
    display: block;
    color: black;
}
@media only screen and (max-width: 980px) {
    .pdp .sction2 .group_1 .description {
        font-size: calc(16px + 11.5 * ((100vw - 320px) / 660))
    }
}
@media only screen and (max-width: 320px) {
    .pdp .sction2 .group_1 .description {
        font-size: 16px
    }
}
@media only screen and (max-width: 980px) {
    .pdp .sction2 .group_1 .description {
        margin-bottom: 30px
    }
}
.pdp .sction4 {
    margin-top: -75%;
    position: relative;
}
.pdp .sction4 .carousel {
    position: relative;
    top: 0;
    left: 0;
    width: 90vw;
    height: auto;
    padding: 0 48px;
    margin: 0 auto;
    max-width: 1236px
}
@media (min-width: 768px) and (max-width: 1024px) {
    .pdp .sction4 .carousel {
        padding: 0;
        margin-top:65%;
    }
     .pdp .sction4{
        margin-top: -75%;
    }
    .pdp .sction2{
        height: 100%;
    }
    .pdp {
        margin-bottom: 0%;
    }
    .pdp .sction4 .carousel .carousel__screen .carousel__track .carousel__item{
        width: 55%;
    }
}
@media (min-width: 1024px) and (max-width: 1224px){
.pdp .sction4{
    margin-top: -180%;
}
.pdp .sction2{
        aspect-ratio: 0.41;
    }

}
@media only screen and (max-width: 480px) {
    .pdp .sction4 .carousel {
        width: 100vw;
        margin-top:-240%;
    }

}
.pdp .sction4 .carousel .carousel__activator:nth-of-type(1):checked ~ .carousel__controls:nth-of-type(1) {
    display: block
}
.pdp .sction4 .carousel .carousel__activator:nth-of-type(1):checked ~ .carousel__screen .carousel__track {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%)
}
@media only screen and (max-width: 980px) {
    .pdp .sction4 .carousel .carousel__activator:nth-of-type(1):checked ~ .carousel__screen .carousel__track {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}
.pdp .sction4 .carousel .carousel__activator:nth-of-type(2):checked ~ .carousel__controls:nth-of-type(2) {
    display: block
}
.pdp .sction4 .carousel .carousel__activator:nth-of-type(2):checked ~ .carousel__screen .carousel__track {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
}
@media only screen and (max-width: 980px) {
    .pdp .sction4 .carousel .carousel__activator:nth-of-type(2):checked ~ .carousel__screen .carousel__track {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}
.pdp .sction4 .carousel .carousel__activator:nth-of-type(3):checked ~ .carousel__controls:nth-of-type(3) {
    display: block
}
.pdp .sction4 .carousel .carousel__activator:nth-of-type(3):checked ~ .carousel__screen .carousel__track {
    -webkit-transform: translateX(-200%);
    -moz-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    -o-transform: translateX(-200%);
    transform: translateX(-200%)
}
@media only screen and (max-width: 980px) {
    .pdp .sction4 .carousel .carousel__activator:nth-of-type(3):checked ~ .carousel__screen .carousel__track {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}
.pdp .sction4 .carousel .carousel__activator:nth-of-type(4):checked ~ .carousel__controls:nth-of-type(4) {
    display: block
}
.pdp .sction4 .carousel .carousel__activator:nth-of-type(4):checked ~ .carousel__screen .carousel__track {
    -webkit-transform: translateX(-300%);
    -moz-transform: translateX(-300%);
    -ms-transform: translateX(-300%);
    -o-transform: translateX(-300%);
    transform: translateX(-300%)
}
@media only screen and (max-width: 980px) {
    .pdp .sction4 .carousel .carousel__activator:nth-of-type(4):checked ~ .carousel__screen .carousel__track {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}
.pdp .sction4 .carousel .carousel__activator:nth-of-type(5):checked ~ .carousel__controls:nth-of-type(5) {
    display: block
}
.pdp .sction4 .carousel .carousel__activator:nth-of-type(5):checked ~ .carousel__screen .carousel__track {
    -webkit-transform: translateX(-400%);
    -moz-transform: translateX(-400%);
    -ms-transform: translateX(-400%);
    -o-transform: translateX(-400%);
    transform: translateX(-400%)
}
@media only screen and (max-width: 980px) {
    .pdp .sction4 .carousel .carousel__activator:nth-of-type(5):checked ~ .carousel__screen .carousel__track {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}
.pdp .sction4 .carousel .carousel__activator:nth-of-type(6):checked ~ .carousel__controls:nth-of-type(6) {
    display: block
}
.pdp .sction4 .carousel .carousel__activator:nth-of-type(6):checked ~ .carousel__screen .carousel__track {
    -webkit-transform: translateX(-500%);
    -moz-transform: translateX(-500%);
    -ms-transform: translateX(-500%);
    -o-transform: translateX(-500%);
    transform: translateX(-500%)
}
@media only screen and (max-width: 980px) {
    .pdp .sction4 .carousel .carousel__activator:nth-of-type(6):checked ~ .carousel__screen .carousel__track {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

/*
.pdp .sction4 .carousel .carousel__activator:nth-of-type(7):checked ~ .carousel__controls:nth-of-type(7) {
    display: block
}
.pdp .sction4 .carousel .carousel__activator:nth-of-type(7):checked ~ .carousel__screen .carousel__track {
    -webkit-transform: translateX(-600%);
    -moz-transform: translateX(-600%);
    -ms-transform: translateX(-600%);
    -o-transform: translateX(-600%);
    transform: translateX(-600%)
}
@media only screen and (max-width: 980px) {
    .pdp .sction4 .carousel .carousel__activator:nth-of-type(7):checked ~ .carousel__screen .carousel__track {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}*/


.pdp .sction4 .carousel .carousel__activator {
    display: none
}

.sction4 .carousel{
	display: block !important; 
}
@media only screen and (max-width: 1024px) {
    .pdp .sction4 .carousel .carousel__activator .carousel__activator:nth-of-type(n):checked ~ .carousel__controls:nth-of-type(n) {
        display: none
    }
    .pdp .sction4 .carousel .carousel__activator .carousel__activator:nth-of-type(n):checked ~ .carousel__screen .carousel__track {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }
}
.pdp .sction4 .carousel .carousel__controls {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 48px;
    display: inline-block;
    display: none
}
@media only screen and (max-width: 980px) {
    .pdp .sction4 .carousel .carousel__controls {
        display: none !important
    }
}
.pdp .sction4 .carousel .carousel__controls:first-of-type {
    justify-content: flex-end
}
.pdp .sction4 .carousel .carousel__controls:last-of-type {
    justify-content: flex-start
}
.pdp .sction4 .carousel .carousel__controls .carousel__control {
    -webkit-transition: 300ms all;
    -moz-transition: 300ms all;
    -o-transition: 300ms all;
    transition: 300ms all;
    width: 30px;
    height: 48px;
    display: block;
    cursor: pointer;
    z-index: 1
}
@media only screen and (max-width: 980px) {
    .pdp .sction4 .carousel .carousel__controls .carousel__control {
        display: none
    }
}
.pdp .sction4 .carousel .carousel__controls .carousel__control:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}
.pdp .sction4 .carousel .carousel__controls .carousel__control.carousel__control--forward {
    margin: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    text-indent: -119988px;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    position: absolute;
    top: 0;
    right: 0
}
.pdp .sction4 .carousel .carousel__controls .carousel__control.carousel__control--backward {
    margin: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    text-indent: -119988px;
    font: 0/0 a;
    text-shadow: none;
    color: transparent
}
.pdp .sction4 .carousel .carousel__screen {
    overflow: hidden;
    margin: 0 -16px
}
@media only screen and (max-width: 1024px) {
    .pdp .sction4 .carousel .carousel__screen {
        width: 93%;
        height: auto;
        margin: 0 auto
    }
}
.pdp .sction4 .carousel .carousel__screen .carousel__track {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-size: 0;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch
}
@media only screen and (max-width: 980px) {
    .pdp .sction4 .carousel .carousel__screen .carousel__track {
        padding: 0 48px;
        overflow-x: auto;
        width: auto
    }
}
@media only screen and (max-width: 650px) {
    .pdp .sction4 .carousel .carousel__screen .carousel__track {
        padding: 0
    }
}
.pdp .sction4 .carousel .carousel__screen .carousel__track .carousel__item {
    display: inline-flex;
    padding-left: 16px;
    padding-right: 16px;
    vertical-align: top;
    white-space: normal;
    width: 33.3333%
}
@media only screen and (max-width: 980px) {
    .pdp .sction4 .carousel .carousel__screen .carousel__track .carousel__item {
        width: 45%
    }
}
@media only screen and (max-width: 768px) {
    .pdp .sction4 .carousel .carousel__screen .carousel__track .carousel__item {
        width: 55%
    }
    .sction4 .carousel{
	display: block !important; 
}
}
@media only screen and (max-width: 480px) {
    .pdp .sction4 .carousel .carousel__screen .carousel__track .carousel__item {
        width: 100%
    }
}/*
@media only screen and (max-width: 980px) {
    .pdp .sction4 {
        margin-top: 0%;
    }
}*/
.pdp .sction4 .carousel__activator:nth-of-type(3):checked ~ .carousel__screen .carousel__track {
    -webkit-transform: translateX(-200%) !important;
    -moz-transform: translateX(-200%) !important;
    -ms-transform: translateX(-200%) !important;
    -o-transform: translateX(-200%) !important;
    transform: translateX(-200%) !important;
    /*transform: translateX(-166%) !important*/
}
@media only screen and (max-width: 980px) {
    .pdp .sction4 .carousel__activator:nth-of-type(3):checked ~ .carousel__screen .carousel__track {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}
.pdp .sction4 .boxProduct {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    place-content: center;
    place-items: center;
    padding-bottom: 25px
}
.pdp .sction4 .boxProduct .pImg {
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    border-radius: 24px;
    background-color: #fff;
    border: 3px solid #000
}
.pdp .sction4 .boxProduct .boxInfo .p1 {
    font-size: 1.9375rem;
    font-family: "adineueCHOP", "sans-serif";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 18px;
    cursor: default;
    min-height: 20px;
    color: #000
}
@media only screen and (max-width: 1920px) {
    .pdp .sction4 .boxProduct .boxInfo .p1 {
        font-size: calc(27px + 4 * ((100vw - 320px) / 1600))
    }
}
@media only screen and (max-width: 320px) {
    .pdp .sction4 .boxProduct .boxInfo .p1 {
        font-size: 27px
    }
}
.pdp .sction4 .boxProduct .boxInfo .p3 {
    font-size: 2.6875rem;
    font-family: "adineueCHOP", "sans-serif";
    font-weight: 300;
    font-style: normal;
    font-variant: normal;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: default;
    /*margin-top: 20px;*/
    margin: 0;
    color: #000
}
@media only screen and (max-width: 980px) {
    .pdp .sction4 .boxProduct .boxInfo .p3 {
        margin-top: 35px
    }
}
.pdp .sction4 .boxProduct .button_save {
    position: relative;
    top: 0;
    left: 0;
    --size: 240px;
    --aspect-ratio: 4.16;
    aspect-ratio: 4.16;
    width: var(--size);
    height: calc(var(--size) / var(--aspect-ratio));
    margin-top: 25px
}
.pdp .sction4 .boxProduct .button_save:before {
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    position: absolute;
    top: 0;
    left: 0;
    width: 99%;
    height: 99%;
    border: 1px solid #000;
    background-color: rgba(0, 0, 0, 0);
    content: "";
    z-index: 0
}
.pdp .sction4 .boxProduct .button_save:hover:before {
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    position: absolute;
    top: 4px;
    left: 4px
}
.pdp .sction4 .boxProduct .button_save:hover .content_link:after {
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    position: relative;
    top: 0px;
    left: 15px
}
.pdp .sction4 .boxProduct .button_save .content_link {
    position: relative;
    top: 0;
    left: 0;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    place-content: center;
    place-items: center;
    --size: 240px;
    --aspect-ratio: 4.16;
    aspect-ratio: 4.16;
    width: var(--size);
    height: calc(var(--size) / var(--aspect-ratio));
    font-size: 1.5rem;
    font-family: "adineueCHOP", "sans-serif";
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #000;
    color: #fff;
    z-index: 0
}
.pdp .sction4 .boxProduct .button_save .content_link:after {
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    position: relative;
    top: 0px;
    left: 10px;
    content: ""
}
.pdp .sction3 {
    position: relative;
    top: 0;
    left: 0;
    padding: 20px 25px 0px;
    /*margin-top: 40px;*/
    margin:0;
}
.pdp .sction3 .title {
    font-size: 4.375rem;
    font-family: "adineueCHOP", "sans-serif";
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 15px;
    color: black;
    margin: 0;
}
@media only screen and (max-width: 1920px) {
    .pdp .sction3 .title {
        font-size: calc(45px + 25 * ((100vw - 320px) / 1600))
    }
}
@media only screen and (max-width: 320px) {
    .pdp .sction3 .title {
        font-size: 45px
    }
}
.pdp .sction3 .description {
    font-size: 1.875rem;
    font-family: "adineueCHOP", "sans-serif";
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    margin-top: 64px;
    color: black;
}
@media only screen and (max-width: 1920px) {
    .pdp .sction3 .description {
        font-size: calc(24px + 6 * ((100vw - 320px) / 1600))
    }
}
@media only screen and (max-width: 320px) {
    .pdp .sction3 .description {
        font-size: 24px
    }
}
.pdp .sction3 .line {
    width: 104px;
    height: 6px;
    background-color: #000;
    display: block;
    margin: 15px auto 0
}
.pdp .sction3 .butn {
    position: relative;
    top: 0;
    left: 0;
    --size: 185px;
    --aspect-ratio: 4.16;
    aspect-ratio: 4.16;
    width: var(--size);
    height: calc(var(--size) / var(--aspect-ratio));
    margin: 50px auto 0
}
.pdp .sction3 .butn:before {
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    position: absolute;
    top: 0;
    left: 0;
    width: 99%;
    height: 99%;
    border: 1px solid #000;
    background-color: rgba(0, 0, 0, 0);
    content: "";
    z-index: 0
}
.pdp .sction3 .butn:hover:before {
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    position: absolute;
    top: 4px;
    left: 4px
}
.pdp .sction3 .butn:hover .content_link:after {
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    position: relative;
    top: 0px;
    left: 15px
}
.pdp .sction3 .butn .content_link {
    position: relative;
    top: 0;
    left: 0;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    place-content: center;
    place-items: center;
    --size: 185px;
    --aspect-ratio: 4.16;
    aspect-ratio: 4.16;
    width: var(--size);
    height: calc(var(--size) / var(--aspect-ratio));
    font-size: 1.5rem;
    font-family: "adineueCHOP", "sans-serif";
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #000;
    color: #fff;
    z-index: 0
}
.pdp .sction3 .butn .content_link:after {
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    position: relative;
    top: 0px;
    left: 10px;
    content: ""
}
.pdp .main_footer {
    width: 100%;
    height: auto
}
.pdp .main_footer .title {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-display: flex;
    -moz-display: flex;
    position: relative;
    -ms-display: flex;
    display: flex;
    place-content: center;
    place-items: center;
    font-size: 1.875rem;
    font-family: "adineueCHOP", "sans-serif";
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    width: 100%;
    height: 69px;
    background-color: #000;
    color: #fff
}
.pdp .main_footer .container_img {
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden
}
@media only screen and (max-width: 650px) {
    .pdp .main_footer .container_img {
        --size: 100vw;
        --aspect-ratio: 2;
        aspect-ratio: 2;
        width: var(--size);
        height: calc(var(--size) / var(--aspect-ratio));
        overflow: hidden
    }
}
.pdp .main_footer .container_img:before {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    content: "";
    z-index: 2
}
.pdp .main_footer .container_img:hover:before {
    -webkit-transition: 700ms;
    -moz-transition: 700ms;
    -o-transition: 700ms;
    transition: 700ms;
    background: radial-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2))
}
.pdp .main_footer .container_img:hover .text {
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    text-shadow: 0 0 5px #000
}
.pdp .main_footer .container_img:hover .img {
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
    -webkit-transform: rotate(-15deg) scale(1.2);
    -moz-transform: rotate(-15deg) scale(1.2);
    -ms-transform: rotate(-15deg) scale(1.2);
    -o-transform: rotate(-15deg) scale(1.2);
    transform: rotate(-15deg) scale(1.2)
}
.pdp .main_footer .container_img .text {
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
    font-size: 2.5625rem;
    font-family: "adineueCHOP", "sans-serif";
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    place-content: center;
    place-items: center;
    letter-spacing: 2.9px;
    z-index: 3;
    color: #fff
}
.pdp .main_footer .container_img .link {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    display: block;
    z-index: 4
}
.pdp .main_footer .container_img .img {
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
    position: relative;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: 1
}
