/** Shopify CDN: Minification failed

Line 693:65 Unexpected "{"

**/

/* @font-face {
    font-family: 'Futura_medium';
    src: url('/cdn/shop/files/FuturaBT-Medium.woff2?v=1690360037') format('woff2'),
        url('/cdn/shop/files/FuturaBT-Medium.woff?v=1690360037') format('woff'),
        url('/cdn/shop/files/FuturaBT-Medium.ttf?v=1690360037') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
} */


/* 26-07-2023 Css */
#customproductconfigurator {
    margin-bottom: 0px;
}
#customproductconfigurator .outerenableconfiguration {
    display: flex;
    align-items: center;
    gap: 4px;
    padding-bottom: 12px;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 16px;
}
#customproductconfigurator .outerenableconfiguration label {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0.4px;
}
  
#customproductconfigurator .customoptionstep1, 
#customproductconfigurator .customoptionstep2, 
#customproductconfigurator .customoptionstep3,
#customproductconfigurator .customoptionstep3outer {
    position: relative;
    padding-left: 60px;
    padding-bottom: 40px;
}
#customproductconfigurator .customoptionstep3 {
    padding-bottom: 0 !important;
}
#customproductconfigurator .customoptionstep3outer .customoptionstep3 {
    padding-left: 0;
    margin-bottom: 18px;
}
#customproductconfigurator .customoptionstep1 .step1before, 
#customproductconfigurator .customoptionstep2 .step2before, 
#customproductconfigurator .customoptionstep3 .step3before,
#customproductconfigurator .customoptionstep3outer .step3before {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 18px;
    font-weight: 600;
    z-index: 1;
} 
#customproductconfigurator .customoptionstep1 .step1before, 
#customproductconfigurator .customoptionstep2 .step2before {
    background-color: #DDD;
} 
#customproductconfigurator .customoptionstep3 .step3before,
#customproductconfigurator .customoptionstep3outer .step3before {
    background-color: #F1F1F1;
} 
#customproductconfigurator .customoptionstep1::before, 
#customproductconfigurator .customoptionstep2::before,
#customproductconfigurator .customoptionstep3::before,
#customproductconfigurator .customoptionstep1::after, 
#customproductconfigurator .customoptionstep2::after{
    content: "";
    position: absolute;
    left: 20px;
    border: 1px solid #F1F1F1;
    top: 0;
    width: 2px;
    height: 100%;
}
#customproductconfigurator .customoptionstep2::before, #customproductconfigurator .customoptionstep2::after {
  display: none;
}
#customproductconfigurator .customoptionstep2.active::before, #customproductconfigurator .customoptionstep2.active::after {
  display: block;
}
#customproductconfigurator .customoptionstep1::after, 
#customproductconfigurator .customoptionstep2::after {
  border-color: #ddd;
}
#customproductconfigurator .customoptionstep3::after{
    height: 100%;
}
#customproductconfigurator .customoptionstep3::after {
    border: 1px solid #DDDDDD;
    height: 0%;
}
#customproductconfigurator.active .customoptionstep3::after {
    height: 100%;
    z-index: 0;
}
#customproductconfigurator .customoptionstep1 label, 
#customproductconfigurator .customoptionstep2 label,
#customproductconfigurator .customoptionstep3 label,
#customproductconfigurator .customoptionstep3outer label{
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 3.09px;
}
#customproductconfigurator .customoptionstep1 select {
    border: 1px solid #DDDDDD;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    /* color: #A4A4A4; */
    color: #000;
    letter-spacing: 0.6px;
    padding: 10px 16px;
    background-color: #FFF;
}

#customproductconfigurator .customoptionstep2 .buttonflex div {
    display: flex;
    align-items: flex-start;
}

#customproductconfigurator .customoptionstep2 .buttonflex label {
    text-transform: none;
    letter-spacing: 0.5px;
    margin: 0;
    line-height: 1em;
    display: flex;
    gap: 3px;
    align-items: baseline;
}

.buttonflex {
    display: flex;
    gap: 18px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}
