:root {
  --tan: #bb8e70;
  --wine: #6a102b;
  --white: white;
  --black: black;
  --icon-width: 250px;
}

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

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

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

.w-commerce-commercecartopenlinkcount {
  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: rgba(0, 0, 0, .8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecartquantity {
  -webkit-appearance: none;
  -ms-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-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;
  -ms-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;
  -ms-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;
  -ms-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

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

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

.w-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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-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: -webkit-sticky;
  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;
  -ms-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

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

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

.w-commerce-commerceaddtocartquantityinput {
  -webkit-appearance: none;
  -ms-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;
  -ms-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 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-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

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

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

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

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

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

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

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  height: 50px;
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.divider.cc-dark-divider {
  background-color: #c19274;
  height: 1px;
}

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

.section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: flex-start;
  width: 100vw;
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  display: none;
  position: static;
}

.section.cc-store-home-wrap {
  display: block;
}

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

.section.cc-product-detail {
  align-items: center;
  width: 98vw;
  display: flex;
  position: absolute;
  left: -30px;
}

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

.container {
  width: 100vw;
}

.container.cc-subscription-form {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 130px;
  padding-bottom: 140px;
  display: flex;
}

.container.cc-heading-wrap {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 80px;
}

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

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

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

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

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

.button {
  background-color: var(--tan);
  color: #6a102b;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #6a102b;
  border-radius: 0;
  padding: 12px 25px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button {
  color: #202020;
  background-color: #c19274;
  border-color: #e2b483;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.button.cc-cart {
  transition: background-color .4s, opacity .4s, color .4s;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-cart-remove-link {
  color: #a7a7a7;
  margin-top: 4px;
  margin-bottom: 5px;
  font-weight: 400;
  text-decoration: none;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

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

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.paragraph-light {
  opacity: .6;
  letter-spacing: 0;
  text-transform: none;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 26px;
}

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

.heading-jumbo {
  color: #c19274;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo-small {
  color: #6a102b;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

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

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

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

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

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

.cart-footer {
  padding-top: 20px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

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

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

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

.product-name-text {
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

.product-name-text.cc-name-text-cart {
  font-size: 14px;
  line-height: 26px;
}

.product-name-text.cc-shipping-option {
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 26px;
}

.cart-item-info-wrap {
  margin-top: -5px;
  margin-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

.cart-quantity {
  color: #fff;
  letter-spacing: 0;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  min-width: auto;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.navigation-items {
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  padding-top: 0;
  padding-left: 250px;
  padding-right: 250px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.cart {
  margin-left: 20px;
}

.navigation {
  z-index: 999999999;
  background-color: #fff;
  border-radius: 0;
  align-items: center;
  width: 100vw;
  height: 100px;
  padding: 30px 50px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 0 6px 8px #000;
}

.text-field {
  background-color: var(--tan);
  color: #6a102b;
  border: 1px solid #6a102b;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
  display: block;
}

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

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

.text-field::placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field.cc-subscribe-text-field {
  color: #6a102b;
  background-color: #c09173;
  border-radius: 0;
  flex: 0 auto;
  width: 330px;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

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

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.text-field.cc-quantity-field {
  background-color: #fff;
  border-color: #e6e6e6;
  width: 80px;
  margin-bottom: 0;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 12px;
}

.cart-list {
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 800;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

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

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.icon {
  display: block;
}

.logo-image {
  width: 200px;
  height: auto;
  display: block;
}

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

.cart-header {
  padding-top: 16px;
  padding-bottom: 16px;
}

.navigation-wrap {
  align-items: center;
  display: flex;
}

.cart-container {
  min-width: 400px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
}

.products-heading {
  text-align: center;
  margin-bottom: 80px;
}

.collection-wrap {
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vw;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
  overflow: auto;
}

.collection-item {
  width: 33.33%;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
  margin-bottom: 20px;
}

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

.main-heading-wrap {
  margin-bottom: 60px;
}

.main-paragraph-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-areas: "Area";
  margin-top: 60px;
  margin-bottom: 150px;
}

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

.form-block {
  margin-top: 20px;
}

.footer {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". Area"
                 ". ."
                 / 2fr 1fr 1fr 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: start;
  align-items: start;
  justify-items: start;
  margin-bottom: 60px;
  padding-top: 120px;
  padding-right: 0;
  display: grid;
}

.footer-link {
  opacity: .6;
  margin-bottom: 15px;
  font-size: 14px;
  text-decoration: none;
  transition: color .2s, opacity .2s;
}

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

.footer-link.w--current, .logo-footer {
  font-family: Poppins, sans-serif;
}

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

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

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

.links-section-footer {
  margin-top: 40px;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.product-image-wrap {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 620px;
  transition: opacity .6s;
  display: block;
  position: relative;
}

.product-image-wrap:hover {
  opacity: .9;
  color: #fff;
}

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

.product-description {
  position: absolute;
  top: auto;
  bottom: 30px;
  left: 30px;
  right: auto;
}

.product-price-text {
  opacity: .6;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 26px;
}

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

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

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

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

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

.about-pictures-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 150px;
}

.contact-name-field-wrap {
  width: 50%;
  padding-right: 10px;
}

.email-name-field-wrap {
  width: 50%;
  padding-left: 10px;
}

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

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

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

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.paragraph-contact-text {
  margin-bottom: 10px;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . ."
  / 1fr 1fr 1fr 1fr;
  margin-top: 60px;
}

.support-link {
  opacity: .7;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
  transition: opacity .2s;
}

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

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

.contacts-section {
  text-align: center;
  margin-bottom: 100px;
}

.store-categories-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.products-category-link {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

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

.products-category-link:active {
  opacity: .8;
}

.products-category-link.w--current {
  opacity: 1;
  letter-spacing: 1px;
  font-weight: 600;
}

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

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

.collection-list {
  justify-content: center;
  display: flex;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

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

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

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

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

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

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

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  justify-content: center;
  width: 100vw;
  height: 5vh;
  padding-top: 10px;
  padding-bottom: 100px;
  display: flex;
}

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

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

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

.product-detail-main-details {
  margin-bottom: 30px;
}

.product-details-wrap {
  width: 50%;
  max-width: 470px;
  margin-bottom: 20px;
  margin-left: 100px;
  display: block;
  position: absolute;
}

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

.product-image {
  border: 1px solid var(--white);
  background-color: #f4f4f4;
  background-image: url('../images/placeholder-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 700px;
  margin-bottom: 30px;
  display: flex;
}

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

.product-informations {
  margin-top: 25px;
  margin-bottom: 25px;
}

.list-item {
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 5px;
  list-style-type: disc;
  display: flex;
}

.product-detail-price {
  opacity: .6;
  text-align: center;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 52px;
}

.product-detail-name {
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 52px;
}

.product-detail-unit-text {
  margin-left: 6px;
}

.product-detail-unit-text.cc-middle-text {
  margin-right: 6px;
}

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

.block-header {
  border-color: #e4e4e4;
  align-items: center;
  padding: 16px 24px;
  display: flex;
}

.block-content {
  border-bottom-color: #e4e4e4;
  border-left-color: #e4e4e4;
  border-right-color: #e4e4e4;
  padding: 24px 24px 12px;
  font-weight: 400;
}

.full-width-form {
  float: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f4f4f4;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 20px;
  display: flex;
}

.order-item-list {
  margin-bottom: -5px;
}

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

.order-item-content-wrap {
  margin-left: 24px;
}

.order-item-price {
  font-size: 14px;
}

.checkout-quantity-wrap {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
}

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

.select {
  height: 42px;
  margin-bottom: 16px;
}

.checkbox-label {
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  margin-left: 12px;
  font-size: 14px;
  line-height: 26px;
}

.billing-address-toggle {
  align-items: center;
  margin-bottom: 20px;
}

.checkbox {
  margin-top: 0;
  margin-bottom: 4px;
}

.shipping-method {
  border-bottom-color: #e4e4e4;
  padding: 20px 24px;
}

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

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

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

.blog-header-image.w--current {
  margin-bottom: 60px;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

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

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

.option {
  margin-bottom: 25px;
}

.cart-option-list {
  color: #a7a7a7;
  margin-top: 0;
  font-size: 14px;
  line-height: 26px;
}

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

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

.apple-pay, .pay-with-browser {
  height: 42px;
}

.container-2 {
  clear: none;
  position: static;
}

.lottie-animation {
  float: left;
  width: 50%;
  margin-top: 0;
  padding: 25px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 1px;
}

.lottie-animation-2 {
  width: 50px;
}

.lottie-animation-3 {
  display: block;
}

.grid-2 {
  grid-template-areas: ". Area";
  padding-left: 15px;
  padding-right: 15px;
}

.heading {
  font-weight: 600;
}

.heading-2 {
  padding-left: 15px;
  font-weight: 900;
}

.paragraph {
  padding-left: 0;
  display: block;
}

.lottie-animation-4 {
  display: flex;
  position: static;
  top: 0;
}

.div-block {
  height: 75vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 125px;
}

.lottie-animation-5 {
  width: 60px;
}

.lottie-animation-6 {
  text-align: center;
}

.lottie-animation-7 {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  padding-left: 0;
  display: flex;
}

.text-block {
  font-family: Poppins, sans-serif;
  text-decoration: none;
}

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

.heading-4 {
  text-align: center;
  font-family: Poppins, sans-serif;
}

.div-block-2 {
  background-color: #be1f1f;
  width: 6px;
}

.lottie-animation-8 {
  z-index: 0;
  clear: none;
  flex: 0 auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image {
  width: 30%;
  padding-left: 213px;
}

.body {
  cursor: none;
  background-color: #6a102b;
}

.section-2 {
  perspective: 1000px;
  background-color: #6a102b;
  justify-content: center;
  align-items: center;
  height: 90vh;
  transition: opacity .2s;
  display: flex;
}

.cursor-circle-1 {
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: fixed;
}

.div-block-3 {
  border: 3px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  display: flex;
  position: fixed;
}

.div-block-4 {
  width: 400px;
  height: 400px;
  position: absolute;
  overflow: hidden;
}

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

.div-block-5 {
  opacity: .15;
  filter: blur(13px);
  background-color: #fff;
  border-radius: 50%;
  width: 300px;
  height: 500px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.form-block-2 {
  height: 275px;
  padding-top: 0;
  position: relative;
  top: 167px;
}

.field-label {
  color: #c09174;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 24px;
}

.text-field-2, .text-field-3 {
  color: #c09174;
  background-color: #6a102b;
  border: 3px solid #c09174;
  font-family: Poppins, sans-serif;
}

.field-label-2 {
  color: #c09174;
  text-align: center;
  font-size: 24px;
}

.submit-button {
  color: #6a102b;
  text-align: center;
  background-color: #c09174;
  background-image: url('../images/submit-logo.png');
  background-position: 0 0;
  background-size: 60px;
  width: 60px;
  height: 60px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 700;
  position: absolute;
  top: 155px;
  bottom: 0%;
  left: 40%;
  right: 0%;
}

.div-block-6 {
  position: fixed;
}

.div-block-7 {
  border: 3px solid var(--white);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: fixed;
}

.circle-1 {
  border: 1px solid #c09174;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  position: fixed;
}

.circle-2 {
  border: 1px solid #c09174;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  position: fixed;
}

.circle-3 {
  border: 1px solid #c09174;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  position: fixed;
}

.circle-4 {
  border: 1px solid #c09174;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  position: fixed;
}

.sneako-vlog {
  width: 215px;
  padding-top: 0;
  position: fixed;
  top: 18.531px;
}

.vlogging-eyes {
  width: 250px;
  position: fixed;
  top: 6.531px;
}

.image-3 {
  z-index: 99999;
  width: 30px;
  position: fixed;
  top: 189px;
  left: 646px;
}

.image-4 {
  width: 60%;
  position: fixed;
  top: 259.188px;
}

.lottie-animation-9, .lottie-animation-10 {
  position: fixed;
}

.div-block-8 {
  width: 1033px;
  height: 224px;
  position: fixed;
}

.lottie-animation-11 {
  position: fixed;
  top: 19px;
}

.form {
  position: fixed;
  left: 281.5px;
}

.text-field-4 {
  width: 220px;
}

.success-message {
  background-color: #c09173;
}

.text-block-2 {
  color: #6a102b;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.error-message {
  color: #6a102b;
  background-color: #c09173;
  font-family: Poppins, sans-serif;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-3 {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}

.form-block-3 {
  width: 250px;
  padding-top: 20px;
  padding-right: 20px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.image-5 {
  color: var(--tan);
  text-shadow: 1px 1px 6px #000, 1px 1px 6px #000;
  display: inline-block;
}

.image-6 {
  float: left;
  clear: none;
  opacity: 1;
  text-align: center;
  margin-left: 61px;
  padding-left: 0;
  display: block;
}

.heading-5 {
  color: maroon;
  text-align: center;
  margin-top: 70px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.paragraph-2 {
  text-align: center;
  margin-bottom: 39px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 200;
  line-height: 50px;
  display: block;
}

.heading-6 {
  text-align: center;
  position: absolute;
}

.image-7 {
  width: 600px;
  margin-top: 0;
}

.image-8 {
  float: left;
  text-align: center;
  width: 500px;
  display: block;
}

.image-9 {
  float: none;
  text-align: center;
  width: 200px;
  margin-left: 16px;
  padding-left: 0;
  font-size: 20px;
  font-weight: 500;
  display: inline;
  position: relative;
  left: 31px;
}

.body-2 {
  display: block;
}

.lottie-animation-12 {
  display: flex;
}

.lottie-animation-13 {
  display: block;
}

.heading-7 {
  justify-content: flex-end;
  display: flex;
}

.slider {
  background-color: rgba(0, 0, 0, 0);
}

.slider-2 {
  background-color: rgba(0, 0, 0, 0);
  font-family: Poppins, sans-serif;
}

.icon-2 {
  color: #a1a1a1;
  background-color: rgba(0, 0, 0, 0);
}

.icon-3 {
  color: #a1a1a1;
}

.slider-3 {
  background-color: rgba(0, 0, 0, 0);
  width: 1000px;
  height: 361px;
  margin-top: -116px;
  position: relative;
  left: -38px;
}

.icon-4, .icon-5 {
  color: #a1a1a1;
}

.slide-nav {
  color: #fff;
  background-color: #f5f5f5;
  border: 1px solid #c19274;
}

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

.lottie-animation-14 {
  width: 60px;
}

.lottie-animation-15 {
  border: 1px solid #c19274;
}

.lottie-animation-16 {
  border: 0 solid #c19274;
  width: 100vw;
  margin-bottom: 10px;
}

.lottie-animation-17 {
  z-index: -2;
  width: 100vw;
  padding-top: 0;
  position: fixed;
  top: auto;
  left: auto;
}

.image-11 {
  z-index: 1;
  opacity: 1;
  width: 200px;
  position: fixed;
}

.link {
  z-index: 4;
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  text-decoration: none;
  position: relative;
  top: -1px;
}

.header-box {
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 80px;
  display: flex;
  position: relative;
  top: 3px;
}

.link-2 {
  z-index: 3;
  opacity: 1;
  color: #000;
  text-align: center;
  width: 180px;
  padding-top: 0;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  top: 3px;
}

.image-12 {
  opacity: 0;
  height: 40px;
  position: relative;
  top: -38px;
}

.link-block {
  position: fixed;
  top: 59px;
  bottom: 717px;
}

.grid-3 {
  grid-template-areas: ". Area";
  width: 100vw;
  height: 570px;
  position: absolute;
  top: 28%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-9 {
  background-color: #c09173;
  border: 4px solid #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-10, .div-block-11, .div-block-12 {
  background-color: #c09173;
  border: 4px solid #6a102b;
}

.heading-8 {
  color: var(--tan);
  text-align: center;
  text-shadow: none;
  font-family: Poppins, sans-serif;
  font-size: 100px;
  font-weight: 500;
  position: absolute;
  top: 112px;
}

.mission-and-vision {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.link-3 {
  color: #fff;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  text-decoration: none;
}

.link-3:hover {
  color: #6a102b;
}

.cart-button {
  color: var(--tan);
  background-color: #6a102b;
  width: 100px;
  height: 60px;
  position: fixed;
  top: 2%;
  bottom: 0%;
  left: auto;
  right: 2%;
}

.cart-button:hover {
  color: var(--tan);
}

.lottie-animation-18 {
  width: 40px;
  height: 40.25px;
  position: fixed;
  top: 25px;
  bottom: 0%;
  left: auto;
  right: 5%;
}

.cart-quantity-2 {
  z-index: 1;
  background-color: var(--tan);
  color: var(--wine);
  position: fixed;
  left: auto;
  right: 44.2656px;
}

.cart-text-thing {
  z-index: 2;
  position: relative;
}

.cart-text-thing:hover {
  color: var(--tan);
}

.cart-2 {
  clear: none;
  left: auto;
}

.div-block-13 {
  width: 60px;
  height: 60px;
  position: fixed;
  top: 2%;
  bottom: 0%;
  left: 2%;
  right: auto;
}

.link-block-2 {
  cursor: pointer;
  width: 60px;
  height: 60px;
  transition-property: none;
  position: fixed;
  top: 2%;
  bottom: 0%;
  left: 2%;
  right: auto;
}

.heading-9 {
  color: var(--tan);
  text-align: center;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 100px;
  font-weight: 500;
  position: absolute;
  top: auto;
  bottom: 22%;
  left: 0%;
  right: 0%;
}

.paragraph-3 {
  color: var(--tan);
  text-align: center;
  text-shadow: none;
  width: 80vw;
  font-family: Poppins, sans-serif;
  font-size: 45px;
  font-weight: 200;
  position: absolute;
  top: 214px;
}

.paragraph-4 {
  color: var(--tan);
  text-align: center;
  text-shadow: none;
  width: 80vw;
  font-family: Poppins, sans-serif;
  font-size: 45px;
  font-weight: 200;
  position: absolute;
  top: 268px;
}

.paragraph-5 {
  color: var(--tan);
  text-align: center;
  text-shadow: none;
  width: 80vw;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 45px;
  font-weight: 200;
  position: absolute;
  top: 321px;
}

.navbar {
  z-index: 998;
  text-align: center;
  width: 100vw;
}

.paragraph-6 {
  color: var(--tan);
  text-align: center;
  text-shadow: none;
  width: 80vw;
  margin-bottom: 0;
  padding-top: 15px;
  font-family: Poppins, sans-serif;
  font-size: 45px;
  font-weight: 200;
  position: absolute;
  top: 572px;
  bottom: auto;
  left: auto;
  right: auto;
}

.paragraph-7 {
  color: var(--tan);
  text-align: center;
  text-shadow: none;
  width: 80vw;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 45px;
  font-weight: 200;
  position: absolute;
  bottom: 93px;
}

.background-video {
  height: 100vh;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.body-3 {
  padding-top: 0;
}

.link-block-3 {
  z-index: 333;
  width: 100vw;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-10 {
  color: #fff;
  text-align: center;
  font-family: Poppins, sans-serif;
  text-decoration: none;
}

.paragraph-8 {
  font-style: normal;
  text-decoration: none;
}

.button-2 {
  z-index: 2;
  background-color: #fff;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-4 {
  z-index: 3;
  color: tan;
  text-align: center;
  width: 300px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
  font-size: 35px;
  position: static;
  top: 152px;
}

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

.text-block-5 {
  z-index: 3;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
  position: relative;
  top: auto;
}

.text-block-5:hover {
  color: #000;
}

.div-block-14 {
  background-color: tan;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  top: 414px;
}

.heading-11 {
  color: var(--tan);
}

._3-pillars {
  width: 100vw;
  height: 250vh;
  display: block;
}

.heading-12 {
  color: maroon;
  text-align: right;
  align-items: center;
  width: 500px;
  height: 50px;
  margin-top: auto;
  margin-bottom: 0;
  margin-left: 25px;
  padding-top: 0;
  padding-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 500;
  display: flex;
  position: absolute;
  top: auto;
  left: 12px;
}

.heading-13 {
  align-items: center;
  width: 400px;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 25px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: 44px;
  left: 12px;
}

.paragraph-9 {
  width: 45vw;
  margin-bottom: auto;
  margin-left: 25px;
  font-family: Poppins, sans-serif;
  position: absolute;
  top: 94px;
  left: 12px;
}

.div-block-15 {
  width: 30vw;
  height: 300px;
  position: relative;
  left: 653px;
}

.div-block-16 {
  background-color: rgba(187, 142, 112, .47);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: baseline;
  width: 100vw;
  height: 83vh;
  display: flex;
  position: relative;
}

.heading-14 {
  color: tan;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 500;
  position: relative;
  top: auto;
  right: 102px;
}

.div-block-17 {
  background-color: var(--wine);
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: baseline;
  width: 100vw;
  height: 83vh;
  display: flex;
}

.heading-15 {
  color: #fff;
  text-align: right;
  width: 500px;
  height: 50px;
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  top: 37px;
  right: 102px;
}

.paragraph-10 {
  color: #fff;
  text-align: right;
  width: 50vw;
  font-family: Poppins, sans-serif;
  position: absolute;
  top: auto;
  bottom: auto;
  right: 102px;
}

.heading-16 {
  width: 300px;
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  top: 35px;
  left: 54px;
}

.paragraph-11 {
  width: 50vw;
  margin-bottom: 0;
  position: absolute;
  top: 101px;
  left: 54px;
}

.div-block-18 {
  width: auto;
  height: 50vh;
  padding-right: 28px;
  position: absolute;
  top: 35px;
  bottom: 0%;
  left: auto;
  right: 6%;
}

.image-13 {
  height: 70vh;
  position: relative;
  top: auto;
}

.heading-17 {
  color: maroon;
  text-shadow: none;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 500;
  display: flex;
  position: absolute;
  top: auto;
  left: 54px;
}

.div-block-19 {
  height: 50vh;
  position: absolute;
}

.image-14 {
  height: 60vh;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 4%;
  right: auto;
}

.image-15 {
  height: 60vh;
  margin-bottom: 61px;
  margin-right: 28px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 6%;
}

.section-6 {
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.heading-18 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 500px;
  font-family: Poppins, sans-serif;
  display: flex;
  position: relative;
  left: 607px;
}

.slider-4 {
  width: 40vw;
  margin-left: auto;
  position: absolute;
}

.slide-nav-2 {
  background-color: tan;
}

.div-block-20 {
  background-color: #fff;
  justify-content: center;
  width: 50vw;
  height: 100vh;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block-21 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: 100vh;
  display: flex;
  position: absolute;
}

.heading-19 {
  text-align: left;
  width: 300px;
  margin-top: 53px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  position: absolute;
  left: 31.25px;
}

.div-block-22 {
  width: 30%;
  height: 30%;
  position: absolute;
  left: 379.75px;
}

.image-16 {
  margin-top: 17px;
}

.div-block-23 {
  width: 50vw;
  height: 70vh;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.product-grid {
  grid-template-rows: auto;
  min-height: 80vh;
  padding-right: 0;
}

.product-content-wrapper {
  margin-left: 14px;
  padding-right: 0;
}

.product-name {
  color: var(--wine);
  width: 25vw;
  margin-top: -4px;
  margin-bottom: -2px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.text-block-6 {
  margin-top: 25px;
  font-family: Poppins, sans-serif;
}

.price {
  margin-bottom: 11px;
}

.paragraph-12 {
  width: 45vw;
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.italic-text {
  font-family: Poppins, sans-serif;
  font-weight: 200;
}

.div-block-24 {
  width: 20vw;
}

.image-17 {
  width: 10vw;
  position: absolute;
  top: 17%;
  bottom: auto;
  left: auto;
  right: 10%;
}

.field-label-3 {
  color: var(--wine);
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.select-field {
  border: 1px none var(--wine);
  background-color: var(--wine);
  color: tan;
  border-radius: 0;
  width: 10vw;
  font-family: Poppins, sans-serif;
  font-weight: 200;
}

.field-label-4 {
  color: var(--wine);
  font-family: Poppins, sans-serif;
}

.quantity {
  background-color: var(--wine);
  color: tan;
}

.submit-button-2 {
  color: var(--wine);
  background-color: tan;
  position: absolute;
  top: 514px;
  left: 806.5px;
}

.option-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 20vw;
  display: grid;
}

.image-18 {
  min-width: 40vw;
  position: absolute;
}

.slider-5 {
  width: 30vw;
}

.slide {
  background-color: var(--wine);
  background-image: url('../images/aWhiteFront.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}

.div-block-25 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-nav-3 {
  background-color: var(--wine);
}

.option-2 {
  border-radius: 0;
}

.heading-20 {
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.collection-list-wrapper {
  padding-top: 107px;
  top: 45px;
}

.collection-item-2 {
  background-color: maroon;
}

.slide-3 {
  background-image: url('../images/aWhiteBack.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.mask {
  background-color: rgba(0, 0, 0, 0);
  width: 30vw;
}

.slide-4 {
  background-image: url('../images/aWhiteBack.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-5 {
  background-color: #00f;
}

.slider-6 {
  width: 40vw;
  height: 65vh;
  position: relative;
  top: -20px;
}

._0001-white-front {
  background-color: var(--wine);
  background-image: url('../images/WhiteFront.png');
  background-position: 0 17px;
  background-repeat: no-repeat;
  background-size: contain;
}

._0001-white-back {
  background-color: var(--wine);
  background-image: url('../images/aWhiteBack.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

._0001-black-front {
  background-color: var(--wine);
  background-image: url('../images/BlackFront.png');
  background-position: 0 17px;
  background-repeat: no-repeat;
  background-size: contain;
}

._0001-black-back {
  background-color: var(--wine);
  background-image: url('../images/BlackBack.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.image-19 {
  width: 10vw;
  position: absolute;
  top: 20%;
  left: 1083.5px;
}

.section-7 {
  width: 100vw;
  height: 83vh;
}

.slide-nav-4 {
  background-color: rgba(0, 0, 0, 0);
}

._0001-black-back2 {
  background-color: var(--wine);
  background-image: url('../images/BlackBack_1.png');
  background-position: 0 17px;
  background-repeat: no-repeat;
  background-size: contain;
}

._0001-whiteback {
  background-color: var(--wine);
  background-image: url('../images/WhiteBack.png');
  background-position: 0 17px;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-26 {
  height: 400px;
}

.text-block-7 {
  clear: none;
  width: 500px;
  font-size: 8px;
  position: absolute;
  top: 441px;
}

.text-block-8 {
  align-items: center;
  font-size: 8px;
  display: flex;
  position: relative;
  top: -9px;
  left: -222px;
}

.image-20 {
  width: 100vw;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.section-8 {
  width: 100vw;
  height: 100vh;
  position: relative;
}

.section-9 {
  position: relative;
}

.submit-button-3 {
  background-color: var(--wine);
  color: tan;
  position: absolute;
  top: 71px;
}

.field-label-5 {
  color: var(--wine);
  position: absolute;
}

.text-field-5 {
  border: 3px solid var(--wine);
  width: 240px;
  position: absolute;
  top: 26px;
}

.form-2 {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.form-block-4 {
  padding-bottom: 0;
}

.section-10 {
  width: 100vw;
  height: 100vh;
}

.heading-21 {
  color: var(--wine);
  font-family: Poppins, sans-serif;
  font-weight: 600;
  position: absolute;
}

.grid-4 {
  grid-template-rows: auto;
  width: 100vw;
  height: 100vh;
  position: relative;
}

.text-block-9 {
  align-items: center;
  padding-left: 10px;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  line-height: 32px;
  display: flex;
}

.image-21 {
  white-space: normal;
  position: relative;
}

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

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100vw;
  padding-bottom: 12px;
  position: absolute;
}

.link-4 {
  text-decoration: none;
}

.div-block-28 {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.div-block-29 {
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  width: auto;
  display: flex;
}

.div-block-30 {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.image-22 {
  width: 40px;
  position: absolute;
  left: 44.156px;
}

.image-23 {
  height: 50px;
  position: absolute;
  left: auto;
}

.image-24 {
  height: 50px;
  position: absolute;
  left: auto;
  right: 273.188px;
}

.italic-text-2 {
  font-size: 8px;
}

.section-11 {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  width: 100vw;
  height: 125px;
  display: flex;
  position: relative;
}

.image-26 {
  width: 50vw;
  position: absolute;
}

.grid-6 {
  width: 100vw;
  position: relative;
}

.div-block-31 {
  position: absolute;
}

.div-block-32 {
  width: 50vw;
  position: relative;
}

.grid-7 {
  width: 100vw;
}

.grid-8 {
  grid-column-gap: 10px;
  grid-row-gap: 60px;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto auto auto auto auto;
  align-items: center;
  justify-items: center;
  width: 100vw;
  position: relative;
}

.body-4 {
  flex-wrap: wrap;
  align-items: flex-start;
  display: block;
}

.heading-22 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.bold-text {
  font-size: 30px;
}

.blog-left-text {
  padding-left: 10px;
}

.link-5 {
  width: auto;
}

.paragraph-13 {
  flex: 1;
  font-family: Poppins, sans-serif;
}

.link-6, .italic-text-3 {
  display: inline;
}

.links {
  color: var(--wine);
  cursor: pointer;
}

.blog-picture {
  justify-content: center;
  width: 45vw;
  display: flex;
  position: static;
}

.image-27 {
  height: 60vh;
}

.image-28 {
  height: 50vh;
}

.link-7 {
  color: var(--wine);
}

.link-8, .link-9, .link-10, .link-11 {
  color: #6a102b;
}

.heading-23 {
  color: var(--wine);
  text-align: center;
  margin-top: 44px;
  font-family: Poppins, sans-serif;
  font-size: 80px;
  font-weight: 800;
}

.community {
  position: relative;
  top: 203px;
  left: 20px;
}

.div-block-33 {
  padding-bottom: 0;
  position: absolute;
  top: 257%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block-34 {
  position: relative;
  top: 198px;
  left: 20px;
}

.link-12 {
  color: #afafaf;
}

.checkout-button {
  background-color: var(--wine);
  color: tan;
  border: 5px solid tan;
  border-radius: 2px;
}

.grid-9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100vw;
  padding-left: 20px;
}

.image-29, .image-30 {
  height: 50px;
}

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

.the-quality-philosophy {
  background-color: #fff;
  display: block;
  position: relative;
  top: 71px;
}

.section-12 {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 590px;
}

.image-31 {
  height: 60vh;
  margin-top: 73px;
  margin-left: 45px;
}

.grid-10 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 70vw;
  height: 60px;
}

.image-32 {
  height: 60px;
}

.div-block-36 {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.link-13 {
  font-family: Poppins, sans-serif;
  text-decoration: none;
}

.field-label-6 {
  color: var(--wine);
  text-align: center;
  padding-right: 10px;
}

.field-label-7 {
  color: var(--wine);
  text-align: center;
  padding-left: 15px;
  padding-right: 10px;
  font-family: Poppins, sans-serif;
}

.text-field-6, .text-field-7 {
  border: 3px solid var(--wine);
  background-color: tan;
  width: auto;
}

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

.submit-button-4 {
  background-color: var(--wine);
  color: var(--tan);
  position: relative;
  top: -7px;
  left: 7px;
}

.form-block-5 {
  margin-bottom: 5px;
  padding-top: 31px;
}

.text-block-10 {
  color: var(--wine);
  text-align: center;
  padding-bottom: 8px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.section-13 {
  flex-flow: column-reverse;
  justify-content: space-around;
  align-items: center;
  width: 100vw;
  display: flex;
}

.section-14 {
  width: 100vw;
  height: 100px;
}

.heading-24 {
  text-align: center;
  padding-top: 36px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.paragraph-14 {
  text-align: center;
  padding-bottom: 35px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
}

.bold-text-2 {
  font-size: 60px;
}

.grid-11 {
  color: var(--wine);
  background-color: tan;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  height: 60vh;
}

.text-block-11 {
  justify-content: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  display: flex;
}

.text-block-12 {
  color: tan;
  text-align: center;
  width: 400px;
  position: relative;
  top: 65px;
}

.social-icon-2 {
  margin-left: 10px;
  margin-right: 10px;
}

.social-icon {
  width: 40px;
  margin-left: 10px;
  margin-right: 10px;
}

._3pill-para-left {
  color: #000;
  width: 45vw;
  margin-bottom: auto;
  margin-left: auto;
  font-family: Poppins, sans-serif;
  display: inline-block;
  position: static;
  top: 94px;
  left: 12px;
}

.field-label-8 {
  color: #000;
  text-align: center;
  margin-bottom: auto;
}

.form-4 {
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: center;
  align-items: center;
  width: auto;
  display: inline-block;
}

.paragraph-15 {
  text-align: center;
  margin-bottom: auto;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 200;
  line-height: 50px;
  display: block;
}

.section-15 {
  background-color: rgba(0, 0, 0, 0);
  margin-top: auto;
  margin-bottom: auto;
  display: inline-block;
}

._3pill-div-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  top: 203px;
  left: 20px;
}

._3-pillars-2 {
  width: 100vw;
  height: 250vh;
  display: inline-block;
}

.text-field-9 {
  background-color: tan;
  border: 3px solid #000;
  width: 250px;
}

.section-16 {
  flex-flow: column-reverse;
  justify-content: space-around;
  align-items: center;
  width: 100vw;
  margin-top: 55px;
  display: block;
}

.text-block-13 {
  width: 250px;
  height: 40px;
  font-family: Poppins, sans-serif;
  font-size: 26px;
  font-weight: 600;
}

.text-field-8 {
  color: #6a102b;
  background-color: tan;
  border: 3px solid #000;
  width: 250px;
  margin-bottom: 20px;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
}

.mission-lines {
  color: #bb8e70;
  text-align: center;
  text-shadow: none;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 200;
  display: block;
  position: static;
  top: 214px;
}

.link-14 {
  opacity: 1;
  color: #000;
  align-self: center;
  margin-right: 20px;
  font-family: Poppins, sans-serif;
  text-decoration: none;
}

.link-14:hover {
  color: tan;
}

._3pill-sec-1 {
  background-color: rgba(187, 142, 112, .47);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: baseline;
  width: 100vw;
  height: 83vh;
  display: flex;
  position: relative;
}

.background-video-2 {
  height: 100vh;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.mission-and-vision-2 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  display: inline-block;
  position: relative;
}

.social-link-block-bottom {
  align-self: center;
  align-items: center;
  display: flex;
}

.checkout-button-2 {
  color: tan;
  background-color: #6a102b;
  border: 5px solid tan;
  border-radius: 2px;
}

._3pill-esc-2 {
  background-color: #6a102b;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: baseline;
  width: 100vw;
  height: 83vh;
  display: flex;
}

._3pill-para-right {
  color: #fff;
  width: 45vw;
  margin-bottom: auto;
  margin-left: auto;
  font-family: Poppins, sans-serif;
  display: inline-block;
  position: static;
  top: 94px;
  left: 12px;
}

.cart-text-thing-2 {
  z-index: 2;
  position: relative;
}

.cart-text-thing-2:hover {
  color: #bb8e70;
}

.linkedin---copy-this {
  transition: transform .3s ease-in;
}

.linkedin---copy-this:hover {
  transform: scale(1.1);
}

.div-block-38 {
  flex-wrap: wrap;
  justify-content: center;
  width: 100vw;
  height: 40px;
  margin-bottom: 11px;
  display: flex;
}

.submit-button-5 {
  color: tan;
  background-color: #000;
  width: 250px;
  display: inline-block;
  position: static;
}

.div-block-39 {
  flex-wrap: wrap;
  justify-content: center;
  align-self: auto;
  width: 100vw;
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
}

._3pill-head-right {
  color: #bb8e70;
  text-align: left;
  align-items: center;
  width: 45vw;
  height: 50px;
  margin-top: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 0;
  padding-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 500;
  display: inline-block;
  position: static;
  top: auto;
  left: auto;
}

.heading-25 {
  color: maroon;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

._3pill-image {
  height: 50vh;
  margin-top: 0;
  margin-left: 0;
}

.cart-quantity-3 {
  z-index: 1;
  color: #6a102b;
  background-color: #bb8e70;
  position: fixed;
  left: auto;
  right: 44.2656px;
}

.facebook---copy-this {
  transition: transform .3s ease-in;
}

.facebook---copy-this:hover {
  transform: scale(1.1);
}

._3pill-grid {
  grid-template-rows: auto;
  width: 100vw;
  height: 83vh;
}

.form---copy-this {
  flex-wrap: wrap;
  justify-content: center;
  width: 400px;
  display: flex;
}

._3pill-head-left {
  color: #6a102b;
  text-align: left;
  align-items: center;
  width: 45vw;
  height: 50px;
  margin-top: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 0;
  padding-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 500;
  display: inline-block;
  position: static;
  top: auto;
  left: auto;
}

._3pill-div-right {
  justify-content: center;
  align-items: center;
  display: flex;
}

.mission-header {
  float: none;
  clear: none;
  color: #bb8e70;
  text-align: center;
  text-shadow: none;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 100px;
  font-weight: 500;
  display: block;
  position: relative;
  top: auto;
}

._3pill-subhead-left {
  color: #000;
  align-items: center;
  width: 45vw;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  position: static;
  top: 44px;
  left: 12px;
}

.text-block-14 {
  text-align: center;
  align-self: center;
  font-family: Poppins, sans-serif;
  font-weight: 200;
}

._3pill-subhead-right {
  color: #fff;
  align-items: center;
  width: 45vw;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  position: static;
  top: 44px;
  left: 12px;
}

.cart-button-2 {
  color: #bb8e70;
  background-color: #6a102b;
  width: 100px;
  height: 60px;
  display: none;
  position: fixed;
  top: 2%;
  bottom: 0%;
  left: auto;
  right: 2%;
}

.cart-button-2:hover {
  color: #bb8e70;
}

.section-17 {
  width: 100vw;
  height: 125px;
  display: inline-block;
  position: relative;
}

.text-field-10 {
  background-color: tan;
  border: 3px solid #000;
  width: 250px;
  position: absolute;
  top: 26px;
}

.submit-button-6 {
  color: tan;
  background-color: #000;
  width: 250px;
  font-family: Poppins, sans-serif;
  display: inline-block;
  position: static;
}

.section-18 {
  width: 100vw;
  height: 100vh;
  display: inline-block;
  position: static;
}

.submit-button-7 {
  color: tan;
  background-color: #000;
  width: 250px;
  font-family: Poppins, sans-serif;
  position: relative;
  top: 71px;
}

.field-label-9 {
  color: #000;
  text-align: center;
  margin-bottom: auto;
  font-family: Poppins, sans-serif;
}

.shitposts {
  width: 100vw;
  padding-top: 10px;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.field-label-10 {
  color: #000;
  font-family: Poppins, sans-serif;
  position: absolute;
}

.paragraph-16 {
  width: 45vw;
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.product-slide {
  margin-top: 50px;
}

.select-field-2 {
  color: tan;
  background-color: #6a102b;
  border: 1px #6a102b;
  border-radius: 0;
  width: 10vw;
  font-family: Poppins, sans-serif;
  font-weight: 200;
}

.product-slider {
  width: 475px;
  height: 400px;
  position: relative;
  top: -20px;
}

.product-name-2 {
  color: #6a102b;
  width: 25vw;
  margin-top: -4px;
  margin-bottom: -2px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.quantity-2 {
  color: tan;
  background-color: #6a102b;
}

.field-label-11 {
  color: #6a102b;
  font-family: Poppins, sans-serif;
}

.grid-12 {
  color: #6a102b;
  background-color: tan;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  height: 60vh;
}

.product-content-wrapper-2 {
  margin-left: 14px;
  padding-right: 0;
  position: relative;
}

.image-33 {
  clear: none;
  width: 10vw;
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 10%;
}

.collection-name {
  margin-top: 25px;
  font-family: Poppins, sans-serif;
}

._0001-white-front-2 {
  background-color: #6a102b;
  background-image: url('../images/WhiteFront.png');
  background-position: 0 17px;
  background-repeat: no-repeat;
  background-size: contain;
}

.product-grid-2 {
  grid-template-rows: auto;
  min-height: 80vh;
  padding-right: 0;
}

.field-label-12 {
  color: #6a102b;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

._0001-whiteback-2 {
  background-color: #6a102b;
  background-image: url('../images/WhiteBack.png');
  background-position: 0 17px;
  background-repeat: no-repeat;
  background-size: contain;
}

._0001-black-front-2 {
  background-color: #6a102b;
  background-image: url('../images/BlackFront.png');
  background-position: 0 17px;
  background-repeat: no-repeat;
  background-size: contain;
}

._0001-black-back2-2 {
  background-color: #6a102b;
  background-image: url('../images/BlackBack_1.png');
  background-position: 0 17px;
  background-repeat: no-repeat;
  background-size: contain;
}

.section-19 {
  width: 100vw;
  height: 83vh;
}

.submit-button-8 {
  color: #6a102b;
  background-color: tan;
  justify-content: center;
  width: 220px;
  height: 50px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 700;
  position: static;
  top: 514px;
  left: 806.5px;
  box-shadow: 0 0 20px -9px #000;
}

.productgif {
  width: 100px;
  margin-right: 30px;
  position: absolute;
  top: 4%;
  bottom: auto;
  left: auto;
  right: 11%;
}

.image-34 {
  height: 60vh;
}

.link-15 {
  color: #6a102b;
}

.grid-13 {
  grid-column-gap: 10px;
  grid-row-gap: 60px;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto auto auto auto auto;
  align-items: center;
  justify-items: center;
  width: 100vw;
  position: relative;
}

.heading-26 {
  color: #6a102b;
  text-align: center;
  margin-top: 44px;
  font-family: Poppins, sans-serif;
  font-size: 80px;
  font-weight: 800;
}

.links-2 {
  color: #6a102b;
  cursor: pointer;
}

.image-35 {
  height: 50vh;
}

.div-block-40 {
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: block;
  position: fixed;
}

.background-video-3 {
  position: static;
}

.div-block-41 {
  margin-top: -60px;
  display: block;
  position: static;
}

.section-20 {
  height: 100vh;
  display: block;
}

.image-36 {
  border: 1px solid rgba(0, 0, 0, .22);
  width: auto;
  height: auto;
}

.image-37 {
  width: 300px;
  margin-top: 25px;
  margin-left: 0;
}

.button-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #6a102b;
  border-radius: 0;
  padding: 12px 25px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

.button-3:active {
  background-color: #434d45;
}

.field-label-14 {
  font-family: Poppins, sans-serif;
}

.collection-list-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.option-list-3 {
  display: block;
}

.big-image-product-page {
  margin-left: 25px;
}

.label-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.select-2 {
  width: 100px;
  height: 42px;
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-style: normal;
  display: block;
}

.image-38 {
  margin-top: 25px;
  margin-left: -25px;
}

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

.price-2 {
  margin-top: 11px;
  margin-bottom: 11px;
  font-family: Poppins, sans-serif;
}

.add-to-cart-2 {
  margin-top: 0;
}

.option-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.collection-item-3 {
  z-index: 999;
  width: 100px;
  padding-left: 0;
  padding-right: 20px;
}

.option-3 {
  margin-bottom: 10px;
  margin-right: 4px;
}

.option-3.text-option {
  cursor: pointer;
}

.option-3.color-option {
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.text-field-11 {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

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

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

.text-field-11::placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field-11.cc-quantity-field {
  background-color: #fff;
  border-color: #e6e6e6;
  width: 80px;
  margin-bottom: 0;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 12px;
}

.lightbox-link {
  z-index: 999;
  position: relative;
}

.grid-16 {
  grid-template-rows: 16px 16px 16px 16px 16px 16px 16px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  width: 98vw;
  height: 100vh;
}

.sizechart-table-labels {
  text-align: center;
  justify-content: center;
  height: 16px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  line-height: 16px;
  display: flex;
}

.size-chart-normal-block {
  text-align: center;
  height: 16px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  line-height: 16px;
}

.section-21 {
  justify-content: center;
  display: flex;
}

.size-chart-size {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  line-height: 16px;
}

.heading-27 {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  line-height: 44px;
}

.fugami-hero {
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 80vh;
  display: flex;
}

.fugami-title-div {
  flex-wrap: wrap;
  justify-content: center;
  height: auto;
  display: flex;
}

.fugami-title {
  color: #fff;
  text-align: center;
  width: 70vw;
  margin: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 72px;
  font-weight: 800;
  line-height: 72px;
}

.fugami-title-subheading {
  color: #fff;
  text-align: center;
  width: 60vw;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
}

.link-block-4 {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

.text-block-15 {
  color: #000;
  padding: 20px 100px;
  font-size: 24px;
  font-weight: 700;
}

.fugami-carousel-container {
  display: flex;
  overflow: hidden;
}

.fugami-logo-container {
  background-color: #000;
  justify-content: space-around;
  min-width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 0;
  display: flex;
}

.fugami-logo-image {
  height: 40px;
}

.fugami-portfolio-container {
  min-width: 100%;
}

.fugami-port-preview-container {
  justify-content: center;
  min-width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  overflow: visible;
}

.image-39 {
  height: auto;
}

.fugami-port-preveiw {
  background-color: #ddd;
  border-radius: 10px;
  width: 250px;
  height: 250px;
  margin-left: 20px;
  margin-right: 20px;
}

.fugami-port-announcement {
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-top: 20px;
  display: flex;
  position: absolute;
  left: 184px;
}

.text-block-16 {
  z-index: 2;
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 16px;
  position: relative;
}

.image-40 {
  z-index: 1;
  height: 100px;
  position: absolute;
}

.fugami-section-2 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fugami-header {
  color: #fff;
  text-align: center;
  width: 60vw;
  margin: 60px 10px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 49px;
  font-weight: 800;
  line-height: 49px;
}

.fugami-subheading {
  color: #fff;
  text-align: center;
  width: 60vw;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
}

.fugami-icon-container {
  justify-content: space-around;
  width: 80%;
  padding: 30px 40px;
  display: flex;
}

.fugami-icon-box {
  flex-flow: wrap;
  justify-content: center;
  width: 30%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-17 {
  color: #fff;
  text-align: center;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
}

.image-41 {
  margin-bottom: 10px;
}

.fugami-quote-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.fugami-quote-box {
  background-color: #ddd;
  justify-content: center;
  width: 70vw;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.text-block-18 {
  text-align: center;
  font-size: 20px;
  line-height: 22px;
}

.text-block-19 {
  text-align: center;
  width: auto;
  font-size: 20px;
  line-height: 22px;
}

.text-block-19.below {
  text-align: left;
  margin-bottom: 10px;
}

.div-block-42 {
  flex-wrap: wrap;
  justify-content: center;
  width: 50%;
  display: flex;
}

.text-block-20 {
  color: #757575;
  text-align: center;
  -webkit-text-stroke-color: #2c72be;
  font-family: Changa One, Impact, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.text-block-20.below {
  color: #757575;
  text-align: left;
}

.image-42 {
  filter: invert();
  margin-top: 30px;
  margin-bottom: 10px;
}

.fugami-header-subheader-div {
  background-color: #ddd;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.fugami-split-container {
  width: 100vw;
  padding-top: 30px;
  padding-bottom: 30px;
}

.fugami-quote2---container {
  background-color: #fff;
  width: 80%;
  padding: 30px;
}

.cell {
  align-items: center;
}

.text-block-21 {
  width: 60%;
}

.fugami-headshot-title {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.fugami---quote-headshot {
  border-radius: 20px;
  margin-right: 20px;
}

.fugami-3-stacked-points-container {
  flex-wrap: wrap;
  width: 80%;
  height: 100%;
  padding: 0;
  display: flex;
}

.fugami-3-stacked-heading {
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.fugami-3-stacked-point {
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
}

.fugami-3-stack-div {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.fugami-video-portfolio-container {
  justify-content: center;
  width: 100vw;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.fugami-video-portfolio-stack {
  width: 80%;
}

.fugami-portfolio-video-div {
  width: 100%;
  padding: 30px;
}

.fugami-services-container {
  width: 100vw;
  padding-top: 30px;
  padding-bottom: 30px;
}

.fugami-services-grid {
  justify-content: center;
  width: 100vw;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.fugami-services-div {
  -webkit-text-stroke-width: 0px;
  border: 6px solid #757575;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 80%;
  padding: 30px;
  display: flex;
}

.text-block-22 {
  -webkit-text-stroke-width: 0px;
}

.fugami-ad-div {
  width: 30%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.fugami-services-text {
  border-bottom: 6px solid #7e7d7d;
  margin-left: 10px;
  margin-right: 10px;
}

.fugami-memberships-container {
  justify-content: center;
  width: 100vw;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.fugami-membership-block {
  background-color: #fff;
  width: 100%;
  margin-bottom: 10px;
  padding: 30px;
}

.fugami-membership-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 80%;
}

.membership-heading {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 20px;
}

.membership-subheading {
  width: 100%;
  font-size: 12px;
  line-height: 14px;
}

.membership-price {
  width: 100%;
  margin-top: 40px;
  font-size: 24px;
  line-height: 32px;
}

.link-block-5 {
  color: #fff;
  background-color: #000;
  border-radius: 11px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

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

.text-block-24 {
  text-align: center;
  padding: 10px 20px;
}

.text-block-24:hover {
  color: #fff;
}

.membership-book {
  text-align: center;
  width: 100%;
  font-size: 12px;
  line-height: 14px;
}

.link-16 {
  color: #000;
  font-weight: 700;
}

.what-s-included {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 16px;
}

.what-s-included-bullets {
  width: 100%;
  font-size: 12px;
  line-height: 18px;
}

.fugami-logo-div {
  justify-content: center;
  padding-top: 10px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.port-section-container {
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.port-example-div {
  flex-wrap: wrap;
  justify-content: center;
  width: 70%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.video {
  width: 80%;
  height: auto;
  max-height: 650px;
}

.port-title-div {
  text-align: left;
  width: 80%;
  margin-top: 0;
  margin-left: 0;
  margin-right: -100px;
}

.port-number {
  z-index: 3;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  font-weight: 200;
  line-height: 65px;
  position: relative;
}

.body-6 {
  background-color: #d4ffd4;
}

.port-number-div {
  text-align: left;
  width: 80%;
  margin-bottom: 0;
  margin-left: -100px;
  margin-right: 0;
}

.port-title {
  z-index: 3;
  color: #bdcaff;
  text-align: left;
  margin-top: -30px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 65px;
  position: relative;
}

.port-subtitle {
  z-index: 3;
  color: #fff;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
}

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

.backgroundvidwrap {
  z-index: -1;
  background-color: #5dabc7;
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
}

.skybgvid {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
}

.fugami-hero-container {
  border-bottom: 5px solid var(--white);
  background-color: rgba(0, 0, 0, 0);
  width: 100vw;
  height: auto;
  padding: 30px;
}

.fugami-hero-title-div {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fugami-hero-title {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 60px;
  display: none;
}

.image-43 {
  width: 150px;
  height: auto;
}

.text-block-25 {
  width: 25%;
}

.text-block-26 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  width: 100%;
  margin-top: 30px;
  font-size: 120px;
  line-height: 120px;
}

.fugami-portfolio-header-container {
  background-color: rgba(0, 0, 0, 0);
  width: 100vw;
  height: auto;
  padding: 30px;
}

.subheader {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 120px;
}

.hero-image {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: white;
  width: 100%;
  margin-top: 30px;
  font-size: 80px;
  font-weight: 700;
  line-height: 120px;
}

.text-block-27 {
  color: #000;
  text-align: center;
  font-size: 48px;
  font-weight: 800;
  line-height: 56px;
}

.div-block-43 {
  background-color: #fff;
  border-radius: 11px;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.link-17 {
  color: #000;
  text-decoration: none;
}

.section-23 {
  color: #fff;
  padding-top: 0;
}

.email {
  color: #000;
  text-align: center;
  font-size: 48px;
  font-weight: 800;
  line-height: 56px;
}

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

.home-hero {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
}

.image-44 {
  width: 800px;
  height: auto;
  position: absolute;
}

.div-block-44 {
  width: 800px;
  height: 150px;
  display: block;
}

.text-block-29 {
  opacity: 0;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 150px;
  font-family: Edwardian, sans-serif;
  font-size: 62px;
  line-height: 62px;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.stickywrap {
  padding-bottom: 100vh;
  position: relative;
}

.stickytrigger {
  border: 0px solid var(--wine);
  border-radius: 0;
  width: 100vw;
  height: 300vh;
}

.section-25 {
  background-color: rgba(0, 0, 0, 0);
  width: 100vw;
  height: 100vh;
}

.stickytrack {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.stickyelement {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.text-block-30 {
  opacity: 0;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Edwardian, sans-serif;
  font-size: 62px;
  font-weight: 900;
  line-height: 62px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-45 {
  height: 100px;
  display: block;
  position: absolute;
}

.loopbgvid {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
}

.bg-vid-sticky {
  z-index: -1;
  background-color: #5dabc7;
  width: 100vw;
  height: 100vh;
  display: none;
  position: absolute;
}

.logos-wrapper {
  width: 100vw;
  height: 100vh;
  display: none;
}

.logo-grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100vw;
  height: 100vh;
  padding: 220px 100px;
}

.logos-wrapper-2 {
  flex-flow: wrap;
  width: 100vw;
  height: 100vh;
  padding: 220px 100px;
  display: flex;
  overflow: scroll;
}

.logo-1-3 {
  justify-content: center;
  align-items: center;
  width: 33%;
  height: 33%;
  display: flex;
}

.image-46 {
  width: 200px;
  height: auto;
}

@media screen and (max-width: 991px) {
  .section.cc-product-detail {
    flex-direction: column;
  }

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

  .button {
    justify-content: center;
  }

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

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .navigation-items {
    background-color: #fff;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    top: 7%;
  }

  .cart {
    margin-left: 0;
    margin-right: 30px;
  }

  .navigation {
    padding: 25px 30px;
  }

  .text-field.cc-quantity-field {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .collection-item {
    width: 100%;
    max-width: 620px;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .intro-text {
    width: auto;
  }

  .picture-placeholder.cc-about-2 {
    height: 460px;
  }

  .contact-name-field-wrap {
    width: 100%;
    padding-right: 0;
  }

  .email-name-field-wrap {
    width: 100%;
    padding-left: 0;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .credentials-inputs-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .grid {
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .number-contact-wrap {
    margin-bottom: 20px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .product-details-wrap {
    text-align: center;
    width: 100%;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-image {
    width: 100%;
    margin-bottom: 40px;
  }

  .product-detail-cta-wrap {
    flex-direction: column;
    justify-content: center;
  }

  .full-width-form {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 40px 40px 40px 0;
    display: grid;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .blog-header-image {
    height: 460px;
  }

  .header-box {
    height: 40px;
    position: relative;
    left: 35%;
  }

  .link-2 {
    font-size: 12px;
  }

  .cart-quantity-2 {
    right: 28.2656px;
  }

  .image-17 {
    top: 24%;
  }

  .submit-button-2 {
    left: 614.5px;
  }

  .slider-6 {
    height: 350px;
  }

  .text-block-12 {
    text-align: center;
    width: 400px;
  }

  .section-16 {
    margin-top: auto;
  }

  .mission-lines {
    font-size: 20px;
  }

  .link-14 {
    font-size: 14px;
  }

  .mission-and-vision-2 {
    width: 100vw;
    height: 100vh;
  }

  .menu-button-2 {
    padding: 0;
  }

  .menu-button-2.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .cart-quantity-3 {
    right: 28.2656px;
  }

  .mission-header {
    margin-top: 10px;
  }

  ._3pill-subhead-left, ._3pill-subhead-right {
    font-size: 15px;
  }

  .section-18 {
    height: auto;
  }

  .product-slider {
    width: 300px;
    height: 275px;
  }

  .image-33 {
    position: static;
    top: auto;
  }

  .section-19 {
    height: 400px;
  }

  .submit-button-8 {
    left: 614.5px;
  }

  .image-34 {
    height: 300px;
  }

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

  .text-field-11.cc-quantity-field {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .subheader {
    line-height: 32px;
  }

  .hero-image {
    line-height: 80px;
  }

  .section-23 {
    width: 100vw;
    padding-top: 10px;
  }

  .email {
    color: #fff;
  }

  .text-block-28 {
    color: #fff;
    text-align: center;
  }

  .text-block-30 {
    font-size: 48px;
  }

  .image-46 {
    width: 150px;
  }
}

@media screen and (max-width: 767px) {
  .section, .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .container.cc-subscription-form {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.cc-heading-wrap {
    margin-bottom: 50px;
  }

  .container.cc-full-width-form-wrap {
    text-align: left;
    flex-direction: column;
    align-items: stretch;
  }

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

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

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

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .cart-item-info-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navigation {
    padding: 20px 30px;
  }

  .text-field.cc-subscribe-text-field {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .cart-container {
    min-width: 360px;
  }

  .intro-content {
    width: 80%;
  }

  .main-paragraph-wrap {
    grid-row-gap: 30px;
    grid-template: "."
                   "."
                   / 1fr;
  }

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

  .form-block {
    width: 90%;
    max-width: 470px;
  }

  .footer {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    display: flex;
  }

  .logo-footer {
    margin-bottom: 70px;
  }

  .links-section-footer {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .about-quote {
    width: 80%;
    max-width: 470px;
  }

  .get-in-touch-form-wrap {
    width: 90%;
    max-width: 470px;
  }

  .paragraph-contact-text {
    font-size: 16px;
    line-height: 28px;
  }

  .store-categories-wrap {
    flex-direction: column;
  }

  .products-category-link {
    margin-bottom: 10px;
  }

  .collection-list {
    flex-direction: column;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .product-details-wrap {
    width: 90%;
  }

  .product-image {
    height: 500px;
  }

  .full-width-form {
    padding: 30px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .lottie-animation-11 {
    top: 136px;
  }

  .lottie-animation-17 {
    background-color: #000;
    top: 182px;
    left: auto;
  }

  .cart-quantity-2 {
    right: 25.2656px;
  }

  .submit-button-2 {
    top: 102%;
    left: 19%;
  }

  .image-25 {
    padding-top: 2px;
  }

  .form-block-5 {
    width: 100vw;
  }

  ._3pill-para-left, .paragraph-15 {
    font-size: 14px;
  }

  .link-14 {
    font-size: 12px;
  }

  .background-video-2 {
    width: 100vw;
    position: absolute;
  }

  ._3pill-para-right {
    font-size: 14px;
    line-height: 28px;
  }

  ._3pill-head-right, .heading-25 {
    font-size: 30px;
  }

  .cart-quantity-3 {
    right: 25.2656px;
  }

  ._3pill-head-left {
    font-size: 30px;
  }

  .mission-header {
    font-size: 50px;
  }

  ._3pill-subhead-left, ._3pill-subhead-right {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 16px;
  }

  .product-slider {
    width: 225px;
    height: 200px;
  }

  .section-19 {
    height: 300px;
  }

  .submit-button-8 {
    top: 102%;
    left: 19%;
  }

  .port-subtitle {
    font-size: 16px;
  }

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

  .subheader {
    font-size: 24px;
    line-height: 40px;
  }

  .hero-image {
    font-size: 70px;
    line-height: 70px;
  }

  .text-block-27 {
    font-size: 32px;
    line-height: 36px;
  }

  .div-block-43 {
    width: 250px;
  }

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

  .text-block-29 {
    height: 300px;
  }

  .logos-wrapper-2 {
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .logo-1-3 {
    width: 50%;
    height: 20%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  h2 {
    font-size: 34px;
    line-height: 46px;
  }

  .section.cc-product-detail {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container.cc-subscription-form {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button.cc-cart {
    padding-left: 16px;
    padding-right: 16px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

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

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

  .menu-icon {
    border: 1px solid rgba(0, 0, 0, 0);
    width: 30px;
    height: 30px;
    position: absolute;
    top: auto;
    left: auto;
  }

  .cart-item-info-wrap {
    margin-left: 10px;
    margin-right: 10px;
  }

  .navigation-items {
    justify-content: center;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    position: fixed;
    top: 1%;
  }

  .cart {
    margin-right: 20px;
  }

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

  .menu-button {
    color: var(--wine);
    border: 1px solid rgba(0, 0, 0, 0);
    flex: none;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    display: flex;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .menu-button.w--open {
    flex: none;
  }

  .navigation-wrap {
    flex-wrap: nowrap;
    justify-content: center;
    width: 100vw;
    height: 80px;
    position: relative;
  }

  .cart-container {
    min-width: 320px;
  }

  .form-block, .about-quote, .get-in-touch-form-wrap, .blog-item, .product-details-wrap {
    width: 100%;
    max-width: none;
  }

  .list-item {
    flex-direction: column;
    align-items: center;
  }

  .full-width-form {
    padding: 15px;
  }

  .order-item-description-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .order-item-content-wrap {
    margin-bottom: 5px;
  }

  .order-item-price {
    margin-left: 24px;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .submit-button {
    left: 37%;
  }

  .lottie-animation-11 {
    width: 100vw;
    position: fixed;
    left: 0;
  }

  .form-block-3 {
    width: 70vw;
    top: 0%;
    bottom: auto;
    left: 18%;
    right: 0%;
  }

  .heading-5 {
    font-size: 20px;
  }

  .lottie-animation-17 {
    position: fixed;
    top: 227px;
    left: auto;
  }

  .header-box {
    top: 4px;
    left: 25%;
  }

  .heading-8 {
    font-size: 30px;
  }

  .cart-button {
    width: 70px;
    height: 42px;
  }

  .cart-quantity-2 {
    right: 50.2656px;
  }

  .cart-text-thing {
    font-size: 12px;
    left: 16px;
  }

  .cart-2 {
    width: 50%;
  }

  .heading-9 {
    font-size: 30px;
  }

  .paragraph-3, .paragraph-4, .paragraph-5 {
    font-size: 10px;
  }

  .navbar {
    justify-content: center;
  }

  .paragraph-6 {
    font-size: 10px;
    top: 507px;
  }

  .paragraph-7 {
    font-size: 10px;
  }

  .paragraph-12, .italic-text {
    font-size: 12px;
  }

  .submit-button-2 {
    font-size: 10px;
    top: 124%;
    left: 2%;
  }

  .image-25 {
    padding-top: 59px;
  }

  .body-5 {
    background-color: #000;
  }

  .text-block-12 {
    width: 300px;
    top: 74px;
  }

  .social-icon-2, .social-icon {
    width: 15px;
    margin-left: 5px;
    margin-right: 5px;
  }

  ._3pill-para-left {
    text-align: center;
    width: 80vw;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 12px;
  }

  .paragraph-15 {
    line-height: 14px;
  }

  ._3pill-div-left {
    flex-wrap: wrap;
    justify-content: center;
    width: 100vw;
  }

  .mission-lines {
    font-size: 10px;
  }

  .link-14 {
    margin-right: 0;
    font-size: 13px;
  }

  .background-video-2 {
    width: 100vw;
    position: absolute;
  }

  .social-link-block-bottom {
    align-self: center;
    display: flex;
  }

  ._3pill-para-right {
    text-align: center;
    width: 80vw;
    margin-left: -10px;
    font-size: 12px;
  }

  .cart-text-thing-2 {
    font-size: 12px;
    left: 16px;
  }

  .linkedin---copy-this {
    align-self: center;
  }

  ._3pill-head-right {
    text-align: center;
    width: 80vw;
    margin-top: 0;
    margin-left: 0;
    padding-right: 0;
    font-size: 20px;
  }

  .menu-button-2 {
    color: #6a102b;
    border: 1px solid rgba(0, 0, 0, 0);
    flex: none;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    display: flex;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .menu-button-2.w--open {
    flex: none;
  }

  .heading-25 {
    font-size: 20px;
  }

  ._3pill-image {
    justify-content: center;
    width: 50vw;
    height: auto;
    margin-top: 0;
    position: relative;
  }

  .cart-quantity-3 {
    right: 50.2656px;
  }

  .facebook---copy-this {
    align-self: center;
  }

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

  ._3pill-head-left {
    text-align: center;
    margin-top: 0;
    margin-left: 0;
    font-size: 20px;
  }

  ._3pill-div-right {
    flex-wrap: wrap;
    width: 100vw;
    height: auto;
    display: flex;
  }

  .mission-header {
    font-size: 30px;
  }

  ._3pill-subhead-left {
    text-align: center;
    width: 80vw;
    margin-left: 0;
    font-size: 12px;
    line-height: 12px;
  }

  ._3pill-subhead-right {
    text-align: center;
    width: 80vw;
    margin-left: 0;
    font-size: 12px;
  }

  .cart-button-2 {
    width: 70px;
    height: 42px;
  }

  .paragraph-16 {
    text-align: center;
    width: 80vw;
    font-size: 12px;
  }

  .select-field-2 {
    width: 125px;
  }

  .product-name-2 {
    width: 80vw;
  }

  .image-33 {
    position: static;
  }

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

  .section-19 {
    height: auto;
  }

  .submit-button-8 {
    font-size: 10px;
    top: 124%;
    left: 2%;
  }

  .image-34 {
    width: auto;
    height: 200px;
  }

  .grid-13 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 5px;
    padding-right: 5px;
  }

  .heading-26 {
    font-size: 60px;
  }

  .image-35 {
    height: 150px;
  }

  .port-example-div {
    width: 80%;
  }

  .port-title-div {
    margin-right: -50px;
  }

  .port-number {
    font-size: 24px;
    line-height: 24px;
  }

  .port-number-div {
    width: 90%;
    margin-left: -50px;
  }

  .port-subtitle {
    font-size: 10px;
  }

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

  .subheader {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 20px;
  }

  .hero-image {
    font-size: 35px;
    line-height: 40px;
  }

  .text-block-30 {
    font-size: 32px;
    line-height: 32px;
  }

  .image-45 {
    height: 50px;
  }

  .logos-wrapper-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-46 {
    width: 100px;
  }
}

#w-node-bfe08ce2-1bd7-6e16-fb22-bdaf9ed0d7a7-acdeab3c, #w-node-bfe08ce2-1bd7-6e16-fb22-bdaf9ed0d7a9-acdeab3c, #w-node-bfe08ce2-1bd7-6e16-fb22-bdaf9ed0d7ab-acdeab3c, #w-node-bfe08ce2-1bd7-6e16-fb22-bdaf9ed0d7ad-acdeab3c, #w-node-bfe08ce2-1bd7-6e16-fb22-bdaf9ed0d7af-acdeab3c, #w-node-bfe08ce2-1bd7-6e16-fb22-bdaf9ed0d7b1-acdeab3c, #w-node-bfe08ce2-1bd7-6e16-fb22-bdaf9ed0d7b3-acdeab3c, #w-node-bfe08ce2-1bd7-6e16-fb22-bdaf9ed0d7b5-acdeab3c, #w-node-bfe08ce2-1bd7-6e16-fb22-bdaf9ed0d7b7-acdeab3c {
  align-self: center;
  justify-self: center;
}

#w-node-_80dffaf9-8aaa-6eef-4387-662ca564f253-acdeab7c {
  justify-self: center;
}

#w-node-_80dffaf9-8aaa-6eef-4387-662ca564f25d-acdeab7c {
  align-self: start;
}

@media screen and (max-width: 479px) {
  #w-node-_80dffaf9-8aaa-6eef-4387-662ca564f25d-acdeab7c {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Edwardian';
  src: url('../fonts/ITCEDSCR.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura';
  src: url('../fonts/Futura-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}