:root {
  --dim-grey: #4d4d4d;
  --gainsboro: #e2e2e2;
  --light-grey: #ccc;
  --black: black;
  --dim-grey-2: #6b6b6b;
  --dark-slate-grey: #2f3330;
  --alice-blue: #e3f0ff;
  --ghost-white: #f1f1f7;
}

.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-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-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-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: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutdiscountsbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  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: #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-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-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

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

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

p {
  color: var(--dim-grey);
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

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-size: 16px;
  font-weight: 500;
}

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

strong {
  font-weight: 700;
}

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

blockquote {
  border-left: 3px solid #e0e0e0;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 25px;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
}

figure {
  margin-bottom: 10px;
}

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

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

.container._2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.body-content {
  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: #fa242a;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 500;
}

.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: 120px 5%;
  position: relative;
}

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

.section._0px-padding {
  padding: 50px 0%;
}

.section.gray {
  background-color: #fff;
  border-top: 1px solid #eee;
}

.section.instagram {
  background-color: #000;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.button {
  color: #fff;
  background-color: #000;
  border-radius: 20px;
  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: 40px;
  padding: 15px 25px;
  font-size: 16px;
}

.button.large:hover {
  background-color: var(--dim-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-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.text-field {
  background-color: #fff;
  border-color: #e1e1e1;
  border-radius: 30px;
  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: var(--gainsboro);
  border-radius: 2px;
  min-height: 150px;
  padding: 25px;
  display: flex;
}

.light-block-second {
  background-color: var(--gainsboro);
  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: #161616;
  border: 1px solid #81818b33;
  border-radius: 2px;
  width: 100%;
  height: 85px;
  padding: 10px;
  display: flex;
}

.color-block.secondary {
  background-color: #6e6e6e;
}

.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: var(--light-grey);
  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;
}

.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(--gainsboro);
  border-radius: 3px;
  width: 100%;
  padding: 20px 20px 40px 45px;
}

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

.type-column.right {
  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: #6e6e6e;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 15px;
  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-family: Playfair Display, sans-serif;
  font-size: 19px;
  font-weight: 500;
}

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

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

.field-label {
  color: var(--dim-grey);
  flex: none;
  font-size: 15px;
  font-weight: 500;
}

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

.navigation-wrapper {
  z-index: 999;
  background-color: #fff0;
  position: relative;
  inset: 0% 0% auto;
}

.navigation {
  z-index: 9997;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  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;
  padding-top: 15px;
  padding-bottom: 15px;
  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 {
  margin-top: 7px;
  margin-bottom: 7px;
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
}

.no-item {
  color: var(--dim-grey);
  font-family: Playfair Display, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.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);
  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: 19px;
  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: #fff;
  background-color: #202023;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  margin-left: 0;
  padding-left: 7px;
  font-size: 10px;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: -10px -10px auto auto;
}

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

.paypal {
  margin-bottom: 5px;
}

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

.social-overlay {
  background-color: #000;
  border-radius: 100%;
  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;
}

