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

@font-face {
  font-family: Clashdisplay;
  src: url('../fonts/ClashDisplay-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Clashdisplay;
  src: url('../fonts/ClashDisplay-Extralight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clashdisplay;
  src: url('../fonts/ClashDisplay-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --black: black;
  --text-color: #1d1d1d;
  --yellow: #f8ff00;
  --transparent: #fff0;
  --white: white;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercepaypalcheckoutformcontainer {
  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-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

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

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

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }

  .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-commerceaddtocartquantityinput, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  background-color: var(--black);
  color: #1d1d1d;
  font-family: Clashdisplay, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

h4 {
  margin: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 30px;
}

.header {
  padding-top: 50px;
  padding-bottom: 0;
}

.shop-link {
  color: var(--text-color);
  text-decoration: underline;
}

.shop-button {
  color: var(--yellow);
  background-color: #000;
  align-self: flex-end;
  margin-top: auto;
  padding: 20px 30px;
  font-size: 18px;
  line-height: 20px;
}

.main-menu {
  border: 2px #f9dc4a;
  border-radius: 0;
  flex: 0 auto;
  align-self: center;
  margin-left: auto;
  padding: 0;
}

.menu-item {
  color: var(--yellow);
  text-transform: uppercase;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
  font-size: 17px;
  font-weight: 300;
}

.menu-item:hover {
  color: var(--yellow);
}

.menu-item.w--current {
  border-bottom: 1px solid var(--yellow);
  color: var(--yellow);
  background-image: none;
  background-size: auto;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}

.cart-button {
  text-align: left;
  -webkit-text-stroke-color: #e8e7ef;
  background-color: #fff0;
  border: 2px #fff;
  border-radius: 30px;
  justify-content: center;
  width: auto;
  height: auto;
  padding: 0;
  position: relative;
}

.main-container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.header-inner {
  border-bottom: 1px solid var(--yellow);
  background-color: #fff0;
  background-image: url('../images/headerline_4headerline_03.png');
  background-position: 0 120%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 30px;
  display: flex;
}

.logo-img {
  width: 200px;
}

.header-right-side {
  margin-left: auto;
  display: flex;
}

.logo.w--current {
  flex: none;
}

.cart-quantity {
  color: var(--yellow);
  background-color: #fff0;
  min-width: auto;
  height: auto;
  padding: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 18px;
  position: static;
  inset: 0% 0% auto auto;
}

.header-line {
  background-color: var(--yellow);
  color: var(--yellow);
  width: 30px;
  height: 7px;
}

.projects-section {
  background-color: var(--yellow);
  padding-top: 80px;
  padding-bottom: 80px;
}

.projects-section.work-page-section {
  padding-top: 0;
}

.work-link {
  border-bottom: 1px solid var(--text-color);
  color: var(--text-color);
  justify-content: flex-start;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 35px;
  text-decoration: none;
  display: flex;
}

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

.work-image {
  border-radius: 5px;
  width: 120px;
  margin-right: 30px;
}

.work-heading {
  color: var(--text-color);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #1d1d1d;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  line-height: 70px;
}

.work-category {
  text-transform: lowercase;
  margin-left: auto;
  font-size: 18px;
  line-height: 18px;
}

.why-us-section {
  background-color: #f4f4f4;
  background-image: url('../images/whyus.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 120px;
  padding-bottom: 120px;
}

.main-title {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.title-icon {
  width: 70px;
  margin-right: 30px;
}

.main-heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  font-weight: 500;
  line-height: 50px;
}

.main-heading.main-heading-yellow {
  color: var(--yellow);
}

.services-section {
  background-color: #f4f4f4;
  background-image: url('../images/numbers.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: 120px;
}

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

.services-item {
  border-top: 1px solid var(--text-color);
  padding-top: 80px;
}

.serv-number {
  margin-bottom: 80px;
  font-size: 200px;
  font-weight: 500;
  line-height: 130px;
}

.serv-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 80px;
  font-size: 40px;
  line-height: 30px;
}

.serv-title.contact-title {
  margin-bottom: 40px;
}

.serv-text {
  border-bottom: 1px solid var(--text-color);
  margin-bottom: 45px;
  padding-bottom: 45px;
}

.blog-section {
  background-color: var(--transparent);
  padding-top: 80px;
  padding-bottom: 80px;
}

.blog-wrapper {
  border-top: 1px solid var(--yellow);
}

.blog-wrapper.blog-page-wrapper {
  border-top-style: none;
  border-top-color: var(--text-color);
}

.blog-item {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border-bottom: 1px solid var(--yellow);
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 50px;
  padding-bottom: 50px;
  display: grid;
}

.blog-item.blog-page-item {
  border-bottom-color: var(--text-color);
}

.blog-img {
  filter: grayscale();
  width: 100%;
}

.blog-txt-upper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog-txt-upper.blog-signle-time {
  border: 1px solid #000;
  border-style: solid none;
  padding-top: 10px;
  padding-bottom: 10px;
}

.blog-category {
  color: #9c9c9c;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
}

.blog-category.black-color {
  color: var(--text-color);
}

.blog-category.blog-page-categ {
  color: var(--black);
}

.link-to-single-blog {
  color: var(--yellow);
  margin-top: 60px;
  text-decoration: none;
  display: block;
}

.blog-heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 600;
  line-height: 27px;
}

.blog-heading.blog-hading-black {
  color: var(--text-color);
}

.button {
  border: 2px solid var(--yellow);
  background-color: var(--yellow);
  color: var(--text-color);
  text-transform: uppercase;
  padding: 30px 50px;
  font-size: 18px;
  line-height: 18px;
  display: inline-block;
}

.button.blog-page-button {
  background-color: var(--black);
  color: var(--yellow);
  transition: all .3s;
}

.button.blog-page-button:hover {
  border-color: var(--black);
  background-color: var(--transparent);
  color: var(--text-color);
}

.footer {
  background-color: #f8ff00;
  padding-top: 70px;
}

.inner-footer {
  border-bottom: 1px solid var(--text-color);
}

.footer-big-text {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 150px;
  line-height: 110px;
}

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

.footer-item {
  background-image: url('../images/footer-widget-seperator.png');
  background-position: 110% 100%;
  background-repeat: no-repeat;
  background-size: 180px;
  padding-bottom: 140px;
}

.footer-item.last-footer-item {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.footer-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 600;
  line-height: 30px;
}

.footer-text-style {
  color: var(--text-color);
  font-size: 20px;
  line-height: 26px;
  display: block;
}

.footer-text-style.footer-links {
  margin-bottom: 15px;
}

.footer-text-style.copyright-links {
  display: inline-block;
}

.copyright {
  justify-content: flex-start;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.backtop {
  color: var(--text-color);
  margin-left: auto;
  font-size: 20px;
  line-height: 20px;
  text-decoration: underline;
  display: flex;
}

.backtop-text {
  margin-right: 10px;
}

.backtop-icn {
  width: 20px;
}

.sitemap-section {
  background-color: var(--yellow);
  padding-top: 0;
  padding-bottom: 0;
}

.sitemap-inner {
  border-bottom: 1px solid #000;
  justify-content: flex-start;
  align-items: center;
  padding-top: 75px;
  padding-bottom: 75px;
  display: flex;
}

.sitemap-inner.sitemap-inner-utility, .sitemap-left {
  display: flex;
}

.sitemap-icon {
  width: 80px;
}

.sitemap-text {
  background-color: var(--text-color);
  color: var(--yellow);
  text-transform: capitalize;
  border-radius: 20px;
  align-self: center;
  margin-left: 30px;
  margin-right: 20px;
  padding: 10px;
  font-size: 20px;
  line-height: 20px;
}

.sitemap-heading {
  color: var(--yellow);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--text-color);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  font-size: 110px;
  line-height: 80px;
}

.sitemap-heading.styleguide-sitemap {
  margin-left: 30px;
}

.about-section {
  background-color: var(--yellow);
}

.vission {
  padding-top: 80px;
  padding-bottom: 60px;
}

.vission-heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 64px;
  font-weight: 600;
  line-height: 50px;
}

.vission-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.vission-img {
  width: 100%;
}

.inner-title {
  border: 1px solid #000;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.inner-title-icon {
  border-right: 1px solid #000;
  width: 75px;
}

.inner-title-heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 25px;
  font-size: 34px;
  font-weight: 600;
  line-height: 26px;
}

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

.team-image-wrapp {
  background-color: var(--text-color);
  color: var(--text-color);
  text-align: center;
  padding: 60px 60px 0;
  position: relative;
}

.team-img {
  width: auto;
}

.team-scials {
  position: absolute;
  inset: 10px 10px auto auto;
}

.social-link {
  border: 1px solid var(--yellow);
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-bottom: 5px;
  display: flex;
}

.social-image {
  width: 20px;
}

.team-details {
  padding-top: 20px;
  padding-bottom: 20px;
}

.team-heading {
  margin-top: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 30px;
}

.team-job {
  font-size: 24px;
  line-height: 20px;
}

.clients {
  border-bottom: 1px solid #000;
  padding-bottom: 140px;
}

.about-clients-wrapp {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.about-client-item {
  border: 1px none var(--text-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.contact-detail-text {
  color: var(--text-color);
  align-self: center;
  margin-left: 25px;
  font-weight: 300;
}

.contact-details-stack {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 80px;
  margin-bottom: 0;
  padding: 0;
}

.contact-details-item {
  border: 1px solid var(--text-color);
  justify-content: center;
  align-items: center;
  padding: 0;
}

.contact-icon {
  background-color: var(--transparent);
  width: 100px;
  padding: 0;
}

.success-message, .error-message {
  background-color: var(--text-color);
  color: var(--white);
}

.form-stack {
  padding: 0;
}

.submit-box {
  display: flex;
}

.submit-button {
  background-color: var(--yellow);
  color: #000;
  text-transform: uppercase;
  border: 1px solid #000;
  border-radius: 0;
  margin-top: 20px;
  margin-left: auto;
  padding: 20px 30px;
  font-size: 20px;
  font-weight: 300;
}

.contact-detail-link {
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  padding: 5px;
  text-decoration: none;
  display: flex;
}

.input-style {
  color: #fff;
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #b3b806;
  padding: 30px 0;
}

.input-style:active {
  color: var(--text-color);
  font-weight: 400;
}

.input-style:focus {
  color: var(--text-color);
  background-color: #fff0;
  font-size: 20px;
  font-weight: 400;
}

.input-style:focus-visible, .input-style[data-wf-focus-visible] {
  color: var(--text-color);
  font-weight: 400;
}

.input-style::placeholder {
  color: var(--text-color);
  font-size: 20px;
  font-weight: 400;
}

.input-style:lang(en) {
  color: var(--text-color);
  font-weight: 400;
}

.input-style.textarea {
  min-height: 150px;
}

.contact-form-block {
  border: 5px #fff;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
}

.contact-section {
  border-bottom: 1px solid var(--text-color);
  background-color: var(--yellow);
  padding-top: 80px;
  padding-bottom: 80px;
}

.blog-sngle-section {
  border-bottom: 1px solid var(--text-color);
  background-color: var(--yellow);
  padding-top: 30px;
  padding-bottom: 80px;
}

.single-post-content {
  grid-column-gap: 49px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.single-post-img-wrapp {
  background-color: var(--transparent);
  border-radius: 0;
  padding: 0;
  position: sticky;
  top: 10px;
}

.single-img {
  border-radius: 0;
  width: 100%;
}

.single-post-text {
  background-color: var(--transparent);
  border-radius: 0;
  padding: 0;
}

.single-blog-title {
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
}

.single-work-section {
  border-bottom: 1px solid var(--text-color);
  background-color: var(--yellow);
  padding-top: 80px;
  padding-bottom: 80px;
}

.single-work-text {
  background-color: var(--transparent);
  border: 1px #000;
  border-bottom-style: solid;
  border-radius: 0;
  margin-bottom: 0;
  padding: 30px 0;
}

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

.single-detail-text {
  color: var(--text-color);
  line-height: 20px;
  text-decoration: none;
}

.single-work-title {
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 20px;
  font-size: 44px;
  font-weight: 600;
  line-height: 30px;
}

.single-work-right {
  background-color: #fff0;
  padding: 0;
}

.single-work-img-wrapp {
  background-color: var(--transparent);
  border-radius: 10px;
  padding: 0;
}

.single-main-img {
  border-radius: 0;
}

.single-detail-title {
  color: #28282a;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
  line-height: 20px;
}

.paragraph {
  border-bottom: 1px solid var(--text-color);
  margin-bottom: 0;
  padding-bottom: 30px;
}

.single-product-section {
  border-bottom: 1px solid var(--text-color);
  background-color: var(--yellow);
  padding-top: 80px;
  padding-bottom: 80px;
}

.single-prod-title {
  text-transform: uppercase;
  margin: 0 0 10px;
  font-size: 40px;
  font-weight: 700;
}

.add-to-cart-button {
  border: 1px solid var(--text-color);
  background-color: var(--yellow);
  color: var(--text-color);
  border-radius: 0;
  margin-top: 20px;
  margin-left: 20px;
  padding: 12px 20px;
}

.refund-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
}

.single-prod-left {
  background-color: var(--transparent);
  border: 30px #fff;
  border-radius: 0;
  padding: 0;
}

.option-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--text-color);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.select-field {
  color: #000;
  background-color: #fff0;
  border: 1px solid #28282a;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.prod-description {
  border-top: 1px solid var(--text-color);
  border-bottom: 1px solid var(--text-color);
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.buy-now-button {
  display: none;
}

.refund-div {
  border: 1px solid var(--text-color);
  background-color: var(--transparent);
  color: #28282a;
  border-radius: 0;
  margin-top: 50px;
  padding: 30px;
}

.single-prod-price {
  line-height: 21px;
}

.quantity {
  float: left;
  background-color: #fff0;
  border-color: #28282a;
  border-radius: 0;
  height: 56px;
  margin-top: 20px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.single-prod-grid {
  grid-column-gap: 51px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.single-prod-right {
  border: 1px solid var(--text-color);
  background-color: var(--transparent);
  border-radius: 0;
  padding: 30px;
}

.single-prod-image {
  border: 1px solid var(--text-color);
  padding: 40px;
}

.shop-section {
  border-bottom: 1px solid var(--text-color);
  background-color: var(--yellow);
  padding-top: 80px;
  padding-bottom: 80px;
}

.shop-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.shop-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--text-color);
  background-color: var(--transparent);
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 30px;
  display: grid;
}

.shop-image-wrapp {
  border: 1px solid var(--text-color);
  background-color: var(--transparent);
  border-radius: 0;
  padding: 20px;
}

.shop-item-text-wrapp {
  flex-flow: column;
  display: flex;
  position: relative;
}

.price-title {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 27px;
  font-weight: 500;
}

.shop-price {
  font-size: 22px;
  text-decoration: underline;
}

.blog-page-section {
  background-color: var(--yellow);
  padding-bottom: 80px;
}

.utility-section {
  border-bottom: 1px solid var(--text-color);
  background-color: var(--yellow);
  padding-top: 80px;
  padding-bottom: 80px;
}

.h2-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.style-guide {
  margin-top: 0;
}

.h5-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 20px;
}

.list-item.last-list-item {
  margin-bottom: 0;
}

.h6-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 16px;
}

._30mb-space {
  border-bottom: 1px solid #272727;
  height: 30px;
  margin-bottom: 30px;
}

.h1-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  line-height: 60px;
}

.list-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

.quick-stack-2 {
  padding: 0;
}

.h4-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 23px;
}

.sample-link {
  color: var(--text-color);
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: underline;
}

.ordered-list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
}

