:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.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-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-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.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-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-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-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-commercecheckoutbillingcountryselector {
  -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-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.w-commerce-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-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-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.w-commerce-commercecartproductname {
  font-weight: 700;
}

.w-commerce-commercecartoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercecartquantity {
  -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-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-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartquantityinput {
  -webkit-appearance: none;
  -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-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceaddtocarterror {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceorderconfirmationcontainer {
  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;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .w-commerce-commercecartquantity, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  color: #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: block;
}

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 {
  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: #202020;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section-3 {
  margin-left: 30px;
  margin-right: 30px;
}

.section-3.cc-subscribe-form {
  background-color: #f4f4f4;
  margin-left: 0;
  margin-right: 0;
}

.section-3.cc-product-detail {
  align-items: center;
  display: flex;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.container.cc-subscription-form {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 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 {
  align-items: flex-start;
  display: flex;
}

.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 {
  opacity: .6;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  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: #fff;
  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-add-to-cart-btn {
  margin-top: 10px;
  margin-right: 10px;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  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-size: 14px;
  line-height: 26px;
}

.paragraph-light.cc-subscribe-paragraph {
  width: 40%;
}

.heading-jumbo {
  text-align: left;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  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-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: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cart {
  margin-left: 20px;
}

.navigation {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.text-field {
  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: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 {
  width: 330px;
  margin-bottom: 0;
  margin-right: 10px;
}

.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;
  height: auto;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 8px 12px 8px 20px;
}

.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: 500;
  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, .logo-image {
  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: #0A0044;
  background-image: url('../images/main.jpg'), url('../images/placeholder-1---wide.svg');
  background-position: 0 0, 50%;
  background-size: cover, cover;
  justify-content: center;
  align-items: center;
  height: 540px;
  margin-bottom: 100px;
  margin-left: auto;
  display: flex;
}
.intro-header .logo-box{
	max-width: 960px;
	width: 86%;
  	z-index: 3;
	bottom: 30px;
  	position: absolute;
  	right: 0;
	left:0;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 767px) {
.intro-header .logo-box{
	bottom: 5.4vw;
	display: none;
}
}
.intro-header .logo-box img{
	width: 57.2%;
	display: block;
	max-width: 354px;
}
.intro-header::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	/*max-width: 1300px;*/
    background-image: url("../images/dot_bg.png");
    background-size: 12px;
    background-color: rgba(23,36,47,.3);
    z-index: 2;
    opacity: .5;
}
#myVideo, .myVideo {
  position: absolute;
  bottom: 0;
  top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  right: 0;
	margin-left: auto;
	margin-right: auto;
	/*min-height: 400px;*/
  width: 100%;
	width: 1300px;
  /*height: 100%;*/
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*background-size: 100% 100%;*/
  background-color: black;
  background-position: center center;
  background-size: cover;
  object-fit: cover;
  -o-object-fit: cover;
  font-family: "object-fit:cover;";
  object-position: center center;
  z-index: 1;
}
@media (min-width: 2001px) {
	#myVideo, .myVideo {
  background-size: cover;
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	#myVideo, .myVideo {
		/*min-height: 52vw;*/
		width: 100%;
		height: 100%;
	}
	.intro-header::before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-image: url("../images/dot_bg.png");
		background-size: 4vw;
		background-color: rgba(23,36,47,.3);
		z-index: 2;
		opacity: .5;
	}
}
.intro-header.video{
	background-image: none;
	overflow: hidden;
	position: relative;
	display: block;
}
.collection-item {
  width: 33.33%;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.intro-content {
  text-align: left;
  width: 70%;
  max-width: 1140px;
  margin-top: 220px;
  margin-bottom: 0;
  padding-top: 0;
}

.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: ". .";
  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;
  background-image: url('../images/bg_01.jpg');
  background-position: 0 0;
  background-size: auto;
  grid-template: ". . . . ."
                 ". . . . ."
                 / 2fr 1fr 1fr 1.25fr 1fr;
  align-items: start;
  justify-items: start;
  padding-top: 0;
  padding-bottom: 0;
}

.footer-link {
  opacity: .6;
  margin-bottom: 15px;
  font-size: 14px;
  text-decoration: none;
  transition: color .2s, opacity .2s;
}

.footer-link:hover {
  opacity: 1;
}

.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-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;
  padding-top: 90px;
  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;
}

.add-to-cart {
  margin-top: 30px;
}

.product-image {
  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 {
  margin-top: 0;
  display: flex;
}

.product-informations {
  margin-top: 25px;
  margin-bottom: 25px;
}

.list-item {
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.product-detail-price {
  opacity: .6;
  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;
  padding: 16px 24px;
}

.block-content {
  border-bottom-color: #e4e4e4;
  border-left-color: #e4e4e4;
  border-right-color: #e4e4e4;
  padding: 24px 24px 12px;
  font-weight: 400;
}

.full-width-form {
  background-color: #f4f4f4;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding-top: 50px;
  padding-bottom: 50px;
}

.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-list {
  font-size: 14px;
  line-height: 26px;
}

.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;
}

.order-wrap {
  flex-basis: 750px;
}

.order-summary {
  flex-basis: 370px;
}

.billing-address-toggle-2 {
  align-items: stretch;
  margin-bottom: 10px;
}

.checkbox-label-2 {
  margin-bottom: 0;
}

.checkbox-2 {
  margin-top: 2px;
}

.cc-quantity-field-label {
  margin-bottom: 0;
}

.image {
  float: none;
  text-align: center;
  width: auto;
  margin: 15px auto;
  overflow: clip;
}

.text-block2 {
  float: left;
  color: #000;
  text-align: center;
  padding-left: 0;
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
}

.main_txt {
  float: none;
  clear: none;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 0;
  padding: 1.5em 2em;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  position: static;
}

.main_txt:hover {
  color: #fff;
  background-color: #32343a;
}

.main_txt:active {
  background-color: #43464d;
}

.main_txt.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.main_txt.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.main_txt.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.main_txt.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.main_txt.cc-add-to-cart-btn {
  margin-top: 10px;
  margin-right: 10px;
}

.div-block {
  background-color: #fff;
  width: 30%;
  min-width: auto;
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: auto;
  padding: .25em 1em;
}

.image-2 {
  float: left;
  width: 80%;
  height: 3em;
  padding-bottom: 0%;
  padding-right: 10px;
}

.text-span, .text-span-2, .text-span-3 {
  letter-spacing: -3px;
}

.text-span-4 {
  letter-spacing: 0;
}

.image-3 {
  float: left;
  text-align: center;
  padding-right: 10px;
}

.container-2 {
  text-align: center;
  margin-bottom: 3%;
}

.paragraph {
  flex-flow: column;
  margin-bottom: 60px;
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
  display: flex;
}

.section-2 {
  background-color: #6ae2e2;
  background-image: linear-gradient(90deg, #6ae2e2, #71c2ff);
	padding-top: 10px;
}

.text-span-5 {
  flex-flow: column;
  display: flex;
}

.main_txt2 {
  float: none;
  clear: none;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 0;
  padding: 1.5em 2em;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  position: static;
}

.main_txt2:hover {
  color: #fff;
  background-color: #32343a;
}

.main_txt2:active {
  background-color: #43464d;
}

.main_txt2.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.main_txt2.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.main_txt2.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.main_txt2.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.main_txt2.cc-add-to-cart-btn {
  margin-top: 10px;
  margin-right: 10px;
}

.heading {
  opacity: 1;
  color: #ffe100;
  text-align: center;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, .4);
  margin-top: 0;
  padding-right: 10px;
  font-family: League Gothic, sans-serif;
  font-size: 90px;
  font-style: normal;
  line-height: 90px;
  text-decoration: none;
}

.heading.ttl_plus {
  color: #fff;
  margin-top: 60px;
  margin-bottom: 10px;
  font-size: 180px;
  line-height: .78em;
}

.div-block-2 {
  -webkit-text-stroke-color: var(--white);
  background-color: #fff;
  border-radius: 30px;
  width: 30%;
  margin: 40px auto;
  padding: 11px;
}

.ttl1 {
  color: var(--black);
  text-align: center;
  border-bottom: 2px solid #ffd900;
  width: auto;
  min-width: auto;
  margin: 0 25px;
  padding: 0;
  font-size: 1.4em;
  line-height: 1.4em;
  text-decoration: none;
}

.quick-stack {
  margin-bottom: 100px;
  padding: 0;
}

.image-4 {
  text-align: center;
  margin-top: -42px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 40px;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-2 {
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 18px;
  text-decoration: underline;
  display: flex;
}

.heading-copy {
  opacity: .7;
  color: var(--white);
  text-align: center;
  -webkit-text-stroke-color: #fff;
  margin-top: 0;
  padding-right: 10px;
  font-family: League Gothic, sans-serif;
  font-size: 140px;
  font-style: italic;
  line-height: 100px;
  text-decoration: none;
}

.section-4 {
  text-align: left;
  background-image: linear-gradient(#fcffdd, #fcffdd 18%, #b5e9ff);
  display: block;
}

.div-block-4 {
  background-color: rgba(0, 0, 0, .39);
  width: auto;
  height: 550px;
}

.div-block-5 {
  width: 650px;
  height: 360px;
}

.heading-3 {
  color: var(--white);
  text-align: center;
  border-bottom: 3px solid #fffb00;
  width: 4em;
  margin: 0 auto 40px;
  padding-bottom: 10px;
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 28px;
  line-height: 25px;
}
.heading-3.ex{
	width: 8em;
}
.div-block-6 {
  background-image: url('../images/bg_01.jpg');
  background-position: 0 0;
  background-size: cover;
  width: auto;
  height: 550px;
}

.image-5 {
  margin-top: 0;
}

.div-block-7 {
  float: right;
  opacity: .88;
  background-color: #000;
  border: 2px solid #fff;
  border-radius: 20px;
  width: 400px;
  height: 260px;
  margin-top: -220px;
  display: block;
  position: relative;
}

.container-3 {
  margin-top: -274px;
}

.heading-4 {
  color: #fff;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 10px;
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 28px;
  line-height: 34px;
}

.heading-5 {
  text-align: center;
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 80px;
  font-weight: 700;
}

.text-span-12 {
  color: #ffe100;
  background-color: rgba(0, 0, 0, 0);
  font-family: League Gothic, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 70px;
}

.text-span-13 {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  line-height: 80px;
}

.heading-5-copy {
  float: none;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 50px;
  display: block;
}

.text-span-14 {
  color: #ffe100;
  letter-spacing: normal;
  text-indent: -200px;
  column-count: auto;
  font-weight: 500;
  line-height: 80px;
}

.div-block-8 {
  text-align: center;
  margin-top: 100px;
}

.heading-6 {
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 21px;
}

.heading-7 {
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.div-block-9 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-5 {
  color: #5cc0ff;
  background-color: #fff;
  border: 8px solid #5cc0ff;
  border-radius: 160px;
  height: auto;
  display: block;
}

.container-5.mt {
  margin-top: 40px;
}

.container-5.mt2 {
  margin-top: 40px;
  margin-bottom: 100px;
}

.div-block-10 {
  text-align: right;
  justify-content: flex-start;
  align-items: center;
  width: 350px;
  height: 260px;
  margin-top: -36px;
  margin-left: -30px;
  display: flex;
  position: absolute;
}

.image-6 {
  float: right;
  clear: none;
  border: 8px solid #fff;
  border-radius: 15px;
  width: 350px;
  height: 260px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, .32);
}

.div-block-11 {
  float: left;
  width: 600px;
  height: auto;
  padding: 60px 60px 60px 85px;
}

.heading-8 {
  color: #293f5d;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
}

.paragraph-2 {
  color: #000;
  margin-bottom: 0;
  font-family: Zen Maru Gothic, sans-serif;
}

.container-6 {
  color: #5cc0ff;
  background-color: #fff;
  border: 8px solid #5cc0ff;
  border-radius: 160px;
  height: auto;
}

.container-6.mt {
  text-align: left;
  margin-top: 40px;
}

.div-block-11-copy {
  float: right;
  width: 600px;
  height: auto;
  padding: 57px 57px 57px 47px;
}

.div-block-10-copy {
  text-align: right;
  justify-content: flex-start;
  align-items: flex-start;
  width: 350px;
  height: 260px;
  margin-top: auto;
  margin-left: auto;
  display: block;
  position: absolute;
}

.div-block-12 {
  float: right;
  position: absolute;
}

.div-block-13 {
  float: right;
  margin-top: -30px;
  margin-right: -30px;
}

.btn_txt{
  text-align: center;
  font-family: Zen Maru Gothic, sans-serif;
  font-weight: 700;
  font-size: 24px;
}

.button-2 {
  color: var(--white);
  text-align: center;
  background-image: linear-gradient(to bottom, #c70010, #810000);
  border-radius: 18px;
  margin-left: auto;
  margin-right: auto;
  padding: 28px 120px 28px;
  font-size: 24px;
  font-family: Zen Maru Gothic, sans-serif;
  font-weight: 700;
}

.button-2:hover {
  color: var(--white);
  background-color: #355c92;
  font-family: Zen Maru Gothic, sans-serif;
}

.container-7 {
  text-align: center;
  margin-bottom: 100px;
}

.section-5 {
  text-align: left;
  background-image: linear-gradient(#fcffdd, #b5e9ff);
  display: block;
}

.heading-3-copy {
  color: var(--white);
  text-align: center;
  border-bottom: 3px solid #fffb00;
  width: 10em;
  margin: 0 auto 40px;
  padding-bottom: 10px;
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 28px;
  line-height: 25px;
}

.div-block-7-copy {
  float: right;
  opacity: .88;
  background-color: #000;
  border: 2px solid #fff;
  border-radius: 20px;
  width: 400px;
  height: 230px;
  margin-top: -285px;
	margin-right: -80px;
  display: block;
  position: relative;
}
.heading-4-copy {
  color: #fff;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 28px;
  line-height: 34px;
}

.heading-4-copy-copy {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 28px;
  line-height: 20px;
}


.div-block-7-copy-copy {
  float: right;
  opacity: .88;
  background-color: #000;
  border: 2px solid #fff;
  border-radius: 20px;
  width: 400px;
  height: 240px;
  margin-top: -315px;
	margin-right: -80px;
  display: block;
  position: relative;
}
	.pc-only{
		display: none!important;
	}
@media (min-width: 768px) {
	.pc-only{
		display: block!important;
	}
	.div-block-7-copy-copy.ex{
		height: 270px;
  		margin-top: -305px;
	}
}
.text-span-16 {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  line-height: 80px;
}

.text-span-17 {
  display: flex;
}

.section-6 {
  text-align: left;
  background-image: linear-gradient(#fcffdd, #b5e9ff);
  display: block;
}

.bunner {
  margin-top: 60px;
  margin-bottom: 60px;
}

.quick-stack-2 {
  grid-column-gap: 20px;
  padding: 0;
}

.div-block-14 {
  opacity: 0;
  background-color: rgba(0, 0, 0, .6);
}

.paragraph-3 {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, .5);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-8 {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .section-3.cc-product-detail {
    flex-direction: column;
  }
	.button-2 {
	  color: var(--white);
	  text-align: center;
	  background-image: linear-gradient(to bottom, #c70010, #810000);
	  border-radius: 18px;
	  margin-left: auto;
	  margin-right: auto;
	  padding:5vw 12vw 5vw;
	  font-size: 4.4vw;
	  font-family: Zen Maru Gothic, sans-serif;
	  font-weight: 700;
	}

  .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;
  }

  .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;
  }

  .intro-header {
    height: 400px;
    margin-bottom: 10%;
  }

  .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 {
    padding: 40px;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .blog-header-image {
    height: 460px;
  }

  .order-summary {
    flex-basis: 320px;
  }

  .main_txt {
    justify-content: center;
  }

  .div-block {
    width: 50%;
  }

  .image-2 {
    width: 60%;
    height: auto;
  }

  .paragraph {
    font-size: 1em;
    line-height: 2em;
  }

  .main_txt2 {
    justify-content: center;
  }

  .heading {
    font-size: 5em;
    line-height: 75px;
    text-decoration: none;
  }

  .heading.ttl_plus {
    font-size: 10em;
  }

  .ttl1 {
    font-size: 1.2em;
  }

  .heading-2 {
    font-size: 1em;
  }

  .heading-copy {
    font-size: 100px;
    line-height: 75px;
    text-decoration: none;
  }

  .div-block-4 {
    height: 500px;
  }

  .div-block-5 {
    width: 500px;
  }

  .heading-3 {
    margin-bottom: 0%;
    padding-bottom: 1%;
    font-size: 1.8em;
  }

  .div-block-6 {
    height: 500px;
  }

  .div-block-7 {
    width: 300px;
    height: 160px;
  }

  .container-3 {
    margin-top: -220px;
  }

  .heading-4 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 1.5em;
    line-height: 2em;
  }

  .text-span-12 {
    font-size: 1.2em;
    line-height: 1em;
  }

  .text-span-13 {
    font-size: .3em;
    line-height: 1em;
  }

  .heading-5-copy {
    font-size: 5em;
    line-height: 1em;
  }

  .text-span-14 {
    font-size: .7em;
    line-height: 80px;
  }

  .heading-7 {
    margin-top: 0;
    font-size: 1.4em;
    line-height: 2em;
  }

  .container-4 {
    margin-top: -100px;
  }

  .container-5 {
    border-radius: 60px;
    margin-left: 5%;
    padding-left: 20px;
  }

  .div-block-10 {
    width: 300px;
    height: auto;
    margin-left: -62px;
  }

  .image-6 {
    height: auto;
  }

  .div-block-11 {
    width: 410px;
    padding: 47px 38px 47px 47px;
  }

  .heading-8 {
    flex-flow: column;
    font-size: 1.4em;
    line-height: 1.4em;
    display: flex;
  }

  .paragraph-2 {
    flex-flow: column;
    font-size: 16px;
    display: flex;
  }

  .container-6 {
    border-radius: 120px;
    margin-left: 5%;
    padding-left: 20px;
  }

  .container-6.mt {
    border-radius: 60px;
    margin-left: auto;
    margin-right: 5%;
    padding-left: 0;
    padding-right: 20px;
  }

  .div-block-11-copy {
    width: 410px;
    padding: 47px 47px 47px 38px;
  }

  .div-block-10-copy {
    width: 300px;
    height: auto;
    margin-left: -62px;
  }

  .div-block-13 {
    width: 300px;
    height: auto;
    margin-top: -36px;
    margin-right: -62px;
  }

  .div-block-7-copy {
    width: 300px;
    height: 140px;
  }

  .heading-3-copy {
    margin-bottom: 0%;
    padding-bottom: 1%;
    font-size: 1.8em;
  }

  .div-block-7-copy {
    width: 300px;
    height: 220px;
    margin-top: -240px;
  }

  .heading-4-copy {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 1.5em;
    line-height: 1.2em;
  }

  .heading-4-copy-copy {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 1.5em;
    line-height: 1em;
  }

  .div-block-7-copy-copy {
    width: 300px;
    height: 180px;
  }

  .text-span-17 {
    float: left;
    font-size: 1em;
    display: block;
  }

  .paragraph-3 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .section-3, .section-3.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, .heading-jumbo-tiny {
    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-header {
    height: 300px;
    margin-bottom: 10%;
  }

  .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: 0;
    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;
  }

  .image {
    width: 20%;
  }

  .text-block2 {
    float: none;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 32px;
    display: flex;
  }

  .image-3 {
    float: left;
  }

  .container-2 {
    display: flex;
  }

  .paragraph {
    float: left;
    text-align: left;
    margin: 1vh 5% 20px;
    font-size: 3vw;
    line-height: 6vw;
    display: block;
  }

  .main_txt2 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.5vw;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .heading {
    margin-top: 20px;
    font-size: 20vw;
    text-decoration: none;
  }

  .heading.ttl_plus {
    font-size: 140px;
  }

  .div-block-2 {
    width: 40%;
  }

  .ttl1 {
    font-size: 1em;
  }

  .quick-stack {
    margin-bottom: 60px;
    margin-left: 10%;
    margin-right: 10%;
  }

  .heading-2 {
    font-size: 4vw;
  }

  .heading-copy {
    font-size: 26vw;
    line-height: 10vh;
    text-decoration: none;
  }

  .div-block-4 {
    height: 250px;
  }

  .div-block-5 {
    width: 100%;
    height: auto;
  }

  .heading-3 {
    width: 29vw;
    padding-bottom: 5px;
    font-size: 4vw;
  }

  .div-block-6 {
    height: 250px;
  }

  .image-5 {
    width: 100%;
  }

  .div-block-7 {
    float: none;
    margin-top: -48px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-3 {
    margin-top: 0;
  }

  .heading-5-copy {
    line-height: .5em;
  }

  .div-block-8 {
    float: left;
    margin-top: 111px;
  }

  .heading-7 {
    float: none;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 3.5vw;
  }

  .div-block-9 {
    flex-flow: row;
  }

  .container-5 {
    float: none;
    border-radius: 20px;
    margin-top: 0;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0;
  }

  .container-5.mt2 {
    margin-top: 30px;
    margin-bottom: 60px;
  }

  .div-block-10 {
    width: 80%;
    margin: 0 auto 10%;
    position: static;
  }

  .image-6 {
    float: none;
    text-align: left;
    width: 100%;
  }

  .div-block-11 {
    float: none;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 0 0;
  }

  .heading-8 {
    line-height: 1.4em;
  }

  .paragraph-2 {
    margin-bottom: 20px;
  }

  .container-6 {
    float: none;
    border-radius: 20px;
    margin-top: 0;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0;
  }

  .container-6.mt {
    float: none;
    border-radius: 20px;
    flex-flow: column;
    margin-top: 30px;
    margin-left: 5%;
    padding-right: 0;
    display: flex;
  }

  .div-block-11-copy {
    float: none;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 0 0;
  }

  .div-block-10-copy {
    width: 80%;
    margin: 0 auto 10%;
    position: static;
  }

  .div-block-13 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: 0 auto 10%;
    display: block;
  }

  .div-block-7-copy {
    float: none;
    width: 320px;
    height:auto;
    margin-top: -48px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-3-copy {
    width: 40vw;
    padding-bottom: 1%;
    font-size: 4vw;
  }

  .div-block-7-copy {
    float: none;
    height:auto;
    margin-top: -48px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-7-copy-copy {
    float: none;
    width: 320px;
    height:auto;
    margin-top: -48px;
    margin-left: auto;
    margin-right: auto;
	  padding-bottom: 20px;
  }

  .quick-stack-2 {
    margin-left: 10%;
    margin-right: 10%;
  }

  .paragraph-3 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  h2 {
    font-size: 34px;
    line-height: 46px;
  }

  .section-3.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%;
  }

  .cart-item-info-wrap {
    margin-left: 10px;
    margin-right: 10px;
  }

  .cart {
    margin-right: 20px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cart-container {
    min-width: 320px;
  }

  .intro-header {
    height: 46vw;
    margin-bottom: 5%;
  }

  .intro-content {
    margin-top: 25%;
  }

  .form-block {
    width: 100%;
    max-width: none;
  }

  .footer {
    background-color: rgba(0, 0, 0, .73);
    padding-top: 0;
  }

  .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;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .image {
    width: 30%;
  }

  .text-block2 {
    float: left;
    font-size: 24px;
    line-height: 24px;
    display: flex;
    overflow: visible;
  }

  .main_txt {
    padding: 5%;
    display: block;
  }

  .main_txt.cc-cart {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block {
    width: 60%;
    padding: 5%;
  }

  .image-2 {
    padding-right: 5px;
    line-height: 16px;
  }

 /* .image-3 {
    display: none;
  }*/

  .paragraph {
    float: none;
    text-align: left;
    flex-flow: column;
    justify-content: center;
    margin-top: 0;
    margin-left: 5%;
    margin-right: 5%;
    font-size: 3.5vw;
    line-height: 2em;
    display: block;
  }

  .text-span-6 {
    flex-flow: row;
    display: flex;
  }

  .text-span-7 {
    float: none;
    flex-flow: wrap;
    display: block;
  }

  .text-span-8, .text-span-9 {
    float: none;
    display: block;
  }

  .section-1 {
    display: block;
  }

  .text-span-10 {
    float: none;
  }

  .main_txt2 {
    padding: 5%;
    display: none;
  }

  .main_txt2.cc-cart {
    padding-left: 16px;
    padding-right: 16px;
  }

  .main_txt2._2 {
    overflow: visible;
  }

  .heading {
    margin-top: 5px;
    font-size: 25vw;
    line-height: 14vw;
    text-decoration: none;
  }

  .heading.ttl_plus {
    font-size: 35vw;
  }

  .text-span-11 {
    float: none;
  }

  .div-block-2 {
    width: 80%;
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .quick-stack {
    margin-left: 10%;
    margin-right: 10%;
  }

  .image-4 {
    margin-top: -6%;
    padding-bottom: 10%;
  }

  .div-block-3 {
    width: 80vw;
    margin-top: 7%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .heading-2 {
    margin-top: 0;
    margin-bottom: 5%;
    font-size: 5vw;
  }

  .heading-copy {
    font-size: 18vw;
    line-height: 14vw;
    text-decoration: none;
  }

  .div-block-4 {
    height: 250px;
  }

  .heading-3 {
    width: 30vw;
    padding-bottom: 5%;
    font-size: 7vw;
  }

  .div-block-6 {
    height: 250px;
  }

  .image-5 {
    width: 100%;
  }

  .div-block-7 {
    border-radius: 10px;
    width: 80%;
    height: auto;
    margin-top: -30px;
  }

  .heading-4 {
    font-size: 6vw;
    line-height: 1.2em;
  }

  .text-span-12 {
    font-size: 20vw;
  }

  .text-span-13 {
    font-size: 6vw;
  }

  .heading-5-copy {
    line-height: 40px;
  }

  .text-span-14 {
    font-size: 15vw;
  }

  .div-block-8 {
    margin-top: 0;
  }

  .heading-7 {
    margin-top: 120px;
    margin-bottom: 5%;
    font-size: 6vw;
    line-height: 9vw;
  }

  .text-span-15 {
    flex-flow: column;
    display: flex;
  }

  .div-block-9 {
    /*display: none;*/
    overflow: visible;
  }

  .container-5 {
    border-width: 5px;
    margin-top: 0%;
  }

  .container-5.mt2 {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .image-6 {
    clear: none;
    box-shadow: none;
    border-style: none;
    flex: 0 auto;
  }

  .div-block-11 {
    padding-top: 8%;
  }

  .heading-8 {
    margin-bottom: 10px;
    font-size: 5vw;
    font-weight: 700;
  }

  .paragraph-2 {
    float: left;
    font-size: 3.5vw;
    line-height: 2em;
  }

  .container-6 {
    border-width: 5px;
    margin-top: 0%;
  }

  .container-6.mt {
    margin-top: 20px;
  }

  .div-block-11-copy {
    padding-top: 8%;
  }

  .heading-3-copy {
    width: 70vw;
    padding-bottom: 1%;
    font-size: 7vw;
  }

  .div-block-7-copy {
    border-radius: 10px;
    width: 80%;
    height: auto;
    margin-top: 30px;
  }

  .heading-4-copy {
    font-size: 6vw;
    line-height: 1.2em;
  }

  .heading-4-copy-copy {
    margin-bottom: 20px;
    font-size: 6vw;
    line-height: 1.2em;
	  margin-top: 5px;
  }

  .div-block-7-copy-copy {
    border-radius: 10px;
    width: 80%;
    height: auto;
    margin-top: 30px;
  }

  .paragraph-3 {
    flex-flow: column;
    width: 100%;
    display: flex;
  }
}

#w-node-_890dab3d-20ee-00b3-54d6-dea4bc71cf59-5be5c184, #w-node-_896b3276-ecc7-d3e2-b474-e5919b19391f-5be5c184 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2971b-87e29718 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2971d-87e29718, #w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2971f-87e29718 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e29724-87e29718, #w-node-_88a386dd-8f07-0c34-70f0-2d9f87e29726-87e29718 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2972d-87e29718, #w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2972f-87e29718 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e29736-87e29718, #w-node-_88a386dd-8f07-0c34-70f0-2d9f87e29738-87e29718 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2973f-87e29718 {
  grid-area: 2 / 1 / 3 / 2;
}

@media screen and (max-width: 767px) {
  #w-node-_890dab3d-20ee-00b3-54d6-dea4bc71cf59-5be5c184, #w-node-_896b3276-ecc7-d3e2-b474-e5919b19391f-5be5c184 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_890dab3d-20ee-00b3-54d6-dea4bc71cf59-5be5c184, #w-node-_896b3276-ecc7-d3e2-b474-e5919b19391f-5be5c184 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