.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-family: Playfair Display, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.paypal-text {
  color: var(--dim-grey);
  margin-bottom: 3px;
  font-family: Playfair Display, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.cart {
  margin-left: 16px;
  transition: all .3s;
}

.rotator {
  margin-bottom: 30px;
}

.white {
  color: #fff;
}

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

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

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

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

.body {
  background-color: #fff;
}

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

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

.navigation-link {
  color: #fff;
  cursor: none;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 6px;
  display: flex;
  overflow: hidden;
}

.cursor {
  z-index: 9998;
  border: 2px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  display: flex;
  position: fixed;
  inset: 50% auto auto 48vw;
}

.cursor-dot {
  background-color: #000;
  border-radius: 100%;
  width: 20%;
  height: 20%;
}

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

.blog-wrapper {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.navigation-center {
  border-top: 1px solid var(--gainsboro);
  border-bottom: 1px solid var(--gainsboro);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.smartmag-logo, .smartmag-logo.w--current {
  cursor: none;
}

.navigation-bottom {
  padding-top: 15px;
  padding-bottom: 15px;
}

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

.hero {
  padding-top: 80px;
  padding-bottom: 80px;
}

.search-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.search-icon.mobile {
  display: none;
}

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

.search-input {
  background-color: #f0f0f0;
  background-image: url('../images/search_black_24dp.svg');
  background-position: 17px;
  background-repeat: no-repeat;
  background-size: 22px;
  border: 1px #000;
  border-radius: 100px;
  min-width: 380px;
  min-height: 50px;
  margin-bottom: 0;
  padding-left: 43px;
  padding-right: 12px;
  font-size: 15px;
}

.search-input::placeholder {
  color: var(--dim-grey);
  font-size: 15px;
  font-weight: 500;
}

.search-input.subscribe {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  min-width: auto;
  min-height: 70px;
  padding-left: 25px;
}

.button-search {
  color: #1c4a36;
  background-color: #e4f5ee;
  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: #1c4a36;
  background-image: none;
}

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

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

.button-search.search._2 {
  min-height: 50px;
  top: 10px;
  right: 15px;
}

.nav-menu {
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-link {
  color: #000;
  padding: 15px 7px;
  font-size: 15px;
  font-weight: 600;
  line-height: 17px;
  transition: opacity .2s;
}

.nav-link:hover {
  color: #6e6e6e;
}

.nav-link.w--current {
  color: #8a8a8a;
}

.navbar {
  background-color: #0000;
}

.collection-list {
  display: flex;
}

.smart-logo {
  max-width: 150px;
  max-height: 90px;
  width: auto;
  height: auto;
}

.smart-logo.invert {
  filter: invert();
  max-width: 150px;
  max-height: 90px;
  width: auto;
  height: auto;
}

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

.blog-content._2 {
  max-width: none;
  margin-top: 0;
  display: flex;
}

.photo-blog {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: scale(1.2);
}

.blog-text-grid {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.blog-title {
  color: #000;
  font-size: 52px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
}

.blog-title._2 {
  width: 80%;
  margin-top: 15px;
  font-size: 30px;
}

.blog-title._2.white {
  color: #fff;
  width: 100%;
  margin-bottom: 20px;
}

.featured-circle {
  z-index: 10;
  width: 90px;
  height: 90px;
  position: absolute;
  inset: 109px auto auto 50%;
  transform: translate(-50%);
}

.blog-subhead {
  color: var(--dim-grey);
  width: 80%;
  margin-left: auto;
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.blog-subhead._2 {
  margin-left: 0;
  font-size: 18px;
  line-height: 23px;
}

.blog-subhead._2.white {
  color: #fff;
  width: 100%;
}

.image {
  filter: invert(70%);
}

.project-circle {
  z-index: 999;
  opacity: 1;
  -webkit-backdrop-filter: brightness(120%) blur(10px);
  backdrop-filter: brightness(120%) blur(10px);
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: none;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  padding-bottom: 6px;
  font-family: Playfair Display, sans-serif;
  font-style: italic;
  display: flex;
  position: absolute;
  box-shadow: 7px 7px 25px #00000026;
}

.view-project {
  letter-spacing: 0;
  text-transform: capitalize;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.max-w-width {
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

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

.margin-100px._2 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 45%;
  margin-top: -400px;
  margin-left: auto;
  display: flex;
}

.margin-100px._3 {
  justify-content: flex-start;
  width: 45%;
  margin-top: -200px;
  display: flex;
}

.margin-100px._1 {
  width: 45%;
}

.blog-bottom-content {
  margin-top: 30px;
  padding-left: 25px;
}

.author-name {
  color: var(--dim-grey-2);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.author-name._2 {
  justify-content: flex-end;
  margin-bottom: 0;
}

.by-text {
  margin-right: 5px;
  font-style: normal;
}

.by-text._2 {
  margin-bottom: 0;
  margin-right: 0;
}

.author-title {
  color: var(--dim-grey);
  margin-bottom: 10px;
}

.author-title:hover {
  text-decoration: underline;
}

.category {
  color: #fff;
  background-color: #000;
  border-radius: 30px;
  padding: 6px 13px;
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
}

.category.absolute {
  color: #000;
  background-color: #fff;
  font-weight: 600;
  position: absolute;
  inset: 15px 15px auto auto;
}

.category._2 {
  margin-left: 5px;
  margin-right: 5px;
}

.category-flex {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.category-flex.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: grid;
}

.featured-icon {
  background-color: #000;
  background-image: url('../images/zap-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
  border-radius: 1000%;
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.hero-title-wrapper {
  z-index: 2;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-rotator-wrapper {
  align-items: center;
  display: flex;
  position: relative;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.text-rotator-content {
  align-items: center;
  display: flex;
}

.text-rotator {
  color: var(--black);
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 120px;
  line-height: 140px;
  transition: opacity .2s;
}

.text-rotator:hover {
  text-decoration: underline;
}

.start-icon {
  background-color: #000;
  border-radius: 100%;
  flex: none;
  width: 12px;
  height: 12px;
  margin-left: 40px;
  margin-right: 40px;
}

.blog-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.blog-content-overlay {
  background-image: linear-gradient(#fff0, #00000080);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  padding-left: 73px;
  padding-right: 73px;
  display: flex;
  position: absolute;
  inset: auto 0% 0;
}

.collection-item {
  position: relative;
}

.form-block {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.success-message {
  background-color: var(--black);
  color: #fff;
  border-radius: 50px;
  font-weight: 500;
}

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

.other-font {
  font-family: Playfair Display, sans-serif;
  font-size: 27px;
  font-style: italic;
  font-weight: 500;
}

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

.instagram-wrapper {
  position: relative;
}

.photo-100 {
  width: 100%;
  height: 100%;
}

.instagram-overlay {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.instagram-image {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  width: 26px;
}

.footer {
  background-color: #000;
  padding: 50px 5% 30px;
}

.footer-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.footer-title {
  color: #fff;
  margin-top: 0;
  font-size: 19px;
}

.footer-link {
  color: #ffffff91;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  transition: all .2s;
  display: block;
}

.footer-link:hover {
  color: #fff;
}

.footer-link.social-text {
  margin-left: 15px;
  font-size: 16px;
}

.footer-link.social-text.dark {
  color: var(--dim-grey);
  margin-left: 7px;
  margin-right: 7px;
}

.contact-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  max-width: 640px;
  display: grid;
}

.contact-grid.on-footer {
  grid-template-columns: 1fr;
}

.paragraph-link {
  color: #fff9;
  margin-bottom: 5px;
  font-size: 17px;
  line-height: 24px;
  display: block;
}

.paragraph-link:hover {
  color: #fff;
}

.paragraph-white {
  color: #fff;
  font-size: 18px;
}

.copyright-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.copyright {
  color: #fff9;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
}

.white-link {
  color: #fff;
}

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

.product-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.product-title {
  margin-top: 0;
  font-size: 22px;
  line-height: 24px;
}

.product-wrapper {
  color: var(--black);
}

.product-wrapper:hover {
  opacity: .8;
}

.price {
  color: var(--dim-grey-2);
  font-size: 20px;
}

.checkbox {
  background-color: #fff;
  border-color: #6e6e6e47;
  flex: none;
  width: 16px;
  height: 16px;
  margin-top: 0;
}

.checkbox.w--redirected-checked {
  background-color: #434945;
  background-size: 10px;
  border-color: #434945;
}

.checkbox.second-check {
  margin-top: 4px;
}

.checkbox.second-check.w--redirected-checked {
  background-color: #000;
  border-color: #000;
}

.checkbox-field {
  justify-content: center;
  align-items: center;
  display: flex;
}

.checkbox-field.margin-top {
  justify-content: flex-start;
  margin-top: 10px;
}

.checkbox-field.margin-top.add-top {
  align-items: flex-start;
}

.arrow-display-none {
  display: none;
}

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

.testimonials-slider {
  background-color: #0000;
  width: 90%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-client {
  color: #fff;
  text-align: center;
  width: 80%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  line-height: 28px;
}

.paragraph-client.dark-second {
  color: #000;
  width: 55%;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
}

.slide-nave {
  font-size: 11px;
  position: relative;
  top: 15px;
}

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

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

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

.text-field-primary.area {
  border-radius: 10px;
  height: auto;
  padding-top: 14px;
  padding-bottom: 70px;
}

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

.form-font.dark {
  color: var(--dim-grey);
  font-style: italic;
}

.subscribe-form {
  max-width: 600px;
}

.subscribe-form._450px {
  max-width: 580px;
}

.subscribe-form._450px.center {
  margin-left: auto;
  margin-right: auto;
}

.circle-testimonials-block {
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.div-block-2 {
  color: #757575;
}

.testimonials-name {
  color: var(--dim-grey);
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 500;
}

.testimonials-name._2 {
  color: #919191;
  font-weight: 400;
}

.testimonials-circle {
  border: 4px solid #fff;
  border-radius: 100%;
  width: 90px;
  height: 90px;
  margin-left: -25px;
  position: relative;
  left: 25px;
}

.testimonials-circle.author-2 {
  z-index: 3;
  background-image: url('../images/albert-vincent-wu-O_hQG5mOAbA-unsplash-p-500.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonials-circle.author-1 {
  z-index: 4;
  background-image: url('../images/jade-scarlato-U2jzni9J6sc-unsplash-p-500.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonials-circle.author-4 {
  z-index: 1;
  background-image: url('../images/jandre-van-der-walt-iBiiIiCDWh0-unsplash-p-500.jpeg');
  background-position: 50% 0;
  background-size: cover;
}

.testimonials-circle.author-3 {
  z-index: 2;
  background-image: url('../images/kim-carpenter-IHIgnhLvz5Q-unsplash-p-500.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.search-result-item {
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  max-width: 80%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 45px 54px 35px;
}

.search-link {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  display: inline-block;
}

.slug {
  margin-top: 5px;
  font-family: Playfair Display, sans-serif;
  font-weight: 500;
}

.flex-category {
  align-items: center;
  display: flex;
}

.flex-category.in-mobile {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.categories-text {
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 14px;
}

.categories-text:hover {
  color: #313137;
  text-decoration: underline;
}

.categories-text.gray {
  color: var(--dim-grey);
}

.category-list {
  align-items: center;
  display: flex;
}

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

.grid-2-columns._70 {
  align-items: start;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.photo-animation-2 {
  position: relative;
  overflow: hidden;
}

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

.absolute-background {
  background-color: #171717;
  display: none;
  position: absolute;
  inset: 0%;
}

.paragraph-80 {
  width: 80%;
}

.author-grid {
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.author-photo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 250px;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
}

.author-photo._2 {
  width: 350px;
  height: 350px;
}

.team-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.team-name {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 28px;
}

.team-name._2 {
  font-size: 30px;
  line-height: 35px;
}

.team-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.email-content {
  background-color: #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: 0% 50px auto auto;
}

.email {
  width: 20px;
}

.bio {
  text-align: center;
  max-width: 410px;
}

.relative-div {
  position: relative;
}

.cart-quantity-2 {
  color: #fff;
  background-color: #161616;
  border-style: none;
  border-radius: 0;
  width: 50px;
  font-weight: 500;
}

.cart-quantity-2.white-line {
  color: #161616;
  background-color: #0000;
  border-style: solid;
}

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

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

.margin-25px-2 {
  margin-top: 25px;
}

.price-divider {
  width: 15px;
}

.line-divider {
  background-color: #ddd;
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.sticky-product {
  max-width: 520px;
  position: sticky;
  top: 100px;
}

.price-pop-2 {
  color: #6e6e6e;
  font-size: 18px;
  font-weight: 500;
}

.price-pop-2.italic-line {
  color: #9e9e9e;
  font-style: italic;
  text-decoration: line-through;
}

.price-pop-2.x2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.price-flex {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.team-animation {
  position: relative;
  overflow: hidden;
}

.product-page-grid {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.subhead {
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
}

.product-content {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 25px;
  display: flex;
}

.product-content._0px {
  margin-top: 0;
}

.blog-page-content {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.flex {
  display: flex;
}

.instagram-text {
  text-align: center;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.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) {
  .container {
    margin-left: 3%;
    margin-right: 3%;
  }

  .utility-page-wrap {
    height: 600px;
  }

  .section {
    padding: 80px 2%;
  }

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

  .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-left: 2%;
    padding-right: 3%;
  }

  .cart {
    flex: none;
    margin-left: 13px;
  }

  .cursor {
    display: none;
  }

  .services-wrapper {
    width: 70%;
  }

  .search-input {
    min-width: 320px;
  }

  .nav-menu {
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    display: block;
  }

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

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

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

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

  .smart-logo {
    max-width: 150px;
    max-height: 90px;
  }

  .hamburger {
    width: 24px;
  }

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

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

  .blog-text-grid {
    grid-template-columns: 1fr;
  }

  .blog-title._2 {
    width: 100%;
    font-size: 26px;
  }

  .featured-circle {
    width: 70px;
    height: 70px;
    top: 166px;
  }

  .blog-subhead {
    width: 100%;
    margin-left: 0;
  }

  .margin-100px._3 {
    margin-top: -88px;
  }

  .blog-bottom-content {
    padding-left: 0;
  }

  .hero-title-wrapper {
    height: 100%;
    overflow: visible;
  }

  .text-rotator {
    font-size: 70px;
    line-height: 90px;
  }

  .start-icon {
    margin-left: 25px;
    margin-right: 25px;
  }

  .blog-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    max-width: 70%;
  }

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

  .footer-grid {
    max-width: 100%;
  }

  .copyright-flex {
    max-width: 100%;
    margin-top: 20px;
  }

  .product-grid {
    max-width: 100%;
  }

  .testimonials-slider {
    width: 80%;
  }

  .paragraph-client.dark-second {
    width: 100%;
  }

  .form-font {
    flex: 1;
  }

  .grid-form {
    width: 100%;
  }

  .flex-category.in-mobile {
    flex-direction: column;
  }

  .categories-text.gray {
    margin-bottom: 10px;
    margin-right: 0;
  }

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

  .photo-animation-2._2 {
    height: 700px;
  }

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

  .paragraph-80 {
    width: 100%;
  }

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

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

  .price-pop-2.x2 {
    font-size: 20px;
    line-height: 24px;
  }

  .product-page-grid {
    grid-column-gap: 60px;
    max-width: 100%;
  }
}

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

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

  .section._0px-padding {
    padding-top: 28px;
    padding-bottom: 28px;
  }

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

  .navigation-center {
    padding-top: 28px;
    padding-bottom: 28px;
  }

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

  .hero {
    padding-top: 31px;
  }

  .search-input {
    min-width: 310px;
  }

  .smart-logo {
    max-width: 150px;
    max-height: 90px;
  }

  .hide-div {
    display: none;
  }

  .blog-title {
    font-size: 40px;
  }

  .featured-circle {
    width: 80px;
    height: 80px;
    top: 162px;
  }

  .project-circle {
    display: none;
  }

  .margin-100px._2, .margin-100px._3 {
    width: 100%;
    margin-top: 50px;
  }

  .margin-100px._1 {
    width: 100%;
  }

  .blog-bottom-content {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-grid {
    max-width: 100%;
  }

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

  .footer-link.social-text {
    margin-left: 10px;
    margin-right: 10px;
  }

  .contact-grid {
    display: none;
  }

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

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

  .social-text-wrapper {
    justify-content: center;
  }

  .product-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    max-width: 85%;
  }

  .testimonials-slider {
    width: 100%;
  }

  .paragraph-client {
    width: 90%;
  }

  .circle-testimonials-block {
    width: 100%;
  }

  .grid-form {
    width: 80%;
  }

  .categories-text {
    margin-bottom: 5px;
    margin-left: 10px;
  }

  .categories-text.gray {
    margin-left: 0;
  }

  .category-list {
    flex-wrap: wrap;
    justify-content: center;
  }

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

  .photo-animation-2._2 {
    height: 550px;
  }

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

  .email-content {
    right: 122px;
  }

  .email-content._2 {
    right: 43px;
  }

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

  .product-page-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }
}

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

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

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

  .section.product-page {
    padding-top: 80px;
  }

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

  .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 {
    grid-template-columns: 3fr 1fr;
    padding: 10px 5% 10px 3%;
  }

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

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

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

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

  .hero {
    padding-bottom: 30px;
  }

  .search-icon {
    display: none;
  }

  .search-icon.mobile {
    display: flex;
  }

  .search-wrapper {
    flex-direction: column;
    margin-top: 20px;
  }

  .search-input {
    min-width: 300px;
    min-height: 52px;
  }

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

  .nav-link {
    width: 100%;
  }

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

  .smart-logo {
    max-width: 150px;
    max-height: 90px;
  }

  .smart-logo.invert {
    max-width: 150px;
    max-height: 90px;
  }

  .blog-title._2.white {
    margin-bottom: 13px;
  }

  .featured-circle {
    width: 70px;
    height: 70px;
    inset: auto auto -36px 50%;
  }

  .blog-subhead._2.white {
    font-size: 16px;
  }

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

  .blog-bottom-content {
    max-width: 100%;
  }

  .category._2 {
    margin-bottom: 10px;
  }

  .text-rotator-wrapper {
    top: -30px;
  }

  .text-rotator {
    font-size: 40px;
    line-height: 60px;
  }

  .start-icon {
    width: 8px;
    height: 8px;
  }

  .blog-content-overlay {
    padding-left: 19px;
    padding-right: 19px;
  }

  .instagram-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-link.social-text {
    margin-left: 0;
  }

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

  .copyright {
    margin-bottom: 5px;
  }

  .social-text-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .product-grid {
    max-width: 100%;
  }

  .checkbox {
    flex: none;
  }

  .checkbox-field {
    margin-top: 10px;
  }

  .testimonials-slider {
    width: 90%;
  }

  .paragraph-client {
    width: 100%;
    font-size: 25px;
    line-height: 30px;
  }

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

  .subscribe-form._450px {
    width: 100%;
  }

  .circle-testimonials-block {
    padding-left: 0;
    padding-right: 25px;
  }

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

  .testimonials-circle {
    width: 75px;
    height: 75px;
  }

  .photo-animation-2._2 {
    height: auto;
  }

  .author-photo._2 {
    width: 200px;
    height: 200px;
  }

  .email-content {
    right: 67px;
  }

  .email-content._2 {
    right: 6px;
  }

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

  .subhead {
    font-size: 19px;
    line-height: 23px;
  }
}

#w-node-_800c216d-75fc-2083-500d-c435454bc3e3-2d200bb7 {
  justify-self: end;
}

#w-node-_824b41fe-a278-848f-8e43-47bf5cbdc01b-5cbdc00b {
  justify-self: center;
}

#w-node-_824b41fe-a278-848f-8e43-47bf5cbdc01f-5cbdc00b {
  justify-self: end;
}

#Name.w-node-_65ae7b4c-bfe4-2547-4106-57255dfdb5de-2d200c45, #Company.w-node-_65ae7b4c-bfe4-2547-4106-57255dfdb5df-2d200c45, #Email.w-node-_65ae7b4c-bfe4-2547-4106-57255dfdb5e0-2d200c45, #Message.w-node-_65ae7b4c-bfe4-2547-4106-57255dfdb5e1-2d200c45, #w-node-_65ae7b4c-bfe4-2547-4106-57255dfdb5e2-2d200c45, #w-node-_65ae7b4c-bfe4-2547-4106-57255dfdb5e8-2d200c45 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2b082a9c-a9ef-7256-2402-deb39285f7fe-2d200c47 {
  justify-self: end;
}

#w-node-_7f382f00-8092-7b93-7c68-c1c3a1f4ff6d-2d200c4e, #w-node-_4129ba5f-7cf2-5566-b3e6-a1572839a8f8-2d200c4e, #w-node-_858e6ea5-1b87-5d8c-1f7f-1ab45bd895fb-2d200c4e {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_800c216d-75fc-2083-500d-c435454bc3e3-2d200bb7, #w-node-_2b082a9c-a9ef-7256-2402-deb39285f7fe-2d200c47 {
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_91ffce77-e387-12d4-2514-95bd9136e55f-9136e530, #w-node-_824b41fe-a278-848f-8e43-47bf5cbdc017-5cbdc00b {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_91ffce77-e387-12d4-2514-95bd9136e537-9136e530, #w-node-_91ffce77-e387-12d4-2514-95bd9136e545-9136e530, #w-node-_91ffce77-e387-12d4-2514-95bd9136e550-9136e530 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #Name.w-node-_65ae7b4c-bfe4-2547-4106-57255dfdb5de-2d200c45, #Company.w-node-_65ae7b4c-bfe4-2547-4106-57255dfdb5df-2d200c45, #Email.w-node-_65ae7b4c-bfe4-2547-4106-57255dfdb5e0-2d200c45, #w-node-_65ae7b4c-bfe4-2547-4106-57255dfdb5e8-2d200c45 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

/* ============================================
   HOMEPAGE UI IMPROVEMENTS
   ============================================ */

/* --- Banner/Hero Section Improvements --- */
.hero {
  background: linear-gradient(180deg, #fafafa 0%, #ffffff 100%);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #e2e2e2, transparent);
}

.blog-wrapper {
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.blog-text-grid {
  grid-column-gap: 60px;
  grid-row-gap: 24px;
  grid-template-columns: 1.3fr 1fr;
  align-items: end;
  margin-bottom: 50px;
}

.blog-title {
  font-size: 56px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-weight: 700;
}

.blog-subhead {
  font-size: 18px;
  line-height: 1.6;
  color: #5a5a5a;
}

.blog-content {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
  aspect-ratio: 16 / 9;
  max-height: 600px;
}

.blog-content .photo-blog {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: transform 0.6s ease;
}

.blog-content:hover .photo-blog {
  transform: scale(1.05);
}

.featured-circle {
  z-index: 10;
  width: 100px;
  height: 100px;
  top: auto;
  bottom: -50px;
  filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.15));
}

/* --- Latest Articles Section - Equal Height Cards --- */
#latest-articles .blog-grid {
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  max-width: 100%;
}

#latest-articles .blog-grid .collection-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

#latest-articles .blog-grid .blog-content._2 {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 380px;
  aspect-ratio: 4 / 3;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#latest-articles .blog-grid .blog-content._2:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

#latest-articles .blog-grid .photo-blog {
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex: 1;
  transform: scale(1);
  transition: transform 0.5s ease;
}

#latest-articles .blog-grid .blog-content._2:hover .photo-blog {
  transform: scale(1.08);
}

#latest-articles .blog-content-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 25px 25px;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.85) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

#latest-articles .blog-title._2.white {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 8px;
  font-weight: 600;
}

#latest-articles .blog-subhead._2.white {
  font-size: 14px;
  line-height: 1.5;
  opacity: 0.9;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#latest-articles .category.absolute {
  top: 15px;
  right: 15px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 20px;
  background-color: #fff;
  color: #000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* --- Featured Blog Section Improvements --- */
.blog-small-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.blog-small-wrapper .blog-content._2 {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12);
  aspect-ratio: 16 / 9;
  max-height: 500px;
  position: relative;
  transition: box-shadow 0.3s ease;
}

.blog-small-wrapper .blog-content._2:hover {
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}

.blog-small-wrapper .photo-blog {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.6s ease;
}

.blog-small-wrapper .blog-content._2:hover .photo-blog {
  transform: scale(1.03);
}

.blog-bottom-content {
  margin-top: 35px;
  padding-left: 0;
  max-width: 700px;
}

.blog-bottom-content .category-flex {
  margin-bottom: 15px;
}

.blog-bottom-content .featured-icon {
  width: 32px;
  height: 32px;
  background-size: 16px;
  margin-right: 10px;
}

.blog-bottom-content .category {
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
}

.blog-bottom-content h3 {
  margin: 0;
  padding: 0;
}

.blog-bottom-content .blog-title._2 {
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
  display: block;
  margin-top: 5px;
  transition: color 0.2s ease;
}

.blog-bottom-content .blog-title._2:hover {
  color: #4d4d4d;
}

.blog-bottom-content .blog-subhead._2 {
  font-size: 17px;
  line-height: 1.7;
  color: #5a5a5a;
}

.blog-bottom-content .author-name {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.blog-bottom-content .author-name .by-text {
  font-style: italic;
  color: #888;
}

.blog-bottom-content .author-name .author-title {
  font-weight: 500;
  color: #333;
}

.project-circle._2 {
  position: absolute;
  bottom: 25px;
  right: 25px;
  width: 100px;
  height: 100px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.blog-content._2:hover .project-circle._2 {
  opacity: 1;
}

/* Section title improvements */
.section .title-3 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.01em;
  position: relative;
  display: inline-block;
}

.section .title-3::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background: #000;
  border-radius: 2px;
}

.max-w-width .title-3::after {
  left: 50%;
  transform: translateX(-50%);
}

/* Responsive adjustments for improvements */
@media screen and (max-width: 991px) {
  .hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .blog-text-grid {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
    margin-bottom: 40px;
  }
  
  .blog-title {
    font-size: 42px;
  }
  
  .featured-circle {
    width: 80px;
    height: 80px;
    bottom: -40px;
  }
  
  #latest-articles .blog-grid {
    grid-template-columns: 1fr;
    max-width: 80%;
  }
  
  #latest-articles .blog-grid .blog-content._2 {
    min-height: 320px;
  }
  
  .blog-small-wrapper {
    max-width: 100%;
  }
  
  .blog-bottom-content .blog-title._2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  
  .blog-title {
    font-size: 36px;
  }
  
  .blog-subhead {
    font-size: 16px;
  }
  
  .blog-content {
    border-radius: 12px;
    max-height: 400px;
  }
  
  .featured-circle {
    width: 70px;
    height: 70px;
    bottom: -35px;
  }
  
  #latest-articles .blog-grid {
    max-width: 90%;
    grid-row-gap: 30px;
  }
  
  #latest-articles .blog-grid .blog-content._2 {
    min-height: 280px;
  }
  
  #latest-articles .blog-title._2.white {
    font-size: 20px;
  }
  
  .blog-small-wrapper .blog-content._2 {
    border-radius: 12px;
    max-height: 350px;
  }
  
  .blog-bottom-content .blog-title._2 {
    font-size: 24px;
  }
  
  .blog-bottom-content .blog-subhead._2 {
    font-size: 15px;
  }
  
  .section .title-3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  
  .blog-wrapper {
    max-width: 100%;
  }
  
  .blog-title {
    font-size: 28px;
  }
  
  .blog-subhead {
    font-size: 15px;
  }
  
  .blog-content {
    border-radius: 10px;
    max-height: 300px;
  }
  
  .featured-circle {
    width: 60px;
    height: 60px;
    bottom: -30px;
  }
  
  #latest-articles .blog-grid {
    max-width: 100%;
    grid-row-gap: 25px;
  }
  
  #latest-articles .blog-grid .blog-content._2 {
    min-height: 240px;
    border-radius: 10px;
  }
  
  #latest-articles .blog-content-overlay {
    padding: 20px 18px 18px;
  }
  
  #latest-articles .blog-title._2.white {
    font-size: 18px;
  }
  
  #latest-articles .blog-subhead._2.white {
    font-size: 13px;
  }
  
  .blog-small-wrapper .blog-content._2 {
    border-radius: 10px;
    max-height: 250px;
  }
  
  .blog-bottom-content {
    margin-top: 25px;
  }
  
  .blog-bottom-content .blog-title._2 {
    font-size: 22px;
  }
  
  .blog-bottom-content .blog-subhead._2 {
    font-size: 14px;
    line-height: 1.6;
  }
  
  .section .title-3 {
    font-size: 22px;
  }
  
  .section .title-3::after {
    width: 40px;
    height: 2px;
  }
}


/* ============================================
   BLOG LISTING PAGE STYLES
   ============================================ */

/* --- Blog Page Hero Section --- */
.blog-page-hero {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 80px 5% 100px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.blog-page-hero::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(0,0,0,0.02) 1px, transparent 1px);
  background-size: 30px 30px;
  pointer-events: none;
}

