:root {
  --white: white;
  --khaki: #ffe86359;
  --light-green-2: #7acc7147;
  --dark-orange-2: #ff730024;
  --blue: #22537c;
  --black: black;
  --misty-rose: #ffd4d4f7;
  --red: #df0004;
  --txtb-blue: #003bff;
  --bright-red: red;
  --light-pink: #ffd4d4;
  --dark-orange: #ff7300;
  --pink: #f6b4b4;
  --green: #7acc71;
  --gold: #ffd900d9;
  --misty-rose-2: #ffd4d459;
  --bg-blue: #bac1f4;
  --light-green: #7acc710f;
  --orange: #f8ba87;
}

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

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

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  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-commercecartcloselink {
  width: 16px;
  height: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutemailinput {
  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-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-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

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

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

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  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-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

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

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

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

.w-commerce-commerceaddtocartquantityinput {
  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-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

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

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

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.75rem;
}

h1 {
  margin-top: 1.25rem;
  margin-bottom: .9375rem;
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 3.875rem;
}

h2 {
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 3.125rem;
}

h3 {
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 2.875rem;
}

h4 {
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.375rem;
}

h5 {
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2.125rem;
}

h6 {
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75rem;
}

p {
  margin-bottom: 0;
  font-size: 1.8rem;
  line-height: 1.5;
}

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

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

a.w--current {
  color: var(--white);
  background-color: #0000;
}

ul {
  margin-top: 1.25rem;
  margin-bottom: .625rem;
  padding-left: 2.5rem;
  list-style-type: disc;
}

li {
  margin-bottom: .625rem;
}

img {
  display: block;
}

label {
  letter-spacing: .0625rem;
  text-transform: uppercase;
  margin-bottom: .625rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.25rem;
}

blockquote {
  border-left: .3125rem solid #e2e2e2;
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
  padding: .9375rem 1.875rem;
  font-size: 1.25rem;
  line-height: 2.125rem;
}

figure {
  margin-top: 1.5625rem;
  padding-bottom: 1.25rem;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: .3125rem;
  font-size: .875rem;
  line-height: 1.625rem;
}

.divider {
  background-color: #eee;
  height: .0625rem;
}

.divider.cc-dark-divider {
  background-color: #202020;
  height: .0625rem;
}

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

.section {
  background-color: var(--khaki);
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 3.125rem;
  padding-left: 6.25rem;
  padding-right: 6.25rem;
}

.section.cc-store-home-wrap {
  margin-top: 25vh;
  margin-left: 6.25rem;
  margin-right: 6.25rem;
}

.section.cc-store-home-wrap.less-vh {
  margin-top: 15vh;
}

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

.section.cc-product-detail {
  align-items: center;
  margin-top: 3vh;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.section.no-top-vh {
  margin-top: 0;
}

.section.green, .section.orange {
  background-color: var(--light-green-2);
  margin-left: 0;
  margin-right: 0;
  padding: 3.125rem 6.25rem 1.3125rem;
}

.section.orange-copy {
  background-color: var(--dark-orange-2);
  margin-left: 0;
  margin-right: 0;
  padding: 3.125rem 6.25rem 1.3125rem;
}

.section.red {
  background-color: #fcf1ef;
}

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

.container {
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

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

.container.cc-heading-wrap {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5rem;
}

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

.container.cc-full-width-form-wrap.extra {
  margin-top: 7vh;
}

.paragraph-tiny {
  font-size: .75rem;
  line-height: 1.25rem;
}

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

.paragraph-bigger {
  opacity: 1;
  margin-bottom: .625rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.125rem;
}

.paragraph-bigger.cc-bigger-light {
  opacity: 1;
  text-align: left;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.75rem;
}

.paragraph-bigger.cc-bigger-light.middle {
  text-align: center;
}

.button {
  z-index: 99;
  background-color: var(--blue);
  color: #fff;
  letter-spacing: .1rem;
  text-transform: uppercase;
  border-radius: .3125rem;
  align-items: center;
  padding: 1.2em 2.5em;
  font-size: .75rem;
  line-height: 1.25rem;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  display: flex;
  position: absolute;
  inset: 10% 1% 84% auto;
  overflow: hidden;
}

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

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

.button.cc-jumbo-button {
  padding: 1rem 2.1875rem;
  font-size: .875rem;
  line-height: 1.625rem;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 1rem 2.1875rem;
  font-size: .875rem;
  line-height: 1.625rem;
}

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

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

.button.cc-cart {
  background-color: var(--blue);
  border-radius: .3125rem;
}

.button.cc-add-to-cart-btn {
  margin-top: .625rem;
  margin-right: .625rem;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.button.normal {
  display: none;
  position: static;
}

.button.download {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  letter-spacing: 0;
  text-transform: none;
  border: 1px solid #658fb3;
  flex-flow: row;
  padding: 1em 1.8em;
  font-size: 1rem;
  font-weight: 500;
  position: static;
}

.button.download:hover {
  border-color: #56595f;
}

.label {
  color: var(--white);
  letter-spacing: .0625rem;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25rem;
  display: block;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.label.cc-styleguide-label {
  margin-bottom: 1.5625rem;
}

.label.cc-cart-remove-link {
  color: #a7a7a7;
  margin-top: .25rem;
  margin-bottom: .3125rem;
  font-weight: 400;
  text-decoration: none;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 1.25rem;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2rem;
}

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

.rich-text p {
  opacity: .6;
  margin-top: .9375rem;
  margin-bottom: 1.5625rem;
}

.paragraph-light {
  opacity: .6;
  letter-spacing: 0;
  text-transform: none;
  font-size: 1.125rem;
  line-height: 1.625rem;
  display: none;
}

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

.heading-jumbo {
  text-transform: none;
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-size: 4rem;
  line-height: 5rem;
}

.heading-jumbo.black {
  color: var(--black);
}

.heading-jumbo.black.red {
  background-color: var(--misty-rose);
  color: var(--red);
  border-radius: 100px;
  font-weight: 600;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: .625rem;
  margin-bottom: .9375rem;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 3.125rem;
}

.styleguide-button-wrap {
  margin-top: .625rem;
  margin-bottom: .625rem;
}

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

.paragraph-small {
  font-size: .875rem;
  line-height: 1.625rem;
}

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

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

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

.cart-footer {
  padding-top: 1.25rem;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: .5625rem 1.875rem;
  font-size: .875rem;
  line-height: 1.625rem;
}

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

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

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

.product-name-text {
  text-align: left;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.product-name-text.cc-name-text-cart {
  font-size: .875rem;
  line-height: 1.625rem;
}

.product-name-text.cc-shipping-option {
  margin-bottom: .125rem;
  font-size: .875rem;
  line-height: 1.625rem;
}

.cart-item-info-wrap {
  margin-top: -.3125rem;
  margin-bottom: .3125rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

.navigation-items {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  display: flex;
}

.cart {
  margin-left: 1.25rem;
}

.navigation {
  z-index: 999;
  background-color: var(--white);
  align-items: center;
  height: 6.25rem;
  margin-bottom: 0;
  padding: 1.25rem 6.25rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 0 .5625rem .125rem #00000024;
}

.text-field {
  border: .0625rem solid #e4e4e4;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 3.75rem;
  padding: 1.3125rem .9375rem;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1.625rem;
  transition: border-color .4s;
}

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

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

.text-field::placeholder {
  color: var(--blue);
  font-weight: 600;
}

.text-field.cc-subscribe-text-field {
  width: 20.625rem;
  margin-bottom: 0;
  margin-right: .625rem;
}

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

.text-field.cc-contact-field {
  margin-bottom: 1.5625rem;
}

.text-field.cc-textarea {
  height: 12.5rem;
  padding-top: .75rem;
}

.text-field.cc-quantity-field {
  background-color: #fff;
  border-color: #e6e6e6;
  width: 5rem;
  height: auto;
  margin-top: .625rem;
  margin-bottom: 0;
  margin-right: .625rem;
  padding: .5rem .75rem .5rem 1.25rem;
}

.text-field.quantity {
  width: 4.375rem;
}

.cart-list {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.cart-line-item {
  margin-bottom: .625rem;
}

.navigation-item {
  opacity: 1;
  color: var(--blue);
  text-transform: capitalize;
  margin-left: 0;
  margin-right: 0;
  padding: .5625rem 1.25rem .5625rem .625rem;
  font-family: Rubik, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.25rem;
}

.navigation-item:hover {
  color: var(--blue);
}

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

.navigation-item.w--current {
  opacity: 1;
  color: var(--blue);
  text-align: center;
  font-weight: 500;
}

.navigation-item.w--current:active {
  opacity: .7;
}

.navigation-item.cart {
  background-color: var(--blue);
  color: var(--white);
  border-radius: .3125rem;
  padding: .875rem 1.5625rem;
}

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

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

.cart-header {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.navigation-wrap {
  align-items: center;
  width: auto;
  display: block;
}

.cart-container {
  min-width: 25rem;
  box-shadow: 0 2px .625rem #00000014;
}

.products-heading {
  text-align: center;
  margin-bottom: .625rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.875rem;
}

.collection-wrap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row-reverse wrap-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-start flex-end;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/AdobeStock_347645211_Preview.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 38.75rem;
  margin-bottom: 6.25rem;
  display: none;
}

.collection-item {
  width: 33%;
  margin-bottom: 1.875rem;
  padding-left: .9375rem;
  padding-right: .9375rem;
  position: relative;
}

.intro-content {
  text-align: center;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-bottom: 1.25rem;
  padding-top: 0;
  display: flex;
}

.intro-text {
  width: 80%;
  margin-bottom: 2.1875rem;
  margin-left: auto;
  margin-right: auto;
}

.main-heading-wrap {
  margin-bottom: 0;
}

.main-paragraph-wrap {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  grid-template-rows: auto;
  grid-template-areas: ". .";
  margin-top: 3.75rem;
  margin-bottom: 9.375rem;
}

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

.form-block {
  margin-top: 1.25rem;
}

.footer {
  grid-column-gap: .875rem;
  grid-row-gap: 1.25rem;
  grid-template: ". . . . ."
                 ". . . . ."
                 / .3fr .5fr .5fr .3fr .3fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 3.75rem;
  padding-left: 0;
}

.footer-link {
  opacity: .6;
  margin-bottom: .9375rem;
  font-size: .875rem;
  text-decoration: none;
  transition: color .2s, opacity .2s;
}

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

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

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

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

.links-section-footer {
  margin-top: 2.5rem;
}

.webflow-logo-tiny {
  margin-top: -.125rem;
  margin-right: .5rem;
}

.product-image-wrap {
  width: 100%;
  height: 7.8125rem;
  color: var(--txtb-blue);
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: .3125rem;
  text-decoration: none;
  transition: opacity .6s;
  display: block;
  position: relative;
}

.product-image-wrap:hover {
  opacity: .9;
  color: var(--txtb-blue);
}

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

.product-image-wrap.blue.hide {
  display: none;
}

.product-image-wrap.red {
  color: var(--bright-red);
}

.product-image-wrap.red.hide {
  display: none;
}

.product-image-wrap.orange-text {
  color: var(--black);
}

.product-image-wrap.orange-text.hide {
  display: none;
}

.product-image-wrap.green {
  color: var(--black);
}

.product-image-wrap.green.hide {
  display: none;
}

.product-description {
  background-color: var(--light-pink);
  border-radius: .625rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.product-description.blue {
  background-color: #bfc7ef;
}

.product-description.orange-bg {
  background-color: #f3c193;
}

.product-description.green {
  background-color: #9cd792;
}

.product-price-text {
  opacity: .6;
  text-align: left;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.625rem;
}

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

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

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

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

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

.about-pictures-wrap {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 9.375rem;
}

.contact-name-field-wrap {
  width: 50%;
  padding-right: .625rem;
}

.email-name-field-wrap {
  width: 50%;
  padding-left: .625rem;
}

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

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

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

.map {
  height: 28.75rem;
  margin-bottom: 6.25rem;
  line-height: 1.25rem;
}

.paragraph-contact-text {
  margin-bottom: .625rem;
}

.grid {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template: ". . . ."
  / 1fr 1fr 1fr 1fr;
  margin-top: 3.75rem;
}

.support-link {
  opacity: .7;
  margin-bottom: .625rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.125rem;
  text-decoration: none;
  transition: opacity .2s;
}

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

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

.contacts-section {
  text-align: center;
  margin-bottom: 6.25rem;
}

.store-categories-wrap {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  font-family: Rubik, sans-serif;
  font-weight: 500;
  display: none;
}

.store-categories-wrap._2nd {
  margin-top: 2em;
}

.products-category-link {
  opacity: 1;
  color: var(--blue);
  letter-spacing: .03125rem;
  text-transform: capitalize;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: .375rem;
  padding-right: .3125rem;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.25rem;
  text-decoration: none;
}

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

.products-category-link:focus {
  color: #ff7300;
}

.products-category-link.w--current {
  opacity: 1;
  letter-spacing: .0625rem;
  margin-left: 0;
  margin-right: 0;
  font-weight: 600;
}

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

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

.products-category-link.sub {
  text-transform: none;
  white-space: pre-wrap;
  max-width: 10rem;
  padding-top: .625rem;
  padding-bottom: .625rem;
  padding-left: 1.25rem;
  line-height: 1.875rem;
  overflow: visible;
}

.products-category-link.sub:focus {
  font-weight: 700;
}

.products-category-link.sub.sub2 {
  text-transform: capitalize;
  padding-top: .9375rem;
  padding-bottom: .9375rem;
  padding-left: 2.5rem;
}

.products-category-link.sub.section-hot-or-cold-peel {
  padding-top: 1.25rem;
  padding-bottom: 0;
}

.products-category-link.sub.heatpresses {
  color: var(--dark-orange);
  padding-top: 1.25rem;
  padding-bottom: 0;
}

.products-category-link.sub.black {
  color: var(--black);
  font-weight: 600;
}

.collection-list {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.blog-list-wrap {
  margin-bottom: 6.25rem;
}

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

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

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

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

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

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

._404-content-wrap {
  margin-bottom: 1.25rem;
}

.protected-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-top: 5.625rem;
  padding-bottom: 6.25rem;
  display: flex;
}

.protected-heading {
  margin-bottom: 1.875rem;
}

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

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

.product-detail-main-details {
  background-color: var(--white);
  margin-bottom: 0;
  position: relative;
  top: auto;
}

.product-details-wrap {
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 4rem;
}

.add-to-cart {
  margin-top: 1.875rem;
  display: block;
}

.product-image {
  object-fit: fill;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border: .0625rem solid #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  margin-bottom: 0;
  display: block;
  position: relative;
}

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

.product-informations {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
}

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

.product-detail-price {
  opacity: .6;
  margin-top: 1.875rem;
  margin-bottom: 0;
  font-size: 1.875rem;
  line-height: 1.875rem;
  display: none;
}

.product-detail-name {
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-family: Montserrat, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.875rem;
}

.product-detail-unit-text {
  margin-left: .375rem;
}

.product-detail-unit-text.cc-middle-text {
  margin-right: .375rem;
}

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

.block-header {
  border-color: #e4e4e4;
  padding: 1rem 1.5rem;
}

.block-content {
  border-bottom-color: #e4e4e4;
  border-left-color: #e4e4e4;
  border-right-color: #e4e4e4;
  padding: 1.5rem 1.5rem .75rem;
  font-weight: 400;
}

.full-width-form {
  background-color: #f4f4f4;
  border-top: .0625rem solid #e4e4e4;
  border-bottom: .0625rem solid #e4e4e4;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.order-item-list {
  margin-bottom: -.3125rem;
}

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

.order-item-content-wrap {
  margin-left: 1.5rem;
}

.order-item-price {
  font-size: .875rem;
}

.checkout-quantity-wrap {
  opacity: .6;
  font-size: .875rem;
  line-height: 1.625rem;
}

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

.select {
  height: 2.625rem;
  margin-bottom: 1rem;
}

.checkbox-label {
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  margin-left: .75rem;
  font-size: .875rem;
  line-height: 1.625rem;
}

.billing-address-toggle {
  align-items: center;
  margin-bottom: 1.25rem;
}

.checkbox {
  margin-top: 0;
  margin-bottom: .25rem;
}

.shipping-method {
  border-bottom-color: #e4e4e4;
  padding: 1.25rem 1.5rem;
}

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

.blog-detail-header-wrap {
  width: 70%;
  margin: 3.75rem auto;
}

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

.blog-header-image.w--current {
  margin-bottom: 3.75rem;
}

.blog-heading-link {
  margin-bottom: .625rem;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 2.875rem;
  text-decoration: none;
}

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

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

.option-list {
  font-size: .875rem;
  line-height: 1.625rem;
}

.option {
  margin-bottom: 1.5625rem;
}

.cart-option-list {
  color: #a7a7a7;
  margin-top: 0;
  font-size: .875rem;
  line-height: 1.625rem;
}

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

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

.apple-pay, .pay-with-browser {
  height: 2.625rem;
}

.order-wrap {
  flex-basis: 46.875rem;
}

.order-summary {
  flex-basis: 23.125rem;
}

.billing-address-toggle-2 {
  align-items: stretch;
  margin-bottom: .625rem;
}

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

.checkbox-2 {
  margin-top: .125rem;
}

.cc-quantity-field-label {
  margin-top: 2rem;
  margin-bottom: .625rem;
  font-size: 1rem;
  font-weight: 700;
}

.body {
  color: var(--blue);
  font-family: Rubik, sans-serif;
  font-weight: 600;
  line-height: 1.4;
}

.body.large {
  font-size: 2rem;
}

.text-block {
  font-weight: 700;
}

.heading {
  color: var(--white);
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 43px;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1;
}

.heading.info {
  padding-left: 2rem;
  font-size: 2em;
}

.heading.info.hide {
  display: none;
}

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

.heading.web.ehh {
  padding-left: 4.4rem;
}

.catagory-block {
  background-color: #d6d6d6;
  border-radius: .3125rem;
  height: 31.25rem;
  display: block;
  position: relative;
  box-shadow: 0 0 .625rem -.1875rem silver;
}

.catagory-block.cutonly {
  background-color: #0000;
  background-image: url('../images/Cut-Only-Media-1.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.catagories-grid {
  grid-column-gap: 2.5rem;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 0;
  display: flex;
}

.title-block {
  background-color: #111;
  border-bottom-right-radius: .3125rem;
  border-bottom-left-radius: .3125rem;
  flex-direction: column;
  justify-content: center;
  height: 3.75rem;
  padding: 1.25rem 1.25rem 1.25rem 1.5625rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.catagory-heading {
  color: #fff;
  text-align: center;
  letter-spacing: .03125rem;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1.25rem;
}

.text-block-2 {
  font-size: 1rem;
  line-height: .875rem;
}

.field-label {
  letter-spacing: 0;
  text-transform: none;
  margin-top: 2.25rem;
  margin-bottom: .9375rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.select-field {
  margin-bottom: 3.125rem;
}

.grid-2 {
  grid-column-gap: 1.5625rem;
  grid-row-gap: 1.5625rem;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.front-page-column {
  display: none;
}

.column {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 1.8125rem;
  display: flex;
}

.div-block {
  margin-left: 0;
}

.column-2, .collection-list-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.dropdown-list {
  position: static;
}

.dropdown-list.w--open {
  background-color: #fff0;
  flex-direction: column;
  display: flex;
}

.dropdown-toggle {
  color: var(--blue);
  padding-top: .625rem;
  padding-bottom: .625rem;
  padding-left: 0;
  font-weight: 400;
}

.dropdown-toggle.w--open {
  color: var(--dark-orange);
}

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

.dropdown.sub2 {
  margin-left: 1.25rem;
}

.dropdown-toggle-sub {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.dropdown-toggle-sub:hover, .dropdown-toggle-sub:focus {
  color: #ff7300;
}

.dropdown-toggle-sub.w--open {
  padding-top: 0;
  padding-bottom: 0;
}

.dropdown-toggle-sub.w--open:focus {
  color: #ff7300;
}

.logodiv:hover {
  opacity: .51;
}

.info-product-div {
  background-color: var(--black);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 1.25rem .625rem 0;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.product-options {
  padding-right: 0;
}

.text-block-3 {
  color: var(--white);
  text-align: center;
  margin-bottom: 1.5em;
  font-weight: 600;
  line-height: 1.375rem;
}

.from-price {
  opacity: 1;
  color: #1f1a1a;
  text-align: left;
  margin-bottom: .625rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.875rem;
}

.price-structure {
  position: relative;
}

.p-m-roll-length {
  opacity: .6;
  align-items: center;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25rem;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
}

.section-2 {
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.product2-grid {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.empty-state {
  color: #18181d;
  text-align: center;
  text-transform: uppercase;
  background-color: #eee;
  border-bottom: .1875rem solid #eee;
  flex: none;
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding: .625rem 1.25rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.button-label {
  display: none;
}

.product2-content-wrap {
  z-index: 5;
  color: #ebedee;
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('../images/bola-bedroom-ft-v2_download.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  max-height: 37.5rem;
  padding: 2.2em;
  display: flex;
}

.product2-content-wrap._3 {
  mix-blend-mode: normal;
  background-image: url('../images/623d197885bb1ca9d729bdb9_LTS238-01-500px1_ml-removebg-preview.png'), linear-gradient(#ffd90057, #ffd90057);
  background-position: 50% 30%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 20rem, auto;
  border-radius: 3.125rem;
  width: 100%;
  min-width: 25rem;
  min-height: 40rem;
  max-height: none;
  position: relative;
}

.product2-content-wrap._1 {
  opacity: 1;
  background-image: url('../images/623d1b86b276295d39ab04fc_275600488_357071369668879_5235412216960580319_n-removebg-preview.png'), linear-gradient(#7acc7175, #7acc7175);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  border-radius: 3.125rem;
  flex: 0 auto;
  width: 100%;
  min-width: 25rem;
  max-height: none;
  text-decoration: none;
  position: relative;
}

.product2-content-wrap._1._2 {
  background-color: #f86a1b47;
  background-image: none;
  width: 100%;
  min-width: 25rem;
  padding-top: .5em;
  padding-left: 0;
  padding-right: 0;
}

.product2-content-wrap._2 {
  background-image: url('../images/Screen-Shot-2022-03-25-at-2.38.54-PM.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 3.125rem;
  position: relative;
}

.text-label {
  opacity: .7;
  text-transform: uppercase;
  margin-bottom: .625rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.25rem;
  display: block;
}

.text-label.spaced-word-label {
  opacity: 1;
  color: #0000;
  letter-spacing: .125rem;
}

.phone-link {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  display: block;
}

.phone-link:hover {
  color: var(--white);
}

.phone-link.small {
  font-size: 2.5em;
}

.phone-link.small._2 {
  font-size: 1.6em;
}

.button-arrow {
  flex: none;
  margin-left: 1.25rem;
  display: inline-block;
}

.paragraph-70 {
  opacity: .7;
  margin-bottom: .625rem;
  display: none;
}

.button-text {
  color: #18181d;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-decoration: none;
  display: flex;
}

.product2-name-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.product2-content-card-wrap {
  background-color: var(--pink);
  outline-offset: 0rem;
  color: var(--white);
  text-align: center;
  border-radius: 0 0 2.8125rem 2.8125rem;
  outline: .1875rem #fff;
  flex-flow: row;
  place-content: stretch flex-end;
  align-self: stretch;
  align-items: center;
  padding: 1.5em 2em 1.5em 1.5em;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.product2-content-card-wrap.allgnment {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-right: 2em;
}

.product2-content-card-wrap.cdfsdf {
  justify-content: center;
  align-items: center;
  padding: 3em 2em;
  text-decoration: underline;
}

.product2-content-card-wrap.cdfsdf.centre {
  justify-content: center;
  align-items: center;
}

.product2-content-card-wrap.middle {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 187px;
  bottom: auto;
}

.product2-content-card-wrap.middle.split {
  top: 293px;
}

.product2-content-card-wrap.middle.split.orange-bg {
  top: 96px;
}

.product2-content-card-wrap.middle.orange-bg {
  background-color: var(--dark-orange);
  top: 122px;
}

.product2-content-card-wrap.middle.orange-bg._2 {
  top: 217px;
}

.product2-content-card-wrap.middle.orange-bg._2._3 {
  top: 312px;
}

._103._1 {
  -webkit-text-fill-color: inherit;
  background-color: #1c0be1;
  background-clip: border-box;
}

.colour-picker-grid {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.colour-option {
  width: 100%;
  height: 5rem;
  position: relative;
}

.colour-option._101 {
  cursor: pointer;
  background-color: #fff;
  width: 100%;
  height: 6.25rem;
}

.colour-option._101:hover {
  position: relative;
}

.colour-option._102 {
  cursor: pointer;
  background-color: #000;
  height: 6.25rem;
}

.colour-option._102:hover {
  position: relative;
}

.colour-option._103-2 {
  cursor: pointer;
  background-color: #1c0be1;
  width: 100%;
  height: 6.25rem;
}

.colour-option._103-2:hover {
  position: relative;
}

.colour-option._104 {
  cursor: pointer;
  background-color: #080c2f;
  height: 6.25rem;
}

.colour-option._104:hover {
  position: relative;
}

.colour-option._105 {
  cursor: pointer;
  background-color: #fac700;
  height: 6.25rem;
}

.colour-option._105:hover {
  position: relative;
}

.colour-option._105-2 {
  cursor: pointer;
  background-color: #ecb02c;
  height: 6.25rem;
}

.colour-option._105-2:hover {
  position: relative;
}

.colour-option._106 {
  cursor: pointer;
  background-color: #b90314;
  height: 6.25rem;
}

.colour-option._106:hover {
  position: relative;
}

.colour-option._107 {
  cursor: pointer;
  background-color: #e24115;
  height: 6.25rem;
}

.colour-option._107:hover {
  position: relative;
}

.colour-option._108 {
  cursor: pointer;
  background-color: #174321;
  height: 6.25rem;
}

.colour-option._108:hover {
  position: relative;
}

.colour-option._109 {
  cursor: pointer;
  background-color: #818181;
  height: 6.25rem;
}

.colour-option._109:hover {
  position: relative;
}

.colour-option._110 {
  cursor: pointer;
  background-color: #2e2e2e;
  height: 6.25rem;
}

.colour-option._110:hover {
  position: relative;
}

.colour-option._211 {
  cursor: pointer;
  background-color: #bf9d2e;
  height: 6.25rem;
}

.colour-option._211:hover {
  position: relative;
}

.colour-option._212 {
  cursor: pointer;
  background-color: #c1c1c1;
  height: 6.25rem;
}

.colour-option._212:hover {
  position: relative;
}

.colour-option._220 {
  cursor: pointer;
  background-color: #dffd3c;
  height: 6.25rem;
}

.colour-option._220:hover {
  position: relative;
}

.colour-option._221 {
  cursor: pointer;
  background-color: #e3601b;
  height: 6.25rem;
}

.colour-option._221:hover {
  position: relative;
}

.colour-option._222 {
  cursor: pointer;
  background-color: #e22e80;
  height: 6.25rem;
}

.colour-option._222:hover {
  position: relative;
}

.colour-option._223 {
  cursor: pointer;
  background-color: #60b72b;
  height: 6.25rem;
}

.colour-option._223:hover {
  position: relative;
}

.colour-option._224 {
  cursor: pointer;
  background-color: #58a4ec;
  height: 6.25rem;
}

.colour-option._224:hover {
  position: relative;
}

.title {
  background-color: #000000c4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.paragraph-71 {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: .125rem;
  padding-bottom: .125rem;
  font-family: Montserrat, sans-serif;
  font-size: .8125rem;
  font-weight: 500;
  line-height: 1.125rem;
  display: flex;
}

.paragraph-72 {
  margin-top: 1.0625rem;
}

.paragraph-73 {
  margin-top: .8125rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  display: block;
}

.bold-text {
  font-size: 1rem;
  display: none;
}

.button-2 {
  border: .15em solid var(--blue);
  color: var(--blue);
  text-align: center;
  border-radius: .3125rem;
  margin-right: 0;
  padding-left: .75rem;
  padding-right: .75rem;
  line-height: 1.25rem;
}

.button-2.w--ecommerce-pill-selected {
  background-color: var(--blue);
  color: var(--white);
}

.paragraph-74 {
  text-transform: capitalize;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 2.375rem;
}

.image {
  margin-top: 0;
  display: none;
}

.text-p-m {
  z-index: 999;
  position: static;
  top: 2.5rem;
  bottom: 1.25rem;
}

.paragraph-75 {
  z-index: 9999999;
  color: var(--white);
  background-color: #1a1b1f;
  margin-top: .9375rem;
  margin-bottom: .9375rem;
  padding: 1.375rem;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  position: static;
  top: 0;
}

.p-m-white-box {
  z-index: 5;
  background-color: var(--white);
  width: 100%;
  padding-top: .625rem;
  padding-bottom: 0;
  position: static;
  inset: auto 0% 0% auto;
}

.bold-text-2 {
  font-weight: 500;
}

.div-block-2 {
  background-color: #1a1b1f;
  height: .125rem;
}

.product-info-button {
  border: .125rem solid var(--white);
  width: 18.75rem;
  margin-top: .6875rem;
  margin-bottom: .6875rem;
  display: none;
}

.text-block-4 {
  color: var(--white);
}

.nav-link-drop {
  border-right: .0625rem #000;
  position: static;
}

.nav-link {
  color: #255781;
  border: .1em #000;
  flex-direction: row;
  padding: .5em 1.25rem;
  font-weight: 500;
  transition: color .3s;
  display: flex;
}

.arrow {
  margin-left: 1em;
  margin-right: 0;
  position: relative;
}

.drop-down-wrapper.w--open {
  background-color: var(--white);
  opacity: 1;
  border-radius: .3125rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-top: 0;
  padding: 2.4em;
  display: flex;
  position: absolute;
  inset: auto auto auto 0%;
  overflow: hidden;
  box-shadow: 0 12px 1.25rem #0000003b;
}

.menu-link-wrapper {
  width: auto;
}

.dropdown-link {
  color: var(--blue);
  padding: .55em 0;
  font-size: 1.1vw;
  font-weight: 400;
  transition: color .3s;
  position: static;
}

.dropdown-link:hover, .dropdown-link.w--current {
  color: var(--dark-orange);
}

.text-block-5 {
  text-align: center;
  font-family: Rubik, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
}

.dropdown-link-head {
  border-bottom: .0625rem solid var(--blue);
  color: var(--blue);
  text-transform: none;
  margin-bottom: .5em;
  padding: 0 0 .5em 0;
  font-size: 1.2em;
  font-weight: 600;
  transition: color .3s;
  position: static;
}

.dropdown-link-head:hover {
  color: #ffa443;
}

.column-3 {
  padding-left: 0;
  padding-right: 0;
}

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

.webflow-icon {
  margin-right: .5rem;
}

.db-fixed-nav-headline {
  text-align: center;
  margin: 0 1.25rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.shrink-box-button-2 {
  margin-right: .3125rem;
  display: block;
}

.accordion-item {
  max-width: none;
  color: var(--black);
  display: none;
}

.shrink-box-wrapper-2 {
  opacity: .5;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .2s;
  display: flex;
}

.shrink-box-wrapper-2:hover {
  opacity: 1;
}

.accordion__plus-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: .875rem;
  height: .875rem;
  margin-left: 1.25rem;
  display: flex;
  position: relative;
}

.accordion__bar-vert {
  background-color: #ababab;
  width: .125rem;
  height: 100%;
  position: absolute;
}

.db-logo-wrapper {
  background-color: #3cc47c;
  padding: .625rem .9375rem;
}

.db-mobile-fixed-nav {
  color: #fff;
  background-color: #0f0f0f;
  justify-content: space-between;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.accordion__bar-hor {
  background-color: #ababab;
  width: 100%;
  height: .125rem;
}

.flex-body {
  color: var(--black);
  background-color: #00000012;
  border-radius: .3125rem;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 0;
  margin-left: 6.25rem;
  margin-right: 6.25rem;
  padding: 1.875rem;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.webflow-link {
  z-index: 9999999;
  background-color: #fff;
  border-radius: .1875rem;
  padding: .25rem .375rem .3125rem;
  position: fixed;
  bottom: .625rem;
  right: .625rem;
  box-shadow: 0 0 .1875rem #00000052;
}

.accordion__content-wrap {
  height: 0%;
  overflow: hidden;
}

.accordion__title {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: .9375rem 1.25rem .9375rem .625rem;
  font-size: 1.125rem;
  font-weight: 700;
  display: flex;
}

.db-fixed-nav-logo {
  width: 6.25rem;
}

.db-flex-row {
  padding-right: 1.25rem;
  display: flex;
}

.accordion__content {
  margin: .9375rem .625rem 1.25rem;
}

.text-block-6 {
  font-family: Montserrat, sans-serif;
}

.current-price {
  padding-left: 0;
  font-weight: 600;
}

.current-price.dollar-sign {
  margin-right: .3125rem;
}

.p-m-price {
  margin-left: 0;
  font-size: 1.25rem;
  font-weight: 700;
  position: static;
  inset: auto 0% 0% auto;
}

.p-m-price.dollar-sign {
  margin-right: .3125rem;
}

.img-info {
  background-color: var(--black);
  height: 50%;
  color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 0;
  margin-right: 0;
  padding: 1.875rem;
  display: flex;
}

.roll-price-div {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.total-price-div {
  justify-content: space-between;
  width: 100%;
  margin-top: 0;
  font-size: .875rem;
  display: flex;
}

.grid-4 {
  grid-column-gap: 3.125rem;
  grid-template-rows: auto;
  grid-template-columns: .65fr 1fr;
  width: 100%;
}

.pricing-selector {
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.price-div {
  background-color: var(--blue);
  width: 100%;
  color: var(--white);
  border-radius: .3125rem;
  margin-top: 2.5rem;
  margin-bottom: 0;
  padding: 1.25rem;
  display: none;
}

.text-block-7 {
  font-size: 1.25rem;
}

.heading-2, .paragraph-76 {
  color: var(--black);
}

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

.collection-item-2 {
  border: .125rem solid #000;
  height: 6.25rem;
}

.text-block-8 {
  background-color: var(--black);
  color: #fff;
  text-align: center;
  position: absolute;
  inset: auto 0% 0%;
}

.bold-text-3 {
  color: #f30;
  text-transform: uppercase;
}

.logodiv-copy {
  display: block;
}

.logodiv-copy:hover {
  opacity: .51;
}

.body-2 {
  margin-top: 15vh;
  font-size: 1vw;
}

.marker {
  opacity: 1;
  color: red;
  text-align: left;
  background-color: #ffd4d4;
  border-radius: .3125rem;
  margin-bottom: 0;
  padding: .625rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.marker-large {
  opacity: 1;
  color: var(--white);
  text-align: left;
  background-color: #22537c;
  border-radius: 3.125rem 0;
  margin-bottom: 0;
  padding: 1em;
  font-family: Montserrat, sans-serif;
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.875rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.marker-large.green {
  background-color: var(--green);
  padding-left: 1.6em;
  padding-right: 1.6em;
}

.marker-large.orange-bg {
  background-color: var(--dark-orange);
}

.marker-large.yellow {
  background-color: var(--gold);
}

.text-block-9 {
  text-align: center;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.name-and-link {
  width: 100%;
}

.small-type {
  color: var(--white);
  padding-left: .5em;
  font-size: 1.05em;
  font-weight: 500;
}

.small-type:hover {
  opacity: 1;
}

.phone-link-copy {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 1.25rem;
  text-decoration: none;
  display: block;
}

.phone-link-copy:hover {
  opacity: .7;
}

.navigation-marker-div {
  background-color: #0000;
  border-radius: 0 1.875rem 1.875rem 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 5.625rem;
  margin-top: 6.25rem;
  margin-bottom: 0;
  padding-right: 0;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.navigation-marker-div.green {
  background-color: var(--light-green-2);
  border-radius: 0;
  padding-right: 5.9125rem;
}

.navigation-marker-div.orange-copy {
  background-color: var(--dark-orange-2);
  border-radius: 0;
}

.home-marker {
  text-decoration: none;
}

.home-marker-txt {
  color: var(--white);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.375rem;
  text-decoration: none;
}

.range-marker {
  padding: 0;
  text-decoration: none;
}

.range-marker-txt {
  color: red;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.range-marker-txt.highlighted {
  color: var(--white);
  font-weight: 600;
}

.product-marker-txt {
  color: red;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25rem;
}

.seperator {
  margin-left: 1.125rem;
  margin-right: 1.125rem;
}

.seperator-txt {
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.container-marker {
  width: auto;
  max-width: 93.75rem;
  margin-left: 0;
  margin-right: 0;
  font-family: Rubik, sans-serif;
  font-weight: 500;
  display: flex;
}

.container-marker.cc-subscription-form {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  padding-top: 8.125rem;
  padding-bottom: 8.75rem;
  display: flex;
}

.container-marker.cc-heading-wrap {
  text-align: center;
  margin-top: 3.75rem;
  margin-bottom: 5rem;
}

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

.navigation-marker-div-copy {
  background-color: #ffd4d4;
  border-radius: .3125rem;
  justify-content: flex-start;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1.5em 1.5em 1.5em 6em;
  display: inline-block;
  position: static;
  inset: 0% 0% auto;
}

.marker-large-copy {
  background-color: var(--light-pink);
  opacity: 1;
  text-align: left;
  border-radius: .625rem .625rem 0 0;
  margin-bottom: 0;
  padding: .5em .5em 1em;
  font-family: Montserrat, sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.375rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.marker-large-copy.blue {
  background-color: #bfc7ef;
}

.marker-large-copy.orange-bg {
  text-transform: uppercase;
  background-color: #f3c193;
}

.marker-large-copy.green {
  background-color: #9cd792;
}

.links {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: .9375rem 1.25rem .9375rem .625rem;
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: underline;
  display: flex;
}

.products-category-link-h1 {
  opacity: 1;
  color: #ff7300;
  letter-spacing: .03125rem;
  text-transform: capitalize;
  margin-left: 0;
  margin-right: 0;
  padding-top: .375rem;
  padding-bottom: .375rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
  text-decoration: none;
}

.products-category-link-h1:hover {
  opacity: 1;
  color: #ff7300;
}

.products-category-link-h1:focus {
  color: #ff7300;
}

.products-category-link-h1.w--current {
  opacity: 1;
  color: var(--blue);
  letter-spacing: .0625rem;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.1em;
  font-weight: 500;
}

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

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

.products-category-link-h1.sub {
  text-transform: capitalize;
  padding-top: .9375rem;
  padding-bottom: .9375rem;
  padding-left: 1.25rem;
  line-height: 1.875rem;
}

.products-category-link-h1.sub:focus {
  font-weight: 700;
}

.products-category-link-h1.sub.sub2 {
  text-transform: capitalize;
  padding-top: .9375rem;
  padding-bottom: .9375rem;
  padding-left: 2.5rem;
}

.hot-red {
  color: #ff0808;
}

.cold-peel {
  color: #084aff;
}

.cold-peel.short {
  white-space: pre-wrap;
  word-break: normal;
  width: 10rem;
  line-height: 1.2;
}

.cold-peel.short.black {
  color: var(--black);
}

.orange {
  color: var(--dark-orange);
  font-weight: 400;
}

.grid-5 {
  grid-column-gap: 2.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.html-embed {
  display: block;
}

.hero-column-image {
  padding-left: 0;
  padding-right: 0;
}

.button-1 {
  color: #fff;
  text-transform: none;
  background-color: #1b1b1b;
  border: .125rem solid #0000;
  border-radius: .3125rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin: 0 2em 0 0;
  padding: .5em 1.5em;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.5625rem;
  transition: flex-grow .2s, transform 1s cubic-bezier(.075, .82, .165, 1), opacity .2s, background-color .6s;
  display: inline-block;
}

.button-1:hover {
  color: #000;
  background-color: #fff;
  border-color: #000;
}

.button-1.opposite {
  color: #1b1b1b;
  background-color: #0000;
  border-color: #1b1b1b;
  margin-bottom: 0;
  margin-left: 0;
  font-weight: 700;
}

.button-1.opposite:hover {
  color: #fff;
  background-color: #1b1b1b;
}

.bold-text-8 {
  font-weight: 700;
}

.hero-columns-text {
  color: #1b1b1b;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  padding-left: 5em;
  padding-right: 0;
  display: flex;
}

.hero-div-1 {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.section-main-1 {
  color: var(--blue);
  display: block;
}

.section-main-1._1em {
  margin-top: 0;
}

.section-main-1.toprem {
  padding-top: 6.4rem;
}

.hero-buttons-2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 1em;
  display: flex;
}

.herosub {
  color: #1b1b1b;
  margin-bottom: 0;
  font-size: 3.5em;
  font-weight: 500;
  line-height: 1.3;
}

.container-main-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 93.75rem;
  margin-left: auto;
  margin-right: auto;
  padding: 12em 6em;
  line-height: 1.6;
  display: flex;
  overflow: hidden;
}

.container-main-1.hero-header {
  padding-top: 5em;
  padding-bottom: 5em;
}

.container-main-1.no-left-em {
  padding-left: 0;
}

.container-main-1.no-left-em.no-bottom-em {
  padding-bottom: 0;
}

.container-main-1.less-top-em {
  margin-top: 6.25rem;
  padding-top: 4rem;
  padding-bottom: 4em;
  position: static;
}

.container-main-1.hero-image {
  background-color: #0000;
  background-image: none;
  background-position: 0 0;
  flex-direction: column;
  align-items: center;
  margin-top: 6.25rem;
  padding: 0 13.2em;
  display: flex;
}

.container-main-1.hero-image.wide {
  padding-left: 0;
  padding-right: 5em;
}

.container-main-1.hero-image.wide.yellow {
  background-color: var(--khaki);
  width: 100%;
  max-width: none;
  margin-left: 0;
  padding-right: 14em;
}

.container-main-1.hero-image.hero {
  background-color: var(--misty-rose-2);
  border-radius: 0;
  margin-top: 1.5rem;
  padding-left: 0;
  padding-right: 18.2em;
}

.container-main-1.hero-image.hero.no-top-rem {
  margin-top: 0;
  padding-right: 13.3em;
}

.container-main-1.products {
  padding-top: 6em;
  padding-bottom: 6em;
}

.container-main-1.products.no-em {
  padding-bottom: 0;
}

.container-main-1.products.pink-bg {
  background-color: var(--misty-rose-2);
  height: 100%;
}

.container-main-1.products.pink-bg.hero-padding {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
}

.container-main-1.no-em {
  padding-top: 4em;
  padding-bottom: 4em;
}

.black-line-1 {
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(to right, #5cc6ff, #caafff);
  border-radius: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 1.5625rem;
  max-width: 1.5625rem;
  min-height: .1875rem;
  max-height: .1875rem;
  margin-top: 1em;
  margin-bottom: 1.5em;
  display: flex;
  position: static;
}

.hero-subtext {
  color: #1b1b1b;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.6;
}

.portrait-home {
  max-width: 100%;
  margin-top: 0;
}

.coloumns-hero {
  flex-direction: row-reverse;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.collection-item-3 {
  height: 6.25rem;
}

.collection-list-2 {
  flex-flow: wrap;
  justify-content: flex-start;
  margin-top: .8125rem;
  margin-bottom: 0;
  display: block;
}

.colour-option-1 {
  border-radius: .25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 11.25rem;
  height: 6.25rem;
  margin-bottom: 1.875rem;
  margin-right: 2.5rem;
  padding: .6875rem;
  display: flex;
  position: relative;
}

.colour-option-1:hover {
  border-radius: .3125rem;
}

.colour-option-1._101 {
  cursor: pointer;
  background-color: #fff;
  width: 100%;
  height: 6.25rem;
}

.colour-option-1._101:hover {
  position: relative;
}

.colour-option-1._102 {
  cursor: pointer;
  background-color: #000;
  height: 6.25rem;
}

.colour-option-1._102:hover {
  position: relative;
}

.colour-option-1._103-2 {
  cursor: pointer;
  background-color: #1c0be1;
  width: 100%;
  height: 6.25rem;
}

.colour-option-1._103-2:hover {
  position: relative;
}

.colour-option-1._104 {
  cursor: pointer;
  background-color: #080c2f;
  height: 6.25rem;
}

.colour-option-1._104:hover {
  position: relative;
}

.colour-option-1._105 {
  cursor: pointer;
  background-color: #fac700;
  height: 6.25rem;
}

.colour-option-1._105:hover {
  position: relative;
}

.colour-option-1._105-2 {
  cursor: pointer;
  background-color: #ecb02c;
  height: 6.25rem;
}

.colour-option-1._105-2:hover {
  position: relative;
}

.colour-option-1._106 {
  cursor: pointer;
  background-color: #b90314;
  height: 6.25rem;
}

.colour-option-1._106:hover {
  position: relative;
}

.colour-option-1._107 {
  cursor: pointer;
  background-color: #e24115;
  height: 6.25rem;
}

.colour-option-1._107:hover {
  position: relative;
}

.colour-option-1._108 {
  cursor: pointer;
  background-color: #174321;
  height: 6.25rem;
}

.colour-option-1._108:hover {
  position: relative;
}

.colour-option-1._109 {
  cursor: pointer;
  background-color: #818181;
  height: 6.25rem;
}

.colour-option-1._109:hover {
  position: relative;
}

.colour-option-1._110 {
  cursor: pointer;
  background-color: #2e2e2e;
  height: 6.25rem;
}

.colour-option-1._110:hover {
  position: relative;
}

.colour-option-1._211 {
  cursor: pointer;
  background-color: #bf9d2e;
  height: 6.25rem;
}

.colour-option-1._211:hover {
  position: relative;
}

.colour-option-1._212 {
  cursor: pointer;
  background-color: #c1c1c1;
  height: 6.25rem;
}

.colour-option-1._212:hover {
  position: relative;
}

.colour-option-1._220 {
  cursor: pointer;
  background-color: #dffd3c;
  height: 6.25rem;
}

.colour-option-1._220:hover {
  position: relative;
}

.colour-option-1._221 {
  cursor: pointer;
  background-color: #e3601b;
  height: 6.25rem;
}

.colour-option-1._221:hover {
  position: relative;
}

.colour-option-1._222 {
  cursor: pointer;
  background-color: #e22e80;
  height: 6.25rem;
}

.colour-option-1._222:hover {
  position: relative;
}

.colour-option-1._223 {
  cursor: pointer;
  background-color: #60b72b;
  height: 6.25rem;
}

.colour-option-1._223:hover {
  position: relative;
}

.colour-option-1._224 {
  cursor: pointer;
  background-color: #58a4ec;
  height: 6.25rem;
}

.colour-option-1._224:hover {
  position: relative;
}

.title-1 {
  background-color: #000000c4;
  border-bottom-right-radius: .3125rem;
  border-bottom-left-radius: .3125rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 3.125rem;
  padding: .625rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.colour-swatch-name {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: .125rem;
  padding-bottom: .125rem;
  font-family: Montserrat, sans-serif;
  font-size: .8125rem;
  font-weight: 500;
  line-height: 1.125rem;
  display: flex;
}

.colour-block {
  border-radius: .3125rem;
  width: 100%;
  height: 100%;
  margin-bottom: 1.125rem;
  position: relative;
  box-shadow: 0 0 .3125rem .1875rem #00000021;
}

.button-group {
  display: 1.25rempx;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 0;
}

.button-group.is-center {
  justify-content: center;
}

.button-group.is-center.hide {
  display: none;
}

.option-list-2 {
  padding-left: 0;
}

.button-main {
  background-color: var(--blue);
  color: #fff;
  letter-spacing: .125rem;
  text-transform: uppercase;
  border-radius: .3125rem;
  padding: 1.2em 2.5em;
  font-size: .75rem;
  line-height: 1.25rem;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  display: flex;
  overflow: hidden;
}

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

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

.button-main.cc-jumbo-button {
  padding: 1rem 2.1875rem;
  font-size: .875rem;
  line-height: 1.625rem;
}

.button-main.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 1rem 2.1875rem;
  font-size: .875rem;
  line-height: 1.625rem;
}

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

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

.button-main.cc-cart {
  background-color: var(--blue);
  border-radius: .3125rem;
}

.button-main.cc-add-to-cart-btn {
  margin-top: .625rem;
  margin-right: .625rem;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.button-copy {
  background-color: var(--blue);
  color: #fff;
  letter-spacing: .125rem;
  text-transform: uppercase;
  border-radius: .3125rem;
  padding: 1.2em 2.5em;
  font-size: .75rem;
  line-height: 1.25rem;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  display: flex;
  overflow: hidden;
}

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

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

.button-copy.cc-jumbo-button {
  padding: 1rem 2.1875rem;
  font-size: .875rem;
  line-height: 1.625rem;
}

.button-copy.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 1rem 2.1875rem;
  font-size: .875rem;
  line-height: 1.625rem;
}

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

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

.button-copy.cc-cart {
  background-color: var(--blue);
  border-radius: .3125rem;
}

.button-copy.cc-add-to-cart-btn {
  margin-top: .625rem;
  margin-right: .625rem;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.button-copy.white {
  background-color: var(--white);
  color: var(--blue);
  letter-spacing: .0625rem;
  margin-top: 2em;
  font-size: 1em;
  display: none;
}

.line {
  background-color: var(--blue);
}

.column-4 {
  padding-left: 0;
  padding-right: 0;
}

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

.radio-button-field {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  display: flex;
  position: absolute;
}

.radio-button-label {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  margin-bottom: .3125rem;
  padding-top: 0;
  font-size: .875rem;
  font-weight: 600;
  display: flex;
  position: static;
}

.radio-button {
  border: .0625rem solid #0000;
  border-radius: 4%;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  position: absolute;
  inset: 0%;
}

.radio-button:hover {
  outline-offset: .0625rem;
  border-radius: .3125rem;
  outline: .125rem solid #22537c;
}

.radio-button.w--redirected-checked {
  outline-color: var(--blue);
  outline-offset: .0625rem;
  color: #0000;
  border-style: none;
  border-radius: .3125rem;
  outline-width: .125rem;
  outline-style: solid;
}

.field-label-2 {
  font-size: .9375rem;
}

.form-label {
  border-bottom: .0625rem solid var(--blue);
  text-align: left;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  padding-bottom: .5rem;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1.25rem;
}

.form-label.hide {
  display: none;
}

.div-block-3 {
  height: 6.25rem;
  color: var(--txtb-blue);
  margin-top: 5.0625rem;
}

.form-block-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.radio-button-label-2 {
  font-size: .9375rem;
  font-weight: 600;
}

.finish-collection, .colour-collection {
  display: none;
}

.colour-collection-list {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: .8125rem;
  margin-bottom: -1.875rem;
  display: block;
}

.colour-collection-option {
  border-radius: .25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 11.25rem;
  height: 6.25rem;
  margin-bottom: 1.875rem;
  margin-right: 2.5rem;
  padding: .6875rem;
  display: flex;
  position: relative;
}

.colour-collection-option:hover {
  border-radius: .3125rem;
}

.colour-collection-option._101 {
  cursor: pointer;
  background-color: #fff;
  width: 100%;
  height: 6.25rem;
}

.colour-collection-option._101:hover {
  position: relative;
}

.colour-collection-option._102 {
  cursor: pointer;
  background-color: #000;
  height: 6.25rem;
}

.colour-collection-option._102:hover {
  position: relative;
}

.colour-collection-option._103-2 {
  cursor: pointer;
  background-color: #1c0be1;
  width: 100%;
  height: 6.25rem;
}

.colour-collection-option._103-2:hover {
  position: relative;
}

.colour-collection-option._104 {
  cursor: pointer;
  background-color: #080c2f;
  height: 6.25rem;
}

.colour-collection-option._104:hover {
  position: relative;
}

.colour-collection-option._105 {
  cursor: pointer;
  background-color: #fac700;
  height: 6.25rem;
}

.colour-collection-option._105:hover {
  position: relative;
}

.colour-collection-option._105-2 {
  cursor: pointer;
  background-color: #ecb02c;
  height: 6.25rem;
}

.colour-collection-option._105-2:hover {
  position: relative;
}

.colour-collection-option._106 {
  cursor: pointer;
  background-color: #b90314;
  height: 6.25rem;
}

.colour-collection-option._106:hover {
  position: relative;
}

.colour-collection-option._107 {
  cursor: pointer;
  background-color: #e24115;
  height: 6.25rem;
}

.colour-collection-option._107:hover {
  position: relative;
}

.colour-collection-option._108 {
  cursor: pointer;
  background-color: #174321;
  height: 6.25rem;
}

.colour-collection-option._108:hover {
  position: relative;
}

.colour-collection-option._109 {
  cursor: pointer;
  background-color: #818181;
  height: 6.25rem;
}

.colour-collection-option._109:hover {
  position: relative;
}

.colour-collection-option._110 {
  cursor: pointer;
  background-color: #2e2e2e;
  height: 6.25rem;
}

.colour-collection-option._110:hover {
  position: relative;
}

.colour-collection-option._211 {
  cursor: pointer;
  background-color: #bf9d2e;
  height: 6.25rem;
}

.colour-collection-option._211:hover {
  position: relative;
}

.colour-collection-option._212 {
  cursor: pointer;
  background-color: #c1c1c1;
  height: 6.25rem;
}

.colour-collection-option._212:hover {
  position: relative;
}

.colour-collection-option._220 {
  cursor: pointer;
  background-color: #dffd3c;
  height: 6.25rem;
}

.colour-collection-option._220:hover {
  position: relative;
}

.colour-collection-option._221 {
  cursor: pointer;
  background-color: #e3601b;
  height: 6.25rem;
}

.colour-collection-option._221:hover {
  position: relative;
}

.colour-collection-option._222 {
  cursor: pointer;
  background-color: #e22e80;
  height: 6.25rem;
}

.colour-collection-option._222:hover {
  position: relative;
}

.colour-collection-option._223 {
  cursor: pointer;
  background-color: #60b72b;
  height: 6.25rem;
}

.colour-collection-option._223:hover {
  position: relative;
}

.colour-collection-option._224 {
  cursor: pointer;
  background-color: #58a4ec;
  height: 6.25rem;
}

.colour-collection-option._224:hover {
  position: relative;
}

.radio-button-text {
  font-size: .9375rem;
  font-weight: 600;
}

.form {
  width: 100%;
  display: block;
}

.radio-button-field-2 {
  margin-bottom: 1.25rem;
}

.submit-button {
  background-color: var(--blue);
  border-radius: .3125rem;
  margin-top: 2.5rem;
  display: none;
}

.collection-list-3 {
  display: none;
}

.hero {
  background-color: var(--bright-red);
  border-radius: 0 12.5rem 12.5rem 0;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 5.625rem;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-right: 2em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.hero.banner {
  justify-content: center;
  align-items: center;
}

.hero.banner.orange {
  background-color: #f7cda1;
}

.product-colour {
  outline-color: var(--black);
  outline-offset: 0rem;
  background-color: #e59898;
  outline-width: .0625rem;
  outline-style: solid;
  width: 3.75rem;
  height: 3.75rem;
}

.image-2 {
  object-fit: cover;
  height: 3.75rem;
  display: block;
}

.intro-header-copy {
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 38.75rem;
  margin-bottom: 6.25rem;
  padding-top: 6.25rem;
  display: flex;
}

.intro-header-copy.allignment {
  flex-direction: column;
  height: auto;
  padding-top: 10.85rem;
}

.intro-header-copy.flex {
  flex-flow: column;
  height: auto;
  padding-top: 10.45rem;
}

.grid-6 {
  grid-template-columns: 1fr 1fr 1fr;
}

.video-grid {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  position: static;
}

.heatpresses {
  color: #fff;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 6.25rem;
  padding-top: 6.25rem;
  display: block;
}

.heading-3 {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 1.5625rem;
  font-weight: 500;
  line-height: 1.875rem;
}

.heading-3._2nd {
  flex: none;
  order: 0;
  align-self: center;
  width: auto;
  margin: 0 1.25rem 0 4.35rem;
  line-height: 1.875rem;
  overflow: visible;
}

.heading-3._2nd.small {
  flex: 0 auto;
  margin-right: 0;
  font-size: 1.125rem;
}

.notification-banner {
  z-index: 99;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--blue);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  min-height: 6.25rem;
  max-height: 5rem;
  padding: 1.1875rem;
  display: block;
  position: fixed;
  inset: 36% 0% 0%;
}

.notification-banner.hide {
  display: none;
}

.notification-link {
  color: var(--white);
  text-align: center;
  font-size: 1rem;
}

.notification-link:hover {
  color: var(--dark-orange);
}

.old-website-links {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.notification-text-title {
  color: var(--white);
  text-align: center;
  font-size: 1.125rem;
}

.bold-text-9 {
  color: var(--red);
  font-weight: 500;
}

.columns {
  width: 100%;
}

.coloumn {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-direction: column;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.video {
  margin-bottom: 1.25rem;
}

.heatpresses-side-menu {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-right: 2rem;
  font-family: Rubik, sans-serif;
  font-weight: 500;
  display: flex;
}

.heatpresses-side-menu._2nd {
  margin-top: 2em;
}

.link-block {
  background-image: url('../images/chrome_2MLu64BWqw.png');
  background-position: 0 0;
  background-size: cover;
  width: 31.25rem;
  height: 32.8125rem;
}

.link-block._2024 {
  background-image: url('../images/Acrobat_oDfuL8Ohht.png');
}

.hero-copy {
  background-color: #ffc800;
  border-radius: 0 12.5rem 12.5rem 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-right: 0;
  padding: .5em 2.5rem .5em 6.25rem;
  text-decoration: none;
  display: flex;
}

.heading-copy {
  color: var(--white);
  text-align: center;
  text-transform: none;
  margin: 0;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.2;
}

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

.section-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.tab-content {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  border: .0625rem solid var(--blue);
  outline-offset: 0rem;
  outline: .1875rem #22537c;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.5625rem;
  display: flex;
}

.tab-text {
  text-align: center;
  font-size: .9375rem;
}

.tab1 {
  color: var(--black);
  flex: 0 auto;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.tab1.w--current {
  background-color: var(--blue);
  color: var(--white);
}

.tab-text-block {
  font-size: .9375rem;
  font-weight: 500;
}

.img {
  margin-right: 1.25rem;
}

.item-div {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.tabs-menu {
  text-align: center;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.drop-down-wrapper-copy {
  display: flex;
}

.drop-down-wrapper-copy.w--open, .drop-down-wrapper-1.w--open {
  background-color: var(--white);
  opacity: 1;
  border-radius: .3125rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-top: 0;
  padding: 2.4em;
  display: flex;
  position: absolute;
  inset: auto;
  overflow: hidden;
  box-shadow: 0 12px 1.25rem #0000003b;
}

.manufactorer {
  flex-direction: row;
  justify-content: flex-end;
  padding-top: .5rem;
  padding-bottom: 0;
  padding-right: 5.375rem;
  text-decoration: none;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.number-of-colours {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 1.0375rem;
  padding-bottom: 0;
  font-size: 1.25rem;
  text-decoration: none;
}

.number-of-colours.hide {
  display: none;
}

.collection-list-wrapper-3 {
  display: block;
}

.dash {
  color: var(--bright-red);
  margin-left: .3125rem;
  margin-right: .3125rem;
  font-size: 1.25rem;
}

.title-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: grid;
}

.title-div.no-grid {
  display: block;
}

.text-block-10 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: .3125rem;
  display: flex;
}

.text-block-10.hide {
  display: none;
}

.text-block-10-copy {
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.colour-div {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.colour-div.red {
  z-index: 100;
  justify-content: flex-end;
  position: relative;
}

.colour-div.red.hide {
  display: none;
}

.range-marker-txt-copy {
  color: var(--white);
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25rem;
}

.range-marker-txt-copy.highlighted {
  color: var(--white);
  font-weight: 600;
}

.range-marker-txt-copy.pink {
  color: var(--bright-red);
  text-align: center;
  font-size: .9375rem;
}

.range-marker-txt-copy.blue {
  color: var(--txtb-blue);
  text-align: center;
  padding-right: 0;
  font-size: .9375rem;
}

.range-marker-txt-copy.extra {
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.5625rem;
}

.range-marker-txt-copy.extra.em {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  line-height: 1.4;
}

.range-marker-txt-copy.green-txt {
  color: var(--black);
  text-align: center;
  padding-right: 0;
  font-size: .9375rem;
}

.p-m-prices {
  grid-column-gap: 1.5625rem;
  grid-row-gap: 1.5625rem;
  width: 41.25rem;
  color: var(--white);
  background-color: #0000;
  border-radius: .3125rem;
  justify-content: flex-start;
  margin-top: .9375rem;
  margin-bottom: 0;
  padding: 0;
  font-weight: 500;
  display: flex;
}

.p-m-price-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.p-m-price-block {
  width: 9.375rem;
  color: var(--blue);
  text-align: center;
}

.p-m-metre-title {
  color: var(--blue);
  text-align: center;
  font-weight: 500;
  line-height: 1;
}

.p-m-metre-price-text {
  line-height: 1;
}

.p-m-metre-price-text-5-metres {
  color: var(--blue);
  text-align: center;
  font-weight: 500;
  line-height: 1;
}

.p-m-price-title {
  color: var(--blue);
  text-align: center;
  font-weight: 600;
}

.image-3 {
  outline-offset: 0rem;
  object-fit: cover;
  outline: .0625rem solid #22537c;
  height: 3.75rem;
}

.pdf-link-block {
  object-fit: cover;
}

.heading-div {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 1.25rem;
  display: flex;
  position: relative;
}

.heading-div.top {
  flex-direction: row;
  align-items: center;
  height: 2.25rem;
  margin-top: 0;
  margin-bottom: 1.875rem;
  position: relative;
}

.line-div {
  background-color: var(--blue);
  width: 100%;
  height: .125rem;
}

.blank-box {
  height: 33rem;
}

.see-range-link {
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: .625rem;
  margin-bottom: 1.25rem;
  display: flex;
}

.see-range-link.top {
  margin-top: 0;
  margin-bottom: 1.875rem;
}

.pop-up {
  z-index: 99;
  background-color: var(--blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 11.25rem;
  margin-top: auto;
  margin-bottom: auto;
  padding: 1.5625rem 1.8125rem 1.25rem;
  display: none;
  position: fixed;
  inset: 0 0%;
  box-shadow: 2px 6px 1.25rem -.625rem #000;
}

.text-block-11 {
  color: var(--white);
  text-align: center;
  padding-top: 1.25rem;
  font-size: 1.125rem;
  font-weight: 400;
}

.websites-list {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  justify-content: center;
  align-items: center;
  margin-top: .625rem;
  margin-bottom: 0;
  display: flex;
}

.text-block-12 {
  color: var(--white);
  font-size: 1.125rem;
  font-weight: 400;
}

.close-pop-up {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-top: .625rem;
  padding: 1.375rem;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
}

.headers {
  color: var(--white);
  font-size: 1.125rem;
  font-weight: 400;
}

.headers.media {
  color: #f07676;
  margin-right: -1.5rem;
  padding-right: 0;
  font-weight: 600;
}

.headers.machines {
  color: #b8c0f8;
  margin-right: -1.5rem;
  padding-right: 0;
  font-weight: 600;
}

.close-text {
  color: var(--white);
  padding-right: 1.25rem;
  font-size: 1.125rem;
  font-weight: 500;
}

.bread-crumb-div {
  background-color: var(--misty-rose);
  border-radius: 6.25rem;
  align-items: center;
  height: 70%;
  margin-right: .625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.bread-crumb-div.blue {
  background-color: var(--bg-blue);
  border-radius: 6.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.bread-crumb-div.green {
  background-color: var(--green);
  border-radius: 0 12.5rem 12.5rem 0;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin-left: 0;
  padding-left: 7%;
  padding-right: 0;
  position: relative;
}

.bread-crumb-div.green.round {
  border-radius: 6.25rem;
  margin-right: 2rem;
}

.bread-crumb-div.orange-top {
  background-color: var(--dark-orange);
  border-radius: 0 12.5rem 12.5rem 0;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 13.75rem;
  padding-left: 7%;
  padding-right: 0;
  position: relative;
}

.bread-crumb-div.orange {
  background-color: #f2bd91;
}

.bread-crumb-div.green-v2 {
  background-color: var(--green);
  color: var(--black);
}

.bread-crumb-div.green-v2.light {
  background-color: #b3e7ae;
}

.heatpress-div {
  background-color: var(--white);
  border-radius: 1.25rem;
  padding: 1.5625rem;
}

.modal-price {
  background-color: var(--blue);
  border-radius: 1.25rem;
  padding: 2.5rem;
  position: static;
  box-shadow: 0 0 1.25rem -.5rem #0000004d;
}

.text-block-13 {
  color: var(--white);
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2.1875rem;
}

.pop-up-2 {
  z-index: 9999999;
  background-color: var(--blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 18.75rem;
  margin-top: auto;
  margin-bottom: auto;
  padding: 1.5625rem 1.8125rem 1.25rem;
  display: none;
  position: fixed;
  inset: 0 0%;
  box-shadow: 2px 6px 1.25rem -.625rem #000;
}

.pop-up-13 {
  z-index: 9999999;
  background-color: var(--blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  margin-top: auto;
  margin-bottom: auto;
  padding: 1.5625rem 8.75rem 1.25rem;
  display: none;
  position: fixed;
  inset: 0 0%;
  box-shadow: 2px 6px 1.25rem -.625rem #000;
}

.text-block-13-copy {
  color: var(--white);
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2.1875rem;
}

.bold-text-10 {
  color: var(--bright-red);
}

.character-tin-tin {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-right: 0;
  padding-left: 0;
  display: flex;
  position: static;
  inset: 0% auto 0% 17%;
}

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

.touch-icon {
  margin-left: 0;
}

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

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

.search {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.search-input {
  margin-bottom: 0;
}

.search-button {
  background-color: var(--blue);
}

.breadcrumb {
  flex-direction: column;
  align-items: center;
  margin-left: .625rem;
  display: flex;
}

.b1 {
  padding-top: .3125rem;
  display: flex;
}

.green-div {
  background-color: var(--green);
  border-radius: 0 0 0 2.5rem;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-left: 1.3125rem;
  padding-right: 1.3125rem;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.green-div.orangec {
  background-color: var(--dark-orange);
}

.green-div.yellow {
  background-color: var(--gold);
}

.text-block-14, .text-block-15 {
  line-height: 1.2;
}

.text-block-16 {
  font-size: 2vw;
  line-height: 1.2;
}

.folded-edge-div {
  z-index: 3;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  position: absolute;
  inset: 0% 0% auto auto;
}

.folded-edge-div-shadow {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-block-17 {
  color: var(--white);
  padding-right: 88px;
  font-size: 2.5em;
  line-height: .8;
}

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

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

.pop-up-13-copy {
  z-index: 9999999;
  background-color: var(--blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  margin-top: auto;
  margin-bottom: auto;
  padding: 1.5625rem 8.75rem 1.25rem;
  display: none;
  position: fixed;
  inset: 0 0%;
  box-shadow: 2px 6px 1.25rem -.625rem #000;
}

.artwork-cirlce {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
  inset: 0%;
}

.marker-price {
  background-color: var(--white);
  opacity: 1;
  text-align: left;
  border-radius: 31.25rem;
  margin-bottom: 0;
  padding: .3125rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25rem;
  position: static;
  inset: auto 0% 0%;
}

.marker-price.hide {
  display: none;
}

.priceline {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.text-block-18 {
  font-size: .9375rem;
}

.div-block-6, .div-block-7 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.colour {
  border: .0625rem solid var(--blue);
  border-radius: .3125rem;
  align-items: flex-end;
  width: 100%;
  height: 20vh;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  display: none;
  position: static;
  top: 4rem;
}

.column-5 {
  padding-left: 0;
  padding-right: 0;
  position: sticky;
  top: 0;
}

.product-grid {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.product-selection {
  max-width: 80%;
  position: relative;
}

.roll-length-price {
  display: flex;
}

.product-button {
  background-color: var(--blue);
  color: var(--white);
  border-radius: .3125rem;
  padding: .9375rem 1.875rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.product-button:hover {
  color: var(--white);
}

.product-button.hide {
  display: none;
}

.html-embed-2 {
  text-decoration: underline;
}

.div-block-8 {
  width: auto;
  display: none;
}

.number--field {
  width: 4.375rem;
}

.drop-down {
  color: var(--blue);
  margin-bottom: 3.75rem;
  font-size: .9375rem;
  font-weight: 500;
}

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

.colours-dropdown {
  color: var(--blue);
  margin-bottom: 3.75rem;
  font-size: .9375rem;
  font-weight: 500;
}

.roll-length-dropdown, .finish-dropdown {
  width: 50%;
  color: var(--blue);
  margin-bottom: 3.75rem;
  font-size: .9375rem;
  font-weight: 500;
}

.radio-button-label-3 {
  font-size: .9375rem;
  font-weight: 600;
}

.colour-radio-button {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 0;
  padding-right: 1.25rem;
  display: flex;
  position: relative;
}

.colour-block-prodcut {
  z-index: 2;
  cursor: pointer;
  border: .0625rem solid #000;
  border-radius: .3rem;
  width: 100%;
  height: 3.125rem;
  margin-top: 20px;
  position: relative;
}

.c {
  background-color: #0000;
  border: .0625rem #22537c91;
  border-radius: 1%;
  width: 100%;
  height: 100%;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.c:hover {
  border-style: solid;
  border-radius: .3125rem;
}

.c.w--redirected-checked {
  border-style: none;
  border-color: var(--blue);
  outline-offset: 0rem;
  border-radius: .3125rem;
  outline: .125rem solid #22537c;
}

.radio-button-label-4 {
  z-index: 3;
  margin-bottom: 0;
  padding-top: .625rem;
  font-size: .875rem;
  font-weight: 600;
  position: relative;
}

.radio-button-colour {
  cursor: pointer;
  object-fit: cover;
  border-radius: 0%;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.radio-button-colour:hover {
  background-color: #00000026;
  border-radius: 5px;
}

.radio-button-colour.w--redirected-checked {
  background-color: #00000026;
  border-style: solid;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.collection-item-colour-button {
  margin-bottom: 20px;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.pop-up-warranty {
  z-index: 999;
  background-color: var(--blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 32.5rem;
  margin-top: auto;
  margin-bottom: auto;
  padding: 1.5625rem 1.8125rem 1.25rem;
  display: none;
  position: fixed;
  inset: 0 0%;
  box-shadow: 2px 6px 1.25rem -.625rem #000;
}

.grid-7 {
  grid-column-gap: 1.5625rem;
  grid-row-gap: 1.5625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: center;
}

.pop-up-videos {
  z-index: 999;
  background-color: var(--blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 21.875rem;
  margin-top: auto;
  margin-bottom: auto;
  padding: 1.5625rem 1.8125rem 1.25rem;
  display: none;
  position: fixed;
  inset: 0 0%;
  box-shadow: 2px 6px 1.25rem -.625rem #000;
}

.product-radio-button {
  z-index: 1;
  outline-color: var(--black);
  outline-offset: 0px;
  color: #0000;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #00000036;
  border-radius: 15px;
  outline-width: 3px;
  outline-style: none;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
}

.product-radio-button:hover {
  border-width: 3px;
  border-color: var(--blue);
}

.product-radio-button.w--redirected-checked {
  border-width: 3px;
  border-color: var(--blue);
  border-radius: 15px;
}

.price-product {
  font-size: 1.5rem;
  font-weight: 700;
}

.div-block-9 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  align-items: center;
  display: flex;
}

.styling-form {
  display: none;
}

.section_contact-modal3 {
  position: relative;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.contact-modal3_component {
  z-index: 999;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.contact-modal3_content-wrapper {
  z-index: 9999;
  background-color: var(--white);
  width: 100%;
  max-width: 40rem;
  height: 100vh;
  padding: 5rem 4rem;
  position: absolute;
  overflow: scroll;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.text-size-medium {
  font-size: 1.125rem;
}

.contact-modal3_form-block {
  flex-direction: column;
  align-items: stretch;
}

.contact-modal3_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-field-wrapper {
  position: relative;
}

.form-input {
  color: #0000;
  background-color: #0000;
  border: 1px solid #0000;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::placeholder {
  color: #0009;
}

.form-input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.form-checkbox-icon {
  cursor: pointer;
  border: 1px solid #0000;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

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

.text-style-link {
  text-decoration: underline;
}

.success-message {
  background-color: #0000;
  padding: 1.5rem;
}

.success-text {
  font-weight: 600;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.error-text {
  color: #e23939;
}

.contact-modal3_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.contact-modal3_background-overlay {
  z-index: 1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.div-block-10 {
  cursor: pointer;
  width: 5rem;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.notification-banner-copy {
  z-index: 99;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--blue);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  min-height: 6.25rem;
  max-height: 5rem;
  padding: 1.1875rem;
  display: none;
  position: fixed;
  inset: 36% 0% 0%;
}

.link-block-2 {
  text-decoration: none;
}

.pricing {
  width: 100%;
  padding-right: 0;
}

.div-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: grid;
}

.text-block-19 {
  font-family: proxima-nova, sans-serif;
  font-size: 1.1rem;
}

.price-increase {
  width: 50%;
  color: var(--blue);
  margin-bottom: 3.75rem;
  font-size: .9375rem;
  font-weight: 500;
}

.notification-banner--surcharge {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--light-pink);
  border-radius: .3125rem;
  align-items: center;
  margin-bottom: 30px;
  padding: 10px 22px;
  display: flex;
}

.notification-banner--surcharge.green {
  background-color: #bce4b7;
}

.surcharge-text {
  text-transform: none;
  font-size: 1rem;
  font-weight: 700;
}

.tab-link-tab-7 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link-tab-8 {
  align-items: center;
  display: flex;
}

.tab-link-tab-10 {
  display: flex;
}

.tab-link-tab-10.w--current {
  justify-content: center;
  align-items: center;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.icon-embed-xxsmall.xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.lightbox-link {
  width: 50vw;
}

.wrap {
  margin-bottom: 30px;
}

.product-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(400px, auto));
  grid-auto-columns: 1fr;
  display: grid;
}

.columns-2 {
  flex-direction: row;
  display: flex;
}

.grid-8 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  align-items: start;
}

.bold-text-11 {
  font-size: 1.562rem;
}

.intro-header-copy-copy {
  color: #fff;
  background-color: #fef6cc;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 6.25rem;
  padding-top: 13.25rem;
  display: flex;
}

.intro-header-copy-copy.allignment {
  flex-direction: column;
  height: auto;
  padding-top: 10.85rem;
}

.image-6 {
  width: 100%;
}

.link-block-2-copy {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.page-wrapper {
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  display: flex;
}

.section-main-1-copy {
  height: 100%;
  color: var(--blue);
  background-color: #0000;
  display: block;
}

.section-main-1-copy._1em {
  margin-top: 0;
}

.section-main-1-copy.toprem {
  padding-top: 4.8rem;
}

.pdf-catalogue-div {
  background-color: var(--white);
  border-radius: 1.25rem;
  padding: 1.5625rem;
}

.page-wrapper-v2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 8rem;
  display: grid;
}

.image-7 {
  object-fit: contain;
  height: 50rem;
}

.discount {
  font-size: 1rem;
}

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

.icon-embed-xxsmall-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.icon-embed-xxsmall-2-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.8rem;
  height: auto;
  display: flex;
}

.number-div {
  z-index: 99;
  aspect-ratio: 1;
  background-color: var(--white);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  padding: .25rem;
  font-weight: 500;
  line-height: .8;
  display: flex;
  position: relative;
}

.number-div.rem {
  margin-top: 9px;
}

.drop-down-heading, .div-block-12 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-20 {
  color: var(--white);
  text-align: left;
  padding-left: 10px;
}

.div-block-13 {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 70%;
  display: grid;
}

.white_div {
  background-color: var(--white);
  width: 100%;
  height: 100%;
  color: var(--black);
  padding: 1rem 2rem 2rem;
}

.div-block-14 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.image-8, .image-9 {
  height: 8rem;
}

.discount_rich h1 {
  color: var(--red);
  text-align: center;
  text-transform: uppercase;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.5;
}

.discount_rich h2 {
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
}

.div-block-15 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-15.hide {
  display: none;
}

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

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

  .button {
    justify-content: center;
  }

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

  .heading-jumbo {
    font-size: 3.5rem;
    line-height: 4.375rem;
  }

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

  .menu-icon {
    display: block;
  }

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

  .cart {
    margin-left: 0;
    margin-right: 1.875rem;
  }

  .navigation {
    padding: 1.5625rem 1.875rem;
  }

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

  .navigation-item {
    text-align: center;
    padding: .9375rem 1.875rem;
    transition: background-color .4s, opacity .4s, color .4s;
  }

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

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

  .menu-button {
    padding: 0;
  }

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

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

  .collection-item {
    width: 100%;
    max-width: 38.75rem;
    margin-bottom: 1.875rem;
    margin-left: 1.875rem;
    margin-right: 1.875rem;
    padding-left: 0;
    padding-right: 0;
  }

  .intro-text {
    width: auto;
  }

  .picture-placeholder.cc-about-2 {
    height: 28.75rem;
  }

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

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

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

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

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

  .number-contact-wrap {
    margin-bottom: 1.25rem;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 28.75rem;
  }

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

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

  .product-image {
    width: 100%;
    margin-bottom: 2.5rem;
  }

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

  .full-width-form {
    padding: 2.5rem;
  }

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

  .blog-header-image {
    height: 28.75rem;
  }

  .order-summary {
    flex-basis: 20rem;
  }

  .section-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .product2-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.875rem;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 46.125rem;
  }

  .empty-state {
    max-width: 46.125rem;
  }

  .nav-link-drop {
    transition: all .85s;
    display: block;
    position: static;
  }

  .nav-link {
    text-align: center;
    flex-wrap: nowrap;
    place-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .arrow {
    margin-left: 0;
    font-size: 1.2em;
    position: static;
  }

  .drop-down-wrapper {
    position: static;
  }

  .drop-down-wrapper.w--open {
    background-color: #353535;
    justify-content: space-between;
    padding-right: 2em;
    position: relative;
  }

  .menu-link-wrapper {
    width: auto;
  }

  .dropdown-link, .dropdown-link-head {
    justify-content: space-around;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .db-fixed-nav-headline {
    text-align: left;
  }

  .shrink-box-button-2 {
    font-size: .75rem;
  }

  .db-logo-wrapper {
    background-color: #1d1d1d;
  }

  .db-mobile-fixed-nav {
    display: flex;
  }

  .db-show-tab {
    cursor: pointer;
    background-color: #0f0f0f;
    border-bottom-right-radius: .1875rem;
    border-bottom-left-radius: .1875rem;
    width: 1.5625rem;
    height: 1.5625rem;
    padding: .125rem .3125rem;
    position: absolute;
    bottom: -1.5625rem;
    right: 1.25rem;
  }

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

  .button-1 {
    margin-left: 0;
    display: block;
  }

  .hero-columns-text {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .hero-buttons-2 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .herosub {
    line-height: 3.75rem;
  }

  .container-main-1 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .container-main-1.hero-header {
    padding-top: 6em;
  }

  .hero-image-div {
    margin-top: 4em;
  }

  .coloumns-hero {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button-main, .button-copy {
    justify-content: center;
  }

  .drop-down-wrapper-copy {
    position: static;
  }

  .drop-down-wrapper-copy.w--open {
    background-color: #353535;
    justify-content: space-between;
    padding-right: 2em;
    position: relative;
  }

  .drop-down-wrapper-1 {
    position: static;
  }

  .drop-down-wrapper-1.w--open {
    background-color: #353535;
    justify-content: space-between;
    padding-right: 2em;
    position: relative;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .contact-modal3_content-wrapper {
    width: 80%;
    max-width: none;
    padding: 4rem 3rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

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

  .container {
    text-align: center;
  }

  .container.cc-subscription-form {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .container.cc-heading-wrap {
    margin-bottom: 3.125rem;
  }

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

  .paragraph-bigger, .heading-jumbo-tiny {
    font-size: 1rem;
    line-height: 1.75rem;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 29.375rem;
  }

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

  .heading-jumbo {
    font-size: 3.125rem;
    line-height: 4rem;
  }

  .heading-jumbo-small {
    font-size: 1.875rem;
    line-height: 3.25rem;
  }

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

  .status-message.cc-no-data {
    width: 80%;
    max-width: 29.375rem;
  }

  .cart-item-info-wrap {
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .navigation {
    padding: 1.25rem 1.875rem;
  }

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

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

  .cart-container {
    min-width: 22.5rem;
  }

  .intro-content {
    width: 80%;
  }

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

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

  .form-block {
    width: 90%;
    max-width: 29.375rem;
  }

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

  .logo-footer {
    margin-bottom: 4.375rem;
  }

  .links-section-footer {
    margin-top: .625rem;
    margin-bottom: 2.5rem;
  }

  .about-quote {
    width: 80%;
    max-width: 29.375rem;
  }

  .get-in-touch-form-wrap {
    width: 90%;
    max-width: 29.375rem;
  }

  .paragraph-contact-text {
    font-size: 1rem;
    line-height: 1.75rem;
  }

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

  .products-category-link {
    margin-bottom: .625rem;
  }

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

  .blog-item {
    width: 90%;
    max-width: 29.375rem;
  }

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

  .utility-page-wrap {
    padding: .9375rem;
  }

  ._404-wrap {
    padding: 1.875rem;
  }

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

  .product-image {
    height: 31.25rem;
  }

  .full-width-form {
    padding: 1.875rem;
  }

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

  .section-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .product2-grid {
    grid-column-gap: 1.25rem;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .empty-state {
    width: 100%;
    max-width: none;
  }

  .product2-content-wrap {
    padding: 1.625rem;
  }

  .nav-link {
    justify-content: center;
  }

  .drop-down-wrapper.w--open {
    display: flex;
  }

  .menu-link-wrapper {
    display: block;
  }

  .db-fixed-nav-headline {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .container-marker {
    text-align: center;
  }

  .container-marker.cc-subscription-form {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .container-marker.cc-heading-wrap {
    margin-bottom: 3.125rem;
  }

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

  .products-category-link-h1 {
    margin-bottom: .625rem;
  }

  .button-1 {
    display: block;
  }

  .hero-columns-text {
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

  .hero-div-1 {
    max-width: none;
    overflow: hidden;
  }

  .container-main-1.hero-header {
    padding-top: 8em;
  }

  .heatpresses-side-menu {
    flex-direction: column;
  }

  .drop-down-wrapper-copy.w--open, .drop-down-wrapper-1.w--open {
    display: flex;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .contact-modal3_content-wrapper {
    width: 90%;
    padding-bottom: 7rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }
}

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

  h2 {
    font-size: 2.125rem;
    line-height: 2.875rem;
  }

  .section.cc-product-detail {
    margin-left: .9375rem;
    margin-right: .9375rem;
  }

  .container.cc-subscription-form {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .button.cc-cart {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

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

  .heading-jumbo {
    font-size: 2.25rem;
    line-height: 3rem;
  }

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

  .cart-item-info-wrap {
    margin-left: .625rem;
    margin-right: .625rem;
  }

  .cart {
    margin-right: 1.25rem;
  }

  .navigation {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .cart-container {
    min-width: 20rem;
  }

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

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

  .full-width-form {
    padding: .9375rem;
  }

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

  .order-item-content-wrap {
    margin-bottom: .3125rem;
  }

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

  .section-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .product2-grid {
    grid-column-gap: .75rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .product2-content-wrap {
    padding: 1rem;
  }

  .nav-link {
    justify-content: space-between;
  }

  .drop-down-wrapper.w--open {
    flex-direction: column;
    align-items: center;
    padding-left: 2em;
    padding-right: 2em;
    display: flex;
  }

  .menu-link-wrapper {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .dropdown-link, .dropdown-link-head {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .db-fixed-nav-headline {
    margin-left: .625rem;
    margin-right: .625rem;
    font-size: .875rem;
    line-height: 1.1875rem;
  }

  .shrink-box-button-2 {
    display: none;
  }

  .shrink-box-wrapper-2 {
    width: 3.125rem;
    margin-left: 0;
    margin-right: 0;
  }

  .accordion__plus-wrapper {
    margin-top: .9375rem;
    margin-left: 1.25rem;
  }

  .db-logo-wrapper {
    justify-content: center;
    align-items: center;
    width: 10rem;
    padding-top: .3125rem;
    padding-left: .625rem;
    padding-right: .625rem;
    display: flex;
  }

  .db-mobile-fixed-nav {
    align-items: stretch;
  }

  .db-flex-row {
    align-items: center;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    padding-right: .625rem;
  }

  .container-marker.cc-subscription-form {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .button-1 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 1em;
    margin-right: 1.5em;
    font-size: 1.8em;
  }

  .button-1.opposite {
    margin-top: 0;
    margin-bottom: 1.5em;
    margin-left: 0;
  }

  .section-main-1 {
    display: block;
  }

  .hero-buttons-2 {
    flex-flow: wrap;
    align-items: flex-start;
    margin-top: 4em;
    margin-left: 0;
  }

  .herosub {
    text-align: left;
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .container-main-1 {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .container-main-1.hero-header {
    padding-top: 8em;
  }

  .hero-subtext {
    margin-bottom: 0;
    font-size: 2.2em;
  }

  .portrait-home {
    object-fit: fill;
    max-height: 100%;
  }

  .button-main.cc-cart, .button-copy.cc-cart {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .drop-down-wrapper-copy.w--open, .drop-down-wrapper-1.w--open {
    flex-direction: column;
    align-items: center;
    padding-left: 2em;
    padding-right: 2em;
    display: flex;
  }

  .contact-modal3_component {
    display: none;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section-main-1-copy {
    display: block;
  }
}

#w-node-_2167e1f8-1ecd-fec6-eccd-ce2cdcff2064-0e945548, #w-node-_2167e1f8-1ecd-fec6-eccd-ce2cdcff2066-0e945548, #w-node-_2167e1f8-1ecd-fec6-eccd-ce2cdcff2068-0e945548, #w-node-_2167e1f8-1ecd-fec6-eccd-ce2cdcff206a-0e945548, #w-node-_2167e1f8-1ecd-fec6-eccd-ce2cdcff206c-0e945548 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89a396ba-ceda-a360-3373-8fb8f5b228de-0e945548 {
  justify-self: center;
}

#w-node-_0624c102-1a2f-9b01-96d9-889a98a9c52f-87e29718 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_17a5290b-fbcd-0227-b043-14124be5c386-87e29718, #w-node-_93615fb9-e3bc-2ebe-34c5-777bafd050d5-87e29718, #w-node-c495c0cb-f247-8186-c982-6f6844264fc8-87e29718 {
  place-self: center;
}

#w-node-_88232687-6370-a06b-3557-de86fb07ecda-87e29718 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0fc63cde-5473-eebc-389d-b3c3f1669c31-87e29718, #w-node-e20b119c-5d51-77d5-ea6e-c4ffb1fd7757-87e29718, #w-node-_578be326-0ebb-fa7c-da30-d7d986d7a6b3-87e29718, #w-node-a788e092-8783-11bb-744e-220a359b296e-87e29718 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

#w-node-_41a2fd9a-6587-1eb9-a73c-fcbcb620f321-9b9455f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_095d165b-0c42-c314-6a1f-e83f1a294bd2-9b9455f7, #w-node-_8b933a3a-8f12-9ebb-13c9-63c955aae2b5-4e9455f9, #w-node-_8b933a3a-8f12-9ebb-13c9-63c955aae2b6-4e9455f9, #w-node-_8b933a3a-8f12-9ebb-13c9-63c955aae2b7-4e9455f9, #w-node-_8b933a3a-8f12-9ebb-13c9-63c955aae2b8-4e9455f9, #w-node-_8b933a3a-8f12-9ebb-13c9-63c955aae2b9-4e9455f9, #w-node-_8b933a3a-8f12-9ebb-13c9-63c955aae2ba-4e9455f9, #w-node-_8b933a3a-8f12-9ebb-13c9-63c955aae2bb-4e9455f9, #w-node-_8b933a3a-8f12-9ebb-13c9-63c955aae2bc-4e9455f9, #w-node-_8b933a3a-8f12-9ebb-13c9-63c955aae2bd-4e9455f9, #w-node-_2937e3e5-b940-fad4-6fcd-7e486ba5de1c-bb9455fd, #w-node-be9934b7-f276-2128-8e9a-8b5b8fc82805-bb9455fd, #w-node-_45461e1c-d8bc-a0f5-8d2f-a4c6856ae55b-bb9455fd, #w-node-_877f2864-3fb7-0321-b682-4edfa1aebf5e-bb9455fd, #w-node-_8622378b-b7b6-89a6-6f23-7bf78c3b337e-bb9455fd, #w-node-d2a7dd82-3bbf-b576-8a00-1178be587681-ec9455ff, #w-node-b0f9bab4-3994-9d9b-cfa5-0c13b54ff472-ec9455ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a07d740-e091-3be2-ca9e-4d8a6f8872a0-0694561b, #w-node-b606ae7a-549e-996c-e996-604246fd468b-1205e431 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_016410b9-f46c-d5d0-c671-ed1d7aa23d8d-bb9455da {
    grid-area: 2 / 1 / 3 / 2;
  }

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

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


