@font-face {
  font-family: NeueHaasDisplayMediu;
  src: url("../fonts/NeueHaasDisplayMediu.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: NeueHaas;
  src: url("../fonts/NeueHaasDisplayLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ibmplexmono;
  src: url("../fonts/IBMPlexMono-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opensans;
  src: url("../fonts/OpenSans-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Opensans it;
  src: url("../fonts/OpenSans-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Opensans it;
  src: url("../fonts/OpenSans-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Opensans it;
  src: url("../fonts/OpenSans-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Opensans it;
  src: url("../fonts/OpenSans-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Montserrat it;
  src: url("../fonts/Montserrat-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Montserrat it;
  src: url("../fonts/Montserrat-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Montserrat it;
  src: url("../fonts/Montserrat-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Montserrat it;
  src: url("../fonts/Montserrat-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

:root {
  --black: black;
  --white: white;
  --primary-color: #d9434a;
  --green: #2cb43e;
  --vv: #fe502d;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartquantityinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commerceaddtocartquantityinput::placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceaddtocarterror {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.w-commerce-commercecartproductname {
  font-weight: 700;
}

.w-commerce-commercecartoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercecartquantity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecartquantity::placeholder {
  color: #999;
}

.w-commerce-commercecartquantity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

.w-commerce-commercecartordervalue {
  font-weight: 700;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon,
.w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus,
.w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus,
.w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus,
.w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem,
.w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem,
.w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: 0.33em;
}

.w-commerce-commercecheckoutshippingsummarywrapper,
.w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-users-userresetpasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown,
  .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity,
  .w-commerce-commercecheckoutemailinput,
  .w-commerce-commercecheckoutshippingfullname,
  .w-commerce-commercecheckoutshippingstreetaddress,
  .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity,
  .w-commerce-commercecheckoutshippingstateprovince,
  .w-commerce-commercecheckoutshippingzippostalcode,
  .w-commerce-commercecheckoutshippingcountryselector,
  .w-commerce-commercecheckoutcardnumber,
  .w-commerce-commercecheckoutcardexpirationdate,
  .w-commerce-commercecheckoutcardsecuritycode,
  .w-commerce-commercecheckoutbillingfullname,
  .w-commerce-commercecheckoutbillingstreetaddress,
  .w-commerce-commercecheckoutbillingstreetaddressoptional,
  .w-commerce-commercecheckoutbillingcity,
  .w-commerce-commercecheckoutbillingstateprovince,
  .w-commerce-commercecheckoutbillingzippostalcode,
  .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

body {
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
  font-size: 7em;
  font-weight: 500;
  line-height: 1;
}

h2 {
  color: var(--black);
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
  font-size: 7em;
  font-weight: 500;
  line-height: 1;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  color: #000;
  margin-bottom: 0;
  font-family: NeueHaas, Arial, sans-serif;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.1;
}

a {
  color: var(--black);
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  padding-bottom: 5px;
  padding-left: 5px;
}

.page-wrapper {
  max-width: 100vw;
  height: 100%;
  overflow: hidden;
}

.page-wrapper.overflow-on {
  overflow: visible;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  display: flex;
  position: relative;
}

.css-styles {
  position: fixed;
  inset: 0% 0% auto;
}

.spacer {
  justify-content: flex-start;
  align-items: center;
  width: 15%;
  display: flex;
  position: relative;
}

.spacer.flex-right {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  justify-content: flex-end;
  width: 15%;
  display: flex;
  position: relative;
}

.spacer.more-width {
  width: 50%;
}

.spacer.footer {
  width: 50%;
  position: static;
}

.logo-link {
  width: 14em;
  display: block;
}

.logo {
  aspect-ratio: 0;
  width: 140px;
  height: auto;
  display: block;
}

.link {
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.link.socials {
  cursor: pointer;
  margin-top: 14px;
  margin-left: 0;
}

.link.socials.less-margin {
  margin-left: 0.5em;
}

.link.socials.icon {
  margin-top: 3px;
}

.link.socials.no-gap {
  margin-top: 0;
}

.link.mobile-menu-space.w--current {
  display: block;
}

.link-text {
  color: var(--white);
  font-family: IBM Plex Mono;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.link-text.cycled {
  position: absolute;
}

.link-text.white {
  color: #fff;
  cursor: pointer;
  font-family: IBM Plex Mono;
  font-size: 14px;
  font-weight: 500;
}

.link-text.white.cycled {
  color: var(--primary-color);
  text-transform: uppercase;
  cursor: pointer;
  font-family: Ibmplexmono, Arial, sans-serif;
  font-size: 1.25em;
}

.link-text.white.cycled.foot {
  font-size: 1em;
}

.link-text.white.cycled.foot.bigger {
  color: var(--black);
  font-size: 1.25em;
}

.link-text.opacity-change {
  color: var(--white);
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 0;
  font-family: Ibmplexmono, Arial, sans-serif;
  font-size: 1.25em;
}

.link-text.opacity-change.foot {
  font-size: 1em;
}

.link-text.opacity-change.foot.bigger {
  font-size: 1.25em;
}

.button-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-cycle-wrapper {
  cursor: pointer;
  text-decoration: none;
  position: relative;
  overflow: visible;
}

.section-project {
  width: 100%;
  height: 100vh;
  padding-top: 0;
}

.section-project.padding {
  z-index: auto;
  background-color: var(--white);
  margin-top: 70px;
  display: flex;
  position: relative;
}

.section-project.padding.kategorie-hintergrund {
  z-index: auto;
  background-color: #fff;
  flex-direction: column;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.section-project.padding {
  z-index: 10;
  background-color: #fff;
  height: 100vh;
  margin-top: 70px;
  position: relative;
}

.section-project.padding.kategorie-hintergrund {
  background-color: #fff;
  height: auto;
}

.section-project.banner {
  height: auto;
  margin-top: 70px;
  position: relative;
}

.container {
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 5%;
}

.container.no-padding {
  background-color: #0000;
  width: 100%;
  padding: 0 0;
  position: relative;
}

.container.no-padding.pokemon-background {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  width: auto;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container.title-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-left: 5%;
  margin-right: 5%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.marquee-list {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marquee-item {
  flex: none;
  justify-content: space-between;
  align-items: center;
  margin-right: 5em;
  display: flex;
}

.marquee-item.marquee-2 {
  background-color: #0000;
  border-top-style: none;
  border-top-width: 0;
  border-bottom-style: none;
  border-bottom-width: 0;
}

.marquee-item.marquee-2.pokemon-banner {
  flex: 0 auto;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.marquee-track {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.marquee {
  z-index: 3;
  background-color: var(--white);
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 3.8em;
  padding-bottom: 2.3em;
  display: flex;
  position: relative;
  left: auto;
  overflow: hidden;
}

.marquee.produkt-banner {
  z-index: 11;
  background-color: #d4ff17;
  border: 1px solid #000;
  border-style: solid none;
  border-radius: 1px;
  margin-top: 69px;
  padding-top: 2em;
  padding-bottom: 2em;
}

.marquee.produkt-banner.home {
  background-color: #d4ff17;
  height: auto;
  margin-top: 81.5px;
  position: static;
}

.infinite-heading {
  color: var(--black);
  text-transform: uppercase;
  white-space: nowrap;
  cursor: default;
  margin-top: 0;
  margin-bottom: 0;
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
  font-size: 20em;
  font-weight: 500;
  line-height: 0.8;
}

.infinite-heading.sammler {
  margin-top: 0;
  margin-bottom: 0;
}

.infinite-heading.sammler.produkt-banner {
  font-size: 1.3em;
}

.infinite-heading.produkt-banner.sammler {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.1;
}

.infinite-heading.produkt-banner.sammler.link {
  cursor: pointer;
  line-height: 1.1;
}

.devider {
  background-color: var(--black);
  width: 5em;
  height: 0.65em;
}

.devider.large {
  background-color: #0000;
  width: auto;
  height: auto;
  display: block;
}

.left-column {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 100%;
  padding: 0 4em 0 0;
  display: flex;
  position: relative;
}

.left-column.no-padding {
  padding: 0;
}

.right-column {
  border-left: 1px solid #000;
  justify-content: flex-start;
  align-items: stretch;
  width: 50%;
  height: 100%;
  padding: 2em 5%;
  display: flex;
  position: relative;
}

.right-column.flex-top-vertical {
  border-left-style: none;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-start;
  padding: 2em 5%;
}

.right-column.flex-top-vertical.sticky {
  justify-content: flex-start;
  padding-left: 5%;
  position: sticky;
  top: 100px;
}

.right-column.flex-top-vertical.no-space {
  padding-bottom: 0;
  padding-left: 0%;
}

.paragraph-wrapper {
  width: 37em;
}

.paragraph-wrapper.project-info {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--black);
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  height: auto;
}

.paragraph {
  cursor: default;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: NeueHaas, Arial, sans-serif;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.2;
  list-style-type: decimal;
}

.paragraph.list-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--black);
  flex-flow: column;
  list-style-type: decimal;
  display: flex;
}

.project-info-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.project-info {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 46em;
  display: flex;
  position: static;
}

.project-info.auto-height {
  align-items: stretch;
  height: auto;
  display: flex;
}

.project-info-img-wrapper {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.bottom-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.top-wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  display: flex;
  width: 100%;
}

.heading-wrapper {
  cursor: pointer;
  justify-content: flex-start;
  text-decoration: none;
  display: flex;
}

.heading-wrapper.alone-wrapper {
  cursor: default;
}

.heading {
  text-transform: uppercase;
  cursor: default;
  margin-top: 0;
  margin-bottom: 0;
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
  font-size: 4em;
  font-weight: 500;
  line-height: 1;
}

.heading.stripe-accent {
  color: #00000026;
  cursor: default;
  margin-left: 0;
  margin-right: 0.5em;
  font-size: 3em;
}

.section-products {
  z-index: 10;
  background-color: var(--white);
  border-bottom: 1px #000;
  width: 100%;
  display: flex;
  position: static;
}

.section-footer {
  z-index: 1;
  background-color: var(--black);
  border-top: 1px #000;
  position: static;
  inset: auto 0% 0%;
}

.top-footer {
  border-top: 1px #fff3;
  border-left: 1px #fff3;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.bottom-footer {
  border-top: 1px solid #fff3;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 2em 5%;
  display: flex;
}

.footer-column {
  width: 100%;
  height: 30em;
}

.footer-column.border {
  border-left: 1px solid #fff3;
  border-right: 1px #fff3;
}

.vertical-spacer {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2em 2em 2em 10%;
  display: flex;
}

.footer-contact {
  color: var(--white);
  text-transform: uppercase;
  cursor: default;
  font-family: Ibmplexmono, Arial, sans-serif;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.6;
  text-decoration: none;
  position: relative;
  top: auto;
}

.footer-contact.small {
  font-size: 1em;
}

.footer-text-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: row;
  display: flex;
}

.footer-text-wrapper.more-gap {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: row;
}

.footer-text-wrapper.more-gap._1 {
  justify-content: flex-start;
  align-items: center;
}

.heading-2 {
  color: #fff;
  font-family: Pokemon hollow;
  font-size: 100px;
  font-weight: 400;
}

.heading-2.lololo {
  color: #000;
  cursor: default;
  margin-top: 0;
  margin-bottom: 0;
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
  font-weight: 500;
}

.heading-2.lololo.pokemon-banner {
  cursor: default;
  justify-content: center;
  align-items: stretch;
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
  font-size: 5em;
  font-weight: 500;
  line-height: 5px;
  display: flex;
}

.bestenpreise {
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  padding-left: 10px;
  display: flex;
}

.dropdown-link {
  color: #fff;
  text-transform: uppercase;
  font-family: Ibmplexmono, Arial, sans-serif;
  font-size: 1.15em;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: none;
  transition: color 0.2s;
}

.dropdown-link:hover {
  color: var(--primary-color);
}

.dropdown-link.w--current {
  color: var(--primary-color);
  text-decoration: none;
}

.warenkorb-divblock {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  display: flex;
}

.cart-button {
  background-color: #000;
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
}

.cart-quantity {
  color: #fff;
  text-align: center;
  background-color: #0000;
  justify-content: center;
  margin-left: 0;
  font-size: 10px;
  font-weight: 500;
  display: flex;
  position: absolute;
  top: 17px;
  left: 13px;
  right: 13px;
}

.warenkorb {
  aspect-ratio: 1;
  width: 25px;
  height: 25px;
}

.link-3 {
  color: #fff;
  text-decoration: none;
}

.link-5 {
  color: var(--white);
  cursor: pointer;
  text-decoration: none;
}

.foot-wrapper {
  width: 50%;
}

.cart-container {
  background-color: #fff;
  border-radius: 10px;
}

.heading-6 {
  color: #000;
  text-transform: uppercase;
  cursor: default;
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.text-block-2 {
  color: #000;
  cursor: default;
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.1;
}

.text-block-3 {
  color: #000;
  cursor: default;
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.text-block-4,
.text-block-5 {
  color: var(--white);
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
}

.text-block-6 {
  color: var(--primary-color);
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.remove-button {
  text-decoration: none;
}

.cart-quantity-2 {
  color: #000;
  -webkit-text-stroke-color: #fff;
  background-color: #fff;
  border-color: #000;
  border-radius: 10px;
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.text-block-7 {
  color: #000;
  text-transform: uppercase;
  cursor: default;
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.preis-im-warenkorb {
  color: #000;
  cursor: default;
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.checkout-button {
  text-transform: uppercase;
  background-color: #22a118;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  display: flex;
}

.icon-4 {
  color: var(--white);
  -webkit-text-stroke-color: #fff;
  border: 1px #000;
}

.close-button {
  color: #fff;
  border: 1px #000;
}

.text-block-9 {
  color: #000;
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
  font-size: 12px;
}

.checkout-form {
  background-color: var(--primary-color);
}

.filter-wrapper {
  width: 25%;
  max-width: none;
  height: 100%;
  padding: 2em 0% 2em 5%;
}

.produkte-wrapper {
  justify-content: flex-end;
  width: 75%;
  height: 100%;
  padding: 2em 5% 2em 3em;
  display: block;
}

.jetboost-list-wrapper-xm82.pokemon-produkte {
  display: block;
  position: static;
}

.bilder-produkt {
  object-fit: contain;
  background-color: #0000;
  border-radius: 10px;
  width: 100%;
  height: 300px;
  min-height: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: block;
  box-shadow: 1px 1px 10px #0003;
}

.produkt-text {
  color: var(--black);
  cursor: default;
  margin-top: 0;
  margin-bottom: 0;
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
  font-size: 1.15em;
  font-weight: 500;
  line-height: 1.1;
}

.produkt-text.stock {
  display: none;
}

.produkt-text.in-stock {
  color: var(--green);
}

.produkt-text.out-of-stock {
  color: var(--primary-color);
}

.produkt-item {
  flex-direction: column;
  width: 100%;
  display: block;
}

.produkt-item.product-page {
  width: auto;
  max-width: 25.75em;
}

.text-unter-produkt {
  min-height: 65px;
  margin-bottom: 1em;
  padding-top: 10px;
  padding-bottom: 0;
}

.field-label-2 {
  display: none;
}

.mengenzahl-button {
  text-align: center;
  border-radius: 10px;
  padding-left: 6px;
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
  font-size: 12px;
  display: none;
}

.mengenzahl-button.hidden-menge {
  display: none;
}

.warenkorb-button {
  background-color: var(--primary-color);
  opacity: 1;
  text-align: center;
  border: 1px solid #000;
  border-radius: 10px;
  justify-content: center;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.warenkorb-button.xl {
  text-transform: uppercase;
  width: 100%;
  padding: 24px 32px;
  font-size: 1.25em;
}

.warenkorb-button.ghost {
  background-color: var(--white);
  color: #080808;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #000;
  width: 100%;
  display: none;
}

.bild-im-warenkorb {
  border-radius: 10px;
  box-shadow: 1px 1px 5px #0003;
}

.sold-out-button {
  text-align: center;
  text-transform: uppercase;
  cursor: default;
  background-color: #ddd;
  border: 1px solid #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 5px;
  padding: 9px 15px;
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.sold-out-button.productpage {
  padding: 24px 32px;
  font-size: 16px;
}

.out-of-stock-state {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #0000;
  border-radius: 0;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-top: 0;
  margin-bottom: 15px;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.error-state {
  background-color: var(--primary-color);
  border-radius: 10px;
}

.error-message {
  color: #fff;
  cursor: default;
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
}

.c-previous-order-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: default;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.857rem;
  padding: 2.857rem 4.571rem;
  display: grid;
}

.c-dash-status {
  text-transform: uppercase;
  width: 150px;
  margin-right: 0;
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
  font-weight: 500;
}

.cancelled-label {
  color: #e86986;
  text-align: center;
  background-color: #fcf1f6;
  border-radius: 10px;
  width: auto;
  padding: 0.571rem 1rem;
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
  font-weight: 500;
}

.c-login-back-svg {
  width: 1rem;
  height: 1rem;
}

.c-dash-date {
  text-transform: uppercase;
  width: 150px;
  margin-right: 0;
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
  font-weight: 500;
}

.c-dash-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 4rem;
  display: grid;
}

.wrapper-1600 {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.c-dash-label {
  color: var(--black);
  cursor: default;
  width: 150px;
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
  font-weight: 500;
}

.c-dash-label.order,
.c-dash-label.date,
.c-dash-label.status {
  color: var(--black);
  width: 150px;
  margin-right: 0;
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
  font-weight: 500;
}

.c-dash-label.last {
  text-align: right;
}

.dashboard {
  z-index: 2;
  background-color: var(--white);
  padding: 8rem 5%;
  position: static;
}

.c-previous-labels {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #e4e4e4;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.286rem;
  padding-left: 4.571rem;
  padding-right: 4.571rem;
  display: grid;
}

.c-dashboard-chart {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  min-height: 28.571rem;
  margin-top: 4em;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
}

.c-po-left {
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  display: flex;
}

.c-dash-button-wrap {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  place-items: center start;
  display: grid;
}

.processing-label {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #eee;
  border-radius: 10px;
  flex: 0 auto;
  padding: 0.571rem 1rem;
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
  font-weight: 500;
}

.c-previous-order-details {
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  display: flex;
}

.cart-button-black {
  color: #252525;
  background-color: #0000;
  border: 0.125rem solid #000;
  border-radius: 0.3125rem;
  padding: 1rem 2.625rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem;
  transition: all 0.3s;
}

.cart-button-black:hover {
  color: #f3f3f3;
  background-color: #171721;
}

.cart-button-black.cart.accounts {
  color: #fff;
  background-color: #1a1a1a;
}

.cart-button-black.cart.accounts:hover {
  color: #000;
  background-color: #fff;
}

.cart-button-black.cart.accounts.secondary {
  color: #000;
  text-align: center;
  background-color: #0000;
  width: 100%;
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
  font-weight: 500;
}

.cart-button-black.cart.accounts.secondary:hover {
  color: #fff;
  background-color: #000;
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
}

.cart-button-black.cart.accounts.delay {
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
  font-weight: 500;
  transition: all 0.3s;
}

.c-chart {
  height: 100%;
  padding-top: 1em;
  padding-bottom: 2em;
}

.c-dash-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-around space-between;
  place-items: stretch baseline;
  display: grid;
}

.c-previousorders {
  margin-top: 5.714rem;
}

.c-address-title._2 {
  text-transform: uppercase;
  margin-top: 3rem;
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
}

.c-address-title-wrap {
  flex-direction: column;
  display: flex;
}

._1256-container {
  z-index: 2;
  background-color: var(--white);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem;
  position: relative;
}

.address-form {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  padding: 2rem;
  display: block;
}

.addresses-back-button {
  cursor: pointer;
  border: 2px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.286rem;
  height: 2.286rem;
  margin-bottom: 2rem;
  display: flex;
  position: relative;
}

.c-form-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.adress-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.login {
  z-index: 2;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 9.143rem;
  padding-bottom: 9rem;
  display: flex;
  position: relative;
}

.login.accounts {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.cart-button-ghost {
  color: #252525;
  text-transform: uppercase;
  background-color: #0000;
  border: 0.125rem solid #000;
  border-radius: 0.3125rem;
  padding: 1rem 2.625rem;
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem;
  transition: all 0.3s;
}

.cart-button-ghost:hover {
  color: #f3f3f3;
  background-color: #171721;
}

.delete-address {
  text-transform: uppercase;
  background-color: #ec4438;
  border-radius: 8px;
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
  font-size: 1rem;
}

.c-login-img {
  object-fit: cover;
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
  width: 100%;
  height: 100%;
}

.white {
  color: #fff;
}

.white.review-heading {
  text-transform: uppercase;
  cursor: default;
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
  font-size: 1.15em;
  font-weight: 500;
}

.white.review-paragraph {
  text-transform: none;
  cursor: default;
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
  font-size: 1em;
  font-weight: 500;
}

.c-login-dividier {
  background-color: #e4e4e4;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.c-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.c-login-text-field {
  background-color: #0000;
  border: 1px #000;
  border-bottom-style: dashed;
  margin-bottom: 3rem;
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
  font-size: 1em;
  font-weight: 500;
}

.form-block {
  flex-direction: column;
  justify-content: center;
  padding: 1.814rem 0 1.814rem 5.714rem;
  display: block;
}

.form-block.reset-password {
  display: none;
}

.c-login-form {
  z-index: 1;
  grid-column-gap: 5.714rem;
  grid-row-gap: 5.714rem;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 1em;
  grid-template-rows: auto;
  grid-template-columns: 0.5fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  place-items: center stretch;
  display: grid;
  position: relative;
}

.login-back-button {
  cursor: pointer;
  border: 2px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.286rem;
  height: 2.286rem;
  margin-left: 1.75rem;
  display: none;
  position: absolute;
  inset: 1.5rem auto auto 0%;
}

.c-login-img-wrap {
  height: 100%;
  position: relative;
}

.cart-button-2 {
  color: #252525;
  text-transform: uppercase;
  background-color: #0000;
  border: 0.125rem solid #000;
  border-radius: 0.3125rem;
  padding: 1rem 2.625rem;
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.1;
  transition: all 0.3s;
}

.cart-button-2:hover {
  color: #f3f3f3;
  background-color: #171721;
}

.c-login-review {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  mix-blend-mode: normal;
  background-color: #3333334d;
  border-radius: 1em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: 2.143rem;
  margin-right: 2.143rem;
  padding: 2.857rem 5.714rem;
  display: grid;
  position: absolute;
  inset: auto 0% 2rem;
}

.c-login-title {
  text-transform: uppercase;
  cursor: default;
  margin-bottom: 3.429rem;
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
  font-weight: 500;
}

.c-login-reset {
  color: #3a3a3a;
  text-transform: uppercase;
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
  font-size: 1.25em;
  font-weight: 500;
}

.c-login-img-wrap-2,
.c-login-img-wrap-3 {
  height: 100%;
  position: relative;
}

.activateaccount {
  z-index: 2;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  padding-top: 9.143rem;
  padding-bottom: 9rem;
  display: flex;
  position: relative;
}

.filter-option {
  color: var(--black);
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #0003;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  padding: 1em;
  font-family: Ibmplexmono, Arial, sans-serif;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: none;
  transition: background-color 0.2s;
  display: flex;
  overflow: hidden;
}

.filter-option.select {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px;
  height: auto;
  padding: 1em;
  font-family: Ibmplexmono, Arial, sans-serif;
  font-weight: 500;
}

.filter-option.show-filters-mobile {
  display: none;
}

.filter-option.active-item {
  background-color: #e4e4e4;
}

.hide {
  display: none;
}

.category-filter {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: stretch;
  display: grid;
}

.filter-label {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Ibmplexmono, Arial, sans-serif;
  font-weight: 500;
}

.search-field {
  color: var(--black);
  border-radius: 10px;
  margin-bottom: 1em;
  padding: 1em;
  font-family: Ibmplexmono, Arial, sans-serif;
  font-weight: 500;
}

.marquee-2 {
  z-index: 3;
  background-color: #fff;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 3.8em;
  padding-bottom: 2.3em;
  display: flex;
  position: relative;
  left: auto;
  overflow: hidden;
}

.tabelle-div {
  margin-bottom: 30px;
}

.account-wrapper {
  margin-left: 0;
  margin-right: -36px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.account-pic {
  aspect-ratio: 1;
  width: 25px;
  height: 25px;
}

.wrapper-full {
  background-color: var(--black);
  perspective: 2000px;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.wrapper-pokemon-card {
  z-index: 10;
  transform-style: preserve-3d;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 13px;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  height: 100%;
  max-height: 570px;
  padding-bottom: 2px;
  transition: box-shadow 0.6s;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 50px);
  box-shadow: 0 0 #ff11e703, 0 0 #6affff03;
}

.wrapper-pokemon-card:hover {
  box-shadow: 11px 11px 100px 15px #ff23f047, -11px -11px 100px 15px #02ffee42;
}

.gradient-holo {
  background-image: linear-gradient(
    120deg,
    #0000 29%,
    #1fe7ffb3 42%,
    #ff00e7b3 53%,
    #0000 65% 82%
  );
  width: 200%;
  margin-left: -438px;
  position: absolute;
  inset: 0%;
}

.gradient-holo.mbm-color-dodge {
  z-index: 12;
  filter: blur(15px);
  mix-blend-mode: color-dodge;
  transform-style: preserve-3d;
  background-image: linear-gradient(
    120deg,
    #0000 18%,
    #1fe7ffb3 46%,
    #ff2eebb3 56%,
    #0000 81% 98%
  );
  height: 102%;
  margin-top: -1%;
  margin-left: 0;
  display: flex;
  position: relative;
  transform: translate3d(0, 0, 100px);
}

.image-sparkles {
  max-height: 110%;
  position: absolute;
  inset: 0%;
}

.image-sparkles.mbm-color-dodge {
  z-index: 11;
  mix-blend-mode: color-dodge;
}

.warenkorb-unter-produkt {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 10px;
  display: flex;
}

.link-image {
  margin-top: 5px;
  margin-left: 0;
  margin-right: 10px;
}

.heading-small {
  text-align: left;
  text-transform: uppercase;
  cursor: default;
  border: 1px #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
  font-size: 3em;
  font-weight: 500;
  line-height: 1;
}

.heading-small.white {
  padding-top: 0;
  padding-bottom: 0;
}

.heading-small.gap {
  margin-bottom: 1em;
}

.apple-pay {
  border-radius: 4px;
}

.product-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.rich-text-block-2 {
  padding: 93px;
}

.rich-text-block-2 p {
  font-family: NeueHaas, Arial, sans-serif;
  font-weight: 300;
}

.rich-text-block-2 h2 {
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
  font-weight: 500;
}

.section {
  z-index: 2;
  background-color: #fff;
  padding-top: 10vw;
  padding-bottom: 10vw;
  position: relative;
}

.slide-nav {
  display: none;
}

.slider-header-wrap {
  padding-top: 2em;
  padding-bottom: 2em;
}

.legal-rich-text {
  background-color: #fff;
  border: 1px solid #cacaca;
  border-radius: 16px;
  height: auto;
  padding: 2em;
  position: relative;
  top: 0;
}

.legal-rich-text p {
  cursor: default;
  font-family: NeueHaas, Arial, sans-serif;
  font-size: 1.25em;
  line-height: 1.5;
}

.legal-rich-text ul {
  cursor: default;
  font-size: 16px;
}

.legal-rich-text li {
  margin-bottom: 8px;
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
  font-weight: 500;
}

.legal-rich-text a {
  color: #141414;
  text-decoration: underline;
}

.paragraph-7 {
  cursor: default;
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
  font-size: 10px;
  font-weight: 500;
}

.paragraph-12 {
  color: #000;
  cursor: pointer;
  width: 150px;
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
  font-weight: 500;
}

.right-arrow {
  z-index: 5;
}

.c-main-porduct-image {
  height: 100%;
}

.product-images-grid {
  height: 100%;
  max-height: none;
  position: relative;
}

.option {
  align-items: center;
  display: flex;
}

.details-sizes-and-amount {
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.details-cart {
  border-top: 1px #000;
  width: 100%;
  padding-top: 10px;
}

.product-page-main-img {
  border: 0.125rem dashed #000;
  width: 100%;
}

.product-page-main-img.magnifiedimg {
  object-fit: contain;
  object-position: 50% 50%;
  border: 1px solid #0000001a;
  border-radius: 8px;
  height: 100%;
  max-height: 65vh;
  transition: background-color 0.4s;
}

.product-page-main-img.magnifiedimg:hover {
  background-color: #fff;
}

.c-product-small-lightbox {
  border-radius: 8px;
  transition: background-color 0.4s;
  overflow: hidden;
}

.c-product-small-lightbox:hover {
  background-color: #fff;
}

.product-page-amount-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.detsils-grid-left {
  background-color: #f1f1f1;
  border: 1px solid #0000001a;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  max-height: 65vh;
  padding: 2em;
  transition: background-color 0.375s;
  display: flex;
}

.detsils-grid-left.description-grid {
  max-height: none;
  padding-left: 2em;
  padding-right: 2em;
}

.collection-list-7 {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: flex;
}

.product-img-multi {
  border: 1px solid #0000001a;
  border-radius: 8px;
  width: 200px;
  padding: 0.625rem;
}

.product-img-multi:hover {
  border-color: #0000;
}

.item-quantity {
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 8px;
  width: 5.9375rem;
  min-width: 5.9375rem;
  margin-bottom: 0;
  padding: 0.5rem 0.75rem;
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.lightbox-link {
  width: 100%;
}

.lightbox-link.img-magnifier-container {
  height: auto;
  position: relative;
  overflow: hidden;
}

.product-details-label {
  color: #171721;
  text-transform: none;
  cursor: default;
  margin-bottom: 0;
  margin-right: 13px;
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 14px;
}

.details-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 50% 1fr;
  align-items: start;
  margin-top: 0;
}

.select-field {
  text-align: center;
  text-transform: uppercase;
  border: 0.125rem solid #000;
  margin-bottom: 0;
  margin-right: 1.25rem;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 0.875rem;
}

.product-page-actions {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-top: 2em;
  display: flex;
}

.product-page-actions.out-of-stock {
  margin-top: 0;
  margin-bottom: 0;
  display: none;
}

.div-block-50 {
  width: auto;
  display: block;
}

.product-actions {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  align-items: stretch;
  display: block;
}

.product-actions.out-of-stock {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  margin-top: 10px;
  margin-bottom: 15px;
  display: none;
}

.heading-21 {
  text-transform: uppercase;
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
}

.empty-state {
  background-color: #f1f1f1;
  border: 1px solid #0000001a;
  border-radius: 8px;
  display: none;
}

.field-label {
  text-transform: uppercase;
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
  font-size: 1em;
  font-weight: 500;
}

.field-label-7 {
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
  font-size: 14px;
}

.select-field-3,
.checkbox-field-2 {
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
}

.out-of-stock-state-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ddd0;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 2em;
  margin-bottom: 15px;
  padding: 0;
  display: flex;
}

.checkbox-label-2 {
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
  font-size: 14px;
}

.product-info {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  display: flex;
}

.product-info.versand {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: -20px;
}

.product-info.preis {
  margin-top: 30px;
}

.link-8 {
  color: #000;
}

.tcg-header-wrapper {
  margin-top: 2em;
}

.product-title-image-wrapper {
  align-self: auto;
  width: 6em;
  height: 6em;
  margin-right: 1em;
}

.tcg-slider-wrapper {
  border-top: 1px #000;
  border-bottom: 1px solid #000;
  padding-top: 0;
  overflow: scroll;
}

.error-message-3 {
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
  font-size: 12px;
}

.section-tcg {
  z-index: auto;
  background-color: #fff;
  width: 100%;
  font-size: 1em;
  position: static;
  overflow: visible;
}

.wrapper {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.item {
  cursor: grab;
  flex: none;
  width: 23em;
  padding-right: 1em;
}

.list {
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  transform: translate(0%);
}

.slider_wrap.is-first {
  padding-bottom: 0;
}

.image-absolute {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 1em;
  width: 100%;
  height: 100%;
  position: static;
  inset: 0%;
}

.team_image {
  border-radius: 1em;
  width: 100%;
  padding-top: 0%;
  transition: transform 0.2s;
  position: static;
  inset: auto auto 0% 0%;
}

.team_card {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 1em;
  text-decoration: none;
  display: flex;
}

.team_underline {
  background-color: #d3fd50;
  width: 0%;
  height: 100%;
  transition: width 0.4s;
  position: absolute;
}

.tcg-name {
  z-index: 2;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75em;
  font-weight: 500;
  line-height: 1.2;
  position: static;
}

.tcg-name.collectible-card-name {
  text-transform: unset;
  width: 100%;
}

.heading-big.collectibles-section-title {
  text-transform: unset;
}

.collectibles-list-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.collectibles-list-wrapper .item {
  cursor: pointer;
}

@media (max-width: 628px) {
  .collectibles-list-wrapper {
    justify-content: flex-start;
  }
}

@media (min-width: 767px) and (max-width: 964px) {
  .collectibles-list-wrapper {
    justify-content: flex-start;
  }
}

.tcg-name.center.gap {
  margin-bottom: 1em;
}

.team_title-wrap {
  justify-content: flex-start;
  align-items: center;
  margin-top: 2em;
  transition: margin 0.2s;
  display: flex;
  position: static;
  width: 100%;
  text-align: center;
}

.error-state-4 {
  border-radius: 10px;
}

.product-title-img {
  width: 100%;
  height: 100%;
}

.product-title-wrapper {
  border-bottom: 1px solid #000;
}

.navbar-k {
  z-index: 1000;
  background-color: #000;
  border-bottom: 1px solid #000;
  width: 100%;
  height: 81.5px;
  font-size: 10px;
  position: fixed;
  inset: 0% 0% auto;
}

.center-links-wrapper {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 70%;
  display: block;
  position: relative;
}

.mobile-menu-bg-bot {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--black);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

/* Show mobile menu when active - Webflow system */
.mobile-menu-bg-bot.w--open {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Ensure mobile menu content is visible when opened */
.mobile-menu-bg-bot.w--open .menu-black-bg {
  display: block !important;
}

.mobile-menu-bg-bot.w--open .mobile-nav-content {
  display: flex !important;
}

.mobile-menu-bg-bot.w--open .center-links-wrapper {
  display: flex !important;
}

.mobile-menu-bg-bot.w--open .dropdown-wrapper {
  display: flex !important;
}

.mobile-menu-bg-bot.w--open .link {
  display: block !important;
  pointer-events: auto !important;
}

.mobile-menu-bg-bot.w--open .dropdown-k {
  display: block !important;
  pointer-events: auto !important;
}

.mobile-menu-bg-bot.w--open .menu-bot-content {
  display: block !important;
}

.mobile-menu-bg-bot.w--open .bottom-menu-k {
  display: block !important;
}

.mobile-menu-bg-bot.w--open .menu-black-bg.red {
  display: block !important;
  background-color: #ff0000 !important; /* Red fallback */
  background-color: var(--primary-color) !important;
  position: relative !important;
  z-index: 1000 !important;
  min-height: 120px !important;
}

.mobile-menu-bg-bot.w--open .bottom-menu-links-wrapper {
  display: flex !important;
  flex-direction: row !important;
  gap: 40px !important;
}

.mobile-menu-bg-bot.w--open .bottom-menu-wrapper {
  display: flex !important;
  flex-direction: column !important;
  gap: 20px !important;
}

.mobile-menu-bg-bot.w--open .footer-contact {
  color: white !important;
  display: block !important;
}

.mobile-menu-bg-bot.w--open .link.socials {
  display: block !important;
  color: white !important;
}

.mobile-menu-bg-bot.w--open .social-media-icon {
  display: block !important;
  width: 24px !important;
  height: 24px !important;
}

/* Debug: Make sure mobile menu content is visible */
.mobile-menu-bg-bot .menu-black-bg {
  position: relative;
  z-index: 1000;
  min-height: 100vh;
}

/* Mobile Menu Close Button */
.mobile-menu-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10000;
  pointer-events: auto;
}

.mobile-menu-close .close-button {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  pointer-events: auto;
  position: relative;
  z-index: 10001;
}

.mobile-menu-close .close-button:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
}

.mobile-menu-close .close-button:active {
  background-color: rgba(255, 255, 255, 0.3);
}

/* Mobile Navigation Content */
.mobile-nav-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 80px 20px 20px 20px;
  position: relative;
  z-index: 1001;
  opacity: 1;
  visibility: visible;
}

.mobile-nav-content .center-links-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}

.mobile-nav-content .dropdown-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.mobile-nav-content .dropdown-k {
  margin: 0;
}

.mobile-nav-content .link {
  margin: 10px 0;
}

.mobile-nav-content .spacer.flex-right {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0;
}

.dropdown-k {
  cursor: pointer;
  margin-left: 0;
  margin-right: 0;
}

.drop-icon {
  color: var(--primary-color);
  margin-right: 0;
}

.ham-wrapper {
  display: none;
}

.dropdown-wrapper {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-top: 0px;
  display: flex;
}

.dropdown-list-k {
  background-color: #000;
}

.dropdown-list-k.w--open {
  border-radius: 0 0 10px 10px;
}

.drop-head-text {
  color: #fff;
  font-family: Ibmplexmono, Arial, sans-serif;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1;
}

.footer-red {
  z-index: 3;
  background-color: var(--primary-color);
  border-top: 1px #fff3;
  border-bottom: 1px #fff3;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
  left: auto;
  overflow: hidden;
}

.in-nav-footer-1,
.in-nav-footer2,
.in-nav-footer3 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-direction: row;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.benefit-img {
  aspect-ratio: 1;
}

.error-message-4 {
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
}

.error-state-5 {
  z-index: 10;
  border-radius: 10px;
  position: relative;
}

.date-custom {
  opacity: 1;
  display: none;
}

.collection-item {
  padding-top: 10px;
  padding-bottom: 0;
}

.pokemon-bilder-produkt-copy {
  cursor: pointer;
  object-fit: contain;
  background-color: #0000;
  border-radius: 10px;
  width: 100%;
  max-width: none;
  height: 15rem;
  padding: 20px;
  display: block;
  box-shadow: 1px 1px 10px #0003;
}

.collection-list-5-copy {
  width: 100%;
  display: flex;
  position: relative;
}

.produkt-item-home-copy {
  flex-direction: column;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.product-slide-copy {
  width: 20%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.product-mask-copy {
  background-color: #0000;
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: visible;
}

.product-link-wrap-copy {
  color: #2e2e2e;
  width: 100%;
  text-decoration: none;
}

.product-slider-icon-copy {
  color: #2b2b2b;
  background-color: #ffffffbf;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.product-slider-copy {
  background-color: #0000;
  border-bottom: 1px solid #000;
  width: 100vw;
  height: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.heading-30 {
  text-transform: uppercase;
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
  font-weight: 500;
}

.field-label-8 {
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
  font-weight: 500;
}

.text-block-30,
.text-block-31 {
  font-family: NeueHaas, Arial, sans-serif;
  font-weight: 300;
}

.reset-password-form-block {
  margin-bottom: 15px;
  padding: 1.814rem 0 1.814rem 5.714rem;
}

.order {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-34 {
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
  font-weight: 500;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.edit-address-form-2 {
  display: block;
}

.div-block {
  height: 0;
  display: block;
}

.div-block-55 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
  font-weight: 500;
  display: flex;
}

.subscribe-form-input-wrapper {
  color: var(--white);
  text-align: left;
  width: 100%;
}

.subscribe-form-input {
  color: #fff;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 8px;
  height: 2.5em;
  margin-bottom: 0;
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
  font-size: 1.15em;
  font-weight: 500;
  line-height: 1.25em;
}

.subscribe-form-input::placeholder {
  color: #fffc;
}

.text-block-36 {
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
  font-weight: 500;
}

.image-wrapper {
  width: 100%;
}

.product-text-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  margin-bottom: 1em;
  display: flex;
}

.cart-list {
  flex: none;
  height: 200px;
  overflow: scroll;
}

.option-list,
.option-list-2 {
  display: none;
}

.link-block-2 {
  color: #000;
  cursor: pointer;
  text-decoration: underline;
}

.heading-41 {
  color: #000;
  text-transform: uppercase;
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
  font-size: 2em;
  font-weight: 500;
  text-decoration: none;
}

.image {
  object-fit: cover;
  border-radius: 1em;
  width: 100%;
  height: 100%;
}

.heading-cookie {
  text-transform: uppercase;
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
}

.social-media-icon {
  aspect-ratio: 1;
  width: 25px;
  transition: opacity 0.3s;
}

.social-media-icon:hover {
  opacity: 0.7;
}

.section-newsletter {
  background-color: #d9434a;
  width: 100%;
  height: 100%;
  position: static;
}

.newsletter-wrapper {
  z-index: auto;
  background-color: #d9434a;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 4em 5%;
  display: flex;
  position: relative;
}

.image-wrapper {
  justify-content: flex-end;
  width: auto;
  display: block;
  position: static;
  inset: 0% 0% 0% auto;
}

.newsletter-img {
  object-fit: cover;
  width: 500px;
  height: auto;
  padding-bottom: 0;
  position: absolute;
  inset: auto 0% 0% auto;
}

.subscribe-form-flex-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--white);
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.submit-button-2 {
  background-color: var(--white);
  color: var(--black);
  text-transform: uppercase;
  border-radius: 8px;
  height: 2.5em;
  margin-left: 10px;
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
  font-size: 1.15em;
  font-weight: 500;
  line-height: 1.25em;
  transition: color 0.325s;
}

.submit-button-2:hover {
  color: var(--primary-color);
  -webkit-text-stroke-width: 0.2px;
  -webkit-text-stroke-color: var(--black);
}

.submit-button-2.next {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.form-block-2 {
  color: var(--white);
  padding-top: 3rem;
  padding-bottom: 2rem;
}

.div-block-57 {
  text-transform: uppercase;
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
  font-size: 1.25em;
  font-weight: 500;
}

.success-message {
  background-color: #ddd0;
  border: 1px solid #000;
  border-radius: 1em;
}

.bottom-newsletter {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 1em;
  display: flex;
}

.div-block-58 {
  width: 100%;
  display: flex;
}

.checkbox-label-3 {
  letter-spacing: -0.02px;
  font-family: NeueHaas, Arial, sans-serif;
  font-size: 1em;
  font-weight: 300;
}

.checkbox.w--redirected-checked {
  background-color: var(--primary-color);
}

.heading-big {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5em;
}

.sub-paragraph {
  text-align: center;
  font-size: 1.35em;
}

.heading-smallest {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  line-height: 1.1;
  transition: color 0.2s;
}

.heading-smallest:hover {
  color: var(--primary-color);
}

.heading-smallest.white {
  color: var(--white);
  text-transform: uppercase;
}

.heading-smallest.no-hover {
  transition-property: none;
}

.heading-smallest.no-hover:hover {
  color: var(--black);
}

.heading-smallest.no-hover.white.center {
  text-align: center;
}

.heading-smallest.no-hover.white.center:hover {
  color: var(--white);
}

.heading-smallest.no-hover.center {
  text-align: center;
}

.sub-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
}

.sub-heading.white {
  font-size: 1.35em;
  line-height: 1.1;
}

.blog-heading {
  text-transform: uppercase;
  font-size: 1.75em;
  line-height: 1.2;
}

.maintitle-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2em 5%;
  display: flex;
}

.blog-wrapper {
  margin-top: 0;
  margin-bottom: 0;
}

.blog-post {
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.blog-post.all {
  margin-bottom: 2em;
  padding-left: 1em;
  padding-right: 1em;
}

.blog-img {
  width: 100%;
  height: 50vh;
}

.blog-text {
  margin-top: 1.5em;
}

.tcg-tag {
  color: var(--black);
  text-transform: uppercase;
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
  font-size: 1.15em;
  font-weight: 500;
}

.blog-collectionlist {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.blog-collectionlist.all-blogs {
  display: block;
}

.collection-item-2 {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.social-media-link {
  margin-top: 5px;
}

.dropdown-toggle-2 {
  padding-right: 20px;
}

.banner-wrapper {
  cursor: pointer;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}

.banner-img {
  aspect-ratio: 113 / 28;
  width: 100%;
}

@media (max-width: 480px) {
  .banner-img {
    width: 100%;
    height: 180px;
  }
}


.product-text {
  color: var(--black);
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
  font-size: 1.25em;
  font-weight: 500;
}

.product-text.small {
  color: var(--black);
  font-size: 1em;
}

.product-text.in-stock {
  color: var(--green);
}

.product-text.out-of-stock {
  color: var(--primary-color);
}

.produkt-beschreibung h1,
.produkt-beschreibung h2 {
  font-size: 2.5em;
}

.navdot-number {
  color: #fff;
  cursor: default;
  font-family: Ibmplexmono, Arial, sans-serif;
  font-weight: 500;
}

.nav {
  cursor: pointer;
  justify-content: center;
  width: 100%;
  height: 15px;
  margin-top: 40px;
  margin-bottom: 10px;
  margin-left: 0%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.image-1 {
  width: 5px;
  height: 20px;
}

.slider-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.arrow-box {
  z-index: auto;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 10%;
  min-width: 50px;
  height: 100%;
  margin-top: 0;
  margin-bottom: 35px;
  margin-left: 0%;
  display: flex;
  position: relative;
  inset: 0% 0% auto auto;
}

.collection-item-3 {
  z-index: auto;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
  overflow: visible;
}

.navdot {
  box-shadow: none;
  opacity: 1;
  color: #ddd;
  cursor: default;
  background-color: #ffffff40;
  border: 2px #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
}

.navdot.selected {
  box-shadow: none;
  color: #fff;
  background-color: #fff0;
  border-style: solid;
}

.collection-list-wrapper-2 {
  cursor: pointer;
  width: 100%;
}

.arrow-container {
  justify-content: space-between;
  display: flex;
  position: absolute;
  inset: 0%;
}

.arrow-end {
  z-index: auto;
  opacity: 0.26;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 10%;
  min-width: 50px;
  height: 100%;
  margin-top: 0;
  margin-bottom: 35px;
  margin-left: 0%;
  display: flex;
  position: relative;
  inset: 0% 0% auto auto;
}

.image-2 {
  width: 5px;
  height: 20px;
  transform: rotate(180deg);
}

.arrow {
  z-index: 1;
  box-shadow: none;
  background-color: #fff0;
  border: 2px solid #fff;
  border-radius: 75px;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
  position: relative;
}

.collection-list {
  align-items: center;
  width: 100%;
  height: auto;
  transition: transform 1.5s;
  display: flex;
}

.collection-list-9 {
  display: flex;
}

.form-wrapper {
  width: 100%;
  height: 100%;
}

.blog-content-wrapper {
  padding-top: 3em;
  padding-bottom: 3em;
}

.blog-img-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: center;
  align-items: center;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
}

.blog-img-wrapper.grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-thumbnail {
  border-radius: 1em;
  width: 50%;
}

.blog-thumbnail.small {
  width: auto;
}

.blog-content-text h1,
.blog-content-text h2 {
  font-size: 3em;
}

.logos-wrap {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border-radius: 11px;
  justify-content: space-between;
  margin-bottom: 2em;
  padding: 0;
  display: flex;
}

.logos-wrap.big {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: center;
  display: grid;
}

.logo-box {
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 40px;
  display: flex;
}

.logo-box.big {
  border-radius: 6px;
  width: 140px;
  height: 70px;
}

.logo-box.white {
  background-color: #fff;
  padding: 5px 10px;
}

.logo-box.mastercard {
  background-color: #17487b;
  padding: 5px 10px;
}

.logo-box.maestro {
  background-color: #17487b;
}

.logo-box.visa {
  background-color: #1b226f;
  padding-left: 10px;
  padding-right: 10px;
}

.logo-box.amex {
  background-color: #016fd0;
  border-radius: 3px;
  padding: 5px 0;
}

.logo-box.klarna {
  background-color: #ffa8cd;
  padding-left: 10px;
  padding-right: 10px;
}

.payment-logo {
  object-fit: contain;
  flex: 0 auto;
  height: 25px;
}

.payment-logo.big {
  height: 45px;
}

.payment-logo.big-logo {
  height: 60px;
}

.payment-logo.amex-logo {
  width: 100%;
  height: auto;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.text-rich-text h2 {
  text-transform: uppercase;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 2em;
}

.text-rich-text h3 {
  text-transform: uppercase;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.text-rich-text h4,
.text-rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: 0.75rem;
}

.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 0.675rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.tabelle-2 {
  border: 1px #000;
  border-bottom-style: solid;
  margin-bottom: 16px;
  display: flex;
}

.tabelle-2.tabelle2 {
  border-bottom-style: none;
}

.berunstext-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
}

.berunstext-2.versandtext {
  color: #fff;
  text-align: center;
  border: 1px #000;
  justify-content: center;
  align-self: auto;
  width: 33.33%;
  margin-top: 0;
  font-size: 1.5em;
  display: flex;
}

.berunstext-2.versandtext.black {
  color: #000;
  text-align: left;
  font-size: 1.25em;
  display: block;
}

.blog-link {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.img-wrapper {
  width: 100%;
  height: 100%;
}

.fullsize-img {
  object-fit: scale-down;
  width: 100%;
  height: 100%;
}

.benefit-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  width: 100%;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  display: flex;
}

.benefit-div.more-gap {
  margin-top: 3em;
}

.haken-img {
  width: 3em;
}

.bgb-button-wrapper {
  background-color: var(--primary-color);
  border-radius: 1em;
  justify-content: center;
  align-items: center;
  padding: 2em;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.bgb-button-wrapper.full-size {
  width: 100%;
}

.countdown-wrapper {
  background-color: var(--primary-color);
  height: 35em;
  position: relative;
}

.js-clock {
  justify-content: center;
  align-items: center;
  padding: 2em;
  display: flex;
}

.box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.clock-number {
  color: var(--white);
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
  font-size: 8em;
  font-weight: 500;
  line-height: 1.4;
}

.clock-number.divider-text {
  font-size: 6em;
  line-height: 0.8;
}

.clock-label {
  color: var(--white);
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: -5px;
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
  font-size: 1.25em;
  font-weight: 500;
}

.div-block-60 {
  height: 120px;
}

.logo-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 2em;
  display: flex;
}

.logo-img {
  width: 100px;
}

.div-block-61 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.faq-a-text {
  font-size: 1em;
  line-height: 1.6em;
}

.faq-a-text.color-grey {
  color: var(--black);
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.5em;
}

.faq-stripe-2 {
  background-color: var(--black);
  width: 100%;
  height: 2px;
  position: absolute;
}

.c-faq {
  color: #fff;
  margin: 2em auto;
}

._w-faq-icon {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  position: relative;
}

.c-faq-a-text {
  color: #aaa;
  border-top: 1px #000;
  padding: 20px 0;
}

.c-faq-q {
  border-bottom: 1px #242624;
  align-items: center;
  display: flex;
}

.c-faq-q.last {
  border-top: 1px #242624;
  border-bottom-style: none;
  border-bottom-width: 0;
}

.c-faq-a {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

.faq-q-text {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
}

.c-faq-q-text {
  flex: 1;
  padding: 1.25rem 1.25rem 1.25rem 0;
}

.c-faq-item {
  cursor: pointer;
  border-bottom: 1px solid #24262454;
  border-left: 3px #4ff543;
  margin-bottom: 1rem;
  line-height: 1.6em;
}

.c-faq-item.last {
  border-bottom-style: none;
  margin-bottom: 0;
}

.c-faq-icon {
  justify-content: center;
  align-items: center;
  padding: 1.25rem;
  position: relative;
}

.faq-stripe-1 {
  background-color: var(--black);
  width: 2px;
  height: 100%;
}

.grid_item-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.alleblog-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 2em;
  display: flex;
}

.image-3 {
  width: 300px;
}

.green-link {
  color: var(--green);
}

.bottom-line-wrap {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.image-4 {
  aspect-ratio: 400 / 559;
  border-radius: 1.5em;
  width: 400px;
}

.page-wrapper.cc {
  font-family: Montserrat, sans-serif;
}

.footer {
  background-color: var(--vv);
  padding: 64px 5vw;
}

.container-1440 {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.container-1440.relative {
  position: relative;
}

.section-cc {
  padding: 0 0 40px;
}

.section-cc.is-2 {
  padding-top: 40px;
  padding-left: 5vw;
  padding-right: 5vw;
}

.section-cc.banner-wrapper {
  padding-left: 5vw;
}

.header-contents {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.header-contents.is-y-center {
  align-items: center;
}

.header-left {
  padding-left: 6vw;
}

.header-left.pl-0,
.header-left.header {
  padding-left: 0;
}

.header-right {
  background-color: var(--vv);
  width: 50%;
  padding-right: 5vw;
}

.header-right.bg-white {
  background-color: #0000;
  padding-right: 0;
}

.header-right.none {
  width: 60%;
}

.brand-logo-iage {
  max-width: 180px;
  height: auto;
  margin-left: -32px;
}

.heading-style-h1 {
  color: #fe502d;
  text-align: left;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  border-width: 1px;
  border-color: #000;
  font-family: Montserrat it, Arial, sans-serif;
  font-size: 3em;
  font-style: italic;
  font-weight: 700;
  line-height: 1.2;
}

.header-text-wrapper {
  max-width: 350px;
  margin-top: 100px;
  margin-left: 0;
}

.texts {
  color: var(--black);
  text-align: justify;
  letter-spacing: 1px;
  max-width: none;
  margin-top: 20px;
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
}

.texts.mt-0 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.heading-style-h2 {
  margin-top: 40px;
  font-family: Montserrat it, Arial, sans-serif;
  font-size: 2.5em;
  font-style: italic;
  font-weight: 700;
  line-height: 1.1;
}

.text-span {
  background-color: var(--vv);
  perspective: 500px;
  color: var(--white);
  text-align: left;
  -webkit-text-fill-color: inherit;
  vertical-align: baseline;
  background-clip: border-box;
  margin-left: -24px;
  padding-left: 30px;
  padding-right: 30px;
  display: inline-block;
  transform: perspective(500px) skew(-60deg);
}

.italic-text {
  margin-left: -9px;
  display: inline-block;
  transform: skew(60deg);
}

.button-link {
  border: 1px solid #000;
  border-radius: 50px;
  margin-top: 40px;
  padding: 4px 16px;
  text-decoration: none;
}

.section-cch {
  padding-bottom: 40px;
  padding-left: 5vw;
  padding-right: 5vw;
}

.section-cch.pt-64 {
  padding-top: 64px;
  position: relative;
}

.slider-wrapper {
  margin-top: 20px;
}

.pokemon-img {
  height: auto;
}

.pokemon-img.none {
  display: none;
}

.mask {
  border: 2px dotted var(--vv);
  background-color: var(--white);
  border-radius: 16px;
  width: 100%;
  height: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 32px;
}

.slide {
  width: 30%;
  margin-right: 3.33%;
}

.slider {
  background-color: #0000;
  height: auto;
}

.icon-5 {
  color: var(--white);
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  right: 0;
}

.icon-5._2 {
  color: var(--white);
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal,
    sans-serif;
  font-weight: 700;
  inset: 0%;
}

.right-arrow-2 {
  z-index: 12;
  background-color: var(--vv);
  color: var(--white);
  border-radius: 50px;
  width: 25px;
  height: 25px;
  margin-right: 0%;
  left: auto;
  right: -13px;
}

.left-arrow {
  background-color: var(--vv);
  border-radius: 50px;
  width: 25px;
  height: 25px;
  left: -10px;
}

.div-block-62 {
  position: relative;
}

.image-wrapper {
  border-radius: 8px;
  overflow: hidden;
}

.text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-style: none dotted dotted;
  border-width: 0 2px 2px;
  border-color: var(--vv);
  border-radius: 0 0 8px 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.slide-nav-2 {
  display: none;
}

.slider-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.card-sub-text {
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  font-size: 16px;
  display: block;
}

.csards-button {
  color: var(--black);
  text-transform: uppercase;
  background-color: #fff;
  background-image: url("../images/1964849-200.png");
  background-position: 4%;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px solid #000;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
}

.contact-form-wrapper {
  margin-top: 40px;
}

.fields {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.fields.is-2 {
  margin-top: 16px;
}

.input-field {
  background-color: #f2f2f2;
  border: 0 solid #000;
  border-radius: 50px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.input-field::placeholder,
.input-field:lang(en) {
  color: var(--black);
}

.input-field.is-message {
  border-radius: 12px;
  min-height: 100px;
  margin-top: 20px;
}

.submit-button-3 {
  color: var(--black);
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: 0;
  padding: 4px 20px;
  display: block;
}

.check-field {
  border: 1px solid #000;
  border-radius: 20px;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-right: 20px;
}

.check-field:active,
.check-field:focus,
.check-field:focus-visible,
.check-field[data-wf-focus-visible],
.check-field:lang(en) {
  background-color: var(--vv);
}

.check-field.box:lang(en) {
  background-color: var(--white);
}

.check-field.box.w--redirected-checked {
  border: 2px solid var(--black);
  -webkit-text-fill-color: inherit;
  background-color: red;
  background-image: url("../images/icons8-häkchen.svg");
  background-position: 50%;
  background-size: 100% 100%;
  background-clip: content-box;
}

.checkbox-fiels-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  margin-top: 20px;
  padding-left: 0;
  display: flex;
}

.footer-contents {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.footer-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.footer-text {
  margin-top: 40px;
}

.footer-menu-title {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.footer-menu-text {
  color: var(--white);
  text-align: left;
  letter-spacing: 1px;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  display: block;
}

.menu-link {
  text-decoration: none;
}

.footer-items {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  display: flex;
}

.footer-social-icon {
  max-width: 32px;
}

.footer-social-icon._40 {
  max-width: 36px;
}

.dropdown-wrapper {
  padding-top: 0px;
  padding-bottom: 0;
}

.brand-image {
  filter: invert();
}

.brand-image.is-mob {
  display: none;
}

.brand-image.is-dstp {
  filter: none;
  margin-left: -24px;
}

.bold-text {
  color: var(--black);
  font-family: NeueHaasDisplayMediu, Arial, sans-serif;
}

.bold-text-2 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.nav-wrap,
.humberger-menu-wraps {
  display: none;
}

.image-gradient {
  max-width: 60%;
  position: absolute;
  inset: auto 0% -97% auto;
}

.navigation {
  padding-left: 5vw;
  padding-right: 5vw;
}

.nav-contents {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-5 {
  max-width: 120px;
  margin-left: -1.2vw;
}

.lottie-animation {
  max-width: 40px;
  display: none;
}

.list-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.text-link {
  padding: 4px 8px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.list-item {
  padding-bottom: 0;
}

.italic-text-2 {
  font-style: italic;
}

@media screen and (min-width: 1280px) {
  .section-cc.banner-wrapper {
    padding-left: 5vw;
  }

  .header-left {
    padding-left: 6vw;
  }

  .header-right.none {
    width: 60%;
  }

  .texts.mt-0 {
    margin-top: 0;
  }

  .text-span {
    margin-left: -33px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (min-width: 1440px) {
  .section-cc {
    padding-bottom: 0;
  }

  .header-left.header {
    padding-left: 0;
  }

  .header-right.none {
    width: 60%;
  }

  .brand-logo-iage {
    height: auto;
  }

  .heading-style-h1,
  .heading-style-h2 {
    font-style: italic;
  }

  .text-span {
    margin-left: -32px;
  }

  .section-cch {
    padding: 64px 5vw;
  }

  .pokemon-img {
    height: auto;
  }

  .list-item {
    transform: translate(0);
  }

  .italic-text-2 {
    font-style: italic;
  }
}

@media screen and (min-width: 1920px) {
  .dropdown-wrapper {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    padding-top: 2px;
  }

  .section-cc.banner-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .header-left,
  .header-left.header {
    padding-left: 0;
  }

  .header-right.none {
    width: 60%;
  }

  .brand-logo-iage {
    margin-left: -22px;
  }

  .header-text-wrapper {
    margin-left: 0;
  }

  .slider-wrapper {
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  li {
    line-height: 1.2;
  }

  .navbar-container {
    border-bottom: 1px none var(--white);
  }

  .spacer.flex-right {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    width: 80%;
  }

  .spacer.more-width {
    width: 50%;
  }

  .logo-link {
    width: 18em;
  }

  .logo-link.w--current {
    width: 20em;
  }

  .logo {
    width: 140px;
    height: auto;
  }

  .link.socials {
    margin-top: 12px;
    margin-left: 0;
  }

  .link.socials.less-margin {
    margin-left: 1.1em;
  }

  .link.socials.icon {
    margin-top: 3px;
    margin-left: 0;
  }

  .link.mobile-menu-space {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .link-text.white {
    font-size: 1.8em;
  }

  .link-text.white.cycled {
    font-size: 1em;
  }

  .link-text.white.cycled.foot,
  .link-text.opacity-change {
    font-size: 0.7em;
  }

  .link-text.opacity-change.menu {
    color: #fff;
    font-size: 1em;
  }

  .link-text.opacity-change.foot {
    font-size: 0.7em;
  }

  .link-text.opacity-change.nav-text {
    font-size: 1.25em;
  }

  .button-wrapper {
    display: flex;
  }

  .section-project.padding {
    height: 78vh;
    margin-top: 62px;
    margin-bottom: -62px;
    padding-top: 0;
  }

  .container.no-padding {
    margin-top: 0;
  }

  .marquee-item {
    align-items: center;
    margin-right: 4em;
  }

  .marquee {
    padding-top: 2.8em;
    padding-bottom: 2.5em;
  }

  .marquee.produkt-banner {
    margin-top: 66px;
  }

  .infinite-heading {
    font-size: 80px;
  }

  .left-column.no-padding {
    width: 100%;
  }

  .right-column {
    width: 100%;
    padding-left: 5%;
  }

  .right-column.flex-top-vertical {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .right-column.flex-top-vertical.sticky {
    position: static;
  }

  .right-column.flex-top-vertical.no-space {
    padding-left: 5%;
    padding-right: 5%;
  }

  .paragraph-wrapper {
    width: 100%;
  }

  .paragraph-wrapper.project-info {
    width: 100%;
  }

  .paragraph {
    line-height: 1.2;
  }

  .project-info {
    flex-direction: column;
    height: 90em;
  }

  .project-info.div-height {
    height: 100%;
  }

  .bottom-wrapper {
    justify-content: flex-start;
  }

  .top-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .heading {
    font-size: 5.5em;
  }

  .heading.stripe-accent {
    font-size: 2em;
  }

  .bottom-footer {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .footer-column,
  .footer-column.border {
    height: 23em;
  }

  .vertical-spacer {
    padding: 4em 5%;
  }

  .footer-contact {
    font-family: NeueHaasDisplayMediu, Arial, sans-serif;
    font-size: 1em;
  }

  .footer-contact.menu {
    font-size: 1.25em;
  }

  .footer-text-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    overflow: hidden;
  }

  .footer-text-wrapper.more-gap {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: row;
  }

  .menu-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 7px;
    flex-direction: column;
    align-items: center;
    width: 25px;
    display: flex;
  }

  .menu-line {
    background-color: var(--white);
    width: 20px;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-wrapper {
    padding: 0 5%;
  }

  .bottom-menu-links-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
  }

  .bottom-menu-wrapper {
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
    display: flex;
    overflow: hidden;
  }

  .dropdown-link {
    font-size: 1em;
  }

  .warenkorb {
    width: 25px;
    height: 25px;
  }

  .text-block-2 {
    font-size: 12px;
    line-height: 1.1;
  }

  .text-block-3,
  .text-block-6,
  .cart-quantity-2 {
    font-size: 12px;
  }

  .text-block-7,
  .preis-im-warenkorb,
  .checkout-button {
    font-size: 14px;
  }

  .bilder-produkt {
    height: 150px;
    min-height: 150px;
  }

  .produkt-item {
    width: 200px;
  }

  .text-unter-produkt {
    min-height: 50px;
  }

  .c-dash-status {
    width: 100px;
    margin-right: 0;
  }

  .cancelled-label {
    font-size: 0.8rem;
  }

  .c-dash-date {
    width: 100px;
    margin-right: 0;
  }

  .c-dash-label {
    width: 100px;
  }

  .c-dash-label.order,
  .c-dash-label.date,
  .c-dash-label.status {
    width: 100px;
    margin-right: 0;
  }

  .dashboard {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .c-dash-header-details-wrap {
    width: 100%;
  }

  .processing-label {
    font-size: 0.8rem;
  }

  .c-dash-header {
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  ._1256-container {
    padding-left: 0;
    padding-right: 0;
  }

  .adress-grid {
    grid-template-columns: 1fr;
  }

  .login {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .cart-button-ghost {
    font-size: 0.8rem;
  }

  .c-login-img {
    object-position: 80% 50%;
  }

  .activateaccount {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .marquee-2 {
    padding-top: 2.8em;
    padding-bottom: 2.5em;
  }

  .account-wrapper {
    margin-right: 0;
  }

  .account-pic {
    width: 25px;
    height: 25px;
  }

  .wrapper-pokemon-card {
    max-width: 250px;
    max-height: 350px;
  }

  .heading-small {
    font-size: 3em;
  }

  .product-list {
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-12 {
    width: 100px;
  }

  .product-images-grid {
    max-height: none;
  }

  .detsils-grid-left {
    width: 100%;
    max-height: none;
  }

  .details-grid {
    flex-direction: column;
    display: flex;
  }

  .div-block-50 {
    display: block;
  }

  .nav-k {
    width: 100%;
  }

  .nav---component-v2 {
    position: relative;
  }

  .navbar-k {
    font-size: 14px;
  }

  .center-links-wrapper {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-top: 2em;
    padding-left: 5%;
    padding-right: 5%;
    display: none;
    position: absolute;
    top: 6rem;
    left: 0;
  }

  .mobile-menu-bg-bot {
    background-color: #0000;
    height: 100dvh;
    display: none;
  }

  .dropdown-k {
    margin-left: -20px;
  }

  .ham-wrapper {
    border-style: solid;
    border-width: 1px;
    border-color: var(--white) #ffffff4d;
    border-radius: 100%;
    flex-direction: row;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    display: flex;
  }

  .dropdown-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    align-items: flex-start;
  }

  .dropdown-list-k {
    position: relative;
  }

  .menu-black-bg {
    background-color: var(--black);
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .menu-black-bg.red {
    background-color: var(--primary-color);
  }

  .menu-bot-content {
    flex-direction: column;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
  }

  .content-wrap {
    background-color: #0000;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 11.8em 0 0;
    display: flex;
  }

  .bottom-menu-k {
    grid-column-gap: 3.75em;
    grid-row-gap: 3.75em;
    flex-direction: column;
    padding-top: 2em;
    padding-bottom: 2em;
    display: flex;
    position: relative;
  }

  .footer-red {
    padding-top: 4em;
    padding-bottom: 4em;
    position: static;
  }

  .in-nav-footer-1 {
    overflow: hidden;
  }

  .in-nav-footer2 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    overflow: hidden;
  }

  .in-nav-footer3,
  .overflow-hidden {
    overflow: hidden;
  }

  .produkt-item-home-copy {
    width: 100%;
  }

  .product-slide-copy {
    width: 33.3333%;
  }

  .product-slider-icon-copy {
    top: -100px;
  }

  .subscribe-form-input {
    height: 3em;
  }

  .image {
    height: 20em;
  }

  .social-media-icon {
    width: 2.5vw;
  }

  .newsletter-img {
    width: 400px;
    inset: auto -16% 0% auto;
  }

  .submit-button-2 {
    height: 3em;
  }

  .heading-big {
    font-size: 4em;
  }

  .sub-paragraph.white.align-left {
    text-align: left;
  }

  .heading-smallest,
  .heading-smallest.white {
    font-size: 2em;
  }

  .sub-heading.white {
    font-size: 0.8em;
  }

  .blog-img {
    height: auto;
  }

  .blog-collectionlist {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .produkt-beschreibung h1,
  .produkt-beschreibung h2 {
    font-size: 2em;
  }

  .arrow-box {
    justify-content: center;
  }

  .collection-list-wrapper-2 {
    max-width: 100%;
  }

  .arrow-end {
    justify-content: center;
  }

  .blog-img-wrapper.grid {
    grid-template-columns: 1fr;
  }

  .blog-thumbnail {
    width: 100%;
  }

  .logos-wrap {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: space-around;
    place-items: center;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .logos-wrap.big {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    place-content: center space-around;
    place-items: center;
  }

  .logo-box.amex,
  .logo-box.white {
    width: 50px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .logo-box.white,
  .logo-box.amex {
    width: 70px;
  }

  .countdown-wrapper {
    background-image: url("../images/Unbenannt-1_1Unbenannt-1.webp");
    background-position: 0 0;
    background-size: cover;
  }

  .clock-number {
    font-size: 5em;
  }

  .faq-a-text.color-grey {
    margin-top: 1rem;
  }

  .header-contents {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    align-items: center;
  }

  .header-contents.is-y-center {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .heading-style-h1 {
    font-style: italic;
  }

  .header-text-wrapper {
    margin-top: 20px;
  }

  .texts {
    line-height: 24px;
  }

  .texts.mt-0 {
    font-size: 16px;
  }

  .heading-style-h2 {
    font-style: italic;
  }

  .section-cch.pt-64 {
    padding-bottom: 10px;
  }

  .pokemon-img.none {
    display: none;
  }

  .image-wrapper {
    display: block;
  }

  .dropdown-wrapper.center {
    align-items: center;
  }

  .brand-image.is-dstp {
    margin-left: -20px;
  }

  .image-gradient {
    object-fit: cover;
    max-width: 55%;
    bottom: -47%;
  }

  .image-5 {
    margin-left: -1.8vw;
  }

  .text-link {
    font-weight: 600;
  }
}

@media screen and (max-width: 767px) {
  .spacer,
  .spacer.flex-right,
  .spacer.more-width {
    width: 50%;
  }

  .spacer.footer {
    width: 100%;
  }

  .logo-link,
  .logo-link.w--current {
    width: 22em;
  }

  .logo {
    width: 161.039px;
    height: auto;
  }

  .link-text.white,
  .link-text.opacity-change {
    font-size: 2em;
  }

  .button-wrapper {
    display: flex;
  }

  .section-project.padding {
    height: 60vh;
    margin-bottom: 0;
  }

  .container.no-padding.pokemon-background {
    flex-direction: column;
  }

  .marquee.produkt-banner {
    margin-top: 77px;
  }

  .marquee.produkt-banner.home {
    z-index: auto;
    position: static;
  }

  .right-column.flex-top-vertical {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .paragraph-wrapper {
    width: auto;
  }

  .paragraph {
    font-size: 1.25em;
  }

  .project-info {
    height: 75em;
  }

  .bottom-wrapper {
    justify-content: flex-start;
  }

  .heading {
    color: #000;
    font-size: 4.9em;
  }

  .top-footer {
    flex-direction: column;
  }

  .footer-column.border {
    height: auto;
  }

  .footer-contact.small {
    font-size: 0.7em;
  }

  .footer-text-wrapper.more-gap._1 {
    justify-content: center;
    align-items: center;
  }

  .bottom-menu-links-wrapper {
    grid-column-gap: 5em;
    grid-row-gap: 4.25em;
    flex-flow: row;
  }

  .bottom-menu-wrapper {
    grid-column-gap: 0.5em;
    grid-row-gap: 0.5em;
    width: 100%;
  }

  .bestenpreise {
    max-width: 140px;
    padding-left: 0;
  }

  .warenkorb {
    width: 25px;
    height: 25px;
  }

  .filter-wrapper {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 25%;
    padding-right: 5%;
    display: flex;
  }

  .produkte-wrapper {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .c-previous-order-item {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .c-dash-status,
  .c-dash-date,
  .c-dash-label,
  .c-dash-label.order,
  .c-dash-label.date,
  .c-dash-label.status {
    width: 80px;
  }

  .c-dash-label.last {
    width: 100%;
  }

  .c-previous-labels.hide-mobile {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .c-dash-button-wrap {
    justify-content: start;
  }

  .cart-button-black {
    text-align: center;
    justify-content: center;
    width: 100%;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .cart-button-black.cart.accounts.secondary,
  .cart-button-black.cart.accounts.delay {
    font-size: 0.6rem;
  }

  .c-dash-header {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .addresses-back-button {
    background-color: #fff;
    width: 2.25rem;
    height: 2.25rem;
  }

  .c-form-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .cart-button-ghost {
    text-align: center;
    justify-content: center;
    width: 100%;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .form-block {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .c-login-form {
    grid-template-columns: 1fr;
  }

  .login-back-button {
    background-color: #fff;
    width: 2.25rem;
    height: 2.25rem;
  }

  .c-login-img-wrap {
    display: none;
  }

  .cart-button-2 {
    text-align: center;
    justify-content: center;
    width: 100%;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .account-wrapper {
    margin-right: 0;
  }

  .account-pic {
    width: 25px;
    height: 25px;
  }

  .wrapper-pokemon-card {
    max-width: 160px;
    max-height: 225px;
  }

  .heading-small {
    font-size: 2em;
  }

  .heading-small.white {
    text-align: center;
  }

  .product-list {
    justify-content: center;
    display: flex;
  }

  .paragraph-12 {
    width: 80px;
  }

  .option {
    flex-direction: column;
    align-items: flex-start;
  }

  .details-cart {
    order: 6;
  }

  .product-page-main-img {
    border-width: 0.0625rem;
  }

  .product-page-amount-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .detsils-grid-left {
    grid-row-gap: 24px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: start;
    width: 100%;
    max-height: none;
    display: grid;
  }

  .detsils-grid-left.description-grid {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .collection-list-7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .product-img-multi {
    border-width: 0.0625rem;
    width: 150px;
  }

  .product-details-label {
    margin-bottom: 0.5625rem;
    margin-right: 0;
  }

  .details-grid {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: minmax(200px, 1fr);
  }

  .select-field {
    width: 4.125rem;
    margin-right: 2.5rem;
    padding: 0.3rem 0.3rem 0.4rem;
    font-size: 0.625rem;
    line-height: 0.7rem;
  }

  .item {
    width: 15em;
  }

  .list {
    grid-template-columns: 1fr 1fr;
  }

  .tcg-name {
    font-size: 1.5em;
  }

  .ham-wrapper {
    width: 42px;
    height: 42px;
  }

  .bottom-menu-k {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .footer-red {
    justify-content: space-around;
    align-items: center;
  }

  .in-nav-footer2 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .pokemon-bilder-produkt-copy {
    padding: 10px;
  }

  .product-slide-copy {
    width: 50%;
  }

  .reset-password-form-block {
    margin-left: 0;
    margin-right: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .image-wrapper {
    display: inline-block;
  }

  .image-wrapper.image-wrapper {
    height: auto;
    display: inline-block;
    position: static;
  }

  .image {
    object-fit: cover;
    height: 15em;
  }

  .social-media-icon {
    width: 4vw;
  }

  .section-newsletter {
    position: relative;
  }

  .newsletter-wrapper {
    background-image: url("../images/Unbenannt-1_1Unbenannt-1.webp");
    background-position: 50%;
    background-size: cover;
    justify-content: center;
    align-items: center;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .image-wrapper {
    z-index: 1;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    inset: auto auto 13px 40px;
  }

  .newsletter-img {
    z-index: 1;
    display: none;
  }

  .subscribe-form-flex-2 {
    justify-content: center;
    align-items: center;
  }

  .heading-big {
    font-size: 3em;
  }

  .sub-paragraph,
  .sub-paragraph.white {
    font-size: 1.25em;
  }

  .sub-paragraph.white.align-left {
    text-align: center;
  }

  .blog-post {
    margin-bottom: 0;
  }

  .blog-img {
    height: auto;
  }

  .produkt-beschreibung h1,
  .produkt-beschreibung h2 {
    font-size: 2em;
  }

  .collection-item-3 {
    flex: none;
    max-width: 100%;
  }

  .collection-list-wrapper-2 {
    max-width: 100%;
  }

  .collection-list {
    flex-wrap: nowrap;
    max-width: 100%;
  }

  .blog-content-text h2 {
    font-size: 2em;
  }

  .logos-wrap {
    flex-direction: row;
  }

  .logos-wrap.big {
    grid-column-gap: 11px;
    grid-row-gap: 19px;
    place-content: space-around;
    padding-left: 10px;
    padding-right: 10px;
  }

  .payment-logo {
    padding-right: 0;
  }

  .payment-logo.big {
    height: 30px;
  }

  .payment-logo.big-logo {
    height: 45px;
  }

  .countdown-wrapper {
    background-position: 50%;
  }

  .box {
    margin-left: 0;
    margin-right: 0;
  }

  .clock-number {
    font-size: 5em;
  }

  .clock-number.divider-text {
    font-size: 3em;
    line-height: 1.8;
  }

  .faq-q-text {
    font-size: 1.15em;
  }

  .alleblog-wrapper {
    margin-left: 20%;
    margin-right: 20%;
  }

  .section-cc.banner-wrapper {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .header-contents {
    flex-flow: column;
  }

  .header-contents.is-y-center {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .header-right {
    width: auto;
  }

  .header-right.none {
    display: none;
  }

  .brand-logo-iage {
    max-width: 130px;
    margin-left: -24px;
  }

  .heading-style-h1 {
    text-align: center;
  }

  .header-text-wrapper {
    max-width: 100%;
  }

  .texts {
    line-height: 24px;
  }

  .texts.mt-0 {
    font-size: 16px;
  }

  .texts.mb-40 {
    margin-bottom: 20px;
  }

  .heading-style-h2 {
    text-align: center;
    margin-top: 20px;
  }

  .text-span {
    margin-left: 0;
  }

  .button-link {
    max-width: 110px;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .section-cch {
    padding-top: 40px;
  }

  .section-cch.pt-64 {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .pokemon-img.none {
    display: block;
  }

  .mask {
    padding-left: 24px;
  }

  .slide {
    width: 45%;
    margin-right: 5%;
  }

  .check-field.box {
    margin-right: 10px;
  }

  .dropdown-wrapper.center {
    padding-top: 20px;
  }

  .drpdn-icon {
    max-width: 60px;
  }

  .nav-wrap {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .humberger-menu-wraps {
    display: block;
  }

  .lottie-json {
    max-width: 32px;
  }

  .image-gradient {
    max-width: 100%;
    bottom: -22%;
  }

  .image-5 {
    margin-left: -2vw;
  }

  .text-link {
    font-weight: 600;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 5vw;
  }

  .navbar-container {
  }

  .spacer {
    width: 50%;
  }

  .spacer.flex-right {
    grid-column-gap: 0.5em;
    grid-row-gap: 0.5em;
    width: 50%;
  }

  .spacer.more-width {
    width: 50%;
  }

  .spacer.more-width.footer {
    width: 100%;
  }

  .logo-link,
  .logo-link.w--current {
    width: 12em;
  }

  .logo {
    width: 100px;
    height: auto;
  }

  .button-wrapper {
    display: flex;
  }

  .section-project.padding {
    height: 40vh;
    margin-bottom: 0;
  }

  .container.no-padding.pokemon-background {
    flex-direction: column;
  }

  .container.title-wrapper {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .marquee-item {
    justify-content: flex-end;
    align-self: auto;
    font-family: Pokemon hollow;
  }

  .marquee-item.marquee-2 {
    flex: 0 auto;
    margin-left: 0;
    margin-right: 29px;
  }

  .marquee {
    padding-top: 3em;
    padding-bottom: 2.2em;
  }

  .marquee.produkt-banner {
    margin-top: 73px;
  }

  .marquee.produkt-banner.home {
    margin-top: 68px;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .infinite-heading {
    font-size: 70px;
  }

  .devider {
    background-color: #0000;
    font-family: Pokemon hollow;
  }

  .devider.large {
    width: 6em;
  }

  .right-column.flex-top-vertical {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    height: auto;
  }

  .paragraph {
    font-size: 1.15em;
  }

  .project-info {
    height: 71em;
  }

  .heading {
    font-size: 9vw;
  }

  .heading.stripe-accent {
    margin-left: 0.3em;
    margin-right: 0.4em;
  }

  .section-footer {
    position: static;
    top: 351px;
  }

  .footer-column,
  .footer-column.border {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .vertical-spacer {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 50%;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .footer-contact {
    font-size: 0.9em;
  }

  .footer-contact.small {
    font-size: 2.4vw;
  }

  .footer-text-wrapper {
    grid-column-gap: 0.5em;
    grid-row-gap: 0.5em;
  }

  .bottom-menu-links-wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    display: flex;
  }

  .bottom-menu-wrapper {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    width: 100%;
  }

  .heading-2.lololo {
    font-family: NeueHaasDisplayMediu, Arial, sans-serif;
  }

  .bestenpreise {
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-left: 0;
  }

  .cart-quantity {
    top: 16px;
  }

  .warenkorb {
    width: 25px;
    height: 25px;
  }

  .checkout-button {
    justify-content: center;
    height: 54px;
    display: flex;
  }

  .cart {
    padding-left: 0;
  }

  .filter-wrapper {
    justify-content: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .filter-kategorien {
    width: 100%;
  }

  .produkte-wrapper {
    width: 100%;
    padding-top: 1em;
  }

  .jetboost-list-wrapper-xm82.pokemon-produkte {
    display: block;
  }

  .bilder-produkt {
    width: 100%;
    height: 50vw;
    min-height: 150px;
    padding: 10px;
  }

  .produkt-text {
    font-size: 1em;
  }

  .produkt-item {
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .produkt-item.product-page {
    align-items: flex-start;
    width: 100%;
    max-width: none;
    height: auto;
  }

  .text-unter-produkt {
    width: 100%;
    min-height: 65px;
  }

  .warenkorb-button {
    text-align: center;
    border: 1px solid #000;
    width: 100%;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0;
    font-size: 3vw;
    line-height: 1;
  }

  .warenkorb-button.ghost {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .sold-out-button {
    justify-content: center;
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0;
    font-size: 3vw;
    line-height: 1;
    display: flex;
  }

  .out-of-stock-state {
    flex-direction: column;
    justify-content: flex-start;
    width: auto;
    margin-bottom: 15px;
    margin-right: 0;
    line-height: 1;
    display: flex;
  }

  .c-dash-header-text-wrap {
    width: 100%;
    height: 100%;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .c-previous-order-item {
    flex-flow: column;
    display: flex;
  }

  .c-dash-status {
    width: auto;
    margin-right: 0;
  }

  .cancelled-label {
    order: -1;
    font-size: 10px;
  }

  .c-dash-date {
    width: auto;
    margin-right: 0;
  }

  .c-dash-card {
    flex-direction: column;
    grid-template-columns: 1fr;
    width: 100%;
    padding: 2rem;
    display: flex;
  }

  .c-dash-label {
    display: none;
  }

  .c-dash-label.order,
  .c-dash-label.date {
    margin-right: 0;
  }

  .c-dash-label.status {
    margin-right: 0;
    display: none;
  }

  .dashboard {
    max-width: 100vw;
    padding-top: 4.4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .c-previous-labels {
    grid-column-gap: 0px;
    justify-content: start;
    justify-items: start;
    padding-left: 0;
    padding-right: 0;
  }

  .c-dash-header-details-wrap {
    width: 100%;
  }

  .c-dashboard-chart {
    display: none;
  }

  .c-dash-button-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    justify-items: stretch;
    width: 100%;
    max-width: 100%;
    display: grid;
  }

  .processing-label {
    order: -1;
    font-size: 10px;
  }

  .c-previous-order-details {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
    grid-auto-columns: auto;
    justify-content: center;
    justify-items: center;
    display: flex;
  }

  .cart-button-black.cart.accounts {
    width: auto;
    padding-left: 1.525rem;
    padding-right: 1.525rem;
    font-size: 14px;
  }

  .cart-button-black.cart.accounts.secondary {
    margin-top: 0;
    margin-bottom: 0;
    font-family: NeueHaasDisplayMediu, Arial, sans-serif;
    font-size: 0.9rem;
  }

  .cart-button-black.cart.accounts.delay {
    font-family: NeueHaasDisplayMediu, Arial, sans-serif;
    font-size: 0.9rem;
  }

  .c-chart {
    width: 100%;
  }

  .c-dash-header {
    grid-template-columns: 1fr;
    justify-content: start;
    justify-items: start;
    margin-bottom: 2rem;
  }

  .c-previousorders {
    margin-top: 2rem;
  }

  .c-address-title._2 {
    text-transform: uppercase;
    word-break: normal;
    font-family: NeueHaasDisplayMediu, Arial, sans-serif;
  }

  ._1256-container {
    padding-left: 0;
    padding-right: 0;
  }

  .address-form {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .c-form-wrap {
    grid-template-columns: 1fr;
  }

  .adress-grid {
    grid-template-columns: auto;
  }

  .login {
    padding: 5.343rem 1rem 3.043rem;
  }

  .login.accounts {
    max-width: 100vw;
    overflow: hidden;
  }

  .cart-button-ghost {
    padding-left: 0;
    padding-right: 0;
  }

  .form-block {
    padding: 2.5rem 1rem;
  }

  .form-block.reset-password {
    padding-top: 5rem;
    display: none;
  }

  .c-login-form {
    grid-template-columns: 1fr;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .c-login-img-wrap {
    display: none;
  }

  .c-login-title {
    text-align: center;
  }

  .c-login-img-wrap-2,
  .c-login-img-wrap-3 {
    display: none;
  }

  .activateaccount {
    padding: 5.343rem 1rem 3.043rem;
  }

  .filter-option {
    height: 60px;
    margin-bottom: 1em;
  }

  .filter-option.select {
    text-align: center;
    height: 60px;
    margin-bottom: 1em;
  }

  .filter-option.show-filters-mobile {
    text-align: center;
    text-transform: uppercase;
    font-family: Ibmplexmono, Arial, sans-serif;
    font-weight: 500;
    display: flex;
  }

  .category-filter {
    display: none;
  }

  .marquee-2 {
    padding-top: 3em;
    padding-bottom: 2.2em;
  }

  .account-wrapper {
    margin-right: 0;
  }

  .account-pic {
    width: 25px;
    height: 25px;
  }

  .wrapper-pokemon-card {
    width: 234px;
    max-width: 160px;
    height: 340px;
  }

  .warenkorb-unter-produkt {
    width: auto;
  }

  .link-image {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-small {
    font-family: NeueHaasDisplayMediu, Arial, sans-serif;
    font-size: 2em;
  }

  .heading-small.gap.center {
    text-align: center;
  }

  .product-list {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .show-filters-mobile {
    margin-bottom: 1em;
  }

  .legal-rich-text li {
    font-family: NeueHaasDisplayMediu, Arial, sans-serif;
  }

  .legal-rich-text a {
    overflow-wrap: anywhere;
  }

  .paragraph-12 {
    width: auto;
  }

  .details-cart {
    margin-top: 10px;
  }

  .product-page-main-img.magnifiedimg {
    max-height: none;
  }

  .detsils-grid-left {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-height: none;
    padding: 1em;
    display: flex;
  }

  .detsils-grid-left.description-grid {
    padding: 1em;
  }

  .product-img-multi {
    width: 100px;
  }

  .details-grid {
    margin-top: 0;
  }

  .heading-21 {
    text-transform: uppercase;
    word-break: normal;
    font-family: NeueHaasDisplayMediu, Arial, sans-serif;
  }

  .checkbox-label-2 {
    font-size: 12px;
  }

  .add-to-cart {
    width: 100%;
  }

  .product-info {
    margin-top: 0;
  }

  .product-info.versand {
    margin-top: -20px;
  }

  .product-info.preis {
    margin-top: 10px;
  }

  .tcg-header-wrapper {
    width: 95%;
  }

  .product-title-image-wrapper {
    width: 15%;
    height: 100%;
  }

  .item {
    width: 40vw;
  }

  .tcg-name.center {
    text-align: center;
  }

  .product-title-wrapper {
    margin-bottom: 10px;
  }

  .navbar-k {
    height: 68px;
    font-size: 12px;
  }

  .center-links-wrapper {
    width: 100%;
    padding-top: 0;
    padding-left: 1.5em;
  }

  .mobile-menu-bg-bot {
    display: none;
  }

  .dropdown-k {
    margin-left: -1.5em;
  }

  .dropdown-wrapper {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .menu-black-bg.red {
    padding-bottom: 0;
    padding-right: 0;
  }

  .bottom-menu-k {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .footer-red {
    padding: 0 10px;
  }

  .utility-page-content {
    justify-content: center;
    align-items: center;
  }

  .product-wrapper {
    width: 100%;
  }

  .benefit-img {
    margin-left: 0;
    margin-right: 0;
  }

  .pokemon-bilder-produkt-copy {
    width: 100%;
    height: 50vw;
    min-height: 150px;
    padding: 5px;
  }

  .collection-list-5-copy {
    flex-direction: row;
    width: 100%;
    display: flex;
  }

  .produkt-item-home-copy {
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .product-slider-icon-copy {
    width: 3rem;
    height: 3rem;
    top: 0;
  }

  .reset-password-form-block {
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .subscribe-form-input-wrapper {
    flex: 1;
    align-self: stretch;
  }

  .subscribe-form-input {
    width: 100%;
  }

  .image-wrapper {
    height: auto;
    display: inline-block;
    position: static;
  }

  .product-text-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .cart-list {
    height: 200px;
  }

  .image {
    height: 20em;
  }

  .heading-cookie {
    font-size: 5vw;
  }

  .social-media-icon {
    width: 5vw;
  }

  .newsletter-wrapper {
    background-position: 70%;
  }

  .newsletter-img {
    display: none;
  }

  .subscribe-form-flex-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .submit-button-2 {
    width: 100%;
    margin-left: 0;
  }

  .form-block-2 {
    width: 100%;
  }

  .div-block-58 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .checkbox-label-3 {
    margin-bottom: 0;
    font-size: 1em;
  }

  .checkbox-field-3 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    display: flex;
  }

  .checkbox {
    width: 24px;
    margin-top: 0;
  }

  .heading-big {
    font-size: 2.5em;
  }

  .sub-paragraph.white {
    font-size: 1.15em;
  }

  .sub-paragraph.white.align-left {
    text-align: center;
    margin-top: 5px;
  }

  .heading-smallest {
    font-size: 1.5em;
  }

  .heading-smallest.white {
    text-align: center;
    font-size: 1.5em;
  }

  .sub-heading.white {
    font-size: 0.7em;
  }

  .blog-heading {
    font-size: 1.5em;
  }

  .blog-text {
    margin-bottom: 1.5em;
  }

  .blog-collectionlist {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-flow: column;
  }

  .banner-wrapper {
    height: auto;
  }

  .produkt-beschreibung h1,
  .produkt-beschreibung h2 {
    font-size: 1.5em;
  }

  .nav {
    margin-top: 0;
    margin-bottom: 5px;
  }

  .logos-wrap {
    grid-column-gap: 3px;
    grid-row-gap: 6px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .logos-wrap.big {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .logo-box,
  .logo-box.amex,
  .logo-box.white {
    width: 50px;
  }

  .payment-logo.big {
    height: 20px;
  }

  .payment-logo.big-logo {
    height: 30px;
  }

  .text-rich-text h2 {
    font-size: 1.5em;
  }

  .text-rich-text a {
    word-break: break-all;
  }

  .berunstext-2.versandtext.black {
    text-align: center;
    font-size: 1em;
  }

  .countdown-wrapper {
    background-position: 70%;
  }

  .js-clock {
    flex-flow: column;
    padding: 1em;
  }

  .box {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
  }

  .clock-number {
    font-size: 3em;
  }

  .div-block-60 {
    display: none;
  }

  .logo-wrapper {
    justify-content: space-around;
  }

  .logo-img {
    width: 75px;
  }

  .faq-a-text.color-grey {
    line-height: 1.5em;
  }

  .c-faq-a-text {
    padding: 10px 0;
  }

  .c-faq-q-text {
    padding: 0.55rem 0;
  }

  .c-faq-item {
    border-left-width: 1px;
  }

  .c-faq-icon {
    padding: 1.05rem;
  }

  .alleblog-wrapper {
    margin-top: 0.5em;
    margin-left: 5%;
    margin-right: 10%;
  }

  .image-3 {
    width: 250px;
  }

  .page-wrapper.cc {
    height: 0%;
  }

  .main {
    padding-top: 80px;
  }

  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer.cc {
    padding-bottom: 20px;
  }

  .container-1440 {
    height: auto;
  }

  .section-cc.is-2 {
    padding-bottom: 0;
  }

  .brand-logo-iage {
    margin-left: -20px;
  }

  .heading-style-h1 {
    font-size: 2.5em;
    font-style: italic;
  }

  .texts {
    line-height: 24px;
  }

  .texts.mt-0 {
    font-size: 16px;
  }

  .heading-style-h2 {
    font-style: italic;
  }

  .section-cch.pt-64 {
    padding-bottom: 0;
  }

  .mask {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 16px;
  }

  .slide {
    width: 95%;
  }

  .fields {
    flex-flow: column;
  }

  .submit-button-3 {
    margin-top: 32px;
  }

  .check-field.box {
    width: 24px;
    height: 24px;
  }

  .checkbox-fiels-wrap {
    align-items: center;
  }

  .footer-contents {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: center;
  }

  .footer-left {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .footer-text {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .footer-text.mt-20 {
    margin-top: 0;
  }

  .footer-menu-title {
    text-align: center;
  }

  .footer-items {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    align-items: center;
  }

  .brand-image {
    margin-right: 0;
    display: block;
  }

  .brand-image.is-mob {
    filter: none;
    display: block;
  }

  .brand-image.is-dstp,
  .image-gradient {
    display: none;
  }

  .navigation {
    z-index: 9999;
    background-color: var(--white);
    position: fixed;
    inset: 0% 0% auto;
  }

  .image-5 {
    object-fit: cover;
    width: 110px;
    max-width: 110px;
    height: 80px;
  }

  .lottie-animation {
    display: block;
  }

  .list-2 {
    z-index: 9999;
    background-color: var(--vv);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 95%;
    padding-top: 100px;
    font-style: italic;
    font-weight: 500;
    display: none;
    position: fixed;
    inset: 11% 0% 0%;
  }

  .text-link {
    color: var(--white);
    text-align: center;
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    display: block;
  }

  .list-item {
    width: 100%;
  }
}

#w-node-d016ea82-c888-f207-58f5-6808996971be-1bc84e40,
#w-node-d016ea82-c888-f207-58f5-6808996971ce-1bc84e40,
#w-node-d016ea82-c888-f207-58f5-6808996971cf-1bc84e40,
#w-node-f7758fb1-a2b6-2785-f372-f47d797d91bb-1bc84e41 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f7758fb1-a2b6-2785-f372-f47d797d91be-1bc84e41,
#w-node-f7758fb1-a2b6-2785-f372-f47d797d91c0-1bc84e41 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f7758fb1-a2b6-2785-f372-f47d797d91ea-1bc84e41 {
  place-self: center start;
}

#w-node-f7758fb1-a2b6-2785-f372-f47d797d91f5-1bc84e41 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-db9d933b-8a91-cec2-1a63-61180af7d18b-1bc84e41 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0100395-a3a9-8ec6-c2cf-b872c93d6df5-1bc84e45 {
  align-self: auto;
}

#w-node-_686c6fb7-d2fb-6461-cc69-0438f67e52e1-1bc84e46 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_686c6fb7-d2fb-6461-cc69-0438f67e52e3-1bc84e46 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_686c6fb7-d2fb-6461-cc69-0438f67e52e6-1bc84e46 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_686c6fb7-d2fb-6461-cc69-0438f67e52e9-1bc84e46 {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-_686c6fb7-d2fb-6461-cc69-0438f67e52af-1bc84e46 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8b7e282-e029-11cc-41c3-b849bc17c652-1bc84e46 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1242d06d-b689-4d0f-db62-20f7cc35fab2-1bc84e4c,
#w-node-_1242d06d-b689-4d0f-db62-20f7cc35fac6-1bc84e4c,
#w-node-_1242d06d-b689-4d0f-db62-20f7cc35fac7-1bc84e4c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f9aa657-9810-356c-72c9-7981d81b2ec9-1bc84e53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0f9aa657-9810-356c-72c9-7981d81b2eca-1bc84e53 {
  align-self: center;
}

#w-node-_0f9aa657-9810-356c-72c9-7981d81b2ecb-1bc84e53,
#w-node-_0f9aa657-9810-356c-72c9-7981d81b2ed9-1bc84e53,
#w-node-_0f9aa657-9810-356c-72c9-7981d81b2eed-1bc84e53,
#w-node-_0f9aa657-9810-356c-72c9-7981d81b2eee-1bc84e53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_613d138e-49fa-ba8d-5268-93a1cbd0306a-1bc84e54 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_613d138e-49fa-ba8d-5268-93a1cbd0306b-1bc84e54 {
  align-self: center;
}

#w-node-_613d138e-49fa-ba8d-5268-93a1cbd0306c-1bc84e54,
#w-node-_613d138e-49fa-ba8d-5268-93a1cbd0307c-1bc84e54,
#w-node-_613d138e-49fa-ba8d-5268-93a1cbd0307e-1bc84e54,
#w-node-_613d138e-49fa-ba8d-5268-93a1cbd0307f-1bc84e54,
#w-node-e754aea2-6ee4-b251-b5cf-d6d506d53aca-1bc84e55,
#w-node-c680be0d-8c4e-b434-e8ec-ee60052ed648-1bc84e55,
#w-node-c680be0d-8c4e-b434-e8ec-ee60052ed649-1bc84e55,
#w-node-daff139a-9780-9d31-271a-6ef3a5603beb-1bc84e56,
#w-node-daff139a-9780-9d31-271a-6ef3a5603bff-1bc84e56,
#w-node-daff139a-9780-9d31-271a-6ef3a5603c00-1bc84e56,
#w-node-_326df1ca-e162-eb47-1785-69724d3fbb4e-1bc84e58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_326df1ca-e162-eb47-1785-69724d3fbb5c-1bc84e58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_5c832041-edc4-44ec-7f79-9136821ef79d-1bc84e58,
#this-month.w-node-_326df1ca-e162-eb47-1785-69724d3fbb65-1bc84e58,
#w-node-_97cdb889-e473-19b0-e5e7-211aa209ac36-1bc84e58,
#this-month.w-node-_97cdb889-e473-19b0-e5e7-211aa209ac37-1bc84e58,
#w-node-_326df1ca-e162-eb47-1785-69724d3fbb76-1bc84e58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_326df1ca-e162-eb47-1785-69724d3fbb83-1bc84e58 {
  justify-self: end;
}

#cancelled.w-node-_2b452e0c-8439-8eac-150f-225dfd0a1cba-1bc84e58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-f8b7e282-e029-11cc-41c3-b849bc17c652-1bc84e46 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_686c6fb7-d2fb-6461-cc69-0438f67e52af-1bc84e46 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_326df1ca-e162-eb47-1785-69724d3fbb5c-1bc84e58 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_326df1ca-e162-eb47-1785-69724d3fbb83-1bc84e58 {
    justify-self: start;
  }

  #w-node-_326df1ca-e162-eb47-1785-69724d3fbb86-1bc84e58 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f7758fb1-a2b6-2785-f372-f47d797d91ce-1bc84e41,
  #w-node-_6e24bbfa-603f-2768-2f25-e345aaa79048-1bc84e41,
  #w-node-_884ec9d1-ec48-bac9-266c-6ff260efe05e-1bc84e41,
  #w-node-beb60e6c-227d-05c3-9181-836347b9d410-1bc84e41 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_686c6fb7-d2fb-6461-cc69-0438f67e52e1-1bc84e46 {
    order: -9999;
  }

  #w-node-_0f9aa657-9810-356c-72c9-7981d81b2ec9-1bc84e53 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_613d138e-49fa-ba8d-5268-93a1cbd0306a-1bc84e54 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-_326df1ca-e162-eb47-1785-69724d3fbb4e-1bc84e58 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f7758fb1-a2b6-2785-f372-f47d797d91c0-1bc84e41,
  #w-node-f7758fb1-a2b6-2785-f372-f47d797d91f5-1bc84e41 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_613d138e-49fa-ba8d-5268-93a1cbd0306a-1bc84e54 {
    place-self: auto;
  }

  #w-node-_326df1ca-e162-eb47-1785-69724d3fbb4e-1bc84e58 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_326df1ca-e162-eb47-1785-69724d3fbb5c-1bc84e58 {
    justify-self: start;
  }
}

@font-face {
  font-family: "NeueHaasDisplayMediu";
  src: url("../fonts/NeueHaasDisplayMediu.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeueHaas";
  src: url("../fonts/NeueHaasDisplayLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ibmplexmono";
  src: url("../fonts/IBMPlexMono-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Opensans";
  src: url("../fonts/OpenSans-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Opensans it";
  src: url("../fonts/OpenSans-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Opensans it";
  src: url("../fonts/OpenSans-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Opensans it";
  src: url("../fonts/OpenSans-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Opensans it";
  src: url("../fonts/OpenSans-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat it";
  src: url("../fonts/Montserrat-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat it";
  src: url("../fonts/Montserrat-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat it";
  src: url("../fonts/Montserrat-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat it";
  src: url("../fonts/Montserrat-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

/* Product card css */
.card:hover {
  transform: scale(1.02);
}

.card {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  max-width: 250px;
  width: 100%;
  background: #fff;
  overflow: hidden;
  transition: transform 0.3s ease;
  border-radius: 4px;
}

/* Icons container */
.card-icons {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  gap: 8px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 10;
}

.card:hover .card-icons {
  opacity: 1;
}

.card .product-image {
  width: 100%;
  height: 250px;
  object-fit: contain;
  display: block;
  padding: 10px;
}

.card-content {
  padding: 15px;
  text-align: left;
}

.card-content h3 {
  font-weight: 400;
  margin: 10px 0 5px;
  font-size: 18px;
  color: black;
  white-space: nowrap; /* Keep text in one line */
  overflow: hidden; /* Hide overflow */
  text-overflow: ellipsis; /* Show ... if too long */
}

.card-content p {
  margin: 5px 0 15px;
  font-size: 16px;
  color: #ffa559;
  font-weight: bold;
}

.card-content button {
  background: #ffa559;
  color: white;
  border: none;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 10px;
  cursor: pointer;
  transition: background 0.3s ease;
  font-weight: 700;
  text-transform: uppercase;
}

.card-content button:hover {
  background: #ff8e2b;
}

/* Icon buttons */
.icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease;
  padding: 8px;
  /* filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(67deg) brightness(102%) contrast(101%) !important; */
  background-color: #ff8e2b !important;
}
.icon img {
  width: 20px !important;
  height: 20px !important;
  filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(67deg)
    brightness(102%) contrast(101%);
}

.card-icons .icon img {
  width: 16px !important; /* or any size you want */
  height: 16px !important;
  display: block;
}

/* Showing product cards in grid */
.products-list {
  display: flex;
  flex-wrap: wrap; /* allow cards to wrap to the next line */
  gap: 20px; /* space between cards */
  padding: 10px;
  justify-content: center; /* center cards horizontally */
  /* align-items: flex-start; */
}

@media screen and (min-width: 750px) {
  .products-list {
    justify-content: start;
  }
}

/* Filter by color */
.filter-color {
  padding: 15px;
  background: #fff;
  border-radius: 8px;
  width: 200px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.filter-color h4 {
  margin: 0 0 10px;
  font-size: 16px;
  color: #333;
}

.color-options {
  display: flex;
  gap: 12px;
}

.color-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  cursor: pointer;
  border: 2px solid #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.color-circle:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.color-circle.active {
  border: 2px solid #000;
}

/* Notification badge */
.color-circle .notification {
  position: absolute;
  top: -6px;
  right: -6px;
  background-color: #ff8e2b; /* red dot */
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 5px;
  border-radius: 50%;
  min-width: 18px;
  height: 18px;
  text-align: center;
  line-height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