.blog-page-hero-content {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin: 0 auto;
}

.blog-page-label {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.blog-page-title {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0 0 20px;
  color: #000;
}

.blog-page-description {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  line-height: 1.6;
  color: #5a5a5a;
  margin: 0;
  font-style: italic;
}

/* --- Blog Page Section --- */
.blog-page-section {
  padding: 80px 5%;
  background: #fff;
}

/* --- Blog Page Grid (Unique 3-column masonry-like layout) --- */
.blog-page-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  max-width: 1200px;
  margin: 0 auto;
}

/* --- Blog Card Styles --- */
.blog-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

/* Featured card (first post) spans 2 columns */
.blog-card-featured {
  grid-column: span 2;
  grid-row: span 2;
}

.blog-card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.blog-card-image-wrapper {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
}

.blog-card-featured .blog-card-image-wrapper {
  aspect-ratio: 16 / 9;
  flex: 1;
  min-height: 300px;
}

.blog-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-card:hover .blog-card-image {
  transform: scale(1.05);
}

.blog-card-category {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #fff;
  color: #000;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.blog-card-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.blog-card-featured .blog-card-content {
  padding: 30px;
}

.blog-card-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 13px;
  color: #888;
}

.blog-card-date {
  font-weight: 500;
}

.blog-card-author {
  font-family: 'Playfair Display', serif;
  font-style: italic;
}

