:root {
  --black: black;
  --white: white;
  --orange: #ffce50;
  --grey: #0d0d0d;
  --red: red;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

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

.w-commerce-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-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-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

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

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

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

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

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

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

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

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  background-color: var(--black);
  color: var(--white);
  font-family: Arimo, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

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

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

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

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

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--white);
  border-bottom: 1px solid #fff3;
  padding-bottom: 3px;
  text-decoration: none;
  transition: color .3s, border .3s;
}

a:hover {
  color: var(--orange);
  border-bottom-color: #fff0;
}

li {
  padding-top: 8px;
  padding-bottom: 8px;
}

em {
  font-family: PT Serif, serif;
  font-style: italic;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Marcellus, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.content-section {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.section {
  width: 100%;
  padding-top: 5vw;
  padding-bottom: 5vw;
  position: relative;
  overflow: hidden;
}

.image-wrapper {
  z-index: 2;
  width: 100%;
  height: 100%;
  min-height: 600px;
  position: relative;
  overflow: hidden;
}

.image-wrapper.small {
  min-height: 280px;
}

.slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image {
  z-index: 0;
  background-image: url('../images/Cosmetics-PSD-Bottle-Mockup2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.image.img-01 {
  background-image: url('../images/mockup_bkg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image.img-02 {
  background-image: url('../images/winery-webflow-template-by-fouroom-02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image.img-03 {
  background-image: url('../images/winery-webflow-template-by-fouroom-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  overflow: visible;
}

.image.img-04 {
  background-image: url('../images/winery-webflow-template-by-fouroom-04.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image.img-05 {
  background-image: url('../images/pexels-mohamedelaminemsiouri-2108845-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image.img-06 {
  background-image: url('../images/pexels-cliford-mervil-988071-2398220-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image.img-07 {
  background-image: url('../images/winery-webflow-template-by-fouroom-07.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image.hover {
  z-index: 1;
  display: none;
}

.image-description {
  z-index: 3;
  flex: 1;
  display: flex;
  position: relative;
}

.image-description.black {
  background-color: var(--black);
  color: var(--white);
}

.horiz {
  align-items: stretch;
  display: flex;
}

.horiz.space-between {
  justify-content: space-between;
}

.arrow {
  background-color: var(--white);
  color: var(--black);
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 14px;
  transition: background-color .3s, color .3s;
  display: flex;
}

.arrow:hover {
  background-color: var(--black);
  color: #fff;
}

.arrow.right {
  right: -35px;
}

.arrow.left {
  left: -35px;
}

.slide-nav {
  font-size: 4px;
}

.display-3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Marcellus, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.display-3.white {
  color: var(--white);
}

.display-1 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -3px;
  font-family: Marcellus, sans-serif;
  font-size: 5vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1em;
  position: relative;
}

.display-2 {
  z-index: 3;
  align-self: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 24px;
  font-family: Marcellus, sans-serif;
  font-size: 3.5vw;
  font-weight: 400;
  line-height: 1.1em;
  position: relative;
}

.background {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0;
}

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

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

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

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

.content {
  border-bottom-style: none;
  flex-direction: column;
  flex: 1;
  padding: 5vw 30px;
  display: flex;
  position: relative;
}

.content.no-left-right {
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.content.valign-top-bottom {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.content.horizontal {
  flex-flow: wrap;
  align-content: stretch;
  align-items: flex-start;
  display: flex;
}

.content.middle {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

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

.content.no-top {
  padding-top: 0;
}

.content.valign-top-bottom-center {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.content.no-top-bottom {
  align-self: center;
  padding-top: 0;
  padding-bottom: 0;
}

.content.no-left-right {
  padding-left: 0;
  padding-right: 0;
}

.fullscreen {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
}

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

.caption {
  color: #80808080;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Arimo, sans-serif;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.3em;
  display: none;
}

.caption.white {
  color: var(--white);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  margin-left: 0;
  padding-left: 0;
}

.columns {
  width: 100%;
  display: flex;
}

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

.utility-page-content {
  background-color: var(--grey);
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  width: 360px;
  padding: 60px 40px;
  display: flex;
}

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

.margin-bottom {
  margin-bottom: 30px;
}

.footer {
  background-color: var(--grey);
  letter-spacing: .3px;
  padding: 5vw 55px 30px;
  font-size: 12px;
  line-height: 20px;
}

.nav-column {
  height: 100%;
  margin-bottom: 5vw;
  margin-right: 3vw;
}

.nav-column.last {
  margin-right: 0;
}

.horizontal {
  border-bottom-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.horizontal.centered {
  align-items: center;
}

.icon-social {
  background-color: #fff;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  transition: background-color .3s;
}

.icon-social:hover {
  background-color: var(--orange);
}

.icon-social.pinterest {
  background-image: url('../images/iconmonstr-pinterest.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
}

.icon-social.twitter {
  background-image: url('../images/iconmonstr-twitter.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
}

.icon-social.facebook {
  background-image: url('../images/iconmonstr-facebook-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
}

.icon-social.instagram {
  background-image: url('../images/iconmonstr-instagram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
}

.icon {
  width: 30px;
  height: 30px;
}

.icon._100-days-return {
  background-image: url('../images/Orion_time-limit-1.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 70%;
}

.icon.delivery {
  background-image: url('../images/Orion_delivery-truck-2.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 70%;
}

.icon.return {
  background-image: url('../images/Orion_return-purchase-1.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 70%;
}

.notice-box {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.payment-icons {
  border: 1px solid var(--black);
  background-color: var(--white);
  border-radius: 4px;
  width: 62px;
  height: 36px;
}

.payment-icons.mastercard {
  background-image: url('../images/mc_vrt_pos.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60%;
}

.payment-icons.paypal {
  background-image: url('../images/PayPal.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
}

.payment-icons.visa {
  background-image: url('../images/Visa_Inc._logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70%;
}

.payment-icons.stripe {
  background-image: url('../images/Stripe-logo---blue.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60%;
}

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

.logo {
  border-bottom-style: none;
  width: 100px;
}

.navigation-wrapper {
  z-index: 100;
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
}

.button-menu {
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1em;
  transition: color .3s;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100px;
  overflow: visible;
}

.button-menu:hover {
  color: var(--orange);
}

.menu {
  z-index: 99;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--black);
  letter-spacing: .4px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  font-size: 12px;
  line-height: 1.5em;
  display: none;
  position: fixed;
  inset: 0;
  overflow: visible;
}

.txt-menu {
  position: absolute;
}

.navi-item {
  color: var(--white);
  border-bottom-style: none;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Marcellus, sans-serif;
  font-size: 4vw;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  transition: color .3s;
}

.navi-item:hover {
  color: var(--orange);
}

.menu-image-1 {
  background-image: url('../images/winery-webflow-template-by-fouroom-01.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: -245px;
  position: absolute;
  inset: 0;
}

.menu-image-2 {
  background-image: url('../images/winery-webflow-template-by-fouroom-05.jpg');
  background-position: 50% 0;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.menu-image-wrapper {
  background-image: url('../images/winery-webflow-template-by-fouroom-07.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  margin-bottom: 5vw;
  position: relative;
}

.menu-sub {
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 20px;
  display: flex;
}

.menu-image-3 {
  background-image: url('../images/squooshedhike.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.menu-image-4 {
  background-image: url('../images/winery-webflow-template-by-fouroom-03.jpg');
  background-position: 50%;
  background-size: cover;
  display: none;
  position: absolute;
  inset: 0;
}

.menu-image-5 {
  background-image: url('../images/Cosmetics-PSD-Bottle-Mockup2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  position: absolute;
  inset: 0;
}

.header {
  z-index: 0;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.button {
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom-style: none;
  justify-content: flex-start;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1em;
  display: flex;
}

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

.button.yellow {
  background-color: var(--orange);
  color: var(--black);
}

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

.line {
  background-color: var(--white);
  width: 10%;
  height: 1px;
  margin-left: 10px;
}

.icon-big {
  align-self: center;
  width: 64px;
  height: 64px;
  position: relative;
}

.collection-list-wrapper, .collection-list {
  width: 100%;
  height: 100%;
}

.collection-item {
  display: flex;
}

.collection-item.fullheight {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.product-image {
  max-height: 300px;
  margin-bottom: 15px;
}

.price {
  color: #9a9a9a80;
  letter-spacing: .3px;
  font-size: 12px;
  line-height: 16px;
}

.price.was {
  margin-right: 5px;
  text-decoration: line-through;
  display: flex;
}

.product-name {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Marcellus, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.checkout-form {
  background-color: #0000;
}

.customer-info {
  background-color: var(--grey);
}

.block-header {
  background-color: var(--grey);
  border-style: none none solid;
  border-bottom-color: #ffffff1a;
  padding: 4px 20px;
}

.block-header.bottom-line-1px {
  border-bottom-width: 1px;
  padding-top: 12px;
}

.block-content {
  background-color: var(--grey);
  border-style: none;
}

.shipping-method {
  background-color: var(--grey);
  border-bottom-color: #ffffff1a;
}

.shipping-method-list {
  border-left-style: none;
  border-right-style: none;
}

.tabs {
  width: 100%;
  display: flex;
}

.tabs-menu {
  flex-direction: column;
  width: 50%;
  padding-top: 5vw;
  display: flex;
}

.tabs-content {
  flex: 1;
}

.tab-link {
  color: var(--white);
  text-align: center;
  background-color: #ffffff0d;
  border-bottom-style: none;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 2.5vw 20px;
  transition: padding .3s;
  display: flex;
}

.tab-link:hover {
  padding-left: 60px;
}

.tab-link.w--current {
  color: var(--orange);
  background-color: #ffffff0f;
  padding-left: 60px;
}

.column {
  flex-direction: column;
  flex: 1;
  padding: 20px 30px;
  display: flex;
  position: relative;
}

.column.valign-top-bottom {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.column.middle {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

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

.column.line-top {
  border-top: 1px solid #9d9d9d33;
}

.column.line-left-top {
  border-top: 1px solid #9d9d9d33;
  border-left: 1px solid #9d9d9d33;
  padding-left: 30px;
}

.column.padding-left-33 {
  padding-left: 33%;
}

.text-field {
  color: var(--white);
  background-color: #0000;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #fff3;
  border-radius: 0;
  height: 55px;
  padding: 20px 0 22px;
  line-height: 1em;
}

.text-field:focus {
  border-bottom-color: var(--orange);
}

.text-field::placeholder {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Marcellus, sans-serif;
  font-size: 12px;
}

.text-field.zero {
  margin-bottom: 0;
}

.submit-button {
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px #fff3;
  border-bottom-style: solid;
  height: 55px;
  padding: 20px 0;
  font-size: 10px;
  font-weight: 700;
  line-height: 1em;
  transition: color .3s, border .3s;
}

.submit-button:hover {
  border-bottom-color: var(--orange);
  color: var(--orange);
}

.slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.content-wrapper {
  background-color: var(--black);
  background-image: linear-gradient(#000000f7, #000000f7), url('../images/bkgtest.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
}

.uppercase {
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hidden {
  display: none;
}

.header-image {
  z-index: 0;
  text-align: center;
  background-image: url('../images/image-placeholder-black_1image-placeholder-black.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0;
}

.header-image.img-01 {
  background-image: linear-gradient(#0006, #0000), url('../images/winery-webflow-template-by-fouroom-03.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.header-image.img-03 {
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(#0006 5%, #0000 50%), url('../images/squoos_hiker.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.header-image.img-04 {
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(#0006, #0000 50%), url('../images/pexels-cliford-mervil-988071-2398220-1.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.header-image.img-05 {
  background-image: linear-gradient(#0006, #0000 50%), url('../images/winery-webflow-template-by-fouroom-05.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.header-image.img-06 {
  background-image: linear-gradient(#0006, #0000 50%), url('../images/winery-webflow-template-by-fouroom-08.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.header-image.img-08 {
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(#0006, #0000 44% 50%), url('../images/Night_tent1.jpg');
  background-position: 0 0, 0 0, 50% 85%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.preloader {
  z-index: 101;
  background-color: var(--grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0;
}

.preloader-icon {
  z-index: 1;
  filter: invert();
  width: 50px;
  position: relative;
}

.tab-link-ii {
  color: var(--white);
  text-align: center;
  background-color: #0000;
  flex: 1;
  padding-top: 20px;
  padding-bottom: 20px;
}

.tab-link-ii.w--current {
  background-color: var(--white);
  color: var(--black);
}

.tabs-menu-ii {
  display: flex;
}

.content-section-half {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.link-black-with-icon {
  color: var(--black);
  padding-left: 20px;
}

.link-black-with-icon.phone {
  background-image: url('../images/Orion_calls.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 14px;
}

.link-black-with-icon.mail {
  background-image: url('../images/Orion_mail.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 14px;
}

.link-white-with-icon {
  color: var(--white);
  padding-left: 20px;
}

.link-white-with-icon.phone {
  background-image: url('../images/Orion_calls-1.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 14px;
}

.link-white-with-icon.mail {
  background-image: url('../images/Orion_mail-1.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 14px;
}

.link-white-with-icon.location {
  background-image: url('../images/Orion_pin-1.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 14px;
}

.numbers {
  color: var(--orange);
  font-size: 30px;
  font-weight: 700;
  line-height: 1em;
}

.empty-state {
  background-color: var(--black);
}

.content-grid {
  border-top: 1px solid var(--black);
  flex-direction: column;
  flex: 1;
  padding: 30px 15px;
  display: flex;
  position: relative;
}

.content-grid.black {
  color: var(--black);
}

.content-grid.black:hover {
  color: var(--orange);
}

.order-confirmation-container {
  background-color: #0000;
}

.category-menu {
  z-index: 10;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  bottom: 25px;
  left: 55px;
  right: 55px;
}

.category-menu-item {
  color: var(--black);
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  transition: color .3s, background-color .3s;
  display: flex;
}

.category-menu-item:hover {
  color: #00000080;
}

.category-menu-item.w--current {
  background-color: var(--orange);
}

.icon-small {
  width: 16px;
  height: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.category-menu-white {
  background-color: var(--white);
  border-radius: 2px;
  flex-direction: row;
  display: flex;
  overflow: hidden;
}

.textarea {
  background-color: #0000;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #fff3;
  padding: 20px 0 22px;
}

.textarea:focus {
  border-bottom-color: var(--orange);
}

.textarea::placeholder {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Marcellus, sans-serif;
  font-size: 12px;
  line-height: 1em;
}

.checkbox-field {
  letter-spacing: 3px;
  text-transform: uppercase;
  align-items: center;
  height: 55px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1em;
  display: flex;
}

.checkbox-label {
  margin-bottom: 0;
  margin-left: 8px;
  margin-right: 8px;
}

.checkbox {
  margin-top: 0;
}

.menu-grid {
  z-index: 99;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--black);
  letter-spacing: .4px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 45px;
  font-size: 12px;
  line-height: 1.5em;
  display: grid;
  position: fixed;
  inset: 0;
}

.margin-bottom-last {
  margin-bottom: 0;
}

.cart-button {
  color: var(--white);
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #0000;
  font-size: 10px;
  font-weight: 700;
  line-height: 1em;
}

.cart-quantity {
  background-color: var(--orange);
  color: var(--black);
  letter-spacing: 1px;
  margin-left: 5px;
  font-weight: 400;
}

.cart-icon {
  margin-right: 0;
}

.cart-image {
  width: 30px;
}

.cart-footer {
  border-top-color: #ffffff1a;
}

.cart-absolute {
  justify-content: center;
  align-items: center;
  width: 100px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.remove-button {
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 10px;
  line-height: 1em;
}

.remove-button:hover {
  color: var(--orange);
}

.cart-item {
  align-items: flex-end;
}

.checkout-button {
  background-color: var(--orange);
  color: var(--black);
  letter-spacing: 3px;
  text-transform: uppercase;
  border-top: 1px #fff3;
  border-left: 1px #fff3;
  border-right: 1px #fff3;
  justify-content: center;
  height: 55px;
  padding: 20px 10px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1em;
  transition: color .3s, background-color .3s;
  display: flex;
}

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

.price-big {
  letter-spacing: .3px;
  font-size: 20px;
  line-height: 1em;
}

.price-big.was {
  color: #9a9a9a80;
  margin-right: 5px;
  text-decoration: line-through;
  display: flex;
}

.product-image-big {
  max-height: 500px;
}

.button-scroll-down {
  background-image: url('../images/Orion_arrow-down.svg'), linear-gradient(to bottom, var(--black), var(--black));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 24px, auto;
  border-bottom-style: none;
  border-radius: 100px;
  width: 36px;
  height: 36px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.badge {
  z-index: 0;
  background-color: var(--orange);
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: 15px;
  margin-right: 15px;
  font-size: 8px;
  font-weight: 700;
  line-height: 7px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.error-message {
  background-color: var(--red);
  color: var(--black);
  text-align: center;
  padding: 20px;
}

.success-message {
  background-color: var(--orange);
  color: var(--black);
}

.close-button {
  color: var(--white);
  border-bottom-style: none;
}

.empty-state-vertical {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.menu-1, .menu-2 {
  background-color: var(--white);
  width: 30px;
  height: 2px;
}

.header-image-detail {
  z-index: 0;
  text-align: center;
  background-image: url('../images/image-placeholder-black_1image-placeholder-black.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0;
}

.contact-grid {
  grid-column-gap: 6rem;
  grid-template-rows: auto;
}

.form-text-black {
  color: var(--black);
}

.buy-now-button {
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px #fff3;
  border-bottom-style: solid;
  height: 55px;
  margin-top: 0;
  padding: 20px 10px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1em;
  transition: color .3s, border .3s;
  display: flex;
}

.buy-now-button:hover {
  border-bottom-color: var(--orange);
  color: var(--orange);
}

.add-to-cart-horiz {
  align-items: stretch;
  display: flex;
}

.add-to-cart-button {
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px #fff3;
  border-bottom-style: solid;
  height: 55px;
  margin-top: 0;
  padding: 20px 10px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1em;
  transition: color .3s, border .3s;
  display: flex;
}

.add-to-cart-button:hover {
  border-bottom-color: var(--orange);
  color: var(--orange);
}

.discount {
  background-color: var(--grey);
  border-style: none;
  border-bottom-color: #ffffff1a;
  margin-bottom: 20px;
  padding: 20px;
}

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

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

.product-image-detail {
  width: 100%;
}

.heading {
  color: var(--orange);
  font-family: Marcellus, sans-serif;
  font-size: 36px;
  font-weight: 400;
}

.text-block {
  font-size: 25px;
}

.text-block-2 {
  font-size: 26px;
}

.btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #3324d5;
  transform: translate3d(0, -3px, .01px);
}

.btn-primary.button-row {
  background-color: #ac9a82;
  margin-left: 120px;
  margin-right: 0;
}

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

.btn-secondary {
  color: #211f54;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 48px;
  padding: 26px 38px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #4a3aff;
  border-color: #4a3aff;
  transform: translate3d(0, -3px, .01px);
}

.container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.mg-bottom-48px {
  margin-bottom: 48px;
}

.square-icon {
  border-radius: 16px;
}

.square-icon.mg-bottom-24px.width-56px {
  border-radius: 11px;
  width: 56px;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns.gap-56px {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-2-columns.text-left---2-icon-grid-left {
  grid-column-gap: 110px;
  grid-template-columns: .6fr 1fr;
}

.section-2 {
  padding-top: 176px;
  padding-bottom: 176px;
}

.mg-bottom-0 {
  margin-bottom: 0;
}

.heading-2, .heading-3, .heading-4, .heading-5, .heading-6, .heading-7 {
  font-family: Marcellus, sans-serif;
}

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

.lightbox-link-2 {
  display: inline-block;
}

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

.heading-8 {
  text-align: center;
  font-family: Marcellus, sans-serif;
}

.paragraph {
  text-align: center;
  padding-left: 220px;
  padding-right: 220px;
}

.button-2 {
  text-align: center;
  border-radius: 13px;
  margin-left: 311px;
  margin-right: 311px;
  font-family: Marcellus, sans-serif;
}

.button-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 250px;
  margin-top: -81px;
  padding: 0 .3rem;
  font-size: 17px;
  display: flex;
}

.button-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-hover-outline {
  border-radius: 0;
  justify-content: flex-end;
  margin: -1px;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.button-hover-outline.right {
  width: 110%;
  inset: 0% auto 0% 0%;
}

.primary-btn-txt {
  z-index: 10;
  padding-left: 4px;
  font-weight: 500;
  position: relative;
}

.solid-button-outline-2 {
  border: 1px solid #cfdae2;
  border-radius: 100px;
  width: 100px;
  margin: 0;
  position: absolute;
  inset: 0%;
}

.solid-button-outline-2.light {
  border-color: #fff;
}

.solid-button-outline-2.right {
  inset: 0% auto 0% -74px;
}

.solid-button-outline-2.middle {
  border-left-style: none;
  border-right-style: none;
  border-radius: 0;
  width: 100%;
}

.primary-btn {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #eff3f6;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 24px 1fr 24px;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 46px;
  margin-right: 10px;
  padding: 0;
  font-size: .7rem;
  line-height: 1.3em;
  text-decoration: none;
  display: grid;
  position: relative;
}

.primary-btn.gradient {
  color: #fff;
  background-image: linear-gradient(208deg, #857243, #6b6b53);
  border-color: #ffffff4d;
}

.heading-9, .text-block-3 {
  text-align: center;
  font-family: Marcellus, sans-serif;
}

.section-3 {
  margin-top: 112px;
}

.link-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.text-block-4 {
  overflow: visible;
}

.written-testimonial_container {
  opacity: .3;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-image: linear-gradient(125deg, #fff9, #ffffff1a);
  width: 36.625em;
  height: 19.688em;
  margin-left: -2em;
}

.written-testimonial_container.padding-custom1 {
  opacity: 1;
  background-image: none;
  border: 1px solid #ffffff4d;
  border-radius: 10px;
  height: auto;
  padding: 4.063em 1.875em 1.875em;
  overflow: hidden;
}

.written-testimonial_container.padding-custom1.dark-theme {
  background-color: #151515;
  border-style: none;
}

.text-size-large {
  font-size: 1.5rem;
}

.text-size-large.text-weight-bold {
  color: #fff;
}

.video_container {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.video_container.dark-theme {
  border: 2px solid #000;
}

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

.text-weight-bold.text-color-grey {
  color: #969696;
}

.frost-bg_container {
  opacity: .2;
  -webkit-backdrop-filter: blur(8em);
  backdrop-filter: blur(8em);
  background-image: linear-gradient(128deg, #fff9, #ffffff1a);
  position: absolute;
  inset: 0%;
}

.author-designation_container {
  z-index: 1;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.paragraph-2 {
  font-size: 1em;
}

.testimonial-slider-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.header-image-copy {
  z-index: 0;
  text-align: center;
  background-image: url('../images/image-placeholder-black_1image-placeholder-black.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0;
}

.header-image-copy.img-01 {
  background-image: linear-gradient(#0006, #0000), url('../images/winery-webflow-template-by-fouroom-03.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.header-image-copy.img-03 {
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(#0006 5%, #0000 50%), url('../images/squoos_hiker.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.header-image-copy.img-04 {
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(#0006, #0000 50%), url('../images/pexels-cliford-mervil-988071-2398220-1.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  height: 50%;
}

.header-image-copy.img-05 {
  background-image: linear-gradient(#0006, #0000 50%), url('../images/winery-webflow-template-by-fouroom-05.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.header-image-copy.img-06 {
  background-image: linear-gradient(#0006, #0000 50%), url('../images/winery-webflow-template-by-fouroom-08.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.header-image-copy.img-08 {
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(#0006, #0000 44% 50%), url('../images/Night_tent1.jpg');
  background-position: 0 0, 0 0, 50% 85%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.content-copy {
  border-bottom-style: none;
  flex-direction: column;
  flex: 1;
  padding: 5vw 30px;
  display: flex;
  position: relative;
}

.content-copy.valign-top-bottom {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.content-copy.horizontal {
  flex-flow: wrap;
  align-content: stretch;
  align-items: flex-start;
  display: flex;
}

.content-copy.middle {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.content-copy.center {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.content-copy.no-top {
  padding-top: 0;
}

.content-copy.valign-top-bottom-center {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.content-copy.no-top-bottom {
  align-self: center;
  padding-top: 0;
  padding-bottom: 0;
}

.content-copy.no-left-right {
  padding-left: 0;
  padding-right: 0;
}

.content-wrapper-copy {
  background-color: var(--black);
  background-image: linear-gradient(#000000f7, #000000f7), url('../images/bkgtest.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  width: 100%;
  margin-top: -592px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
}

.header-image-mobile-copy {
  z-index: 0;
  text-align: center;
  background-image: url('../images/image-placeholder-black_1image-placeholder-black.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0;
}

.header-image-mobile-copy.img-01 {
  background-image: linear-gradient(#0006, #0000), url('../images/winery-webflow-template-by-fouroom-03.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.header-image-mobile-copy.img-03 {
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(#0006 5%, #0000 50%), url('../images/squoos_hiker.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.header-image-mobile-copy.img-04 {
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(#0006, #0000 50%), url('../images/pexels-cliford-mervil-988071-2398220-1.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  height: 50%;
}

.header-image-mobile-copy.img-05 {
  background-image: linear-gradient(#0006, #0000 50%), url('../images/winery-webflow-template-by-fouroom-05.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.header-image-mobile-copy.img-06 {
  background-image: linear-gradient(#0006, #0000 50%), url('../images/winery-webflow-template-by-fouroom-08.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.header-image-mobile-copy.img-08 {
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(#0006, #0000 44% 50%), url('../images/Night_tent1.jpg');
  background-position: 0 0, 0 0, 50% 85%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.content-copy-mobile {
  border-bottom-style: none;
  flex-direction: column;
  flex: 1;
  padding: 5vw 30px;
  display: flex;
  position: relative;
}

.content-copy-mobile.valign-top-bottom {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.content-copy-mobile.horizontal {
  flex-flow: wrap;
  align-content: stretch;
  align-items: flex-start;
  display: flex;
}

.content-copy-mobile.middle {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.content-copy-mobile.center {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.content-copy-mobile.no-top {
  padding-top: 0;
}

.content-copy-mobile.valign-top-bottom-center {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.content-copy-mobile.no-top-bottom {
  align-self: center;
  padding-top: 0;
  padding-bottom: 0;
}

.content-copy-mobile.no-left-right {
  padding-left: 0;
  padding-right: 0;
}

.content-lsptop {
  border-bottom-style: none;
  flex-direction: column;
  flex: 1;
  margin-top: 102px;
  padding: 5vw 30px;
  display: flex;
  position: relative;
}

.content-lsptop.valign-top-bottom {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.content-lsptop.horizontal {
  flex-flow: wrap;
  align-content: stretch;
  align-items: flex-start;
  display: flex;
}

.content-lsptop.middle {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.content-lsptop.center {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.content-lsptop.no-top {
  padding-top: 0;
}

.content-lsptop.valign-top-bottom-center {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.content-lsptop.no-top-bottom {
  align-self: center;
  padding-top: 0;
  padding-bottom: 0;
}

.content-lsptop.no-left-right {
  padding-left: 0;
  padding-right: 0;
}

.content-wrapper-tablet-copy, .content-wrapper-desktop {
  background-color: var(--black);
  background-image: linear-gradient(#000000f7, #000000f7), url('../images/bkgtest.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  width: 100%;
  margin-top: -592px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
}

@media screen and (min-width: 1440px) {
  .content.no-left-right {
    margin-bottom: -100px;
  }

  .margin-bottom {
    font-size: 14px;
  }

  .menu {
    display: none;
  }

  .link-white-with-icon.phone {
    font-size: 14px;
  }

  .grid-2-columns.text-left---2-icon-grid-left {
    grid-column-gap: 100px;
  }

  .image-2 {
    margin-bottom: 60px;
  }

  .content-wrapper-copy {
    margin-top: -516px;
  }

  .header-image-mobile-copy.img-04 {
    margin-top: -69px;
  }

  .content-wrapper-tablet-copy {
    margin-top: -516px;
  }

  .content-wrapper-desktop {
    margin-top: -616px;
  }
}

@media screen and (max-width: 991px) {
  .display-3.margin-bottom {
    margin-bottom: 10px;
  }

  .display-1 {
    font-size: 38px;
    line-height: 44px;
  }

  .display-2 {
    font-size: 32px;
    line-height: 36px;
  }

  .content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns {
    display: block;
  }

  .footer {
    padding-left: 45px;
    padding-right: 45px;
  }

  .navigation-wrapper {
    height: 60px;
  }

  .button-menu {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu {
    padding: 20px;
    overflow: auto;
  }

  .navi-item {
    font-size: 30px;
  }

  .column {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column.line-left-top {
    padding-left: 10px;
  }

  .content-grid {
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-grid {
    padding: 20px;
    overflow: auto;
  }

  .contact-grid {
    grid-column-gap: 3rem;
  }

  .buy-now-button {
    width: 100%;
  }

  .add-to-cart-horiz {
    flex-wrap: wrap;
  }

  .add-to-cart-button {
    flex: 1;
  }

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .buttons-row {
    margin-left: 118px;
  }

  .mg-bottom-48px {
    margin-bottom: 40px;
  }

  .grid-2-columns.text-left---2-icon-grid-left {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .section-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .paragraph {
    padding-left: 140px;
    padding-right: 140px;
  }

  .written-testimonial_container.padding-custom1 {
    width: 30em;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .content-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .content-wrapper-copy {
    margin-top: -443px;
  }

  .content-copy-mobile, .content-lsptop {
    padding-left: 10px;
    padding-right: 10px;
  }

  .content-wrapper-tablet-copy, .content-wrapper-desktop {
    margin-top: -538px;
  }
}

@media screen and (max-width: 767px) {
  li {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .image-wrapper {
    min-height: 280px;
  }

  .arrow {
    width: 40px;
    height: 40px;
    display: none;
  }

  .arrow.right {
    right: 0;
  }

  .arrow.left {
    left: 0;
  }

  .content {
    align-self: center;
    padding: 20px 20px;
  }

  .content.center {
    align-self: center;
  }
  
  .content.no-left-right {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .fullscreen {
    min-height: auto;
    display: block;
  }

  .grid {
    height: auto;
    display: block;
  }

  .columns {
    display: block;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .notice-box {
    align-items: flex-start;
  }

  .button-menu {
    padding-left: 20px;
    inset: 0 auto 0 0;
  }

  .menu {
    flex-direction: column;
    padding-top: 60px;
    overflow: auto;
  }

  .menu-image-wrapper {
    display: none;
  }

  .menu-sub {
    flex-flow: wrap;
  }

  .header {
    height: auto;
    min-height: 100vh;
  }

  .header.detail {
    min-height: auto;
  }

  .tabs {
    flex-direction: column;
  }

  .tabs-menu {
    width: 100%;
  }

  .tab-link.w--current {
    padding-left: 20px;
  }

  .column {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .column.line-left-top {
    border-left-style: none;
    padding-left: 0;
  }

  .column.padding-left-33 {
    padding-left: 10px;
  }

  .column.no-right-left-mobile, .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .header-image {
    min-height: 100vh;
    position: relative;
  }

  .tabs-menu-ii {
    display: block;
  }

  .category-menu {
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .category-menu-item {
    padding: 15px 5px 10px;
  }

  .category-menu-white, .sub {
    flex: 1;
  }

  .menu-grid {
    flex-direction: column;
    padding-top: 60px;
    display: block;
    overflow: auto;
  }

  .grid-menu {
    display: block;
  }

  .margin-bottom-last {
    margin-bottom: 30px;
  }

  .cart-absolute {
    justify-content: flex-end;
  }

  .header-image-detail {
    background-size: cover;
    min-height: 100vh;
    position: relative;
  }

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

  .buy-now-button {
    flex: 1;
  }

  .btn-primary {
    padding: 20px 32px;
  }

  .btn-primary.button-row {
    margin-right: 16px;
  }

  .btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .mg-bottom-48px {
    margin-bottom: 32px;
  }

  .square-icon {
    border-radius: 12px;
    max-width: 56px;
  }

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

  .section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .written-testimonial_container.padding-custom1 {
    width: auto;
    margin-top: -2em;
    margin-left: 0;
    padding: 3.5em 1.5em 1.5em;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .video_container {
    width: 25em;
    height: 25em;
    overflow: visible;
  }

  .testimonial-slider-container {
    flex-direction: column;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .header-image-copy {
    min-height: 100vh;
    position: relative;
  }

  .content-copy {
    align-self: center;
    padding: 35px 20px;
  }

  .content-copy.center {
    align-self: center;
  }

  .content-wrapper-copy {
    margin-top: 251px;
    padding-left: 0;
    padding-right: 0;
  }

  .header-image-mobile-copy {
    min-height: 100vh;
    position: relative;
  }

  .header-image-mobile-copy.img-04 {
    min-height: 25vh;
  }

  .content-copy-mobile {
    align-self: center;
    margin-top: -903px;
    padding: 35px 20px;
  }

  .content-copy-mobile.center {
    align-self: center;
  }

  .content-lsptop {
    align-self: center;
    margin-top: -903px;
    padding: 35px 20px;
  }

  .content-lsptop.center {
    align-self: center;
  }

  .content-wrapper-tablet-copy, .content-wrapper-desktop {
    margin-top: 251px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .image.img-03 {
    overflow: visible;
  }

  .buy-now-button {
    flex: 0 auto;
  }

  .heading {
    font-size: 30px;
  }
  
  .content.no-left-right {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .btn-primary.button-row {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .buttons-row {
    flex-direction: column;
    margin-left: -13px;
  }

  .btn-secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mg-bottom-48px {
    margin-bottom: 32px;
  }

  .square-icon {
    border-radius: 14px;
    max-width: 56px;
  }

  .grid-2-columns.gap-56px {
    grid-row-gap: 36px;
  }

  .section-2 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .heading-8 {
    margin-top: 90px;
  }

  .paragraph {
    padding-left: 0;
    padding-right: 0;
  }

  .button-wrap {
    flex-direction: column;
    grid-auto-flow: row;
  }

  .written-testimonial_container.padding-custom1 {
    width: 270px;
    padding: 2.5em 1em 1em;
  }

  .video_container {
    width: 18em;
    height: 21em;
    overflow: hidden;
  }

  .paragraph-2 {
    font-size: .8em;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-_936ccfd2-e513-15ad-39c7-dacd4175dd66-94e05c57 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_936ccfd2-e513-15ad-39c7-dacd4175dd67-94e05c57 {
  grid-area: 1 / 4 / 5 / 6;
  align-self: end;
}

#w-node-_936ccfd2-e513-15ad-39c7-dacd4175dd86-94e05c57 {
  grid-area: 4 / 1 / 8 / 3;
}

#w-node-_936ccfd2-e513-15ad-39c7-dacd4175dd8e-94e05c57 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_936ccfd2-e513-15ad-39c7-dacd4175dda7-94e05c57 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_93719cca-0e3e-f50f-6907-098483790056-94e05c57 {
  grid-area: 1 / 1 / 6 / 7;
}

#w-node-e2453167-2fba-307a-be66-7b08e2dc288e-94e05c57 {
  grid-area: 5 / 5 / 7 / 8;
}

#w-node-e45ddc59-b916-b76e-8912-1d1619cb8d09-94e05c57 {
  grid-area: 2 / 6 / 6 / 13;
}

#w-node-_04f0bb4f-f7a3-c6fb-e9ec-a8a06017ef02-94e05c57 {
  grid-area: 1 / 2 / 4 / 12;
}

#w-node-_73e504ac-2bcf-559a-44ff-09c1db3702e2-94e05c57 {
  grid-area: 4 / 6 / 6 / 13;
}

#w-node-df0a18fc-512f-5402-41cc-36d637c541f2-94e05c57 {
  grid-area: 5 / 6 / 7 / 13;
}

#w-node-_048551f7-fe14-d9da-97af-82017495c438-94e05c57 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_048551f7-fe14-d9da-97af-82017495c43a-94e05c57 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_048551f7-fe14-d9da-97af-82017495c43c-94e05c57 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_048551f7-fe14-d9da-97af-82017495c43e-94e05c57, #w-node-_57888bdd-c554-0a13-a53e-2a1927da02d7-94e05c57 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_57888bdd-c554-0a13-a53e-2a1927da02d9-94e05c57 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_57888bdd-c554-0a13-a53e-2a1927da02db-94e05c57 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_57888bdd-c554-0a13-a53e-2a1927da02dd-94e05c57 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5f01cc8c-1d06-f6e5-8839-413b9ae57126-94e05c57, #w-node-_6c1169e8-99e5-1095-47c1-f020f804fe75-94e05c57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0d552f3b-3a71-bbf3-c1dc-b2485abd3b5f-7e7354c4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_82065c5a-4850-f5a0-b41e-b1f87e7354c5-7e7354c4 {
  grid-area: 1 / 4 / 5 / 6;
  align-self: end;
}

#w-node-_82065c5a-4850-f5a0-b41e-b1f87e7354e4-7e7354c4 {
  grid-area: 1 / 1 / 5 / 3;
}

#w-node-_82065c5a-4850-f5a0-b41e-b1f87e7354eb-7e7354c4 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_1b3de70f-d886-cd9a-c0de-87429014a0c4-94e05c6a {
  grid-area: 3 / 7 / 5 / 13;
}

#w-node-fd5e5e30-205f-047c-2943-93e7a4c3a999-94e05c6a {
  grid-area: 3 / 1 / 5 / 7;
  place-self: center;
}

#w-node-_59a6099f-89ac-85f2-0ee0-582bdbe8535a-94e05c6e {
  grid-area: 1 / 7 / 7 / 13;
}

#w-node-f8f50e58-f1e5-000d-3a2d-7b34b5f033c2-94e05c6e {
  grid-area: 1 / 2 / 7 / 7;
}

#w-node-_7c64d647-124d-1d24-cb48-fb2394a14226-94e05c6e {
  grid-area: 1 / 5 / 4 / 7;
  place-self: start;
}

#w-node-b7377ead-f5f7-baa6-1010-9178ddda4a04-94e05c6e {
  grid-area: 1 / 7 / 7 / 12;
}

#w-node-bfcf9a7c-63e8-d335-4640-801bf70552c5-94e05c6e {
  grid-area: 1 / 3 / 3 / 7;
  place-self: center;
}

#w-node-bfcf9a7c-63e8-d335-4640-801bf70552c7-94e05c6e {
  grid-area: 3 / 3 / 7 / 7;
}

#w-node-bfcf9a7c-63e8-d335-4640-801bf70552d1-94e05c6e {
  grid-area: 1 / 7 / 6 / 11;
}

#w-node-_8bc4b76e-3202-628a-64b5-2c594c1cc3f9-94e05c6f {
  grid-area: 1 / 9 / 7 / 13;
}

#w-node-_8bc4b76e-3202-628a-64b5-2c594c1cc3fb-94e05c6f {
  grid-area: 3 / 7 / 5 / 11;
}

#w-node-_8bc4b76e-3202-628a-64b5-2c594c1cc3fd-94e05c6f {
  grid-area: 1 / 2 / 4 / 7;
  place-self: center;
}

#w-node-_285a6a9c-b42f-99e3-197a-ee73c63229b1-94e05c6f {
  grid-area: 4 / 1 / 7 / 4;
  place-self: start center;
}

#w-node-_8bc4b76e-3202-628a-64b5-2c594c1cc400-94e05c6f {
  grid-area: 4 / 4 / 7 / 8;
  place-self: start;
}

#w-node-a1f4267a-6571-86dc-0186-cab617788ee7-94e05c76 {
  grid-area: 1 / 1 / 7 / 7;
}

#w-node-a1f4267a-6571-86dc-0186-cab617788ee9-94e05c76 {
  grid-area: 1 / 6 / 7 / 13;
}

#w-node-a1f4267a-6571-86dc-0186-cab617788eeb-94e05c76 {
  grid-area: 1 / 4 / 7 / 12;
  place-self: center;
}

#w-node-d91cd020-a1c7-0e17-7195-c16f9a6bbe5d-94e05c76 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d91cd020-a1c7-0e17-7195-c16f9a6bbe5f-94e05c76 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d91cd020-a1c7-0e17-7195-c16f9a6bbe61-94e05c76 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-d91cd020-a1c7-0e17-7195-c16f9a6bbe63-94e05c76 {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-e2453167-2fba-307a-be66-7b08e2dc288e-94e05c57 {
    grid-area: 5 / 2 / 7 / 7;
  }

  #w-node-_04f0bb4f-f7a3-c6fb-e9ec-a8a06017ef02-94e05c57 {
    grid-area: 1 / 1 / 4 / 13;
  }

  #w-node-_73e504ac-2bcf-559a-44ff-09c1db3702e2-94e05c57 {
    grid-area: 4 / 4 / 6 / 13;
  }

  #w-node-df0a18fc-512f-5402-41cc-36d637c541f2-94e05c57 {
    grid-area: 6 / 4 / 7 / 13;
  }

  #w-node-bfcf9a7c-63e8-d335-4640-801bf70552c7-94e05c6e {
    grid-area: 3 / 1 / 7 / 7;
  }

  #w-node-bfcf9a7c-63e8-d335-4640-801bf70552d1-94e05c6e {
    grid-area: 1 / 7 / 6 / 13;
  }

  #w-node-a1f4267a-6571-86dc-0186-cab617788eeb-94e05c76 {
    grid-area: 1 / 2 / 7 / 13;
    place-self: center;
  }
}


