@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-SemiBold.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --main-bg: #e5e5e5;
  --bg-black: #19171a;
  --dark-olive-green: #4f5c31;
  --gray-text: #8a8a8a;
  --lines: #a2a3a3;
  --olive-drab-2: #70863d;
  --white-smoke: white;
  --underline: #c9c9c9;
  --dark-shaded-green: #1d2211;
  --hero-bg: #f2f2f4;
  --hover-input: #1a8ef7;
  --light-gray: #f2f2f4;
  --lines-2: #bbb;
}

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

.w-commerce-commercecartopenlink {
  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-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

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

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

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

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

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

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

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

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

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

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

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

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

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

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: 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-commerceaddtocartform {
  margin: 0 0 15px;
}

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

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

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

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

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

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

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

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

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

.w-commerce-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-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

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

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

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

.w-users-useraccountsubscriptionlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  overflow: auto;
}

.w-users-useraccountsubscriptionlistitem {
  align-items: flex-start;
  display: flex;
}

.w-users-gridrow {
  grid-column-gap: 8px;
  grid-template-columns: auto auto;
  justify-content: flex-start;
  display: grid;
}

.w-users-flexcolumn {
  flex-direction: column;
  display: flex;
}

.w-users-useraccountsubscriptioncancelbutton {
  color: #3898ec;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #0000;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

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

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

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

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  background-color: var(--main-bg);
  color: #333;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24.5px;
}

h1 {
  letter-spacing: -1px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
}

h2 {
  letter-spacing: -1px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
}

h3 {
  letter-spacing: -1px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
}

h4 {
  letter-spacing: -1px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
}