.blog-card-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 12px;
  color: #000;
  transition: color 0.2s ease;
}

.blog-card:hover .blog-card-title {
  color: #4d4d4d;
}

.blog-card-featured .blog-card-title {
  font-size: 28px;
  line-height: 1.25;
}

.blog-card-excerpt {
  font-family: 'Playfair Display', serif;
  font-size: 15px;
  line-height: 1.6;
  color: #666;
  margin: 0 0 16px;
  flex: 1;
}

.blog-card-featured .blog-card-excerpt {
  font-size: 17px;
}

.blog-card-read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin-top: auto;
  transition: gap 0.2s ease;
}

.blog-card:hover .blog-card-read-more {
  gap: 12px;
}

.blog-card-read-more svg {
  transition: transform 0.2s ease;
}

.blog-card:hover .blog-card-read-more svg {
  transform: translateX(4px);
}

/* --- Pagination Styles --- */
.blog-pagination {
  margin-top: 70px;
  padding-top: 40px;
  border-top: 1px solid #eee;
}

.blog-pagination-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.blog-pagination-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: #000;
  color: #fff;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.blog-pagination-btn:hover:not(.disabled) {
  background: #333;
  transform: translateY(-2px);
}

.blog-pagination-btn.disabled {
  background: #e5e5e5;
  color: #999;
  cursor: not-allowed;
}

