@font-face {
  font-family: Wasted Vindey;
  src: url('../fonts/wasted-vindey.regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

:root {
  --secondary-color: #4b3f6e;
  --primary-color: #b89d62;
  --white: #fff;
  --ruddy-pink\<deleted\|variable-76639174-6f60-6508-a9e9-470b067dd7a9\>: #4b3f6e;
  --black: black;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

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

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

@media screen and (max-width: 479px) {
  .w-commerce-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;
  }

  .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 {
    font-size: 16px;
  }
}

body {
  color: var(--secondary-color);
  font-family: Jost, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

h1 {
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Gilda Display, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 90px;
}

h2 {
  color: var(--primary-color);
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Gilda Display, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 65px;
}

h3 {
  color: var(--primary-color);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Jost, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

h4 {
  color: var(--primary-color);
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Jost, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

h5 {
  color: var(--primary-color);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Jost, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

h6 {
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Jost, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--secondary-color);
  text-decoration: none;
}

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

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

li {
  color: var(--primary-color);
  text-transform: capitalize;
  background-image: url('../images/Icon-.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: none;
}

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

.home-one-hero-text {
  text-align: center;
  flex: 1;
  max-width: none;
  padding-top: 170px;
  padding-bottom: 160px;
}

.heading-three {
  color: var(--primary-color);
  text-transform: capitalize;
  font-family: Jost, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.heading-three.text-white {
  text-align: center;
  font-family: Wasted Vindey, Georgia, sans-serif;
  font-weight: 400;
}

.heading-three.padding-top-thirty {
  padding-top: 30px;
}

.home-one-hero-video-flex-block {
  z-index: 9;
  grid-column-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 50px;
  margin-bottom: 60px;
  position: relative;
}

.margin-top-zero {
  margin-top: 0;
  font-family: Wasted Vindey, Georgia, sans-serif;
}

.home-one-services-description {
  max-width: 480px;
}

.home-one-special-offers-block {
  text-align: center;
}

.header-one-nav-flex-block {
  grid-column-gap: 100px;
  justify-content: space-between;
  align-items: center;
}

.home-one-special-offers-heading {
  text-align: center;
  max-width: 532px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.banner-video {
  width: 154px;
  height: 125px;
}

.home-one-special-offers-image-overlay {
  z-index: 1;
  background-color: var(--ruddy-pink\<deleted\|variable-76639174-6f60-6508-a9e9-470b067dd7a9\>);
  display: none;
  position: absolute;
  inset: 0%;
}

.hero-image {
  flex-flow: column;
  width: 52%;
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.image-height-auto-responsive {
  height: auto;
}

.position-relative {
  position: relative;
}

.header-one-dropdown {
  padding: 35px 18px 35px 0;
}

.header-one-dropdown.padding-chnage {
  padding-left: 0;
  padding-right: 0;
}

.container {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}

.button {
  z-index: 99;
  background-color: var(--primary-color);
  transform-origin: 0 0;
  color: #11171b;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0;
  padding: 11px 40px 9px;
  font-family: Wasted Vindey, Georgia, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.button.transparent-button {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #de968d00;
}

.button.slider {
  background-color: #4b3f6e;
}

.button.slider.transparent-button {
  background-color: #de968d00;
  font-family: Gilda Display, sans-serif;
  font-weight: 400;
}

.button.button-full-width {
  width: 100%;
}

.button.button-full-width.button-black {
  background-color: var(--black);
}

.header-one-logo-and-menu {
  grid-column-gap: 50px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
}

.heading-five {
  color: var(--primary-color);
  text-transform: capitalize;
  font-family: Wasted Vindey, Georgia, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}

.heading-five.text-ruddy-pink {
  color: var(--primary-color);
}

.heading-five.all-caps {
  text-transform: uppercase;
}

.text-white {
  color: var(--white);
  font-family: Wasted Vindey, Georgia, sans-serif;
}

.text-white.margin-bottom-ten {
  margin-bottom: 10px;
}

.text-white.footer-two-hover-color:hover {
  color: var(--ruddy-pink\<deleted\|variable-76639174-6f60-6508-a9e9-470b067dd7a9\>);
}

.text-white.padding-top-ten {
  font-family: Jost, sans-serif;
}

.text-white.margin-top-zero {
  font-family: Wasted Vindey, Georgia, sans-serif;
}

.header-one-navbar {
  background-color: #ddd0;
}

.home-one-special-offers-image {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.home-one-special-offer-blocks-wraper {
  grid-column-gap: 30px;
  grid-row-gap: 52px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-one-hero-image {
  height: auto;
}

.home-one-hero-main {
  justify-content: flex-start;
  align-items: center;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-one-services-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.heading-four {
  color: var(--primary-color);
  text-transform: capitalize;
  font-family: Wasted Vindey, Georgia, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.heading-four.text-white {
  background-color: var(--primary-color);
  color: var(--white);
}

.heading-four.text-white.margin-bottom-ten {
  margin-bottom: 10px;
}

.padding-bottom-ten {
  padding-bottom: 10px;
}

.service-three-counter-main {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.service-three-counter-main.top {
  grid-column-gap: 5px;
  justify-content: center;
  align-items: flex-start;
}

.slider {
  background-color: #ddd0;
  height: 100%;
  position: static;
}

.home-one-services-heading {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 670px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-one-services-block {
  text-align: center;
  flex: 1;
  padding: 60px 20px 42px;
  transition: all .6s, background-color .2s;
}

.home-one-services-block:hover {
  background-color: #fff;
  box-shadow: 0 10px 50px 10px #fdedec80;
}

.home-one-special-offers {
  background-color: var(--ruddy-pink\<deleted\|variable-76639174-6f60-6508-a9e9-470b067dd7a9\>);
  color: #fff;
  padding: 102px 15px 120px;
}

.header-one {
  z-index: 999;
  border-bottom: .5px solid #898484;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  inset: 0% 0% auto;
}

.button-text {
  z-index: 1;
  color: var(--white);
  font-family: Wasted Vindey, Georgia, sans-serif;
  position: relative;
}

.menu-font {
  color: var(--primary-color);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.menu-font.text-white {
  color: var(--white);
  text-shadow: 0 1px 1px #0003;
  vertical-align: baseline;
  cursor: auto;
  background-color: #fff0;
  border-radius: 0;
  font-family: Wasted Vindey, Georgia, sans-serif;
}

.menu-font.text-white.w--current {
  vertical-align: baseline;
  mix-blend-mode: normal;
  background-color: #fff0;
  font-family: Wasted Vindey, Georgia, sans-serif;
}

.menu-font.text-white:hover {
  color: #de968d;
}

.menu-font.white-menu-text {
  color: var(--white);
}

.menu-font.black-menu-text:hover {
  color: var(--ruddy-pink\<deleted\|variable-76639174-6f60-6508-a9e9-470b067dd7a9\>);
}

.text-ruddy-pink {
  color: #de968d;
}

.banner-marketing-image {
  border-radius: 4px;
  overflow: hidden;
}

.home-one-hero {
  background-image: linear-gradient(123deg, #323b46 33%, #de968d);
  padding-top: 100px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.home-one-services-icon {
  margin-bottom: 30px;
}

.button-overlay {
  z-index: -1;
  background-color: #c2675b;
  border-radius: 100%;
  width: 25%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: scale(1.7)translate(0, 150%);
}

.button-overlay.two {
  background-color: var(--secondary-color);
  left: 25%;
}

.button-overlay.two.black {
  background-color: var(--black);
}

.button-overlay.four {
  background-color: var(--secondary-color);
  left: 75%;
}

.button-overlay.four.black {
  background-color: var(--black);
}

.button-overlay.three {
  background-color: var(--secondary-color);
  left: 50%;
}

.button-overlay.one {
  background-color: var(--secondary-color);
}

.button-overlay.one.black {
  background-color: var(--black);
}

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

.footer-one-get-in-touch {
  grid-row-gap: 25px;
  flex-flow: column;
  max-width: 210px;
  display: flex;
}

.footer-one-dcoration-circle-image {
  position: absolute;
}

.footer-one-address {
  border-left: 2px solid #ababab;
  padding-left: 18px;
}

.footer-one-email-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: block;
}

.footer-one-dcoration-circle {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 290px;
  height: 290px;
  display: flex;
}

.footer-one-bottom-main {
  justify-content: space-between;
  align-items: center;
  padding: 17px 15px;
  display: flex;
}

.footer-menu-links {
  grid-column-gap: 50px;
  display: flex;
}

.footer-one-main {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-one-social-icons-wrap {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-one {
  background-image: linear-gradient(143deg, #323b46 46%, #de968d);
  padding-top: 122px;
}

.footer-one-bottom {
  border-top: 1px solid #696969;
  justify-content: space-between;
}

.footer-one-help {
  max-width: 200px;
}

.footer-one-social-icon {
  border: 1px solid #7a7a7a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 43px;
  height: 43px;
  transition: background-color .3s;
  display: flex;
}

.footer-one-social-icon:hover {
  background-color: var(--ruddy-pink\<deleted\|variable-76639174-6f60-6508-a9e9-470b067dd7a9\>);
}

.footer-bottom-text {
  color: var(--white);
  text-align: center;
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.footer-one-social-icons {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-one-title {
  text-align: center;
  border-bottom: 1px solid #696969;
  padding-bottom: 50px;
}

.footer-one-appointment-flex-block {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.header-one-button {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
}

.book-appointment-link {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: -2px;
  display: flex;
}

.book-appointment-link:hover {
  color: var(--ruddy-pink\<deleted\|variable-76639174-6f60-6508-a9e9-470b067dd7a9\>);
}

.heading-six {
  color: var(--primary-color);
  text-transform: capitalize;
  font-family: Jost, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.heading-six.text-white {
  color: var(--white);
}

.heading-six.text-ruddy-pink {
  color: var(--ruddy-pink\<deleted\|variable-76639174-6f60-6508-a9e9-470b067dd7a9\>);
}

.slider-absolute-block {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.slider-image-one {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slider-bg-for-interaction {
  background-color: var(--white);
  display: none;
  position: absolute;
  inset: 0%;
}

.slider-bg-for-interaction.black {
  background-color: #030303;
}

.slider-bg-for-interaction.color-old-lace {
  background-color: #fff3e9;
}

.slider-bg-for-interaction.color-light-pink {
  background-color: #fff9f8;
}

.home-two-massages-flex-block {
  grid-column-gap: 56px;
  justify-content: space-between;
  align-items: center;
}

.home-two-spa-rituals {
  padding: 130px 15px 100px;
}

.home-three-layout-one {
  z-index: 1;
  width: 25vw;
  position: relative;
}

.home-three-layout-one.underline-off {
  text-decoration: none;
}

.home-two-massages-items-block {
  flex: 1;
}

.home-two-massages-image {
  width: 520px;
  height: 466px;
  position: relative;
}

.home-two-spa-rituals-points {
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 50px;
  display: flex;
}

.footer-two-bottom {
  text-align: center;
  border-top: .5px solid #8c8c8c;
  padding-top: 25px;
  padding-bottom: 25px;
}

.footer-two-bottom.gutter-space {
  padding-left: 15px;
  padding-right: 15px;
}

.footer-two-main {
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 120px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.home-two-hero-right-side {
  background-image: url('../images/Hero-Bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  flex: 0 58.1%;
  justify-content: center;
  align-items: center;
  padding-top: 220px;
  padding-bottom: 220px;
  display: flex;
}

.home-two-massages-items {
  grid-column-gap: 30px;
  margin-top: 40px;
}

.home-two-massages-items-flex-block {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.home-two-spa-experience-line {
  background-color: #de968d;
  width: 1px;
  height: 69px;
  margin-bottom: 30px;
}

.footer-two-site-logo {
  margin-top: 10px;
}

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

.home-two-hero-text {
  text-align: center;
  max-width: 610px;
  margin-bottom: 10px;
  overflow: hidden;
}

.landing-home-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: center;
  margin-top: 100px;
  position: relative;
  overflow: hidden;
}

.home-two-spa-experience-main {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.home-two-spa-rituals-main {
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-two-spa-rituals-text {
  flex: 1;
  max-width: 650px;
}

.home-two-service {
  overflow: hidden;
}

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

.home-two-massages-items-line {
  background-color: #777;
  flex: 1;
  min-width: 50px;
  height: .5px;
}

.home-two-counter-section {
  padding-bottom: 120px;
  padding-left: 15px;
  padding-right: 15px;
}

.landing-home-marquee {
  width: 100vw;
  margin-top: 90px;
  overflow: hidden;
}

.footer-two {
  background-color: #171717;
  padding-top: 120px;
}

.home-two-massages {
  background-color: #030303;
  padding: 130px 15px;
}

.home-two-hero {
  position: relative;
}

.tag-one {
  grid-column-gap: 18px;
  align-items: center;
  display: flex;
}

.home-two-massages-text {
  flex: 1;
}

.home-two-counter-section-description {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}

.home-two-service-heading {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 34px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.home-two-spa-rituals-image {
  width: 520px;
  height: 669px;
  position: relative;
}

.home-two-hero-left-image {
  width: 45.5%;
  display: none;
  position: absolute;
  inset: auto 0% 0% 9.5%;
}

.home-three-rating-text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 30px;
  display: flex;
}

.home-two-spa-rituals-icons {
  background-color: #ffebe9;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 76px;
  height: 76px;
  margin-top: 8px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.margin-bottom-thirty {
  margin-bottom: 30px;
}

.spa-sanctuary-tag {
  grid-column-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header-two-container {
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
}

.home-two-spa-experience {
  padding-top: 130px;
  overflow: hidden;
}

.tag-one-dot {
  background-color: #de968d;
  border-radius: 50%;
  width: 15px;
  height: 15px;
}

.home-three-layout-four {
  z-index: 4;
  width: 25vw;
  position: relative;
}

.header-two-logo {
  flex: none;
}

.header-two-nav-menu {
  justify-content: space-between;
  position: static;
}

.header-two-navbar {
  background-color: #ddd0;
  border-top: 1px solid #dadada;
  padding-left: 15px;
  padding-right: 15px;
}

.spa-sanctuary-tag-line {
  background-color: #d2d2d2;
  width: 89px;
  height: 1px;
}

.header-two {
  z-index: 9;
  background-color: var(--white);
}

.home-three-layout-three {
  z-index: 3;
  width: 25vw;
  position: relative;
}

.home-two-hero-left-side {
  background-image: url('../images/Spa.svg'), linear-gradient(140deg, #c3bec6 25%, #d5b9ab);
  background-position: 0 60%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  flex: 1;
}

.home-three-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 100%;
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
  position: relative;
}

.home-three-layout-two {
  z-index: 2;
  width: 25vw;
  position: relative;
}

.counter-wrapper {
  grid-column-gap: 50px;
  justify-content: space-between;
  display: flex;
}

.home-two-spa-sanctuary {
  padding: 130px 15px;
  overflow: hidden;
}

.home-two-massages-main {
  grid-row-gap: 120px;
  flex-flow: column;
  display: flex;
}

.home-two-massages-text-description {
  max-width: 475px;
}

.home-two-spa-sanctuary-main {
  grid-column-gap: 100px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-three-rating {
  max-width: 582px;
  margin-top: 50px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  box-shadow: 0 4px 20px #bdbdbd33;
}

.header-two-social-icons {
  grid-column-gap: 15px;
  color: var(--primary-color);
  text-transform: capitalize;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  display: flex;
}

.counter-box-wrap {
  text-align: center;
  overflow: visible;
}

.home-two-service-description {
  max-width: 560px;
}

.home-two-spa-sanctuary-text {
  flex: 1;
  max-width: 640px;
}

.home-two-spa-rituals-points-flex-block {
  grid-column-gap: 30px;
  align-items: flex-start;
}

.home-two-counter-section-heading {
  text-align: center;
  margin-bottom: 35px;
}

.home-two-counter-section-wrapper {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.home-three-rating-number {
  border-right: 1px solid #dadada;
  flex: 1;
  max-width: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 30px;
}

.header-two-flex-block {
  grid-column-gap: 100px;
  justify-content: space-between;
  align-items: center;
}

.home-one-banner-decoration {
  position: absolute;
  inset: auto auto 25px 0%;
}

.navmenu__flex-container {
  justify-content: space-between;
  display: flex;
}

.navmenu__link-list {
  grid-column-gap: 28px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.link-list__dropdown-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-list__dropdown-toggle {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 25px 18px 23px 0;
  display: flex;
}

.link-list__dropdown-toggle.padding-chnage {
  padding-right: 0;
}

.icon {
  color: var(--primary-color);
  margin-right: 0;
  font-family: Jost, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.icon.white {
  color: var(--white);
}

.navmenu__dropdown {
  background-color: var(--white);
  min-width: 250px;
  padding-top: 20px;
  padding-bottom: 20px;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
  box-shadow: 0 20px 55px #00000014;
}

.navmenu__dropdown.w--open {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.home-two-hero-main {
  justify-content: flex-start;
  display: flex;
}

.dropdown-link {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 500;
  transition: all .4s;
}

.dropdown-link:hover {
  color: var(--ruddy-pink\<deleted\|variable-76639174-6f60-6508-a9e9-470b067dd7a9\>);
  transform: translate(10px);
}

.dropdown-link.w--current {
  color: var(--ruddy-pink\<deleted\|variable-76639174-6f60-6508-a9e9-470b067dd7a9\>);
}

.responsive-image-height-auto.image-full-width {
  width: 100%;
  height: 100%;
}

.footer-two-description {
  max-width: 410px;
  margin-top: 33px;
  margin-bottom: 35px;
}

.footer-two-links-flex-block {
  grid-row-gap: 13px;
  margin-top: 24px;
}

.footer-two-social-icons-wrap {
  grid-column-gap: 8px;
  margin-top: 10px;
}

.footer-two-links-wrap {
  flex: none;
}

.counter-side-text {
  font-size: 25px;
  font-weight: 500;
  line-height: 35px;
}

.padding-top-twenty {
  padding-top: 20px;
}

.home-two-counter-bottom-text {
  color: var(--primary-color);
  text-transform: capitalize;
  padding-top: 27px;
  font-family: Gilda Display, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

.scrolling-banner-text {
  color: #ffebe9;
  letter-spacing: .32px;
  text-transform: capitalize;
  white-space: nowrap;
  margin-bottom: 10px;
  font-family: Gilda Display, sans-serif;
  font-size: 400px;
  font-weight: 400;
  line-height: 100%;
  position: relative;
}

.footer-three-main {
  grid-column-gap: 95px;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 130px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.home-three-spa-retreat-heading {
  grid-column-gap: 100px;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.home-three-about-us-main {
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 170px;
  padding-bottom: 170px;
  position: absolute;
}

.spa-experience-tabs {
  justify-content: flex-start;
  display: flex;
}

.footer-three-logo {
  flex: 1;
  margin-bottom: 40px;
}

.home-three-hero-container {
  z-index: 5;
  width: 100%;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.home-three-hero-container.home-three-slider-container {
  z-index: 3;
  max-width: 1320px;
  padding-left: 15px;
  padding-right: 15px;
}

.home-three-spa-experience-description {
  max-width: 440px;
}

.home-three-review-slide-nav {
  margin-top: 20px;
  font-size: 11px;
  line-height: 100%;
  position: static;
}

.home-three-spa-retreat-description {
  max-width: 520px;
}

.header-three-navbar {
  z-index: 999;
  background-color: #fff3f324;
  padding-left: 15px;
  padding-right: 15px;
  position: fixed;
  inset: 0% 0% auto;
}

.header-three-navbar.black {
  background-color: var(--primary-color);
  padding-left: 15px;
  padding-right: 15px;
}

.footer-three-contact-links-wrap {
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 50px;
  display: flex;
}

.spa-experience-tabs-image {
  background-image: url('../images/tab-image-5.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 26.8em;
  position: relative;
}

.spa-experience-tabs-image.two {
  background-image: url('../images/Tab-Image.webp');
}

.spa-experience-tabs-image.three {
  background-image: url('../images/Tab-Image-3.webp');
}

.spa-experience-tabs-image.four {
  background-image: url('../images/tab-image-2.webp');
}

.spa-experience-tabs-image.five {
  background-image: url('../images/tab-image-4.webp');
}

.header-three-logo {
  flex: none;
}

.home-three-about-us-description {
  max-width: 540px;
  margin: 18px auto 30px;
}

.home-three-spa-experience-heading {
  grid-column-gap: 100px;
  margin-bottom: 35px;
  display: flex;
}

.home-three-service {
  padding: 130px 15px;
  overflow: hidden;
}

.home-three-revie-qoute {
  text-align: center;
}

.home-three-hero {
  position: relative;
  overflow: hidden;
}

.home-three-spa-retreat {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding: 75px 15px 110px;
  overflow: hidden;
}

.header-three-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}

.tabs-content {
  width: 60%;
}

.home-three-hero-flex {
  background-color: #363636cc;
  flex-flow: column;
  width: 90%;
  max-width: 686px;
  margin-left: auto;
  padding: 50px 60px 60px;
  display: flex;
}

.footer-three-social-media-icons-wrap {
  grid-column-gap: 10px;
  margin-top: 30px;
}

.footer-three-title {
  grid-row-gap: 70px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 355px;
  display: flex;
}

.home-three-tab-link {
  background-color: var(--white);
  width: 100%;
  margin-bottom: 20px;
  padding: 24px 30px;
}

.home-three-tab-link.w--current {
  background-color: var(--ruddy-pink\<deleted\|variable-76639174-6f60-6508-a9e9-470b067dd7a9\>);
}

.home-three-tab-link.margin-zero {
  margin-bottom: 0;
}

.home-three-banner-slider {
  padding-top: 230px;
  padding-bottom: 118px;
  overflow: hidden;
}

.home-three-banner-slider.slider-one {
  background-image: url('../images/Hero-Image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-three-banner-slider.slider-two {
  background-image: url('../images/banner-image-3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-three-banner-slider.slider-three {
  background-image: url('../images/woman-smelling-white-flower.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-three-slider {
  background-color: #ddd0;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.header-three-flex-block {
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: center;
  font-family: Wasted Vindey, Georgia, sans-serif;
  display: flex;
}

.home-three-service-image-one {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.home-three-hero-text-points-flex {
  grid-column-gap: 40px;
  margin-top: 50px;
}

.home-three-hero-text-points {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}

.home-three-slider-description {
  color: var(--white);
  font-family: Jost, sans-serif;
}

.home-three-slider-mask {
  height: auto;
}

.home-three-service-main {
  grid-column-gap: 80px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-three-hero-text-button-flex {
  grid-column-gap: 30px;
  padding-top: 20px;
  overflow: hidden;
}

.home-three-service-image {
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.home-three-slider-content {
  text-align: center;
}

.tabs-menu {
  width: 34%;
  margin-right: 80px;
}

.footer-three-social-media-icons {
  background-color: #2b3647;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  transition: background-color .3s;
  display: flex;
}

.footer-three-social-media-icons:hover {
  background-color: var(--ruddy-pink\<deleted\|variable-76639174-6f60-6508-a9e9-470b067dd7a9\>);
}

.footer-three {
  background-color: var(--secondary-color);
  padding-top: 122px;
}

.home-three-spa-experience {
  z-index: 1;
  background-image: url('../images/Spa-Experience-Section-Bg-.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding: 120px 15px 130px;
  position: relative;
  overflow: hidden;
}

.home-three-service-text {
  flex: 1;
  max-width: 520px;
}

.home-three-service-image-two {
  margin-top: 115px;
  margin-left: -80px;
  position: relative;
  overflow: hidden;
}

.home-three-about-us {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-three-slide-nav {
  opacity: 0;
  color: #de968d;
  font-size: 14px;
  line-height: 14px;
  position: absolute;
  inset: 0% 0% 0% auto;
  transform: rotate(90deg);
}

.footer-three-contact-links-icon {
  flex: none;
}

.padding-top-ten {
  padding-top: 10px;
}

.footer-three-contact-links {
  grid-column-gap: 25px;
  max-width: 250px;
  display: flex;
}

.home-three-service-description {
  max-width: 470px;
  margin-bottom: 32px;
  padding-top: 10px;
}

.footer-three-logo-and-social-media {
  padding-top: 8px;
}

.home-three-review-wrapper {
  max-width: 960px;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
}

.header-three {
  z-index: 9;
  text-overflow: clip;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #bcbcbc7a;
  background-clip: border-box;
  font-family: Wasted Vindey, Georgia, sans-serif;
  display: block;
}

.home-three-hero-text-points-dot {
  background-color: #fff;
  border-radius: 100%;
  width: 10px;
  height: 10px;
}

.tab-pane-tab-one {
  width: 100%;
  height: 100%;
}

.home-three-review-slider {
  background-color: #0000;
  height: 100%;
  position: relative;
}

.header-three-dropdown {
  padding: 35px 18px 35px 0;
}

.header-three-dropdown.chnage-padding {
  padding-right: 0;
  font-family: Wasted Vindey, Georgia, sans-serif;
}

.home-one-highlight-gredient {
  background-image: linear-gradient(#0000, #0006);
  position: absolute;
  inset: 0%;
}

.home-one-highlight-wrapper {
  display: flex;
}

.home-one-highlight-arrow-wrapper {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-top: 10px;
  display: flex;
}

.home-one-highlight-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.auto-fit {
  object-fit: cover;
}

.home-one-highlight-item {
  cursor: pointer;
  flex: none;
  text-decoration: none;
}

.highlight-line {
  background-color: #a2a2a2;
  width: 268px;
  height: 1px;
}

.home-one-highlight-image-wrapper {
  position: relative;
  overflow: hidden;
}

.home-one-highlight-big-rapper {
  width: 100%;
  height: auto;
}

.body-font {
  color: #462720;
  letter-spacing: .1rem;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.body-font.text-capitalize {
  text-transform: uppercase;
}

.body-font.text-capitalize.change-color-white {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.curtain-overlay {
  z-index: 1;
  background-color: var(--white);
  position: absolute;
  inset: 0%;
  transform: translate(0, -101%);
}

.home-two-layout-main {
  width: 25vw;
  height: 613px;
}

.home-two-layout-main.home-one {
  background-image: url('../images/Spa-Marketing-image-1.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-two-layout-main.home-four {
  background-image: url('../images/Spa-Marketing-image-3.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-two-layout-main.home-three {
  background-image: url('../images/Spa-Marketing-image-4.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-two-layout-main.home-two {
  background-image: url('../images/Service-Image-2.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.marquee-block {
  grid-column-gap: 100px;
  width: 400vw;
  display: flex;
}

.marquee-block.overflow-off {
  padding-bottom: 30px;
  overflow: hidden;
}

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

.marquee-holder.margin-off {
  margin-top: 0;
}

.before-wrapper {
  overflow: hidden;
}

.demo-two-hero-section {
  width: 42%;
  display: block;
}

.after-image {
  overflow: hidden;
}

.demo-two-hero-slide {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.after-inner-image {
  background-image: url('../images/white-bed-comforter.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 658px;
  display: flex;
  overflow: visible;
}

.divider-line {
  background-color: var(--white);
  cursor: move;
  justify-content: center;
  align-items: center;
  width: 4px;
  margin-left: -2px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.demo-two-hero-main {
  display: block;
}

.after-wrapper {
  overflow: visible;
}

.divider-runner {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  position: absolute;
}

.before-image {
  background-image: url('../images/Before.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 658px;
  display: flex;
}

.demo-two-hero-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.home-three-hero-text-title {
  overflow: hidden;
}

.tab-image-curtain {
  background-image: url('../images/Spa-Experience-Section-Bg-.webp');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
  transform: translate(-101%);
}

.image-curtain {
  background-color: var(--white);
  position: absolute;
  inset: 0%;
  transform: translate(-101%);
}

.home-three-about-us-background-three {
  background-color: #0009;
  width: 100%;
}

.faq-content {
  overflow: hidden;
}

.faq-answer {
  max-width: 610px;
  margin-bottom: 0;
  padding-bottom: 34px;
}

.question-title {
  grid-column-gap: 40px;
  opacity: .99;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 25px;
  display: flex;
}

.question-title.product-details {
  padding-top: 15px;
  padding-bottom: 15px;
}

.questions-box {
  border-bottom: 1px solid #4545454d;
}

.questions-box.border-top {
  border-top: 1px solid #4545454d;
}

.accordion.margin-bottom-fourty {
  margin-bottom: 40px;
}

.brand {
  flex: none;
}

.about-review-slider-mask {
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
}

.about-review-heading {
  text-align: center;
  padding-bottom: 10px;
}

.about-spa-treatment-description {
  max-width: 530px;
}

.about-spa-commitment-options-small-text {
  max-width: 515px;
  padding-top: 10px;
}

.about-review-left-arrow {
  color: #de968d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.about-review-slide {
  text-align: center;
}

.about-spa-treatment-image {
  width: 550px;
  height: 776px;
  position: relative;
}

.about-spa-sanctuary-text-points-flex {
  grid-column-gap: 10px;
}

.about-spa-options-block.padding-top-one-hundread-fourty {
  padding-top: 140px;
}

.about-spa-treatment {
  padding: 401px 15px 130px;
}

.about-spa-sanctuary-main {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about-spa-sanctuary-main.sticky {
  position: sticky;
  top: 230px;
}

.about-spa-commitment-heading {
  text-align: center;
  max-width: 650px;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
}

.about-spa-sanctuary-image {
  width: 520px;
  height: 549px;
  position: relative;
}

.about-spa-treatment-points-tick-mark {
  background-color: var(--secondary-color);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin-top: 6px;
  display: flex;
}

.about-spa-treatment-text {
  flex: 1;
  max-width: 630px;
}

.about-spa-commitment-options-big-text {
  max-width: 630px;
  padding-top: 10px;
}

.about-spa-treatment-points {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
  padding: 25px 40px 30px;
  display: flex;
  box-shadow: -5px 4px 50px #f2f2f2cc;
}

.about-hero-main {
  margin-top: 100px;
  position: relative;
}

.about-spa-sanctuary-text {
  flex: 1;
  max-width: 621px;
}

.about-review-right-arrow {
  color: #de968d;
}

.about-spa-commitment-options-wrapper {
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.about-spa-commitment-options-wrapper.right-align {
  justify-content: flex-start;
  align-items: flex-end;
}

.about-spa-commitment-main {
  grid-column-gap: 30px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.about-spa-sanctuary {
  padding-top: 130px;
  padding-left: 15px;
  padding-right: 15px;
}

.about-spa-treatment-main {
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about-spa-commitment {
  background-color: #fff3e9;
  padding: 102px 15px 110px;
}

.about-spa-sanctuary-text-points {
  grid-row-gap: 10px;
  flex-flow: column;
  max-width: 520px;
  margin-bottom: 30px;
  padding-top: 5px;
  display: flex;
}

.auto-fit-four {
  object-fit: cover;
}

.auto-fit-four.image-one, .auto-fit-four.image-two, .auto-fit-four.image-three {
  width: 100%;
  height: 100%;
}

.slider-text {
  flex-direction: column;
  width: 44%;
  display: flex;
}

.text-overflow-hidden {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.track {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hero-section-paragraph {
  color: #d9d9d9;
  text-align: left;
  max-width: 542px;
  padding-bottom: 23px;
}

.banner-ticker-wrapper {
  z-index: 10;
  max-width: 837px;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

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

.hero-section-heading-text {
  z-index: 1;
  color: #fff;
  text-align: left;
  max-width: 740px;
}

.hero-slider-text {
  z-index: 1;
  flex-flow: row;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 320px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.single-track-wrap {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  position: relative;
}

.cover-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.cover-image.one {
  z-index: -1;
}

.inner-track-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: none;
  justify-content: flex-end;
  display: flex;
}

.blank {
  width: 56%;
}

.about-slider-button-wrap {
  overflow: hidden;
}

.footer-three-description {
  max-width: 328px;
}

.menu-upper {
  justify-content: space-between;
  align-items: stretch;
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header-two-mail {
  grid-column-gap: 10px;
  border-right: 1px solid #dadada;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 75px;
  display: flex;
}

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

.header-two-address {
  grid-column-gap: 10px;
  flex: 1;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 75px;
  display: flex;
}

.header-two-cart-and-button-flex-block {
  grid-column-gap: 30px;
  justify-content: flex-start;
  align-items: center;
}

.header-two-logo-and-nav {
  grid-column-gap: 100px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
}

.menu-upper-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}

.header-three-nav-menu {
  grid-column-gap: 28px;
  background-color: var(--primary-color);
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
  justify-content: flex-start;
  align-items: center;
  font-family: Wasted Vindey, Georgia, sans-serif;
  display: flex;
}

.heading-two {
  color: var(--primary-color);
  text-transform: capitalize;
  font-family: Gilda Display, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 65px;
}

.header-three-nav-and-logo-flex-block {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  font-family: Wasted Vindey, Georgia, sans-serif;
  display: flex;
}

.nav-circle {
  border: 1px solid var(--white);
  border-radius: 100px;
  width: 14px;
  height: 14px;
}

.nav-circles {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.nav-circle-wrapper {
  z-index: 1;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  transform: rotate(90deg);
}

.home-three-hero-description {
  overflow: hidden;
}

.service-hero {
  background-color: #fff3f1;
  padding: 220px 15px 180px;
  overflow: hidden;
}

.service-luxury-spa-image-one {
  z-index: 1;
  position: relative;
}

.service-luxury-spa-title {
  border-bottom: 1px solid #7e7e7e;
  padding-bottom: 15px;
}

.heading-one {
  text-transform: capitalize;
  font-family: Gilda Display, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 90px;
}

.heading-one.text-black {
  color: #11171b;
}

.service-spa-treatments-descrption {
  max-width: 418px;
}

.spa-services-description {
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
}

.service-luxury-spa-image-three {
  position: absolute;
  inset: 0%;
}

.spa-services {
  padding: 102px 15px 20px;
  overflow: hidden;
}

.service-luxury-spa-text {
  -webkit-text-stroke-color: var(--primary-color);
  max-width: 630px;
}

.service-luxury-spa-points-tick-mark {
  border: 1px solid #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  display: flex;
}

.service-spa-treatments-main {
  grid-column-gap: 70px;
  display: flex;
}

.spa-service-block-overlay {
  text-align: center;
  background-image: linear-gradient(#0000, #000000a3);
  flex-flow: column;
  justify-content: flex-end;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  transition: all .4s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.spa-service-block-overlay:hover {
  background-image: linear-gradient(#0000, #de968d80), linear-gradient(#0000, #000000a3);
}

.service-spa-treatments-image-two {
  margin-top: -215px;
  margin-left: -110px;
  position: relative;
  overflow: hidden;
}

.spa-service-block {
  position: relative;
}

.service-review {
  background-color: var(--primary-color);
  padding: 102px 15px 108px;
}

.service-luxury-spa-image-two {
  position: absolute;
  inset: 0%;
}

.service-review-slider {
  background-color: #ddd0;
  background-image: url('../images/Quote-white-.svg');
  background-position: 12% 0;
  background-repeat: no-repeat;
  background-size: auto;
  height: 100%;
  padding-bottom: 50px;
}

.service-spa-treatments-title {
  max-width: 450px;
  margin-bottom: 44px;
}

.service-hero-heading-line {
  background-color: #000;
  width: 238px;
  height: 1px;
}

.service-hero-images-wrapper {
  grid-column-gap: 20px;
  max-width: 1440px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.service-luxury-spa-points {
  background-color: var(--secondary-color);
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding-top: 40px;
  padding-bottom: 20px;
  transition: all .6s;
}

.service-luxury-spa-points:hover {
  background-color: #de968d;
  padding-left: 30px;
  padding-right: 20px;
}

.spa-services-heading {
  text-align: center;
  max-width: 990px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.spa-service-block-description {
  overflow: hidden;
}

.service-luxury-spa-main {
  grid-column-gap: 60px;
  align-items: flex-end;
  display: flex;
}

.service-spa-treatments-image-flex-block {
  margin-top: 100px;
}

.service-hero-heading-flex-block-one {
  grid-column-gap: 25px;
  justify-content: flex-start;
  align-items: center;
}

.service-luxury-spa-points-flex-block {
  grid-column-gap: 20px;
  text-overflow: ellipsis;
  overflow-wrap: normal;
  display: flex;
}

.service-luxury-spa {
  background-color: #11171b;
  padding: 130px 15px;
  transition: all .6s;
}

.service-luxury-spa-image-bottom {
  z-index: 3;
  margin-top: -225px;
  margin-right: 140px;
  display: none;
  position: relative;
}

.spa-services-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 90px;
  display: grid;
}

.service-luxury-spa-image {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.service-spa-treatments {
  background-color: #fff3e9;
  padding: 120px 15px 130px;
}

.service-hero-image {
  flex: 1;
}

.background-video {
  z-index: 1;
  border-radius: 50px;
  width: 232px;
  height: 77px;
}

.service-hero-heading-flex-block-three {
  grid-column-gap: 35px;
  justify-content: flex-start;
  align-items: center;
}

.about-spa-options-image {
  position: relative;
  overflow: hidden;
}

.footer-two-links-heading {
  margin-top: 42px;
}

.service-hero-heading-flex-block-two {
  grid-column-gap: 26px;
  align-items: center;
}

.service-luxury-spa-points-text {
  max-width: 480px;
}

.service-spa-treatments-image {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.shop-products {
  background-color: var(--white);
  padding: 102px 15px 130px;
}

.shop-offer-description {
  max-width: 341px;
}

.shop-product-list-about {
  text-align: center;
  background-color: #fff;
  padding: 30px 40px;
  position: relative;
}

.shop-product-list-about.shop-details {
  border-bottom: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}

.text-blackk {
  color: var(--primary-color);
}

.shop-poduct-list-sale-tag {
  z-index: 2;
  background-color: var(--black);
  text-transform: uppercase;
  padding: 0 20px;
  position: absolute;
  inset: 6% auto auto 9%;
}

.shop-hero-main {
  z-index: 3;
  text-align: center;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 80px 60px;
  display: flex;
  position: relative;
}

.shop-hero-background {
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-height-auto {
  height: auto;
}

.shop-products-heading {
  margin-bottom: 46px;
}

.shop-hero {
  margin-top: 100px;
  padding: 230px 15px;
  position: relative;
}

.shop-offer-image {
  position: relative;
  overflow: hidden;
}

.shop-offer-text-middel-line {
  background-color: #de968d;
  width: 1px;
  height: 73px;
}

.shop-product-image {
  grid-column-gap: 20px;
  position: relative;
}

.shop-offer-main {
  display: flex;
}

.shop-offer {
  padding: 130px 15px;
}

.shop-hero-background-left {
  background-image: url('../images/Banner-Image-2.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
}

.shop-hero-description {
  max-width: 486px;
}

.shop-products-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  max-width: 1780px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.shop-poduct-list {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.shop-hero-background-right {
  background-image: url('../images/Banner-Image_1.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
}

.shop-products-price {
  color: var(--ruddy-pink\<deleted\|variable-76639174-6f60-6508-a9e9-470b067dd7a9\>);
  margin-top: 5px;
  font-size: 16px;
  font-weight: 500;
}

.shop-offer-text {
  text-align: center;
  background-color: #ffebe9;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 90px 45px 120px;
  display: flex;
}

.cart-button {
  background-color: #3898ec00;
  padding-left: 0;
  padding-right: 0;
}

.cart-icon-quantity {
  background-color: var(--ruddy-pink\<deleted\|variable-76639174-6f60-6508-a9e9-470b067dd7a9\>);
  color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 14px;
  min-width: 14px;
  height: 14px;
  margin-bottom: 12px;
  margin-left: -5px;
  font-size: 9px;
  display: flex;
}

.cart-container {
  background-color: #fff0ee;
}

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

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

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

.header-three-button-cart {
  grid-column-gap: 30px;
  justify-content: flex-start;
  align-items: center;
}

.shop-product-details-item-about {
  flex: 1;
  max-width: 520px;
}

.shop-product-details-item {
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.shop-product-details-item-image {
  flex: 1;
  justify-content: center;
  align-items: center;
}

.shop-details-hero-heading {
  max-width: 730px;
}

.shop-details-hero {
  background-image: url('../images/Banner-model-image-.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 100px;
  padding: 110px 15px 134px;
}

.margin-top-twenty-five {
  margin-top: 25px;
}

.shop-product-details {
  padding-top: 130px;
  padding-left: 15px;
  padding-right: 15px;
}

.shop-product-details-information {
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 60px;
  display: flex;
}

.shop-details-products {
  padding: 90px 15px 130px;
}

.shop-details-products.categories {
  margin-top: 110px;
}

.default-state {
  grid-column-gap: 30px;
  align-items: flex-end;
  display: flex;
}

.quantity {
  background-color: #fafafa00;
  border-color: #d6d6d6;
  border-radius: 0;
  width: 137px;
  height: 50px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 22px;
  line-height: 32px;
}

.about-spa-santuary-wrapper {
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.facials-pricing-image-three {
  margin-top: -30px;
  margin-left: 55px;
  position: relative;
}

.massages-prices-image {
  align-items: stretch;
  display: flex;
}

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

.prcing-one-offer {
  background-image: url('../images/Hero-Image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 102px 15px 130px;
  position: relative;
}

.massages-prices-list-main {
  margin-top: 45px;
}

.facials-pricing-image-two {
  margin-top: -185px;
  margin-left: 260px;
  position: relative;
}

.pricing-list-service-name {
  flex: 1;
}

.pricing-one-luxury-spa {
  padding: 130px 15px;
}

.pricing-one-all-prices {
  padding: 102px 15px 130px;
}

.pricing-one-all-prices-description {
  max-width: 685px;
  margin-left: auto;
  margin-right: auto;
}

.facials-pricing {
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: center;
  margin-top: 130px;
  display: flex;
}

.facials-pricing-image {
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.pricing-one-luxury-spa-image {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-one-hero {
  background-image: url('../images/Banner-bg-image-.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 100px;
  padding: 150px 15px 165px;
}

.massages-prices-list {
  flex: 1;
}

.pricing-one-pricing-list-option {
  margin-bottom: 20px;
}

.pricing-one-pricing-list-option.margin-zero {
  margin-bottom: 0;
}

.pricing-one-luxury-spa-text {
  text-align: center;
  flex: 1;
  max-width: 670px;
}

.manicures-and-pedicures-prcing {
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: center;
  margin-top: 130px;
  display: flex;
}

.prcing-one-offer-main {
  justify-content: flex-end;
  align-items: flex-start;
}

.pricing-one-luxury-spa-main {
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.prices-list-line {
  border: 1px dashed #ffdbba;
  width: 150px;
  height: 1px;
}

.prices-list-flex-block {
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}

.massages-prices {
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.pricing-one-luxury-spa-text-description {
  max-width: 500px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-tag-line {
  background-color: #e9a668;
  width: 52px;
  height: 1px;
}

.massages-prices-image-two {
  z-index: 1;
  margin-top: 185px;
  margin-left: -190px;
  position: relative;
}

.manicures-and-pedicures-prcing-image {
  flex: 1;
  position: relative;
}

.pricing-one-hero-heading {
  text-align: center;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.facials-pricing-image-one {
  flex-flow: column;
  position: relative;
}

.pricing-one-all-prices-heading {
  text-align: center;
  max-width: 771px;
  margin-left: auto;
  margin-right: auto;
}

.massages-prices-image-one {
  position: relative;
  overflow: hidden;
}

.prcing-one-offer-text {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 630px;
  display: flex;
}

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

.prcicng-plan-compare-heading {
  grid-column-gap: 80px;
  justify-content: space-between;
  margin-bottom: 25px;
}

.pricing-two-pricing-plan-comparison {
  background-color: #11171b;
  padding: 120px 15px 92px;
}

.pricing-two-pricing-plan-heading {
  text-align: center;
  max-width: 870px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.pricing-plan-points {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.pricing-plan-points-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  margin-top: 25px;
  margin-bottom: 35px;
  display: flex;
}

.pricing-two-pricing-plan {
  padding: 225px 15px 100px;
}

.pricing-plan-points-arrow-wrapper {
  background-color: #de968d;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-top: 5px;
  display: flex;
  transform: rotate(-90deg);
}

.pricing-plan-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.pricing-plan-box {
  border: 1px solid #d6d6d6;
  flex: 1;
  padding: 40px 30px 40px 40px;
}

.home-three-services {
  padding: 102px 15px 130px;
  overflow: hidden;
}

.rich-text-block {
  padding-left: 15px;
  padding-right: 15px;
}

.blog-hero {
  background-color: #ffebe9;
  padding: 230px 15px 140px;
}

.blog-hero-heading {
  text-align: center;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.blog-posts-section {
  padding: 130px 15px;
}

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

.blog-post {
  grid-row-gap: 35px;
  flex-flow: column;
  display: flex;
}

.blog-image {
  position: relative;
  overflow: hidden;
}

.blog-text {
  grid-row-gap: 15px;
  text-transform: capitalize;
  flex-flow: column;
  max-width: 350px;
  display: flex;
}

.blog-details {
  padding: 200px 15px 80px;
}

.blog-details-heading {
  max-width: 1115px;
  margin-bottom: 40px;
}

.blog-post-date {
  grid-column-gap: 25px;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.nav-two-list-item {
  background-image: none;
  margin-bottom: 0;
  padding-left: 0;
}

.contact-hero {
  background-image: url('../images/hero-bg-.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 100px;
  padding: 160px 15px 170px;
}

.contact-hero-text {
  text-align: center;
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
}

.contact-information {
  padding: 102px 15px 555px;
}

.contact-information-heading {
  grid-row-gap: 15px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 790px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-information-details {
  border-top: 1px solid var(--ruddy-pink\<deleted\|variable-76639174-6f60-6508-a9e9-470b067dd7a9\>);
  justify-content: space-between;
  display: flex;
}

.contact-information-link {
  text-align: center;
  flex: 1;
  padding: 60px 45px;
}

.contact-information-link.border {
  border-right: 1px solid var(--ruddy-pink\<deleted\|variable-76639174-6f60-6508-a9e9-470b067dd7a9\>);
  border-left: 1px solid var(--ruddy-pink\<deleted\|variable-76639174-6f60-6508-a9e9-470b067dd7a9\>);
}

.contact-icon {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  min-height: 75px;
  margin-bottom: 30px;
}

.contact-form {
  background-color: #fff9f8;
  padding: 1px 15px 130px;
}

.contact-form-main {
  background-color: var(--white);
  margin-top: -425px;
  padding: 50px 60px 45px;
  box-shadow: 0 4px 46px #d6d6d640;
}

.contact-form-field {
  flex: 1;
}

.contact-form-field-flex-block {
  grid-column-gap: 35px;
}

.contact-form-description {
  flex: 1;
  max-width: 570px;
}

.contact-form-heading {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  margin-bottom: 30px;
}

.contact-form-bottom {
  grid-column-gap: 80px;
  align-items: center;
  margin-top: 130px;
  display: flex;
}

.contact-form-bottom-image {
  position: relative;
  overflow: hidden;
}

.contact-form-bottom-text {
  flex: 1;
}

.contact-form-text-field {
  color: #5e6265;
  border: 1px solid #cfd0d1;
  margin-top: 20px;
  margin-bottom: 22px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Jost, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.contact-form-text-field::placeholder {
  color: #5e6265;
  font-family: Jost, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.contact-form-text-field.message {
  margin-bottom: 60px;
  padding-bottom: 80px;
}

.contact-form-button {
  justify-content: center;
  align-items: flex-start;
}

.pricing-one-luxury-spa-image-box {
  position: relative;
  overflow: hidden;
}

.blog-image-overlay {
  background-color: #de968d99;
  border-radius: 100%;
  width: 200%;
  height: 200%;
  position: absolute;
  inset: 0%;
}

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

.utility-page-wrap.passwod-protected {
  justify-content: flex-start;
  align-items: center;
}

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

.utility-page-content.password-protected {
  background-color: #ffebe9;
  justify-content: center;
  width: 50%;
  height: 100vh;
  margin-bottom: 0;
  padding: 60px 100px;
}

.utility-page-content.page-not-found {
  align-items: center;
  width: 1172px;
  padding-left: 22px;
  padding-right: 22px;
}

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

.password-text-field {
  color: var(--primary-color);
  text-align: center;
  border: 1px solid #0000;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 27px 15px;
  font-family: Jost, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.password-text-field::placeholder {
  color: var(--primary-color);
  text-align: center;
  font-family: Jost, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.border-line-page-not-found {
  background-color: var(--black);
  width: 100%;
  height: 2px;
  margin-top: 60px;
  margin-bottom: 30px;
}

.text-opacity-zero {
  opacity: 0;
}

.checkout-hero-section {
  background-color: #ffebe9;
  padding-top: 200px;
  padding-bottom: 130px;
}

.link-block {
  border-radius: 10px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.licensing-boxes {
  margin-bottom: 55px;
}

.licensing-boxes.margin-bottom-zero {
  margin-bottom: 0;
}

.images-preview {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.licensing-section {
  padding-top: 125px;
  padding-bottom: 105px;
}

.margin-bottom-fifteen {
  margin-bottom: 15px;
}

.no-margin {
  margin: 0;
}

.get-in-touch-block {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.licensing-links {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #000;
  align-items: stretch;
  position: sticky;
  top: 60px;
}

.licensing-image {
  width: 100%;
}

.licensing-main-wrapper {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 180px 1fr;
  align-items: start;
}

.license-descripition {
  max-width: 850px;
}

.images-wrapper {
  border-radius: 10px;
  overflow: hidden;
}

.license-video-text {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.images-link {
  color: #002432;
  text-decoration: underline;
}

.licensing-border {
  background-color: #c5c8cd33;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 30px;
}

.link {
  color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 25px;
  display: flex;
}

.link:hover {
  background-color: #28292f;
}

.licensing-text-main-wrapper {
  padding-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
}

.images-links-wrapper {
  grid-column-gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.no-margin-top {
  margin-top: 0;
}

.style-guide-color-box {
  background-color: #0000;
  border-radius: 50%;
  width: 10.875rem;
  height: 10.875rem;
}

.style-guide-color-box.style-guide-color-one {
  background-color: var(--primary-color);
}

.style-guide-color-box.style-guide-color-six {
  background-color: var(--secondary-color);
}

.style-guide-color-box.style-guide-color-two {
  background-color: var(--ruddy-pink\<deleted\|variable-76639174-6f60-6508-a9e9-470b067dd7a9\>);
}

.style-guide-color-box.style-guide-color-seven {
  background-color: #ffebe9;
  margin-left: 4px;
  padding-left: 0;
}

.heading-block-four {
  margin-bottom: 3.5rem;
}

.style-guide-for-typography {
  padding: 115px 15px 120px;
}

.heading-block-three {
  margin-bottom: 3.4rem;
}

.style-guide-for-color {
  background-color: #fff;
  padding: 130px 15px 120px;
}

.style-guide-color-block {
  z-index: 3;
  grid-column-gap: 250px;
  grid-row-gap: 250px;
  justify-content: center;
  display: flex;
  position: relative;
}

.button-block {
  color: var(--primary-color);
  background-color: #de968d;
  margin-bottom: 0;
}

.color-image {
  opacity: 1;
}

.home-four-banner-btn-block {
  display: flex;
}

.style-guide-color-name-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  margin-top: -45px;
  display: flex;
}

.heading-block-two {
  margin-bottom: 3.2rem;
}

.style-guide-color-text-block {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.heading-block-one {
  margin-bottom: 2.7rem;
}

.default-container {
  max-width: 1290px;
}

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

.list-block {
  margin-bottom: 1.8rem;
}

.padding-top-onerem {
  padding-top: 1rem;
}

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

.logo-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.changelog-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.prcing-one-offer-description {
  max-width: 520px;
}

.prcing-one-offer-deal-counter {
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  padding: 15px 20px 5px;
  display: flex;
}

.pricing-two-tab-menu {
  text-align: center;
  margin-bottom: 60px;
}

.pricing-two-tab-menu-link {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  background-color: #ddd0;
  padding: 9px 40px;
  font-size: 16px;
  font-weight: 500;
}

.pricing-two-tab-menu-link.w--current {
  background-color: var(--ruddy-pink\<deleted\|variable-76639174-6f60-6508-a9e9-470b067dd7a9\>);
  color: var(--white);
}

.pricing-two-tab-menu-link.yearly {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
}

.pricing-plan-points-answer {
  display: none;
  overflow: hidden;
}

.pricing-plan-points-tap {
  padding-bottom: 10px;
}

.tabs {
  flex-flow: column-reverse;
  display: flex;
}

.product-details-tabs-menu {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.shop-tab-link {
  background-color: #ddd0;
  padding: 0;
  box-shadow: 0 2px 50px #00000014;
}

.shop-tab-link.w--current {
  background-color: #fff;
}

.shop-products-list-button-wrap {
  color: var(--primary-color);
  text-align: center;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.shop-products-list-button-wrap.shop-details {
  border-bottom: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}

.margin-bottom-ten {
  margin-bottom: 10px;
}

.password-protected-image {
  width: 100%;
  height: 100vh;
}

.password-protected-image-wrap {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100vh;
  display: flex;
}

.password-logo {
  position: absolute;
}

.shop-product-hover-image {
  position: absolute;
  inset: 0%;
}

.cart {
  z-index: 9999;
}

.counter-box {
  justify-content: center;
  align-items: flex-start;
  height: 150px;
  overflow: hidden;
}

.counter-box.heading-two-box {
  height: 55px;
}

.heading-two-counter {
  color: var(--primary-color);
  letter-spacing: -.9px;
  font-family: Jost, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 55px;
}

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

.counter-train {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.reset-password-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.reset-password-main {
  text-align: center;
  background-color: #ffebe9;
  flex: 1;
  max-width: 682px;
  padding: 70px 120px 55px;
}

.display-none {
  display: none;
}

.coupon-tag {
  background-color: #fff0ee;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
}

.coupon-code-flex-block {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
}

.text-small {
  color: var(--primary-color);
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 12px;
}

.footer-two-bottom-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.chnage-padding {
  margin-left: 0;
}

.checkout-page {
  padding-top: 80px;
  padding-bottom: 100px;
}

.checkout-form, .paypal-checkout-form {
  background-color: var(--white);
  min-height: auto;
}

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

.order-confirmation {
  background-color: var(--white);
  min-height: auto;
}

.order-confirmation-hero {
  padding-top: 100px;
  padding-bottom: 100px;
}

.row {
  flex-flow: column;
}

.service-luxury-spa-points-copy {
  background-color: #de968d00;
  padding-top: 40px;
  padding-bottom: 20px;
  transition: all .6s;
}

.service-luxury-spa-points-copy:hover {
  background-color: #de968d;
  padding-left: 30px;
  padding-right: 20px;
}

.heading {
  font-family: Wasted Vindey, Georgia, sans-serif;
}

.text-span, .text-span-2, .text-span-3, .text-span-4, .text-span-5, .text-span-6, .text-span-7 {
  font-family: Jost, sans-serif;
}

.heading-2, .heading-3, .heading-4, .heading-5 {
  font-family: Wasted Vindey, Georgia, sans-serif;
}

@media screen and (min-width: 1280px) {
  a {
    color: var(--secondary-color);
  }

  .home-one-hero-text {
    text-align: left;
    max-width: 630px;
  }

  .home-one-hero-video-flex-block {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .margin-top-zero.text-white {
    background-color: var(--white);
    color: var(--primary-color);
  }

  .header-one-nav-flex-block {
    grid-column-gap: 206px;
  }

  .hero-image {
    display: block;
  }

  .header-one-logo-and-menu {
    grid-column-gap: 185px;
  }

  .text-white {
    font-family: Wasted Vindey, Georgia, sans-serif;
  }

  .heading-four.text-white {
    background-color: var(--primary-color);
  }

  .text-ruddy-pink.padding-top-ten {
    color: var(--primary-color);
  }

  .button-overlay.three.black {
    background-color: var(--black);
  }

  .home-two-massages-flex-block {
    grid-column-gap: 140px;
  }

  .home-two-spa-rituals {
    padding-bottom: 120px;
  }

  .footer-two-main {
    grid-column-gap: 145px;
  }

  .home-two-massages-items {
    grid-column-gap: 50px;
  }

  .home-two-spa-rituals-main {
    grid-column-gap: 140px;
  }

  .home-two-spa-rituals-image {
    flex: 0 auto;
  }

  .header-two-container {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
  }

  .home-two-spa-sanctuary-text {
    flex: 0 auto;
  }

  .home-two-counter-section-heading {
    text-align: center;
  }

  .header-two-flex-block {
    grid-column-gap: 400px;
  }

  .home-three-spa-retreat-heading {
    grid-column-gap: 136px;
  }

  .home-three-spa-experience-heading {
    grid-column-gap: 170px;
  }

  .header-three-flex-block {
    grid-column-gap: 85px;
  }

  .home-three-service-image, .home-three-service-text, .about-spa-options-block {
    flex: 0 auto;
  }

  .about-spa-sanctuary-main {
    grid-column-gap: 132px;
    grid-row-gap: 132px;
  }

  .about-spa-sanctuary-image, .about-spa-treatment-text {
    flex: 0 auto;
  }

  .about-spa-treatment-points {
    padding-top: 35px;
    padding-bottom: 30px;
  }

  .about-spa-sanctuary-text {
    flex: 0 auto;
  }

  .about-spa-treatment-main {
    grid-column-gap: 110px;
  }

  .service-luxury-spa-title {
    border-bottom: 1px solid #7e7e7e;
    padding-bottom: 10px;
  }

  .service-luxury-spa-points-tick-mark {
    border: 1px solid #fff;
    border-radius: 100%;
    width: 33px;
    height: 33px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .service-luxury-spa-main {
    grid-column-gap: 110px;
  }

  .service-luxury-spa {
    background-color: var(--secondary-color);
  }

  .shop-products-main {
    display: flex;
  }

  .shop-offer-text {
    padding-left: 75px;
    padding-right: 75px;
  }

  .shop-product-details-item {
    grid-column-gap: 100px;
  }

  .shop-product-details-item-image {
    flex: 0 auto;
  }

  .facials-pricing {
    grid-column-gap: 110px;
  }

  .facials-pricing-image, .pricing-one-luxury-spa-image {
    flex: 0 auto;
  }

  .manicures-and-pedicures-prcing {
    grid-column-gap: 140px;
  }

  .prices-list-line {
    width: 192px;
  }

  .prices-list-flex-block {
    grid-column-gap: 70px;
  }

  .massages-prices {
    grid-column-gap: 130px;
  }

  .manicures-and-pedicures-prcing-image {
    flex: 0 auto;
  }

  .prcicng-plan-compare-heading {
    grid-column-gap: 195px;
  }

  .pricing-two-pricing-plan-comparison {
    background-color: var(--white);
  }

  .pricing-two-pricing-plan {
    background-color: var(--ruddy-pink\<deleted\|variable-76639174-6f60-6508-a9e9-470b067dd7a9\>);
  }

  .contact-form-bottom {
    grid-column-gap: 112px;
  }

  .text-block {
    background-color: var(--primary-color);
  }

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

  .paragraph-2 {
    color: var(--black);
  }
}

@media screen and (min-width: 1440px) {
  .heading-five.text-ruddy-pink {
    color: var(--primary-color);
  }

  .text-white {
    color: var(--white);
  }

  .text-white.margin-bottom-ten {
    color: var(--primary-color);
  }

  .heading-four.text-white.margin-bottom-ten {
    color: var(--white);
  }

  .home-one-special-offers {
    background-color: var(--ruddy-pink\<deleted\|variable-76639174-6f60-6508-a9e9-470b067dd7a9\>);
  }

  .home-one-hero {
    background-image: linear-gradient(123deg, #323b46 33%, #de968d);
  }

  .home-two-massages-flex-block {
    grid-column-gap: 160px;
  }

  .home-two-hero-left-image {
    display: block;
  }

  .header-two-logo {
    justify-content: center;
    align-items: center;
  }

  .home-three-hero-container {
    max-width: none;
  }

  .home-three-spa-retreat {
    background-image: url('../images/leaf-design.svg');
    background-position: 100% 66%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .home-three-service-main {
    grid-column-gap: 110px;
  }

  .home-three-slide-nav {
    right: 1%;
  }

  .about-spa-treatment-image, .about-spa-options-block {
    flex: none;
  }

  .about-spa-treatment {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .nav-circle-wrapper {
    right: 1%;
  }

  .shop-products {
    background-color: #fff;
  }

  .shop-offer {
    background-color: var(--secondary-color);
  }

  .text-span-8 {
    font-family: Wasted Vindey, Georgia, sans-serif;
  }
}

@media screen and (min-width: 1920px) {
  .home-one-hero-video-flex-block {
    z-index: 1;
  }

  .hero-image {
    width: 52%;
  }

  .menu-font.text-white {
    font-family: Wasted Vindey, Georgia, sans-serif;
  }

  .footer-one {
    background-image: linear-gradient(155deg, #323b46 52%, #de968d 100%, #323b46 100%, #cc8c86);
  }

  .header-one-button {
    z-index: 2;
  }

  .home-three-hero {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .home-three-banner-slider.slider-one {
    background-image: url('../images/Hero-Image.webp');
  }

  .home-three-banner-slider.slider-two {
    background-image: url('../images/Collagen-Treatments-.webp');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .home-three-banner-slider.slider-three {
    background-image: url('../images/banner-image-3.webp');
    background-repeat: no-repeat;
    background-size: cover;
  }

  .home-three-slider-mask {
    text-overflow: clip;
  }

  .home-three-slide-nav {
    right: 3%;
  }

  .after-wrapper {
    position: relative;
  }

  .demo-two-hero-container {
    max-width: none;
  }

  .about-spa-commitment-options-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .nav-circle-wrapper {
    right: 3%;
  }

  .service-luxury-spa-image-bottom {
    display: block;
  }

  .shop-hero {
    position: relative;
  }

  .paragraph {
    white-space: normal;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
    line-height: 26px;
  }

  h1 {
    font-size: 55px;
    line-height: 65px;
  }

  h2 {
    font-size: 45px;
    line-height: 55px;
  }

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

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

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

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

  .home-one-hero-text {
    padding-top: 45px;
    padding-bottom: 0;
  }

  .heading-three {
    font-size: 28px;
    line-height: 38px;
  }

  .home-one-hero-video-flex-block {
    z-index: 0;
  }

  .header-one-nav-flex-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-one-special-offers-heading {
    margin-bottom: 30px;
  }

  .hero-image {
    display: block;
    position: static;
  }

  .image-height-auto-responsive.responsive-image-full-width {
    width: 100%;
  }

  .header-one-dropdown {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .button {
    z-index: 0;
    font-size: 15px;
    line-height: 25px;
  }

  .button.responsive-display-none {
    display: none;
  }

  .heading-five {
    font-size: 20px;
    line-height: 30px;
  }

  .header-one-navbar {
    z-index: 9999;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .home-one-hero-main {
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .home-one-services-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-four {
    font-size: 22px;
    line-height: 32px;
  }

  .heading-four.text-white {
    background-color: var(--primary-color);
  }

  .home-one-services-heading {
    margin-bottom: 30px;
  }

  .home-one-special-offers {
    padding-top: 42px;
    padding-bottom: 60px;
  }

  .header-one {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-font.text-white {
    text-align: left;
  }

  .nav-menu {
    z-index: 9999;
    background-color: var(--primary-color);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100vw;
    height: 100vh;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .footer-one-bottom-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background-color: #00000080;
    flex-flow: wrap-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .footer-menu-links {
    grid-column-gap: 30px;
  }

  .footer-one-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
  }

  .footer-one {
    padding-top: 58px;
  }

  .footer-one-bottom {
    border-top-width: 0;
  }

  .footer-one-social-icons {
    border-color: var(--white);
  }

  .footer-one-title {
    padding-bottom: 40px;
  }

  .footer-one-appointment-flex-block {
    justify-content: center;
    align-items: center;
  }

  .header-one-button {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    align-items: center;
  }

  .heading-six {
    font-size: 18px;
    line-height: 28px;
  }

  .home-two-massages-flex-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: flex-start;
  }

  .home-two-spa-rituals {
    padding-top: 62px;
    padding-bottom: 60px;
  }

  .home-three-layout-one, .home-two-massages-image {
    width: 100%;
  }

  .home-two-spa-rituals-points {
    text-align: left;
  }

  .footer-two-bottom {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-two-main {
    grid-column-gap: 40px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 70px;
    display: grid;
  }

  .home-two-hero-right-side {
    padding: 160px 15px 120px;
  }

  .landing-home-grid {
    margin-top: 50px;
  }

  .home-two-spa-rituals-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .home-two-spa-rituals-text {
    max-width: none;
  }

  .home-two-service {
    padding-bottom: 70px;
  }

  .home-two-counter-section {
    padding-top: 0;
    padding-bottom: 64px;
  }

  .landing-home-marquee {
    margin-top: 50px;
  }

  .footer-two {
    padding-top: 70px;
  }

  .home-two-massages {
    padding-top: 43px;
    padding-bottom: 63px;
  }

  .home-two-service-title {
    flex: none;
  }

  .home-two-massages-text, .home-two-spa-rituals-image {
    width: 100%;
  }

  .home-two-spa-experience {
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-three-layout-four {
    width: 100%;
  }

  .header-two-nav-menu {
    grid-row-gap: 20px;
    background-color: var(--white);
    border-top: 1px solid #dcdcdc;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100vw;
    height: 100vh;
    padding-left: 15px;
    padding-right: 15px;
  }

  .header-two-navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .home-three-layout-three {
    width: 100%;
  }

  .home-two-hero-left-side {
    background-size: 200px 490px, auto;
  }

  .home-three-layout {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .home-three-layout-two {
    width: 100%;
  }

  .counter-wrapper {
    grid-column-gap: 30px;
  }

  .home-two-spa-sanctuary {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-two-massages-main {
    grid-row-gap: 40px;
  }

  .home-two-massages-text-description {
    max-width: none;
  }

  .home-two-spa-sanctuary-main {
    grid-column-gap: 50px;
  }

  .home-three-rating {
    padding-left: 30px;
    padding-right: 30px;
  }

  .header-two-social-icons {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .navmenu__flex-container {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .navmenu__link-list {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .link-list__dropdown-wrapper {
    position: relative;
  }

  .link-list__dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .icon.white {
    margin-left: 0;
    position: static;
  }

  .dropdown-link:hover {
    transform: translate(0);
  }

  .responsive-image-height-auto {
    height: auto;
  }

  .footer-two-description {
    margin-top: 23px;
    margin-bottom: 25px;
  }

  .scrolling-banner-text {
    font-size: 200px;
  }

  .footer-three-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    justify-content: flex-start;
    padding-bottom: 70px;
  }

  .home-three-spa-retreat-heading {
    grid-column-gap: 50px;
    text-align: center;
    flex-flow: column;
    align-items: center;
  }

  .home-three-about-us-main {
    padding: 120px 10px;
  }

  .home-three-spa-experience-description {
    max-width: 480px;
  }

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

  .home-three-spa-experience-heading {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
  }

  .home-three-service {
    padding-top: 70px;
    padding-bottom: 40px;
  }

  .home-three-spa-retreat {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .tabs-content {
    width: 80%;
  }

  .home-three-hero-flex {
    margin-right: auto;
  }

  .home-three-tab-link {
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .home-three-banner-slider {
    padding-top: 140px;
    padding-bottom: 70px;
  }

  .home-three-hero-text-points-flex {
    justify-content: center;
    align-items: flex-start;
    margin-top: 30px;
  }

  .home-three-service-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: flex-start;
  }

  .home-three-hero-text-button-flex {
    justify-content: center;
    align-items: flex-start;
  }

  .tabs-menu {
    margin-right: 30px;
  }

  .footer-three {
    padding-top: 60px;
  }

  .home-three-spa-experience {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .home-three-review-wrapper {
    margin-top: 60px;
  }

  .header-three-dropdown {
    grid-column-gap: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .header-three-dropdown.chnage-padding {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .auto-fit.responsive-image-full-width {
    width: 100%;
    height: 100%;
  }

  .home-one-highlight-item {
    width: 100%;
    height: 100%;
    padding-right: 0;
  }

  .home-two-layout-main {
    width: 100%;
  }

  .home-three-hero-text-title {
    text-align: center;
  }

  .faq-answer {
    max-width: none;
  }

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

  .about-review-slider-mask {
    max-width: 75%;
  }

  .about-spa-treatment-image, .about-spa-options-block {
    width: 100%;
  }

  .about-spa-treatment {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .about-spa-sanctuary-main {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: flex-start;
  }

  .about-spa-sanctuary-main.sticky {
    position: relative;
    top: 0;
  }

  .about-spa-commitment-heading {
    margin-bottom: 30px;
  }

  .about-spa-sanctuary-image {
    width: 100%;
    height: 710px;
  }

  .about-spa-treatment-text {
    max-width: none;
  }

  .about-spa-treatment-points {
    text-align: left;
  }

  .about-hero-main {
    margin-top: 68px;
  }

  .about-spa-sanctuary-text {
    max-width: none;
  }

  .about-spa-commitment-options-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .about-spa-sanctuary {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .about-spa-treatment-main {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: flex-start;
  }

  .about-spa-commitment {
    padding-top: 44px;
    padding-bottom: 50px;
  }

  .about-spa-sanctuary-text-points {
    max-width: none;
  }

  .slider-text {
    width: 50%;
  }

  .banner-ticker-wrapper {
    max-width: 290px;
    display: none;
    bottom: 72px;
    right: 87px;
  }

  .hero-section-heading-text {
    max-width: 571px;
  }

  .hero-slider-text {
    padding: 60px 15px 77px;
  }

  .single-track-wrap {
    max-width: 126px;
    max-height: 65px;
  }

  .header-two-mail {
    padding-right: 25px;
  }

  .header-two-address {
    padding-left: 25px;
  }

  .header-two-cart-and-button-flex-block {
    grid-column-gap: 25px;
  }

  .header-three-nav-menu {
    background-color: var(--primary-color);
    flex-flow: column;
    width: 100%;
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-two {
    font-size: 45px;
    line-height: 55px;
  }

  .home-three-hero-description {
    text-align: center;
  }

  .service-hero {
    padding-top: 130px;
    padding-bottom: 70px;
  }

  .heading-one {
    font-size: 50px;
    line-height: 60px;
  }

  .spa-services {
    padding-top: 44px;
  }

  .service-spa-treatments-image-two {
    display: none;
  }

  .service-review {
    padding-top: 44px;
    padding-bottom: 58px;
  }

  .service-hero-images-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 50px;
  }

  .spa-services-heading {
    margin-bottom: 30px;
  }

  .service-luxury-spa-main {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: flex-start;
  }

  .service-spa-treatments-image-flex-block {
    margin-top: 30px;
  }

  .service-hero-heading-flex-block-one {
    justify-content: center;
  }

  .service-luxury-spa {
    padding-top: 64px;
    padding-bottom: 70px;
  }

  .spa-services-main {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    place-items: center;
    margin-bottom: 50px;
  }

  .service-luxury-spa-image {
    width: 100%;
  }

  .service-spa-treatments {
    padding-top: 64px;
    padding-bottom: 70px;
  }

  .background-video {
    height: 51px;
  }

  .service-hero-heading-flex-block-three {
    justify-content: center;
  }

  .footer-two-links-heading {
    margin-top: 32px;
  }

  .service-hero-heading-flex-block-two {
    justify-content: center;
  }

  .shop-products {
    padding-top: 44px;
    padding-bottom: 30px;
  }

  .shop-products-heading {
    text-align: center;
    margin-bottom: 26px;
  }

  .shop-hero {
    margin-top: 68px;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .shop-offer-image {
    flex: 1;
  }

  .shop-offer-text-middel-line {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .shop-offer-main {
    flex-flow: column;
    align-items: stretch;
  }

  .shop-offer {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .shop-products-main {
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .shop-offer-text {
    padding: 34px 15px 60px;
  }

  .cart-button {
    padding-top: 0;
    padding-bottom: 0;
  }

  .shop-product-details-item {
    grid-column-gap: 50px;
  }

  .shop-details-hero {
    margin-top: 68px;
    padding-top: 50px;
    padding-bottom: 72px;
  }

  .shop-product-details {
    padding-top: 70px;
  }

  .shop-product-details-information {
    grid-row-gap: 0px;
    margin-top: 30px;
  }

  .shop-details-products {
    padding-top: 32px;
    padding-bottom: 30px;
  }

  .shop-details-products.categories {
    margin-top: 68px;
  }

  .quantity {
    height: 45px;
  }

  .about-spa-santuary-wrapper {
    grid-row-gap: 50px;
  }

  .facials-pricing-image-three {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .prcing-one-offer {
    padding-top: 45px;
    padding-bottom: 70px;
  }

  .responsive-image-full-width {
    width: 100%;
    height: 100%;
  }

  .massages-prices-list-main {
    margin-top: 25px;
  }

  .facials-pricing-image-two {
    display: none;
  }

  .pricing-one-luxury-spa {
    padding-top: 65px;
    padding-bottom: 70px;
  }

  .pricing-one-all-prices {
    padding-top: 45px;
    padding-bottom: 70px;
  }

  .facials-pricing {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 55px;
  }

  .facials-pricing-image {
    grid-row-gap: 30px;
    width: 100%;
  }

  .pricing-one-hero {
    margin-top: 68px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .massages-prices-list {
    width: 100%;
  }

  .manicures-and-pedicures-prcing {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    align-items: center;
    margin-top: 70px;
  }

  .prcing-one-offer-main {
    text-align: center;
  }

  .pricing-one-luxury-spa-main {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .massages-prices {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: center;
    margin-top: 30px;
  }

  .manicures-and-pedicures-prcing-image {
    flex: 0 auto;
  }

  .facials-pricing-image-one {
    width: 100%;
  }

  .prcing-one-offer-text {
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .prcicng-plan-compare-heading {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  .pricing-two-pricing-plan-comparison {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .pricing-two-pricing-plan-heading {
    margin-bottom: 40px;
  }

  .pricing-two-pricing-plan {
    padding-top: 132px;
    padding-bottom: 40px;
  }

  .pricing-plan-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: stretch center;
    display: flex;
  }

  .home-three-services {
    padding-top: 44px;
    padding-bottom: 70px;
  }

  .blog-hero {
    padding-top: 135px;
    padding-bottom: 70px;
  }

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

  .blog-posts-main {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

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

  .blog-post-date {
    margin-top: 40px;
  }

  .contact-hero {
    margin-top: 68px;
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .contact-information {
    padding-top: 44px;
    padding-bottom: 485px;
  }

  .contact-information-heading {
    margin-bottom: 30px;
  }

  .contact-form {
    padding-bottom: 60px;
  }

  .contact-form-heading {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .contact-form-bottom {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    align-items: flex-start;
    margin-top: 70px;
  }

  .contact-form-bottom-image {
    width: 100%;
  }

  .contact-form-text-field {
    font-size: 17px;
    line-height: 27px;
  }

  .utility-page-content.password-protected {
    width: 60%;
  }

  .utility-page-content.page-not-found {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .checkout-hero-section {
    padding-top: 120px;
  }

  .licensing-main-wrapper {
    grid-column-gap: 30px;
  }

  .licensing-text-main-wrapper {
    padding-left: 35px;
    padding-right: 35px;
  }

  .style-guide-color-box {
    width: 8rem;
    height: 8rem;
  }

  .heading-block-four {
    margin-bottom: 3.6rem;
  }

  .style-guide-for-typography {
    padding-top: 65px;
    padding-bottom: 70px;
  }

  .heading-block-three {
    margin-bottom: 3.3rem;
  }

  .style-guide-for-color {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .style-guide-color-block {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .color-image {
    height: auto;
  }

  .style-guide-color-name-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .heading-block-two, .heading-block-one, .list-block {
    margin-bottom: 3.6rem;
  }

  .pricing-two-tab-menu {
    margin-bottom: 40px;
  }

  .product-details-tabs-menu {
    justify-content: flex-start;
    align-items: center;
    padding-top: 40px;
  }

  .shop-tab-link {
    flex: 1;
  }

  .shop-products-list-button-wrap, .shop-product-hover-image {
    display: none;
  }

  .counter-box {
    height: 100px;
  }

  .counter-box.heading-two-box {
    height: 45px;
  }

  .heading-two-counter {
    letter-spacing: -.7px;
    font-size: 35px;
    line-height: 45px;
  }

  .menu-button-new {
    padding: 0;
  }

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

  .menu-button-line {
    background-color: var(--white);
    width: 21.28px;
    height: 2px;
    margin-bottom: 6px;
    padding: 0;
  }

  .menu-button-line.top-line.black, .menu-button-line.middile-line.black {
    background-color: var(--black);
  }

  .menu-button-line.bottom-line {
    width: 11px;
  }

  .menu-button-line.bottom-line.black {
    background-color: var(--black);
  }

  .checkout-page, .paypal-chechout-hero, .order-confirmation-hero {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 25px;
  }

  h1 {
    font-size: 42px;
    line-height: 52px;
  }

  h2 {
    font-size: 36px;
    line-height: 46px;
  }

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

  h4 {
    font-size: 25px;
    line-height: 35px;
  }

  li {
    background-position: 0 20%;
  }

  .heading-three {
    font-size: 24px;
    line-height: 34px;
  }

  .home-one-hero-video-flex-block {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .banner-video {
    width: 125px;
  }

  .button {
    padding-left: 35px;
    padding-right: 35px;
  }

  .heading-five.padding-bottom-ten.chnage-alinment {
    text-align: left;
  }

  .home-one-special-offer-blocks-wraper {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading-four.text-white {
    background-color: var(--primary-color);
  }

  .service-three-counter-main {
    justify-content: center;
    align-items: center;
  }

  .text-ruddy-pink.padding-top-ten {
    color: var(--primary-color);
  }

  .footer-one-get-in-touch {
    grid-row-gap: 15px;
    text-align: center;
  }

  .footer-one-address {
    border-left-width: 0;
  }

  .footer-one-email-link {
    margin-top: 20px;
  }

  .footer-one-bottom-main {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    align-items: center;
  }

  .footer-menu-links {
    grid-column-gap: 20px;
  }

  .footer-one-main {
    flex-flow: column;
    justify-content: center;
  }

  .footer-one-help {
    text-align: center;
    max-width: none;
  }

  .footer-bottom-text {
    font-size: 15px;
    line-height: 25px;
  }

  .home-two-massages-items-block {
    width: 100%;
  }

  .home-two-massages-image {
    height: 400px;
  }

  .footer-two-main {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 55px;
  }

  .home-two-hero-right-side {
    flex-basis: 100%;
    padding-top: 110px;
    padding-bottom: 70px;
  }

  .home-two-massages-items {
    flex-flow: column;
    margin-top: 20px;
  }

  .footer-two-site-logo {
    margin-top: 0;
  }

  .home-two-massages {
    padding-top: 45px;
  }

  .tag-one {
    justify-content: center;
    align-items: center;
  }

  .home-two-service-heading {
    flex-flow: column;
  }

  .home-two-spa-rituals-image {
    height: 500px;
  }

  .spa-sanctuary-tag {
    justify-content: center;
    align-items: center;
  }

  .header-two-logo {
    flex: 0 auto;
    padding-left: 0;
  }

  .spa-sanctuary-tag-line {
    width: 50px;
  }

  .home-two-hero-left-side {
    background-size: contain, auto;
    display: none;
  }

  .home-three-layout {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .counter-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: stretch;
    display: grid;
  }

  .home-two-massages-text-description {
    margin-left: auto;
    margin-right: auto;
  }

  .home-two-spa-sanctuary-main {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .home-three-rating {
    margin-left: auto;
    margin-right: auto;
  }

  .header-two-social-icons {
    display: none;
  }

  .home-two-service-description {
    text-align: center;
  }

  .home-two-spa-sanctuary-text {
    text-align: center;
    max-width: none;
  }

  .home-three-rating-number {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .header-two-flex-block {
    grid-column-gap: 50px;
  }

  .home-one-banner-decoration {
    display: none;
  }

  .scrolling-banner-text {
    font-size: 120px;
  }

  .home-three-spa-retreat-heading {
    text-align: center;
    flex-flow: column;
    margin-bottom: 20px;
  }

  .spa-experience-tabs {
    flex-flow: column;
  }

  .footer-three-contact-links-wrap {
    margin-top: 40px;
  }

  .home-three-spa-experience-heading {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .tabs-content {
    width: auto;
  }

  .home-three-hero-flex {
    padding: 10px 30px 30px;
    font-family: Wasted Vindey, Georgia, sans-serif;
  }

  .footer-three-title {
    grid-row-gap: 30px;
  }

  .home-three-hero-text-points-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .home-three-service-main {
    flex-flow: column;
  }

  .home-three-hero-text-button-flex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .tabs-menu {
    width: auto;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .auto-fit.responsive-image-full-width {
    height: 100%;
  }

  .demo-two-hero-section {
    width: 100%;
  }

  .after-inner-image, .before-image {
    height: 450px;
  }

  .tab-image-curtain, .image-curtain {
    transform: translate(-100%);
  }

  .question-title {
    grid-column-gap: 50px;
  }

  .about-review-slider-mask {
    max-width: 90%;
  }

  .about-spa-commitment-options-small-text {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .about-review-left-arrow {
    display: none;
    inset: 70% 0% 0% -15%;
  }

  .about-spa-treatment-image {
    height: 560px;
  }

  .about-spa-options-block.padding-top-one-hundread-fourty {
    padding-top: 0;
  }

  .about-spa-sanctuary-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .about-spa-sanctuary-image {
    height: 550px;
  }

  .about-spa-commitment-options-big-text {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .about-hero-main {
    background-color: #00000080;
  }

  .about-review-right-arrow {
    display: none;
    inset: 70% -15% 0% 0%;
  }

  .about-spa-commitment-options-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .about-spa-commitment-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    display: flex;
  }

  .slider-text {
    width: 100%;
  }

  .banner-ticker-wrapper {
    bottom: 60px;
    right: 38px;
  }

  .hero-slider-text {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .blank {
    width: 0%;
  }

  .header-two-cart-and-button-flex-block {
    grid-column-gap: 10px;
  }

  .menu-upper-wrapper {
    display: none;
  }

  .heading-two {
    font-size: 36px;
    line-height: 46px;
  }

  .heading-one {
    font-size: 35px;
    line-height: 45px;
  }

  .service-spa-treatments-main {
    grid-column-gap: 30px;
  }

  .service-review {
    padding-bottom: 53px;
  }

  .service-review-slider {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 0;
  }

  .service-hero-heading-line {
    display: none;
  }

  .service-hero-heading-flex-block-one {
    margin-bottom: 10px;
  }

  .spa-services-main {
    margin-bottom: 60px;
  }

  .service-hero-heading-flex-block-three {
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .footer-two-links-heading {
    margin-top: 0;
  }

  .service-hero-heading-flex-block-two {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    align-items: center;
    margin-bottom: 10px;
  }

  .shop-product-list-about {
    padding-left: 15px;
    padding-right: 15px;
  }

  .shop-poduct-list-sale-tag {
    top: 20px;
    left: 20px;
  }

  .shop-hero-main {
    padding: 33px 40px 40px;
  }

  .shop-product-image {
    align-items: flex-start;
  }

  .header-three-button-cart {
    grid-column-gap: 20px;
  }

  .shop-product-details-item-about {
    max-width: none;
  }

  .shop-product-details-item {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    align-items: flex-start;
  }

  .shop-product-details-item-image {
    width: 100%;
  }

  .shop-details-hero-heading {
    text-align: center;
  }

  .prcing-one-offer {
    background-position: 100%;
  }

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

  .manicures-and-pedicures-prcing {
    margin-top: 40px;
  }

  .prices-list-flex-block {
    grid-column-gap: 30px;
  }

  .pricing-two-pricing-plan-heading, .blog-details-heading {
    margin-bottom: 30px;
  }

  .blog-post-date {
    margin-top: 30px;
  }

  .contact-information {
    padding-bottom: 460px;
  }

  .contact-information-heading {
    margin-bottom: 0;
  }

  .contact-information-details {
    border-top-width: 0;
    flex-flow: column;
  }

  .contact-information-link {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .contact-information-link.border {
    border-width: 1px 0;
    border-top-style: solid;
    border-top-color: var(--ruddy-pink\<deleted\|variable-76639174-6f60-6508-a9e9-470b067dd7a9\>);
    border-bottom-style: solid;
    border-bottom-color: var(--ruddy-pink\<deleted\|variable-76639174-6f60-6508-a9e9-470b067dd7a9\>);
  }

  .contact-form-main {
    padding: 30px 40px 25px;
  }

  .contact-form-field {
    width: 100%;
  }

  .contact-form-field-flex-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .contact-form-text-field {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 16px;
    line-height: 26px;
  }

  .contact-form-text-field.message {
    margin-bottom: 40px;
  }

  .utility-page-content.password-protected {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }

  .images-preview {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-columns: 1fr;
  }

  .licensing-links {
    position: static;
  }

  .licensing-image {
    height: 250px;
  }

  .licensing-main-wrapper {
    grid-template-columns: 1fr;
  }

  .licensing-text-main-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .style-guide-color-block {
    display: block;
  }

  .style-guide-color-name-block {
    margin-top: -30px;
  }

  .pricing-two-tab-menu {
    margin-bottom: 30px;
  }

  .product-details-tabs-menu {
    padding-top: 30px;
  }

  .shop-tab-link {
    flex: 0 auto;
  }

  .password-protected-image-wrap {
    display: none;
  }

  .counter-box {
    height: 70px;
  }

  .counter-box.heading-two-box {
    height: 35px;
  }

  .heading-two-counter {
    letter-spacing: -.5px;
    font-size: 25px;
    line-height: 35px;
  }

  .menu-button-new {
    -webkit-text-stroke-color: var(--black);
  }

  .reset-password-main {
    padding: 60px 60px 45px;
  }

  .footer-two-bottom-wrapper {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 35px;
    line-height: 45px;
  }

  h2 {
    font-size: 30px;
    line-height: 40px;
  }

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

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

  .home-one-hero-text {
    padding-bottom: 30px;
  }

  .heading-three {
    font-size: 26px;
    line-height: 36px;
  }

  .home-one-hero-video-flex-block {
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
  }

  .banner-video {
    width: 90vw;
    height: 40vh;
  }

  .button {
    color: var(--primary-color);
    -webkit-text-stroke-color: #fff;
  }

  .heading-five {
    font-size: 18px;
    line-height: 28px;
  }

  .text-white {
    font-family: Wasted Vindey, Georgia, sans-serif;
  }

  .home-one-hero-image {
    display: none;
  }

  .home-one-services-main {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading-four {
    font-size: 24px;
    line-height: 34px;
  }

  .heading-four.text-ruddy-pink {
    color: var(--primary-color);
  }

  .heading-four.text-white {
    background-color: var(--primary-color);
    color: var(--white);
    -webkit-text-stroke-color: var(--white);
  }

  .heading-four.text-white.margin-bottom-ten {
    color: #fff;
  }

  .home-one-services-block {
    padding-top: 30px;
    padding-bottom: 12px;
  }

  .home-one-services-block:hover {
    box-shadow: none;
  }

  .home-one-special-offers {
    background-color: var(--ruddy-pink\<deleted\|variable-76639174-6f60-6508-a9e9-470b067dd7a9\>);
  }

  .banner-marketing-image.mobile-display-none {
    display: none;
  }

  .home-one-hero {
    background-image: linear-gradient(123deg, #323b46 33%, #de968d);
  }

  .footer-one-get-in-touch, .footer-one-help {
    text-align: center;
  }

  .footer-one-appointment-flex-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .book-appointment-link {
    grid-row-gap: 10px;
  }

  .heading-six {
    font-size: 17px;
    line-height: 27px;
  }

  .home-two-massages-items-block {
    width: 100%;
  }

  .home-two-massages-image {
    height: 280px;
  }

  .footer-two-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-bottom: 40px;
  }

  .home-two-massages-items {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 33px;
    margin-bottom: 23px;
  }

  .home-two-massages-text {
    text-align: left;
  }

  .home-two-spa-rituals-image {
    height: 380px;
  }

  .home-three-rating-text {
    text-align: left;
    padding-left: 15px;
  }

  .spa-sanctuary-tag-line {
    display: none;
  }

  .counter-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .home-three-rating {
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-two-spa-rituals-points-flex-block {
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .home-three-rating-number {
    text-align: right;
    padding-right: 15px;
  }

  .footer-two-links-flex-block {
    grid-row-gap: 9px;
    margin-top: 20px;
    margin-left: 10px;
  }

  .scrolling-banner-text {
    font-size: 80px;
  }

  .footer-three-main {
    flex-flow: column;
  }

  .home-three-hero-container.home-three-slider-container {
    font-family: Wasted Vindey, Georgia, sans-serif;
  }

  .home-three-service {
    padding-bottom: 40px;
  }

  .home-three-hero-flex {
    padding: 0 15px 15px;
  }

  .footer-three-social-media-icons-wrap {
    justify-content: center;
    align-items: center;
  }

  .home-three-banner-slider.slider-three {
    font-family: Wasted Vindey, Georgia, sans-serif;
  }

  .home-three-slide-nav {
    display: none;
  }

  .header-three-dropdown {
    padding-right: 10px;
  }

  .about-review-left-arrow {
    top: 72%;
  }

  .about-spa-treatment-image {
    height: 420px;
  }

  .about-spa-treatment {
    margin-bottom: -84px;
  }

  .about-spa-sanctuary-image {
    height: 450px;
  }

  .about-spa-treatment-points {
    grid-row-gap: 20px;
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-review-right-arrow {
    top: 72%;
  }

  .about-spa-sanctuary {
    padding-bottom: 30px;
  }

  .slider-text {
    width: 100%;
  }

  .blank {
    width: 0%;
  }

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

  .nav-circle-wrapper {
    display: none;
  }

  .service-spa-treatments-main {
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .service-spa-treatments-title {
    margin-bottom: 24px;
  }

  .service-luxury-spa-points:hover {
    padding-left: 20px;
  }

  .service-luxury-spa-image-bottom {
    display: none;
  }

  .spa-services-main {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .service-hero-heading-flex-block-three {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap-reverse;
    align-items: flex-start;
  }

  .footer-two-links-heading {
    margin-left: 10px;
  }

  .service-hero-heading-flex-block-two {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .shop-hero-main {
    padding-left: 20px;
    padding-right: 20px;
  }

  .shop-products-main {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .header-three-button-cart {
    grid-column-gap: 15px;
    color: var(--secondary-color);
    background-color: #ecadad;
  }

  .quantity {
    width: 90px;
  }

  .about-spa-santuary-wrapper {
    grid-row-gap: 40px;
  }

  .facials-pricing-image-three {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .pricing-tag {
    justify-content: center;
    align-items: center;
  }

  .facials-pricing-image-two {
    display: none;
  }

  .facials-pricing-image {
    grid-row-gap: 30px;
    width: 100%;
  }

  .pricing-one-luxury-spa-image {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .pricing-one-hero {
    background-position: 80%;
  }

  .massages-prices-list {
    text-align: center;
  }

  .pricing-one-pricing-list-option {
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .prices-list-flex-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: center;
    margin-bottom: 15px;
  }

  .massages-prices-image-two {
    display: none;
  }

  .facials-pricing-image-one, .massages-prices-image-one {
    width: 100%;
  }

  .pricing-two-pricing-plan-comparison {
    color: var(--white);
  }

  .pricing-plan-box {
    padding: 20px;
  }

  .blog-posts-main {
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .blog-text {
    text-align: center;
    max-width: none;
  }

  .contact-form-main {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-form-text-field {
    margin-top: 10px;
    margin-bottom: 12px;
  }

  .utility-page-content.password-protected {
    padding-left: 25px;
    padding-right: 25px;
  }

  .pricing-two-tab-menu {
    justify-content: center;
    display: flex;
  }

  .product-details-tabs-menu {
    grid-column-gap: 15px;
    flex-flow: wrap;
  }

  .shop-tab-link {
    flex: 1;
  }

  .reset-password-main {
    padding: 20px 20px 5px;
  }

  .service-luxury-spa-points-copy:hover {
    padding-left: 20px;
  }

  .list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5 {
    color: var(--white);
  }

  .list {
    position: static;
  }

  .paragraph-2, .list-item-6, .list-item-7, .list-item-8, .list-item-9 {
    color: var(--white);
  }
}


@font-face {
  font-family: 'Wasted Vindey';
  src: url('../fonts/wasted-vindey.regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppine';
  src: url('../fonts/Poppine.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppine';
  src: url('../fonts/Poppine.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}