:root {
  --peru: #bf8c4e;
  --accessible-components-dark-grey: #9b9b9b;
  --accessible-components-white-smoke: whitesmoke;
  --flowui-component-library-gray-200: #f3f5fb;
  --flowui-component-library-grey-600: #393b6a;
  --flowui-component-library-gray-900: #160042;
  --flowui-component-library-white: white;
  --flowui-component-library-gray-700: #282556;
  --flowui-component-library-grey-300: #e4e6f1;
  --flowui-component-library-primary-base: #642eff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commerceaddtocartquantityinput {
    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;
    inset: 0;
  }

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

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

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

body {
  color: #1a1a1a;
  background-color: #e1dedb;
  font-family: Archivo expanded, sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 100px;
  font-weight: 400;
  line-height: 1;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
}

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

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
}

p {
  letter-spacing: .7px;
  margin-bottom: 10px;
  line-height: 1.4;
}

a {
  color: #000;
  font-weight: 600;
  text-decoration: none;
  transition: color .35s;
}

a:hover {
  color: #494949;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 16px;
  font-weight: 500;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 16px;
}

li {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

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

blockquote {
  background-image: url('../images/Qoute-Icon-Right.svg'), url('../images/Qoute-Icon-Left.svg');
  background-position: 97% 90%, 6px 10px;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  border-left: 5px #e2e2e2;
  margin-top: 45px;
  margin-bottom: 45px;
  padding: 70px 32px;
  font-size: 24px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

figure {
  margin-bottom: 10px;
}

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

.section.black-section {
  background-color: #1a1a1a;
  position: relative;
}

.section.black-section.light {
  background-color: #1a1a1a08;
}

.section.hero-section {
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.section.gold-section {
  background-color: #d1a971;
}

.section.relative {
  position: relative;
}

.section.overflow-hidden {
  overflow: hidden;
}

.section.grey-section {
  background-color: #e3e0dd;
}

.section.grey-section.author {
  margin-top: -140px;
  padding-top: 68px;
}

.section.about-me-section {
  background-color: #1a1a1a;
  position: relative;
  overflow: hidden;
}

.section.author-section {
  z-index: 1;
  position: relative;
}

.section.map-section, .section.blog-post {
  position: relative;
  overflow: hidden;
}

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

.section.products-page {
  background-image: linear-gradient(#00000082, #00000082), url('../images/IMG_4959.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  align-items: center;
  height: 70vh;
  margin-bottom: 40px;
  display: flex;
}

.section.top-margin-l.bottom-margin-l {
  margin-bottom: 11rem;
}

.section.bottom-margin-l {
  margin-bottom: 4.4rem;
}

.container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 3.5em 2em;
}

.container.nav-container {
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: 0 40px;
  position: relative;
}

.container.style {
  padding-top: 1em;
  padding-bottom: 1em;
}

.container.footer-container {
  z-index: 2;
  width: 100%;
  margin-top: 200px;
  padding: 0 1.5em;
  position: relative;
}

.container.hero-container {
  z-index: 1;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.container.categroy-container {
  max-width: 100%;
  padding: 5em 24px;
}

.container._6ems {
  padding-top: 7.1em;
  padding-bottom: 7.1em;
  position: relative;
}

.container.relative {
  z-index: 1;
  position: relative;
}

.container.about-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.container.nav-ignore {
  padding-top: 10em;
}

.container.guarantee {
  width: 100%;
}

.container.menu-holder {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: -30px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.container.log {
  padding-bottom: 6em;
}

.container.features-container {
  max-width: 100%;
  padding: 0 24px 1.1em;
}

.container.shadowbox {
  box-shadow: 0 2px 5px #0003;
}

.container.reviews--page {
  border-bottom: 1px solid #0000001f;
}

.container.white {
  background-color: #fff;
}

.container.fall {
  max-width: 1300px;
}

.nav-menu-container {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.navbar {
  z-index: 20;
  background-color: #ddd0;
  height: 70px;
  position: sticky;
  top: 0;
}

.hero-section {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.nav-menu {
  background-color: #0000;
  font-weight: 600;
  display: flex;
  position: fixed;
  inset: 1.5% 0% auto;
}

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

.white-text {
  color: #fff;
}

.white-text.extra-light {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 200;
}

.white-text.no-margins.turn-to-balck {
  color: #000;
}

.top-margin-l {
  margin-top: 3em;
}

.button {
  color: #fff;
  background-color: #1a1a1a;
  border-radius: 4px;
  padding: 16px;
  font-size: 14px;
  font-weight: 500;
  transition: background-color .5s;
}

.button:hover {
  background-color: var(--peru);
  color: #fff;
}

.button.white {
  color: #363636;
  background-color: #fff;
  padding: 16px 15px;
  font-size: 12.5px;
  font-weight: 600;
  transition: opacity .5s;
}

.button.white:hover {
  opacity: .6;
}

.button.white.small {
  padding: 15px 34px;
}

.button.big {
  padding: 20px 40px;
}

.button.outline {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  transition-property: border-color;
}

.button.outline:hover {
  border-color: var(--peru);
}

.button.outline.give-price {
  padding: 16px 45px;
}

.button.with-arrow {
  color: #000;
  background-color: #0000;
  background-image: url('../images/Arrow-Up-Icon.svg');
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 10px 30px 10px 0;
  transition-property: background-position;
}

.button.with-arrow:hover {
  background-position: 97% 36%;
}

.button.footer-button {
  color: #fff;
  background-color: #0000;
  border: 2px solid #fff;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  transition-property: border-color;
}

.button.footer-button:hover {
  border-color: var(--peru);
}

.button.subscribe-button {
  color: #000;
  background-color: #fff;
  background-image: url('../images/Email-Icon.svg');
  background-position: 39%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  padding-left: 80px;
  padding-right: 41px;
  font-weight: 600;
  transition: opacity .5s;
}

.button.subscribe-button:hover {
  opacity: .6;
}

.button.full {
  width: 100%;
}

.button.full.white.popup {
  margin-top: 10px;
  padding: 14px 19px;
}

.button.add-to-card-button {
  background-image: url('../images/Shoping-Card-White.svg');
  background-position: 11%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 58px;
  display: block;
}

.button.give-a-price {
  color: #000;
  background-color: #fff;
  padding: 16px 47px;
  box-shadow: 0 2px 5px #0003;
}

.button.small {
  padding-top: 16px;
  padding-bottom: 16px;
}

.button.small.dispaly-in-lab {
  display: none;
}

.button.semi {
  font-weight: 400;
}

.grid-6-col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.icon-holder {
  background-color: var(--peru);
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 12px;
  display: flex;
}

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

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
}

.invert {
  filter: invert();
}

.borders {
  color: #4b4b4b;
  border: 2px solid #cecece;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.borders.button-holder {
  justify-content: space-between;
  height: 160px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.borders.center {
  height: 100px;
}

.grid-8-col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-4-col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-2-col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

.grid-2-col.white-body {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.grid-2-col.white-body.consignemt {
  grid-template-columns: 1fr;
}

.heading-text-container {
  background-color: #fff;
  border-radius: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 38px;
}

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

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

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

.link-block {
  color: #505050;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s;
}

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

.link-block.animation-01, .link-block.animation-02, .link-block.animation-03, .link-block.animation-04 {
  overflow: hidden;
}

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

.link-block.footer-link {
  color: #888;
  text-align: left;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 16px;
  font-weight: 200;
  overflow: hidden;
}

.link-block.footer-link:hover {
  color: #fff;
}

.link-block-underline {
  background-color: #8d8d8d;
  width: 100%;
  height: 1px;
  margin-top: 2px;
}

.link-block-underline._01 {
  height: 1px;
}

.link-block-underline._01._2px {
  height: 2px;
}

.link-block-underline._02 {
  height: 1px;
}

.link-underline-holder {
  height: 2px;
  position: relative;
}

.left-underline, .right-underline {
  background-color: #aaa;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.paragraph-m {
  font-size: 16px;
}

.paragraph-m.grey-text---light {
  color: #888;
  font-size: 14px;
  font-weight: 300;
}

.paragraph-m.answer {
  color: #888;
  margin-bottom: 0;
  font-weight: 300;
}

.footer {
  z-index: 2;
  align-items: center;
  margin-top: -30px;
  padding: 170px 0 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-flex-container {
  grid-column-gap: 70px;
  grid-row-gap: 7rem;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.footer-heading {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}

.fade-in-move-on-scroll.horezantal {
  justify-content: space-between;
  display: flex;
}

.nav-link {
  grid-column-gap: 4px;
  align-items: flex-end;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 11px 10px;
  transition: color .4s;
  display: flex;
}

.nav-link:hover {
  color: var(--peru);
}

.white-body {
  background-color: #fff;
}

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

.content.left-mergin {
  text-align: center;
  margin-left: 25px;
}

.content.black {
  background-color: #222c;
}

.content.white {
  background-color: #fff;
}

.grey-text {
  color: #888;
  font-weight: 400;
}

.grey-text.home-page {
  font-weight: 300;
}

.field-label {
  color: #5c5c5c;
  font-size: 18px;
  font-weight: 500;
}

.success-message {
  color: #f1f1f1;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 600;
}

.success-message.gold {
  color: var(--peru);
  border-radius: 4px;
  padding: 22px;
  font-weight: 200;
}

.success-message.black {
  background-color: #000;
  border-radius: 4px;
  margin-top: 34px;
  margin-bottom: 34px;
  padding: 35px;
  font-size: 16px;
  font-weight: 400;
}

._100width {
  width: 100%;
}

.instructions-image {
  border-radius: 12px;
  width: 100%;
}

.change-log-container {
  background-color: #ffffff1a;
  border: 1px solid #b8b8b8;
  justify-content: space-between;
  align-items: center;
  padding: 35px 25px;
  display: flex;
}

.menu-button {
  z-index: 20;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 0;
}

.menu-button.w--open {
  z-index: 10;
  background-color: #0000;
  padding: 0;
}

.black-background-holder {
  color: #fff;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 30px;
  display: flex;
}

.overline-s {
  font-size: 12px;
}

.overline-l, .paragraph-s {
  font-size: 14px;
}

.paragraph-s.grey-text {
  margin-bottom: 0;
}

.paragraph-s.job-position {
  color: #888;
  margin-bottom: 0;
  font-weight: 300;
}

.navbar-menu-holder {
  grid-column-gap: 20px;
  display: flex;
}

.brand-image-black {
  width: 200px;
}

.navbar-icons-holder {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.navbar-icons-container {
  z-index: 25;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-social-media-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  padding-top: 0;
  display: flex;
}

.footer-social-media-holder {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  transition-property: filter;
}

.footer-social-media-holder:hover {
  filter: brightness(200%);
}

.footer-social-media-icon {
  width: 100%;
}

.footer-shops-container {
  flex-direction: column;
  align-items: center;
  padding-right: 40px;
  display: flex;
}

.footer-mark-holder {
  width: 350px;
  min-width: 350px;
  margin-bottom: 20px;
}

.footer-mark-holder.w--current {
  min-width: 350px;
}

.footer-mark {
  width: 100%;
  padding-left: 0;
}

.footer-shops-holder {
  margin-top: -50px;
}

.footer-small-icon-holder {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
}

.footer-small-icon {
  width: 100%;
}

.footer-background-container {
  z-index: 1;
  width: 35%;
  position: absolute;
  inset: 4% auto 0% 0%;
}

.footer-background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.overlay {
  background-color: #000000bf;
  position: absolute;
  inset: 0%;
}

.overlay.light {
  background-color: #00000040;
}

.infinite-loop-banner {
  z-index: 2;
  background-color: #e4e1de;
  position: absolute;
  inset: 2% 0% auto;
  overflow: hidden;
  transform: none;
}

.infinite-loop-container {
  align-items: center;
  width: 100vw;
  height: 100%;
  display: flex;
}

.infinite-loop-holder {
  grid-column-gap: 30px;
  flex: none;
  align-items: center;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.infinite-loop-text-holder {
  align-items: center;
  height: 100%;
  display: flex;
}

.infinite-loop-logo-holder {
  width: 50px;
}

.infinite-loop-logo {
  width: 100%;
}

.infinite-loop-dot-container {
  padding-left: 35px;
  padding-right: 35px;
}

.dot {
  background-color: #000;
  border-radius: 30px;
  width: 12px;
  height: 12px;
}

.infinite-loop-text {
  margin-top: 0;
  margin-bottom: 0;
}

.infinite-text {
  text-transform: uppercase;
  font-size: 3vw;
}

.infinite-loop {
  grid-column-gap: 40px;
  display: flex;
}

.fixed-navbar {
  z-index: 19;
  width: 100%;
  position: fixed;
}

.hero-text {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1;
}

.hero-text.white {
  color: #fff;
}

.hero-text.white.small {
  font-size: 80px;
}

.hero-image-container {
  width: 40%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: visible;
}

.hero-image {
  object-fit: cover;
  object-position: 100% 50%;
  width: 40%;
  height: 100%;
}

.hero-image.mobile-image {
  display: none;
}

.hero-link-holder {
  position: relative;
  top: 60px;
}

.hero-image-decord {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #bf8c4e66;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  display: flex;
  position: absolute;
  inset: auto auto -57px -82px;
}

.category-holder {
  padding-top: 99px;
  padding-bottom: 99px;
}

.category-holder.t {
  padding-top: 99px;
}

.category-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  display: flex;
}

.category-item {
  flex: 1;
}

.category-item:nth-child(odd) {
  padding-top: 25px;
}

.category-item:nth-child(2n) {
  padding-top: 70px;
}

.category-item:first-child {
  padding-top: 0;
}

.category-image-container {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}

.category-card-container {
  border-radius: 4px;
  justify-content: flex-end;
  align-items: flex-end;
  height: 800px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.category-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 1140px;
  height: 100%;
}

.category-text-holder {
  z-index: 4;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.category-text {
  color: #fff;
  white-space: nowrap;
  width: 20px;
  height: 160px;
  margin-top: 0;
  margin-bottom: 0;
}

.category-name {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
  transform: rotate(-90deg);
}

.footer-bg-color {
  background-color: #1a1a1a;
  height: 94%;
  position: absolute;
  inset: auto 0% 0%;
}

.left-alighted-text {
  text-align: left;
  justify-content: flex-start;
  display: flex;
}

.left-alighted-text.short-heading-left {
  padding-left: 10%;
}

.bold-text {
  margin-bottom: 16px;
  font-weight: 700;
}

.bold-text.no-margin---white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

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

.bold-text.shop {
  color: #fff;
}

.right-alighted-text {
  text-align: right;
  justify-content: flex-end;
  display: flex;
}

.right-alighted-text.short-heading-right {
  padding-right: 10%;
}

.season-trending-container {
  margin-top: 60px;
}

.product-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.product-grid.shop {
  grid-column-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr;
}

.product-card-container {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-card-image-holder {
  width: 100%;
  height: 360px;
  min-height: 360px;
  position: relative;
}

.product-card-image {
  z-index: 4;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.product-card-image.thumbnail {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.product-card-details-container {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 14px 18px;
  display: flex;
}

.product-card-details-container.search {
  align-items: flex-start;
}

.product-price-container {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-direction: column;
  display: flex;
}

.product-name {
  font-weight: 700;
}

.product-price {
  color: #888;
  margin-bottom: 0;
  font-family: Archivo expanded, sans-serif;
  font-size: 12px;
}

.add-to-cart-icon {
  background-color: #0000;
  background-image: url('../images/Add-To-Card-Icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  padding: 0;
  font-size: 0;
  transition: all .3s;
}

.add-to-cart-icon:hover {
  background-image: url('../images/Cart-Gold.svg');
}

.product-cards-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
}

.cta-container {
  padding-top: 170px;
  padding-bottom: 170px;
}

.sale-badge-container {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.sale-circle-container {
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 170px;
  display: flex;
  position: relative;
}

.sale-circle {
  width: 100%;
}

.sale-badge-holder {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.sale-logo-mark {
  width: 85px;
}

.sale-sticker-holder {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.sale-sticker-container {
  justify-content: center;
  align-items: center;
  width: 83px;
  height: 83px;
  display: flex;
  position: relative;
  left: 25px;
}

.sale-sticker {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.sale-sticker-text-holder {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

._12px-text {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.sale-text {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}

.features-section-holder {
  align-items: flex-end;
  height: 230vh;
  display: flex;
}

.features-section-sticky {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 95vh;
  display: flex;
  position: sticky;
  bottom: 0;
}

.features-card-holder {
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.features-card-container {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.features-left-section-container {
  background-color: #1a1a1a;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 100%;
  padding: 40px;
  display: flex;
}

.features-left-section-container.white {
  background-color: #fff;
}

.features-left-section {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.light-text {
  font-weight: 300;
}

.features-right-section-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100%;
  display: flex;
}

.feature-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.features-right-section {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.newsletter-section-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 120vh;
  display: flex;
}

.newsletter-section {
  grid-row-gap: 180px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.newsletter-email-section, .form-block {
  width: 100%;
}

.newsletter-form {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.newsletter-field-label {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.newsletter-field-label.black-text {
  color: #000;
}

.newsletter-text-field {
  color: #fff;
  text-align: center;
  background-color: #262524;
  border: 1px solid #bf8c4e00;
  border-radius: 4px;
  height: 60px;
  font-size: 18px;
  transition: border-color .425s;
}

.newsletter-text-field:focus {
  border-style: solid;
  border-color: var(--peru);
}

.newsletter-text-field.white {
  background-color: #26252400;
  border-color: #000;
}

.newsletter-text-field.white::placeholder {
  color: #e3e1deb0;
}

.cta-heading-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
}

.newsletter-picture-container {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.newsletter-bg-image-container {
  width: 260px;
  position: absolute;
  top: 52%;
  left: 62%;
}

.newsletter-bg-image-container._01 {
  top: 65%;
  left: 68%;
}

.newsletter-bg-image-container._02 {
  width: 160px;
  top: 64%;
  left: 9%;
}

.newsletter-bg-image-container._03 {
  width: 190px;
  inset: 9% auto auto 10%;
}

.newsletter-bg-image-container._04 {
  width: 140px;
  height: 200px;
  top: 15%;
  left: 73%;
}

.newsletter-bg-image-container._05 {
  width: 180px;
  top: 38%;
  left: 81%;
}

.newsletter-bg-image-container._06 {
  opacity: .5;
  width: 130px;
  top: 42%;
  left: 18%;
}

.cta-image {
  opacity: .3;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-image-holder {
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.perspective {
  perspective: 1000px;
}

.category-overlay {
  z-index: 2;
  opacity: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.cart-quantity {
  background-color: var(--peru);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.cart-button {
  background-color: #0000;
  width: 37px;
  height: 40px;
  padding: 0;
  position: relative;
}

.cart-image {
  width: 24px;
}

.products-hero-container {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  padding-top: 160px;
  display: flex;
}

.products-hero-container.shop {
  padding-top: 0;
}

.semi-bold {
  font-weight: 700;
}

.category-small-container {
  z-index: 30;
  background-color: #fff;
  border-radius: 4px;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 0;
  position: relative;
}

.category-small-container.no-margins {
  z-index: 18;
  margin-top: 0;
  margin-bottom: 0;
  transform: translate(0);
}

.dropdown-toggle {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border-radius: 4px;
  align-items: center;
  padding: 16px;
  font-size: 14px;
  font-weight: 400;
  transition: background-color .475s;
  display: flex;
}

.dropdown-toggle.w--open {
  z-index: 1;
  background-color: #ececec;
}

.dropdown-toggle.semi-bold {
  font-weight: 600;
}

.dropdown-toggle.category {
  border: 1px solid #0000002e;
  margin-right: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  transform: translate(0);
}

.dropdown-list {
  z-index: 10;
  background-color: #fff;
  border: 2px solid #ececec;
  border-radius: 4px;
  top: 46px;
  transform: translate(0);
}

.dropdown-list.w--open {
  background-color: #fff;
  border: 2px solid #ececec;
  border-radius: 4px;
  top: 46px;
}

.dropdown {
  z-index: 40;
  border-radius: 4px;
}

.dropdown.category {
  transform: translate(0);
}

.dropdown-link {
  padding: 15px;
  font-weight: 500;
  transform: translate(0);
}

.dropdown-link:hover {
  color: #676767;
}

.golden-cta-container {
  padding-top: 170px;
  padding-bottom: 170px;
}

.grid-6-col-cta {
  grid-column-gap: 110px;
  grid-row-gap: 30px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.animation-on-load-03 {
  align-self: stretch;
}

.cart-wrapper {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #00000080;
}

.cart-container {
  min-width: 470px;
  max-width: 470px;
  padding: 40px;
}

.cart-header {
  border-bottom-style: none;
  padding: 0;
}

.cart-list {
  padding: 40px 0 0;
  overflow: auto;
}

.product-image {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 2px;
  width: 72px;
  height: 72px;
}

.cart-item {
  background-color: #f5f5f5;
  border-radius: 4px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 8px;
  position: relative;
}

.remove-button {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  position: absolute;
  right: 20px;
}

.product-name---card {
  font-size: 14px;
  font-weight: 500;
}

.price-text {
  color: var(--peru);
  font-size: 14px;
}

.cart-quantity-2 {
  justify-content: center;
  align-items: center;
  width: 30px;
  padding: 0 0 0 10px;
  display: none;
}

.quantity-container {
  grid-column-gap: 4px;
  display: flex;
}

.quantity-text {
  color: #888;
  font-weight: 200;
}

.product-details-holder {
  justify-content: space-between;
  height: 63px;
  min-height: 100%;
}

.cart-footer {
  border-top-style: none;
  padding: 0;
}

.subtotal {
  color: var(--peru);
  text-transform: uppercase;
  font-size: 12px;
}

.card-product-pice {
  font-size: 24px;
}

.apple-pay {
  object-fit: fill;
  height: 50px;
}

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

.empty-state {
  grid-row-gap: 20px;
  border: 2px solid var(--peru);
  color: var(--peru);
  border-radius: 8px;
  flex-direction: column;
  margin-top: 99px;
  margin-bottom: 99px;
  font-size: 20px;
  font-weight: 500;
}

.error-state {
  background-color: var(--peru);
  color: #fff;
  border-radius: 4px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 17px;
}

.default-state {
  overflow: visible;
}

.contact-hero-section-holder {
  padding-top: 83px;
  padding-bottom: 134px;
}

.accent-text-color {
  color: var(--peru);
}

.send-message-container {
  margin-top: 50px;
}

.contact-field-label {
  color: #888;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 300;
}

.form-grid {
  margin-top: 40px;
}

.contact-text-field {
  color: #000;
  background-color: #f0f0f01c;
  border: 2px solid #e2e2e2;
  border-radius: 4px;
  height: 50px;
  font-size: 18px;
  transition: box-shadow .4s, border-color .4s;
}

.contact-text-field:focus {
  border-color: var(--peru);
  box-shadow: 0 0 0 3px #bf8e4e33;
}

.fields-container {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.fields-container.last {
  padding-bottom: 25px;
}

.contact-text-field {
  padding-top: 6px;
  font-size: 14px;
  font-weight: 100;
}

.contact-text-field:active {
  border-color: var(--peru);
}

.contact-text-field.message {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 120px;
  min-height: 120px;
  max-height: 320px;
  font-size: 14px;
}

.contact-text-field.dropdown-checkout {
  background-color: #fff;
  font-size: 14px;
}

.contact-hero-section-image {
  width: 43%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.contact-hero-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.tabs {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  position: static;
}

.tabs-menu {
  flex-direction: column;
  width: 50%;
  min-width: 50%;
  display: flex;
  position: static;
}

.tab-link {
  background-color: #fff;
  border-left: 2px solid #fff0;
  padding: 20px 28px 20px 30px;
  transition-property: border-color;
}

.tab-link:hover {
  border-left: 2px solid #e4e4e4;
}

.tab-link.w--current {
  background-color: #fff;
  border-left: 2px solid #000;
}

.tabs-content {
  width: 50%;
  min-width: 50%;
  position: relative;
  overflow: visible;
}

.map {
  width: 54vw;
  display: none;
  position: relative;
  right: -3.6vw;
}

.tab-pane {
  width: 54vw;
  height: 100%;
  position: static;
}

.divider {
  background-color: #ececec;
  width: 100%;
  height: 2px;
}

.contact-card-container {
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.contact-icon-container {
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  display: flex;
}

.simple-link {
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
}

.brand {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-menu {
  text-align: center;
  font-size: 64px;
  font-weight: 400;
  line-height: .8;
  text-decoration: none;
}

.nav-menu-footer-line {
  z-index: 20;
  background-color: #000;
  width: 100%;
  height: 1px;
  position: relative;
}

.nav-menu-links-container {
  z-index: 1;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 13px;
  padding-bottom: 12px;
  display: flex;
  position: relative;
}

.nav-menu-footer-links {
  font-size: 16px;
  transition: filter .2s, color .35s;
}

.nav-menu-footer-links:hover {
  color: var(--peru);
}

.links-holder {
  grid-column-gap: 80px;
  display: flex;
}

.social-media-container {
  grid-column-gap: 12px;
  display: flex;
}

.social-media-icon {
  width: 100%;
}

.social-media-holder {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  transition-property: filter;
}

.social-media-holder:hover {
  filter: grayscale();
}

.nav-menu-image-holder {
  z-index: 0;
  width: 50vw;
  height: 100vh;
  min-height: 100vh;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.nav-menu-image-holder.nav-link-image {
  z-index: 1;
}

.nav-menu-image {
  filter: grayscale();
  object-fit: cover;
  width: 50vw;
  min-width: 50vw;
  max-width: 50vw;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.nav-footer-holder {
  z-index: 40;
  width: 100%;
  margin-bottom: 12px;
  display: none;
  position: relative;
}

.nav-menu-image-mask {
  width: 50vw;
  min-width: 50vw;
  max-width: 50vw;
  height: 100%;
}

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

.nav-link-container-perspective {
  grid-column-gap: 4px;
  perspective: 1000px;
  align-items: flex-end;
}

.nav-link-container {
  grid-column-gap: 4px;
  align-items: flex-end;
  display: flex;
}

.menu-hamburger-icon {
  width: 32px;
}

.nav-manu-mask {
  flex: 1;
}

.product-hero-container {
  margin-top: 63px;
}

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

.product-image-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.product-content-container {
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.product-category-item {
  flex-direction: row;
  display: flex;
}

.category-text-gold {
  color: var(--peru);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.category-text-gold.minus {
  padding-left: 8px;
  padding-right: 8px;
}

.product-category-wrapper {
  margin-bottom: 24px;
}

.price-text-normal {
  color: var(--peru);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
}

.select-field {
  background-color: #ececec;
  border: 1px #000;
  border-radius: 4px;
  padding: 10px 61px 10px 10px;
  font-size: 16px;
}

.size-button {
  background-color: #ececec;
  border-style: none;
  border-color: #ececec;
  border-radius: 4px;
  padding: 14px 18px;
  font-size: 16px;
  transition: color .35s, border-radius .35s, background-color .35s;
}

.size-button.w--ecommerce-pill-selected {
  border-style: none;
  border-color: var(--peru);
  background-color: var(--peru);
}

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

.button-group {
  margin-top: 10px;
}

.option {
  margin-bottom: 30px;
}

.quantity {
  background-color: #ececec;
  border-style: none;
  border-radius: 4px;
  width: 120px;
  height: 45px;
  padding: 14px 18px;
  font-size: 16px;
}

.add-to-card-button-holder {
  margin-top: 60px;
}

.product-category-list {
  display: flex;
}

.product-main-image-holder {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.product-image-main {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: static;
}

.product-thumbnail-images {
  position: absolute;
  inset: auto 0% 0%;
}

.thumbnail-image-holder {
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 72px;
  min-width: 72px;
  height: 97px;
  min-height: 97px;
  display: flex;
  overflow: hidden;
}

.thumbnail-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.thumbnails-item {
  grid-column-gap: 10px;
  justify-content: center;
  padding: 0;
  display: flex;
}

.thumbnails-list {
  grid-column-gap: 12px;
  justify-content: center;
  padding: 20px;
  display: flex;
}

.slider-holder {
  position: relative;
}

.slider-holder.t-marg {
  margin-top: 32px;
  overflow: hidden;
}

.slider-header-holder {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 60px;
  padding-top: 10px;
  padding-bottom: 0;
  display: flex;
}

.review-counter-container {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.rating-star {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
}

.review-slider-mask {
  width: 40rem;
  height: 13rem;
  overflow: visible;
}

.review-slide {
  height: auto;
  margin-left: 12px;
  margin-right: 12px;
  left: -12px;
}

.review-slider {
  background-color: #0000;
  height: auto;
  margin-top: 40px;
  position: static;
}

.review-slider-holder {
  grid-row-gap: 12px;
  background-color: #f5f5f5;
  border-radius: 4px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.review-slider-header {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.review-name {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}

.slider-rating-star {
  width: 14px;
  min-width: 14px;
  height: 14px;
  min-height: 14px;
}

.slider-review-counter-container {
  grid-column-gap: 5px;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

.slider-right-arrow {
  background-color: #ececec;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  inset: 0% 0% auto auto;
}

.arrow {
  width: 8px;
}

.slider-left-arrow {
  background-color: #ececec;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  inset: 0% 4% auto auto;
}

.product-card-holder {
  margin-top: 64px;
}

.about-hero-container {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.about-slider-container {
  width: 100%;
}

.slider {
  background-color: #0000;
  height: auto;
  position: static;
}

.slide {
  height: auto;
  position: static;
}

.mask {
  height: auto;
  position: static;
  overflow: visible;
}

.about-slider-holder {
  grid-column-gap: 50px;
  align-items: flex-end;
  display: flex;
}

.slider-image-holder {
  width: 370px;
  min-width: 370px;
  height: 370px;
  min-height: 370px;
  position: relative;
}

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

.slider-image.gray {
  filter: grayscale(77%);
  object-position: 50% 0%;
}

.slider-number-container {
  z-index: 1;
  position: relative;
  top: 26%;
  left: -195px;
  transform: rotate(-90deg);
}

.slider-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  position: relative;
  top: -24px;
  left: -110px;
}

.year-text {
  color: var(--peru);
  font-weight: 700;
}

.right-arrow {
  justify-content: flex-end;
  align-items: center;
  width: 30px;
  height: 60px;
  transition: opacity .375s;
  display: flex;
  top: -150px;
  left: auto;
  right: 1%;
  overflow: visible;
}

.right-arrow:hover {
  opacity: .5;
}

.arrow-up-image {
  width: 8px;
}

.about-slider-left-arrow {
  justify-content: flex-end;
  align-items: center;
  width: 30px;
  height: 60px;
  transition: opacity .375s;
  display: flex;
  top: 150px;
  left: auto;
  right: 1%;
  overflow: visible;
}

.about-slider-left-arrow:hover {
  opacity: .5;
}

.slider-lines-container {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% -13% 0% auto;
}

.slider-line {
  background-color: var(--peru);
  width: 40px;
  height: 1px;
}

.slider-year-small {
  color: var(--peru);
  font-size: 14px;
  position: relative;
  right: 24px;
}

.slider-description {
  color: #888;
  font-weight: 400;
}

.our-philosphy-card-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  margin-top: 130px;
  display: flex;
}

.philosophy-card {
  perspective: 2000px;
  justify-content: space-between;
  display: flex;
}

.philosophy-card-left-side {
  grid-row-gap: 30px;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  width: 55%;
  min-width: 55%;
  padding: 42px 140px 42px 42px;
  display: flex;
}

.card-break {
  z-index: 2;
  background-color: #f7f7f7;
  width: 80px;
  min-width: 80px;
}

.light-grey-text {
  color: #e4e1de;
}

.philosophy-card-right-side {
  background-color: #fff;
  padding: 42px;
  overflow: hidden;
}

.card-paragraph {
  font-weight: 300;
}

.sticky-text-container {
  position: sticky;
  top: 13%;
}

.testimonial-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.testimonial-holder {
  background-color: #fff;
  border: 3px solid #e4e1de;
  border-radius: 4px;
  padding: 32px;
  position: sticky;
  top: 5rem;
}

.testimonial-details {
  margin-top: 32px;
}

.testimonial-author-holder {
  grid-column-gap: 24px;
  display: flex;
}

.testimonial-profile-picture-container {
  border-radius: 40px;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  overflow: hidden;
}

.testimonial-profile-picture {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.testimonial-author-name-holder {
  grid-row-gap: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.faq-cards-container {
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.question-card {
  cursor: pointer;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  padding: 26px 24px 18px;
  transition: background-color .35s;
  display: flex;
  overflow: hidden;
}

.question-card:hover {
  background-color: #f5f5f5;
}

.question-header-container {
  justify-content: space-between;
  display: flex;
}

.question-dropdown-holder {
  perspective: 1078px;
  justify-content: center;
  align-items: center;
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  display: flex;
}

.drop-down {
  width: 100%;
}

.answer-holder {
  margin-top: 8px;
  overflow: hidden;
}

.block-header {
  background-color: #0000;
  border-style: none;
  padding: 12px 0;
}

.block-content {
  background-color: #0000;
  border: 1px #000;
  padding: 0;
}

.contact-field-label.shipping {
  margin-bottom: 9px;
  font-weight: 400;
}

.contact-field-label.no-margins {
  margin-top: 0;
  margin-bottom: 0;
}

.contact-field-label.bold {
  font-weight: 500;
}

.shipping-method {
  background-color: #0000;
  border: 2px solid #f5f5f5;
  border-radius: 4px;
  margin-top: 14px;
  margin-bottom: 14px;
}

.shipping-method-list {
  border: 1px #000;
}

.checkout-form {
  background-color: #fff;
  padding: 0;
}

.empty-state-2 {
  border: 1px solid var(--peru);
}

.radio-button {
  position: relative;
  top: 3px;
}

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

.checkbox {
  border: 1px solid var(--peru);
  border-radius: 2px;
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin-top: 0;
}

.div-block-2 {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.order-item {
  background-color: #f5f5f5;
  border-radius: 8px;
  align-items: center;
  padding: 12px;
}

.checkout-image {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 4px;
  width: 72px;
  height: 72px;
}

.div-block-3 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.price-checkout {
  color: var(--peru);
  font-size: 18px;
  font-weight: 600;
}

.total-text {
  color: #888;
  text-transform: uppercase;
  padding-bottom: 2px;
  font-size: 12px;
}

.line-item {
  flex-direction: column;
}

.final-price-text {
  font-size: 18px;
}

.extra-item {
  flex-direction: column;
  align-items: flex-start;
}

.block-content-card {
  grid-row-gap: 10px;
  border: 1px #000;
  flex-direction: column;
  margin-top: 15px;
  padding: 0;
  display: flex;
}

.line-item-2 {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  border-top: 2px solid #000;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  padding-top: 29px;
}

.total {
  color: var(--peru);
  text-transform: uppercase;
}

.price {
  font-size: 24px;
}

.order-summary {
  border: 2px solid #000;
  border-radius: 8px;
  padding: 30px 30px 55px;
}

.checkout-button {
  color: #fff;
  background-color: #1a1a1a;
  border-radius: 4px;
  margin-top: -63px;
  margin-left: 29px;
  margin-right: 29px;
  padding: 22px 32px;
  font-size: 14px;
  font-weight: 500;
  transition: background-color .5s;
  position: relative;
  top: 6px;
}

.checkout-button:hover {
  background-color: var(--peru);
  color: #fff;
}

.paypal-checkout-form, .order-confirmation {
  background-color: #fff;
}

.blog-post-featured-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 1px solid var(--peru);
  border-radius: 8px;
  justify-content: center;
  align-items: stretch;
  width: 105%;
  height: 100%;
  margin-left: -2%;
  padding: 20px;
  transition: padding .425s;
  display: flex;
}

.blog-post-featured-container:hover {
  padding-top: 30px;
  padding-bottom: 30px;
}

.blog-post-featured-main-image-container {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 570px;
  min-width: 570px;
  overflow: hidden;
}

.blog-post-featured-main-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-post-featured-details-container {
  grid-row-gap: 10px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog-post-featured-details-container.classic {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.blog-post-featured-details-container.center-text {
  text-align: center;
  align-items: center;
}

.category-and-time-container {
  grid-column-gap: 5px;
  display: flex;
}

.blog-featured-category-text {
  color: var(--peru);
  text-transform: uppercase;
  font-size: 12px;
}

.blog-featured-category-text-grey {
  color: #888;
  text-transform: uppercase;
  font-size: 12px;
}

.featured-author-container {
  margin-top: 130px;
}

.featured-author-container.small {
  margin-top: 51px;
}

.featured-author-container.classic {
  margin-top: 12px;
}

.featured-author-container.normal {
  margin-top: 0;
}

.author-profile-picture-holder {
  grid-column-gap: 18px;
  perspective: 1000px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-weight: 400;
  display: flex;
}

.author-profile-picture-container {
  border: 1px solid var(--peru);
  border-radius: 100px;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  padding: 2px;
  transition: transform .6s, border .475s;
  overflow: hidden;
}

.author-profile-picture-container:hover {
  border-width: 2px;
  border-color: #a2743b;
  transform: scale(1.3);
}

.author-profile-picture-image {
  object-fit: cover;
  border-radius: 270px;
  width: 100%;
  height: 100%;
}

.author-name {
  transition: color .325s;
}

.author-name:hover {
  color: #828282;
}

.author-details-holder {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.blog-featured-wrapper {
  margin-top: 80px;
}

.blog-grid-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
  margin-top: 64px;
}

.blog-black-card-container {
  background-color: #000;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 12px 12px 40px;
  transition: transform .45s;
  display: flex;
}

.blog-black-card-container:hover {
  transform: translate(0, -4px);
}

.blog-black-card-thumbnail-holder {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  width: 100%;
  height: 280px;
  margin-bottom: 40px;
  overflow: hidden;
}

.blog-black-card-thumbnail-holder.small {
  height: 200px;
  min-height: 200px;
}

.classic-blog-card {
  align-items: center;
  height: 100%;
  transition: transform .45s;
  display: flex;
}

.classic-blog-card:hover {
  transform: translate(0, -4px);
}

.classic-blog-thumbnail-holder {
  border-radius: 4px;
  width: 270px;
  min-width: 270px;
  height: 200px;
  min-height: 200px;
  overflow: hidden;
}

.blog-title {
  font-size: 19px;
  font-weight: 300;
}

.classic-blog-list {
  grid-row-gap: 40px;
  flex-direction: column;
  height: 100%;
  display: flex;
}

.classic-blog-list-wrapper, .classic-blog-item {
  height: 100%;
}

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

.blog-white-card-container {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 12px 12px 40px;
  transition: transform .4s, background-color .4s;
  display: flex;
}

.blog-white-card-container:hover {
  background-color: #ffffffb3;
  transform: translate(0, -4px);
}

.blog-grid-wrapper {
  margin-top: 64px;
}

.navigation-holder {
  grid-column-gap: 5px;
  color: #888;
  align-items: center;
  display: flex;
}

.caps {
  text-transform: uppercase;
}

.normal-accent-link {
  color: var(--peru);
  font-weight: 400;
}

.normal-accent-link:hover {
  color: #8a6334;
}

.blog-border-container {
  grid-row-gap: 20px;
  border: 1px solid var(--peru);
  border-radius: 8px;
  flex-direction: column;
  margin-top: 42px;
  padding: 570px 120px 30px;
}

.blog-main-image-holder {
  z-index: -1;
  width: 100vw;
  height: 500px;
  position: absolute;
  inset: 250px auto auto 0%;
}

.blog-main-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-details-holder {
  grid-row-gap: 10px;
  flex-direction: column;
}

.rich-text-holder {
  justify-content: center;
  align-items: flex-start;
  margin-top: 46px;
  display: flex;
}

.rich-text-container {
  width: 80%;
}

.author-border-container {
  border: 1px solid var(--peru);
  border-radius: 8px;
  padding: 110px 60px 25px;
}

.author-holder {
  grid-column-gap: 120px;
  grid-row-gap: 50px;
  perspective: 1000px;
  align-items: center;
  display: flex;
}

.author-details-container {
  grid-row-gap: 50px;
  flex-direction: column;
  display: flex;
}

.author-role {
  color: var(--peru);
  text-transform: uppercase;
  font-size: 12px;
}

.author-picture-holder {
  border: 2px solid var(--peru);
  border-radius: 500px;
  width: 300px;
  min-width: 300px;
  height: 300px;
  min-height: 300px;
  padding: 15px;
}

.author-profile-picture {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.author-image {
  object-fit: cover;
  border-radius: 220px;
  width: 100%;
  height: 100%;
}

.author-links {
  grid-column-gap: 20px;
  margin-top: 80px;
  display: flex;
}

.author-link-holder {
  width: 46px;
  height: 46px;
}

.author-social-media-link {
  width: 100%;
}

.secondary-product-card-image {
  z-index: 5;
  opacity: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background-image-holder {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.simple-heading-holder {
  z-index: 3;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 430px;
  display: flex;
  position: relative;
}

.brand-image-white {
  opacity: 0;
  width: 200px;
  position: absolute;
}

.guarantee-mark-holder {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.guarantee-mark {
  width: 80%;
}

.author-profile-holder {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.navbar-search-popup {
  background-color: #fff0;
  border: 2px solid #e2e2e200;
  border-radius: 6px;
  align-items: center;
  width: 0;
  height: 50px;
  padding: 0;
  display: flex;
  position: absolute;
  right: -12px;
  overflow: hidden;
}

.navbar-search-popup.static {
  background-color: #fff;
  width: auto;
  margin-top: 31px;
  margin-bottom: 31px;
  position: static;
}

.navbar-search-icon-holder {
  justify-content: flex-start;
  align-items: center;
  padding: 12px;
  display: flex;
  position: relative;
}

.navbar-search-icon-holder.search-page {
  flex: 1;
}

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

.search.page {
  flex: 1;
}

.search-button {
  color: #1a1a1a00;
  background-color: #3898ec00;
  background-image: url('../images/Search-Grey.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  padding: 0;
  position: static;
  left: -6px;
}

.search-input {
  color: #2e2e2e;
  background-color: #0000;
  border: 1px #000;
  margin-bottom: 0;
  margin-left: 12px;
  padding: 0;
  font-size: 16px;
}

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

.navbar-search-icon-lottie {
  z-index: 1;
  cursor: pointer;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  position: relative;
}

.search-result-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.search-description {
  color: #888;
  margin-top: 10px;
  font-family: Archivo expanded, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.search-result-wrapper {
  margin-bottom: 50px;
}

.map-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-blured-circle {
  justify-content: center;
  align-items: center;
  width: 150px;
  min-width: 150px;
  height: 150px;
  min-height: 150px;
  display: flex;
  position: absolute;
}

.hero-blured-circle-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blured-circle-holder {
  z-index: -1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.descripton-holder {
  margin-top: 1.2em;
}

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

.licensing-image {
  width: 100%;
}

.number-holder {
  display: flex;
}

.slider-title {
  margin-top: 0;
  margin-bottom: 0;
}

.empty-state-product {
  justify-content: center;
  align-items: center;
  display: none;
}

.collection-list-wrapper, .collection-item {
  transform: translate(0);
}

.externals-wrapper {
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
  display: flex;
}

.external-link-holder {
  color: #888;
  align-items: center;
  font-size: 14px;
  font-weight: 200;
  display: flex;
}

.external-link-holder.right-align {
  margin-top: 40px;
}

.external-link-holder.less-margin {
  margin-top: -8px;
}

.external-link-holder.less-margin.vertical {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
}

.external-link {
  color: #888;
  font-size: 18px;
  font-weight: 300;
}

.and {
  padding-left: 5px;
  padding-right: 5px;
}

.powered-by {
  margin-right: 5px;
}

.crafted-by {
  margin-right: 5px;
  font-size: 12px;
  font-weight: 100;
}

.buy-template-holder {
  z-index: 999;
  grid-column-gap: 10px;
  flex-direction: row;
  align-items: stretch;
  width: 25rem;
  height: 25rem;
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.buy-template-link {
  grid-column-gap: 10px;
  opacity: .8;
  border: 1px solid #0003;
  border-radius: 6px;
  flex-direction: row;
  align-items: stretch;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  transition: border-color .4s, opacity .4s, box-shadow .475s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.buy-template-link:hover {
  opacity: 1;
  color: #000;
  border-color: #4253ff;
  box-shadow: 0 6px 20px #0000003b;
}

.buy-this-template-button-container {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #000;
  border-radius: 6px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 25rem;
  height: 25rem;
  padding: 8px 16px;
  display: flex;
}

.buy-this-template-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.buy-this-template-text {
  color: #fff;
  font-weight: 400;
}

.buy-webflow-template-content {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.webflow-icon {
  background-image: url('../images/webflow-blue-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  display: block;
}

.buy-template-price {
  font-weight: 700;
}

.grid {
  grid-column-gap: 8px;
  flex: 1;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.features {
  text-align: center;
  font-weight: 400;
}

.cta-container-copy {
  padding-top: 40px;
  padding-bottom: 40px;
}

.slide-image {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 55vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.speaker-slide-content {
  z-index: 100;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.speakers-hero-wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.speaker-slider {
  background-color: #0000;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.speaker-image-cover {
  z-index: 10;
  opacity: 1;
  cursor: pointer;
  background-image: linear-gradient(#b9b9b9cf, #b9b9b9cf);
  height: 101%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slide-nav {
  display: none;
}

.clip-text {
  overflow: hidden;
}

.clip-text.speaker-headding {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
}

.speaker-slider-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  margin-bottom: 100px;
  display: flex;
}

.speaker-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 101%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.speaker-image.one {
  background-image: url('../images/Screenshot-2023-09-05-at-2.29.28-PM.png');
}

.speaker-image.five {
  background-image: url('../images/Screenshot-2023-09-05-at-2.45.07-PM.png');
  background-position: 50% 0;
  width: 101%;
}

.speaker-image.three {
  background-image: url('../images/Screenshot-2023-09-05-at-2.30.07-PM.png');
  background-position: 50% 0;
  margin-right: 0;
}

.speaker-image.four {
  background-image: url('../images/Screenshot-2023-09-05-at-2.29.28-PM.png');
  background-position: 50% 0;
}

.speaker-image.two {
  background-image: url('../images/Screenshot-2023-09-05-at-2.45.07-PM.png');
}

.speaker-image.six {
  background-image: url('../images/Screenshot-2023-09-05-at-2.30.07-PM.png');
  background-position: 50% 0;
}

.speaker-slide-mask {
  width: 50%;
  overflow: visible;
}

.speaker-info {
  max-width: 500px;
  margin-bottom: 0;
}

.speaker-name {
  z-index: 10;
  text-align: center;
  font-weight: 600;
  position: relative;
}

.slide-arrow {
  width: 18px;
}

.speaker-arrow {
  border: 1px #ffffff0a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 0;
  display: flex;
  inset: 0% 20% 0% auto;
}

.speaker-arrow.left {
  margin-right: 72px;
  inset: 0% auto 0% 20%;
}

.body-display {
  color: #8a94a6;
  line-height: 1.55em;
}

.body-display.large {
  color: var(--peru);
  font-size: 18px;
  line-height: 1.6em;
}

.button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.heading {
  color: #fff;
}

.paragraph {
  color: #fff;
  text-align: center;
  font-weight: 200;
}

.form-block-2 {
  color: #fff;
  width: 100%;
}

.div-block-4 {
  width: 100%;
}

.text-field {
  color: #000;
  background-color: #ffffffe6;
  border-radius: 4px;
  font-weight: 400;
}

.html-embed {
  color: #fff;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image {
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: -10px 4px auto auto;
}

.section-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 5vw;
  display: flex;
  position: relative;
}

.wrapper {
  z-index: 10;
  width: 100%;
  max-width: 1300px;
  position: relative;
}

.logos-heading-wrapper {
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.solid-line {
  background-color: #1e2029;
  flex: 1;
  height: 1px;
  margin-left: 36px;
}

.featured-logos-wrapper {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-columns: .5fr;
  grid-auto-flow: column;
  justify-content: space-between;
  display: grid;
}

.div-block-5 {
  text-align: center;
}

.field-label-2 {
  color: #fff;
  text-align: left;
}

.button-3 {
  color: #fff;
  background-color: #1a1a1a;
  border-radius: 4px;
  padding: 22px 32px;
  font-size: 14px;
  font-weight: 500;
  transition: background-color .5s;
}

.button-3:hover {
  color: #fff;
  background-color: #bf8c4e;
}

.button-3.with-arrow {
  color: #000;
  background-color: #0000;
  background-image: url('../images/Arrow-Up-Icon.svg');
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 10px 30px 10px 0;
  transition-property: background-position;
}

.button-3.with-arrow:hover {
  background-position: 97% 36%;
}

.button-3.with-arrow.white {
  color: #fff;
}

.section-3.hero-section {
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.image-2 {
  object-fit: cover;
}

.title-wrap {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  padding-top: 35px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.heading-primary {
  color: #1a3066;
  letter-spacing: -.5px;
  max-width: 500px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
}

.heading-primary.h3-centre {
  color: #1a1a1a;
  text-align: center;
  max-width: 700px;
  font-weight: 400;
}

.title-capped {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
}

.feature-number-wrap {
  background-color: #e0dedb;
  place-content: stretch space-between;
  align-items: stretch;
  margin-bottom: 32px;
  display: flex;
}

.detail-block {
  background-color: #56e8ff0d;
  border: 1px solid #56e8ff;
  max-width: 800px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 20px;
  font-size: 17px;
}

.circle-div {
  box-shadow: none;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 250px;
  max-width: 250px;
  height: 100%;
  min-height: 100px;
  max-height: 100px;
  display: flex;
}

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

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

.counterup {
  color: var(--peru);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 52px;
  line-height: 52px;
}

.arrow-image-mobile, .arrow-image-mobile-02 {
  display: none;
}

.statistic-circle-wrap {
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 10px;
  display: flex;
  position: relative;
}

.title {
  color: #8c54ff;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  max-width: 500px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
}

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

.paragraph-2 {
  margin-bottom: 0;
  font-size: 2.5rem;
}

.countcopy {
  color: var(--peru);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 52px;
  line-height: 52px;
}

.padding {
  padding-top: 64px;
}

.image-3, .image-4 {
  width: 4rem;
}

.product-tag-wrapper {
  font-size: 1rem;
  position: relative;
}

.sale-tag-wrapper {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 2rem;
  margin-top: 10px;
  margin-left: 10px;
  display: flex;
  position: absolute;
}

.paragraph-3 {
  margin-bottom: 0;
  font-weight: 900;
}

.image-5 {
  width: 2.5rem;
}

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

.c-search-logos {
  color: #dbe6eb;
  border-right: 1px solid #1a2028;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 40px;
  display: flex;
}

.c-button-icon-content {
  display: inline-block;
}

.c-nav-search {
  align-items: center;
  width: 100%;
}

.c-search-textfield {
  background-color: #0000;
  background-image: url('../images/Icon-24px.svg');
  background-position: 5px;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border: 1px solid #0000002e;
  border-radius: 4px;
  margin-bottom: 0;
  margin-left: 24px;
  padding-left: 48px;
  font-size: 24px;
  font-weight: 100;
}

.c-search-textfield:active {
  background-color: #00000014;
  border-color: #00000045;
}

.c-search-textfield:focus {
  color: #dbe6eb;
  -webkit-text-stroke-color: #000;
  background-color: #00000014;
  border-color: #00000045;
}

.c-search-textfield:focus-visible {
  color: #000;
}

.c-search-textfield[data-wf-focus-visible] {
  color: #000;
}

.c-search {
  background-color: #fff;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.c-nav-links {
  align-items: center;
  display: flex;
}

.c-form-block-search {
  margin-bottom: 0;
}

.c-button-m {
  color: #fff;
  background-color: #0000;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.c-button-m.cc-border {
  z-index: 2;
  color: #525b66;
  background-color: #080a0b;
  position: relative;
}

.c-button-gradient {
  background-image: linear-gradient(55deg, #1a2028 35%, #525b66);
  border-radius: 8px;
  padding: 2px;
  position: relative;
}

.c-button-gradient:hover {
  background-image: linear-gradient(to right, #1a2028, #525b66);
  overflow: hidden;
}

.c-docs {
  margin-left: 6px;
}

.c-docs.cc-hidden_mobile {
  margin-left: 4px;
}

.c-container {
  border-radius: 4px;
  max-width: 1352px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: block;
  position: relative;
}

.c-gradient-right {
  z-index: 1;
  background-image: linear-gradient(45deg, #fff 30%, var(--peru));
  border-radius: 8px;
  width: 0%;
  height: 0%;
  position: absolute;
  inset: 0%;
}

.c-clone.cc-hidden_tablet {
  margin-right: 4px;
}

.c-clone.cc-hidden_mobile {
  margin-left: 4px;
  margin-right: 4px;
}

.c-clone.open-modal {
  display: none;
}

.c-button-icon-left {
  width: 20px;
  height: 20px;
  margin-bottom: 4px;
  margin-right: 12px;
}

.c-button-icon-left-hover {
  width: 20px;
  height: 20px;
  margin-bottom: 4px;
  margin-right: 12px;
  display: none;
}

.c-search-search {
  border-radius: 4px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.c-collection-itemcount {
  padding-top: 0;
  padding-bottom: 6px;
  display: flex;
}

.c-title-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
}

.c-title-1.cc-center {
  text-align: center;
}

.c-title-wrapper {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.c-title-wrapper.cc-margin {
  margin-bottom: 24px;
}

.c-checkbox-bg {
  z-index: -2;
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.c-select-field {
  z-index: 1;
  color: #525b66;
  background-color: #0000;
  border: 2px solid #1a2028;
  border-radius: 8px;
  height: 50px;
  min-height: 50px;
  margin-bottom: 0;
  font-weight: 500;
  position: relative;
}

.c-select-field:active, .c-select-field:focus {
  color: #255deb;
  border-color: #255deb;
}

.c-paragraph.cc-count {
  color: var(--peru);
  margin-right: 4px;
  font-weight: 500;
}

.c-slider-nav {
  justify-content: flex-start;
  width: 100%;
  height: 50px;
  display: flex;
  position: absolute;
  inset: auto 0% -50px;
}

.c-text {
  margin-left: 10px;
  margin-right: 10px;
}

.c-languages {
  flex-wrap: wrap;
  display: flex;
}

.c-text-label {
  font-weight: 500;
}

.c-years-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  display: flex;
}

.c-slider {
  height: 100%;
}

.c-grid {
  padding-top: 0;
  display: flex;
}

.c-checkbox-lang {
  z-index: 5;
  color: #fff;
  border-style: none;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  inset: 0%;
}

.c-checkbox-lang.w--redirected-checked {
  color: #255deb;
  -webkit-text-stroke-color: #000;
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-color: #000;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  margin: 0;
}

.c-checkbox-lang.w--redirected-focus {
  box-shadow: none;
  margin-left: 0;
}

.c-collection-wrapper-movies {
  margin-left: -10px;
  margin-right: -10px;
}

.c-form-block-genre {
  max-width: 1352px;
  min-height: 120px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.c-collection-item-movies {
  cursor: pointer;
  width: 25%;
  padding: 10px;
}

.c-premiere-icon {
  justify-content: center;
  align-items: center;
  margin-right: 12px;
}

.c-section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.c-section.cc-hero {
  padding-top: 5vh;
  overflow: hidden;
}

.c-range-wrapper {
  width: 100%;
  max-width: 335px;
  transform: translate(10px);
}

.c-filter_empty {
  z-index: -100;
  width: 100%;
  padding-top: 24px;
  position: absolute;
  inset: 0% 0% auto;
}

.c-form-filters {
  flex-direction: column;
  display: flex;
}

.c-checkbox-field-genre {
  margin-top: 14px;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
}

.checkbox-2 {
  cursor: pointer;
  border-style: none;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.checkbox-2.w--redirected-checked {
  color: #dbe6eb;
  background-color: #0000;
  background-image: none;
  border-style: none;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
}

.checkbox-2.w--redirected-focus {
  box-shadow: none;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
}

.c-slider-contain {
  cursor: grab;
  width: 100%;
  position: relative;
}

.c-year-slider {
  width: 100%;
  margin-top: 48px;
  padding-top: 0;
}

.c-pagination_arrow-next {
  cursor: pointer;
  background-image: url('../images/Next-dark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  border: 2px solid #1a2028;
  border-radius: 8px;
  width: 48px;
  height: 36px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.c-pagination_arrow-next:hover {
  background-image: url('../images/Icon-Next-Hover.svg');
}

.c-search-textfield-2 {
  color: #525b66;
  background-color: #0000;
  background-image: url('../images/Icon-24px.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border: 1px solid #0000;
  margin-bottom: 0;
  margin-left: 24px;
  padding-left: 48px;
  font-size: 24px;
}

.c-search-textfield-2:active, .c-search-textfield-2:focus {
  color: #dbe6eb;
  border-color: #0000;
}

.c-search-textfield-2::placeholder {
  color: #525b66;
  font-size: 24px;
  font-weight: 500;
}

.c-search-2 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.c-checkbox-label-toggle {
  margin-bottom: 0;
  font-weight: 500;
  display: none;
}

.c-checkbox-label-toggle.cc-hidden {
  display: none;
}

.c-checkbox-toggle {
  border-style: none;
  width: 48px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.c-checkbox-toggle:active {
  border-radius: 0;
}

.c-checkbox-toggle.w--redirected-checked {
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-style: none;
  border-radius: 0;
  margin-top: 0;
  margin-left: 0;
}

.c-checkbox-toggle.w--redirected-focus {
  box-shadow: none;
  border-style: none;
  border-radius: 0;
  margin-top: 0;
  margin-left: 0;
}

.c-title-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.c-title-3.cc-gray500 {
  color: #525b66;
}

.c-title-3.cc-gray500.cc-center {
  color: var(--peru);
  text-align: center;
}

.c-toggle-wrapper {
  width: 48px;
  height: 24px;
  margin-bottom: 16px;
}

.c-platform {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.c-empty-content {
  flex-direction: column;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.c-filter-icon {
  width: 24px;
  height: 24px;
  margin-top: -4px;
}

.c-checkbox-label-genre {
  color: #1a2028;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
}

.c-slick-slide {
  margin-left: 24px;
  margin-right: 24px;
}

.c-collection-list-movies {
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: flex;
}

.lottie-animation {
  z-index: -1;
  width: 48px;
  height: 24px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.c-year {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.c-year.cc-max-price {
  right: 0%;
}

.c-menu-nav_mobile {
  display: none;
}

.c-checkbox-field-lang {
  z-index: 2;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 4px 12px;
  position: relative;
}

.c-checkbox-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 8px;
  display: flex;
}

.slider-next {
  z-index: 100;
  opacity: .9;
  background-image: url('../images/Icon-Next-Hover.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 100%;
  position: relative;
}

.c-pagination-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.c-checkbox-label-lang {
  z-index: -1;
  -webkit-text-stroke-color: #000;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  font-weight: 500;
  position: relative;
  inset: 0%;
}

.c-pagination {
  align-items: flex-start;
  padding-top: 48px;
  padding-right: 52px;
  display: flex;
  position: relative;
}

.c-form-block-filters {
  margin-bottom: 0;
}

.c-pagination_arrow-prev {
  cursor: pointer;
  background-image: url('../images/Icon-Previous.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  border: 2px solid #1a2028;
  border-radius: 8px;
  width: 48px;
  height: 36px;
  margin-right: 4px;
}

.c-pagination_arrow-prev:hover {
  background-image: url('../images/Previous-gray100.svg');
}

.c-gradient-lang {
  z-index: 0;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  margin-right: 8px;
  padding: 2px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 1px #0003;
}

.c-emoji-image {
  filter: grayscale();
  width: 96px;
  height: 96px;
}

.c-checkbox-field-toggle {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 24px;
  margin-bottom: 8px;
  padding-left: 0;
  display: none;
  position: relative;
}

.c-checkbox-field-toggle.platform {
  width: 48px;
  margin-bottom: 0;
}

.c-search-search-2 {
  border-left: 1px solid #1a2028;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.slider-prev {
  z-index: 100;
  opacity: .9;
  background-image: url('../images/Previous-gray100.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 24px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 100%;
  position: relative;
}

.c-submit.cc-hidden {
  display: none;
}

.c-grid-item {
  width: 100%;
}

.c-grid-item.cc-30 {
  flex-direction: column;
  width: 30%;
  margin-right: 10%;
  padding-right: 32px;
  display: flex;
}

.c-grid-item.cc-30.cc-fixed {
  border-radius: 4px;
  margin-right: 5%;
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
  box-shadow: 0 2px 5px #0003;
}

.c-grid-item.cc-60 {
  width: 80%;
  position: relative;
}

.c-filter {
  border-bottom: 1px solid #0000002e;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.c-filter.cc-premiere {
  flex-direction: row;
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
}

.c-filter.cc-select {
  padding-top: 8px;
}

.product-colour {
  color: #888;
  margin-bottom: 0;
  font-weight: 500;
}

.product-type {
  color: #888;
  margin-bottom: 0;
  font-family: Archivo expanded, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.filter_tag {
  background-color: var(--peru);
  opacity: 0;
  color: #fff;
  border-radius: 0;
  margin-top: .5rem;
  margin-bottom: .5rem;
  margin-right: .5rem;
  padding: .5rem 2.5rem .5rem 1rem;
  font-size: .85rem;
  font-weight: 500;
  position: relative;
}

.filter_sort-by {
  border: 1px solid #d1d1d1;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-width: 12rem;
  padding: .5rem 4rem .5rem 1.2rem;
  display: flex;
}

.filter_header {
  background-color: #fff;
  border: 1px solid #e2e2e2;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  min-height: 4.5rem;
  padding: .5rem 1rem;
  display: flex;
}

.sort_field {
  color: #000;
  cursor: pointer;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 1rem 2rem 1rem 1.5rem;
  text-decoration: none;
  display: flex;
}

.sort_field.w--current {
  color: var(--peru);
  background-color: #c9b49b26;
}

.filter_block-header {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  display: grid;
  position: relative;
  inset: 0% 0% auto;
}

.filter_block-header.no-gap {
  grid-column-gap: 0rem;
}

.filter_options {
  max-height: 15rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  overflow: auto;
}

.hide-2 {
  display: none;
}

.page-padding {
  padding-left: 3rem;
  padding-right: 3rem;
}

.rangeslider_track {
  background-color: #ececec;
  border-radius: 999rem;
  width: 96%;
  height: .25rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.dropdown_list.w--open {
  background-color: #fff;
}

.filter_block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #dfdfdf;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

.filter_reset-all {
  border-bottom: 1px solid #3c7c43;
  padding-bottom: .2rem;
  text-decoration: none;
}

.filter_reset-all.text-color-green {
  border-bottom-color: var(--peru);
}

.nav_logo {
  width: 10rem;
}

.radio_field {
  cursor: pointer;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 0;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
}

.filter-block-label {
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

.option-results {
  color: #3c7c43;
  display: none;
}

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

.nav_header {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  display: grid;
}

.rangeslider_handle {
  z-index: 1;
  cursor: grab;
  background-color: #000;
  border-radius: 999rem;
  flex: none;
  width: 1rem;
  height: 1rem;
  position: absolute;
}

.rangeslider_handle:focus {
  background-color: var(--peru);
}

.filter_select {
  cursor: pointer;
  border: 1px #000;
  min-height: 3.6rem;
  margin-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
}

.container-3 {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.filter_column {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-bottom-style: none;
}

.rangeslider_fill {
  background-color: #000;
  width: 20%;
  height: 100%;
  position: absolute;
}

.fs-cmsfilter_highlight {
  background-color: var(--peru);
  color: #fff;
}

.filter_results-text {
  font-weight: 400;
}

.text-color-green {
  color: var(--peru);
}

.heading-small-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
}

.filter_empty-icon {
  width: 5rem;
  margin-bottom: .5rem;
}

.filter_search-field {
  background-image: url('../images/search.png');
  background-position: 24px;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  border: 1px #000;
  width: 100%;
  min-height: 4.4rem;
  margin-bottom: 0;
  padding: 1rem 1.5rem 1rem 4rem;
  font-size: 1rem;
}

.filter_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.dropdown_icon {
  margin-right: 1.2rem;
  font-size: 1rem;
}

.radio_button {
  border: 2px solid #dfdfdf;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .75rem;
}

.radio_button.w--redirected-checked {
  background-color: #3c7c43;
  background-image: none;
  border-color: #3c7c43;
  box-shadow: 1px 1px 3px #0000;
}

.radio_button.w--redirected-focus {
  box-shadow: none;
  border-color: #90c396;
}

.text-link {
  color: #3c7c43;
  border-bottom: 1px solid #90c396;
  text-decoration: none;
  display: inline-block;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.filter_empty {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.filter_form-wrapper {
  margin-bottom: 0;
}

.page-wrapper {
  margin-bottom: 5rem;
  overflow: hidden;
}

.filter_tags-text {
  color: #8f8f8f;
  margin-right: 1rem;
}

.filter_tags-wrapper {
  flex-flow: wrap;
  flex: 1;
  order: -1;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  place-content: start;
  align-items: center;
  margin-right: 1rem;
  display: flex;
}

.filter_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.filter_reset {
  color: #6e6e6e;
  border-bottom: 1px solid #e4e0d8;
  padding-bottom: .2rem;
  text-decoration: none;
}

.rangeslider_wrapper {
  align-items: center;
  padding: 21px;
  display: block;
  position: relative;
}

.filter_tag-remove {
  opacity: .5;
  filter: invert();
  cursor: pointer;
  border-radius: 999rem;
  flex-direction: column;
  width: 1.5rem;
  margin-top: .4rem;
  margin-right: .5rem;
  padding: .25rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.range_values {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: .5rem;
  display: flex;
}

.rangeslider_input {
  display: none;
}

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

.radio_label {
  margin-bottom: 0;
  margin-right: .5rem;
}

.checkbox_field {
  cursor: pointer;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1rem;
  display: flex;
}

.checkbox_input {
  border: 1px solid #c9b49b;
  border-radius: 4px;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .75rem;
}

.checkbox_input.w--redirected-checked {
  background-color: var(--peru);
  border-color: #d5a871;
}

.checkbox_label {
  margin-right: .25rem;
}

.pagination_next {
  color: var(--peru);
  text-align: center;
  cursor: pointer;
  border-color: #c9b49b;
  border-radius: 4px;
  align-self: center;
  margin-left: 0;
  margin-right: 0;
  padding: .75rem 1rem;
  transition: all .2s;
}

.pagination_next:hover {
  background-color: var(--peru);
  color: #fff;
  border-color: #fff;
}

.pagination {
  grid-column-gap: .5rem;
  margin-top: 2rem;
}

.pagination_previous {
  color: var(--peru);
  text-align: center;
  cursor: pointer;
  border-color: #c9b49b;
  border-radius: 4px;
  margin-left: 0;
  margin-right: 0;
  padding: .75rem 1rem;
  transition: all .2s;
}

.pagination_previous:hover {
  background-color: var(--peru);
  color: #fff;
  border-color: #fff;
}

.pagination_page-design {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  margin-left: 1rem;
  margin-right: 1rem;
  display: grid;
}

.pagination_page-button {
  color: var(--peru);
  background-color: #fff;
  border: 1px solid #c9b49b;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-left: .5rem;
  margin-right: .5rem;
  text-decoration: none;
  display: flex;
}

.pagination_page-button.w--current {
  opacity: 1;
  color: #fff;
  cursor: not-allowed;
  background-color: #d1a971;
  border-color: #c9b49b;
  border-radius: 4px;
  height: 3rem;
}

.fs-cmsload_page-dots {
  justify-content: center;
  align-items: center;
  width: 3rem;
  font-size: 1.2rem;
  display: flex;
}

.paragraph-4 {
  color: #fff;
}

.accordion-header {
  text-align: left;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.accordion-block {
  cursor: pointer;
  align-self: stretch;
  margin-top: 20px;
  box-shadow: 0 2px 1px #00000014;
}

.heading-18 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 300;
}

.accordion-content {
  padding-bottom: 10px;
  padding-left: 16px;
  padding-right: 16px;
  overflow: hidden;
}

.image-8 {
  width: 2rem;
  height: 2rem;
  margin-top: 10px;
  margin-bottom: 10px;
}

.bold-text-2 {
  font-size: 18px;
}

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

.description {
  color: #888;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: 300;
}

.paragraph-9 {
  color: #888;
  font-weight: 300;
}

.out-of-stock-state {
  color: #fff;
  background-color: #000;
}

.out-of-stock-state.abslute {
  z-index: 99;
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  inset: 50% 50px auto;
}

.text-block-2 {
  margin-bottom: 10px;
}

.offer-form {
  margin-bottom: 0;
  padding: 6px;
}

.grid-2 {
  margin-bottom: 10px;
}

.product-title {
  margin-top: 0;
  margin-bottom: 0;
}

.text-span {
  color: #9b9797;
  font-weight: 100;
}

.fs_starrating-1_message {
  color: var(--accessible-components-dark-grey);
}

.fs_starrating-1_icon {
  color: #9b9b9b80;
  width: 2rem;
  position: relative;
}

.fs_starrating-1_icon.is-active-starrating {
  color: #ffc800;
}

.fs_starrating-1_label {
  display: none;
}

.fs_starrating-1_radio-button {
  border-style: none;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.fs_starrating-1_radio-button.w--redirected-focus {
  box-shadow: none;
}

.fs_starrating-1_radio-button.w--redirected-focus-visible {
  outline-color: var(--accessible-components-dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_starrating-1_item {
  cursor: pointer;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
}

.fs_starrating-1_item:hover {
  transform: translate(0, -2px);
}

.fs_starrating-1_group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  place-items: stretch stretch;
  display: grid;
}

.fs_starrating-1_wrapper {
  display: flex;
}

.fs_starrating-1_embed {
  margin-bottom: 0;
}

.fs_starrating-1_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  margin-bottom: 20px;
  display: grid;
}

.review-form-block.white {
  background-color: var(--accessible-components-white-smoke);
  border-radius: 4px;
  padding: 2rem;
}

.text-block-3 {
  font-weight: 100;
}

.testimonial1-logo-wrap {
  flex-direction: row;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.star-rating {
  width: 14px;
  min-width: 14px;
  height: 14px;
  min-height: 14px;
  margin-right: 1px;
}

.review-item {
  width: 40rem;
  height: 13rem;
}

.averagerating, .average-copy {
  margin-top: 0;
  margin-bottom: 0;
}

.bold-text-3, .bold-text-4 {
  font-size: 38px;
  font-weight: 600;
}

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

.form_field {
  color: #151414;
  text-align: left;
  background-color: #faf6f2;
  border-radius: 8px;
  height: 50px;
  margin-bottom: 20px;
}

.form_field:focus {
  border: 1px solid #141313;
}

.heading-2 {
  margin-bottom: 20px;
}

.form_buttons {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-24 {
  align-self: stretch;
}

.form_progress_wrapper {
  width: 100%;
  height: 4.5rem;
  margin-bottom: 40px;
  padding: .5rem 0;
}

.onboarding_step {
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.checkbox-3 {
  background-color: #fff;
  border-color: #faf6f2;
  width: 15px;
  height: 15px;
  box-shadow: 0 0 1px #0003;
}

.checkbox-3.w--redirected-checked {
  background-color: #efe5d9;
  border-color: #c5a381;
  width: 15px;
  height: 15px;
  box-shadow: inset 0 0 1px #0003;
}

.success-message-2 {
  background-color: #faf6f2;
}

.onboarding_form_block {
  margin-bottom: 0;
  padding: 20px 2.5rem;
}

.ordering_progress-indicator {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-radius: 0;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.ordering_progress-indicator.current {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #151414;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: grid;
}

.textarea {
  background-color: #faf6f2;
  border-radius: 8px;
}

.horezantal_radio {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
}

.horezantal_radio.btn {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
}

.grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 20px;
}

.hero-blog-section {
  background-color: #fffbf7;
  padding-top: 80px;
  padding-bottom: 80px;
}

.ordering_progress {
  background-color: #888;
  border: 4px #151414;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  display: flex;
}

.main-container {
  max-width: 1376px;
  padding-left: 24px;
  padding-right: 24px;
}

.text-span-2 {
  font-size: 11px;
  font-weight: 100;
}

.upload-button {
  background-color: #000;
  display: none;
}

.upload-button:hover {
  background-color: #0000;
  border: 1px solid #000;
}

.div-block-25 {
  background-image: url('../images/Untitled-2.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.div-block-25.consignment {
  background-image: url('../images/pexels-flat-hito-904350.jpg');
  background-position: 50% 60%;
  height: 30rem;
}

.text-block-4 {
  margin-bottom: 40px;
  font-size: 16px;
}

.text-block-5 {
  color: #fff;
  text-align: center;
  font-size: .7rem;
}

.image-9 {
  width: 1rem;
}

.logos-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-radius: 11px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
  display: flex;
}

.logo-box {
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 40px;
  display: flex;
}

.logo-box.white {
  background-color: #888;
  width: 50px;
  height: 30px;
  padding: 5px 10px;
  position: relative;
}

.logo-box.white.over {
  background-color: #0000;
  background-image: linear-gradient(#8880, #8880);
  position: absolute;
}

.logo-box.no-padding-box {
  background-color: #fff;
  background-image: linear-gradient(#00000080, #00000080);
  width: 50px;
  height: 30px;
  padding-left: 0;
  padding-right: 0;
}

.payment-logo {
  object-fit: contain;
  flex: 0 auto;
  height: 25px;
}

.payment-logo.custom-logo {
  background-image: linear-gradient(#8880, #8880);
  height: 40px;
}

.f-navigation-button {
  background-color: var(--flowui-component-library-gray-900);
  outline-offset: 0px;
  color: var(--flowui-component-library-white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-navigation-button:hover {
  background-color: var(--flowui-component-library-gray-700);
}

.f-navigation-button-secondary {
  border: 1px solid var(--flowui-component-library-grey-300);
  color: var(--flowui-component-library-gray-900);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #0000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s, border-color .2s;
  display: flex;
}

.f-navigation-button-secondary:hover {
  background-color: var(--flowui-component-library-gray-200);
  border-color: #0000;
}

.f-navigation-r {
  grid-column-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.f-logo {
  width: 124px;
}

.f-navigation-link {
  color: #000;
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 0;
  width: 100%;
  padding: 8px 24px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.f-navigation-link:hover {
  text-decoration: underline;
}

.f-navigation-link.w--current {
  color: var(--peru);
}

.f-navigation-link.drop {
  padding-right: 43px;
}

.f-navigation-link.drop.w--open {
  background-color: #ddd;
}

.f-navigation-l {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.f-navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-navigation {
  background-color: #ddd0;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 24px 5%;
  display: flex;
  position: sticky;
  top: 0;
}

.accent-text-color-2 {
  color: #bf8c4e;
}

.nav-menu-footer-links-2 {
  font-size: 16px;
  transition: filter .2s, color .35s;
}

.nav-menu-footer-links-2:hover {
  color: #bf8c4e;
}

.new-nav-link-holder {
  display: flex;
}

.new-nav-menu-image-holder {
  display: none;
}

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

.div-block-26 {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-6 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 18px;
}

.fs_checkbox-5_message {
  color: var(--accessible-components-dark-grey);
}

.fs_checkbox-5_mask {
  z-index: 1;
  background-color: #f5f5f5;
  border-radius: .2rem;
  position: absolute;
  inset: 0%;
}

.fs_checkbox-5_label {
  width: auto;
  margin-bottom: 0;
  font-weight: 500;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.fs_checkbox-5_button {
  border-radius: .2rem;
  width: 85%;
  height: 85%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: auto;
}

.fs_checkbox-5_button:focus-visible {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_checkbox-5_button[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_checkbox-5_dot {
  z-index: 2;
  background-color: #c8b69b;
  border-radius: .2rem;
  flex: none;
  width: 1rem;
  height: 1rem;
  display: block;
  position: relative;
}

.fs_checkbox-5_wrapper {
  cursor: pointer;
  border: 1px solid #c8b59b;
  border-radius: .2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 3rem;
  margin-bottom: 0;
  padding: .25rem;
  display: flex;
  position: relative;
}

.fs_checkbox-5_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.c-checkbox-label-toggle-2 {
  color: #525b66;
  margin-bottom: 0;
  font-weight: 500;
  display: none;
}

.c-checkbox-label-toggle-2.cc-hidden {
  display: none;
}

.cart {
  z-index: 25;
}

.text-block-7 {
  font-size: 14px;
}

.div-block-27 {
  align-self: stretch;
  margin-top: 10px;
  display: flex;
}

.paragraph-10 {
  margin-bottom: 0;
}

.filter_grid-sale {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.filter_header-sale {
  background-color: #fff;
  border: 1px solid #e2e2e2;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-height: 4.5rem;
  padding: .5rem 1rem;
  display: flex;
}

.filter_search-field-sale {
  background-image: url('../images/search.png');
  background-position: 24px;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  border-style: solid solid none;
  border-top-width: 1px;
  border-top-color: #e2e2e2;
  border-left-width: 1px;
  border-left-color: #e2e2e2;
  border-right-width: 1px;
  border-right-color: #e2e2e2;
  margin-bottom: 0;
  padding: 1rem 1.5rem 1rem 4rem;
  font-size: 1rem;
}

.filter_sort-by-sale {
  border: 1px solid #d1d1d1;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-width: 14rem;
  height: 2.4rem;
  padding: .5rem 4rem .5rem 1.2rem;
  display: flex;
}

.content_collection-list-sale {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sale-tag-wrapper-perecent {
  z-index: 10;
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  background-color: #830c0c;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 2rem;
  margin-top: 10px;
  margin-left: 10px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.paragraph-3-sale {
  color: #fff;
  margin-bottom: 0;
  font-weight: 900;
}

.div-block-28 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  display: flex;
}

.product-compare-at-price {
  color: #888;
  margin-bottom: 0;
  font-family: Archivo expanded, sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-decoration: line-through;
}

.div-block-29 {
  justify-content: space-between;
  align-items: center;
  margin-top: 4px;
  margin-bottom: 20px;
  padding-right: 0;
  display: flex;
}

.compare-price-text-normal {
  color: #888;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -57px;
  font-weight: 300;
  text-decoration: line-through;
}

.discount {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  border: 1px solid #830c0c;
  flex: 0 auto;
  order: 1;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 1.6rem;
  display: flex;
}

.paragraph-11 {
  margin-bottom: 0;
}

.div-block-30 {
  display: none;
}

.menu-hamburger-icon-white {
  width: 32px;
}

.c-button-gradient-2 {
  background-image: linear-gradient(55deg, #1a2028 35%, #525b66);
  border-radius: 8px;
  padding: 2px;
  position: relative;
}

.c-button-gradient-2:hover {
  background-image: linear-gradient(to right, #1a2028, #525b66);
  overflow: hidden;
}

.product-out-of-stock {
  z-index: 99;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  padding: 8px;
  position: absolute;
  inset: auto 50px 50%;
}

.out-of-stock-overlay {
  z-index: 98;
  background-color: #000000bd;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

@media screen and (min-width: 1440px) {
  .section.gold-section {
    background-color: #d1a970;
  }

  .container {
    max-width: 1350px;
  }

  .container.menu-holder {
    justify-content: center;
    margin-left: -113px;
  }

  .white-text.extra-light {
    margin-top: 0;
  }

  .white-text.no-margins.turn-to-balck {
    color: #000;
  }

  .content.black {
    background-color: #0000005c;
  }

  .footer-mark-holder {
    width: 370px;
    min-width: 350px;
  }

  .footer-small-icon-holder {
    width: 35px;
    min-width: 35px;
    height: auto;
    min-height: auto;
  }

  .newsletter-section {
    width: 50%;
  }

  .newsletter-field-label.black-text {
    color: #000;
  }

  .newsletter-text-field.white {
    background-color: #26252400;
    border-style: solid;
    border-color: #000;
  }

  .hero-image-holder {
    width: 50%;
  }

  .tabs {
    justify-content: flex-start;
  }

  .tabs-menu {
    width: 50%;
    min-width: 60%;
  }

  .tab-link {
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .tabs-content {
    width: 50%;
    min-width: 50%;
  }

  .map {
    right: 11.6vw;
  }

  .tab-pane {
    padding-left: 103px;
    padding-right: 103px;
  }

  .slider-lines-container {
    right: -5%;
  }

  .out-of-stock-state.abslute {
    text-align: center;
    top: 50%;
    left: 50px;
    right: 50px;
  }

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

  .compare-price-text-normal {
    position: relative;
    left: -60px;
  }

  .product-out-of-stock {
    z-index: 13;
  }

  .out-of-stock-overlay {
    z-index: 12;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 70px;
  }

  h2 {
    font-size: 50px;
  }

  .section.black-section.over-flow-hiddin {
    overflow: hidden;
  }

  .section.grey-section.author {
    margin-top: -209px;
  }

  .container.footer-container {
    margin-top: 0;
  }

  .container._6ems.no-left-adding {
    padding-top: 0;
  }

  .container.menu-holder {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em;
  }

  .container.shadowbox {
    box-shadow: none;
  }

  .nav-menu {
    background-color: #e1dedb;
    width: 100vw;
    height: 100vh;
    inset: 0%;
    overflow: hidden;
  }

  .white-text.no-margins.turn-to-balck {
    text-align: center;
  }

  .button {
    display: block;
  }

  .button.with-arrow {
    margin-right: 13px;
    padding-right: 24px;
  }

  .button.subscribe-button {
    background-position: 32%;
  }

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

  .grid-6-col.header {
    grid-template-rows: 490px;
  }

  .grid-8-col {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .grid-2-col.white-body {
    grid-template-columns: 1fr;
  }

  .link-block {
    padding-top: 0;
    padding-bottom: 2px;
  }

  .link-block-underline {
    display: none;
  }

  .footer {
    height: auto;
    padding-bottom: 32px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    grid-template-columns: 1fr;
  }

  .fade-in-move-on-scroll {
    flex-direction: column;
    display: flex;
  }

  .fade-in-move-on-scroll.horezantal {
    flex-direction: row;
    justify-content: space-between;
    display: flex;
  }

  .content.black._36padding {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .content.white.ipad {
    height: 15rem;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .menu-button {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .footer-social-media-container {
    margin-top: 0;
  }

  .footer-mark-holder {
    margin-top: 0;
    display: block;
    position: static;
    top: 0;
  }

  .footer-mark-holder.w--current {
    display: block;
  }

  .footer-mark {
    margin-left: 0;
  }

  .footer-shops-holder {
    margin-top: 22px;
  }

  .footer-background-container {
    width: 100%;
    height: 380px;
    inset: 4% 0% auto;
  }

  .hero-image {
    object-position: 50% 50%;
  }

  .hero-image-decord {
    width: 50px;
    height: 50px;
    inset: auto auto -25px -25px;
  }

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

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

  .sale-badge-container {
    justify-content: flex-start;
  }

  .newsletter-section {
    width: 80%;
  }

  .newsletter-bg-image-container._02 {
    top: 70%;
    left: 2%;
  }

  .newsletter-bg-image-container._03 {
    top: 10%;
  }

  .newsletter-bg-image-container._06 {
    left: 6%;
  }

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

  .contact-hero-section-holder {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .contact-hero-section-image {
    width: 50%;
    inset: 0% 0% 0% auto;
  }

  .link-block-menu {
    padding-top: 0;
    padding-bottom: 2px;
  }

  .nav-menu-image-holder, .nav-footer-holder {
    display: block;
  }

  .nav-link-holder {
    padding-left: 10px;
    display: block;
    position: relative;
    top: 10%;
  }

  .nav-manu-mask {
    flex: 0 auto;
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
  }

  .product-template-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .slider-header-holder {
    align-items: center;
  }

  .review-slider {
    margin-top: 0;
  }

  .slider-left-arrow {
    margin-right: 20px;
  }

  .about-slider-holder {
    align-items: center;
    height: 100%;
  }

  .slider-image-holder {
    width: 270px;
    min-width: 270px;
    height: 270px;
    min-height: 270px;
  }

  .slider-number-container {
    padding: 19px;
    position: absolute;
    inset: 0%;
  }

  .slider-details-container {
    grid-row-gap: 40px;
    flex-direction: column;
    height: 100%;
    padding-right: 81px;
    display: flex;
  }

  .slider-text {
    font-size: 30px;
    position: static;
  }

  .year-text {
    margin-top: 0;
    margin-bottom: 0;
  }

  .slider-lines-container {
    right: 1%;
  }

  .slider-description {
    font-size: 15px;
  }

  .philosophy-card {
    flex-direction: column;
  }

  .philosophy-card-left-side {
    width: 100%;
    min-width: 100%;
  }

  .card-break {
    width: 100%;
    min-width: 100%;
    height: 80px;
  }

  .blog-post-featured-container {
    flex-direction: column;
  }

  .blog-post-featured-main-image-container {
    width: 100%;
    min-width: 100%;
  }

  .featured-author-container {
    margin-top: 0;
  }

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

  .author-border-container {
    padding: 27px;
  }

  .author-holder {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .blured-circle-holder {
    display: none;
  }

  .external-link, .crafted-by {
    font-size: 14px;
  }

  .buy-template-holder {
    z-index: 9999;
  }

  .features {
    font-size: 18px;
  }

  .cta-container-copy {
    padding-top: 102px;
    padding-bottom: 102px;
  }

  .slide-image {
    height: 50vh;
    min-height: 500px;
  }

  .clip-text.speaker-headding {
    margin-top: 0;
    margin-bottom: 0;
  }

  .speaker-slide-mask {
    width: 65%;
  }

  .speaker-info {
    max-width: 470px;
  }

  .speaker-arrow {
    inset: 0% 9% 0% auto;
  }

  .speaker-arrow.left {
    inset: 0% auto 0% 9%;
  }

  .section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .logos-heading-wrapper {
    margin-bottom: 24px;
  }

  .featured-logos-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .button-3.with-arrow {
    margin-right: 13px;
    padding-right: 24px;
  }

  .image-2 {
    object-position: 50% 80%;
    width: 100%;
  }

  .feature-number-wrap {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .arrow-wrap {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .arrow-image {
    display: none;
  }

  .counterup {
    font-size: 40px;
  }

  .arrow-image-mobile {
    display: block;
    position: relative;
    left: 55px;
  }

  .arrow-image-mobile-02 {
    display: block;
    position: relative;
    left: -55px;
  }

  .statistic-circle-wrap {
    width: 100%;
  }

  .countcopy {
    font-size: 40px;
  }

  .image-3 {
    width: 3rem;
  }

  .sale-tag-wrapper {
    z-index: 9;
  }

  .c-nav-search {
    padding-left: 0;
    padding-right: 0;
  }

  .c-search-textfield {
    background-size: 24px 24px;
    font-size: 16px;
  }

  .c-search-textfield::placeholder {
    font-size: 16px;
  }

  .c-nav-links {
    flex: 1;
    justify-content: flex-end;
  }

  .c-form-block-search {
    flex: 1;
  }

  .c-clone.cc-hidden_tablet {
    display: none;
  }

  .c-clone.open-modal {
    cursor: pointer;
    order: -1;
    margin-left: 16px;
    display: block;
  }

  .c-button-icon-left.cc-settings {
    margin-bottom: 0;
    margin-right: 0;
  }

  .c-title-1 {
    font-size: 36px;
    line-height: 36px;
  }

  .c-collection-item-movies {
    width: 33.33%;
  }

  .c-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .c-search-textfield-2 {
    background-size: 24px 24px;
    font-size: 16px;
  }

  .c-search-textfield-2::placeholder {
    font-size: 16px;
  }

  .c-checkbox-label-genre {
    font-size: 36px;
    font-weight: 400;
    line-height: 36px;
  }

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

  .c-grid-item.cc-30, .c-grid-item.cc-30.cc-fixed {
    padding-right: 0;
  }

  .filter_header {
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    padding: 16px;
    position: static;
  }

  .filter_block-header {
    align-items: start;
    padding-left: 1rem;
  }

  .page-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .dropdown-2 {
    z-index: 10;
    order: -1;
  }

  .container-3 {
    max-width: none;
    position: relative;
  }

  .filter_column {
    z-index: 9999;
    min-height: 40rem;
    display: none;
    position: absolute;
    inset: 0% 0% auto;
  }

  .filter_search-field {
    margin-right: 10px;
  }

  .filter_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 48% 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .page-wrapper {
    overflow: visible;
  }

  .filter_tags-wrapper {
    order: 1;
    margin-top: 0;
  }

  .filter_content {
    grid-template-columns: minmax(200px, 1fr);
    width: 100%;
    position: relative;
  }

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

  .bold-text-3 {
    font-size: 24px;
  }

  .div-block-25 {
    background-position: 50% 60%;
    background-attachment: scroll;
    height: 23rem;
  }

  .logos-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: space-around;
    place-items: center;
    width: auto;
    padding-left: 20px;
    display: grid;
  }

  .logo-box.white, .logo-box.no-padding-box {
    width: 40px;
    height: 20px;
  }

  .payment-logo.custom-logo {
    height: 20px;
  }

  .f-navigation-menu-button {
    border: 1px solid var(--flowui-component-library-gray-200);
    color: var(--flowui-component-library-grey-600);
    border-radius: 8px;
    padding: 10px;
  }

  .f-navigation-menu-button.w--open {
    background-color: var(--flowui-component-library-gray-900);
    border-color: #fff;
  }

  .f-navigation-r {
    align-items: center;
    width: auto;
    display: flex;
  }

  .f-navigation-logo-link {
    margin-right: 0;
  }

  .f-navigation-link {
    z-index: 2;
    color: #000;
    border-radius: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
    line-height: 1.2;
  }

  .f-navigation-link.drop {
    padding-left: 0;
    padding-right: 91px;
  }

  .f-navigation-link.drop.w--open {
    background-color: #e0dedb;
  }

  .f-navigation-l {
    border: 1px solid var(--flowui-component-library-gray-200);
    color: var(--flowui-component-library-grey-600);
    background-color: #e1dedb;
    border-radius: 8px;
    align-items: stretch;
    width: 100%;
    height: 100%;
    margin-left: 0;
    padding: 0;
    position: fixed;
    inset: 0%;
    overflow: hidden;
  }

  .f-navigation-l.w--open {
    background-color: var(--flowui-component-library-gray-700);
    border-color: #fff;
  }

  .f-navigation-container {
    position: relative;
  }

  .f-navigation {
    width: auto;
    position: sticky;
  }

  .new-nav-manu-mask {
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
  }

  .new-container {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1170px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 9em 2em 0;
    display: flex;
  }

  .new-nav-link-holder {
    grid-column-gap: 4px;
    flex-direction: row;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 11px 10px;
    display: flex;
  }

  .new-nav-link-holder.virtical {
    flex-direction: column;
    align-items: flex-start;
  }

  .new-nav-menu-image-holder {
    z-index: 1;
    width: 50vw;
    height: 100vh;
    min-height: 100vh;
    display: flex;
    position: absolute;
    inset: 0% 0% 0% auto;
    overflow: hidden;
  }

  .new-nav-menu-image {
    filter: grayscale();
    object-fit: cover;
    width: 50vw;
    min-width: 50vw;
    max-width: 50vw;
    height: 100%;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .filter_header-sale {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 16px;
    padding-left: 16px;
  }

  .content_collection-list-sale {
    grid-template-columns: 1fr 1fr;
  }

  .sale-tag-wrapper-perecent {
    z-index: 9;
  }

  .menu-hamburger-icon-white {
    opacity: 0;
  }

  .c-button-gradient-2.cc-settings {
    background-image: linear-gradient(55deg, #cfcece 35%, #d1d1d1);
  }

  .c-button-settings-2 {
    background-color: #fff;
    border-radius: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 44px;
    padding-left: 16px;
    padding-right: 16px;
    transition: color .35s;
    display: flex;
  }

  .div-block-31 {
    justify-content: space-between;
    align-items: center;
    padding-left: 1.1rem;
    padding-right: 1.5rem;
    display: flex;
  }

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

  .product-out-of-stock {
    z-index: 13;
  }

  .out-of-stock-overlay {
    z-index: 12;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 35px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 22px;
  }

  h6 {
    font-size: 20px;
  }

  p {
    font-size: 16px;
  }

  .section.black-section.over-flow-hiddin {
    overflow: hidden;
  }

  .section.hero-section {
    height: 100vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.hero-section.over-fow-hiddin {
    overflow: hidden;
  }

  .section.over-flow-hiddin {
    overflow: hidden;
    transform: translate(0, -56px);
  }

  .container {
    padding: 0 2.2em;
  }

  .container.hero-container {
    align-items: flex-start;
    padding: 4em 2.2em 0;
  }

  .container.categroy-container {
    padding-top: 0;
  }

  .container._6ems.no-left-adding {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .hero-section {
    height: auto;
  }

  .nav-menu {
    height: 110vh;
  }

  .white-text.no-margins.turn-to-balck {
    font-size: 18px;
  }

  .white-text.home-page {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 19px;
  }

  .button.white {
    text-align: center;
    padding: 16px 8px;
  }

  .grid-6-col {
    grid-column-gap: 13px;
    grid-template-columns: 1fr 1.5fr;
  }

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

  .grid-8-col {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grid-4-col {
    grid-template-columns: 1fr 1fr;
  }

  .footer {
    margin-top: -86px;
  }

  .footer-flex-container {
    grid-column-gap: 0px;
    justify-items: center;
  }

  .fade-in-move-on-scroll {
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
  }

  .fade-in-move-on-scroll.horezantal {
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .content.black._36padding, .content.white.ipad {
    padding-left: 3px;
    padding-right: 3px;
  }

  .change-log-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-social-media-container.horezantal {
    flex-direction: row;
  }

  .footer-shops-container {
    text-align: center;
    align-items: center;
    padding-right: 0;
  }

  .footer-mark-holder.w--current {
    width: 320px;
    min-width: 320px;
  }

  .footer-background-container {
    height: 370px;
  }

  .overlay {
    background-image: linear-gradient(to top, #1a1a1a, #1a1a1a00);
  }

  .infinite-loop-logo {
    width: 80%;
  }

  .hero-image-container {
    order: -1;
    width: 100%;
    height: 90%;
    position: static;
    overflow: hidden;
  }

  .hero-image {
    object-position: 50% 0%;
    width: 100%;
    position: relative;
  }

  .hero-image.mobile-image {
    object-fit: cover;
    object-position: 50% 50%;
    display: block;
    position: absolute;
  }

  .hero-image.mobile-image-hide {
    display: none;
  }

  .hero-link-holder._05 {
    width: 100%;
    display: flex;
    top: 10px;
  }

  .hero-image-decord {
    display: none;
  }

  .category-holder {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .category-card-container {
    height: 150px;
  }

  .category-text-holder {
    justify-content: flex-start;
    align-items: flex-end;
    padding: 11px;
  }

  .category-text {
    width: auto;
    height: auto;
  }

  .category-name {
    display: block;
    position: static;
    transform: none;
  }

  .season-trending-container {
    margin-bottom: 40px;
  }

  .product-price.less-sapce-text {
    color: #830c0c;
  }

  .cta-container {
    padding-top: 51px;
    padding-bottom: 51px;
  }

  .features-card-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .features-left-section-container {
    flex: none;
    min-width: 50%;
    padding: 11px;
  }

  .features-left-section {
    flex-direction: row;
    height: 50%;
  }

  .features-right-section-container {
    flex: 1;
    align-items: stretch;
    min-width: 100%;
  }

  .feature-image {
    object-position: 50% 100%;
  }

  .features-right-section {
    flex-direction: row;
    height: 50%;
  }

  .hero-image-holder {
    width: 100%;
    min-width: 0;
    max-width: none;
    position: relative;
  }

  .animation-on-load-01.slide {
    height: 100%;
  }

  .contact-hero-section-image {
    width: 100%;
    height: 500px;
    position: static;
  }

  .link-block-menu {
    font-size: 40px;
  }

  .nav-menu-links-container {
    grid-row-gap: 18px;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-menu-footer-links {
    align-items: center;
    font-size: 14px;
    display: flex;
  }

  .links-holder {
    grid-row-gap: 1rem;
    flex-wrap: wrap;
  }

  .nav-menu-image-holder {
    width: 100vw;
    height: 260px;
    min-height: 260px;
    inset: 0% 0% auto;
  }

  .nav-menu-image {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
  }

  .nav-link-holder {
    margin-top: 190px;
  }

  .review-slider-mask {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .review-slider {
    width: 100%;
  }

  .about-slider-container, .slider, .slide, .mask {
    height: 100%;
  }

  .about-slider-holder {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .slider-image-holder {
    margin-bottom: 49px;
  }

  .slider-details-container {
    height: auto;
  }

  .slider-lines-container {
    inset: 0% 0% 0% auto;
  }

  .blog-border-container {
    padding-left: 22px;
    padding-right: 22px;
  }

  .rich-text-container {
    width: 100%;
  }

  .brand-image-white {
    opacity: 0;
  }

  .slider-title {
    font-size: 19px;
  }

  .externals-wrapper {
    flex-direction: row;
  }

  .crafted-by {
    font-size: 11px;
  }

  .buy-template-holder {
    width: 22rem;
    height: 22rem;
    display: none;
  }

  .buy-template-link {
    opacity: 1;
  }

  .buy-this-template-button-container {
    opacity: 1;
    background-color: #000;
    width: 22rem;
    height: 22rem;
  }

  .features {
    font-size: 14px;
  }

  .slide-image {
    height: 40vh;
    min-height: 40vh;
  }

  .slide-nav {
    z-index: 5;
    display: block;
    top: 109%;
  }

  .speaker-slide-mask {
    width: 75%;
  }

  .speaker-arrow {
    display: block;
    inset: 0% 0% 0% auto;
  }

  .speaker-arrow.left {
    inset: 0% auto 0% 0%;
  }

  .paragraph {
    font-size: 14px;
  }

  .image {
    inset: 0% 0% auto auto;
  }

  .section-2 {
    padding-top: 0;
  }

  .section-2.over-flow-hiddin {
    overflow: hidden;
  }

  .section-3.hero-section {
    height: 100vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-2 {
    object-position: 50% 50%;
  }

  .title-capped {
    font-size: 14px;
  }

  .feature-number-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .circle-div {
    min-width: auto;
    max-width: none;
  }

  .counterup {
    font-size: 38px;
  }

  .statistic-circle-wrap {
    width: auto;
  }

  .countcopy {
    font-size: 38px;
  }

  .padding {
    padding-top: 10px;
  }

  .image-3 {
    width: 2rem;
  }

  .c-search-logos {
    border-bottom: 2px solid #1a2028;
    border-right-style: none;
    justify-content: center;
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
  }

  .c-button-settings {
    color: #000;
    background-color: #fff;
    border-radius: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 44px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .c-button-icon-content {
    color: #000;
  }

  .c-nav-search {
    z-index: 1000;
    background-color: #080a0b;
    border-bottom-style: none;
    flex-direction: column;
    position: sticky;
    top: auto;
  }

  .c-search-textfield {
    background-position: 12px;
    border-width: 2px;
    border-color: #1a2028;
    border-radius: 8px;
    height: 48px;
    margin-left: 0;
    padding: 12px 16px 12px 48px;
  }

  .c-search-textfield:active, .c-search-textfield:focus {
    border-color: #1a2028;
  }

  .c-search {
    flex-direction: column;
  }

  .c-nav-links {
    flex: none;
    margin-left: 6px;
  }

  .c-form-block-search {
    flex: 1;
    margin-right: 6px;
  }

  .c-button-m.cc-border {
    color: #fff;
    background-color: #fff;
  }

  .c-button-m.cc-border:hover {
    background-color: #000;
  }

  .c-button-gradient {
    background-image: linear-gradient(55deg, #000 35%, #e0e0df);
  }

  .c-button-gradient.cc-settings {
    background-image: linear-gradient(55deg, #1a2028 35%, #255deb);
  }

  .c-docs.cc-hidden_mobile {
    display: none;
  }

  .c-container.cc-nav {
    padding-left: 0;
    padding-right: 0;
  }

  .c-clone.cc-hidden_mobile {
    display: none;
  }

  .c-button-icon-left.cc-settings {
    width: 24px;
    height: 24px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .c-search-search {
    border-left-style: none;
    justify-content: center;
    width: 100%;
    padding: 24px 32px;
  }

  .c-collection-itemcount.cc-mobile {
    padding-bottom: 24px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .c-title-1 {
    font-size: 24px;
    line-height: 24px;
  }

  .c-slider-nav {
    justify-content: space-between;
    height: 100%;
    display: flex;
    bottom: 0;
  }

  .c-years-wrapper {
    padding-top: 12px;
  }

  .c-slider {
    align-items: center;
    overflow: hidden;
  }

  .c-grid {
    padding-top: 48px;
  }

  .c-form-block-genre {
    min-height: 0;
  }

  .c-collection-item-movies {
    width: 50%;
  }

  .c-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .c-section.cc-hero {
    padding-top: 170px;
  }

  .c-filter_empty {
    padding-top: 0;
    position: static;
  }

  .c-checkbox-field-genre {
    margin-top: 0;
  }

  .checkbox-2 {
    color: #525b66;
  }

  .c-search-textfield-2 {
    color: #000;
    background-position: 12px;
    border-width: 2px;
    border-radius: 8px;
    height: 48px;
    margin-left: 0;
    padding: 12px 16px 12px 48px;
  }

  .c-search-textfield-2:active, .c-search-textfield-2:focus {
    color: #000;
    border-color: #1a2028;
  }

  .c-search-2 {
    flex-direction: column;
  }

  .c-checkbox-label-genre {
    color: #525b66;
    font-size: 16px;
    line-height: 24px;
  }

  .c-slick-slide {
    margin-left: 12px;
    margin-right: 12px;
  }

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

  .c-menu-nav_mobile {
    display: block;
  }

  .slider-next {
    opacity: 1;
    cursor: pointer;
    background-image: url('../images/Icon-Next-Hover.svg'), linear-gradient(270deg, #080a0b 40%, #0000);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 24px, auto;
    width: 80px;
    display: flex;
    right: 0;
  }

  .c-pagination {
    padding-top: 24px;
  }

  .c-form-block-filters {
    padding-bottom: 40px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .c-search-search-2 {
    border-left-style: none;
    justify-content: center;
    width: 100%;
    padding: 24px 32px;
  }

  .slider-prev {
    opacity: 1;
    cursor: pointer;
    background-image: url('../images/Previous-gray100.svg'), linear-gradient(to right, #080a0b 40%, #0000);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 24px, auto;
    width: 80px;
    display: flex;
    left: -12px;
  }

  .c-grid-item.cc-30 {
    width: 100%;
    margin-right: 0%;
  }

  .c-grid-item.cc-30.cc-fixed {
    z-index: 2147483647;
    position: fixed;
    inset: 0% 0% 0% -100%;
    overflow: scroll;
  }

  .c-grid-item.cc-60 {
    width: 100%;
  }

  .c-filter {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .c-filter.cc-select {
    padding-bottom: 16px;
  }

  .filter_header {
    grid-row-gap: 1rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .page-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .nav_header {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: auto;
    grid-auto-flow: row;
  }

  .heading-small-2 {
    font-size: 1rem;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .filter_tags-text {
    font-size: .85rem;
  }

  .filter_tags-wrapper {
    order: -1;
    margin-bottom: 0;
    margin-right: 0;
  }

  .filter_tag-remove {
    justify-content: center;
    align-items: center;
  }

  .review-item {
    width: 100%;
    height: auto;
  }

  .bold-text-3 {
    font-size: 18px;
    font-weight: 600;
  }

  .ordering_progress-indicator, .ordering_progress-indicator.current {
    flex-direction: column;
  }

  .form-grid-2, .grid-3 {
    grid-template-columns: 1fr 1fr;
  }

  .logos-wrap {
    flex-direction: row;
    grid-template-columns: minmax(42px, .25fr) 1fr 1fr 1fr;
    align-content: flex-start;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .payment-logo {
    padding-right: 0;
  }

  .f-navigation-button-secondary {
    display: none;
  }

  .nav-menu-footer-links-2 {
    align-items: center;
    display: flex;
  }

  .image-10 {
    width: 200px;
  }

  .text-block-7 {
    font-size: 12px;
  }

  .filter_grid-sale {
    grid-template-columns: 1fr;
  }

  .product-compare-at-price {
    display: none;
  }

  .div-block-30 {
    height: 3rem;
    display: block;
  }

  .menu-hamburger-icon-white {
    opacity: 0;
    position: absolute;
    inset: 0%;
  }

  .c-button-gradient-2.cc-settings {
    background-image: none;
    border-radius: 0;
  }

  .c-button-settings-2 {
    border: 1px solid #d1d1d1;
    border-radius: 0;
    height: 34px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .div-block-32 {
    order: 1;
    align-self: stretch;
  }
}

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

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 26px;
  }

  p {
    font-size: 15px;
    font-weight: 300;
  }

  .section.black-section.over-flow-hiddin {
    overflow: hidden;
  }

  .section.hero-section {
    justify-content: space-between;
  }

  .section.grey-section.author {
    margin-top: -122px;
  }

  .section.over-flow-hiddin {
    transform: translate(0, -3.2rem);
  }

  .container {
    padding: 1em 1.6em;
  }

  .container.nav-container {
    padding-left: 6px;
    padding-right: 6px;
  }

  .container.footer-container {
    margin-top: 36px;
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .container.hero-container {
    align-items: flex-start;
    height: 50%;
    padding-top: 3em;
  }

  .container.categroy-container {
    padding: 0 10px 2.5em;
  }

  .container._6ems {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .container._6ems.no-left-adding {
    padding-left: 0;
    padding-right: 0;
  }

  .container.relative.more-marign {
    padding-left: 3em;
    padding-right: 3em;
  }

  .container.menu-holder {
    justify-content: space-between;
    padding-top: 1em;
  }

  .container.features-container {
    padding: 2.5em 10px;
  }

  .container.more-margin {
    padding-left: 3.1em;
    padding-right: 3.1em;
  }

  .nav-menu {
    z-index: 1;
  }

  .white-text.extra-light {
    font-size: 16px;
  }

  .white-text.home-page {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 19px;
  }

  .button.with-arrow {
    align-self: flex-end;
  }

  .button.subscribe-button {
    background-position: 13%;
    padding-left: 47px;
  }

  .button.small {
    padding-top: 8px;
    padding-bottom: 10px;
  }

  .grid-6-col {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    justify-content: space-between;
  }

  .grid-6-col.header {
    grid-column-gap: 13px;
    grid-row-gap: 30px;
    grid-template-rows: 490px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1.5fr;
    display: grid;
  }

  .grid-6-col.grid {
    grid-column-gap: 13px;
    grid-row-gap: 30px;
    grid-auto-columns: 1.5fr;
    display: grid;
  }

  .grid-6-col.no-grid {
    justify-content: space-between;
    display: flex;
  }

  .header-holder {
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
    height: 110px;
  }

  .grid-8-col {
    grid-template-columns: 1fr 1fr;
  }

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

  .heading-text-container {
    padding: 15px;
  }

  .utility-page-content {
    padding: 29px;
  }

  .utility-page-form {
    justify-content: space-between;
    height: 420px;
    padding: 30px;
  }

  .paragraph-m.grey-text---light {
    align-self: flex-start;
  }

  .paragraph-m.answer {
    font-size: 12px;
  }

  .footer {
    text-align: left;
    padding: 110px 5px 5px;
  }

  .footer-flex-container {
    grid-row-gap: 4rem;
    text-align: center;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .fade-in-move-on-scroll {
    align-self: stretch;
    width: 100%;
  }

  .fade-in-move-on-scroll.horezantal {
    width: 100%;
  }

  .fade-in-move-on-scroll.button-hide {
    display: none;
  }

  .content {
    align-items: stretch;
  }

  .content.left-mergin {
    margin-left: 0;
  }

  .grey-text.home-page {
    font-size: 14px;
  }

  .navbar-menu-holder {
    grid-column-gap: 8px;
  }

  .brand-image-black {
    width: 140px;
  }

  .navbar-icons-holder {
    grid-column-gap: 11px;
  }

  .navbar-icons-container {
    z-index: 30;
  }

  .footer-social-media-container {
    padding-top: 20px;
  }

  .footer-shops-container {
    align-self: stretch;
    align-items: center;
    padding-right: 0;
  }

  .footer-mark-holder {
    width: 250px;
    min-width: 250px;
  }

  .footer-mark-holder.w--current {
    width: 250px;
    min-width: 250px;
    display: block;
  }

  .footer-mark {
    padding-left: 0;
  }

  .footer-background-container {
    height: 230px;
  }

  .infinite-loop-text-holder {
    padding-top: 0;
    padding-bottom: 0;
  }

  .infinite-loop-logo-holder {
    width: 40px;
  }

  .infinite-text {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
  }

  .hero-image-container {
    height: 50%;
    position: static;
    inset: auto 0% 0%;
    overflow: hidden;
  }

  .hero-image.mobile-image {
    object-fit: cover;
    object-position: 20% 100%;
  }

  .hero-link-holder._05 {
    top: 10px;
  }

  .product-grid {
    grid-template-columns: minmax(200px, 1fr);
  }

  .product-price.less-sapce-text {
    color: #888;
  }

  .add-to-cart-icon {
    background-size: 32px;
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
    padding: 0;
  }

  .features-card-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .features-left-section-container {
    grid-row-gap: 40px;
    flex: none;
    min-width: 50%;
    padding: 11px;
  }

  .features-left-section {
    flex-direction: row;
    height: 50%;
  }

  .light-text.home-page {
    font-size: 14px;
  }

  .features-right-section-container {
    flex: none;
  }

  .features-right-section {
    flex-direction: row;
    height: 50%;
  }

  .newsletter-section {
    width: 100%;
  }

  .newsletter-bg-image-container._01 {
    width: 120px;
    left: 76%;
  }

  .newsletter-bg-image-container._02 {
    width: 80px;
    top: 69%;
  }

  .newsletter-bg-image-container._03 {
    width: 90px;
    top: 7%;
    left: 37%;
  }

  .newsletter-bg-image-container._04 {
    width: 120px;
    top: 16%;
    left: 78%;
  }

  .newsletter-bg-image-container._05 {
    width: 180px;
    top: 22%;
    left: -14%;
  }

  .newsletter-bg-image-container._06 {
    width: 160px;
    top: 78%;
    left: 27%;
  }

  .hero-image-holder {
    align-items: flex-end;
    position: static;
  }

  .category-small-container.no-margins {
    z-index: 9;
  }

  .dropdown-toggle.category {
    justify-content: space-between;
    width: 100%;
  }

  .dropdown.category {
    width: 100%;
  }

  .golden-cta-container {
    padding-top: 103px;
    padding-bottom: 103px;
  }

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

  .cart-container {
    min-width: 100%;
    max-width: 100%;
    padding: 20px;
  }

  .contact-hero-section-holder {
    padding-top: 84px;
  }

  .tabs {
    flex-direction: column-reverse;
  }

  .tabs-menu {
    width: 100%;
    min-width: 100%;
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .tabs-content {
    width: 100%;
    min-width: 100%;
  }

  .tab-pane {
    width: 100%;
    height: 310px;
  }

  .contact-card-container {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .link-block-menu {
    font-size: 30px;
  }

  .links-holder {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .nav-menu-image-holder {
    min-height: 0;
    padding-top: 0;
    position: static;
  }

  .nav-menu-image-holder.nav-link-image {
    display: none;
  }

  .nav-menu-image, .nav-footer-holder {
    position: static;
  }

  .nav-link-holder {
    margin-top: 20px;
    position: static;
  }

  .nav-manu-mask {
    flex-direction: column-reverse;
    justify-content: flex-end;
    display: flex;
  }

  .product-category-item {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    flex-flow: wrap;
  }

  .category-text-gold.minus {
    display: none;
  }

  .button-group {
    grid-row-gap: 10px;
    flex-flow: wrap;
    align-items: flex-start;
  }

  .product-category-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .review-slider-mask {
    height: auto;
  }

  .slider-left-arrow {
    margin-right: 0;
    right: 15%;
  }

  .about-hero-container {
    height: auto;
  }

  .slide {
    padding-top: 48px;
    padding-bottom: 73px;
  }

  .slider-image-holder {
    width: 150px;
    min-width: 150px;
    height: 150px;
    min-height: 150px;
    margin-bottom: 51px;
  }

  .right-arrow {
    top: -202px;
  }

  .about-slider-left-arrow {
    top: 167px;
  }

  .philosophy-card-left-side {
    padding: 16px;
  }

  .card-break {
    height: 50px;
  }

  .philosophy-card-right-side, .testimonial-holder {
    padding: 16px;
  }

  .price-checkout {
    font-size: 13px;
  }

  .blog-post-featured-details-container.classic {
    padding-left: 14px;
    padding-right: 14px;
  }

  .blog-post-featured-details-container.center-text {
    text-align: left;
    align-items: flex-start;
  }

  .blog-featured-wrapper {
    margin-top: 20px;
  }

  .blog-black-card-thumbnail-holder.small {
    margin-bottom: 12px;
  }

  .classic-blog-card {
    grid-column-gap: 10px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .classic-blog-thumbnail-holder {
    width: 100%;
    min-width: 0;
  }

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

  .blog-white-card-container {
    padding-bottom: 12px;
  }

  .blog-border-container {
    text-align: left;
    padding-top: 343px;
  }

  .blog-main-image-holder {
    height: 270px;
  }

  .author-border-container {
    margin-top: 40px;
    padding: 13px;
  }

  .author-picture-holder {
    width: 150px;
    min-width: 150px;
    height: 150px;
    min-height: 150px;
    padding: 7px;
  }

  .brand-image-white {
    width: 140px;
  }

  .navbar-search-popup {
    z-index: 0;
    background-color: #fff;
    width: 0;
  }

  .title-holder {
    grid-row-gap: 10px;
    flex-direction: column;
    display: flex;
  }

  .slider-title {
    font-size: 19px;
  }

  .externals-wrapper {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .external-link-holder {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
  }

  .external-link-holder.right-align {
    order: -1;
    margin-top: 0;
  }

  .external-link-holder.less-margin.vertical {
    align-items: center;
  }

  .buy-template-holder {
    width: auto;
    height: auto;
    margin-bottom: 1em;
    margin-left: 1em;
    margin-right: 1em;
    padding-top: 92px;
    display: none;
    inset: auto auto 0% 0%;
  }

  .buy-this-template-button-container {
    flex-wrap: nowrap;
    width: auto;
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .features {
    font-size: 14px;
    font-weight: 200;
  }

  .slide-image {
    height: 40vh;
    min-height: 300px;
  }

  .speaker-slide-content {
    padding-bottom: 6px;
  }

  .slide-nav {
    display: none;
  }

  .clip-text.speaker-headding {
    margin-top: 0;
  }

  .speaker-arrow {
    inset: 0% 0% 0% auto;
  }

  .speaker-arrow.left {
    margin-right: 84px;
    inset: 0% auto 0% 0%;
  }

  .body-display.large {
    text-align: center;
  }

  .section-2 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-2.over-flow-hiddin {
    margin-top: 16px;
    margin-bottom: 16px;
    padding-top: 0;
  }

  .logos-heading-wrapper {
    border-bottom: 1px solid #1e2029;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 18px;
    padding-bottom: 12px;
  }

  .solid-line {
    margin-left: 0;
  }

  .featured-logos-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 32px;
    flex-wrap: wrap;
    grid-template-columns: .75fr .75fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: stretch;
    display: grid;
  }

  .featured-logo-item {
    padding: 0;
  }

  .section-3.hero-section {
    justify-content: space-between;
  }

  .heading-primary.h3-centre {
    font-size: 35px;
  }

  .feature-number-wrap {
    flex-direction: column;
  }

  .arrow-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .image-3, .image-5 {
    width: 2rem;
  }

  .c-search-textfield {
    border-width: 2px;
    border-color: #1a2028;
    border-radius: 8px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 16px;
  }

  .c-nav-links {
    flex: 0 auto;
    margin-left: 6px;
  }

  .c-form-block-search {
    flex: 1;
    margin-right: 6px;
  }

  .c-clone.open-modal {
    margin-left: 8px;
  }

  .c-collection-itemcount {
    padding-bottom: 6px;
  }

  .c-collection-wrapper-movies {
    margin-left: 0;
    margin-right: 0;
  }

  .c-collection-item-movies {
    width: 100%;
    padding: 10px 0;
  }

  .c-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .c-search-textfield-2 {
    border-width: 2px;
    border-color: #1a2028;
    border-radius: 8px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 16px;
  }

  .c-collection-list-movies {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
  }

  .slider-next {
    justify-content: center;
  }

  .slider-prev {
    width: 64px;
  }

  .c-grid-item.cc-30 {
    width: 100%;
    margin-right: 0%;
  }

  .page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .filter_tag-remove {
    margin-top: 0;
  }

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

  .pagination_page-button, .fs-cmsload_page-dots {
    width: 2rem;
  }

  .review-item {
    height: auto;
  }

  .bold-text-4 {
    font-size: 30px;
  }

  .onboarding_form_block {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .checkbox-label {
    margin-bottom: 0;
    font-size: 1rem;
  }

  .form-grid-2, .grid-3 {
    grid-template-columns: 1fr;
  }

  .main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-5 {
    font-size: .5rem;
  }

  .logos-wrap {
    grid-column-gap: 3px;
    grid-row-gap: 6px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .f-navigation-button {
    display: none;
  }

  .f-navigation-link {
    font-size: 24px;
  }

  .image-10 {
    width: 180px;
  }

  .filter_header-sale {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 16px;
  }

  .filter_sort-by-sale {
    min-width: 16rem;
  }

  .content_collection-list-sale {
    grid-template-columns: 1fr;
  }

  .product-compare-at-price {
    display: block;
  }

  .div-block-30 {
    height: 2rem;
    display: none;
  }

  .paragraph-12 {
    margin-bottom: 0;
  }

  .c-button-gradient-2.cc-settings {
    border-radius: 0;
  }

  .c-button-settings-2 {
    padding-left: 8px;
    padding-right: 8px;
  }
}

#w-node-_44f37474-05f5-8a50-f99b-a95067c76109-1152ef9a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_44f37474-05f5-8a50-f99b-a95067c76117-1152ef9a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-bb7000f0-0938-d899-303b-084dbe9de475-1152ef9a {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: start;
}

#w-node-bb7000f0-0938-d899-303b-084dbe9de478-1152ef9a, #w-node-_4d10d2be-0330-74f2-a85c-cc15121e137d-1152ef9a {
  grid-area: 1 / 6 / 2 / 7;
}

#w-node-_6c0251bb-3e22-8ac0-80b7-3e626e2c94fc-1152ef9a {
  grid-area: span 2 / span 3 / span 2 / span 3;
  place-self: stretch stretch;
}

#w-node-_6c0251bb-3e22-8ac0-80b7-3e626e2c951d-1152ef9a, #w-node-_6c0251bb-3e22-8ac0-80b7-3e626e2c9507-1152ef9a {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: stretch;
}

#w-node-_5de6db3e-329f-d373-c439-88135dc911d1-0a144c54 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_9f04970a-142e-b95c-d8cb-ef31489ad97f-0a144c54 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_0f174b1a-d806-e98c-ba1c-cb922f75e3c1-0a144c54 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_39ec703f-6499-e486-76ba-48f116476f9b-16476f94, #w-node-_39ec703f-6499-e486-76ba-48f116476f9f-16476f94, #w-node-_39ec703f-6499-e486-76ba-48f116476fa3-16476f94, #w-node-_39ec703f-6499-e486-76ba-48f116476fa7-16476f94 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3abd6cd9-c469-465c-f261-970e527a8d55-1152ef9d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3abd6cd9-c469-465c-f261-970e527a8d59-1152ef9d {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_6bb5aeaf-6b14-3c04-4aac-2b4453187d3c-53187d38 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-_6bb5aeaf-6b14-3c04-4aac-2b4453187d3f-53187d38 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a9c3415c-c152-292c-c3eb-d7483956d989-1152ef9e, #w-node-_3257b22b-32a3-12b2-3202-b842cac3aff7-1152ef9e {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_62f3a1ab50d801c9955bd84b00000000000c-1152efa0 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_62f3a1ab50d801c9955bd84b000000000096-1152efa0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2568db4e-603b-3f36-86a5-5595de0d334f-1152efa1 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf43cb81-3d12-55df-0613-6a090667bd20-1152efa3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-edb90237-725d-4abb-8b66-6ddd8632e28d-1152efa3, #w-node-_636179ea-09d4-1363-2b36-31136978fb80-1152efa3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3eb9be0-c7fe-4771-fbc0-63144788750e-1152efa3, #w-node-_7df055d6-7b42-0b62-d328-1b169960294e-1152efa3, #w-node-_6a85f28c-3bfc-c6b5-8b14-1fb4ad4b1024-1152efa3, #w-node-_2d7d490f-4061-a8fa-3c30-01f1454bf81f-1152efa3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e5a50d7f-2a33-b485-a405-9d66e2add19b-1152efa3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-e5a50d7f-2a33-b485-a405-9d66e2add1a0-1152efa3 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-e917f83e-203e-2ef7-ceea-9cfb85a0f025-1152efa6 {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-_04ac8371-6878-f2eb-56f7-0f4c4310bcd5-1152efaa, #w-node-a01246b8-f3a9-e98a-c4e6-3df7d3bca9c7-1152efaa, #w-node-_4e470954-1265-27a0-e34f-5482bdb57cba-1152efaa, #w-node-_97dae82e-1d07-88f4-f709-0a5cd7bc8af6-1152efb0, #w-node-_50421bc4-3fd4-ac89-c632-549e7f6159b6-1152efb0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f5f91031-c4eb-8d89-550c-bd7f1cb6d479-1152efb0 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_6ff6a613-9f43-4c5b-3a39-57ff4244a3e6-1152efb0, #w-node-_6ff6a613-9f43-4c5b-3a39-57ff4244a3ef-1152efb0, #w-node-_6ff6a613-9f43-4c5b-3a39-57ff4244a3f8-1152efb0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f82d55e7-c328-05fe-732e-c99a438bc69e-1152efb8, #w-node-_2cc6f6fc-f61c-f402-c824-ae9268d68386-1152efb9, #w-node-_9788e54a-8c2d-dd67-d5d1-768e581d9bb8-1152efbc {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-f5f91031-c4eb-8d89-550c-bd7f1cb6d479-1152efbd {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_6ff6a613-9f43-4c5b-3a39-57ff4244a3e6-1152efbd, #w-node-_6ff6a613-9f43-4c5b-3a39-57ff4244a3ef-1152efbd, #w-node-_6ff6a613-9f43-4c5b-3a39-57ff4244a3f8-1152efbd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2cc6f6fc-f61c-f402-c824-ae9268d68386-1152efbe {
  grid-area: 1 / 2 / 2 / 8;
}

#field.w-node-_988be5a9-f126-aeea-7ac9-2c8b91398374-1152efbe {
  justify-self: stretch;
}

#w-node-_44f471e4-a4e0-bfcc-720c-59146d11efe9-1152efbe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8f4e38b-9bc3-5030-038b-454d31d379c3-1152efbe {
  place-self: center;
}

#w-node-a76bedde-7c32-cf21-bcc2-aaba66888390-1152efbe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_3dce3cd1-a5ca-022e-dc81-53d9943cc5c4-1152efbe {
  place-self: center;
}

#w-node-_74754042-f569-6ff2-bf79-0aa1d01c63e3-1152efc0, #w-node-_51afad64-b371-59d8-9be3-be57608b8d05-1152efc0, #w-node-_6f252097-c1b9-b13b-1a9c-5c484df0e808-1152efc0, #w-node-dd944cbf-04d0-c864-5723-705aa7a9a61a-1152efc0, #w-node-_8ed1b952-23ff-bc0f-8964-7935e1d755b8-1152efc0, #w-node-eb8dec28-6d4f-c86f-c68f-8ba9fc65946d-1152efc0, #w-node-babb1a74-1ca8-4e3b-31b3-e12d0db617bd-1152efc0, #w-node-bdac6aad-ea46-de38-5682-bb015f0792da-1152efc0, #w-node-eb817875-6024-a502-e779-eda35e78cc93-1152efc0, #w-node-_48a7b1d3-b07a-497b-d5ee-44049694be04-1152efc0, #w-node-d153327e-0b89-53f6-8af6-bfb408d9df35-1152efc0, #w-node-b40307ba-5bc6-bd78-6e19-712b5713de87-1152efc0, #w-node-_548a5b34-b2c2-5a0b-7e8c-aacb07ebb25f-1152efc0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2568db4e-603b-3f36-86a5-5595de0d334f-1152efc3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_3abd6cd9-c469-465c-f261-970e527a8d55-1152ef9d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3abd6cd9-c469-465c-f261-970e527a8d59-1152ef9d {
    grid-column: span 6 / span 6;
  }

  #w-node-e5a50d7f-2a33-b485-a405-9d66e2add19b-1152efa3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e5a50d7f-2a33-b485-a405-9d66e2add1a0-1152efa3 {
    grid-column: span 6 / span 6;
  }
}

@media screen and (max-width: 991px) {
  #w-node-bb7000f0-0938-d899-303b-084dbe9de475-1152ef9a {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_4d10d2be-0330-74f2-a85c-cc15121e137d-1152ef9a {
    grid-area: 1 / 6 / 2 / 7;
  }

  #w-node-_6c0251bb-3e22-8ac0-80b7-3e626e2c94fc-1152ef9a {
    grid-area: span 1 / span 6 / span 1 / span 6;
    place-self: stretch stretch;
  }

  #w-node-_6c0251bb-3e22-8ac0-80b7-3e626e2c951d-1152ef9a, #w-node-_6c0251bb-3e22-8ac0-80b7-3e626e2c9507-1152ef9a {
    grid-area: span 1 / span 6 / span 1 / span 6;
    align-self: center;
  }

  #w-node-_5de6db3e-329f-d373-c439-88135dc911d1-0a144c54 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_9f04970a-142e-b95c-d8cb-ef31489ad97f-0a144c54 {
    grid-area: span 1 / span 5 / span 1 / span 5;
    align-self: start;
  }

  #w-node-_0f174b1a-d806-e98c-ba1c-cb922f75e3c1-0a144c54 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_3abd6cd9-c469-465c-f261-970e527a8d55-1152ef9d, #w-node-_3abd6cd9-c469-465c-f261-970e527a8d59-1152ef9d {
    grid-column: span 7 / span 7;
  }

  #w-node-a9c3415c-c152-292c-c3eb-d7483956d989-1152ef9e, #w-node-_3257b22b-32a3-12b2-3202-b842cac3aff7-1152ef9e {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-_62f3a1ab50d801c9955bd84b00000000000c-1152efa0, #w-node-_62f3a1ab50d801c9955bd84b000000000096-1152efa0 {
    grid-column: span 7 / span 7;
  }

  #w-node-cf43cb81-3d12-55df-0613-6a090667bd20-1152efa3 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e5a50d7f-2a33-b485-a405-9d66e2add19b-1152efa3, #w-node-e5a50d7f-2a33-b485-a405-9d66e2add1a0-1152efa3 {
    grid-column: span 7 / span 7;
  }

  #w-node-e917f83e-203e-2ef7-ceea-9cfb85a0f025-1152efa6 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-f82d55e7-c328-05fe-732e-c99a438bc69e-1152efb8, #w-node-_2cc6f6fc-f61c-f402-c824-ae9268d68386-1152efb9 {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_988be5a9-f126-aeea-7ac9-2c8b91398457-1152efb9 {
    justify-self: stretch;
  }

  #w-node-_2cc6f6fc-f61c-f402-c824-ae9268d68386-1152efbe {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #wishlist-Form.w-node-b67c85cd-1d1d-8b0b-4259-e5eb808357c7-1152efc3 {
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bb7000f0-0938-d899-303b-084dbe9de475-1152ef9a {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-bb7000f0-0938-d899-303b-084dbe9de478-1152ef9a, #w-node-_4d10d2be-0330-74f2-a85c-cc15121e137d-1152ef9a {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: end;
  }

  #w-node-_6c0251bb-3e22-8ac0-80b7-3e626e2c94fc-1152ef9a {
    grid-area: span 1 / span 6 / span 1 / span 6;
    place-self: stretch stretch;
  }

  #w-node-_5de6db3e-329f-d373-c439-88135dc911d1-0a144c54 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: start;
  }

  #w-node-_9f04970a-142e-b95c-d8cb-ef31489ad97f-0a144c54 {
    grid-column: span 3 / span 3;
  }

  #w-node-_0f174b1a-d806-e98c-ba1c-cb922f75e3c1-0a144c54 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_0ecb164a-69f0-819b-c8a9-b0a2401ba2f5-0a144c54 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_0ecb164a-69f0-819b-c8a9-b0a2401ba2f7-0a144c54 {
    grid-area: 2 / 2 / 2 / 3;
  }

  #w-node-_0ecb164a-69f0-819b-c8a9-b0a2401ba2fa-0a144c54 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_0ecb164a-69f0-819b-c8a9-b0a2401ba2fd-0a144c54 {
    grid-area: 1 / 4 / 2 / 5;
  }

  #w-node-_0ecb164a-69f0-819b-c8a9-b0a2401ba2ff-0a144c54 {
    grid-area: 2 / 4 / 3 / 3;
  }

  #w-node-_0ecb164a-69f0-819b-c8a9-b0a2401ba301-0a144c54 {
    grid-area: 2 / 4 / 3 / 4;
  }

  #w-node-_3abd6cd9-c469-465c-f261-970e527a8d55-1152ef9d, #w-node-_3abd6cd9-c469-465c-f261-970e527a8d59-1152ef9d, #w-node-_62f3a1ab50d801c9955bd84b00000000000c-1152efa0, #w-node-_62f3a1ab50d801c9955bd84b000000000096-1152efa0, #w-node-e5a50d7f-2a33-b485-a405-9d66e2add19b-1152efa3, #w-node-e5a50d7f-2a33-b485-a405-9d66e2add1a0-1152efa3 {
    grid-column: span 5 / span 5;
  }

  #w-node-e917f83e-203e-2ef7-ceea-9cfb85a0f025-1152efa6 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-f82d55e7-c328-05fe-732e-c99a438bc69e-1152efb8, #w-node-_2cc6f6fc-f61c-f402-c824-ae9268d68386-1152efb9, #w-node-_2cc6f6fc-f61c-f402-c824-ae9268d68386-1152efbe {
    grid-column: span 4 / span 4;
  }

  #w-node-_988be5a9-f126-aeea-7ac9-2c8b91398458-1152efbe {
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4d10d2be-0330-74f2-a85c-cc15121e1383-1152ef9a, #w-node-_0ecb164a-69f0-819b-c8a9-b0a2401ba2f5-0a144c54, #w-node-_0ecb164a-69f0-819b-c8a9-b0a2401ba2f7-0a144c54, #w-node-_0ecb164a-69f0-819b-c8a9-b0a2401ba2fa-0a144c54, #w-node-_0ecb164a-69f0-819b-c8a9-b0a2401ba2fd-0a144c54, #w-node-_0ecb164a-69f0-819b-c8a9-b0a2401ba2ff-0a144c54, #w-node-_0ecb164a-69f0-819b-c8a9-b0a2401ba301-0a144c54 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_39ec703f-6499-e486-76ba-48f116476f9f-16476f94 {
    grid-area: 2 / 2 / 2 / 3;
  }

  #w-node-_39ec703f-6499-e486-76ba-48f116476fa3-16476f94 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3abd6cd9-c469-465c-f261-970e527a8d55-1152ef9d, #w-node-_3abd6cd9-c469-465c-f261-970e527a8d59-1152ef9d {
    grid-column: span 3 / span 3;
  }

  #w-node-_6bb5aeaf-6b14-3c04-4aac-2b4453187d3c-53187d38, #w-node-_6bb5aeaf-6b14-3c04-4aac-2b4453187d3f-53187d38 {
    grid-column: span 1 / span 1;
  }

  #w-node-_62f3a1ab50d801c9955bd84b00000000000c-1152efa0, #w-node-_62f3a1ab50d801c9955bd84b000000000096-1152efa0 {
    grid-column: span 3 / span 3;
  }

  #w-node-edb90237-725d-4abb-8b66-6ddd8632e28d-1152efa3, #w-node-_636179ea-09d4-1363-2b36-31136978fb80-1152efa3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e5a50d7f-2a33-b485-a405-9d66e2add19b-1152efa3, #w-node-e5a50d7f-2a33-b485-a405-9d66e2add1a0-1152efa3 {
    grid-column: span 3 / span 3;
  }

  #w-node-e917f83e-203e-2ef7-ceea-9cfb85a0f025-1152efa6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_97dae82e-1d07-88f4-f709-0a5cd7bc8af6-1152efb0, #w-node-_50421bc4-3fd4-ac89-c632-549e7f6159b6-1152efb0, #w-node-f5f91031-c4eb-8d89-550c-bd7f1cb6d479-1152efb0 {
    grid-column: span 1 / span 1;
  }

  #w-node-f82d55e7-c328-05fe-732e-c99a438bc69e-1152efb8, #w-node-_2cc6f6fc-f61c-f402-c824-ae9268d68386-1152efb9 {
    grid-column: span 2 / span 2;
  }

  #w-node-f5f91031-c4eb-8d89-550c-bd7f1cb6d479-1152efbd {
    grid-column: span 1 / span 1;
  }

  #w-node-_2cc6f6fc-f61c-f402-c824-ae9268d68386-1152efbe {
    grid-column: span 2 / span 2;
  }

  #w-node-_74754042-f569-6ff2-bf79-0aa1d01c63e3-1152efc0, #w-node-_51afad64-b371-59d8-9be3-be57608b8d05-1152efc0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2568db4e-603b-3f36-86a5-5595de0d334f-1152efc3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Archivo expanded';
  src: url('../fonts/Archivo_Expanded-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Archivo expanded';
  src: url('../fonts/Archivo_Expanded-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Archivo expanded';
  src: url('../fonts/Archivo_Expanded-Bold.ttf') format('truetype'), url('../fonts/Archivo_Expanded-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Archivo expanded';
  src: url('../fonts/Archivo_Expanded-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Archivo expanded';
  src: url('../fonts/Archivo_Expanded-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Archivo expanded';
  src: url('../fonts/Archivo_Expanded-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Archivo expanded';
  src: url('../fonts/Archivo_Expanded-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Archivo expanded';
  src: url('../fonts/Archivo_Expanded-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Archivo expanded';
  src: url('../fonts/Archivo_Expanded-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}