.blog-pagination-info {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-style: italic;
  color: #666;
}

/* --- Empty State Styles --- */
.blog-page-empty {
  text-align: center;
  padding: 80px 20px;
  max-width: 500px;
  margin: 0 auto;
}

.blog-page-empty-icon {
  font-size: 48px;
  margin-bottom: 20px;
}

.blog-page-empty-title {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 15px;
  color: #000;
}

.blog-page-empty-text {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  margin: 0 0 25px;
}

/* --- Newsletter Section on Blog Page --- */
.blog-page-newsletter {
  background: #f8f9fa;
  padding: 80px 5%;
}

/* --- Responsive Styles for Blog Page --- */
@media screen and (max-width: 991px) {
  .blog-page-hero {
    padding: 60px 5% 80px;
  }
  
  .blog-page-title {
    font-size: 42px;
  }
  
  .blog-page-description {
    font-size: 18px;
  }
  
  .blog-page-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  
  .blog-card-featured {
    grid-column: span 2;
    grid-row: span 1;
  }
  
  .blog-card-featured .blog-card-image-wrapper {
    aspect-ratio: 16 / 9;
    min-height: 250px;
  }
  
  .blog-card-featured .blog-card-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .blog-page-hero {
    padding: 50px 5% 70px;
  }
  
  .blog-page-title {
    font-size: 34px;
  }
  
  .blog-page-description {
    font-size: 16px;
  }
  
  .blog-page-section {
    padding: 60px 5%;
  }
  
  .blog-page-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    max-width: 600px;
  }
  
  .blog-card-featured {
    grid-column: span 1;
    grid-row: span 1;
  }
  
  .blog-card-featured .blog-card-title {
    font-size: 22px;
  }
  
  .blog-card-featured .blog-card-excerpt {
    font-size: 15px;
  }
  
  .blog-pagination {
    margin-top: 50px;
    padding-top: 30px;
  }
  
  .blog-pagination-inner {
    gap: 15px;
    flex-wrap: wrap;
  }
  
  .blog-pagination-btn {
    padding: 10px 18px;
    font-size: 13px;
  }
}

