:root {
  --padding-side-desktop: 50px;
  --navy: #0f172a;
  --cool-grey: #f1f5f9;
  --white: white;
  --black: black;
  --padding-side-mobile: 20px;
  --vb-red: #dc2f33;
  --desktop-line-width: 20vw;
  --digital-blue: #22d3ee;
  --slate-grey: #334155;
  --neutral-grey: #94a3b8;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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-commerceaddtocartquantityinput, .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;
  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 {
  padding: 100px var(--padding-side-desktop);
  background-color: var(--navy);
  color: var(--cool-grey);
}

.section.cc-store-home-wrap {
  padding-top: 100px;
}

.section.cc-subscribe-form {
  background-color: var(--white);
  color: var(--black);
  margin-left: 0;
  margin-right: 0;
}

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

.section.product {
  background-image: url('../images/BG-PATTERN-20p.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-between;
  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%;
  margin-left: auto;
  margin-right: auto;
}

.container.cc-subscription-form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--vb-red);
  color: var(--white);
  text-align: center;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-bottom: auto;
  padding: 50px 20px;
  display: flex;
  position: relative;
}

.container.cc-subscription-form.green {
  background-color: #0d9c12;
}

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

.container.cc-heading-wrap.product-hero-heading {
  width: 60%;
}

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

.paragraph-tiny {
  color: var(--white);
  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;
}

.primary-button {
  background-color: var(--vb-red);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 100px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s, background-color .4s, opacity .4s, color .4s;
  box-shadow: 0 12px 24px -6px #00000059;
}

.primary-button:hover {
  background-color: var(--navy);
  color: #fff;
  scale: 1.05;
}

.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-cart {
  background-color: var(--vb-red);
}

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

.primary-button.white {
  background-color: var(--white);
  color: var(--navy);
}

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

.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 {
  opacity: .9;
  width: 40%;
  font-size: 1.2rem;
}

.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;
  display: flex;
}

.navigation-items.links {
  padding-bottom: 0;
}

.cart {
  margin-left: 20px;
}

.navigation {
  background-color: #fff;
  align-items: center;
  width: 100vw;
  height: 90px;
  padding: 10px 50px;
  display: flex;
  position: fixed;
  box-shadow: 0 12px 24px -12px #00000040;
}

.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: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: .8em;
  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;
}

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

.icon {
  display: block;
}

