:root {
  --dim-grey: #4d4d4d;
  --gainsboro: #e2e2e2;
  --black: #0f1923;
  --dark-slate-grey: #0f1923;
  --white: #fafafa;
  --dim-grey-2: #6b6b6b;
  --light-grey: #ccc;
  --white-2: white;
  --medium-violet-red: #f7931a;
  --alice-blue: #fff8ef;
  --ghost-white: #f8f9fa;
  --firebrick: #e8820e;
  --brown: #e8820e;
}

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

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

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

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

.w-commerce-commercecartopenlinkcount {
  color: #f7931a;
  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-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: #f7931a;
  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: #f7931a;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

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

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

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

.w-commerce-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: #f7931a;
  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: #f7931a;
  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: #f7931a;
  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: #f7931a;
  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: #f7931a;
  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: #f7931a;
  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: #f7931a;
  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: #f7931a;
  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: #f7931a;
  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: #f7931a;
  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: #f7931a;
  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: #f7931a;
  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: #f7931a;
  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: #f7931a;
  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: #f7931a;
  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: #f7931a;
  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: #f7931a;
  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: #f7931a;
  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-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

.w-commerce-commercecheckoutdiscountslabel {
  flex-basis: 100%;
  margin-bottom: 8px;
}

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

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

.w-commerce-commercecheckoutdiscountsinput:focus {
  border-color: #f7931a;
  outline-style: none;
}

.w-commerce-commercecheckoutdiscountsbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #f7931a;
  border-width: 0;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  height: 38px;
  margin-left: 8px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #f7931a;
  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-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

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

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

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

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

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

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

.w-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #f7931a;
  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: #f7931a;
  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;
}

@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-commercecheckoutdiscountsinput, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  color: #000;
  background-color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
}

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

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
}

p {
  color: var(--dim-grey);
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6em;
}

a {
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-weight: 500;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: var(--dim-grey);
  padding-top: 1px;
  padding-bottom: 1px;
  font-family: Redaction;
  font-size: 16px;
  font-weight: 400;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
  font-weight: 400;
}

blockquote {
  border-left: 4px solid #000;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.1em;
}

figure {
  border-radius: 6px;
  margin-bottom: 10px;
  overflow: hidden;
}

figcaption {
  color: var(--dim-grey);
  text-align: center;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 500;
}

