:root {
  --white: white;
  --black: #006f94;
}

.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;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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: 767px) {
  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

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

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

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

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

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

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

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: #eee0;
  height: 1px;
}

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

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

.section {
  background-color: #68686800;
  border: 1px solid #414141;
  width: 100%;
  height: 12em;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section.cc-store-home-wrap {
  background-color: #68686800;
  height: auto;
  padding-top: 0;
  padding-bottom: 4em;
}

.section.cc-store-home-wrap._2 {
  height: 60em;
}

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

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

.section.footer {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

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

.container {
  text-align: left;
  flex-flow: column;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.cc-subscription-form {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  display: flex;
}

.container.cc-heading-wrap {
  text-align: center;
}

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

.container._1 {
  align-items: center;
  width: 70em;
  height: auto;
  margin-top: 3em;
}

.container.small-container {
  width: 75%;
  max-width: 1000px;
}

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

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

.paragraph-bigger {
  opacity: 1;
  color: var(--white);
  text-align: center;
  margin-bottom: 9px;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.3em;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.paragraph-bigger._1 {
  width: auto;
  margin: 0 4em 0;
  line-height: 1.8em;
}

.paragraph-bigger._1._2 {
  text-align: left;
  letter-spacing: normal;
  width: auto;
  font-size: 1.25em;
  line-height: 1.6em;
}

.paragraph-bigger._1._2._3 {
  margin-left: 0;
  margin-right: 0;
}

.paragraph-bigger._1._2._3._4 {
  text-align: center;
  word-break: normal;
  margin-top: 1em;
  margin-left: 4em;
  margin-right: 4em;
  font-size: 1.5em;
  line-height: 2em;
}

.primary-button {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ed553e;
  border-radius: 80px;
  margin-top: 2em;
  padding: 2em 3.5em;
  font-size: .85em;
  line-height: 0;
  text-decoration: none;
  transition: padding .32s, font-size .32s, opacity .32s, background-color .32s, opacity .32s, color .32s;
}

.primary-button:hover {
  color: #fff;
  background-color: #5a2820;
  padding: 2.05em 3.55em;
  font-size: .9em;
}

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

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

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

.primary-button.cc-white-button:hover {
  background-color: #fffc;
}

.primary-button.cc-white-button:active {
  background-color: #ffffffe6;
}

.primary-button.cc-add-to-cart-btn {
  margin-top: 10px;
  margin-right: 10px;
}

.primary-button.blue {
  background-color: #0eb7ef;
  margin-top: -.1em;
}

.primary-button.blue:hover {
  background-color: #195468;
}

.primary-button.blue.header {
  letter-spacing: .15em;
  background-color: #0eb7ef;
  border: 1px #000;
  border-radius: 20px;
  margin-top: 0;
  padding: 1.25em 2em;
}

.primary-button.blue.join {
  text-align: center;
  letter-spacing: .1em;
  text-overflow: clip;
  overflow-wrap: normal;
  background-color: #cf1b0cab;
  width: 13em;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 1.75em 2em;
  font-size: 1em;
}

.primary-button.blue.join:hover {
  background-color: #07010075;
  width: 13.2em;
  font-size: 1.05em;
}

.primary-button.blue._1 {
  background-color: #555555a1;
  border-radius: 20px;
  margin-top: 2.8em;
  margin-bottom: 3em;
}

.primary-button.blue._1:hover {
  background-color: #444040a1;
}

.primary-button.sqaure {
  border-radius: 5px;
  margin-top: 0;
}

.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-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: #0000;
  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;
  margin-top: -25px;
  margin-bottom: -25px;
  display: flex;
}

.cart {
  margin-left: 20px;
}

.navigation {
  box-sizing: border-box;
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  object-fit: fill;
  background-color: #494949bf;
  border: 2px #494949;
  border-bottom-style: solid;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.5em;
  display: flex;
  position: fixed;
}

.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: #32343a66;
}

.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: 1;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: .25em 1em;
  font-size: .85em;
  font-weight: 400;
  line-height: 20px;
  transition: font-size .25s, color .25s, opacity .2s;
}

.navigation-item:hover {
  opacity: .9;
  color: #0eb7ef;
  font-size: .87em;
}

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

.navigation-item.footer {
  margin-left: 8em;
  margin-right: 8em;
  font-size: .95em;
  text-decoration: none;
}

.navigation-item.footer:hover {
  font-size: .99em;
}

.navigation-item.footer.right {
  margin-bottom: 9px;
  margin-left: 3.5em;
}

.navigation-item.footer.right:hover {
  color: #fff;
  font-size: .95em;
}

.navigation-item.footer.right.thank {
  text-align: left;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.navigation-item.footer.right.thank.error {
  text-align: center;
  background-color: #2c2c2c24;
  font-size: .9em;
}

.navigation-item.footer.right.new {
  margin-left: 0;
  padding-left: 0;
  font-size: 1.3em;
}

.navigation-item.footer.not {
  color: #0eb7ef99;
  text-transform: lowercase;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 1.3em;
}

.navigation-item.footer.not:hover {
  color: #0eb7ef;
  font-size: 1.33em;
}

.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 #00000014;
}

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

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

.intro-header {
  color: #fff;
  background-color: #17171700;
  justify-content: center;
  align-items: center;
  height: 40em;
  margin-bottom: 0;
  display: flex;
}

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

.intro-content {
  text-align: center;
  justify-content: center;
  align-items: stretch;
  width: 70%;
  max-width: 1140px;
  margin-top: 13.6em;
  margin-bottom: 0;
  display: block;
}

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

.main-heading-wrap {
  margin-bottom: 0;
}

.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;
  grid-template: ". . . . ."
                 ". . . . ."
                 / 2fr 1fr 1fr 1.25fr 1fr;
  place-items: start;
}

