/** Shopify CDN: Minification failed

Line 196:24 Expected ":"

**/

/* --------------- tab --------------------- */
.size-table-section{
      overflow-x: clip;
}
.size-table-section .page-width{
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-left: calc(calc(100% - 1440px + 160px) / 2);
}
.size-table-section .image-with-text__content {
    padding: 0;
}
.size-table-section .image-with-text__heading {
    font-size: 42.66px;
    text-transform: uppercase;
}
.size-table-section .image-with-text__text  {
    font-weight: 500;
    font-size: 13.33px;
    line-height: 17.33px;
    color: var(--color-6);
    margin-top: 15px;
}
.size-table-section .image-with-text__text.image-with-text__text--caption  {
    color: var(--color-4);
    margin-bottom: 5px;
}
.size-table-section .image-with-text__media-item .image-with-text__media img{
    object-fit: contain;
    object-position: top;
}
.size-table-wrap #size-tabs-nav{
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 20px;
      flex-flow: wrap;
}
.size-table-wrap .tab-content{
    padding-top: 30px;
    padding-bottom: 30px;
}
.size-table-wrap #size-tabs-nav li a{
    border: 1px solid #000;
    padding: 10px 10px 8px;
    display: inline-flex;
    margin: 0;
    gap: 15px;
    text-decoration: none;
    line-height: 1;
    color: var(--color-6);
    transition:all 0.3s;
}
.size-table-wrap #size-tabs-nav li.active a,
.size-table-wrap #size-tabs-nav li a:hover{
    background-color: var(--color-4);
    color: var(--color-1);
    border-color: var(--color-4);
}
.size-table-section .image-with-text__content{
    overflow:visible;
}
.size-table-wrap #size-tabs-nav li a .icon{
  display:none;
}
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.recommanded_size_guide_wrapper .size.highlight{
     animation: fadeIn 1s;
}
/* ---------------- End tab -------------------- */

/* -------------------- sizeguide_overlay  ---------------- */
.sizeguide_overlay {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 16px;
    padding: 25px;
    max-width: 100%;
}
.sizeguide_overlay .sizeguide_header .icon-with-title{
    display: flex;
    flex-flow: wrap;
    align-items: center;
    gap: 5px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--color-3);
}
.sizeguide_overlay .sizeguide_header .icon-with-title svg{
    width: 30px;
    height: 30px;
}
.sizeguide_overlay .sizeguide_header .icon-with-title .title{
    margin: 0;
    line-height: 28px;
    text-transform: uppercase;
    font-size: 18px;
}
.sizeguide_overlay .image-with-text{
    display: flex;
    flex-flow: wrap;
    gap: 25px;
    align-items: center;
}
.sizeguide_overlay .image-with-text .img-wrap{
    width: 130px;
}
.sizeguide_overlay .image-with-text .img-wrap img{
    max-width: 100%;
    height: auto;
    display: block;
}
.sizeguide_overlay .image-with-text .info{
    flex: 1;
    font-size: 13.33px;
    line-height: 17.33px;
    color: var(--color-6);
}
.sizeguide_overlay .image-with-text .info p{
  margin:0;
}
.sizeguide_overlay .size-table-calculation{
    margin-top: 75px;
    display: flex;
    flex-flow: wrap;
    gap: 40px;
      padding-right: 40px;
}

.sizeguide_overlay .size-table-calculation .size-btns-text-wrap{
    display: flex;
    flex-flow: wrap;
    gap: 10px;
    align-items: center;
    width: 130px;
    margin-top: -5px;
}