@media screen and (max-width: 479px) {
  .blog-page-hero {
    padding: 40px 5% 60px;
  }
  
  .blog-page-label {
    font-size: 11px;
    padding: 6px 16px;
    margin-bottom: 20px;
  }
  
  .blog-page-title {
    font-size: 28px;
  }
  
  .blog-page-description {
    font-size: 15px;
  }
  
  .blog-page-section {
    padding: 50px 5%;
  }
  
  .blog-page-grid {
    gap: 25px;
  }
  
  .blog-card {
    border-radius: 12px;
  }
  
  .blog-card-content {
    padding: 20px;
  }
  
  .blog-card-title {
    font-size: 18px;
  }
  
  .blog-card-excerpt {
    font-size: 14px;
  }
  
  .blog-card-meta {
    font-size: 12px;
    gap: 8px;
    flex-wrap: wrap;
  }
  
  .blog-pagination-info {
    width: 100%;
    text-align: center;
    order: -1;
    margin-bottom: 10px;
  }
  
  .blog-page-empty {
    padding: 50px 15px;
  }
  
  .blog-page-empty-title {
    font-size: 22px;
  }
  
  .blog-page-newsletter {
    padding: 60px 5%;
  }
}

/* ============================================
   CONTACT PAGE FORM STYLES
   ============================================ */

/* --- Contact Form Wrapper --- */
.contact-form-wrapper {
  max-width: 680px;
  margin: 0 auto;
  padding: 50px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08);
  border: 1px solid #f0f0f0;
}

/* --- Contact Subtitle --- */
.contact-subtitle {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  line-height: 1.6;
  color: #666;
  margin-top: 15px;
  font-style: italic;
}

/* --- Contact Form --- */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* --- Form Row (for side-by-side inputs) --- */
.contact-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