.container {
  z-index: 5;
  flex: 1;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.center {
  justify-content: center;
  display: flex;
}

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

.body-content {
  color: #000;
  background-color: #fff;
  justify-content: center;
  align-items: center;
}

.loader {
  z-index: 9999;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #ff0008;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
}

.utility-page-wrap {
  cursor: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

.section {
  padding: 80px 2% 0;
  position: relative;
}

.section.checkout {
  background-color: #0000;
}

.section.checkout._3 {
  padding-top: 160px;
  padding-bottom: 120px;
}

.section.footer {
  border-top: 1px solid var(--gainsboro);
  padding-top: 120px;
  padding-bottom: 40px;
}

.section._3 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.trending-now {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section.square {
  padding-top: 0;
  padding-left: 0%;
  padding-right: 0%;
}

.section.advert {
  padding-bottom: 0;
}

.section.last {
  border-top: 1px solid var(--gainsboro);
  background-color: var(--black);
  padding-top: 20px;
  padding-bottom: 20px;
}

.section._80px {
  padding-bottom: 80px;
}

.section.post-page {
  padding-top: 2%;
}

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

.button {
  color: #fff;
  background-color: #000;
  border-radius: 5px;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

.button:hover {
  background-color: var(--dim-grey);
}

.button.large {
  border-radius: 5px;
  padding: 15px 25px;
  font-size: 16px;
}

.button.large:hover {
  background-color: var(--dark-slate-grey);
}

.button.large.white {
  color: #061012;
  background-color: #fff;
  font-weight: 600;
}

.button.large.white:hover {
  color: #fff;
  background-color: #81818b4d;
}

.button.large.white.discount {
  color: #fff;
  background-color: #000;
  justify-content: center;
  width: 100%;
  margin-left: 0;
}

.margin-40px {
  margin-top: 40px;
  position: relative;
}

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

.copyright-dot {
  background-color: #061012;
  border-radius: 100%;
  width: 4px;
  height: 4px;
  margin-left: 10px;
  margin-right: 10px;
}

.title-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

.text-field {
  background-color: #fff;
  border-color: #e1e1e1;
  border-radius: 3px;
  height: 42px;
  margin-top: 8px;
  padding-left: 16px;
  font-size: 15px;
  font-weight: 500;
}

.text-field::placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.text-field.discount {
  flex: none;
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
}

.flex-utility {
  flex-direction: column;
  margin-top: 15px;
  display: flex;
}

.shrink-item {
  flex: 1;
  margin-right: 20px;
}

.shrink-item.flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.shrink-item.gird {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  display: grid;
}

.shrink-item.photo-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.licensing-block {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.image-flex {
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.licensing-content {
  background-color: #fafafa;
  border-radius: 2px;
  min-height: 150px;
  padding: 25px;
  display: flex;
}

.light-block-second {
  background-color: #fafafa;
  border-radius: 3px;
  width: 100%;
  padding: 20px 20px 40px 45px;
}

.light-block-second.rounded-bottom {
  border-radius: 3px;
  padding-bottom: 30px;
}

.color-block {
  background-color: var(--black);
  border: 1px solid #81818b33;
  border-radius: 2px;
  width: 100%;
  height: 85px;
  padding: 10px;
  display: flex;
}

.color-block.secondary {
  background-color: var(--dim-grey);
}

.medium {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1em;
}

.typography-flex {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 58%;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.color-row {
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 35px;
  padding: 25px 0 15px;
  display: flex;
}

.color-row.grey {
  margin-bottom: 25px;
  padding-bottom: 0;
}

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

.title-1 {
  margin: 0 auto;
  font-size: 95px;
  font-weight: 600;
  line-height: .95;
  position: relative;
}

.light-gray-2 {
  background-color: #a8a8a8;
  border-radius: 0;
  width: 16.6667%;
  height: 100%;
  padding: 10px;
  display: flex;
}

.type-row {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 35px;
  padding: 25px 0 15px;
  display: flex;
}

.white-block {
  background-color: #fff;
  width: 100%;
  padding: 20px 20px 40px 45px;
}

.light-gray {
  background-color: #8a8a8a;
  border-radius: 4px 0 0 4px;
  width: 16.6667%;
  height: 100%;
  padding: 10px;
  display: flex;
}

.margin-25px {
  flex-direction: column;
  margin-top: 25px;
  display: flex;
}

.margin-25px.social {
  flex-direction: row;
  align-items: center;
}

.text-highlight {
  background-color: #fff;
  border-radius: 2px;
  width: 42%;
  padding: 40px;
}

.grayscale-parent {
  clear: left;
  border-radius: 4px;
  width: 100%;
  height: 85px;
  margin-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1em;
}

.content-row {
  clear: left;
  width: 100%;
  margin-top: 45px;
  position: relative;
}

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

.light-block {
  background-color: var(--white);
  border-radius: 3px;
  width: 100%;
  padding: 20px 20px 40px 45px;
}

.type-column {
  background-color: #f0f0f0;
  border-radius: 2px;
  width: 33.3333%;
  margin-right: 20px;
  padding: 10px;
  display: flex;
}

.type-column.right {
  background-color: #f0f0f0;
  margin-right: 0;
}

.color-block-parent {
  width: 20%;
  margin-right: 20px;
}

.regular-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1em;
}

.title-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
}

.caption {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.caption.margined {
  letter-spacing: 1px;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 700;
}

.light-gray-3 {
  background-color: #f7f8f9;
  border-radius: 0;
  width: 16.6667%;
  height: 100%;
  padding: 10px;
  display: flex;
}

.loading-flex {
  z-index: 12;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.subtotal {
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.subtotal.dark {
  color: var(--dim-grey);
  font-weight: 500;
}

.apple-pay {
  border-radius: 3px;
  height: 48px;
}

.checkbox-label-shop {
  color: var(--dim-grey);
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 500;
}

.discounts {
  background-color: #fff;
  border-color: #e1e1e1;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
}

.required {
  color: #ffffffb3;
  font-size: 14px;
  font-weight: 500;
}

.sticky-bar {
  top: 120px;
}

.price-pop {
  color: var(--dim-grey);
  font-size: 17px;
  font-weight: 500;
}

.price-pop.bold {
  font-weight: 700;
}

.product-name {
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: 600;
}

.field-label {
  color: var(--black);
  flex: none;
  font-size: 14px;
  font-weight: 600;
}

.checkout-form {
  background-color: #0000;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.navigation {
  z-index: 9997;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: sticky;
  top: 0;
}

.second-part {
  flex-direction: row;
  order: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.price-tag {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 45px;
}

.price-tag.small {
  color: var(--dim-grey-2);
  margin-top: 7px;
  margin-bottom: 7px;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.no-item {
  color: var(--dim-grey);
  font-size: 18px;
  font-weight: 400;
}

.cart-line-item {
  align-items: center;
}

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

.cart-header {
  border-bottom-color: #eee;
  padding-top: 8px;
  padding-bottom: 8px;
}

.cart-quantity {
  color: var(--dim-grey);
  background-color: #fff;
  width: 50px;
  font-weight: 500;
}

.cart-container {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #eee;
  max-width: 520px;
}

.table-price {
  color: #000;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 600;
}

.cart-button {
  background-color: #0000;
  justify-content: flex-start;
  padding: 0;
  display: flex;
}

.close-button {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.cart-footer {
  border-top-color: #eee;
}

.cart-circle {
  color: var(--black);
  background-color: #fff;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-left: 4px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 10px;
  font-weight: 600;
  display: flex;
}

.cart-wrapper {
  z-index: 9999;
  background-color: #fff;
}

.paypal {
  margin-bottom: 5px;
}

.cart-image {
  width: 22px;
  position: relative;
}

.social-overlay {
  background-color: #000;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.x-button {
  width: 20px;
  position: relative;
}

.x-button.remove {
  width: 16px;
}

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

.logo-absolute {
  color: #ffffffb3;
  cursor: none;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 50%;
  transform: translate(-50%);
}

.cart-flext-left {
  align-items: flex-start;
  margin-left: 0;
  position: relative;
}

.block-header {
  background-color: #fff;
  border-color: #e1e1e1;
}

.block-content {
  background-color: #fff;
  border-bottom-color: #e1e1e1;
  border-left-color: #e1e1e1;
  border-right-color: #e1e1e1;
}

.quantity-text {
  color: var(--dim-grey);
  font-size: 14px;
  font-weight: 500;
}

.paypal-text {
  color: var(--dim-grey);
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 500;
}

.cart {
  transition: all .3s;
}

.rotator {
  margin-bottom: 20px;
}

.white {
  color: #fff;
}

.dark-link {
  color: var(--black);
  cursor: none;
  font-weight: 500;
  text-decoration: underline;
  display: inline-block;
}

.dark-link.white {
  color: #fff;
}

.flex-center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.photo-move {
  max-width: 80%;
  position: relative;
  overflow: hidden;
}

.loadin-flex {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.photo-animation {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.your-cart {
  font-size: 17px;
  line-height: 22px;
}

.remove-button {
  background-color: #ff0e0e;
  background-image: url('../images/close.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 8px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  inset: 24px auto auto 106px;
}

.photo-cart {
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
  position: relative;
}

.product-image {
  object-fit: cover;
  border-radius: 2px;
  width: 100px;
}

.body {
  background-color: #fff;
}

.remove {
  width: 20px;
  position: absolute;
  transform: scale(0);
}

.first-part {
  align-items: center;
  display: flex;
}

.services-wrapper {
  align-items: center;
  width: 50%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.filter-image.icon {
  width: 60px;
}

.filter-image.logo {
  margin-right: 15px;
}

.search-icon {
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.search-wrapper {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.search-input {
  background-image: url('../images/search_black_24dp.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px #000;
  border-radius: 100px;
  width: 160px;
  height: 34px;
  margin-bottom: 0;
  padding-left: 34px;
}

.search-input::placeholder {
  color: var(--black);
  font-size: 13px;
  font-weight: 600;
}

.button-search {
  color: #0f1923;
  background-color: #fff8ef;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.button-search:hover {
  color: #fff;
  background-color: #0f1923;
  background-image: none;
}

.button-search.search {
  color: #fff;
  background-color: #000;
  border-radius: 30px;
  padding: 10px 18px;
  font-size: 15px;
  font-weight: 500;
  display: none;
  position: absolute;
  inset: 5px 8px auto auto;
}

.button-search.search:hover {
  background-color: var(--dim-grey);
}

.nav-menu {
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.nav-link {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 7px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1em;
  transition: all .3s;
}

.nav-link:hover {
  opacity: .65;
}

.nav-link.w--current {
  opacity: .65;
  color: #fff;
}

.nav-link._2 {
  display: inline-block;
}

.nav-link.dropwdown {
  background-image: url('../images/zap-white.svg');
  background-position: 4px;
  background-repeat: no-repeat;
  background-size: 12px;
  padding-left: 20px;
}

.nav-link._3 {
  color: var(--black);
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  display: inline-block;
}

.navbar {
  background-color: #0000;
}

.collection-list {
  display: flex;
}

.collection-list._2 {
  flex-direction: column;
  align-items: flex-start;
}

.blog-content {
  cursor: none;
  justify-content: center;
  align-items: center;
  max-width: 940px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-field-primary {
  border: 1px solid #eee;
  border-radius: 4px;
  height: 55px;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 14px;
}

.text-field-primary::placeholder {
  color: var(--dim-grey);
  font-size: 14px;
  font-weight: 500;
}

.text-field-primary.area {
  height: auto;
  padding-top: 15px;
  padding-bottom: 75px;
}

.search-result-item {
  background-color: var(--white);
  border-radius: 4px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 45px 54px 30px;
}

.search-link {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.23;
  display: inline-block;
}

.slug {
  color: var(--dim-grey);
  margin-top: 5px;
  font-weight: 500;
}

.photo-animation-2 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.photo-animation-2._2 {
  border-radius: 6px;
  max-width: 100%;
  height: 100%;
}

.flex {
  display: flex;
}

.navigation-top-part {
  background-color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
}

.navigation-bottom {
  z-index: 100;
  position: sticky;
  top: 0;
}

.grid-2-columns {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns._2 {
  align-items: start;
}

.grid-2-columns._3 {
  grid-template-columns: 1fr 5fr;
}

.social-wrapper {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.social-icon {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-left: 10px;
  margin-right: 10px;
  transition: all .2s;
  display: flex;
}

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

.social-icon._0px {
  margin-right: 0;
}

.social-image {
  width: 17px;
}

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

.grid-4-columns._2 {
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.logo-link {
  width: 115px;
  padding-left: 7px;
}

.blog-featured-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: flex;
}

.blog-featured-wrapper._2 {
  flex-direction: column;
  align-items: flex-start;
}

.blog-features-small-photo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  flex: none;
  min-width: 100px;
  min-height: 100px;
  margin-right: 20px;
}

.blog-features-small-photo._2 {
  width: 100%;
  height: auto;
  min-height: 200px;
  margin-bottom: 10px;
  margin-right: 0;
  position: relative;
  overflow: hidden;
}

.blog-features-small-photo._3 {
  width: 100%;
  height: auto;
  min-height: 220px;
  position: relative;
}

.blog-features-small-photo._5 {
  background-image: none;
  border-radius: 5px;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.blog-title-small {
  color: var(--black);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4rem;
  transition: all .3s;
  display: block;
}

.blog-title-small:hover {
  color: var(--dim-grey);
}

.blog-title-small._4 {
  color: #fff;
  font-size: 18px;
}

.data-created {
  color: var(--black);
  letter-spacing: .25px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-left: 8px;
  font-family: Poppins, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 20px;
}

.data-created._2 {
  margin-left: 0;
  margin-right: 10px;
}

.data-created._2.gray {
  color: #ffffffb3;
}

.data-created.white {
  color: #fff;
}

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

.news-title {
  background-color: var(--black);
  color: #fff;
  letter-spacing: .25px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: -1px;
  padding: 2px 8px;
  font-size: 11px;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
}

.news-title.white {
  color: var(--black);
  background-color: #fff;
}

.news-title.pink {
  background-color: #ff006e;
}

.news-title.red {
  background-color: #d62828;
}

.news-title.purple {
  background-color: #fb8500;
}

.news-title.green {
  background-color: #6a994e;
}

.news-title.blue {
  background-color: #00bbf9;
}

.ad-wrapper {
  background-image: url('../images/940.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  width: 100%;
  max-width: 940px;
  min-height: 180px;
  margin-left: auto;
  margin-right: auto;
}

.blog-2-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.latest-news-grid {
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.data-flex {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 4px;
  display: flex;
}

.adv-wrapper {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.adv-wrapper._2 {
  background-image: url('../images/290.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  min-height: 220px;
}

.sticky-category {
  position: sticky;
  top: 100px;
}

.sticky-div-wrapper {
  height: 90%;
  padding-bottom: 62px;
}

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

.copyright-flex {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.copyright {
  color: var(--dim-grey-2);
  margin-bottom: 0;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
}

.success-message {
  background-color: var(--black);
  color: #fff;
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: 600;
}

.checkbox {
  border-style: solid;
  border-color: var(--light-grey);
  border-radius: 4px;
  flex: none;
  width: 16px;
  height: 16px;
  margin-top: 0;
}

.checkbox.w--redirected-checked {
  border-color: var(--light-grey);
  background-color: #0000;
  background-image: url('../images/icons8-check-mark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 10px;
}

.other-font {
  font-weight: 500;
}

.cookies-font {
  margin-bottom: 0;
  font-size: 15px;
}

.cookies-font.check {
  color: #fff;
  margin-left: 6px;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
}

.button-subscribe {
  color: #fff;
  background-color: #f7931a;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.button-subscribe:hover {
  color: #fff;
  background-color: #e8820e;
  background-image: none;
}

.button-subscribe.subscribe {
  background-color: var(--black);
  color: #fff;
  border-radius: 8px;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  inset: 10px 12px auto auto;
}

.button-subscribe.subscribe:hover {
  background-color: #000;
}

.form {
  width: 455px;
  position: relative;
}

.checkbox-label {
  font-size: 14px;
  font-weight: 700;
  display: none;
}

.checkbox-field {
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.checkbox-field.left {
  justify-content: flex-start;
}

.form-input {
  color: var(--dark-slate-grey);
  background-color: #fff;
  border: 1px #000;
  border-radius: 8px;
  min-height: 59px;
  padding-left: 17px;
  font-size: 14px;
  font-weight: 700;
}

.form-input::placeholder {
  color: var(--dim-grey);
  font-size: 14px;
  font-weight: 600;
}

.featured-icon {
  background-color: #000;
  background-image: url('../images/icons8-pin-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 3px;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: 10px 10px auto auto;
}

.dropdown-list {
  width: 1200px;
}

.dropdown-list.w--open {
  background-color: #000;
  padding: 30px 30px 40px;
  left: -390px;
}

.blog-dropdown {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.search-result-wrapper {
  max-width: 80%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.margin-10px {
  margin-top: 6px;
}

.photo {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.button-2 {
  color: #fff;
  cursor: none;
  background-color: #000;
  border-radius: 20px;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

.button-2:hover {
  background-color: #4d4d4d;
}

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

.contact-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.form-font {
  color: #fff;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 500;
}

.form-font.dark {
  color: #4d4d4d;
}

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

.grid-form.for-contact {
  width: 100%;
}

.subscribe-form {
  margin-bottom: 0;
}

.cart-item {
  align-items: center;
}

.pricing-grid {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.pricing-wrapper {
  text-align: center;
  background-color: #fff;
  border: 1px solid #eee;
  flex-direction: column;
  justify-content: center;
  min-height: 240px;
  margin-left: -1px;
  padding: 30px 40px 10px;
  display: flex;
  position: relative;
}

.pricing-wrapper._2 {
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}

.big-price-title {
  color: var(--black);
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
}

.pricing-title {
  max-width: 90%;
  margin: 0 auto 30px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.add-to-cart {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-big-title {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1em;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  display: flex;
}

.brand {
  flex: 0 auto;
  order: -1;
  width: 100px;
}

.navbar-2 {
  background-color: var(--black);
  padding: 18px 3%;
  position: sticky;
  inset: 0% 0% auto;
}

.center-nav-div {
  order: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.loading-logo-image {
  width: 30%;
}

.left-arrow, .icon-3, .slide-nav {
  display: none;
}

.slide {
  background-color: #0000;
}

.trending-now-badget {
  background-color: var(--black);
  color: var(--white-2);
  letter-spacing: .25px;
  text-transform: uppercase;
  flex: none;
  margin-right: 10px;
  padding: 2px 8px;
  font-size: 11px;
  font-weight: 500;
  transition: all .3s;
  display: inline-block;
}

.slider {
  background-color: #0000;
  flex-direction: row;
  align-items: center;
  max-width: 625px;
  height: 24px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
}

.trending-now-div {
  order: -1;
  align-items: center;
  display: flex;
}

.trending-post-link {
  color: var(--dark-slate-grey);
  font-weight: 500;
  transition: all .3s;
}

.trending-post-link:hover {
  color: var(--dim-grey-2);
}

.right-arrow {
  display: none;
}

.top-ad-banner {
  background-image: url('../images/675.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  order: 1;
  width: 675px;
  height: 95px;
  margin-left: 20px;
  overflow: hidden;
}

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

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

.top-hero-post {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  align-items: flex-start;
  height: 670px;
  position: relative;
}

.top-hero-post._2 {
  border-radius: 3px;
  height: 618px;
  overflow: hidden;
}

.hero-post-overlay-link {
  background-color: #00000026;
  transition: all .3s;
  position: absolute;
  inset: 0%;
}

.hero-post-overlay-link:hover {
  background-color: #0000;
}

.hero-post-overlay-link._2 {
  border-radius: 3px;
}

.hero-post-title-div {
  z-index: 10;
  flex-direction: column;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-post-title-div.small {
  padding: 0 10px 12px;
}

.post-title-link {
  color: var(--white-2);
  margin-top: 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
}

.news-title-undeline {
  border-bottom: 1px solid #000;
}

.news-title-undeline.pink {
  border-bottom-color: #ff006e;
}

.news-title-undeline.red {
  border-bottom-color: #d62828;
}

.news-title-undeline.purple {
  border-bottom-color: #fb8500;
}

.news-title-undeline.green {
  border-bottom-color: #6a994e;
}

.news-title-undeline.blue {
  border-bottom-color: #00bbf9;
}

.read-more-div {
  margin-top: 4px;
}

.category-text-link {
  color: var(--medium-violet-red);
  letter-spacing: .25px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  line-height: 20px;
}

.category-text-link.pills {
  background-color: var(--medium-violet-red);
  color: #fff;
  border-radius: 50px;
  padding: 2px 10px;
}

.min-read-text {
  color: #b8b8b8;
  letter-spacing: .25px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
}

.cta {
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 20px;
  display: flex;
}

.form-block {
  margin-top: 35px;
  margin-bottom: 0;
}

.social-link-box {
  background-image: url('../images/FB-B.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 32px;
  height: 32px;
  margin-right: 16px;
  transition: all .3s;
}

.social-link-box:hover {
  background-image: url('../images/FB.svg');
  background-repeat: repeat;
  background-size: auto;
}

.social-link-box.instagram {
  background-image: url('../images/instagram-b.svg');
}

.social-link-box.instagram:hover {
  background-image: url('../images/instagram.svg');
}

.social-link-box.twitter {
  background-image: url('../images/twitter-b.svg');
}

.social-link-box.twitter:hover {
  background-image: url('../images/twitter.svg');
}

.social-link-box.linkedin {
  background-image: url('../images/in-b.svg');
}

.social-link-box.linkedin:hover {
  background-image: url('../images/in.svg');
}

.social-link-box.youtube {
  background-image: url('../images/youtube-b.svg');
}

.social-link-box.youtube:hover {
  background-image: url('../images/youtube.svg');
}

.h1 {
  margin-top: 0;
  margin-bottom: 0;
}

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

.cta-title-div {
  margin-bottom: 10px;
}

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

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

.featured-box {
  z-index: 10;
  background-color: #fff;
  background-image: url('../images/icons8-pin.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 3px;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: 15px 15px auto auto;
}

.about-home-grid {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 60px;
  display: grid;
}

.about-heading-text {
  margin-top: 0;
  margin-bottom: 0;
}

.contact-image {
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  min-height: 520px;
}

.blog-page-image-div {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 6px;
  width: 100%;
  height: 620px;
  position: relative;
  overflow: hidden;
}

.absolute-black-gradient {
  background-color: #00000026;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
}

.rich-text-container {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.fixed-right-post-div {
  padding-top: 20px;
  position: sticky;
}

.title-blog-absolute {
  z-index: 1;
  align-self: flex-start;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  position: absolute;
  inset: auto 0% 0%;
}

.info-text {
  margin-bottom: 5px;
}

.text-badge {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #ffffffed;
  border: 1px solid #e1e1e1;
  border-radius: 7px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 13px 10px 11px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.circle-badge-hover {
  background-color: #9bfa13;
  border-radius: 100%;
  width: 0;
  height: 0;
  position: absolute;
  inset: auto auto 15px 15px;
}

.badge-paragraph {
  opacity: 1;
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}

.badge-paragraph.biger {
  font-size: 15px;
  font-weight: 700;
}

.badge-wrapper {
  z-index: 999;
  grid-row-gap: 5px;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.text-badge-wrapper {
  z-index: 1;
  height: 18px;
  position: relative;
  overflow: hidden;
}

.icon-badge {
  z-index: 1;
  width: 20px;
  height: 20px;
  position: relative;
}

.badge-content {
  z-index: 9999;
  position: fixed;
  inset: auto 15px 15px auto;
}

.photo-badge {
  background-image: url('../images/unlock-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 7px;
  min-width: 140px;
  min-height: 130px;
}

.code-embed {
  color: #000;
}

.remove-icon {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  inset: -5px -5px auto auto;
}

@media screen and (max-width: 991px) {
  .utility-page-wrap {
    height: 600px;
  }

  .section.footer {
    padding-top: 80px;
  }

  .title-3 {
    line-height: 1.2;
  }

  .licensing-block {
    width: 100%;
  }

  .title-1 {
    font-size: 59px;
    line-height: 1;
  }

  .light-gray-2, .light-gray {
    width: 33.3333%;
  }

  .text-highlight {
    padding: 20px;
  }

  .color-block-parent {
    width: 33.3333%;
  }

  .title-2 {
    font-size: 40px;
    line-height: 40px;
  }

  .light-gray-3 {
    width: 33.3333%;
  }

  .sticky-bar {
    flex-basis: 100%;
    position: relative;
    top: 0;
  }

  .container-pricing {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .information {
    flex-basis: auto;
    margin-right: 0;
  }

  .navigation {
    grid-template-columns: 1fr 1.5fr;
    padding: 10px 3% 10px 2%;
  }

  .cart {
    flex: none;
    margin-right: 20px;
  }

  .services-wrapper {
    width: 70%;
  }

  .search-input {
    width: 160px;
  }

  .nav-menu {
    background-color: #000;
    margin-right: 0;
    padding: 20px 10px;
    display: block;
  }

  .nav-link {
    flex: 1;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link._2 {
    display: block;
  }

  .navbar {
    width: 100%;
    display: flex;
  }

  .collection-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .hamburger {
    width: 20px;
  }

  .menu-button {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0;
  }

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

  .photo-animation-2._2 {
    max-width: 100%;
  }

  .navigation-top-part {
    padding: 15px 2%;
  }

  .grid-2-columns._2 {
    grid-column-gap: 30px;
  }

  .grid-4-columns {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-4-columns._2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .blog-features-small-photo._2 {
    min-height: 148px;
  }

  .blog-features-small-photo._3 {
    min-height: 120px;
  }

  .grid-3-columns {
    grid-column-gap: 40px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 2fr;
  }

  .adv-wrapper._2 {
    max-width: 292px;
    margin-left: auto;
    margin-right: auto;
  }

  .sticky-category {
    position: relative;
    top: 0;
  }

  .footer-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr 1.5fr;
  }

  .copyright-flex {
    justify-content: flex-start;
  }

  .cookies-font {
    flex: 1;
  }

  .dropdown {
    display: none;
  }

  .photo {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .form-font {
    flex: 1;
  }

  .grid-form {
    width: 100%;
  }

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

  .blog-big-title {
    max-width: 100%;
    font-size: 35px;
  }

  .center-nav-div {
    order: 1;
  }

  .menu-button-2 {
    background-image: url('../images/open-menu.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    order: 1;
  }

  .menu-button-2.w--open {
    background-color: #0000;
    background-image: url('../images/close-menu.svg');
  }

  .slide {
    text-align: center;
  }

  .slider {
    max-width: 100%;
    height: 50px;
    margin-top: 5px;
  }

  .trending-now-div {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .top-hero-section {
    flex-direction: column;
  }

  .square-grid {
    grid-row-gap: 1px;
    grid-template-columns: 1fr;
  }

  .top-hero-post {
    height: 200px;
  }

  .top-hero-post._2 {
    height: 520px;
  }

  .hero-post-title-div {
    padding: 15px;
  }

  .cta {
    max-width: 1005%;
  }

  .icon-4 {
    display: none;
  }

  .about-home-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .rich-text-container {
    max-width: 100%;
  }

  .title-blog-absolute {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  blockquote {
    font-size: 33px;
  }

  .body-content {
    padding-top: 0;
    padding-left: 0;
  }

  .section.footer {
    padding-bottom: 20px;
  }

  .section._80px {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .text-field {
    height: 45px;
  }

  .title-1 {
    font-size: 48px;
  }

  .type-row {
    flex-direction: column;
  }

  .text-highlight {
    padding: 26px 9px;
  }

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

  .title-2 {
    font-size: 36px;
    line-height: 40px;
  }

  .navigation {
    grid-template-columns: 1fr 2fr;
    padding-right: 4%;
  }

  .services-wrapper {
    margin-bottom: 15px;
  }

  .sub-logo-text {
    display: none;
  }

  .grid-2-columns._2 {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns._3 {
    grid-template-columns: 1fr 4fr;
  }

  .grid-4-columns._2 {
    grid-template-columns: 1fr;
  }

  .blog-features-small-photo._2 {
    min-height: 400px;
  }

  .blog-features-small-photo._3 {
    min-height: 180px;
  }

  .blog-title-small {
    font-size: 18px;
  }

  .grid-3-columns {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .footer-grid, .copyright-flex {
    grid-template-columns: 1fr;
  }

  .contact-grid {
    grid-row-gap: 30px;
  }

  .grid-form {
    width: 80%;
  }

  .blog-big-title {
    font-size: 32px;
  }

  .brand {
    padding-left: 0;
  }

  .top-ad-banner {
    width: 500px;
    margin-left: 0;
  }

  .top-hero-section {
    align-items: center;
  }

  .hero-post-title-div.small {
    padding: 15px;
  }

  .post-title-link {
    font-size: 22px;
    line-height: 28px;
  }

  .about-heading-text {
    font-size: 22px;
    line-height: 1.2em;
  }

  .blog-page-image-div {
    height: 520px;
  }
}

@media screen and (max-width: 479px) {
  blockquote {
    font-size: 28px;
    line-height: 30px;
  }

  .body-content {
    padding-top: 0;
    padding-left: 0;
  }

  .section {
    padding-left: 3%;
    padding-right: 3%;
  }

  .section.footer {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .copyright-dot {
    display: none;
  }

  .title-3 {
    font-size: 24px;
  }

  .text-field {
    height: 42px;
    margin-bottom: 10px;
  }

  .shrink-item {
    margin-right: 0;
  }

  .shrink-item.flex {
    margin-top: 20px;
    margin-right: 0;
  }

  .image-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .licensing-content {
    flex-direction: column;
  }

  .color-block {
    width: 100%;
    height: 55px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .typography-flex {
    width: 68%;
  }

  .color-row {
    flex-direction: column;
  }

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

  .title-1 {
    font-size: 34px;
  }

  .light-gray-2 {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .type-row {
    flex-direction: column;
  }

  .light-gray {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-highlight {
    width: 32%;
    padding: 20px 10px;
  }

  .grayscale-parent {
    height: 55px;
  }

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

  .type-column {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .color-block-parent {
    width: 100%;
    margin-right: 3%;
  }

  .title-2 {
    font-size: 30px;
    line-height: 34px;
  }

  .light-gray-3 {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .left-block {
    margin-left: 0;
  }

  .price-pop {
    font-size: 16px;
  }

  .order-item {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .navigation {
    padding: 10px 5% 10px 3%;
  }

  .price-tag {
    font-size: 22px;
    line-height: 24px;
  }

  .price-tag.small, .table-price {
    font-size: 16px;
  }

  .cart {
    margin-right: 10px;
  }

  .photo-move {
    max-width: 100%;
  }

  .remove-button {
    width: 24px;
    height: 24px;
  }

  .photo-cart {
    flex: none;
    width: 50px;
    height: 50px;
    margin-right: 18px;
  }

  .services-wrapper {
    width: 100%;
  }

  .sub-logo-text {
    display: none;
  }

  .search-input {
    width: 110px;
  }

  .button-search.search {
    top: 7px;
  }

  .nav-menu {
    width: 260px;
  }

  .nav-link {
    width: 100%;
    font-size: 15px;
  }

  .collection-list {
    align-items: flex-start;
  }

  .text-field-primary {
    margin-bottom: 10px;
  }

  .search-result-item {
    padding: 20px;
  }

  .photo-animation-2._2 {
    max-width: 100%;
  }

  .grid-2-columns._3 {
    grid-column-gap: 10px;
    grid-template-columns: 2fr 4fr;
  }

  .social-icon {
    width: 26px;
    height: 26px;
    margin-left: 3px;
    margin-right: 3px;
    padding: 5px;
  }

  .grid-4-columns {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .logo-link.w--current {
    width: 80px;
  }

  .blog-features-small-photo {
    width: 90px;
    height: 90px;
  }

  .blog-features-small-photo._2, .blog-features-small-photo._3 {
    min-height: 250px;
  }

  .blog-title-small {
    font-size: 17px;
  }

  .blog-2-grid, .footer-grid {
    grid-template-columns: 1fr;
  }

  .copyright-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .copyright {
    margin-bottom: 5px;
  }

  .checkbox {
    flex: none;
    width: 16px;
    height: 16px;
    margin-left: -16px;
  }

  .cookies-font.check {
    font-size: 10px;
  }

  .button-subscribe.subscribe {
    border: 1px solid #fff;
    border-radius: 6px;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    position: relative;
    top: 0;
    right: 0;
  }

  .button-subscribe.subscribe:hover {
    color: #000;
    background-color: #fff;
  }

  .form {
    width: auto;
    max-width: 100%;
  }

  .checkbox-field {
    margin-bottom: 15px;
  }

  .form-input {
    border-radius: 5px;
    min-height: 50px;
    margin-bottom: 15px;
  }

  .search-result-wrapper {
    max-width: 100%;
  }

  .about-wrapper {
    max-width: 95%;
  }

  .contact-grid {
    flex-direction: column-reverse;
  }

  .grid-form {
    grid-column-gap: 15px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .pricing-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .blog-big-title {
    margin-top: 10px;
    font-size: 22px;
    line-height: 1.2em;
  }

  .brand {
    width: 80px;
  }

  .navbar-2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .slider {
    height: 60px;
  }

  .post-title-link {
    font-size: 22px;
    line-height: 1.2em;
  }

  .cta {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .h1.white.center {
    font-size: 30px;
    line-height: 40px;
  }

  .subtitle-text.white.center {
    font-size: 12px;
    line-height: 22px;
  }

  .about-home-grid {
    margin-top: 30px;
  }

  .title-blog-absolute {
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

#Name.w-node-a4921689-ca34-d1e1-4bf9-301728e7217b-4c85d6c6, #Email-3.w-node-a4921689-ca34-d1e1-4bf9-301728e7217c-4c85d6c6, #Message.w-node-a4921689-ca34-d1e1-4bf9-301728e7217d-4c85d6c6, #w-node-a4921689-ca34-d1e1-4bf9-301728e7217e-4c85d6c6, #w-node-a4921689-ca34-d1e1-4bf9-301728e72184-4c85d6c6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

/* Blog Detail Page Styles - Content Order: Title > Intro > Content */
.post-header {
  text-align: left;
}

.post-header .blog-big-title {
  color: #000;
  position: relative;
  margin-top: 10px;
  font-size: 42px;
}

.post-intro .post-description {
  font-size: 18px;
  line-height: 1.6;
  color: var(--dim-grey);
  margin-bottom: 0;
}

/* Proper list styling in blog content */
.post-content ul,
.w-richtext ul {
  list-style-type: disc;
  padding-left: 40px;
  margin-bottom: 20px;
}

.post-content ol,
.w-richtext ol {
  list-style-type: decimal;
  padding-left: 40px;
  margin-bottom: 20px;
}

.post-content li,
.w-richtext li {
  color: var(--dim-grey);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 8px;
}

.post-content ul li::marker,
.w-richtext ul li::marker {
  color: var(--black);
}

@media screen and (max-width: 991px) {
  .post-header .blog-big-title {
    font-size: 32px;
  }
}

@media screen and (max-width: 479px) {
  .post-header .blog-big-title {
    font-size: 24px;
  }
  
  .post-intro .post-description {
    font-size: 16px;
  }
}

#w-node-ea717592-4328-60bd-fba7-dcee526fdd98-4c85d6c8 {
  align-self: center;
}

#w-node-ab7ec14b-8b39-050b-db12-9ce2f170a027-4c85d6c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f382f00-8092-7b93-7c68-c1c3a1f4ff6d-4c85d6ce, #w-node-_4129ba5f-7cf2-5566-b3e6-a1572839a8f8-4c85d6ce, #w-node-e5ab7e70-a8dc-82a8-a8f1-8c31ea87d49b-4c85d6ce, #w-node-_705aafc3-7260-9eb7-6498-e96834c20ae2-4c85d6ce, #w-node-_2e36afb2-a83e-b6fe-1620-deb9c983d15f-4c85d6ce, #w-node-_83686e4b-0a1b-6fed-7d34-eb3db04d6512-4c85d6ce {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_8ae5efb8-68df-24a2-02e2-ee591471e676-4c85d645, #w-node-_5889fa12-9329-f103-c57f-6e243af7b664-3af7b646 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-eefdb43e-0f91-daa4-807a-b51269d47263-4c85d645, #w-node-b194b2a0-f623-5785-3a81-6e7028e96ace-4c85d645 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5889fa12-9329-f103-c57f-6e243af7b664-3af7b646 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5889fa12-9329-f103-c57f-6e243af7b664-3af7b646 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #Name.w-node-a4921689-ca34-d1e1-4bf9-301728e7217b-4c85d6c6, #Email-3.w-node-a4921689-ca34-d1e1-4bf9-301728e7217c-4c85d6c6, #w-node-a4921689-ca34-d1e1-4bf9-301728e72184-4c85d6c6 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}


