:root {
  --color-canvas: #f5f1ea;
  --color-support: #b8a89a;
  --primary-color: var(--color-canvas);
  --white: var(--color-canvas);
  --accent-gold: #c8a97e;
  --main-color: var(--accent-gold);
  --secondary-color: #111111;
  --color-text: #111111;
  --color-text-muted: #423a34;
  --color-surface: var(--color-canvas);
  --color-surface-muted: rgba(184, 168, 154, .18);
  --border-subtle: rgba(184, 168, 154, .55);
  --transparent: #fff0;
  --flowui-component-library--gray-900: #111111;
  --flowui-component-library--white: var(--color-canvas);
  --flowui-component-library--gray-700: #1a1a1a;
  --flowui-component-library--gray-200: rgba(184, 168, 154, .18);
  --flowui-component-library--grey-600: #444;
  --flowui-component-library--primary-base: var(--accent-gold);
  --flowui-component-library--gray-100: var(--color-canvas);
  --flowui-component-library--grey-300: rgba(184, 168, 154, .45);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecartquantity:focus {
  border-color: var(--main-color);
  outline-style: none;
}

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

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

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

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

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

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

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

.w-commerce-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  text-align: center;
  background-color: var(--main-color);
  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-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: var(--main-color);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: var(--main-color);
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px var(--main-color);
}

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

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

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

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

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

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

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

.w-commerce-commerceaddtocartquantityinput:focus {
  border-color: var(--main-color);
  outline-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutemailinput {
  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: var(--main-color);
  outline-style: none;
}

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

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

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

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: var(--main-color);
  outline-style: none;
}

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

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

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: var(--main-color);
  outline-style: none;
}

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

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

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: var(--main-color);
  outline-style: none;
}

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

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

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

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

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: var(--main-color);
  outline-style: none;
}

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

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

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: var(--main-color);
  outline-style: none;
}

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

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

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: var(--main-color);
  outline-style: none;
}

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

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

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: var(--main-color);
  outline-style: none;
}

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: var(--main-color);
  outline-style: none;
}

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

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

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: var(--main-color);
  outline-style: none;
}

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

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

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: var(--main-color);
  outline-style: none;
}

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

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

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

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

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

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

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: var(--main-color);
  outline-style: none;
}

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

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

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: var(--main-color);
  outline-style: none;
}

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

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

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: var(--main-color);
  outline-style: none;
}

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

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

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: var(--main-color);
  outline-style: none;
}

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

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

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: var(--main-color);
  outline-style: none;
}

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

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

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: var(--main-color);
  outline-style: none;
}

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

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

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: var(--main-color);
  outline-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

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

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

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px var(--main-color);
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: var(--main-color);
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity, .w-commerce-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;
  }
}

h1 {
  color: var(--primary-color);
  letter-spacing: -.0625rem;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Marcellus, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 5.625rem;
}

h2 {
  color: var(--primary-color);
  letter-spacing: -.0625rem;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Marcellus, sans-serif;
  font-size: 3.125rem;
  font-weight: 400;
  line-height: 3.75rem;
}

h3 {
  color: var(--primary-color);
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Marcellus, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 3.125rem;
}

h4 {
  color: var(--primary-color);
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Marcellus, sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 2.5rem;
}

h5 {
  color: var(--primary-color);
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Marcellus, sans-serif;
  font-size: 1.5625rem;
  font-weight: 400;
  line-height: 2.1875rem;
}

h6 {
  color: var(--primary-color);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Marcellus, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
}

p {
  color: var(--primary-color);
  letter-spacing: 0;
  margin-bottom: 10px;
  font-family: Catamaran, sans-serif;
  font-size: .875rem;
  line-height: 1.5625rem;
}

li {
  font-family: Catamaran, sans-serif;
}

.home-one-background-vedio-wrapper {
  position: relative;
}