/* --- Form Group --- */
.contact-form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* --- Form Labels --- */
.contact-form-label {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  letter-spacing: 0.02em;
}

/* --- Input Fields --- */
.contact-input {
  width: 100%;
  height: 55px;
  padding: 0 20px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  background-color: #f8f9fa;
  border: 2px solid #e9ecef;
  border-radius: 12px;
  outline: none;
  transition: all 0.3s ease;
}

.contact-input::placeholder {
  color: #999;
  font-weight: 400;
}

.contact-input:hover {
  border-color: #ddd;
  background-color: #fff;
}

.contact-input:focus {
  border-color: #000;
  background-color: #fff;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.05);
}

/* --- Textarea --- */
.contact-textarea {
  width: 100%;
  min-height: 160px;
  padding: 16px 20px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  background-color: #f8f9fa;
  border: 2px solid #e9ecef;
  border-radius: 12px;
  outline: none;
  resize: vertical;
  transition: all 0.3s ease;
  line-height: 1.6;
}

.contact-textarea::placeholder {
  color: #999;
  font-weight: 400;
}

.contact-textarea:hover {
  border-color: #ddd;
  background-color: #fff;
}

.contact-textarea:focus {
  border-color: #000;
  background-color: #fff;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.05);
}

/* --- Custom Checkbox --- */
.contact-checkbox-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  padding: 8px 0;
}

.contact-checkbox-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.contact-checkbox-custom {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  background-color: #f8f9fa;
  border: 2px solid #e9ecef;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  position: relative;
  margin-top: 1px;
}

.contact-checkbox-custom::after {
  content: '';
  width: 10px;
  height: 6px;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  opacity: 0;
  transition: opacity 0.2s ease;
  position: absolute;
  top: 5px;
  left: 4px;
}

.contact-checkbox-input:checked + .contact-checkbox-custom {
  background-color: #000;
  border-color: #000;
}

.contact-checkbox-input:checked + .contact-checkbox-custom::after {
  opacity: 1;
}

.contact-checkbox-input:focus + .contact-checkbox-custom {
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
}

.contact-checkbox-wrapper:hover .contact-checkbox-custom {
  border-color: #ccc;
}

.contact-checkbox-label {
  font-family: 'Playfair Display', serif;
  font-size: 14px;
  line-height: 1.5;
  color: #666;
  font-style: italic;
}

/* --- Submit Button --- */
.contact-form-submit {
  margin-top: 8px;
}

.contact-submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 18px 32px;
  background-color: #000;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.contact-submit-btn:hover {
  background-color: #333;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.contact-submit-btn:active {
  transform: translateY(0);
}

.contact-submit-btn svg {
  transition: transform 0.3s ease;
}

.contact-submit-btn:hover svg {
  transform: translateX(4px);
}