.buttonflex div {
    width: 48%;
}
#customproductconfigurator .customoptionstep2 .additional_data p {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#customproductconfigurator .customoptionstep2 .additional_data p label {
    width: 50%;
    color: #000;
    text-transform: none;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin: 0;
}
#customproductconfigurator .customoptionstep2 .additional_data p label:nth-child(2) {
    text-align: right;
}
/* #customproductconfigurator .customoptionstep2 .additional_data p  input:placeholder{
  font-size: 29px !important;
  position:unset !important;
  line-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
   top: 0px !important;
    position: relative;
}  */
#customproductconfigurator .customoptionstep2 .additional_data p  input {
    width: 100%;
    color: #000;
    opacity: 1;
    font-size: 15px;
    padding: 10px 16px 10px 0px;
    margin-top: 5px;
    font-weight: 500;
    letter-spacing: 1px;
  background-color: #FFF;
  font-size: 20px ;
  text-transform: inherit;
  text-indent: 16px;
}
#customproductconfigurator .customoptionstep2 .additional_data p input::placeholder {
    color: #A4A4A4;
    height: 40px;
}
#customproductconfigurator .customoptionstep3 .globalfontselectcss {
    border: 1px solid #DDDDDD;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 16px;
    letter-spacing: 0.5px;
    background-color: #fff;
    background-image: url('/cdn/shop/files/Vector_3.svg?v=1690355954');
    background-position: 96% 50%;
    background-size: 15px;
    background-repeat: no-repeat;
    margin-bottom: 0px;
    cursor: pointer;
  font-family: font1;
}

#customproductconfigurator .customoptionstep3.differentfont2outer {
    margin-top: 0px;
}
#customproductconfigurator .customoptionstep3 .fontdatacss {
    background-color: #fff;
    border: 1px solid #DDDDDD;
}
#customproductconfigurator .customoptionstep3 .fontdatacss span{
  cursor:default;
}
#customproductconfigurator .customoptionstep3 .fontdatacss span {
    width: 100%;
    display: block;
    padding: 8px 20px;
    border-bottom: 1px solid #DDDDDD;
    /* color: #707070; */
    color: #000;
}
#customproductconfigurator .customoptionstep3 .fontdatacss span.fontincrease {
    font-size: 22px;
}
#customproductconfigurator .customoptionstep3 .fontdatacss span.active {
  color: #000000;
}
#customproductconfigurator .customoptionstep2 span.money_price {
    color: #A4A4A4;
    font-size: 15px;
    margin-left: 3px;
}

#customproductconfigurator .outerenableconfiguration input[type=checkbox],
#customproductconfigurator .customoptionstep2 .buttonflex input[type=checkbox] {
  position: relative;
	border: 1px solid #C8C8C8;
	border-radius: 2px;
	background: none;
	cursor: pointer;
	line-height: 0;
	margin: 0 .6em 0 0;
	outline: 0;
	padding: 0 !important;
	vertical-align: text-top;
	height: 18px;
	width: 18px;
	-webkit-appearance: none;
  opacity: 1;
  border-radius: 3px;
      min-width: 15px;
}
#customproductconfigurator .outerenableconfiguration input[type=checkbox]:checked,
#customproductconfigurator .customoptionstep2 .buttonflex input[type=checkbox]:checked {
  background-color: #DDDDDD;
  opacity: 1;
}
#customproductconfigurator .outerenableconfiguration input[type=checkbox]::before,
#customproductconfigurator .customoptionstep2 .buttonflex input[type=checkbox]::before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 5px;
    height: 9px;
    border: solid #323232;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
}
#customproductconfigurator .outerenableconfiguration input[type=checkbox]:checked::before,
#customproductconfigurator .customoptionstep2 .buttonflex input[type=checkbox]:checked::before {
    opacity: 1;
}