.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;
  inset: auto auto 30px 30px;
}

.product-price-text {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
}

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

.picture-placeholder {
  background-color: #f4f4f4;
  background-image: url('../images/Placeholder-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_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;
  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_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;
}

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

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

.secondary-button {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

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

.main-body {
  background-color: #17171700;
  background-image: linear-gradient(270deg, #000000a6, #2a2a2ad1), url('../images/pexels-steve-13129482.jpg'), linear-gradient(#57575780, #57575780);
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, 2000px, auto;
  background-attachment: scroll, fixed, scroll;
  font-size: 1vw;
  line-height: 1vw;
}

.main-body.about {
  background-image: linear-gradient(270deg, #000000a6, #2a2a2ad1), url('../images/Logo-Trans-1.avif'), url('../images/pexels-steve-13129482.jpg'), linear-gradient(#57575780, #57575780);
  background-position: 0 0, 50%, 0 0, 0 0;
  background-repeat: repeat, no-repeat, repeat, repeat;
  background-size: auto, 50em, 2000px, auto;
  background-attachment: scroll, fixed, fixed, scroll;
  padding-left: 0;
  padding-right: 0;
}

.heading-1 {
  color: #fff;
  text-align: center;
  font-size: 4em;
  font-weight: 600;
  line-height: 1.5em;
}

.heading-1.red {
  color: #ed553e;
}

.heading-1._1 {
  margin-bottom: 0;
}

.heading-1.big {
  letter-spacing: .3em;
  text-transform: uppercase;
  margin-top: .7em;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 6.5em;
}

.heading-1.big.no {
  margin-top: 0;
}

.heading-1.contacnt {
  text-align: left;
  font-size: 2.8em;
}

.bullet-text {
  color: #ffffffbf;
  text-align: left;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  font-size: 1.3em;
  line-height: 1.5em;
  display: flex;
}

.sub-heading {
  color: #0eb7ef;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 1.7em;
  font-weight: 400;
  line-height: 1.5em;
  position: static;
}

.sub-heading._1 {
  margin-top: 1em;
  margin-bottom: 0;
}

.sub-heading.white {
  color: #fff;
}

.text-block {
  font-weight: 500;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 4em;
  display: flex;
}

.image {
  flex: none;
  width: 3em;
  height: auto;
  margin-top: 0;
  padding-bottom: 0;
  font-size: 3em;
  line-height: 1em;
}

.div-block-3 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 32em;
  height: auto;
  margin-top: 1em;
  margin-bottom: 2em;
  padding-left: .5em;
  line-height: 1em;
  display: flex;
}

.div-block-4 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3em;
  display: flex;
}

.div-block-5 {
  margin-top: 4em;
}

.section-2 {
  border: 1px solid #313131c4;
  border-style: solid none;
  margin-top: 9.5em;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: grid;
}

.div-block-7 {
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.social-links {
  background-color: #102ca700;
  width: 2.5em;
  margin-right: 0;
  transition: width .325s;
}

.social-links:hover {
  width: 2.7em;
}

.div-block-8 {
  grid-column-gap: 1.6em;
  grid-row-gap: 1.6em;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 0;
  margin-left: 0;
  display: flex;
}

.form {
  justify-content: center;
  align-items: center;
  height: 2.75em;
  margin-left: 4em;
  margin-right: 4em;
  display: flex;
}

.form._1 {
  margin-left: 0;
}

.text-field-2 {
  color: #fff;
  background-color: #3f3e3e7a;
  border: 1px solid #222222f5;
  height: 2.75em;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 1em;
  padding-left: .5em;
  padding-right: .5em;
  font-size: 1em;
  line-height: 1em;
}

.submit-button {
  height: 100%;
  padding-left: 15px;
}

.submit-button.primary-button._1 {
  margin-top: 0;
  padding-left: 2em;
  padding-right: 2em;
}

.submit-button.primary-button._1.blue {
  border-radius: 13px;
  padding-top: 1.754em;
  padding-bottom: 1.75em;
}

.submit-button.primary-button.email {
  background-color: #0eb7ef;
  margin-top: 0;
  padding: 1.8em 3em;
}

.form-block-2 {
  margin-bottom: 0;
}

.div-block-9 {
  justify-content: center;
  display: flex;
}

.success-message {
  background-color: #22222287;
  margin-left: 3em;
  margin-right: 6em;
  padding: .5em 0;
}

.text-block-2 {
  color: #f1989a;
  flex-flow: column;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.section-3 {
  justify-content: center;
  align-items: center;
  height: 25em;
  display: flex;
}

.section-3._2 {
  background-color: #0eb7ef0f;
  height: 15em;
}

.section-3._2.but {
  background-color: #0eb7ef0f;
  height: 10em;
}

.section-3.hero {
  background-color: #0eb7ef0f;
}

.section-3.hero.short {
  background-color: #0eb7ef12;
}

.section-4 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  background-color: #000;
  background-image: linear-gradient(288deg, #b8b8b899, #f0f0f0db 51%);
  justify-content: center;
  align-items: center;
  height: 30em;
  margin-left: 0;
  padding: 0;
  display: flex;
}

.section-4._2 {
  background-image: linear-gradient(108deg, #94949494, #f0f0f0db 51%);
}

.div-block-10 {
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 4em;
  padding-left: 0;
}

.div-block-10.background {
  opacity: .63;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
}

.div-block-10.background._2 {
  opacity: .77;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  padding-left: 0;
}

.black-heading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: .5em;
  font-size: 4.2em;
  line-height: 1.3em;
}

.black-text {
  letter-spacing: .05em;
  text-indent: .3em;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 2em;
  padding-left: 1em;
  font-size: 1.5em;
  line-height: 1.4em;
}

.section-5 {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
}

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

.utility-margin-bottom-4rem {
  margin-bottom: 4rem;
  position: relative;
}

.eyebrow {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1rem;
}

.eyebrow.utility-margin-bottom-0 {
  margin-bottom: 0;
}

.paragraph-l {
  margin-bottom: 1rem;
}

.heading-5.utility-margin-bottom-0, .utility-margin-bottom-0, .paragraph-xxl.utility-margin-bottom-0 {
  margin-bottom: 0;
}

.grid-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-layout.desktop-3-column {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-layout.grid-gap-l {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}

.grid-layout.x-center {
  justify-items: center;
}

.masonry-layout.desktop-3-column {
  column-count: 3;
}

.flex-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  display: flex;
}

.flex-layout.x-center {
  justify-content: center;
}

.flex-layout.flex-vertical.x-center {
  align-items: center;
}

.utility-margin-bottom-1rem {
  margin-bottom: 1rem;
}

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

.heading-4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.section-8 {
  background-color: #d6d6d6db;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4em;
  padding-bottom: 4em;
}

.section-8.faq {
  background-color: #03030378;
  padding-bottom: 0;
}

.section-8.faq.join {
  background-color: #a7a7a7db;
  padding-bottom: 4em;
}

.section-8.mobile {
  display: none;
}

.div-block-11 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.drop-down {
  border: 1px solid #000;
  border-style: solid none;
  width: 50em;
  height: 3.5em;
  margin-top: 0;
  padding-top: .75em;
}

.text-block-4 {
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: 1em;
  margin-top: 0;
  padding-top: 0;
  font-size: 1.9em;
  line-height: 1em;
  display: flex;
}

.div-block-12 {
  justify-content: space-between;
  display: flex;
}

.image-2 {
  width: 2em;
  height: 2em;
}

.rule-list {
  color: #000;
  border: 1px #000;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-bottom: .125em;
  padding: 0;
  font-size: 2.2em;
  line-height: 1em;
  display: flex;
}

.rule-list.faq {
  color: #fff;
  width: 23em;
  font-size: 2.2em;
}

.div-block-13 {
  flex-flow: column;
  align-items: center;
  margin-bottom: 1em;
  display: flex;
}

.rule-list-wrap {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--black);
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 4em;
  padding: .8em;
  display: flex;
}

.rule-list-wrap.faq {
  border-style: solid none;
  border-color: #0eb7ef;
  border-bottom-width: 1px;
  height: 4em;
  margin-bottom: 2em;
}

.rule-list-wrap.bot {
  border-bottom-width: 1px;
}

.rule-list-wrap.top {
  border-top-style: solid;
  height: 4em;
}

.image-3 {
  width: 2.3em;
}

.div-block-14 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.image-5 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-15 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40em;
  height: 14em;
  padding-top: .5em;
  padding-left: .125em;
  display: flex;
}

.text-block-5 {
  color: #15151600;
  letter-spacing: .05em;
  background-color: #0000;
  font-size: 1.2em;
  line-height: 1.2em;
}

.text-block-6 {
  text-align: center;
  justify-content: flex-start;
  width: 27em;
  margin-bottom: 1em;
  font-size: 2.2em;
  font-weight: 300;
  line-height: 1.3em;
  display: block;
}

.div-block-16 {
  align-items: flex-start;
  width: 25em;
  display: flex;
}

.section-9 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  background-color: #afafaf29;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  height: 38em;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.section-9._1 {
  height: auto;
}

.form-2 {
  background-color: #333333c9;
  border-radius: 0;
  flex-flow: column;
  align-items: center;
  margin-top: 2em;
  padding: 1em 2em;
  display: flex;
}

.text-field-3 {
  color: #fff;
  background-color: #5c5c5c91;
  border: 1px solid #0eb7ef36;
  height: 2.65em;
  margin-bottom: .95em;
  margin-left: 0;
  margin-right: 0;
  padding: 0 .5em 0;
  font-size: 1em;
  line-height: 1em;
}

.text-field-3.big {
  text-align: left;
  height: 5em;
  padding-top: .5em;
}

.success-message-2 {
  color: #fff;
  background-color: #333333c9;
  height: 26em;
  font-size: 1em;
  line-height: 1em;
}

.text-block-7 {
  justify-content: center;
  margin: 4em 1em 0;
  font-size: 1.5em;
  line-height: 1.2em;
  display: flex;
}

.form-block-3 {
  height: auto;
}

.text-block-8 {
  color: #fff;
  text-align: center;
  justify-content: center;
  padding-top: .25em;
  padding-bottom: .5em;
  font-size: 1.7em;
  line-height: 1.2em;
  display: flex;
}

.submit-button-2 {
  background-color: #0eb7ef;
  width: 100%;
  height: 2.65em;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0;
}

.div-block-17 {
  width: auto;
}

.div-block-17._23 {
  background-color: #00000096;
}

.div-block-17._1 {
  width: 40em;
}

.link {
  color: #fff;
}

.error-message {
  background-color: #63323559;
}

.text-block-9 {
  color: var(--white);
  text-align: center;
  font-size: 1.2em;
}

.text-block-10 {
  text-align: center;
  min-width: auto;
  max-width: 28em;
  font-size: 2.2em;
  font-weight: 400;
  line-height: 1.2em;
}

.text-block-10._2 {
  color: #fff;
  max-width: none;
  margin-bottom: 0;
  font-size: 1.7em;
  line-height: 1.4em;
}

.text-block-10._2._1 {
  color: #000;
  width: 15em;
  margin-top: 1em;
  font-size: 1.4em;
  font-weight: 400;
}

.text-block-10._2.num {
  color: #d11000;
  font-family: Merriweather, serif;
  font-weight: 400;
}

.div-block-18 {
  justify-content: center;
  display: flex;
}

.div-block-19 {
  justify-content: space-around;
  margin-top: 6em;
  margin-left: 4em;
  margin-right: 4em;
  display: flex;
}

.div-block-20 {
  background-color: #91130905;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 23em;
  max-width: none;
  height: 23em;
  padding-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
  transition: background-color .5s, width .5s, height .5s;
  display: flex;
}

.div-block-20:hover {
  background-color: #91130917;
  width: 23.4em;
  height: 23.4em;
}

.div-block-21 {
  margin-top: 1em;
}

.section-10 {
  width: auto;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
}

.link-block {
  justify-content: center;
  align-items: center;
  font-size: 1em;
  display: flex;
}

.text-block-11 {
  font-size: 1.2em;
}

.navbar.mobile {
  display: none;
}

.div-block-25 {
  width: 2.75em;
  padding-right: 0;
}

.div-block-26 {
  justify-content: space-between;
  margin-left: 11em;
  margin-right: 11em;
  display: flex;
}

.image-6 {
  margin-top: .25em;
}

.div-block-29 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-size: 1vw;
  line-height: 1vh;
}