/* --- Success Message --- */
.contact-success-message {
  text-align: center;
  padding: 40px 30px;
  background: linear-gradient(135deg, #000 0%, #333 100%);
  border-radius: 16px;
}

.contact-success-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  background-color: #fff;
  color: #000;
  font-size: 28px;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-success-text {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
}

/* --- Error Message --- */
.contact-error-message {
  text-align: center;
  padding: 16px 24px;
  background-color: #fee2e2;
  color: #b91c1c;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 24px;
  border: 1px solid #fecaca;
}

/* --- Responsive Styles for Contact Form --- */
@media screen and (max-width: 991px) {
  .contact-form-wrapper {
    max-width: 600px;
    padding: 40px;
  }
  
  .contact-subtitle {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .contact-form-wrapper {
    padding: 30px;
    border-radius: 16px;
  }
  
  .contact-form-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .contact-form {
    gap: 20px;
  }
  
  .contact-subtitle {
    font-size: 15px;
  }
  
  .contact-input {
    height: 50px;
    font-size: 16px;
  }
  
  .contact-textarea {
    min-height: 140px;
    font-size: 16px;
  }
  
  .contact-submit-btn {
    padding: 16px 28px;
    font-size: 15px;
  }
  
  .contact-success-message {
    padding: 30px 20px;
  }
  
  .contact-success-icon {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }
  
  .contact-success-text {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .contact-form-wrapper {
    padding: 24px 20px;
    border-radius: 14px;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.06);
  }
  
  .contact-form {
    gap: 18px;
  }
  
  .contact-form-label {
    font-size: 13px;
  }
  
  .contact-input {
    height: 48px;
    padding: 0 16px;
    border-radius: 10px;
  }
  
  .contact-textarea {
    min-height: 120px;
    padding: 14px 16px;
    border-radius: 10px;
  }
  
  .contact-checkbox-wrapper {
    gap: 10px;
  }
  
  .contact-checkbox-custom {
    width: 20px;
    height: 20px;
  }
  
  .contact-checkbox-label {
    font-size: 13px;
  }
  
  .contact-submit-btn {
    padding: 15px 24px;
    font-size: 14px;
    border-radius: 40px;
  }
  
  .contact-error-message {
    padding: 14px 18px;
    font-size: 14px;
    border-radius: 10px;
  }
}

/* ============================================
   CUSTOM FIXES - Shield My Crypto v1773889046
   ============================================ */

/* --- 1. Remove Custom Mouse Pointer --- */
.cursor {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
  opacity: 0 !important;
}

.cursor-dot {
  display: none !important;
}

/* Reset cursor to default throughout the site */
body, 
.body,
.utility-page-wrap,
.dark-link,
.smartmag-logo,
.smartmag-logo.w--current,
.blog-content,
.project-circle,
.button-search.search,
.logo-absolute,
a,
button,
input[type="submit"] {
  cursor: auto !important;
}

a:hover,
button:hover,
input[type="submit"]:hover,
.blog-content:hover,
.project-circle:hover {
  cursor: pointer !important;
}

/* --- 2. Hamburger Menu Fixes --- */
.w-nav-button {
  cursor: pointer !important;
  -webkit-tap-highlight-color: transparent;
}

/* Mobile Navigation Overlay - main styles now in section 7 */
.nav-menu.w-nav-menu {
  transition: all 0.3s ease;
}

/* --- 3. Blog Page Featured Card Layout Fix --- */
.blog-card-featured {
  grid-column: span 2;
  grid-row: span 1;
}

.blog-card-featured .blog-card-link {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  height: 100%;
}

.blog-card-featured .blog-card-image-wrapper {
  aspect-ratio: auto;
  min-height: 350px;
  height: 100%;
}

.blog-card-featured .blog-card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
}

@media screen and (max-width: 991px) {
  .blog-card-featured {
    grid-column: span 2;
  }
  
  .blog-card-featured .blog-card-link {
    grid-template-columns: 1.2fr 1fr;
  }
  
  .blog-card-featured .blog-card-image-wrapper {
    min-height: 280px;
  }
  
  .blog-card-featured .blog-card-content {
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  .blog-page-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  
  .blog-card-featured {
    grid-column: span 1;
  }
  
  .blog-card-featured .blog-card-link {
    display: flex;
    flex-direction: column;
  }
  
  .blog-card-featured .blog-card-image-wrapper {
    aspect-ratio: 16 / 10;
    min-height: auto;
    height: auto;
  }
  
  .blog-card-featured .blog-card-content {
    padding: 24px;
  }
  
  .blog-card-featured .blog-card-title {
    font-size: 22px;
  }
}

/* --- 4. "Protect Your Digital Assets" Cards Mobile Fix --- */
@media screen and (max-width: 767px) {
  .instagram-grid {
    grid-template-columns: 1fr 1fr !important;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
}

@media screen and (max-width: 479px) {
  .instagram-grid {
    grid-template-columns: 1fr !important;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }
  
  .instagram-wrapper {
    min-height: 120px !important;
    border-radius: 10px !important;
  }
  
  .instagram-wrapper span:first-child {
    font-size: 40px !important;
  }
  
  .instagram-wrapper span:last-child {
    font-size: 14px !important;
    font-weight: 600 !important;
  }
}

/* --- 5. Footer Text Sizes on Mobile --- */
@media screen and (max-width: 767px) {
  .footer-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  
  .footer-link {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 6px;
  }
  
  .footer-link.social-text {
    font-size: 14px;
    margin-left: 8px;
    margin-right: 8px;
  }
  
  .paragraph-white {
    font-size: 15px;
  }
  
  .paragraph-link {
    font-size: 14px;
    line-height: 20px;
  }
  
  .copyright {
    font-size: 13px;
  }
  
  .footer {
    padding: 40px 5% 25px;
  }
  
  .footer-grid {
    grid-row-gap: 25px;
  }
}

@media screen and (max-width: 479px) {
  .footer-title {
    font-size: 15px;
    margin-bottom: 8px;
  }
  
  .footer-link {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
  }
  
  .footer-link.social-text {
    font-size: 13px;
    margin-left: 0;
    margin-right: 10px;
  }
  
  .paragraph-white {
    font-size: 14px;
  }
  
  .paragraph-link {
    font-size: 13px;
    line-height: 18px;
  }
  
  .copyright {
    font-size: 12px;
    line-height: 16px;
  }
  
  .footer {
    padding: 35px 5% 20px;
  }
  
  .footer-grid {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
  
  .section.instagram {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  
  .section.instagram .title-3 {
    font-size: 20px;
    line-height: 1.3;
  }
  
  .section.instagram .other-font {
    font-size: 22px;
  }
}

/* --- 6. "Shield Your Crypto" Section Mobile Padding --- */
@media screen and (max-width: 767px) {
  .hero {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .blog-wrapper {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  
  .blog-text-grid {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    padding-bottom: 35px;
  }
  
  .blog-wrapper {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  
  .blog-text-grid {
    padding-left: 0;
    padding-right: 0;
  }
  
  .blog-title {
    font-size: 26px;
    line-height: 1.15;
  }
  
  .blog-subhead {
    font-size: 14px;
    line-height: 1.5;
  }
}

/* --- 7. Mobile Hamburger Menu Fix --- */
@media screen and (max-width: 991px) {
  /* Ensure the parent navigation does not clip the menu */
  .navigation,
  .first-part,
  .navbar,
  .w-nav {
    overflow: visible !important;
  }
  
  /* Ensure the hamburger button is always visible and clickable */
  .menu-button,
  .w-nav-button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer !important;
    z-index: 10002;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
  }
  
  /* The nav menu starts hidden - using absolute positioning relative to navbar */
  .nav-menu,
  .w-nav-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh !important;
    max-height: none !important;
    background-color: #1a1a2e;
    z-index: 10001;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 20px 40px;
    overflow-y: auto !important;
    overflow-x: hidden !important;
  }
  
  /* When menu is open, show it */
  .nav-menu.w--open,
  .nav-menu.nav-open,
  .w-nav-menu.w--open,
  .w-nav-menu.nav-open {
    display: flex !important;
    opacity: 1;
    visibility: visible;
    height: 100vh !important;
    max-height: none !important;
    overflow-y: auto !important;
  }
  
  /* Style the nav links for mobile */
  .nav-menu.w--open .nav-link,
  .nav-menu.nav-open .nav-link,
  .w-nav-menu.w--open .nav-link,
  .w-nav-menu.nav-open .nav-link,
  .nav-menu.w--open .w-nav-link,
  .nav-menu.nav-open .w-nav-link,
  .w-nav-menu.w--open .w-nav-link,
  .w-nav-menu.nav-open .w-nav-link {
    display: block;
    padding: 15px 20px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .nav-menu.w--open .nav-link:last-child,
  .nav-menu.nav-open .nav-link:last-child,
  .w-nav-menu.w--open .nav-link:last-child,
  .w-nav-menu.nav-open .nav-link:last-child,
  .nav-menu.w--open .w-nav-link:last-child,
  .nav-menu.nav-open .w-nav-link:last-child,
  .w-nav-menu.w--open .w-nav-link:last-child,
  .w-nav-menu.nav-open .w-nav-link:last-child {
    border-bottom: none;
  }
  
  /* Style list item wrappers if using WordPress walker */
  .nav-menu.w--open li,
  .nav-menu.nav-open li,
  .w-nav-menu.w--open li,
  .w-nav-menu.nav-open li {
    list-style: none;
    width: 100%;
    text-align: center;
  }
  
  /* Hamburger image styling */
  .hamburger {
    pointer-events: none;
    width: 28px;
    height: auto;
  }
  
  /* When menu is open, indicate it visually */
  .menu-button.w--open .hamburger,
  .w-nav-button.w--open .hamburger {
    opacity: 0.7;
  }
}

/* --- 8. Hide Icon-Logo Image on Mobile --- */
@media screen and (max-width: 991px) {
  /* Hide the featured-circle containing the icon-logo.png */
  .featured-circle {
    display: none !important;
  }
  
  /* Also hide any direct icon-logo references */
  .featured-circle .image,
  img[src*="icon-logo.png"] {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .featured-circle {
    display: none !important;
  }
}

@media screen and (max-width: 479px) {
  .featured-circle {
    display: none !important;
  }
}