.sizeguide_overlay .size-table-calculation .size-btns-text-wrap button{
    padding: 0;
    margin: 0;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background: transparent;
    border: 1px solid var(--color-6);
    box-shadow: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.sizeguide_overlay .size-table-calculation .size-btns-text-wrap button .icon{
    width: 11px;
    height: 11px;
    position: relative;
    left: 0;
}
.sizeguide_overlay .size-table-calculation .size-btns-text-wrap .size-text {
  width: 60px;
  text-align: center;
}
.sizeguide_overlay .size-table-calculation .size-btns-text-wrap .size-text span{
    display:none;
}
.sizeguide_overlay .size-table-calculation .size-btns-text-wrap .size-text span.active{
    display:block;
}
.sizeguide_overlay .size-table-calculation .size-measurement{
    width: calc(100% - 130px - 40px);
    position: relative;
    border-top: 1px solid #828282;
}
.sizeguide_overlay .size-table-calculation .size-measurement .your-size{
    position: absolute;
    transform: translateX(-50%) translateY(-100%) translateY(-16px);
    left: 0%;
    transition: all 0.3s;
}
.sizeguide_overlay .size-table-calculation .size-measurement .your-size .your-size-text{
    border: 1px solid var(--color-6);
    outline: none;
    box-shadow: none;
    border-radius: 100px;
    padding: 10px 10px;F
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
  white-space: nowrap;
      font-size: 12px;
      background-color: var(--color-1);
}
.sizeguide_overlay .size-table-calculation .size-measurement .your-size .your-size-text:after{
    content: "";
    position: absolute;
    width: 1px;
    height: 17px;
    background-color: var(--color-6);
    left: 50%;
    transform: translate(-1px, 24px);
}
.sizeguide_overlay .size-table-calculation .size-measurement .measurement-list{
    margin: 0px -8.5%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 50px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    pointer-events: none;
    gap: 0;
}
.sizeguide_overlay .size-table-calculation .size-measurement .measurement-list .size-no{
    width: auto;
    height: 100%;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    font-size: 10px;
    flex: 1;
}
.sizeguide_overlay .size-table-calculation .size-measurement .measurement-list .size-no:after{
    content: "";
    position: absolute;
    width: 1px;
    height: 8px;
   background: #828282;
    top: -1px;
    left: 100%;
    transform: translateX(-50%);
}
.sizeguide_overlay .size-table-calculation .size-measurement .measurement-list .size-no:before{
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    background: #828282;
    /* border-left: 1px solid var(--color-6); */
}
.sizeguide_overlay .size-table-calculation .size-measurement .measurement-list .size-no:last-child:after{
    display:none;
}
.sizeguide_overlay .size-table-calculation .size-measurement .measurement-list.span-3{
    margin: 0px -25.4%;
}
.sizeguide_overlay .size-table-calculation .size-measurement .measurement-list.span-4{
    margin: 0px -16.85%;
}
.sizeguide_overlay .size-table-calculation .size-measurement .measurement-list.span-5{
    margin: 0px -12.7%;
}
.sizeguide_overlay .size-table-calculation .size-measurement .measurement-list.span-7{
    margin: 0px -8.5%;
}
.sizeguide_overlay .size-table-calculation .size-measurement .your-size{
    cursor:grab;
}
.sizeguide_overlay .size-table-calculation .size-measurement .your-size.dragging{
    cursor: grabbing;
}
.sizeguide_overlay .size-table-calculation {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
@media (max-width:1440px){
    .size-table-section .page-width{
        padding-left: 80px;
    }    
}

@media (max-width:1279px){
    .size-table-section .page-width{
        padding-left: 50px;
    }    
}

@media (max-width:989px){
    .size-table-section .page-width{
        padding-left: 30px;
    }    
    .size-table-section .image-with-text .grid{
        flex-flow: column-reverse;
    }
    .size-table-section .image-with-text .grid__item{
        width: 100%;
        max-width: 100%;
    }
    .size-table-section .image-with-text .grid__item.image-with-text__media-item{
        display:none;
    }
}

@media (max-width:749px){
    .size-table-section .page-width{
        padding-left: 30px;
        padding-right: 30px;
    }    
    .size-table-wrap #size-tabs-nav{
      gap: 5px;
    }
  .sizeguide_overlay .image-with-text .info{
        flex: none;
      width: 100%;
  }
  .sizeguide_overlay .image-with-text{
        gap: 15px;
    flex-flow: column-reverse;
        align-items: flex-start;
  }
  .sizeguide_overlay .size-table-calculation{
        flex-flow: column;
         margin-top: -67px;
        align-items: flex-end;
  }
  .sizeguide_overlay .size-table-calculation .size-measurement {
      width: 100%;
      margin-top: 90px;
  }
  .sizeguide_overlay .size-table-calculation{
        padding-right: 10px;
    padding-left: 10px;
    gap:0;
  }
  .sizeguide_overlay .size-table-calculation .size-btns-text-wrap{
        padding: 15px;
    border-radius: 100px;
        width: fit-content;
    border: 1px solid var(--color-3);
            margin-right: -10px;
     margin-top: 0;
  }
  .sizeguide_overlay .sizeguide_header .icon-with-title{
        margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .sizeguide_overlay .image-with-text .img-wrap {
      width: 90px;
  }

    .sizeguide_overlay .size-table-calculation{
      margin-top: 0;
      align-items: center;
      margin-top: 20px;
      gap: 20px;
      padding-left: 0;
      padding-right: 0;
  }
  .sizeguide_overlay .size-table-calculation .size-measurement{
      margin-top: 62px;
  }
  .sizeguide_overlay .size-table-calculation.fingure_size{
      margin-top: 40px;
      padding-top: 30px;
      margin-top: 20px;
  }
}
/* ---------------- End sizeguide_overlay -------------------- */


/* --------------------------------- Update design ------------------------------------- */
.size-table-wrap #size-tabs-nav li a{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 15px 20px 15px 20px;
    background-color: #F5F6F6;
    border-color: rgb(0 0 0 / 35%);
}
.sizeguide_overlay .size-table-calculation{
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.sizeguide_overlay{
    padding: 0;
    box-shadow: none;
}
.sizeguide_overlay .size-table-calculation{
    margin-top:0;
    gap: 0;
    padding: 0;
}
.sizeguide_overlay .size-table-calculation.fingure_size{
    margin-top:20px;
    padding-top: 0;
}
.size-table-wrap #size-tabs-nav li a .icon img{
    display: block;
    width: 26px;
    height: 26px;
    object-fit: contain;
}
.size-table-wrap #size-tabs-nav li.active a .icon img,
.size-table-wrap #size-tabs-nav li:hover a .icon img{
    filter: invert(100%) sepia(1%) saturate(1832%) hue-rotate(209deg) brightness(121%) contrast(100%);
}
.size-table-section .image-with-text .image-with-text__text-item {
     width: calc(55% - var(--grid-desktop-horizontal-spacing) / 2);
}
.size-table-section .image-with-text .image-with-text__media-item{
    width: calc(45% - var(--grid-desktop-horizontal-spacing) / 2);
    padding-right: 100px;
    padding-left: 30px; 
}
.size-table-wrap .tab-content{
    max-width:690px;
    padding-top: 50px;
    padding-bottom: 0;
}
.sizeguide_overlay .size-table-calculation .size-btns-text-wrap{
    order: 3;
    border: 1px solid #707070;
    border-radius: 100px;
    padding: 8px 8px;
    width: fit-content;
    position: relative;
}
.sizeguide_overlay .size-table-calculation .size-measurement{
    margin-top: 70px;
    margin-bottom: 10px;
}
.sizeguide_overlay .size-table-calculation .size-table-calculation-title{
    width: 100%;
    display: flex;
    align-items: center;
    font-weight: bold;
    gap: 5px;
}
.sizeguide_overlay .size-table-calculation .size-table-calculation-title .num{
    width: 28px;
    height: 28px;
    background: var(--color-6);
    color: var(--color-1);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 1px;
}
.sizeguide_overlay .size-table-calculation .size-measurement .your-size .your-size-text{
    border-color: var(--color-4);
    background: var(--color-4);
    color: var(--color-1);
}
.sizeguide_overlay .size-table-calculation .size-measurement .your-size .your-size-text:after{
    background: var(--color-4);
    width: 2px;
    transform: translate(-2px, 24px);
}