.h3-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 400;
  line-height: 25px;
}

.h3-heading.list-heading {
  margin-bottom: 30px;
  font-weight: 600;
}

.utility-h4 {
  margin-bottom: 10px;
}

.block-quote {
  border-left-color: var(--text-color);
}

.paragraph-6 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.utility-p {
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 30px;
}

.utility-p.change-paragrap {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.changelog-text {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.checkout {
  background-color: #fff;
  padding: 80px 0;
}

.delete-me {
  color: #fff;
  text-transform: capitalize;
  background-image: linear-gradient(#55bdbe, #3da9af);
  border: 1px solid #7acfd8;
  border-radius: 50px;
  padding: 10px 40px;
  font-size: 20px;
  font-weight: 400;
  transition: all .2s;
  display: inline-block;
  box-shadow: 0 2px 5px #00000017;
}

.delete-me:hover {
  box-shadow: 0 2px 20px 5px #0000000d;
}

.delete-me.more-template {
  z-index: 5555;
  background-image: linear-gradient(#000, #020707);
  border-style: none;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 16px;
  display: block;
  position: fixed;
  inset: auto 20px 10px auto;
}

.hero-icon-2 {
  background-color: var(--transparent);
  filter: invert();
  border-radius: 10px;
  padding: 0;
}

.hero-text-2 {
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  font-size: 40px;
  font-weight: 300;
  line-height: 35px;
  display: inline-block;
}

.hero-box {
  margin-top: 50px;
  display: flex;
}

.hero-box-text-wrapp {
  border: 1px solid var(--yellow);
  color: #5b5c5d;
  background-color: #000;
  border-radius: 10px;
  margin-left: 10px;
  padding: 22px 25px;
}

.hero-box-text {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
}

.text-span {
  border-bottom: 1px solid var(--yellow);
  color: #fff;
}

.big-hero-text {
  color: var(--yellow);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  margin-left: -10px;
  font-size: 164px;
  font-weight: 700;
  line-height: 140px;
}

.hero {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-icon-box {
  background-color: var(--yellow);
  padding: 10px;
}

.mission-orange-box {
  border: 1px solid var(--black);
  background-color: var(--black);
  border-radius: 5px;
  align-self: flex-start;
  width: 30px;
  height: 30px;
}

.mission-orange-box.mission-transparent {
  background-color: #fff0;
  margin-top: 20px;
  margin-left: 20px;
}

.mission-paragraph {
  margin-bottom: 100px;
  font-size: 22px;
  line-height: 28px;
}

.mission-paragraph.mission-paragraph-right {
  margin-top: 100px;
  margin-bottom: 0;
  margin-left: 20px;
}

.main-title-2 {
  text-transform: uppercase;
  border-bottom: 1px #dc5f00;
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 80px;
  font-weight: 600;
  line-height: 50px;
}

.mission-img {
  border-radius: 10px;
  flex: 0 auto;
  width: 240px;
  margin-left: 40px;
}

.mission-img.mission-img-right {
  margin-left: 0;
}

.mission-content {
  border: 1px solid #292929;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: flex;
}

.mission-plus {
  filter: brightness(0%);
  flex: 0 auto;
  width: 70px;
}

.mission-plus.mission-plus-right {
  filter: brightness(0%);
}

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

.mission-heading {
  text-transform: uppercase;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 30px;
  font-size: 40px;
  font-weight: 200;
  line-height: 40px;
}

.mission-heading.mission-heading-right {
  text-align: right;
  margin-left: 0;
  margin-right: 30px;
}

.mission-title {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.mission-title.mission-title-right {
  justify-content: flex-end;
  align-items: center;
}

.main-container-3 {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
}

.mission-text-box {
  flex-flow: column;
  flex: 0 auto;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .main-menu {
    flex: none;
    align-self: center;
    margin-left: auto;
  }

  .menu-item {
    padding: 0;
    font-size: 20px;
  }

  .menu-item.w--current {
    margin-right: 20px;
    padding: 0;
  }

  .main-container {
    max-width: 1400px;
    padding-left: 0;
    padding-right: 0;
  }

  .header-inner {
    justify-content: flex-end;
    display: flex;
  }

  .footer-big-text {
    font-size: 210px;
  }

  .sitemap-heading {
    font-size: 200px;
    line-height: 130px;
  }

  .single-post-content {
    grid-column-gap: 49px;
  }

  .add-to-cart-button {
    border-radius: 100px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .select-field {
    height: 60px;
    font-size: 17px;
  }

  .quantity {
    border-radius: 5px;
  }

  .paragraph-6 {
    font-size: 22px;
    line-height: 28px;
  }

  .big-hero-text {
    font-size: 164px;
    font-weight: 700;
    line-height: 140px;
  }

  .mission-orange-box {
    border: 1px solid var(--black);
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .mission-orange-box.mission-transparent {
    background-color: #fff0;
    align-self: flex-start;
  }

  .mission-paragraph {
    margin-top: 20px;
    margin-bottom: 130px;
    margin-left: 20px;
  }

  .mission-paragraph.mission-paragraph-right {
    margin-top: 130px;
    margin-bottom: 20px;
  }

  .mission-img {
    object-fit: cover;
    border-radius: 10px;
    align-self: stretch;
    margin-left: 20px;
  }

  .mission-img.mission-img-right {
    margin-left: 0;
    margin-right: 20px;
  }

  .main-container-3 {
    max-width: 1400px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 1920px) {
  .menu-item {
    padding: 0;
  }

  .menu-item.w--current {
    padding-left: 0;
    padding-right: 0;
  }

  .main-container {
    max-width: 1700px;
  }

  .services-section {
    background-color: #f4f4f4;
    background-image: url('../images/numbers.png');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: auto;
    padding-bottom: 120px;
  }

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

  .services-item {
    border-top: 1px solid #000;
    padding-top: 80px;
  }

  .serv-number {
    margin-bottom: 80px;
    font-size: 200px;
    font-weight: 500;
    line-height: 130px;
  }

  .serv-title {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 80px;
    padding-bottom: 0;
    font-size: 40px;
    font-weight: 600;
    line-height: 30px;
  }

  .serv-text {
    border-bottom: 1px solid var(--text-color);
    margin-bottom: 45px;
    padding-bottom: 45px;
  }

  .blog-img {
    filter: grayscale();
  }

  .link-to-single-blog {
    margin-top: 100px;
  }

  .footer-big-text {
    font-size: 240px;
    line-height: 170px;
  }

  .contact-details-item {
    justify-content: flex-start;
    align-items: center;
  }

  .contact-icon {
    color: var(--transparent);
    width: auto;
    padding: 0;
  }

  .contact-detail-link {
    flex: none;
    padding: 10px;
  }

  .mission-orange-box.mission-transparent {
    border-color: var(--black);
  }

  .main-container-3 {
    max-width: 1700px;
  }
}

@media screen and (max-width: 991px) {
  .icon {
    color: var(--yellow);
    font-size: 33px;
  }

  .shop-button {
    align-self: flex-start;
    margin-top: 25px;
  }

  .main-menu {
    border: 1px solid var(--yellow);
    background-color: var(--black);
    border-radius: 0;
    padding: 20px;
  }

  .menu-item {
    color: var(--yellow);
    padding-left: 0;
    padding-right: 0;
    font-weight: 300;
  }

  .cart-button {
    justify-content: center;
    width: auto;
    height: auto;
    padding: 15px;
  }

  .menu-button {
    border: 1px solid var(--yellow);
    flex: 0 auto;
    order: 1;
    margin-left: 20px;
    padding: 10px;
  }

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

  .work-heading {
    font-size: 70px;
    line-height: 50px;
  }

  .services-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .serv-number {
    font-size: 100px;
    line-height: 80px;
  }

  .serv-title {
    font-size: 30px;
  }

  .footer-big-text {
    font-size: 80px;
    line-height: 60px;
  }

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

  .footer-item {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .sitemap-inner {
    display: block;
  }

  .sitemap-inner.sitemap-inner-utility {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .sitemap-heading {
    margin-top: 40px;
    font-size: 80px;
    line-height: 50px;
  }

  .sitemap-heading.styleguide-sitemap {
    margin-top: 0;
  }

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

  .team-image-wrapp {
    padding: 60px 60px 0;
  }

  .about-clients-wrapp {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    text-align: left;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: none;
  }

  .single-post-content, .single-prod-grid, .shop-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .shop-item {
    grid-template-columns: 1fr;
  }

  .hero-text-2 {
    font-size: 30px;
    line-height: 26px;
  }

  .big-hero-text {
    font-size: 110px;
    line-height: 80px;
  }

  .mission-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .logo-img {
    width: 150px;
  }

  .menu-button {
    margin-left: 10px;
  }

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

  .services-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .blog-item {
    grid-template-columns: 1.25fr;
  }

  .copyright {
    display: block;
  }

  .backtop {
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 20px;
  }

  .backtop-text {
    flex: none;
  }

  .backtop-icn {
    flex: 0 auto;
  }

  .sitemap-heading.styleguide-sitemap {
    line-height: 70px;
  }

  .vission-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1.5fr;
  }

  .about-clients-wrapp {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .about-client-item {
    width: 140px;
    height: 140px;
  }

  .single-post-content {
    grid-template-columns: 1fr;
  }

  .single-post-img-wrapp {
    position: static;
  }

  .single-post-text {
    padding: 20px;
  }

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

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

  .single-prod-grid, .shop-list {
    grid-template-columns: 1fr;
  }

  .hero-box {
    align-items: center;
  }

  .hero-box-text-wrapp {
    align-self: stretch;
  }

  .hero-box-text {
    font-size: 25px;
    line-height: 30px;
  }

  .big-hero-text {
    font-size: 80px;
    line-height: 60px;
  }
}

@media screen and (max-width: 479px) {
  .header-inner {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .logo-img {
    width: 140px;
  }

  .header-right-side {
    margin-top: 0;
  }

  .work-link {
    display: block;
  }

  .work-left {
    margin-bottom: 20px;
    display: block;
  }

  .work-image {
    width: 100%;
    margin-right: 0;
  }

  .work-heading {
    -webkit-text-stroke-width: 0px;
    margin-top: 40px;
    font-size: 30px;
    line-height: 20px;
  }

  .main-heading, .footer-big-text {
    font-size: 40px;
    line-height: 40px;
  }

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

  .footer-item {
    padding-bottom: 40px;
  }

  .backtop-icn {
    flex: 0 auto;
  }

  .sitemap-icon {
    width: 40px;
  }

  .sitemap-text {
    margin-left: 10px;
  }

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

  .sitemap-heading.styleguide-sitemap {
    line-height: 40px;
  }

  .vission-heading {
    font-size: 30px;
    line-height: 36px;
  }

  .team-img {
    width: 150px;
  }

  .about-clients-wrapp {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .contact-detail-text {
    font-size: 18px;
  }

  .submit-box {
    display: block;
  }

  .submit-button {
    background-position: 230px 19px;
    margin-top: 10px;
    padding: 20px 110px 20px 20px;
    font-size: 19px;
  }

  .single-work-title {
    font-size: 30px;
    line-height: 27px;
  }

  .add-to-cart-button {
    margin-left: 0;
  }

  .option-list {
    grid-template-columns: 1fr;
  }

  .select-field {
    color: #fff;
  }

  .quantity {
    float: none;
  }

  .delete-me {
    text-align: center;
    padding: 10px 20px;
    font-size: 16px;
  }

  .hero-icon-2 {
    text-align: center;
    margin-bottom: 0;
  }

  .hero-text-2 {
    font-size: 20px;
    line-height: 20px;
  }

  .hero-box {
    background-color: var(--transparent);
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
    display: block;
  }

  .hero-box-text-wrapp {
    margin-left: 0;
  }

  .hero-box-text {
    text-align: left;
  }

  .big-hero-text {
    margin-left: 0;
    font-size: 40px;
    line-height: 40px;
  }

  .hero-icon-box {
    border-radius: 10px;
    margin-bottom: 20px;
  }

  .mission-orange-box.mission-transparent {
    margin-left: 0;
  }

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

  .mission-paragraph.mission-paragraph-right {
    margin: 10px 0 0;
  }

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

  .mission-img {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .mission-content {
    display: block;
  }
}

#w-node-_18e7eb9a-77e8-44d1-c0cf-6e8d67672304-43ea5b9c {
  align-self: center;
}

#w-node-_18e7eb9a-77e8-44d1-c0cf-6e8d67672306-43ea5b9c {
  align-self: stretch;
}

#w-node-cb551acb-a8ad-09ec-5f97-0266308058fc-43ea5b9d {
  place-self: stretch;
}

#w-node-cb551acb-a8ad-09ec-5f97-026630805909-43ea5b9d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_015d9ff9-7a4a-eb23-8c73-d7f2f2a80cf9-43ea5ba2, #w-node-_4943a7fd-8f19-6d65-b3c2-ab9c37697b87-43ea5ba4 {
  align-self: start;
}

#w-node-ce81a977-bf46-a760-6200-d8496cfd2f24-43ea5ba6 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ce81a977-bf46-a760-6200-d8496cfd2f2d-43ea5ba6 {
  grid-column: span 2 / span 2;
}

#w-node-ce81a977-bf46-a760-6200-d8496cfd2f39-43ea5ba6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_4c01e88e-2eb8-6ad9-993a-f069f9110dec-43ea5ba7 {
  align-self: center;
}

#w-node-c9ff5db4-de31-5e62-228f-fd9038123358-43ea5ba7 {
  align-self: stretch;
}

#w-node-c97fe42b-a741-ce25-82ee-0e3a7ef914d2-43ea5bab {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-c97fe42b-a741-ce25-82ee-0e3a7ef914d3-43ea5bab, #w-node-c97fe42b-a741-ce25-82ee-0e3a7ef914d5-43ea5bab, #w-node-c97fe42b-a741-ce25-82ee-0e3a7ef914d7-43ea5bab, #w-node-c97fe42b-a741-ce25-82ee-0e3a7ef914d9-43ea5bab, #w-node-c97fe42b-a741-ce25-82ee-0e3a7ef914db-43ea5bab, #w-node-c97fe42b-a741-ce25-82ee-0e3a7ef914dd-43ea5bab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ce81a977-bf46-a760-6200-d8496cfd2f39-43ea5ba6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4943a7fd-8f19-6d65-b3c2-ab9c37697b87-43ea5ba4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ce81a977-bf46-a760-6200-d8496cfd2f24-43ea5ba6 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-ce81a977-bf46-a760-6200-d8496cfd2f25-43ea5ba6, #w-node-ce81a977-bf46-a760-6200-d8496cfd2f27-43ea5ba6, #w-node-ce81a977-bf46-a760-6200-d8496cfd2f29-43ea5ba6, #w-node-ce81a977-bf46-a760-6200-d8496cfd2f2b-43ea5ba6 {
    grid-column: span 2 / span 2;
  }

  #w-node-c97fe42b-a741-ce25-82ee-0e3a7ef914d2-43ea5bab {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@media (min-width: 992px) {
    html.w-mod-js:not(.w-mod-ix) [data-w-id="57dff37a-3dcf-3698-7399-60dae796d88d"] {
        opacity: 0;
    }
    html.w-mod-js:not(.w-mod-ix) [data-w-id="eee4aea4-f51e-6ad8-4d0c-7d0b20eb5832"] {
        -webkit-transform: translate3d(-150px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0)
            skew(0, 0);
        -moz-transform: translate3d(-150px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0)
            skew(0, 0);
        -ms-transform: translate3d(-150px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0)
            skew(0, 0);
        transform: translate3d(-150px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    }
    html.w-mod-js:not(.w-mod-ix) [data-w-id="c4c5076a-2bd0-2aa8-0586-68c595d7de24"] {
        opacity: 0;
    }
    html.w-mod-js:not(.w-mod-ix) [data-w-id="c4c5076a-2bd0-2aa8-0586-68c595d7de28"] {
        opacity: 0;
    }
    html.w-mod-js:not(.w-mod-ix) [data-w-id="c4c5076a-2bd0-2aa8-0586-68c595d7de2b"] {
        opacity: 0;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    html.w-mod-js:not(.w-mod-ix) [data-w-id="c4c5076a-2bd0-2aa8-0586-68c595d7de24"] {
        opacity: 0;
    }
    html.w-mod-js:not(.w-mod-ix) [data-w-id="c4c5076a-2bd0-2aa8-0586-68c595d7de28"] {
        opacity: 0;
    }
    html.w-mod-js:not(.w-mod-ix) [data-w-id="c4c5076a-2bd0-2aa8-0586-68c595d7de2b"] {
        opacity: 0;
    }
}


/* Container and Section Styling */
.portfolio-section {
    background-color: #f6ff00; /* Vibrant yellow background from image_bad05e.png */
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    padding: 60px 0;
    min-height: 100vh;
    overflow-x: hidden;
}

.portfolio-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.portfolio-list {
    display: flex;
    flex-direction: column;
    border-top: 1px solid rgba(29, 29, 29, 0.3);
}

/* Individual Portfolio Rows */
.portfolio-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
    border-bottom: 1px solid rgba(29, 29, 29, 0.3);
    text-decoration: none;
    color: #1d1d1d;
    transition: background-color 0.3s ease;
}

.item-left {
    display: flex;
    align-items: center;
    gap: 24px;
}

/* Image Reveal Wrapper */
.image-wrapper {
    width: 0;
    height: 100px;
    opacity: 0;
    overflow: hidden;
    border-radius: 4px;
    transform: scale(0.8) translateX(-20px);
    transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1), 
                opacity 0.4s ease, 
                transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.portfolio-image {
    width: 120px;
    height: 100px;
    object-fit: cover;
}

/* Typography styling matching image_bad05e.png */
/* --- Desktop Layout Settings (Keeps your previous styles intact) --- */
.portfolio-heading {
    color: var(--text-color);
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #1d1d1d;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-size: clamp(40px, 8vw, 100px); 
    line-height: 0.9;
    transition: color 0.3s ease, transform 0.3s ease;
    font-family: Clashdisplay, sans-serif;
}

@media (min-width: 769px) {
    .portfolio-item:hover .image-wrapper {
        width: 120px;
        opacity: 1;
        transform: scale(1) translateX(0);
    }
    .portfolio-item:hover .portfolio-heading {
        color: transparent; 
        transform: translateX(10px);
    }
}

/* --- Mobile Breakpoint Customization (<768px) --- */
@media (max-width: 768px) {
    .portfolio-item {
        flex-direction: column;
        align-items: flex-start;
        padding: 24px 0;
        gap: 20px; /* Generous gap between image and typography blocks */
    }

    .item-left {
        flex-direction: column; /* Stacks image wrapper and title on top of each other */
        align-items: flex-start;
        width: 100%;
        gap: 16px;
    }

    /* --- Image Card Module --- */
    .image-wrapper {
        width: 100% !important; /* Spans across the entire layout container width */
        height: auto !important; /* Allows height to size proportionally based on the aspect ratio */
        aspect-ratio: 4 / 3; /* Keeps a clean photographic bounding box ratio */
        opacity: 1 !important;
        transform: none !important;
        border-radius: 8px; /* Smooth rounded corners matching image_ba6b5e.png */
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05); /* Soft premium shadow definition */
    }

    .portfolio-image {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
    }

    /* --- Mobile Typography Stack --- */
    .portfolio-heading {
        font-size: clamp(32px, 7vw, 48px); /* Solid mobile title scale */
        line-height: 1.1;
        color: #1d1d1d !important; /* Fills text with a solid dark palette color */
        -webkit-text-stroke-width: 0px; /* Removes transparent stroke outline for crisp reading */
    }

    .portfolio-category {
        font-size: 1.2rem;
        font-weight: 400;
        color: #1d1d1d;
        opacity: 0.9;
        margin-top: -4px; /* Tightens space right underneath the title text layer */
    }
}

.portfolio-category {
    font-size: 1rem;
    font-weight: 500;
    text-transform: lowercase;
}

/* CSS-Driven Reveal States on Hover */
.portfolio-item:hover .image-wrapper {
    width: 120px;
    opacity: 1;
    transform: scale(1) translateX(0);
}

.portfolio-item:hover .portfolio-heading {
    color: transparent;
    -webkit-text-stroke: 2px #1d1d1d; /* Elegant outline effect seen on FRENNZY */
    transform: translateX(10px);
}