:root {
  --oxbar-green: #45d62b;
  --light-black: #1f1f1f;
  --small-gray-text: 12px;
  --white: white;
}

.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-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-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-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-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

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

.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-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.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-commerceboldtextblock {
  font-weight: 700;
}

.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-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-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-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-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-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: .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-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

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

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }
}

@media screen and (max-width: 479px) {
  .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-commerceaddtocartquantityinput, .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: #1a1b1f;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

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

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #43464d;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
  margin-bottom: 20px;
}

.divider.cc-dark-divider {
  background-color: #202020;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.section.cc-store-home-wrap {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section.cc-subscribe-form {
  background-color: #f4f4f4;
  margin-left: 0;
  margin-right: 0;
}

.section.cc-product-detail {
  flex-flow: row;
  align-items: center;
  display: flex;
}

.section.katalog {
  padding-bottom: 0;
}

.section.products-section {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section.wholesale-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-top: 100px;
  padding-bottom: 80px;
  display: flex;
  background:
    linear-gradient(138deg, rgba(248, 251, 255, 0.95) 0%, rgba(238, 245, 255, 0.92) 44%, rgba(249, 252, 255, 0.94) 100%),
    url("../images/wholesale-warehouse-bg-3.jpg") center 46% / cover no-repeat,
    radial-gradient(circle at 12% 14%, rgba(255, 181, 86, 0.16), rgba(255, 181, 86, 0) 54%),
    linear-gradient(140deg, #edf3ff 0%, #f6f9ff 100%);
  background-blend-mode: normal, normal, normal, normal;
}

.section.wholesale-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.62) 100%);
  pointer-events: none;
  z-index: 0;
}