.customstylevariant label.variant__label {
    text-transform: none;
    font-size: 16px !important;
    letter-spacing: 0.5px !important;
    padding-inline: 12px;
}
.customstylevariant .variant-input-wrap .variant-input {
    width: 100%;
}
.customstylevariant .variant-input-wrap .variant-input label.variant__button-label, 
.customstylevariant .variant-input-wrap .variant-input label.variant__button-label span {
    width: 100%;
    box-shadow: none;
    border-top: 1px solid #DDDDDD;
    margin: 0 !important;
    text-transform: uppercase;
    letter-spacing: 3.09px;
    font-weight: 500;
    font-size: 12px;
    /* font-family: 'Futura_medium'; */
    padding-block: 12px;
    overflow: unset;
  transition: 0.3s ease-in-out;
}
.customstylevariant .variant-input-wrap .variant-input input[type=radio]:checked + label.variant__button-label {
  background-color:#ddd;
}
.customstylevariant .wrapper-option {
    padding-inline: 5px !important;
}
.customstylevariant .variant-input-wrap .variant-input label.variant__button-label span.extratextvarient {
    padding: 3px 7px;
    display: inline-block;
    letter-spacing: 2px;
    width: max-content;
    border: 0;
}
.customstylevariant .variant-input-wrap .variant-input label.variant__button-label span:nth-child(2) {
    letter-spacing: 0.6px;
    border-top: 0;
}
.container-variant-inner span.variant__label-info {
    justify-content: flex-end;
    width: 70%;
}


#customproductconfigurator .customoptionstep3::before, #customproductconfigurator .customoptionstep3::after {
  display:none;
}

#customproductconfigurator.active .customoptionstep1 .step1before,
#customproductconfigurator.active .customoptionstep2 .step2before,
#customproductconfigurator.active .customoptionstep3 .step3before {
    background-color: #DDD;
}
#CartDrawer .goodchoice {
    color: #000;
    font-weight: 500;
}
#CartDrawer .goodchoice b {
    text-transform: capitalize;
}
#CartDrawer span.cart__item-name {
    text-transform: uppercase;
}

#CartDrawer .cart__item--variants {
    color: #727272;
    text-transform: uppercase;
    font-size:12px;
}
#CartDrawer .cart__item--variants span {
    letter-spacing: 2.5px;
    font-weight: 600;
    font-size: 13px;
}
#CartDrawer .second_price {
    display: none !important;
}
#CartDrawer .cart__item-price-col {
    align-self: flex-end;
}
#CartDrawer .cart__item-price-col span.cart__price {
    font-weight: 700;
    color: #000 !important;
    letter-spacing: 3px;
     /* position: absolute;
    right: 0;
    bottom: -1px;  */
}

#CartDrawer .linkedproduct {
    margin-bottom: 0;
    padding-bottom: 12px;
}
#CartDrawer .linkedproduct span.cart__item-name {
    font-weight: 500;
    letter-spacing: 3.09px;
}
#CartDrawer .linkedproduct .cart__image {
    display: none;
}
#CartDrawer .linkedproduct .customproperty {
    display: flex;
    gap: 10px;
    color: #727272;
    text-transform: uppercase;
}
#CartDrawer .linkedproduct .otherproduct {
    display: none;
}
#CartDrawer .linkedproduct .hiddthis {
    display: none;
}

#CartDrawer .linkedproduct button.js-qty__adjust {
  display: none;
}
#CartDrawer .linkedproduct .js-qty__wrapper input {
    padding: 4px 0 !important;
    font-size: 12px !important;
    pointer-events: none;
}
#CartDrawer .linkedproduct .customproperty strong {
    color: #000000;
    letter-spacing: 0.7px;
}
#CartDrawer .linkedproduct .customproperty div:nth-child(1) {
    text-transform: none;
}
#CartDrawer .cart__item {
    margin-bottom: 0;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 18px;
}
span.customvariantselected {
    box-shadow: none;
    border-top: 0px solid #DDDDDD;
    margin: 0 !important;
    text-transform: uppercase;
    letter-spacing: 3.09px;
    font-weight: 500;
    font-size: 12px;
    padding-block: 2px;
    overflow: unset;
    transition: 0.3s ease-in-out;
    color: #000;
}
span.customvariantselected span.extratextvarient {
    padding: 3px 7px;
    display: inline-block;
    letter-spacing: 2px;
    width: max-content;
    font-size: 10px;
}
span.customvariantselected span.extratextvarient:nth-child(2) {
    letter-spacing: 0.6px;
}
span.product__price .money {
    font-weight: 700;
    letter-spacing: 1.2px;
}
/* #Vorderseitetextfield, #Ruckseitetextfield, #richtsvomtextfield, #linksvomtextfield  */
input.sameclassforglobalfont {
    padding-block: 0 !important;
    line-height: 2.1em;
    /* font-size: 30px !important; */
    font-weight: 500 !important;
}
/* , #Ruckseitetextfield::placeholder, #richtsvomtextfield::placeholder, #linksvomtextfield::placeholder  */
input.sameclassforglobalfont::placeholder {
    font-size: 15px !important;
    top: -2px;
    position: relative;
}