.logo-image {
  width: 100px;
  line-height: 60px;
  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: #f4f4f4;
  background-image: url('../images/placeholder-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

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

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

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

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

.main-paragraph-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-areas: ". .";
  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;
  color: var(--white);
  margin-bottom: 15px;
  font-size: .9rem;
  line-height: 1.3;
  text-decoration: none;
  transition: color .2s, opacity .2s;
}

.footer-link:hover {
  opacity: 1;
  color: var(--vb-red);
}

.footer-link.w--current {
  color: var(--vb-red);
}

.logo-footer {
  width: 300px;
}

.made-with-webflow {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: .5;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  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: 100%;
  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;
  border-radius: 100px;
  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;
}

.hero-section {
  padding: 100px var(--padding-side-desktop) 50px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(0deg, #da2f371f, transparent 40%, transparent), linear-gradient(105deg, var(--navy), #0f172aeb 35%, #0f172a8c 60%, #0f172a40), linear-gradient(135deg, #0f172a, #0f172a 50%, #0f172a);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  height: 100dvh;
  min-height: 75dvh;
  display: flex;
  position: relative;
}

.hero-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 35%;
  height: 100%;
  display: flex;
}

.hero-right {
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
  position: relative;
}

.background-video {
  clip-path: polygon(var(--desktop-line-width) 0, 100% 0, 100% 100%, 0% 100%);
  width: 100%;
  height: 100%;
}

.code-embed {
  width: 30vw;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.code-embed-2 {
  width: calc(var(--desktop-line-width) * 1.5);
  margin-right: calc(var(--desktop-line-width) * -.22);
}

.hero-grid-block {
  border: 10px none var(--white);
  background-color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 10px;
}

.hero-grid-block.first {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 20px;
}

.background-video-2 {
  z-index: 10;
  border-radius: 30px;
  width: 80%;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-shadow: 0 12px 24px -12px #0000004d;
}

.hero-block-inner {
  border: 2px solid var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.div-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  min-height: 85dvh;
  display: grid;
}

.big-senzori {
  color: var(--vb-red);
  letter-spacing: -10px;
  text-shadow: 0 4px 8px #00000059;
  font-family: Oswald, sans-serif;
  font-size: 150px;
  font-weight: 700;
  line-height: 1;
}

.big-gasni {
  color: var(--navy);
  text-align: left;
  letter-spacing: 15px;
  font-family: Oswald, sans-serif;
  font-size: 64px;
  line-height: 1;
}

.hero-left-top {
  position: relative;
}

.abs-hero-right {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 20px;
  padding: 20px;
  position: absolute;
  bottom: 0;
}

.lottie-animation {
  width: 100px;
  position: absolute;
  top: -60px;
  right: -80px;
  transform: rotate(45deg);
}

.lottie-animation.cta {
  top: -80px;
  right: -70px;
}

.sect {
  padding: 50px var(--padding-side-desktop);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.sect.navy {
  background-color: var(--navy);
  color: var(--white);
  background-image: url('../images/BG-PATTERN-20p.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.sect.top-marg {
  padding-top: 150px;
}

.heading1 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.cool-large-box {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  margin-bottom: 50px;
  display: grid;
}

.cool-large-box.inv-d {
  display: none;
}

.cool-smaller-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--vb-red);
  color: var(--white);
  -webkit-clip-path: polygon(0% 84.848%, 0% 84.848%, .117% 87.306%, .454% 89.638%, .994% 91.811%, 1.718% 93.797%, 2.607% 95.562%, 3.645% 97.077%, 4.811% 98.309%, 6.088% 99.228%, 7.458% 99.802%, 8.902% 100%, 68.478% 100%, 68.478% 100%, 69.442% 99.911%, 70.385% 99.649%, 71.298% 99.22%, 72.174% 98.632%, 73.007% 97.892%, 73.79% 97.007%, 74.515% 95.984%, 75.176% 94.829%, 75.765% 93.551%, 76.276% 92.156%, 98.819% 22.458%, 98.819% 22.458%, 99.577% 19.376%, 99.912% 16.245%, 99.855% 13.154%, 99.435% 10.191%, 98.684% 7.443%, 97.632% 4.997%, 96.309% 2.943%, 94.746% 1.366%, 92.973% .356%, 91.021% 0%, 8.902% 0%, 8.902% 0%, 7.458% .198%, 6.088% .772%, 4.811% 1.691%, 3.645% 2.923%, 2.607% 4.438%, 1.718% 6.203%, .994% 8.189%, .454% 10.362%, .117% 12.694%, 0% 15.152%, 0% 84.848%);
  clip-path: polygon(0% 84.848%, 0% 84.848%, .117% 87.306%, .454% 89.638%, .994% 91.811%, 1.718% 93.797%, 2.607% 95.562%, 3.645% 97.077%, 4.811% 98.309%, 6.088% 99.228%, 7.458% 99.802%, 8.902% 100%, 68.478% 100%, 68.478% 100%, 69.442% 99.911%, 70.385% 99.649%, 71.298% 99.22%, 72.174% 98.632%, 73.007% 97.892%, 73.79% 97.007%, 74.515% 95.984%, 75.176% 94.829%, 75.765% 93.551%, 76.276% 92.156%, 98.819% 22.458%, 98.819% 22.458%, 99.577% 19.376%, 99.912% 16.245%, 99.855% 13.154%, 99.435% 10.191%, 98.684% 7.443%, 97.632% 4.997%, 96.309% 2.943%, 94.746% 1.366%, 92.973% .356%, 91.021% 0%, 8.902% 0%, 8.902% 0%, 7.458% .198%, 6.088% .772%, 4.811% 1.691%, 3.645% 2.923%, 2.607% 4.438%, 1.718% 6.203%, .994% 8.189%, .454% 10.362%, .117% 12.694%, 0% 15.152%, 0% 84.848%);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 100px 20px 40px;
  font-size: 15px;
  line-height: 25px;
  display: flex;
  grid-area: 1 / 1 / 2 / 7 !important;
}

.cool-smaller-left.contra {
  background-color: var(--navy);
  padding: 0;
}

.cool-smaller-right {
  -webkit-clip-path: polygon(92.443% 100%, 92.443% 100%, 93.669% 99.802%, 94.832% 99.228%, 95.916% 98.309%, 96.906% 97.077%, 97.787% 95.562%, 98.542% 93.797%, 99.157% 91.811%, 99.615% 89.638%, 99.901% 87.306%, 100% 84.848%, 100% 15.152%, 100% 15.152%, 99.901% 12.694%, 99.615% 10.362%, 99.157% 8.189%, 98.542% 6.203%, 97.787% 4.438%, 96.906% 2.923%, 95.916% 1.691%, 94.832% .772%, 93.669% .198%, 92.443% 0%, 26.758% 0%, 26.758% 0%, 25.939% .089%, 25.139% .351%, 24.365% .78%, 23.621% 1.368%, 22.913% 2.108%, 22.249% 2.993%, 21.633% 4.016%, 21.073% 5.171%, 20.572% 6.449%, 20.138% 7.845%, 1.002% 77.542%, 1.002% 77.542%, .359% 80.624%, .074% 83.755%, .123% 86.846%, .479% 89.809%, 1.117% 92.557%, 2.01% 95.003%, 3.133% 97.057%, 4.46% 98.634%, 5.965% 99.644%, 7.622% 100%, 92.443% 100%);
  clip-path: polygon(92.443% 100%, 92.443% 100%, 93.669% 99.802%, 94.832% 99.228%, 95.916% 98.309%, 96.906% 97.077%, 97.787% 95.562%, 98.542% 93.797%, 99.157% 91.811%, 99.615% 89.638%, 99.901% 87.306%, 100% 84.848%, 100% 15.152%, 100% 15.152%, 99.901% 12.694%, 99.615% 10.362%, 99.157% 8.189%, 98.542% 6.203%, 97.787% 4.438%, 96.906% 2.923%, 95.916% 1.691%, 94.832% .772%, 93.669% .198%, 92.443% 0%, 26.758% 0%, 26.758% 0%, 25.939% .089%, 25.139% .351%, 24.365% .78%, 23.621% 1.368%, 22.913% 2.108%, 22.249% 2.993%, 21.633% 4.016%, 21.073% 5.171%, 20.572% 6.449%, 20.138% 7.845%, 1.002% 77.542%, 1.002% 77.542%, .359% 80.624%, .074% 83.755%, .123% 86.846%, .479% 89.809%, 1.117% 92.557%, 2.01% 95.003%, 3.133% 97.057%, 4.46% 98.634%, 5.965% 99.644%, 7.622% 100%, 92.443% 100%);
  position: relative;
  grid-area: 1 / 6 / 2 / 13 !important;
}

.cool-smaller-right.contra {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--vb-red);
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 20px 40px 20px 20%;
  display: flex;
}

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

.image.abitleft {
  object-position: 40% 50%;
}

.image.mob {
  display: none;
}

.paragraph, .paragraph-2 {
  text-align: right;
}

.heading {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.slide {
  border: 1px #000;
  border-radius: 30px;
  width: calc(33% - 10px);
  min-height: 500px;
  margin-right: 20px;
}

.slider {
  background-color: #0000;
  height: 700px;
}

.left-arrow {
  z-index: 99;
  color: var(--digital-blue);
}

.slide-nav {
  color: var(--vb-red);
  bottom: -50px;
}

.right-arrow {
  color: var(--white);
}

.slide-box {
  flex-flow: column;
  display: flex;
}

.slide-box-upper {
  background-color: var(--vb-red);
  -webkit-clip-path: polygon(0% 7.629%, 0% 7.629%, .105% 6.411%, .408% 5.255%, .893% 4.177%, 1.544% 3.193%, 2.343% 2.318%, 3.275% 1.567%, 4.324% .956%, 5.471% .5%, 6.702% .216%, 8% .117%, 91.875% .117%, 91.875% .117%, 93.173% .216%, 94.404% .5%, 95.551% .956%, 96.6% 1.567%, 97.532% 2.318%, 98.331% 3.193%, 98.982% 4.177%, 99.467% 5.255%, 99.77% 6.411%, 99.875% 7.629%, 99.875% 76.17%, 99.875% 76.17%, 99.797% 77.222%, 99.568% 78.234%, 99.199% 79.194%, 98.699% 80.091%, 98.077% 80.914%, 97.344% 81.652%, 96.51% 82.293%, 95.583% 82.827%, 94.574% 83.242%, 93.492% 83.527%, 9.617% 99.78%, 9.617% 99.78%, 8.141% 99.936%, 6.711% 99.841%, 5.351% 99.514%, 4.087% 98.976%, 2.947% 98.247%, 1.956% 97.345%, 1.139% 96.293%, .524% 95.108%, .135% 93.811%, 0% 92.423%, 0% 7.629%);
  clip-path: polygon(0% 7.629%, 0% 7.629%, .105% 6.411%, .408% 5.255%, .893% 4.177%, 1.544% 3.193%, 2.343% 2.318%, 3.275% 1.567%, 4.324% .956%, 5.471% .5%, 6.702% .216%, 8% .117%, 91.875% .117%, 91.875% .117%, 93.173% .216%, 94.404% .5%, 95.551% .956%, 96.6% 1.567%, 97.532% 2.318%, 98.331% 3.193%, 98.982% 4.177%, 99.467% 5.255%, 99.77% 6.411%, 99.875% 7.629%, 99.875% 76.17%, 99.875% 76.17%, 99.797% 77.222%, 99.568% 78.234%, 99.199% 79.194%, 98.699% 80.091%, 98.077% 80.914%, 97.344% 81.652%, 96.51% 82.293%, 95.583% 82.827%, 94.574% 83.242%, 93.492% 83.527%, 9.617% 99.78%, 9.617% 99.78%, 8.141% 99.936%, 6.711% 99.841%, 5.351% 99.514%, 4.087% 98.976%, 2.947% 98.247%, 1.956% 97.345%, 1.139% 96.293%, .524% 95.108%, .135% 93.811%, 0% 92.423%, 0% 7.629%);
  height: 300px;
  padding: 10px 20px 20px;
}

.slide-box-img {
  -webkit-clip-path: polygon(99.875% 91.774%, 99.875% 91.774%, 99.77% 93.108%, 99.467% 94.374%, 98.982% 95.554%, 98.331% 96.632%, 97.532% 97.591%, 96.6% 98.413%, 95.551% 99.082%, 94.404% 99.581%, 93.173% 99.892%, 91.875% 100%, 8% 100%, 8% 100%, 6.702% 99.892%, 5.471% 99.581%, 4.324% 99.082%, 3.275% 98.413%, 2.343% 97.591%, 1.544% 96.632%, .893% 95.554%, .408% 94.374%, .105% 93.108%, 0% 91.774%, 0% 26.097%, 0% 26.097%, .078% 24.944%, .307% 23.836%, .676% 22.785%, 1.176% 21.802%, 1.798% 20.901%, 2.531% 20.093%, 3.365% 19.391%, 4.292% 18.807%, 5.301% 18.352%, 6.383% 18.04%, 90.258% .241%, 90.258% .241%, 91.733% .07%, 93.164% .174%, 94.524% .532%, 95.788% 1.121%, 96.928% 1.92%, 97.919% 2.907%, 98.736% 4.06%, 99.351% 5.357%, 99.74% 6.777%, 99.875% 8.298%, 99.875% 91.774%);
  clip-path: polygon(99.875% 91.774%, 99.875% 91.774%, 99.77% 93.108%, 99.467% 94.374%, 98.982% 95.554%, 98.331% 96.632%, 97.532% 97.591%, 96.6% 98.413%, 95.551% 99.082%, 94.404% 99.581%, 93.173% 99.892%, 91.875% 100%, 8% 100%, 8% 100%, 6.702% 99.892%, 5.471% 99.581%, 4.324% 99.082%, 3.275% 98.413%, 2.343% 97.591%, 1.544% 96.632%, .893% 95.554%, .408% 94.374%, .105% 93.108%, 0% 91.774%, 0% 26.097%, 0% 26.097%, .078% 24.944%, .307% 23.836%, .676% 22.785%, 1.176% 21.802%, 1.798% 20.901%, 2.531% 20.093%, 3.365% 19.391%, 4.292% 18.807%, 5.301% 18.352%, 6.383% 18.04%, 90.258% .241%, 90.258% .241%, 91.733% .07%, 93.164% .174%, 94.524% .532%, 95.788% 1.121%, 96.928% 1.92%, 97.919% 2.907%, 98.736% 4.06%, 99.351% 5.357%, 99.74% 6.777%, 99.875% 8.298%, 99.875% 91.774%);
  width: 100%;
  height: 100%;
  margin-top: -30px;
}

.image-2 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 350px;
}

.proizvod-heading {
  font-size: 25px;
  font-weight: 500;
  line-height: 35px;
}

.icon-2 {
  color: var(--vb-red);
}

.navy-separator {
  background-image: linear-gradient(0deg, var(--navy) 17%, transparent);
  height: 80px;
}

.navy-separator.contra {
  background-image: linear-gradient(180deg, var(--navy) 17%, transparent);
}

.text-span {
  color: var(--vb-red);
  text-shadow: 1px 1px 5px var(--vb-red);
}

.heading-2 {
  text-align: center;
  font-size: 2rem;
  line-height: 1;
}

.paragraph-3 {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.5;
}

.why-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

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

.heading-3 {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
}

.contact-section {
  padding-top: 100px;
  padding-right: var(--padding-side-desktop);
  padding-left: var(--padding-side-desktop);
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.contact-right, .contact-left {
  width: 50%;
}

.icon-box-horizontal {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--black);
  margin-bottom: 15px;
  text-decoration: none;
  display: flex;
}

.icon-box-horizontal:hover {
  color: var(--vb-red);
}

.svg-icon {
  width: 35px;
  height: 35px;
}

.contact-text {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.2;
}

.image-3 {
  width: 60%;
}

.heading-4 {
  margin-top: 10px;
  font-weight: 500;
}

.paragraph-4 {
  line-height: 1.2;
}

.heading-5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.icon-3 {
  color: var(--vb-red);
}

.heading-with-logo {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 50px;
  display: flex;
}

.image-4 {
  width: 3.5rem;
  height: 3.5rem;
}

.image-5 {
  width: 35%;
}

.flex-horizontal {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  display: flex;
}

.red-bg-cont {
  background-color: var(--vb-red);
  color: var(--white);
  border-radius: 50px 10px;
  padding: 30px;
}

.red-bg-cont.third {
  width: 30%;
}

.red-bg-cont.inv-d {
  display: none;
}

.image-6 {
  width: 30%;
}

.koristiti-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--navy);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.koristi-block {
  border: 1px solid var(--navy);
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-8 {
  font-size: 2rem;
  line-height: 1;
}

.iksoks {
  text-align: center;
}

.div-block-2 {
  width: 30%;
}

.footer-link-copy {
  opacity: .6;
  color: var(--white);
  margin-bottom: 15px;
  font-size: .9rem;
  line-height: 1.3;
  text-decoration: none;
  transition: color .2s, opacity .2s;
}

.footer-link-copy:hover {
  opacity: 1;
  color: var(--vb-red);
}

.footer-link-copy.w--current {
  color: var(--vb-red);
}

.div-block-3 {
  width: 30%;
}

.h1-2 {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 3rem;
  line-height: 1;
}

.flex-hor {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block {
  color: #fff;
}

.hero-text {
  color: #fff;
  font-family: Exo, sans-serif;
  font-size: 5vw;
  font-weight: 900;
  line-height: .9;
}

.text-span-2 {
  color: var(--vb-red);
  font-style: italic;
  line-height: 1.2;
}

.text-span-3 {
  color: var(--navy);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--white);
}

.hero-badge {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--vb-red);
  background-color: #da2f371f;
  border: 1px solid #da2f374d;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 16px;
  display: flex;
}