h5 {
  letter-spacing: -1px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

h6 {
  letter-spacing: -1px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

p {
  color: #646464;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
}

a {
  color: #9b9b9b;
  cursor: pointer;
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 15px;
}

blockquote {
  text-align: center;
  background-image: url('../images/Quotemarks_1Quotemarks.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 44px;
  border-left: 1px #000;
  width: 60%;
  margin: 40px auto;
  padding: 50px 20px 10px;
  font-size: 28px;
  font-style: italic;
  line-height: 34px;
}

figcaption {
  text-align: right;
  margin-top: 5px;
  font-size: 13px;
}

.heading-box {
  text-align: center;
  width: 30%;
  max-width: 455px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.heading-box.large {
  width: auto;
}

.heading-box.small {
  width: auto;
  max-width: none;
}

.notice {
  margin-top: 100px;
  padding-top: 15px;
  display: none;
}

.error-message {
  font-size: 14px;
  line-height: 25px;
}

.color-box {
  margin-right: 20px;
}

.button {
  border: 2px solid var(--bg-black);
  background-color: var(--bg-black);
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  border-radius: 25px;
  min-width: 120px;
  min-height: 40px;
  padding: 13px 25px 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  transition: background-color .2s;
}

.button:hover {
  color: var(--bg-black);
  background-color: #0000;
}

.button-boxed-outline {
  border: 1px solid var(--bg-black);
  color: var(--bg-black);
  text-align: center;
  background-color: #0000;
  min-width: 120px;
  min-height: 40px;
  padding: 13px 25px 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

.button-boxed-outline:hover {
  background-color: var(--bg-black);
  color: #fff;
}

.notice-text {
  color: #fff;
  font-size: 13px;
  line-height: 21px;
}

.footer-text {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
}

.button-outline {
  color: #feffff;
  text-align: center;
  background-color: #0000;
  border: 1px solid #f4f5f7;
  border-radius: 25px;
  min-width: 120px;
  min-height: 40px;
  padding: 13px 25px 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

.button-outline:hover {
  color: var(--bg-black);
  background-color: #fff;
}

.footer-column {
  align-items: flex-start;
  width: 31%;
  display: flex;
}

.social-icon {
  background-color: var(--bg-black);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  transition: opacity .2s;
}

.social-icon:hover {
  opacity: .85;
}

.social-icon.pinterest {
  background-color: var(--dark-olive-green);
  background-image: url('../images/pinterest.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon.email {
  background-color: var(--dark-olive-green);
  background-image: url('../images/email-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon.facebook {
  background-color: var(--dark-olive-green);
  background-image: url('../images/logo-de-facebook-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon.linkedin {
  background-image: url('../images/linkedin_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
  display: none;
}

.social-icon.instagram {
  background-color: var(--dark-olive-green);
  background-image: url('../images/instagram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon.twitter {
  background-image: url('../images/gorjeo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  display: none;
}

.subtile-inner {
  width: 60%;
}

.subtile-inner.large-center {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.mini-title {
  color: var(--gray-text);
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.title {
  color: var(--gray-text);
  line-height: 20px;
}

.title.white {
  color: #fff;
  font-family: Roboto, sans-serif;
}

.hero-text-box {
  width: 50%;
}

.hero-text-box.full {
  text-align: left;
  background-color: #0000;
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 30px;
}

.menu {
  width: 29%;
}

.footer-expand {
  flex-wrap: wrap;
  flex: 1;
  justify-content: center;
  display: flex;
}

.content {
  display: block;
}

.footer-logo {
  transition: transform .2s, opacity .2s;
}

.footer-logo:hover {
  opacity: .85;
  transform: scale(1.03);
}

.gray {
  background-color: var(--lines);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.margins {
  margin-bottom: 15px;
  margin-right: 15px;
  display: inline-block;
}

.footer-title {
  color: #fff;
  font-family: Roboto Serif, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.top-margin {
  position: relative;
}

.top-margin._15-pixels {
  margin-top: 15px;
}

.top-margin._40-pixels {
  margin-top: 60px;
}

.top-margin._10-pixels {
  margin-top: 10px;
}

.top-margin._20-pixels {
  margin-top: 20px;
}

.top-margin._7-pixels {
  margin-top: 7px;
}

.top-margin._30-pixels {
  margin-top: 20px;
}

.top-margin._4-pixels {
  margin-top: 4px;
}

.top-margin._90-pixels {
  margin-top: 90px;
}

.top-margin._60-pixels {
  margin-top: 60px;
}

.top-margin._40-pixels-copy {
  align-self: center;
  margin-top: 20px;
  position: static;
}

.submit-button-footer {
  background-color: var(--olive-drab-2);
  color: var(--white-smoke);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 0 0 2.5px 2.5px;
  width: 100%;
  height: 48.5px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 14px;
  font-weight: 500;
  transition: background-color .2s;
}

.submit-button-footer:hover {
  background-color: #dfc7a9;
}

.flex {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
  position: static;
}

.top-line {
  border-top: 1px solid #a4aebe;
  margin-top: 5px;
  padding-top: 7px;
}

.underline-hover {
  background-color: var(--underline);
  height: 1px;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.social-icon-footer {
  background-color: #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  transition: opacity .2s;
}

.social-icon-footer:hover {
  opacity: .85;
}

.social-icon-footer.email {
  background-color: var(--white-smoke);
  background-image: url('../images/email.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
}

.social-icon-footer.linkedin {
  background-image: url('../images/linkedin.svg');
  background-position: 50% 49%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-footer.facebook {
  border: 1px none var(--white-smoke);
  background-color: var(--white-smoke);
  background-image: url('../images/logo-de-facebook.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  display: block;
}

.social-icon-footer.twittter {
  background-color: var(--white-smoke);
  background-image: url('../images/gorjeo_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  display: block;
}

.social-icon-footer.instagram {
  border: 1px none var(--white-smoke);
  background-color: var(--white-smoke);
  background-image: url('../images/instagram_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  display: block;
}

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

.button-boxed {
  border: 1px solid var(--bg-black);
  background-color: var(--bg-black);
  color: #fff;
  text-align: center;
  min-width: 120px;
  min-height: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 13px 25px 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  transition: color .2s, background-color .2s, border .2s;
}

.button-boxed:hover {
  opacity: .85;
  color: var(--bg-black);
  background-color: #0000;
}

.footer {
  background-color: var(--dark-shaded-green);
  max-width: 100%;
  padding-top: 86px;
  padding-bottom: 86px;
  display: none;
  position: relative;
  overflow: hidden;
}

.inline-block {
  margin-right: 3px;
  display: inline-block;
}

.inline-block._10-pixles {
  margin-right: 10px;
}

.footer-container {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: none;
}

.on-load {
  display: block;
}

.hero-section {
  background-color: var(--hero-bg);
  position: relative;
  overflow: hidden;
}

.paragraph.medium {
  font-size: 16px;
  line-height: 26px;
}

.button-outline-dark {
  border: 1px solid var(--bg-black);
  color: var(--bg-black);
  text-align: center;
  background-color: #0000;
  border-radius: 25px;
  min-width: 120px;
  min-height: 40px;
  padding: 13px 22px 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

.button-outline-dark:hover {
  background-color: var(--bg-black);
  color: #fff;
}

.content-section {
  background-color: #fff;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  display: none;
  position: relative;
  overflow: hidden;
}

.content-section.double {
  padding-bottom: 120px;
}

.content-section.top-inner-page {
  padding-top: 60px;
  padding-bottom: 0;
}

.content-section.post-page {
  padding-top: 40px;
  padding-bottom: 0;
}

.content-section.double-inner-page {
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.content-section.double-visible {
  padding-bottom: 120px;
  overflow: visible;
}

.content-section.double-inner-visible {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: visible;
}

.content-section.inner-pages {
  padding-top: 20px;
}

.content-section.search-results {
  padding-top: 0;
  padding-bottom: 40px;
}

.footer-newsletter {
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 320px;
  display: flex;
}

.footer-link {
  color: var(--gray-text);
  text-decoration: underline;
  transition: opacity .2s;
}

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

.title-small {
  color: #7f7f7f;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
}

.black {
  background-color: var(--bg-black);
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.subtitle {
  font-size: 18px;
  line-height: 29px;
}

.go-the-top-page-button {
  z-index: 20;
  color: #fff;
  background-color: #dfdfdf;
  background-image: url('../images/flecha-hacia-arriba.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 100%;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-bottom: 13px;
  margin-right: 15px;
  font-size: 25px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
}

.go-the-top-page-button.w--current {
  z-index: 100;
}

.h1-hero {
  letter-spacing: -1px;
  margin-top: 10px;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.3;
}

.h1-hero.inner-pages {
  font-size: 40px;
}

.h1-hero.white {
  color: #fff;
  font-family: Roboto Serif, sans-serif;
  font-size: 46px;
}

.button-outline-white {
  background-color: var(--dark-olive-green);
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 8px;
  min-width: 120px;
  min-height: 40px;
  padding: 16px 36px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

.button-outline-white:hover {
  background-color: var(--olive-drab-2);
  color: var(--hero-bg);
}

.bg-colored {
  background-color: var(--bg-black);
  padding: 8px;
}

.menu-link {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.menu-link.w--current {
  color: var(--gray-text);
}

.success-message {
  background-color: #0000;
  font-size: 14px;
  line-height: 25px;
}

.success-message.white {
  color: #fff;
}

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

.footer-input {
  color: #9b9b9b;
  text-align: center;
  background-color: #fff;
  border: 1px #000;
  border-radius: 0;
  width: 100%;
  height: 48.5px;
  margin-bottom: 0;
  padding-left: 17px;
  transition: border-color .2s;
}

.footer-input:hover {
  border-style: solid;
  border-color: var(--hover-input);
}

.footer-input::placeholder {
  color: #9b9b9b;
  font-size: 14px;
}

.content-wrapper {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1290px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 65px;
  padding-right: 65px;
  position: relative;
}

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

.dropdown-toggle {
  color: var(--bg-black);
  height: 75px;
  padding-top: 25px;
  padding-left: 13px;
  padding-right: 27px;
}

.form-block-newsletter {
  width: 100%;
  height: 100%;
  margin-top: 15px;
  margin-bottom: 0;
}

.dropdown {
  color: #002736;
  height: 75px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 27px;
}

.navbar {
  background-color: #0000;
  position: relative;
  inset: 0% 0% auto;
}

.close-contact-form {
  background-color: var(--dark-olive-green);
  border-bottom-left-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.newsletter {
  z-index: 100000;
  background-image: linear-gradient(#000000b3, #000000b3);
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
  position: fixed;
  inset: 0;
}

.newsletter-column {
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.newsletter-column.modal-right {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 40px;
  display: flex;
  position: relative;
}

.newsletter-column.left {
  background-image: url('../images/Wilbur-870x560-main-image-21.5x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.button-align-center {
  align-items: center;
  margin-left: auto;
  display: flex;
}

.mini-arrow {
  margin-top: 33px;
  font-size: 13px;
  right: -7px;
}

.submit-button {
  background-color: var(--dark-olive-green);
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-top-right-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  width: 100%;
  height: 48.5px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 14px;
  font-weight: 500;
  transition: background-color .2s;
}

.submit-button:hover {
  background-color: #2e2e2e;
}

.newsletter-box {
  background-color: #fff;
  flex-wrap: wrap;
  align-items: stretch;
  width: 60%;
  min-width: auto;
  max-width: 740px;
  display: flex;
}

.dropdown-list {
  background-color: var(--underline);
}

.dropdown-list.w--open {
  background-color: var(--dark-olive-green);
  width: 189px;
}

.dropdown-link {
  background-color: var(--dark-olive-green);
  color: var(--hero-bg);
  padding-left: 20px;
  font-size: 14px;
  transition: background-color .2s, padding .2s;
}

.dropdown-link:hover {
  background-color: var(--olive-drab-2);
  color: var(--white-smoke);
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
}

.dropdown-link.w--current {
  color: var(--gray-text);
}

.newsletter-container {
  background-image: linear-gradient(#2a3118f0, #2a3118f0);
  height: 100vh;
  display: none;
}

.sign-up-input {
  border: 1px solid var(--lines);
  background-color: #0000;
  border-radius: 0;
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
  transition: border-color .2s;
}

.sign-up-input:hover {
  border-color: var(--hover-input);
}

.navigation {
  background-color: #0000;
  display: none;
}

.navlink {
  color: #333;
  height: 75px;
  margin-right: 13px;
  padding-top: 25px;
  padding-left: 6px;
  padding-right: 6px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  overflow: hidden;
}

.navlink:hover {
  text-decoration: none;
}

.navlink.w--current {
  color: var(--gray-text);
}

.grumpywolf-logo {
  justify-content: center;
  align-items: center;
  height: 80px;
  margin-right: 20px;
  transition: transform .2s, opacity .2s;
  display: flex;
}

.grumpywolf-logo:hover {
  opacity: .85;
  transform: scale(1.03);
}

.grumpywolf-logo.w--current {
  width: auto;
  height: auto;
  margin-right: 20px;
  transition: transform .2s, opacity .2s;
}

.nav-menu {
  justify-content: space-between;
  width: 100%;
  height: 75px;
  display: flex;
}

.nav-content-wrapper {
  z-index: 5;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: relative;
}

.footer-newsletter-bg {
  border-top-left-radius: 2.5px;
  border-top-right-radius: 2.5px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.image-bg {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.image-bg.footer {
  background-image: url('../images/Wilbur-870x560-main-image-11.5x.jpg');
}

.image-bg._1 {
  background-image: url('../images/grumpy-wolf-eco-friendly-wooden-toys.jpg');
}

.image-bg._2 {
  background-image: url('../images/2_grumpy-wolf-wooden-luxury-toys.jpg');
}

.image-bg._3 {
  background-image: url('../images/package_grumpy-wolf-wooden-luxury-toys.jpg');
}

.image-bg._4 {
  background-image: url('../images/7.jpg');
}

.image-bg._5 {
  background-image: url('../images/8.jpg');
}

.hero {
  background-image: linear-gradient(#00000005, #00000005), url('../images/_grumpy-wolf-hero-img-smal-6.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.hero.about-us {
  background-image: linear-gradient(#0003, #0003), url('../images/italic-eP4kiHvj5Qs-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.hero.blog {
  background-image: url('../images/ricardo-gomez-angel-_qsQi3MzHNg-unsplash-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.hero.contact-us {
  background-image: url('../images/grumpy-wolf-hero-img-smal-6.jpg'), linear-gradient(#0003, #0003);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.hero.category {
  background-image: url('../images/italic-eP4kiHvj5Qs-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.hero.tag {
  background-image: url('../images/packaging-grumpy-wolf1.5x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.hero-flex {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-top: 150px;
  margin-bottom: 150px;
  display: flex;
  position: relative;
}

.hero-flex.center {
  justify-content: center;
}

.hero-flex.home {
  margin-top: 180px;
  margin-bottom: 180px;
}

.hero-title-box {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.hero-title-box.center {
  text-align: center;
}

.on-load-3 {
  display: block;
}

._50-percent-column {
  width: 50%;
}

.flex-left-top {
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.h2-big {
  color: var(--dark-olive-green);
  align-self: center;
  margin-bottom: 20px;
  font-family: Roboto Slab, sans-serif;
  font-size: 36px;
  line-height: 44px;
}

.h2-big.no-top-margin {
  color: var(--dark-olive-green);
  margin-top: 0;
  font-weight: 500;
}

.relative {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.image-block {
  width: 49%;
  margin-right: 7px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.image-block.no-margin {
  margin-right: 0;
}

.expand {
  flex: 1;
}

.max-440-width {
  width: 100%;
  max-width: 440px;
}

.expand-flex-center {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
}

.left-margin._30-pixels {
  margin-left: 5%;
}

.truck-section {
  background-color: var(--light-gray);
  background-image: url('../images/noise-transparent.png');
  background-position: 0 0;
  background-size: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.truck-section.double {
  padding-bottom: 60px;
}

.headncrafted-heading {
  color: var(--dark-olive-green);
  text-transform: uppercase;
  font-family: Roboto Slab, sans-serif;
  font-size: 3.2em;
  font-weight: 400;
  line-height: 1.1em;
}

.headncrafted-heading.no-margins {
  margin-top: 0;
  margin-bottom: 0;
}

.align-center {
  text-align: center;
  padding-top: 39px;
  padding-bottom: 72px;
}

.numbers-block {
  width: 33%;
  margin-right: 1px;
  padding: 30px 5% 20px;
  position: relative;
}

.numbers-block._3 {
  border-right-style: none;
}

.icon-box {
  margin-right: 15px;
  padding-top: 0;
}

.icon-headings {
  color: var(--dark-olive-green);
  font-family: Roboto Slab, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 35px;
}

.h6-small {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 22px;
  display: none;
}

.text-small {
  font-size: 14px;
}

.text-small.grey {
  color: #424242;
}

.bottom-white {
  background-color: var(--white-smoke);
  height: 300px;
  margin-top: 22px;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.empty-state {
  background-color: #0000;
}

.empty-state.shopping {
  flex-direction: column;
}

.hover-bg {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.white-bg {
  text-align: center;
  background-color: #fff;
  width: 90%;
  margin-top: -40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.title-link {
  color: var(--gray-text);
  letter-spacing: -.7px;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: opacity .2s;
}

.title-link:hover {
  opacity: .85;
}

.preview-item {
  width: 32%;
}

.preview-link {
  color: var(--bg-black);
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

.preview-link:hover {
  color: var(--gray-text);
}

.flex-space {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.insta-pic {
  width: 25%;
  position: relative;
  overflow: hidden;
}

.hover-overlay {
  background-color: #fffc;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.absolute-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.absolute-image.insta-2 {
  background-image: url('../images/Insta-2.jpg');
}

.absolute-image.insta-1 {
  background-image: url('../images/Insta-1.jpg');
}

.absolute-image.insta-3 {
  background-image: url('../images/Insta-3.jpg');
}

.absolute-image.insta-4 {
  background-image: url('../images/Insta-4.jpg');
}

.overlay {
  background-color: #19171a33;
  position: absolute;
  inset: 0%;
}

.category-capsule {
  background-color: var(--main-bg);
  color: var(--gray-text);
  border-radius: 50px;
  margin-right: 6px;
  padding: 6px 10px 4px;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
  transition: opacity .2s;
  display: inline-block;
}

.category-capsule:hover {
  opacity: .85;
}

.expand-center {
  flex: 1;
  align-items: center;
  display: flex;
}

.hero-preview-link {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  display: inline-block;
}

.preview-grid-item {
  width: 31.33%;
  margin-bottom: 60px;
  margin-left: 1%;
  margin-right: 1%;
}

.pagination {
  justify-content: flex-end;
  align-items: center;
}

.white {
  color: #fff;
}

.narrow-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.post-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 585px;
  margin-top: 20px;
}

.top-mobile-margin {
  margin-top: 30px;
}

.relative-height {
  height: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.column-flex {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 40px 5%;
  display: flex;
}

.max-435-pixles {
  width: 100%;
  max-width: 435px;
}

.h3-big {
  margin-top: 10px;
  font-size: 30px;
  line-height: 40px;
}

.text-micro {
  font-size: 15px;
}

.press-item {
  background-color: var(--bg-black);
  text-align: center;
  width: 24.2%;
  margin-right: 1%;
  padding: 60px 25px 40px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.press-item.last {
  margin-right: 0%;
}

.inter-section {
  background-image: linear-gradient(#0003, #0003), url('../images/andres-jasso-oUrGVd1_Img-unsplash-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 480px;
  padding-top: 20px;
  padding-left: 25px;
  display: flex;
  position: relative;
}

.absoltute-button {
  margin-bottom: 25px;
  margin-right: 30px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.vertical {
  background-color: #4e91bb;
  width: 2px;
  height: 14px;
  position: absolute;
}

.vertical.color {
  background-color: var(--gray-text);
}

.question {
  color: #333;
  font-weight: 400;
}

.question.big {
  letter-spacing: -1px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.accordion-item-content {
  padding-left: 30px;
  padding-right: 0;
  overflow: hidden;
}

.accordion-item-content.no-padding {
  padding-left: 0;
}

.open-close-box {
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 28px;
  margin-left: 10px;
  display: flex;
  position: relative;
}

.full-width {
  flex: 1;
}

.accordion-wrapper {
  margin-bottom: 10px;
}

.accordion-wrapper.bottom-line {
  border-bottom: 1px solid var(--lines);
  margin-bottom: 25px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.accordion-wrapper.last {
  border-bottom: 1px solid var(--lines);
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.accordion-wrapper.product {
  border-bottom: 1px solid var(--lines);
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.flex-no-wrap {
  flex-wrap: nowrap;
  display: flex;
}

.horizontal {
  background-color: #4e91bb;
  width: 14px;
  height: 2px;
}

.horizontal.color {
  background-color: var(--gray-text);
}

.accordion-item-trigger {
  align-items: flex-start;
  width: 100%;
  padding-bottom: 5px;
  text-decoration: none;
  display: flex;
}

.accordion-item-trigger:hover {
  text-decoration: none;
}

.form {
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
  display: flex;
}

.email-input {
  border: 1px solid var(--bg-black);
  background-color: #fff;
  border-radius: 40px 0 0 40px;
  width: 65%;
  max-width: 240px;
  height: 60px;
  margin-bottom: 0;
  padding-left: 30px;
  transition: border-color .2s;
}

.email-input:hover {
  border-top-color: var(--hover-input);
  border-bottom-color: var(--hover-input);
  border-left-color: var(--hover-input);
}

.email-input::placeholder {
  color: var(--gray-text);
}

.newsletter-submit-button {
  background-color: var(--bg-black);
  border-radius: 0 40px 40px 0;
  flex: 1;
  min-width: 140px;
  height: 60px;
  padding-left: 5%;
  padding-right: 5%;
  transition: opacity .2s;
}

.newsletter-submit-button:hover {
  opacity: .85;
}

.form-block {
  max-width: 360px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.left-side-column {
  width: 23.7%;
  margin-right: 1.3%;
}

.sticky-bar {
  position: sticky;
  top: 70px;
}

.sticky-bar._20-pixels {
  top: 20px;
}

.h5-small {
  font-size: 21px;
  font-weight: 500;
  line-height: 27px;
}

.contact-link {
  color: var(--dark-olive-green);
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 19px;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

.contact-link:hover {
  color: var(--gray-text);
}

.contact-form-left {
  align-items: center;
  width: 35%;
  padding-right: 40px;
  display: flex;
}

.select-field {
  border: 1px solid var(--lines);
  color: var(--gray-text);
  background-color: #0000;
  border-radius: 0;
  height: 50px;
  margin-bottom: 30px;
  padding-left: 3%;
}

.semi-bold {
  font-family: Roboto Serif, sans-serif;
  font-weight: 600;
  display: inline-block;
}

.textarea {
  border: 1px solid var(--lines);
  background-color: #0000;
  border-radius: 6px;
  margin-bottom: 20px;
  padding-top: 12px;
  padding-bottom: 50px;
  padding-left: 3%;
  transition: border-color .2s;
}

.textarea:hover {
  border-color: var(--hover-input);
}

.textarea::placeholder {
  color: var(--gray-text);
}

.contact-form-right {
  flex: 1;
  align-self: flex-start;
  width: 70%;
  display: none;
}

.input {
  border: 1px solid var(--lines);
  background-color: #0000;
  border-radius: 6px;
  width: 48%;
  height: 50px;
  margin-bottom: 30px;
  padding-left: 3%;
  transition: border-color .2s;
}

.input:hover {
  border-color: #1a8ef7;
}

.input::placeholder {
  color: var(--gray-text);
  font-size: 14px;
}

.form-flex {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.submit-button-form {
  background-color: var(--dark-olive-green);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 13px;
  width: 48%;
  min-width: 200px;
  height: 50px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  font-weight: 500;
  transition: border .2s, background-color .2s;
}

.submit-button-form:hover {
  border: 1px solid var(--bg-black);
  color: var(--bg-black);
  background-color: #0000;
}

.licensing-item {
  margin-bottom: 3%;
}

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

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

.h4-medium {
  font-size: 30px;
  line-height: 38px;
}

.h4-medium.white {
  letter-spacing: 1px;
  font-family: Roboto Slab, sans-serif;
}

.product-hover {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.product-item {
  flex-direction: column;
  width: 32%;
  margin-bottom: 60px;
  margin-right: 1.3%;
  display: flex;
}

.product-title-link {
  color: var(--dark-olive-green);
  font-family: Roboto Serif, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

.product-title-link:hover {
  color: var(--gray-text);
}

.price {
  color: var(--gray-text);
  margin-right: 8px;
  font-weight: 500;
  display: inline-block;
}

.category-block {
  text-align: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.category-block.men {
  background-image: url('../images/Men.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.align-left {
  text-align: right;
  padding-right: 10px;
}

.text-link {
  font-size: 14px;
  transition: opacity .2s;
}

.text-link:hover {
  opacity: .85;
}

.text-link.medium {
  font-size: 16px;
}

.no-top-margin {
  color: var(--dark-olive-green);
  margin-top: 0;
  font-family: Roboto Slab, sans-serif;
  font-weight: 400;
}

.intro-product-items {
  flex-direction: column;
  width: 24%;
  margin-right: 1%;
  display: flex;
}

.product-tag {
  z-index: 10;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-top: 10px;
  margin-right: 10px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 600;
  line-height: 11px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.product-image, .product-backup {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

._404-text {
  margin-bottom: 0;
  font-size: 90px;
  line-height: 90px;
}

.login-input {
  border: 1px solid var(--lines);
  background-color: #0000;
  border-radius: 0;
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
  padding-left: 3%;
  transition: border-color .2s;
}

.login-input:hover {
  border-color: var(--hover-input);
}

.login-input::placeholder {
  color: var(--gray-text);
  font-size: 14px;
}

.gallery-left {
  width: 49.5%;
  margin-bottom: 1%;
  margin-right: 1%;
  position: relative;
  overflow: hidden;
}

.product-page {
  background-color: #fff;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 60px;
  position: relative;
}

.main-image {
  width: 100%;
  margin-bottom: 1%;
  position: relative;
  overflow: hidden;
}

.gallery-right {
  width: 49.5%;
  margin-bottom: 1%;
  position: relative;
  overflow: hidden;
}

.product-title {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 1.3;
}

.compare-price {
  color: var(--lines);
  margin-right: 8px;
  font-style: italic;
  font-weight: 500;
  text-decoration: line-through;
  display: inline-block;
}

.product-description {
  color: #333;
  font-size: 16px;
  font-weight: 700;
}

.right-product-column {
  width: 30%;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.category-link {
  text-decoration: none;
  transition: opacity .2s;
}

.category-link:hover {
  opacity: .85;
}

.sku {
  margin-right: 3px;
  font-size: 11px;
  font-weight: 600;
  line-height: 11px;
  display: inline-block;
}

.add-to-cart-button {
  background-color: var(--dark-olive-green);
  text-align: center;
  border-radius: 2px;
  flex: 1;
  justify-content: center;
  width: 100%;
  height: 45px;
  font-size: 14px;
  transition: opacity .2s;
}

.add-to-cart-button:hover {
  opacity: .85;
}

.quantity {
  border-color: var(--lines);
  background-color: #fff;
  border-radius: 2px;
  width: 50px;
  height: 45px;
  margin-bottom: 0;
  margin-right: 3%;
  padding-left: 14px;
}

.buy-now-button {
  background-color: var(--olive-drab-2);
  text-align: center;
  border-radius: 2px;
  width: 100%;
  height: 45px;
  padding-top: 11px;
  font-size: 14px;
  transition: opacity .2s;
}

.buy-now-button:hover {
  opacity: .85;
}

.select-size {
  border: 1px solid var(--lines);
  background-color: #fff;
  border-radius: 2px;
  height: 45px;
  padding-right: 20px;
  transition: opacity .2s;
}

.select-size:hover {
  opacity: .85;
}

.product-items {
  flex-direction: column;
  width: 24%;
  margin-bottom: 60px;
  margin-right: 1%;
  display: flex;
}

.pagination-2 {
  justify-content: flex-end;
}

.checkout-input {
  border-color: var(--underline);
  background-color: #fff;
  font-size: 14px;
}

.h4-small {
  font-size: 19px;
  line-height: 28px;
}

.place-order {
  background-color: var(--bg-black);
  border-radius: 20px;
  height: 45px;
  margin-bottom: 10px;
  padding-top: 12px;
  transition: opacity .2s;
}

.place-order:hover {
  opacity: .85;
}

.checkout-form {
  background-color: var(--hero-bg);
  padding-top: 60px;
  padding-bottom: 40px;
}

.field-label {
  font-size: 14px;
}

.rate {
  color: var(--gray-text);
  font-weight: 500;
  display: inline-block;
}

.block-header {
  border-color: var(--underline);
}

.block-content {
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--underline);
}

.error-state {
  font-size: 14px;
  line-height: 23px;
}

.block-content.no-bottom-line {
  border-bottom-style: none;
}

.shipping-method {
  border-bottom-color: var(--underline);
}

.radio-button {
  position: relative;
  top: 2px;
}

.cart-button {
  background-color: #0000;
  height: 75px;
  padding-left: 10px;
  transition: opacity .2s;
}

.cart-button:hover {
  opacity: .85;
}

.remove, .size {
  font-size: 14px;
}

.cart {
  z-index: 10000;
}

.search {
  color: #333;
  text-align: center;
  width: 45px;
  height: 75px;
  padding-top: 25px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  transition: opacity .2s;
  overflow: hidden;
}

.search:hover {
  opacity: .85;
  text-decoration: none;
}

.search.w--current {
  color: var(--gray-text);
}

.paypal {
  border-radius: 2px;
}

.breadcrumb {
  margin-right: 3px;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
}

.breadcrumb-link {
  margin-right: 3px;
  font-size: 13px;
  text-decoration: none;
  transition: opacity .2s;
  display: inline-block;
}

.breadcrumb-link:hover {
  opacity: .85;
}

.breadcrumbs {
  margin-bottom: 20px;
}

.store-perks {
  border-right: 1px solid var(--lines);
  text-align: center;
  width: 33%;
  margin-right: 1px;
  padding: 30px 20px;
}

.store-perks._2 {
  padding-left: 5%;
}

.store-perks._3 {
  border-right-style: none;
  padding-left: 5%;
}

.title-column {
  width: 63%;
}

._53-percent-column {
  align-items: center;
  width: 53%;
  display: flex;
}

._61-percent-column {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  align-items: center;
  width: 61%;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
}

.relative-full {
  width: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.auto-scroll {
  height: 140px;
  overflow: auto;
}

.scroll {
  color: var(--gray-text);
  font-size: 12px;
  line-height: 12px;
}

.product-images {
  flex-wrap: wrap;
  flex: 1;
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-flex {
  width: auto;
  display: flex;
}

.apple-pay {
  border-radius: 20px;
  height: 45px;
}

.paypal-rounded {
  height: 45px;
  margin-top: 5px;
}

.order-item {
  flex-wrap: wrap;
}

.notice-box-container {
  background-color: var(--bg-black);
  height: 33px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: none;
}

.notice-box {
  color: #fff;
  text-align: center;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 13px;
  display: block;
  position: relative;
}

.notice-text-box {
  display: inline-block;
}

.close-button {
  z-index: 5;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-right: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.close {
  background-color: var(--bg-black);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-top: 30px;
  margin-right: 30px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.search-input {
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: var(--lines);
  color: #7f8893;
  background-color: #fff;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  width: 73%;
  height: 55px;
  padding-left: 27px;
  font-style: italic;
  transition: border-color .2s;
  display: block;
}

.search-input:hover {
  border-style: solid none solid solid;
  border-color: var(--hover-input);
}

.search-bg {
  z-index: 1000000;
  background-color: #ffffffe6;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.search-button {
  background-color: var(--bg-black);
  color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  flex: 1;
  height: 55px;
  font-size: 15px;
  transition: opacity .2s;
}

.search-button:hover {
  opacity: .85;
}

.search-box {
  flex-direction: column;
  width: 43%;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  display: flex;
  position: relative;
}

.search-text {
  z-index: 1;
  color: var(--bg-black);
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 40px;
  position: relative;
}

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

.search-bar {
  flex-wrap: wrap;
  margin-bottom: 40px;
  display: flex;
}

.search-input-large {
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: var(--lines);
  width: 80%;
  height: 45px;
}

.search-bar-button {
  background-color: var(--bg-black);
  flex: 1;
  height: 45px;
  transition: opacity .2s;
}

.search-bar-button:hover {
  opacity: .85;
}

.search-result-item {
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.button-white {
  color: var(--bg-black);
  text-align: center;
  background-color: #fff;
  border: 1px solid #fff;
  min-width: 120px;
  min-height: 40px;
  padding: 13px 25px 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  transition: border .2s, color .2s, background-color .2s;
}

.button-white:hover {
  color: #fff;
  background-color: #0000;
}

.left-category {
  width: 23.7%;
  margin-right: 1.3%;
}

.collection-list-wrapper {
  display: none;
}

.flex-copy {
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.navlink-padding {
  display: none;
}

.relative-category {
  width: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.tag-links {
  margin-right: 10px;
  transition: opacity .2s;
}

.tag-links:hover {
  opacity: .85;
}

.video {
  width: 100%;
  margin-bottom: 10px;
}

.results-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 180px;
  margin-right: 20px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.heading-box-left {
  width: 33.4%;
  max-width: 456px;
  margin-bottom: 40px;
  margin-right: auto;
}

.display-none {
  display: none;
}

.item-slide {
  border-right: 1px solid var(--lines-2);
  width: 33.333%;
  padding: 20px 3%;
}

.item-slide.last {
  border-right-style: none;
}

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

.slide-product {
  flex-direction: column;
  width: 100%;
  margin-right: 1%;
  display: flex;
}

.top-white {
  background-color: #fff;
  height: 125px;
  position: absolute;
  inset: 0% 0% auto;
}

.right-arrow {
  background-color: var(--bg-black);
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin-right: 15px;
  padding: 10px 11px 11px;
  font-size: 22px;
  transition: opacity .2s;
}

.right-arrow:hover {
  opacity: .85;
}

.light-gray {
  background-color: var(--hero-bg);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.price-2 {
  color: #8a8a8a;
  margin-right: 8px;
  font-weight: 500;
  display: inline-block;
}

.cart-quantity-2 {
  background-color: #fff;
  border-color: #a2a3a3;
  width: 35px;
  height: 35px;
  font-size: 14px;
}

.cart-quantity-last-2 {
  color: #fff;
  background-color: #19171a;
  width: 18px;
  font-size: 10px;
}

.cart-header-2 {
  border-bottom-color: #a2a3a3;
}

.place-order-2 {
  background-color: #19171a;
  border-radius: 2px;
  height: 45px;
  margin-bottom: 10px;
  padding-top: 12px;
  transition: opacity .2s;
}

.place-order-2:hover {
  opacity: .85;
}

.button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background-color: #19171a;
  border: 2px solid #19171a;
  border-radius: 25px;
  min-width: 120px;
  min-height: 40px;
  padding: 13px 25px 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  transition: background-color .2s;
}

.button-2:hover {
  color: #19171a;
  background-color: #0000;
}

.side-line {
  background-color: var(--lines);
  width: 1px;
  margin-right: 1px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.page-count {
  flex: 1;
  margin-top: 0;
}

.grumpy-wolf-logo {
  width: 120px;
  max-width: none;
}

.gw-footer-content {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.blog-section {
  background-color: #fff;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  display: none;
  position: relative;
  overflow: hidden;
}

.blog-section.double {
  padding-bottom: 120px;
}

.blog-section.top-inner-page {
  padding-top: 60px;
  padding-bottom: 0;
}

.blog-section.post-page {
  padding-top: 40px;
  padding-bottom: 0;
}

.blog-section.double-inner-page {
  padding-top: 60px;
  padding-bottom: 60px;
}

.blog-section.double-visible {
  padding-bottom: 120px;
  overflow: visible;
}

.blog-section.double-inner-visible {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: visible;
}

.blog-section.inner-pages {
  padding-top: 20px;
}

.blog-section.search-results {
  padding-top: 0;
  padding-bottom: 40px;
}

.hideabout-us {
  display: none;
}

.div-block-2 {
  background-image: url('../images/Bunch-toys-grumpy-wolf.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
}

.add-div {
  display: none;
}

.contact-social {
  display: block;
}

.div-block-4 {
  align-self: flex-start;
  display: block;
}

.hide-phone {
  display: none;
}

.image-2 {
  width: 130px;
}

.faq-hide, .hide-sale-hero {
  display: none;
}

.button-boxed-outline-copy {
  border: 1px solid var(--bg-black);
  color: var(--bg-black);
  text-align: center;
  background-color: #0000;
  min-width: 120px;
  min-height: 40px;
  padding: 13px 25px 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  transition: color .2s, background-color .2s;
  display: none;
}

.button-boxed-outline-copy:hover {
  background-color: var(--bg-black);
  color: #fff;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

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

.welcome-wrp {
  justify-content: center;
  align-items: center;
  display: flex;
}

.membership-link {
  color: #000;
}

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

.handcraft-icon {
  width: 52px;
  margin-bottom: 0;
}

.eco-icon {
  width: 49px;
}

.brush-icon {
  width: 51px;
}

.animation-wrp {
  overflow: hidden;
}

.handcrft-hedn-lines {
  border-style: solid none;
  border-width: 2px 1px;
  border-color: var(--dark-olive-green) black;
  padding-top: 22px;
  padding-bottom: 22px;
}

.flex-2 {
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.content-wrapper-2 {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1290px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.title-2 {
  color: #8a8a8a;
  line-height: 20px;
}

.h2-big-2 {
  font-size: 36px;
  line-height: 44px;
}

.in-placeholder {
  flex-wrap: wrap;
  display: none;
  position: relative;
}

.instagram-wrp {
  padding-top: 0;
  padding-bottom: 140px;
}

.messenger-wwrp {
  position: absolute;
  inset: auto 0% 0%;
}

.instagram-section {
  background-color: #fff;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  display: none;
  position: relative;
  overflow: hidden;
}

.instagram-section.double {
  padding-bottom: 120px;
}

.instagram-section.top-inner-page {
  padding-top: 60px;
  padding-bottom: 0;
}

.instagram-section.post-page {
  padding-top: 40px;
  padding-bottom: 0;
}

.instagram-section.double-inner-page {
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.instagram-section.double-visible {
  padding-bottom: 120px;
  overflow: visible;
}

.instagram-section.double-inner-visible {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: visible;
}

.instagram-section.inner-pages {
  padding-top: 20px;
}

.instagram-section.search-results {
  padding-top: 0;
  padding-bottom: 40px;
}

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

.contact-us-hero {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1290px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 65px;
  padding-right: 65px;
  position: relative;
}

.text-block-3 {
  font-family: Roboto Serif, sans-serif;
}

.text-block-4 {
  font-family: Roboto Serif, sans-serif;
  position: static;
}

.text-block-5 {
  font-family: Roboto Serif, sans-serif;
}

.div-block-5 {
  display: flex;
}

.hero-mobile {
  background-image: linear-gradient(#00000005, #00000005), url('../images/grumpy-wolf-whippy-mobile.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
  overflow: hidden;
}

.hero-mobile.about-us {
  background-image: linear-gradient(#0003, #0003), url('../images/italic-eP4kiHvj5Qs-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.hero-mobile.blog {
  background-image: url('../images/ricardo-gomez-angel-_qsQi3MzHNg-unsplash-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.hero-mobile.contact-us {
  background-image: url('../images/grumpy-wolf-hero-img-smal-6.jpg'), linear-gradient(#0003, #0003);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.hero-mobile.category {
  background-image: url('../images/italic-eP4kiHvj5Qs-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.hero-mobile.tag {
  background-image: url('../images/packaging-grumpy-wolf1.5x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.grumpywolf-logo-white {
  justify-content: center;
  align-items: center;
  height: 80px;
  margin-right: 20px;
  transition: transform .2s, opacity .2s;
  display: flex;
}

.grumpywolf-logo-white:hover {
  opacity: .85;
  transform: scale(1.03);
}

.grumpywolf-logo-white.w--current {
  width: auto;
  height: auto;
  margin-right: 20px;
  transition: transform .2s, opacity .2s;
}

.grumpy-wolf-logo-white {
  width: 120px;
  max-width: none;
}

.search-white {
  color: #333;
  text-align: center;
  width: 45px;
  height: 75px;
  padding-top: 25px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  transition: opacity .2s;
  overflow: hidden;
}

.search-white:hover {
  opacity: .85;
  text-decoration: none;
}

.search-white.w--current {
  color: var(--gray-text);
}

.subscribe-menu {
  width: 29%;
  display: none;
}

.policy-texts {
  color: #ffffffb8;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
}

.policy-texts-wrp {
  margin-bottom: 4px;
}

.policy-texts-wrp.payment-acpt-wrp {
  border-top: 1px solid #e5e5e53b;
  margin-top: 14px;
  padding-top: 11px;
}

.para-wrp {
  margin-top: 76px;
  margin-bottom: 76px;
}

.payment-logos-wrp {
  display: flex;
}

.payment-logos {
  margin-right: 10px;
}

.paymnet-logo-img {
  width: 50px;
}

.rich-text-block {
  text-decoration: none;
}

.collection-list-wrapper-2, .collection-list {
  background-color: var(--dark-olive-green);
}

.icon-text {
  margin-top: 9px;
}

.icon-text-small {
  font-size: .9em;
  line-height: 1.4em;
}

.icon-text-small.grey {
  color: #424242;
}

@media screen and (min-width: 1280px) {
  .menu, .content {
    display: block;
  }

  .top-margin._30-pixels {
    margin-top: 30px;
  }

  .top-margin._40-pixels-copy {
    padding-bottom: 80px;
  }

  .submit-button-footer {
    background-color: #39533c;
  }

  .submit-button-footer:hover {
    background-color: var(--underline);
  }

  .social-icon-footer.facebook {
    display: block;
  }

  .social-icon-footer.twittter {
    display: none;
  }

  .social-icon-footer.instagram {
    display: block;
  }

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

  .footer-container {
    display: none;
  }

  .hero-section {
    margin-left: auto;
    margin-right: auto;
  }

  .content-section.inner-pages {
    padding-top: 40px;
  }

  .title-small {
    color: #69707b;
  }

  .go-the-top-page-button {
    background-image: url('../images/subir.svg');
    background-size: 19px;
  }

  .content-wrapper {
    display: block;
  }

  .image-bg.footer {
    background-image: url('../images/subscribe-footer-image1.5x.jpg');
  }

  .image-bg._1 {
    background-image: url('../images/Open-graph-1200x630.jpg');
  }

  .image-bg._2 {
    background-image: url('../images/grumpy-wolf-wooden-luxury-toys.jpg');
  }

  .image-bg._3 {
    background-image: url('../images/Grumpy_Wolf-image-2.jpg');
  }

  .hero.contact-us {
    background-image: url('../images/grumpy-wolf-hero-img-smal-6.jpg'), linear-gradient(#0003, #0003), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0, 0 0;
    background-size: cover, auto, auto;
  }

  .text-block-2 {
    display: block;
  }

  .blog-section {
    display: none;
  }

  .blog-section.inner-pages {
    padding-top: 40px;
  }

  .div-block-2 {
    mix-blend-mode: normal;
  }

  .div-block-3 {
    opacity: .54;
    background-color: #000;
    height: 100vh;
  }

  .heading {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 44.4vh;
    font-size: 4.8em;
    display: flex;
  }

  .section {
    display: block;
  }

  .instagram-section.inner-pages {
    padding-top: 40px;
  }

  .contact-us-hero {
    background-image: none;
    display: block;
  }

  .hero-mobile.contact-us {
    background-image: url('../images/grumpy-wolf-hero-img-smal-6.jpg'), linear-gradient(#0003, #0003), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0, 0 0;
    background-size: cover, auto, auto;
  }

  .subscribe-menu {
    display: block;
  }
}

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

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

  h3 {
    font-size: 26px;
    line-height: 32px;
  }

  h4 {
    font-size: 24px;
    line-height: 30px;
  }

  h5 {
    font-size: 22px;
    line-height: 28px;
  }

  h6 {
    font-size: 20px;
    line-height: 26px;
  }

  blockquote {
    width: 70%;
  }

  .heading-box {
    width: 40%;
  }

  .heading-box.small {
    width: 33%;
  }

  .notice {
    padding-bottom: 20px;
  }

  .social-icon {
    margin-bottom: 5px;
  }

  .hero-text-box {
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .menu {
    width: 33.33%;
  }

  .submit-button-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 2.5px;
    width: 100%;
  }

  .underline-hover.mobile-hide {
    display: none;
  }

  .social-icon-footer {
    margin-bottom: 5px;
  }

  .footer {
    padding-top: 50px;
  }

  .content-section {
    max-width: 100%;
    padding-top: 100px;
  }

  .content-section.double-visible {
    padding-bottom: 100px;
  }

  .subtitle {
    font-size: 18px;
    line-height: 26px;
  }

  .h1-hero {
    font-size: 40px;
  }

  .h1-hero.inner-pages {
    font-size: 38px;
  }

  .h1-hero.white {
    font-size: 44px;
  }

  .footer-input {
    border-bottom: 1px #000;
    width: 100%;
    margin-bottom: 0;
  }

  .content-wrapper {
    max-width: 100%;
  }

  .dropdown-toggle {
    justify-content: flex-start;
    width: 100%;
    height: 50px;
    padding-top: 12px;
    padding-bottom: 0;
    padding-left: 20px;
  }

  .dropdown {
    width: 100%;
    height: 50px;
    margin-left: 0;
    margin-right: 0;
  }

  .newsletter-column.modal-right {
    padding-top: 30px;
  }

  .menu-button {
    height: 75px;
    margin-left: auto;
    padding-top: 29px;
  }

  .menu-button.w--open {
    background-color: var(--hero-bg);
    color: #002736;
  }

  .button-align-center {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mini-arrow {
    margin-top: 20px;
  }

  .newsletter-box {
    width: 85%;
  }

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

  .dropdown-link {
    padding-left: 30px;
  }

  .navlink {
    text-align: left;
    width: 100%;
    height: 50px;
    margin-right: 0;
    padding-top: 12px;
    padding-left: 20px;
    transition: background-color .2s;
  }

  .navlink:hover {
    background-color: #dfdfdf;
  }

  .nav-menu {
    background-color: var(--main-bg);
    text-align: left;
    width: 100%;
    height: 100vh;
    padding-bottom: 100px;
    overflow: auto;
  }

  .hero {
    max-width: 100%;
  }

  .hero-flex {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .hero-title-box {
    width: 70%;
  }

  .h2-big, .h2-big.no-top-margin {
    font-size: 34px;
    line-height: 42px;
  }

  .truck-section {
    padding-top: 50px;
  }

  .headncrafted-heading {
    font-size: 38px;
    line-height: 46px;
  }

  .hero-preview-link {
    font-size: 48px;
  }

  .preview-grid-item {
    margin-bottom: 40px;
  }

  .post-image {
    height: 500px;
  }

  .h3-big {
    font-size: 28px;
    line-height: 38px;
  }

  .inter-section {
    height: 380px;
  }

  .question.big {
    font-size: 20px;
    line-height: 29px;
  }

  .select-field, .input {
    margin-bottom: 20px;
  }

  .h4-medium {
    font-size: 28px;
    line-height: 36px;
  }

  .no-top-margin {
    font-size: 26px;
    line-height: 32px;
  }

  .login-input {
    margin-bottom: 20px;
  }

  .search {
    position: relative;
  }

  .title-column {
    width: 80%;
  }

  ._61-percent-column {
    width: 87%;
  }

  .nav-flex {
    text-align: right;
    justify-content: flex-end;
    width: 100%;
    display: flex;
  }

  .search-box {
    width: 60%;
  }

  .image {
    margin-bottom: 10px;
  }

  .collection-list-wrapper {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .flex-copy {
    flex-direction: column;
    width: 100%;
  }

  .navlink-padding {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-box-left {
    width: 40%;
  }

  .right-arrow {
    margin-right: 0;
  }

  .column-field {
    flex: 0 auto;
    width: 31%;
  }

  .blog-section {
    max-width: 100%;
    padding-top: 100px;
  }

  .blog-section.double-visible {
    padding-bottom: 100px;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .content-wrapper-2 {
    max-width: 100%;
  }

  .h2-big-2 {
    font-size: 34px;
    line-height: 42px;
  }

  .instagram-section {
    max-width: 100%;
    padding-top: 100px;
  }

  .instagram-section.double-visible {
    padding-bottom: 100px;
  }

  .contact-us-hero, .hero-mobile {
    max-width: 100%;
  }

  .grumpywolf-logo-white.w--current {
    display: none;
  }

  .search-white {
    position: relative;
  }

  .subscribe-menu {
    width: 33.33%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 28px;
    line-height: 34px;
  }

  h2 {
    font-size: 26px;
    line-height: 32px;
  }

  h3 {
    font-size: 24px;
    line-height: 30px;
  }

  h4 {
    font-size: 22px;
    line-height: 28px;
  }

  h5 {
    font-size: 20px;
    line-height: 26px;
  }

  h6 {
    font-size: 18px;
    line-height: 24px;
  }

  .heading-box {
    width: 60%;
    margin-bottom: 30px;
  }

  .heading-box.small {
    width: 45%;
    max-width: 276px;
  }

  .notice {
    margin-top: 0;
  }

  .button, .button-boxed-outline {
    padding-left: 22px;
    padding-right: 22px;
    font-size: 13px;
    line-height: 13px;
  }

  .footer-text {
    font-size: 18px;
    line-height: 30px;
  }

  .button-outline {
    padding-left: 22px;
    padding-right: 22px;
    font-size: 13px;
    line-height: 13px;
  }

  .footer-column {
    width: 39%;
  }

  .social-icon.pinterest, .social-icon.email, .social-icon.facebook, .social-icon.linkedin, .social-icon.instagram, .social-icon.twitter {
    background-size: 12px;
  }

  .subtile-inner {
    width: 80%;
  }

  .mini-title {
    font-size: 15px;
    line-height: 15px;
  }

  .hero-text-box {
    width: 70%;
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .menu {
    width: 50%;
    margin-bottom: 30px;
  }

  .footer-expand {
    flex-direction: row;
    justify-content: flex-start;
  }

  .social-icon-footer.facebook, .social-icon-footer.twittter {
    background-size: 12px;
  }

  .button-boxed, .button-outline-dark {
    padding-left: 22px;
    padding-right: 22px;
    font-size: 13px;
    line-height: 13px;
  }

  .content-section {
    padding-top: 70px;
  }

  .content-section.double-visible {
    padding-bottom: 70px;
  }

  .footer-newsletter {
    max-width: 250px;
  }

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

  .h1-hero {
    font-size: 38px;
  }

  .h1-hero.inner-pages {
    font-size: 36px;
  }

  .h1-hero.white {
    font-size: 42px;
  }

  .button-outline-white {
    min-width: 100px;
    padding-left: 22px;
    padding-right: 22px;
    font-size: 13px;
    line-height: 13px;
  }

  .menu-link {
    font-size: 18px;
    line-height: 26px;
  }

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

  .content-wrapper {
    z-index: 5;
  }

  .close-contact-form {
    right: -1px;
  }

  .newsletter-column.modal-right {
    width: 100%;
    padding: 40px;
    overflow: auto;
  }

  .newsletter-container, .newsletter-pop {
    overflow: auto;
  }

  .nav-menu {
    padding-bottom: 220px;
  }

  .nav-content-wrapper {
    z-index: 5;
  }

  .hero-flex {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .hero-title-box {
    width: 90%;
  }

  .h2-big, .h2-big.no-top-margin {
    font-size: 32px;
    line-height: 40px;
  }

  .image-block.no-margin {
    width: 49%;
  }

  .truck-section.double {
    padding-bottom: 50px;
  }

  .headncrafted-heading {
    font-size: 36px;
    line-height: 44px;
  }

  .numbers-block {
    flex-direction: column;
    display: flex;
  }

  .icon-box {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 0;
  }

  .white-bg {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hover-icon {
    width: 25px;
  }

  .hero-preview-link {
    font-size: 46px;
  }

  .narrow-wrapper {
    width: 90%;
  }

  .post-image {
    height: 350px;
  }

  .h3-big {
    font-size: 26px;
    line-height: 36px;
  }

  .press-item {
    width: 49%;
    margin-bottom: 1%;
  }

  .press-item.last {
    margin-bottom: 0%;
  }

  .press-item._2 {
    margin-right: 0%;
  }

  .press-item._3 {
    margin-bottom: 0%;
  }

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

  .question.big {
    font-size: 19px;
    line-height: 28px;
  }

  .h4-medium.white {
    font-size: 26px;
    line-height: 34px;
  }

  .product-item {
    margin-bottom: 40px;
  }

  .no-top-margin {
    font-size: 24px;
    line-height: 30px;
  }

  .product-description {
    font-size: 16px;
    line-height: 25px;
  }

  .right-product-column {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .checkout-form {
    padding-top: 40px;
  }

  .product-images {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 20px;
  }

  .close-button {
    width: 17px;
    height: 16px;
    margin-top: 3px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .search-container {
    padding-bottom: 20px;
  }

  .search-box {
    width: 100%;
  }

  .search-text {
    font-size: 34px;
    line-height: 38px;
  }

  .button-white {
    min-width: 100px;
    padding-left: 22px;
    padding-right: 22px;
    font-size: 13px;
    line-height: 13px;
  }

  .heading-box-left {
    width: 60%;
    margin-bottom: 30px;
  }

  .button-2 {
    padding-left: 22px;
    padding-right: 22px;
    font-size: 13px;
    line-height: 13px;
  }

  .div-block {
    width: 800px;
    height: 360px;
    overflow: auto;
  }

  .blog-section {
    padding-top: 70px;
  }

  .blog-section.double-visible {
    padding-bottom: 70px;
  }

  .button-boxed-outline-copy {
    padding-left: 22px;
    padding-right: 22px;
    font-size: 13px;
    line-height: 13px;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .content-wrapper-2 {
    z-index: 5;
  }

  .h2-big-2 {
    font-size: 32px;
    line-height: 40px;
  }

  .instagram-section {
    padding-top: 70px;
  }

  .instagram-section.double-visible {
    padding-bottom: 70px;
  }

  .contact-us-hero {
    z-index: 5;
  }

  .subscribe-menu {
    width: 50%;
    margin-bottom: 30px;
  }
}

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

  h2 {
    font-size: 24px;
    line-height: 30px;
  }

  h3 {
    font-size: 22px;
    line-height: 28px;
  }

  h4 {
    font-size: 20px;
    line-height: 26px;
  }

  h5 {
    font-size: 18px;
    line-height: 24px;
  }

  h6 {
    font-size: 16px;
    line-height: 22px;
  }

  blockquote {
    width: 90%;
  }

  .heading-box {
    width: 90%;
    margin-bottom: 30px;
  }

  .heading-box.large {
    width: 100%;
  }

  .heading-box.small {
    width: 80%;
  }

  .footer-column {
    width: 100%;
    margin-right: 0%;
    padding-bottom: 0;
  }

  .subtile-inner {
    width: 100%;
  }

  .title.white {
    color: #ffffffb0;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 300;
  }

  .hero-text-box {
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .menu {
    width: 100%;
  }

  .footer-expand {
    margin-top: 30px;
  }

  .submit-button-footer {
    padding-left: 0;
    padding-right: 0;
  }

  .flex.mobile-reverse {
    flex-wrap: wrap-reverse;
  }

  .content-section {
    padding-top: 50px;
  }

  .content-section.double-visible {
    padding-bottom: 50px;
  }

  .title-small {
    font-size: 13px;
    line-height: 13px;
  }

  .h1-hero {
    font-size: 36px;
  }

  .h1-hero.inner-pages {
    font-size: 34px;
  }

  .h1-hero.white {
    text-align: center;
    font-size: 25px;
  }

  .button-outline-white {
    min-width: 155px;
    font-size: 15px;
  }

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

  .content-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .navbar {
    background-color: var(--dark-olive-green);
  }

  .newsletter-column {
    width: 100%;
  }

  .newsletter-column.modal-right {
    padding-bottom: 40px;
  }

  .menu-button {
    margin-left: 0;
    padding-top: 19px;
    padding-right: 0;
  }

  .button-align-center {
    padding-left: 10px;
    padding-right: 10px;
  }

  .icon {
    color: var(--white-smoke);
    font-size: 45px;
  }

  .mini-arrow {
    display: inline-block;
  }

  .grumpywolf-logo, .grumpywolf-logo.w--current {
    display: none;
  }

  .nav-content-wrapper {
    background-color: #0000;
  }

  .hero {
    background-image: linear-gradient(#0000, #0000), url('../images/grumpy-wolf-whippy-mobile.jpg');
    display: none;
  }

  .hero.tag {
    padding-top: 10px;
  }

  .hero-flex.home {
    align-items: flex-start;
    height: auto;
    margin: 31px 0 70px;
  }

  .hero-title-box {
    justify-content: flex-start;
    width: 100%;
    height: auto;
  }

  .on-load-3 {
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  ._50-percent-column {
    width: 100%;
  }

  .flex-left-top {
    width: 100%;
    margin-bottom: 10px;
  }

  .h2-big {
    margin-top: 10px;
    font-size: 30px;
    line-height: 38px;
  }

  .h2-big.no-top-margin {
    font-size: 30px;
    line-height: 38px;
  }

  .truck-section {
    margin-bottom: 0;
    padding-top: 62px;
  }

  .headncrafted-heading {
    font-size: 34px;
    line-height: 42px;
  }

  .numbers-block {
    width: 100%;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .icon-box {
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .preview-item {
    width: 100%;
    max-width: 350px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .insta-pic {
    width: 50%;
  }

  .hover-icon {
    width: 30px;
  }

  .hero-preview-link {
    font-size: 44px;
  }

  .preview-grid-item {
    width: 100%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .column-flex {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .h3-big {
    font-size: 24px;
    line-height: 34px;
  }

  .press-item {
    width: 100%;
    margin-right: 0%;
  }

  .press-item._3 {
    margin-bottom: 1%;
  }

  .inter-section {
    height: 340px;
  }

  .question.big {
    font-size: 18px;
    line-height: 27px;
  }

  .form {
    flex-wrap: wrap;
  }

  .email-input {
    border-radius: 2.5px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }

  .newsletter-submit-button {
    border-radius: 2.5px;
  }

  .left-side-column {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 20px;
  }

  .sticky-bar.narrow {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-form-left {
    align-items: flex-start;
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .select-field, .textarea, .input {
    padding-left: 4%;
  }

  .product-item {
    width: 100%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .no-top-margin {
    font-size: 22px;
    line-height: 28px;
  }

  .no-top-margin.top-of-prod {
    font-size: 2em;
    line-height: 1.1em;
  }

  .intro-product-items {
    flex-direction: column;
    width: 100%;
    max-width: 350px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .login-input {
    padding-left: 4%;
  }

  .right-product-column {
    width: 100%;
  }

  .product-items {
    width: 100%;
    max-width: 350px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .search {
    display: none;
  }

  .store-perks {
    border-bottom: 1px solid var(--lines);
    border-right-style: none;
    width: 100%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }

  ._53-percent-column {
    width: 100%;
    margin-bottom: 20px;
  }

  .items-in-order-text {
    margin-left: 10px;
    margin-right: 5px;
  }

  .close-button {
    margin-right: 10px;
  }

  .search-input {
    width: 56%;
  }

  .search-box {
    flex-direction: column;
    width: 100%;
  }

  .search-text {
    font-size: 32px;
    line-height: 36px;
  }

  .search-input-large {
    border-right-style: solid;
    width: 100%;
  }

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

  .collection-list-wrapper, .navlink-padding {
    padding-left: 10px;
    padding-right: 10px;
  }

  .relative-category {
    margin-bottom: 20px;
  }

  .max-350-pixels {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .heading-box-left {
    width: 90%;
    margin-bottom: 30px;
  }

  .item-slide {
    border-right-style: none;
    width: 100%;
  }

  .slide-product {
    flex-direction: column;
    width: 100%;
    max-width: 350px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .cart-quantity-last-2 {
    border: 1px solid var(--olive-drab-2);
    background-color: var(--white-smoke);
    color: var(--olive-drab-2);
    border-radius: 16px;
    width: 26px;
    min-width: 26px;
    height: 26px;
    padding-top: 4px;
    font-size: 12px;
  }

  .side-line {
    width: 100%;
    height: 1px;
    inset: auto 0% 0%;
  }

  .blog-section {
    padding-top: 50px;
  }

  .blog-section.double-visible {
    padding-bottom: 50px;
  }

  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .icon-section {
    margin-top: 180px;
    margin-bottom: 198px;
  }

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

  .h2-big-2 {
    margin-top: 10px;
    font-size: 30px;
    line-height: 38px;
  }

  .instagram-section {
    padding-top: 50px;
  }

  .instagram-section.double-visible {
    padding-bottom: 50px;
  }

  .hero-mobile {
    background-image: linear-gradient(#0000, #0000), url('../images/grumpy-wolf-whippy-mobile.jpg');
    height: 90vh;
    display: block;
  }

  .hero-mobile.tag {
    padding-top: 10px;
  }

  .grumpywolf-logo-white.w--current {
    display: flex;
  }

  .search-white-1 {
    width: auto;
    max-width: none;
  }

  .shop-cart-black {
    display: none;
  }

  .subscribe-menu {
    width: 100%;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}