:root {
  --text-color: #2f2b21;
  --colour-two: #777;
  --colour-one: #f3f3f3;
  --colour-four: black;
  --colour-four-transparent: #0000004d;
  --red: #dc2325;
  --colour-three-transparent: #8d553580;
  --colour-one-transparent: #fff9;
  --gold: #e9d9a8;
  --blue-link: #00518f;
  --white: white;
  --black: black;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: var(--text-color);
  font-family: Barlow, sans-serif;
  font-size: 1vw;
  font-weight: 200;
  line-height: 1.3;
}

h1 {
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-top: .35em;
  margin-bottom: .2em;
  font-family: Cinzel, sans-serif;
  font-size: 4em;
  font-weight: 400;
  line-height: 1.3;
  position: relative;
}

h2 {
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-top: .35em;
  margin-bottom: .2em;
  font-family: Cinzel, sans-serif;
  font-size: 3.2em;
  font-weight: 400;
  line-height: 1.3;
  position: relative;
}

h3 {
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-top: .35em;
  margin-bottom: .2em;
  font-family: Cinzel, sans-serif;
  font-size: 2.15em;
  font-weight: 400;
  line-height: 1.3;
}

h4 {
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-top: .35em;
  margin-bottom: .2em;
  font-family: Cinzel, sans-serif;
  font-size: 1.85em;
  font-weight: 400;
  line-height: 1.3;
}

h5 {
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-top: .35em;
  margin-bottom: .2em;
  font-family: Cinzel, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.3;
}

h6 {
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-top: .35em;
  margin-bottom: .2em;
  font-family: Cinzel, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.3;
}

p {
  margin-bottom: 2.5em;
  font-size: 1.3em;
}

a {
  color: var(--colour-two);
  font-size: 1em;
  text-decoration: none;
  transition: opacity .4s;
}

a:hover {
  opacity: .8;
}

ul, ol {
  margin-top: -2em;
  margin-bottom: 3em;
  padding-left: 40px;
}

li {
  font-size: 1.3em;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  -webkit-text-stroke-width: .02em;
  font-weight: 200;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 2em;
  padding: .5em 1em;
  font-size: 1.5em;
}

figure {
  margin-bottom: 1em;
}