.delayload .js-qty__wrapper {
    opacity: 0.2;
    pointer-events: none;
}

input.sameclassforglobalfont::placeholder {font-size: 22px !important;opacity: 0.8;}

@media (max-width:767px) {
  .customstylevariant label.variant__label {
    font-size: 14px !important;
    padding-inline: 2px;
  }
  span.option-action {
    right: 12px;
}
  #customproductconfigurator .outerenableconfiguration label {
        font-size: 20px;
    padding: 7px 12px;
    cursor: pointer;
    color: #000;
}
  #customproductconfigurator .customoptionstep1 .step1before, 
  #customproductconfigurator .customoptionstep2 .step2before, 
  #customproductconfigurator .customoptionstep3 .step3before,
  #customproductconfigurator .customoptionstep3outer .step3before {
    width: 32px;
    height: 32px;
    font-size: 15px;
}
  #customproductconfigurator .customoptionstep1, 
  #customproductconfigurator .customoptionstep2, 
  #customproductconfigurator .customoptionstep3,
  #customproductconfigurator .customoptionstep3outer {
    padding-left: 48px;
}
#customproductconfigurator .customoptionstep1 label, 
  #customproductconfigurator .customoptionstep2 label, 
  #customproductconfigurator .customoptionstep3 label,
   #customproductconfigurator .customoptionstep3outer label {
    font-size: 12px;
}
#customproductconfigurator .customoptionstep1::before, 
#customproductconfigurator .customoptionstep2::before, 
#customproductconfigurator .customoptionstep3::before,
#customproductconfigurator .customoptionstep1::after, 
#customproductconfigurator .customoptionstep2::after, 
#customproductconfigurator .customoptionstep3::after{
    left: 15px;
}
#customproductconfigurator .customoptionstep2 .additional_data p  input {
    padding: 10px 12px 10px 0px;
    font-size: 14px ;
    text-indent: 12px;
}
#customproductconfigurator .customoptionstep3 .globalfontselectcss {
    font-size: 14px;
    padding: 10px 12px;
  cursor:pointer;
}
#customproductconfigurator .outerenableconfiguration input[type=checkbox], #customproductconfigurator .customoptionstep2 .buttonflex input[type=checkbox] {
    margin: 0 8px 0 0;
    height: 15px;
    width: 15px;
  background: #FFF;
}
#customproductconfigurator .outerenableconfiguration input[type=checkbox]::before, #customproductconfigurator .customoptionstep2 .buttonflex input[type=checkbox]::before {
    width: 4px;
    height: 8px;
    margin: 0px 0px 0 0px;
}
#customproductconfigurator .customoptionstep1 select {
    padding: 10px 12px;
    font-size: 14px !important;
}
#customproductconfigurator .customoptionstep1, 
#customproductconfigurator .customoptionstep2, 
#customproductconfigurator .customoptionstep3 {
    padding-bottom: 30px;
}
.drawer-sidebar-inner .cart__item .cart__item-details .cart__item-title .cart__item-name {
    font-size: 12px;
    margin-bottom: 6px;
}
#CartDrawer .cart__item--variants span {
    letter-spacing: 2px;
    font-size: 11px;
}
#CartDrawer .linkedproduct .customproperty {
    font-size: 10px;
}
.customstylevariant .variant-input-wrap .variant-input label.variant__button-label, span.customvariantselected {
    letter-spacing: 2px;
    font-size: 10px;
    padding-inline: 6px;
}
.customstylevariant .variant-input-wrap .variant-input label.variant__button-label span.extratextvarient, span.customvariantselected span.extratextvarient {
    padding: 2px 4px;
    letter-spacing: 1px;
    font-size: 10px;
    border:0
}
.customstylevariant .variant-input-wrap .variant-input label.variant__button-label span:nth-child(2), span.customvariantselected span.extratextvarient:nth-child(2) {
    letter-spacing: 0.6px;
    padding-inline: 3px;
}