.red-dot {
  background-color: var(--vb-red);
  border-radius: 50%;
  width: 6px;
  height: 6px;
}

.text-block-2 {
  font-size: 14px;
  font-weight: 500;
}

.paragraph-6 {
  color: #fff;
  margin-top: 30px;
  padding-top: 0;
}

.image-7 {
  z-index: 11;
  width: 250px;
  height: 250px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.dropdown-list {
  z-index: 15;
}

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

  .section.product {
    flex-flow: column-reverse;
  }

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

  .container.cc-heading-wrap.product-hero-heading {
    width: 100%;
  }

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

  .menu-icon {
    display: block;
  }

  .navigation-items {
    background-color: #fff;
    flex-flow: row;
    justify-content: space-between;
  }

  .navigation-items.links {
    padding-bottom: 50px;
  }

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

  .navigation {
    justify-content: space-between;
    padding: 25px 30px;
  }

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

  .navigation-item {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 15px 30px;
    transition-property: background-color, opacity, color;
    transition-duration: .4s, .4s, .4s;
    transition-timing-function: ease, ease, ease;
    display: flex;
    background-color: #fff !important;
  }

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

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

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

  .hero-section {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    height: auto;
    padding-bottom: 100px;
  }

  .hero-left, .hero-right, .background-video-2 {
    width: 100%;
  }

  .cool-large-box {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-auto-flow: row;
    display: flex;
  }

  .cool-large-box.inv-d {
    display: flex;
  }

  .cool-large-box.inv-m {
    display: none;
  }

  .cool-smaller-left {
    -webkit-clip-path: polygon(0% 7.629%, 0% 7.629%, .105% 6.411%, .408% 5.255%, .893% 4.177%, 1.544% 3.193%, 2.343% 2.318%, 3.275% 1.567%, 4.324% .956%, 5.471% .5%, 6.702% .216%, 8% .117%, 91.875% .117%, 91.875% .117%, 93.173% .216%, 94.404% .5%, 95.551% .956%, 96.6% 1.567%, 97.532% 2.318%, 98.331% 3.193%, 98.982% 4.177%, 99.467% 5.255%, 99.77% 6.411%, 99.875% 7.629%, 99.875% 76.17%, 99.875% 76.17%, 99.797% 77.222%, 99.568% 78.234%, 99.199% 79.194%, 98.699% 80.091%, 98.077% 80.914%, 97.344% 81.652%, 96.51% 82.293%, 95.583% 82.827%, 94.574% 83.242%, 93.492% 83.527%, 9.617% 99.78%, 9.617% 99.78%, 8.141% 99.936%, 6.711% 99.841%, 5.351% 99.514%, 4.087% 98.976%, 2.947% 98.247%, 1.956% 97.345%, 1.139% 96.293%, .524% 95.108%, .135% 93.811%, 0% 92.423%, 0% 7.629%);
    clip-path: polygon(0% 7.629%, 0% 7.629%, .105% 6.411%, .408% 5.255%, .893% 4.177%, 1.544% 3.193%, 2.343% 2.318%, 3.275% 1.567%, 4.324% .956%, 5.471% .5%, 6.702% .216%, 8% .117%, 91.875% .117%, 91.875% .117%, 93.173% .216%, 94.404% .5%, 95.551% .956%, 96.6% 1.567%, 97.532% 2.318%, 98.331% 3.193%, 98.982% 4.177%, 99.467% 5.255%, 99.77% 6.411%, 99.875% 7.629%, 99.875% 76.17%, 99.875% 76.17%, 99.797% 77.222%, 99.568% 78.234%, 99.199% 79.194%, 98.699% 80.091%, 98.077% 80.914%, 97.344% 81.652%, 96.51% 82.293%, 95.583% 82.827%, 94.574% 83.242%, 93.492% 83.527%, 9.617% 99.78%, 9.617% 99.78%, 8.141% 99.936%, 6.711% 99.841%, 5.351% 99.514%, 4.087% 98.976%, 2.947% 98.247%, 1.956% 97.345%, 1.139% 96.293%, .524% 95.108%, .135% 93.811%, 0% 92.423%, 0% 7.629%);
    padding-bottom: 40px;
  }

  .cool-smaller-right {
    -webkit-clip-path: polygon(99.875% 91.774%, 99.875% 91.774%, 99.77% 93.108%, 99.467% 94.374%, 98.982% 95.554%, 98.331% 96.632%, 97.532% 97.591%, 96.6% 98.413%, 95.551% 99.082%, 94.404% 99.581%, 93.173% 99.892%, 91.875% 100%, 8% 100%, 8% 100%, 6.702% 99.892%, 5.471% 99.581%, 4.324% 99.082%, 3.275% 98.413%, 2.343% 97.591%, 1.544% 96.632%, .893% 95.554%, .408% 94.374%, .105% 93.108%, 0% 91.774%, 0% 26.097%, 0% 26.097%, .078% 24.944%, .307% 23.836%, .676% 22.785%, 1.176% 21.802%, 1.798% 20.901%, 2.531% 20.093%, 3.365% 19.391%, 4.292% 18.807%, 5.301% 18.352%, 6.383% 18.04%, 90.258% .241%, 90.258% .241%, 91.733% .07%, 93.164% .174%, 94.524% .532%, 95.788% 1.121%, 96.928% 1.92%, 97.919% 2.907%, 98.736% 4.06%, 99.351% 5.357%, 99.74% 6.777%, 99.875% 8.298%, 99.875% 91.774%);
    clip-path: polygon(99.875% 91.774%, 99.875% 91.774%, 99.77% 93.108%, 99.467% 94.374%, 98.982% 95.554%, 98.331% 96.632%, 97.532% 97.591%, 96.6% 98.413%, 95.551% 99.082%, 94.404% 99.581%, 93.173% 99.892%, 91.875% 100%, 8% 100%, 8% 100%, 6.702% 99.892%, 5.471% 99.581%, 4.324% 99.082%, 3.275% 98.413%, 2.343% 97.591%, 1.544% 96.632%, .893% 95.554%, .408% 94.374%, .105% 93.108%, 0% 91.774%, 0% 26.097%, 0% 26.097%, .078% 24.944%, .307% 23.836%, .676% 22.785%, 1.176% 21.802%, 1.798% 20.901%, 2.531% 20.093%, 3.365% 19.391%, 4.292% 18.807%, 5.301% 18.352%, 6.383% 18.04%, 90.258% .241%, 90.258% .241%, 91.733% .07%, 93.164% .174%, 94.524% .532%, 95.788% 1.121%, 96.928% 1.92%, 97.919% 2.907%, 98.736% 4.06%, 99.351% 5.357%, 99.74% 6.777%, 99.875% 8.298%, 99.875% 91.774%);
    margin-top: -40px;
  }

  .slide {
    width: calc(50% - 10px);
  }

  .proizvod-heading {
    font-size: 20px;
    line-height: 25px;
  }

  .paragraph-3 {
    font-size: 18px;
    line-height: 1.3;
  }

  .heading-3 {
    font-size: 1.2rem;
  }

  .image-3 {
    width: 100%;
  }

  .paragraph-4 {
    font-size: 13px;
  }

  .image-5 {
    width: 70%;
  }

  .flex-horizontal {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .red-bg-cont.third {
    width: 100%;
  }

  .image-6 {
    width: 70%;
  }

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

  .image-7 {
    bottom: -50px;
  }

  .dropdown-list.w--open {
    background-color: #fff;
  }

  .dropdown-toggle {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}

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

  .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.product {
    padding-top: 100px;
  }

  .container {
    text-align: center;
  }

  .container.cc-subscription-form {
    width: 90%;
    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-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: 20px;
    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.all {
    display: none;
  }

  .image.mob {
    display: block;
  }

  .contact-section {
    flex-flow: column;
  }

  .contact-right {
    width: 100%;
  }

  .contact-left {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }
}

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

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

  .section.cc-subscribe-form {
    padding-right: var(--padding-side-mobile);
    padding-left: var(--padding-side-mobile);
  }

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

  .section.product {
    padding-right: var(--padding-side-mobile);
    padding-left: var(--padding-side-mobile);
  }

  .container.cc-subscription-form {
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .heading-jumbo-small {
    line-height: 40px;
  }

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

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

  .secondary-button {
    padding: 8px 15px;
  }

  .hero-section {
    padding-right: var(--padding-side-mobile);
    padding-left: var(--padding-side-mobile);
  }

  .background-video-2 {
    border-radius: 20px;
    height: 200px;
  }

  .lottie-animation.cta {
    width: 50px;
    top: -40px;
    right: -35px;
  }

  .sect {
    padding-right: var(--padding-side-mobile);
    padding-left: var(--padding-side-mobile);
  }

  .sect.top-marg {
    padding-top: 120px;
    padding-bottom: 0;
  }

  .heading1 {
    font-size: 2rem;
  }

  .cool-smaller-left {
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image {
    height: 350px;
  }

  .slide {
    width: 100%;
  }

  .proizvod-heading {
    font-size: 20px;
    line-height: 25px;
  }

  .paragraph-3 {
    font-size: 1rem;
  }

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

  .svg-icon {
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
    line-height: 1.2;
  }

  .contact-text {
    font-size: 1.3rem;
    line-height: 1.5;
  }

  .paragraph-4 {
    font-size: 13px;
    line-height: 15px;
  }

  .heading-with-logo {
    justify-content: center;
    align-items: center;
  }

  .image-4 {
    width: 2.5rem;
    height: 2.5rem;
  }

  .image-5 {
    width: 100%;
  }

  .red-bg-cont.third {
    padding: 15px;
  }

  .red-bg-cont.inv-d {
    margin-top: 20px;
    display: block;
  }

  .image-6 {
    width: 100%;
  }

  .koristi-block {
    font-size: 12px;
    line-height: 14px;
  }

  .heading-6 {
    font-size: 30px;
    line-height: 40px;
  }

  .heading-7 {
    font-size: 24px;
    line-height: 30px;
  }

  .heading-8 {
    font-size: 1.5rem;
    line-height: 1;
  }

  .tabela-tekst {
    font-size: 12px;
    line-height: 14px;
  }

  .iksoks {
    font-size: 16px;
    line-height: 16px;
  }

  .heading-9 {
    font-size: 25px;
    line-height: 30px;
  }

  .paragraph-5 {
    font-size: 13px;
    line-height: 15px;
  }

  .paragraph-5.inv {
    display: none;
  }

  .h1-2 {
    font-size: 1.6rem;
  }

  .flex-hor {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .hero-text {
    font-size: 12vw;
  }

  .text-span-3 {
    -webkit-text-stroke-width: 1px;
  }

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

  .paragraph-6 {
    font-size: 14px;
  }

  .image-7 {
    width: 120px;
    height: 120px;
  }

  .dropdown-toggle {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    display: flex;
  }

  .icon-4 {
    margin-right: -20px;
  }
}

#w-node-ef174fda-b15e-9678-bbd0-4721f6a91f6b-8ff8687e {
  grid-column: span 6 / span 6;
}

#w-node-ef74432d-363a-9a42-cbb8-6b6abdc47aba-8ff8687e {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: stretch;
}

#w-node-aa8c8504-8eed-f03e-afa8-a3886162c898-8ff8687e {
  grid-column: span 6 / span 6;
}

#w-node-aa8c8504-8eed-f03e-afa8-a3886162c8a5-8ff8687e {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: stretch;
}

#w-node-_39710204-e9e4-d59d-baab-60b1210e2446-8ff8687e {
  grid-column: span 6 / span 6;
}

#w-node-_39710204-e9e4-d59d-baab-60b1210e2448-8ff8687e {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: stretch;
}

#w-node-_0969cb1c-bf51-280a-1aa1-4680bfb2282f-8ff8687e {
  grid-column: span 6 / span 6;
}

#w-node-_0969cb1c-bf51-280a-1aa1-4680bfb2283c-8ff8687e {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: stretch;
}

#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 / 6;
}