.text-block-12 {
  color: #fff;
}

.link-2 {
  color: #5689ff;
}

.link-3 {
  color: #3370ff;
}

.text-block-13 {
  color: #fff;
  flex-flow: row;
  justify-content: center;
  width: 10em;
  padding: .5em;
  font-size: 1.3em;
  display: flex;
}

.div-block-31 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding-top: 1em;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .section.cc-store-home-wrap {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    max-width: 1440px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 8em;
  }

  .paragraph-small.heading-4 {
    font-size: 1.4em;
    line-height: 1.3em;
  }

  .main-body {
    background-image: linear-gradient(270deg, #000000a6, #2a2a2ad1), url('../images/pexels-steve-13129482.jpg'), linear-gradient(#0000, #0000);
    background-size: auto, 2500px, auto;
    font-size: 16px;
    line-height: 1px;
    display: block;
  }

  .main-body.about {
    background-image: linear-gradient(270deg, #000000a6, #2a2a2ad1), url('../images/Logo-Trans-1.avif'), url('../images/pexels-steve-13129482.jpg'), linear-gradient(#0000, #0000);
    background-size: auto, 50em, 2500px, auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .heading-1.big {
    font-size: 6.8em;
  }

  .heading-1.big.no {
    margin-top: 0;
  }

  .div-block-6 {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-field-2 {
    height: 2.75em;
  }

  .section-3 {
    background-color: #3636368a;
  }

  .section-3._2 {
    height: 15em;
  }

  .section-3.hero.short {
    height: 20em;
  }

  .black-heading {
    font-size: 4em;
  }

  .black-text {
    font-size: 1.6em;
    line-height: 1.4em;
  }

  .section-5 {
    border: 2px #444444d6;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-6 {
    background-color: #6b6b6beb;
  }

  .section-8 {
    background-color: #d8d8d8eb;
    padding-top: 4em;
    padding-bottom: 8em;
  }

  .smallar-heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2em;
    line-height: 1.5em;
  }

  .smallar-heading.blue, .smallar-heading.red {
    color: #0eb7ef;
  }

  .dropdown-toggle {
    padding: 0;
  }

  .div-block-11 {
    justify-content: center;
    align-items: flex-start;
    height: 5em;
    margin-top: 0;
    display: flex;
  }

  .dropdown {
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph {
    margin-bottom: 0;
  }

  .drop-down {
    border: 1px solid #000;
    border-style: solid none;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 3.5em;
    padding-top: .75em;
    display: flex;
  }

  .text-block-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 1em;
    margin-top: .5em;
    font-size: 2em;
    display: flex;
  }

  .text-block-4 {
    font-size: 1.8em;
  }

  .rule-list-wrap, .rule-list-wrap.top {
    width: 52em;
  }

  .div-block-16 {
    width: 25em;
    max-width: none;
  }

  .section-9 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    justify-content: space-around;
    display: flex;
  }

  .section-10 {
    max-width: 1440px;
  }

  .div-block-26 {
    margin-left: 9em;
    margin-right: 9em;
  }
}

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

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

  .container.small-container {
    width: 90%;
  }

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

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

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

  .logo-link.w--current {
    flex: 0 auto;
  }

  .menu-icon {
    display: block;
  }

  .navigation-items {
    background-color: #fff0;
    justify-content: space-between;
  }

  .navigation-items._1 {
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .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: 0 2em 0 0;
    transition: background-color .4s, opacity .4s, color .4s;
  }

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

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

  .navigation-item.footer {
    text-align: left;
    padding-right: 0;
    font-size: 1em;
  }

  .navigation-item.footer.right {
    margin-left: 0;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .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 {
    padding: 40px;
  }

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

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

  .order-summary {
    flex-basis: 320px;
  }

  .main-body {
    font-size: 1.3vw;
  }

  .heading-1.big {
    font-size: 6em;
  }

  .div-block-7 {
    flex-flow: column;
  }

  .form {
    margin-left: 0;
    margin-right: 0;
  }

  .form._1 {
    justify-content: flex-start;
  }

  .text-field-2 {
    width: 13em;
  }

  .black-text {
    font-size: 1.4em;
    line-height: 1.4em;
  }

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

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

  .navbar {
    height: 4em;
    margin-top: 0;
    padding: .25em 0;
    font-size: 1.7em;
    line-height: 1em;
  }

  .div-block-22 {
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .div-block-29 {
    font-size: 1.2vw;
  }
}

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

  .section.cc-store-home-wrap {
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 4em;
    padding-right: 4em;
  }

  .section.footer {
    justify-content: flex-start;
    align-items: center;
    height: 15em;
    padding-top: 1em;
    padding-bottom: 1em;
  }

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

  .container._1 {
    width: 50em;
    margin-bottom: 0;
  }

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

  .paragraph-bigger._1 {
    flex: 0 auto;
    width: 30em;
  }

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

  .menu-icon {
    z-index: 2;
    text-align: center;
    flex: 0 auto;
    display: none;
    position: relative;
  }

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

  .navigation-items {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-flow: row;
    flex: 0 auto;
    justify-content: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .navigation-items._1 {
    width: Infinity% ;
    height: NaN% em;
    background-color: #393939eb;
    flex-flow: column;
    flex: 0 auto;
    margin-bottom: 0;
    padding-top: 2em;
    padding-bottom: 2em;
  }

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

  .navigation-item {
    color: #fff;
    text-align: center;
    width: 9em;
    margin-bottom: 1em;
    padding-right: 0;
    font-size: 1em;
  }

  .navigation-item.footer {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .navigation-item.footer.right {
    width: 15em;
    margin-bottom: 0;
  }

  .navigation-item.footer.right:hover {
    font-size: 1em;
  }

  .navigation-item.footer.right.thank {
    width: 18em;
    padding-left: .5em;
  }

  .navigation-item.footer.right.new {
    align-items: flex-start;
    margin-bottom: .25em;
  }

  .navigation-item.footer.not {
    text-align: left;
    align-items: flex-start;
    width: 20em;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #fff0;
  }

  .logo-image {
    font-size: 1.6em;
  }

  .navigation-wrap {
    width: 0%;
    height: 0%;
  }

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

  .main-body {
    font-size: 1.5vw;
  }

  .main-body.about {
    flex-flow: column;
    height: auto;
    font-size: 2vw;
    display: block;
  }

  .heading-1.big {
    margin-top: 2em;
    font-size: 4.1em;
  }

  .section-2 {
    margin-top: 4em;
  }

  .div-block-6 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: stretch;
    padding-left: 1em;
    padding-right: 1em;
  }

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

  .text-field-2 {
    width: 11em;
  }

  .text-field-2._1 {
    width: 17em;
  }

  .success-message {
    margin-left: 0;
  }

  .section-3._2.but {
    height: 8em;
  }

  .section-3.hero.short {
    height: 20em;
  }

  .section-4 {
    height: 26em;
  }

  .div-block-10 {
    padding-top: 1em;
  }

  .black-text {
    font-size: 1.15em;
    line-height: 1.3em;
  }

  .section-5 {
    margin-bottom: 0;
  }

  .utility-margin-bottom-4rem {
    margin-bottom: 2rem;
  }

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

  .grid-layout.grid-gap-l {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .grid-layout.mobile-landscape-1-column {
    grid-template-columns: 1fr;
  }

  .masonry-layout.mobile-landscape-1-column {
    column-count: 1;
  }

  .section-8 {
    padding-left: 2em;
    padding-right: 2em;
  }

  .rule-list {
    width: auto;
  }

  .rule-list.faq {
    width: 21em;
    font-size: 1.8em;
  }

  .rule-list-wrap.top {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-14 {
    justify-content: space-between;
    width: 100%;
  }

  .text-block-6 {
    width: auto;
  }

  .div-block-16 {
    margin-bottom: 2em;
  }

  .section-9 {
    flex-flow: column;
    align-items: center;
    height: auto;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .div-block-17 {
    width: 30em;
  }

  .div-block-19 {
    flex-flow: column;
    align-items: center;
  }

  .div-block-20 {
    background-color: #91130917;
    margin-bottom: 2em;
  }

  .navbar {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    justify-content: center;
    align-items: center;
    height: 5.5em;
    padding: 0;
    display: block;
  }

  .navbar.mobile {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .div-block-22 {
    width: 100px;
  }

  .div-block-23 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 5.5em;
    margin-left: 0%;
    padding-left: 1em;
    padding-right: 1em;
    display: flex;
    overflow: hidden;
  }

  .div-block-24 {
    justify-content: flex-end;
    padding-right: 1em;
    display: flex;
  }

  .div-block-26 {
    margin-left: 4em;
    margin-right: 4em;
  }

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

  .lottie-animation {
    width: 2em;
    height: auto;
  }

  .lottie-animation-2 {
    width: 3em;
  }

  .lottie-animation-3 {
    z-index: 10;
    width: 2.2em;
    position: relative;
    overflow: hidden;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  h2 {
    font-size: 34px;
    line-height: 46px;
  }

  .section.cc-store-home-wrap {
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 8em;
    padding-left: 3em;
    padding-right: 3em;
  }

  .section.cc-store-home-wrap._2 {
    height: 75em;
  }

  .section.cc-product-detail {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.footer {
    background-color: #68686829;
    flex-flow: column;
    height: 70em;
    margin-top: 0;
    padding-top: 4em;
    padding-bottom: 8em;
  }

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

  .container._1 {
    width: 42em;
    margin-top: 2em;
  }

  .paragraph-bigger._1 {
    width: 17.5em;
    margin-bottom: 1em;
    margin-left: 2em;
    margin-right: 2em;
    font-size: 2.5em;
  }

  .paragraph-bigger._1._2 {
    margin-left: 0;
    margin-right: 0;
    font-size: 2.3em;
  }

  .paragraph-bigger._1._2._3._4 {
    margin-left: 2em;
    margin-right: 2em;
    font-size: 2.2em;
  }

  .primary-button {
    font-size: 1.5em;
  }

  .primary-button:hover {
    font-size: 1.6em;
  }

  .primary-button.cc-cart {
    padding-left: 16px;
    padding-right: 16px;
  }

  .primary-button.blue.header {
    font-size: 2em;
  }

  .primary-button.blue.join {
    color: #fff;
    font-size: 1.8em;
  }

  .primary-button.blue.join:hover {
    font-size: 1.8em;
  }

  .primary-button.sqaure {
    align-items: center;
    margin: 2em 1em;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    font-size: 1.5em;
    display: flex;
  }

  .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 {
    color: #030303;
    width: 2.2em;
    font-size: 1em;
    line-height: 1em;
    display: none;
  }

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

  .cart {
    margin-right: 20px;
  }

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

  .navigation-item {
    margin-top: 3em;
    margin-bottom: 3em;
    font-size: 1.8em;
    transition: font-size .425s, background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    font-size: 2.1em;
  }

  .navigation-item.footer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-flow: column;
    align-items: center;
    width: 9em;
    margin: 1em 0 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 2.5em;
  }

  .navigation-item.footer:hover {
    font-size: 2.5em;
  }

  .navigation-item.footer.right {
    align-items: flex-start;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: .125em;
  }

  .navigation-item.footer.right:hover {
    font-size: 2.5em;
  }

  .navigation-item.footer.right.thank {
    text-align: center;
    width: auto;
    margin-top: .25em;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: .25em;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 2em;
  }

  .navigation-item.footer.right.new {
    width: auto;
    padding-left: .125em;
    font-size: 2.3em;
    line-height: 1em;
  }

  .navigation-item.footer.not {
    width: auto;
    font-size: 2.2em;
  }

  .navigation-item.footer.not:hover {
    font-size: 2em;
  }

  .menu-button {
    z-index: 10;
    flex: none;
    font-size: 1em;
    line-height: 1em;
  }

  .menu-button.w--open {
    flex: none;
  }

  .logo-image {
    width: 5em;
    font-size: 1.2em;
    line-height: .8em;
  }

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

  .intro-header {
    height: auto;
  }

  .intro-content {
    margin-top: 16.1em;
  }

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

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .main-body {
    background-color: #363636;
    background-image: linear-gradient(270deg, #000000a6, #2a2a2ad1), url('../images/pexels-steve-13129482.jpg'), linear-gradient(#0000, #0000);
    background-position: 0 0, 0 0, 0 0;
    background-size: auto, 2000px, auto;
    background-attachment: scroll, fixed, scroll;
    font-size: 2vw;
  }

  .main-body.about, .main-body.about.join, .main-body.about.contact {
    font-size: 2vw;
  }

  .heading-1 {
    font-size: 6em;
  }

  .heading-1.red.trans {
    margin-top: 0;
  }

  .heading-1.big {
    letter-spacing: .05em;
    text-transform: uppercase;
    margin-top: 2.85em;
    margin-bottom: 1em;
    font-size: 5em;
    font-weight: 400;
    line-height: 1.1em;
  }

  .heading-1.big.no {
    margin-bottom: 0;
  }

  .heading-1.trans {
    margin-top: .25em;
    margin-bottom: .25em;
  }

  .heading-1.contacnt {
    font-size: 4em;
  }

  .heading-1._4 {
    font-size: 5em;
  }

  .bullet-text {
    font-size: 2.1em;
  }

  .sub-heading._1 {
    font-size: 2.6em;
  }

  .sub-heading.trans {
    margin-top: 0;
    font-size: 2.2em;
  }

  .sub-heading.trans._2 {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .div-block-2 {
    margin-top: 1em;
    margin-bottom: 0;
  }

  .image {
    width: auto;
    min-width: 1.5em;
    font-size: 4em;
    line-height: 2em;
  }

  .div-block-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: auto;
    padding-left: 2em;
    padding-right: 2em;
  }

  .div-block-4 {
    width: 5.3em;
  }

  .section-2 {
    margin-top: 4em;
  }

  .div-block-6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    place-items: center stretch;
    padding-bottom: 0;
  }

  .div-block-7 {
    flex-flow: column;
    align-items: center;
    margin-bottom: 2em;
  }

  .form._1 {
    flex-flow: row;
    justify-content: flex-start;
    width: auto;
    height: auto;
    margin-top: 1em;
  }

  .text-field-2 {
    width: 12em;
    font-size: 2em;
  }

  .text-field-2._1 {
    width: auto;
    height: auto;
    padding-top: .5em;
    padding-bottom: .5em;
    padding-right: .5em;
    font-size: 2.1em;
  }

  .submit-button.primary-button._1.blue {
    margin-top: 0;
    margin-left: 0;
    font-size: 1.5em;
  }

  .submit-button.primary-button.email {
    background-color: #0eb7ef;
    border-radius: 15px;
    margin-top: 0;
    padding: 1.8em 2em;
  }

  .form-block-2 {
    flex-flow: wrap;
    display: flex;
  }

  .success-message {
    margin-right: 0;
  }

  .section-3._2 {
    height: 18em;
  }

  .section-3._2.but, .section-3.hero, .section-3.hero.short {
    height: auto;
  }

  .section-4 {
    flex-flow: wrap;
    height: auto;
  }

  .section-4._2._3 {
    flex-flow: column-reverse;
  }

  .div-block-10 {
    margin-bottom: 0;
    padding-bottom: 2em;
  }

  .div-block-10.background {
    padding-bottom: 0;
  }

  .black-text {
    font-size: 2.25em;
    line-height: 1.5em;
  }

  .section-5 {
    height: auto;
    margin-bottom: 2em;
    padding-left: 0;
    padding-right: 0;
  }

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

  .grid-layout.desktop-5-column.tablet-2-column {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .grid-layout.desktop-5-column.tablet-2-column.mobile-landscape-1-column {
    grid-template-columns: 1fr;
  }

  .section-8 {
    padding-left: 2em;
    padding-right: 2em;
    display: none;
  }

  .section-8.faq.join {
    background-color: #242424db;
    margin-bottom: -2em;
    display: block;
  }

  .section-8.mobile {
    margin-bottom: 0;
    display: block;
  }

  .rule-list {
    flex-flow: wrap;
    padding-top: .25em;
    font-size: 3.7em;
  }

  .rule-list.fa {
    color: #fff;
    font-weight: 300;
  }

  .rule-list-wrap {
    width: 100%;
    height: 12em;
  }

  .rule-list-wrap.top {
    width: 100%;
    height: 12em;
    margin-bottom: 2.3em;
  }

  .rule-list-wrap.fa {
    border-top-style: solid;
    height: 12em;
    margin-bottom: 2.3em;
  }

  .image-3 {
    width: 4em;
    min-width: 4em;
  }

  .div-block-14 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .image-4 {
    margin-top: 1em;
    display: none;
  }

  .image-5 {
    margin-top: 1em;
  }

  .div-block-15 {
    width: auto;
    padding-top: .5em;
  }

  .text-block-5 {
    color: #fff0;
    margin-top: .25em;
    font-size: 2.3em;
    line-height: 1.2em;
  }

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

  .text-block-6 {
    font-size: 2.4em;
    font-weight: 400;
  }

  .div-block-16 {
    justify-content: center;
    width: 40em;
  }

  .section-9 {
    background-color: #313131e0;
  }

  .section-9._1 {
    display: none;
  }

  .form-2 {
    background-color: #414141e6;
  }

  .text-field-3, .text-field-3.big {
    font-size: 2.2em;
  }

  .text-block-7 {
    margin-top: 2em;
    font-size: 2em;
  }

  .text-block-8 {
    font-size: 3em;
  }

  .submit-button-2 {
    font-size: 2.2em;
  }

  .div-block-17 {
    width: auto;
    margin-left: 4em;
    margin-right: 4em;
    padding-bottom: 4em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .div-block-17._23 {
    margin-left: 2em;
    margin-right: 2em;
  }

  .div-block-17._1._2 {
    width: 45em;
    margin-left: 2em;
    margin-right: 2em;
  }

  .text-block-10 {
    color: #fff;
    font-size: 2.55em;
  }

  .text-block-10._2._1 {
    color: #fefefe;
    font-size: 2.1em;
  }

  .text-block-10._2.num {
    color: var(--white);
    font-size: 3em;
  }

  .div-block-20 {
    background-color: #700d0445;
    width: 40em;
    height: 40em;
    padding-top: 2em;
  }

  .div-block-20:hover {
    width: 40em;
    height: 40em;
  }

  .div-block-21 {
    margin-top: 4em;
  }

  .section-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-11 {
    text-align: center;
    letter-spacing: .2em;
    overflow-wrap: normal;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-bottom: 0;
    font-size: 1.2em;
    line-height: 1em;
    display: flex;
  }

  .navbar {
    background-color: #494949;
    height: 6em;
    padding-left: 1em;
    padding-right: 1em;
    display: none;
    position: fixed;
  }

  .navbar.mobile {
    z-index: 3;
    padding-left: 2em;
    padding-right: 2em;
    display: block;
  }

  .div-block-22 {
    align-items: center;
    width: 45em;
    height: 12em;
    padding-left: 0;
  }

  .div-block-25 {
    width: 5em;
  }

  .div-block-26 {
    margin-left: 14em;
    margin-right: 14em;
  }

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

  .lottie-animation-4 {
    width: 5em;
    max-width: none;
  }

  .div-block-28 {
    justify-content: center;
    align-items: center;
    width: 5em;
    height: 2em;
    display: flex;
    overflow: hidden;
  }

  .div-block-29 {
    font-size: 2vw;
  }

  .div-block-30 {
    display: none;
  }
}

#w-node-_5c70d71c-1782-713c-527d-e212677ac0ca-87e29718 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