#customproductconfigurator .customoptionstep2 span.money_price { 
    font-size: 12px;
}
/* input#Vorderseitetextfield, input#Ruckseitetextfield  */
  input.sameclassforglobalfont {
    line-height: 42px;
}
/* input.sameclassforglobalfont::placeholder, 
input#Ruckseitetextfield::placeholder, 
#richtsvomtextfield::placeholder, 
#linksvomtextfield::placeholder  */
input.sameclassforglobalfont::placeholder {
    top: 0px; 
    font-size: 12px;
}
.buttonflex div {
    width: 47%;
}
#customproductconfigurator .customoptionstep2 .buttonflex label {
    line-height: 1.4em;
}
}

.sameclassforglobalfont {
    font-family: 'font1';
}

.customstylevariant .custom-new {
    text-transform: uppercase;
    letter-spacing: .3em;
    margin-bottom: 0px;
    display: block;
    font-size: .8em;
}


span.increasefont {
    font-size: 28px !important;
    padding: 0 20px;
    line-height: 1em;
}
/* 26-07-2023 Css */

.samecl_bagerequired {
  display:none;
  color:red;
}

.font_update {
    font-size: 30px !important;
    line-height: normal !important;
    height: 46px !important;
}
input.font_update::placeholder {
    font-size: 26px !important;
}


label.variant__button-label.sizeswatch.disabled {
    /* pointer-events: none; */
}

#CartDrawer .cart__item-price-col span.cart__price{
letter-spacing:normal;
white-space: nowrap;
}



.disbalebutton-custom .btn--add-to-cart {
  display:none !important;
}

#customproductconfigurator input[style="font-family: font2;"] {
    font-weight: 500 !important;
    letter-spacing: 1px;
    font-size: 38px !important;
    line-height: 1 !important;
}

#customproductconfigurator input[style="font-family: font7;"] {
    font-size: 30px !important;
    line-height: 1.4 !important;
    padding-block: 2px !important;
}

#customproductconfigurator .globalfontselectcss.cl2-de {
  font-size: 22px;
}
#customproductconfigurator .globalfontselectcss[style="font-family: font1;"] {
    font-size: 24px;
    /* padding-block: 4px; */
}

#customproductconfigurator .globalfontselectcss[style="font-family: font2;"] {
    font-size: 30px;
    padding-block: 0px;
}
#customproductconfigurator .globalfontselectcss[style="font-family: font7;"] {
    font-size: 24px;
    padding-block: 4px;
}

@media (min-width: 767px) {
  .benifits-wrapper .item-wrapper {
    background: #e2e2e2;
}
}


@media (max-width:767px){
 .font_update
{
font-size:28px !important;

} 
  #customproductconfigurator .customoptionstep3 .fontdatacss span {
    color: #000;
    font-size: 16px;
}
  #customproductconfigurator input[style="font-family: font7;"], {
    font-size: 28px !important;
}
.container-variant-inner .product-variant-selector .option-action {
    margin-left: 15px;
}

#customproductconfigurator .globalfontselectcss.cl2-de {
    padding-block: 5px;
}
#customproductconfigurator .globalfontselectcss[style="font-family: font1;"] {
    padding-block: 4px;
}
#customproductconfigurator .globalfontselectcss[style="font-family: font2;"] {
    font-size: 30px;
    padding-block: 0px;
}
 
}




@media (max-width: 1550px) {
  .buttonflex div {
    width: 100%;
}
}

@media (max-width: 1450px) {
    #customproductconfigurator .customoptionstep2 .buttonflex div {
        width: 100%;
    }
  .buttonflex div {
    width: 100%;
}
}

span.fontinneerselect {
    cursor: pointer !important;
}

.product-single__meta h1.h2.product-single__title {
    line-height: normal;
}

.hide-this-true .ruk_rating_snippet {
    display: none;
}

/* a#configurationbutton[disabled="disabled"] {
    pointer-events: none;
}
.custombuttonwrapper .disabled {
    pointer-events: none;
} */