:root {
  --main-color-01: #fff;
  --brand-blue: #0013ff;
  --yellow: #faff00;
  --grey: grey;
  --light-grey: #cacaca;
  --main-color-02: #000;
  --paragraph-colour: #585858;
  --red: red;
  --main-color-04: #8000ff;
  --transparent: #0000;
  --main-color-03: #1b1b1b;
  --trans-grey: #ffffff26;
}

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

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

.w-commerce-commercecartopenlinkicon {
  margin-right: 8px;
}

.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-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 {
  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;
  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;
  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;
  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-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.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 {
  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;
  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;
  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-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

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

.w-commerce-commercecheckoutemailinput {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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-commercecheckoutorderitemswrapper {
  margin-bottom: 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-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-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-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

.w-commerce-commercecheckoutdiscountslabel {
  flex-basis: 100%;
  margin-bottom: 8px;
}

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

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

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

.w-commerce-commercecheckoutdiscountsbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  height: 38px;
  margin-left: 8px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  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-commercepaypalcheckoutformcontainer {
  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-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  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;
}

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

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

@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, .w-commerce-commercecheckoutdiscountsinput {
    font-size: 16px;
  }
}

body {
  color: var(--main-color-01);
  text-transform: uppercase;
  background-color: #0a0a0a;
  font-family: input-mono, sans-serif;
  font-size: .9vw;
  font-weight: 400;
  line-height: 1.4;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .9vw;
  font-weight: 400;
  line-height: 1.4;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .9vw;
  font-weight: 400;
  line-height: 1;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 1;
}

a {
  text-decoration: underline;
}

.product-header {
  width: 100vw;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2vw;
  padding-right: 2vw;
}

.container.footer-wrapper {
  justify-content: space-between;
  height: 105px;
  display: flex;
}

.container.all-products {
  margin-top: 0;
}

.container.contact-wrapper {
  flex-direction: column;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.container.centre {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.container.flex {
  display: flex;
}

.navbar {
  border-bottom: 4px solid var(--brand-blue);
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 25px;
  padding-bottom: 25px;
  display: block;
}

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

.image.main-logo {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block {
  height: 3px;
}

.div-block.ruler {
  background-color: #0013ff;
  height: 4px;
}

.nav-link {
  color: var(--brand-blue);
}

.navlink {
  color: var(--brand-blue);
  transform-style: preserve-3d;
  margin-left: 20px;
  margin-right: 20px;
  padding: 1px 5px;
  font-weight: 500;
  transition: transform cubic-bezier(.55, .055, .675, .19);
}

.navlink:hover {
  opacity: 1;
  outline-offset: 0px;
  color: #000;
  background-color: #0000;
  border-radius: 0;
  outline: 2px #0013ff;
  padding: 1px 5px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.navlink.w--current {
  color: var(--yellow);
  background-color: #000;
}

.navlink.footer {
  text-align: left;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 2px 5px;
}

.cart-button {
  color: var(--brand-blue);
  background-color: #fff;
  justify-content: flex-end;
  padding: 0;
  font-weight: 500;
  display: flex;
  position: static;
  right: -842px;
}

.cart-button.cart-footer {
  text-align: left;
  padding: 0;
}

.nav-menu {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  position: static;
  left: -83px;
}

.div-block-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-3 {
  display: flex;
}

.div-block-4 {
  align-self: center;
}

.image-2 {
  width: 15px;
}

.image-3 {
  width: auto;
  max-width: 90%;
}

.image-4 {
  width: 18px;
  position: relative;
  right: -20px;
}

.image-4.arrow-left---pdp {
  right: 0;
}

.image-4.arrow-right---pdp {
  left: 0;
  right: 0;
}

.column {
  display: flex;
}

.columns {
  object-fit: fill;
  min-height: 0;
}

.flex-column {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 7vw;
  display: flex;
}

.product-details-holder {
  display: flex;
}

.product-details-wrapper {
  align-self: center;
  width: 38vw;
}

.product-price {
  margin-top: .5vw;
  margin-bottom: 1.5vw;
  font-size: 1.25vw;
}

.product-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 2vw;
  font-weight: 500;
}

.heading-3 {
  color: var(--grey);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}

.paragraph {
  font-weight: 500;
}

.product-titles {
  margin-bottom: 0;
  font-weight: 500;
}

.standard-paragraph, .standard-paragraph.no-margin {
  margin-bottom: 0;
}

.standard-paragraph.products {
  margin-bottom: .5vw;
}

.standard-paragraph.products.note {
  width: 20vw;
  color: var(--light-grey);
  margin-top: 1.5vw;
  margin-bottom: 0;
  font-size: .7vw;
  line-height: 1.4;
}

.standard-paragraph.center-align {
  text-align: center;
}

.standard-paragraph.footer {
  color: var(--brand-blue);
  text-align: center;
  margin-bottom: 10px;
}

.standard-paragraph.shipping-page {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 17px;
}

.standard-paragraph.bold {
  font-weight: 700;
}

.option-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: block;
}

.div-block-7 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-bottom: 1.5vw;
  display: block;
}

.add-to-cart {
  margin-top: 2vw;
}

.option-box {
  border: 3px solid var(--brand-blue);
  min-width: 130px;
  max-width: 130px;
  color: var(--brand-blue);
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  cursor: pointer;
  background-color: #fff;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 6px;
  font-weight: 500;
  transition: background-color .4s;
  display: flex;
}

.option-box:hover {
  background-color: var(--light-grey);
}

.add-to-cart-button {
  border: 1px solid var(--yellow);
  color: var(--yellow);
  text-transform: uppercase;
  background-color: #3898ec00;
  padding: .65vw .9vw;
  transition: all .2s;
}

.add-to-cart-button:hover {
  border-color: var(--yellow);
  background-color: var(--yellow);
  color: var(--main-color-02);
  border-radius: 0;
}

.quantity {
  border-width: .1vw;
  border-color: var(--main-color-01);
  cursor: pointer;
  background-color: #fafafa00;
  border-radius: 0;
  width: 3.7vw;
  height: 2.3vw;
  margin-bottom: 0;
  padding: .5vw .5vw .5vw .75vw;
  transition: background-color .4s;
}

.quantity:hover {
  border-color: var(--yellow);
  color: var(--yellow);
}

.quantity:focus {
  border-color: var(--main-color-01);
}

.out-of-stock-state {
  width: 24vw;
  color: var(--yellow);
  background-color: #ddd0;
  margin-top: 0;
  padding: 0;
}

.product-out-of-stock {
  font-weight: 500;
}

.button {
  border: .1vw solid var(--yellow);
  height: 2.5vw;
  color: var(--yellow);
  text-transform: uppercase;
  background-color: #fff0;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: .5vw;
  padding: 0 .85vw;
  transition: all .2s;
  display: flex;
}

.button:hover, .button.w--ecommerce-pill-selected {
  border-color: var(--yellow);
  background-color: var(--yellow);
  color: var(--main-color-02);
}

.button.contact-button {
  background-color: #0000;
  border-style: solid;
  border-radius: 0;
  margin-top: 14px;
}

.button.contact-button:hover {
  color: var(--yellow);
  background-color: #000;
}

.button.pdp {
  border-color: var(--main-color-01);
  color: var(--main-color-01);
}

.button.pdp:hover, .button.pdp.w--ecommerce-pill-selected {
  border-color: var(--yellow);
  color: var(--main-color-02);
}

.button.pdp.w--ecommerce-pill-disabled {
  background-color: var(--grey);
}

.button.margin-left {
  margin-left: 1vw;
}

.button.checkout {
  background-color: var(--main-color-02);
  height: 3.5vw;
}

.button.checkout:hover {
  background-color: var(--yellow);
}

.button.checkout.password {
  background-color: var(--yellow);
  color: var(--main-color-02);
  margin-right: 0;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
}

.button.checkout.password:hover {
  background-color: var(--main-color-02);
  color: var(--yellow);
}

.button.intro {
  border-color: var(--main-color-01);
  height: 2.8vw;
  color: var(--main-color-01);
  margin-right: 0;
  padding-left: 1.5vw;
  padding-right: 1.5vw;
}

.button.intro:hover {
  border-color: var(--yellow);
  color: var(--main-color-02);
}

.footer-section._100vh {
  margin-top: 5vh;
  padding-bottom: 1vh;
}

.footer-section.fixed {
  position: fixed;
  inset: auto 0% 0%;
}

.image-5 {
  width: 150px;
}

.div-block-8 {
  flex: 0 auto;
  justify-content: flex-end;
  align-self: center;
  width: 150px;
  height: 105px;
  display: flex;
}

.div-block-9 {
  flex-direction: column;
  align-self: center;
  align-items: center;
  display: flex;
}

.paragraph-3 {
  color: var(--grey);
  text-align: center;
  margin-bottom: 0;
}

.paragraph-4 {
  text-align: center;
  margin-bottom: 7px;
}

.button-main {
  border: 3px solid var(--brand-blue);
  background-color: var(--brand-blue);
  color: #fff;
  text-align: center;
  border-radius: 0;
  margin-bottom: 0;
  padding: 8px 13px;
  text-decoration: none;
}

.button-main:hover {
  color: var(--yellow);
  background-color: #000;
}

.button-main.button-solid {
  border: 3px solid var(--brand-blue);
  color: var(--brand-blue);
  background-color: #fff;
  padding: 6px 11px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
}

.button-main.button-solid:hover {
  color: var(--yellow);
  background-color: #000;
}

.button-main.discount-code {
  margin-left: 15px;
}

.link-block {
  color: var(--brand-blue);
  text-decoration: none;
}

.div-block-10 {
  flex-direction: column;
  justify-content: space-between;
  margin-right: 30px;
  display: flex;
}

.footer-navlink {
  color: var(--brand-blue);
  transform-style: preserve-3d;
  align-self: flex-end;
  padding: 2px 5px;
  font-weight: 500;
  text-decoration: none;
}

.footer-navlink:hover {
  color: #000;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.footer-navlink.w--current {
  color: var(--yellow);
  background-color: #000;
}

.paragraph-6 {
  margin-bottom: 0;
  text-decoration: none;
}

.paragraph-7, .paragraph-8 {
  margin-bottom: 0;
}

.div-block-11 {
  background-color: var(--brand-blue);
  width: 3px;
}

.hero-section {
  margin-top: 45px;
}

.full-screen-container {
  border-bottom: 4px solid var(--brand-blue);
  justify-content: space-between;
  display: flex;
}

.image-6 {
  width: auto;
}

.div-block-12 {
  border-right: 4px none var(--brand-blue);
  width: 67%;
}

.div-block-13 {
  flex-direction: column;
  align-items: flex-start;
  width: 33.28%;
  display: flex;
}

.div-block-14 {
  background-color: var(--brand-blue);
  width: 4px;
}

.div-block-15 {
  background-color: var(--brand-blue);
  width: 100%;
  height: 4px;
}

.product-section {
  position: relative;
}

.collection-title-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 15px;
  display: flex;
}

.collection-title {
  border-bottom: 3px none var(--brand-blue);
  color: var(--brand-blue);
  text-align: left;
  background-color: #0000;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
}

.collection-title.item-counter {
  color: var(--paragraph-colour);
}

.product-name-hp {
  text-align: center;
  margin-bottom: 0;
}

.product-name-hp:hover {
  outline-offset: 0px;
  outline: 3px #0013ff;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.product-price-hp {
  color: var(--grey);
  text-align: center;
}

.product-hp {
  transform: rotate(0);
}

.product-hp:hover {
  opacity: 1;
  outline-offset: 0px;
  mix-blend-mode: normal;
  direction: ltr;
  outline: 0 #0013ff;
  font-style: normal;
  text-decoration: none;
}

.main-hp-image {
  width: 94.6%;
  transition: opacity .6s;
  position: absolute;
}

.main-hp-image:hover {
  opacity: 0;
}

.collection-wrapper {
  justify-content: space-between;
  margin-bottom: 70px;
  display: flex;
}

.secondary-hp-image {
  clear: none;
  object-fit: fill;
  display: inline-block;
  position: static;
}

.text-span {
  color: var(--brand-blue);
  cursor: pointer;
}

.text-span:hover {
  color: #000;
}

.link {
  text-decoration: none;
}

.div-block-16 {
  border: 0px solid var(--brand-blue);
  display: flex;
}

.main-cart-text {
  transform-style: preserve-3d;
  margin-left: 20px;
  margin-right: 20px;
  padding: 1px 5px;
}

.main-cart-text:hover {
  color: #000;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.div-block-17 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contact-write-up-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 29vw;
  display: flex;
}

.paragraph-9 {
  color: var(--grey);
  margin-bottom: 0;
}

.form-block {
  width: 35vw;
  margin-bottom: 0;
}

.text-field {
  border: .1vw solid var(--main-color-01);
  color: var(--main-color-01);
  text-transform: none;
  background-color: #fff0;
  border-radius: 0;
  margin-bottom: 1.2vw;
  padding: .8vw;
}

.text-field.message-field {
  height: 7vw;
  color: var(--main-color-01);
  border-radius: 0;
  margin-bottom: 2vw;
}

.contact-form-wrapper {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  align-items: flex-start;
  display: flex;
}

.alert {
  border: 3px solid var(--brand-blue);
  color: var(--yellow);
  background-color: #000;
  font-weight: 500;
}

.alert.success {
  width: 600px;
  margin-bottom: 410px;
}

.alert.error {
  border-width: 2px;
  border-color: var(--red);
  color: var(--red);
  background-color: #000;
}

.div-block-18 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-4 {
  color: var(--grey);
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.product-link {
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.product-link:visited {
  color: var(--brand-blue);
}

.product-grid {
  margin-bottom: 70px;
}

.collection-list {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-wrapper {
  border-top: .08vw solid var(--main-color-01);
  border-right: .04vw solid var(--main-color-01);
  border-left: .04vw solid var(--main-color-01);
  text-align: center;
  flex-direction: column;
  display: flex;
}

.product-wrapper:hover {
  color: var(--red);
}

.text-block-5 {
  position: relative;
}

.text-block-5.sold-out {
  z-index: 5;
  background-color: #000;
  position: absolute;
  inset: auto 0% 0%;
}

.product-image-2---catagories {
  opacity: 0;
  transition: opacity .4s;
  position: relative;
}

.product-image-2---catagories:hover {
  opacity: 1;
}

.product-image-wrapper {
  background-color: #d6d6d6;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-product-image---catagories {
  position: absolute;
}

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

._404-content-wrapper {
  flex-direction: column;
  width: 28vw;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.slider {
  background-color: #ddd0;
  width: 38vw;
  max-width: none;
  height: 100%;
  display: flex;
}

.slider-arrow-icon {
  -webkit-text-stroke-width: 1px;
  align-self: center;
  padding-top: 0;
  font-size: 18px;
}

.slider-dots {
  justify-content: center;
  align-items: center;
  height: 30px;
  font-size: 12px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -40px;
  left: 50%;
  transform: translate(-50%);
}

.arrow {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 30px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -42px;
  left: auto;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.slider-arrow-wrapper {
  align-self: center;
}

.slider-image-mask {
  border: 1px solid var(--main-color-01);
  position: relative;
}

.cart-mobile-wrapper {
  display: none;
}

.collection-product-name {
  color: var(--main-color-01);
}

.product-price-wrapper {
  position: relative;
}

.page-loader {
  z-index: 99999;
  background-color: #eee;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
  position: fixed;
  inset: 0%;
}

.page-loader-text {
  text-align: center;
  margin-top: 8px;
  font-weight: 600;
}

.page-loader-text.business-card {
  text-align: left;
  margin-top: 10px;
}

.page-loader-text.info {
  text-align: left;
  display: none;
}

.loading-logo {
  display: block;
}

.load-logo {
  display: none;
}

.heading-4 {
  margin-top: 0;
}

.checkout-button {
  border: 3px solid var(--brand-blue);
  background-color: var(--brand-blue);
  border-radius: 0;
  padding: 6px 12px;
}

.checkout-button.add-to-cart-button:hover {
  padding: 6px 12px;
}

.field-label-2 {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 18px;
}

.text-field-2 {
  text-align: center;
}

.text-block-8 {
  font-size: 13px;
}

.error {
  padding-top: 5px;
  padding-bottom: 5px;
}

.order-summary {
  margin-bottom: 0;
}

.discounts {
  background-color: #fff0;
  border-width: 0;
  margin-top: 1.4vw;
  margin-bottom: 1vw;
  padding: 0;
}

.discount-code {
  border-radius: 0;
}

.checkout-form {
  background-color: #f5f5f500;
  justify-content: center;
  min-height: auto;
  padding: 7vw 0 5vw;
  display: flex;
}

.paypal-checkout-form {
  background-color: #f5f5f500;
  padding-top: 40px;
  padding-bottom: 40px;
}

.order-confirmation {
  background-color: #f5f5f500;
  min-height: auto;
  margin-top: 10vw;
  padding: 0;
}

.attention-title {
  border: 3px solid var(--brand-blue);
  color: var(--yellow);
  background-color: #000;
  margin-bottom: 25px;
  margin-left: 332px;
  margin-right: 332px;
  padding: 12px 15px;
}

.attention-title.details-page {
  margin-left: 278px;
  margin-right: 278px;
}

.text-block-9 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

.block-header {
  flex-direction: column;
}

.main-subheading {
  margin-bottom: 10px;
}

.main-subheading.no-margin-below {
  margin-bottom: 0;
}

.header-section {
  z-index: 100;
  position: absolute;
  inset: 0% auto auto 0%;
}

.main-heading {
  font-size: 56px;
  line-height: 1.2;
}

.sub-heading-wrapper {
  margin-top: 6px;
}

.hyphen-block {
  color: var(--paragraph-colour);
  margin-top: 10px;
  font-size: 22px;
}

.ruler {
  background-color: var(--paragraph-colour);
  height: 1px;
  margin-top: 25px;
}

.slider-arrow-wrapper-2 {
  outline-offset: 0px;
  color: #0013ff;
  text-align: center;
  background-color: #fff;
  outline: 3px solid #0013ff;
  align-self: center;
  width: 36px;
  height: 36px;
  font-size: 31px;
  transition: padding .275s cubic-bezier(.075, .82, .17, .978);
}

.slider-arrow-wrapper-2:hover {
  padding: 20px;
}

.slider-arrow-wrapper-2:active {
  color: #ffe200;
  background-color: #000;
}

.slider-arrow-wrapper-3 {
  outline-offset: 0px;
  color: #0013ff;
  text-align: center;
  background-color: #fff;
  outline: 3px solid #0013ff;
  align-self: center;
  width: 36px;
  height: 36px;
  font-size: 31px;
  transition: padding .275s cubic-bezier(.075, .82, .17, .978);
}

.slider-arrow-wrapper-3:hover {
  padding: 20px;
}

.slider-arrow-wrapper-3:active {
  color: #ffe200;
  background-color: #000;
}

.slider-wrapper {
  display: none;
}

.header-video-background-section-copy-me {
  z-index: -100;
  filter: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 100svh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-wrapper {
  z-index: -999;
  width: 1000%;
  height: 100%;
  padding-bottom: 56.25%;
  display: none;
  position: absolute;
}

.video-embed {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.video-embed.mobile {
  display: none;
}

.header-back-up-bg-image-low-power-ios {
  z-index: -1000;
  max-width: none;
  height: 100%;
  display: none;
  position: absolute;
  overflow: visible;
}

.project-hero-video-holder {
  width: 100vw;
  display: none;
  position: static;
  transform: none;
}

.video-loop-code-embed {
  display: block;
}

.nav-bar-section {
  z-index: 999;
  width: 100%;
  display: none;
  position: absolute;
}

.nav-bar-section.exclusion-blend-mode {
  mix-blend-mode: exclusion;
}

.nav-bar-section.non-fixed {
  position: absolute;
}

.navbar-wrapper {
  justify-content: space-between;
  padding-top: 1vw;
  display: flex;
}

.navbar-wrapper.small {
  justify-content: space-between;
}

.header-video-background-section {
  z-index: -100;
  background-color: var(--main-color-02);
  filter: brightness(90%);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 100svh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-logo {
  width: 112px;
}

.main-text {
  line-height: 1.4;
}

.main-text.right {
  text-align: right;
}

.nav-title {
  text-align: right;
  text-transform: uppercase;
  display: block;
}

.nav-title.w--current {
  text-decoration: line-through;
}

.nav-title.hover-effect.hover-effect--cursor-square {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
}

.nav-title.hover-effect.hover-effect--cursor-square.w--current {
  text-decoration: none;
}

.nav-title.hover-effect.hover-effect--cursor-square.centre {
  text-align: center;
  display: inline-block;
}

.nav-title.hover-effect.hover-effect--cursor-square.centre.cart {
  color: var(--main-color-04);
}

.nav-title.hover-effect.hover-effect--cursor-square.centre.out-of-stock, .nav-title.hover-effect.hover-effect--cursor-square.centre.products {
  color: var(--yellow);
}

.nav-title.hover-effect.hover-effect--cursor-square.cart {
  color: var(--yellow);
  font-size: 14px;
}

.nav-title.hover-effect.hover-effect--cursor-square.left {
  text-align: left;
}

.nav-title.hover-effect.hover-effect--cursor-square.menu-popup, .nav-title.hover-effect.hover-effect--cursor-square.black {
  color: var(--main-color-02);
}

.nav-link-wrapper {
  display: flex;
}

.nav-link-wrapper.hide {
  display: none;
}

.nav-link-wrapper.menu-popup {
  color: var(--main-color-02);
  font-size: 1vw;
}

.nav-slash-wrapper {
  margin-left: .5vw;
}

.nav-logo-wrapper {
  z-index: 1;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.nav-logo-wrapper.w--current {
  z-index: 10000;
  margin-top: 1vw;
  position: fixed;
}

.nav-content-wrapper {
  z-index: 1;
  position: relative;
}

.nav-content-wrapper.exclusion-blend-mode {
  z-index: 10000;
  mix-blend-mode: exclusion;
}

.nav-shuffle-wrapper {
  flex-flow: column;
  align-items: flex-end;
  display: flex;
}

.nav-shuffle-wrapper.footer {
  flex-flow: row;
}

.nav-shuffle-wrapper.hide {
  display: none;
}

.content-wrapper.absolute {
  align-items: baseline;
  display: flex;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.content-wrapper.products {
  color: var(--yellow);
  margin-bottom: .5vw;
  display: flex;
}

.header-100v-wrapper {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100svw;
  height: 100svh;
  display: flex;
  position: absolute;
}

.header-lower-wrapper {
  z-index: 100;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 1.1vw;
  display: flex;
  position: relative;
}

.gradient-top {
  background-image: linear-gradient(#0006, #fff0);
  width: 100svw;
  height: 20svh;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.gradient-bottom {
  background-image: linear-gradient(0deg, #0006, #fff0);
  width: 100svw;
  height: 20svh;
  position: absolute;
  inset: auto auto 0% 0%;
}

.cart-button-2 {
  background-color: #3898ec00;
  padding: 0;
}

.icon-3 {
  display: none;
}

.cart-quantity {
  color: #fff;
  background-color: #fff0;
  border-radius: 0;
  min-width: auto;
  height: auto;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: .9vw;
  font-weight: 400;
  line-height: 1.4;
  display: block;
}

.cart-quantity.footer {
  display: none;
}

.cart-quantity.menu-popup {
  color: var(--main-color-02);
  font-size: 1vw;
}

.text-block {
  display: inline;
}

.text-block.hover-effect.hover-effect--cursor-square {
  font-size: .9vw;
  line-height: 1.4;
  display: block;
}

.text-block.hover-effect.hover-effect--cursor-square.inline {
  display: inline-block;
}

.text-block.hover-effect.hover-effect--cursor-square.cart {
  margin-right: .2vw;
}

.text-block.hover-effect.hover-effect--cursor-square.cart.menu-popup {
  color: var(--main-color-02);
  font-size: 1vw;
}

.text-block.hover-effect.hover-effect--cursor-square.menu-popup {
  font-size: 1vw;
}

.text-block.hover-effect.hover-effect--bg {
  vertical-align: baseline;
  width: auto;
  display: inline;
}

.text-block.cart-slash.menu-popup {
  color: var(--main-color-02);
}

.text-block.nav-02.cart-text-spacer {
  width: .2vw;
}

.nav-subtitle {
  color: #717781;
  font-size: .9rem;
  display: inline;
}

.nav-subtitle.hover-effect.hover-effect--bg {
  font-size: .8rem;
}

.nav_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content-title {
  font-size: 12px;
  display: inline;
}

.nav_component {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav_list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .6fr .7fr 1fr;
  width: 100%;
}

.grid_list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 100px 30% 1fr 1fr 1fr;
}

.section_hero {
  height: 100vh;
}

.nav-title-2 {
  font-size: .8rem;
  display: inline;
}

.nav-title-2.w--current {
  text-decoration: line-through;
}

.bottom_component {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero_wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100vh;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.padding-global {
  padding-left: 2rem;
  padding-right: 2rem;
}

.middle_component {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.number-block {
  display: inline;
}

.cart-container {
  border: 1px solid var(--main-color-02);
  background-color: var(--yellow);
}

.cart-container._2 {
  background-color: var(--transparent);
  width: 100vw;
  min-width: auto;
  max-width: none;
  height: 100svh;
  box-shadow: none;
  border-style: none;
  border-width: 0;
  justify-content: center;
  align-items: center;
}

.bg-image-holder---home {
  z-index: -1000;
  position: absolute;
  inset: 0 auto auto 0%;
}

.image-11 {
  width: 100%;
}

.bg-image-section {
  display: none;
}

.cart-text {
  color: var(--main-color-02);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.cart-text.remove {
  color: var(--main-color-04);
  font-size: 12px;
  display: inline-flex;
}

.cart-text.empty {
  margin-bottom: 4px;
}

.cart-text.small {
  font-size: 12px;
}

.cart-text.yellow {
  color: var(--main-color-04);
}

.cart-header {
  border-bottom-width: 0;
  padding-top: 24px;
  padding-bottom: 0;
  font-size: 14px;
}

.cart-footer-3 {
  border-top-width: 0;
}

.cart-quantity-2 {
  border-color: var(--main-color-02);
  color: var(--main-color-02);
  background-color: #fafafa00;
  border-radius: 0;
  font-size: 12px;
}

.div-block-22 {
  font-size: 12px;
}

.cart-image {
  border: 1.2px solid #000;
  width: 80px;
}

.text-block-10 {
  font-weight: 400;
}

.text-block-11 {
  color: var(--yellow);
}

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

.text-block-12 {
  font-weight: 400;
}

.cart-line-item {
  font-size: 12px;
}

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

.checkout-button-2 {
  background-color: var(--main-color-02);
  color: var(--main-color-01);
  border-radius: 0;
  margin-top: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 12px;
}

.div-block-23 {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.image-13 {
  width: 60vw;
  max-width: none;
}

.close-button {
  cursor: pointer;
}

.text-block-13 {
  text-align: center;
  font-size: 12px;
}

.empty-state {
  flex-flow: column;
}

.error-state {
  border: .1vw solid var(--main-color-02);
  text-align: center;
  background-color: #0000;
}

.paypal {
  color: var(--main-color-01);
  margin-bottom: 5px;
}

.div-block-24 {
  display: flex;
}

.bold-heading {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 2vw;
  font-weight: 500;
}

.product-section-wrapper {
  padding-top: 4.4vw;
}

.product-section-wrapper.product-page {
  padding-top: 8vw;
  display: none;
}

.tab {
  color: #fff;
  background-color: #ddd0;
  flex-flow: row;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.tab.w--current {
  color: var(--yellow);
  background-color: #ddd0;
}

.product-heading-wrapper {
  margin-bottom: .5vw;
}

.tabs-menu {
  width: 100vw;
  margin-bottom: 3vw;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
}

.product-image-hover-wrapper {
  width: 90%;
  position: absolute;
}

.product-info-wrapper {
  color: #fff;
  text-align: left;
  flex-flow: column;
  align-items: center;
  margin-top: 2vw;
  margin-bottom: 2vw;
  display: flex;
}

.product-name-color-wrapper {
  display: flex;
}

.collection-product-color {
  margin-left: .5vw;
}

.intro-section-old {
  align-items: flex-end;
  width: 100vw;
  height: 100vh;
  margin-top: 100svh;
  padding-bottom: 0;
  display: none;
  position: static;
  inset: 0% 0% auto;
}

.intro-section-old.fixed {
  margin-top: 0;
  position: fixed;
}

.intro-wrapper-old {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.intro-heading-desktop {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 5.8vw;
  font-weight: 400;
}

.intro-copy-wrapper {
  text-align: center;
  width: 43vw;
  margin-top: 1vw;
}

.arrow-link {
  margin-top: 3.5vw;
  padding-left: 2vw;
  padding-right: 2vw;
  overflow: hidden;
}

.content-section {
  z-index: -1;
  margin-top: 100svh;
}

.content-section.fixed-class {
  z-index: 0;
  background-color: #0a0a0a;
  width: 100vw;
  margin-top: 0;
  display: none;
  position: fixed;
}

.content-section.position {
  background-image: url('../images/Bg-image-01-w-bottom.svg');
  margin-top: 100svh;
}

.content-section.sticky {
  position: sticky;
  top: 0;
}

.content-section.less-margin {
  margin-top: 0;
}

.input-field {
  color: #e9e9e9;
  text-transform: uppercase;
  background-color: #fff0;
  border: .08vw solid #fff;
  border-radius: 0;
  height: 2.5vw;
  margin-bottom: 1.5vw;
  padding: 0 .8vw;
  font-family: input-mono, sans-serif;
  font-size: .9vw;
  font-weight: 400;
  line-height: 1.4;
  display: block;
}

.input-field.double-field {
  margin-bottom: 1vw;
}

.input-field.lowercase {
  background-color: var(--main-color-01);
  color: var(--main-color-02);
  text-transform: none;
}

.input-field.lowercase.password-page {
  height: 3vw;
}

.input-field.country {
  background-color: var(--main-color-01);
  color: var(--main-color-02);
  padding-top: 0;
  padding-bottom: 0;
}

.input-field.card-details {
  background-color: var(--main-color-01);
  color: var(--main-color-02);
  padding-top: .7vw;
  padding-bottom: .7vw;
  font-size: 5vw;
}

.input-field.card-details.card {
  font-size: 2.5vw;
}

.email-section-01 {
  z-index: 1000;
  background-color: #000c;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.email-form-wrapper {
  width: 27vw;
}

.email-form-wrapper-whole {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 6vw;
  padding-bottom: 6vw;
  display: flex;
}

.submit-button {
  border: .1vw solid var(--yellow);
  color: var(--yellow);
  text-transform: uppercase;
  background-color: #3898ec00;
  padding: .5vw .8vw;
  transition: all .4s cubic-bezier(.23, 1, .32, 1);
  display: block;
}

.submit-button:hover {
  background-color: var(--yellow);
  color: var(--main-color-02);
}

.email-form-text-holder {
  margin-bottom: 1vw;
}

.fixed-trigger-spacing {
  z-index: -10000;
  height: 120vh;
}

.fixed-trigger-spacing.show-none {
  display: none;
}

.header-content {
  box-shadow: none;
}

.header-content.show-none, .scroll-trigger-wrapper.show-none {
  display: none;
}

.slash-holder {
  margin-left: .5vw;
  margin-right: .5vw;
}

.footer-content-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 2vw;
  display: flex;
  position: relative;
}

.cart-wrapper {
  mix-blend-mode: normal;
}

.div-block-28 {
  margin-left: .7vw;
}

.nav-shuffle-wrapper-footer {
  flex-flow: row;
  align-items: flex-end;
  display: flex;
}

.nav-shuffle-wrapper-footer.footer {
  flex-flow: row;
}

.nav-shuffle-wrapper-footer.hide {
  display: none;
}

._100-percentage-wrapper {
  z-index: 1;
  background-color: #000;
  display: block;
  position: absolute;
  right: .65vw;
}

.pl-section {
  display: none;
}

.pl-wrapper {
  z-index: 200000;
  background-color: var(--yellow);
  background-image: url('../images/Bg-image-02.svg');
  background-position: 0 0;
  background-size: 100vw;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100svh;
  display: flex;
  position: fixed;
}

.loading-percentage-100 {
  z-index: 1;
  background-color: var(--yellow);
  color: var(--main-color-02);
  text-transform: uppercase;
  margin-bottom: 0;
}

.pl-content-holder {
  align-items: center;
  display: flex;
}

.percentage-sign {
  color: var(--main-color-02);
  text-transform: uppercase;
  margin-bottom: 0;
}

.pl-number-wrapper {
  display: flex;
  position: relative;
}

.pl-text-left {
  display: block;
}

.pl-text {
  color: var(--main-color-02);
  text-transform: uppercase;
}

.pl-loading-bar-holder {
  width: 15vw;
  height: .15vw;
  margin-top: .2vw;
  position: relative;
}

.loading-bar-finish-load {
  z-index: -1;
  background-color: var(--main-color-02);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.loading-bar-start-load {
  z-index: -1;
  background-color: var(--main-color-02);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.loading-percentage {
  color: var(--main-color-02);
  text-transform: uppercase;
  margin-bottom: 0;
}

.loading-percentage.tips {
  margin-right: .1vw;
}

.pl-text-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 3.3vw;
  margin-right: 1vw;
  display: flex;
}

.right-text-holder {
  margin-left: .6vw;
}

.email-pop-up-wrapper {
  z-index: 2;
  background-color: var(--main-color-03);
  border: 1px solid #fff;
  border-radius: 2px;
  align-items: center;
  padding: 2vw 2.7vw .5vw;
  display: flex;
  position: relative;
}

.email-section-02 {
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.mail-list-title-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5vw;
  font-size: 1vw;
  display: flex;
}

.email-close-button {
  justify-content: center;
  align-items: center;
  width: 1.2vw;
  height: 1.2vw;
  display: flex;
}

.x-element {
  cursor: pointer;
}

.email-click-to-close-surrounding {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.flex-text-holder {
  display: flex;
}

.bracket-spacing-right {
  color: var(--main-color-02);
  margin-left: .2vw;
}

.bracket-spacing-right.white {
  color: var(--main-color-01);
}

.bracket-spacing-left {
  color: var(--main-color-02);
  margin-right: .2vw;
}

.bracket-spacing-left.white {
  color: var(--main-color-01);
}

.project-arrow-link {
  padding-left: 11px;
  padding-right: 11px;
  display: block;
  overflow: hidden;
}

.intro-arrow {
  width: .7vw;
}

.home-page {
  position: relative;
  overflow: hidden;
}

.project-section-03 {
  margin-top: 5vw;
}

.container-2 {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
}

.project-image-holder {
  width: 80.5vw;
  overflow: hidden;
}

.project-image-full {
  width: 100%;
  overflow: visible;
}

.product-tab-content {
  border-bottom: .08vw solid var(--main-color-01);
  width: 100.08vw;
}

.background-video, .code-embed {
  display: none;
}

.product-label-tag {
  margin-bottom: 0;
}

.product-label-tag.color {
  align-items: baseline;
  padding-left: .5vw;
}

.product-label-tag.name {
  margin-bottom: .2vw;
}

.product-label-tag.title {
  margin-bottom: .2vw;
  font-weight: 700;
}

.product-name-holder {
  align-items: baseline;
  display: flex;
}

.default-state {
  margin-bottom: 0;
}

.other-products-section {
  margin-top: 10vw;
  margin-bottom: 5vw;
}

.splide {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 79vw;
  display: flex;
  position: relative;
}

.splide.intro {
  width: 100vw;
}

.splide.product-carousel {
  width: 100vw;
  display: none;
}

.splide.testimonials {
  width: 100vw;
}

.splide.testimonials.hide {
  display: none;
}

.splide.test-mobile {
  width: 100vw;
}

.splide__track {
  order: -1;
  overflow: hidden;
}

.splide__list {
  display: flex;
}

.splide__list.intro, .splide__list.products {
  width: 100vw;
}

.splide__list.testimonials {
  justify-content: center;
  display: flex;
}

.splide__slide {
  flex: none;
  width: 20%;
}

.splide__slide.splide-home-1 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vw;
}

.splide__slide.intro, .splide__slide.products {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vw;
  display: flex;
  overflow: hidden;
}

.splide__slide.testimonials {
  width: auto;
}

.splide__slide.testimonials.tablet-hide {
  display: block;
}

.splide__slide.test-mobile {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vw;
  display: flex;
  overflow: hidden;
}

.splide__arrows {
  justify-content: space-between;
  align-items: center;
}

.splide__arrows.splide__arrows--ltr {
  order: 1;
}

.splide__arrows.splide-home-1 {
  z-index: 10000;
  justify-content: center;
  width: 100vw;
  display: flex;
}

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

.collection-item {
  background-color: #d6d6d6;
  flex: none;
  width: 20%;
}

.other-products-text-wrapper {
  justify-content: space-between;
  width: 79vw;
  margin-bottom: 1vw;
  display: flex;
}

.view-all-products-link-holder {
  display: flex;
}

.splide__pagination {
  display: none;
}

.splide__pagination.splide__pagination--ltr {
  grid-column-gap: .5vw;
  justify-content: center;
  align-items: center;
  height: 3vw;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.splide__pagination.splide__pagination--ltr.carousel-3 {
  margin-top: 1vw;
  position: static;
}

.splide__pagination.splide__pagination--ltr.carousel-3.hide {
  display: none;
}

.splide__pagination.splide-home-1 {
  width: 100vw;
}

.splide-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.splide__pagination__page {
  background-color: #faff0080;
  flex: none;
  width: 1vw;
  height: 1vw;
  list-style-type: none;
}

.splide__pagination__page.is-active {
  background-color: var(--yellow);
}

.splide__arrow {
  cursor: pointer;
  background-color: #3898ec00;
  background-image: url('../images/Arrow-02.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 11.5px;
  width: 3vw;
  height: 3vw;
}

.splide__arrow.splide__arrow--next {
  background-size: 1vw;
}

.splide__arrow.splide__arrow--next.splide-home-1 {
  background-color: var(--red);
  background-image: none;
  width: auto;
  height: auto;
  display: block;
}

.splide__arrow.splide__arrow--next.carousel-3 {
  background-size: 1vw;
}

.splide__arrow.splide__arrow--prev {
  transform-style: preserve-3d;
  background-size: 1vw;
  transform: none;
}

.splide__arrow.splide__arrow--prev.splide-home-1 {
  background-color: var(--yellow);
  background-image: none;
  width: auto;
  height: auto;
  display: block;
  transform: none;
}

.splide__arrow.splide__arrow--prev.carousel-3 {
  background-size: 1vw;
}

.other-products-image-wrapper {
  background-color: #d6d6d6;
  padding: 3.5vw 1vw;
}

.link-block-2 {
  z-index: 1;
  flex-flow: row;
  align-items: flex-start;
}

.text-block-14 {
  color: var(--main-color-01);
}

.other-products-text {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: none;
}

.other-products-content {
  flex-flow: column;
  display: flex;
}

.arrow-embed-next {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  inset: 0% -3vw 0% auto;
}

.arrow-embed-prev {
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  inset: 0% auto 0% -3vw;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.out-of-stock-title-holder {
  margin-bottom: .5vw;
  font-weight: 700;
}

.error-state-2 {
  color: var(--yellow);
  background-color: #ffdede00;
  margin-top: 1.5vw;
  padding: 0;
  font-weight: 500;
}

.body-w-bg {
  background-color: #2f2f2f;
  background-image: url('../images/Bg-image-01-w-bottom.svg');
  background-position: 0 0;
  background-size: 100vw;
}

.body-w-bg.black {
  background-color: var(--main-color-02);
}

.color-wrapper {
  margin-left: .5vw;
}

.shuffle-text-splitter-wrapper {
  cursor: default;
  display: flex;
}

.nav-bracket {
  padding-left: .5vw;
  padding-right: .5vw;
}

.code-embed-mobile, .mobile-video-wrapper {
  display: none;
}

.cart-text-wrapper {
  display: flex;
}

.mobile-nav-bar-section {
  z-index: 998;
  width: 100svw;
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
}

.mobile-nav-bar-section.exclusion-blend-mode {
  mix-blend-mode: exclusion;
}

.mobile-nav-bar-section.non-fixed {
  position: absolute;
}

.mobile-nav-bar-section.hide {
  display: none;
}

.mobile-menu-wrapper {
  display: flex;
  position: relative;
}

.mobile-cart-wrapper {
  z-index: 998;
}

.mobile-cart-wrapper.exclusion-blend-mode {
  z-index: 10000;
  mix-blend-mode: exclusion;
}

.logo-holder-fixed {
  z-index: 999;
  margin-top: 1vw;
  position: fixed;
  left: 50%;
  transform: translate(-50%);
}

.logo-holder-fixed.w--current {
  z-index: 501;
  position: absolute;
}

.logo-holder-fixed.mobile {
  display: none;
}

.logo-holder-absolute {
  z-index: 10000;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.logo-holder-absolute.mobile {
  display: none;
}

.scroll-trigger-nav {
  position: absolute;
  inset: 0%;
}

.gradient-fixed {
  z-index: -1;
  opacity: .7;
  background-image: linear-gradient(#0006, #fff0);
  width: 100svw;
  height: 20svh;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.menu-popup-section {
  display: none;
}

.div-block-37 {
  z-index: 1000000;
  background-color: var(--yellow);
  width: 100vw;
  height: 100svh;
  position: fixed;
  inset: 0% auto auto 0%;
}

.menu-popup-wrapper {
  z-index: 1000;
  background-color: var(--yellow);
  opacity: 1;
  background-image: url('../images/Bg-image-02.svg');
  background-position: 0 0;
  background-size: 100vw;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.menu-popup-content-wrapper {
  color: var(--main-color-02);
  justify-content: flex-end;
  padding: 2vw;
  font-size: 1vw;
  display: flex;
}

.menu-popup-content-wrapper.hide {
  display: none;
}

.menu-popup-content-wrapper.menu-popup {
  color: var(--main-color-02);
  font-size: 1vw;
}

.page-top-drop-shadow {
  z-index: 500;
  background-color: var(--main-color-02);
  opacity: .82;
  background-image: linear-gradient(#0006, #fff0);
  width: 100%;
  height: 0;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 0 5vw 5vw #0006;
}

.menu-popup-close--wrapper {
  z-index: 1001;
  width: 100svw;
  position: fixed;
  inset: 0% auto auto 0%;
}

.menu-popup-close--wrapper.exclusion-blend-mode {
  mix-blend-mode: exclusion;
}

.menu-popup-close--wrapper.non-fixed {
  position: absolute;
}

.menu-popup-close--wrapper.hide {
  display: none;
}

.close-wrapper {
  color: var(--main-color-02);
  justify-content: flex-end;
  padding-top: 1vw;
  display: flex;
}

.menu-popup-close-button {
  display: flex;
  position: relative;
}

.popup-menu-content {
  z-index: 1;
  position: relative;
}

.close-menu-popup {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.mobile-nav-bar-section-wo-class-adder {
  z-index: 999;
  width: 100svw;
  display: none;
  position: fixed;
}

.mobile-nav-bar-section-wo-class-adder.exclusion-blend-mode {
  mix-blend-mode: exclusion;
}

.mobile-nav-bar-section-wo-class-adder.non-fixed {
  position: absolute;
}

.mobile-nav-bar-section-wo-class-adder.hide {
  display: none;
}

.mobile-sub-text-wrapper {
  z-index: 1;
  display: none;
  position: relative;
}

.mobile-sub-text-wrapper.exclusion-blend-mode {
  z-index: 10000;
  mix-blend-mode: exclusion;
}

.mobile-sub-text-wrapper-v2 {
  z-index: 1;
  display: none;
  position: relative;
}

.mobile-sub-text-wrapper-v2.exclusion-blend-mode {
  z-index: 10000;
  mix-blend-mode: exclusion;
}

.intro-heading-mobile {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 5.8vw;
  font-weight: 400;
  display: none;
}

.video-credit-desktop {
  line-height: 1.4;
}

.video-credit-desktop.right {
  text-align: right;
}

.video-credit-mobile {
  line-height: 1.4;
  display: none;
}

.video-credit-mobile.right {
  text-align: right;
}

.main-copy-text {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .9vw;
  font-weight: 400;
  line-height: 1.4;
}

.main-copy-text.right {
  text-align: right;
}

.main-copy-text.bigger-on-ipad.bold {
  font-weight: 700;
}

.main-copy-text.margin-bottom {
  margin-bottom: 2.5vw;
}

.main-copy-text.margin-bottom.password-page {
  margin-bottom: 1.5vw;
}

.main-copy-text.form {
  margin-bottom: .5vw;
}

.main-copy-text.bold {
  font-weight: 700;
}

.main-copy-text.bold.testimonial-title {
  text-align: right;
  line-height: 1;
}

.main-copy-text.bold.email {
  margin-bottom: .4vw;
}

.main-copy-text.margin-left {
  margin-left: .65vw;
}

.main-copy-text._0-5-margin-bottom {
  margin-bottom: .5vw;
}

.main-copy-text.centre, .main-copy-text.bigger-on-mobile.center {
  text-align: center;
}

.main-copy-text.black {
  color: var(--main-color-02);
}

.main-copy-text.testimonials {
  text-align: justify;
  font-size: .8vw;
}

.main-copy-text.justified {
  text-align: justify;
}

.mobile-back-up-bg-image-low-power-ios-copy {
  z-index: -1000;
  max-width: none;
  height: 100%;
  display: none;
  position: absolute;
  overflow: visible;
}

.footer-wrapper.absolute, .footer-wrapper-centre.absolute, .footer-inside-wrapper.absolute {
  align-items: baseline;
  display: flex;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.button-group {
  margin-bottom: 1vw;
}

.product-description {
  margin-bottom: .5vw;
}

.product-description.no-margin {
  margin-bottom: 0;
}

.product-description.products {
  margin-bottom: .5vw;
}

.product-description.products.note {
  width: 20vw;
  color: var(--light-grey);
  margin-top: 1.5vw;
  margin-bottom: 0;
  font-size: .7vw;
  line-height: 1.4;
}

.product-description.center-align {
  text-align: center;
}

.product-description.footer {
  color: var(--brand-blue);
  text-align: center;
  margin-bottom: 10px;
}

.product-description.shipping-page {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 17px;
}

.product-description-wrapper {
  margin-bottom: .5vw;
}

.maintenance-wrapper {
  z-index: 1000;
  background-color: #000;
  background-image: url('../images/Bg-image-01.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  justify-content: center;
  align-items: flex-start;
  min-height: 600px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.maintenance-content-wrapper {
  margin-top: 27vh;
}

.maintenance-content-wrapper.export {
  margin-top: 34vh;
}

.maintenance-title {
  margin-top: .1vw;
  margin-bottom: .8vw;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 2.3vw;
  font-weight: 500;
  line-height: 1.2;
}

.paragraph-link {
  color: var(--main-color-01);
  cursor: pointer;
  text-decoration: underline;
  transition: color .2s;
}

.paragraph-link:hover {
  color: var(--yellow);
}

.success-message {
  color: var(--yellow);
  text-align: left;
  background-color: #ddd0;
  margin-top: 1vw;
  padding: 0;
}

.error-message-2 {
  color: var(--yellow);
  background-color: #ffdede00;
  margin-top: 2vw;
  padding: 0;
}

.text-block-17 {
  text-align: left;
}

.contact-form-wrapper-margin {
  justify-content: center;
  align-items: center;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

._100svh-page-content-section {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100svh;
  min-height: 50vw;
  display: flex;
}

.heading-5 {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 1.4vw;
  font-weight: 500;
}

.text-wrapper-lower-margin {
  margin-bottom: .5vw;
}

.text-wrapper-lower-margin.large-margin {
  margin-bottom: 1vw;
}

.email-message-wrapper {
  align-items: center;
  height: 7.5vw;
  display: flex;
}

.general-error-message {
  color: var(--yellow);
  background-color: #ffdede00;
  margin-top: 1.5vw;
  padding: 0;
}

.product-page-wrapper {
  padding-top: 9vw;
}

.block-header-2, .block-content {
  background-color: #fff0;
}

.email {
  background-color: #fafafa00;
}

.block-header-3, .block-content-2, .block-header-4 {
  background-color: #fff0;
}

.shipping-method {
  background-color: #fff0;
  border-bottom-style: none;
  border-bottom-width: 0;
  align-items: center;
  margin-bottom: 1vw;
  padding: 0;
}

.block-header-5, .block-content-3, .block-header-6, .block-content-4, .block-header-7, .block-content-5, .block-header-8, .block-content-6 {
  background-color: #fff0;
}

.checkout-heading {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 1.5vw;
  font-weight: 500;
}

.checkout-title-wrapper-lower-margin {
  margin-bottom: 1.5vw;
}

.order-info-wrapper {
  flex: 0 auto;
  width: 38vw;
  margin-right: 0;
}

.order-items-wrapper {
  flex: 0 auto;
  width: 24vw;
  position: static;
  top: 2vw;
}

.container-3 {
  width: 100vw;
  margin-left: 0;
  margin-right: 0;
}

.shipping-method-list {
  border-left-style: none;
  border-left-width: 0;
  border-right-style: none;
  border-right-width: 0;
  margin-top: 1vw;
}

.div-block-44 {
  margin-left: 1vw;
  margin-right: 1vw;
}

.column-centre {
  padding-left: .5vw;
  padding-right: .5vw;
}

.billing-address-toggle {
  align-items: center;
}

.checkbox {
  margin-top: 0;
}

.line-item, .extra-item {
  margin-bottom: .5vw;
}

.order-item-list {
  margin-bottom: -.3vw;
}

.order-item {
  margin-bottom: 2vw;
}

.checkout-item-title-wrapper-lower-margin-copy {
  margin-bottom: 3.2vw;
}

.order-items {
  margin-bottom: 2vw;
}

.checkout-flex-wrapper {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  justify-content: center;
  padding-bottom: 5vw;
  display: flex;
}

.country {
  background-color: #fafafa00;
}

.country-2 {
  background-color: var(--main-color-02);
  color: var(--main-color-01);
}

.checkout-image {
  width: 5vw;
}

.shipping-method-2 {
  background-color: #fff0;
  border-bottom-style: none;
  border-bottom-width: 0;
  margin-top: 2vw;
  margin-bottom: 2vw;
  padding: 0;
}

.billing-address {
  margin-top: 3vw;
  margin-bottom: 0;
}

.shipping-address, .customer-info {
  margin-bottom: 0;
}

.customer-info.margin-below {
  margin-bottom: 2vw;
}

.payment-info {
  margin-bottom: 0;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.column-left {
  padding-left: 0;
  padding-right: .5vw;
}

.column-right {
  padding-left: .5vw;
  padding-right: 0;
}

.row-2 {
  margin-left: 0;
  margin-right: 0;
}

.shipping-method-3 {
  background-color: #fff0;
}

.shipping-method-list-2 {
  border-right-width: 0;
}

.checkout-text-block-wrapper {
  margin-bottom: 0;
}

.customer-info-2 {
  margin-bottom: 2vw;
}

.paypal-checkout-form-01 {
  background-color: #f5f5f500;
  justify-content: center;
  min-height: auto;
  margin-bottom: 5vw;
  padding: 7vw 0 0;
  display: flex;
}

.div-block-45 {
  justify-content: center;
  margin-top: 7vw;
  margin-bottom: 3vw;
  display: flex;
}

.shipping-method-margin-below, .payment-info-2 {
  margin-bottom: 2vw;
}

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

.empty-state-2 {
  background-color: #fff0;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-left-style: none;
  border-left-width: 0;
  border-right-style: none;
  border-right-width: 0;
  padding: 0;
}

.text-block-19 {
  text-align: left;
}

.bg-image-holder {
  z-index: -100000;
  background-color: var(--trans-grey);
  background-image: url('../images/Bg-image-01-w-bottom.svg');
  background-position: 0 -100px;
  background-size: 100%;
  min-width: 100vw;
  min-height: 100%;
  margin-top: 105svh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.bg-image-holder.fixed {
  background-position: 0 -100px;
  margin-top: 5svh;
  position: fixed;
}

.bg-image {
  background-image: url('../images/Bg-image-01-w-bottom.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100vw;
  height: 100%;
}

.marquee-content {
  z-index: 100;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: none;
  justify-content: space-around;
  align-items: center;
  min-width: 100%;
  display: flex;
}

.marquee-content.scroll {
  display: flex;
}

.text-block-20 {
  color: var(--yellow);
}

.content-position-wrapper {
  padding-top: 51vw;
}

.content-position-wrapper.less-margin {
  padding-top: 0;
}

.instagram-button-wrapper {
  z-index: 210000;
  background-color: var(--main-color-02);
  background-image: url('../images/Bg-image-01-w-bottom.svg');
  background-position: 50% 0;
  background-size: 100vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.instagram-button-section {
  z-index: 210000;
  background-color: var(--main-color-02);
  background-image: url('../images/Bg-image-01-w-bottom.svg');
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
  position: fixed;
  inset: 0%;
}

.open-in-browser {
  border: .1vw solid var(--yellow);
  background-color: var(--yellow);
  color: var(--main-color-02);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1vw 2vw;
  text-decoration: none;
  transition: all .2s;
}

.open-in-browser:hover {
  background-color: var(--main-color-02);
  color: var(--yellow);
}

.insta-message-holder {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 47vw;
  display: flex;
  position: relative;
}

.insta-message-title {
  text-align: center;
  margin-bottom: 1vw;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 2vw;
  font-weight: 500;
  line-height: 1.2;
}

.div-block-47 {
  position: absolute;
  inset: 0% 0% auto;
}

.instagram-message-logo-wrapper {
  padding-top: 1vw;
  position: absolute;
  inset: 0% 0% auto;
}

.instagram-message-logo-holder {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.instagram-message-footer {
  padding-bottom: 1vw;
  position: absolute;
  inset: auto 0% 0%;
}

.copied-msg {
  border: .05vw solid var(--yellow);
  color: var(--yellow);
  padding: .7vw 1vw;
  position: absolute;
  inset: auto auto -32%;
}

.apple-pay {
  height: 45px;
}

.web-payments {
  background-color: var(--main-color-02);
  border: .1vw solid #fff;
  margin-top: 1.5vw;
  margin-bottom: 1.5vw;
  margin-right: .5vw;
  padding-top: 8px;
}

.apple-pay-3 {
  height: 1.8vw;
}

.page-out-interaction-trigger {
  display: none;
}

.page-transition-section {
  display: block;
}

.page-transition-wrapper {
  z-index: 200000;
  background-color: var(--yellow);
  background-image: url('../images/Bg-image-02.svg');
  background-position: 0 0;
  background-size: 100vw;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
}

.transition-content {
  z-index: 1000;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: fixed;
  inset: 0%;
}

.loading-wrapper {
  border: .14vw solid var(--yellow);
  width: 13vw;
  height: 5vw;
  color: var(--yellow);
  background-color: #000;
  justify-content: center;
  align-items: center;
  margin-top: 47svh;
  display: flex;
  box-shadow: 1vw 1vw 1.5vw #0000008f;
}

.transition-section {
  display: none;
}

.transition-bg {
  z-index: 999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000000a6;
  position: fixed;
  inset: 0%;
}

.loading-text-wrapper {
  display: flex;
}

.div-hide {
  height: 1vw;
  overflow: hidden;
}

.loading-done-wrapper {
  justify-content: center;
  display: flex;
}

.content-section-old {
  z-index: -1;
  margin-top: 100svh;
  display: none;
}

.content-section-old.fixed-class {
  z-index: 0;
  background-color: #0a0a0a;
  width: 100vw;
  margin-top: 0;
  display: none;
  position: fixed;
}

.content-section-old.position {
  background-image: url('../images/Bg-image-01-w-bottom.svg');
  margin-top: 100svh;
}

.content-section-old.sticky {
  position: sticky;
  top: 0;
}

.content-section-old.less-margin {
  margin-top: 0;
}

.product-image-hover-wrapper-new {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30vw;
  display: flex;
  position: absolute;
}

.main-product-image---catagories-copy {
  position: absolute;
}

.main-product-image-new---catagories-copy-copy {
  max-width: none;
  height: 33vw;
  position: absolute;
}

.product-image-2-new---catagories-copy {
  opacity: 0;
  max-width: none;
  height: 33vw;
  transition: opacity .4s;
  position: relative;
}

.product-image-2-new---catagories-copy:hover {
  opacity: 1;
}

.product-image-wrapper-new {
  border-bottom: .08vw solid var(--main-color-01);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 33vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.intro-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  height: 55vw;
  margin-top: 100svh;
  padding-bottom: 0;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.intro-section.fixed {
  margin-top: 0;
  position: fixed;
}

.intro-banner {
  border-top: .15vw solid #000;
  border-bottom: .15vw solid var(--main-color-02);
  background-color: var(--yellow);
  width: 100%;
  height: 7vw;
  color: var(--main-color-02);
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-49 {
  background-color: var(--yellow);
  width: 100%;
  height: 10vh;
}

.intro-content-wrapper {
  width: 100%;
  height: 100%;
}

.intro-flex-wrapper {
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: flex;
}

.intro-left-wrapper {
  width: 40.5vw;
  height: 100%;
}

.intro-right-wrapper {
  border-left: .13vw solid #000;
  width: 59.5vw;
  height: 100%;
}

.intro-heading {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 3vw;
  font-weight: 500;
}

.heading-margin-wrapper {
  margin-bottom: 1vw;
}

.intro-button-link {
  margin-top: 1vw;
  text-decoration: none;
}

.intro-text-wrapper {
  margin-top: 3vw;
  padding-right: 3vw;
  position: relative;
}

.intro-copy {
  font-size: .9vw;
}

.intro-copy.justified {
  text-align: justify;
  margin-bottom: 1vw;
}

.intro-copy.collection {
  margin-bottom: 0;
}

.project-ruler {
  background-color: #bbb;
  height: .5px;
  margin-top: .2vw;
  display: none;
}

.div-hide-2 {
  margin-left: -.5vw;
  padding-left: .5vw;
  overflow: hidden;
}

.project-04-hover-wrapper {
  opacity: 0;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.project-05-hover-wrapper {
  opacity: 0;
  background-image: url('../images/BF-Work-Hover-image_1BF-Work-Hover-image.avif');
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.work-project-number-year-wrapper {
  grid-column-gap: 7vw;
  grid-row-gap: 7vw;
  display: flex;
}

.project-image {
  background-image: url('../images/SG-Work-Hover-image_1SG-Work-Hover-image.avif');
  background-position: 50% 0;
  background-size: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.project-image._01 {
  background-image: url('../images/straygang-campaign-04.webp');
  background-size: cover;
  display: block;
}

.project-image._01.splide-home-1 {
  background-size: auto 100%;
}

.project-image._02 {
  background-image: url('../images/straygang-campaign-03.webp');
  background-size: cover;
  display: block;
}

.project-image._02.splide-home-1 {
  background-size: auto 100%;
}

.project-image._03 {
  background-image: url('../images/straygang-campaign-02.webp');
  background-size: cover;
  display: block;
}

.project-image._03.splide-home-1 {
  background-size: auto 100%;
}

.project-image._04 {
  background-image: url('../images/straygang-campaign-01.webp');
  background-size: cover;
  display: block;
}

.project-image._04.splide-home-1 {
  background-size: auto 100%;
}

.project-01-hover-wrapper {
  opacity: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  overflow: hidden;
}

.project-hover-holder {
  width: 100%;
  height: 100%;
  position: relative;
}

.work-sub-heading {
  color: #bbb;
  text-align: left;
  text-transform: uppercase;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: .8;
}

.project-02-hover-wrapper {
  opacity: 0;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.work-hover-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}

.project-03-hover-wrapper {
  opacity: 0;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.project-sub-heading-wrapper {
  justify-content: space-between;
  display: none;
}

.release-title-wrapper-abs {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.release-tiitle-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-15 {
  width: 100%;
  height: 100%;
  display: block;
}

.star-holder-right {
  width: 1vw;
  height: 1vw;
}

.release-title-holder {
  margin-left: .5vw;
  margin-right: .5vw;
}

.page-top-drop-shadow-static {
  z-index: 500;
  background-color: var(--main-color-02);
  opacity: .82;
  background-image: linear-gradient(#0006, #fff0);
  width: 100%;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  box-shadow: 0 0 5vw 5vw #0006;
}

.star-holder-left {
  width: 1vw;
  height: 1vw;
}

.intro-banner-top-text-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-61, .div-block-62 {
  z-index: 1;
  position: relative;
}

.time-wrapper {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.nz-time {
  width: 16vw;
}

.footer-text {
  opacity: .8;
  letter-spacing: .03vw;
  text-transform: uppercase;
  font-size: .65vw;
}

.intro-slider-margin-top {
  z-index: 10;
  padding-top: 2.5vw;
  position: absolute;
}

.intro-slider-image-holder {
  border: .08vw solid var(--main-color-01);
  justify-content: center;
  align-items: center;
  width: 10.5vw;
  height: 10.5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider-image-01 {
  filter: saturate(0%);
  max-width: none;
  height: 100%;
  transition: all .4s cubic-bezier(.158, .457, .45, .94);
}

.slider-image-01:hover {
  filter: saturate(0%);
  mix-blend-mode: darken;
}

.intro-slider-text {
  font-size: .75vw;
}

.intro-slider-text-holder {
  margin-top: .5vw;
}

.intro-slider-content-wrapper {
  cursor: pointer;
}

.intro-slider-content-wrapper._01 {
  position: relative;
}

.intro-slider-content-wrapper._01:active {
  color: var(--yellow);
}

.intro-slider-content-wrapper._02, .intro-slider-content-wrapper._03, .intro-slider-content-wrapper._04 {
  position: relative;
}

.intro-slider-grid {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tabs {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.header-bg-hide-section {
  display: none;
}

.div-block-63 {
  z-index: 99;
  background-color: var(--main-color-02);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  width: 100%;
  height: 100vh;
  position: fixed;
}

.slider-image-02 {
  filter: saturate(0%);
  max-width: none;
  height: 100%;
}

.slider-image-03 {
  background-color: var(--yellow);
  filter: saturate(0%);
  max-width: none;
  height: 100%;
}

.slider-image-04 {
  filter: saturate(0%);
  max-width: none;
  height: 100%;
}

.slider-border-interaction-01 {
  z-index: 1;
  border: .08vw solid var(--yellow);
  width: 10.5vw;
  height: 10.5vw;
  display: none;
  position: absolute;
}

.testimonials-section {
  z-index: 1000;
  justify-content: center;
  display: flex;
}

.marquee {
  grid-column-gap: 1rem;
  border-bottom: .08vw solid var(--main-color-01);
  background-color: var(--main-color-02);
  width: 100%;
  height: 5vw;
  display: flex;
  overflow: hidden;
}

.marquee.header {
  background-color: var(--transparent);
  border-bottom-style: none;
  height: 2vw;
  display: none;
}

.marquee.header.hide {
  display: none;
}

.intro-slider-image-bg-color {
  z-index: -1;
  background-color: var(--yellow);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.click-interaction-wrapper {
  position: absolute;
  inset: 0% auto auto 0%;
}

.click-interaction-wrapper._02, .click-interaction-wrapper._03, .click-interaction-wrapper._04 {
  opacity: 0;
  display: none;
}

.click-slider-image-holder {
  border: .08vw solid var(--yellow);
  justify-content: center;
  align-items: center;
  width: 10.5vw;
  height: 10.5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.click-slider-image-holder:active {
  border-color: var(--yellow);
}

.click-slider-text-holder {
  color: var(--yellow);
  margin-top: .5vw;
}

.click-slider-image-01 {
  filter: saturate();
  max-width: none;
  height: 100%;
  transition: all .4s cubic-bezier(.158, .457, .45, .94);
}

.click-slider-image-bg-color {
  z-index: -1;
  background-color: var(--yellow);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.click-slider-text {
  font-size: .75vw;
}

.image-16 {
  width: 100%;
}

.slider-click-image {
  width: 100%;
  display: none;
}

.bg-click-100vh-interaction {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.div-block-64 {
  z-index: 2;
  background-color: var(--yellow);
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  position: relative;
}

.div-block-65 {
  background-color: var(--red);
  transform: rotate(180deg);
}

.div-block-66 {
  background-color: #1500ff;
}

.custom-splide-home.intro {
  width: 100vw;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.custom-splide-list.intro {
  width: 100%;
  display: flex;
}

.custom-splide-slide.intro {
  min-width: 100%;
  height: 100vw;
  position: relative;
}

.arrow-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.arrow-wrapper.intro {
  display: none;
}

.div-block-68 {
  height: 3vw;
}

.arrow-and-page-styling.hide, .arrow-and-page-styling.carousel-3 {
  margin-top: 5vw;
  display: none;
  position: relative;
}

.arrow-holder-prev.carousel-3-arrow {
  justify-content: center;
  align-items: center;
  margin-left: 1.2vw;
  display: flex;
  position: absolute;
  inset: 0% auto 4vw 0%;
}

.arrow-holder-next.carousel-3-arrow {
  justify-content: center;
  align-items: center;
  margin-right: 1.2vw;
  display: flex;
  position: absolute;
  inset: 0% 0% 4vw auto;
}

.empty-state-3 {
  border: .05vw solid var(--yellow);
  color: var(--yellow);
  background-color: #ddd0;
}

.image-17 {
  max-width: none;
  height: 100%;
}

.tablet-mobile-slider-intro {
  display: none;
}

.intro-title-wrapper {
  flex-flow: column;
  display: flex;
}

.tablet-mobile-slider-products {
  display: block;
}

.splide-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 79vw;
  display: flex;
  position: relative;
}

.splide-copy.intro, .splide-copy.products {
  width: 100vw;
}

.testimonial-quote-wrapper {
  width: 100%;
  height: 100%;
  color: var(--main-color-02);
  flex-flow: column;
  justify-content: space-between;
  padding: 1.5vw;
  display: flex;
}

.testimonial-top-content {
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 1vw;
  display: flex;
}

.image-19 {
  width: 3.5vw;
}

.test-star-holder {
  width: 2vw;
}

.testimonial-star-wrapper {
  justify-content: flex-end;
  display: flex;
}

.testimonial-rating-wrapper {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.testimonial-middle-content {
  padding-bottom: .5vw;
  display: flex;
}

.testimonial-holder {
  background-color: var(--yellow);
  height: 14.5vw;
}

.testimonial-holder.desktop-hide {
  display: none;
}

.test-desktop-wrapper {
  border-bottom: .08vw solid var(--main-color-01);
  background-color: #00000080;
  padding-top: 8vw;
  padding-bottom: 5.5vw;
  position: relative;
}

.testimonial-fade {
  background-image: linear-gradient(90deg, #000, #000 0% 0%, #0000 101%);
  width: 8vw;
  position: absolute;
  inset: -3% auto -3% 0%;
}

.testimonial-fade.right {
  left: auto;
  right: 0%;
  transform: rotate(180deg);
}

.scroll-fade {
  z-index: 2147483647;
  opacity: .01;
  background-color: #000;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0% auto auto 0%;
  box-shadow: 0 100vh #000;
}

.scroll-fade-section {
  display: none;
}

.div-block-77 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% auto 0% -4%;
}

.div-block-78 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% -4% 0% auto;
}

.div-block-79 {
  justify-content: center;
  align-items: center;
}

.header-marquee {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2vw;
  padding-top: 2vw;
  display: flex;
  position: absolute;
  inset: 0% 1.5vw 0% auto;
}

.header-marquee-rotate {
  width: 40svh;
  transform: rotate(-90deg);
}

.header-marquee-text-holder {
  flex-flow: row-reverse;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-arrow-01 {
  background-image: url('../images/Arrow-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 32%;
  width: 2vw;
  height: 5vw;
}

.header-arrow {
  justify-content: center;
  align-items: center;
  width: 2vw;
  height: 5.5vw;
  margin-top: 2vw;
  display: flex;
  overflow: hidden;
}

.header-marquee-text {
  justify-content: center;
  align-items: center;
  width: 2vw;
  height: 40svh;
  display: flex;
}

.id-scroll {
  height: 0;
}

.gradient-right {
  background-image: linear-gradient(270deg, #0006, #fff0);
  width: 10svw;
  height: 100svh;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.gradient-left {
  background-image: linear-gradient(90deg, #0006, #fff0);
  width: 10svw;
  height: 100svh;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.shuffle-text-holder {
  display: none;
}

.lower-header-content-01 {
  width: 100vw;
}

.lower-header-content-02 {
  display: none;
}

.intro-section-title {
  margin-bottom: 0;
  font-weight: 700;
}

.intro-section-title.no-margin {
  margin-bottom: 0;
}

.intro-section-title.products {
  margin-bottom: .5vw;
}

.intro-section-title.products.note {
  width: 20vw;
  color: var(--light-grey);
  margin-top: 1.5vw;
  margin-bottom: 0;
  font-size: .7vw;
  line-height: 1.4;
}

.intro-section-title.center-align {
  text-align: center;
}

.intro-section-title.footer {
  color: var(--brand-blue);
  text-align: center;
  margin-bottom: 10px;
}

.intro-section-title.shipping-page {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 17px;
}

.intro-section-title.bold {
  font-weight: 700;
}

.header-video-wrapper {
  z-index: -999;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.header-video-embed {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.header-video-embed-02 {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: none;
  position: absolute;
}

.video-fallback {
  background-color: var(--main-color-02);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.video-fallback-content-wrapper {
  border: .08vw solid var(--main-color-01);
  justify-content: center;
  align-items: center;
  padding: 1.2vw 2vw;
  display: flex;
}

.products-empty-state {
  border-top: .08vw solid var(--main-color-01);
  background-color: var(--transparent);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 50vw;
  padding: 0;
  display: flex;
}

.empty-state-4 {
  background-color: var(--transparent);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 50vw;
  display: flex;
}

.test-mobile-wrapper {
  border-bottom: .08vw solid var(--main-color-01);
  background-color: #00000080;
  padding-top: 8vw;
  padding-bottom: 5.5vw;
  display: none;
  position: relative;
}

.splide-template {
  display: none;
}

.splide-template-01 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 79vw;
  display: flex;
  position: relative;
}

.splide-template-01.intro {
  width: 100vw;
}

.splide-template-01.product-carousel {
  width: 100vw;
  display: none;
}

.splide-template-01.testimonials {
  width: 100vw;
}

.email-form-min-height {
  height: 10vw;
}

.email-form-block, .form-2, .form-block-2, .form-block-3 {
  display: none;
}

.testimonial-bottom-content {
  display: flex;
}

.splide-cms-template-01, .pl-mobile-section {
  display: none;
}

.pl-wrapper-mobile {
  z-index: 200000;
  background-color: var(--yellow);
  background-image: url('../images/Bg-image-02.svg');
  background-position: 0 0;
  background-size: 100vw;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100svh;
  display: flex;
  position: fixed;
}

.shipping-notice-wrapper {
  border: .08vw solid var(--yellow);
  width: 64vw;
  color: var(--yellow);
  flex-flow: column;
  align-items: center;
  margin-bottom: 3vw;
  padding: 1.5vw 1.1vw 1.7vw;
  display: flex;
}

.checkout-content-wrapper {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.shipping-notice-title-holder {
  margin-bottom: 1vw;
}

.cart-trigger {
  cursor: pointer;
  display: block;
}

.og-cart-section-edit-here {
  z-index: 210000;
  position: fixed;
}

.og-cart-absolute {
  position: absolute;
}

.old-cart-hide {
  display: none;
}

.page-content {
  position: relative;
  overflow: hidden;
}

.nav-appear-trigger {
  height: 7vw;
  position: absolute;
  inset: 0% 0% auto;
}

.all-pages-components-top {
  z-index: 1;
}

.all-pages-components-bottom {
  position: relative;
  overflow: hidden;
}

.fixed-bottom {
  z-index: 100;
  position: fixed;
  inset: auto 0% 0%;
}

.footer-show-trigger {
  width: 100%;
  height: 0;
}

.order-confirmation-content-wrpper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.product-wrapper-margin-top {
  padding-top: 3.6vw;
}

.utility-100vh-page-wrapper {
  z-index: 1000;
  background-color: #000;
  background-image: url('../images/Bg-image-01.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  justify-content: center;
  align-items: flex-start;
  min-height: 600px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.utility-100vh-page-wrapper._404-page {
  align-items: center;
}

.password-content-wrapper {
  width: 25.5vw;
  margin-bottom: 0;
}

.password-text-wrapper {
  margin-bottom: 1vw;
}

.div-block-89 {
  width: 100%;
  padding-right: 1vw;
}

.password-error-holder {
  border: .08vw solid var(--yellow);
  background-color: var(--transparent);
  color: var(--yellow);
  margin-top: 1.5vw;
  padding: 1vw 1.5vw;
}

.nav-arrow {
  width: 1vw;
}

.nav-arrow-section {
  z-index: 999;
  justify-content: space-between;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-arrow-link {
  cursor: pointer;
  margin-top: 0;
  padding: 1.25vw 1vw 2vw;
}

.nav-scroll-text-link {
  color: var(--main-color-01);
  align-self: flex-start;
  margin-top: 1vw;
  text-decoration: none;
}

.arrow-and-text-link-wrapper {
  justify-content: space-between;
  display: flex;
}

.nav-arrow-link-block-intro {
  z-index: 1000;
  width: 5vw;
  height: 6vw;
  margin-right: 1vw;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.header-logo {
  width: 40vw;
}

.header-logo-holder {
  position: relative;
}

.header--logo-copyright-icon {
  width: 3.35vw;
  position: absolute;
  inset: 28.5% -2.2% auto auto;
}

.sub-title-top-holder {
  justify-content: space-between;
  display: flex;
}

.header-sub-title-wrapper {
  flex-flow: column;
  width: 30vw;
  margin-top: 2.5vw;
  font-size: 1.4vw;
  display: none;
}

.sub-title-bottom-holder {
  text-align: center;
}

.lower-header-content-03 {
  width: 100vw;
  display: none;
}

.section {
  height: 0;
}

.header-arrow-marquee {
  justify-content: center;
  align-items: center;
  width: 2vw;
  height: 5.5vw;
  margin-top: 2vw;
  display: none;
  overflow: hidden;
}

.header-arrow-main {
  justify-content: center;
  align-items: center;
  width: 2vw;
  height: 5.5vw;
  margin-top: 2vw;
  display: block;
  overflow: hidden;
}

.header-arrow-holder {
  margin-top: 2vw;
  display: none;
}

.scroll-down-anchor {
  width: 100%;
  height: 0%;
  position: absolute;
}

.text-desktop-only {
  display: inline;
}

.scroll-down-text-wrapper {
  display: flex;
}

.text-span-2 {
  font-size: 1.2vw;
  display: inline;
}

.insta-link {
  display: none;
}

@media screen and (min-width: 1920px) {
  .navlink {
    font-size: 17px;
    line-height: 22px;
  }

  .flex-column {
    padding-top: 6vw;
  }

  .product-price {
    font-size: 29px;
    line-height: 34px;
  }

  .product-heading {
    font-size: 31px;
    line-height: 40px;
  }

  .standard-paragraph.products.note {
    max-width: 85%;
    font-size: 12px;
    line-height: 16px;
  }

  .standard-paragraph.center-align {
    line-height: 23px;
  }

  .div-block-7 {
    margin-top: 30px;
    margin-bottom: 25px;
  }

  .footer-navlink {
    font-size: 17px;
    line-height: 22px;
  }

  .collection-title {
    margin-bottom: 5px;
    font-size: 27px;
  }

  .collection-sub-title, .main-cart-text, .collection-product-name {
    font-size: 17px;
    line-height: 22px;
  }

  .attention-title {
    margin-left: 470px;
    margin-right: 470px;
  }

  .main-heading {
    font-size: 67px;
  }

  .nav-bar-section {
    display: none;
  }

  .header-video-background-section {
    z-index: 0;
  }

  .collection-product-color {
    font-size: 17px;
    line-height: 22px;
  }

  .intro-section-old {
    padding-bottom: 18vh;
  }

  .product-description {
    font-size: 17px;
    line-height: 22px;
  }

  .product-description.products.note {
    max-width: 85%;
    font-size: 12px;
    line-height: 16px;
  }

  .product-description.center-align {
    line-height: 23px;
  }

  .maintenance-title {
    font-size: 31px;
    line-height: 40px;
  }

  .main-sg-logo {
    width: 8vw;
  }

  .intro-section {
    display: flex;
  }

  .intro-section-title.products.note {
    max-width: 85%;
    font-size: 12px;
    line-height: 16px;
  }

  .intro-section-title.center-align {
    line-height: 23px;
  }

  .header-arrow-holder {
    margin-top: 1vw;
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .product-header {
    margin-top: 0;
    margin-bottom: 5vw;
  }

  .container.all-products {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container.slider-mobile {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-3 {
    justify-content: center;
    align-items: center;
    min-width: auto;
    max-width: none;
  }

  .flex-column {
    grid-column-gap: 7vw;
    grid-row-gap: 7vw;
    flex-direction: column;
    padding-top: 13vw;
  }

  .product-details-holder {
    min-width: auto;
    max-width: none;
    margin-top: 31px;
    margin-left: 60px;
    margin-right: 60px;
  }

  .product-details-wrapper {
    width: 80vw;
  }

  .product-price {
    margin-top: 1.5vw;
    margin-bottom: 3.5vw;
    font-size: 3.2vw;
  }

  .product-heading {
    font-size: 4.5vw;
  }

  .standard-paragraph {
    font-size: 1.7vw;
  }

  .standard-paragraph.products {
    margin-bottom: .7vw;
  }

  .standard-paragraph.products.note {
    width: 47vw;
    max-width: 70%;
    margin-top: 3.4vw;
    font-size: 1.4vw;
  }

  .standard-paragraph.shipping-page {
    font-size: 11px;
    line-height: 15px;
  }

  .div-block-7 {
    margin-bottom: 2.5vw;
    font-size: 1.7vw;
  }

  .add-to-cart {
    margin-top: 3.5vw;
  }

  .add-to-cart-button {
    padding: 1vw 1.4vw;
    font-size: 1.7vw;
  }

  .quantity {
    border-width: .17vw;
    width: 6vw;
    height: 4vw;
    padding: .9vw .9vw .9vw 1vw;
  }

  .out-of-stock-state {
    width: 56vw;
  }

  .button {
    border-width: .15vw;
    height: 5vw;
    margin-right: .8vw;
    padding: .9vw 1.6vw;
    font-size: 1.7vw;
  }

  .button.checkout {
    height: 5vw;
  }

  .button.intro {
    border-width: .3vw;
    border-color: var(--main-color-02);
    height: 5.5vw;
    color: var(--main-color-02);
    margin-right: 0;
    padding: 0 3vw;
  }

  .button.intro:hover {
    border-color: var(--main-color-02);
  }

  .button.intro:active {
    background-color: var(--main-color-02);
  }

  .footer-section._100vh {
    margin-top: 5svh;
    padding-bottom: 2.5svh;
  }

  .hero-section {
    margin-top: 30px;
  }

  .collection-title-wrapper {
    margin-top: 15px;
  }

  .contact-write-up-wrapper {
    width: 73vw;
    margin-bottom: 2vw;
  }

  .form-block {
    width: 80vw;
  }

  .text-field {
    border-width: .17vw;
    margin-bottom: 2vw;
    padding-left: 1.6vw;
    padding-right: 1.6vw;
  }

  .text-field.message-field {
    height: 13vw;
    margin-bottom: 3vw;
  }

  .contact-form-wrapper {
    flex-flow: column;
  }

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

  .product-wrapper {
    border-top-width: .19vw;
    border-left-width: .08vw;
    border-right-width: .08vw;
  }

  .product-wrapper:hover {
    color: var(--brand-blue);
  }

  .product-image-2---catagories:hover {
    opacity: 0;
  }

  .product-image-wrapper {
    height: 65vw;
  }

  ._404-content-wrapper {
    width: 40vw;
  }

  .slider {
    align-items: center;
    width: 80vw;
    margin-right: 0;
  }

  .slider-arrow-icon {
    font-size: 20px;
  }

  .slider-dots {
    font-size: 13px;
  }

  .page-loader {
    display: none;
  }

  .loading-logo {
    display: block;
  }

  .load-logo {
    display: none;
  }

  .discounts {
    margin-top: 2vw;
  }

  .checkout-form {
    padding-top: 15vw;
    padding-bottom: 12vw;
  }

  .order-confirmation {
    margin-top: 15vw;
  }

  .attention-title, .attention-title.details-page {
    margin-left: 0;
    margin-right: 0;
  }

  .main-heading {
    font-size: 7vw;
    line-height: 1.05;
  }

  .main-header-wrapper {
    max-width: 90%;
  }

  .sub-heading-wrapper {
    margin-top: 10px;
  }

  .ruler {
    margin-top: 8px;
  }

  .slider-wrapper {
    margin-top: 15px;
    display: block;
  }

  .header-video-background-section-copy-me {
    height: 100svh;
    min-height: 600px;
  }

  .video-wrapper {
    width: 100%;
    display: none;
  }

  .video-embed {
    z-index: 1;
    display: none;
  }

  .video-embed.mobile {
    display: none;
  }

  .project-hero-video-holder {
    width: 58vw;
    transform: translate(0, -5vw);
  }

  .video-loop-code-embed, .nav-bar-section {
    display: block;
  }

  .nav-bar-section.hide-on-tablet {
    display: none;
  }

  .navbar-wrapper {
    padding-top: 2.3vw;
  }

  .navbar-wrapper.small {
    padding-top: 2.7vw;
  }

  .main-text, .main-text.right, .nav-title, .nav-title.hover-effect.hover-effect--cursor-square, .nav-title.hover-effect.hover-effect--cursor-square.centre.out-of-stock {
    font-size: 1.7vw;
  }

  .nav-title.hover-effect.hover-effect--cursor-square.menu-popup {
    font-size: 2vw;
  }

  .nav-title.hover-effect.hover-effect--cursor-square.black, .nav-title.hover-effect.hover-effect--cursor-square.nav-02 {
    font-size: 1.7vw;
  }

  .nav-title.menu-popup {
    font-size: 2vw;
  }

  .nav-title.footer {
    font-size: 1.7vw;
  }

  .content-wrapper {
    display: block;
  }

  .header-lower-wrapper {
    justify-content: space-between;
    padding-bottom: 3vw;
  }

  .cart-quantity {
    font-size: 1.7vw;
  }

  .cart-quantity.menu-popup {
    font-size: 2vw;
  }

  .cart-quantity.nav-02 {
    font-size: 1.7vw;
    line-height: 1.4;
  }

  .text-block {
    font-size: 1.5vw;
    line-height: 1.5;
  }

  .text-block.hover-effect.hover-effect--cursor-square {
    font-size: 1.7vw;
  }

  .text-block.hover-effect.hover-effect--cursor-square.inline {
    font-size: 1.7vw;
    line-height: 1.4;
  }

  .text-block.hover-effect.hover-effect--cursor-square.inline.insta {
    line-height: 1.5;
  }

  .text-block.hover-effect.hover-effect--cursor-square.cart {
    font-size: 1.7vw;
  }

  .text-block.hover-effect.hover-effect--cursor-square.cart.menu-popup {
    font-size: 2vw;
  }

  .text-block.hover-effect.hover-effect--cursor-square.footer {
    font-size: 1.7vw;
  }

  .text-block.hover-effect.hover-effect--cursor-square.menu-popup {
    font-size: 2vw;
  }

  .text-block.cart-slash {
    font-size: 1.7vw;
  }

  .text-block.cart-slash.menu-popup, .text-block.slash {
    font-size: 2vw;
  }

  .text-block.nav-02 {
    font-size: 1.7vw;
    line-height: 1.4;
  }

  .text-block.nav-02.cart-text-spacer {
    width: .4vw;
  }

  .text-block.nav-02.menu-popup {
    font-size: 2vw;
  }

  .text-block.menu-popup {
    font-size: 1.7vw;
    line-height: 1.4;
  }

  .error-state {
    border-width: .2vw;
  }

  .bold-heading {
    font-size: 5vw;
  }

  .product-section-wrapper {
    padding-top: 8vw;
  }

  .product-section-wrapper.product-page {
    padding-top: 15vw;
  }

  .product-heading-wrapper {
    margin-bottom: 1.5vw;
  }

  .tabs-menu {
    margin-bottom: 5vw;
  }

  .product-info-wrapper {
    margin-top: 3vw;
    margin-bottom: 3vw;
  }

  .intro-section-old {
    height: 110vw;
    padding-bottom: 0;
  }

  .intro-heading-desktop {
    display: none;
  }

  .intro-copy-wrapper {
    width: 57vw;
  }

  .arrow-link {
    margin-top: 4vw;
  }

  .content-section {
    margin-top: 0;
  }

  .input-field {
    border-width: .15vw;
    border-radius: 0;
    height: 5vw;
    margin-bottom: 2.5vw;
    padding-left: 1.6vw;
    padding-right: 1.6vw;
    font-size: 1.7vw;
  }

  .input-field.pop-up {
    font-size: 1.7vw;
  }

  .input-field.double-field.lowercase {
    margin-bottom: 1.8vw;
  }

  .input-field.lowercase.password-page {
    height: 5vw;
  }

  .input-field.card-details {
    padding-top: 1.5vw;
    padding-bottom: 1.3vw;
    font-size: 7.5vw;
  }

  .input-field.card-details.card {
    padding-top: 1.2vw;
    padding-bottom: 1vw;
    font-size: 4vw;
  }

  .email-form-wrapper {
    width: 52vw;
  }

  .email-form-wrapper-whole {
    margin-top: 17vw;
    margin-bottom: 17vw;
    padding-bottom: 8vw;
  }

  .submit-button {
    border-width: .17vw;
    padding-top: 1vw;
    padding-bottom: .9vw;
    font-size: 1.7vw;
  }

  .submit-button.pop-up {
    font-size: 1.5vw;
  }

  .email-form-text-holder {
    margin-bottom: 1.8vw;
  }

  .footer-content-wrapper {
    padding-bottom: 4vw;
  }

  ._100-percentage-wrapper {
    right: 1.1vw;
  }

  .pl-section {
    display: none;
  }

  .pl-wrapper {
    background-image: url('../images/Bg-image-02-mobile.svg');
    background-position: 50%;
    background-size: 135vw;
  }

  .pl-wrapper.mobile {
    background-color: var(--main-color-02);
    background-image: url('../images/Bg-image-01-mobile.svg');
    display: block;
  }

  .loading-percentage-100, .percentage-sign, .pl-text {
    font-size: 1.5vw;
  }

  .pl-loading-bar-holder {
    width: 34vw;
    height: .3vw;
  }

  .loading-percentage {
    font-size: 1.5vw;
  }

  .pl-text-wrapper {
    width: 5.5vw;
  }

  .email-pop-up-wrapper {
    padding-top: 3.5vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .mail-list-title-wrapper {
    margin-bottom: 2.5vw;
    font-size: 1.7vw;
  }

  .email-close-button {
    width: 1.8vw;
    height: 1.8vw;
  }

  .bracket-spacing-right.white, .bracket-spacing-left.white {
    line-height: 1.5;
  }

  .project-arrow-link {
    display: none;
  }

  .intro-arrow {
    width: 1.4vw;
  }

  .container-2 {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .product-tab-content {
    border-bottom-width: .19vw;
    justify-content: center;
    display: flex;
  }

  .code-embed {
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100%;
    display: block;
  }

  .product-label-tag {
    font-size: 1.7vw;
  }

  .product-label-tag.color {
    padding-left: 1vw;
    font-size: 1.7vw;
  }

  .product-label-tag.name {
    margin-bottom: .7vw;
    font-size: 1.7vw;
  }

  .product-label-tag.title {
    font-size: 1.7vw;
  }

  .other-products-section {
    margin-top: 5vw;
    margin-bottom: 7vw;
  }

  .splide {
    width: 80vw;
  }

  .splide.product-carousel {
    width: 50vw;
    display: block;
  }

  .splide.test-mobile {
    width: auto;
    padding-bottom: 10vw;
  }

  .splide__list.products {
    width: 50vw;
  }

  .splide__list.testimonials {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .splide__slide {
    width: 50%;
  }

  .splide__slide.products {
    width: 50vw;
    height: 100%;
  }

  .splide__slide.testimonials.tablet-hide {
    display: none;
  }

  .splide__slide.test-mobile {
    width: 70vw;
    height: auto;
  }

  .other-products-text-wrapper {
    width: 80vw;
    margin-bottom: 1.5vw;
  }

  .splide__pagination.splide__pagination--ltr {
    grid-column-gap: 1.2vw;
    margin-bottom: 2vw;
  }

  .splide-2 {
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .splide__pagination__page {
    width: 2vw;
    height: 2vw;
    padding: 0;
  }

  .arrow-embed-next {
    right: -4vw;
  }

  .arrow-embed-prev {
    left: -4vw;
  }

  .body-w-bg {
    background-image: url('../images/Bg-image-01-mobile.svg');
    background-position: 50% 0;
    background-size: 140%;
  }

  .color-wrapper {
    margin-left: 1vw;
  }

  .code-embed-mobile {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .mobile-video-wrapper {
    width: 100%;
    height: 1000%;
    position: absolute;
  }

  .logo-holder-fixed {
    margin-top: 2.3vw;
  }

  .menu-popup-wrapper {
    background-image: url('../images/Bg-image-02-mobile.svg');
    background-position: 50%;
    background-size: 135vw;
    inset: 0%;
  }

  .menu-popup-content-wrapper {
    padding: 3vw;
  }

  .close-wrapper {
    padding-top: 2.7vw;
  }

  .mobile-nav-bar-section-wo-class-adder {
    display: none;
  }

  .mobile-sub-text-wrapper {
    flex-flow: column;
    align-items: center;
    display: none;
  }

  .mobile-sub-text-wrapper-v2 {
    flex-flow: column;
    align-items: flex-start;
    display: none;
  }

  .intro-heading-mobile {
    text-align: center;
    font-size: 14vw;
    line-height: 1.2;
    display: block;
  }

  .video-credit-desktop {
    font-size: 1.5vw;
    line-height: 1.5;
    display: block;
  }

  .video-credit-desktop.right {
    font-size: 1.5vw;
  }

  .video-credit-mobile {
    font-size: 1.7vw;
    display: none;
  }

  .video-credit-mobile.right {
    font-size: 1.5vw;
  }

  .email-form-text {
    font-size: 1.7vw;
  }

  .main-copy-text {
    margin-bottom: 0;
    font-size: 1.7vw;
    line-height: 1.5;
  }

  .main-copy-text.right {
    font-size: 1.5vw;
  }

  .main-copy-text.bigger-on-ipad {
    font-size: 1.7vw;
  }

  .main-copy-text.margin-left {
    margin-left: 1vw;
  }

  .main-copy-text._0-5-margin-bottom {
    margin-bottom: 1vw;
  }

  .main-copy-text.centre {
    text-align: center;
  }

  .main-copy-text.testimonials {
    font-size: 1.6vw;
  }

  .text-block-16 {
    font-size: 1.5vw;
  }

  .footer-wrapper, .footer-wrapper-centre, .footer-inside-wrapper {
    display: block;
  }

  .button-group {
    margin-bottom: 1.2vw;
  }

  .product-description {
    margin-bottom: 1.2vw;
    font-size: 2vw;
  }

  .product-description.products {
    margin-bottom: .7vw;
  }

  .product-description.products.note {
    width: 40vw;
    max-width: 70%;
    margin-top: 2vw;
    font-size: 1.4vw;
  }

  .product-description.shipping-page {
    font-size: 11px;
    line-height: 15px;
  }

  .product-description-wrapper {
    margin-bottom: 1.2vw;
  }

  .maintenance-wrapper {
    background-image: url('../images/Bg-image-01-mobile.svg');
    background-position: 60% -35%;
    background-repeat: no-repeat;
    background-size: 140%;
  }

  .maintenance-title {
    font-size: 4.5vw;
  }

  ._100svh-page-content-section {
    min-height: 110vw;
  }

  .heading-5 {
    font-size: 2.8vw;
  }

  .text-wrapper-lower-margin {
    margin-bottom: 1vw;
  }

  .text-wrapper-lower-margin.large-margin {
    margin-bottom: 2vw;
  }

  .email-message-wrapper {
    height: 11.9vw;
  }

  .general-error-message {
    margin-top: 2vw;
  }

  .product-page-wrapper {
    padding-top: 16vw;
  }

  .shipping-method {
    margin-bottom: 1.5vw;
  }

  .checkout-title-wrapper-lower-margin {
    margin-bottom: 3.5vw;
  }

  .order-info-wrapper {
    width: 53vw;
  }

  .order-items-wrapper {
    width: 39vw;
  }

  .shipping-method-list {
    margin-top: 2vw;
  }

  .order-item {
    margin-bottom: 3vw;
  }

  .checkout-item-title-wrapper-lower-margin-copy {
    margin-bottom: 7vw;
  }

  .order-items {
    margin-bottom: 3vw;
  }

  .checkout-flex-wrapper {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
  }

  .checkout-image {
    width: 9vw;
  }

  .shipping-method-2 {
    margin-top: 4vw;
    margin-bottom: 4vw;
  }

  .paypal-checkout-form-01 {
    margin-bottom: 10vw;
    padding-top: 17vw;
  }

  .bg-image-holder {
    background-image: url('../images/Bg-image-01-mobile.svg');
    background-position: 50% 0;
    background-size: 150%;
    margin-top: 105vh;
  }

  .content-position-wrapper {
    padding-top: 110vw;
  }

  .instagram-button-wrapper {
    background-image: url('../images/Bg-image-01-mobile.svg');
    background-position: 50%;
    background-size: 135vw;
  }

  .instagram-button-section {
    background-image: url('../images/Bg-image-01-mobile.svg');
    background-position: 50%;
    background-size: 170vw;
  }

  .open-in-browser {
    padding: 1.5vw 3vw;
  }

  .insta-message-holder {
    width: 62vw;
  }

  .insta-message-title {
    margin-bottom: 2.3vw;
    font-size: 4.1vw;
  }

  .instagram-message-logo-wrapper {
    padding-top: 2.3vw;
  }

  .instagram-message-footer {
    padding-bottom: 2.3vw;
  }

  .copied-msg {
    padding: 1vw 1.5vw;
    bottom: -23%;
  }

  .web-payments {
    border-width: .15vw;
    margin-right: .8vw;
  }

  .page-transition-wrapper {
    background-image: url('../images/Bg-image-02-mobile.svg');
    background-position: 50%;
    background-size: 135vw;
  }

  .loading-wrapper {
    width: 25vw;
    height: 10vw;
  }

  .div-hide {
    height: 2vw;
  }

  .product-image-hover-wrapper-new, .main-product-image-new---catagories-copy-copy {
    display: none;
  }

  .product-image-2-new---catagories-copy {
    transition: none;
    display: none;
  }

  .product-image-2-new---catagories-copy:hover {
    opacity: 0;
  }

  .product-image-wrapper-new {
    border-bottom-width: .19vw;
    align-items: stretch;
    height: 65vw;
  }

  .product-image-wrapper-new.product-page {
    align-items: stretch;
  }

  .intro-section {
    height: auto;
    padding-bottom: 0;
  }

  .intro-banner {
    border-top-width: .3vw;
    border-bottom-width: .3vw;
    height: 9vw;
  }

  .intro-banner.bottom {
    display: none;
  }

  .intro-content-wrapper {
    border-top: .3vw solid #000;
  }

  .intro-left-wrapper {
    background-color: var(--yellow);
    width: 100vw;
    color: var(--main-color-02);
  }

  .intro-right-wrapper {
    display: none;
  }

  .intro-heading {
    letter-spacing: .05vw;
    -webkit-text-stroke-width: .1vw;
    font-size: 6vw;
    font-weight: 500;
  }

  .heading-margin-wrapper {
    margin-bottom: 1.5vw;
  }

  .intro-button-link {
    margin-top: 2vw;
  }

  .intro-text-wrapper {
    margin-top: 7vw;
    margin-bottom: 7vw;
    padding-right: 4vw;
  }

  .intro-copy {
    font-size: 1.7vw;
  }

  .intro-copy.justified {
    margin-bottom: 2vw;
  }

  .work-hover-wrapper {
    display: none;
  }

  .release-title-wrapper-abs {
    padding-top: 50vh;
    top: -50vh;
  }

  .star-holder-right {
    width: 1.7vw;
    height: 1.7vw;
  }

  .release-title-holder {
    margin-left: 1vw;
    margin-right: 1vw;
  }

  .star-holder-left {
    width: 1.7vw;
    height: 1.7vw;
  }

  .intro-banner-top-text-wrapper {
    display: none;
  }

  .nz-time {
    width: 21vw;
  }

  .footer-text {
    font-size: 1.2vw;
  }

  .intro-slider-margin-top {
    display: none;
  }

  .testimonials-section {
    display: flex;
  }

  .marquee {
    border-bottom-width: .19vw;
    height: 7vw;
  }

  .arrow-and-page-styling.hide, .arrow-and-page-styling.carousel-3 {
    display: none;
  }

  .tablet-mobile-slider-intro, .tablet-mobile-slider-products {
    display: block;
  }

  .splide-copy {
    width: 80vw;
  }

  .image-18 {
    max-width: none;
    height: auto;
  }

  .splide-image-holder {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
    overflow: hidden;
  }

  .splide-product-image {
    max-width: none;
    height: 65vw;
  }

  .testimonial-quote-wrapper {
    padding: 3vw 3vw 3.2vw;
  }

  .image-19 {
    width: 6vw;
  }

  .test-star-holder {
    width: 3vw;
  }

  .testimonial-holder {
    height: 29vw;
  }

  .testimonial-holder.desktop-hide {
    display: block;
  }

  .test-desktop-wrapper {
    border-bottom-width: .19vw;
    display: none;
  }

  .testimonial-fade, .testimonial-fade.right {
    opacity: .7;
    width: 20vw;
    top: 0%;
    bottom: 0%;
  }

  .header-marquee {
    display: none;
  }

  .header-marquee-rotate {
    width: 30svh;
  }

  .header-arrow-01 {
    background-size: 40%;
    height: 6vw;
  }

  .header-arrow {
    height: 6vw;
    margin-top: 6vw;
  }

  .header-marquee-text {
    height: 30svh;
  }

  .intro-section-title {
    font-size: 1.7vw;
  }

  .intro-section-title.products {
    margin-bottom: .7vw;
  }

  .intro-section-title.products.note {
    width: 47vw;
    max-width: 70%;
    margin-top: 3.4vw;
    font-size: 1.4vw;
  }

  .intro-section-title.shipping-page {
    font-size: 11px;
    line-height: 15px;
  }

  .header-video-wrapper {
    width: 100%;
  }

  .video-fallback-content-wrapper {
    padding: 1.6vw 3vw;
  }

  .products-empty-state {
    border-top-width: .19vw;
    height: 82vw;
  }

  .test-mobile-wrapper {
    border-bottom-width: .19vw;
    padding-top: 20vw;
    padding-bottom: 15vw;
    display: block;
  }

  .splide-template-01 {
    width: 80vw;
  }

  .splide-template-01.product-carousel {
    width: 50vw;
    display: block;
  }

  .testimonial-mobile-wrapper {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    flex-flow: column;
    width: 95%;
    display: flex;
  }

  .email-form-min-height {
    height: 19vw;
  }

  .div-block-88 {
    z-index: 100000;
    background-color: var(--main-color-02);
    position: fixed;
    inset: 0%;
  }

  .pl-mobile-section {
    display: none;
  }

  .pl-mobile-content-wrapper {
    color: var(--yellow);
    margin-top: 2.3vw;
  }

  .pl-mobile-percentage-wrapper {
    display: none;
  }

  .pl-mobile-text {
    font-size: 1.7vw;
  }

  .pl-wrapper-mobile {
    background-image: url('../images/Bg-image-02-mobile.svg');
    background-position: 50%;
    background-size: 135vw;
  }

  .pl-wrapper-mobile.mobile {
    background-color: var(--main-color-02);
    color: var(--yellow);
    background-image: url('../images/Bg-image-01-mobile.svg');
    display: block;
  }

  .shipping-notice-wrapper {
    border-width: .19vw;
    width: 100%;
    margin-bottom: 4vw;
    padding: 3vw 3vw 3.3vw;
  }

  .shipping-notice-title-holder {
    margin-bottom: 1.5vw;
  }

  .nav-appear-trigger {
    height: 13vw;
  }

  .product-wrapper-margin-top {
    padding-top: 7vw;
  }

  .utility-100vh-page-wrapper {
    background-image: url('../images/Bg-image-01-mobile.svg');
    background-position: 60% -35%;
    background-repeat: no-repeat;
    background-size: 140%;
  }

  .password-content-wrapper {
    width: 49.5vw;
  }

  .password-text-wrapper {
    margin-bottom: 1.8vw;
  }

  .div-block-89 {
    padding-right: 2vw;
  }

  .password-error-holder {
    margin-top: 2.5vw;
    padding: 1.5vw 2.5vw;
  }

  .nav-arrow-section, .pl-code-embed-old---hide {
    display: none;
  }

  .header-sub-title-wrapper {
    width: 36vw;
    font-size: 1.8vw;
    display: flex;
  }

  .header-arrow-marquee, .header-arrow-main {
    height: 6vw;
    margin-top: 6vw;
  }

  .text-desktop-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .container.footer-wrapper {
    justify-content: center;
    align-items: center;
  }

  .navbar {
    border-bottom-width: 3px;
  }

  .navlink {
    color: #fff;
    text-align: right;
    margin-left: 0;
    margin-right: 30px;
    padding: 12px 10px;
    font-size: 22px;
  }

  .navlink:hover {
    color: var(--yellow);
    padding: 12px 10px;
    transform: none;
  }

  .navlink.w--current {
    background-color: #0000;
  }

  .cart-button {
    width: 40px;
  }

  .nav-menu {
    background-color: var(--brand-blue);
  }

  .product-details-holder {
    margin: 22px 35px;
  }

  .standard-paragraph {
    font-size: 14px;
    line-height: 19px;
  }

  .standard-paragraph.products.note {
    max-width: 80%;
  }

  .standard-paragraph.footer {
    margin-bottom: 7px;
  }

  .standard-paragraph.homepage-sub-title {
    font-size: 2.5vw;
    line-height: 1.2;
  }

  .footer-section {
    border-top-width: 3px;
  }

  .image-5, .div-block-8 {
    display: none;
  }

  .hero-section {
    margin-top: 20px;
  }

  .collection-title-wrapper {
    margin-top: 12px;
  }

  .collection-title {
    font-size: 20px;
  }

  .collection-sub-title {
    font-size: 14px;
  }

  .form {
    width: auto;
    max-width: 100%;
  }

  .contact-form-wrapper {
    max-width: 100%;
  }

  .alert.success {
    width: auto;
    max-width: 100%;
  }

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

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

  .icon {
    text-align: center;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    padding: 0;
    font-size: 47px;
  }

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

  .cart-desktop-wrapper {
    display: none;
  }

  .cart-mobile-wrapper {
    margin-right: 15px;
    display: flex;
  }

  .collection-product-name {
    font-size: 14px;
  }

  .brand {
    padding-left: 0;
  }

  .text-block-9 {
    font-size: 18px;
  }

  .main-heading {
    font-size: 7.6vw;
  }

  .main-header-wrapper {
    max-width: none;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .collection-product-color {
    font-size: 14px;
  }

  .splide__slide {
    width: 100%;
  }

  .splide__pagination.splide__pagination--ltr {
    height: 6vw;
  }

  .splide__pagination__page {
    width: 3vw;
    height: 3vw;
  }

  .product-description {
    font-size: 14px;
    line-height: 19px;
  }

  .product-description.products.note {
    max-width: 80%;
  }

  .product-description.footer {
    margin-bottom: 7px;
  }

  .product-description.homepage-sub-title {
    font-size: 2.5vw;
    line-height: 1.2;
  }

  .star-holder-right {
    width: 2vw;
    height: 2vw;
  }

  .release-title-holder {
    margin-left: 1.3vw;
    margin-right: 1.3vw;
  }

  .star-holder-left {
    width: 2vw;
    height: 2vw;
  }

  .nz-time {
    width: 26vw;
  }

  .footer-text {
    font-size: 1.5vw;
  }

  .arrow-and-page-styling.hide {
    display: none;
  }

  .intro-section-title {
    font-size: 2vw;
    line-height: 1.2;
  }

  .intro-section-title.products.note {
    max-width: 80%;
  }

  .intro-section-title.footer {
    margin-bottom: 7px;
  }

  .intro-section-title.homepage-sub-title {
    font-size: 2.5vw;
    line-height: 1.2;
  }
}

@media screen and (max-width: 479px) {
  .container.footer-wrapper {
    height: auto;
    font-size: 11px;
    line-height: 15px;
  }

  .container.all-products {
    padding-left: 7px;
    padding-right: 7px;
  }

  .container.slider-mobile {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .container.mobile-padding {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .container.checkout {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .image.main-logo {
    max-width: 85%;
  }

  .navlink {
    color: #fff;
    text-align: right;
    margin-left: 0;
    margin-right: 20px;
    padding: 12px 10px;
    font-size: 22px;
  }

  .navlink:hover {
    color: var(--yellow);
    margin-right: 20px;
    padding: 12px 10px;
    transform: none;
  }

  .nav-menu {
    background-color: var(--brand-blue);
  }

  .div-block-2 {
    margin-right: -8px;
  }

  .flex-column {
    grid-column-gap: 13vw;
    grid-row-gap: 13vw;
    padding-top: 17vw;
  }

  .product-details-holder {
    margin: 5px 30px 7px;
  }

  .product-details-wrapper {
    width: 92vw;
  }

  .product-price {
    margin-bottom: 5.5vw;
    font-size: 4.5vw;
  }

  .product-heading {
    font-size: 6vw;
    line-height: 27px;
  }

  .heading-3 {
    font-size: 18px;
    line-height: 25px;
  }

  .product-titles {
    font-size: 12px;
    line-height: 16px;
  }

  .standard-paragraph {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.2;
  }

  .standard-paragraph.products.note {
    width: 58vw;
    max-width: 100%;
    margin-top: 18px;
    font-size: 2vw;
  }

  .standard-paragraph.center-align {
    text-align: center;
  }

  .standard-paragraph.footer {
    margin-bottom: 5px;
  }

  .standard-paragraph.homepage-sub-title {
    font-size: 2.8vw;
  }

  .div-block-7 {
    margin-bottom: 3.5vw;
    font-size: 2.5vw;
  }

  .add-to-cart {
    margin-top: 4.5vw;
  }

  .add-to-cart-button {
    padding: 1.5vw 2vw;
    font-size: 2.5vw;
  }

  .quantity {
    border-width: .18vw;
    width: 10vw;
    height: 6vw;
    padding: 1.4vw 1vw 1.4vw 1.3vw;
    font-size: 2.5vw;
  }

  .out-of-stock-state {
    width: 65vw;
  }

  .button {
    border-width: .18vw;
    height: 6vw;
    margin-right: 1.3vw;
    padding: 1.2vw 2.2vw;
    font-size: 2.5vw;
  }

  .button:hover {
    color: var(--yellow);
    background-color: #0000;
  }

  .button:active {
    background-color: var(--yellow);
    color: var(--main-color-02);
  }

  .button.pdp:hover {
    background-color: var(--yellow);
  }

  .button.margin-left {
    flex: 1;
    height: 8vw;
    margin-left: 3vw;
    font-size: 3vw;
  }

  .button.checkout {
    height: 10vw;
    font-size: 3vw;
  }

  .button.checkout.password {
    height: 9vw;
    font-size: 2.5vw;
  }

  .button.intro {
    border-width: .4vw;
    height: 9vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .button.intro:hover {
    background-color: var(--main-color-02);
    color: var(--yellow);
  }

  .button.intro:active {
    color: var(--yellow);
  }

  .paragraph-4 {
    margin-bottom: 4px;
  }

  .button-main.button-solid {
    border-width: 2px;
    padding: 4px 9px;
    font-size: 11px;
  }

  .collection-title-wrapper {
    margin-top: 5px;
    margin-bottom: 20px;
  }

  .collection-title {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 15px;
    line-height: 19px;
  }

  .collection-sub-title {
    font-size: 11px;
    line-height: 15px;
  }

  .contact-write-up-wrapper {
    width: 81vw;
    margin-bottom: 4vw;
  }

  .paragraph-9 {
    font-size: 12px;
    line-height: 16px;
  }

  .form-block {
    width: 92vw;
  }

  .text-field {
    height: 7vw;
    margin-bottom: 3vw;
    padding-left: 2.2vw;
    padding-right: 2.2vw;
    font-size: 2.5vw;
  }

  .text-field.message-field {
    height: 23vw;
    margin-bottom: 5vw;
  }

  .text-block-4 {
    font-size: 12px;
    line-height: 16px;
  }

  .product-grid {
    margin-bottom: 33px;
  }

  .product-wrapper {
    border-top-width: .3vw;
    border-left-width: .2vw;
    border-right-width: .2vw;
  }

  .text-block-5 {
    font-size: 11px;
    line-height: 15px;
  }

  ._404-content-wrapper {
    width: 59vw;
  }

  .utility-page-form {
    align-self: center;
  }

  .slider {
    width: 100%;
  }

  .slider-arrow-icon {
    margin: 0;
    font-size: 13px;
    display: none;
  }

  .slider-dots {
    padding-top: 0;
    font-size: 11px;
  }

  .icon {
    font-size: 43px;
  }

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

  .cart-mobile-wrapper {
    margin-right: 10px;
  }

  .collection-product-name {
    font-size: 11px;
    line-height: 15px;
  }

  .brand.w--current {
    max-width: 75%;
  }

  .image-10 {
    max-width: 87%;
  }

  .page-loader, .loading-logo {
    display: none;
  }

  .load-logo {
    align-self: center;
    max-width: 50%;
    display: block;
  }

  .load-logo.password {
    margin-bottom: 8px;
  }

  .heading-4 {
    font-size: 20px;
    line-height: 26px;
  }

  .field-label {
    font-size: 12px;
    line-height: 16px;
  }

  .cart-footer-2 {
    padding-bottom: 40px;
  }

  .field-label-2 {
    align-self: center;
  }

  .order-summary {
    margin-bottom: 10vw;
  }

  .discounts {
    margin-bottom: 6vw;
  }

  .checkout-form {
    padding-top: 20vw;
  }

  .order-confirmation {
    margin-top: 20vw;
  }

  .main-subheading {
    font-size: 15px;
  }

  .header-section {
    position: static;
  }

  .main-heading {
    margin-right: -5px;
    font-size: 8.07vw;
  }

  .sub-heading-wrapper {
    margin-top: 8px;
  }

  .small-subheading {
    font-size: 14px;
  }

  .video-wrapper {
    display: none;
  }

  .project-hero-video-holder {
    width: 69.3vw;
    transform: translate(0, -6vw);
  }

  .nav-bar-section {
    display: none;
  }

  .navbar-wrapper {
    padding-top: 3vw;
  }

  .header-video-background-section {
    flex-flow: column;
    align-items: center;
    min-height: 173vw;
    display: flex;
  }

  .main-text, .main-text.right {
    font-size: 2.4vw;
  }

  .nav-title.hover-effect.hover-effect--cursor-square, .nav-title.hover-effect.hover-effect--cursor-square.centre.cart {
    font-size: 3vw;
  }

  .nav-title.hover-effect.hover-effect--cursor-square.centre.out-of-stock {
    font-size: 2.5vw;
  }

  .nav-title.hover-effect.hover-effect--cursor-square.centre.products, .nav-title.hover-effect.hover-effect--cursor-square.left.footer {
    font-size: 2.4vw;
  }

  .nav-title.hover-effect.hover-effect--cursor-square.menu-popup {
    font-size: 4vw;
  }

  .nav-title.hover-effect.hover-effect--cursor-square.black, .nav-title.hover-effect.hover-effect--cursor-square.nav-02 {
    font-size: 3vw;
  }

  .nav-title.hover-effect.hover-effect--cursor-square.footer {
    color: var(--light-grey);
    font-size: 2.4vw;
  }

  .nav-title.hover-effect.hover-effect--cursor-square.other-products {
    font-size: 2.4vw;
  }

  .nav-title.menu-popup {
    font-size: 4vw;
  }

  .content-wrapper, .content-wrapper.absolute {
    display: none;
  }

  .content-wrapper.products {
    margin-bottom: 1vw;
  }

  .header-100v-wrapper {
    height: 173vw;
  }

  .header-lower-wrapper {
    align-items: flex-end;
    padding-top: 3vw;
    padding-bottom: 4vw;
  }

  .gradient-bottom {
    height: 43vw;
  }

  .cart-quantity {
    font-size: 3vw;
  }

  .cart-quantity.menu-popup {
    font-size: 4vw;
  }

  .cart-quantity.nav-02, .text-block, .text-block.hover-effect.hover-effect--cursor-square {
    font-size: 3vw;
  }

  .text-block.hover-effect.hover-effect--cursor-square.inline.insta {
    font-size: 2.5vw;
  }

  .text-block.hover-effect.hover-effect--cursor-square.cart.menu-popup {
    font-size: 4vw;
  }

  .text-block.hover-effect.hover-effect--cursor-square.nav-wo-class {
    font-size: 3vw;
  }

  .text-block.hover-effect.hover-effect--cursor-square.tab-items {
    font-size: 2.8vw;
  }

  .text-block.hover-effect.hover-effect--cursor-square.products {
    font-size: 2.5vw;
  }

  .text-block.hover-effect.hover-effect--cursor-square.menu-popup {
    font-size: 4vw;
  }

  .text-block.cart-slash {
    font-size: 3vw;
    line-height: 1.4;
  }

  .text-block.cart-slash.menu-popup {
    font-size: 4vw;
  }

  .text-block.nav-02 {
    font-size: 3vw;
  }

  .text-block.nav-02.cart-text-spacer.menu-popup {
    width: .5vw;
  }

  .text-block.nav-02.menu-popup {
    font-size: 4vw;
  }

  .text-block.menu-popup {
    font-size: 3vw;
  }

  .text-block.nav-wo-class {
    font-size: 3vw;
    line-height: 1.4;
  }

  .text-block.tab-items {
    font-size: 2.8vw;
  }

  .text-block.tab-items.mobile-none {
    display: none;
  }

  .cart-container {
    justify-content: center;
    min-width: auto;
    max-width: none;
    margin: 10vw 5vw;
  }

  .cart-container._2 {
    justify-content: flex-start;
  }

  .cart-text {
    font-size: 3vw;
  }

  .cart-text.remove, .cart-text.small {
    font-size: 2.8vw;
  }

  .cart-header {
    padding-top: 4.5vw;
    padding-left: 4.5vw;
    padding-right: 4.5vw;
  }

  .cart-footer-3 {
    padding: 2.4vw 4.5vw 3vw;
  }

  .cart-quantity-2 {
    margin-bottom: 1.5vw;
    padding: 1.2vw 1vw 1.2vw 2.3vw;
    font-size: 2.5vw;
  }

  .div-block-22 {
    margin-left: 2.4vw;
    margin-right: 2.4vw;
  }

  .cart-image {
    width: 20vw;
  }

  .remove-button {
    align-self: flex-start;
  }

  .cart-list {
    padding-top: 2.4vw;
    padding-left: 4.5vw;
    padding-right: 4.5vw;
  }

  .checkout-button-2 {
    margin-top: 1.5vw;
    padding: 3.5vw 3vw;
    font-size: 2.8vw;
  }

  .close-button {
    justify-content: flex-end;
    align-items: flex-start;
    width: 3vw;
    height: 3vw;
    display: flex;
  }

  .error-state {
    border-width: .4vw;
    margin-bottom: 6vw;
    margin-left: 4.5vw;
    margin-right: 4.5vw;
    padding: 3vw 2vw;
  }

  .bold-heading {
    font-size: 7vw;
  }

  .product-section-wrapper {
    padding-top: 10vw;
  }

  .product-section-wrapper.product-page {
    padding-top: 20vw;
  }

  .tab.minus-margin {
    margin-left: -1.5vw;
  }

  .product-heading-wrapper {
    margin-bottom: 2.5vw;
  }

  .tabs-menu {
    grid-column-gap: 0vw;
    grid-row-gap: .5vw;
    grid-template-rows: auto auto;
    grid-template-columns: .25fr .25fr .25fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    place-items: start;
    margin-bottom: 5vw;
    display: inline-grid;
  }

  .product-info-wrapper {
    margin-top: 5vw;
    margin-bottom: 5vw;
  }

  .collection-product-color {
    font-size: 11px;
    line-height: 15px;
  }

  .intro-section-old {
    height: 150vw;
  }

  .intro-copy-wrapper {
    width: 83vw;
  }

  .arrow-link {
    margin-top: 6vw;
  }

  .content-section.position {
    background-position: 60% -4%;
  }

  .input-field {
    border-width: .18vw;
    height: 8vw;
    margin-bottom: 5vw;
    padding-left: 2.2vw;
    padding-right: 2.2vw;
    font-size: 3vw;
  }

  .input-field.pop-up {
    font-size: 2.5vw;
  }

  .input-field.double-field.lowercase {
    margin-bottom: 2.5vw;
  }

  .input-field.lowercase.discount {
    flex: none;
    width: 70vw;
  }

  .input-field.lowercase.password-page {
    height: 9vw;
    font-size: 2.5vw;
  }

  .input-field.card-details {
    padding-top: 2vw;
    font-size: 7.5vw;
  }

  .input-field.card-details.card {
    padding-top: 1.6vw;
    font-size: 4vw;
  }

  .email-form-wrapper {
    width: 76.5vw;
    padding-top: 2vw;
  }

  .email-form-wrapper-whole {
    margin-top: 22vw;
    margin-bottom: 22vw;
  }

  .submit-button {
    padding: 1.2vw 2.2vw;
    font-size: 2.5vw;
  }

  .email-form-text-holder {
    margin-bottom: 1.3vw;
  }

  .header-content {
    box-shadow: none;
  }

  .slash-holder {
    margin-left: 1.5vw;
    margin-right: 1.5vw;
  }

  .footer-content-wrapper {
    color: var(--light-grey);
    padding-bottom: 6vw;
  }

  .body.no-scroll {
    overflow: hidden;
  }

  ._100-percentage-wrapper {
    display: block;
    right: 2.3vw;
  }

  .pl-wrapper {
    position: fixed;
  }

  .loading-percentage-100, .percentage-sign, .pl-text {
    font-size: 2.5vw;
  }

  .pl-loading-bar-holder {
    border-width: .1vw;
    width: 56vw;
    height: .35vw;
  }

  .loading-percentage {
    font-size: 2.5vw;
  }

  .loading-percentage.tips {
    margin-right: .6vw;
  }

  .pl-text-wrapper {
    width: 10vw;
  }

  .email-pop-up-wrapper {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .email-close-button {
    width: 2.5vw;
    height: 2.5vw;
  }

  .bracket-spacing-right {
    font-size: 3vw;
  }

  .bracket-spacing-right.white {
    font-size: 2.5vw;
  }

  .bracket-spacing-left {
    font-size: 3vw;
  }

  .bracket-spacing-left.white {
    font-size: 2.5vw;
  }

  .intro-arrow {
    width: 1.7vw;
  }

  .home-page {
    overflow: visible;
  }

  .container-2 {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .project-image-holder {
    width: 96vw;
  }

  .product-label-tag.color, .product-label-tag.name {
    font-size: 2.5vw;
  }

  .product-label-tag.title {
    margin-bottom: .8vw;
    font-size: 2.5vw;
  }

  .other-products-section {
    margin-top: 6vw;
    margin-bottom: 9vw;
    overflow: hidden;
  }

  .splide {
    width: 92vw;
  }

  .splide.test-mobile {
    padding-bottom: 12vw;
  }

  .splide__slide.test-mobile {
    width: 87vw;
  }

  .other-products-text-wrapper {
    width: 92vw;
    margin-bottom: 2.5vw;
  }

  .splide__arrow.splide__arrow--next, .splide__arrow.splide__arrow--prev {
    background-size: 2vw;
  }

  .arrow-embed-next {
    right: -6vw;
  }

  .arrow-embed-prev {
    left: -6vw;
  }

  .out-of-stock-title-holder {
    margin-bottom: .8vw;
  }

  .color-wrapper {
    margin-left: 1.5vw;
  }

  .code-embed-mobile {
    display: block;
  }

  .logo-holder-fixed {
    z-index: 500;
    margin-top: 4vw;
  }

  .logo-holder-fixed.w--current {
    margin-top: 4vw;
    position: fixed;
  }

  .menu-popup-section {
    display: none;
  }

  .menu-popup-wrapper {
    height: auto;
    min-height: 100svh;
    max-height: 100vh;
  }

  .menu-popup-content-wrapper {
    padding: 7vw;
  }

  .page-top-drop-shadow {
    box-shadow: 0 0 20vw 18vw #0006;
  }

  .menu-popup-close--wrapper {
    z-index: 1;
  }

  .close-wrapper {
    padding-top: 3vw;
  }

  .mobile-nav-bar-section-wo-class-adder {
    display: none;
  }

  .mobile-sub-text-wrapper, .mobile-sub-text-wrapper-v2 {
    display: block;
  }

  .intro-heading-mobile {
    font-size: 19vw;
  }

  .email-form-text, .main-copy-text {
    font-size: 2.5vw;
  }

  .main-copy-text.intro {
    font-size: 2.8vw;
  }

  .main-copy-text.intro.shop-now {
    font-size: 3.2vw;
  }

  .main-copy-text.bigger-on-ipad {
    font-size: 2.5vw;
  }

  .main-copy-text.margin-bottom {
    margin-bottom: 5vw;
  }

  .main-copy-text.margin-bottom.password-page {
    margin-bottom: 3vw;
  }

  .main-copy-text.form {
    margin-bottom: 1.2vw;
  }

  .main-copy-text.margin-left {
    margin-left: 1.5vw;
  }

  .main-copy-text._0-5-margin-bottom.bigger-on-mobile {
    margin-bottom: 2vw;
  }

  .main-copy-text.bigger-on-mobile {
    text-align: left;
    font-size: 3vw;
  }

  .main-copy-text.testimonials {
    font-size: 2.3vw;
    line-height: 1.5;
  }

  .mobile-h1 {
    font-size: 3vw;
    line-height: 1.5;
  }

  .mobile-back-up-bg-image-low-power-ios-copy, .footer-wrapper.absolute, .footer-wrapper-centre, .footer-wrapper-centre.absolute, .footer-inside-wrapper.absolute {
    display: none;
  }

  .cart-item {
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
  }

  .image-14 {
    width: 100%;
    max-width: none;
  }

  .button-group {
    margin-bottom: 3vw;
  }

  .product-description {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.2;
  }

  .product-description.products.note {
    max-width: 100%;
    margin-top: 18px;
    font-size: 10px;
    line-height: 14px;
  }

  .product-description.center-align {
    text-align: center;
  }

  .product-description.footer {
    margin-bottom: 5px;
  }

  .product-description.homepage-sub-title {
    font-size: 2.8vw;
  }

  .maintenance-wrapper {
    background-position: 60% 15%;
    background-size: 150%;
  }

  .maintenance-content-wrapper.export {
    margin-top: 32vh;
  }

  .maintenance-title {
    margin-bottom: 1.5vw;
    font-size: 6.4vw;
  }

  .maintenance-title.password {
    margin-bottom: 2vw;
  }

  .contact-form-wrapper-margin {
    padding-top: 8vh;
  }

  ._100svh-page-content-section {
    min-height: 160vw;
  }

  .heading-5 {
    font-size: 4vw;
  }

  .text-wrapper-lower-margin {
    margin-bottom: 1vw;
  }

  .text-wrapper-lower-margin.large-margin {
    margin-bottom: 3vw;
  }

  .main-sg-logo {
    width: 26vw;
  }

  .email-message-wrapper {
    height: 18.2vw;
  }

  .product-page-wrapper {
    padding-top: 26vw;
  }

  .shipping-method {
    margin-bottom: 2.5vw;
  }

  .checkout-title-wrapper-lower-margin {
    margin-bottom: 5vw;
  }

  .order-info-wrapper, .order-items-wrapper {
    width: 100%;
  }

  .shipping-method-list {
    margin-top: 4vw;
  }

  .column-centre {
    padding-left: 1.5vw;
    padding-right: 1.5vw;
  }

  .line-item, .extra-item {
    margin-bottom: 2vw;
  }

  .order-item-list {
    margin-bottom: 10vw;
  }

  .order-item {
    margin-bottom: 5vw;
  }

  .checkout-item-title-wrapper-lower-margin-copy {
    margin-bottom: 7vw;
  }

  .checkout-flex-wrapper {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    flex-flow: column;
    width: 100%;
  }

  .checkout-image {
    width: 20vw;
  }

  .shipping-method-2 {
    margin-top: 10vw;
    margin-bottom: 10vw;
  }

  .billing-address {
    margin-top: 10vw;
  }

  .customer-info.margin-below {
    margin-bottom: 4vw;
  }

  .row {
    flex-flow: row;
  }

  .column-left {
    padding-right: 1.5vw;
  }

  .column-right {
    padding-left: 1.5vw;
  }

  .row-2 {
    flex-flow: row;
  }

  .paypal-checkout-form-01 {
    padding-top: 20vw;
  }

  .checkout-thank-you-wrapper {
    margin-bottom: 5vw;
  }

  .div-block-46 {
    width: 40vw;
  }

  .bg-image-holder {
    margin-top: 0;
    display: block;
  }

  .bg-image-holder.fixed {
    margin-top: 0;
  }

  .content-position-wrapper {
    padding-top: 150vw;
  }

  .open-in-browser {
    padding: 3vw 6vw;
  }

  .insta-message-holder {
    width: 91vw;
  }

  .insta-message-title {
    margin-bottom: 3.5vw;
    font-size: 6vw;
    line-height: 1.3;
  }

  .instagram-message-logo-wrapper {
    padding-top: 4.5vw;
  }

  .instagram-message-footer {
    padding-bottom: 4vw;
  }

  .copied-msg {
    padding: 1.5vw 2.5vw;
    display: none;
  }

  .apple-pay, .apple-pay-2 {
    height: 10.5vw;
  }

  .web-payments {
    margin-top: 5vw;
    margin-right: 1.3vw;
  }

  .page-transition-wrapper {
    position: fixed;
  }

  .page-transiition-content {
    margin-bottom: 10vh;
  }

  .loading-wrapper {
    width: 38vw;
    height: 17vw;
  }

  .div-hide {
    height: 3.2vw;
  }

  .content-section-old.position {
    background-position: 60% -4%;
  }

  .product-image-wrapper-new {
    border-bottom-width: .3vw;
  }

  .intro-section {
    height: auto;
    margin-top: 0;
  }

  .intro-banner {
    border-top-width: .5vw;
    border-bottom-width: .5vw;
    height: 12vw;
  }

  .intro-content-wrapper {
    border-top-width: .5vw;
  }

  .intro-heading {
    letter-spacing: .2vw;
    -webkit-text-stroke-width: .1vw;
    font-size: 7.5vw;
  }

  .heading-margin-wrapper {
    margin-bottom: 4vw;
  }

  .intro-button-link {
    margin-top: 3vw;
  }

  .intro-text-wrapper {
    margin-top: 10vw;
    margin-bottom: 11vw;
    padding-right: 3vw;
  }

  .intro-copy {
    font-size: 2.8vw;
    line-height: 1.25;
  }

  .intro-copy.justified {
    margin-bottom: 3vw;
    font-size: 2.7vw;
    line-height: 1.3;
  }

  .intro-copy.collection {
    font-size: 2.5vw;
  }

  .div-hide-2 {
    margin-left: -1.5vw;
    padding-left: 1.5vw;
  }

  .release-title-wrapper-abs {
    padding-top: 0;
    top: 0;
  }

  .star-holder-right {
    width: 3vw;
    height: 3vw;
  }

  .page-top-drop-shadow-static {
    display: none;
    box-shadow: 0 0 20vw 18vw #0006;
  }

  .star-holder-left {
    width: 3vw;
    height: 3vw;
  }

  .time-wrapper {
    display: none;
  }

  .footer-text {
    font-size: 2.3vw;
  }

  .testimonials-section {
    width: 100svw;
    overflow: hidden;
  }

  .marquee {
    border-bottom-width: .3vw;
    height: 8.5vw;
  }

  .splide-copy {
    width: 92vw;
  }

  .testimonial-quote-wrapper {
    padding: 4vw 4vw 5.5vw;
  }

  .image-19 {
    width: 8.5vw;
  }

  .test-star-holder {
    width: 4vw;
  }

  .testimonial-holder {
    height: 39vw;
  }

  .testimonial-fade, .testimonial-fade.right {
    width: 15vw;
  }

  .gradient-right, .gradient-left {
    height: 43vw;
    display: none;
  }

  .lower-header-content-01 {
    display: none;
  }

  .lower-header-content-02 {
    z-index: 100;
    width: 100vw;
    color: var(--main-color-01);
    flex-flow: column;
    justify-content: center;
    padding-left: 2vw;
    padding-right: 2vw;
    text-decoration: none;
    display: none;
    position: relative;
  }

  .image-20 {
    margin-bottom: 1.5vw;
  }

  .lower-content-sub-title-holder-hide {
    padding-bottom: 4vw;
    font-size: 3.32vw;
    display: none;
  }

  .intro-section-title {
    margin-bottom: 0;
    font-size: 3.2vw;
    line-height: 1.2;
  }

  .intro-section-title.products.note {
    width: 58vw;
    max-width: 100%;
    margin-top: 18px;
    font-size: 2vw;
  }

  .intro-section-title.center-align {
    text-align: center;
  }

  .intro-section-title.footer {
    margin-bottom: 5px;
  }

  .intro-section-title.homepage-sub-title {
    font-size: 2.8vw;
  }

  .div-block-86 {
    background-image: linear-gradient(0deg, #00000057, #fff0);
    width: 100%;
    position: absolute;
  }

  .header-video-wrapper {
    justify-content: center;
    align-items: flex-end;
    display: flex;
    overflow: hidden;
  }

  .header-video-embed-02 {
    height: auto;
  }

  .lower-content-sub-title-wrapper {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .video-fallback {
    display: none;
  }

  .video-fallback-content-wrapper {
    margin-bottom: 4vw;
    padding: 2.5vw 4vw;
  }

  .products-empty-state {
    border-top-width: .3vw;
  }

  .splide-template-01 {
    width: 92vw;
  }

  .testimonial-mobile-wrapper {
    grid-column-gap: 7vw;
    grid-row-gap: 7vw;
    width: 93%;
  }

  .email-form-min-height {
    height: 26vw;
  }

  .div-block-88 {
    background-color: var(--main-color-03);
  }

  .pl-mobile-section {
    display: block;
  }

  .pl-mobile-content-wrapper {
    margin-top: 4vw;
  }

  .pl-mobile-text, .pl-code-embed {
    font-size: 2.5vw;
  }

  .pl-wrapper-mobile {
    position: fixed;
  }

  .pl-wrapper-mobile.mobile {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    width: auto;
    height: auto;
    position: fixed;
    inset: 0%;
  }

  .shipping-notice-wrapper {
    border-width: .3vw;
    margin-bottom: 8vw;
    padding: 4.5vw 4.5vw 5vw;
  }

  .shipping-notice-title-holder {
    margin-bottom: 2vw;
  }

  .cart-trigger {
    z-index: 100;
    position: relative;
  }

  .og-cart-text-wrapper {
    opacity: 0;
  }

  .nav-appear-trigger {
    display: none;
  }

  .all-pages-components-top {
    z-index: 1;
  }

  .product-wrapper-margin-top {
    padding-top: 10vw;
  }

  .utility-100vh-page-wrapper {
    background-position: 60% 15%;
    background-size: 150%;
  }

  .password-content-wrapper {
    width: 71vw;
  }

  .password-text-wrapper {
    margin-bottom: 2vw;
  }

  .div-block-89 {
    padding-right: 3vw;
  }

  .password-error-holder {
    margin-top: 4vw;
    padding: 2.5vw 4vw;
  }

  .nav-arrow {
    width: 2.3vw;
    transform: translate(0);
  }

  .nav-arrow-section {
    z-index: 999;
    justify-content: space-between;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
  }

  .nav-arrow-link {
    margin-top: 2vw;
    padding: 1vw 2vw 3vw;
    overflow: hidden;
  }

  .nav-scroll-text-link {
    color: var(--main-color-01);
    margin-top: 3vw;
    font-size: 2.7vw;
    text-decoration: none;
  }

  .arrow-and-text-link-wrapper {
    justify-content: space-between;
    display: flex;
  }

  .nav-scroll-text {
    font-size: 2.7vw;
  }

  .nav-scroll-text.desktop-only {
    display: none;
  }

  .nav-arrow-link-block-intro {
    z-index: 1000;
    width: 10vw;
    height: 13vw;
    display: block;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .header-logo {
    width: 57vw;
  }

  .header--logo-copyright-icon {
    width: 4.8vw;
    right: -2.5%;
  }

  .pl-code-embed-old---hide {
    font-size: 2.5vw;
    display: none;
  }

  .lower-content-sub-title-holder {
    padding-bottom: 4vw;
    font-size: 3.32vw;
  }

  .div-block-90 {
    justify-content: space-between;
    align-items: flex-start;
    font-size: 3.32vw;
    display: flex;
  }

  .sub-title-top-holder {
    text-align: center;
    justify-content: space-between;
    display: flex;
  }

  .header-sub-title-wrapper {
    flex-flow: column;
    width: 60vw;
    margin-top: 4vw;
    font-size: 3.32vw;
    display: flex;
  }

  .sub-title-bottom-holder {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .lower-header-content-03 {
    display: flex;
  }

  .lower-content-holder {
    font-size: 2.7vw;
  }

  .image-21 {
    height: 5vw;
  }

  .insta-mail-link-holder {
    grid-column-gap: 2.5vw;
    grid-row-gap: 2.5vw;
    display: flex;
  }

  .section {
    overflow: hidden;
  }

  .text-span-3 {
    font-size: 3.1vw;
  }
}