figcaption {
  text-align: center;
  margin-top: .5em;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.section._400-px {
  min-height: 400px;
}

.section.no-min-h {
  margin-top: -2em;
}

.section.colour-four {
  background-color: #000;
}

.section.colour-four.z {
  z-index: 4;
  background-color: #fff;
}

.section._4-boxes {
  background-image: linear-gradient(178deg, #fff 7%, #eeeae738 40%, #eeeae7 87%);
}

.section.colour-white {
  background-color: #fff;
}

.section.colour-white.z {
  z-index: 4;
}

.section.colour-white.z.ab-gradient {
  background-image: linear-gradient(#eeeae7 35%, #eeeae742 75%, #fff 83%);
}

.section.z {
  z-index: 4;
}

.section.z.ab-gradient {
  background-color: #fff;
}

.section.colour-one {
  background-color: var(--colour-one);
}

.section.colour-one.top-margin-mobile {
  background-color: #0000;
}

.section.top-margin-mobile.margin-mobile {
  background-image: linear-gradient(167deg, #f3f3f3 34%, #eeeae7 52%);
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 6em 8em 4em;
  display: flex;
  position: relative;
}

.container.nav {
  flex-direction: row;
  justify-content: space-between;
  height: 58px;
  padding-top: 0;
  padding-bottom: 0;
}

.container.meet-elena {
  z-index: 5;
  margin-bottom: -10em;
  padding-top: 6em;
  padding-bottom: 0;
}

.container.trust-badges {
  padding: 0 3.3em 2.6em 8.2em;
}

.container._4-5em {
  padding-top: 8em;
  padding-bottom: 4.5em;
}

.container.footer {
  padding-top: 5em;
  padding-bottom: 0;
}

.container.footer.black.bottom {
  flex-direction: row;
  justify-content: flex-start;
  padding-top: .7em;
  padding-bottom: 1.5em;
}

.container.breadcrumb-wrapper {
  z-index: 2;
  border-bottom: 1px solid #0000004d;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 1.9em;
  padding-top: 0;
  padding-bottom: 0;
}

.container.hero {
  padding-top: 0;
  padding-bottom: 0;
}

.container.linear-gradient {
  background-image: linear-gradient(167deg, #fff 26%, #eeeae7 67%);
}

.container.linear-gradient.grey {
  background-image: none;
  padding-top: 2.6em;
}

.container._4-boxes {
  background-image: linear-gradient(167deg, #fff 26%, #eeeae7 52%);
  padding-top: 5em;
  padding-bottom: 0;
}

.container._4-boxes.no-gradient {
  background-image: none;
  padding-bottom: 3em;
}

.container.video-player {
  padding-bottom: 0;
}

.styleguide-right-column {
  flex-direction: row;
  align-items: center;
  width: 80%;
  padding-left: 5vw;
  display: flex;
}

.styleguide-right-column.vertical {
  flex-direction: column;
}

.styleguide-colour {
  width: 200px;
  height: 200px;
  position: relative;
}

.styleguide-colour.colour-one {
  background-color: #f3f3f3;
}

.styleguide-colour.colour-two {
  background-color: #777;
}

.styleguide-colour.bg-darkest {
  background-color: #000;
}

.styleguide-colour-wrapper {
  flex-direction: column;
  display: flex;
}

.styleguide-class-label {
  background-color: #f3f3f3;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1em;
  line-height: 1;
  display: flex;
}

.styleguide-class-label.class-label-no-margin {
  margin-top: 0;
}

.styleguide-left-column {
  width: 20%;
}

.styleguide-section-wrapper {
  border-bottom: 1px solid #0000004d;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.styleguide-section-wrapper.headings {
  padding-top: 3em;
  padding-bottom: 3em;
}

.styleguide-left-column-sticky-container {
  margin-bottom: 10vw;
  position: sticky;
  top: 400px;
}

.styleguide-colour-info {
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.styleguide-colours {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.styleguide-all-sections-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.styleguide-wrapper {
  width: 100%;
  display: flex;
  position: relative;
}

.button-wrapper {
  cursor: pointer;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.button-basic-three {
  z-index: 2;
  color: #000;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px #f3f3f3;
  border-radius: .3em;
  justify-content: center;
  align-items: center;
  height: 4.5em;
  padding-left: 3.5em;
  padding-right: 3.5em;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.4;
  display: flex;
  position: relative;
}

.button-basic-three:hover {
  opacity: .9;
  color: #2f2b21;
}

.styleguide-two-column-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.button-basic-two {
  z-index: 2;
  color: #000;
  letter-spacing: 4px;
  -webkit-text-stroke-width: .05em;
  text-transform: uppercase;
  background-color: #f3f3f3;
  border: 1px solid #f3f3f3;
  border-radius: .3em;
  justify-content: center;
  align-items: center;
  height: 4.5em;
  padding-left: 3.5em;
  padding-right: 3.5em;
  font-size: .9em;
  font-weight: 200;
  line-height: 1.4;
  display: flex;
  position: relative;
}

.button-basic-two:hover {
  opacity: .9;
  color: #000c;
}

.button-basic-two.footer {
  background-color: #f3f3f300;
  border-style: none;
  padding-right: 0;
}

.button-basic-one-outlined {
  color: #000;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #0000004d;
  border-radius: .3em;
  justify-content: center;
  align-items: center;
  height: 4.5em;
  margin-top: .7em;
  padding-left: 3.5em;
  padding-right: 3.5em;
  font-size: .9em;
  font-weight: 200;
  transition: border-color .2s, opacity .2s;
  display: flex;
  position: relative;
}

.button-basic-one-outlined:hover {
  opacity: .9;
  color: #000;
  background-color: #fcfcfc;
}

.button-basic-one-outlined.cookie {
  color: #fffc;
  border-color: #ffffff80;
  height: 3.5em;
  font-size: .8em;
}

.button-basic-one-outlined.write-review {
  height: 4em;
}

.labels-wrapper {
  flex-flow: wrap;
  display: flex;
}

.button-basic-one {
  color: #e9d9a8;
  text-align: center;
  letter-spacing: 4px;
  -webkit-text-stroke-width: .05em;
  text-transform: uppercase;
  background-color: #000;
  border-radius: .3em;
  justify-content: center;
  align-items: center;
  height: 4.5em;
  padding-left: 3.5em;
  padding-right: 3.5em;
  font-size: .9em;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.button-basic-one:hover {
  opacity: .9;
  color: #e9d9a8e6;
  -webkit-text-stroke-color: #e9d9a8e6;
}

.button-basic-one.wide {
  width: 100%;
}

.button-basic-one.wide.top-margin-0-7em {
  margin-top: .7em;
}

.button-basic-one.shopyflow {
  cursor: pointer;
}

.button-basic-one.shopyflow.hide {
  display: none;
}

.button-basic-one.shopyflow.sticky {
  border-radius: 0;
}

.button-basic-one.shopyflow.sticky:hover {
  opacity: 1;
}

.button-basic-one.shopyflow.bottom {
  margin-top: 0;
}

.caps-accent {
  letter-spacing: 4px;
  -webkit-text-stroke-width: .03em;
  text-transform: uppercase;
  margin-bottom: 2.5em;
  font-size: .9em;
  font-style: normal;
  font-weight: 200;
}

.caps-accent.text-light.top-margin-40px {
  text-align: center;
  margin-top: .5em;
}

.caps-accent.text-light.italic {
  margin-top: 0;
  margin-bottom: 0;
  font-style: italic;
}

.caps-accent.no-bottom-margin {
  margin-bottom: 0;
}

.caps-accent.faq-info-label-product-page {
  color: #777c;
  margin-bottom: 0;
}

.styleguide-content-wrapper {
  padding: 20px;
}

.styleguide-content-wrapper.colour-three {
  background-color: #777;
}

.styleguide-content-wrapper.colour-four {
  background-color: #000;
}

.link-caps {
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: .9em;
}

.link-caps.top-margin-10px {
  margin-top: .85em;
}

.link-caps.top-margin-10px.w--current {
  color: #000;
}

.link-caps.top-margin-10px.darker {
  color: #3b3b3b;
}

.text-caps {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: .9em;
}

.text-caps.small {
  font-size: .85em;
}

.text-caps.no-margin.small {
  -webkit-text-stroke-width: .02em;
  font-size: .7em;
  font-weight: 200;
  display: none;
}

.text-caps.no-margin.small.mobile {
  display: none;
}

.text-caps.no-margin.right-align {
  text-align: right;
}

.text-caps.text-center {
  text-align: left;
  -webkit-text-stroke-width: .015em;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: .95em;
}

.text-caps.text-center.margins {
  -webkit-text-stroke-width: .035em;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: .35em;
  font-size: .75em;
}

.text-caps.text-center.margins.last {
  padding-right: 0;
}

.text-caps.text-center.margins.underline {
  border-bottom: 1px solid #2f2b211a;
}

.text-caps.text-center.margins.underline.last {
  margin-right: .35em;
  padding-right: 0;
}

.text-caps.text-center.cart-margins {
  font-size: .8em;
}

.text-caps.top-margin {
  text-align: right;
  margin-top: .3em;
  margin-bottom: 0;
}

.text-caps.review-date {
  text-align: right;
}

.text-caps.verified-customer {
  font-size: .8em;
}

.caps-small {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: .9em;
}

.caps-small.negative-margin {
  margin-bottom: -.7em;
}

.caps-small.ab-faq-heading {
  text-align: left;
  width: 95%;
  padding-right: 1em;
  font-size: 1em;
}

.paragraph-small {
  font-size: .9em;
  line-height: 1.4;
}

.paragraph-big {
  font-size: 1.85em;
  line-height: 1.2;
}

.link-light-reversed {
  color: #fff9;
  padding-left: .5em;
  transition: color .4s;
}

.link-light-reversed:hover {
  opacity: .8;
  color: #f3f3f3;
}

.link-light-reversed:focus {
  color: #f3f3f3;
}

.link-light-reversed.w--current {
  padding-left: .5em;
}

.link-light-reversed.link-caps.top-margin-10px {
  padding-left: 0;
}

.link-light {
  color: #fff;
  border-bottom: 1px solid #fff;
  transition: color .4s;
}

.link-light:hover {
  opacity: .8;
  color: #f3f3f3;
}

.paragraph-light {
  opacity: .5;
}

.text-light {
  color: #fff;
}

.text-light.navbar {
  opacity: .8;
  color: #f3f3f3;
  margin-bottom: 0;
}

.text-light.navbar:hover {
  opacity: 1;
}

.announcement-link-wrapper {
  z-index: 10;
}

.text-info-line {
  color: #ebe3d8;
  letter-spacing: 2px;
  text-transform: uppercase;
  align-self: center;
  align-items: center;
  font-size: 11px;
  display: flex;
}

.announcement {
  background-color: var(--colour-four);
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 22px;
  display: flex;
  position: static;
  overflow: hidden;
}

.nav-bar {
  z-index: 10;
  background-color: #0000;
  height: 74px;
  position: fixed;
  inset: 0% 0% auto;
}

.line-hover-2 {
  color: #0000;
  background-color: #f3f3f3;
  width: 30%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.line-horizontal {
  background-color: #0000004d;
  width: 100%;
  height: 1px;
  display: flex;
  position: static;
  inset: auto auto 0%;
}

.line-horizontal.short {
  width: 7.5em;
  margin-top: 1.4em;
  margin-bottom: 1.4em;
}

.line-horizontal.medium {
  width: 12em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.line-horizontal.faq-dropdown {
  background-color: #0003;
}

.brand-nav {
  align-items: center;
  height: 100%;
  display: flex;
}

.dropdown-list {
  background-color: #f3f3f3;
}

.dropdown-list.w--open {
  padding: 1em 1.5em;
}

.brand {
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 100%;
  display: flex;
}

.brand.margin-right {
  width: 100px;
  margin-right: 9em;
  padding-left: 0;
}

.brand.margin-right.w--current {
  width: 9.2em;
  min-width: 100px;
  margin-right: 5em;
}

.search-button {
  opacity: .8;
  background-color: #0000;
  background-image: url(/assets/icons8-search_1icons8-search.png?v=95298375759174229561742030474);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  width: 46px;
  height: 36px;
  transition: opacity .2s;
}

.search-button:hover {
  opacity: 1;
}

.nav-menu {
  flex-direction: row;
  align-items: center;
  height: 100%;
  display: flex;
  position: static;
}

._20-px-space {
  width: 1.8em;
}

._20-px-space.extra {
  width: 3.2em;
}

.navlink-2 {
  opacity: .8;
  color: var(--colour-one);
  font-size: 1.3em;
}

.navlink-2:hover {
  opacity: 1;
  color: #fff;
}

.navlink-2.w--current {
  color: #777;
}

.line-hover {
  color: #0000;
  background-color: #f3f3f3;
  width: 30%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.search-wrapper-mobile {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.search-wrapper-mobile.w--current {
  color: #326660;
  border-bottom: 1px #326660;
  overflow: hidden;
}

.search-wrapper {
  justify-content: flex-end;
  height: 50px;
  margin-right: 40px;
  display: flex;
}

.search-wrapper.desktop {
  justify-content: flex-start;
}

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

.dropdown-toggle {
  align-items: center;
  height: 100%;
  padding: 1.2em 3em 1.2em 1.5em;
  display: flex;
}

.search-input {
  color: #f3f3f3;
  background-color: #0000;
  border: 1px #0000;
  border-bottom: 1px solid #f3f3f3;
  width: 100%;
  height: 36px;
  margin-bottom: 0;
  padding: 0;
  font-size: 1.15em;
  font-style: italic;
}

.search-input:active {
  background-color: #0000;
}

.search-input::placeholder {
  color: #fff9;
}

.dropdown-link {
  opacity: .7;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: .75em 0;
  font-size: .9em;
}

.dropdown-link:hover {
  opacity: 1;
  color: #000;
}

.dropdown-link.w--current {
  color: #000;
  font-weight: 400;
}

.search {
  align-items: center;
  width: 70%;
  margin-bottom: 0;
  display: flex;
}

.search-cart-menu {
  align-items: center;
  height: 100%;
  margin-bottom: 5px;
  display: flex;
}

.animated-link-wrapper-nav {
  justify-content: center;
  align-items: center;
  padding-top: .2em;
  padding-bottom: .2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.animated-link-wrapper-nav.w--current {
  border-bottom: 1px #326660;
  overflow: hidden;
}

.crown-logo-bottom {
  display: none;
}

.image-9 {
  width: 100%;
  margin-bottom: 3px;
}

.dropdown {
  z-index: 1;
  height: 100%;
}

.icon {
  color: #fff9;
  margin-right: 1.5em;
  font-size: .9em;
}

.colour-four {
  z-index: 1002;
  background-color: #000;
}

.colour-four.nav {
  height: 80px;
}

.shop-accent-c01 {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.center {
  text-align: center;
}

.center._70 {
  width: 100%;
}

.center._70.text-light.top-margin-60px {
  width: 100%;
  margin-top: .6em;
  margin-bottom: .3em;
}

._150-vh {
  height: 150vh;
}

._150-vh.relative {
  top: -40vh;
}

.rotation-text {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 14px;
  font-weight: 200;
}

.rotation-text.rotate {
  -webkit-text-stroke-width: .05em;
  white-space: nowrap;
  font-size: 1em;
  transform: rotate(-90deg);
}

.rotation-container-left {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 4em;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.full-video-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.preview-l05-colour-layer {
  z-index: 4;
  background-color: #0000004d;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.link-block-3 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.elena-hero {
  width: 100%;
  height: 20em;
  margin-top: .5em;
  margin-bottom: .6em;
}

.preview-l05 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-hidden.product-page {
  overflow: visible;
}

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

.text-center.mg-bottom-48px {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-center._2 {
  display: none;
}

.whats-included-image {
  margin-top: -1em;
}

.whats-included-image.product-page {
  margin-top: 0;
}

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

.no-margin {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.no-margin.small {
  opacity: .8;
  font-size: 1.05em;
  font-weight: 400;
}

.no-margin.paragraph-small.paragraph-light.text-light.top-margin-20px {
  margin-top: 1.2em;
}

.no-margin.text-light.text-caps {
  transition: color .4s;
}

.no-margin.text-light.text-caps.right-margin, .no-margin.text-light.text-caps.right-margin-60px {
  margin-right: 2em;
}

.no-margin.smaller-h1 {
  font-size: 3.2em;
}

.ab-trust-badges {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.free-shipping-icon {
  margin-right: 16px;
}

.free-shipping-icon.t---mg-bottom-16px {
  opacity: .7;
  width: 3em;
  margin-right: .7em;
}

.free-shipping-icon.t---mg-bottom-16px.up {
  opacity: .6;
}

.div-block-18 {
  z-index: 6;
  justify-content: center;
  align-items: center;
  margin-top: 3em;
  margin-bottom: 4em;
  display: flex;
  position: relative;
}

.logo-image-and-text-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.image-35 {
  z-index: 5;
  width: 48em;
  position: absolute;
  top: 2.1em;
  left: -4%;
}

.crown-logo-image {
  width: 5.5em;
  margin-top: 0;
  position: relative;
  left: 13.4em;
}

.int-l02-grid {
  grid-column-gap: 0px;
  grid-row-gap: 160px;
  grid-template-rows: auto;
  grid-template-columns: 23% 1fr;
  width: 100%;
}

.int-l02-colour-layer {
  background-color: #fff;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.int-l02-content-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20vw 20vw 20vw 25vw;
  display: flex;
}

.int-l02-content-wrapper.colour-one {
  background-color: var(--colour-one);
}

.int-l02-content-wrapper.colour-one._20vw---5vw-padding {
  padding: 12em 9.2em 15em 16.3em;
}

.int-l02-image-container {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.the-excuisite {
  width: auto;
  margin-top: 0;
  font-size: 3.8em;
}

.elena-black {
  width: 15em;
  margin-top: -1em;
  margin-left: 2em;
}

.div-block-29 {
  align-items: center;
  margin-top: -1.5em;
  margin-bottom: -1.5em;
  display: flex;
}

.div-block-19 {
  border: 1px solid #0000004d;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 5em 4.4em 2.5em;
  display: flex;
}

.div-block-19.no-top-border {
  border-top-style: none;
}

.div-block-19.no-right-border {
  border-right-style: none;
}

.div-block-19.no-right-border.no-top-border {
  border-top-style: none;
}

.facts-01-grid {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-top: 5em;
  margin-bottom: 5em;
  position: relative;
}

.facts-01-grid.product-page {
  margin-bottom: 0;
}

.image-17 {
  opacity: .07;
  width: 65em;
  max-width: 62%;
  position: absolute;
  top: 3.656em;
}

.image-17.product-page {
  max-width: 70%;
  top: 11.756em;
}

.faq-collapsed {
  z-index: 2;
  transform-origin: 50% 0;
  text-align: center;
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.big-break {
  height: 8em;
}

.big-break.efter-faq {
  height: 5em;
}

.faq-info-wrapper {
  border-top: 1px solid #3d3a3133;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.faq-info-wrapper.last {
  border-bottom: 1px solid #3d3a3133;
}

.link-blue {
  color: #00518f;
}

.faq-expanded {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 60px;
  display: none;
}

.faq-expanded._01 {
  color: #777;
  width: 100%;
  height: auto;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.faq-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 1.2em;
  height: 1.2em;
  display: flex;
  position: relative;
}

.faq {
  margin-bottom: 1em;
}

.line-vertical {
  background-color: #000;
  width: 1px;
  height: 100%;
  display: flex;
  position: static;
  inset: auto auto 0%;
}

.line-vertical.line-absolut {
  position: absolute;
}

.line-vertical.line-absolut.faq-dropdown {
  background-color: #0003;
}

.faq-wrapper {
  z-index: 10;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 2em;
  display: flex;
  overflow: visible;
}

.faq-wrapper.product-page {
  margin-top: 2.3em;
}

.opt-in-01 {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin-bottom: 11em;
  display: flex;
}

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

.grid-content-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.text-block-3 {
  font-size: 1.2em;
}

.error-message-2 {
  padding: 1em;
}

.opt-in-01-form-wrapper {
  z-index: 1;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 9em 4em 9em 9em;
  display: flex;
  position: relative;
}

.opt-in-01-form-wrapper.pop-up-wrapper {
  padding: 5em 8em;
}

.field-underline {
  color: #000;
  background-color: #fff9;
  border: 1px solid #0000004d;
  flex: 0 auto;
  width: 100%;
  min-width: 220px;
  height: 4em;
  margin-top: .7em;
  margin-bottom: 0;
  margin-right: .7em;
  font-size: 1.2em;
}

.field-underline.text {
  height: 8em;
  margin-bottom: 1em;
}

.field-underline.no-top-margin {
  color: #000;
  border-style: none;
  height: 4.1em;
  margin-top: 0;
  font-size: 1.1em;
}

.field-underline.no-top-margin::placeholder {
  color: #000;
}

.field-underline.no-right-margin {
  margin-right: 0;
}

.image-vertical {
  background-image: url(/assets/christina-spiliotopoulou-qendaifckao-unsplash-3-1-1-1_2christina-spiliotopoulou-qendaifckao-unsplash-3-1-1-1.webp?v=83866991943899012481742030474);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-bottom: 140%;
  position: relative;
}

.image-vertical.opt-in-01-image-01 {
  background-image: url(/assets/untitled-1.jpg?v=177291938334159869131742030474);
  background-size: contain;
}

.image-vertical.support-image-01 {
  background-image: url(/assets/_dsc0144-1_1_dsc0144-1.webp?v=183245110476666821801742030474);
  background-position: 39% 80%;
  background-repeat: no-repeat;
  background-size: 150%;
}

.image-vertical.support-image-02 {
  background-image: url(/assets/_dsc0318-1_1_dsc0318-1.webp?v=116110260087790352821742030474);
  background-position: 39% 80%;
  background-repeat: no-repeat;
  background-size: 150%;
}

.image-vertical.support-image-03 {
  background-image: url(/assets/_dsc2391-1_1_dsc2391-1.webp?v=174577845574360669211742030474);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.opt-in-01-image-01-wrapper {
  width: 100%;
  position: absolute;
  top: -5vw;
  right: auto;
}

.opt-in-01-image-01-wrapper.invisible-mobile {
  top: -5em;
}

.opt-in-form-02 {
  margin-top: 1em;
  margin-bottom: 0;
}

.opt-in-01-image-02-wrapper {
  z-index: 1;
  width: 12em;
  position: absolute;
  inset: 0% -9.7em auto auto;
}

.success-message {
  background-color: #91867e33;
  padding: 1.7em;
}

.success-message.dark {
  color: #f3f3f3;
  background-color: #90707012;
}

.image-5 {
  width: 4.5em;
}

.opt-in-01-colour-layer {
  background-color: #fff;
  width: 4.6em;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.opt-in-01-grid {
  grid-column-gap: 0vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 24em;
  width: 100%;
}

.collection-list-wrapper-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 2em;
}

.collection-list-wrapper-3.footer {
  margin-top: 0;
}

.instagram-logo {
  width: 9em;
  display: block;
}

.collection-list-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
  overflow: hidden;
}

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

.inner-container._275px {
  max-width: 275px;
}

.inner-container._275px.center {
  width: 100%;
  max-width: none;
}

.buttons-row {
  align-items: center;
  display: flex;
}

.buttons-row.center {
  justify-content: center;
}

.buttons-row.center.top-margin-60-px {
  margin-top: 4em;
}

.template-info-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.no-hoover-effect:hover {
  opacity: 1;
}

.where-to-start-grid-wrapper-2 {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0 5.2em;
  display: flex;
}

.top-margin-20-px {
  margin-top: 1em;
}

.support-image {
  width: 12em;
  margin-bottom: 3em;
}

.section-under {
  z-index: 2;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: -100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.section-under.colour-white {
  background-color: #fff;
}

.section-under-wrapper {
  height: 190vh;
}

.section-under-wrapper.section-mobile {
  display: block;
}

.footer-links-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: .5em;
  display: flex;
}

.footer-links-wrapper.bottom-margin-small {
  margin-top: 0;
  margin-bottom: 3em;
}

.text-color {
  color: #2f2b21;
}

.image-26 {
  z-index: 1;
  height: 1.3em;
  margin-right: -2.5em;
  position: relative;
}

.footer-grid {
  grid-column-gap: 3.3em;
  grid-row-gap: 1.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 2fr;
  width: 100%;
}

.footer-instagram-gradient {
  background-image: linear-gradient(to right, #f3f3f3, #f3f3f300 34%);
  width: 100%;
  height: 100%;
  position: absolute;
}

.image-39 {
  width: 15em;
  position: relative;
  top: 10.3em;
  left: -285%;
}

.instagram-cta {
  align-items: center;
  margin-top: .5em;
  margin-bottom: .5em;
  display: flex;
}

.instagram-text {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
}

.footer-wrapper {
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.footer-wrapper.right {
  align-items: flex-end;
}

.footer-wrapper.bottom {
  align-items: flex-end;
  display: flex;
}

.footer-wrapper.left-margin {
  margin-bottom: 2em;
  margin-left: 3.2em;
}

.div-block {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.image-36 {
  opacity: .85;
}

.newsletter-grid {
  z-index: 2;
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  height: auto;
  position: relative;
}

.form {
  flex-direction: row;
  display: flex;
}

.form.newsletter {
  flex-direction: column;
}

.form-block-newsletter {
  width: 100%;
  margin-bottom: 0;
}

.newsletter-wrapper {
  flex-direction: row;
  display: flex;
}

.brand-footer {
  width: 16em;
}

._0-9vw {
  font-size: .9vw;
  display: flex;
}

.purchase-the-template-wrapper {
  z-index: 300;
  transform-style: preserve-3d;
  background-color: #000;
  border: 1px solid #fff9;
  width: 3.2em;
  height: 18em;
  transition: transform .4s, color .4s;
  position: fixed;
  inset: auto 0% 40vh auto;
}

.purchase-the-template-wrapper:hover {
  opacity: 1;
  transform: scale3d(1, 1.02, 1);
}

.learn-more-wrapper {
  align-items: flex-end;
  height: 50px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.learn-more-wrapper.vertical {
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  inset: 0% auto 0% 0%;
}

.learn-more-text {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.learn-more-text.vertical {
  width: auto;
  height: auto;
  transform: rotate(-90deg);
}

.page-change-l01-wrapper {
  z-index: 99999;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.page-change-l01-appearance-wrapper {
  padding: .5em;
  overflow: hidden;
}

.page-change-l01-brand {
  justify-content: center;
  align-items: center;
  width: 28em;
  height: 100%;
  display: flex;
}

.cookie-bold {
  font-size: 1em;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff9;
  border-radius: 999rem;
  margin-left: 1.5em;
  padding: .8em;
  display: none;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-banner_close-icon {
  width: 1.2em;
  height: 1.2em;
}

.fs-cc-banner_text {
  color: #fffc;
  margin-right: 1.5em;
  font-size: 1.1em;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-banner_text-link {
  color: #fffc;
  border-bottom: 1px solid #fff6;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-banner_text-link.preferences {
  font-size: 1.1em;
  display: none;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #000000f2;
  border-top: 1px solid #4353ff29;
  padding: 1em 8em;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cookie-break {
  width: 1.5em;
}

.emty-navbar-section {
  height: 80px;
}

.breadcrumb.flex-center {
  z-index: 1002;
  border-top: 1px solid var(--colour-four-transparent);
  justify-content: center;
  display: flex;
}

.breadcrumb-link-wrap {
  color: #777;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.breadcrumb-nav-link {
  color: #fff9;
  -webkit-text-stroke-width: .03em;
  text-transform: uppercase;
  border-right: 1px solid #0000004d;
  margin-right: 1em;
  padding-right: 1em;
  font-family: Barlow, sans-serif;
  font-size: .9em;
  font-weight: 200;
}

.breadcrumb-nav-link.w--current {
  color: #f3f3f3;
  border-right-style: none;
}

.background-image {
  z-index: 10;
  background-image: linear-gradient(#00000080, #00000080), url(/assets/stockholm-slott_1stockholm-slott.webp?v=161391716418728645111742030474);
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  width: 100%;
  display: flex;
  position: relative;
}

.shop-accent-c01-content-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-top: 7em;
  margin-bottom: 8em;
  display: flex;
}

.showcase-l03-image-wrapper {
  width: 100%;
  overflow: hidden;
}

.top-margin {
  margin-top: 1em;
  position: relative;
}

.showcase-l03-content {
  position: relative;
}

.showcase-l03-contane-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 7vw;
  display: flex;
  position: relative;
}

.showcase-l03-contane-wrapper.relative-left {
  background-color: #fafafa;
  top: -5vw;
  left: -2.5vw;
}

.image-vertical-2 {
  background-image: url(/assets/christina-spiliotopoulou-qendaifckao-unsplash-3-1-1-1_1christina-spiliotopoulou-qendaifckao-unsplash-3-1-1-1.webp?v=83866991943899012481742030474);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-bottom: 140%;
  position: relative;
}

.image-vertical-2.showcase-l03-image-03 {
  background-image: url(/assets/reham-youssef-xlbddrnqwqo-unsplash_1reham-youssef-xlbddrnqwqo-unsplash.webp?v=6966882227228068051742030474);
}

.image-vertical-2.showcase-l03-image-02 {
  background-image: url(/assets/elena-product-photo-5_1elena-product-photo-5.webp?v=45595457330654400631742030474);
}

.image-vertical-2.showcase-l03-image-08 {
  background-image: url(/assets/h-f-e-co-studio-mz7zsqrg4is-unsplash_1h-f-e-co-studio-mz7zsqrg4is-unsplash.webp?v=72412093707742806361742030474);
}

.showcase-l03-image-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.showcase-l03-image-container.relative-right {
  right: -2.5vw;
}

.showcase-l03-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 40% 1fr;
  grid-auto-columns: 1fr;
  margin-top: 7em;
  margin-bottom: 5em;
  display: grid;
}

.showcase-l03-grid.top {
  margin-top: 2em;
}

.int-l01 {
  flex-direction: column;
  align-items: center;
  height: 100%;
  margin-bottom: 5em;
  display: flex;
}

.int-l01.no-top-margin {
  margin-bottom: 0;
}

.three-columns {
  column-count: 3;
  column-gap: 5vw;
}

.three-columns.top-margin-20-px {
  text-align: justify;
  column-rule-width: 0px;
  column-gap: 1.5em;
  margin-top: 1em;
  margin-bottom: 2.5em;
}

.break-section {
  height: 5em;
}

.medium-break {
  height: 4em;
}

.top-margin-40px {
  width: 100%;
  margin-top: 40px;
}

.accent-l02-sticky {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 15vh;
}

.accent-l02-sticky._100-vh {
  justify-content: flex-end;
  height: 100vh;
  top: 5vw;
}

.accent-l02-sticky._100-vh.margin-mobile {
  justify-content: center;
}

.preview-wrapper {
  overflow: hidden;
}

.preview-wrapper._03 {
  width: 56%;
  position: relative;
  left: -7.1vw;
}

.preview-wrapper._01 {
  width: 70%;
  position: relative;
  right: -5vw;
}

.preview-wrapper._04 {
  width: 55%;
  position: absolute;
  inset: auto 0% -60% auto;
}

.preview-wrapper._02 {
  width: 22vw;
  position: absolute;
  inset: auto 0% -50% auto;
}

.accent-l02-line-wrapper {
  position: relative;
}

.accent-l02-line-wrapper._02 {
  justify-content: space-between;
  margin-top: 10vh;
  display: flex;
}

.accent-l02-line-wrapper.empty {
  justify-content: space-between;
  height: 60vh;
  display: flex;
}

.accent-l02-line-wrapper._01 {
  justify-content: space-between;
  display: flex;
}

.accent-l02-grid {
  grid-column-gap: 10vw;
  grid-template-rows: auto;
  grid-template-columns: 40% 1fr;
  width: 100%;
}

.ambassadors {
  width: 31em;
  max-width: none;
  margin-top: -5.1em;
  margin-bottom: -1em;
}

.accent-l02-empty {
  height: 10vh;
}

.vertical-image {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 140%;
  position: relative;
  overflow: hidden;
}

.vertical-image.accent-l02-g1-image-04 {
  background-image: url(/assets/h-f-e-co-studio-mz7zsqrg4is-unsplash_1h-f-e-co-studio-mz7zsqrg4is-unsplash.webp?v=72412093707742806361742030474);
  background-position: 50% 0;
  background-size: 180%;
}

.vertical-image.accent-l02-g1-image-02 {
  background-image: url(/assets/vladislav-filippov-kmftwzl4nus-unsplash_1vladislav-filippov-kmftwzl4nus-unsplash.webp?v=19483927803435883301742030474);
  background-position: 50% 0;
  background-size: 180%;
}

.vertical-image.accent-l02-g1-image-01 {
  background-image: url(/assets/christina-spiliotopoulou-qendaifckao-unsplash-3-1-1-1_1christina-spiliotopoulou-qendaifckao-unsplash-3-1-1-1.webp?v=83866991943899012481742030474);
  background-position: 50% 0;
  background-size: 180%;
}

.vertical-image.accent-l02-g1-image-03 {
  background-image: url(/assets/mojtaba-mosayebzadeh-uzqltrzorbg-unsplash_1mojtaba-mosayebzadeh-uzqltrzorbg-unsplash.webp?v=93821051668114950141742030474);
  background-position: 50% 0;
  background-size: 180%;
}

.image-vertical-3 {
  background-image: url(/assets/christina-spiliotopoulou-qendaifckao-unsplash-3-1-1-1_1christina-spiliotopoulou-qendaifckao-unsplash-3-1-1-1.webp?v=83866991943899012481742030474);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-bottom: 140%;
  position: relative;
}

.image-vertical-3.showcase-l03-image-03 {
  background-image: url(/assets/reham-youssef-xlbddrnqwqo-unsplash_1reham-youssef-xlbddrnqwqo-unsplash.webp?v=6966882227228068051742030474);
}

.image-vertical-3.showcase-l03-image-04 {
  background-image: url(/assets/vladislav-filippov-kmftwzl4nus-unsplash_1vladislav-filippov-kmftwzl4nus-unsplash.webp?v=19483927803435883301742030474);
}

.image-vertical-3.showcase-l03-image-06 {
  background-image: url(/assets/zerocodegirl_1zerocodegirl.webp?v=71197435917187128171742030474);
}

.image-vertical-3.showcase-l03-image-02 {
  background-image: url(/assets/elena-product-photo-5_1elena-product-photo-5.webp?v=45595457330654400631742030474);
}

.image-vertical-3.showcase-l03-image-01 {
  background-image: url(/assets/_dsc2391-1_1_dsc2391-1.webp?v=174577845574360669211742030474);
}

.image-vertical-3.showcase-l03-image-05 {
  background-image: url(/assets/christina-spiliotopoulou-qendaifckao-unsplash_1christina-spiliotopoulou-qendaifckao-unsplash.webp?v=4862539143873265291742030474);
}

.blog-post-content-wrapper {
  width: 100%;
  margin-bottom: 2em;
  padding-left: 10em;
  padding-right: 10em;
}

.divider {
  background-color: #3d3a3133;
  width: 100%;
  height: 1px;
  margin-top: 1em;
  margin-bottom: 1.4em;
}

.divider.product-page {
  margin-top: 1.2em;
  margin-bottom: 1em;
}

.rich-text-block {
  margin-top: 3em;
}

.select-field {
  color: #777;
  background-color: #fff9;
  border: 1px solid #0000004d;
  width: 100%;
  min-width: 220px;
  height: 4em;
  margin-top: .7em;
  margin-bottom: 0;
  margin-right: .7em;
  font-size: 1.15em;
}

.select-field.no-right-margin {
  margin-right: 0;
}

.opt-in-l02-form-wrapper {
  z-index: 1;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 8em 10em;
  display: flex;
  position: relative;
}

.div-block-2 {
  margin-bottom: 1em;
  display: flex;
}

.div-block-2.no-bottom-margin {
  margin-bottom: .1em;
}

.opt-in-l02-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 80%;
  min-width: 600px;
  display: flex;
}

.opt-in-l02-content.full-width {
  width: 100%;
}

.opt-in-l02-form {
  width: 100%;
  margin-bottom: 0;
}

.break {
  height: 1em;
}

.div-block-30 {
  margin-bottom: 1em;
  display: flex;
}

.categories-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-left: 5em;
  padding-right: 5em;
  display: flex;
}

.product-wrapper {
  width: 100%;
  margin-bottom: 5em;
  display: flex;
}

.categories-image {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 33em;
  display: flex;
}

.products {
  margin-top: -6em;
  margin-bottom: -2em;
}

.preview-l03-split-left {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 55%;
  display: flex;
  overflow: hidden;
}

.preview-l03-split-wrapper {
  width: 100%;
  height: 75em;
  display: flex;
  position: relative;
}

.preview-l03-split-right {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45%;
  height: 100%;
  display: flex;
  position: relative;
}

.preview-l03-image-wrapper {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.preview-l03-image-wrapper.preview-l03-image-08 {
  background-image: url(/assets/_dsc2459-ab-edit_1_dsc2459-ab-edit.webp?v=166774892148453117841742030474);
  background-position: 50% 0;
  position: relative;
}

.preview-l03-image-wrapper.preview-l03-image-01 {
  background-image: url(/assets/metal-spray-bottle-mockup-front-view_1metal-spray-bottle-mockup-front-view.webp?v=166815076163996986041742030474);
  background-position: 50% 0;
  position: relative;
}

.preview-l03 {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.preview-l03-content-wrapper {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 5vw 7vw 5vw 4vw;
  display: flex;
  position: relative;
}

.image-41 {
  width: 4.5em;
}

.modal-bg {
  z-index: 9995;
  background-color: #0003;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.text-block-13 {
  font-size: 1.2em;
}

.modal {
  z-index: 9998;
  background-color: #f3f3f3;
  width: 74em;
  height: 40em;
  margin: auto;
  display: none;
  position: fixed;
  inset: 0%;
}

.main-wrapper {
  width: 100%;
  margin-bottom: 1em;
}

.product-description {
  margin-bottom: .8em;
}

.product-description.trust-badge {
  white-space: nowrap;
  margin-bottom: 0;
  margin-left: .5em;
  font-size: 1.1em;
}

.product-single-grid-right {
  margin-bottom: -104px;
  padding-left: 3em;
  padding-right: 8em;
  position: relative;
  top: -104px;
}

.div-block-28 {
  align-items: flex-end;
  display: flex;
}

.slider {
  background-color: #f3f3f300;
  display: none;
}

.product-price-inside {
  color: var(--red);
  -webkit-text-stroke-width: .03em;
  width: auto;
  margin-bottom: 0;
  margin-right: .5em;
  font-size: 1.5em;
  font-weight: 200;
}

.product-price-inside._40-off {
  background-color: var(--red);
  color: #fff;
  -webkit-text-stroke-width: .03em;
  text-transform: uppercase;
  width: auto;
  margin-bottom: .1em;
  padding: .2em .5em;
  font-size: .9em;
  font-weight: 200;
}

.product-price-inside.full-price {
  color: #777;
  margin-right: 0;
  font-size: 1.2em;
  font-weight: 200;
}

.product-details-wrapper {
  flex-direction: column;
  transition: color .2s;
  display: flex;
}

.selection-product-single-grid {
  grid-template-rows: auto;
  grid-template-columns: 55% 45%;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-37 {
  height: 1.2em;
}

.discount {
  display: none;
}

.discount.sale {
  display: flex;
}

.faq-paragraph {
  color: #777777e6;
  margin-top: -.1em;
  margin-bottom: 1.2em;
}

.main-images-lightbox-link {
  cursor: zoom-in;
}

.main-images-lightbox-link:hover {
  opacity: 1;
}

.product-price-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.link-block-2 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.image-40 {
  width: .6em;
  height: .6em;
  margin-right: .5em;
}

.inventory-count {
  align-items: center;
  margin-top: .6em;
  display: none;
}

.inventory-count.sale {
  display: none;
}

.left-arrow {
  color: #0000004d;
}

._5-stars {
  width: 5.4em;
}

._5-stars.bottom-of-page {
  margin-right: 0;
}

._5-stars.mobile {
  display: none;
}

.product-single-grid-left {
  padding-top: 3em;
}

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

.product-heading {
  margin-top: .15em;
  margin-bottom: -.05em;
  margin-left: -.07em;
  font-size: 2.94em;
}

.trust-badges-div {
  opacity: .9;
  flex-direction: row;
  width: 100%;
  margin-top: .7em;
  display: flex;
}

.product-single-content {
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100vh;
  margin-top: 4em;
  margin-bottom: 4.5em;
  padding-top: 9em;
  display: flex;
  position: sticky;
  top: 0;
}

.trust-badge-product-page {
  border: 1px solid #0000004d;
  align-items: center;
  width: auto;
  margin-right: 1em;
  padding: .4em .8em;
  display: flex;
}

.right-arrow {
  color: #0000004d;
}

.wrapper {
  position: relative;
}

.intro-c01-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 7em;
  padding-right: 7em;
  display: flex;
  position: relative;
}

.intro-c01-content-wrapper._50 {
  width: 50%;
}

.image-43 {
  object-fit: cover;
  height: 60em;
}

.image-44 {
  object-fit: cover;
  height: 55em;
}

.div-block-32 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 1.5em;
  display: grid;
}

.product-images {
  margin-bottom: 2em;
}

.div-block-33 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.lightbox-link-2 {
  cursor: zoom-in;
  transition: transform .2s, opacity .4s, color .4s;
}

.lightbox-link-2:hover {
  opacity: 1;
  transform: none;
}

.product-page-image {
  cursor: zoom-in;
  min-width: 100%;
}

.bar-graph {
  background-color: #f3f3f3b3;
  height: .9em;
}

.staplar {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 33% auto 10%;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.testimonials-wrapper {
  width: 100%;
  margin-bottom: 0;
}

.reviews-stars {
  margin-left: 1em;
}

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

.reviews-heading-grid {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .35fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  margin-bottom: 3em;
  display: grid;
}

.bar-graph-fill {
  background-color: #e9d9a8;
  height: 100%;
}

.bar-graph-fill._3, .bar-graph-fill._1, .bar-graph-fill._2 {
  width: 0%;
}

.bar-graph-fill._4 {
  width: 5%;
}

.bar-graph-fill._5 {
  width: 95%;
}

.reviews {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.testimonial-stars-wrapper {
  align-items: center;
  margin-bottom: .8em;
  display: flex;
}

.testimonial-stars-wrapper.mobile {
  display: block;
}

.testimonial-name-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.collection-list-3 {
  justify-content: flex-start;
  align-items: center;
  margin-top: -2em;
  margin-bottom: 2em;
  display: flex;
}

.image-21 {
  height: 12em;
  margin-right: .35em;
}

.testimonial-text-wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  border-top: 1px solid #0000004d;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr 5fr .8fr;
  padding-top: 2em;
}

.image-wrapper.instagram-image, .image-47 {
  width: 100%;
}

.add-to-cart {
  width: 100%;
  margin-bottom: 1em;
}

.add-to-cart.sticky {
  margin-bottom: 0;
}

.cart {
  z-index: 1003;
  position: relative;
}

.animated-link-wrapper {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.animated-link-wrapper.w--current {
  color: #326660;
  border-bottom: 1px #326660;
  overflow: hidden;
}

.animated-link-wrapper.no-margins {
  margin-right: 28px;
}

.cart-button {
  background-color: #3898ec00;
  align-items: center;
  padding: .7em 0 1em 1.3em;
  display: flex;
}

.cart-quantity {
  color: #f3f3f3;
  -webkit-text-stroke-width: .03em;
  background-color: #000;
  border: 1px solid #fff9;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 1.4em;
  font-weight: 200;
  display: flex;
}

.name-and-price {
  margin-bottom: .5em;
  margin-left: 0;
  margin-right: 16px;
}

.cart-line-item {
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0;
  display: flex;
}

.checkout-price-compare {
  font-size: 1.2em;
}

.cart-form-wrapper {
  flex-direction: column;
  flex: 1;
  padding: 1em 1.5em 1em 1em;
  display: flex;
}

.quantity-and-remove {
  align-items: center;
  padding-bottom: 2.5em;
  display: flex;
}

.text-block-8 {
  font-size: 1.2em;
}

.checkout-price {
  color: #dc2325;
  -webkit-text-stroke-width: .03em;
  margin-right: .5em;
  font-size: 1.2em;
  font-weight: 200;
}

.cart-h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.cart-logo {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cart-options {
  flex-direction: column;
  justify-content: space-between;
  margin-left: 2.5em;
  display: flex;
}

.cart-footer {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  padding: 1.7em 1.5em;
  display: flex;
}

.price-div {
  justify-content: flex-start;
  display: flex;
}

.text-block-9 {
  -webkit-text-stroke-width: .04em;
  font-size: 1.2em;
  font-weight: 200;
}

.cart-header {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 2.2em 1.5em 1.3em;
  display: flex;
}

.product-name {
  -webkit-text-stroke-width: .03em;
  font-size: 1.3em;
  font-weight: 200;
}

.out-of-stock-text {
  display: none;
}

.quantity-block {
  align-items: center;
  height: 2.7em;
  display: flex;
}

.quantity {
  text-align: center;
  border: 1px solid #ddd;
  border-left: 0 #ddd;
  border-right: 0 #ddd;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  padding: 0;
  display: block;
}

.quantity-changers {
  cursor: pointer;
  border: 1px solid #e7e7e7;
  justify-content: center;
  align-items: center;
  width: 2.6em;
  height: 2.7em;
  display: flex;
}

.cart-popup-overlay {
  background-color: #000c;
  position: absolute;
  inset: 0%;
}

.cart-popup {
  z-index: 9;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.cart-popup.sf-cart-opened {
  display: flex;
}

.line-item {
  border-bottom: 1px solid #e6e6e6;
  align-items: center;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.cart-module {
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 50em;
  min-width: 320px;
  max-width: 480px;
  height: 100vh;
  display: flex;
  position: relative;
}

.item-remove-2 {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 2.7em;
  height: 2.7em;
  display: flex;
}

.cart-close {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 100%;
  display: flex;
}

.cart-close.popup-modal {
  height: 3em;
  position: absolute;
  inset: 1em 1em auto auto;
}

.form-block-6 {
  width: 2.7em;
  height: 2.7em;
  margin-bottom: 0;
}

.form-4 {
  height: 100%;
}

.image-48 {
  width: 9em;
  margin-top: 2em;
}

.image-49 {
  width: auto;
  height: 7em;
}

.bg-white {
  background-color: #fff;
  margin-top: 1px;
}

.compare-at-div {
  background-image: url(/assets/compare-at-price.svg?v=174511890885140102071742030474);
  background-position: 0 0;
  background-size: contain;
  display: none;
}

.compare-at-div.sale {
  display: block;
}

.html-embed {
  width: 100%;
}

.bg-black {
  background-color: var(--colour-four);
}

.video-container {
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

.video-container._2 {
  width: 50%;
}

.payment-options {
  flex: none;
  justify-content: center;
  align-items: center;
  padding-top: .4em;
  padding-bottom: 1.3em;
  display: flex;
}

.add-to-cart-text-hang-tight {
  display: none;
}

.div-block-35 {
  margin-top: 3em;
  display: flex;
}

.sticky-atc {
  z-index: 997;
  margin-bottom: -5em;
  position: fixed;
  inset: auto 0 0;
  box-shadow: 0 -2px 5px #0003;
}

.nav-box-shadow {
  z-index: -8;
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #0000004d;
}

.heading-small-h4 {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
}

.blog-n01-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 2em;
}

.resources-n01-content {
  margin-left: auto;
  margin-right: auto;
}

.resources-n01-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.resources-n01-content-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  align-items: center;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.resources-n01-content-wrapper:hover {
  opacity: 1;
  color: #000;
}

.resources-n01-content-wrapper.middle {
  padding-left: .5em;
  padding-right: .5em;
}

.resources-n01-content-wrapper.left {
  padding-left: 0;
}

.resources-n01-content-wrapper.right {
  padding-right: 0;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.image-scale-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.image-horizontal {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}

.resources-n01 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-bottom: 4em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 4em;
}

.div-block-36 {
  width: 100%;
  margin-bottom: 5em;
}

.div-block-37 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-left: .5em;
  padding-right: .5em;
  display: flex;
}

.div-block-37.left {
  padding-left: 0;
  padding-right: 1em;
}

.div-block-37.right {
  padding-left: 1em;
  padding-right: 0;
}

.image-50 {
  width: 3.5em;
  margin-bottom: 1em;
}

.paragraph {
  margin-bottom: .8em;
}

.div-block-38 {
  align-items: flex-end;
  height: 5em;
  display: flex;
}

.heading {
  text-align: center;
  width: 100%;
}

.hide {
  display: none;
}

.break-section-2 {
  height: 3em;
}

.trustpilot {
  width: 5em;
  margin-right: .5em;
}

.trustpilot.bottom-of-page {
  margin-right: 0;
}

.trustpilot.mobile {
  display: none;
}

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

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

.cart-button-2 {
  background-color: #fff0;
}

.cart-button-3 {
  background-color: #3898ec00;
}

.cart-item-quantity {
  max-width: 6rem;
  margin-bottom: 0;
}

.cart-item {
  margin-bottom: 1rem;
  display: flex;
}

.cart-item-title {
  color: #020203;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

.cart-form {
  width: 100%;
  margin-bottom: 2em;
}

.cart-totals {
  flex-direction: column;
  align-items: stretch;
}

.btn {
  color: #fbf7ed;
  background-color: #020203;
  justify-content: center;
  padding: .5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.4;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: inline-block;
}

.btn:hover {
  color: #020203;
  background-color: #d2b04f;
}

.btn.secondary {
  color: #020203;
  background-color: #0000;
  border: 1px solid #000;
  transition: border-color .2s, color .2s, background-color .2s;
}

.btn.secondary:hover {
  color: #fbf7ed;
  background-color: #9e843c;
  border-style: solid;
  border-color: #9e843c;
}

.cart-footer-text-area {
  max-width: 100%;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
}

.cart-item-info {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  margin-left: 1rem;
  display: flex;
}

.spacer-4 {
  height: 4rem;
}

.spacer-2 {
  width: 2rem;
  height: 2rem;
}

.p-medium {
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.4;
}

.cart-lines {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.cart-footer-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4rem;
  display: flex;
}

.cart-item-image {
  object-fit: cover;
  width: 100%;
  max-width: 12rem;
  height: 100%;
  max-height: 12rem;
}

.cart-item-remove {
  color: #9a9a9a;
}

.cart-line {
  justify-content: space-between;
  display: flex;
}

.collection-list-wrapper-4 {
  margin-top: .85em;
}

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

.out-of-stock-state, .error-state {
  display: none;
}

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

.container-2 {
  margin-top: 5em;
  margin-bottom: 7em;
}

.search-2 {
  margin-bottom: 3em;
}

.image-51 {
  width: 18em;
}

.cart-container {
  max-width: 600px;
}

.cart-quantity-2 {
  width: 4.2em;
  height: 2.5em;
  padding-left: .8em;
  font-size: 1.1vw;
}

.text-block-14, .remove-button, .web-payments {
  display: none;
}

@media screen and (min-width: 1280px) {
  body {
    font-size: .8vw;
  }

  h1 {
    font-size: 4.3em;
  }

  h2 {
    font-size: 3.5em;
  }

  h3 {
    font-size: 2.25em;
  }

  h4 {
    font-size: 1.95em;
  }

  h5 {
    font-size: 1.6em;
  }

  h6 {
    font-size: 1.4em;
  }

  .container.meet-elena {
    padding-top: 7em;
  }

  .container._4-boxes.no-gradient {
    padding-top: 5.5em;
  }

  .button-basic-three, .button-basic-two, .button-basic-one-outlined, .button-basic-one, .button-basic-one.wide {
    height: 5em;
  }

  .brand.margin-right.w--current {
    margin-right: 7em;
  }

  .whats-included-image {
    margin-top: -2em;
  }

  .no-margin.smaller-h1 {
    font-size: 3.5em;
  }

  .div-block-18 {
    margin-bottom: 5em;
  }

  .image-35 {
    width: 55em;
    top: .5em;
  }

  .int-l02-content-wrapper.colour-one._20vw---5vw-padding {
    padding-top: 14em;
    padding-left: 17.3em;
    padding-right: 17.9em;
  }

  .div-block-19 {
    padding: 6.5em 6em 4em;
  }

  .image-17 {
    width: 70em;
    max-width: 57%;
    top: 1.656em;
  }

  .image-17.product-page {
    top: 9.456em;
  }

  .faq-wrapper {
    margin-top: 1.35em;
  }

  .opt-in-01-form-wrapper {
    padding: 11em 7em 11em 12em;
  }

  .opt-in-01-image-02-wrapper {
    width: 14em;
  }

  .opt-in-01-grid {
    grid-template-columns: 1fr 36em;
  }

  .template-info-grid {
    margin-top: 2em;
  }

  .support-image {
    width: 18em;
  }

  .h4-section-under-wrapper {
    font-size: 2.2em;
  }

  .image-39 {
    top: 14.8em;
    left: -367%;
  }

  ._0-9vw.vertical-mobile {
    font-size: .87vw;
  }

  .shop-accent-c01-content-wrapper {
    margin-top: 9em;
    margin-bottom: 10em;
  }

  .blog-post-content-wrapper {
    padding-left: 18em;
    padding-right: 18em;
  }

  .opt-in-l02-form-wrapper {
    padding-left: 12em;
    padding-right: 12em;
  }

  .categories-image {
    height: 41em;
  }

  .modal {
    width: 80em;
    height: 42em;
  }

  .product-price-inside {
    font-size: 1.7em;
  }

  .product-price-inside._40-off {
    font-size: 1.1em;
  }

  .product-price-inside.full-price {
    font-size: 1.3em;
  }

  ._5-stars {
    margin-right: .6em;
  }

  .product-single-grid-left {
    top: 52em;
  }

  .product-heading {
    font-size: 3.3em;
  }

  .staplar {
    grid-template-columns: 31% auto 10%;
  }

  .reviews-heading-grid {
    grid-template-columns: 1fr .3fr;
  }

  .checkout-price-compare {
    font-size: 1.3em;
  }

  .checkout-price {
    margin-right: .4em;
    font-size: 1.3em;
  }

  .product-name {
    font-size: 1.4em;
  }

  .trustpilot {
    margin-right: .6em;
  }
}

@media screen and (min-width: 1440px) {
  body {
    font-size: .75vw;
  }

  h1 {
    font-size: 4.5em;
  }

  h2 {
    font-size: 3.7em;
  }

  h3 {
    font-size: 2.4em;
  }

  h4 {
    font-size: 2.17em;
  }

  h5 {
    font-size: 1.7em;
  }

  h6 {
    font-size: 1.5em;
  }

  .container.meet-elena {
    padding-top: 8em;
  }

  .container._4-boxes.no-gradient {
    padding-top: 6em;
  }

  .text-info-line {
    font-size: 12px;
  }

  .brand.margin-right.w--current {
    margin-right: 9em;
  }

  .whats-included-image {
    margin-top: -3em;
  }

  .no-margin.smaller-h1 {
    font-size: 3.7em;
  }

  .div-block-18 {
    margin-bottom: 6.1em;
  }

  .image-35 {
    width: 60em;
    top: -.3em;
  }

  .int-l02-content-wrapper.colour-one._20vw---5vw-padding {
    padding-top: 16em;
    padding-left: 22.7em;
    padding-right: 15.3em;
  }

  .div-block-19 {
    padding: 7.5em 7em 5em;
  }

  .image-17 {
    width: 80em;
    top: 1.456em;
  }

  .faq-wrapper {
    margin-top: 1.2em;
  }

  .opt-in-01-form-wrapper {
    padding: 12em 6em 12em 15em;
  }

  .opt-in-01-image-02-wrapper {
    width: 15em;
  }

  .opt-in-01-grid {
    grid-template-columns: 1fr 40em;
  }

  .image-39 {
    top: 16.3em;
    left: -404%;
  }

  ._0-9vw.vertical-mobile {
    font-size: .8vw;
  }

  .shop-accent-c01-content-wrapper {
    margin-top: 11em;
    margin-bottom: 12em;
  }

  .blog-post-content-wrapper {
    padding-left: 20em;
    padding-right: 20em;
  }

  .opt-in-l02-form-wrapper {
    padding-left: 14em;
    padding-right: 14em;
  }

  .categories-image {
    height: 45em;
  }

  .modal {
    width: 85em;
    height: 44em;
  }

  .product-price-inside._40-off {
    font-size: 1em;
  }

  ._5-stars {
    margin-right: .7em;
  }

  .product-single-grid-left {
    top: 55.3em;
  }

  .product-heading {
    font-size: 3.48em;
  }

  .staplar {
    grid-template-columns: 28% auto 10%;
  }

  .trustpilot {
    margin-right: .7em;
  }

  .cart-quantity-2 {
    font-size: .9vw;
  }
}

@media screen and (min-width: 1920px) {
  body {
    font-family: Barlow, sans-serif;
    font-size: 13px;
    font-weight: 200;
    line-height: 1.3;
  }

  h1 {
    font-size: 4.7em;
  }

  h2 {
    font-size: 3.9em;
  }

  h3 {
    font-size: 2.5em;
  }

  h5 {
    font-size: 1.8em;
  }

  h6 {
    font-size: 1.6em;
  }

  .container {
    max-width: 1900px;
  }

  .container.meet-elena {
    padding-top: 9em;
  }

  .container.trust-badges {
    padding-left: 8em;
    padding-right: 8em;
  }

  .container._4-boxes {
    background-image: linear-gradient(167deg, #fff 26%, #eeeae7 52%);
  }

  .container._4-boxes.no-gradient {
    padding-top: 6.5em;
  }

  .button-basic-three, .button-basic-one-outlined {
    -webkit-text-stroke-width: .05em;
    font-weight: 200;
  }

  .brand.margin-right.w--current {
    margin-right: 11em;
  }

  .colour-four {
    justify-content: center;
    display: flex;
  }

  .colour-four.nav {
    display: block;
  }

  .whats-included-image {
    margin-top: -4em;
  }

  .flex-horizontal {
    justify-content: center;
  }

  .no-margin.smaller-h1 {
    font-size: 3.9em;
  }

  .ab-trust-badges {
    width: 90%;
  }

  .div-block-18 {
    margin-bottom: 7.4em;
  }

  .max-width {
    max-width: 700px;
  }

  .image-35 {
    width: 64em;
    top: -2.1em;
  }

  .int-l02-content-wrapper.colour-one._20vw---5vw-padding {
    padding-left: 21.2em;
    padding-right: 13.8em;
  }

  .div-block-19 {
    padding: 9em 8em 6.5em;
  }

  .image-17 {
    top: .756em;
  }

  .image-17.product-page {
    top: 11.856em;
  }

  .faq-wrapper {
    margin-top: 1em;
  }

  .opt-in-01-form-wrapper {
    padding-left: 18em;
    padding-right: 10em;
  }

  .image-vertical.opt-in-01-image-01 {
    background-size: contain;
  }

  .opt-in-01-image-02-wrapper {
    width: 16em;
  }

  .opt-in-01-grid {
    grid-template-columns: 1fr 45em;
  }

  .template-info-grid {
    max-width: 1900px;
  }

  .section-under.colour-white.section-mobile {
    justify-content: center;
  }

  .image-39 {
    top: 18.8em;
    left: -463%;
    right: -463%;
  }

  ._0-9vw.vertical-mobile {
    font-size: 13px;
  }

  .fs-cc-banner_text-link {
    -webkit-text-stroke-width: .05em;
    font-weight: 200;
  }

  .breadcrumb-nav-link {
    font-weight: 200;
  }

  .shop-accent-c01-content-wrapper {
    margin-top: 13em;
    margin-bottom: 14em;
  }

  .int-l01 {
    max-width: 1350px;
  }

  .blog-post-content-wrapper {
    padding-left: 22em;
    padding-right: 22em;
  }

  .opt-in-l02-form-wrapper {
    padding-left: 16em;
    padding-right: 16em;
  }

  .categories-image {
    height: 50em;
  }

  .modal {
    width: 88em;
    height: 47em;
  }

  .product-price-inside {
    font-weight: 200;
  }

  ._5-stars {
    margin-right: .8em;
  }

  .product-single-grid-left {
    top: 41.15vw;
  }

  .product-heading {
    font-size: 3.6em;
  }

  .staplar {
    grid-template-columns: 25% auto 10%;
  }

  .trustpilot {
    margin-right: .8em;
  }

  .cart-quantity-2 {
    font-size: 15.6px;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 1.1vw;
  }

  p, li {
    font-size: 1.35em;
  }

  .container {
    padding-top: 7em;
    padding-left: 5em;
    padding-right: 5em;
  }

  .container.nav {
    height: 55px;
  }

  .container.meet-elena {
    margin-bottom: -7.6em;
    padding-top: 8em;
  }

  .container.trust-badges {
    padding-left: 5em;
    padding-right: 2.5em;
  }

  .container.footer.black {
    padding-bottom: 1em;
  }

  .container.footer.black.bottom {
    justify-content: center;
    padding-top: 2em;
    padding-bottom: 2.5em;
  }

  .container.linear-gradient.grey {
    padding-top: 0;
  }

  .container._4-boxes.no-gradient {
    padding-bottom: 2em;
  }

  .button-basic-three, .button-basic-two, .button-basic-one-outlined {
    font-size: 1em;
  }

  .button-basic-one-outlined.cookie {
    font-size: .9em;
  }

  .button-basic-one {
    font-size: 1em;
  }

  .caps-accent {
    font-size: .95em;
  }

  .text-caps.text-center {
    letter-spacing: 1.4px;
  }

  .caps-small {
    font-size: 1em;
  }

  .paragraph-small {
    font-size: 1.1em;
  }

  .paragraph-big {
    font-size: 1.9em;
  }

  .text-light.navbar {
    font-size: 1.6em;
  }

  .text-info-line {
    font-size: 9px;
  }

  .announcement {
    height: 20px;
  }

  .nav-bar {
    background-color: #f3f3f3;
    height: 80px;
  }

  .line-hover-2.invisible-mobile {
    display: none;
  }

  .line-horizontal._02 {
    background-color: #fff9;
    height: 2px;
    position: relative;
    top: 5px;
    left: 0%;
    right: 0%;
  }

  .line-horizontal._01 {
    background-color: #fff9;
    height: 2px;
    position: relative;
    top: -5px;
  }

  .dropdown-list {
    flex-wrap: wrap;
  }

  .dropdown-list.w--open {
    display: flex;
  }

  .brand.margin-right {
    margin-right: 0;
  }

  .brand.margin-right.w--current {
    width: 110px;
    min-width: 90px;
  }

  .search-button {
    background-size: 24px;
    width: 6em;
    height: 6em;
    padding: 0;
  }

  .nav-menu {
    background-color: #000;
    align-items: flex-end;
    width: 65vw;
    height: 100vh;
    padding-top: 20vh;
    padding-left: 10em;
    padding-right: 10em;
    position: absolute;
    inset: -20px 0% auto auto;
  }

  .navlink-2 {
    font-size: 1.6em;
  }

  .line-hover.invisible-mobile {
    display: none;
  }

  .search-wrapper-mobile {
    width: 106.5%;
    height: 6em;
    margin-left: 0;
    margin-right: 0;
  }

  .menu-icon-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 40px;
    height: 40px;
    display: flex;
    position: relative;
  }

  .search-wrapper.desktop {
    display: none;
  }

  .search-wrapper.mobile {
    width: 100%;
    height: auto;
    margin-right: 0;
    display: flex;
  }

  .dropdown-toggle {
    justify-content: center;
    width: 100%;
    height: auto;
    padding: 0 0;
    display: inline-block;
  }

  .dropdown-toggle.w--open {
    margin-left: 0;
  }

  .search-input {
    border-bottom-color: #f3f3f380;
    height: 3.2em;
    font-size: 1.35em;
  }

  .dropdown-link {
    text-align: center;
    font-size: 1.2em;
  }

  .search {
    width: 100%;
  }

  .animated-link-wrapper-nav {
    height: 6em;
  }

  .animated-link-wrapper-nav.w--current {
    justify-content: center;
  }

  .crown-logo-bottom {
    display: block;
  }

  .dropdown {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .image-22 {
    opacity: .7;
    width: 5em;
    margin-top: 2em;
  }

  .icon {
    margin-right: 0;
    font-size: 1.2em;
  }

  .menu-button {
    background-color: #0000;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .colour-four {
    background-color: #000;
  }

  .colour-four.nav {
    height: 75px;
  }

  .center._70, .center._70.text-light.top-margin-60px, .full-video-wrapper {
    width: 100%;
  }

  .no-margin.text-light.text-caps.right-margin, .no-margin.text-light.text-caps.right-margin-60px {
    margin-right: 0;
  }

  .free-shipping-icon.t---mg-bottom-16px.up {
    margin-top: -.7em;
  }

  .div-block-18 {
    margin-bottom: 24em;
  }

  .logo-image-and-text-wrapper {
    align-items: center;
  }

  .image-35 {
    width: 47em;
    top: -27.2em;
    left: -3%;
  }

  .crown-logo-image {
    width: 6vw;
    left: auto;
  }

  .int-l02-grid {
    grid-template-columns: 18% 1fr;
  }

  .int-l02-content-wrapper {
    padding-left: 15vw;
    padding-right: 10vw;
  }

  .int-l02-content-wrapper.colour-one._20vw---5vw-padding {
    text-align: center;
    align-items: center;
    padding: 14em 12.7em 14em 13.8em;
  }

  .the-excuisite {
    font-size: 5vw;
  }

  .elena-black {
    width: 13em;
    margin-top: 0;
    margin-left: 0;
  }

  .div-block-29 {
    flex-direction: column;
    margin-top: .5em;
    margin-bottom: .5em;
  }

  .div-block-19 {
    padding: 4em 2.5em 1.5em;
  }

  .facts-01-grid {
    grid-template-columns: 1fr 1fr;
  }

  .center-mobile._4-boxes-heading {
    font-size: 1.8em;
  }

  .image-17 {
    max-width: 65%;
    top: 4.256em;
  }

  .opt-in-01 {
    margin-bottom: 8em;
  }

  .crown-content-wrapper {
    margin-bottom: 0;
  }

  .opt-in-01-form-wrapper {
    padding-left: 11.5em;
    padding-right: 11.5em;
  }

  .field-underline {
    height: 3.8em;
  }

  .field-underline.text {
    height: 7.5em;
  }

  .field-underline.no-top-margin {
    height: 4.5em;
  }

  .image-vertical {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .opt-in-01-image-01-wrapper {
    width: 70%;
    left: 0;
  }

  .opt-in-01-image-01-wrapper.invisible-mobile {
    display: none;
  }

  .opt-in-01-image-02-wrapper {
    width: 14em;
    top: -2em;
    right: 0;
  }

  .opt-in-01-grid {
    grid-template-columns: 30% 1fr;
  }

  .template-info-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .where-to-start-grid-wrapper-2 {
    padding-bottom: 9em;
    padding-left: 15em;
    padding-right: 15em;
  }

  .top-margin-20-px.paragraph-section-under {
    margin-top: 0;
    margin-bottom: 2em;
  }

  .support-image {
    width: 15em;
    margin-bottom: 1.9em;
  }

  .section-under.colour-white.section-mobile {
    height: auto;
    margin-top: 0;
    padding-top: 8em;
    padding-bottom: 2em;
  }

  .section-under-wrapper.section-mobile {
    height: auto;
  }

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

  .image-39 {
    top: 8.4em;
    left: -249%;
  }

  .instagram-cta {
    margin-top: 1em;
  }

  .div-block {
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 1em;
    margin-bottom: 1em;
  }

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

  .form, .form-block-newsletter {
    width: 100%;
  }

  ._0-9vw.vertical-mobile {
    flex-direction: column;
    align-items: center;
    margin-top: 1em;
    font-size: 1.1vw;
  }

  .fs-cc-banner_close {
    padding: 1.1em;
  }

  .fs-cc-banner_close-icon {
    width: 1.4em;
    height: 1.4em;
  }

  .fs-cc-banner_text {
    margin-right: 0;
    font-size: 1.15em;
  }

  .fs-cc-banner_text-link.preferences {
    font-size: 1.15em;
  }

  .fs-cc-banner_component {
    padding-left: 5em;
    padding-right: 5em;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1em;
  }

  .emty-navbar-section {
    height: 80px;
  }

  .shop-accent-c01-content-wrapper {
    width: 100%;
    margin-top: 6em;
    margin-bottom: 7em;
  }

  .showcase-l03-image-wrapper {
    width: 100%;
  }

  .top-margin {
    text-align: justify;
  }

  .top-margin.center-mobile {
    text-align: left;
  }

  .image-vertical-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .int-l01 {
    margin-top: 4em;
  }

  .int-l01.no-top-margin {
    margin-top: 0;
  }

  .accent-l02-sticky._100-vh {
    align-items: stretch;
  }

  .accent-l02-sticky._100-vh.margin-mobile {
    height: 90vh;
  }

  .accent-l02-grid {
    grid-template-columns: 50% 1fr;
  }

  .accent-l02-content-wrapper {
    padding-right: 0;
  }

  .image-vertical-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .blog-post-content-wrapper {
    margin-bottom: 0;
  }

  .opt-in-l02-content {
    width: 100%;
    min-width: 0;
  }

  .categories-text {
    padding-right: 0;
  }

  .categories-image {
    height: 29em;
  }

  .products {
    margin-top: -4em;
    margin-bottom: -2.6em;
  }

  .preview-l03-split-left, .preview-l03-split-right {
    width: 50%;
  }

  .preview-l03-image-wrapper {
    min-height: 40vh;
  }

  .preview-l03-image-wrapper.preview-l03-image-08 {
    height: 80%;
    min-height: 0;
  }

  .preview-l03-image-wrapper.preview-l03-image-01 {
    min-height: 0;
  }

  .preview-l03-content-wrapper {
    padding-right: 5vw;
  }

  .modal {
    width: 76em;
  }

  .product-single-grid-right {
    width: 100%;
    padding-right: 5em;
  }

  .product-price-inside._40-off {
    font-size: 1em;
  }

  .product-single-grid-left {
    top: 35em;
  }

  .product-single-content {
    min-height: auto;
    margin-top: 3.5em;
    padding-top: 12em;
  }

  .intro-c01-content-wrapper {
    padding-left: 5em;
    padding-right: 5em;
  }

  .image-43 {
    height: 55em;
  }

  .image-44 {
    height: 50em;
  }

  .div-block-32 {
    margin-bottom: 0;
  }

  .staplar {
    grid-template-columns: 35% auto 10%;
  }

  .reviews-heading-grid {
    grid-template-columns: 1fr .42fr;
  }

  .animated-link-wrapper.no-margins {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 8px;
  }

  .cart-quantity {
    color: #fff9;
    background-color: #000;
    width: 39px;
    height: 39px;
    font-size: 15px;
  }

  .checkout-price-compare, .text-block-8, .checkout-price {
    font-size: 1.35em;
  }

  .cart-h3 {
    font-size: 2.4em;
  }

  .cart-footer {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .text-block-9 {
    font-size: 1.35em;
  }

  .product-name {
    font-size: 1.45em;
  }

  .image-48 {
    width: 10.5em;
  }

  .nav-box-shadow {
    height: 75px;
  }

  .cart-quantity-2 {
    font-size: 1.33vw;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.73vw;
  }

  h1 {
    font-size: 3.8em;
  }

  p, li {
    font-size: 1.4em;
  }

  .section.no-min-h {
    min-height: 0;
  }

  .section.colour-four.z {
    height: auto;
  }

  .container {
    padding-top: 4em;
    padding-left: 4em;
    padding-right: 4em;
  }

  .container.meet-elena {
    margin-bottom: -5.6em;
  }

  .container.trust-badges {
    padding: 2.5em 2.4em 2.6em 1.4em;
  }

  .container.footer.black {
    padding-bottom: 3em;
  }

  .container.footer.black.bottom {
    padding-top: 5em;
    padding-bottom: 3em;
  }

  .container._4-boxes.no-gradient {
    margin-top: 0;
  }

  .container.video-player {
    padding-left: 0;
    padding-right: 0;
  }

  .styleguide-right-column {
    width: 100%;
    padding-left: 0;
  }

  .styleguide-left-column {
    width: 100%;
    margin-bottom: 40px;
  }

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

  .styleguide-all-sections-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .styleguide-wrapper {
    flex-direction: column;
  }

  .button-basic-two.top-margin-mobile-portrait-10px {
    height: 4.7em;
  }

  .button-basic-one-outlined.cookie {
    font-size: .95em;
  }

  .button-basic-one.shopyflow.sticky {
    height: 5em;
  }

  .caps-accent {
    font-size: 1em;
  }

  .caps-accent.text-light.top-margin-40px {
    text-align: center;
    width: 100%;
  }

  .text-caps.small {
    font-size: .95em;
  }

  .text-caps.no-margin.small {
    font-size: .8em;
  }

  .text-caps.text-center {
    letter-spacing: 2px;
    margin-top: 1.5em;
  }

  .text-caps.text-center.cart-margins {
    margin-top: 1em;
  }

  .caps-small {
    font-size: 1.05em;
  }

  .paragraph-small {
    font-size: 1.2em;
  }

  .paragraph-big {
    font-size: 1.95em;
  }

  .text-light.navbar {
    font-size: 1.4em;
  }

  .text-light.h1-hero {
    font-size: 3.5em;
  }

  .text-info-line {
    font-size: 8px;
  }

  .announcement {
    align-items: center;
  }

  .nav-menu {
    width: 76vw;
    padding-left: 8em;
    padding-right: 8em;
  }

  .navlink-2 {
    font-size: 1.4em;
  }

  .search-wrapper-mobile {
    width: 110%;
    height: 5em;
  }

  .search-wrapper {
    width: 40vw;
  }

  .search-wrapper.mobile {
    height: auto;
  }

  .dropdown-link {
    font-size: 1em;
  }

  .animated-link-wrapper-nav {
    height: 5em;
  }

  .image-22 {
    width: 4.5em;
  }

  .colour-four {
    height: 75px;
  }

  .center._70.text-light.top-margin-60px {
    width: 100%;
    margin-top: .8em;
    font-size: 2.9em;
  }

  .rotation-container-left {
    display: none;
  }

  .elena-hero {
    height: 19em;
    margin-top: .8em;
  }

  .preview-l05 {
    padding-left: 4em;
    padding-right: 4em;
  }

  .overflow-hidden {
    justify-content: center;
  }

  .overflow-hidden.product-page {
    display: flex;
  }

  .whats-included-image {
    margin-bottom: -2.6em;
  }

  .whats-included-image.product-page {
    width: 110%;
    max-width: none;
    margin-top: 1em;
    margin-bottom: 0;
  }

  .flex-horizontal {
    grid-row-gap: 1.5em;
    text-align: center;
    flex-direction: column;
    font-size: 1.25vw;
  }

  .no-margin.small {
    font-size: 1.2em;
  }

  .no-margin._70-mobile {
    width: 85%;
    font-size: 2.8em;
  }

  .no-margin.smaller-h1 {
    font-size: 3em;
  }

  .no-margin.popup-heading {
    font-size: 2.7em;
  }

  .free-shipping-icon.t---mg-bottom-16px {
    width: 3em;
    margin-bottom: -.4em;
    margin-right: 0;
  }

  .free-shipping-icon.t---mg-bottom-16px.up {
    margin-top: -.7em;
  }

  .div-block-18 {
    margin-top: 4em;
    margin-bottom: 18em;
  }

  .image-35 {
    width: 35em;
    top: -20.1em;
    left: -6%;
  }

  .crown-logo-image {
    width: 7.5vw;
  }

  .int-l02-content-wrapper.colour-one._20vw---5vw-padding {
    padding: 11em 7em 12em 5.8em;
  }

  .the-excuisite {
    width: 110%;
    font-size: 5.8vw;
  }

  .elena-black {
    width: 11.5em;
    margin-top: .6em;
  }

  .div-block-29 {
    margin-bottom: 1em;
  }

  .div-block-19 {
    padding: 3em 1.7em .5em;
  }

  .paragraph-4-boxes {
    text-align: center;
  }

  .facts-01-grid.product-page {
    margin-top: -2em;
  }

  .center-mobile._4-boxes-heading {
    text-align: center;
    font-size: 1.7em;
  }

  .image-17 {
    max-width: 100%;
    top: 9.656em;
  }

  .image-17.product-page {
    max-width: 100%;
    top: 15.656em;
  }

  .faq-wrapper.product-page {
    margin-top: 3.5em;
  }

  .crown-content-wrapper {
    margin-bottom: -1.7em;
  }

  .opt-in-01-form-wrapper, .opt-in-01-form-wrapper.pop-up-wrapper {
    padding-left: 4em;
    padding-right: 4em;
  }

  .field-underline {
    height: 3.5em;
  }

  .field-underline.text {
    height: 7em;
  }

  .opt-in-form-02 {
    margin-top: 0;
  }

  .opt-in-01-image-02-wrapper {
    width: 11.5em;
  }

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

  .buttons-row.center.top-margin-60-px {
    width: 100%;
  }

  .where-to-start-grid-wrapper-2 {
    padding-left: 12em;
    padding-right: 12em;
  }

  .top-margin-20-px.paragraph-section-under {
    margin-bottom: 1.5em;
  }

  .section-under.colour-white.section-mobile {
    height: auto;
    padding-top: 8em;
  }

  .footer-links-wrapper {
    margin-top: 0;
  }

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

  .footer-instagram-gradient {
    background-image: linear-gradient(to right, #f3f3f3, #f3f3f300 50%);
  }

  .image-39 {
    width: 11em;
    top: 0;
    left: -3%;
  }

  .instagram-cta {
    margin-top: -.6em;
    margin-bottom: .7em;
  }

  .instagram-text {
    margin-top: 1.8em;
    position: static;
  }

  .footer-wrapper.invisible-mobile {
    display: none;
  }

  .footer-wrapper.left-margin {
    margin-top: -2em;
  }

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

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

  .newsletter-grid {
    margin-bottom: -2em;
  }

  .form {
    flex-direction: column;
  }

  ._0-9vw.vertical-mobile {
    font-size: 1.73vw;
  }

  .learn-more-wrapper.vertical {
    overflow: hidden;
  }

  .fs-cc-banner_text {
    font-size: 1.2em;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: center;
  }

  .fs-cc-banner_text-link.preferences {
    font-size: 1.2em;
  }

  .fs-cc-banner_component {
    padding-left: 4em;
    padding-right: 4em;
  }

  .fs-cc-banner_buttons-wrapper {
    justify-content: center;
    margin-top: .8em;
  }

  .cookie-break.hide-break-mobile {
    display: none;
  }

  .emty-navbar-section {
    height: 75px;
  }

  .shop-accent-c01-content-wrapper {
    margin-top: 5em;
    margin-bottom: 6em;
  }

  .showcase-l03-contane-wrapper {
    border: 1px #000;
  }

  .showcase-l03-contane-wrapper.relative-left {
    text-align: center;
    background-color: #fafafae6;
    align-items: center;
    margin-bottom: -34.4em;
    top: -34.4em;
    left: 0;
  }

  .showcase-l03-image-container {
    border: 1px #000;
  }

  .showcase-l03-image-container.relative-right {
    right: 0;
  }

  .showcase-l03-grid {
    grid-template-columns: 1fr;
    margin-top: 6em;
    margin-bottom: 4em;
  }

  .int-l01 {
    margin-bottom: 6em;
  }

  .three-columns {
    column-count: 2;
  }

  .accent-l02-sticky._100-vh {
    height: auto;
  }

  .accent-l02-sticky._100-vh.margin-mobile {
    height: auto;
    margin-bottom: 5.9em;
  }

  .preview-wrapper._03 {
    left: 0;
  }

  .preview-wrapper._01 {
    right: 0;
  }

  .preview-wrapper._02 {
    width: 40vw;
  }

  .accent-l02-line-wrapper._02 {
    padding-left: 0;
  }

  .accent-l02-line-wrapper.empty.size-on-mobile {
    height: 10vh;
  }

  .accent-l02-grid {
    grid-template-columns: 1fr;
    margin-bottom: 250px;
  }

  .ambassadors {
    width: 28em;
    margin-top: -3.3em;
    margin-bottom: -2.5em;
    display: none;
  }

  .accent-l02-empty {
    display: none;
  }

  .accent-l02-content-wrapper {
    margin-top: 1em;
    margin-bottom: -29em;
  }

  .accent-l02-content-wrapper.images {
    display: none;
  }

  .blog-post-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .divider {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .divider.product-page {
    margin-top: 1.32em;
    margin-bottom: 1.08em;
  }

  .opt-in-l02-form-wrapper {
    padding-left: 5em;
    padding-right: 5em;
  }

  .div-block-2 {
    flex-direction: column;
  }

  .opt-in-l02-content {
    width: 100%;
  }

  .div-block-30 {
    flex-direction: column;
  }

  .categories-image {
    height: 26em;
  }

  .products {
    margin-top: -1.1em;
    margin-bottom: -2.9em;
  }

  .preview-l03-split-wrapper {
    height: 60em;
  }

  .preview-l03-image-wrapper.preview-l03-image-08 {
    height: 65%;
  }

  .modal {
    width: 100%;
    height: 45em;
  }

  .lightbox-link-mobile {
    z-index: 20;
    width: 70%;
    height: 88%;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
  }

  .product-description.trust-badge {
    font-size: 1.2em;
  }

  .product-single-grid-right {
    margin-top: 1em;
    margin-bottom: 0;
    padding-left: 4em;
    padding-right: 4em;
    position: static;
    top: 0;
  }

  .slider {
    z-index: 0;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    margin-bottom: -1em;
    display: flex;
  }

  .product-price-inside {
    font-size: 2em;
  }

  .product-price-inside._40-off {
    font-size: 1.1em;
  }

  .product-price-inside.full-price {
    font-size: 1.5em;
  }

  .slide-nav {
    padding-top: 3em;
  }

  .product-details-wrapper {
    order: 0;
  }

  .selection-product-single-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .image-37 {
    height: 1.3em;
  }

  .discount.sale {
    margin-top: 1em;
  }

  .inventory-count {
    margin-top: .8em;
  }

  ._5-stars {
    width: 6.8em;
  }

  ._5-stars.bottom-of-page {
    width: 10em;
  }

  .product-single-grid-left {
    display: none;
  }

  .product-single-content {
    min-height: auto;
    margin-top: 1.7em;
    margin-bottom: 2em;
    padding-top: 0;
    padding-bottom: 0;
  }

  .trust-badge-product-page {
    padding: .5em .9em;
  }

  .intro-c01-content-wrapper {
    padding: 3em 4em 4em;
  }

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

  .image-43 {
    height: 50em;
  }

  .image-44 {
    height: 45em;
  }

  .div-block-32 {
    grid-template-columns: 1fr;
  }

  .staplar {
    grid-template-columns: 35% auto 10%;
  }

  .reviews-heading-grid {
    grid-template-columns: 1fr .8fr;
    margin-top: -2em;
  }

  .smaller-mobile {
    font-size: 2.5em;
  }

  .testimonial-text-wrapper {
    grid-template-columns: 1.5fr 3fr 1.1fr;
  }

  .image-46 {
    display: none;
  }

  .add-to-cart {
    margin-bottom: 1.5em;
  }

  .cart-quantity {
    width: 38px;
    height: 38px;
  }

  .checkout-price-compare, .text-block-8, .checkout-price {
    font-size: 1.4em;
  }

  .cart-h3 {
    font-size: 2em;
  }

  .cart-footer {
    padding-bottom: 2.3em;
  }

  .text-block-9 {
    font-size: 1.4em;
  }

  .product-name {
    font-size: 1.6em;
  }

  .cart-module {
    padding-left: 0;
    padding-right: 0;
  }

  .image-48 {
    width: 11em;
  }

  .video-container._2 {
    width: 100%;
  }

  .div-block-35 {
    flex-direction: column-reverse;
  }

  .heading-small-h4 {
    font-size: 2.5em;
  }

  .blog-n01-layout {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .resources-n01-image-wrapper {
    overflow: hidden;
  }

  .resources-n01-content-wrapper.middle {
    border-right-style: none;
    padding-left: 0;
    padding-right: 0;
  }

  .resources-n01-content-wrapper.left {
    padding-right: 0;
  }

  .resources-n01-content-wrapper.right {
    padding-left: 0;
  }

  .resources-n01 {
    margin-bottom: 3em;
  }

  .grid {
    grid-row-gap: 2.5em;
    grid-template-columns: 1fr;
    margin-top: 2em;
  }

  .div-block-37 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-37.left {
    padding-right: 0;
  }

  .div-block-37.right {
    padding-left: 0;
  }

  .paragraph {
    width: 70%;
    margin-bottom: .5em;
  }

  .break-section-2 {
    height: 1em;
  }

  .trustpilot {
    width: 6.5em;
  }

  .trustpilot.bottom-of-page {
    width: 10em;
  }

  .btn.mobile-stretch {
    width: 100%;
  }

  .cart-footer-text-area {
    min-height: 5rem;
  }

  .spacer-4 {
    height: 2rem;
  }

  .spacer-2 {
    width: 1rem;
    height: 1rem;
  }

  .cart-footer-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }

  .cart-quantity-2 {
    font-size: 2.1vw;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 2.55vw;
  }

  h1 {
    font-size: 3.6em;
  }

  h2 {
    font-size: 3em;
  }

  .container {
    padding-top: 5em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .container.meet-elena {
    margin-bottom: -3.9em;
    padding-top: 6em;
  }

  .container.trust-badges {
    padding-top: 4em;
    padding-bottom: 3.2em;
  }

  .container.hero {
    padding-top: 0;
  }

  .container.video-player {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .styleguide-colour {
    width: 100%;
  }

  .styleguide-colours {
    grid-template-columns: 1fr;
  }

  .button-wrapper {
    width: 100%;
  }

  .styleguide-two-column-grid {
    grid-template-columns: 1fr;
  }

  .button-basic-two.top-margin-mobile-portrait-10px {
    margin-top: 10px;
  }

  .caps-accent.text-light.top-margin-40px {
    width: 90%;
  }

  .caps-accent.text-light.italic {
    font-size: .8em;
  }

  .text-caps.no-margin.small {
    display: none;
  }

  .text-caps.no-margin.small.mobile {
    font-size: .9em;
    display: none;
  }

  .text-caps.text-center {
    letter-spacing: 1.7px;
  }

  .text-caps.top-margin {
    text-align: left;
    margin-top: 0;
  }

  .text-caps.review-date {
    margin-top: 1em;
    margin-bottom: 2em;
  }

  .text-caps.verified-customer {
    margin-bottom: .8em;
  }

  .text-light.h1-hero {
    font-size: 3em;
  }

  .text-info-line {
    letter-spacing: 1.7px;
    font-size: .8em;
  }

  .dropdown-list.w--open {
    flex-direction: column;
  }

  .brand {
    width: 70px;
    padding-left: 0;
  }

  .brand.margin-right {
    width: 95px;
  }

  .nav-menu {
    width: 85vw;
    padding-left: 5em;
    padding-right: 6.5em;
  }

  .menu-icon-wrapper {
    width: 30px;
    height: 30px;
  }

  .colour-four {
    height: 70px;
  }

  .shop-accent-c01 {
    justify-content: center;
    height: auto;
    min-height: 100vh;
  }

  .center._70.text-light.top-margin-60px {
    width: 90%;
    font-size: 3.1em;
  }

  .elena-hero {
    height: 18em;
  }

  .preview-l05 {
    padding-left: 2em;
    padding-right: 2em;
  }

  .text-center._1 {
    display: none;
  }

  .text-center._2 {
    display: block;
  }

  .whats-included-image {
    margin-bottom: -.5em;
  }

  .whats-included-image.product-page {
    margin-top: 3em;
  }

  .flex-horizontal {
    font-size: 2.2vw;
  }

  .no-margin._70-mobile {
    width: 70%;
  }

  .no-margin.popup-heading {
    text-align: center;
  }

  .ab-trust-badges {
    grid-row-gap: 2.5em;
    grid-template-columns: 1fr 1fr;
  }

  .free-shipping-icon.t---mg-bottom-16px, .trust-badges-text {
    margin-right: 0;
  }

  .div-block-18 {
    margin-bottom: 20em;
  }

  .image-35 {
    width: 32em;
    top: -18.4em;
    left: 10%;
  }

  .crown-logo-image {
    width: 11.5vw;
    margin-top: 2em;
    margin-bottom: .5em;
    margin-right: 0;
  }

  .int-l02-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .int-l02-content-wrapper.colour-one._20vw---5vw-padding {
    text-align: center;
    align-items: center;
    padding: 6.5em 5em 7.5em;
  }

  .int-l02-image-container {
    background-color: #f3f3f3;
  }

  .the-excuisite {
    font-size: 7.5vw;
  }

  .elena-black {
    width: 11em;
  }

  .div-block-19 {
    align-items: center;
    padding: 3.3em 2.5em .8em;
  }

  .div-block-19.no-top-border {
    border-top-style: solid;
  }

  .div-block-19.no-right-border {
    border-bottom-style: none;
    border-right-style: solid;
  }

  .facts-01-grid {
    grid-template-columns: 1fr;
    margin-top: 3.5em;
  }

  .facts-01-grid.product-page {
    margin-top: -4em;
  }

  .center-mobile {
    text-align: center;
  }

  .center-mobile._4-boxes-heading {
    font-size: 1.8em;
  }

  .image-17 {
    max-width: 100%;
    top: 9.056em;
  }

  .image-17.product-page {
    top: 15.356em;
  }

  .faq-expanded._01 {
    padding-right: 0;
  }

  .faq-wrapper {
    margin-top: 1.2em;
  }

  .faq-wrapper.product-page {
    margin-top: 4.5em;
  }

  .opt-in-01 {
    margin-bottom: 6em;
  }

  .opt-in-01-form-wrapper {
    padding-left: 3em;
    padding-right: 3em;
  }

  .opt-in-01-form-wrapper.pop-up-wrapper {
    align-items: center;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .field-underline {
    min-width: auto;
    height: 3.3em;
    font-size: 1.3em;
  }

  .field-underline.text {
    height: 7em;
  }

  .opt-in-form-02.pop-up-form {
    width: 100%;
  }

  .opt-in-01-image-02-wrapper {
    width: 10em;
  }

  .opt-in-01-grid {
    grid-template-columns: 1fr;
  }

  .collection-list-wrapper-3 {
    margin-top: 1em;
  }

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

  .buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

  .where-to-start-grid-wrapper-2 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .support-image {
    width: 40vw;
  }

  .section-under.colour-white.section-mobile {
    height: auto;
    padding-top: 8em;
  }

  .footer-links-wrapper {
    align-items: center;
  }

  .footer-grid {
    grid-template-rows: auto;
  }

  .footer-instagram-gradient {
    background-image: linear-gradient(to right, #f3f3f3, #f3f3f300 50%);
  }

  .footer-wrapper {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .footer-wrapper.left-margin {
    margin-top: -2.4em;
    margin-bottom: 1.5em;
    margin-left: 0;
  }

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

  .form, .newsletter-wrapper {
    flex-direction: column;
  }

  .brand-footer {
    width: 45vw;
    margin-bottom: .5em;
  }

  ._0-9vw.vertical-mobile {
    margin-top: 0;
    font-size: 2.35vw;
  }

  .purchase-the-template-wrapper {
    width: 2em;
    height: 16em;
  }

  .learn-more-wrapper.vertical {
    overflow: hidden;
  }

  .page-change-l01-brand {
    width: 230px;
  }

  .fs-cc-banner_close {
    background-color: #fff;
    position: absolute;
    bottom: 12.3em;
    right: .8em;
  }

  .fs-cc-banner_text, .fs-cc-banner_text-link.preferences {
    font-size: 1.25em;
  }

  .fs-cc-banner_component {
    padding-left: 3em;
    padding-right: 3em;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    width: 100%;
  }

  .shop-accent-c01-content-wrapper {
    margin-top: 3em;
    margin-bottom: 4em;
  }

  .top-margin.center-mobile {
    text-align: center;
  }

  .showcase-l03-grid {
    grid-template-rows: auto auto;
    grid-auto-rows: 0%;
    margin-top: 4em;
    margin-bottom: 2em;
  }

  .int-l01 {
    margin-bottom: 3em;
  }

  .three-columns {
    column-count: 1;
  }

  .accent-l02-grid {
    margin-bottom: 100px;
  }

  .ambassadors {
    margin-top: .5em;
    margin-bottom: -4em;
  }

  .accent-l02-content-wrapper {
    margin-bottom: -17.3em;
  }

  .blog-post-content-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .divider.product-page {
    margin-top: 1.1em;
    margin-bottom: .9em;
  }

  .select-field {
    min-width: auto;
  }

  .opt-in-l02-form-wrapper {
    min-height: 70em;
    padding-left: 3em;
    padding-right: 3em;
  }

  .div-block-2 {
    flex-direction: column;
  }

  .opt-in-l02-content {
    width: 100%;
  }

  .div-block-30 {
    flex-direction: column;
  }

  .categories-text {
    text-align: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
  }

  .product-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .categories-image {
    width: 100%;
    height: 28em;
  }

  .products {
    margin-top: -3em;
    margin-bottom: -2em;
  }

  .preview-l03-split-left {
    width: 100%;
    height: 45em;
  }

  .preview-l03-split-wrapper {
    flex-direction: column;
    justify-content: space-between;
    height: auto;
  }

  .preview-l03-split-right {
    width: 100%;
  }

  .preview-l03-image-wrapper.preview-l03-image-08 {
    height: 100%;
    margin-top: -3em;
  }

  .preview-l03-image-wrapper.preview-l03-image-01 {
    margin-top: -3em;
  }

  .preview-l03-content-wrapper {
    text-align: center;
    align-items: center;
    margin-top: -7em;
    padding: 0 3em 15vw;
  }

  .lightbox-link-mobile {
    width: 65%;
    height: 82%;
  }

  .product-description {
    margin-bottom: 1.2em;
  }

  .product-single-grid-right {
    margin-top: 2em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .product-price-inside {
    font-size: 1.8em;
  }

  .slide-nav {
    padding-top: 10em;
  }

  .selection-product-single-grid {
    margin-top: 1em;
  }

  ._5-stars {
    padding-bottom: .1em;
  }

  ._5-stars.mobile {
    display: block;
  }

  .intro-c01-content-wrapper {
    padding-left: 2em;
    padding-right: 2em;
  }

  .image-43 {
    height: 45em;
  }

  .image-44 {
    height: 40em;
  }

  .staplar {
    grid-template-columns: 22% auto 7%;
    margin-bottom: .5em;
  }

  .div-block-23 {
    justify-content: center;
    margin-top: 1em;
  }

  .reviews-heading-grid {
    grid-template-columns: 1fr;
  }

  .reviews {
    justify-content: flex-start;
    margin-top: -.7em;
    margin-bottom: -.4em;
  }

  .testimonial-stars-wrapper {
    display: none;
  }

  .testimonial-stars-wrapper.mobile {
    justify-content: space-between;
    display: flex;
  }

  .collection-list-3 {
    margin-bottom: 0;
  }

  .testimonial-text-wrapper {
    grid-row-gap: 0em;
    grid-template-columns: 100%;
  }

  .add-to-cart {
    margin-bottom: 2.2em;
  }

  .animated-link-wrapper {
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
  }

  .cart-quantity {
    width: 35px;
    height: 35px;
  }

  .checkout-price-compare, .text-block-8, .checkout-price {
    font-size: 1.5em;
  }

  .cart-footer {
    padding-bottom: 3em;
  }

  .text-block-9 {
    font-size: 1.5em;
  }

  .product-name {
    font-size: 1.7em;
  }

  .product-information {
    width: 100%;
  }

  .line-item {
    grid-row-gap: 21px;
    flex-wrap: wrap;
  }

  .cart-module {
    padding-left: 7px;
    padding-right: 7px;
  }

  .image-48 {
    width: 12em;
  }

  .trustpilot.mobile {
    display: block;
  }

  .cart-item {
    flex-direction: column;
    align-items: stretch;
  }

  .cart-form {
    margin-top: -1em;
  }

  .cart-item-info {
    margin-top: 1rem;
    margin-left: 0;
  }

  .cart-item-image {
    max-width: none;
    max-height: 15rem;
  }

  .cart-quantity-2 {
    font-size: 3.6vw;
  }
}

#w-node-_9ba73b61-5716-9f4d-c07a-a4cf8bbf55da-8bbf55d7, #w-node-_6864d5d6-b490-67c6-da9b-b8d321db22e4-21db22a1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2720c09f-cb38-e375-4b1f-d7cef9a64005-21db22a1, #w-node-_06123181-fa78-6dde-8dde-76c44e9ccf08-21db22a1, #w-node-b6b1c1a8-0e59-b977-ffb2-3231f4c22d9e-21db22a1, #w-node-e09eb740-4fd0-df64-2d20-6e1b6f587f94-21db22a1, #w-node-a3a46ce1-6d78-a2e9-e75e-57413c9215ae-21db22a1, #w-node-_4acfc2ed-f61a-2c47-1b47-3134133f43f9-21db22a1, #w-node-e9e9b9e8-2dab-2f25-f80c-7f9b4c382833-fee30fac, #w-node-_6a0c5483-f408-fcf7-ea67-50de77b7a9cf-fee30fac, #w-node-_7beb23a6-91e6-a19c-e955-6c96a296985a-fee30fac, #w-node-e28973de-bf9a-171f-6535-365262de2fcb-fee30fac, #w-node-_08a8a658-89b9-37fe-5cf0-9fd2a0f8db73-fee30fac, #w-node-_438314be-0d63-eea6-6104-3032f06c1953-fee30fac, #w-node-_67aacc0b-b956-563e-be85-be69c8da73ed-fee30fac, #w-node-_4f6a7e9b-a53c-971a-3e72-76e9a8b2c3b9-fee30fac, #w-node-_3bf65eab-53cd-8172-6267-8d4c334ba7ed-fee30fac, #w-node-_2dd59dbc-6c31-68fc-f0b5-14c8bd426adc-fee30fac, #w-node-cadd40c8-bafd-4f1f-e22f-ed1244b9f268-fee30fac, #w-node-b4b55dfe-b95c-8f94-510f-3a8fcbf8f8b1-fee30fac, #w-node-_60149feb-6c62-81ae-faef-91055813325b-fee30fac, #w-node-_3475196c-4af7-c20f-bd00-b2bc396ed9e1-fee30fac, #w-node-_1c8913d2-7c17-f4f7-8abd-6aab7b348b18-fee30fac, #w-node-_732cd210-1b03-7766-7df6-f956f732fe0c-fee30fac, #w-node-f360e5fe-dc77-f9fe-227e-897c6fa184b8-a89df921, #w-node-bd0b479b-6485-d4bb-6c49-5fcacb354255-a89df921, #w-node-_2881f4c7-6832-31f0-6f75-fb17b627f777-a89df921, #w-node-_31faa17c-0e40-c57d-c937-8db469e8cfa0-69e8cf9c, #w-node-_31faa17c-0e40-c57d-c937-8db469e8cfa7-69e8cf9c, #w-node-_31faa17c-0e40-c57d-c937-8db469e8cfae-69e8cf9c, #w-node-_31faa17c-0e40-c57d-c937-8db469e8cfb5-69e8cf9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a4d9bc4c-ab44-7976-a8d7-634f6c95e8b6-62fb3259 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-cc181efa-eae5-6055-fc22-e7c0ff0b64a2-62fb3259, #w-node-cc181efa-eae5-6055-fc22-e7c0ff0b64a3-62fb3259, #w-node-cc181efa-eae5-6055-fc22-e7c0ff0b64a4-62fb3259, #w-node-cc181efa-eae5-6055-fc22-e7c0ff0b64a5-62fb3259, #w-node-_592c4ce1-cf01-ff3e-45e2-95fc208af133-62fb3259, #w-node-_592c4ce1-cf01-ff3e-45e2-95fc208af13a-62fb3259, #w-node-_592c4ce1-cf01-ff3e-45e2-95fc208af141-62fb3259, #w-node-_592c4ce1-cf01-ff3e-45e2-95fc208af14a-62fb3259, #w-node-a9661b04-002a-84d6-5ca6-8e3414855330-14855324, #w-node-a9661b04-002a-84d6-5ca6-8e3414855331-14855324, #w-node-a9661b04-002a-84d6-5ca6-8e3414855333-14855324, #w-node-a9661b04-002a-84d6-5ca6-8e3414855336-14855324, #w-node-a9661b04-002a-84d6-5ca6-8e341485533c-14855324, #w-node-a9661b04-002a-84d6-5ca6-8e3414855342-14855324, #w-node-a9661b04-002a-84d6-5ca6-8e3414855348-14855324, #w-node-a9661b04-002a-84d6-5ca6-8e341485534e-14855324, #w-node-a9661b04-002a-84d6-5ca6-8e3414855355-14855324, #w-node-a9661b04-002a-84d6-5ca6-8e341485535b-14855324, #w-node-a9661b04-002a-84d6-5ca6-8e3414855360-14855324, #w-node-_2e69bd2e-f387-3b3a-ebcf-f4881914364c-14855324, #w-node-_2e69bd2e-f387-3b3a-ebcf-f48819143652-14855324, #w-node-_2e69bd2e-f387-3b3a-ebcf-f48819143657-14855324, #w-node-f1843ad0-c999-349d-09c4-ea7a3ee7a39e-14855324, #w-node-f1843ad0-c999-349d-09c4-ea7a3ee7a3a4-14855324, #w-node-f1843ad0-c999-349d-09c4-ea7a3ee7a3a9-14855324, #w-node-_183bc881-173a-df8f-9b1a-1c4606b94253-14855324, #w-node-_183bc881-173a-df8f-9b1a-1c4606b94259-14855324, #w-node-_183bc881-173a-df8f-9b1a-1c4606b9425e-14855324, #w-node-a9661b04-002a-84d6-5ca6-8e3414855367-14855324, #w-node-a9661b04-002a-84d6-5ca6-8e341485536d-14855324, #w-node-a9661b04-002a-84d6-5ca6-8e3414855372-14855324, #w-node-a9661b04-002a-84d6-5ca6-8e3414855379-14855324, #w-node-a9661b04-002a-84d6-5ca6-8e341485537f-14855324, #w-node-a9661b04-002a-84d6-5ca6-8e3414855384-14855324, #w-node-a9661b04-002a-84d6-5ca6-8e341485538b-14855324, #w-node-a9661b04-002a-84d6-5ca6-8e3414855391-14855324, #w-node-a9661b04-002a-84d6-5ca6-8e3414855396-14855324, #w-node-a9661b04-002a-84d6-5ca6-8e341485539d-14855324, #w-node-a9661b04-002a-84d6-5ca6-8e34148553a3-14855324, #w-node-a9661b04-002a-84d6-5ca6-8e34148553ab-14855324, #w-node-a9661b04-002a-84d6-5ca6-8e34148553b2-14855324, #w-node-a9661b04-002a-84d6-5ca6-8e34148553b8-14855324, #w-node-a9661b04-002a-84d6-5ca6-8e34148553bd-14855324, #w-node-a9661b04-002a-84d6-5ca6-8e34148553c4-14855324, #w-node-a9661b04-002a-84d6-5ca6-8e34148553ca-14855324, #w-node-a9661b04-002a-84d6-5ca6-8e34148553d3-14855324, #w-node-a9661b04-002a-84d6-5ca6-8e34148553da-14855324, #w-node-a9661b04-002a-84d6-5ca6-8e34148553e0-14855324, #w-node-a9661b04-002a-84d6-5ca6-8e34148553eb-14855324, #w-node-a9661b04-002a-84d6-5ca6-8e34148553f3-14855324, #w-node-a9661b04-002a-84d6-5ca6-8e34148553f9-14855324, #w-node-a9661b04-002a-84d6-5ca6-8e34148553ff-14855324, #w-node-a9661b04-002a-84d6-5ca6-8e3414855407-14855324, #w-node-a9661b04-002a-84d6-5ca6-8e341485540d-14855324, #w-node-a9661b04-002a-84d6-5ca6-8e3414855413-14855324, #w-node-a9661b04-002a-84d6-5ca6-8e341485541b-14855324, #w-node-a9661b04-002a-84d6-5ca6-8e3414855421-14855324, #w-node-a9661b04-002a-84d6-5ca6-8e3414855427-14855324, #w-node-a9661b04-002a-84d6-5ca6-8e341485542f-14855324, #w-node-a9661b04-002a-84d6-5ca6-8e3414855435-14855324, #w-node-a9661b04-002a-84d6-5ca6-8e341485543a-14855324, #w-node-a9661b04-002a-84d6-5ca6-8e3414855441-14855324, #w-node-a9661b04-002a-84d6-5ca6-8e3414855447-14855324, #w-node-a9661b04-002a-84d6-5ca6-8e341485544d-14855324, #w-node-a9661b04-002a-84d6-5ca6-8e3414855454-14855324, #w-node-a9661b04-002a-84d6-5ca6-8e341485545a-14855324, #w-node-a9661b04-002a-84d6-5ca6-8e3414855462-14855324, #w-node-a9661b04-002a-84d6-5ca6-8e3414855469-14855324, #w-node-a9661b04-002a-84d6-5ca6-8e341485546f-14855324, #w-node-a9661b04-002a-84d6-5ca6-8e3414855474-14855324 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97b01713-5e0b-08df-d7d5-39fbefa613d7-62fb326b {
  justify-self: start;
}

#w-node-a4d9bc4c-ab44-7976-a8d7-634f6c95e8b6-6fa3fb5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-cc181efa-eae5-6055-fc22-e7c0ff0b64a2-6fa3fb5c, #w-node-cc181efa-eae5-6055-fc22-e7c0ff0b64a3-6fa3fb5c, #w-node-cc181efa-eae5-6055-fc22-e7c0ff0b64a4-6fa3fb5c, #w-node-cc181efa-eae5-6055-fc22-e7c0ff0b64a5-6fa3fb5c, #w-node-_592c4ce1-cf01-ff3e-45e2-95fc208af133-6fa3fb5c, #w-node-_592c4ce1-cf01-ff3e-45e2-95fc208af13a-6fa3fb5c, #w-node-_592c4ce1-cf01-ff3e-45e2-95fc208af141-6fa3fb5c, #w-node-_592c4ce1-cf01-ff3e-45e2-95fc208af14a-6fa3fb5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ab65a8c1-4d06-f094-29c5-8f8eded88ba5-8b9402dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7875a106-6b5b-49ac-61c1-47b9646abc5a-8b9402dd, #w-node-_7875a106-6b5b-49ac-61c1-47b9646abc5b-8b9402dd, #w-node-_7875a106-6b5b-49ac-61c1-47b9646abc68-8b9402dd, #w-node-_7875a106-6b5b-49ac-61c1-47b9646abc69-8b9402dd, #w-node-eff60485-55d9-d34a-1191-f6c368d29ad9-8b9402dd, #w-node-eff60485-55d9-d34a-1191-f6c368d29ae0-8b9402dd, #w-node-eff60485-55d9-d34a-1191-f6c368d29ae7-8b9402dd, #w-node-eff60485-55d9-d34a-1191-f6c368d29aee-8b9402dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0caf3304-a767-4e60-f844-a347992a8687-cb2be8ab {
  justify-self: end;
}

@media screen and (min-width: 1920px) {
  #w-node-_6864d5d6-b490-67c6-da9b-b8d321db22e4-21db22a1 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_9ba73b61-5716-9f4d-c07a-a4cf8bbf55da-8bbf55d7 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_9ba73b61-5716-9f4d-c07a-a4cf8bbf55eb-8bbf55d7 {
    grid-area: 1 / 2 / 2 / 2;
  }

  #w-node-_9ba73b61-5716-9f4d-c07a-a4cf8bbf55fa-8bbf55d7 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6864d5d6-b490-67c6-da9b-b8d321db22a4-21db22a1, #w-node-_6864d5d6-b490-67c6-da9b-b8d321db22c7-21db22a1, #w-node-_6864d5d6-b490-67c6-da9b-b8d321db22e3-21db22a1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6864d5d6-b490-67c6-da9b-b8d321db22e4-21db22a1 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_08333ca4-1e7c-96c1-bb56-c9e0a89df925-a89df921 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9ba73b61-5716-9f4d-c07a-a4cf8bbf55da-8bbf55d7 {
    grid-column: span 2 / span 2;
  }

  #w-node-_9ba73b61-5716-9f4d-c07a-a4cf8bbf55eb-8bbf55d7 {
    grid-column-start: 2;
  }

  #w-node-_9ba73b61-5716-9f4d-c07a-a4cf8bbf55fa-8bbf55d7 {
    grid-column-start: 1;
  }

  #w-node-_6864d5d6-b490-67c6-da9b-b8d321db22a4-21db22a1, #w-node-_6864d5d6-b490-67c6-da9b-b8d321db22c7-21db22a1 {
    grid-column: span 1 / span 1;
  }

  #w-node-_925584da-4cee-5c75-4bf8-bd71cae8b682-62fb3256, #w-node-_925584da-4cee-5c75-4bf8-bd71cae8b68e-62fb3256, #w-node-_925584da-4cee-5c75-4bf8-bd71cae8b69a-62fb3256 {
    order: 9999;
  }

  #w-node-_10b6a68b-063f-6f0e-f777-599777059c86-62fb3259, #w-node-_10b6a68b-063f-6f0e-f777-599777059c87-62fb3259 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_10b6a68b-063f-6f0e-f777-599777059c96-62fb3259 {
    grid-row: 4 / 5;
  }

  #w-node-a4d9bc4c-ab44-7976-a8d7-634f6c95e8b6-62fb3259 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-cc181efa-eae5-6055-fc22-e7c0ff0b64a3-62fb3259 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-cc181efa-eae5-6055-fc22-e7c0ff0b649c-62fb3259 {
    order: 9999;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-cc181efa-eae5-6055-fc22-e7c0ff0b64a6-62fb3259 {
    order: 9999;
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-cc181efa-eae5-6055-fc22-e7c0ff0b64a5-62fb3259 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_5f87c3c1-d819-22ad-f257-06d68c4e8b82-62fb3261, #w-node-_5f87c3c1-d819-22ad-f257-06d68c4e8b8e-62fb3261, #w-node-_5f87c3c1-d819-22ad-f257-06d68c4e8b9a-62fb3261, #w-node-_5f87c3c1-d819-22ad-f257-06d68c4e8ba6-62fb3261, #w-node-_5f87c3c1-d819-22ad-f257-06d68c4e8bb2-62fb3261, #w-node-_5f87c3c1-d819-22ad-f257-06d68c4e8bbe-62fb3261 {
    order: 9999;
  }

  #w-node-_10b6a68b-063f-6f0e-f777-599777059c86-6fa3fb5c, #w-node-_10b6a68b-063f-6f0e-f777-599777059c87-6fa3fb5c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_10b6a68b-063f-6f0e-f777-599777059c96-6fa3fb5c {
    grid-row: 4 / 5;
  }

  #w-node-a4d9bc4c-ab44-7976-a8d7-634f6c95e8b6-6fa3fb5c {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-cc181efa-eae5-6055-fc22-e7c0ff0b64a3-6fa3fb5c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-cc181efa-eae5-6055-fc22-e7c0ff0b649c-6fa3fb5c {
    order: 9999;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-cc181efa-eae5-6055-fc22-e7c0ff0b64a6-6fa3fb5c {
    order: 9999;
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-cc181efa-eae5-6055-fc22-e7c0ff0b64a5-6fa3fb5c {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ab65a8c1-4d06-f094-29c5-8f8eded88b8f-8b9402dd, #w-node-ab65a8c1-4d06-f094-29c5-8f8eded88b90-8b9402dd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ab65a8c1-4d06-f094-29c5-8f8eded88b9f-8b9402dd {
    grid-row: 4 / 5;
  }

  #w-node-ab65a8c1-4d06-f094-29c5-8f8eded88ba5-8b9402dd {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_7875a106-6b5b-49ac-61c1-47b9646abc5b-8b9402dd {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7875a106-6b5b-49ac-61c1-47b9646abc5c-8b9402dd {
    order: 9999;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_7875a106-6b5b-49ac-61c1-47b9646abc62-8b9402dd {
    order: 9999;
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_7875a106-6b5b-49ac-61c1-47b9646abc69-8b9402dd {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_0caf3304-a767-4e60-f844-a347992a8687-cb2be8ab {
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9ba73b61-5716-9f4d-c07a-a4cf8bbf55da-8bbf55d7 {
    grid-column: span 1 / span 1;
  }

  #w-node-_9ba73b61-5716-9f4d-c07a-a4cf8bbf55eb-8bbf55d7, #w-node-_9ba73b61-5716-9f4d-c07a-a4cf8bbf55fa-8bbf55d7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6864d5d6-b490-67c6-da9b-b8d321db22a4-21db22a1, #w-node-_6864d5d6-b490-67c6-da9b-b8d321db22c7-21db22a1 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6864d5d6-b490-67c6-da9b-b8d321db22e4-21db22a1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a9661b04-002a-84d6-5ca6-8e3414855330-14855324 {
    grid-area: 4 / 1 / 5 / 2;
  }
}


@font-face {
  font-family: 'Cinzel';
  src: url(/assets/cinzel-regular.ttf?v=33254142216075037891742030474) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url(/assets/barlow-extralight.ttf?v=1158198411406048421742030474) format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}