.nave-link-font-new {
  color: #221645;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

.home-one-banner-marquee {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.home-one-banner-marquee.change-position {
  position: absolute;
  inset: auto 0% 15%;
}

.dropdown-toggle-new {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  padding: 30px 15px;
  display: flex;
}

.home-one-background-vedio-overlay {
  background-image: linear-gradient(transparent 31%, #000);
  line-height: 10px;
  position: absolute;
  inset: 0%;
}

.home-one-banner {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.dropdown-link {
  color: var(--color-text);
  text-transform: uppercase;
  font-family: Catamaran, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.dropdown-link.w--current {
  color: var(--primary-color);
}

.display-off {
  display: none;
}

.button-style {
  color: #fff;
  letter-spacing: .1rem;
  text-transform: uppercase;
  background-color: var(--main-color);
  padding: 20px 45px 15px;
  font-family: Catamaran, sans-serif;
  font-size: .875rem;
  font-weight: 700;
}

.button-style.changr-color-trasparent {
  background-color: transparent;
  border: 1px solid #fff;
}

.button-style.changr-color-trasparent.responsive-display-off.change-padding {
  color: var(--main-color);
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
}

.button-style.border-button {
  border: 1px solid var(--main-color);
}

.button-style.border-button.border-off {
  border-width: 0;
}

.button-style.button-border {
  color: var(--main-color);
  background-color: transparent;
  border: 1px solid var(--main-color);
}

.button-style.button-border.change-padding {
  padding-left: 30px;
  padding-right: 30px;
}

.button-style.button-full-width {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.button-style.change-style {
  color: #241714;
  background-color: #fff;
  border: 1px solid #fff;
}

.button-style.mrging-top {
  margin-top: 20px;
}

.home-one-nav-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.5fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.home-one-top-nav {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.nav-social-link-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 1;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.nav-social-link-wrapper.align-left {
  flex: 0 240px;
  justify-content: flex-end;
  align-items: center;
}

.home-one-nav-wrapper {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.top-nav {
  border-top: 1px solid #ffffff4d;
  border-bottom: 1px solid #ffffff4d;
}

.top-nav.chnage-border {
  border-top-color: rgba(0, 0, 0, 0.35);
  border-bottom-color: rgba(0, 0, 0, 0.35);
}

.nav-text {
  color: #fff;
  text-transform: uppercase;
  font-family: Catamaran, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.nav-location {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-right: 0 solid #ffffff4d;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.nav-location.change-sizing {
  flex: 0 420px;
}

.nav-location.underline-off {
  text-decoration: none;
}

.nav-location.underline-off.align-center {
  justify-content: center;
  align-items: center;
}

.nav-one-wrapper {
  z-index: 999;
  position: absolute;
  inset: 0% 0% auto;
}

.dropdown-list {
  background-color: #fff;
  min-width: 250px;
}

.dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.home-one-logo {
  padding-left: 0;
}

.marquee-text {
  color: #f4e9e44d;
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  font-family: Marcellus, sans-serif;
  font-size: 12.5rem;
  font-weight: 400;
  line-height: 5rem;
}

.marquee-text.chnage-color {
  color: #f4e9e4;
}

.marquee-text.chnage-color.chnage-color-two {
  color: #f0ecec;
}

.nav-one-talk-wrapper {
  display: flex;
}

.marquee-item {
  flex: none;
}

.background-video-banner {
  height: 100vh;
}

.logo-text {
  display: none;
}

.menu-button-line.bottom-line.chnage-primary-color, .menu-button-line.middile-line.chnage-primary-color, .menu-button-line.top-line.chnage-primary-color {
  background-color: var(--primary-color);
}

.home-one-navbar {
  background-color: #fff0;
}

.body-font {
  color: var(--color-text);
  letter-spacing: .1rem;
  font-family: Catamaran, sans-serif;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.body-font.text-capitalize {
  color: var(--main-color);
  text-transform: uppercase;
}

.body-font.text-capitalize.change-color-white, .body-font.text-capitalize.text-align-center.change-color-white-text {
  color: var(--white);
}

.body-font.text-capitalize.text-align-center.chnage-letter-spacing {
  letter-spacing: 0;
}

.body-font.text-capitalize.text-align-center.change-color-white-text.unerderline-off {
  text-decoration: none;
}

.body-font.text-capitalize.change-font-weight {
  font-weight: 400;
}

.body-font.text-capitalize.underline-off {
  text-decoration: none;
}

.body-font.text-capitalize.padding-top-ten {
  font-size: .7rem;
}

.body-font.text-capitalize.text-underline {
  text-decoration: underline;
}

.body-font.text-capitalize.change-color-white.text-align-center.chnage-font-weight {
  font-weight: 500;
}

.body-font.text-capitalize.padding-bottom-ten {
  padding-bottom: 10px;
}

.body-font.text-capitalize.chnage-line-breaking {
  white-space: nowrap;
}

.body-font.text-capitalize.chnage-line-breaking.change-direction {
  transform: rotate(-90deg);
}

.body-font.text-capitalize.padding-bottom {
  padding-bottom: 10px;
}

.body-font.text-capitalize.chnage-weight-semi-bold {
  font-weight: 600;
}

.body-font.change-weight {
  font-weight: 400;
}

.body-font.change-weight.chnage-letter-spacing {
  letter-spacing: 0;
}

.body-font.change-weight.chnage-letter-spacing.chnage-font-size {
  font-size: 1rem;
}

.body-font.change-weight.chnage-letter-spacing.padding {
  padding-top: 10px;
}

.body-font.change-weight.change-color {
  color: var(--main-color);
  letter-spacing: 0;
}

.body-font.chnage-weight {
  font-weight: 400;
}

.body-font.chnage-weight.chnage-color {
  color: #000;
  letter-spacing: 0;
}

.body-font.chnage-style {
  letter-spacing: 0;
  font-weight: 400;
}

.body-font.chnage-style.max-width {
  max-width: 612px;
  margin-left: auto;
  margin-right: auto;
}

.body-font.change-weight-copy {
  font-weight: 400;
}

.body-font.change-weight-copy.chnage-letter-spacing {
  letter-spacing: 0;
}

.body-font.change-weight-copy.chnage-letter-spacing.chnage-font-size {
  font-size: 1rem;
}

.body-font.change-weight-copy.chnage-letter-spacing.padding {
  padding-top: 10px;
}

.body-font.change-weight-copy.change-color {
  color: var(--main-color);
  letter-spacing: 0;
}

.home-one-about-right-image-two {
  justify-content: center;
  align-items: flex-end;
  width: 368px;
  height: 228px;
  margin-left: auto;
  display: flex;
  overflow: hidden;
}

.home-one-about-section {
  background-color: var(--color-surface-muted);
  background-image: url('../images/Flower-Background.webp');
  background-position: 0 35%;
  background-repeat: no-repeat;
  background-size: 388px 463px;
  padding: 130px 15px 180px;
  overflow: hidden;
}

.change-padding {
  color: var(--main-color);
  margin-top: 0;
  margin-bottom: 0;
}

.change-padding.home-one-category-max-width {
  max-width: 663px;
}

.change-padding.change-color-white {
  color: var(--white);
}

.change-padding.chnage-color-white-text {
  color: #fff;
}

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

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

.home-one-about-text {
  z-index: 2;
  background-color: #fffcfa;
  padding: 45px 50px 50px;
  position: relative;
}

.home-one-about-left {
  flex: 0 873px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.home-one-about-details {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.home-one-about-max-width {
  max-width: 460px;
  padding-top: 30px;
  padding-bottom: 20px;
}

.chnage-font {
  font-family: Playfair Display, sans-serif;
  font-style: italic;
}

.home-one-about-box-two {
  border: 2px solid var(--border-subtle);
  width: 380px;
  height: 361px;
  position: absolute;
  inset: auto -5% -8% auto;
}

.home-one-about-right {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  flex-flow: column;
  flex: 0 423px;
  margin-top: -180px;
  display: flex;
}

.home-one-about-main-section {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  display: flex;
}

.chnage-font-style {
  font-family: Playfair Display, sans-serif;
  font-style: italic;
}

.home-one-about-main-image {
  z-index: 1;
  justify-content: center;
  align-items: flex-end;
  width: 506px;
  height: 673px;
  margin-left: -216px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-one-about-line {
  background-color: var(--color-text);
  width: 140px;
  height: 1px;
  margin-bottom: 5px;
}

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

.auto-fit.responsive-image-full-width.image-scroll-effect {
  width: 100%;
  height: 110%;
}

.auto-fit.responsive-image-full-width.opacity-off {
  opacity: 0;
}

.auto-fit.landskape-display-off {
  display: none;
}

.auto-fit.mobile-image-full-width {
  border-radius: 50%;
}

.auto-fit.desktop-full-width, .auto-fit.image-full-width {
  width: 100%;
  height: 100%;
}

.auto-fit.border-radius-round {
  border-radius: 50%;
}

.auto-fit.border-radius-two-hundred {
  border-radius: 200px;
}

.auto-fit.position-absolute {
  z-index: 1;
  position: absolute;
  inset: auto auto 0% 0%;
}

.auto-fit.padding-bottom {
  padding-bottom: 5px;
}

.auto-fit.border-radius-ten {
  border-radius: 10px;
}

.auto-fit.border-radius-four {
  border-radius: 4px;
}

.heading-two {
  color: var(--color-text);
  letter-spacing: -.0625rem;
  text-transform: capitalize;
  font-family: Marcellus, sans-serif;
  font-size: 3.125rem;
  font-weight: 400;
  line-height: 3.75rem;
}

.heading-two.text-align-center.heading-two-hover {
  transition: letter-spacing .5s;
}

.heading-two.text-align-center.heading-two-hover:hover {
  letter-spacing: .2rem;
}

.heading-two.text-no-wrap {
  white-space: nowrap;
}

.home-one-about-box-one {
  border: 2px solid var(--border-subtle);
  width: 379px;
  height: 440px;
  position: absolute;
  inset: -8% 20% auto auto;
}

.inner-container {
  text-align: left;
  max-width: 1320px;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 35px;
  display: block;
}

.inner-container.gutter-space {
  padding-left: 15px;
  padding-right: 15px;
}

.inner-container.position-relative {
  position: relative;
}

.inner-container.padding-bottom {
  padding-bottom: 130px;
}

.inner-container.section-full-width {
  width: 100%;
}

.inner-container.section-full-width.gutter-space.position-relative.chnage-z-index {
  z-index: 99;
}

.inner-container.price-heading {
  border-bottom: 2px solid var(--primary-color);
  text-align: center;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.inner-container.price-container {
  text-align: center;
  padding-left: 0;
}

.inner-container.blog-page {
  padding-left: 15px;
  padding-right: 15px;
}

.home-one-about-heading {
  max-width: 597px;
}

.home-one-about-right-image {
  justify-content: center;
  align-items: flex-end;
  width: 390px;
  height: 416px;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.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-gredient {
  background-image: linear-gradient(#0000, #0006);
  position: absolute;
  inset: 0%;
}

.home-one-highlight-button-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.home-one-highlight-wrapper {
  padding-top: 40px;
  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: 80px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

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

.home-one-highlight-heading {
  max-width: 532px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}

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

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

.text-align-center.change-padding {
  margin-top: 0;
}

.text-align-center.chnage-padding {
  margin-top: 0;
  margin-bottom: 0;
}

.text-align-center.change-font-size {
  font-size: 1rem;
}

.text-align-center.change-color-white {
  color: #fff;
}

.home-one-highlight {
  padding-top: 130px;
  padding-bottom: 100px;
  overflow: hidden;
}

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

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

.heading-five {
  color: var(--color-text);
  text-transform: capitalize;
  font-family: Marcellus, sans-serif;
  font-size: 1.5625rem;
  font-weight: 400;
  line-height: 2.1875rem;
}

.heading-five.change-color-white-text {
  color: var(--white);
  font-size: 1rem;
  line-height: 2rem;
}

.heading-five.change-color-white-text.text-align-center.chnage-style {
  letter-spacing: .1rem;
  text-transform: uppercase;
}

.heading-five.padding-bottom-twenty {
  padding-bottom: 20px;
}

.heading-five.padding-bottom-twenty.chnage-color-white {
  color: var(--white);
}

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

.heading-five.padding-top-twenty.chnage-color-white {
  color: var(--white);
}

.heading-five.text-align-right {
  text-align: right;
}

.home-one-price {
  padding-bottom: 235px;
  padding-left: 15px;
  padding-right: 15px;
}

.home-one-price-image {
  justify-content: center;
  align-items: flex-end;
  width: 597px;
  height: 720px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-one-price-item {
  padding-top: 20px;
}

.home-one-price-image-main-wrapper {
  position: relative;
}

.home-one-price-main {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-one-price-number {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  margin-left: 50px;
  display: flex;
}

.home-one-price-image-one {
  position: absolute;
  inset: auto 0% -15% auto;
}

.home-one-price-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 1px solid #000;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

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

.home-one-price-heading {
  max-width: 613px;
  padding-top: 10px;
  padding-bottom: 40px;
}

.home-one-marquee-main {
  background-color: #f7eae3;
  border-top: 1px solid var(--main-color);
  border-bottom: 1px solid var(--main-color);
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 35px;
  padding-bottom: 35px;
  overflow: hidden;
}

.home-one-marquee-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.home-one-marquee-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 2227px;
  display: flex;
}

.home-one-product-image {
  background-color: var(--color-surface-muted);
  border: 1px solid #eee0d8;
  text-decoration: none;
  position: relative;
}

.home-one-product-main-button {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  display: flex;
}

.home-one-product-details {
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  text-decoration: none;
  display: flex;
}

.home-one-product-heading {
  max-width: 613px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 60px;
}

.home-one-product {
  background-color: var(--color-surface-muted);
  background-image: url('../images/Flower-Background.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 388px 463px;
  padding: 130px 15px;
}

.home-one-product-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.home-one-product-wrapper.padding-top-sixty {
  padding-top: 60px;
}

.home-one-product-wrapper.padding-top-sixty.chnage-max-width {
  max-width: 1756px;
  margin-left: auto;
  margin-right: auto;
}

.home-one-product-wrapper.display-off {
  display: none;
}

.home-one-product-big-wrapper {
  max-width: 1756px;
  margin-left: auto;
  margin-right: auto;
}

.heading-six {
  color: var(--color-text);
  font-family: Marcellus, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.heading-six.padding-right {
  padding-right: 20px;
}

.heading-six.home-one-testimonial-max-width {
  max-width: 690px;
}

.heading-six.home-one-testimonial-max-width.chnage-color-white {
  color: var(--white);
}

.heading-six.chnage-color-white {
  color: #fff;
}

.heading-six.color-change {
  max-width: 400px;
}

.heading-six.chnage-font-size {
  font-size: .875rem;
}

.heading-six.chnage-font-size.chnage-color {
  color: #000;
}

.heading-six.change-text {
  text-transform: capitalize;
}

.heading-six.margin-bottom-five {
  margin-bottom: 5px;
}

.home-one-product-item-wrapper {
  cursor: pointer;
  max-width: 100%;
}

.home-one-product-main {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-one-product-item-category {
  text-decoration: none;
  position: relative;
}

.home-one-main-category-wrapper {
  flex: 1;
  max-width: 765px;
}

.home-one-category-item {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.home-one-category {
  background-image: url('../images/Style-Background-Image.webp');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 740px 491px;
  padding: 130px 15px;
}

.home-one-category-arrow-wrapper {
  border: 1px solid var(--main-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 39px;
  min-width: 39px;
  height: 39px;
  display: flex;
}

.home-one-category-details {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-top: 10px;
  display: flex;
}

.home-one-main-category {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.home-one-category-image {
  justify-content: center;
  align-items: flex-end;
  width: 633px;
  height: 690px;
  display: flex;
  overflow: hidden;
}

.home-one-category-hover-image {
  display: none;
  position: absolute;
  inset: -5% 8% auto auto;
}

.home-one-category-text-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-one-category-line {
  background-color: var(--color-text);
  width: 79px;
  height: 1px;
  margin-top: 10px;
}

.category-paragraph-max-width {
  max-width: 501px;
}

.home-one-testimonial-wrapper {
  max-width: 1156px;
  margin-left: auto;
  margin-right: auto;
}

.home-one-testimonial-heading {
  justify-content: center;
  padding-bottom: 40px;
  display: flex;
}

.left-arrow {
  inset: 15% 0% 0% auto;
}

.right-arrow-new {
  inset: 30% 0% 0% auto;
}

.home-one-testimonial-main {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.home-one-testimonial {
  background-color: var(--main-color);
  background-image: url('../images/Testimonials.webp');
  background-position: 30% 20%;
  background-repeat: no-repeat;
  background-size: 1037px;
  padding: 190px 15px 130px;
}

.home-one-testimonial-arrow-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.background-tranperent {
  background-color: #ddd0;
  height: auto;
}

.home-one-testimonial-details {
  background-image: url('../images/Quote.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 40px;
  padding-left: 20px;
}

.footer-link-main {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  max-width: 395px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-image-three {
  display: none;
  position: absolute;
  inset: -25% auto auto -35%;
}

.footer-one-new {
  background-color: var(--color-surface-muted);
  background-image: url('../images/Rose-.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 440px 525px;
  padding-top: 130px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

.footer-image-four {
  display: none;
  position: absolute;
  inset: auto auto 0% -25%;
}

.footer-image-overlay {
  background-color: var(--primary-color);
  position: absolute;
  inset: 0%;
  transform: translate(0, 110%);
}

.footer-button {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
}

.fooeter-line {
  background-color: var(--border-subtle);
  height: 1px;
  margin-bottom: 20px;
}

.footer-image-one {
  display: none;
  position: absolute;
  inset: auto -25% -15% auto;
}

.footer-image-two {
  display: none;
  position: absolute;
  inset: -15% -35% auto auto;
}

.footer-social-media-link {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: space-between;
  align-items: center;
  max-width: 119px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: flex;
}

.footer-wrapper {
  max-width: 726px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footer-heading {
  max-width: 714px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}

.home-one {
  overflow: hidden;
}

.underline-off {
  z-index: 1;
  text-decoration: none;
  position: relative;
}

.underline-off.chnage-primary-color.change-style {
  text-transform: capitalize;
}

.underline-off.change-color-white {
  color: var(--white);
}

.underline-off.change-color-white.change-style {
  text-transform: capitalize;
}

.underline-off.change-color-brown {
  color: #b98479;
}

.underline-off.change-color-brown.text-change {
  text-transform: capitalize;
}

.overflow-hidden {
  overflow: hidden;
}

.home-two-about-service-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
  display: grid;
}

.home-two-about-heading-new {
  max-width: 576px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

.home-two-about-image-two {
  display: none;
}

.home-two-about-box-text-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-two-about-main-line {
  background-color: var(--main-color);
  width: 1px;
  height: 82px;
}

.home-two-about-service-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  cursor: pointer;
  background-color: var(--color-surface-muted);
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 30px;
  text-decoration: none;
  display: flex;
}

.home-two-about-image-one {
  justify-content: center;
  align-items: flex-end;
  width: 465px;
  height: 470px;
  display: none;
  position: absolute;
  inset: auto 0% -15% auto;
  overflow: hidden;
}

.footer-image-overlay-main {
  background-color: rgba(0, 0, 0, 0.55);
  position: absolute;
  inset: 0%;
  transform: translate(0, -110%);
}

.home-two-about-section {
  background-image: url('../images/Makeup-Brush.webp');
  background-position: 103% 0;
  background-repeat: no-repeat;
  background-size: 442px;
  padding: 206px 15px 130px;
  overflow: hidden;
}

.home-two-about-line-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 30px;
  display: flex;
}

.home-two-about-image-three {
  display: none;
}

.home-two-about-button-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.home-two-about-main-paragraph {
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}

.home-two-service-line {
  background-color: #debfaf;
  max-width: 453px;
  height: 1px;
  margin-bottom: 40px;
}

.home-two-service-item-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
}

.home-two-main-image-three {
  position: absolute;
  inset: 0%;
}

.home-two-service-big-image {
  position: relative;
}

.home-two-service-details {
  max-width: 373px;
  padding-top: 10px;
}

.home-two-service-small-image {
  position: relative;
}

.home-two-service-main-heading {
  max-width: 481px;
  padding-top: 10px;
  padding-bottom: 20px;
}

.home-two-service-hover-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  cursor: pointer;
  background-color: #f7e9e2;
  max-width: 466px;
  padding: 20px 15px 10px;
  display: flex;
}

.home-two-service-small-image-three, .home-two-service-small-image-two, .home-two-click-main-image {
  position: absolute;
  inset: 0%;
}

.home-two-service {
  background-color: var(--color-surface-muted);
  background-image: url('../images/Service-Background.webp');
  background-position: -100% 100%;
  background-repeat: no-repeat;
  background-size: 502px;
  padding: 130px 15px;
  overflow: hidden;
}

.home-two-service-image {
  border: 1px solid var(--main-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 33px;
  min-width: 33px;
  height: 33px;
  display: flex;
}

.home-two-service-main-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-two-price-heading-wrapper {
  padding-left: 120px;
}

.home-two-price-heading-image-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #f9f5f2;
  border-radius: 100px;
  justify-content: space-between;
  width: 160px;
  display: flex;
  overflow: hidden;
}

.price-merquee {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex: none;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-two-pricing-main-wrapper {
  flex: none;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-two-pricing-round {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #fff;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 139px;
  height: 139px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: auto auto -15% 10%;
  box-shadow: 0 2px 50px #dedede40;
}

.chnage-padding {
  margin-top: 0;
  margin-bottom: 0;
}

.chnage-padding.chnage-color-white {
  color: var(--white);
}

.home-two-pricing-link-wrapper {
  padding-top: 100px;
}

.home-two-pricing-item {
  cursor: pointer;
  flex: none;
  padding-right: 100px;
  position: relative;
}

.home-two-pricing-item.margin-top {
  margin-top: 100px;
}

.home-two-pricing-main-container {
  display: flex;
}

.home-two-price {
  padding-top: 130px;
  padding-bottom: 130px;
  overflow: hidden;
}

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

.home-two-price-main-heading {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-two-beauty-image {
  display: none;
  position: absolute;
  inset: -120% 0% auto auto;
}

.home-two-beauty-vedio {
  background-color: var(--main-color);
  background-image: url('../images/Flower-Background.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 130px 15px 426px;
}

.home-two-beauty-vedio-heading {
  max-width: 964px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

.home-two-vedio-main {
  justify-content: center;
  align-items: center;
  margin-top: -366px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.home-two-vedio-image-wrapper {
  position: relative;
  overflow: hidden;
}

.home-two-vedio-button-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-two-style-paragraph {
  max-width: 373px;
  padding-top: 20px;
}

.home-two-merquee-wrapper {
  padding-top: 40px;
  padding-bottom: 100px;
  overflow: hidden;
}

.home-two-merquee-wrapper.chnage-padding {
  padding-bottom: 40px;
  overflow: visible;
}

.home-two-merquee-wrapper.chnage-padding.position-absolute {
  position: absolute;
  inset: auto 0% 10%;
}

.home-two-style-text {
  padding-top: 60px;
  position: sticky;
  top: 130px;
}

.home-two-style-heading {
  max-width: 465px;
  padding-top: 20px;
}

.home-two-style-text-wrapper {
  padding-left: 20px;
}

.home-two-style-main-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 60px;
  display: flex;
}

.home-two-style-section {
  background-color: var(--color-surface-muted);
  background-image: url('../images/Background-Makeup-Kit.webp');
  background-position: -5% 60%;
  background-repeat: no-repeat;
  background-size: 412px 483px;
  background-attachment: scroll;
  margin-top: -214px;
  padding: 320px 15px 260px;
}

.home-two-style-box {
  border: 1px solid #eee0d8;
  padding: 7px 7px 20px;
}

.home-two-style-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-two-tetimonial-details {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 30px;
}

.home-two-testimonial-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.home-two-testimonial-wrapper.chnage-padding-top {
  padding-top: 100px;
}

.right-arrow-next {
  border-left: 1px solid #debfaf;
  justify-content: center;
  align-items: center;
  display: flex;
}

.right-arrow-next.chnage-border {
  border-left-width: 0;
  border-right: 1px solid #debfaf;
}

.home-two-testimonial-new {
  padding-bottom: 130px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.home-two-testimonial-new.change-padding-top {
  padding-top: 130px;
  overflow: hidden;
}

.home-two-testimonial-design-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: -90px;
  padding-bottom: 100px;
  display: flex;
}

.home-two-testimonial-design-wrapper.chnage-padding {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  margin-top: 0;
  padding-bottom: 0;
}

.home-two-testimonial-design {
  z-index: 99;
  background-image: url('../images/Makeup-Kit-Two.webp');
  background-position: 50%;
  background-size: contain;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 171px;
  height: 171px;
  display: flex;
  position: relative;
}

.home-two-testimonial-image-three {
  position: absolute;
  inset: -10% auto auto 0%;
}

.home-two-testimonial-image-three.chnage-position {
  top: 20%;
}

.change-background-transperent {
  background-color: #ddd0;
  height: auto;
}

.home-two-testimonial-image {
  position: absolute;
  inset: -8% 0% auto auto;
}

.home-two-testimonial-image.chnage-position {
  top: 20%;
}

.home-two-testimonial-design-text {
  background-image: url('../images/Text-Round.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 267px;
  height: 267px;
  position: absolute;
}

.footer-two-social-media-item {
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  display: flex;
}

.footer-two-social-media {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-top: 15px;
  display: flex;
}

.footer-two-logo {
  flex: 0 382px;
}

.footer-two-heading-new {
  max-width: 842px;
  padding-top: 10px;
}

.footer-two-link-option {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  max-width: 168px;
  padding-top: 15px;
  display: flex;
}

.footer-two-new {
  background-color: var(--main-color);
  background-image: url('../images/Footer-Background-Two.png'), url('../images/Footer-Background.png');
  background-position: 0 100%, 100% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 604px 401px, 740px 491px;
  padding-top: 130px;
  overflow: hidden;
}

.footer-two-new-link-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  padding-top: 130px;
  padding-bottom: 130px;
  padding-right: 0;
  display: flex;
}

.foioter-two-button-wrapper {
  padding-bottom: 20px;
}

.footer-two-text-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.play-button {
  border: 2px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 109px;
  height: 109px;
  display: flex;
}

.home-three-about-image-merquee-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 10%;
}

.merquee-two-text {
  color: #fff6;
  flex: none;
  font-family: Marcellus, sans-serif;
  font-size: 6.25rem;
  line-height: 5rem;
}

.home-three-about-image {
  cursor: none;
  position: relative;
  overflow: hidden;
}

.home-three-about-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: -424px;
  padding-left: 80px;
  padding-right: 15px;
  display: flex;
}

.home-three-about-text-underline {
  background-color: #a2a2a2;
  width: 268px;
  height: 1px;
  margin: 10px auto;
}

.home-three-about-text {
  padding-top: 30px;
}

.home-three-about-wrapper {
  background-color: var(--color-surface-muted);
  max-width: 1204px;
  padding: 80px 15px 484px 80px;
}

.home-three-image-view-button {
  background-color: #fcf6f4;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
}

.home-three-about {
  padding-top: 130px;
  overflow: hidden;
}

.home-three-about-heading {
  max-width: 746px;
  padding-top: 20px;
}

.home-three-about-view-button-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-three-about-box {
  text-decoration: none;
}

.home-three-about-box.padding-top-fourty {
  margin-top: 40px;
}

.home-three-about-box.padding-top-eighty {
  margin-top: 80px;
}

.box-merquee {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: none;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-three-service-box {
  background-color: #fcf6f4;
  width: 342px;
  height: 414px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.home-three-service-box.lower-box-position {
  inset: auto 0% 0% auto;
}

.home-three-service-lower-image-wrapper {
  display: none;
  position: absolute;
  inset: auto 0% -20% auto;
}

.home-three-service-image-one {
  justify-content: flex-end;
  align-items: flex-start;
  width: 367px;
  height: 439px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-three-service-image-one.chnage-lower-image-position {
  justify-content: flex-start;
  align-items: flex-start;
  inset: auto 0% -20% auto;
}

.home-three-service {
  background-image: url('../images/Background-Rose-2.webp'), url('../images/Makeup-Brush.webp');
  background-position: 0 100%, 100% 80%;
  background-repeat: no-repeat, no-repeat;
  background-size: 306px 569px, contain;
  padding: 130px 15px 100px;
  overflow: hidden;
}

.home-three-service-main-image-wrapper {
  z-index: 99;
  position: relative;
}

.home-three-service-item-wrapper {
  cursor: pointer;
  border-bottom: 1px solid #f2eaea;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.home-three-service-item-wrapper.remove-border {
  border-bottom-width: 0;
}

.home-three-service-upper-image-wrapper {
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.home-two-service-big-line {
  background-color: #ece2dc;
  width: 1664px;
  height: 1px;
  margin-bottom: 90px;
  margin-left: auto;
  margin-right: auto;
}

.home-three-service-main {
  position: relative;
}

.home-three-help-main-wrapper {
  display: flex;
}

.home-three-arrow {
  border: 1px solid var(--main-color);
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
}

.home-three-help-left-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
  inset: auto auto 15% 53%;
}

.home-three-right-main-image-wrapper {
  position: relative;
  overflow: hidden;
}

.home-three-help {
  overflow: hidden;
}

.home-three-help-main, .home-three-right-image-text {
  padding-top: 60px;
}

.home-three-help-left-image-overlay {
  background-color: var(--main-color);
  position: absolute;
  inset: 0%;
}

.home-three-help-slider {
  background-color: var(--color-surface-muted);
  background-image: url('../images/Background-Image-Slider.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 323px 379px;
  width: 100%;
  height: auto;
}

.home-three-help-heading {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}

.hpome-three-right-image-paragraph {
  padding-top: 10px;
  padding-bottom: 10px;
}

.home-three-help-left-image-wrapper {
  flex: 0 50%;
  position: relative;
  overflow: hidden;
}

.home-three-help-right-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
  inset: auto 3% 15% auto;
}

.home-three-help-right-image-wrapper {
  flex-flow: column;
  flex: 0 50%;
  justify-content: center;
  align-items: center;
  padding: 40px 140px;
  display: flex;
}

.home-three-merquee-section {
  padding-top: 130px;
  padding-bottom: 130px;
  overflow: hidden;
}

.home-three-beauty-text {
  flex: 1;
  padding-bottom: 100px;
  padding-left: 80px;
  position: sticky;
  top: 130px;
}

.home-three-beauty-heading {
  max-width: 614px;
  padding-top: 10px;
}

.home-three-beauty-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.home-three-beauty {
  background-color: #fcf6f4;
  padding: 130px 15px;
}

.home-three-beauty-itrm-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.home-three-beauty-background-image {
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.home-three-beauty-button {
  padding-top: 40px;
}

.home-three-beauty-item-details {
  max-width: 404px;
}

.home-three-beauty-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fbf2ee;
  border: 1px solid #ddcfca;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 548px;
  max-width: 548px;
  padding: 50px;
  display: flex;
}

.home-three-testimonial-lne {
  background-color: #e3d7d1;
  flex: 1;
  width: 654px;
  height: 1px;
}

.home-three-makeup-right-image {
  display: none;
  position: absolute;
  inset: -35% 0% auto auto;
}

.home-three-makeup-left-image-two {
  display: none;
  position: absolute;
  inset: auto auto -50% 25%;
}

.home-three-makeup-heading {
  max-width: 582px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.home-three-makeup {
  background-color: #fcf6f4;
  background-image: url('../images/Makeup-Big-Background.webp');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 130px 15px;
  overflow: hidden;
}

.home-three-makeup-button {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.home-three-makeup-left-image-one {
  display: none;
  position: absolute;
  inset: -25% auto auto 0%;
}

.footer-three-new {
  background-color: var(--main-color);
  padding-top: 20px;
  overflow: hidden;
}

.footer-three-link-new-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  display: grid;
}

.footer-three-main-line {
  background-color: #fff;
  width: 1px;
  height: 32px;
}

.footer-three-bottom-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.footer-three-main-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  padding-top: 20px;
  display: flex;
}

.footer-three-main-wrapper.chnage-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.footer-three-social-item {
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
}

.footer-three-line {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-three-bottom-link {
  border-top: 1px solid #ffffff4d;
  padding: 10px 15px;
}

.footer-three-social-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  display: flex;
}

.chnage-color-white {
  color: #fff;
}

.home-two-banner-text-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-two-banner-new {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.home-two-nav-menu-right-part {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--color-surface-muted);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 100px;
  padding-right: 40px;
  display: flex;
  overflow: hidden;
}

.home-two-banner-main-section {
  justify-content: flex-start;
  align-items: center;
  height: 100svh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.line-two {
  background-color: #fff;
  flex: none;
  width: 35px;
  height: 1px;
}

.home-two-banner-heading-new {
  max-width: 753px;
  padding-top: 20px;
}

.home-two-nav-main-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 15px;
  display: grid;
}

.home-two-slider {
  height: 100%;
  overflow: hidden;
}

.line-one {
  background-color: #fff;
  flex: none;
  width: 35px;
  height: 1px;
}

.home-two-banner-button-new {
  padding-top: 40px;
}

.home-two-top-heading-text-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-two-nav-menu-main {
  z-index: 999;
  background-color: #fff;
  justify-content: space-between;
  width: 100vw;
  height: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.cross-menu {
  cursor: pointer;
  width: 35px;
  height: 35px;
  position: absolute;
  inset: 5% 40px auto auto;
}

.home-two-menu-item {
  border-bottom: 1px dashed #c7c4c2;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.home-two-nav {
  z-index: 2147483647;
  border-bottom: 1px solid #cbcbcd99;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.home-two-call {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-two-nav-social-media-main {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding-top: 20px;
  display: flex;
}

.chnage-font-2 {
  font-family: Playfair Display, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.home-two-nav-menu-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.home-two-nav-menu-logo {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.line-black {
  background-color: var(--color-text);
  width: 35px;
  height: 1px;
}

.line-black.chnage-rotation-two {
  transform: rotate(-45deg);
}

.line-black.chnage-rotation-one {
  margin-top: 50%;
  transform: rotate(45deg);
}

.home-two-nav-menu-main-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.home-two-menu-location {
  max-width: 309px;
  padding-top: 20px;
}

.home-two-nav-link-wrapper {
  flex: 1;
}

.nav-two-hambarger {
  z-index: 99;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  flex-flow: column;
  display: flex;
}

.home-two-banner-text-wrapper {
  z-index: 99;
  max-width: 1288px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 5%;
  overflow: hidden;
}

.home-two-banner-text-underline {
  background-color: #fff;
  width: 177px;
  height: 1px;
}

.home-two-menu-arrow {
  background-color: #fff9f6;
  justify-content: center;
  align-items: center;
  width: 99px;
  height: 136px;
  display: flex;
}

.home-two-banner-image-change {
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: scale(1.1);
}

.home-two-banner-main-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  max-width: 599px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-two-top-heading-line {
  background-color: #fff;
  flex: 1;
  max-width: 263px;
  height: 1px;
}

.home-two-nav-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.home-two-nav-menu-left-part {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 1;
  padding-top: 40px;
  padding-left: 40px;
  display: flex;
  overflow: hidden;
}

.home-three-slider-upper-text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-three-slider-image {
  height: 100vh;
  position: relative;
}

.home-three-social-link-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.home-three-social-link-wrapper.chnage-primary-color {
  background-color: var(--color-text);
}

.home-three-email-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: rotate(-90deg);
}

.home-three-left-nav {
  z-index: 1;
  border-right: 1px solid #ffffff4d;
  max-width: 135px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.home-three-social-media-link-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  white-space: nowrap;
  flex-flow: row;
  display: flex;
  transform: rotate(-90deg);
}

.home-three-social-media-link-wrapper.margin-top {
  margin-top: 140px;
}

.home-three-banner-left-arrow {
  background-color: #fff;
  border: 1.5px solid var(--main-color);
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  inset: auto auto 138px 135px;
}

.home-three-logo {
  border-bottom: 1px solid #ffffff4d;
  padding: 50px 30px;
}

.home-three-right-nav {
  z-index: 1;
  border-left: 1px solid #ffffff4d;
  max-width: 135px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.home-three-banner-right-arrow {
  background-color: #fff;
  border: 1.5px solid var(--main-color);
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  inset: auto auto 68px 135px;
}

.home-three-banner-slider {
  background-color: #ddd0;
  height: 100vh;
}

.home-three-banner-new {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.heading-three-slider-line {
  background-color: #fff;
  width: 182px;
  height: 1px;
}

.home-three-slider-text {
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 220px;
  padding-right: 180px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-three-email {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.home-three-slider-heading {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.home-three-left-nav-section {
  background-color: #f5e9e4;
  flex-flow: column;
  flex: 0 60%;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 60px;
  overflow: hidden;
}

.home-three-nav-link {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.home-three-nav-item {
  border-bottom: 1px solid #cdbeb8;
  justify-content: space-between;
  align-items: center;
  padding: 40px 15px;
  text-decoration: none;
  display: flex;
}

.home-three-nav-item.chnage-border {
  border-bottom-width: 0;
}

.home-three-nav-menu {
  z-index: 999999999;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0% 0% auto;
  transform: translate(0, -110vh);
}

.home-three-nav-menu-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-three-cross-wrapper {
  cursor: pointer;
  width: 35px;
  height: 35px;
  padding-top: 20px;
  position: absolute;
  inset: 40px 40px auto auto;
}

.home-three-right-nav-section {
  grid-column-gap: 300px;
  grid-row-gap: 300px;
  background-color: var(--color-surface-muted);
  background-image: url('../images/Graph.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 528px 635px;
  flex-flow: column;
  flex: 0 45%;
  height: 100vh;
  padding-top: 80px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  overflow: hidden;
}

.home-three-black-line {
  background-color: var(--color-text);
  width: 35px;
  height: 1px;
  transform: rotate(45deg);
}

.home-three-black-line.chnage-rotation {
  transform: rotate(-45deg);
}

.home-three-right-nav-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 287px;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.home-three-left-nav-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.home-three-menu-button {
  cursor: pointer;
  background-color: #fff;
  padding: 50px 40px;
}

.home-three-menu-wrapper {
  flex-flow: column;
  justify-content: space-between;
  width: 46px;
  height: 9px;
  display: flex;
}

.home-three-top-line {
  background-color: var(--color-text);
  width: 35px;
  height: 1px;
}

.home-three-top-line.right-line {
  margin-left: auto;
  margin-right: 0;
}

.home-shop-banner-arrow {
  z-index: 9;
  justify-content: center;
  align-items: center;
  display: flex;
  inset: 0% auto 0% 135px;
}

.home-shop-banner-arrow.chnage-position {
  inset: 0% 135px 0% auto;
}

.home-shop-banner-heading {
  max-width: 693px;
  padding-top: 20px;
}

.home-shop-banner-button {
  padding-top: 40px;
}

.home-shop-banner-text {
  justify-content: flex-end;
  align-items: center;
  margin-right: 140px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-shop-hero {
  height: 100vh;
  position: relative;
}

.home-shop-banner-slider {
  background-color: #ddd0;
  height: 100%;
}

.home-shop-banner-upper-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-shop-banner-text-wrapper {
  max-width: 500px;
}

.home-shop-banner-image {
  height: 100%;
  position: relative;
}

.home-shop-banner-upper-text-line {
  background-color: #fff;
  width: 237px;
  height: 1px;
}

.heading-four {
  color: var(--color-text);
  letter-spacing: -.01rem;
  text-transform: capitalize;
  font-family: Marcellus, sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 2.5rem;
}

.heading-four.padding-bottom-thirty {
  padding-bottom: 30px;
}

.heading-four.padding-bottom-thirty.chnage-color-white {
  color: var(--white);
}

.home-shop-collection-big-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-shop-collection {
  padding: 130px 15px;
  overflow: hidden;
}

.home-shop-collection-item {
  position: relative;
  overflow: hidden;
}

.chnage-font-3 {
  font-family: Playfair Display, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.home-shop-collection-heading {
  padding-top: 10px;
  padding-bottom: 60px;
}

.home-shop-collection-item-text {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 70px;
  padding-left: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-shop-big-wrapper {
  max-width: 1756px;
  margin-left: auto;
  margin-right: auto;
}

.home-one-product-details-2 {
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  display: flex;
}

.home-shop-best-sellers {
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

.home-shop-beauty-heading {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 30px;
}

.home-shop-beauty-paragraph {
  max-width: 408px;
  margin-left: auto;
  margin-right: auto;
}

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

.home-shop-beauty-text {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
}

.home-shop-beauty-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.hoime-shop-beauty-line {
  background-color: var(--main-color);
  width: 1px;
  height: 96px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.home-shop-beauty-button {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.home-shop-beauty-section {
  padding: 130px 15px;
  overflow: hidden;
}

.home-shop-category-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 60px;
  padding-left: 80px;
  padding-right: 20px;
  display: flex;
}

.home-shop-category-heading {
  padding-top: 10px;
}

.home-shop-category-right-image {
  position: relative;
  overflow: hidden;
}

.chnage-font-4 {
  font-family: Playfair Display, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.home-shop-category-big-wrapper {
  background-color: var(--color-surface-muted);
  max-width: 1753px;
  margin-left: auto;
  margin-right: auto;
  padding: 130px 15px;
}

.home-shop-category {
  overflow: hidden;
}

.home-shop-product-item-price {
  padding-top: 10px;
}

.home-shop-product-item-wrapper {
  border-bottom: 1px solid #d9d9d9;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
  text-decoration: none;
  display: flex;
}

.home-shop-product-item-image {
  background-color: #f4eded;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 117px;
  display: flex;
}

.home-shop-product-image-wrapper {
  position: relative;
  overflow: hidden;
}

.home-shop-product-item-details {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.home-shop-product {
  padding-top: 130px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

.home-shop-product-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-shop-product-heading {
  padding-top: 10px;
  padding-bottom: 30px;
}

.home-shop-product-cart {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.nav-arrow-image {
  margin-top: 10px;
}

.about-us-banner-heading {
  max-width: 658px;
  margin-left: auto;
  margin-right: auto;
}

.about-us-hero-upper-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-us-hero {
  overflow: hidden;
}

.about-us-banner-left-image {
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.about-us-text-line {
  background-color: var(--color-text);
  width: 153px;
  height: 1px;
}

.about-us-banner-arrow {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  cursor: pointer;
  border: 1px solid var(--main-color);
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 119px;
  height: 119px;
  margin-top: 20px;
  display: flex;
  overflow: hidden;
}

.about-us-banner-right-image-one {
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.about-us-hero-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: url('../images/Graph-Design.svg');
  background-position: 20% 0;
  background-repeat: no-repeat;
  background-size: auto 467px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1603px;
  height: 671px;
  margin-top: 160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.about-us-hero-line {
  background-color: #dfdfdf;
  width: 1764px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.about-us-banner-right-image-two {
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.about-us-about-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row-reverse wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.about-us-about-image {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.about-us-about-text-round {
  background-image: url('../images/Text-Round.svg');
  background-position: 0 0;
  background-size: auto;
  width: 175px;
  height: 175px;
  position: absolute;
}

.about-us-button-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  padding-top: 40px;
  padding-left: 70px;
  display: flex;
}

.about-us-about-image-design {
  background-color: #fefafa;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  display: flex;
  position: absolute;
  inset: 20% auto auto 0%;
}

.about-us-about-image-design.chnage-position {
  inset: auto 0% -5% 30%;
}

.abput-us-rating-details {
  max-width: 198px;
}

.about-us-about-text {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-us-about-main-text {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-us-about-paragraph {
  max-width: 496px;
  padding-top: 20px;
}

.about-us-about-line {
  background-color: var(--color-text);
  width: 1px;
  height: 48px;
}

.about-us-about-main {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding-top: 20px;
  padding-left: 50px;
  display: flex;
}

.about-us-rating {
  border-right: 1px solid var(--main-color);
  flex: 0 90px;
}

.about-us-about {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding: 130px 15px 100px;
  overflow: hidden;
}

.about-us-text-wrapper {
  display: flex;
}

.about-us-about-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  cursor: pointer;
  align-items: center;
  padding: 10px 20px;
  transition: box-shadow .2s;
  display: flex;
}

.about-us-about-item:hover {
  box-shadow: 0 2px 50px #a4a4a426;
}

.about-us-about-main-text-wrapper {
  width: 100%;
}

.about-us-benifit {
  background-color: var(--color-surface-muted);
  padding: 130px 15px;
}

.about-us-benifit-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  cursor: pointer;
  border-bottom: 1px solid #f2dfdf;
  justify-content: space-between;
  padding-top: 25px;
  padding-bottom: 25px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.about-us-benifit-line {
  background-color: var(--color-text);
  width: 81px;
  height: 1px;
}

.about-us-benifit-item-wrapper {
  padding-top: 20px;
}

.about-us-benifit-image {
  z-index: 99;
  position: relative;
}

.about-us-benifit-image-overlay {
  background-color: #fbe9e2;
  width: 487px;
  height: 314px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.about-us-benifit-arrow {
  border: 1px solid var(--main-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  display: flex;
}

.about-us-benifit-item-image-wrapper {
  width: 507px;
  height: 332px;
  display: none;
  position: absolute;
  inset: -55% 10% 0% auto;
}

.about-us-benifin-upper-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-us-experience-list-wrapper {
  justify-content: space-between;
  padding-top: 20px;
  display: flex;
}

.about-us-experince-second-image-wrapper {
  position: relative;
  overflow: hidden;
}

.about-list {
  padding-left: 20px;
}

.about-us-experience-paragraph {
  max-width: 480px;
  padding-top: 20px;
}

.about-us-experience {
  padding: 130px 15px;
  overflow: hidden;
}

.about-us-experience-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  display: flex;
}

.about-us-experience-item-image-wrapper {
  position: relative;
  overflow: hidden;
}

.about-us-experience-heading {
  max-width: 641px;
  padding-top: 20px;
  padding-bottom: 60px;
}

.about-us-experience-second-image-heading {
  padding-top: 40px;
}

.about-us-vedio-vedio-button-big-wrapper {
  border: 1px solid #ffffff4d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 114px;
  height: 114px;
  display: flex;
}

.about-us-vedio {
  background-image: url('../images/Vedio.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 354px 15px 135px;
  position: relative;
  overflow: hidden;
}

.about-us-vedio-wrapper {
  z-index: 2;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.about-us-vedio-line {
  border-left: 1px solid #ffffff4d;
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.about-us-vedio-heading {
  max-width: 672px;
  padding-top: 10px;
}

.about-us-vedio-button-small-wrapper {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 85px;
  display: flex;
}

.heading-one {
  color: var(--color-text);
  letter-spacing: -.01rem;
  text-transform: capitalize;
  font-family: Marcellus, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 5.625rem;
}

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

.heading-one.change-color-white-text.padding-left {
  padding-left: 0;
}

.service-hero-button-wrapper {
  padding-right: 60px;
}

.service-hero-big-wrapper {
  max-width: 1714px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
}

.service-hero-heading-two {
  padding-left: 100px;
}

.service-hero-top-heading {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.banner-image {
  z-index: 1;
  position: relative;
}

.banner-image.upper-index {
  z-index: 5;
}

.banner-image.fourth-image {
  z-index: 3;
}

.service-hero-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.service-hero-section {
  background-color: var(--color-surface-muted);
  padding: 220px 15px 130px;
  overflow: hidden;
}

.service-hero-line {
  background-color: var(--color-text);
  width: 153px;
  height: 1px;
}

.service-hero-text-wrapper {
  justify-content: space-between;
  display: flex;
}

.service-section-item-details-list-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  padding-top: 20px;
  display: flex;
}

.service-section-item-main {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.service-section-heading {
  max-width: 506px;
  padding-top: 20px;
}

.service-section-details-inner-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  padding-top: 40px;
  display: flex;
}

.service-section-item-arrow-wrapper {
  border: 1px solid var(--main-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 39px;
  height: 39px;
  margin-top: 5px;
  display: flex;
}

.service-section-paragraph-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
}

.service-section {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding: 130px 15px;
  overflow: hidden;
}

.service-section-paragraph-line {
  background-color: var(--color-text);
  width: 97px;
  height: 1px;
  margin-top: 10px;
}

.heading-three {
  color: var(--color-text);
  letter-spacing: -.01rem;
  text-transform: capitalize;
  font-family: Marcellus, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 3.125rem;
}

.heading-three.padding-top-fourty {
  padding-top: 40px;
}

.service-section-item-details-paragraph {
  max-width: 409px;
}

.service-section-service-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  padding-top: 40px;
}

.service-section-item-details-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  padding-right: 60px;
  overflow: hidden;
}

.service-section-paragraph {
  max-width: 471px;
}

.service-section-service-item {
  cursor: pointer;
  border-top: 1px solid #dad7d7;
  border-bottom: 1px solid #dad7d7;
  padding-top: 40px;
  padding-bottom: 40px;
}

.service-treatment {
  background-color: var(--color-surface-muted);
  padding: 130px 15px;
  overflow: hidden;
}

.service-treatment-right-wrapper {
  margin-top: 60px;
  display: flex;
}

.position-relative {
  position: relative;
}

.position-relative.change-direction {
  z-index: 99;
}

.service-treatment-top-heading {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.service-treatment-button {
  padding-bottom: 40px;
}

.service-treatment-paragraph {
  max-width: 449px;
  padding-bottom: 20px;
}

.service-treatment-left-image {
  margin-left: 20px;
  position: relative;
  overflow: hidden;
}

.service-treatment-heading {
  max-width: 410px;
}

.service-treatment-right-small-image {
  margin-top: 60px;
  margin-left: -139px;
}

.service-treatment-right-left-item {
  z-index: 1;
  position: relative;
}

.service-treatment-right-big-image {
  position: relative;
  overflow: hidden;
}

.service-treatment-big-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  display: flex;
}

.service-treatment-top-line {
  background-color: var(--color-text);
  width: 81px;
  height: 1px;
}

.service-treatment-left-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.service-product-item {
  flex: none;
  position: relative;
  overflow: hidden;
}

.service-product-item-text {
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 50px;
  padding-left: 50px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.service-product-big-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  cursor: none;
  padding-top: 40px;
  position: relative;
}

.service-product-small-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  display: flex;
}

.service-product-button-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.explore-button {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff4d;
  border: .5px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 101px;
  height: 101px;
  display: flex;
}

.service-product {
  padding-bottom: 130px;
  overflow: hidden;
}

.home-three-effect-image {
  margin-top: 130px;
  margin-bottom: 130px;
}

.home-three-effect-image.always-open {
  background-size: 704px 620px;
}

.home-three-effect-image.change-image-four {
  background-image: url('../images/Stylist-Image.webp');
  background-size: 704px 620px;
}

.home-three-effect-image.change-image-four.always-close.position-relative {
  position: relative;
}

.home-three-effect {
  background-color: var(--main-color);
  padding-left: 15px;
  padding-right: 15px;
  display: none;
  overflow: hidden;
}

.home-three-effect-detail {
  justify-content: center;
  align-items: center;
  width: 100px;
  display: flex;
  transform: rotate(-90deg);
}

.home-three-effect-big-wrapper {
  display: flex;
}

.home-three-black-overlay {
  background-color: rgba(0, 0, 0, 0.35);
  position: absolute;
  inset: 0%;
}

.home-three-item-underline {
  background-color: var(--main-color);
  width: 1px;
  height: 100%;
  margin-right: 20px;
}

.home-three-effect-item-wrapper {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-us-one-form-main-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  display: grid;
}

.contact-us-one-banner-text-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 140px;
  padding-left: 170px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.contact-os-one-hero-wrapper {
  height: 100%;
  display: flex;
}

.contact-us-one-banner-left-image {
  flex: 0 56%;
  position: relative;
}

.contact-us-one-top-text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.contact-us-one-hero {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.contact-us-one-massage {
  padding-top: 10px;
}

.contact-us-one-banner-form {
  background-color: #eedcd4;
  flex: 0 44%;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 170px;
  display: flex;
}

.contact-us-one-checkbox {
  padding-top: 30px;
  padding-bottom: 20px;
}

.padding-top {
  margin-top: 5px;
}

.contact-us-one-top-line {
  background-color: #fff;
  width: 153px;
  height: 1px;
}

.contact-us-one-input-field {
  color: var(--color-text);
  background-color: #fff0;
  border: 1px solid #fff0;
  border-bottom-color: #9f867a;
  padding-top: 0;
  padding-left: 0;
  font-family: Catamaran, sans-serif;
  font-size: .875rem;
  line-height: 2.1875rem;
}

.contact-us-one-input-field:focus-visible, .contact-us-one-input-field[data-wf-focus-visible] {
  border-width: 0 0 1px;
  border-color: #000 #000 #9f867a;
}

.contact-us-one-input-field::placeholder {
  color: #bea396;
  text-align: justify;
  text-transform: capitalize;
  font-family: Catamaran, sans-serif;
  font-size: .875rem;
  line-height: 2.1875rem;
}

.contact-us-one-input-field.chnage-padding {
  margin-top: 0;
  padding-bottom: 0;
}

.checkbox-field {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
}

.contact-us-one-form-item {
  max-width: 100%;
}

.contact-us-contact {
  z-index: 2;
  background-color: #fff;
  padding: 130px 15px;
  position: relative;
}

.contact-us-one-box-top {
  border-bottom: 1px dashed #c4afaa;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.white-image {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.contact-us-one-location-image {
  position: relative;
}

.contact-us-one-box {
  background-color: var(--color-surface-muted);
  flex: 1;
  max-width: 409px;
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.contact-us-one-text-part {
  z-index: 1;
  position: relative;
}

.image-overlay {
  background-color: #3a1f1966;
  position: absolute;
  inset: 0%;
}

.contact-us-one-box-image {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.contact-us-one-box-main {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  max-width: 300px;
  padding-top: 30px;
  text-decoration: none;
  display: flex;
}

.contact-us-one-box-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  padding-top: 60px;
  display: flex;
}

.contact-us-two-banner {
  background-image: url('../images/Contact-Two-Banner.webp');
  background-position: 50%;
  background-size: cover;
  padding: 0 0 280px;
  position: relative;
  overflow: hidden;
}

.contact-two-banner-line {
  background-color: #fff;
  width: 153px;
  height: 1px;
}

.contact-two-banner-heading-two {
  padding-left: 100px;
}

.contact-two-banner-heading {
  padding-top: 20px;
}

.contact-two-banner-top-text {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.padding-top-sixty {
  padding-top: 0;
}

.contact-us-two-form-main-wrapper {
  background-color: #eedcd4;
  flex: 0 50%;
  justify-content: center;
  align-items: center;
  padding: 0 40px 40px;
  font-family: Catamaran, sans-serif;
  font-weight: 500;
  display: flex;
}

.contact-us-two-form-main-wrapper.microblading-form-page {
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.contact-us-two-form {
  text-align: left;
  margin-top: -172px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  overflow: hidden;
}

.contact-us-two-text-massage {
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.contact-us-two-main-form {
  flex: 1;
}

.contact-us-two-form-wrapper {
  display: flex;
}

.contact-us-two-form-image {
  flex: 0 50%;
}

.contact-us-two-touch-heading {
  max-width: 415px;
  padding-top: 20px;
}

.contact-us-two-touch-wrapper {
  z-index: 99;
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.marquee-text-2 {
  color: #f4e9e44d;
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  font-family: Marcellus, sans-serif;
  font-size: 12.5rem;
  font-weight: 400;
  line-height: 5rem;
}

.marquee-text-2.chnage-color-two {
  color: #f0ecec;
}

.contact-us-two-touch {
  padding: 130px 15px;
  overflow: hidden;
}

.contact-us-two-contact-item-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.contact-us-two-touch-text {
  flex: 1;
  padding-bottom: 60px;
}

.contact-us-two-touch-paragraph {
  max-width: 471px;
  padding-top: 20px;
}

.pricing-one-banner-top-heading-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing-one-banner-heading {
  padding-top: 20px;
}

.pricing-one-top-heading-line {
  background-color: #fff;
  width: 95px;
  height: 1px;
}

.pricing-one-banner-section {
  background-image: url('../images/Pricing-Banner.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 0 180px;
  position: relative;
}

.pricing-image-one {
  display: flex;
  position: relative;
}

.pricing-one-price-main-item {
  padding-top: 30px;
}

.pricing-one-line {
  background-color: var(--color-text);
  width: 52px;
  height: 1px;
}

.pricing-one-price-item-heading-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-one-image-two-wrapper {
  margin-top: 60px;
  margin-left: -145px;
}

.pricing-one-price-image-wrapper {
  display: flex;
  position: sticky;
  top: 130px;
}

.pricing-one-price-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.pricing-one-price-main-wrapper {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  display: flex;
}

.pricing-one-price-paragraph {
  max-width: 522px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

.pricing-one-image-one-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pricing-one-price-heading {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

.pricing-one-price-main {
  padding: 130px 15px;
}

.pricing-image-two {
  margin-left: 30px;
}

.pricing-one-pricing-plan-heading {
  max-width: 613px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 40px;
}

.pricing-one-pricing-plan-big-wrapper {
  max-width: 1756px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-one-pricing-plan {
  background-color: var(--color-surface-muted);
  padding: 130px 15px 70px;
}

.pricing-image-ine-wrapper {
  position: relative;
  overflow: hidden;
}

.pricing-one-image-three-wrapper {
  z-index: 2;
  position: relative;
  overflow: hidden;
}

.pricing-two-price-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-top: 40px;
  display: grid;
}

.pricing-two-price-item {
  cursor: pointer;
  background-color: #fff;
  flex: 1;
  max-width: 100%;
  padding-top: 30px;
  padding-bottom: 40px;
  transition: box-shadow .2s;
  box-shadow: 0 2px 50px #00000014;
}

.pricing-two-price-item:hover {
  box-shadow: none;
}

.pricing-two-top-heading-line {
  background-color: var(--color-text);
  width: 95px;
  height: 1px;
}

.pricing-two-button-wrapper {
  padding-top: 35px;
}

.pricing-two-bottom-part {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.pricing-item-top-part {
  border-bottom: 1px solid #ddd;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.pricing-two-pricing-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.pricing-two-heading {
  padding-top: 20px;
}

.pricing-two-banner-new {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding: 220px 15px 130px;
  position: relative;
}

.pricing-two-top-heading-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing-two-question-heading {
  padding-top: 20px;
}

.pricing-two-question-image {
  position: relative;
  overflow: hidden;
}

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

.pricing-two-question-main-image {
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.pricing-two-question-image-two {
  margin-top: 300px;
  margin-left: -167px;
  position: relative;
  overflow: hidden;
}

.pricing-two-main-question {
  flex: 1;
}

.pricing-two-question-main-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.pricing-two-question {
  padding-bottom: 130px;
  padding-left: 15px;
  padding-right: 15px;
}

.checkout-top-heading {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.checkout-container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 220px 15px 90px;
}

.blog-two-side-line {
  background-color: var(--color-text);
  width: 95px;
  height: 1px;
}

.checkout-form-wrapper {
  justify-content: space-between;
  padding-top: 40px;
  display: flex;
}

.checkout-heading {
  padding-top: 20px;
}

.checkout-form-item {
  background-color: #fefbfa;
  border: 1px solid #f1ecea;
}

.checkout-left-part-heading {
  background-color: #fff0;
  border-bottom: 1px solid #cfc1bb;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.checkout-form-field {
  background-color: #fff0;
  padding: 15px 20px 20px;
}

.checkout-paragraph {
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

.paypal-checkout-heading {
  padding-top: 20px;
}

.paypal-checkout-container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 220px 15px 90px;
}

.blog-one-banner-line {
  background-color: #fff;
  width: 95px;
  height: 1px;
}

.blog-one-banner-heading {
  padding-top: 20px;
}

.blog-one-banner-top-heading {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-one-banner {
  background-image: url('../images/Blog-One-Banner.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 0 211px;
  position: relative;
}

.blog-one-item-image {
  width: 452px;
  height: 432px;
  position: absolute;
  inset: 0% 2% auto auto;
}

.blog-one-blog-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px dashed #ae9d99;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.blog-one-item-heading {
  max-width: 462px;
}

.blog-one-image-wrapper {
  background-color: #feefe8;
  width: 432px;
  height: 421px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.blog-one-new-heading {
  padding-top: 20px;
}

.blog-one-dot {
  background-color: var(--color-text);
  border-radius: 50%;
  width: 4px;
  height: 4px;
}

.blog-one-news-paragraph {
  max-width: 522px;
  padding-top: 20px;
}

.blog-one-item-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  max-width: 1073px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-one-item-wrapper.change-direction {
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}

.blog-one-news {
  padding: 130px 15px;
}

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

.blog-two-top-heading {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.blog-two-blog-item-new {
  max-width: 409px;
  text-decoration: none;
}

.blog-two-banner-new {
  background-color: #fff;
  margin-bottom: 0;
  padding: 0;
  position: relative;
}

.blog-two-heading {
  padding-top: 20px;
  padding-bottom: 20px;
}

.blog-two-blog-image {
  position: relative;
}

.blog-two-arrow {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 47px;
  height: 47px;
  display: flex;
}

.blog-two-blog-image-arrow-wrapper {
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.blog-two-banner-line {
  background-color: #d8c2be;
  max-width: 1530px;
  height: 1px;
  margin-top: 130px;
  margin-left: auto;
  margin-right: auto;
}

.blog-two-banner-line.chnage-padding {
  margin-top: 60px;
}

.blog-two-item-heading {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
}

.blog-two-news-heading {
  padding-top: 20px;
}

.blog-two-news-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  display: grid;
}

.blog-two-news-item-heading {
  max-width: 572px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
}

.blog-two-news-paragraph {
  max-width: 522px;
  padding-top: 20px;
}

.blog-two-news-item {
  max-width: 625px;
  text-decoration: none;
}

.blog-two-news {
  padding: 60px 15px 125px;
}

.blog-details-banner-container {
  max-width: 1073px;
  margin-left: auto;
  margin-right: auto;
}

.blog-details-banner-new {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.blog-details-banner-new.microblading-page {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Catamaran, sans-serif;
  font-weight: 500;
}

.blog-details-image {
  padding-top: 40px;
}

.blog-details-main {
  padding-top: 0;
}

.pricing-two-question-details {
  max-width: 583px;
}

.pricing-two-question-icon {
  justify-content: center;
  align-items: center;
  height: 21px;
  display: flex;
  position: relative;
}

.dropdown {
  background-color: #fff;
  display: block;
  position: static;
}

.pricing-two-question-wrapper {
  padding-top: 40px;
}

.pricing-two-toogle {
  background-color: #fff;
  padding: 0;
  display: block;
}

.pricing-two-question-top {
  border-bottom: 1px solid var(--main-color);
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.pricing-two-question-top.change-border {
  border-bottom-width: 0;
}

.pricing-two-minus {
  background-color: var(--color-text);
  width: 21px;
  height: 1px;
}

.chnage-color-transperent {
  background-color: #ddd0;
  position: static;
  overflow: hidden;
}

.pricing-two-plus {
  background-color: var(--color-text);
  width: 1px;
  height: 21px;
  position: absolute;
}

.footer-utility-main {
  justify-content: space-between;
  display: flex;
}

.footer-one-utility-wrapper {
  border-top: 1px solid var(--border-subtle);
  margin-top: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer-one-utility-page {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.footer-two-link-section {
  border-top: 1px solid #ffffff4d;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
}

.footer-two-utility-wrapper {
  justify-content: space-between;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 914px;
  height: 100vh;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  background-color: var(--color-surface-muted);
  flex-direction: column;
  width: 100%;
  padding: 60px 40px;
  display: flex;
}

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

.utility-page-button {
  padding-top: 40px;
}

.utility-page-color {
  background-color: var(--color-surface-muted);
}

.password-form-input {
  color: var(--primary-color);
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: Catamaran, sans-serif;
  font-size: 1rem;
}

.password-form-input::placeholder {
  color: var(--primary-color);
}

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

.navbar-three {
  z-index: 9999;
}

.information-block {
  padding-bottom: 10px;
}

.information-paragraph {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 20px;
}

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

.text-center.change-padding {
  margin-top: 0;
}

.text-center.responsive-h-one.mobile-h-one {
  text-transform: none;
}

.information-hero-section {
  background-color: var(--secondary-color);
  padding: 220px 15px 130px;
}

.licencing-button {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.licencing-border {
  background-color: #0000004d;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 30px;
}

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

.image-link-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.image-link-wrapper.margin-bottom-thirty {
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.licencing-section {
  padding: 120px 15px 130px;
}

.image-link {
  color: #040404;
  flex: none;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

.bold-link {
  color: #221645;
  -webkit-text-stroke-width: .3px;
  text-decoration: none;
}

.changelog-hero {
  background-color: var(--secondary-color);
  padding: 220px 15px 120px;
}

.changelog-hero-heading {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.body-font-two {
  color: #666;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6em;
}

.body-font-two.change-position {
  position: absolute;
}

.body-font-two.change-position.opacity-off {
  opacity: 0;
}

.change-log-template-version {
  padding: 130px 15px;
}

.changelog-template-heading {
  padding-bottom: 10px;
}

.changelog-template-paragraph {
  padding-bottom: 20px;
}

.changelog-template-button {
  justify-content: center;
  display: flex;
}

.changelog-template-container {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.changelog-template-logo {
  justify-content: center;
  padding-bottom: 20px;
  display: flex;
}

.style-guide-hero {
  background-color: var(--secondary-color);
  padding: 220px 15px 120px;
}

.style-guied-heading {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.style-guied-color-wrapper {
  background-color: var(--primary-color);
  border-radius: 50%;
  width: 10.875rem;
  height: 10.875rem;
}

.style-guied-color-wrapper.change-color-green {
  background-color: var(--secondary-color);
}

.style-guied-color-wrapper.change-body-color {
  background-color: var(--main-color);
}

.style-guied-color-wrapper.change-body-color.change-color-sky-blue {
  background-color: #debfaf;
}

.style-guied-color {
  padding: 120px 15px;
}

.style-guied-color-item {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  display: flex;
}

.style-guied-color-image {
  justify-content: center;
  display: flex;
}

.style-guied-color-container {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.style-guied-color-option {
  grid-column-gap: 300px;
  grid-row-gap: 300px;
  justify-content: center;
  margin-top: -50px;
  display: flex;
}

.style-guide-typography-button {
  padding-top: 20px;
}

.style-guied-typography-heading-two {
  padding-top: 30px;
}

.style-guied-typography-container {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-1446, .typography-heading-one-paragraph {
  padding-top: 10px;
}

.style-guied-typography-heading-one {
  padding-top: 20px;
}

.style-guied-typography-list-style, .style-guied-typography-heading-six {
  padding-top: 40px;
}

.style-guied-button {
  padding-top: 40px;
  display: flex;
}

.div-block-1440 {
  padding-top: 20px;
}

.style-guied-typography-heading-three, .style-guied-typography-heading-five {
  padding-top: 40px;
}

.typography-heading-two-paragraph {
  padding-top: 10px;
}

.style-guied-typography-heading-four {
  padding-top: 40px;
}

.style-guied-typography {
  background-color: var(--secondary-color);
  padding: 120px 15px;
  position: relative;
}

.div-block-1448, .typography-heading-one-paragraph-two, .div-block-1744 {
  padding-top: 10px;
}

.home-three-effect-heading {
  border-bottom: 1px solid #ffffff4d;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
}

.home-three-image-effect-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-three-image-effect-picture {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.home-three-image-effect-picture.close-always {
  position: relative;
}

.home-three-image-effect {
  background-color: var(--main-color);
  padding: 130px 15px;
}

.sign-up-form-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding-top: 30px;
  display: flex;
}

.sign-up-text-field {
  color: var(--color-text);
  background-color: #fefbfa;
  border: 1px solid #e6deda;
  padding-top: 35px;
  padding-bottom: 35px;
  font-family: Catamaran, sans-serif;
  font-size: .9375rem;
  line-height: 1.75rem;
}

.sign-up-text-field::placeholder {
  color: var(--color-text);
  text-transform: uppercase;
}

.chnage-font-weight {
  color: var(--color-text);
  font-weight: 700;
  text-decoration: none;
}

.sign-up-section {
  height: 100vh;
}

.position-absolute {
  position: absolute;
  inset: 25px 12px 0% auto;
}

.sign-up-right-form-main {
  flex: 1;
  max-width: 582px;
  margin-left: auto;
  margin-right: auto;
}

.sign-up-left-image {
  flex: 0 50%;
}

.sign-up-social-media {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.sign-up-social-media-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fefbfa;
  border: 1px solid #e6deda;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-width: 284px;
  max-width: 284px;
  padding: 20px 30px;
  text-decoration: none;
  display: flex;
}

.sign-up-or-line-main {
  background-color: #dadada;
  flex: 1;
  max-width: 273px;
  height: 1px;
}

.text-bold {
  font-weight: 700;
}

.sign-up-input {
  position: relative;
}

.sign-up-right-form {
  flex: 0 50%;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.sign-up-form-details {
  padding-top: 10px;
}

.sign-up-main {
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.sign-up-or-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  display: flex;
}

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

.block-header, .block-content {
  background-color: #fff0;
}

.billing-address-toggle {
  justify-content: flex-start;
  align-items: center;
}

.checkout-form {
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
}

.checkout-form-width, .container {
  width: 100%;
}

.paypal-checkout-form {
  background-color: #f5f5f500;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
}

.landing-page-banner-big-image {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 20px;
  flex-flow: column;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.landing-page-banner-big-image.change-border-style {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.landing-pade-banner-second-image-wrapper.margin-left {
  margin-left: -209px;
}

.landing-pade-banner-second-image-wrapper.margin-left.margin-top {
  margin-top: 90px;
}

.landing-pade-banner-second-image-wrapper.margin-right {
  margin-right: -74px;
}

.landing-page-banner-container {
  max-width: 1734px;
  margin-left: auto;
  margin-right: auto;
}

.landing-page-hero-banner-heading {
  max-width: 736px;
  margin-left: auto;
  margin-right: auto;
}

.landing-page-hero-banner-image-wrapper {
  z-index: 99;
  margin-top: -150px;
  display: flex;
  position: relative;
}

.landing-banner-image-overlay {
  background-image: linear-gradient(#392c2999, #fff0);
  position: absolute;
  inset: 0%;
}

.landing-page-banner-background {
  flex: none;
  margin-top: -30px;
}

.landing-page-banner-merquee {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex: none;
  display: flex;
}

.image-padding-around {
  border: 1px solid #fdfdfd80;
  border-radius: 20px;
  padding: 20px;
}

.image-padding-around.change-box-style {
  z-index: 1;
  border-color: var(--border-subtle);
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 156px;
  padding-bottom: 0;
  position: relative;
}

.image-padding-around.change-margin {
  margin-top: 220px;
  margin-left: -96px;
}

.image-padding-around.change-z-index {
  z-index: 1;
  position: relative;
}

.image-padding-around.change-z-index.change-padding {
  padding: 10px;
}

.landing-page-hero-banner-paragraph {
  z-index: 99;
  padding-top: 20px;
  position: relative;
}

.landing-banner-merquee-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  display: flex;
}

.landing-page-banner-hero {
  background-color: #1c1311;
  padding-top: 220px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  overflow: hidden;
}

.landing-page-experience-item-left {
  background-color: #1c1311;
  border-radius: 10px;
  padding: 30px;
}

.landing-page-experience-item-left.change-stroke {
  border: 1px solid #5c5655;
}

.experience-merquee-item {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  display: flex;
}

.landing-page-home-heading {
  max-width: 693px;
  margin-top: -60px;
  margin-left: auto;
  margin-right: auto;
}

.landing-page-home-main-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  padding-top: 60px;
  display: flex;
}

.landing-page-experience-text {
  max-width: 268px;
  padding-top: 20px;
}

.landing-box-overlay {
  background-color: #ecdede;
  border-radius: 10px;
  display: none;
  position: absolute;
  inset: 0%;
}

.landing-dot {
  background-color: #e1cece;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.landing-page-beauty {
  background-color: #fbf7f6;
  padding-left: 15px;
  padding-right: 15px;
}

.landing-page-name-text {
  padding-top: 20px;
}

.landing-home-wrapper {
  background-color: #ecdede;
  border-radius: 10px;
  flex: 1;
  padding: 30px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.landing-page-home-main-image-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 10px;
  flex-flow: column;
  align-items: center;
  height: 100%;
  max-height: 432px;
  display: flex;
  overflow: hidden;
}

.landing-page-home-main-image-wrapper.change-height {
  height: auto;
  max-height: none;
}

.landing-page-experience-item {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #eacfc4;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  height: 389px;
  padding-left: 60px;
  padding-right: 15px;
  display: flex;
  overflow: hidden;
}

.landing-page-experience-wrapper {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: flex-start;
  padding-top: 60px;
  display: flex;
}

.experince-merquee-one {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  display: flex;
}

.landing-page-experience {
  padding-top: 130px;
  padding-bottom: 130px;
}

.landing-page-home-image-number {
  justify-content: center;
  align-items: center;
  display: flex;
}

.landing-box-circle-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-bottom: 10px;
  display: flex;
}

.landing-big-font {
  font-family: Catamaran, sans-serif;
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 2.5rem;
}

.landing-page-experience-new-heading {
  max-width: 742px;
  margin-left: auto;
  margin-right: auto;
}

.landing-page-experience-merquee-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.landing-page-home-page-section {
  padding-bottom: 130px;
}

.landing-main-merquee {
  background-color: #f7eae3;
  border-top: 1px solid var(--main-color);
  border-bottom: 1px solid var(--main-color);
  overflow: hidden;
}

.landing-merquee-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.landing-merquee-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.landing-figma-section {
  padding-bottom: 130px;
}

.landing-main-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.landing-inner-heading {
  max-width: 727px;
  margin-top: -50px;
  margin-left: auto;
  margin-right: auto;
}

.landing-figma-wrapper {
  background-color: #eacfc4;
  background-image: url('../images/Background.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  max-width: 1509px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 20px;
}

.landing-figma-main {
  background-color: #f5ede9;
  padding-left: 15px;
  padding-right: 15px;
}

.landing-main-text {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.landing-inner-number {
  justify-content: center;
  align-items: center;
  display: flex;
}

.landing-inner-page-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  display: grid;
}

.landing-inner-section {
  padding-top: 130px;
  padding-bottom: 130px;
}

.figma-paragraph {
  max-width: 481px;
  padding-top: 40px;
}

.landing-cms-page {
  background-color: #fbf7f6;
  padding: 120px 15px 130px;
}

.landing-page-cms-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  padding-top: 60px;
  display: flex;
}

.landing-utility-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  display: grid;
}

.landing-utility-section {
  background-color: #f5ede9;
  padding: 120px 15px 130px;
}

.landing-utility-heading {
  max-width: 389px;
  margin-left: auto;
  margin-right: auto;
}

.landing-footer-heading {
  max-width: 779px;
  padding-top: 20px;
}

.landing-footer-image-wrapper {
  justify-content: space-between;
  padding-left: 60px;
  padding-right: 60px;
  display: none;
  position: relative;
}

.landing-footer-main-text {
  justify-content: center;
  align-items: center;
  display: flex;
}

.landing-footer-button {
  padding-top: 40px;
}

.image-overlay-footer {
  z-index: 999;
  background-image: linear-gradient(88deg, #1c1311, #1c131170 0%, #1c1311ba 0%, #1c131166 0%, #1c131170);
  position: absolute;
  inset: 0%;
}

.landing-right-image {
  position: absolute;
  inset: auto auto 0% 0%;
}

.landing-page-footer-new {
  background-color: #1c1311;
  padding-top: 130px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.change-color-brown {
  color: #b98479;
}

.landing-right {
  justify-content: flex-end;
  align-items: center;
  width: 499px;
  display: flex;
  position: relative;
}

.landing-left-image {
  position: absolute;
  inset: 5% auto auto 0%;
}

.landing-footer-left-image {
  display: flex;
}

.landing-experience-merquee {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: none;
  display: flex;
}

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

.responsive-view {
  display: none;
}

.responsive-view.dark-navbar {
  margin-bottom: 2px;
  display: block;
}

.home-shop-line-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: none;
}

.home-shop-category-slider {
  background-color: #ddd0;
  height: 100%;
}

.home-shop-deep-line {
  background-color: var(--main-color);
  width: 48px;
  height: 3px;
}

.home-shop-line-main-wrapper {
  background-color: #eed8ce;
  width: 48px;
  height: 3px;
  position: relative;
  overflow: hidden;
}

.right-arrow-new-slider {
  border: 1px solid var(--main-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  inset: auto 30% -15% auto;
}

.slide-nav-new {
  font-size: 10px;
  bottom: -10%;
}

.left-arrow-new {
  border: 1px solid var(--main-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  inset: auto auto -15% 30%;
}

.home-shop-product-image {
  border: 1px solid #eee0d8;
  justify-content: center;
  align-items: center;
  width: 409px;
  height: 517px;
  display: flex;
}

.home-shop-category-left-image {
  max-width: 409px;
}

.product-details-paragraph {
  max-width: 596px;
  padding-top: 30px;
}

.product-details-price {
  padding-top: 30px;
}

.price-font {
  color: var(--color-text);
  font-family: Marcellus, sans-serif;
  font-size: 2.1875rem;
  line-height: 1.875rem;
}

.up-arrow {
  opacity: 0;
  position: absolute;
}

.shop-tap-link {
  background-color: #fff;
  padding: 5px;
  box-shadow: 0 2px 50px #00000014;
}

.shop-tap-link.w--current {
  background-color: #fff0;
}

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

.product-details-information-wrapper {
  padding-top: 0;
}

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

.dropdown-2 {
  background-color: #fff;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  display: block;
  position: static;
}

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

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

.product-details-product-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  display: flex;
}

.product-details-hero {
  padding-top: 220px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.product-details-information-main {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.product-details-information {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-bottom: 1px solid #dedede;
  justify-content: center;
  align-items: center;
  display: flex;
}

.product-details-information-item {
  border-bottom: 2px solid var(--main-color);
  padding: 30px 10px;
}

.product-details-information-item.description, .product-details-information-item.information {
  cursor: pointer;
  margin-bottom: -1px;
}

.product-details-information-paragraph {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
}

.product-details-description {
  padding: 100px 15px 40px;
}

.product-details-big-wrapper {
  max-width: 1756px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
}

.product-details-collection {
  padding-bottom: 130px;
  padding-left: 15px;
  padding-right: 15px;
}

.product-details-collection-heading {
  padding-top: 20px;
}

.categories-hero-section {
  padding: 220px 15px 130px;
}

.categories-heading {
  padding-top: 20px;
  padding-bottom: 40px;
}

.order-confirmation {
  background-color: #f5f5f500;
  margin-top: 200px;
  margin-bottom: 100px;
}

.quantity {
  background-color: #fff;
  border-color: var(--color-text);
  width: 100%;
  height: auto;
  padding: 20px;
}

.add-to-cart {
  padding-top: 20px;
}

.cart-button {
  background-color: transparent;
  position: relative;
}

.cart-quantity {
  color: var(--primary-color);
  background-color: #e1cece;
  font-size: 12px;
  position: absolute;
  bottom: 2px;
}

.cart {
  padding-top: 5px;
}

.cart.margin-top {
  margin-top: 250px;
}

.close-button {
  outline-offset: 0px;
  outline: 3px #333;
}

.cart-container {
  background-color: var(--color-surface-muted);
}

.desktop-display-off {
  display: none;
}

.desktop-view, .link-icon {
  margin-bottom: 2px;
}

.social-media-icon {
  border: 1px solid #fdfdfd80;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
}

.social-media-icon.background-color-change {
  border-color: var(--color-text);
}

.change-position {
  opacity: 0;
  position: absolute;
}

.change-position.change-opacity {
  opacity: 1;
}

.white-icon.opacity-off {
  opacity: 0;
}

.footer-one-utility-wrapper-new {
  border-top: 1px solid var(--border-subtle);
  margin-top: 170px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer-one-utility-wrapper-new.change-mergin {
  margin-top: 130px;
}

.footer-one-utility-wrapper-new.change-mergin.change-position {
  z-index: 2147483647;
  z-index: 99999;
  position: relative;
}

.landing-page-footer-new-2 {
  background-color: #1c1311;
  padding-top: 130px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.slide {
  overflow: hidden;
}

.upper-curtain {
  z-index: -1;
  background-color: #010101;
  width: 50%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.header-title {
  perspective: none;
  color: #fff;
  letter-spacing: -.0625px;
  text-transform: uppercase;
  font-family: Marcellus, sans-serif;
  font-size: 3.125rem;
  line-height: 3.75rem;
}

.lower-curtain {
  z-index: -1;
  background-color: #010101;
  width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.header-title-content {
  perspective: 800px;
}

.header-title-content-wrapper {
  display: flex;
}

.preloader {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.loader-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-1745, .div-block-1746 {
  display: flex;
}

.f-navigation-button {
  background-color: var(--flowui-component-library--gray-900);
  outline-offset: 0px;
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  padding: 15px 60px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-navigation-button:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-navigation-link {
  color: var(--white);
  letter-spacing: -.01em;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 50px;
  padding: 8px 24px;
  font-family: Catamaran, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-decoration: none;
  transition: all .35s;
}

.f-navigation-link:hover {
  background-color: var(--flowui-component-library--gray-200);
  color: var(--flowui-component-library--gray-900);
}

.f-navigation-link.w--current {
  color: var(--flowui-component-library--primary-base);
}

.f-navigation-menu {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
  position: static;
}

.f-navigation-content {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.f-navigation-dropdown-link {
  background-color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 24px;
  transition: background-color .3s;
}

.f-navigation-dropdown-link:hover {
  background-color: var(--flowui-component-library--gray-100);
}

.f-navigation-dropdown-list, .f-navigation-dropdown-list.w--open {
  background-color: #fff;
}

.f-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-navigation-language-dropdown-toggle {
  grid-column-gap: 8px;
  border-left: 1px solid var(--flowui-component-library--grey-300);
  letter-spacing: -.02em;
  padding: 4px 24px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.f-navigation-dropdown {
  margin-left: 0;
  margin-right: 0;
  font-size: 14px;
  font-weight: 500;
}

.f-navigation-link-wrapper {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.f-navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-navigation {
  background-color: #fff0;
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 24px 5%;
  display: flex;
}

.f-navigation-link-2 {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.f-navigation-link-2:hover {
  background-color: var(--flowui-component-library--gray-200);
  color: var(--flowui-component-library--gray-900);
}

.f-navigation-link-2.w--current {
  color: var(--flowui-component-library--primary-base);
}

.f-logo {
  width: 200px;
}

.f-navigation-2 {
  background-color: #fff0;
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 24px 5%;
  display: flex;
}

.f-icon-small {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.f-navigation-search {
  border: 1px solid var(--flowui-component-library--grey-300);
  width: 40px;
  height: 40px;
  color: var(--flowui-component-library--gray-900);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.f-navigation-search:hover {
  color: var(--flowui-component-library--primary-base);
}

.f-navigation-button-2 {
  background-color: var(--flowui-component-library--gray-900);
  outline-offset: 0px;
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-navigation-button-2:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-navigation-link-3 {
  color: var(--white);
  letter-spacing: -.01em;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #0000;
  padding: 8px 24px;
  font-family: Catamaran, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-decoration: none;
  transition: opacity .2s, all .35s;
}

.f-navigation-link-3:hover {
  background-color: var(--transparent);
  color: var(--primary-color);
  border: 1px #000;
  border-radius: 0;
}

.f-navigation-link-3.w--current {
  color: var(--primary-color);
  border: 0 #000;
  border-radius: 0;
  font-size: .875rem;
  line-height: 1.5rem;
  position: relative;
}

.f-navigation-link-3.w--current:hover {
  background-color: var(--transparent);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 0 #0000;
}

.f-navigation-3 {
  background-color: var(--main-color);
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 24px 5%;
  display: flex;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Catamaran, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

.f-banner-badge {
  background-color: var(--flowui-component-library--primary-base);
  color: #fff;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-banner-dark {
  grid-column-gap: 16px;
  background-color: var(--main-color);
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 16px 5%;
  display: flex;
}

.text-block {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  text-decoration: none;
}

.heading {
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
}

.heading.treatment-and-prices-heading {
  border-bottom: 2px solid var(--main-color);
}

.div-block-1747 {
  flex-flow: wrap;
  justify-content: flex-start;
  display: flex;
}

.prices-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 2000px;
  display: flex;
}

.div-block-1748 {
  background-color: #d37272;
}

.bold-text {
  font-family: Catamaran, sans-serif;
  font-weight: 500;
}

.heading-2 {
  text-transform: none;
}

.section {
  color: var(--main-color);
}

.navbar {
  background-color: transparent;
}

@media screen and (min-width: 1280px) {
  .home-one-nav-main {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .home-one-top-nav {
    display: flex;
  }

  .nav-location {
    border-right-width: 1px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-location.change-sizing.chnage-border, .nav-location.underline-off.align-center.chnage-border {
    border-right-color: rgba(0, 0, 0, 0.35);
  }

  .body-font.text-capitalize.padding-bottom {
    padding-bottom: 40px;
  }

  .auto-fit.landskape-display-off {
    display: block;
  }

  .heading-five {
    font-size: 1.5rem;
  }

  .home-one-product-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .home-one-product-item-category {
    cursor: pointer;
  }

  .home-one-main-category-wrapper {
    padding-bottom: 80px;
  }

  .home-one-category {
    padding-bottom: 0;
  }

  .home-one-main-category {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .home-one-category-hover-image {
    display: block;
  }

  .footer-image-three {
    display: block;
    overflow: hidden;
  }

  .footer-one-new {
    padding-top: 210px;
  }

  .footer-image-four, .footer-image-one, .footer-image-two {
    display: block;
    overflow: hidden;
  }

  .home-two-about-service-wrapper {
    display: flex;
  }

  .home-two-beauty-image {
    display: block;
  }

  .footer-two-new-link-wrapper {
    padding-right: 120px;
  }

  .footer-two-text-wrapper {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .home-three-service-lower-image-wrapper {
    display: block;
  }

  .home-three-service {
    padding-bottom: 160px;
  }

  .home-three-service-upper-image-wrapper {
    display: block;
  }

  .home-three-slider-text {
    padding-bottom: 110px;
  }

  .home-three-slider-heading, .home-shop-banner-text-wrapper {
    max-width: 100%;
  }

  .about-us-about-wrapper {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .about-us-about-text {
    justify-content: center;
    align-items: center;
  }

  .about-us-about {
    padding-top: 110px;
    padding-bottom: 100px;
  }

  .about-us-about-item {
    max-width: 600px;
  }

  .about-us-about-main-text-wrapper {
    width: auto;
  }

  .about-us-benifit-item-image-wrapper {
    display: block;
  }

  .contact-us-one-form-main-wrapper {
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    padding-top: 70px;
  }

  .contact-us-one-massage {
    padding-top: 20px;
  }

  .contact-us-one-checkbox {
    padding-bottom: 40px;
  }

  .contact-us-one-input-field.chnage-padding {
    margin-top: 60px;
  }

  .contact-us-one-form-item {
    min-width: 256px;
    max-width: 256px;
  }

  .contact-us-two-form-main-wrapper {
    justify-content: center;
    align-items: center;
  }

  .contact-us-two-form-main {
    grid-template-columns: 1fr 1fr;
  }

  .blog-one-item-image {
    display: block;
    right: 0%;
  }

  .blog-one-blog-item {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog-one-item-wrapper {
    flex: 0 250px;
  }

  .blog-details-main {
    padding-top: 20px;
  }

  .footer-one-utility-wrapper {
    margin-top: 170px;
  }

  .sign-up-social-media {
    flex-flow: row;
  }

  .landing-figma-wrapper {
    padding-right: 140px;
  }

  .categories-hero-section {
    padding-top: 220px;
    padding-bottom: 130px;
  }

  .quantity {
    margin-bottom: 0;
  }

  .cart-button-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex;
  }

  .add-to-cart {
    flex: 1;
  }
}

@media screen and (min-width: 1440px) {
  .home-one-price-image-one {
    right: -10%;
  }

  .home-one-product-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .home-one-main-category {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .home-one-testimonial {
    background-position: 40% 20%;
  }

  .footer-image-three {
    left: -40%;
    overflow: hidden;
  }

  .footer-image-four {
    overflow: hidden;
  }

  .footer-image-overlay {
    background-color: var(--color-text);
    position: absolute;
    inset: 0%;
  }

  .footer-image-one, .footer-image-two {
    overflow: hidden;
  }

  .home-two-about-service-wrapper {
    padding-top: 280px;
  }

  .home-two-about-image-two {
    justify-content: center;
    align-items: flex-end;
    width: 450px;
    height: 434px;
    display: flex;
    position: absolute;
    inset: auto auto -30% -5%;
    overflow: hidden;
  }

  .home-two-about-image-one {
    display: flex;
    bottom: -35%;
    right: -5%;
  }

  .footer-image-overlay-main {
    background-color: rgba(0, 0, 0, 0.55);
    position: absolute;
    inset: 0%;
  }

  .home-two-about-image-three {
    justify-content: center;
    align-items: center;
    width: 362px;
    height: 277px;
    display: flex;
    position: absolute;
    inset: -15% auto auto -5%;
    overflow: hidden;
  }

  .home-three-makeup-right-image {
    display: block;
    top: -20%;
    overflow: hidden;
  }

  .home-three-makeup-left-image-two {
    display: block;
    bottom: 0%;
    left: 5%;
    overflow: hidden;
  }

  .home-three-makeup {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .home-three-makeup-left-image-one {
    display: block;
    top: -15%;
    left: -5%;
    overflow: hidden;
  }

  .home-three-cross-wrapper {
    right: 80px;
  }

  .home-three-right-nav-section {
    padding-left: 80px;
    padding-right: 80px;
  }

  .about-us-about-image-design.chnage-position {
    left: 40%;
  }

  .about-us-vedio-vedio-button-big-wrapper {
    left: -4%;
  }

  .about-us-vedio-wrapper {
    left: -5%;
  }

  .service-hero-text-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .service-section {
    background-image: none;
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: auto 398px;
  }

  .home-three-effect {
    display: block;
  }

  .pricing-two-price-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .pricing-two-price-item {
    max-width: 316px;
  }

  .pricing-two-banner-new {
    background-image: url('../images/Makeup-Cream.webp'), url('../images/Makeup-Brush2.webp');
    background-position: 0 0, 100% 25%;
    background-repeat: no-repeat, no-repeat;
    background-size: 461px, 499px;
  }

  .home-three-image-effect {
    display: none;
  }

  .sign-up-social-media {
    flex-flow: row;
  }

  .cart.margin-top {
    margin-top: 350px;
  }

  .f-navigation-3 {
    background-color: #fff0;
  }

  .f-banner-dark {
    background-color: var(--primary-color);
  }
}

@media screen and (min-width: 1920px) {
  .body-font.text-capitalize.chnage-weight-semi-bold.responsive-text-align-center.chnage-color-white {
    z-index: 999;
  }

  .home-one-about-section {
    background-position: 20% 25%;
  }

  .change-padding.margin-bottom-twenty.mobile-h-two.margin-bottom {
    margin-bottom: 20px;
  }

  .home-one-price-image-one {
    right: -12%;
  }

  .home-one-product {
    background-position: 2% 0;
  }

  .home-one-category {
    padding-left: 0;
  }

  .home-one-main-category {
    grid-column-gap: 165px;
    grid-row-gap: 165px;
  }

  .home-one-testimonial {
    background-position: 45% 20%;
  }

  .footer-image-three {
    left: -50%;
  }

  .footer-image-two {
    right: -45%;
  }

  .home-two-about-image-two {
    width: 645px;
    display: flex;
    bottom: -25%;
    left: -20%;
  }

  .home-two-about-image-one {
    bottom: -30%;
    right: -10%;
  }

  .home-two-about-section {
    background-size: 630px;
  }

  .home-two-service {
    background-position: -10% 100%;
  }

  .home-two-style-section {
    background-position: 0 60%;
  }

  .home-two-testimonial-image-three {
    left: 10%;
  }

  .home-two-testimonial-image {
    right: 0%;
  }

  .home-three-help-left-arrow {
    left: 55%;
  }

  .home-three-help-slider {
    background-position: 100% 30%;
    position: relative;
  }

  .home-three-help-right-arrow {
    margin-right: -650px;
    right: 40%;
  }

  .home-three-help-right-image-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .home-three-beauty-background-image {
    display: block;
    top: 25%;
    left: -75%;
  }

  .home-three-beauty-item {
    background-color: #f7eae3;
  }

  .home-three-makeup-left-image-two {
    bottom: -5%;
  }

  .home-three-makeup-left-image-one {
    left: -15%;
  }

  .home-three-banner-left-arrow, .home-three-banner-right-arrow {
    justify-content: center;
    align-items: center;
  }

  .home-three-slider-text {
    padding-bottom: 250px;
    padding-right: 255px;
  }

  .home-three-slider-main-text-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .home-three-left-nav-section {
    flex-basis: 55%;
    padding-top: 100px;
  }

  .home-three-right-nav-section {
    grid-column-gap: 350px;
    grid-row-gap: 350px;
    padding-top: 140px;
  }

  .home-shop-banner-arrow {
    left: 195px;
  }

  .home-shop-banner-arrow.chnage-position {
    right: 195px;
  }

  .home-shop-banner-text {
    margin-right: 300px;
  }

  .home-shop-collection-item-text {
    padding-left: 90px;
  }

  .about-us-banner-left-image {
    display: block;
  }

  .about-us-banner-right-image-one {
    display: block;
    overflow: hidden;
  }

  .about-us-hero-wrapper {
    background-position: 30% 0;
  }

  .about-us-hero-line {
    margin-top: 130px;
  }

  .about-us-banner-right-image-two {
    display: block;
    right: 10%;
    overflow: hidden;
  }

  .about-us-about {
    background-image: url('../images/Background-Image-Effect.webp');
    background-position: 0 40%;
    background-repeat: no-repeat;
    background-size: 234px 423px;
  }

  .about-us-vedio-wrapper {
    position: relative;
    left: -3%;
  }

  .heading-one.change-color-white-text.padding-left {
    padding-left: 100px;
  }

  .service-section-main-wrapper {
    padding-left: 242px;
  }

  .service-section {
    background-image: url('../images/Background-Design.webp'), url('../images/Makeup-Brush_1.webp');
    background-position: 100% 0, 0%;
    background-repeat: no-repeat, no-repeat;
    background-size: auto 398px, auto 631px;
  }

  .service-product-item {
    cursor: none;
  }

  .contact-us-one-banner-text-wrapper {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 195px;
  }

  .contact-os-one-hero-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .contact-us-two-banner {
    background-repeat: no-repeat;
  }

  .pricing-two-banner-new {
    background-position: 5% 20%, 100% 25%;
  }

  .blog-one-item-image {
    right: 2%;
  }

  .footer-one-utility-wrapper {
    z-index: 9999999;
    position: relative;
  }

  .landing-footer-image-wrapper {
    display: flex;
  }

  .landing-footer-main-text {
    z-index: 9999;
    padding-left: 60px;
    position: absolute;
    inset: 0%;
  }

  .footer-one-utility-wrapper-new.change-mergin.position-change {
    z-index: 999999;
    position: relative;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.75rem;
    line-height: 4.0625rem;
  }

  h2 {
    font-size: 2.187rem;
    line-height: 2.5rem;
  }

  h3 {
    font-size: 1.8rem;
    line-height: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  h5 {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }

  .dropdown-toggle-new {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .dropdown-toggle-new.chnage-bottom-padding {
    padding-bottom: 0;
  }

  .home-one-banner {
    background-position: 50%;
  }

  .button-style.changr-color-trasparent.responsive-display-off {
    display: none;
  }

  .home-one-nav-main {
    grid-template-columns: .5fr 1fr;
  }

  .home-one-navmenu {
    background-color: #fff;
    width: 100%;
    margin-top: 10px;
  }

  .home-one-top-nav {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .menu-button-new {
    padding-left: 0;
    padding-right: 0;
  }

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

  .nav-text {
    color: var(--color-text);
  }

  .nav-location {
    border-right-width: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .marquee-text {
    font-size: 10rem;
  }

  .nav-one-talk-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .menu-button-line {
    background-color: #fff;
    width: 21.28px;
    height: 2px;
    margin-bottom: 6px;
    padding: 0;
  }

  .menu-button-line.bottom-line {
    width: 11px;
  }

  .body-font.text-capitalize.change-color-white.responsive-display-off {
    display: none;
  }

  .body-font.text-capitalize.chnage-line-breaking.change-direction {
    transform: none;
  }

  .body-font.chnage-style.max-width {
    max-width: 100%;
  }

  .home-one-about-right-image-two {
    width: 100%;
    height: 100%;
  }

  .home-one-about-section {
    padding-top: 70px;
    padding-bottom: 115px;
  }

  .home-one-about-left {
    flex-flow: column;
  }

  .home-one-about-box-two {
    bottom: -5%;
  }

  .home-one-about-main-image {
    width: auto;
    height: auto;
    margin-left: auto;
  }

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

  .auto-fit.landskape-display-off {
    display: inline-flex;
  }

  .auto-fit.desktop-full-width.product-background {
    opacity: 0;
  }

  .auto-fit.image-full-width.chnage-image-position {
    object-position: 20% 50%;
  }

  .auto-fit.image-full-width.banner-image-three.chnage-image-position.banner-image-position.banner-change-position-three, .auto-fit.image-full-width.banner-image-one.chnage-image-position.banner-image-position {
    object-position: 80% 50%;
  }

  .auto-fit.image-full-width.banner-image-two.chnage-image-position.banner-change-position-two {
    object-position: 70% 50%;
  }

  .auto-fit.image-full-width.shop-hero-image {
    object-position: 0% 50%;
  }

  .auto-fit.position-absolute {
    position: static;
  }

  .heading-two {
    font-size: 2.187rem;
    line-height: 2.5rem;
  }

  .home-one-about-box-one {
    top: -5%;
  }

  .inner-container.padding-bottom {
    padding-bottom: 70px;
  }

  .home-one-about-right-image {
    width: 100%;
    height: 100%;
  }

  .home-one-highlight {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-one-highlight-item {
    width: 100%;
    height: 100%;
    padding-right: 0;
  }

  .home-one-price-image {
    width: 100%;
    height: 100%;
  }

  .home-one-price-text {
    width: 100%;
  }

  .home-one-price-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .home-one-price-heading {
    max-width: 100%;
  }

  .home-one-marquee-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 1600px;
  }

  .home-one-product-details {
    padding-bottom: 15px;
  }

  .home-one-product {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-one-product-item-category {
    width: 100%;
  }

  .home-one-main-category-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .home-one-category {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-one-main-category {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .home-one-category-image {
    width: 100%;
    height: 100%;
  }

  .home-one-category-text-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .left-arrow {
    top: 35%;
  }

  .right-arrow-new {
    top: 45%;
  }

  .home-one-testimonial-main {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .home-one-testimonial {
    background-position: 30% 5%;
    background-size: contain;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .footer-one-new {
    padding-top: 70px;
  }

  .footer-image-overlay {
    display: none;
  }

  .footer-heading {
    max-width: 550px;
  }

  .home-two-about-service-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-image-overlay-main {
    display: none;
  }

  .home-two-about-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-two-service-line {
    max-width: 100%;
  }

  .home-two-service-text {
    width: 100%;
  }

  .home-two-service-small-image {
    display: none;
  }

  .home-two-service-main-heading, .home-two-service-hover-item {
    max-width: 100%;
  }

  .home-two-service {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-two-service-main-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .home-two-price-heading-wrapper {
    padding-left: 0;
  }

  .home-two-pricing-main-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 40px;
    display: grid;
  }

  .home-two-pricing-main-wrapper.responsive-display-off {
    display: none;
  }

  .home-two-pricing-round {
    bottom: 0%;
  }

  .home-two-pricing-link-wrapper {
    padding-top: 40px;
  }

  .home-two-pricing-item {
    padding-right: 0;
  }

  .home-two-pricing-item.margin-top {
    margin-top: 0;
  }

  .home-two-pricing-main-container {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .home-two-price {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-two-beauty-image {
    display: none;
  }

  .home-two-beauty-vedio {
    padding-top: 70px;
  }

  .home-two-style-text {
    padding-top: 0;
    position: static;
  }

  .home-two-style-heading {
    max-width: 100%;
  }

  .home-two-style-main-wrapper {
    flex-flow: column;
  }

  .home-two-style-section {
    padding-top: 284px;
  }

  .home-two-testimonial-wrapper.chnage-padding-top {
    padding-top: 60px;
  }

  .right-arrow-next {
    justify-content: center;
    align-items: flex-end;
    inset: auto 0% 0% auto;
  }

  .right-arrow-next.chnage-border {
    justify-content: center;
    align-items: flex-end;
    inset: auto auto 0% 0%;
  }

  .home-two-testimonial-new {
    padding-bottom: 70px;
  }

  .home-two-testimonial-new.change-padding-top {
    padding-top: 90px;
  }

  .home-two-testimonial-new.change-padding-top.responsive-padding {
    padding-top: 60px;
  }

  .home-two-testimonial-image-three, .home-two-testimonial-image {
    display: none;
  }

  .footer-two-logo {
    flex-basis: auto;
  }

  .footer-two-new {
    padding-top: 70px;
  }

  .footer-two-new-link-wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-right: 0;
  }

  .foioter-two-button-wrapper {
    padding-bottom: 0;
  }

  .footer-two-text-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .home-three-about-image-merquee-wrapper {
    display: none;
  }

  .home-three-about-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 15px;
    padding-right: 15px;
    display: grid;
  }

  .home-three-about-wrapper {
    max-width: 100%;
    padding-top: 70px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-three-about {
    padding-top: 70px;
  }

  .home-three-about-view-button-wrapper {
    display: none;
  }

  .home-three-about-box.padding-top-fourty, .home-three-about-box.padding-top-eighty {
    margin-top: 0;
  }

  .home-three-service {
    background-image: none;
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 306px 569px;
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .home-two-service-big-line {
    margin-bottom: 40px;
  }

  .home-three-help-main-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .home-three-help-left-arrow {
    bottom: 70px;
    left: 5%;
  }

  .home-three-help-slider {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding: 70px 15px 140px;
  }

  .home-three-help-right-arrow {
    bottom: 70px;
    right: 5%;
  }

  .home-three-help-right-image-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .home-three-merquee-section {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .home-three-beauty-text {
    padding-bottom: 20px;
    padding-left: 0;
    position: relative;
    top: 0;
  }

  .home-three-beauty-wrapper {
    flex-flow: column;
  }

  .home-three-beauty {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-three-beauty-itrm-wrapper {
    width: 100%;
  }

  .home-three-beauty-item {
    min-width: auto;
    max-width: 100%;
  }

  .home-three-makeup {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .footer-three-new {
    padding-top: 70px;
  }

  .footer-three-link-new-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-two-banner-new {
    height: 80vh;
  }

  .home-two-nav-menu-right-part {
    padding-left: 40px;
  }

  .home-two-banner-main-section {
    height: 80svh;
  }

  .home-two-banner-heading-new {
    max-width: 450px;
  }

  .home-two-slider {
    height: 80vh;
  }

  .home-two-nav-menu-wrapper, .home-two-top-heading-line.reponsive-display-off, .home-three-social-link-wrapper {
    display: none;
  }

  .home-three-left-nav {
    border-right-width: 0;
    max-width: none;
  }

  .home-three-banner-left-arrow {
    inset: auto auto 8% 0%;
  }

  .home-three-logo {
    border-right: 1px solid #ffffff4d;
    padding: 20px;
  }

  .home-three-right-nav {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-left-width: 0;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
    display: flex;
  }

  .home-three-banner-right-arrow {
    inset: auto auto 0% 0%;
  }

  .heading-three-slider-line {
    display: none;
  }

  .home-three-slider-text {
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 100px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-three-email {
    display: none;
  }

  .home-three-slider-heading {
    max-width: 400px;
  }

  .home-three-right-nav-section {
    grid-column-gap: 200px;
    grid-row-gap: 200px;
  }

  .home-three-menu-button {
    padding: 27px 20px;
  }

  .home-shop-banner-arrow {
    height: 135px;
    display: none;
    left: 3%;
  }

  .home-shop-banner-arrow.chnage-position {
    right: 3%;
  }

  .home-shop-banner-heading {
    max-width: 400px;
  }

  .home-shop-banner-text {
    margin-left: 0;
    margin-right: 0;
  }

  .home-shop-banner-text-wrapper {
    margin-left: 0;
    margin-right: auto;
  }

  .home-shop-banner-upper-text-line {
    display: none;
  }

  .home-shop-collection-big-wrapper {
    flex-flow: column;
  }

  .home-shop-collection {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-one-product-details-2 {
    padding-bottom: 15px;
  }

  .home-shop-beauty-wrapper {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .home-shop-beauty-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-shop-category-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .home-shop-category-big-wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-shop-product {
    padding-top: 70px;
  }

  .home-shop-product-wrapper {
    flex-flow: column;
  }

  .home-shop-product-details {
    width: 100%;
  }

  .nav-one-button-wrapper {
    display: none;
  }

  .about-us-hero-wrapper {
    height: auto;
    padding-bottom: 70px;
  }

  .about-us-button-wrapper {
    padding-left: 0;
  }

  .about-us-about-image-design {
    display: none;
  }

  .about-us-about-main-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
  }

  .about-us-about-paragraph {
    max-width: 100%;
  }

  .about-us-about-line {
    width: 48px;
    height: 1px;
  }

  .about-us-about-main {
    padding-left: 0;
  }

  .about-us-about {
    padding-top: 70px;
    padding-bottom: 40px;
  }

  .about-us-text-wrapper {
    flex-flow: column;
  }

  .about-us-benifit {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .about-us-experience-list-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: flex-start;
  }

  .about-us-experience-paragraph {
    max-width: 100%;
  }

  .about-us-experience {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .about-us-experience-wrapper {
    flex-flow: column;
  }

  .about-us-vedio {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .about-us-vedio-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .heading-one {
    font-size: 3.75rem;
    line-height: 4.0625rem;
  }

  .service-hero-button-wrapper {
    padding-right: 0;
  }

  .service-hero-heading-two {
    padding-left: 0;
  }

  .service-hero-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
  }

  .service-hero-section {
    padding-top: 200px;
    padding-bottom: 70px;
  }

  .service-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .heading-three {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .service-section-item-details-wrapper {
    padding-right: 0;
  }

  .service-treatment {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .service-treatment-right-wrapper {
    flex-flow: column;
    width: 100%;
    margin-top: 0;
  }

  .service-treatment-paragraph {
    max-width: 100%;
  }

  .service-treatment-left-image {
    margin-left: 0;
  }

  .service-treatment-heading {
    max-width: 100%;
  }

  .service-treatment-right-small-image {
    margin-top: 40px;
    margin-left: 0;
  }

  .service-treatment-right-big-image {
    margin-left: 0;
  }

  .service-treatment-big-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .service-product-item.responsive-display-off {
    display: none;
  }

  .service-product-small-wrapper {
    flex-flow: column;
  }

  .explore-button {
    display: none;
  }

  .service-product {
    padding: 20px 15px 70px;
  }

  .home-three-effect-image {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-three-effect {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-three-effect-detail {
    width: 100%;
    transform: rotate(0);
  }

  .home-three-effect-big-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .home-three-effect-item-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .contact-us-one-banner-text-wrapper {
    padding-bottom: 70px;
    padding-left: 15px;
  }

  .contact-os-one-hero-wrapper {
    flex-flow: column;
  }

  .contact-us-one-banner-left-image {
    flex-basis: 60vh;
  }

  .contact-us-one-hero {
    height: auto;
  }

  .contact-us-one-banner-form {
    flex-basis: 100%;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 70px 15px 60px;
  }

  .contact-us-form-wrapper {
    width: 100%;
  }

  .contact-us-one-form-item {
    max-width: 100%;
  }

  .contact-us-contact {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .white-image {
    display: none;
  }

  .contact-us-one-box {
    max-width: 100%;
  }

  .contact-us-one-box-image {
    display: none;
  }

  .contact-us-one-box-wrapper {
    flex-flow: column;
  }

  .contact-two-banner-heading {
    text-align: center;
  }

  .contact-us-two-form-wrapper {
    flex-flow: column;
  }

  .contact-us-two-touch-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .marquee-text-2 {
    font-size: 10rem;
    line-height: 3rem;
  }

  .contact-us-two-touch {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .pricing-one-image-two-wrapper {
    margin-left: 0;
  }

  .pricing-one-price-image-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 100%;
    position: relative;
    top: 0;
  }

  .pricing-one-price-wrapper {
    width: 100%;
  }

  .pricing-one-price-main-wrapper {
    flex-flow: column;
  }

  .pricing-one-price-main {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .pricing-one-pricing-plan-heading {
    max-width: 100%;
  }

  .pricing-one-pricing-plan {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .pricing-two-banner-new {
    padding-top: 200px;
    padding-bottom: 70px;
  }

  .pricing-two-question-main-image {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .pricing-two-question-image-two {
    margin-left: 0;
  }

  .pricing-two-question-main-wrapper {
    flex-flow: column;
  }

  .pricing-two-question {
    padding-bottom: 70px;
  }

  .checkout-container {
    padding-bottom: 30px;
  }

  .checkout-form-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding-top: 10px;
  }

  .paypal-checkout-container {
    padding-bottom: 30px;
  }

  .blog-one-banner {
    padding-top: 200px;
    padding-bottom: 130px;
  }

  .blog-one-item-image {
    width: 100%;
    height: auto;
    position: relative;
    right: 0%;
  }

  .blog-one-item-heading {
    max-width: 100%;
  }

  .blog-one-image-wrapper {
    display: none;
  }

  .blog-one-news-paragraph {
    max-width: 100%;
  }

  .blog-one-news {
    padding-top: 70px;
    padding-bottom: 70px;
  }

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

  .blog-two-blog-item-new {
    max-width: 100%;
  }

  .blog-two-blog-image-arrow-wrapper {
    display: none;
  }

  .blog-two-banner-line {
    margin-top: 70px;
  }

  .blog-two-banner-line.chnage-padding {
    margin-top: 20px;
  }

  .blog-two-news-wrapper {
    grid-template-columns: 1fr;
  }

  .blog-two-news-item {
    max-width: 100%;
  }

  .blog-two-news {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .blog-details-main {
    padding-top: 20px;
  }

  .footer-utility-main {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-one-utility-wrapper {
    margin-top: 70px;
  }

  .footer-two-utility-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

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

  .information-hero-section {
    padding-top: 200px;
    padding-bottom: 70px;
  }

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

  .licencing-section {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .changelog-hero {
    padding-top: 170px;
    padding-bottom: 70px;
  }

  .change-log-template-version {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .style-guide-hero {
    padding-top: 170px;
    padding-bottom: 70px;
  }

  .style-guied-color {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .style-guied-color-option {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .style-guied-typography {
    padding-top: 70px;
    padding-bottom: 140px;
  }

  .home-three-image-effect {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .sign-up-section {
    height: auto;
  }

  .sign-up-right-form {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .sign-up-main {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .paypal-checkout-form {
    margin-top: 0;
  }

  .landing-pade-banner-second-image-wrapper.margin-left.margin-top.responsive-display-off, .landing-pade-banner-second-image-wrapper.margin-right.responsive-display-off {
    display: none;
  }

  .landing-page-home-main-wrapper {
    flex-flow: column;
  }

  .landing-page-home-main-image-wrapper {
    max-height: 300px;
  }

  .landing-page-home-main-image-wrapper.responsive-change-height {
    height: auto;
    max-height: 100%;
  }

  .landing-page-experience-item {
    padding-left: 15px;
  }

  .landing-page-experience-wrapper {
    flex-flow: column;
  }

  .landing-page-experience {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .landing-page-home-page-section, .landing-figma-section {
    padding-bottom: 70px;
  }

  .landing-main-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .landing-figma-wrapper {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding: 70px 15px;
  }

  .landing-inner-page-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .landing-inner-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .figma-paragraph {
    max-width: 100%;
  }

  .landing-cms-page {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .landing-page-cms-wrapper {
    flex-flow: column;
  }

  .landing-utility-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .landing-page-footer-new {
    padding-top: 70px;
  }

  .responsive-view {
    padding-bottom: 5px;
    display: block;
  }

  .right-arrow-new-slider, .left-arrow-new {
    bottom: -60px;
  }

  .product-details-product-wrapper {
    flex-flow: column;
  }

  .product-details-description {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .product-details-collection {
    padding-bottom: 70px;
  }

  .order-confirmation {
    margin-bottom: 40px;
  }

  .desktop-display-off {
    display: block;
  }

  .cart-wrapper {
    z-index: 999999;
  }

  .desktop-view {
    display: none;
  }

  .footer-one-utility-wrapper-new, .footer-one-utility-wrapper-new.change-mergin.position-change {
    margin-top: 70px;
  }

  .landing-page-footer-new-2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .f-navigation-menu-button {
    border: 1px solid var(--flowui-component-library--gray-200);
    color: var(--flowui-component-library--grey-600);
    border-radius: 0;
    padding: 10px;
  }

  .f-navigation-menu-button:active {
    color: var(--primary-color);
  }

  .f-navigation-menu-button.w--open {
    background-color: var(--flowui-component-library--gray-900);
    border-color: #fff;
  }

  .f-navigation-link {
    width: 100%;
  }

  .f-navigation-menu {
    color: var(--flowui-component-library--grey-600);
    background-color: #ff90a8;
    flex: 0 auto;
    padding: 12px;
    display: flex;
    position: static;
  }

  .f-navigation-menu.w--open {
    background-color: var(--flowui-component-library--gray-700);
    border-color: #fff;
  }

  .f-navigation-content {
    align-items: center;
    width: auto;
    display: flex;
  }

  .f-navigation-content:active {
    background-color: #fff0;
    justify-content: center;
    align-items: center;
  }

  .f-navigation-logo-link {
    margin-right: 0;
  }

  .f-navigation {
    position: relative;
  }

  .f-navigation-link-2 {
    width: 100%;
  }

  .f-navigation-2 {
    position: relative;
  }

  .f-navigation-link-3 {
    width: 100%;
    font-size: 1.5rem;
    line-height: 2.5rem;
  }

  .f-navigation-link-3.w--current {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }

  .f-navigation-3 {
    position: relative;
  }

  .icon {
    color: var(--primary-color);
    -webkit-text-stroke-color: var(--primary-color);
    font-family: Catamaran, sans-serif;
  }
}

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

  h5 {
    line-height: 2.1875rem;
  }

  .home-one-top-nav {
    grid-template-columns: 2fr 1fr;
  }

  .top-nav {
    display: none;
  }

  .body-font.text-capitalize.padding-top-ten {
    font-size: .6rem;
  }

  .body-font.text-capitalize.chnage-weight-semi-bold.responsive-text-align-center {
    text-align: center;
  }

  .home-one-about-section {
    padding-bottom: 70px;
  }

  .home-one-about-left {
    flex-basis: 100%;
  }

  .home-one-about-box-two {
    display: none;
  }

  .home-one-about-right {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-basis: 100%;
    margin-top: 0;
  }

  .home-one-about-main-section {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    padding-top: 40px;
  }

  .auto-fit.landskape-display-off {
    display: none;
  }

  .auto-fit.image-full-width.chnage-image-position {
    object-position: 50% 50%;
  }

  .auto-fit.image-full-width.chnage-image-position.slider-one-position {
    object-position: 20% 50%;
  }

  .auto-fit.image-full-width.shop-hero-image {
    object-position: 0% 50%;
  }

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

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

  .home-one-about-box-one {
    display: none;
  }

  .heading-five {
    font-size: 1.3rem;
  }

  .heading-five.padding-top-twenty {
    font-size: 2rem;
  }

  .home-one-price-number {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
  }

  .home-one-price-image-one {
    bottom: -25%;
  }

  .home-one-marquee-main {
    margin-top: 100px;
    margin-bottom: 0;
  }

  .home-one-product-wrapper {
    grid-template-columns: 1fr;
  }

  .heading-six.chnage-color-white.landskape-align-center {
    text-align: center;
  }

  .underline-off.landskape-display-off {
    display: none;
  }

  .home-two-about-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .home-two-pricing-main-wrapper {
    grid-template-columns: 1fr;
  }

  .home-two-pricing-item {
    width: 100%;
    padding-right: 0;
  }

  .home-two-merquee-wrapper.chnage-padding.position-absolute.landskape-display-off {
    display: none;
  }

  .home-two-style-text-wrapper {
    padding-top: 10px;
  }

  .home-two-style-item {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .footer-two-link-option {
    max-width: 100%;
  }

  .footer-two-new-link-wrapper {
    flex-flow: column;
  }

  .home-three-about-main {
    grid-template-columns: 1fr;
  }

  .home-three-help-left-image-overlay {
    display: none;
  }

  .footer-three-link-new-wrapper {
    grid-template-columns: 1fr;
  }

  .footer-three-bottom-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-three-main-wrapper {
    justify-content: center;
    align-items: center;
  }

  .footer-three-link-item-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .home-two-nav-menu-right-part {
    flex: 0 50%;
  }

  .home-two-banner-heading-new {
    max-width: 400px;
  }

  .home-two-banner-main-text {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: none;
  }

  .home-two-nav-menu-left-part {
    flex: 0 50%;
  }

  .home-three-slider-upper-text {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .home-three-slider-text {
    padding-bottom: 140px;
  }

  .home-three-slider-heading {
    max-width: 300px;
  }

  .home-three-left-nav-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-three-cross-wrapper {
    right: 15px;
  }

  .home-three-right-nav-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-shop-banner-arrow {
    display: none;
  }

  .home-shop-banner-heading {
    max-width: 300px;
  }

  .home-shop-banner-text {
    margin-left: 0;
    margin-right: 0;
  }

  .home-shop-hero {
    height: 80vh;
  }

  .home-shop-banner-upper-text {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .home-shop-banner-text-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .about-us-button-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .about-us-rating {
    border-right-width: 0;
    flex-basis: auto;
  }

  .heading-one {
    font-size: 3.125rem;
    line-height: 4.0625rem;
  }

  .service-hero-big-wrapper {
    padding-top: 40px;
  }

  .service-hero-section {
    padding-top: 100px;
  }

  .service-hero-text-wrapper, .service-section-details-inner-wrapper {
    flex-flow: column;
  }

  .heading-three {
    text-transform: capitalize;
  }

  .service-treatment-right-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .service-treatment-right-small-image {
    margin-top: 0;
    margin-left: 0;
  }

  .contact-us-one-top-text {
    padding-top: 70px;
  }

  .contact-us-two-banner {
    padding-top: 0;
    padding-bottom: 220px;
  }

  .contact-two-banner-heading-two {
    padding-left: 0;
  }

  .contact-us-two-touch-heading {
    max-width: 100%;
  }

  .contact-us-two-touch-wrapper {
    flex-flow: column;
  }

  .contact-us-two-contact-item-wrapper {
    width: 100%;
  }

  .contact-us-two-touch-text {
    width: 100%;
    padding-bottom: 20px;
  }

  .contact-us-two-touch-paragraph {
    max-width: 100%;
  }

  .pricing-one-banner-section {
    padding-top: 0;
    padding-bottom: 70px;
  }

  .pricing-one-price-item-heading-wrapper {
    font-weight: 400;
  }

  .pricing-one-image-two-wrapper {
    margin-top: 0;
  }

  .pricing-one-price-image-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .pricing-one-price-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .pricing-image-two {
    margin-left: 0;
  }

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

  .pricing-two-banner-new {
    padding-top: 140px;
  }

  .pricing-two-question-main-image {
    flex-flow: column;
  }

  .pricing-two-question-image-two {
    margin-top: 0;
  }

  .checkout-container, .paypal-checkout-container {
    padding-top: 100px;
  }

  .blog-one-banner {
    padding-top: 100px;
    padding-bottom: 70px;
  }

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

  .blog-two-banner-new {
    padding-top: 0;
  }

  .blog-two-news-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .blog-details-banner-new {
    padding-top: 100px;
  }

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

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

  .information-hero-section {
    padding-top: 100px;
  }

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

  .licencing-main-wrapper {
    grid-column-gap: 30px;
    grid-template-columns: 1fr;
  }

  .changelog-hero, .style-guide-hero {
    padding-top: 100px;
  }

  .style-guied-color-option {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    padding-top: 20px;
  }

  .style-guied-typography {
    padding-bottom: 70px;
  }

  .landing-page-banner-hero {
    padding-top: 100px;
  }

  .landing-main-text {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .landing-inner-page-wrapper {
    grid-template-columns: 1fr;
  }

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

  .landing-utility-wrapper {
    grid-template-columns: 1fr;
  }

  .product-details-hero {
    padding-top: 100px;
  }

  .categories-hero-section {
    padding-top: 100px;
    padding-bottom: 70px;
  }

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

  .f-navigation-language-dropdown-toggle {
    display: none;
  }

  .f-banner-badge {
    margin-bottom: 4px;
    margin-left: 0;
    margin-right: 0;
  }

  .f-banner-dark {
    text-align: left;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    letter-spacing: 0;
    font-size: 1.875rem;
    line-height: 2.5rem;
  }

  h2 {
    letter-spacing: 0;
    font-size: 1.562rem;
    line-height: 2.187rem;
  }

  h3 {
    font-size: 1.3rem;
    line-height: 1.5rem;
  }

  h4 {
    font-size: 1.125rem;
    line-height: 1.812rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .9rem;
  }

  .home-one-nav-main {
    justify-content: space-between;
  }

  .home-one-logo.change-margin {
    padding-left: 0;
  }

  .marquee-text {
    font-size: 6rem;
  }

  .body-font.text-capitalize {
    text-decoration: underline;
  }

  .body-font.text-capitalize.padding-top-ten {
    text-decoration: none;
  }

  .body-font.text-capitalize.change-color-white.mobile-display-off {
    display: none;
  }

  .change-padding.change-color-white {
    padding-left: 10px;
    padding-right: 10px;
  }

  .home-one-about-text {
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-one-about-details {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

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

  .auto-fit.image-full-width.chnage-image-position {
    object-position: 45% 0%;
  }

  .auto-fit.image-full-width.chnage-image-position.slider-one-position {
    object-position: 25% 0%;
  }

  .auto-fit.image-full-width.banner-image-three.chnage-image-position {
    object-position: 80% 50%;
  }

  .auto-fit.image-full-width.banner-image-one {
    display: inline-block;
  }

  .auto-fit.image-full-width.banner-image-one.chnage-image-position, .auto-fit.image-full-width.banner-image-two.chnage-image-position {
    object-position: 80% 50%;
  }

  .auto-fit.image-full-width.mobile-chnage-position {
    object-position: 100% 0%;
  }

  .heading-two {
    font-size: 1.562rem;
    line-height: 1.875rem;
  }

  .inner-container.section-full-width.gutter-space.position-relative.chnage-z-index {
    padding-left: 0;
  }

  .home-one-highlight-text {
    padding-bottom: 40px;
  }

  .heading-five {
    margin-left: 0;
    padding-left: 0;
    font-size: 1rem;
  }

  .heading-five.change-color-white-text.mobile-max-width {
    max-width: 150px;
  }

  .heading-five.padding-top-twenty {
    font-size: 2rem;
  }

  .home-one-price {
    padding-bottom: 200px;
  }

  .home-one-price-image-one {
    bottom: -35%;
  }

  .home-one-price-heading {
    padding-bottom: 20px;
  }

  .home-one-marquee-item {
    width: 1200px;
  }

  .home-one-product-image {
    justify-content: center;
    align-items: center;
  }

  .heading-six {
    font-size: .9rem;
  }

  .home-one-category-details {
    flex-flow: column;
  }

  .left-arrow {
    top: 50%;
  }

  .right-arrow-new {
    top: 60%;
  }

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

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

  .footer-heading {
    max-width: 200px;
  }

  .home-two-about-service-wrapper {
    grid-template-columns: 1fr;
  }

  .home-two-service {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .home-two-price-main-heading {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .home-two-beauty-vedio {
    padding-bottom: 70px;
  }

  .home-two-beauty-vedio-heading {
    padding-bottom: 40px;
  }

  .home-two-vedio-main {
    margin-top: 0;
  }

  .home-two-merquee-wrapper.responsive-change-padding {
    padding-top: 0;
  }

  .home-two-style-text-wrapper {
    padding-left: 10px;
  }

  .home-two-style-main-wrapper {
    padding-top: 0;
  }

  .home-two-style-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    padding-bottom: 250px;
  }

  .play-button {
    width: 80px;
    height: 80px;
    bottom: 20px;
    right: 20px;
  }

  .home-three-right-image-text {
    padding-top: 20px;
  }

  .home-three-merquee-section {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .home-three-beauty-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-three-makeup {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

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

  .home-two-banner-new {
    height: 60vh;
  }

  .home-two-nav-menu-right-part {
    display: none;
  }

  .home-two-banner-main-section {
    height: 60svh;
  }

  .link-menu.underline-off.mobile-display-off {
    display: none;
  }

  .home-two-nav-main-wrapper {
    grid-template-columns: .5fr 1fr 1fr;
  }

  .home-two-slider {
    height: 60vh;
  }

  .home-two-top-heading-text-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
  }

  .cross-menu {
    top: 30px;
    right: 15px;
  }

  .home-two-logo {
    margin-left: -10px;
  }

  .home-two-nav-menu-left-part {
    flex-basis: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-three-right-nav {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .heading-three-slider-line {
    display: none;
  }

  .home-three-slider-text {
    padding-bottom: 220px;
  }

  .home-three-slider-heading {
    max-width: 250px;
  }

  .home-three-left-nav-section {
    flex-basis: 100%;
  }

  .home-three-nav-item.home {
    margin-top: 40px;
  }

  .home-three-right-nav-section {
    display: none;
  }

  .home-shop-banner-arrow {
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 100px;
    display: none;
  }

  .home-shop-banner-arrow.chnage-position {
    display: none;
  }

  .home-shop-banner-text {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-four {
    letter-spacing: 0;
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  .home-shop-collection-item-text {
    padding-bottom: 20px;
  }

  .home-one-product-details-2 {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .home-shop-category-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .home-shop-product-item-details {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .home-shop-product-cart {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .about-us-text-line {
    display: none;
  }

  .about-us-hero-wrapper {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    margin-top: 100px;
  }

  .about-us-experience-list-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .heading-one {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }

  .service-hero-top-heading {
    padding-bottom: 0;
  }

  .service-section-item-arrow-wrapper {
    margin-top: 0;
  }

  .service-section-paragraph-line {
    display: none;
  }

  .heading-three {
    letter-spacing: 0;
    font-size: 1.3rem;
    line-height: 1.5rem;
  }

  .service-product-item-text {
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .service-product {
    padding-top: 0;
  }

  .home-three-effect-image {
    width: 320px;
    height: 320px;
  }

  .contact-us-one-top-text {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .contact-us-one-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-us-one-box-wrapper {
    padding-top: 40px;
  }

  .contact-us-two-banner {
    padding-top: 0;
  }

  .contact-two-banner-top-text {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .contact-us-two-form-main-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-us-two-form-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .marquee-text-2 {
    font-size: 6rem;
    line-height: 2rem;
  }

  .pricing-one-top-heading-line, .pricing-two-top-heading-line {
    display: none;
  }

  .pricing-two-bottom-part, .pricing-item-top-part {
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-two-side-line, .blog-one-banner-line {
    display: none;
  }

  .blog-one-banner {
    background-position: 100%;
  }

  .blog-one-blog-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .blog-two-news-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-one-utility-page {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .utility-page-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-center.mobile-h-two {
    margin-bottom: 0;
  }

  .logo {
    margin-left: -10px;
  }

  .style-guied-color-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .sign-up-social-media {
    flex-flow: column;
  }

  .landing-page-hero-banner-image-wrapper {
    margin-top: -200px;
  }

  .landing-home-wrapper {
    padding: 20px;
  }

  .landing-page-experience-item {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .landing-page-experience-merquee-wrapper {
    display: none;
  }

  .landing-main-text {
    flex-flow: column;
  }

  .figma-paragraph {
    padding-top: 20px;
  }

  .home-shop-line-wrapper {
    padding-top: 0;
  }

  .home-shop-category-slider {
    width: 100%;
    height: auto;
  }

  .home-shop-beauty-slider-image-wrapper {
    width: 100%;
    height: 100%;
  }

  .right-arrow-new-slider {
    display: none;
    bottom: -60px;
    right: 15%;
  }

  .left-arrow-new {
    display: none;
    bottom: -60px;
    left: 15%;
  }

  .home-shop-product-image {
    width: 100%;
    height: 100%;
    padding: 20px;
  }

  .home-shop-product-image.change-padding {
    padding: 0;
  }

  .home-shop-category-left-image {
    width: 100%;
    max-width: 100%;
  }

  .product-details-paragraph, .product-details-price {
    padding-top: 20px;
  }

  .price-font {
    font-size: 1.562rem;
  }

  .shop-tap-link {
    flex: 1;
  }

  .tabs-menu {
    flex-flow: wrap;
  }

  .shop-tab-link.w--current {
    flex: 1;
  }

  .product-details-information {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .f-navigation-button {
    display: none;
  }

  .f-navigation-menu-button {
    border: 1px solid var(--white);
    color: var(--white);
    -webkit-text-stroke-color: var(--white);
  }

  .f-navigation-menu-button:active {
    border: 1px solid var(--white);
    border-radius: 1px;
  }

  .f-navigation-button-2 {
    background-color: var(--primary-color);
    display: none;
  }

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

#w-node-c5f203ae-3ba0-2082-49b6-d50f24d1a297-24d1a290 {
  place-self: center end;
}

#w-node-c5f203ae-3ba0-2082-49b6-d50f24d1a29b-24d1a290 {
  place-self: center start;
}

#w-node-dee6b038-c175-36dc-3eac-96560c99a67d-24d1a290 {
  justify-self: end;
}

#w-node-_665e3d3d-c967-3f43-8112-d9195a6c829a-24d1a290 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_251485c0-5e12-df24-358d-7bac04682cd6-04682cb4 {
  justify-self: center;
}

#w-node-_3185f300-36a1-17ba-0e96-704aa1398a48-a1398a42 {
  place-self: center;
}

#w-node-_598614c8-ca22-7d84-4fc4-0a49e7252f0a-e7252f03 {
  place-self: center end;
}

#w-node-_598614c8-ca22-7d84-4fc4-0a49e7252f0e-e7252f03 {
  place-self: center start;
}

#w-node-_4db652fc-0433-8098-798e-78b33f04b364-e7252f03 {
  justify-self: end;
}

#w-node-_598614c8-ca22-7d84-4fc4-0a49e7252f1c-e7252f03 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_598614c8-ca22-7d84-4fc4-0a49e7252f20-e7252f03 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_598614c8-ca22-7d84-4fc4-0a49e7252f58-e7252f03 {
  justify-self: end;
}

#w-node-be2fd2ab-4208-c678-0036-38d150b7b7d3-7f8b7dce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-c5f203ae-3ba0-2082-49b6-d50f24d1a297-24d1a290 {
    justify-self: end;
  }

  #w-node-c5f203ae-3ba0-2082-49b6-d50f24d1a29b-24d1a290 {
    justify-self: start;
  }

  #w-node-_06c6448d-4ede-838a-62e7-136329393e05-7f8b7dc0, #w-node-_06c6448d-4ede-838a-62e7-136329393e0d-7f8b7dc0, #w-node-_06c6448d-4ede-838a-62e7-136329393e15-7f8b7dc0, #w-node-_06c6448d-4ede-838a-62e7-136329393e1d-7f8b7dc0, #w-node-_06c6448d-4ede-838a-62e7-136329393e25-7f8b7dc0 {
    place-self: center;
  }

  #w-node-_598614c8-ca22-7d84-4fc4-0a49e7252f0a-e7252f03 {
    justify-self: end;
  }

  #w-node-_598614c8-ca22-7d84-4fc4-0a49e7252f0e-e7252f03 {
    justify-self: start;
  }

  #w-node-_598614c8-ca22-7d84-4fc4-0a49e7252f58-e7252f03 {
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_251485c0-5e12-df24-358d-7bac04682cb9-04682cb4 {
    place-self: center;
  }
}



/* === CD Signature Salon luxury palette + homepage focus === */
.w-commerce-commercecartopenlink {
  color: var(--secondary-color);
}
.dropdown-link {
  color: var(--color-text);
}
.heading-one,
.heading-two,
.heading-three,
.change-padding {
  color: var(--color-text);
  letter-spacing: 0;
}
.body-font.text-capitalize {
  color: var(--color-text);
}
.button-style,
.button-style .text-block {
  color: var(--secondary-color);
}
.button-style,
.button-style.border-button,
.button-style.changr-color-trasparent {
  background-color: var(--accent-gold);
  border-color: var(--accent-gold);
}
.button-style:hover,
.button-style.border-button:hover,
.button-style.changr-color-trasparent:hover {
  color: var(--accent-gold);
  background-color: var(--secondary-color);
  border-color: var(--accent-gold);
}
.button-style:hover .text-block,
.button-style.border-button:hover .text-block,
.button-style.changr-color-trasparent:hover .text-block {
  color: var(--accent-gold);
}
.text-block {
  color: inherit;
}
.button-style.changr-color-trasparent,
.button-style.changr-color-trasparent .text-block {
  color: var(--secondary-color);
}
.button-style.changr-color-trasparent.responsive-display-off.change-padding,
.button-style.changr-color-trasparent.responsive-display-off.change-padding .text-block {
  color: var(--secondary-color);
}
.cd-mobile-book-link {
  display: none;
}
.button-style.border-button,
.footer-one-new .button-style.border-button,
a[href*="book.squareup.com"].button-style {
  color: var(--secondary-color) !important;
  background-color: var(--accent-gold) !important;
  border-color: var(--accent-gold) !important;
}
.button-style.border-button:hover,
.footer-one-new .button-style.border-button:hover,
a[href*="book.squareup.com"].button-style:hover {
  color: var(--accent-gold) !important;
  background-color: var(--secondary-color) !important;
  border-color: var(--accent-gold) !important;
}
a[href*="book.squareup.com"].button-style:hover .text-block {
  color: var(--accent-gold) !important;
}
.f-banner-dark,
.f-navigation-3,
.footer-three-new,
.home-one-testimonial {
  background-color: var(--color-text);
}
.f-banner-dark {
  background-color: var(--accent-gold);
  color: var(--color-text);
}
.f-banner-dark .f-paragraph-regular {
  color: inherit;
  letter-spacing: 0;
}
.f-navigation-link-3,
.f-navigation-link-3:hover,
.f-navigation-link-3.w--current {
  color: var(--color-canvas);
  letter-spacing: 0;
}
.cd-brand-logo {
  background-color: var(--color-canvas);
  border-radius: 3px;
  display: block;
  height: auto;
}
.f-logo.cd-brand-logo {
  width: min(300px, 31vw);
}
.logo-link .cd-footer-logo {
  width: min(340px, 82vw);
  height: auto;
}
.home-one-background-vedio-overlay {
  z-index: 2;
}
.home-one-background-vedio-wrapper {
  height: 100%;
  position: relative;
}
.cd-home-hero-media {
  position: absolute;
  inset: 0;
  background-color: var(--color-canvas);
}
.cd-home-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.home-one-banner-marquee {
  z-index: 3;
}
.home-one .home-three-help {
  background-color: var(--color-surface);
  padding: 130px 15px 70px;
}
.home-one #services .home-two-style-box {
  background-color: rgba(245, 241, 234, .55);
  border-color: var(--border-subtle);
}
.home-one #services .home-two-style-box > img {
  aspect-ratio: 1 / 1;
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.home-one .home-two-service {
  background-color: var(--color-text);
  background-image: none;
}
.home-one .home-two-service .body-font.text-capitalize,
.home-one .home-two-service .change-padding,
.home-one .home-two-service .heading-six,
.home-one .home-two-service p {
  color: var(--color-canvas);
}
.home-one .home-two-service .home-two-service-hover-item {
  background-color: rgba(245, 241, 234, .08);
  border: 1px solid rgba(200, 169, 126, .32);
}
.home-one .home-two-service-line {
  background-color: var(--main-color);
}
.cd-about-section {
  background-image: none;
  padding-bottom: 130px;
}
.cd-about-intro {
  max-width: 810px;
}
.cd-about-copy {
  color: var(--color-text-muted);
  max-width: 680px;
  margin-top: 25px;
  margin-bottom: 35px;
}
.cd-service-gallery {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-top: 70px;
  display: grid;
}
.cd-service-gallery-card {
  background-color: var(--color-canvas);
  border: 1px solid var(--border-subtle);
  border-radius: 4px;
  margin: 0;
  overflow: hidden;
}
.cd-service-gallery-media {
  aspect-ratio: 4 / 5;
  background-color: var(--color-surface-muted);
  overflow: hidden;
}
.cd-service-gallery-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}
.cd-service-gallery-card:hover .cd-service-gallery-media img {
  transform: scale(1.035);
}
.cd-service-gallery-caption {
  background-color: var(--color-surface-muted);
  border-top: 1px solid var(--border-subtle);
  color: var(--color-text);
  min-height: 82px;
  padding: 20px;
  font-family: Marcellus, sans-serif;
  font-size: 1.35rem;
  line-height: 1.45;
}
.home-one-testimonial {
  background-image: linear-gradient(rgba(17, 17, 17, .86), rgba(17, 17, 17, .86)), url('../images/Testimonials.webp');
}
.home-one-testimonial-details {
  max-width: 760px;
}
.footer-one-new {
  background-color: var(--color-surface);
}
.pricing-one-price-main {
  background-color: var(--color-surface);
}
.pricing-one-price-paragraph p {
  color: var(--color-text-muted);
}
@media screen and (max-width: 991px) {
  .f-navigation-3 .f-navigation-menu,
  .f-navigation-3 .f-navigation-menu.w--open {
    background-color: var(--color-text);
    border: 1px solid rgba(200, 169, 126, .34);
    box-shadow: 0 20px 42px rgba(17, 17, 17, .24);
    width: auto;
    padding: 8px 0;
    position: absolute;
    inset: 0 16px auto;
  }
  .f-navigation-3 .cd-mobile-book-link {
    display: block;
    box-sizing: border-box;
    width: calc(100% - 32px);
    max-width: calc(100% - 32px);
    color: var(--secondary-color);
    text-align: center;
    letter-spacing: .08rem;
    text-transform: uppercase;
    background-color: var(--accent-gold);
    border: 1px solid var(--accent-gold);
    margin: 8px 16px 10px;
    padding: 14px 18px 12px;
    font-family: Catamaran, sans-serif;
    font-size: .8rem;
    font-weight: 700;
    line-height: 1.2;
  }
  .f-navigation-3 .cd-mobile-book-link:hover,
  .f-navigation-3 .cd-mobile-book-link.w--current {
    color: var(--accent-gold);
    background-color: var(--secondary-color);
    border-color: var(--accent-gold);
  }
  .f-navigation-3 .f-navigation-link-3 {
    border-top: 1px solid rgba(245, 241, 234, .1);
    padding: 10px 18px;
    color: var(--color-canvas);
    font-size: 1rem;
    line-height: 1.4;
  }
  .f-navigation-3 .f-navigation-link-3.cd-mobile-book-link {
    color: var(--secondary-color);
    padding: 14px 18px 12px;
  }
  .f-navigation-3 .f-navigation-link-3:first-child {
    border-top: 0;
  }
  .f-logo.cd-brand-logo {
    width: min(230px, 42vw);
  }
  .home-one .home-three-help {
    padding-top: 70px;
  }
  .home-one .home-two-service-big-image {
    align-self: stretch;
    width: min(100%, 560px);
    overflow: hidden;
  }
  .home-one .home-two-service-big-image > img,
  .home-one .home-two-service-big-image > div,
  .home-one .home-two-service-big-image > div img {
    width: 100%;
    height: 100%;
  }
  .cd-service-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .f-banner-dark {
    justify-content: center;
    min-height: 0;
    padding: 10px 16px;
    text-align: center;
  }
  .f-banner-dark .f-paragraph-regular {
    font-size: .82rem;
    line-height: 1.35;
  }
  .f-navigation-3 {
    min-height: 0;
    padding: 14px 16px;
  }
  .f-navigation-container,
  .f-navigation-link-wrapper {
    min-width: 0;
  }
  .f-navigation-menu-button {
    padding: 8px;
  }
  .f-logo.cd-brand-logo {
    width: min(192px, 58vw);
  }
  .home-one-banner {
    height: min(86svh, 720px);
    min-height: 590px;
  }
  .home-one-banner-marquee {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
  .home-one-banner-marquee.change-position {
    bottom: 9%;
  }
  .home-one .marquee-text {
    font-size: 4.25rem;
    line-height: 1;
  }
  .cd-home-hero-media img {
    object-position: 47% center;
  }
  .home-one .home-three-help {
    padding: 56px 16px 48px;
  }
  .home-one .home-three-help .inner-container {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .home-one .home-three-help-heading {
    padding-top: 12px;
  }
  .home-one #services .home-two-style-main-wrapper {
    padding-top: 28px;
  }
  .home-one #services .home-two-style-item {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }
  .home-one #services .home-two-style-box {
    padding: 6px 6px 18px;
  }
  .home-one #services .home-two-style-text-wrapper {
    padding-top: 10px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .home-one #services .heading-five.padding-top-twenty {
    padding-top: 0;
    font-size: 1.45rem;
    line-height: 1.8rem;
  }
  .home-one #services .body-font.text-capitalize.padding-top-ten {
    font-size: .78rem;
    line-height: 1.35;
  }
  .home-one .home-two-service {
    padding: 56px 16px;
  }
  .home-one .home-two-service-main-wrapper {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }
  .home-one .home-two-service-line {
    margin-bottom: 24px;
  }
  .home-one .home-two-service-hover-item {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    padding: 16px 14px 10px;
  }
  .home-one .home-two-service-big-image {
    aspect-ratio: 4 / 5;
  }
  .home-one .home-two-service-big-image img {
    object-fit: cover;
  }
  .cd-about-section {
    padding-top: 56px;
    padding-bottom: 64px;
  }
  .cd-about-section .inner-container {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .cd-about-copy {
    margin-top: 16px;
    margin-bottom: 24px;
  }
  .cd-service-gallery {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-top: 36px;
  }
  .cd-service-gallery-media {
    aspect-ratio: 4 / 3;
  }
  .cd-service-gallery-caption {
    min-height: 0;
    padding: 16px;
    font-size: 1.15rem;
  }
  .home-one-testimonial {
    background-image: none;
    padding: 56px 16px;
  }
  .home-one-testimonial-heading {
    padding-bottom: 24px;
    text-align: center;
  }
  .home-one-testimonial-details {
    padding-top: 28px;
    padding-left: 0;
    background-size: 48px;
  }
  .home-one-testimonial-main {
    align-items: flex-start;
  }
  .home-one-testimonial-main > .auto-fit.mobile-image-full-width {
    width: 108px;
    height: 108px;
  }
  .home-one-testimonial .background-tranperent {
    padding-bottom: 42px;
  }
  .home-one-testimonial .left-arrow,
  .home-one-testimonial .right-arrow-new {
    top: auto;
    bottom: 0;
    width: 42px;
    height: 42px;
  }
  .home-one-testimonial .left-arrow {
    right: 52px;
  }
  .home-one-testimonial .right-arrow-new {
    right: 0;
  }
  .footer-one-new {
    padding-top: 56px;
  }
  .footer-one-new .footer-button {
    padding-top: 28px;
  }
}
@media screen and (max-width: 479px) {
  .f-logo.cd-brand-logo {
    width: min(176px, 58vw);
  }
  .home-one-banner {
    height: min(58svh, 560px);
    min-height: 520px;
  }
  .cd-home-hero-media {
    top: 108px;
  }
  .cd-home-hero-media img {
    height: auto;
    min-height: 0;
    object-fit: contain;
    object-position: center top;
  }
  .home-one .body-font.text-capitalize {
    text-decoration: none;
  }
  .home-one #services .home-two-style-item {
    grid-row-gap: 16px;
  }
  .home-one #services .home-two-style-box > img {
    aspect-ratio: 4 / 3;
  }
  .cd-service-gallery {
    grid-template-columns: 1fr;
  }
  .cd-footer-logo {
    width: min(300px, 82vw);
  }
}