.sizeguide_overlay .size-table-calculation .size-btns-text-wrap:before{
    content:'';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid var(--color-6);
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.sizeguide_overlay .size-table-calculation .size-btns-text-wrap button{
    width: 28px;
    height: 28px;
    transition: all 0.3s;
}
.sizeguide_overlay .size-table-calculation .size-btns-text-wrap button:hover{
    background:var(--color-4);
    border-color: var(--color-4);
}
.sizeguide_overlay .size-table-calculation .size-btns-text-wrap button:hover .icon{
    stroke:var(--color-1);
}
.sizeguide_overlay .image-with-text .img-wrap{
    display:none;
}
.sizeguide_overlay .image-with-text{
    margin-top: 50px;
}
.size-table-section .image-with-text__heading{
    font-size:64px;
}
.sizeguide_overlay .size-table-calculation .size-measurement .your-size:before{
    
}
.sizeguide_overlay .size-table-calculation .size-measurement .measurement-list:before{
    content:'';
    position: absolute;
    width: var(--width);
    left: -2px;
    top: -2px;
    height: 2px;
    background: var(--color-4);
    transition: all 0.3s;
}
.size-table-wrap {
    margin-top: 40px;
}
.recommanded_size_guide_wrapper h2{
  color: var(--color-4);
}
.recommanded_size_guide_wrapper .size{
  margin-left: 5px;
}
@media (min-width:990px){
    .sizeguide_overlay .size-table-calculation .size-measurement{
        width: 100%;
    }
}


@media (max-width:1440px){
    .size-table-section .image-with-text__heading {
        font-size: 42.66px;
    }
}

@media (max-width:989px){
    .size-table-section .image-with-text .image-with-text__text-item {
         width:100%;
    }
    .size-table-section .image-with-text .image-with-text__media-item{
        width: 100%;
        padding-right: 100px;
    }
    .size-table-section .image-with-text .grid__item.image-with-text__media-item{
        display:block;
        padding: 0;
        max-width: 250px;
    }
    .size-table-section .image-with-text .grid{
        display: flex;
        flex-flow: column;
    }
    .sizeguide_overlay .size-table-calculation .size-measurement{
        max-width: calc(100% - 0px - 50px);
    }
    .sizeguide_overlay .image-with-text{
        margin-top:20px;
    }
}
/* ---------------------------------- end update design  ------------------------------------ */

/* ---------------------------------- update design v2 ------------------------------------ */
.sizeguide_overlay .size-table-calculation .size-btns-text-wrap{
    order: unset;
}
.sizeguide_overlay .size-table-calculation .size-table-calculation-title{
    width:fit-content;
    padding-top: 4px;
}
.sizeguide_overlay .size-table-calculation{
    align-items: center;
    flex-flow: wrap;
    justify-content: flex-start;
    gap: 15px;
}
.sizeguide_overlay .size-table-calculation .size-btns-text-wrap:before{
    display:none;
}
.sizeguide_overlay .size-table-calculation .size-measurement{
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

@media (max-width: 989px) {
    .sizeguide_overlay .size-table-calculation .size-measurement {
        max-width: calc(100% - 0px - 50px);
    }
}
/* ---------------------------------- end update design v2  ------------------------------------ */



/* ---------------------------------- end update design v2  ------------------------------------ */
.recommanded_size_guide_wrapper,
.sizeguide_overlay .image-with-text {
  width: 1280px;
  position: relative;
}
.sizeguide_overlay .image-with-text .info-note h4{
    margin:0;
    font-size: var(--red-title);
    line-height: 1.3;
    font-family: var(--font-body-family);
    color: #df000e;
    font-weight: normal;
}
.sizeguide_overlay .image-with-text .info-note{
    margin-top: 15px;
}
.size-rich-text-sec-2 .rich-text__blocks{
    border-top: 1px solid #333;
    padding-top: 50px;
}
.size-rich-text-sec .rich-text__blocks .rich-text__heading {
    margin: 0;
    font-size: var(--red-title);
    line-height: 1.3;
    font-family: var(--font-body-family);
    color: #df000e;
    font-weight: normal;
  margin-bottom: 40px;
}
.size-rich-text-sec .rich-text__blocks .rich-text__buttons {
    max-width: 100%;
    flex-flow: column;
    gap: 0;
      margin: 0;
}
.size-rich-text-sec .rich-text__blocks .rich-text__buttons a{
    width: 100%;
    font-size: var(--desk-subtitle);
    line-height: 36px;
    font-family: var(--font-heading-family);
    color: #000;
    text-transform: uppercase;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 100%;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding: 10px 0;
  position: relative;
    padding-right: 50px;
}
.size-rich-text-sec .rich-text__blocks .rich-text__buttons a:before{
    display:none !important;
}
.size-rich-text-sec .rich-text__blocks .rich-text__buttons a:after{
     display:block !important;
     content:'';
     background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 36 36'%3E%3Cpath fill='currentColor' d='M31 31H5a1 1 0 0 0 0 2h26a1 1 0 0 0 0-2' class='clr-i-outline clr-i-outline-path-1'%3E%3C/path%3E%3Cpath fill='currentColor' d='m18 29.48l10.61-10.61a1 1 0 0 0-1.41-1.41L19 25.65V5a1 1 0 0 0-2 0v20.65l-8.19-8.19a1 1 0 1 0-1.41 1.41Z' class='clr-i-outline clr-i-outline-path-2'%3E%3C/path%3E%3Cpath fill='none' d='M0 0h36v36H0z'%3E%3C/path%3E%3C/svg%3E");
     position: relative;
     width: 14px;
     height: 15px;
     background-repeat: no-repeat;
     background-position: center;
     width: 40px;
     height: 40px;
     display: flex;
     align-items: center;
     justify-content: center;
     background-color: #F5F6F6;
     border-radius: 100%;
     border: 1px solid #333;
     margin-top: 4px;
  position: absolute;
    right: 0;
    left: auto;
    top: 4px;
}
.size-rich-text-sec .rich-text__blocks .rich-text__buttons a:hover{
        color: #df000e;
    
}
.size-rich-text-sec .rich-text__blocks .rich-text__buttons a:hover:after{
     background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 36 36'%3E%3Cpath fill='%23ffffff' d='M31 31H5a1 1 0 0 0 0 2h26a1 1 0 0 0 0-2' class='clr-i-outline clr-i-outline-path-1'%3E%3C/path%3E%3Cpath fill='%23ffffff' d='m18 29.48l10.61-10.61a1 1 0 0 0-1.41-1.41L19 25.65V5a1 1 0 0 0-2 0v20.65l-8.19-8.19a1 1 0 1 0-1.41 1.41Z' class='clr-i-outline clr-i-outline-path-2'%3E%3C/path%3E%3Cpath fill='none' d='M0 0h36v36H0z'%3E%3C/path%3E%3C/svg%3E");
     box-shadow:none;
    background-color:#df000e;
    border-color:#df000e;
}
.size-table-section .image-with-text .image-with-text__media-item .image-with-text__media{
    padding-bottom: 126% !important;
    min-height: auto;
}
.size-rich-text-sec.size-rich-text-sec-border .rich-text__blocks{
    border-bottom: 1px solid #000;
    padding-bottom: 60px;
}
.size-rich-text-sec.size-rich-text-sec-border {
     padding-bottom: 60px !important;
}
.section-anleitungen-section .text__heading{
  margin-top:0;
}
@media (max-width:1440px){
    .recommanded_size_guide_wrapper,
    .sizeguide_overlay .image-with-text {
        width: calc(100vw - 160px);
    }
    .size-rich-text-sec.size-rich-text-sec-border .rich-text__blocks{
      padding-bottom: 50px;
  }
  .size-rich-text-sec.size-rich-text-sec-border {
       padding-bottom: 50px !important;
  }
  .section-anleitungen-section {
      margin-bottom: 50px;
  }
}
@media (max-width:1279px){
    .recommanded_size_guide_wrapper,
    .sizeguide_overlay .image-with-text {
        width: calc(100vw - 100px);
    }
    .size-rich-text-sec.size-rich-text-sec-border .rich-text__blocks{
        padding-bottom: 40px;
    }
    .size-rich-text-sec.size-rich-text-sec-border {
         padding-bottom: 40px !important;
    }
    .section-anleitungen-section {
        margin-bottom: 40px;
    }
}
@media (max-width:989px){
    .recommanded_size_guide_wrapper,
    .sizeguide_overlay .image-with-text {
       max-width:100%;
       width: 100%;
    }
    .size-table-wrap .tab-content{
        max-width:100%;
    }
    .sizeguide_overlay .image-with-text .info-note h4,
    .sizeguide_overlay .image-with-text .info-note,
    .size-rich-text-sec .rich-text__text ,
    .sizeguide_overlay .image-with-text .info p{
        font-size: 13.33px;
        line-height: 17.33px;
    }
  .size-rich-text-sec .rich-text__blocks .rich-text__heading{
     font-size: 13.33px;
        line-height: 17.33px;
  }
  .size-rich-text-sec .rich-text__blocks .rich-text__heading{
    margin-bottom:20px;
  }
  .size-rich-text-sec-2 .rich-text__blocks{
        padding-top: 40px;
  }
  .size-rich-text-sec .rich-text__blocks .rich-text__buttons a{
    font-size:30px;
  }
  .size-rich-text-sec.size-rich-text-sec-border .rich-text__blocks{
      padding-bottom: 30px;
  }
  .size-rich-text-sec.size-rich-text-sec-border {
       padding-bottom: 30px !important;
  }
  .instructions-section-wrapper .instructions-block h2{
    font-size:30px;
  }
  .section-anleitungen-section .text__heading{
        margin-bottom: 20px !important;
  }
  .section-anleitungen-section {
      margin-bottom: 30px;
  }
}

    
/* ---------------------------------- end update design v2  ------------------------------------ */