:root {
  --dim-grey: #6c6c6c;
  --flawless-gold: #d0b787;
  --white-smoke: #f8f6f4;
  --green-divine: #1f6a41;
  --gainsboro: #dbdbdb;
  --dim-grey-2: #4d4d4d;
  --burlywood: #fffcf5;
  --white: white;
  --black: #12284c;
  --black-02: #1a1a1a;
  --grey: #858585;
  --flawless-blue: #12284c;
  --safehomebrown: #855c0f;
  --orange-red: #ff5f0f;
  --dark-grey: #a1a1a1;
  --light-grey: #f7f7f7;
  --blue: #03a5b7;
  --captive: #3969b2;
  --sensual: #962455;
  --light-green: #e7f0ed;
  --red: #930606;
  --light-coral: #d77474;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  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-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  min-height: 30px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  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;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;
  -ms-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-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-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 {
  height: 18px;
  min-width: 18px;
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  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: rgba(0, 0, 0, .8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 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: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0;
  right: auto;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: auto;
  right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-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-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }

  .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-commercecheckoutemailinput,
  .w-commerce-commercecheckoutshippingfullname,
  .w-commerce-commercecheckoutshippingstreetaddress,
  .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

  .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;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .w-commerce-commercecartquantity,
  .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  color: rgba(12, 21, 47, .6);
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h3 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
}

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

p {
  color: var(--dim-grey);
  text-align: left;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 1.2vh;
  line-height: 24px;
}

a {
  text-decoration: underline;
}

.item-tittle {
  color: var(--dim-grey);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  transition: color .4s;
}

.item-tittle:hover {
  color: var(--flawless-gold);
}

.wrapper-pages {
  background-color: rgba(239, 239, 239, 0);
  padding-bottom: 0;
  overflow: hidden;
}

.hero-section {
  width: 100%;
  height: auto;
  max-width: none;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(219, 219, 219, .1);
  background-image: linear-gradient(rgba(255, 255, 255, .3), rgba(255, 255, 255, .3)), url('../images/scott-webb-268893-unsplash.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  padding-top: 0%;
  display: flex;
}

.hero-section.about-us {
  height: auto;
  background-image: linear-gradient(to right, var(--white-smoke) 30%, transparent), url('../images/Untitled-14.jpg');
  background-position: 0 0, 50% 67%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 130px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-section.about-us.shop {
  background-image: linear-gradient(to right, var(--white-smoke) 30%, transparent), url('../images/Untitled-3-3.jpg');
  background-position: 0 0, 50% 59%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-section.about-us.plates {
  max-height: 40%;
  background-image: url('../images/O928W11-Converted-02.jpg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
}

.webflow-nav-link {
  opacity: 1;
  color: var(--dim-grey);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-right: 0;
  padding: 21px 20px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
}

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

.webflow-nav-link.w--current {
  color: var(--dim-grey);
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
}

.heading {
  text-align: center;
  background-image: url('../images/FERI_Flawless_BLK.png');
  background-position: 0 0;
  background-size: cover;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pacifico, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
}

.heading.left {
  width: 200px;
  text-align: left;
}

.items-content {
  z-index: 200;
  text-align: left;
  background-color: #fff;
  border-bottom: 0 rgba(0, 0, 0, 0);
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.left-block {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.left-block.hero {
  flex-direction: row;
  align-items: center;
  margin-top: 40px;
}

.section {
  border-top: 1px solid #ebebeb;
  padding-top: 120px;
  padding-bottom: 120px;
  font-weight: 500;
  position: relative;
}

.section.collections {
  -webkit-text-fill-color: inherit;
  background-color: rgba(239, 239, 239, 0);
  background-clip: border-box;
  border-top-style: none;
  margin-top: 20px;
  margin-bottom: auto;
  padding: 40px 20px 0;
  position: relative;
}

.section.footer-section {
  height: auto;
  max-height: none;
  color: rgba(0, 0, 0, 0);
  background-color: #f7f7f7;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 24px;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section.newslatter {
  border-top-style: solid;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section.gray {
  height: auto;
  max-height: none;
  color: var(--green-divine);
  background-color: #fff;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 0;
}

.section.gray.testimonials {
  position: relative;
}

.section.cta {
  height: 50vh;
  background-image: url('../images/texture.jpg');
  background-position: 0 0;
  background-size: cover;
}

.section.sale-section {
  color: rgba(0, 0, 0, 0);
  padding-top: 220px;
  position: relative;
}

.section.sale-section.about {
  padding-bottom: 0;
}

.section.collection {
  padding-top: 40px;
  position: relative;
}

.brand {
  float: none;
  color: #000;
  text-align: left;
  margin-top: -4px;
  font-weight: 700;
  display: block;
}

.brand.w--current {
  float: left;
  background-image: url('../images/FERI_Flawless_BLK.png');
  background-position: 0 0;
  background-size: auto;
  margin-top: -4px;
}

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

.items-price {
  color: #000;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

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

.section-content-tittle {
  /* height: 877.5px; */
  color: #000;
  margin: 0 auto;
  padding-top: 0;
  display: block;
}

.section-content-tittle.no-bottom-padding {
  margin-bottom: 0;
}

.webflow-nav-menu {
  z-index: 3;
  opacity: 1;
  display: block;
}

.vertical-category {
  color: var(--gainsboro);
  letter-spacing: 1px;
  text-transform: uppercase;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 34px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: rotate(-90deg)translate(0, -50%);
}

.vertical-category.right {
  top: 50%;
  left: auto;
  right: 0%;
}

.subscribe-form-block {
  margin-top: 40px;
}

.subscribe-form-block.section-newsletter {
  width: 500px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.top-text {
  max-width: 100%;
  color: var(--flawless-gold);
  text-align: center;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Poppins, sans-serif;
  font-size: 1.5vh;
  font-weight: 400;
  line-height: 2vh;
}

.top-text.left,
.top-text.cta {
  text-align: left;
}

.top-text.hero {
  color: var(--dim-grey-2);
  margin-bottom: -20px;
}

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

.webflow-container {
  z-index: 1;
  width: 1200px;
  max-width: 100%;
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  margin: 100px auto 40px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  position: relative;
}

.webflow-container.about-section {
  height: auto;
  max-width: none;
  clear: left;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  object-fit: fill;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 0;
  padding: 300px 0 0;
  display: block;
  position: static;
  top: 30%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.footer-subscribe {
  width: 64%;
  height: 45px;
  float: left;
  color: var(--dim-grey);
  background-color: rgba(219, 219, 219, .1);
  background-image: url('../images/icons8-secured-letter-64_1icons8-secured-letter-64.png');
  background-position: 9px 57%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-style: solid;
  border-color: #ebebeb;
  border-bottom-width: 1px;
  margin-right: 2px;
  padding-left: 40px;
  font-size: 13px;
  line-height: 23px;
  display: inline-block;
}

.footer-subscribe.email {
  width: 94%;
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
}

.subscribe-button {
  width: 35%;
  height: 45px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: #000;
  border-radius: 0;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 12px;
  transition: all .4s;
}

.subscribe-button:hover {
  background-color: var(--flawless-gold);
}

.top-padding {
  margin-top: 40px;
}

.footer-content-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-content-block.padding {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.section-image-newsletter {
  width: 80px;
  height: 80px;
  background-color: var(--burlywood);
  background-image: url('../images/icons8-paper-plane-64_1icons8-paper-plane-64.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 38px;
  border-radius: 100%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.form {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.links-category {
  color: #999;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  font-size: 16px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.links-category:hover {
  color: #000;
  text-decoration: none;
}

.links-category.w--current {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 20px;
  margin-right: 20px;
  font-size: 16px;
  text-decoration: none;
}

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

.button {
  height: auto;
  float: none;
  clear: none;
  background-color: var(--green-divine);
  color: var(--white);
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px #fff;
  border-radius: 0;
  margin-top: 20px;
  margin-left: -140px;
  margin-right: 12px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .4s;
  display: inline-block;
}

.button:hover {
  background-color: var(--flawless-gold);
  opacity: 1;
  color: #fff;
  border: 0 rgba(0, 0, 0, 0);
  font-weight: 400;
  transform: translate(0, -1px);
}

.button.dark {
  background-color: var(--flawless-gold);
  color: #fff;
  border-style: none;
  border-color: #000;
  border-radius: 0;
  align-self: flex-start;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 40px;
  font-family: Poppins, sans-serif;
  font-size: 1.2vh;
  line-height: 1vh;
}

.button.dark:hover {
  color: #fff;
  background-color: #000;
  border-style: none;
  border-color: #53d7db;
  transform: translate(0, -6px);
}

.button.dark.center {
  text-align: center;
  display: block;
}

.button.dark.black {
  height: auto;
  background-color: var(--black);
}

.button.dark.black:hover {
  background-color: var(--flawless-gold);
}

.button.dark.micro-btn {
  align-self: flex-start;
  margin-left: 0;
}

.button.dark.posh-btn {
  float: left;
  background-color: var(--black-02);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.button.black {
  height: 38px;
  background-color: var(--black);
  color: #fff;
  font-family: Poppins, sans-serif;
}

.button.black:hover {
  background-color: var(--flawless-gold);
}

.button.safehome-btn {
  float: left;
  background-color: var(--flawless-gold);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 20px;
  display: flex;
  overflow: auto;
}

.button.divine_btn {
  float: left;
  clear: left;
  border: 2px solid var(--green-divine);
  background-color: var(--burlywood);
  color: var(--green-divine);
  text-align: center;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.25em;
  display: flex;
}

.button.divine_btn.buy-divine-btn {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 1.25em;
  display: flex;
}

.button.divine_btn.hero {
  flex-direction: row;
  justify-content: flex-start;
  align-self: flex-start;
  margin-right: 0;
}

.button.safehome-buy-btn {
  background-color: var(--grey);
  align-self: center;
  margin-left: 10px;
  margin-right: 0;
  padding: 12px 26px;
}

.product-page-image {
  width: 100%;
  height: 700px;
  text-align: center;
  background-image: url('../images/oriento-663905-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  margin-left: auto;
  margin-right: 0;
  display: block;
}

.list-item {
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.category-content {
  margin-top: 20px;
}

.link-category {
  color: rgba(12, 21, 47, .6);
  margin-left: 5px;
  font-size: 15px;
  text-decoration: none;
  transition: color .4s;
}

.link-category:hover {
  color: #000;
}

.price-text {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.category-item {
  margin-bottom: 10px;
  margin-right: 10px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
}

.product-info {
  color: #000;
  text-align: left;
  padding: 0 40px;
}

.tittle-plock {
  margin-bottom: 20px;
}

.tittle {
  color: rgba(12, 21, 47, .6);
  margin-top: 20px;
  font-size: 21px;
  font-weight: 400;
  line-height: 38px;
}

.tittle.tab-tittle {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.micropage-title {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.2em;
}

.micropage-title.big {
  color: var(--flawless-blue);
  font-family: Poppins, sans-serif;
  font-size: 3vh;
  font-weight: 500;
  line-height: 5.5vh;
}

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

.paragraph.main {
  color: var(--dim-grey-2);
  padding-left: 0;
  font-size: 1.3vh;
}

.tab-block {
  width: 240px;
  height: 240px;
  background-color: var(--burlywood);
  border: 30px solid rgba(0, 0, 0, .05);
  border-radius: 240px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 30px;
  text-decoration: none;
  transition: box-shadow .5s;
  display: flex;
}

.tab-block:hover {
  box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
}

.section-tittle {
  color: var(--safehomebrown);
  text-align: center;
  align-self: center;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Poppins, sans-serif;
  font-size: 3vh;
  font-weight: 600;
  line-height: 3vh;
  text-decoration: none;
}

.section-tittle.cta {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 46px;
}

.history-tittle {
  color: var(--flawless-blue);
  text-align: left;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 2.5vh;
  font-weight: 400;
  line-height: 3.5vh;
}

.history-paragraph {
  color: var(--dim-grey);
  text-align: left;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 10px;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.3em;
}

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

.link-2 {
  color: #000;
  margin-left: 2px;
  margin-right: 2px;
  text-decoration: none;
  transition: all .4s;
}

.link-2:hover {
  opacity: 1;
  color: var(--flawless-gold);
  text-decoration: underline;
}

.link-2._2 {
  color: #000;
  margin-right: 2px;
  text-decoration: none;
}

.sub-footer {
  background-color: rgba(219, 219, 219, .1);
  border-top: 1px solid #ebebeb;
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 20px;
}

.sub-footer.no-padding {
  margin-top: 0;
}

.right-footertext {
  text-align: right;
  padding-left: 1px;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  display: inline-block;
}

.right-footertext.center {
  text-align: center;
  display: inline-block;
}

.container-2 {
  z-index: 1;
  width: 1170px;
  height: 100%;
  max-width: 100%;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
  position: relative;
}

.social-icon-div {
  text-align: center;
  padding-top: 20px;
}

.social-icon-div.no-padding {
  padding-top: 0;
}

.social-icon-div.no-padding.more-left {
  margin-left: 5px;
}

.social-wrapper-div {
  width: 32px;
  height: 32px;
  opacity: .6;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/facebook-logo-Black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border: 1px solid #dfdfdf;
  border-radius: 0;
  margin-left: 3px;
  margin-right: 3px;
  transition: all .4s;
}

.social-wrapper-div:hover {
  border-color: var(--burlywood);
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

.social-wrapper-div.twitter {
  background-image: url('../images/twitter-logo-silhouette-black.svg');
  background-size: 16px;
}

.social-wrapper-div.twitter:hover {
  border-color: var(--orange-red);
}

.social-wrapper-div.google {
  opacity: .52;
  background-image: url('../images/google-plus-Black.svg');
  background-size: 16px;
}

.social-wrapper-div.google:hover {
  border-color: var(--flawless-gold);
  opacity: 1;
}

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

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

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

.related-block {
  color: #000;
  margin-top: 0;
}

.body {
  font-family: Libre Franklin, sans-serif;
}

.cta-button-block {
  justify-content: flex-end;
  margin-top: 20px;
  display: flex;
}

.cta-row {
  justify-content: center;
  align-items: center;
  display: flex;
}

.different-font {
  color: var(--flawless-gold);
  font-family: Playfair Display, sans-serif;
  font-size: 5vh;
  font-weight: 700;
  line-height: 3vh;
  position: relative;
}

.color-block {
  width: 500px;
  height: 220px;
  background-color: #f5f5f5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.info-sale-block {
  width: 70%;
  text-align: left;
}

.sale-tittle {
  text-align: left;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.sale-tittle.contact {
  margin-top: 0;
}

.sale-tittle.related {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 400;
}

.sale-tittle.product {
  font-size: 30px;
  line-height: 40px;
}

.detail-paragraph {
  text-align: left;
}

.detail-paragraph.subpage {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 24px;
}

.button-link {
  color: #000;
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .4s;
}

.button-link:hover {
  text-decoration: underline;
}

.button-link.product {
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  display: inline-block;
}

.row-padding {
  margin-bottom: 220px;
}

.footer-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 23px;
}

.about-pompeo-text {
  width: 75%;
  font-family: Libre Franklin, sans-serif;
  line-height: 24px;
}

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

.checkbox {
  float: none;
  margin-top: 40px;
  margin-bottom: 28px;
  display: block;
}

.checkbox-2 {
  float: none;
  color: #fff;
  background-color: #8534ff;
  margin-top: 2px;
  margin-right: 10px;
  font-size: 16px;
}

.subscribe-text-field {
  color: #a1a1a1;
  font-family: Lato, sans-serif;
}

.div-info-wrapper {
  margin-top: 90px;
}

.div-column-left {
  width: 90%;
  float: left;
}

.div-column-right {
  width: 90%;
  float: right;
}

.image-2 {
  position: relative;
  top: 19px;
  left: 53px;
}

.image-3 {
  position: relative;
  top: 21px;
  right: 119px;
}

.team-wrapper {
  width: 96%;
  text-align: center;
  background-color: #fff;
  border: 1px #eaf0fd;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: block;
}

.image-team-div {
  width: 90px;
  height: 90px;
  background-image: url('../images/matheus-ferrero-216385-1-p-1600.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-team-div._2 {
  background-image: url('../images/lucas-sankey-378674.jpg');
}

.image-team-div._3 {
  background-image: url('../images/erik-lucatero-310633.jpg');
}

.icon-tittle {
  color: #1f2532;
  text-align: center;
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 600;
}

.icon-tittle.color {
  color: #1f2532;
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.icon-tittle.position {
  width: 120px;
  color: var(--dark-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  margin: 0 auto 20px;
  font-size: 10px;
  font-weight: 500;
  display: block;
}

.contact-div-wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.contact-info {
  text-align: center;
  margin-top: 10px;
  font-weight: 500;
  line-height: 24px;
  display: block;
}

.form-block-2 {
  height: 560px;
  background-color: #fff;
  padding: 60px;
}

.button-2 {
  width: 185px;
  color: #fff;
  background-color: #da0000;
  border: 1px #0675ec;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 12px 25px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-2:hover {
  color: #fff;
  background-color: #da0000;
  border-width: 0;
  border-color: #000;
}

.button-2.contact {
  background-color: var(--flawless-gold);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-color: rgba(0, 0, 0, 0);
  margin-left: 0;
  margin-right: 0;
  padding: 10px 40px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
  display: block;
}

.button-2.contact:hover {
  background-color: var(--orange-red);
}

.center-button-block,
.left-form {
  text-align: left;
}

.text-field-3 {
  height: 42px;
  float: none;
  border-radius: 3px;
  margin-bottom: 12px;
  display: inline-block;
}

.text-field-3.contact-form {
  font-size: 13px;
  line-height: 18px;
}

.text-field-3.contact-form.gray {
  width: 94%;
  height: 45px;
  background-color: rgba(219, 219, 219, .1);
  background-image: url('../images/icons8-contacts-64_1icons8-contacts-64.png');
  background-position: 7px 48%;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px solid #ebebeb;
  border-radius: 0;
  margin-bottom: 24px;
  padding-left: 40px;
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
  line-height: 23px;
}

.error-message-2 {
  color: #fff;
  text-align: center;
  background-color: red;
  border-radius: 0;
  padding: 20px;
  font-family: Libre Franklin, sans-serif;
  line-height: 24px;
}

.contact-form.message.gray {
  width: 98%;
  min-height: 170px;
  background-color: rgba(219, 219, 219, .1);
  background-image: url('../images/icons8-edit-80_1icons8-edit-80.png');
  background-position: 8px 8px;
  background-repeat: no-repeat;
  background-size: 23px;
  border: 1px solid #ebebeb;
  margin-bottom: 24px;
  padding-left: 40px;
  font-family: Libre Franklin, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
}

.field-label-2 {
  text-align: left;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.field-label-2.contact-us-field {
  color: #3f3f3f;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 400;
}

.field-label-2.contact-us-field.gray {
  color: #3f3f3f;
  font-weight: 700;
}

.success-message {
  color: #fff;
  text-align: center;
  background-color: #34cf2c;
  border-radius: 0;
  font-family: Libre Franklin, sans-serif;
  line-height: 24px;
}

.map {
  height: 440px;
}

.map-wrapper {
  height: auto;
  background-color: #fff;
  border-right: 1px solid #ebebeb;
  padding: 60px;
}

.info-contact-row {
  width: 80%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.image-div {
  width: auto;
  height: 200px;
  background-image: url('../images/Background-abstract-grainy-gradient-4.jpg');
  background-position: 0 51%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.columns-2 {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.divider {
  height: 1px;
  background-color: #dcdcdc;
  margin-top: 80px;
  margin-bottom: 80px;
}

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

.category-list-wrapper {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.licence-items {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: -24px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.licence-item-1 {
  width: 66.66%;
  background-color: #fff;
  border-radius: 0;
  align-items: center;
  margin-bottom: 24px;
  padding: 20px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(46, 50, 60, .09);
}

.image-div-2 {
  width: 100px;
  height: 100px;
  background-image: url('../images/36245.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-div-2.second {
  background-image: url('../images/524.jpg');
}

.licence-links-wrapper {
  color: #717177;
  flex: 1;
  justify-content: space-between;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.licence-link {
  color: #7c8499;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.licence-link:hover {
  color: var(--flawless-gold);
  text-decoration: underline;
}

.cta-text {
  width: 80%;
  margin-top: 10px;
  margin-left: 10px;
  font-size: 16px;
}

.text-span {
  color: var(--flawless-gold);
  font-weight: 600;
  text-decoration: underline;
}

.sticky-navbar {
  z-index: 1000;
  width: 100%;
  height: auto;
  max-height: none;
  background-color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .11);
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .05);
}

.container-3 {
  z-index: 10;
  max-width: 1170px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.success-message-2 {
  color: #fff;
  background-color: #1cd814;
  font-weight: 500;
}

.error-message {
  background-color: var(--flawless-gold);
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.items-wrapper {
  border-bottom: 1px solid var(--gainsboro);
  margin-bottom: 20px;
}

.items-wrapper:hover {
  border-bottom-color: var(--flawless-gold);
}

.image-wrapper {
  position: relative;
  overflow: hidden;
}

.project-image {
  width: 100%;
}

.item-overlay {
  z-index: 2;
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.quantity {
  float: none;
  color: var(--grey);
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
}

.list-item-2,
.list-item-3 {
  border-bottom: 1px solid rgba(220, 220, 220, .25);
}

.error-state {
  color: var(--flawless-gold);
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.center-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.checkout-form-container {
  width: auto;
  max-width: 1200px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.about-hero-block {
  z-index: 1;
  width: 50%;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 10%;
  padding-left: 15px;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.center {
  text-align: center;
}

.order-item {
  border-top: 1px #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding-top: 0;
  padding-bottom: 16px;
}

.order-confirmation-container {
  max-width: 1200px;
  min-height: auto;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #e6e6e6;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: block;
}

.image-4 {
  opacity: 1;
  margin-right: 5px;
}

.image-4:hover {
  opacity: 1;
}

.cart-text {
  color: #000;
}

.cart-button {
  opacity: .7;
  background-color: rgba(0, 0, 0, 0);
  border-left: 1px solid #ebebeb;
  transition: opacity .4s;
}

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

.text-block {
  color: var(--grey);
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
}

.text-block:hover {
  color: var(--flawless-gold);
}

.tittle-product {
  color: var(--dim-grey-2);
  text-align: left;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.quantity-cart,
.cart-line-item {
  color: var(--dim-grey-2);
  font-family: Libre Franklin, sans-serif;
}

.required {
  color: var(--grey);
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
}

.field-label {
  color: var(--dim-grey-2);
  font-family: Libre Franklin, sans-serif;
  font-weight: 600;
}

.country {
  color: #000;
  font-family: Libre Franklin, sans-serif;
}

.shipping-tittle {
  color: var(--dim-grey-2);
  font-family: Libre Franklin, sans-serif;
  font-weight: 600;
}

.total {
  color: #000;
  font-family: Poppins, sans-serif;
}

.billing {
  color: var(--dim-grey-2);
  font-family: Libre Franklin, sans-serif;
}

.line-item {
  color: var(--dim-grey);
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
}

.div-block {
  flex-basis: 320px;
}

.container-checkout {
  max-width: 1200px;
}

.block-header {
  background-color: rgba(219, 219, 219, .1);
}

.text-block-2 {
  color: var(--dim-grey-2);
}

.pay-buttons {
  border: 1px solid #e6e6e6;
  border-bottom-style: none;
  padding: 40px 5%;
  display: flex;
}

.paypal {
  height: 45px;
  flex: 1;
  padding-left: 0;
  padding-right: 0;
  line-height: 24px;
}

.web-payments {
  height: 48px;
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

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

.about-hero-block-2 {
  z-index: 1;
  width: 50%;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 50%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.licence-item-first {
  width: 100%;
  background-color: rgba(255, 142, 100, .3);
  border: 1px #dde1e7;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

.licence-item-first.changelog {
  width: 60%;
  background-color: var(--white);
}

.licence-link-2 {
  color: #343e52;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.licence-link-2:hover {
  color: #bc3219;
  text-decoration: underline;
}

.logo-icon {
  margin-right: 20px;
}

.div-block-2 {
  align-items: flex-start;
}

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

.hero-div {
  width: 50%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.hero-div.small {
  margin-right: 0%;
  padding-left: 10px;
}

.hero-image {
  width: 169%;
  height: 40vh;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Devotion_Ingredients.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  background-clip: border-box;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0;
  padding: 10px;
}

.hero-image-div {
  width: 50%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.discount {
  border-top-style: none;
  margin-bottom: 20px;
}

.slide,
.slider {
  height: 35vh;
}

.text-block-3 {
  color: var(--black);
  margin-top: 48px;
}

.text-block-4 {
  color: var(--flawless-blue);
  text-align: left;
  white-space: pre-wrap;
  word-break: normal;
  overflow-wrap: normal;
  margin-left: -20px;
  margin-right: -86px;
  text-decoration: none;
}

.image-5 {
  text-align: left;
  margin-left: 200px;
}

.image-6 {
  margin-left: 70px;
  padding-top: 0;
}

.image-7,
.image-8,
.image-9,
.image-10,
.image-11,
.image-12,
.image-13,
.image-14,
.image-15 {
  margin-left: 80px;
}

.image-16 {
  margin-left: 70px;
}

.text-block-5 {
  color: var(--flawless-blue);
}

.text-block-6 {
  color: var(--flawless-blue);
  text-align: left;
  margin-left: -125px;
}

.quick-stack {
  margin-top: 72px;
  margin-left: -40px;
}

.quick-stack-2,
.quick-stack-3 {
  margin-left: -40px;
}

.image-17 {
  margin-left: 80px;
}

.columns-4 {
  margin-top: 70px;
}

.collection-item {
  height: 45vh;
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-clip: border-box;
  margin-bottom: 60px;
  display: block;
  position: relative;
}

.collection-list {
  height: 50px;
}

.collection-list-wrapper {
  margin-bottom: 0;
}

.mask {
  object-fit: fill;
}

.text-span-2 {
  color: var(--flawless-gold);
}

.italic-text {
  color: var(--flawless-gold);
  font-size: 1.4vh;
  line-height: 2vh;
}

.italic-text-2 {
  color: var(--flawless-gold);
  font-size: 1.4vh;
  font-weight: 700;
  line-height: 2vh;
}

.italic-text-3 {
  font-size: 1.4vh;
  line-height: 2vh;
}

.text-span-3 {
  color: var(--flawless-gold);
}

.image-19 {
  height: 35vh;
  object-fit: cover;
  overflow: auto;
}

.image-20 {
  object-fit: scale-down;
}

.slide-nav {
  height: 35vh;
  object-fit: cover;
}

.image-21 {
  object-fit: scale-down;
}

.slider-2 {
  height: auto;
}

.slide-2 {
  background-image: url('../images/beauty-portrait-feminine-young-woman-looking-away-touching-her-nude-shoulder-isolated-white.jpeg');
  background-position: 0 0;
  background-size: auto;
}

.image-22 {
  height: 35vh;
  object-fit: contain;
}

.slide-3 {
  height: auto;
  background-image: url('../images/close-up-sensual-beautiful-woman-face.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/portrait-beautiful-young-woman-with-clean-face-beautiful-woman-face-close-up.jpeg'), url('../images/beauty-portrait-feminine-young-woman-looking-away-touching-her-nude-shoulder-isolated-white.jpeg');
  background-position: 0 0, 0 0;
  background-size: cover, auto;
}

.container-4 {
  display: block;
}

.slider-3 {
  height: 40vh;
}

.image-23 {
  margin-top: 40px;
}

.image-24 {
  aspect-ratio: auto;
  overflow: scroll;
}

.image-25,
.image-26 {
  overflow: scroll;
}

.slide-5 {
  height: 30vh;
}

.image-27 {
  height: 40vh;
  max-width: none;
}

.image-28 {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}

.paragraph-2,
.paragraph-3,
.paragraph-4 {
  margin-bottom: 0;
  padding: 10px 10px 0;
  font-size: 1.3vh;
  font-weight: 400;
  line-height: 2vh;
}

.image-29 {
  width: auto;
  max-width: 100%;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 0;
}

.collection-item-2 {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: none;
}

.collection-list-2 {
  width: 30vh;
}

.collection-item-3 {
  height: auto;
  text-align: center;
  padding-bottom: 60px;
}

.quick-stack-4 {
  width: auto;
  height: 13vw;
  padding-left: 0;
  padding-right: 0;
}

.button-3 {
  background-color: #12284c;
  font-family: Poppins, sans-serif;
  font-size: 1.2vh;
  font-weight: 300;
}

.cell,
.cell-2,
.cell-3 {
  padding-left: 10px;
}

.section-2 {
  margin-top: 120px;
  margin-bottom: 120px;
  padding: 40px 20px;
}

.container-5 {
  max-width: 37%;
  margin-top: 60px;
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-7 {
  text-align: center;
  overflow-wrap: normal;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1vh;
  font-weight: 400;
}

.heading-2 {
  color: var(--flawless-gold);
  text-align: center;
  padding-top: 10px;
  padding-left: 10px;
  font-size: 1.4vh;
}

.learnmore_button {
  background-color: var(--black);
  text-align: center;
  letter-spacing: 3px;
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  position: static;
}

.collection-list-3 {
  padding-top: 40px;
  padding-bottom: 0;
}

.image-31 {
  background-image: url('../images/FeriFlawless-slide01-01.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slide-6 {
  background-image: url('../images/NEW-Slider-04.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider-4 {
  height: 45vh;
  max-height: none;
  max-width: 100%;
  margin-top: 60px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}

.slide-7 {
  background-image: url('../images/NEW-Slider-05.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/NEW-Slider-06.jpg');
  background-position: 0%;
  background-size: cover;
}

.image-32 {
  margin-bottom: 40px;
}

.section-3 {
  max-width: none;
  aspect-ratio: auto;
  background-image: linear-gradient(rgba(255, 248, 233, .5), rgba(255, 248, 233, .5));
  margin-top: 40px;
}

.product_heading {
  color: var(--flawless-gold);
  align-self: flex-start;
  font-size: 2.2vh;
}

.product_details {
  text-align: left;
  text-indent: 0;
  padding-right: 20px;
  font-size: 1.2em;
  line-height: 1.4em;
}

.product_subhead {
  color: var(--flawless-gold);
  align-self: flex-start;
  font-size: 1.8vh;
  font-style: normal;
  font-weight: 600;
}

.product_container {
  width: auto;
  max-width: 60%;
  aspect-ratio: auto;
}

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

.cell-5 {
  padding-top: 140px;
  padding-right: 0;
}

.quick-stack-5 {
  grid-column-gap: 37px;
  margin-bottom: 100px;
}

.icon_img {
  width: 50px;
  max-width: none;
  align-self: center;
}

.cell-6 {
  align-items: flex-end;
  padding-top: 100px;
}

.section-4 {
  background-color: var(--white);
}

.section-5 {
  background-color: var(--white-smoke);
}

.image-33 {
  margin-top: -100px;
  padding-top: 0;
}

.container-6 {
  max-width: 60%;
  margin-top: 60px;
}

.text-block-8 {
  color: var(--flawless-gold);
  text-align: center;
  font-size: 1vh;
  font-weight: 300;
}

.quick-stack-6 {
  margin-top: 40px;
  margin-bottom: 100px;
}

.microsilver-navbar {
  background-color: var(--white);
  padding-bottom: 0;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.little-title {
  text-align: center;
  letter-spacing: .5vh;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 1.5vh;
  font-weight: 400;
  line-height: 2vh;
}

.div-block-3 {
  height: 5vh;
}

.heading-3 {
  font-family: Poppins, sans-serif;
}

.content-text {
  overflow-wrap: normal;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  font-size: 1.2vh;
  font-weight: 400;
  line-height: 1.8vh;
}

.quick-stack-7 {
  height: 91.0895%;
  max-width: 100%;
  float: none;
  clear: left;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: left;
  order: -1;
  align-self: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0 0;
}

.container-7 {
  max-width: 70%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  text-align: center;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
  overflow: visible;
}

.content-title {
  color: var(--dim-grey);
  text-align: left;
  flex: 0 auto;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.8vh;
}

.section-6 {
  background-image: linear-gradient(8deg, #f7f7f7, #fff);
}

.text-span-4 {
  font-size: 2.3vh;
  font-style: italic;
  font-weight: 300;
  line-height: 1.5vh;
}

.container-8 {
  max-width: 25%;
  margin-top: -20px;
  padding-top: 0;
}

.image-34 {
  max-height: none;
  max-width: 60%;
  align-self: flex-end;
}

.quick-stack-8 {
  max-width: 16%;
}

.cell-7 {
  padding-bottom: 20px;
}

.section-7 {
  height: 22vh;
  max-height: none;
  background-image: url('../images/white-cosmetic-cream-body-lotion-background.jpg');
  background-position: 50% 0;
  background-size: auto;
}

.container-9 {
  height: 15vh;
  max-width: 50%;
  flex-direction: column;
  align-items: center;
  margin-top: auto;
  padding-top: 60px;
  display: flex;
}

.content-text2 {
  clear: right;
  color: var(--dim-grey);
  flex-direction: column;
  order: 0;
  align-self: auto;
  align-items: flex-start;
  margin-top: 15px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 10px;
  font-family: Poppins, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.6em;
  display: block;
}

.text-span-5 {
  font-size: 2vh;
  font-weight: 600;
}

.image-35 {
  padding-top: 0;
}

.micro-btn {
  float: left;
  background-color: var(--dim-grey);
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  align-self: flex-start;
  margin-top: 0;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
}

.micro-btn.button.dark {
  background-color: var(--dim-grey-2);
  align-self: flex-start;
  margin-top: 0;
  padding-left: 35px;
  padding-right: 35px;
}

.quick-stack-9 {
  height: auto;
  max-height: none;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.section-8 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.product-title {
  text-align: left;
  white-space: normal;
  overflow-wrap: normal;
  align-self: flex-start;
  font-size: 1.3em;
  line-height: 1.3em;
}

.container-10 {
  max-width: 80%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 60px;
}

.quick-stack-11 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
}

.product-details {
  text-align: left;
  align-self: center;
  padding-right: 40px;
  font-size: 1.2em;
  line-height: 1.4em;
}

.quick-stack-12 {
  max-width: 85%;
  grid-column-gap: 0px;
  grid-row-gap: 2px;
  border: 1px none var(--safehomebrown);
  object-fit: contain;
  margin: 40px auto 0;
  padding: 10px;
  overflow: visible;
}

.image-36 {
  width: 1.5rem;
  max-width: none;
  align-self: center;
  padding-top: 0;
  padding-bottom: 5px;
}

.nono-title {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 10px;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.3em;
}

.cell-8 {
  background-color: rgba(247, 247, 247, 0);
  flex-direction: column;
  justify-content: center;
}

.cell-9 {
  background-color: rgba(247, 247, 247, 0);
}

.cell-10 {
  background-color: rgba(247, 247, 247, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
}

.cell-11,
.cell-12,
.cell-13,
.cell-14,
.cell-15,
.cell-16,
.cell-17,
.cell-18,
.cell-19,
.cell-20,
.cell-21,
.cell-22,
.cell-23,
.cell-24,
.cell-25,
.cell-26,
.cell-27,
.cell-28,
.cell-29,
.cell-30,
.cell-31,
.cell-32,
.cell-33,
.cell-34 {
  background-color: var(--light-grey);
}

.container-11 {
  max-width: 90%;
}

.container-12 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.image-37 {
  width: auto;
  height: 2.5rem;
  max-width: none;
  align-self: flex-end;
}

.image-38,
.image-39 {
  width: 2.5rem;
  max-width: none;
  align-self: flex-end;
}

.image-40 {
  width: 3rem;
  max-width: none;
  align-self: flex-end;
}

.image-41 {
  width: 2.5rem;
  max-width: none;
  align-self: flex-end;
}

.image-42 {
  width: auto;
  height: 2rem;
  max-width: none;
  align-self: flex-end;
}

.image-43,
.image-44,
.image-45,
.image-46,
.image-47,
.image-48 {
  width: 2.5rem;
  max-width: none;
  align-self: flex-end;
}

.quick-stack-13 {
  max-width: 100%;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.text-span-6 {
  font-size: 1.2em;
  font-weight: 600;
}

.text-span-7 {
  font-size: 1.3vh;
  font-weight: 600;
}

.image-49 {
  clear: none;
  order: 1;
  align-self: flex-start;
  padding-top: 20px;
  position: static;
}

.text-span-8 {
  font-size: 1vh;
}

.image-50 {
  width: 3rem;
  max-width: none;
  align-self: flex-end;
}

.image-51 {
  width: 3rem;
  align-self: flex-end;
}

.image-52 {
  width: auto;
  height: 3.5rem;
  align-self: flex-end;
}

.image-53 {
  width: 3rem;
  align-self: flex-end;
}

.image-54 {
  width: auto;
  height: 3rem;
  align-self: flex-end;
}

.image-55 {
  height: 100%;
  max-width: 65%;
  align-self: center;
  padding-top: 20px;
}

.cell-35 {
  align-items: flex-start;
  padding-top: 10px;
}

.image-56 {
  height: 5rem;
}

.image-57,
.image-58 {
  width: 3rem;
  align-self: flex-end;
}

.image-59 {
  height: 3rem;
  align-self: flex-end;
}

.image-60 {
  width: 3rem;
  align-self: flex-end;
}

.image-61 {
  width: auto;
  height: 4rem;
  align-self: center;
}

.image-62 {
  width: 4rem;
  align-self: center;
}

.image-63 {
  height: 4rem;
  align-self: center;
}

.image-64,
.image-65,
.image-66 {
  width: 4rem;
  align-self: center;
}

.cell-36,
.cell-37,
.cell-38,
.cell-39,
.cell-40,
.cell-41,
.cell-42,
.cell-43,
.cell-44,
.cell-45,
.cell-46,
.cell-47 {
  align-items: center;
}

.content-center {
  text-align: center;
  padding-top: 10px;
  font-weight: 500;
  line-height: 1.5vh;
}

.container-13 {
  max-width: 55%;
}

.micro-section {
  color: var(--dim-grey-2);
  text-align: center;
}

.collection-item-4 {
  padding: 20px 0;
}

.text-span-9 {
  font-size: 1.5em;
  font-weight: 700;
}

.image-67 {
  height: auto;
  max-height: none;
  max-width: 50%;
}

.white-section {
  background-color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-14 {
  max-width: 55%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.tag-head {
  color: var(--white);
  text-align: right;
  text-transform: uppercase;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 10px;
  font-family: Poppins, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 2em;
}

.cell-48 {
  background-color: rgba(219, 219, 219, 0);
}

.product-detail-head {
  color: var(--dim-grey-2);
  text-align: right;
  flex: 0 auto;
  align-self: flex-end;
  margin-top: 40px;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.3em;
}

.quick-stack-15 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex: 0 auto;
  padding: 0 0 10px;
}

.product-detail {
  text-align: left;
  align-self: flex-end;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-right: 0;
  font-size: 1.1em;
  line-height: 1.5em;
}

.image-69 {
  max-height: 60%;
  max-width: 100%;
  align-self: center;
}

.image-70 {
  width: 2.5em;
  max-width: none;
  align-self: flex-end;
}

.image-71 {
  width: 2.5em;
  height: auto;
  max-width: none;
  align-self: flex-end;
}

.image-72,
.image-73 {
  width: 2.5em;
  max-width: none;
  align-self: flex-end;
}

.image-74,
.image-75 {
  width: auto;
  height: 2.5em;
  max-width: none;
  align-self: flex-end;
}

.image-76,
.image-77 {
  height: 2.5em;
  max-width: none;
  align-self: flex-end;
}

.image-78,
.image-79,
.image-80 {
  width: 2.5em;
  max-width: none;
  align-self: flex-end;
}

.product-icon-detail {
  padding-left: 10px;
  font-size: 1em;
  line-height: 1.3em;
}

.cell-49 {
  background-color: var(--gainsboro);
}

.grey-section {
  max-height: 13.9%;
  background-color: var(--light-grey);
  text-align: right;
  background-image: url('../images/female-hands2.png');
  background-position: 90% 100%;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 0;
  padding-bottom: 140px;
}

.cell-50 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.left-align-text {
  font-size: 1.3em;
  line-height: 1.5em;
}

.text-span-10 {
  color: var(--blue);
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.7em;
}

.text-span-11 {
  font-weight: 700;
}

.paragraph-5 {
  align-self: flex-end;
  margin-bottom: 0;
  padding-right: 20px;
  font-size: 6em;
}

.cell-51 {
  justify-content: center;
}

.quick-stack-16 {
  padding-top: 40px;
}

.image-81 {
  width: 5em;
  max-width: none;
  align-self: center;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.image-82 {
  height: 5em;
  max-width: none;
  align-self: center;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.image-83 {
  height: 5em;
  max-width: none;
  align-self: center;
  margin-bottom: 20px;
}

.center-text {
  text-align: center;
  align-self: center;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 1.2em;
  line-height: 1.5em;
}

.image-84 {
  height: 15em;
  align-self: flex-end;
}

.cell-52,
.cell-53 {
  justify-content: center;
}

.section-9 {
  background-color: rgba(247, 247, 247, 0);
  background-image: url('../images/hands-holding.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 100px;
}

.section-10 {
  background-color: var(--white);
  background-image: url('../images/female-hands.png');
  background-position: 0 100%;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cell-54 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-left: 40px;
}

.quick-stack-17 {
  max-width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.cell-55 {
  justify-content: flex-start;
  align-items: flex-end;
}

.cell-56,
.cell-57,
.cell-58,
.cell-59,
.cell-60,
.cell-61,
.cell-62,
.cell-63,
.cell-64,
.cell-65 {
  justify-content: center;
  align-items: flex-end;
}

.cell-66 {
  justify-content: flex-end;
}

.cell-98,
.cell-99 {
  justify-content: center;
  align-items: flex-end;
}

.cell-102 {
  justify-content: flex-start;
  align-items: flex-end;
}

.cell-103 {
  justify-content: center;
}

.cell-104 {
  justify-content: flex-start;
}

.cell-105 {
  justify-content: flex-end;
}

.cell-106 {
  justify-content: flex-start;
  align-items: center;
}

.cell-107 {
  align-items: flex-end;
}

.cell-108 {
  justify-content: flex-start;
  align-items: flex-end;
}

.cell-109,
.cell-110 {
  justify-content: center;
}

.cell-111 {
  justify-content: flex-start;
}

.cell-112,
.cell-113,
.cell-114,
.cell-115,
.cell-116,
.cell-117 {
  justify-content: center;
}

.cell-118 {
  justify-content: flex-start;
}

.cell-119,
.cell-120,
.cell-121,
.cell-122,
.cell-123,
.cell-124,
.cell-125,
.cell-126 {
  justify-content: center;
}

.cell-127 {
  justify-content: flex-start;
}

.cell-128,
.cell-129,
.cell-130,
.cell-131,
.cell-132,
.cell-133,
.cell-134,
.cell-135,
.cell-136,
.cell-137,
.cell-138,
.cell-139,
.cell-140,
.cell-141,
.cell-142,
.cell-143,
.cell-144,
.cell-145,
.cell-146,
.cell-147,
.cell-149,
.cell-150,
.cell-151,
.cell-152,
.cell-153,
.cell-154,
.cell-155,
.cell-156,
.cell-157,
.cell-158,
.cell-159,
.cell-160,
.cell-161,
.cell-162 {
  justify-content: center;
}

.cell-169 {
  justify-content: flex-end;
}

.image-85 {
  max-height: none;
  max-width: 100%;
  margin-top: -50px;
  padding-top: 0;
  padding-bottom: 0;
}

.cell-170 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-left: 60px;
  padding-right: 20px;
  display: flex;
}

.cell-171,
.cell-172 {
  justify-content: flex-end;
}

.cell-173 {
  justify-content: flex-end;
  padding-bottom: 0;
}

.outerstack {
  max-width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 1;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.quick-stack-18 {
  height: auto;
  max-height: none;
  grid-column-gap: 10px;
  grid-row-gap: 13px;
  padding-top: 0;
  padding-bottom: 0;
}

.cell-174 {
  justify-content: flex-end;
  align-items: center;
  padding-right: 20px;
}

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

.product-image {
  max-width: 32%;
}

.cell-175,
.cell-176 {
  justify-content: flex-end;
}

.cell-177 {
  justify-content: flex-end;
  padding-right: 20px;
}

.section-11 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.paragraph-6 {
  margin-bottom: 0;
  padding-top: 10px;
  font-size: 1.1em;
}

.quick-stack-19 {
  width: auto;
  height: 30%;
  min-height: auto;
}

.quick-stack-20 {
  height: auto;
  grid-row-gap: 0px;
  margin-bottom: 20px;
}

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

.cell-179 {
  justify-content: center;
}

.cell-180 {
  justify-content: center;
  align-items: center;
}

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

.section-12 {
  height: auto;
  max-height: none;
  background-image: url('../images/2913.jpg');
  background-position: 0 100%;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-15 {
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.product-img {
  width: 28em;
  height: auto;
  max-height: none;
  max-width: none;
  align-self: center;
  margin-right: 0;
  padding-right: 0;
}

.bold-text-4 {
  color: var(--black);
  font-weight: 900;
}

.collection-list-wrapper-3 {
  height: 20em;
}

.quick-stack-21 {
  height: 40em;
}

.image-91 {
  max-width: 50%;
}

.cell-181 {
  justify-content: flex-end;
  align-items: center;
}

.button-4 {
  align-self: flex-end;
}

.cell-182 {
  justify-content: center;
  align-items: flex-end;
}

.cell-183 {
  justify-content: flex-start;
}

.cell-184 {
  justify-content: flex-end;
}

.cell-185 {
  align-items: flex-start;
}

.buynow-btn {
  background-color: var(--dim-grey);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  align-self: flex-start;
  margin-top: 20px;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.buynow-btn.button.dark {
  background-color: var(--dim-grey-2);
  border-radius: 0;
  margin-top: 20px;
}

.cell-186,
.cell-187 {
  background-color: var(--gainsboro);
}

.text-span-12,
.text-span-13 {
  text-transform: uppercase;
}

.cell-188 {
  justify-content: center;
}

.cell-189 {
  text-align: center;
  align-items: center;
}

.cell-190 {
  color: rgba(12, 21, 47, 0);
  background-color: rgba(77, 77, 77, 0);
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.title-section {
  height: 5em;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/silver-metal-texture-background-design.jpg');
  background-position: 50% 100%;
  background-size: cover;
  margin-bottom: 40px;
  padding: 0;
}

.cell-191 {
  background-color: var(--gainsboro);
}

.product-title-section {
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 0;
}

.bold-text-5 {
  color: var(--blue);
  text-transform: capitalize;
  font-size: 1em;
  font-weight: 900;
  line-height: 1em;
}

.text-span-14 {
  color: var(--orange-red);
}

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

.text-span-15 {
  font-weight: 700;
}

.cell-192 {
  background-color: rgba(77, 77, 77, 0);
  justify-content: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.quick-stack-23 {
  max-width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.block-quote {
  max-width: 100%;
  color: var(--dim-grey);
  -webkit-text-stroke-color: var(--dark-grey);
  border-left-style: none;
  margin-top: 156px;
  margin-bottom: 40px;
  margin-left: 0;
  padding-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.2em;
  font-style: italic;
  font-weight: 400;
  line-height: 1.3em;
  display: block;
}

.cell-194 {
  align-items: flex-start;
}

.product-detail-head-right {
  color: var(--dim-grey-2);
  text-align: right;
  order: -1;
  align-self: flex-start;
  margin-top: 40px;
  font-size: 2.5em;
  line-height: 1.3em;
}

.cell-195 {
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 40px;
}

.quick-stack-24 {
  max-width: 100%;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  margin-top: 40px;
  padding-top: 0;
}

.quick-stack-25 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  margin-top: 60px;
  padding-top: 0;
}

.cell-196 {
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 20px;
}

.cell-197 {
  justify-content: flex-start;
  padding-bottom: 0;
}

.cell-198 {
  justify-content: flex-end;
  padding-bottom: 20px;
}

.quick-stack-26 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 60px;
  margin-bottom: 40px;
  padding-top: 20px;
}

.cell-199 {
  justify-content: flex-end;
  padding-bottom: 40px;
}

.cell-200 {
  justify-content: flex-end;
  padding-bottom: 20px;
}

.cell-201 {
  justify-content: flex-end;
}

.cell-202 {
  justify-content: center;
}

.cell-203 {
  justify-content: flex-end;
}

.cell-204 {
  padding-top: 0;
}

.cell-205 {
  justify-content: flex-end;
  padding-right: 20px;
}

.cell-206 {
  padding-right: 20px;
}

.cell-207 {
  justify-content: flex-end;
  align-items: center;
  padding-right: 20px;
}

.cell-208 {
  justify-content: flex-start;
}

.cell-209 {
  padding-bottom: 20px;
}

.image-92 {
  max-height: 95%;
  max-width: 7.5%;
}

.image-93 {
  max-width: 100%;
  align-self: auto;
}

.ms-product-img {
  max-height: none;
  max-width: 120%;
}

.slide-9 {
  background-image: url('../images/NEW-Slider-05_1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slider-5,
.slider-6,
.slider-7,
.slider-8 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-10 {
  background-image: url('../images/NEW-Slider-03.jpg');
  background-position: 50%;
  background-size: cover;
}

.sub-title {
  font-size: 1.5vh;
  font-weight: 400;
}

.container-16 {
  max-width: 80%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.background-video {
  height: 728.89px;
  margin-top: 0;
  position: relative;
}

.cell-210 {
  padding-top: 20px;
  padding-left: 20px;
}

.container-17 {
  max-width: 100%;
}

.section-13 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.image-94 {
  max-height: 70%;
  max-width: none;
}

.section-14 {
  background-image: url('../images/BG.jpg');
  background-position: 100% 100%;
  background-size: cover;
  margin-top: 0;
  padding-top: 140px;
  padding-bottom: 140px;
}

.image-95 {
  max-height: none;
  max-width: 80%;
  flex: 0 auto;
  order: -1;
  align-self: flex-end;
  display: block;
  position: static;
  overflow: scroll;
}

.heading-5 {
  max-width: 90%;
  margin-bottom: 40px;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2em;
}

.posh-sub-title {
  text-align: center;
  margin-bottom: 20px;
  padding-top: 100px;
  font-size: 1.5em;
  font-weight: 400;
}

.posh-tilte {
  color: var(--black-02);
  text-align: center;
  margin-bottom: 40px;
  font-size: 2.5em;
  font-weight: 600;
}

.container-18 {
  max-width: 85%;
  margin-top: 60px;
}

.product-head {
  color: var(--black-02);
  font-family: Poppins, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.2em;
}

.image-96 {
  max-height: none;
  max-width: 80%;
}

.section-15 {
  background-color: var(--white);
  background-image: url('../images/hair4-copy.png');
  background-position: 70% 100%;
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 100px;
}

.section-16 {
  background-color: var(--white-smoke);
  background-image: url('../images/POSH-Man.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 100px;
}

.captive-head {
  background-color: var(--captive);
  color: var(--white);
  text-align: left;
  padding-left: 10px;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 2.5em;
}

.posh-txt {
  color: var(--black-02);
  text-align: left;
  align-self: flex-end;
  font-size: 1.5em;
  font-weight: 500;
}

.posh-icon-img {
  width: auto;
  height: 2.5em;
}

.image-98 {
  height: 3em;
}

.image-99 {
  width: auto;
  height: 3em;
}

.image-100 {
  height: 3em;
}

.cell-211,
.cell-212,
.cell-213,
.cell-214 {
  align-items: center;
}

.posh-sub-txt {
  color: var(--black-02);
  text-align: left;
  align-self: flex-start;
  padding-top: 5px;
  font-size: 1em;
  line-height: 1.2em;
}

.cell-215 {
  justify-content: center;
}

.quick-stack-27 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  padding: 0 0 40px;
}

.posh-txt-left {
  color: var(--black-02);
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.2em;
  line-height: 1.3em;
}

.posh-sub-txt-left {
  color: var(--black-02);
  font-size: 1em;
  line-height: 1.2em;
}

.cell-216,
.cell-217,
.cell-218,
.cell-219 {
  align-items: center;
}

.quick-stack-28 {
  padding-top: 60px;
  padding-bottom: 0;
}

.cell-220 {
  justify-content: center;
}

.sensual-head {
  background-color: var(--sensual);
  color: var(--white);
  text-align: right;
  padding-right: 10px;
  font-family: Poppins, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 2.5em;
}

.cell-221 {
  justify-content: flex-start;
  padding-top: 15px;
}

.cell-222 {
  justify-content: center;
}

.cell-223 {
  justify-content: flex-start;
  padding-top: 10px;
}

.cell-224 {
  color: var(--dim-grey-2);
  justify-content: center;
}

.cell-225 {
  justify-content: flex-start;
  padding-top: 10px;
}

.cell-226,
.cell-227 {
  justify-content: center;
}

.cell-228 {
  justify-content: flex-start;
  padding-top: 10px;
}

.cell-229 {
  justify-content: center;
}

.cell-230,
.cell-231,
.cell-232 {
  justify-content: center;
  padding-top: 0;
}

.cell-233 {
  justify-content: flex-start;
}

.cell-234 {
  justify-content: center;
}

.cell-235 {
  justify-content: center;
  padding-top: 0;
}

.cell-236 {
  justify-content: center;
}

.posh-icon-img-height {
  height: 3em;
}

.cell-237 {
  justify-content: flex-end;
}

.container-19,
.container-20 {
  max-width: 50%;
}

.image-101 {
  max-height: none;
  max-width: 90%;
}

.cell-238 {
  justify-content: flex-end;
}

.cell-239 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.section-17 {
  margin-bottom: 140px;
}

.image-102 {
  max-height: 60%;
  max-width: none;
}

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

.safehomerev_navbar {
  /* height: 98.82px; */
  background-color: #fff;
}

.image-104 {
  max-height: 70px;
  max-width: none;
}

.text-span-16 {
  color: var(--dim-grey);
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2em;
}

.posh-hero {
  height: 728.89px;
  background-image: url('../images/POSH-BG.jpg');
  background-position: 100% 100%;
  background-size: cover;
  flex-direction: row;
  align-items: stretch;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.safehome-hero {
  height: 728.89px;
  background-image: url('../images/BG-03.jpg');
  background-position: 0 100%;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 0;
}

.quick-stack-29 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.cell-240 {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-end;
}

.image-105 {
  max-height: 60%;
  float: left;
  text-align: left;
  padding-right: 20px;
}

.safehome-title {
  color: var(--dim-grey-2);
  text-align: left;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-size: 1.7em;
  font-weight: 600;
  line-height: 1.3em;
  display: block;
}

.safehome-section-sub-title {
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.2em;
}

.safehome-section-title {
  float: none;
  color: var(--safehomebrown);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 2em;
  line-height: 2em;
}

.section-18 {
  background-image: url('../images/BG-03.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.safehome-content {
  max-width: 72%;
  clear: none;
  order: 0;
  align-self: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  font-size: 1.2em;
}

.safehome-content-heading {
  max-width: 75%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 20px;
  font-family: Poppins, sans-serif;
  font-size: 1.7em;
  font-weight: 600;
  line-height: 1.4em;
}

.image-106 {
  max-width: 100%;
  align-self: center;
  display: block;
}

.quick-stack-30 {
  max-width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 0;
}

.cell-241 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

.paragraph-7 {
  color: var(--black-02);
  flex-direction: row;
  order: 1;
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 1.2em;
  line-height: 2.2em;
  display: flex;
}

.cell-242 {
  justify-content: flex-start;
  align-items: flex-end;
}

.container-21 {
  max-width: 70%;
  margin-top: 0;
  padding: 100px 0;
}

.image-107 {
  height: 10%;
  max-height: none;
  max-width: none;
  float: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-19 {
  background-color: var(--white-smoke);
}

.image-108 {
  max-width: none;
}

.cell-243 {
  justify-content: center;
}

.posh-page-title {
  color: var(--black-02);
  text-align: left;
  padding-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.2em;
}

.quick-stack-32 {
  grid-row-gap: 20px;
  padding-top: 0;
}

.cell-244 {
  align-items: center;
}

.quick-stack-33 {
  padding: 0;
}

.quick-stack-34 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 0;
  padding: 0 20px;
}

.collection-item-5 {
  padding: 60px 20px 40px;
}

.image-109 {
  padding-top: 0;
  padding-bottom: 0;
}

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

.quick-stack-35 {
  height: auto;
}

.cell-245 {
  justify-content: center;
  padding-bottom: 0;
}

.divine_navbar {
  background-color: var(--white);
}

.divine_hero {
  height: 728.89px;
  float: none;
  clear: none;
  background-image: url('../images/banner1.jpg');
  background-size: cover;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
}

.divine_title {
  float: left;
  border-left: 3px none var(--green-divine);
  color: var(--green-divine);
  text-align: left;
  padding-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.3em;
  display: inline-block;
}

.divine_title.hero {
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 100px;
  display: flex;
}

.section-20 {
  max-width: 100%;
  background-image: url('../images/BG-god.jpg');
  background-position: 100%;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 140px;
  padding-bottom: 140px;
}

.divine_sub_title {
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.2em;
}

.divine_section_title {
  color: var(--green-divine);
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 2.2em;
  font-weight: 700;
  line-height: 2em;
}

.paragraph-8 {
  max-width: 100%;
  float: none;
  color: var(--black-02);
  text-align: left;
  align-items: center;
  margin-left: 0;
  padding-left: 20px;
  display: block;
}

.button-5 {
  float: left;
  clear: left;
}

.paragraph-9 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.container-22 {
  max-width: 55%;
}

.img-divine {
  max-width: 80%;
}

.image-111 {
  width: 3em;
}

.image-112 {
  width: 2em;
  align-self: flex-end;
}

.cell-246 {
  align-items: flex-end;
}

.quick-stack-36 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
}

.cell-247 {
  justify-content: center;
  align-items: flex-start;
}

.quick-stack-37 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.image-113 {
  align-self: center;
}

.image-114 {
  height: auto;
  max-height: none;
  max-width: 60%;
  align-self: center;
  margin-left: 0;
  padding-left: 0;
}

.divine-txt {
  color: var(--dim-grey-2);
  text-align: left;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.5em;
}

.divine-list-txt {
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.2em;
  line-height: 1.15em;
}

.divine-center-txt {
  color: var(--green-divine);
  text-align: center;
  text-transform: uppercase;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.25em;
}

.divine-txt-head {
  background-color: var(--green-divine);
  color: var(--light-green);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 60px;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.8em;
}

.quick-stack-38 {
  max-width: 100%;
  float: none;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.text-span-17 {
  font-size: 1.2em;
}

.divine-txt-ingredient {
  padding-top: 0;
  padding-left: 15px;
  font-weight: 400;
}

.quick-stack-39 {
  max-width: 100%;
  float: none;
  grid-row-gap: 10px;
  aspect-ratio: auto;
  text-align: left;
  object-fit: fill;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Poppins, sans-serif;
  overflow: visible;
}

.image-115,
.image-116,
.image-117 {
  max-width: 50%;
  align-self: center;
}

.divine-center-txt-grey {
  text-align: center;
  font-size: 1.2em;
  line-height: 1.2em;
}

.cell-248 {
  flex-direction: column;
  align-items: center;
}

.cell-249 {
  align-items: center;
}

.quick-stack-40 {
  float: none;
}

.quick-stack-41 {
  max-width: 90%;
  float: right;
  grid-column-gap: 15px;
  grid-row-gap: 30px;
  align-self: flex-start;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.cell-250 {
  align-items: center;
  display: flex;
}

.image-118 {
  max-width: 70%;
  align-self: flex-end;
  padding-right: 5px;
}

.divine-txt-green {
  color: var(--green-divine);
  text-transform: uppercase;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.05em;
  line-height: 1.25em;
}

.bold-text-6,
.bold-text-7 {
  text-transform: uppercase;
  font-size: 1em;
}

.image-119 {
  max-width: 80%;
}

.image-120,
.image-121 {
  max-width: 75%;
}

.cell-251 {
  justify-content: center;
  align-items: flex-end;
}

.cell-252 {
  justify-content: flex-start;
  align-items: flex-end;
}

.cell-253 {
  justify-content: center;
  align-items: center;
  padding-left: 0;
}

.cell-254 {
  justify-content: flex-start;
  align-items: flex-end;
}

.cell-255 {
  justify-content: flex-start;
}

.bold-text-8 {
  text-transform: uppercase;
  display: flex;
}

.image-122 {
  width: 100%;
  height: auto;
  max-height: none;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.image-123 {
  max-width: 20%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.quick-stack-42 {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.image-124,
.image-125,
.image-126 {
  max-width: 20%;
}

.cell-256 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.cell-257,
.cell-258 {
  flex-direction: row;
  align-items: flex-start;
}

.cell-259 {
  justify-content: flex-start;
}

.cell-260 {
  border-left: 3px solid var(--green-divine);
  padding-top: 60px;
  padding-left: 40px;
}

.bold-text-9,
.bold-text-10,
.bold-text-11 {
  color: var(--green-divine);
  text-transform: uppercase;
}

.quick-stack-43 {
  padding-top: 40px;
}

.image-127 {
  max-width: 50%;
}

.image-128 {
  max-width: 60%;
}

.image-129,
.image-130 {
  max-width: 50%;
}

.cell-261,
.cell-262,
.cell-263 {
  align-items: center;
}

.image-131 {
  max-width: 50%;
}

.cell-264 {
  justify-content: flex-start;
  align-items: center;
}

.text-span-18 {
  color: var(--green-divine);
}

.text-span-19,
.text-span-20 {
  color: var(--green-divine);
  text-transform: uppercase;
  font-weight: 700;
}

.bold-text-12 {
  text-transform: uppercase;
}

.cell-265 {
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 0;
}

.cell-266 {
  justify-content: center;
  align-items: flex-start;
}

.cell-267 {
  justify-content: space-between;
  align-items: flex-start;
}

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

.bold-text-13 {
  text-transform: uppercase;
}

.quick-stack-44 {
  padding: 0;
}

.quick-stack-45 {
  padding-left: 0;
}

.image-132 {
  max-width: 90%;
}

.image-133 {
  width: auto;
  height: 2.5em;
}

.quick-stack-46 {
  padding-top: 0;
  padding-left: 0;
}

.quick-stack-47 {
  padding-top: 0;
}

.quick-stack-48 {
  max-height: none;
  max-width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 5px;
  order: 1;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.cell-268 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: block;
}

.cell-269 {
  flex-wrap: nowrap;
  justify-content: space-between;
}

.cell-270 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cell-271 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 20px;
}

.cell-272 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}

.germ-number {
  background-color: var(--red);
  color: var(--white-smoke);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Poppins, sans-serif;
  font-size: 2.3em;
  font-weight: 600;
}

.germs {
  margin-bottom: 0;
  padding-left: 5px;
  font-size: 1em;
  line-height: 1em;
}

.heading-6,
.heading-7 {
  background-color: var(--green-divine);
  color: var(--white-smoke);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Poppins, sans-serif;
  font-size: 2.3em;
  font-weight: 600;
}

.cell-273 {
  justify-content: flex-end;
  align-items: flex-end;
}

.cell-274 {
  justify-content: flex-end;
  padding-left: 20px;
}

.cell-275 {
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 25px;
}

.cell-276 {
  justify-content: flex-end;
}

.spray-head {
  color: var(--dim-grey);
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1em;
}

.paragraph-11 {
  max-width: 35%;
  color: var(--captive);
  align-self: flex-end;
  padding-left: 0;
  font-size: .8em;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2em;
}

.cell-277 {
  justify-content: flex-end;
}

.cell-278 {
  flex-direction: row;
}

.cell-279 {
  flex-direction: row;
  align-items: stretch;
}

.quick-stack-49 {
  max-width: 100%;
  grid-row-gap: 10px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.quick-stack-50 {
  height: 35%;
  max-width: 80%;
  float: none;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  outline-offset: 0px;
  object-fit: fill;
  border: 1px #000;
  outline: 3px rgba(12, 21, 47, .6);
  align-self: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: static;
  overflow: visible;
}

.paragraph-12 {
  align-self: center;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.2em;
}

.paragraph-13 {
  margin-top: 10px;
  padding-left: 20px;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.5em;
}

.collection-item-6 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.cell-281 {
  align-items: center;
  padding-left: 40px;
}

.cell-282 {
  align-items: center;
  padding-left: 20px;
}

.cell-283 {
  flex-direction: row;
  align-items: flex-end;
  padding-left: 20px;
}

.cell-284 {
  justify-content: flex-end;
  padding-left: 20px;
}

.cell-285 {
  flex-flow: column;
  align-items: center;
  padding-top: 20px;
}

.image-134 {
  width: auto;
  max-width: 100%;
}

.section-21 {
  height: 1606.39px;
  clear: none;
  background-image: url('../images/v2.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
}

.section-22 {
  height: 877.5px;
  background-image: url('../images/Divine_IngredientsInCapsule-BG.png');
  background-position: 50% 100%;
  background-size: cover;
}

.ing-icon {
  max-width: 30%;
  clear: none;
  object-fit: fill;
  align-self: baseline;
  padding-bottom: 20px;
  position: static;
  overflow: visible;
}

.image-136,
.image-137,
.image-138,
.image-139,
.image-140 {
  max-width: 30%;
}

.cell-286,
.cell-287 {
  align-items: center;
}

.cell-288,
.cell-289,
.cell-290,
.cell-291 {
  align-items: flex-end;
}

.quick-stack-51 {
  z-index: 0;
  max-width: 100%;
  float: none;
  grid-column-gap: 4em;
  grid-row-gap: 1.5em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-right: 20px;
  position: relative;
}

.paragraph-14 {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.1em;
  line-height: 1.3em;
}

.text-span-21 {
  color: var(--green-divine);
}

.quick-stack-52 {
  height: auto;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.image-141 {
  max-width: 30%;
}

.divine-icon {
  max-width: 25%;
}

.cell-292 {
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.text-block-9 {
  clear: right;
  object-fit: fill;
  flex-flow: wrap;
  order: 0;
  align-content: space-around;
  padding-left: 10px;
  font-family: Poppins, sans-serif;
  font-size: 1em;
  line-height: 1em;
  display: flex;
  position: relative;
  overflow: visible;
}

.cell-293 {
  direction: ltr;
  word-break: normal;
  flex-direction: row;
  align-items: center;
}

.cell-294,
.cell-295,
.cell-296,
.cell-297,
.cell-298,
.cell-299,
.cell-300,
.cell-301 {
  flex-direction: row;
  align-items: center;
}

.bold-text-14 {
  font-size: 1.2em;
}

.cell-302 {
  align-items: center;
  padding-top: 10px;
}

.heading-8 {
  max-width: 85%;
  color: var(--green-divine);
  padding-right: 40px;
  font-family: Poppins, sans-serif;
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.5em;
}

.cell-303 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cell-304 {
  align-items: center;
}

.cell-305 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-9 {
  color: var(--green-divine);
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.3em;
  display: flex;
}

.cell-306,
.cell-307,
.cell-308 {
  align-items: center;
}

.container-23 {
  max-width: 70%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-24 {
  max-width: 70%;
}

.container-25 {
  max-width: 85%;
}

.container-26 {
  max-width: 80%;
}

.container-27 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 900px;
  display: block;
  position: static;
}

.heading-10 {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.3em;
}

.collection-list-4 {
  margin-left: auto;
  margin-right: auto;
}

.link-3 {
  clear: none;
  align-self: flex-start;
  font-family: Poppins, sans-serif;
  font-size: .9em;
  font-weight: 400;
  line-height: 1em;
}

.readmore {
  color: var(--flawless-gold);
  align-self: flex-start;
  font-family: Poppins, sans-serif;
  font-size: .9em;
  line-height: 1.5em;
}

.text-span-22 {
  color: var(--green-divine);
}

.text-span-23 {
  color: var(--dim-grey-2);
  font-style: italic;
  font-weight: 600;
}

.reliable-icon {
  max-width: 35%;
  align-self: flex-start;
  padding-bottom: 10px;
}

.quick-stack-53 {
  max-width: 72%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.cell-309 {
  align-items: flex-end;
}

.text-block-10 {
  font-family: Poppins, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.3em;
}

.text-block-11,
.text-block-12,
.text-block-13 {
  font-family: Poppins, sans-serif;
  font-size: 1.2em;
  line-height: 1.3em;
}

.bold-text-15 {
  font-family: Poppins, sans-serif;
  font-size: 1.2em;
}

.section-23 {
  background-image: url('../images/BG-03.jpg');
  background-position: 0%;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.transparent-cell {
  justify-content: center;
}

.image-142 {
  padding-top: 0;
}

.cell-310,
.cell-311 {
  justify-content: center;
}

.cell-312 {
  align-items: center;
}

.cell-313 {
  justify-content: flex-end;
}

.quick-stack-54 {
  margin-top: 220px;
  padding-top: 40px;
}

.cell-314,
.cell-315,
.cell-316 {
  justify-content: flex-start;
}

.image-143 {
  width: 1.5rem;
}

.paragraph-15 {
  max-width: 75%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.3em;
  line-height: 1.3em;
}

.cell-317,
.cell-318,
.cell-319 {
  justify-content: center;
}

.image-144 {
  height: auto;
  max-width: 60%;
  align-self: center;
}

.bold-text-16 {
  font-weight: 600;
}

.image-145 {
  width: 5em;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 0;
  padding-right: 0;
}

.image-146,
.image-147,
.image-148,
.image-149 {
  width: 5em;
  margin-left: 40px;
}

.image-150 {
  width: 5em;
}

.cell-320 {
  flex-direction: row;
  justify-content: center;
  padding-top: 40px;
}

.cell-321 {
  flex-direction: row;
  justify-content: center;
  padding-left: 20px;
}

.cell-322 {
  justify-content: flex-end;
}

.cell-323 {
  justify-content: center;
  padding-top: 20px;
}

.quick-stack-55 {
  max-width: 85%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-left: auto;
  margin-right: auto;
}

.image-151 {
  max-width: 100%;
}

.image-152,
.image-153 {
  max-width: 65%;
}

.cell-324 {
  align-items: flex-start;
  padding-right: 0;
}

.quick-stack-56 {
  max-width: 72%;
  clear: none;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.cell-325 {
  padding-right: 0;
}

.image-154 {
  height: 4em;
  max-width: none;
  align-self: center;
  margin-left: 40px;
}

.image-155,
.image-156,
.image-157 {
  height: 4em;
  align-self: center;
  margin-left: 20px;
}

.container-28 {
  max-width: 8%;
}

.collection-list-5 {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.collection-item-7 {
  margin-left: auto;
  margin-right: auto;
}

.cell-326 {
  justify-content: center;
}

.cell-327 {
  padding-top: 20px;
}

.image-158 {
  width: 2.5em;
  height: auto;
  align-self: flex-end;
}

.image-159 {
  width: 2.5em;
  align-self: flex-end;
}

.cell-328,
.cell-329,
.cell-330 {
  justify-content: center;
}

.image-160 {
  width: 2.5em;
  align-self: flex-end;
}

.image-161 {
  width: 2.5em;
  height: 2.8em;
}

.cell-331 {
  justify-content: flex-start;
  align-items: center;
}

.image-162 {
  width: 2.5em;
}

.image-163 {
  height: 2.5em;
}

.image-164,
.image-165 {
  width: 2.5em;
}

.cell-332 {
  justify-content: flex-start;
}

.cell-333,
.cell-334,
.cell-335,
.cell-336,
.cell-337,
.cell-338,
.cell-339,
.cell-340 {
  justify-content: center;
}

.cell-341 {
  justify-content: flex-start;
}

.cell-343 {
  justify-content: center;
}

.quick-stack-57 {
  max-width: 75%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.section-24 {
  height: 600px;
}

.container-29 {
  height: 600px;
  max-width: 100%;
}

.slider-9 {
  height: 600px;
}

.slide-11 {
  background-image: url('../images/9.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-12 {
  background-image: url('../images/safehome-slider2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-13 {
  background-image: url('../images/1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-14 {
  background-image: url('../images/8.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-15 {
  background-image: url('../images/11.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.quick-stack-59 {
  padding-left: 40px;
  padding-right: 40px;
}

.text-span-24 {
  color: var(--dim-grey);
}

.text-span-25 {
  font-size: 1.5em;
  font-weight: 700;
}

.bold-text-17 {
  font-size: 1.2em;
  font-weight: 600;
}

.section-25 {
  height: auto;
  background-image: url('../images/empty-hemical-biological-science-laboratory-glassware-collection.jpg');
  background-position: 80% 100%;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-30 {
  height: auto;
  max-width: 60%;
  padding-right: 0;
}

.cell-345 {
  justify-content: center;
}

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

.image-168 {
  width: 3em;
  max-width: none;
  text-align: center;
  display: block;
}

.heading-12 {
  color: var(--dim-grey-2);
  text-align: center;
  margin-top: 0;
  padding-left: 0;
  font-size: 2.3em;
  display: block;
}

.container-31 {
  height: auto;
  max-width: 60%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.paragraph-16 {
  max-width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2em;
}

.cell-346 {
  flex-direction: row;
}

.cell-347 {
  flex-direction: row;
  padding-top: 40px;
}

.quick-stack-60 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.paragraph-17 {
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 0;
  font-size: 1.1em;
}

.paragraph-18,
.bold-text-18,
.bold-text-19,
.bold-text-20,
.bold-text-21 {
  font-size: 1.2em;
}

.text-block-14 {
  font-family: Poppins, sans-serif;
  font-size: 1.2em;
  line-height: 1.3em;
}

.text-span-26 {
  font-size: 1.1em;
  font-weight: 700;
}

.block-quote-2 {
  border-left-style: solid;
  border-left-color: var(--flawless-gold);
  text-align: left;
  align-self: flex-start;
  margin-top: 60px;
  padding-top: 10px;
  font-family: Poppins, sans-serif;
}

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

.slide-16 {
  background-image: url('../images/3.jpg');
  background-position: 0 0;
  background-size: cover;
}

.bold-text-22 {
  font-size: 1.2em;
}

.cell-348 {
  align-items: center;
}

.cell-349 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bold-text-23 {
  font-size: 1em;
}

.container-32 {
  max-width: 100%;
  padding-bottom: 60px;
}

.block-quote-3 {
  max-width: 100%;
  color: var(--safehomebrown);
  text-align: center;
  border-left-style: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.5em;
  line-height: 1.2em;
}

.quick-stack-61 {
  max-width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.bold-text-24 {
  font-size: 1em;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3em;
}

.cell-350 {
  align-items: center;
}

.cell-351 {
  padding-left: 30px;
}

.cell-352 {
  align-items: center;
  padding-top: 40px;
}

.heading-13 {
  text-align: center;
  font-size: 1.5em;
  line-height: 1em;
}

.container-33 {
  height: 35vh;
  max-height: none;
  max-width: 50%;
  justify-content: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
  display: flex;
}

.slide-17 {
  max-width: 99.9999%;
  background-image: url('../images/FOL-withSpruce.png');
  background-position: 50%;
  background-size: cover;
}

.slider-10 {
  max-height: none;
  max-width: 25%;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}

.section-26 {
  background-color: var(--white);
  border-radius: 1em;
  padding-top: 60px;
  padding-bottom: 80px;
}

.slide-18 {
  background-image: url('../images/Product-Category-Image-Divine.png');
  background-position: 50%;
  background-size: cover;
}

.slide-19 {
  background-image: url('../images/Devotion_Ingredients.png');
  background-position: 50% 0;
  background-size: cover;
}

.slider-11,
.slider-12,
.slider-13,
.slider-14 {
  max-width: 25%;
}

.slider-15 {
  height: 100%;
  max-height: none;
  max-width: 25%;
  border-radius: 20px;
  flex: 1;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 0;
}

.slide-20 {
  background-image: url('../images/FOL-Slider.png'), linear-gradient(to bottom, var(--white-smoke), var(--white-smoke));
  background-position: 0%, 0 0;
  background-size: cover, auto;
  border-radius: 20px;
}

.slide-21 {
  background-image: url('../images/Flawless-Slider.png'), linear-gradient(to bottom, var(--white-smoke), var(--white-smoke));
  background-position: 50%, 0 0;
  background-size: cover, auto;
  border-radius: 20px;
}

.slide-22 {
  background-image: url('../images/POSH-Slider.png'), linear-gradient(to bottom, var(--white-smoke), var(--white-smoke));
  background-position: 50%, 0 0;
  background-size: cover, auto;
  border-radius: 20px;
}

.slide-23 {
  background-image: url('../images/POSH_Product_02.png');
  background-position: 0 0;
  background-size: cover;
}

.slide-24 {
  background-image: url('../images/Microsilver-Slider.png'), linear-gradient(to bottom, var(--white-smoke), var(--white-smoke));
  background-position: 50%, 0 0;
  background-size: cover, auto;
  border-radius: 20px;
}

.slide-22-copy {
  background-image: url('../images/Divine-Slider.png'), linear-gradient(to bottom, var(--white-smoke), var(--white-smoke));
  background-position: 50%, 0 0;
  background-size: cover, auto;
  border-radius: 20px;
}

.slide-24-copy {
  background-image: url('../images/Divine-Slider_1.png'), linear-gradient(to bottom, var(--white-smoke), var(--white-smoke));
  background-position: 50%, 0 0;
  background-size: cover, auto;
  border-radius: 20px;
}

.slide-25,
.slide-26 {
  background-image: url('../images/FOL-SliderText.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-27 {
  background-image: url('../images/Flawless-SliderText.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-28 {
  background-image: url('../images/POSH-SliderText.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-29 {
  background-image: url('../images/Microsilver-SliderText.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-30 {
  background-image: url('../images/FOL-SliderText.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-31 {
  background-image: url('../images/Flawless-SliderText.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-32 {
  background-image: url('../images/Divine-SliderText.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-33 {
  background-image: url('../images/Microsilver-SliderText.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-34 {
  background-image: url('../images/Flawless-SliderText.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-35 {
  background-image: url('../images/POSH-SliderText.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-36 {
  background-image: url('../images/Divine-SliderText.jpg');
  background-position: 50%;
  background-size: cover;
}

.quick-stack-62 {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.image-170 {
  box-shadow: 0 0 4px 0 var(--dark-grey);
  mix-blend-mode: normal;
  border-radius: 5px;
  transition: opacity .2s;
}

.section-27 {
  height: 728.89px;
}

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

.cell-353 {
  justify-content: center;
  align-items: flex-start;
}

.image-172 {
  width: 2.5em;
}

.cell-354 {
  justify-content: center;
  align-items: center;
}

.cell-355 {
  justify-content: center;
  align-items: flex-start;
}

.image-173 {
  height: 2.5em;
}

.image-174 {
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.image-175 {
  max-width: 60%;
}

.cell-356 {
  padding-left: 40px;
}

.cell-357 {
  flex-flow: row;
}

.cell-363 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.cell-364 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .hero-section {
    height: auto;
    background-image: linear-gradient(rgba(255, 255, 255, .3), rgba(255, 255, 255, .3)), url('../images/scott-webb-268893-unsplash.jpg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, 2080px;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .hero-section.about-us {
    height: auto;
    background-color: rgba(12, 21, 47, .6);
    background-image: linear-gradient(to right, var(--white-smoke) 34%, transparent), url('../images/Untitled-3-3.jpg');
    background-position: 0 0, 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding: 110px 8px;
  }

  .hero-section.about-us.shop {
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(to right, var(--white-smoke) 31%, rgba(255, 255, 255, .55)), url('../images/Untitled-3-3.jpg');
    background-position: 0 0, 50% 59%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .webflow-nav-link {
    width: 100%;
    max-width: 100%;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px #dcdcdc;
  }

  .left-block {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
    display: block;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.collections {
    border-top-width: 0;
  }

  .section.cta {
    background-position: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand {
    padding-left: 14px;
  }

  .brand.w--current {
    margin-top: 0;
  }

  .brand.footer {
    padding-left: 0;
  }

  .webflow-nav-menu {
    width: 100%;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
    top: 90px;
    overflow: visible;
  }

  .vertical-category {
    display: none;
    top: 30%;
    left: -60px;
  }

  .vertical-category.right {
    top: 30%;
    right: -10%;
  }

  .icon-2 {
    color: #1f2532;
  }

  .top-text.cta {
    margin-left: 10px;
    padding-left: 0;
  }

  .top-text.hero {
    text-align: left;
    margin-bottom: -10px;
  }

  .link-block-flex {
    flex-direction: row;
  }

  .webflow-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .webflow-container.about-section {
    max-width: 90%;
    padding-top: 0;
  }

  .footer-content-block {
    text-align: left;
    margin-bottom: 0;
  }

  .footer-content-block.padding {
    margin-bottom: 100px;
  }

  .button.dark {
    margin-left: 10px;
  }

  .button.dark.posh-btn {
    align-self: center;
    margin-left: 0;
  }

  .button.safehome-btn {
    margin-top: 0;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: .7em;
    line-height: 1em;
  }

  .button.safehome-buy-btn {
    text-align: center;
    margin-top: 0;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: .7em;
    line-height: 1em;
  }

  .product-info {
    margin-top: 80px;
    padding-left: 0;
  }

  .micropage-title {
    color: var(--black);
    margin-top: 0;
    margin-left: 20px;
    padding-left: 10px;
  }

  .micropage-title.big {
    width: 70%;
    color: #000;
    text-align: center;
  }

  .paragraph.main {
    width: 45%;
    text-align: center;
  }

  .tab-block {
    width: 200px;
    height: 200px;
    margin-left: 0;
    margin-right: 0;
  }

  .section-tittle.cta {
    text-align: left;
  }

  .sub-footer {
    margin-top: 0;
  }

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

  .container-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns {
    display: block;
  }

  .cta-button-block {
    justify-content: flex-start;
  }

  .color-block {
    width: auto;
  }

  .info-sale-block {
    width: 90%;
    margin-left: 20px;
  }

  .info-sale-block.padding {
    margin-left: 0;
  }

  .detail-paragraph.subpage {
    color: var(--dim-grey);
  }

  .team-wrapper {
    width: 96%;
  }

  .button-2:hover {
    background-color: #fc6f00;
  }

  .info-contact-row,
  .category-list-wrapper {
    width: 100%;
  }

  .licence-item-1 {
    width: 80%;
  }

  .cta-text {
    padding-left: 10px;
  }

  .sticky-navbar {
    padding: 0;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .container-3 {
    position: relative;
  }

  .menu-button {
    background-color: #fff;
    font-size: 40px;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .about-hero-block {
    width: 66.66%;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
    margin-right: 33.33%;
    padding-left: 9px;
    padding-right: 9px;
    display: block;
  }

  .div-block.right {
    width: 100%;
  }

  .container-checkout {
    flex-direction: column;
  }

  .paypal {
    height: 45px;
  }

  .web-payments {
    height: 35px;
  }

  .apple-pay {
    height: 45px;
  }

  .left-div-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .about-hero-block-2 {
    width: 66.66%;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
    margin-right: 33.33%;
    padding-left: 9px;
    padding-right: 9px;
    display: block;
  }

  .licence-item-first.changelog {
    width: 80%;
  }

  .hero-div.small {
    width: 100%;
    align-items: center;
  }

  .hero-image {
    width: 100%;
    background-size: 700px;
    margin-left: 0;
  }

  .hero-image-div {
    width: 100%;
  }

  .quick-stack-7 {
    padding-top: 0;
  }

  .container-7,
  .container-8 {
    max-width: 100%;
  }

  .image-34 {
    max-width: 20%;
    align-self: center;
  }

  .section-7,
  .container-9 {
    height: auto;
  }

  .micro-btn.button.dark {
    margin-left: 30px;
    font-size: .8em;
    line-height: 1.2vh;
  }

  .container-10 {
    max-width: 100%;
  }

  .quick-stack-12 {
    max-width: 95%;
    grid-column-gap: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-36 {
    padding-bottom: 0;
  }

  .cell-10 {
    justify-content: flex-start;
  }

  .cell-35 {
    align-items: center;
  }

  .image-61,
  .image-64 {
    max-width: none;
  }

  .container-13 {
    max-width: 100%;
  }

  .container-14 {
    max-width: 95%;
  }

  .product-detail-head {
    text-align: center;
    align-self: center;
    font-size: 2em;
  }

  .product-detail {
    text-align: left;
    padding-bottom: 20px;
  }

  .image-69 {
    max-width: 35%;
  }

  .product-icon-detail {
    font-size: .9em;
  }

  .grey-section {
    background-position: 85% 100%;
  }

  .left-align-text {
    font-size: 1.1em;
  }

  .center-text {
    padding-left: 20px;
    font-size: 1.1em;
  }

  .cell-52,
  .cell-53 {
    justify-content: center;
  }

  .section-10 {
    background-position: 25% 100%;
  }

  .cell-54 {
    padding-left: 10px;
  }

  .cell-57,
  .cell-60 {
    align-items: flex-end;
  }

  .cell-61 {
    justify-content: center;
  }

  .cell-63 {
    align-items: flex-end;
  }

  .cell-64 {
    justify-content: center;
  }

  .cell-75,
  .cell-78,
  .cell-80 {
    align-items: flex-end;
  }

  .cell-83 {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .cell-84,
  .cell-87,
  .cell-88,
  .cell-89,
  .cell-93,
  .cell-95,
  .cell-97,
  .cell-99 {
    align-items: flex-end;
  }

  .cell-109,
  .cell-110,
  .cell-111,
  .cell-112,
  .cell-113,
  .cell-114,
  .cell-115,
  .cell-116,
  .cell-117,
  .cell-118,
  .cell-119,
  .cell-120,
  .cell-121,
  .cell-122,
  .cell-123,
  .cell-124,
  .cell-125,
  .cell-126,
  .cell-127,
  .cell-128,
  .cell-129,
  .cell-130,
  .cell-131,
  .cell-132,
  .cell-133 {
    justify-content: center;
  }

  .cell-134 {
    justify-content: flex-start;
  }

  .cell-135,
  .cell-136,
  .cell-137,
  .cell-138,
  .cell-139,
  .cell-140,
  .cell-141,
  .cell-142,
  .cell-143,
  .cell-144,
  .cell-145,
  .cell-146,
  .cell-147 {
    justify-content: center;
  }

  .cell-148 {
    align-items: flex-end;
  }

  .cell-149,
  .cell-150,
  .cell-151,
  .cell-152,
  .cell-153,
  .cell-154,
  .cell-155,
  .cell-156,
  .cell-157,
  .cell-158,
  .cell-159,
  .cell-160,
  .cell-161,
  .cell-162 {
    justify-content: center;
  }

  .cell-170 {
    align-items: center;
    padding-left: 20px;
  }

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

  .cell-174 {
    justify-content: flex-end;
    align-items: center;
  }

  .image-86 {
    align-self: center;
  }

  .product-image {
    max-width: 40%;
  }

  .cell-175,
  .cell-176 {
    align-items: center;
  }

  .image-88 {
    max-width: 30%;
    align-self: center;
  }

  .cell-177 {
    align-items: center;
  }

  .image-89 {
    max-width: 30%;
    align-self: center;
  }

  .paragraph-6 {
    font-size: 1.1em;
  }

  .image-90 {
    max-width: 60%;
  }

  .section-12 {
    background-position: 25% 100%;
  }

  .product-img {
    max-width: 100%;
  }

  .cell-184,
  .cell-185 {
    align-items: center;
  }

  .buynow-btn.button.dark {
    align-self: center;
  }

  .quick-stack-22 {
    height: auto;
    max-height: none;
    max-width: none;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .cell-193 {
    align-items: center;
  }

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

  .cell-205,
  .cell-206,
  .cell-207 {
    align-items: center;
  }

  .background-video {
    height: 728.89px;
  }

  .cell-210 {
    padding-left: 0;
  }

  .heading-5 {
    text-align: center;
    font-size: 1.3em;
  }

  .container-18 {
    max-width: 95%;
  }

  .posh-icon-img {
    width: 3em;
    height: auto;
  }

  .container-19,
  .container-20 {
    max-width: 90%;
  }

  .cell-238 {
    align-items: center;
  }

  .posh-hero {
    height: 728.89px;
    background-position: 80% 0;
  }

  .section-18 {
    max-width: 100%;
  }

  .safehome-content {
    max-width: 100%;
    clear: none;
    align-self: center;
    position: static;
    overflow: visible;
  }

  .container-21 {
    max-width: 95%;
  }

  .quick-stack-31 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .divine_hero {
    background-position: 61%;
  }

  .section-20 {
    background-position: 85%;
    padding-top: 60px;
  }

  .container-22 {
    max-width: 100%;
  }

  .quick-stack-36 {
    max-width: 100%;
  }

  .quick-stack-37 {
    max-width: 100%;
  }

  .image-114 {
    max-width: 40%;
  }

  .quick-stack-41 {
    max-width: 80%;
    grid-row-gap: 15px;
  }

  .image-118 {
    max-width: 55%;
    padding-right: 10px;
  }

  .image-119,
  .image-120,
  .image-121 {
    max-width: 60%;
  }

  .image-122 {
    max-width: 80%;
  }

  .image-123 {
    max-width: 30%;
  }

  .quick-stack-42 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-124,
  .image-125,
  .image-126 {
    max-width: 12%;
  }

  .cell-260 {
    border-top: 3px solid var(--green-divine);
    border-left-style: none;
    padding-top: 40px;
    padding-left: 0;
  }

  .image-132 {
    max-width: 100%;
  }

  .quick-stack-49 {
    max-width: 95%;
  }

  .cell-282 {
    padding-left: 30px;
  }

  .image-134 {
    max-width: 60%;
  }

  .section-21 {
    height: 728.89px;
    background-position: 50% 100%;
  }

  .divine-icon {
    width: 2.5em;
    max-width: none;
  }

  .container-25 {
    max-width: 90%;
  }

  .container-26 {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .container-27 {
    padding-top: 230px;
  }

  .reliable-icon {
    max-width: 50%;
  }

  .quick-stack-53 {
    padding-right: 0;
  }

  .paragraph-15 {
    max-width: 100%;
  }

  .image-144 {
    max-width: 75%;
  }

  .bold-text-16 {
    font-size: 2.5vh;
  }

  .cell-321 {
    padding-top: 20px;
  }

  .quick-stack-55 {
    max-width: 100%;
  }

  .quick-stack-56 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .cell-325 {
    padding-right: 0;
  }

  .image-166 {
    margin-left: 20px;
    padding-left: 0;
  }

  .quick-stack-58 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-167 {
    max-width: 60%;
    align-self: center;
  }

  .quick-stack-59 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-17 {
    padding-left: 0;
  }

  .block-quote-2 {
    font-size: 1em;
    line-height: 1.2em;
  }

  .container-32,
  .quick-stack-61 {
    max-width: 90%;
  }

  .cell-350 {
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    height: auto;
    background-image: linear-gradient(rgba(255, 255, 255, .3), rgba(255, 255, 255, .3)), url('../images/scott-webb-268893-unsplash.jpg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, 2080px;
    padding-top: 6%;
  }

  .hero-section.about-us {
    height: auto;
    background-image: linear-gradient(to right, var(--white-smoke) 24%, rgba(255, 255, 255, .75)), url('../images/Untitled-3-3.jpg');
    background-position: 0 0, 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .hero-section.about-us.shop {
    height: auto;
    padding-top: 110px;
  }

  .left-block {
    margin-bottom: 60px;
  }

  .section.cta {
    background-image: linear-gradient(to right, var(--gainsboro) 44%, rgba(255, 255, 255, 0)), url('../images/2211.w018.n002.1490B.p15.1490.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section.sale-section {
    padding-top: 50%;
    padding-bottom: 20%;
  }

  .vertical-category {
    display: none;
  }

  .webflow-container {
    height: auto;
  }

  .webflow-container.about-section {
    padding-top: 100px;
    position: relative;
  }

  .footer-content-block {
    margin-bottom: 60px;
  }

  .footer-content-block.padding {
    margin-bottom: 0;
  }

  .button {
    text-align: center;
  }

  .button.dark.posh-btn {
    align-self: center;
    margin-left: 0;
  }

  .micropage-title.big {
    width: 80%;
    font-size: 38px;
    line-height: 48px;
  }

  .paragraph.main {
    width: 45%;
  }

  .tab-block {
    margin-bottom: 30px;
  }

  /* .sub-footer {
    margin-top: 120px;
  } */

  .right-footertext {
    text-align: center;
    flex: 1;
  }

  .container-2 {
    height: auto;
  }

  .cta-button-block {
    justify-content: flex-start;
    margin-top: 0;
  }

  .cta-row {
    display: block;
  }

  .sale-block.padding {
    margin-top: 120px;
  }

  .info-sale-block {
    margin-top: 0;
    margin-left: 0;
  }

  .info-sale-block.padding {
    margin-top: 120px;
    margin-left: 0;
  }

  .row-padding {
    margin-bottom: 90px;
  }

  .div-info-wrapper {
    margin-top: 60px;
  }

  .div-column-left {
    margin-bottom: 40px;
  }

  .div-column-right {
    float: none;
    margin-top: 30px;
  }

  .team-wrapper {
    margin-bottom: 20px;
  }

  .form-block-2 {
    height: auto;
  }

  .column {
    margin-top: 150px;
    margin-bottom: 0;
  }

  .licence-item-1 {
    width: 100%;
  }

  .columns-3 {
    flex-direction: column-reverse;
    display: flex;
  }

  .menu-button {
    font-size: 30px;
  }

  .about-hero-block {
    width: 75%;
    margin-bottom: 0;
    margin-right: 25%;
  }

  .text-block {
    text-decoration: none;
  }

  .paypal {
    height: 35px;
    padding-left: 0;
    padding-right: 0;
  }

  .apple-pay {
    height: 35px;
  }

  .about-hero-block-2 {
    width: 75%;
    margin-bottom: 0;
    margin-right: 25%;
  }

  .licence-item-first {
    width: 100%;
  }

  .licence-item-first.changelog {
    width: 90%;
  }

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

  .hero-image {
    height: 400px;
    background-size: 500px;
  }

  .container-7 {
    max-width: 100%;
  }

  .micro-btn,
  .micro-btn.button.dark {
    align-self: center;
  }

  .container-10,
  .container-13 {
    max-width: 100%;
  }

  .container-14 {
    max-width: 100%;
    padding-top: 0;
  }

  .quick-stack-15 {
    max-width: 100%;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex: 0 auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-69 {
    height: auto;
    max-height: none;
    max-width: 25%;
    padding-left: 0;
  }

  .image-71 {
    align-self: flex-end;
  }

  .paragraph-5 {
    align-self: flex-start;
    font-size: 4em;
  }

  .section-9 {
    margin-top: 0;
    padding-top: 100px;
  }

  .cell-55,
  .cell-56 {
    justify-content: center;
    align-items: flex-end;
  }

  .cell-57,
  .cell-58 {
    justify-content: center;
  }

  .cell-59 {
    justify-content: center;
    align-items: flex-end;
  }

  .cell-60 {
    justify-content: center;
  }

  .cell-61 {
    align-items: flex-end;
  }

  .cell-62 {
    justify-content: center;
    align-items: flex-end;
  }

  .cell-63 {
    justify-content: center;
  }

  .cell-64,
  .cell-65 {
    align-items: flex-end;
  }

  .cell-66 {
    align-items: center;
  }

  .cell-67,
  .cell-68,
  .cell-69,
  .cell-70,
  .cell-71,
  .cell-72,
  .cell-73,
  .cell-74,
  .cell-76,
  .cell-77,
  .cell-79,
  .cell-81,
  .cell-82,
  .cell-85,
  .cell-86,
  .cell-90,
  .cell-91,
  .cell-92,
  .cell-94,
  .cell-96,
  .cell-98,
  .cell-100,
  .cell-101,
  .cell-163,
  .cell-164,
  .cell-165,
  .cell-166,
  .cell-167,
  .cell-168 {
    align-items: flex-end;
  }

  .cell-169 {
    justify-content: flex-end;
  }

  .outerstack {
    margin-top: 0;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cell-174 {
    justify-content: flex-end;
    align-items: center;
  }

  .image-86 {
    max-height: none;
    max-width: 60%;
  }

  .product-image {
    max-height: none;
    max-width: 50%;
  }

  .cell-175 {
    justify-content: flex-end;
    align-items: center;
  }

  .cell-176 {
    align-items: center;
  }

  .image-88 {
    max-height: none;
  }

  .cell-177 {
    justify-content: flex-end;
    align-items: center;
  }

  .section-11 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .image-89 {
    max-height: none;
  }

  .image-90 {
    max-height: 65%;
  }

  .product-img {
    max-width: 50%;
  }

  .quick-stack-25 {
    margin-top: 0;
  }

  .cell-206 {
    flex-flow: column;
  }

  .container-18 {
    max-width: 90%;
  }

  .captive-head {
    line-height: 1.5em;
  }

  .posh-icon-img {
    height: auto;
  }

  .quick-stack-27 {
    padding-bottom: 0;
  }

  .sensual-head {
    line-height: 1.5em;
  }

  .posh-hero {
    background-position: 80% 0;
  }

  .quick-stack-31 {
    max-width: 99.9999%;
  }

  .divine_hero {
    background-position: 66%;
  }

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

  .image-114 {
    max-width: 50%;
  }

  .image-122 {
    max-width: 85%;
  }

  .image-123 {
    max-width: 35%;
  }

  .cell-260 {
    border-top: 3px solid var(--green-divine);
    border-left-style: none;
  }

  .cell-275 {
    padding-left: 0;
  }

  .cell-280 {
    align-items: center;
  }

  .reliable-icon {
    max-width: 20%;
  }

  .image-145,
  .image-146,
  .image-147,
  .image-148,
  .image-149,
  .image-150 {
    width: 3em;
  }

  .cell-342 {
    flex-wrap: wrap;
    display: flex;
  }

  .container-30 {
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    height: auto;
    background-image: url('../images/scott-webb-268893-unsplash.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 1vh 0 0;
  }

  .hero-section.about-us {
    height: auto;
    background-image: linear-gradient(to right, var(--white-smoke) 46%, rgba(255, 255, 255, .75)), url('../images/Untitled-3-3.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero-section.about-us.shop {
    height: auto;
    padding-top: 80px;
  }

  .section.collections {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.cta {
    background-image: linear-gradient(to right, var(--gainsboro) 44%, rgba(255, 255, 255, 0)), url('../images/2211.w018.n002.1490B.p15.1490.png');
    background-position: 0 0, 50%;
  }

  .section.sale-section {
    padding-bottom: 40%;
  }

  .section.checkout,
  .section.order {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-flex {
    height: 80px;
  }

  .subscribe-form-block.section-newsletter {
    width: auto;
  }

  .webflow-container {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .webflow-container.about-section {
    max-width: 90%;
    padding-top: 0;
  }

  .footer-subscribe {
    width: 100%;
    float: none;
  }

  .subscribe-button {
    width: 100%;
  }

  .button {
    margin-bottom: 10px;
  }

  .button.dark.micro-btn {
    margin-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.8vh;
  }

  .button.dark.posh-btn {
    align-self: center;
    margin-left: 10px;
    line-height: 1.2vh;
  }

  .button.safehome-btn {
    margin-top: 0;
    margin-bottom: 0;
  }

  .button.divine_btn.hero {
    margin-right: 0;
  }

  .button.safehome-buy-btn {
    margin-top: 0;
    margin-bottom: 0;
  }

  .micropage-title {
    margin-left: 0;
    font-size: 1.6em;
    line-height: 1.3em;
  }

  .micropage-title.big,
  .paragraph.main {
    width: 100%;
  }

  .tab-block {
    margin-left: 0;
    margin-right: 0;
  }

  .section-tittle {
    text-align: center;
    margin-top: 20px;
    font-size: 30px;
    line-height: 40px;
  }

  .history-paragraph {
    padding-bottom: 0;
    font-size: .6rem;
    line-height: .8rem;
  }

  .container-2 {
    height: auto;
  }

  .cta-button-block {
    justify-content: flex-start;
  }

  .cta-row {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .different-font {
    font-size: 48px;
    line-height: 58px;
  }

  .sale-block {
    margin-top: 120px;
  }

  .sale-block.padding {
    margin-top: 80px;
  }

  .info-sale-block {
    width: 100%;
    margin-left: 0;
  }

  .info-sale-block.padding {
    margin-top: 80px;
  }

  .about-pompeo-text.center {
    width: 80%;
  }

  .image-2 {
    left: 83px;
  }

  .image-3 {
    right: 89px;
  }

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

  .contact-div-wrapper {
    width: 100%;
  }

  .form-block-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-2 {
    width: 100%;
  }

  .map-wrapper {
    padding: 29px;
  }

  .licence-item-1 {
    justify-content: space-between;
    padding: 15px 15px 14px;
  }

  .image-div-2 {
    width: 100px;
    flex: 0 auto;
  }

  .licence-links-wrapper {
    flex: 1;
    padding-left: 16px;
    padding-right: 16px;
  }

  .licence-link {
    margin-right: 10px;
  }

  .checkout-form-container {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
  }

  .about-hero-block {
    width: 100%;
    margin-right: 0%;
  }

  .order-confirmation-container {
    color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    border-style: none;
    padding: 0;
  }

  .pay-buttons {
    flex-direction: column;
  }

  .web-payments {
    padding-left: 0;
    padding-right: 0;
  }

  .about-hero-block-2 {
    width: 100%;
    margin-right: 0%;
  }

  .licence-item-first {
    width: auto;
    justify-content: space-between;
    padding: 15px 15px 14px;
  }

  .licence-item-first.changelog {
    flex-direction: column;
  }

  .licence-link-2 {
    margin-right: 0;
  }

  .logo-icon {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .hero-image {
    width: 100vw;
    height: 25vh;
    object-fit: fill;
    background-size: 300px;
    flex: none;
    order: -1;
    display: block;
  }

  .image-24 {
    width: auto;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    padding-bottom: 0;
    overflow: auto;
  }

  .image-28 {
    width: 0;
    height: 0;
    max-height: 100em;
    max-width: 100%;
  }

  .image-29 {
    width: 100%;
  }

  .slide-6 {
    background-size: cover;
  }

  .slider-4 {
    height: 40%;
    margin-left: 0;
    margin-right: 0;
  }

  .quick-stack-7,
  .container-7 {
    max-width: 100%;
  }

  .content-title {
    padding-left: 0;
    font-size: 1rem;
  }

  .container-8 {
    max-width: 100%;
  }

  .image-34 {
    margin-bottom: -80px;
    padding-bottom: 0;
  }

  .section-7 {
    height: auto;
  }

  .container-9 {
    height: auto;
    max-width: 100%;
    padding-top: 0;
  }

  .content-text2 {
    white-space: normal;
    padding-left: 0;
    padding-right: 0;
  }

  .image-35 {
    padding-left: 0;
    padding-right: 0;
  }

  .micro-btn {
    float: none;
    text-align: center;
    align-self: center;
    margin-left: 0;
    display: block;
  }

  .micro-btn.button.dark {
    align-self: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .quick-stack-9 {
    height: auto;
    max-height: none;
    max-width: 100%;
    float: none;
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .quick-stack-10 {
    max-width: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-10 {
    max-width: 95%;
  }

  .quick-stack-12 {
    max-width: 100%;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-36 {
    width: 1rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nono-title {
    padding-bottom: 0;
    font-size: .6rem;
    line-height: .8rem;
  }

  .container-11,
  .container-12 {
    max-width: 100%;
  }

  .image-37,
  .image-38,
  .image-39,
  .image-40,
  .image-41,
  .image-42,
  .image-43,
  .image-44,
  .image-45,
  .image-46,
  .image-47 {
    width: 1rem;
  }

  .image-48 {
    width: 1rem;
    max-width: none;
  }

  .quick-stack-13 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-49 {
    max-height: 6rem;
    max-width: none;
    order: 1;
    align-self: center;
  }

  .image-51 {
    max-width: none;
  }

  .image-55 {
    height: auto;
    max-width: 100%;
  }

  .image-56 {
    height: auto;
    max-height: none;
    max-width: 100%;
    padding-top: 0;
    padding-left: 20px;
  }

  .image-61 {
    height: 2rem;
    max-width: none;
  }

  .image-62 {
    width: 2rem;
    max-width: none;
  }

  .image-63 {
    height: 2rem;
    max-width: none;
  }

  .image-64,
  .image-65,
  .image-66 {
    width: 2rem;
    max-width: none;
  }

  .content-center {
    font-size: .6rem;
    line-height: .6rem;
  }

  .container-13 {
    max-width: 100%;
  }

  .micro-section {
    margin-top: 60px;
  }

  .quick-stack-14 {
    float: none;
    clear: none;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

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

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

  .container-14 {
    max-width: 100%;
    margin-top: 0;
  }

  .tag-head {
    text-align: center;
    font-size: 1.2em;
    line-height: 1.5em;
  }

  .product-detail-head {
    text-align: center;
    font-size: 2em;
    line-height: 1.2em;
  }

  .quick-stack-15 {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .product-detail {
    text-align: left;
    flex: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1em;
    position: static;
  }

  .image-69 {
    height: auto;
    max-height: none;
    max-width: 30%;
    align-self: center;
    margin-left: 0;
    padding-left: 0;
  }

  .image-70 {
    width: 2em;
  }

  .image-71 {
    height: 2em;
    align-self: flex-end;
  }

  .image-72,
  .image-73 {
    width: 2em;
    align-self: flex-end;
  }

  .image-74,
  .image-75,
  .image-76 {
    height: 2em;
  }

  .image-77 {
    width: 2em;
    height: auto;
  }

  .image-78,
  .image-79,
  .image-80 {
    width: 2em;
  }

  .product-icon-detail {
    font-size: 1em;
  }

  .grey-section {
    background-position: 85% 0;
    padding-top: 100px;
  }

  .left-align-text {
    font-size: 1em;
  }

  .text-span-10 {
    font-size: .8em;
  }

  .paragraph-5 {
    font-size: 4em;
  }

  .quick-stack-16 {
    max-width: 99%;
    grid-column-gap: .5px;
    grid-row-gap: .5px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-81 {
    width: 3em;
    align-self: center;
  }

  .image-82,
  .image-83 {
    height: 3em;
    align-self: center;
  }

  .center-text {
    font-size: 1em;
  }

  .section-9 {
    background-position: 100%;
    padding-top: 100px;
  }

  .section-10 {
    background-position: 20% 100%;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cell-54 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
  }

  .cell-55,
  .cell-56,
  .cell-57,
  .cell-58,
  .cell-59,
  .cell-60,
  .cell-61,
  .cell-62,
  .cell-63,
  .cell-64,
  .cell-65 {
    align-items: flex-end;
  }

  .cell-66 {
    text-align: center;
    align-items: stretch;
  }

  .cell-67,
  .cell-68,
  .cell-69,
  .cell-70,
  .cell-71,
  .cell-72,
  .cell-73,
  .cell-74,
  .cell-75,
  .cell-76,
  .cell-77,
  .cell-78,
  .cell-79,
  .cell-80,
  .cell-81,
  .cell-82 {
    align-items: flex-end;
  }

  .cell-83 {
    justify-content: center;
    align-items: flex-end;
  }

  .cell-84,
  .cell-85,
  .cell-86,
  .cell-87,
  .cell-88,
  .cell-89,
  .cell-90,
  .cell-91,
  .cell-92,
  .cell-93,
  .cell-94,
  .cell-95,
  .cell-96,
  .cell-97,
  .cell-98,
  .cell-99,
  .cell-100,
  .cell-101 {
    align-items: flex-end;
  }

  .cell-170 {
    padding-left: 10px;
  }

  .outerstack {
    margin-top: 0;
    padding-top: 0;
  }

  .quick-stack-18 {
    max-width: 100%;
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .cell-174 {
    justify-content: flex-end;
    align-items: center;
  }

  .image-86 {
    max-height: none;
    max-width: 50%;
  }

  .product-image {
    max-height: none;
    max-width: 40%;
    align-self: center;
  }

  .cell-175 {
    justify-content: flex-end;
  }

  .cell-176 {
    justify-content: flex-end;
    align-items: center;
  }

  .image-88 {
    max-height: none;
    max-width: 45%;
  }

  .cell-177 {
    justify-content: flex-end;
    align-items: center;
  }

  .section-11 {
    margin-top: 0;
  }

  .image-89 {
    max-height: none;
    max-width: 45%;
  }

  .quick-stack-20 {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

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

  .section-12 {
    max-width: 100%;
    background-position: 0 100%;
    background-size: cover;
    margin-left: 20px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-15 {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-img {
    max-width: 100%;
  }

  .cell-184 {
    align-items: center;
  }

  .buynow-btn.button.dark {
    align-self: center;
  }

  .quick-stack-23 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .block-quote {
    margin-top: 20px;
    margin-left: 20px;
    padding-top: 10px;
    font-size: 1em;
  }

  .product-detail-head-right {
    text-align: center;
    align-self: center;
    font-size: 2em;
    line-height: 1.2em;
  }

  .cell-199,
  .cell-200,
  .cell-201,
  .cell-205,
  .cell-206,
  .cell-207 {
    align-items: center;
  }

  .image-92 {
    max-width: 20%;
    margin-left: 20px;
    padding-left: 0;
  }

  .sub-title {
    font-size: .5em;
    line-height: .3em;
  }

  .background-video {
    height: 650px;
  }

  .cell-210 {
    justify-content: flex-end;
    align-items: center;
  }

  .image-95 {
    max-width: 100%;
  }

  .heading-5 {
    padding-left: 15px;
  }

  .container-18 {
    max-width: 95%;
  }

  .captive-head {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.5em;
  }

  .posh-txt {
    align-self: center;
  }

  .posh-icon-img {
    width: 3em;
  }

  .quick-stack-27 {
    max-width: 100%;
    order: 1;
    padding-left: 0;
    padding-right: 0;
  }

  .posh-txt-left {
    max-width: 100%;
    font-size: 1.2em;
    display: inline-block;
    position: static;
  }

  .quick-stack-28 {
    align-self: center;
    padding-top: 40px;
  }

  .sensual-head {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 600;
    line-height: 1.5em;
  }

  .container-19 {
    max-width: 95%;
  }

  .container-20 {
    max-width: 90%;
  }

  .image-101 {
    max-width: 100%;
  }

  .text-span-16 {
    font-size: 1em;
    line-height: 1em;
  }

  .posh-hero {
    height: 650px;
    background-position: 80% 100%;
  }

  .safehome-section-sub-title,
  .safehome-section-title {
    font-size: 1.2em;
  }

  .section-18 {
    max-width: 100%;
    margin-top: 0;
    overflow: hidden;
  }

  .safehome-content {
    z-index: auto;
    max-width: 100%;
    clear: left;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1em;
    line-height: 1.2em;
    display: block;
    position: relative;
    overflow: scroll;
  }

  .safehome-content-heading {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-106 {
    align-self: flex-end;
  }

  .quick-stack-30 {
    max-width: 100%;
  }

  .paragraph-7 {
    padding-left: 10px;
    line-height: 1.2em;
  }

  .container-21 {
    max-width: 100%;
  }

  .posh-page-title {
    padding-left: 20px;
    line-height: 1em;
  }

  .quick-stack-31 {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .quick-stack-32 {
    max-width: 100%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .cell-244 {
    align-items: center;
  }

  .quick-stack-33 {
    padding-top: 0;
  }

  .divine_hero {
    height: 650px;
    max-width: 100%;
    background-position: 70%;
    padding-bottom: 0;
  }

  .divine_title {
    color: var(--light-green);
    padding-left: 0;
    font-size: 1.25em;
  }

  .section-20 {
    background-position: 85%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-22 {
    max-width: 100%;
  }

  .image-114 {
    max-width: 100%;
    margin-left: 0;
    padding-left: 0;
  }

  .divine-txt {
    max-width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .divine-list-txt {
    font-size: 1.1em;
    line-height: 1.2em;
  }

  .divine-txt-head {
    margin-left: 12px;
    padding-left: 0;
    font-size: 1.3em;
  }

  .text-span-17 {
    font-size: 1em;
    line-height: .8em;
  }

  .quick-stack-39 {
    max-width: 80%;
    grid-column-gap: 10px;
  }

  .divine-center-txt-grey {
    font-size: 1em;
  }

  .image-118 {
    max-width: 85%;
  }

  .image-119,
  .image-120,
  .image-121 {
    max-width: 90%;
  }

  .image-123 {
    max-width: 50%;
  }

  .quick-stack-42 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .image-124,
  .image-125,
  .image-126 {
    max-width: 20%;
  }

  .cell-260 {
    padding-left: 10px;
  }

  .quick-stack-43 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-131 {
    max-width: 50%;
  }

  .quick-stack-48 {
    max-width: 100%;
    clear: none;
    grid-column-gap: 5px;
    white-space: normal;
    order: 1;
    align-self: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .cell-271 {
    padding-left: 0;
  }

  .germ-number {
    font-size: .9rem;
    line-height: 1.5em;
  }

  .germs {
    padding-left: 2px;
    font-size: .5em;
  }

  .heading-6,
  .heading-7 {
    font-size: 1em;
    line-height: 1.5em;
  }

  .cell-274 {
    padding-left: 0;
  }

  .spray-head {
    font-size: .8em;
  }

  .cell-278 {
    flex-wrap: wrap;
  }

  .quick-stack-49 {
    max-width: 100%;
    clear: left;
    white-space: normal;
    overflow-wrap: anywhere;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .quick-stack-50 {
    height: auto;
    max-width: 90%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .paragraph-13 {
    padding-left: 10px;
  }

  .image-134 {
    width: auto;
    max-width: 100%;
  }

  .section-21 {
    height: 750px;
    background-position: 50% 0;
    background-size: cover;
    border-radius: 0;
  }

  .section-22 {
    max-width: 100%;
  }

  .ing-icon {
    width: 5em;
    max-width: none;
  }

  .quick-stack-51 {
    max-width: 90%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-9 {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.2em;
  }

  .container-23 {
    max-width: 95%;
  }

  .container-25 {
    max-width: 90%;
  }

  .container-26 {
    max-width: 100%;
  }

  .container-27 {
    height: 450px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 260px;
    position: static;
  }

  .heading-10 {
    margin-top: 0;
    font-size: 1em;
  }

  .reliable-icon {
    max-width: 20%;
  }

  .quick-stack-53 {
    max-width: 85%;
    align-self: center;
    padding-left: 0;
  }

  .section-23 {
    padding-top: 40px;
  }

  .quick-stack-54 {
    margin-top: 180px;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .paragraph-15 {
    max-width: 90%;
  }

  .bold-text-16 {
    font-size: 1em;
    line-height: 1em;
  }

  .image-145 {
    width: 2.5em;
    margin-left: 10px;
    margin-right: 0;
  }

  .image-146 {
    width: 2.53em;
    margin-left: 10px;
  }

  .image-147,
  .image-148,
  .image-149 {
    width: 2.5em;
    margin-left: 10px;
  }

  .image-150 {
    width: 2.5em;
  }

  .cell-321 {
    align-items: flex-end;
    padding-left: 0;
  }

  .quick-stack-55 {
    max-width: 90%;
  }

  .quick-stack-56 {
    max-width: 100%;
    padding-right: 0;
  }

  .cell-325 {
    padding-right: 0;
  }

  .image-158,
  .image-159 {
    width: 2em;
  }

  .cell-344 {
    align-items: flex-end;
  }

  .quick-stack-57 {
    max-width: 100%;
    padding-bottom: 0;
  }

  .section-24,
  .slider-9 {
    height: 400px;
  }

  .image-166 {
    max-width: 100%;
    padding-left: 20px;
  }

  .quick-stack-58 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-31 {
    flex-flow: row;
  }

  .paragraph-16 {
    max-width: 90%;
    font-size: 1.1em;
  }

  .quick-stack-60 {
    grid-row-gap: 10px;
    align-self: center;
  }

  .paragraph-17 {
    font-size: 1.1em;
  }

  .block-quote-2 {
    margin-bottom: 0;
    font-size: .8em;
    line-height: 1.2em;
  }

  .cell-348 {
    align-items: flex-end;
  }

  .container-32 {
    max-width: 90%;
  }

  .cell-351 {
    padding-left: 0;
  }

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

  .cell-357 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .cell-358 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cell-359 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 10px;
  }

  .cell-360 {
    padding-top: 15px;
  }

  .cell-361 {
    padding-top: 10px;
  }

  .cell-362 {
    padding-top: 15px;
  }
}

#w-node-_221be563-f90e-c861-7dad-389cd090e94c-99906153 {
  grid-template-rows: auto auto auto;
  grid-template-columns: .25fr 1fr .25fr 1fr .25fr 1fr .25fr 2.5fr;
}

#w-node-fa48581b-461e-4654-0426-8517d6c22b22-99906153 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_2d0509cd-a2a8-cc80-a734-734b7592d6bf-99906153 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: .25fr 1.25fr 2.5fr;
}

#w-node-_2d0509cd-a2a8-cc80-a734-734b7592d716-99906153 {
  grid-column: span 3 / span 3;
}

#w-node-df7ab5b5-23c0-8ec0-56d6-1d0f890942c6-99906153 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
}

#w-node-_663a969a-4b6d-7680-1338-c02aadbd7656-99906153 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: .75fr 5fr;
}

#w-node-b710a08e-5be4-b8ed-56f6-234e6eb29575-99906153 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
}

#w-node-b710a08e-5be4-b8ed-56f6-234e6eb2957f-99906153 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: .75fr 5fr;
}

#w-node-_233f75d4-6ed6-5644-d572-a46523eec291-99906153 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
}

#w-node-_53616e1a-bcb3-e888-f4a5-52857940e3d4-99906153 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .75fr 5fr;
}

#w-node-_644ce3f1-2bbe-ebc4-24be-e8c12190f1b0-99906159 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

#w-node-f78f744b-dafc-1fd7-bafc-6309ca0706da-99906159 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.25fr;
}

#w-node-_28fc5dd8-b7b8-fff9-2d36-4d1ba01d0e8a-99906159 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-ef264c96-86bc-e3f9-40cd-abc70df1b022-99906159 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: .25fr 8.75fr;
}

#w-node-ef264c96-86bc-e3f9-40cd-abc70df1b046-99906159 {
  grid-column: span 2 / span 2;
}

#w-node-_241d60c2-7f8f-591f-af64-66f83e35c4ed-99906159 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1.5fr;
}

#w-node-_1341e050-017f-f2d7-5e8e-277733d6efc4-99906159 {
  grid-template-rows: 2em 4em;
  grid-template-columns: 1.5fr 2.5fr 1.5fr;
}

#w-node-bde51535-616a-3693-9fda-46e7a89903bf-99906159 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .75fr 8.75fr;
}

#w-node-b7716add-9220-089b-b29d-6c1047c3703c-99906159 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_2ccf9d6a-9f1d-df01-19ef-24cfac687188-99906159 {
  grid-template-rows: auto auto auto;
  grid-template-columns: .75fr;
}

#w-node-c277d3d1-1040-d000-4e3e-61bc26aecb2f-99906159 {
  grid-template-rows: auto auto auto;
  grid-template-columns: auto;
}

#w-node-_0058470a-989f-527d-6fd4-36fcfec13504-99906159 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-cb534979-bc15-69e0-d333-1588326dd1e9-99906159 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_5cf2086a-eb8f-e8b4-47ff-33a627fd3e0d-99906159 {
  grid-template-rows: auto 3em 3em 3em 3em;
  grid-template-columns: .25fr 1fr .25fr 1fr .25fr 1fr;
}

#w-node-_5cf2086a-eb8f-e8b4-47ff-33a627fd3e16-99906159 {
  grid-column: span 6 / span 6;
}

#w-node-b67ed961-804e-5bef-9f64-9c2b916e0346-99906159 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-ba8f0547-c92f-2fa2-171a-ebe0b52a2a03-99906159 {
  grid-template-rows: auto auto auto auto auto auto 3em;
  grid-template-columns: .25fr 1fr .25fr 1fr .25fr 1fr;
}

#w-node-ba8f0547-c92f-2fa2-171a-ebe0b52a2a0c-99906159 {
  grid-column: span 6 / span 6;
}

#w-node-_71125fd0-6503-0507-8b7d-0e4599c0d7e2-99906159 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_5c6b26e7-0021-e4be-d59e-27a930c36c4a-99906159 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_5c6b26e7-0021-e4be-d59e-27a930c36c4b-99906159 {
  grid-column: span 3 / span 3;
}

#w-node-_1689b037-c1a8-92ef-0c51-4b44cd59e642-99906159 {
  grid-column: span 2 / span 2;
}

#w-node-e1a9cc7d-bff0-63db-1e48-53e4ecb5e458-99906159 {
  grid-column: span 3 / span 3;
}

#w-node-_4b434871-5e45-d406-e01b-d411c33a3b07-99906159 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_230469c4-3693-8e85-7007-3ad392c89ef9-99906159 {
  grid-template-rows: auto 3em 3em 3em 3em;
  grid-template-columns: .25fr 1fr .25fr 1fr .25fr 1fr;
}

#w-node-ce3c4f39-6bd4-f881-93be-54cb6eda35f7-99906159 {
  grid-column: span 6 / span 6;
}

#w-node-_65bd1659-75b5-d6a9-07ca-40bd6f535066-99906159 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr;
}

#w-node-a1c03c40-b17a-fed5-3481-f94a94c2a74e-99906159 {
  grid-template-rows: auto 3em 3em 3em 3em;
  grid-template-columns: .25fr 1fr .25fr 1fr .25fr 1fr;
}

#w-node-a1c03c40-b17a-fed5-3481-f94a94c2a74f-99906159 {
  grid-column: span 6 / span 6;
}

#w-node-c3ec03ec-3197-17ab-29aa-8b80470fee11-99906159 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr;
}

#w-node-a5e0dc06-e2bb-4895-f247-2c27c954b2e8-99906159 {
  grid-template-rows: auto 3em 3em 3em 3em;
  grid-template-columns: .25fr 1fr .25fr 1fr .25fr 1fr;
}

#w-node-a5e0dc06-e2bb-4895-f247-2c27c954b2f1-99906159 {
  grid-column: span 6 / span 6;
}

#w-node-_2b3ac70c-f63d-0208-ba7c-41d3d68204b2-8ad9cb8b {
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
}

#w-node-_8beac69b-0aac-bdcc-e9df-6e381a774649-8ad9cb8b {
  grid-template-rows: auto 5em 12em auto;
  grid-template-columns: 1fr;
}

#w-node-daf161a8-0d76-b806-1b92-acdcfa23261d-8ad9cb8b {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
}

#w-node-_0fd8bfe1-77e8-3f89-8fd9-6d51482a69b2-8ad9cb8b {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: .25fr 1fr .25fr 1fr .25fr 1fr;
}

#w-node-_5fdd7841-4e2a-b681-58ad-e083e3814eab-8ad9cb8b {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

#w-node-_5fdd7841-4e2a-b681-58ad-e083e3814ead-8ad9cb8b {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: .25fr 1fr .25fr 1fr;
}

#w-node-_8d373d93-4c0a-0eb4-ef1b-9f5cb5689bee-a1e9903e {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_4fa33ccc-fed9-bf46-c4a3-ddf97f36887d-a1e9903e {
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1.25fr;
}

#w-node-fc375f40-c9ef-8f9b-11a7-c4417f9a7282-a1e9903e {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-a20a5a4f-c6b4-f546-f30e-4254e6b7a9d7-a1e9903e {
  grid-template-rows: auto 12.1em auto;
  grid-template-columns: 1fr;
}

#w-node-_0664ab6d-1612-4d4b-b127-35130a3031d0-a1e9903e {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
}

#w-node-_0664ab6d-1612-4d4b-b127-35130a3031d4-a1e9903e {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_0664ab6d-1612-4d4b-b127-35130a3031d5-a1e9903e {
  grid-row: span 2 / span 2;
}

#w-node-_0664ab6d-1612-4d4b-b127-35130a3031db-a1e9903e {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0664ab6d-1612-4d4b-b127-35130a3031dc-a1e9903e {
  grid-column: span 2 / span 2;
}

#w-node-fcb14167-6d56-cd4b-75eb-3de62434f06b-a1e9903e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_4d4ac3c1-64c7-2e1b-b433-8b63723ac0db-a1e9903e {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_47d9ee64-8b54-0a58-7ab1-91c88ff0d663-a1e9903e {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: .25fr 1.5fr 2.25fr;
}

#w-node-_2921b315-1746-31ba-be7b-b42160a70b28-600fa749 {
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
}

#w-node-_646a85a1-f806-ffa5-f35d-2b6342f78f32-600fa749 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-c2d4db8f-1115-943c-9043-5493500752b9-600fa749 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  display: grid;
}

#w-node-a0fa1389-53c8-9256-1add-91198b460e24-600fa749 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-df3931be-f1e6-d78d-7276-23347af05a7f-600fa749 {
  grid-template-rows: auto auto;
  grid-template-columns: .5fr .75fr;
}

#w-node-df3931be-f1e6-d78d-7276-23347af05a83-600fa749 {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr .25fr 1.25fr;
}

#w-node-df3931be-f1e6-d78d-7276-23347af05a9c-600fa749 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: .25fr 2fr;
}

#w-node-_01847f6c-21ea-864d-c335-929366bbd86e-600fa749 {
  grid-column: span 2 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_644ce3f1-2bbe-ebc4-24be-e8c12190f1b0-99906159 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-f78f744b-dafc-1fd7-bafc-6309ca0706da-99906159 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2ccf9d6a-9f1d-df01-19ef-24cfac687188-99906159 {
    grid-template-rows: minmax(auto, .25fr) 20em 7em;
    grid-template-columns: 1fr;
  }

  #w-node-c277d3d1-1040-d000-4e3e-61bc26aecb2f-99906159 {
    grid-template-rows: auto 45em auto;
    grid-template-columns: auto;
  }

  #w-node-cb534979-bc15-69e0-d333-1588326dd1e9-99906159 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5cf2086a-eb8f-e8b4-47ff-33a627fd3e0d-99906159 {
    grid-template-rows: minmax(auto, .25fr) auto auto 4em 4em 4em 4em;
    grid-template-columns: .25fr 1fr .25fr 1fr .25fr 1fr;
  }

  #w-node-_5cf2086a-eb8f-e8b4-47ff-33a627fd3e16-99906159 {
    grid-column: span 6 / span 6;
  }

  #w-node-b67ed961-804e-5bef-9f64-9c2b916e0346-99906159 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ba8f0547-c92f-2fa2-171a-ebe0b52a2a03-99906159 {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: .25fr 1fr .25fr 1fr .25fr 1fr;
  }

  #w-node-ba8f0547-c92f-2fa2-171a-ebe0b52a2a0c-99906159 {
    grid-column: span 6 / span 6;
  }

  #w-node-_4b434871-5e45-d406-e01b-d411c33a3b07-99906159 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_230469c4-3693-8e85-7007-3ad392c89ef9-99906159 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: .25fr 1fr .25fr 1fr;
  }

  #w-node-ce3c4f39-6bd4-f881-93be-54cb6eda35f7-99906159 {
    grid-column: span 4 / span 4;
  }

  #w-node-_65bd1659-75b5-d6a9-07ca-40bd6f535066-99906159,
  #w-node-c3ec03ec-3197-17ab-29aa-8b80470fee11-99906159 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2b3ac70c-f63d-0208-ba7c-41d3d68204b2-8ad9cb8b {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_8beac69b-0aac-bdcc-e9df-6e381a774649-8ad9cb8b {
    grid-template-rows: auto 7em 26em auto;
    grid-template-columns: 1fr;
  }

  #w-node-daf161a8-0d76-b806-1b92-acdcfa23261d-8ad9cb8b,
  #w-node-_5fdd7841-4e2a-b681-58ad-e083e3814eab-8ad9cb8b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4fa33ccc-fed9-bf46-c4a3-ddf97f36887d-a1e9903e {
    grid-template-rows: auto auto;
    grid-template-columns: 2.75fr;
  }

  #w-node-a20a5a4f-c6b4-f546-f30e-4254e6b7a9d7-a1e9903e {
    grid-template-rows: auto 26.85em auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0664ab6d-1612-4d4b-b127-35130a3031d0-a1e9903e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0664ab6d-1612-4d4b-b127-35130a3031d4-a1e9903e {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_0664ab6d-1612-4d4b-b127-35130a3031d5-a1e9903e {
    grid-row: span 2 / span 2;
  }

  #w-node-df3931be-f1e6-d78d-7276-23347af05a7f-600fa749 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-df3931be-f1e6-d78d-7276-23347af05a83-600fa749 {
    grid-template-rows: auto auto;
    grid-template-columns: .25fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_644ce3f1-2bbe-ebc4-24be-e8c12190f1b0-99906159 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_5cf2086a-eb8f-e8b4-47ff-33a627fd3e0d-99906159 {
    grid-template-rows: minmax(auto, .25fr) auto auto auto auto auto auto;
    grid-template-columns: .25fr 1fr;
  }

  #w-node-_5cf2086a-eb8f-e8b4-47ff-33a627fd3e16-99906159 {
    grid-column: span 2 / span 2;
  }

  #w-node-b67ed961-804e-5bef-9f64-9c2b916e0346-99906159 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ba8f0547-c92f-2fa2-171a-ebe0b52a2a03-99906159 {
    grid-template-rows: .75fr auto auto auto auto auto auto auto;
    grid-template-columns: 7em 1.75fr;
    display: grid;
  }

  #w-node-ba8f0547-c92f-2fa2-171a-ebe0b52a2a0c-99906159 {
    grid-column: span 2 / span 2;
  }

  #w-node-_230469c4-3693-8e85-7007-3ad392c89ef9-99906159 {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 7em 1fr;
  }

  #w-node-ce3c4f39-6bd4-f881-93be-54cb6eda35f7-99906159 {
    grid-column: span 2 / span 2;
  }

  #w-node-_65bd1659-75b5-d6a9-07ca-40bd6f535066-99906159 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a1c03c40-b17a-fed5-3481-f94a94c2a74e-99906159 {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 7em 1.75fr;
  }

  #w-node-a1c03c40-b17a-fed5-3481-f94a94c2a74f-99906159 {
    grid-column: span 2 / span 2;
  }

  #w-node-a5e0dc06-e2bb-4895-f247-2c27c954b2e8-99906159 {
    grid-template-rows: 3em 10em 11em auto auto auto auto;
    grid-template-columns: 7em 1.75fr;
  }

  #w-node-a5e0dc06-e2bb-4895-f247-2c27c954b2f1-99906159 {
    grid-column: span 2 / span 2;
  }

  #w-node-_2b3ac70c-f63d-0208-ba7c-41d3d68204b2-8ad9cb8b {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-fcb14167-6d56-cd4b-75eb-3de62434f06b-a1e9903e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2d0509cd-a2a8-cc80-a734-734b7592d6bf-99906153 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: .25fr;
  }

  #w-node-_644ce3f1-2bbe-ebc4-24be-e8c12190f1b0-99906159 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f78f744b-dafc-1fd7-bafc-6309ca0706da-99906159 {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-d8924267-e989-7344-6d10-b410515c1098-99906159 {
    order: 0;
  }

  #w-node-ef264c96-86bc-e3f9-40cd-abc70df1b022-99906159 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-_241d60c2-7f8f-591f-af64-66f83e35c4ed-99906159 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1341e050-017f-f2d7-5e8e-277733d6efc4-99906159 {
    grid-template-rows: auto 2em;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-bde51535-616a-3693-9fda-46e7a89903bf-99906159 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: .25fr 1.75fr;
  }

  #w-node-b7716add-9220-089b-b29d-6c1047c3703c-99906159 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_2ccf9d6a-9f1d-df01-19ef-24cfac687188-99906159 {
    grid-template-rows: minmax(auto, .75fr) minmax(0, 1fr) minmax(auto, .25fr);
    grid-template-columns: 1fr;
  }

  #w-node-c277d3d1-1040-d000-4e3e-61bc26aecb2f-99906159 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-cb534979-bc15-69e0-d333-1588326dd1e9-99906159 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5cf2086a-eb8f-e8b4-47ff-33a627fd3e0d-99906159 {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: .25fr 1fr;
  }

  #w-node-_5cf2086a-eb8f-e8b4-47ff-33a627fd3e16-99906159 {
    grid-column: span 2 / span 2;
  }

  #w-node-b67ed961-804e-5bef-9f64-9c2b916e0346-99906159 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ba8f0547-c92f-2fa2-171a-ebe0b52a2a03-99906159 {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: .25fr 1fr;
  }

  #w-node-ba8f0547-c92f-2fa2-171a-ebe0b52a2a0c-99906159 {
    grid-column: span 2 / span 2;
  }

  #w-node-_5c6b26e7-0021-e4be-d59e-27a930c36c4a-99906159 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_5c6b26e7-0021-e4be-d59e-27a930c36c4b-99906159,
  #w-node-_1689b037-c1a8-92ef-0c51-4b44cd59e642-99906159,
  #w-node-e1a9cc7d-bff0-63db-1e48-53e4ecb5e458-99906159 {
    grid-column: span 2 / span 2;
  }

  #w-node-_4b434871-5e45-d406-e01b-d411c33a3b07-99906159 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_230469c4-3693-8e85-7007-3ad392c89ef9-99906159 {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: .25fr 1fr;
  }

  #w-node-ce3c4f39-6bd4-f881-93be-54cb6eda35f7-99906159 {
    grid-column: span 2 / span 2;
  }

  #w-node-_65bd1659-75b5-d6a9-07ca-40bd6f535066-99906159 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_65bd1659-75b5-d6a9-07ca-40bd6f535067-99906159 {
    grid-row: span 2 / span 2;
  }

  #w-node-a1c03c40-b17a-fed5-3481-f94a94c2a74e-99906159 {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: .25fr 1fr;
  }

  #w-node-a1c03c40-b17a-fed5-3481-f94a94c2a74f-99906159 {
    grid-column: span 2 / span 2;
  }

  #w-node-c3ec03ec-3197-17ab-29aa-8b80470fee11-99906159 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a5e0dc06-e2bb-4895-f247-2c27c954b2e8-99906159 {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: .25fr 1fr;
  }

  #w-node-a5e0dc06-e2bb-4895-f247-2c27c954b2f1-99906159 {
    grid-column: span 2 / span 2;
  }

  #w-node-_2b3ac70c-f63d-0208-ba7c-41d3d68204b2-8ad9cb8b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8beac69b-0aac-bdcc-e9df-6e381a774649-8ad9cb8b {
    grid-template-rows: auto 5em 15em auto;
    grid-template-columns: 1fr;
  }

  #w-node-daf161a8-0d76-b806-1b92-acdcfa23261d-8ad9cb8b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0fd8bfe1-77e8-3f89-8fd9-6d51482a69b2-8ad9cb8b {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: .25fr 1fr;
  }

  #w-node-_5fdd7841-4e2a-b681-58ad-e083e3814eab-8ad9cb8b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5fdd7841-4e2a-b681-58ad-e083e3814ead-8ad9cb8b {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: .25fr 1fr;
  }

  #w-node-_4fa33ccc-fed9-bf46-c4a3-ddf97f36887d-a1e9903e {
    grid-template-rows: auto auto;
    grid-template-columns: 2.5fr;
  }

  #w-node-a20a5a4f-c6b4-f546-f30e-4254e6b7a9d7-a1e9903e {
    grid-template-rows: auto 18.6em auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0664ab6d-1612-4d4b-b127-35130a3031d0-a1e9903e {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_0664ab6d-1612-4d4b-b127-35130a3031d4-a1e9903e {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0664ab6d-1612-4d4b-b127-35130a3031d5-a1e9903e {
    grid-row: span 2 / span 2;
  }

  #w-node-_0664ab6d-1612-4d4b-b127-35130a3031db-a1e9903e {
    grid-template-rows: auto;
    grid-template-columns: .25fr;
  }

  #w-node-fcb14167-6d56-cd4b-75eb-3de62434f06b-a1e9903e,
  #w-node-_4d4ac3c1-64c7-2e1b-b433-8b63723ac0db-a1e9903e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_47d9ee64-8b54-0a58-7ab1-91c88ff0d663-a1e9903e {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: .25fr 1fr 1fr;
  }

  #w-node-_2921b315-1746-31ba-be7b-b42160a70b28-600fa749 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-c2d4db8f-1115-943c-9043-5493500752b9-600fa749 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-a0fa1389-53c8-9256-1add-91198b460e24-600fa749 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-df3931be-f1e6-d78d-7276-23347af05a7f-600fa749 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-df3931be-f1e6-d78d-7276-23347af05a83-600fa749 {
    grid-template-rows: auto auto;
    grid-template-columns: .25fr 1fr;
  }
}