.section.wholesale-hero > * {
  position: relative;
  z-index: 1;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

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

.container.cc-subscription-form {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  display: flex;
}

.container.cc-heading-wrap {
  text-align: center;
}

.container.cc-full-width-form-wrap {
  align-items: flex-start;
  display: flex;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: .7;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.primary-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  display: none;
}

.primary-button:hover {
  color: #fff;
  background-color: #32343a;
}

.primary-button:active {
  background-color: #43464d;
}

.primary-button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.primary-button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.primary-button.cc-white-button:hover {
  background-color: #fffc;
}

.primary-button.cc-white-button:active {
  background-color: #ffffffe6;
}

.primary-button.cc-cart {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.primary-button.cc-add-to-cart-btn {
  margin-top: 10px;
  margin-right: 10px;
  display: none;
}

.primary-button.contact-form-button {
  border-radius: 10px;
  display: block;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-cart-remove-link {
  color: #a7a7a7;
  margin-top: 4px;
  margin-bottom: 5px;
  font-weight: 400;
  text-decoration: none;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.paragraph-light {
  opacity: .6;
  letter-spacing: 0;
  text-transform: none;
  font-size: 14px;
  line-height: 26px;
}

.paragraph-light.cc-subscribe-paragraph {
  width: 40%;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  font-weight: 700;
  line-height: 80px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.cart-footer {
  padding-top: 20px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.product-name-text {
  text-transform: uppercase;
  border-radius: 10px 0 0 10px;
  padding-left: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
  position: relative;
}

.product-name-text.cc-name-text-cart {
  font-size: 14px;
  line-height: 26px;
}

.product-name-text.cc-shipping-option {
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 26px;
}

.cart-item-info-wrap {
  margin-top: -5px;
  margin-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

.cart-quantity {
  color: #fff;
  letter-spacing: 0;
  background-color: #0000;
  border-radius: 0;
  min-width: auto;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.navigation-items {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cart {
  margin-left: 20px;
}

.navigation {
  color: #fff;
  background-color: #0000;
  align-items: center;
  width: 100%;
  padding: 30px 50px;
  display: flex;
  position: relative;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus, .text-field.-wfp-focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-subscribe-text-field {
  width: 330px;
  margin-bottom: 0;
  margin-right: 10px;
}

.text-field.cc-subscribe-text-field:focus {
  border-color: #32343a;
}

.text-field.cc-contact-field {
  border-radius: 10px;
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.text-field.cc-textarea.cc-contact-field {
  border-radius: 10px;
}

.text-field.cc-quantity-field {
  background-color: #fff;
  border-color: #e6e6e6;
  width: 80px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 8px 12px 8px 20px;
  display: none;
}

.cart-list {
  padding-top: 20px;
  padding-bottom: 20px;
}

.cart-line-item {
  margin-bottom: 10px;
}

.navigation-item {
  opacity: .6;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-item.cart-icon {
  opacity: 100;
  color: #fff;
  padding-left: 0;
  padding-right: 20px;
}

.icon, .logo-image {
  display: block;
}

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

.cart-header {
  padding-top: 16px;
  padding-bottom: 16px;
}

.navigation-wrap {
  align-items: center;
  display: flex;
}

.cart-container {
  min-width: 400px;
  box-shadow: 0 2px 10px #00000014;
}

.products-heading {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: linear-gradient(#000000c2 9%, #000000c9 84%, #fff0), url('../images/20250103-161802.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 800px;
  margin-bottom: 100px;
  display: flex;
}

.collection-item {
  width: 20%;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.intro-content {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  max-width: 1140px;
  margin-bottom: 20px;
  display: flex;
}

.intro-text {
  color: #fff;
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.main-heading-wrap {
  margin-bottom: 60px;
}

.main-paragraph-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-areas: ". .";
  margin-top: 60px;
  margin-bottom: 150px;
}

.subscribe-form {
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-block {
  margin-top: 20px;
}

.footer {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . . ."
                 ". . . . ."
                 / 2fr 1fr 1fr 1.25fr 1fr;
  place-items: start;
}

.footer-link {
  opacity: .6;
  margin-bottom: 15px;
  font-size: 14px;
  text-decoration: none;
  transition: color .2s, opacity .2s;
}

.footer-link:hover {
  opacity: 1;
}

.made-with-webflow {
  opacity: .5;
  align-items: center;
  margin-top: 70px;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.made-with-webflow:hover {
  opacity: 1;
}

.made-with-webflow:active {
  opacity: .8;
}

.links-section-footer {
  margin-top: 40px;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.product-image-wrap {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 300px;
  transition: opacity .6s;
  display: block;
  position: relative;
}

.product-image-wrap:hover {
  opacity: .9;
  color: #fff;
}

.product-image-wrap:active {
  opacity: .85;
  color: #fff;
}

.product-description {
  position: relative;
  inset: auto;
}

.product-price-text {
  opacity: .6;
  padding-left: 10px;
  font-size: 14px;
  line-height: 26px;
}

.about-quote {
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.picture-placeholder {
  background-color: #f4f4f4;
  background-image: url('../images/Placeholder-1.svg');
  background-position: 45%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 460px;
}

.picture-placeholder.cc-about-2 {
  background-image: url('../images/placeholder-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  height: 620px;
}

.picture-placeholder.cc-about-3 {
  background-image: url('../images/placeholder-2.svg');
  background-position: 50%;
  background-size: cover;
}

.picture-placeholder.cc-about-1 {
  background-image: url('../images/placeholder-1_1.svg');
  background-position: 50%;
  background-size: cover;
}

.about-pictures-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 150px;
}

.contact-name-field-wrap {
  width: 50%;
  padding-right: 10px;
}

.email-name-field-wrap {
  width: 50%;
  padding-left: 10px;
}

.get-in-touch-form-wrap {
  flex-direction: column;
  align-items: stretch;
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.credentials-inputs-wrap {
  display: flex;
}

.map {
  height: 460px;
  line-height: 20px;
}

.paragraph-contact-text {
  margin-bottom: 10px;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . ."
  / 1fr 1fr 1fr 1fr;
  margin-top: 60px;
}

.support-link {
  opacity: .7;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
  transition: opacity .2s;
}

.support-link:hover {
  opacity: 1;
}

.support-link:active {
  opacity: .8;
}

.contacts-section {
  text-align: center;
  margin-bottom: 100px;
}

.store-categories-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.products-category-link {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.products-category-link:hover {
  opacity: 1;
}

.products-category-link:active {
  opacity: .8;
}

.products-category-link.w--current {
  opacity: 1;
  letter-spacing: 1px;
  font-weight: 600;
}

.products-category-link.w--current:hover {
  opacity: .8;
}

.products-category-link.w--current:active {
  opacity: .7;
}

.collection-list {
  justify-content: center;
  display: flex;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.protected-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.product-detail-measurement {
  align-items: center;
  display: flex;
}

.product-detail-main-details {
  margin-bottom: 30px;
}

.product-details-wrap {
  width: 50%;
  max-width: 470px;
  margin-bottom: 20px;
  margin-left: 100px;
}

.add-to-cart {
  margin-top: 30px;
}

.product-image {
  background-color: #f4f4f4;
  background-image: url('../images/placeholder-1_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 700px;
  margin-bottom: 30px;
  display: flex;
}

.product-detail-cta-wrap {
  margin-top: 0;
  display: none;
}

.product-informations {
  margin-top: 25px;
  margin-bottom: 25px;
}

.list-item {
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.product-detail-price {
  opacity: .6;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 52px;
}

.product-detail-name {
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 52px;
}

.product-detail-unit-text {
  margin-left: 6px;
}

.product-detail-unit-text.cc-middle-text {
  margin-right: 6px;
}

.total-count-text {
  font-weight: 600;
}

.block-header {
  border-color: #e4e4e4;
  padding: 16px 24px;
}

.block-content {
  border-bottom-color: #e4e4e4;
  border-left-color: #e4e4e4;
  border-right-color: #e4e4e4;
  padding: 24px 24px 12px;
  font-weight: 400;
}

.full-width-form {
  background-color: #f4f4f4;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding-top: 50px;
  padding-bottom: 50px;
}

.order-item-list {
  margin-bottom: -5px;
}

.order-item-description-wrap {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.order-item-content-wrap {
  margin-left: 24px;
}

.order-item-price {
  font-size: 14px;
}

.checkout-quantity-wrap {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
}

.order-confirmation-header-wrapper {
  font-weight: 100;
}

.select {
  height: 42px;
  margin-bottom: 16px;
}

.shipping-method {
  border-bottom-color: #e4e4e4;
  padding: 20px 24px;
}

.shipping-method-list {
  border-left-color: #e4e4e4;
  border-right-color: #e4e4e4;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.blog-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.blog-header-image.w--current {
  margin-bottom: 60px;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.option-list {
  font-size: 14px;
  line-height: 26px;
}

.cart-option-list {
  color: #a7a7a7;
  margin-top: 0;
  font-size: 14px;
  line-height: 26px;
}

.cart-option-wrap {
  margin-bottom: 0;
}

.option-item-value {
  color: #1a1b1f;
}

.apple-pay, .pay-with-browser {
  height: 42px;
}

.order-wrap {
  flex-basis: 750px;
}

.order-summary {
  flex-basis: 370px;
}

.billing-address-toggle-2 {
  align-items: stretch;
  margin-bottom: 10px;
}

.checkbox-label-2 {
  margin-bottom: 0;
}

.checkbox-2 {
  margin-top: 2px;
}

.cc-quantity-field-label {
  margin-bottom: 0;
  display: none;
}

.veleprodaja-1 {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #030303;
  border-radius: 10px;
  padding: 12px 25px;
  line-height: 20px;
  text-decoration: none;
  transition: all .1s;
  box-shadow: 0 2px 5px #fff3;
}

.veleprodaja-1:hover {
  transform: scale(1.05);
}

.veleprodaja-1.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.maloprodaja {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #212121;
  border-radius: 10px;
  padding: 12px 25px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: all .1s;
  box-shadow: 0 2px 5px #0003;
}

.maloprodaja:hover {
  transform: scale(1.05);
}

.maloprodaja.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.dostava {
  background-color: var(--oxbar-green);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: all .1s;
  box-shadow: 0 2px 5px #0003;
}

.dostava:hover {
  color: #fff;
  transform: scale(1.05);
}

.dostava.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.body {
  max-width: 100vw;
  font-family: Open Sans, sans-serif;
}

.slider {
  width: 100%;
  height: 800px;
}

.slide-nav {
  display: none;
}

.div-block {
  z-index: 2;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slide {
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(#000, #00000052 35% 65%, #000), url('../images/20250103-161802.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.section-2 {
  width: 100%;
}

.left-arrow, .right-arrow {
  display: none;
}

.link-block {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding: 0 0 20px;
  text-decoration: none;
  transition: all .1s;
  position: relative;
}

.link-block:hover {
  transform: scale(1.05);
}

.collection-item-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 330px;
  height: 350px;
  display: block;
}

.collection-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.collection-list-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.collection-list-wrapper-2 {
  display: none;
}

.text-block {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080);
  border-radius: 10px;
  padding: 20px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 50px;
  text-decoration: none;
  position: absolute;
  inset: auto 0% 0%;
}

.code-embed {
  background-color: #1f0;
  border-radius: 10px;
  font-weight: 700;
}

.collection-list-wrapper-3 {
  position: static;
}

.section-copy {
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section-copy.cc-store-home-wrap {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-copy.cc-subscribe-form {
  background-color: #f4f4f4;
  margin-left: 0;
  margin-right: 0;
}

.section-copy.cc-product-detail {
  align-items: center;
  display: flex;
}

.section-copy.katalog {
  padding-bottom: 0;
}

.section-copy.products-section {
  padding-top: 20px;
  padding-bottom: 20px;
}

.our-products-section {
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 60px;
  padding-bottom: 40px;
  position: relative;
}

.our-products-section.cc-store-home-wrap {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.our-products-section.cc-subscribe-form {
  background-color: #f4f4f4;
  margin-left: 0;
  margin-right: 0;
}

.our-products-section.cc-product-detail {
  align-items: center;
  display: flex;
}

.our-products-section.katalog {
  padding-bottom: 0;
}

.our-products-section.products-section {
  padding-top: 20px;
  padding-bottom: 20px;
}

.actual-products {
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.actual-products.cc-store-home-wrap {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.actual-products.cc-subscribe-form {
  background-color: #f4f4f4;
  margin-left: 0;
  margin-right: 0;
}

.actual-products.cc-product-detail {
  align-items: center;
  display: flex;
}

.actual-products.katalog {
  padding-bottom: 0;
}

.actual-products.products-section {
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading, .heading-2 {
  font-weight: 700;
}

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  display: flex;
}

.body-2 {
  font-family: Open Sans, sans-serif;
}

.div-block-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fafafa;
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-width: 600px;
  margin-top: 20px;
  padding: 20px 30px;
  display: grid;
  box-shadow: 0 3px 20px 3px #00000014;
}

.section.wholesale-hero .div-block-3 {
  width: min(860px, calc(100% - 40px));
  max-width: 860px;
  min-width: 0;
  margin-left: auto;
  margin-right: auto;
}

.button-veleprodaja {
  background-color: var(--light-black);
  border-radius: 10px;
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1) !important;
  transform-origin: center;
}

.button-veleprodaja:hover {
  color: #fff;
  transform: scale(1.02) !important;
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.text-block-2, .text-block-3 {
  color: #fff;
}

.image-2 {
  border-radius: 20px;
  margin-top: 20px;
}

.text-block-4 {
  font-size: 16px;
  font-weight: 700;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 400px;
  display: flex;
}

.code-embed-2 {
  margin-top: 20px;
}

.div-block-5 {
  width: 100%;
  max-width: 1200px;
  margin-top: 20px;
}

.heading-3 {
  text-align: center;
}

.heading-4 {
  text-align: center;
  font-weight: 600;
}

.paragraph {
  text-align: center;
}

.slide-2 {
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(#000, #00000052 35% 65%, #000), url('../images/OXBAR_--OXBAR_SVOPP-_banner.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.div-block-6 {
  background-color: #333;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.image-3 {
  filter: invert();
  padding-left: 15px;
  padding-right: 5px;
}

.text-span {
  font-size: 12px;
}

.div-block-7 {
  border: .5px solid #0000004d;
  width: 70%;
  margin-top: 40px;
  margin-bottom: 20px;
}

.text-block-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.bold-text {
  color: #2f00ff;
}

.text-block-6 {
  border: 3px solid #3000ff;
  border-radius: 10px;
  padding: 9px 15px;
}

.div-block-8 {
  border-top: 1px solid #00000059;
  margin-bottom: 0;
}

.link-block-2 {
  background-color: var(--light-black);
  box-shadow: none;
  color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 9px 15px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1) !important;
  transform-origin: center;
}

.link-block-2:hover {
  color: #fff;
  transform: scale(1.02) !important;
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.text-block-7 {
  padding-left: 10px;
}

.text-block-5-copy {
  margin-top: 20px;
  margin-bottom: 10px;
}

.radno-vrijeme {
  color: #1a1b1f80;
  font-size: var(--small-gray-text);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.text-block-8 {
  color: #ee0004;
  padding-left: 10px;
  font-size: 12px;
  text-decoration: line-through;
}

@media screen and (max-width: 991px) {
  .section.cc-product-detail {
    flex-direction: column;
  }

  .styleguide-block {
    text-align: center;
  }

  .primary-button {
    justify-content: center;
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 60%;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .navigation-items {
    background-color: #fff;
  }

  .cart {
    margin-left: 0;
    margin-right: 30px;
  }

  .navigation {
    padding: 25px 30px;
  }

  .text-field.cc-quantity-field {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .collection-item {
    width: 100%;
    max-width: 620px;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .intro-text {
    width: auto;
  }

  .picture-placeholder.cc-about-2 {
    height: 460px;
  }

  .contact-name-field-wrap {
    width: 100%;
    padding-right: 0;
  }

  .email-name-field-wrap {
    width: 100%;
    padding-left: 0;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .credentials-inputs-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .grid {
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .number-contact-wrap {
    margin-bottom: 20px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .product-details-wrap {
    text-align: center;
    width: 100%;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-image {
    width: 100%;
    margin-bottom: 40px;
  }

  .product-detail-cta-wrap {
    flex-direction: column;
    justify-content: center;
  }

  .full-width-form {
    padding: 40px;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .blog-header-image {
    height: 460px;
  }

  .order-summary {
    flex-basis: 320px;
  }

  .section-copy.cc-product-detail, .our-products-section.cc-product-detail, .actual-products.cc-product-detail {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .section, .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .container.cc-subscription-form {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.cc-heading-wrap {
    margin-bottom: 50px;
  }

  .container.cc-full-width-form-wrap {
    text-align: left;
    flex-direction: column;
    align-items: stretch;
  }

  .paragraph-bigger, .heading-jumbo-tiny {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 80%;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .cart-item-info-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navigation {
    padding: 20px 30px;
  }

  .text-field.cc-subscribe-text-field {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .cart-container {
    min-width: 360px;
  }

  .intro-content {
    width: 80%;
  }

  .main-paragraph-wrap {
    grid-row-gap: 30px;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .subscribe-form {
    flex-direction: column;
    align-items: stretch;
  }

  .form-block {
    width: 90%;
    max-width: 470px;
  }

  .footer {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    display: flex;
  }

  .logo-footer {
    margin-bottom: 70px;
  }

  .links-section-footer {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .about-quote {
    width: 80%;
    max-width: 470px;
  }

  .get-in-touch-form-wrap {
    width: 90%;
    max-width: 470px;
  }

  .paragraph-contact-text {
    font-size: 16px;
    line-height: 28px;
  }

  .store-categories-wrap {
    flex-direction: column;
  }

  .products-category-link {
    margin-bottom: 10px;
  }

  .collection-list {
    flex-direction: column;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .product-details-wrap {
    width: 90%;
  }

  .product-image {
    height: 500px;
  }

  .full-width-form {
    padding: 30px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .section-copy, .section-copy.cc-store-home-wrap, .our-products-section, .our-products-section.cc-store-home-wrap, .actual-products, .actual-products.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  h2 {
    font-size: 34px;
    line-height: 46px;
  }

  .section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.cc-store-home-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .section.cc-product-detail {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container.cc-subscription-form {
    padding-left: 15px;
    padding-right: 15px;
  }

  .primary-button.cc-cart {
    padding-left: 16px;
    padding-right: 16px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 100%;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .logo-link.w--current {
    padding: 10px 20px;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

  .cart-item-info-wrap {
    margin-left: 10px;
    margin-right: 10px;
  }

  .navigation-items {
    padding: 10px;
  }

  .cart {
    margin-right: 20px;
  }

  .navigation {
    padding: 0;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .logo-image {
    width: 100px;
    position: relative;
  }

  .cart-container {
    min-width: 320px;
  }

  .intro-content {
    flex-flow: column;
    display: flex;
  }

  .form-block {
    width: 100%;
    max-width: none;
  }

  .footer {
    padding-top: 40px;
  }

  .logo-footer {
    margin-bottom: 20px;
  }

  .product-image-wrap {
    height: 200px;
  }

  .about-quote, .get-in-touch-form-wrap, .blog-item, .product-details-wrap {
    width: 100%;
    max-width: none;
  }

  .list-item {
    flex-direction: column;
    align-items: center;
  }

  .full-width-form {
    padding: 15px;
  }

  .order-item-description-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .order-item-content-wrap {
    margin-bottom: 5px;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .veleprodaja-1 {
    margin-bottom: 10px;
  }

  .maloprodaja {
    margin-bottom: 10px;
    margin-left: 0;
  }

  .dostava {
    margin-left: 0;
  }

  .slider {
    height: 500px;
  }

  .link-block {
    background-position: 50%;
  }

  .collection-item-2 {
    height: 300px;
  }

  .collection-list-2 {
    grid-template-columns: 1fr;
  }

  .text-block {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }

  .image {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .section-copy {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-copy.cc-store-home-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .section-copy.cc-product-detail {
    margin-left: 15px;
    margin-right: 15px;
  }

  .our-products-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .our-products-section.cc-store-home-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .our-products-section.cc-product-detail {
    margin-left: 15px;
    margin-right: 15px;
  }

  .actual-products {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .actual-products.cc-store-home-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .actual-products.cc-product-detail {
    margin-left: 15px;
    margin-right: 15px;
  }

  .div-block-3 {
    flex-flow: column;
    width: 100%;
  }
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2971b-87e29718 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2971d-87e29718, #w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2971f-87e29718 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e29724-87e29718, #w-node-_88a386dd-8f07-0c34-70f0-2d9f87e29726-87e29718 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2972d-87e29718, #w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2972f-87e29718 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e29736-87e29718, #w-node-_88a386dd-8f07-0c34-70f0-2d9f87e29738-87e29718 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_37046f2a-372f-0010-13d2-5c118746a535-35c07495 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_09ca36a5-fae4-bce6-3492-250869e6e759-35c07497 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_09ca36a5-fae4-bce6-3492-250869e6e75b-35c07497 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_09ca36a5-fae4-bce6-3492-250869e6e75f-35c07497 {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-_09ca36a5-fae4-bce6-3492-250869e6e760-35c07497 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_09ca36a5-fae4-bce6-3492-250869e6e761-35c07497 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_016410b9-f46c-d5d0-c671-ed1d7aa23d84-35c07498 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_016410b9-f46c-d5d0-c671-ed1d7aa23d8d-35c07498 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_016410b9-f46c-d5d0-c671-ed1d7aa23d96-35c07498 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_016410b9-f46c-d5d0-c671-ed1d7aa23d9f-35c07498 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_99dad0ca-bf81-252a-6c17-530405cbecde-18361828, #w-node-_63a04ced-c57a-f3a6-e9d1-8bcb85fb19a4-18361828, #w-node-_4ec63061-2717-1336-efde-4e90b20fa1b2-18361828, #w-node-d32efd73-38ee-3823-e45e-e9756b8fab7e-18361828, #w-node-_9a3dc3d0-521d-ccbe-7e92-d9431ecccce9-18361828 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3dfa3d33-904e-77e6-4aa8-b5a09181e32c-18361828, #w-node-_6875f855-365e-6601-1b3b-82df52e29498-18361828 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ba0735ed-d3c8-48a1-499f-f10d74bd4adf-18361828 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_09ca36a5-fae4-bce6-3492-250869e6e75f-35c07497 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_09ca36a5-fae4-bce6-3492-250869e6e761-35c07497 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_016410b9-f46c-d5d0-c671-ed1d7aa23d8d-35c07498 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_016410b9-f46c-d5d0-c671-ed1d7aa23d96-35c07498 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_016410b9-f46c-d5d0-c671-ed1d7aa23d9f-35c07498 {
    grid-area: 4 / 1 / 5 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_09ca36a5-fae4-bce6-3492-250869e6e75b-35c07497 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 991px) {
  .actual-products .collection-wrap.w-dyn-items {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 10px !important;
    row-gap: 16px !important;
    align-items: stretch !important;
    justify-content: initial !important;
    place-content: initial !important;
  }

  .actual-products .collection-wrap.w-dyn-items > .collection-item.w-dyn-item {
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}

/* Radnje page map visuals + motion */
.section.vr-map-page-section {
  padding-bottom: 88px;
}

.section.vr-map-page-section .vr-map-page-intro {
  margin-bottom: 14px;
}

.section.vr-map-page-section .vr-map-page-intro .paragraph {
  max-width: 76ch;
  margin-left: auto;
  margin-right: auto;
}

.section.vr-map-page-section .code-embed-2 {
  margin-top: 0;
}

.section.vr-map-page-section .vr-map-page-shell {
  position: relative;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
  transition: none;
}

.section.vr-map-page-section .vr-map-page-shell::after {
  content: none;
}

.section.vr-map-page-section .vr-map-page-shell:hover {
  transform: none;
  box-shadow: none;
}

.section.vr-map-page-section .vr-map-page-shell #radnje-map {
  border: 0;
  background: transparent;
}

.section.vr-map-page-section #radnje-map .leaflet-popup-content-wrapper {
  border-radius: 12px;
}

.section.vr-map-page-section #radnje-map .leaflet-popup-content a {
  color: #1f7a3f;
}

.section.vr-map-page-section #radnje-map .leaflet-control-attribution {
  opacity: 0.75;
}

@keyframes vrMapIntroReveal {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes vrMapShellReveal {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.99);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .section.vr-map-page-section .vr-map-page-intro {
    animation: vrMapIntroReveal .58s ease both;
  }

  .section.vr-map-page-section .vr-map-page-shell {
    animation: vrMapShellReveal .66s .08s ease both;
  }
}

/* Wholesale hero first-paint stabilization (prevent pre-JS restyle flash). */
.section.wholesale-hero .vr-wholesale-columns {
  width: 100%;
  max-width: 1260px;
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(300px, 360px);
  gap: 24px;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.section.wholesale-hero .vr-wholesale-contact-col,
.section.wholesale-hero .vr-wholesale-auth-col {
  min-width: 0;
}

.section.wholesale-hero .vr-wholesale-contact-col {
  width: 100%;
  max-width: 760px;
}

.section.wholesale-hero .div-block-3 {
  position: relative;
  overflow: hidden;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: min(760px, calc(100% - 40px));
  max-width: 760px;
  min-width: 0;
  padding: 34px;
  gap: 14px;
  border-radius: 28px;
  border: 1px solid rgba(124, 58, 237, 0.33);
  background: radial-gradient(circle at 12% 18%, rgba(196, 181, 253, 0.62), rgba(196, 181, 253, 0) 43%), radial-gradient(circle at 88% 84%, rgba(99, 102, 241, 0.34), rgba(99, 102, 241, 0) 44%), linear-gradient(145deg, #f6f0ff 0%, #eee4ff 48%, #e0d3ff 100%);
  color: #24163a;
  box-shadow: 0 24px 55px rgba(83, 56, 158, 0.26);
}

.section.wholesale-hero .div-block-3::after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  right: -120px;
  bottom: -140px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.46);
  filter: blur(1px);
  pointer-events: none;
}

.section.wholesale-hero .div-block-3 > * {
  position: relative;
  z-index: 1;
}

.section.wholesale-hero .div-block-3 .text-block-5 {
  color: #24163a;
  font-size: clamp(24px, 1.9vw, 34px);
  line-height: 1.2;
  letter-spacing: .005em;
  text-align: center;
}

.section.wholesale-hero .div-block-3 .link-block-2,
.section.wholesale-hero .div-block-3 .button-veleprodaja {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  border-radius: 14px;
  border: 1px solid rgba(124, 58, 237, 0.34);
  background: linear-gradient(145deg, #7c3aed 0%, #5b21b6 100%) !important;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(91, 33, 182, 0.3);
  text-decoration: none;
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1) !important;
  transform-origin: center;
}

.section.wholesale-hero .div-block-3 .link-block-2:hover,
.section.wholesale-hero .div-block-3 .button-veleprodaja:hover {
  transform: scale(1.02) !important;
  border-color: rgba(124, 58, 237, 0.52);
  background: linear-gradient(145deg, #6d28d9 0%, #4c1d95 100%) !important;
  box-shadow: 0 14px 28px rgba(76, 29, 149, 0.34);
  color: #fff !important;
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.section.wholesale-hero .div-block-3 .button-veleprodaja {
  gap: 10px;
}

.section.wholesale-hero .div-block-3 .vr-contact-btn-icon {
  display: inline-flex;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  align-items: center;
  justify-content: center;
}

.section.wholesale-hero .div-block-3 .vr-contact-btn-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.section.wholesale-hero .div-block-3 .text-block-6 {
  border: 1px solid rgba(124, 58, 237, 0.24);
  background: rgba(255, 255, 255, 0.62);
  border-radius: 14px;
  padding: 14px 16px;
  color: #24163a;
  font-size: 18px;
  text-align: center;
}

.section.wholesale-hero .div-block-3 .bold-text {
  color: #6d28d9;
}

.section.wholesale-hero .div-block-3 .radno-vrijeme {
  color: #4c3572;
  font-size: 15px;
  line-height: 1.45;
  text-align: center;
}

.section.wholesale-hero .div-block-3 .text-block-7 {
  font-size: 16px;
  font-weight: 700;
}

@keyframes vrWholesaleRevealLeft {
  from {
    opacity: 0;
    transform: translateX(-18px) translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
}

@keyframes vrWholesaleRevealRight {
  from {
    opacity: 0;
    transform: translateX(18px) translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
}

@keyframes vrWholesaleFadeUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes vrWholesaleBlobFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.62;
  }

  50% {
    transform: translate3d(-20px, -16px, 0) scale(1.08);
    opacity: 0.92;
  }
}

.section.wholesale-hero .vr-wholesale-auth-card {
  transition: transform .28s ease, box-shadow .28s ease;
  will-change: transform, box-shadow;
}

.section.wholesale-hero .vr-wholesale-auth-card:hover {
  transform: translateY(-3px);
}

@media (prefers-reduced-motion: no-preference) {
  .section.wholesale-hero .vr-wholesale-contact-col {
    animation: vrWholesaleRevealLeft .6s ease both;
  }

  .section.wholesale-hero .vr-wholesale-auth-col {
    animation: vrWholesaleRevealRight .6s .08s ease both;
  }

  .section.wholesale-hero .div-block-3 .text-block-5 {
    animation: vrWholesaleFadeUp .48s ease both;
  }

  .section.wholesale-hero .div-block-3 .link-block-2 {
    animation: vrWholesaleFadeUp .48s .1s ease both;
  }

  .section.wholesale-hero .div-block-3 .text-block-6 {
    animation: vrWholesaleFadeUp .48s .16s ease both;
  }

  .section.wholesale-hero .div-block-3 .button-veleprodaja {
    animation: vrWholesaleFadeUp .48s .2s ease both;
  }

  .section.wholesale-hero .vr-wholesale-auth-card {
    animation: vrWholesaleFadeUp .54s .12s ease both;
  }

  .section.wholesale-hero .div-block-3::after {
    animation: vrWholesaleBlobFloat 7.2s ease-in-out infinite;
  }
}

@media screen and (max-width: 991px) {
  .section.vr-map-page-section .vr-map-page-shell #radnje-map {
    height: 520px !important;
  }

  .section.wholesale-hero .vr-wholesale-columns {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .section.wholesale-hero .div-block-3 {
    width: min(700px, calc(100% - 28px));
    max-width: 700px;
  }
}

@media screen and (max-width: 767px) {
  .section.vr-map-page-section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.vr-map-page-section .vr-map-page-shell {
    padding: 0;
  }

  .section.vr-map-page-section .vr-map-page-shell #radnje-map {
    height: 420px !important;
  }

  .section.wholesale-hero .div-block-3 {
    width: calc(100% - 24px);
    max-width: none;
    padding: 22px;
    border-radius: 18px;
  }

  .section.wholesale-hero .div-block-3 .text-block-5 {
    font-size: 24px;
  }

  .section.wholesale-hero .div-block-3 .text-block-6 {
    font-size: 16px;
  }

  .section.wholesale-hero .div-block-3 .link-block-2,
  .section.wholesale-hero .div-block-3 .button-veleprodaja {
    min-height: 54px;
  }
}

/* Contact page redesign: immersive hero, support cards, and elevated form UI */
body.vr-page-contact {
  --vr-contact-ink: #102349;
  --vr-contact-muted: rgba(34, 58, 98, 0.82);
  --vr-contact-line: rgba(23, 52, 99, 0.16);
  --vr-contact-card: rgba(255, 255, 255, 0.9);
  --vr-contact-card-strong: #f7faff;
  --vr-contact-accent: #ff8a24;
  --vr-contact-accent-soft: #ffd16d;
  --vr-contact-success: #22b78a;
}

body.vr-page-contact .section.vr-contact-redesign {
  position: relative;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 46px 0;
  overflow: hidden;
  background:
    linear-gradient(140deg, rgba(247, 251, 255, 0.68) 0%, rgba(236, 244, 255, 0.62) 42%, rgba(249, 252, 255, 0.66) 100%),
    url("../images/oxbar-contact-bg.jpg") center 36% / cover no-repeat,
    radial-gradient(circle at 14% 16%, rgba(255, 175, 65, 0.16), transparent 54%),
    radial-gradient(circle at 88% 0%, rgba(86, 124, 255, 0.14), transparent 50%),
    linear-gradient(140deg, #f4f8ff 0%, #edf4ff 42%, #f7fbff 100%);
  background-blend-mode: normal, normal, normal, normal, normal;
}

body.vr-page-contact .section.vr-contact-redesign::before,
body.vr-page-contact .section.vr-contact-redesign::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(1px);
  animation: vr-contact-pulse 8s ease-in-out infinite;
}

body.vr-page-contact .section.vr-contact-redesign::before {
  width: 300px;
  height: 300px;
  right: -90px;
  top: 52px;
  background: radial-gradient(circle, rgba(255, 137, 42, 0.2), transparent 66%);
}

body.vr-page-contact .section.vr-contact-redesign::after {
  width: 210px;
  height: 210px;
  left: -70px;
  bottom: -42px;
  background: radial-gradient(circle, rgba(255, 207, 110, 0.18), transparent 64%);
  animation-delay: 2.1s;
}

body.vr-page-contact .vr-contact-stage {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1100px;
  box-sizing: border-box;
  padding-left: 28px;
  padding-right: 28px;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  align-items: center;
  gap: 26px;
}

body.vr-page-contact .vr-contact-stage > * {
  min-width: 0;
}

body.vr-page-contact .vr-contact-hero-panel,
body.vr-page-contact .get-in-touch-form-wrap.vr-contact-form-panel {
  border: 1px solid var(--vr-contact-line);
  border-radius: 30px;
  background: var(--vr-contact-card);
  box-shadow: 0 20px 54px rgba(15, 50, 104, 0.16);
  backdrop-filter: blur(16px);
  animation: vr-contact-rise 560ms ease both;
}

body.vr-page-contact .vr-contact-hero-panel {
  padding: 38px 34px 32px;
}

body.vr-page-contact .get-in-touch-form-wrap.vr-contact-form-panel {
  width: 100%;
  max-width: none;
  align-self: center;
  margin: 0;
  padding: 30px 28px;
  background:
    linear-gradient(170deg, rgba(255, 255, 255, 0.95), rgba(248, 251, 255, 0.86) 44%),
    var(--vr-contact-card-strong);
  animation-delay: 70ms;
}

body.vr-page-contact .vr-contact-kicker {
  color: rgba(24, 50, 92, 0.78);
  letter-spacing: 0.12em;
  margin-bottom: 14px;
}

body.vr-page-contact .vr-contact-display {
  margin: 0;
  color: var(--vr-contact-ink);
  font-size: clamp(32px, 4.4vw, 58px);
  line-height: 1.02;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

body.vr-page-contact .vr-contact-lead {
  margin-top: 16px;
  margin-bottom: 0;
  max-width: 58ch;
  color: var(--vr-contact-muted);
  font-size: clamp(15px, 1.24vw, 19px);
  line-height: 1.6;
}

body.vr-page-contact .vr-contact-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

body.vr-page-contact .vr-contact-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(21, 49, 94, 0.16);
  background: rgba(255, 255, 255, 0.72);
  color: rgba(21, 49, 94, 0.88);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.vr-page-contact .vr-contact-actions {
  margin-top: 24px;
  display: grid;
  gap: 10px;
}

body.vr-page-contact .vr-contact-action-card {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 84px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(23, 52, 99, 0.14);
  background: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: transform 0.22s ease, border-color 0.22s ease, background-color 0.22s ease;
}

body.vr-page-contact .vr-contact-action-card:hover,
body.vr-page-contact .vr-contact-action-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 138, 36, 0.42);
  background: rgba(255, 255, 255, 0.98);
}

body.vr-page-contact .vr-contact-action-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  background: linear-gradient(145deg, rgba(255, 138, 36, 0.24), rgba(255, 209, 109, 0.22));
  color: #9e6322;
}

body.vr-page-contact .vr-contact-action-icon svg {
  width: 20px;
  height: 20px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

body.vr-page-contact .vr-contact-action-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

body.vr-page-contact .vr-contact-action-label {
  color: rgba(33, 58, 98, 0.74);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

body.vr-page-contact .vr-contact-action-value {
  color: var(--vr-contact-ink);
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 700;
  line-height: 1.2;
  margin-top: 4px;
  text-wrap: pretty;
}

body.vr-page-contact .vr-contact-topic-grid {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body.vr-page-contact .vr-contact-topic-chip {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(22, 49, 95, 0.08);
  color: rgba(23, 49, 93, 0.88);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
}

body.vr-page-contact .vr-contact-form {
  margin-bottom: 0;
}

body.vr-page-contact .vr-contact-form-head {
  margin-bottom: 18px;
}

body.vr-page-contact .vr-contact-form-title {
  margin-top: 0;
  margin-bottom: 8px;
  color: #102349;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.05;
}

body.vr-page-contact .vr-contact-form-subtitle {
  margin: 0;
  color: rgba(33, 58, 98, 0.76);
  font-size: 14px;
  line-height: 1.55;
}

body.vr-page-contact .vr-contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 12px;
}

body.vr-page-contact .vr-contact-form-grid .contact-name-field-wrap,
body.vr-page-contact .vr-contact-form-grid .email-name-field-wrap {
  width: auto;
  min-width: 0;
  padding-left: 0;
  padding-right: 0;
}

body.vr-page-contact .vr-contact-form-grid .text-field.cc-contact-field {
  margin-bottom: 0 !important;
}

body.vr-page-contact .vr-contact-form label {
  display: block;
  margin-bottom: 6px;
  color: rgba(28, 53, 92, 0.84);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

body.vr-page-contact .vr-contact-form .text-field.cc-contact-field {
  border: 1px solid rgba(23, 52, 99, 0.2) !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  color: #102349 !important;
  min-height: 54px !important;
  margin-bottom: 14px !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease !important;
}

body.vr-page-contact .vr-contact-form .text-field.cc-contact-field::placeholder {
  color: rgba(69, 95, 138, 0.62);
}

body.vr-page-contact .vr-contact-form .text-field.cc-contact-field:hover {
  border-color: rgba(255, 138, 36, 0.52) !important;
}

body.vr-page-contact .vr-contact-form .text-field.cc-contact-field:focus,
body.vr-page-contact .vr-contact-form .text-field.cc-contact-field.-wfp-focus {
  border-color: rgba(255, 138, 36, 0.88) !important;
  box-shadow: 0 0 0 3px rgba(255, 138, 36, 0.22) !important;
  background: #fff !important;
}

body.vr-page-contact .vr-contact-form .text-field.cc-textarea.cc-contact-field {
  min-height: 148px !important;
  padding-top: 14px !important;
  resize: vertical;
}

body.vr-page-contact .vr-contact-submit.primary-button.contact-form-button {
  width: 100%;
  min-height: 54px;
  margin-top: 4px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--oxbar-green) 0%, #86f26d 100%);
  color: #111521;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

body.vr-page-contact .vr-contact-submit.primary-button.contact-form-button:hover,
body.vr-page-contact .vr-contact-submit.primary-button.contact-form-button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 14px 34px rgba(69, 214, 43, 0.34);
  filter: saturate(1.08);
}

body.vr-page-contact .vr-contact-form-panel .w-form-done,
body.vr-page-contact .vr-contact-form-panel .w-form-fail {
  margin-top: 12px;
  border-radius: 12px;
  border: 1px solid rgba(23, 52, 99, 0.16);
  background: rgba(255, 255, 255, 0.84);
  color: #102349;
}

body.vr-page-contact .vr-contact-form-panel .w-form-done {
  border-color: rgba(34, 183, 138, 0.45);
  background: rgba(34, 183, 138, 0.12);
  color: #0d5a42;
}

body.vr-page-contact .section.vr-contact-support-strip {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 26px 0 52px;
  background: linear-gradient(180deg, #f4f8ff 0%, #eef3ff 34%);
}

body.vr-page-contact .vr-contact-support-shell {
  max-width: 1100px;
}

body.vr-page-contact .vr-contact-support-intro {
  margin-bottom: 16px;
}

body.vr-page-contact .vr-contact-support-kicker {
  color: #1d3967;
  margin-bottom: 10px;
  letter-spacing: 0.09em;
}

body.vr-page-contact .vr-contact-support-title {
  margin: 0;
  color: #0a1836;
  font-size: clamp(24px, 2.5vw, 38px);
  line-height: 1.08;
}

body.vr-page-contact .vr-contact-support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

body.vr-page-contact .vr-contact-support-card {
  padding: 22px 20px 20px;
  border-radius: 20px;
  border: 1px solid rgba(18, 36, 72, 0.1);
  background: #fff;
  box-shadow: 0 16px 36px rgba(18, 41, 84, 0.1);
}

body.vr-page-contact .vr-contact-support-card-title {
  margin: 0 0 8px;
  color: #0f244d;
  font-size: 20px;
  line-height: 1.15;
}

body.vr-page-contact .vr-contact-support-card-copy {
  margin: 0;
  color: #364a70;
  font-size: 14px;
  line-height: 1.6;
}

@keyframes vr-contact-rise {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes vr-contact-pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.9;
  }

  50% {
    transform: scale(1.08);
    opacity: 1;
  }
}

@media screen and (max-width: 991px) {
  body.vr-page-contact .section.vr-contact-redesign {
    padding-top: 38px;
    padding-bottom: 26px;
  }

  body.vr-page-contact .vr-contact-stage {
    padding-left: 20px;
    padding-right: 20px;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 16px;
  }

  body.vr-page-contact .vr-contact-hero-panel,
  body.vr-page-contact .get-in-touch-form-wrap.vr-contact-form-panel {
    border-radius: 24px;
  }

  body.vr-page-contact .section.vr-contact-support-strip {
    padding-bottom: 40px;
    background: linear-gradient(180deg, #f4f8ff 0%, #f2f6ff 24%);
  }

  body.vr-page-contact .vr-contact-support-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  body.vr-page-contact .section.vr-contact-redesign {
    padding-top: 22px;
    padding-bottom: 18px;
  }

  body.vr-page-contact .vr-contact-stage {
    padding-left: 14px;
    padding-right: 14px;
  }

  body.vr-page-contact .vr-contact-hero-panel,
  body.vr-page-contact .get-in-touch-form-wrap.vr-contact-form-panel {
    padding: 20px 16px 18px;
    border-radius: 18px;
  }

  body.vr-page-contact .vr-contact-display {
    font-size: clamp(28px, 10.2vw, 42px);
  }

  body.vr-page-contact .vr-contact-pill-row {
    margin-top: 16px;
    gap: 8px;
  }

  body.vr-page-contact .vr-contact-pill {
    min-height: 30px;
    padding-left: 11px;
    padding-right: 11px;
    font-size: 11px;
  }

  body.vr-page-contact .vr-contact-action-card {
    min-height: 74px;
    padding: 12px;
    border-radius: 14px;
    gap: 12px;
  }

  body.vr-page-contact .vr-contact-action-icon {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
    border-radius: 10px;
  }

  body.vr-page-contact .vr-contact-action-icon svg {
    width: 18px;
    height: 18px;
  }

  body.vr-page-contact .vr-contact-action-value {
    font-size: 18px;
  }

  body.vr-page-contact .vr-contact-topic-grid {
    margin-top: 14px;
  }

  body.vr-page-contact .vr-contact-form-title {
    font-size: 28px;
  }

  body.vr-page-contact .vr-contact-form-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  body.vr-page-contact .vr-contact-form .text-field.cc-contact-field {
    min-height: 50px !important;
    margin-bottom: 12px !important;
  }

  body.vr-page-contact .vr-contact-form .text-field.cc-textarea.cc-contact-field {
    min-height: 128px !important;
  }

  body.vr-page-contact .section.vr-contact-support-strip {
    padding-top: 18px;
    padding-bottom: 30px;
  }

  body.vr-page-contact .vr-contact-support-card {
    border-radius: 16px;
    padding: 16px 14px;
  }

  body.vr-page-contact .vr-contact-support-card-title {
    font-size: 18px;
  }
}
