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

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

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

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

:root {
  --body: #999;
  --title: white;
  --primary: #b8633f;
  --body-2: #d9d9d9;
  --desktop: 150px;
  --tablet: 100px;
  --landscape-mobile: 80px;
  --portrait-mobile: 60px;
  --bg: #111;
}

.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;
  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 {
  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;
  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;
  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;
  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-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-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

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

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

@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 {
  color: var(--body);
  background-color: #000;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

h1 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
}

h2 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 500;
  line-height: 120%;
}

h3 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 400;
  line-height: 130%;
}

h4 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 400;
  line-height: 140%;
}

h5 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

h6 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--body);
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

ul, ol {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 30px;
}

li {
  margin-bottom: 15px;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

blockquote {
  background-color: var(--primary);
  color: #fff;
  text-align: center;
  border: 0 #000;
  border-radius: 4px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 40px;
  font-size: 18px;
  line-height: 150%;
}

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

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

.nav-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-button {
  flex-flow: column;
}

.navbar {
  background-color: #0000;
  border-bottom: 1px solid #ffffff1a;
  padding-top: 18px;
  padding-bottom: 18px;
}

.navbar.home {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.top-line {
  background-color: #fff;
  width: 24px;
  height: 1.5px;
}

.center-line {
  background-color: #fff;
  width: 18px;
  height: 1.5px;
  margin-top: 6px;
  margin-bottom: 6px;
}

.bottom-line {
  background-color: #fff;
  width: 24px;
  height: 1.5px;
}

.nav-link {
  color: var(--body-2);
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  line-height: 120%;
  text-decoration: none;
  transition: color .3s;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--primary);
}

.menu-icon {
  z-index: 9999;
  cursor: pointer;
}

.page-title {
  padding-top: 60px;
  padding-bottom: 60px;
}

.main-title {
  margin-bottom: 0;
}

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

.page-data {
  margin-bottom: var(--desktop);
}

.footer-bottom {
  border-top: 1px solid #fff3;
  padding-top: 20px;
  padding-bottom: 20px;
}

.ft-bottom {
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.ft-bottom-link {
  text-decoration: none;
}

.ft-bottom-link:hover {
  color: var(--primary);
}

.ft-policy {
  grid-column-gap: 28px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.ft-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.ft-social {
  grid-column-gap: 4px;
  justify-content: center;
  align-items: stretch;
  margin-top: 25px;
  display: flex;
}

.social-link {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
  transition: background-color .3s;
  display: flex;
  overflow: hidden;
}

.social-link:hover {
  background-color: var(--primary);
}

.ft-menu {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.ft-link {
  color: var(--body-2);
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  line-height: 120%;
  text-decoration: none;
  transition: color .3s;
}

.ft-link:hover, .ft-link.w--current {
  color: var(--primary);
}

.purchase-badge {
  z-index: 9999;
  grid-column-gap: 6px;
  color: #000;
  background-color: #fff;
  border-radius: 2px;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 24px;
  right: 24px;
  box-shadow: 0 1px 4px #0000001a, 0 0 0 1px #0000001a;
}

.sg-section {
  margin-bottom: var(--desktop);
}

.font-inner {
  grid-column-gap: 150px;
  display: flex;
}

.font-block {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  font-size: 18px;
}

.text-heading {
  margin-top: 0;
  font-size: 100px;
  font-weight: 400;
  line-height: 120%;
}

.body-font {
  margin-top: 0;
  font-size: 100px;
  font-weight: 300;
  line-height: 120%;
}

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

.font-title {
  color: #fff;
  text-align: right;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 150%;
}

.font-info {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}

.body-small {
  font-size: 14px;
  line-height: 150%;
}

.table-left {
  flex-direction: column;
  display: flex;
}

.table-text {
  text-align: right;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.table-row {
  grid-column-gap: 180px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #fff3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 100px 100px;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: grid;
}

.body-large {
  font-size: 18px;
}

.color-wrap {
  grid-column-gap: 20px;
  margin-top: 30px;
  display: flex;
}

.color-box {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.color-main {
  background-color: var(--primary);
  border-radius: 4px;
  width: 120px;
  height: 120px;
}

.color-main.title-color {
  background-color: var(--title);
}

.color-main.body-color {
  background-color: var(--body-2);
}

.color-main.bg {
  background-color: var(--bg);
}

.color-main.body-2 {
  background-color: var(--body-2);
}

.button-wrap {
  grid-column-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.button-wrap.center {
  justify-content: center;
  align-items: center;
}

.button-wrap.right {
  justify-content: flex-end;
  align-items: center;
}

.primary-button {
  grid-column-gap: 20px;
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 4px 4px 4px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

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

.btn-icon {
  background-color: var(--primary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 34px;
  max-width: 34px;
  min-height: 34px;
  max-height: 34px;
  display: flex;
}

.arrow-wrap {
  justify-content: center;
  align-items: center;
  min-width: 15px;
  max-width: 15px;
  min-height: 15px;
  max-height: 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hover-arrow {
  position: absolute;
}

.secondary-button {
  color: var(--body-2);
  padding-bottom: 2px;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.btn-line {
  background-color: var(--body-2);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.btn-hover-line {
  background-color: var(--body-2);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0% -110%;
}

.rich-text {
  width: 100%;
  max-width: 900px;
  margin-top: 30px;
}

.info-inner {
  padding-bottom: 30px;
}

.info-content {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}

.single-text {
  margin-bottom: 0;
}

.info-block {
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.licensing-title {
  margin-bottom: 0;
}

.disclaimer {
  grid-row-gap: 10px;
  background-color: var(--bg);
  border-radius: 4px;
  flex-direction: column;
  margin-bottom: 60px;
  padding: 30px;
}

.license-field {
  color: #000;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.license-wrap {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.changelog-wrap {
  margin-bottom: 350px;
}

.version-info {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 90px 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.version-block {
  background-color: var(--primary);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
}

.version-name {
  color: #fff;
  margin-bottom: 0;
  font-size: 26px;
  line-height: 150%;
}

.heading-block {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.version-title, .changelog-text {
  margin-bottom: 0;
}

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

.utility-page-content {
  background-color: var(--primary);
  text-align: center;
  border-radius: 4px;
  flex-direction: column;
  width: 100%;
  max-width: 490px;
  margin-bottom: 0;
  padding: 50px;
  display: flex;
}

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

.previous-btn {
  grid-column-gap: 20px;
  color: var(--body-2);
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 4px 20px 4px 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.previous-btn:hover {
  color: var(--primary);
  background-color: #fff;
}

.error-data {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 490px;
  display: flex;
}

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

.hover-button {
  grid-column-gap: 20px;
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

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

.error-message {
  color: #000;
  text-align: center;
  border-radius: 4px;
}

.pass-field {
  margin-top: 50px;
  margin-bottom: 20px;
}

.field-label {
  margin-bottom: 8px;
  font-weight: 400;
  display: flex;
}

.pass-input {
  color: #fff;
  background-color: #0000;
  border: 0 #000;
  border-bottom: 1px solid #fff3;
  border-radius: 0;
  height: auto;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.pass-input:focus {
  border-bottom-color: #fff9;
}

.pass-input::placeholder {
  color: #fff;
  font-size: 14px;
}

.pass-text {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}

.cs-wrap {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.cs-inside {
  text-align: center;
  width: 100%;
  max-width: 480px;
}

.cs-title {
  margin-bottom: 15px;
  font-size: 74px;
  font-weight: 500;
  line-height: 150%;
}

.cs-text {
  margin-bottom: 50px;
}

.cs-text-title {
  margin-bottom: 4px;
}

.plain-link {
  text-decoration: none;
}

.plain-link:hover {
  text-decoration: underline;
}

.policy-block {
  padding-top: 50px;
}

.policy-block.first {
  padding-top: 0;
}

.checklist {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  list-style: none;
}

.checklist-item {
  background-image: url('../images/ic-check.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 15px;
  padding-left: 30px;
}

.contact {
  margin-bottom: var(--desktop);
}

.contact-wrap {
  grid-column-gap: 50px;
  background-color: var(--bg);
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  display: flex;
}

.contact-img {
  background-color: #000;
  border-radius: 4px;
  width: 100%;
  max-width: 40%;
  position: relative;
  overflow: hidden;
}

.section-image {
  width: 100%;
}

.contact-right {
  width: 100%;
  max-width: 60%;
}

.form-bottom {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.checkbox-label {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}

.checkbox {
  float: none;
  border-color: var(--body);
  border-radius: 2px;
  width: auto;
  min-width: 12px;
  max-width: 12px;
  min-height: 12px;
  max-height: 12px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.input {
  border-style: none none solid;
  border-width: 0 0 1px;
  border-color: black black var(--body-2);
  height: auto;
  color: var(--body-2);
  background-color: #0000;
  background-image: url('../images/ic-name.svg');
  background-position: 0 1px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 0;
  padding: 0 0 10px 28px;
}

.input:focus {
  border-bottom-color: var(--body-2);
}

.input::placeholder {
  color: var(--body-2);
  font-size: 14px;
  line-height: 150%;
}

.input.email {
  background-image: url('../images/ic-mail.svg');
}

.input.phone {
  background-image: url('../images/ic-phone.svg');
}

.input.date {
  background-image: url('../images/date-icon.svg');
}

.input.time {
  background-image: url('../images/ic-clock.svg');
}

.input.artist {
  background-color: var(--bg);
  background-image: none;
  padding-left: 0;
}

.input.choose-service {
  background-color: var(--bg);
  background-image: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
}

.form-wrap {
  grid-column-gap: 36px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.textarea {
  border-style: none none solid;
  border-width: 0 0 1px;
  border-color: black black var(--body-2);
  min-height: 120px;
  color: var(--body-2);
  background-color: #0000;
  background-image: url('../images/ic-message.svg');
  background-position: 0 1px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 0;
  padding: 0 0 10px 28px;
}

.textarea:focus {
  border-bottom-color: var(--body-2);
}

.textarea::placeholder {
  color: var(--body-2);
  font-size: 14px;
  line-height: 150%;
}

.success-message {
  background-color: var(--bg);
  color: var(--body-2);
  text-align: center;
  border: 1px solid #fff3;
  border-radius: 4px;
}

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

.contact-section {
  margin-bottom: var(--desktop);
}

.section-wrap {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-img {
  background-color: var(--bg);
  border-radius: 4px;
  width: 100%;
  max-width: 50%;
  position: relative;
  overflow: hidden;
}

.section-data {
  width: 100%;
  max-width: 50%;
}

.contact-data {
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.contact-block {
  border-bottom: 1px solid #fff6;
  padding-bottom: 30px;
}

.contact-info {
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-link {
  text-decoration: none;
}

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

.address {
  width: 100%;
  max-width: 280px;
}

.social-wrap {
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.social-info {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.social-info:hover {
  color: #fff;
}

.social-icon {
  background-color: var(--primary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 34px;
  max-width: 34px;
  min-height: 34px;
  max-height: 34px;
  display: flex;
}

.faq {
  margin-bottom: var(--desktop);
}

.section-title {
  border-top: 1px solid #fff3;
  margin-bottom: 25px;
  padding-top: 10px;
}

.faq-wrap {
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.faq-img {
  background-color: var(--bg);
  border-radius: 4px;
  width: 100%;
  max-width: 38%;
  position: relative;
  overflow: hidden;
}

.faq-data {
  grid-row-gap: 15px;
  flex-flow: column;
  width: 100%;
  max-width: 62%;
  display: flex;
}

.ans {
  background-color: #0000;
  display: block;
  position: relative;
  overflow: hidden;
}

.faq-info {
  border: 1px solid #fff3;
  border-radius: 4px;
  width: 100%;
  padding: 15px 25px;
}

.ans-box {
  padding-top: 15px;
  padding-right: 60px;
}

.que-text {
  text-transform: none;
  white-space: normal;
  word-break: normal;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 170%;
}

.que {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.horizontal-line {
  background-color: #fff;
  width: 15px;
  height: 1px;
  position: absolute;
}

.que-icon {
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
}

.ans-text {
  margin-bottom: 0;
}

.verticle-line {
  background-color: #fff;
  width: 1px;
  height: 15px;
}

.footer-info {
  background-color: var(--bg);
  padding-top: 40px;
  padding-bottom: 40px;
}

.ft-info {
  grid-column-gap: 15px;
  color: var(--body-2);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
  display: flex;
}

.ft-info-link {
  color: var(--body-2);
  text-decoration: none;
  transition: color .3s;
}

.ft-info-link:hover {
  color: var(--primary);
}

.reviews {
  margin-bottom: var(--desktop);
}

.empty-state {
  background-color: var(--primary);
  color: var(--body-2);
  text-align: center;
  border-radius: 4px;
}

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

.review-item {
  display: flex;
}

.review-block {
  grid-row-gap: 80px;
  background-color: var(--bg);
  border-radius: 4px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 30px;
  display: flex;
}

.review-text {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 150%;
}

.review-data {
  grid-column-gap: 15px;
  color: var(--body-2);
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  line-height: 150%;
  display: flex;
}

.review-img {
  background-color: #000;
  border-radius: 50%;
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
  overflow: hidden;
}

.review-image {
  object-fit: cover;
  width: 100%;
  min-height: 50px;
  max-height: 50px;
}

.review-name {
  color: #fff;
  font-size: 18px;
  line-height: 150%;
}

.pagination {
  grid-column-gap: 20px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
  margin-top: 40px;
}

.blogs {
  margin-bottom: var(--desktop);
}

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

.post-item {
  display: flex;
}

.post-block {
  border: 1px solid #fff3;
  border-radius: 4px;
  width: 100%;
  padding: 30px;
  text-decoration: none;
}

.post-img {
  background-color: var(--bg);
  border-radius: 4px;
  width: 100%;
  overflow: hidden;
}

.post-image {
  object-fit: cover;
  width: 100%;
  min-height: 380px;
  max-height: 380px;
}

.post-data {
  color: var(--body-2);
  margin-top: 15px;
  font-size: 14px;
  line-height: 150%;
}

.post-title {
  margin-top: 6px;
  margin-bottom: 0;
}

.post-heading {
  grid-row-gap: 25px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.post-main-title {
  margin-bottom: 0;
}

.post-date {
  grid-column-gap: 8px;
  color: var(--body-2);
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.post-main {
  margin-bottom: var(--desktop);
}

.post-main-img {
  background-color: var(--bg);
  border-radius: 4px;
  width: 100%;
  overflow: hidden;
}

.post-main-image {
  object-fit: cover;
  width: 100%;
  min-height: 600px;
  max-height: 600px;
}

.post-details {
  width: 100%;
  max-width: 900px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.experts {
  margin-bottom: var(--desktop);
}

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

.expert-block {
  grid-row-gap: 20px;
  border: 1px solid #fff3;
  border-radius: 4px;
  flex-flow: column;
  padding: 20px;
  transition: border-color .3s;
}

.expert-block:hover {
  border-color: #ffffff80;
}

.expert-img {
  background-color: var(--bg);
  border-radius: 4px;
  width: 100%;
  overflow: hidden;
}

.expert-image {
  object-fit: cover;
  width: 100%;
  min-height: 440px;
  max-height: 440px;
}

.expert-data {
  grid-row-gap: 5px;
  color: var(--body-2);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.expert-name {
  margin-bottom: 0;
}

.pricing {
  margin-bottom: var(--desktop);
}

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

.pricing-item {
  display: flex;
}

.pricing-block {
  grid-row-gap: 40px;
  border: 1px solid #fff3;
  border-radius: 4px;
  flex-flow: column;
  width: 100%;
  padding: 40px;
  display: flex;
}

.pricing-block.bg {
  border-color: var(--primary);
  background-color: var(--primary);
}

.pricing-heading {
  color: var(--body-2);
  border-bottom: 1px solid #fff3;
  margin-bottom: 25px;
  padding-bottom: 25px;
  font-size: 14px;
  line-height: 150%;
}

.pricing-title {
  margin-bottom: 4px;
  font-size: 28px;
  font-weight: 500;
}

.pricing-price {
  margin-bottom: 8px;
  font-size: 36px;
  font-weight: 700;
  line-height: 140%;
}

.pricing-price.white {
  color: #fff;
}

.pricing-info {
  grid-column-gap: 8px;
  color: var(--body-2);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-info.white, .pricing-sub-title {
  color: #fff;
}

.pricing-top {
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.pricng-btn {
  grid-column-gap: 20px;
  border: 1px solid var(--body-2);
  color: var(--body-2);
  background-color: #0000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.pricng-btn:hover {
  color: var(--primary);
  background-color: #fff;
}

.includes-info {
  grid-column-gap: 4px;
  color: var(--body-2);
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.includes-info.white {
  color: #fff;
}

.pricing-features ul {
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.pricing-features li {
  background-image: url('../images/ic-tick.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 0;
  padding-left: 28px;
}

.standard-features ul {
  grid-row-gap: 10px;
  color: #fff;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.standard-features li {
  background-image: url('../images/w-ic-tick.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 0;
  padding-left: 28px;
}

.pricing-details {
  width: 100%;
  max-width: 74%;
}

.pricing-wrap {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.pricing-right {
  width: 100%;
  max-width: 24%;
}

.price-text {
  color: #fff;
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 120%;
}

.d-none {
  display: none;
}

.default-state {
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.after-care {
  margin-bottom: var(--desktop);
}

.ac-data {
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 35px;
  display: flex;
}

.ac-line {
  background-color: #fff3;
  width: auto;
  height: 1px;
}

.ac-text {
  margin-bottom: 0;
}

.ac-heading {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.ac-title {
  margin-bottom: 0;
}

.cleaning-tattoo {
  margin-bottom: var(--desktop);
}

.ct-wrapper {
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

.ct-wrap {
  border-radius: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ct-block {
  grid-row-gap: 60px;
  background-color: var(--bg);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.ct-heading {
  margin-bottom: 0;
}

.ct-text {
  margin-top: 15px;
  margin-bottom: 0;
}

.ct-img {
  background-color: var(--bg);
  width: 100%;
}

.ct-image {
  object-fit: cover;
  width: 100%;
  min-height: 415px;
  max-height: 415px;
}

.testimonial-block {
  grid-row-gap: 60px;
  background-color: #fff;
  border-radius: 4px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 46%;
  padding: 40px;
  display: flex;
}

.testimonial-text {
  color: #333;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 150%;
}

.testimonial-img {
  background-color: var(--bg);
  border-radius: 50%;
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
  overflow: hidden;
}

.testimonial-name {
  color: #000;
  font-size: 18px;
  line-height: 150%;
}

.testimonial-data {
  grid-column-gap: 15px;
  color: #333;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  line-height: 150%;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  width: 100%;
  min-height: 50px;
  max-height: 50px;
}

.testimonial-wrap {
  grid-column-gap: 60px;
  background-color: var(--bg);
  background-image: url('../images/testimonial.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 80px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.review-video {
  grid-column-gap: 30px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
  display: flex;
}

.play-button {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #ffffff40;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 80px;
  max-width: 80px;
  min-height: 80px;
  max-height: 80px;
  display: flex;
}

.play-icon {
  min-width: 18px;
  max-width: 18px;
  min-height: 22px;
  max-height: 22px;
  margin-left: 6px;
}

.book-appointment {
  background-color: var(--bg);
  margin-bottom: 100px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.ba-wrap {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.ba-left {
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 44%;
  display: flex;
}

.ba-title {
  margin-bottom: 15px;
}

.ba-data {
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.ba-info {
  grid-column-gap: 10px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ba-link {
  text-decoration: none;
  transition: color .3s;
}

.ba-link:hover {
  color: var(--primary);
}

.ba-line {
  grid-row-gap: 2px;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.ba-right {
  width: 100%;
  max-width: 40%;
}

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

.works {
  margin-bottom: var(--desktop);
}

.works-wrap {
  grid-column-gap: 25px;
  display: flex;
}

.work-block {
  grid-row-gap: 25px;
  flex-flow: column;
  width: 100%;
  max-width: 25%;
  display: flex;
}

.work-img {
  background-color: var(--bg);
  border-radius: 4px;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.work-image {
  object-fit: cover;
  width: 100%;
  transition: filter .4s ease;
}

.work-img:hover .work-image {
  filter: grayscale(0%) !important;
}

.service {
  margin-bottom: var(--desktop);
}

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

.service-item {
  display: flex;
}

.service-link {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.service-img {
  background-color: var(--bg);
  border-radius: 4px;
  width: 100%;
  overflow: hidden;
}

.service-image {
  object-fit: cover;
  width: 100%;
  min-height: 280px;
  max-height: 280px;
}

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

.service-title {
  margin-bottom: 15px;
}

.service-info {
  margin-bottom: 0;
}

.sm-wrap {
  grid-column-gap: 30px;
  display: flex;
}

.service-main-img {
  background-color: var(--bg);
  border-radius: 4px;
  width: 100%;
  max-width: 74%;
  overflow: hidden;
}

.service-main-image {
  object-fit: cover;
  width: 100%;
  min-height: 480px;
  max-height: 480px;
}

.sm-right {
  grid-row-gap: 40px;
  background-color: var(--bg);
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 26%;
  padding: 40px;
  display: flex;
}

.sm-title {
  margin-bottom: 0;
}

.related-service {
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.rs-block {
  grid-column-gap: 20px;
  width: 100%;
  color: var(--body-2);
  border-bottom: 1px solid #fff3;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
  font-size: 18px;
  line-height: 150%;
  text-decoration: none;
  transition: border-color .3s;
  display: flex;
}

.rs-block:hover {
  border-bottom-color: #ffffff80;
}

.service-main {
  margin-bottom: 60px;
}

.service-details {
  margin-bottom: var(--desktop);
}

.about-service li {
  margin-bottom: 0;
}

.about-service ul {
  grid-row-gap: 15px;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.service-more-img {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 60px;
  display: grid;
}

.sm-img {
  background-color: var(--bg);
  border-radius: 4px;
  width: 100%;
  overflow: hidden;
}

.sm-image {
  object-fit: cover;
  width: 100%;
  min-height: 400px;
  max-height: 400px;
}

.include-service p, .service-heading {
  margin-bottom: 0;
}

.booking-form {
  margin-bottom: var(--desktop);
}

.booking-wrap {
  grid-column-gap: 20px;
  display: flex;
}

.booking-right {
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 35%;
  display: flex;
}

.booking-img {
  background-color: var(--bg);
  border-radius: 4px;
  width: 100%;
  height: 100%;
  max-height: 50%;
  position: relative;
  overflow: hidden;
}

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

.booking-left {
  background-color: var(--bg);
  border-radius: 4px;
  width: 100%;
  max-width: 65%;
  padding: 60px;
}

.booking-text {
  margin-bottom: 40px;
}

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

.booking-data {
  grid-row-gap: 12px;
  color: var(--body-2);
  flex-flow: column;
  margin-top: 40px;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

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

.interested-label {
  color: var(--body);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

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

.artist-checkbox {
  float: none;
  border-color: var(--body);
  border-radius: 50%;
  width: auto;
  min-width: 14px;
  max-width: 14px;
  height: auto;
  min-height: 14px;
  max-height: 14px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
}

.artist-data {
  grid-row-gap: 12px;
  color: var(--body-2);
  border-bottom: 1px solid #ffffff80;
  flex-flow: column;
  margin-top: 40px;
  padding-bottom: 25px;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.showcase {
  margin-bottom: var(--desktop);
  overflow: hidden;
}

.showcase-wrap {
  display: flex;
}

.showcase-scroll {
  grid-column-gap: 22px;
  flex-flow: row;
  display: flex;
}

.showcase-data {
  grid-row-gap: 22px;
  flex-flow: column;
  min-width: 280px;
  display: flex;
}

.showcase-img {
  background-color: var(--bg);
  border-radius: 4px;
  width: 100%;
  overflow: hidden;
}

.showcase-image {
  width: 100%;
}

.about {
  margin-bottom: var(--desktop);
}

.about-data {
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 55%;
  display: flex;
}

.about-title {
  margin-bottom: 15px;
  font-size: 42px;
  font-weight: 400;
  line-height: 130%;
}

.about-text {
  width: 100%;
  max-width: 68%;
  margin-bottom: 0;
}

.about-icon {
  min-width: 200px;
  max-width: 200px;
  min-height: 200px;
  max-height: 200px;
  position: absolute;
  inset: -118px 0% auto auto;
}

.about-wrap {
  margin-bottom: 40px;
  position: relative;
}

.about-bottom {
  display: flex;
  overflow: hidden;
}

.about-scroll {
  grid-column-gap: 14px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.about-img {
  background-color: var(--bg);
  border-radius: 4px;
  min-width: 360px;
  overflow: hidden;
}

.about-image {
  width: 100%;
}

.values {
  margin-bottom: var(--desktop);
}

.values-wrap {
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.values-left {
  width: 100%;
  max-width: 38%;
}

.values-img {
  background-color: var(--bg);
  border-radius: 4px;
  width: 100%;
  max-width: 62%;
  position: relative;
  overflow: hidden;
}

.values-bottom {
  grid-column-gap: 58px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.values-block {
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

.values-icon {
  min-width: 65px;
  max-width: 65px;
  min-height: 65px;
  max-height: 65px;
}

.values-title {
  margin-bottom: 6px;
}

.values-text {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}

.mission {
  margin-bottom: var(--desktop);
}

.mission-wrap {
  background-color: var(--bg);
  background-image: url('../images/mission.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 60px;
  display: flex;
  overflow: hidden;
}

.mission-block {
  grid-row-gap: 58px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  width: 100%;
  max-width: 38%;
  color: var(--body-2);
  background-color: #111c;
  border-radius: 4px;
  flex-flow: column;
  padding: 35px 30px;
  display: flex;
}

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

.mission-list {
  grid-row-gap: 8px;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.mission-item {
  background-image: url('../images/mission-check.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 0;
  padding-left: 32px;
}

.tattoo-experts {
  grid-column-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.te-box {
  grid-row-gap: 20px;
  background-color: var(--bg);
  border-radius: 4px;
  flex-flow: column;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.te-img {
  object-fit: cover;
  width: 100%;
  min-height: 520px;
  max-height: 520px;
}

.te-data {
  grid-row-gap: 2px;
  color: #333;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: auto 30px 30px;
}

.expert-title {
  color: #000;
  margin-bottom: 0;
}

.appointment {
  margin-bottom: var(--desktop);
  background-color: var(--bg);
  padding-top: 80px;
  padding-bottom: 80px;
}

.process {
  margin-bottom: var(--desktop);
}

.process-bottom {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.process-img {
  background-color: var(--bg);
  border-radius: 4px;
  width: 100%;
  overflow: hidden;
}

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

.process-wrap {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.process-left {
  width: 100%;
  max-width: 40%;
}

.process-list {
  grid-row-gap: 6px;
  flex-flow: column;
  margin-top: 25px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.process-item {
  background-image: url('../images/ic-process.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 0;
  padding-left: 18px;
  font-size: 14px;
  line-height: 150%;
}

.process-right {
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 46%;
  display: flex;
}

.process-info {
  border-bottom: 1px solid #fff3;
  width: 100%;
  padding-bottom: 20px;
}

.process-box {
  padding-top: 12px;
  padding-right: 36px;
}

.process-heading {
  text-transform: none;
  white-space: normal;
  word-break: normal;
  margin-bottom: 0;
}

.facts {
  margin-bottom: var(--desktop);
}

.facts-wrap {
  grid-column-gap: 136px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.facts-icon {
  min-width: 65px;
  max-width: 65px;
  min-height: 65px;
  max-height: 65px;
}

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

.facts-info {
  color: #fff;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 500;
  line-height: 100%;
}

.facts-data {
  margin-top: 25px;
  font-size: 18px;
  line-height: 150%;
}

.story {
  margin-bottom: var(--desktop);
}

.story-wrap {
  grid-column-gap: 60px;
  justify-content: space-between;
  display: flex;
}

.story-right {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 45%;
  display: flex;
}

.story-left {
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 46%;
  display: flex;
}

.sr-top {
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.sr-img {
  background-color: var(--bg);
  border-radius: 4px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

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

.story-heading {
  color: var(--body-2);
  margin-bottom: 40px;
  margin-right: 40px;
  font-size: 24px;
  line-height: 160%;
}

.story-top {
  grid-column-gap: 14px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.sl-data {
  margin-bottom: 40px;
}

.sl-title {
  margin-bottom: 25px;
}

.sl-info-wrap {
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  max-width: 60%;
  display: flex;
}

.sl-block {
  grid-column-gap: 60px;
  text-transform: uppercase;
  border-bottom: 1px solid #fff3;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.story-img {
  background-color: var(--bg);
  border-radius: 4px;
  width: 100%;
  overflow: hidden;
}

.story-image {
  width: 100%;
}

.story-images {
  grid-column-gap: 14px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 64%;
  display: flex;
}

.sl-img {
  background-color: var(--bg);
  border-radius: 4px;
  width: 100%;
  max-width: 36%;
  overflow: hidden;
}

.hero-bg {
  height: 100vh;
  margin-bottom: var(--desktop);
}

.hero-wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 60px;
  display: flex;
}

.hero-bottom {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.customer-wrap {
  grid-column-gap: 15px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: var(--body-2);
  background-color: #ffffff1a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 6px 25px 6px 10px;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.customer-images {
  grid-column-gap: 2px;
  display: flex;
}

.customer-img {
  background-color: var(--bg);
  border-radius: 50%;
  min-width: 28px;
  max-width: 28px;
  min-height: 28px;
  max-height: 28px;
  overflow: hidden;
}

.customer-image {
  object-fit: cover;
  width: 100%;
  min-height: 28px;
  max-height: 28px;
}

.customer-divider {
  background-color: var(--body);
  width: 1px;
  height: 18px;
}

.hero-right {
  grid-column-gap: 10px;
  width: 100%;
  max-width: 30%;
  color: var(--body-2);
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.scroll-btn {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #ffffff1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
  display: flex;
}

.scroll-arrow {
  min-width: 22px;
  max-width: 22px;
  min-height: 26px;
  max-height: 26px;
}

.hero-top {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 65%;
  display: flex;
}

.hero-title {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 58px;
  font-weight: 700;
}

.hero-text {
  width: 100%;
  max-width: 65%;
  color: var(--body-2);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}

.hero-sub-title {
  grid-column-gap: 2px;
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  display: flex;
}

.title-icon {
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
}

.hero-button {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.hero-wrapper {
  z-index: 1;
  flex-flow: column;
  height: 100%;
  display: flex;
  position: relative;
}

.hero-data {
  height: 100%;
  display: flex;
}

.checkout-form {
  background-color: #0000;
  padding: 0;
}

.block-header {
  background-color: #0000;
  border-color: #fff3;
  padding-top: 8px;
  padding-bottom: 8px;
}

.cart-title {
  margin-bottom: 0;
}

.block-content {
  background-color: #0000;
  border-bottom-color: #fff3;
  border-left-color: #fff3;
  border-right-color: #fff3;
}

.default-input {
  background-color: #0000;
  border-color: #fff3;
  border-radius: 4px;
}

.default-input:focus, .default-input.-wfp-focus {
  border-color: #ffffff80;
}

.order-confirmation {
  background-color: #0000;
  padding: 0;
}

.open-menu {
  z-index: 9999;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.menu-img {
  background-color: var(--bg);
  width: 100%;
  max-width: 40%;
}

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

.menu-left {
  grid-column-gap: 60px;
  background-color: var(--bg);
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 60%;
  padding: 60px 40px 60px 60px;
  display: flex;
}

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

.cart-heading, .cart-list, .cart-link {
  color: #000;
}

.cart-line-item {
  color: #333;
}

.cart-btn {
  grid-column-gap: 20px;
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s;
  display: flex;
}

.cart-btn:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: #fff;
}

.cart-button {
  grid-column-gap: 4px;
  background-color: #0000;
  padding: 0;
  font-size: 20px;
  line-height: 150%;
  transition: color .1s;
}

.cart-button:hover {
  color: var(--primary);
}

.cart-button.mobile {
  display: none;
}

.cart-quantity {
  color: #fff;
  background-color: #0000;
  border-radius: 0;
  min-width: auto;
  height: auto;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  line-height: 100%;
}

.cart-qty {
  grid-column-gap: 2px;
  justify-content: center;
  align-items: center;
  line-height: 120%;
  display: flex;
}

.menu-bottom {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.menu-social {
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.social-block {
  border: 1px solid #ffffff1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 35px;
  max-width: 35px;
  min-height: 35px;
  max-height: 35px;
  transition: background-color .2s, border-color .2s;
  display: flex;
}

.social-block:hover {
  border-color: var(--primary);
  background-color: var(--primary);
}

.menu-data {
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.menu-link {
  grid-row-gap: 4px;
  flex-flow: column;
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
  display: flex;
}

.menu-link-text {
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  line-height: 120%;
}

.menu-close {
  background-color: var(--primary);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-width: 42px;
  max-width: 42px;
  min-height: 42px;
  max-height: 42px;
  display: flex;
  position: absolute;
  inset: 50px 50px auto auto;
}

.after-care-title {
  margin-bottom: 0;
}

.hero-btn {
  grid-column-gap: 20px;
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 4px 4px 4px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.hero-btn:hover {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #ffffff24;
  border-color: #fff3;
}

.on-scroll {
  background-color: var(--bg);
  width: 110%;
  height: 110%;
  display: none;
  position: absolute;
  inset: 0%;
}

.on-scroll.bg {
  background-color: #000;
}

.form-button {
  grid-column-gap: 20px;
  color: #fff;
  background-color: #0000;
  background-image: url('../images/submit-arrow.svg');
  background-position: 116px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 58px 12px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

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

.hero-linear {
  background-image: linear-gradient(#0000, #000);
  position: absolute;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 44px;
  }

  blockquote {
    padding: 30px;
  }

  .nav-menu {
    background-color: #000;
    border-bottom: 1px solid #ffffff1a;
    flex-flow: column;
    padding: 20px;
  }

  .menu-button {
    padding: 0;
  }

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

  .nav-link {
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding: 12px 0;
    display: flex;
  }

  .nav-right {
    grid-column-gap: 25px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .menu-icon {
    display: none;
  }

  .page-title {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .page-data {
    margin-bottom: var(--tablet);
  }

  .ft-bottom {
    grid-row-gap: 10px;
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .ft-policy {
    grid-column-gap: 40px;
    justify-content: center;
    align-items: center;
  }

  .ft-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ft-menu {
    grid-column-gap: 60px;
    grid-row-gap: 25px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    display: grid;
  }

  .ft-link {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .sg-section {
    margin-bottom: var(--tablet);
  }

  .font-inner {
    grid-column-gap: 80px;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .title-top, .table-row {
    grid-column-gap: 20px;
  }

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

  .info-inner {
    padding-bottom: 40px;
  }

  .info-block {
    flex-flow: column wrap;
  }

  .disclaimer {
    margin-bottom: 40px;
    padding: 25px;
  }

  .utility-page-content {
    padding: 40px;
  }

  .cs-title {
    font-size: 64px;
  }

  .contact {
    margin-bottom: var(--tablet);
  }

  .contact-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .contact-img, .contact-right {
    max-width: 100%;
  }

  .contact-section {
    margin-bottom: var(--tablet);
  }

  .section-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

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

  .section-img, .section-data {
    max-width: 100%;
  }

  .contact-data {
    grid-row-gap: 25px;
  }

  .contact-block {
    padding-bottom: 25px;
  }

  .social-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .faq {
    margin-bottom: var(--tablet);
  }

  .faq-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: stretch;
  }

  .faq-img, .faq-data {
    max-width: 100%;
  }

  .reviews {
    margin-bottom: var(--tablet);
  }

  .review-list {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .review-block {
    grid-row-gap: 60px;
    padding: 25px;
  }

  .blogs {
    margin-bottom: var(--tablet);
  }

  .post-list {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .post-block {
    padding: 20px;
  }

  .post-image {
    min-height: 220px;
    max-height: 220px;
  }

  .post-title {
    font-size: 20px;
  }

  .post-heading {
    grid-row-gap: 20px;
  }

  .post-main-title {
    font-size: 34px;
  }

  .post-main {
    margin-bottom: var(--tablet);
  }

  .post-main-image {
    min-height: 440px;
    max-height: 440px;
  }

  .post-details {
    max-width: 100%;
    margin-top: 40px;
  }

  .experts {
    margin-bottom: var(--tablet);
  }

  .expert-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .expert-block {
    padding: 18px;
  }

  .expert-image {
    min-height: 370px;
    max-height: 370px;
  }

  .expert-data {
    margin-top: 14px;
    font-size: 14px;
  }

  .expert-name {
    font-size: 18px;
  }

  .pricing {
    margin-bottom: var(--tablet);
  }

  .pricing-list {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-block {
    padding: 25px;
  }

  .pricing-heading {
    margin-bottom: 18px;
    padding-bottom: 18px;
    font-size: 12px;
  }

  .pricing-price {
    font-size: 30px;
  }

  .pricing-top {
    grid-row-gap: 40px;
  }

  .pricing-details {
    max-width: 100%;
  }

  .pricing-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column-reverse;
  }

  .pricing-right {
    max-width: 45%;
  }

  .price-text {
    margin-bottom: 30px;
    font-size: 36px;
  }

  .after-care, .cleaning-tattoo {
    margin-bottom: var(--tablet);
  }

  .ct-block {
    grid-row-gap: 40px;
    padding: 20px;
  }

  .ct-text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 150%;
  }

  .ct-image {
    min-height: 300px;
    max-height: 300px;
  }

  .testimonial-block {
    grid-row-gap: 40px;
    max-width: 70%;
    padding: 30px;
  }

  .testimonial-text {
    font-size: 18px;
  }

  .testimonial-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 60px 40px;
  }

  .review-video {
    grid-column-gap: 12px;
  }

  .play-button {
    min-width: 75px;
    max-width: 75px;
    min-height: 75px;
    max-height: 75px;
  }

  .book-appointment {
    margin-bottom: 80px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ba-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .ba-left {
    grid-row-gap: 20px;
    max-width: 100%;
  }

  .ba-right {
    max-width: 100%;
  }

  .works {
    margin-bottom: var(--tablet);
  }

  .works-wrap {
    grid-column-gap: 16px;
  }

  .work-block {
    grid-row-gap: 16px;
  }

  .service {
    margin-bottom: var(--tablet);
  }

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

  .service-link {
    grid-row-gap: 30px;
  }

  .service-image {
    min-height: 240px;
    max-height: 240px;
  }

  .service-data {
    margin-top: 12px;
  }

  .service-title {
    margin-bottom: 6px;
  }

  .sm-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .service-main-img {
    max-width: 100%;
  }

  .service-main-image {
    min-height: 400px;
    max-height: 400px;
  }

  .sm-right {
    grid-row-gap: 30px;
    max-width: 50%;
    padding: 30px;
  }

  .service-main {
    margin-bottom: 50px;
  }

  .service-details {
    margin-bottom: var(--tablet);
  }

  .service-more-img {
    grid-column-gap: 20px;
    margin-bottom: 40px;
  }

  .sm-image {
    min-height: auto;
    max-height: none;
  }

  .booking-form {
    margin-bottom: var(--tablet);
  }

  .booking-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
  }

  .booking-right {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    flex-flow: row;
    max-width: 100%;
  }

  .booking-img {
    max-width: 50%;
    height: auto;
    max-height: none;
  }

  .booking-left {
    max-width: 100%;
    padding: 40px;
  }

  .interested {
    grid-column-gap: 15px;
  }

  .artist {
    grid-column-gap: 100px;
  }

  .showcase, .about {
    margin-bottom: var(--tablet);
  }

  .about-data {
    max-width: 75%;
  }

  .about-title {
    margin-bottom: 10px;
    font-size: 38px;
  }

  .about-text {
    max-width: 85%;
  }

  .about-icon {
    min-width: 160px;
    max-width: 160px;
    min-height: 160px;
    max-height: 160px;
  }

  .values {
    margin-bottom: var(--tablet);
  }

  .values-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: stretch;
  }

  .values-left, .values-img {
    max-width: 100%;
  }

  .values-bottom {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .values-block {
    grid-row-gap: 16px;
  }

  .mission {
    margin-bottom: var(--tablet);
  }

  .mission-wrap {
    padding: 40px;
  }

  .mission-block {
    grid-row-gap: 40px;
    max-width: 72%;
    padding: 30px 25px;
  }

  .mission-title {
    margin-bottom: 10px;
  }

  .te-img {
    min-height: 380px;
    max-height: 380px;
  }

  .te-data {
    padding: 10px 20px;
    font-size: 14px;
    bottom: 16px;
    left: 16px;
    right: 16px;
  }

  .expert-title {
    font-size: 18px;
  }

  .appointment {
    margin-bottom: var(--tablet);
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .process {
    margin-bottom: var(--tablet);
  }

  .process-bottom {
    grid-column-gap: 10px;
  }

  .process-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .process-left, .process-right {
    max-width: 100%;
  }

  .process-heading {
    font-size: 20px;
  }

  .facts {
    margin-bottom: var(--tablet);
  }

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

  .facts-icon {
    min-width: 60px;
    max-width: 60px;
    min-height: 60px;
    max-height: 60px;
  }

  .facts-info {
    margin-bottom: 10px;
    font-size: 34px;
  }

  .facts-data {
    margin-top: 12px;
  }

  .story {
    margin-bottom: var(--tablet);
  }

  .story-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .story-right {
    grid-row-gap: 20px;
    flex-flow: column-reverse;
    max-width: 100%;
  }

  .story-left {
    grid-row-gap: 40px;
    max-width: 100%;
  }

  .story-heading {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .sl-data {
    margin-bottom: 30px;
  }

  .hero-bg {
    height: auto;
    margin-bottom: var(--tablet);
  }

  .hero-wrap {
    grid-row-gap: 160px;
    height: auto;
    padding-top: 60px;
  }

  .hero-bottom {
    grid-column-gap: 40px;
  }

  .customer-wrap {
    grid-column-gap: 10px;
    padding-right: 20px;
  }

  .hero-right {
    max-width: 46%;
  }

  .scroll-btn {
    min-width: 56px;
    max-width: 56px;
    min-height: 56px;
    max-height: 56px;
  }

  .scroll-arrow {
    min-width: 20px;
    max-width: 20px;
    min-height: 24px;
    max-height: 24px;
  }

  .hero-top {
    max-width: 100%;
  }

  .hero-title {
    font-size: 46px;
  }

  .hero-wrapper, .hero-data {
    height: auto;
  }

  .cart-button.mobile {
    font-size: 16px;
    line-height: 120%;
    display: flex;
  }

  .cart-quantity {
    font-weight: 400;
  }
}

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

  h2 {
    font-size: 28px;
  }

  ul, ol {
    padding-left: 25px;
  }

  li {
    margin-bottom: 10px;
  }

  blockquote {
    padding: 25px;
    font-size: 16px;
  }

  .nav-right {
    grid-column-gap: 20px;
  }

  .page-title {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .page-data {
    margin-bottom: var(--landscape-mobile);
  }

  .ft-bottom {
    grid-row-gap: 12px;
    flex-flow: column-reverse;
  }

  .ft-policy {
    justify-content: space-between;
    align-items: center;
  }

  .ft-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ft-menu {
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    place-items: center start;
    width: 100%;
    display: grid;
  }

  .sg-section {
    margin-bottom: var(--landscape-mobile);
  }

  .font-inner {
    flex-wrap: wrap;
  }

  .font-block {
    font-size: 16px;
  }

  .text-heading, .body-font {
    font-size: 60px;
  }

  .font-title {
    font-size: 16px;
  }

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

  .color-main {
    width: 80px;
    height: 80px;
  }

  .info-inner {
    padding-bottom: 40px;
  }

  .info-block {
    grid-row-gap: 50px;
  }

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

  .version-info {
    grid-column-gap: 15px;
    grid-template-columns: 60px 1fr;
  }

  .version-block {
    width: 60px;
    height: 60px;
  }

  .version-name {
    font-size: 14px;
  }

  .utility-page-content {
    max-width: 90%;
    padding: 30px;
  }

  .error-info {
    margin-top: 40px;
  }

  .error-data {
    max-width: 90%;
  }

  .cs-title {
    font-size: 56px;
  }

  .policy-block {
    padding-top: 40px;
  }

  .contact {
    margin-bottom: var(--landscape-mobile);
  }

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

  .form-wrap {
    grid-column-gap: 30px;
  }

  .contact-section {
    margin-bottom: var(--landscape-mobile);
  }

  .section-wrap {
    grid-row-gap: 30px;
  }

  .social-wrap {
    grid-column-gap: 20px;
  }

  .faq {
    margin-bottom: var(--landscape-mobile);
  }

  .faq-wrap {
    grid-row-gap: 30px;
  }

  .faq-info {
    padding: 12px 20px;
  }

  .ans-box {
    padding-top: 12px;
    padding-right: 0;
  }

  .que-text {
    font-size: 16px;
    line-height: 170%;
  }

  .ans-text {
    font-size: 14px;
    line-height: 150%;
  }

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

  .ft-info {
    grid-column-gap: 10px;
    font-size: 20px;
  }

  .reviews {
    margin-bottom: var(--landscape-mobile);
  }

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

  .review-block {
    grid-row-gap: 40px;
  }

  .blogs {
    margin-bottom: var(--landscape-mobile);
  }

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

  .post-image {
    min-height: 280px;
    max-height: 280px;
  }

  .post-heading {
    grid-row-gap: 16px;
  }

  .post-main-title {
    font-size: 24px;
  }

  .post-main {
    margin-bottom: var(--landscape-mobile);
  }

  .post-main-image {
    min-height: 320px;
    max-height: 320px;
  }

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

  .experts {
    margin-bottom: var(--landscape-mobile);
  }

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

  .expert-block {
    padding: 16px;
  }

  .expert-image {
    min-height: 260px;
    max-height: 260px;
  }

  .expert-data {
    grid-row-gap: 2px;
    margin-top: 10px;
  }

  .pricing {
    margin-bottom: var(--landscape-mobile);
  }

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

  .pricing-heading {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }

  .pricing-price {
    margin-bottom: 4px;
    font-size: 26px;
    line-height: 120%;
  }

  .pricing-top {
    grid-row-gap: 30px;
  }

  .pricing-right {
    max-width: 60%;
  }

  .price-text {
    margin-bottom: 20px;
    font-size: 32px;
  }

  .after-care, .cleaning-tattoo {
    margin-bottom: var(--landscape-mobile);
  }

  .ct-wrapper {
    grid-row-gap: 20px;
  }

  .ct-wrap {
    grid-column-gap: 20px;
    border-radius: 0;
    grid-template-columns: 1fr 1fr;
  }

  .ct-block {
    border-radius: 4px;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 16px;
    padding-right: 16px;
  }

  .ct-heading {
    font-size: 20px;
  }

  .ct-img {
    display: none;
  }

  .testimonial-block {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .testimonial-wrap {
    grid-row-gap: 50px;
  }

  .review-video {
    grid-column-gap: 10px;
    font-size: 22px;
  }

  .play-button {
    min-width: 70px;
    max-width: 70px;
    min-height: 70px;
    max-height: 70px;
  }

  .book-appointment {
    margin-bottom: 60px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ba-wrap {
    grid-row-gap: 50px;
  }

  .works {
    margin-bottom: var(--landscape-mobile);
  }

  .works-wrap {
    grid-column-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .work-block {
    grid-row-gap: 10px;
  }

  .service {
    margin-bottom: var(--landscape-mobile);
  }

  .service-list {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }

  .service-image {
    min-height: 180px;
    max-height: 180px;
  }

  .service-title {
    font-size: 20px;
  }

  .service-info {
    font-size: 14px;
    line-height: 150%;
  }

  .service-main-image {
    min-height: 350px;
    max-height: 350px;
  }

  .sm-right {
    max-width: 100%;
  }

  .service-main {
    margin-bottom: 40px;
  }

  .service-details {
    margin-bottom: var(--landscape-mobile);
  }

  .service-more-img {
    grid-column-gap: 10px;
  }

  .booking-form {
    margin-bottom: var(--landscape-mobile);
  }

  .booking-wrap {
    grid-row-gap: 10px;
  }

  .booking-right {
    grid-column-gap: 10px;
  }

  .booking-left {
    padding: 30px;
  }

  .booking-text {
    margin-bottom: 30px;
  }

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

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

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

  .artist-data {
    margin-top: 30px;
    padding-bottom: 20px;
  }

  .showcase {
    margin-bottom: var(--landscape-mobile);
  }

  .showcase-scroll {
    grid-column-gap: 10px;
  }

  .showcase-data {
    grid-row-gap: 10px;
    min-width: 200px;
  }

  .about {
    margin-bottom: var(--landscape-mobile);
  }

  .about-data {
    max-width: 75%;
  }

  .about-title {
    font-size: 28px;
  }

  .about-text {
    max-width: 100%;
    font-size: 14px;
    line-height: 150%;
  }

  .about-icon {
    min-width: 100px;
    max-width: 100px;
    min-height: 100px;
    max-height: 100px;
    top: -80px;
  }

  .about-scroll {
    grid-column-gap: 10px;
  }

  .about-img {
    min-width: 200px;
  }

  .values {
    margin-bottom: var(--landscape-mobile);
  }

  .values-wrap {
    grid-row-gap: 30px;
  }

  .values-bottom {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .values-icon {
    min-width: 55px;
    max-width: 55px;
    min-height: 55px;
    max-height: 55px;
  }

  .values-title {
    font-size: 20px;
  }

  .mission {
    margin-bottom: var(--landscape-mobile);
  }

  .mission-block {
    max-width: 100%;
    padding: 25px 20px;
  }

  .tattoo-experts {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .te-img {
    min-height: 350px;
    max-height: 350px;
  }

  .te-data {
    grid-row-gap: 2px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    bottom: 10px;
    left: 10px;
    right: 10px;
  }

  .expert-title {
    font-size: 18px;
  }

  .appointment {
    margin-bottom: var(--landscape-mobile);
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .process {
    margin-bottom: var(--landscape-mobile);
  }

  .process-bottom {
    grid-template-columns: 1fr 1fr;
  }

  .process-img.landscape {
    display: none;
  }

  .process-wrap {
    grid-row-gap: 30px;
  }

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

  .process-right {
    grid-row-gap: 18px;
  }

  .process-info {
    padding-bottom: 18px;
  }

  .process-box {
    padding-top: 10px;
    padding-right: 0;
  }

  .process-heading {
    font-size: 18px;
  }

  .facts {
    margin-bottom: var(--landscape-mobile);
  }

  .facts-wrap {
    grid-column-gap: 30px;
  }

  .facts-info {
    font-size: 30px;
  }

  .story {
    margin-bottom: var(--landscape-mobile);
  }

  .story-heading {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .sl-info-wrap {
    max-width: 70%;
  }

  .hero-bg {
    margin-bottom: var(--landscape-mobile);
  }

  .hero-wrap {
    grid-row-gap: 130px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-bottom {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    text-align: center;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
  }

  .hero-right {
    grid-column-gap: 60px;
    max-width: 100%;
  }

  .scroll-btn {
    display: none;
  }

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

  .hero-text {
    max-width: 100%;
  }
}

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

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  blockquote {
    padding: 20px;
  }

  .nav-right {
    grid-column-gap: 16px;
  }

  .page-data {
    margin-bottom: var(--portrait-mobile);
  }

  .footer-bottom {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .ft-bottom {
    font-size: 12px;
  }

  .ft-bottom-link {
    font-size: 14px;
  }

  .ft-policy {
    grid-column-gap: 60px;
    grid-row-gap: 12px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: grid;
  }

  .ft-wrap {
    padding-bottom: 40px;
  }

  .ft-menu {
    grid-column-gap: 80px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center start;
    width: auto;
    display: grid;
  }

  .purchase-badge {
    bottom: 16px;
    right: 16px;
  }

  .sg-section {
    margin-bottom: var(--portrait-mobile);
  }

  .font-inner {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .font-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-heading, .body-font {
    font-size: 70px;
  }

  .title-top {
    display: none;
  }

  .table-row {
    grid-column-gap: 0px;
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .color-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .color-box {
    grid-row-gap: 5px;
  }

  .button-wrap {
    grid-row-gap: 25px;
    flex-flow: wrap;
  }

  .primary-button {
    grid-column-gap: 16px;
    padding-left: 18px;
  }

  .info-block {
    flex-wrap: nowrap;
    overflow: hidden;
  }

  .disclaimer {
    padding: 20px;
    font-size: 14px;
  }

  .license-field {
    margin-bottom: 0;
  }

  .version-info {
    align-items: start;
  }

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

  .utility-page-content {
    padding: 25px;
  }

  .previous-btn {
    grid-column-gap: 16px;
    padding-left: 18px;
  }

  .hover-button {
    grid-column-gap: 16px;
  }

  .cs-title {
    margin-bottom: 10px;
    font-size: 42px;
  }

  .contact {
    margin-bottom: var(--portrait-mobile);
  }

  .contact-wrap {
    padding: 20px;
  }

  .form-bottom {
    grid-column-gap: 0px;
    grid-row-gap: 35px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
  }

  .input {
    padding-left: 26px;
  }

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

  .contact-section {
    margin-bottom: var(--portrait-mobile);
  }

  .section-wrap {
    grid-row-gap: 25px;
  }

  .contact-data {
    grid-row-gap: 20px;
  }

  .contact-block {
    padding-bottom: 20px;
  }

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

  .social-info {
    justify-content: flex-start;
    align-items: center;
  }

  .faq {
    margin-bottom: var(--portrait-mobile);
  }

  .faq-info {
    padding: 10px 16px;
  }

  .ans-box {
    padding-top: 10px;
  }

  .que {
    grid-column-gap: 15px;
  }

  .footer-info {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .ft-info {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-flow: column;
    font-size: 18px;
  }

  .reviews {
    margin-bottom: var(--portrait-mobile);
  }

  .review-block {
    padding: 20px;
  }

  .review-text {
    font-size: 16px;
  }

  .review-data {
    grid-column-gap: 10px;
  }

  .review-img {
    min-width: 45px;
    max-width: 45px;
    min-height: 45px;
    max-height: 45px;
  }

  .review-image {
    min-height: 45px;
    max-height: 45px;
  }

  .review-name {
    font-size: 16px;
  }

  .blogs {
    margin-bottom: var(--portrait-mobile);
  }

  .post-list {
    grid-row-gap: 30px;
  }

  .post-block {
    padding: 16px;
  }

  .post-image {
    min-height: 200px;
    max-height: 200px;
  }

  .post-title {
    font-size: 18px;
  }

  .post-main-title {
    line-height: 140%;
  }

  .post-main {
    margin-bottom: var(--portrait-mobile);
  }

  .post-main-image {
    min-height: 250px;
    max-height: 250px;
  }

  .experts {
    margin-bottom: var(--portrait-mobile);
  }

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

  .expert-block {
    padding: 14px;
  }

  .expert-image {
    min-height: 350px;
    max-height: 420px;
  }

  .pricing {
    margin-bottom: var(--portrait-mobile);
  }

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

  .pricing-top {
    grid-row-gap: 20px;
  }

  .pricng-btn {
    grid-column-gap: 16px;
  }

  .includes-info {
    margin-bottom: 8px;
  }

  .pricing-features, .standard-features {
    font-size: 14px;
  }

  .pricing-right {
    max-width: 100%;
  }

  .price-text {
    font-size: 28px;
  }

  .after-care {
    margin-bottom: var(--portrait-mobile);
  }

  .ac-data {
    grid-row-gap: 14px;
    margin-top: 25px;
  }

  .ac-heading {
    margin-bottom: 8px;
  }

  .ac-title {
    font-size: 16px;
  }

  .cleaning-tattoo {
    margin-bottom: var(--portrait-mobile);
  }

  .ct-wrapper {
    grid-row-gap: 18px;
  }

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

  .ct-block {
    padding: 18px;
  }

  .testimonial-block {
    grid-row-gap: 30px;
    padding: 25px 20px;
  }

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

  .testimonial-img {
    min-width: 45px;
    max-width: 45px;
    min-height: 45px;
    max-height: 45px;
  }

  .testimonial-name {
    font-size: 16px;
  }

  .testimonial-data {
    grid-column-gap: 10px;
  }

  .testimonial-image {
    min-height: 45px;
    max-height: 45px;
  }

  .testimonial-wrap {
    grid-row-gap: 40px;
    padding: 40px 20px;
  }

  .review-video {
    font-size: 18px;
  }

  .play-button {
    min-width: 60px;
    max-width: 60px;
    min-height: 60px;
    max-height: 60px;
  }

  .play-icon {
    min-width: 16px;
    max-width: 16px;
    min-height: 20px;
    max-height: 20px;
  }

  .book-appointment {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ba-wrap {
    grid-row-gap: 40px;
  }

  .ba-title {
    margin-bottom: 10px;
  }

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

  .works {
    margin-bottom: var(--portrait-mobile);
  }

  .works-wrap {
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .work-block {
    max-width: none;
  }

  .service {
    margin-bottom: var(--portrait-mobile);
  }

  .service-list {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .service-link {
    grid-row-gap: 25px;
  }

  .service-image {
    min-height: 230px;
    max-height: 230px;
  }

  .service-main-image {
    min-height: 260px;
    max-height: 260px;
  }

  .sm-right {
    grid-row-gap: 25px;
    padding: 25px;
  }

  .sm-title {
    font-size: 18px;
  }

  .rs-block {
    padding-bottom: 12px;
    font-size: 16px;
  }

  .service-details {
    margin-bottom: var(--portrait-mobile);
  }

  .service-more-img {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .service-heading {
    font-size: 32px;
  }

  .booking-form {
    margin-bottom: var(--portrait-mobile);
  }

  .booking-img {
    max-width: 100%;
  }

  .booking-img.mobile {
    display: none;
  }

  .booking-left {
    padding: 25px 20px;
  }

  .booking-text {
    font-size: 14px;
    line-height: 150%;
  }

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

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

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

  .artist {
    grid-column-gap: 30px;
  }

  .showcase, .about {
    margin-bottom: var(--portrait-mobile);
  }

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

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

  .about-icon {
    min-width: 80px;
    max-width: 80px;
    min-height: 80px;
    max-height: 80px;
    top: -80px;
  }

  .about-wrap {
    margin-bottom: 30px;
  }

  .values {
    margin-bottom: var(--portrait-mobile);
  }

  .values-wrap {
    grid-row-gap: 25px;
  }

  .values-bottom {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .values-block {
    grid-row-gap: 12px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .values-icon {
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
  }

  .values-title {
    font-size: 18px;
  }

  .mission {
    margin-bottom: var(--portrait-mobile);
  }

  .mission-wrap {
    padding: 30px 20px;
  }

  .mission-block {
    grid-row-gap: 30px;
    padding: 22px 16px;
    font-size: 14px;
    line-height: 150%;
  }

  .mission-title {
    margin-bottom: 8px;
    font-size: 22px;
  }

  .tattoo-experts {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .te-img {
    min-height: 400px;
    max-height: 400px;
  }

  .te-data {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 12px;
    line-height: 150%;
    bottom: 14px;
    left: 14px;
    right: 14px;
  }

  .expert-title {
    font-size: 16px;
  }

  .appointment {
    margin-bottom: var(--portrait-mobile);
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .process {
    margin-bottom: var(--portrait-mobile);
  }

  .process-bottom {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .process-img.mobile {
    display: none;
  }

  .process-right {
    grid-row-gap: 16px;
  }

  .process-info {
    padding-bottom: 16px;
  }

  .process-box {
    padding-top: 8px;
  }

  .process-heading {
    font-size: 16px;
  }

  .facts {
    margin-bottom: var(--portrait-mobile);
  }

  .facts-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }

  .facts-icon {
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
  }

  .facts-info {
    font-size: 26px;
  }

  .facts-data {
    font-size: 14px;
  }

  .story {
    margin-bottom: var(--portrait-mobile);
  }

  .story-heading {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 150%;
  }

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

  .sl-title {
    margin-bottom: 16px;
  }

  .sl-info-wrap {
    max-width: 100%;
  }

  .story-images {
    grid-column-gap: 10px;
    max-width: 100%;
  }

  .sl-img {
    display: none;
  }

  .hero-bg {
    margin-bottom: var(--portrait-mobile);
  }

  .hero-wrap {
    grid-row-gap: 100px;
  }

  .hero-bottom {
    grid-row-gap: 20px;
  }

  .customer-img {
    min-width: 26px;
    max-width: 26px;
    min-height: 26px;
    max-height: 26px;
  }

  .customer-image {
    min-height: 26px;
    max-height: 26px;
  }

  .hero-title {
    margin-bottom: 10px;
    font-size: 34px;
  }

  .hero-sub-title {
    font-size: 18px;
  }

  .title-icon {
    min-width: 26px;
    max-width: 26px;
    min-height: 26px;
    max-height: 26px;
  }

  .hero-button {
    grid-row-gap: 25px;
    flex-flow: wrap;
    margin-top: 30px;
  }

  .cart-btn {
    grid-column-gap: 16px;
  }

  .cart-button.mobile, .cart-quantity.mobile {
    font-size: 14px;
  }

  .after-care-title {
    font-size: 32px;
  }

  .hero-btn {
    grid-column-gap: 16px;
    padding-left: 18px;
  }

  .form-button {
    grid-column-gap: 16px;
  }
}

#w-node-a0128072-7904-42d2-cd2d-f4f781aedbc6-1daa14d1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6b89e06e-979f-5f95-c660-255294e5681c-1daa14d2, #w-node-_6b89e06e-979f-5f95-c660-255294e56821-1daa14d2, #w-node-_1534cc9d-c420-9575-979e-5d8e5e963a54-1daa14d2, #w-node-_1534cc9d-c420-9575-979e-5d8e5e963a56-1daa14d2, #w-node-_1534cc9d-c420-9575-979e-5d8e5e963a59-1daa14d2, #w-node-_1974428f-1e61-ca1a-345c-307f8a558961-1daa14d2, #w-node-_1974428f-1e61-ca1a-345c-307f8a558966-1daa14d2, #w-node-_1974428f-1e61-ca1a-345c-307f8a558969-1daa14d2, #w-node-_1974428f-1e61-ca1a-345c-307f8a55896d-1daa14d2, #w-node-_1974428f-1e61-ca1a-345c-307f8a558972-1daa14d2, #w-node-_1974428f-1e61-ca1a-345c-307f8a558975-1daa14d2, #w-node-_1974428f-1e61-ca1a-345c-307f8a558979-1daa14d2, #w-node-_1974428f-1e61-ca1a-345c-307f8a55897e-1daa14d2, #w-node-_1974428f-1e61-ca1a-345c-307f8a558981-1daa14d2, #w-node-_1974428f-1e61-ca1a-345c-307f8a558985-1daa14d2, #w-node-_1974428f-1e61-ca1a-345c-307f8a55898a-1daa14d2, #w-node-_1974428f-1e61-ca1a-345c-307f8a55898d-1daa14d2, #w-node-_1974428f-1e61-ca1a-345c-307f8a558991-1daa14d2, #w-node-_1974428f-1e61-ca1a-345c-307f8a558996-1daa14d2, #w-node-_1974428f-1e61-ca1a-345c-307f8a558999-1daa14d2, #w-node-_1974428f-1e61-ca1a-345c-307f8a55899d-1daa14d2, #w-node-_1974428f-1e61-ca1a-345c-307f8a5589a2-1daa14d2, #w-node-_1974428f-1e61-ca1a-345c-307f8a5589a5-1daa14d2, #w-node-_1974428f-1e61-ca1a-345c-307f8a5589a9-1daa14d2, #w-node-_1974428f-1e61-ca1a-345c-307f8a5589ae-1daa14d2, #w-node-_1974428f-1e61-ca1a-345c-307f8a5589b1-1daa14d2, #w-node-_1974428f-1e61-ca1a-345c-307f8a5589b5-1daa14d2, #w-node-_1974428f-1e61-ca1a-345c-307f8a5589ba-1daa14d2, #w-node-_1974428f-1e61-ca1a-345c-307f8a5589bd-1daa14d2, #w-node-_1974428f-1e61-ca1a-345c-307f8a5589c1-1daa14d2, #w-node-_1974428f-1e61-ca1a-345c-307f8a5589c6-1daa14d2, #w-node-_1974428f-1e61-ca1a-345c-307f8a5589c9-1daa14d2, #w-node-_8f6c72fc-4201-14de-70f6-5167f3c81b72-1daa14d4, #w-node-_8f6c72fc-4201-14de-70f6-5167f3c81b7b-1daa14d4, #w-node-f79d5fbd-a367-8705-84b9-3df2b31580ef-1daa14d5, #w-node-f79d5fbd-a367-8705-84b9-3df2b31580f2-1daa14d5, #w-node-f79d5fbd-a367-8705-84b9-3df2b31580f3-1daa14d5, #w-node-f79d5fbd-a367-8705-84b9-3df2b31580f5-1daa14d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e9aa9bd-6f87-ea3f-aac3-d62dda617712-1daa14db, #w-node-_001346eb-1202-7946-403d-8415be852fe0-be852fb5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-_9f7ca00a-e932-034a-bce0-d6b5c1c66355-1daa14e9, #w-node-e6932a95-4762-29ec-40bc-5600a90b427b-1daa14e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a0128072-7904-42d2-cd2d-f4f781aedbc6-1daa14d1, #w-node-_7e9aa9bd-6f87-ea3f-aac3-d62dda617712-1daa14db {
    grid-column: span 1 / span 1;
  }

  #w-node-_736227d2-11c1-e596-4671-24aac8fa7165-1daa14e1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_001346eb-1202-7946-403d-8415be852fe0-be852fb5 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.w-webflow-badge,
.purchase-badge {
  display: none !important;
}

.showcase-image{filter:grayscale(100%);transition:filter .4s ease;}
.showcase-img:hover .showcase-image{filter:grayscale(0%);}

/* Underlined Tattoo logo sizing */
.brand img { height: 56px; width: auto; max-width: 220px; object-fit: contain; }
.ft-brand img, .ft-wrap .brand img { height: 64px; max-width: 240px; }

