:root {
  --yellow: #fcc130;
  --primary-blue: #413690;
  --white: white;
  --dark-blue: #170a4e;
}

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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.w-commerce-commercecartopenlinkicon {
  margin-right: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.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-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

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

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

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

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

.w-users-useraccountsubscriptionlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  overflow: auto;
}

.w-users-useraccountsubscriptionlistitem {
  align-items: flex-start;
  display: flex;
}

.w-users-gridrow {
  grid-column-gap: 8px;
  grid-template-columns: auto auto;
  justify-content: flex-start;
  display: grid;
}

.w-users-flexcolumn {
  flex-direction: column;
  display: flex;
}

.w-users-useraccountsubscriptioncancelbutton {
  color: #3898ec;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #0000;
  padding: 0;
}

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

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

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

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

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

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

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

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

  .w-commerce-commercecartquantity, .w-commerce-commerceaddtocartquantityinput, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  color: #333;
  font-family: Kanit, sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.4375rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.header-wrapper {
  background-image: url('../images/Rectangle-5.png');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.navbar_dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #000;
  padding: .5rem;
}

.navbar_menu-button {
  padding: 0;
}

.navbar_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.button {
  background-color: var(--yellow);
  color: var(--primary-blue);
  text-align: center;
  border-radius: 25px;
  margin-top: 0;
  padding: .5rem 1.5rem;
  font-size: 1.25rem;
  font-weight: 500;
  transition: color .4s;
}

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

.button.is-small.navbar-button {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #fff0;
  font-size: 1rem;
}

.button.is-small.navbar-button:where(.w-variant-bc08fd5b-e335-e258-42b0-3fd50969d7b5) {
  border-color: var(--dark-blue);
  color: var(--dark-blue);
}

.button.is-small.navbar-button:hover {
  border-color: var(--yellow);
  color: var(--yellow);
}

.button.button-yellow:hover {
  background-color: var(--primary-blue);
}

.button.contact-button {
  background-color: var(--white);
  border-radius: 15px;
  padding: 1rem 2rem;
}

.button.contact-button:hover {
  background-color: var(--dark-blue);
  color: var(--yellow);
}

.button.add-to-cart-button {
  border: 1px solid var(--dark-blue);
  background-color: var(--dark-blue);
  color: var(--white);
  transition: background-color .4s, color .4s, border-color .4s, color .4s;
}

.button.add-to-cart-button:hover {
  border-color: var(--yellow);
  background-color: var(--yellow);
  color: var(--primary-blue);
}

.button.buy-now-button {
  border: 1px solid var(--dark-blue);
  background-color: var(--white);
  color: var(--dark-blue);
  transition: color .4s, border-color .4s, background-color .4s, color .4s;
}

.button.buy-now-button:hover {
  border-color: var(--yellow);
  background-color: var(--yellow);
  color: var(--primary-blue);
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar_dropdown-link {
  padding: .5rem 1rem;
}

.navbar_dropdown-link.w--current {
  color: #000;
}

.navbar_menu-links.hide-desktop-only {
  display: none;
}

.navbar_menu-links.show-in-desktop-only {
  margin-right: 5rem;
  display: flex;
}

.navbar_menu-dropdown {
  display: none;
}

.navbar_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1250px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  display: flex;
}

.navbar_logo {
  height: 7rem;
}

.navbar_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.navbar_link {
  color: #fff;
  padding: .5rem 1rem;
  font-size: 1.125rem;
  font-weight: 500;
}

.navbar_link:where(.w-variant-bc08fd5b-e335-e258-42b0-3fd50969d7b5) {
  color: var(--primary-blue);
}

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

.navbar_link.w--current {
  color: var(--white);
}

.navbar_link.w--current:where(.w-variant-bc08fd5b-e335-e258-42b0-3fd50969d7b5) {
  color: var(--primary-blue);
}

.navbar_link.w--current:hover {
  color: var(--yellow);
}

.navbar_component {
  background-color: #fff0;
  border-bottom: 1px #fff;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar_component._1243 {
  background-color: var(--primary-blue);
}

.navbar_logo-link {
  padding-left: 0;
}

.navbar_menu {
  align-items: center;
  display: flex;
  position: static;
}

.section-home-header {
  position: relative;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.container {
  width: 100%;
  max-width: 1250px;
  height: 100%;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

.header-content {
  z-index: 4;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.h1-wrapper {
  color: #fff;
}

.header-image {
  max-height: 730px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.header-image.header-image-tab {
  position: static;
}

.home-card-wrapp {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.home-card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  align-items: center;
  max-width: 262px;
  display: flex;
}

.margin-bottom.margin-bottom-medium {
  margin-bottom: 2rem;
}

.margin-top.mrgin-top-small {
  margin-top: 1rem;
}

.h2-small {
  color: var(--yellow);
  text-align: center;
  font-size: 1.625rem;
}

.text-size-small {
  color: #000;
  font-size: 1.25rem;
  font-weight: 300;
}

.text-size-small.blue {
  color: var(--primary-blue);
}

.text-size-small.dark-blue {
  color: var(--dark-blue);
  font-weight: 400;
}

.text-size-small.dark-blue.text-bold {
  font-weight: 500;
}

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

.card-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  display: flex;
  position: relative;
}

.card-image-background {
  position: absolute;
  inset: 0%;
}

.card-image-center {
  z-index: 2;
  max-width: 48%;
  position: relative;
}

.image-hide-desktop-only {
  display: none;
}

.home-header-vertical-padding {
  padding-top: 7rem;
  padding-bottom: 10rem;
}

.pillow-types-wrap {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top-right-radius: 30%;
  border-bottom-right-radius: 30%;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.type-of-pillows {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #fff;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.type-of-pillows.type-of-pillows1 {
  box-sizing: content-box;
  position: relative;
}

.type-of-pillows.type-of-pillows-2 {
  align-items: flex-start;
  position: relative;
  bottom: -8vh;
}

.type-of-pillow-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: flex-start;
  max-width: 530px;
  display: flex;
}

.text-light {
  font-weight: 300;
}

.pillow-type-image {
  object-fit: cover;
  height: 350px;
}

.type-of-pillow-bg-wrapper {
  margin-right: 5%;
  position: relative;
}

.image {
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.image.hide {
  width: 100%;
  height: 90%;
}

.section-mission {
  background-color: var(--primary-blue);
  align-items: center;
  position: relative;
}

.mission-wrapper {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.mission-text {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  max-width: 597.083px;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
  position: relative;
}

.mission-image-glass {
  max-width: 70px;
  position: absolute;
  inset: 24% 34% auto auto;
}

.header-star {
  color: var(--white);
  width: 2.125rem;
  height: 2.125rem;
  position: absolute;
  inset: auto 17% 0% auto;
}

.cta-wrapper {
  height: 65rem;
}

.cta-content-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  opacity: 0;
  flex-flow: column;
  align-items: center;
  width: 35rem;
  display: flex;
  position: absolute;
}

.cta-image-wrapper {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  height: 37vh;
  display: flex;
  position: relative;
}

.cta-sticky-wrap {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.cta-image {
  z-index: 9;
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.cta-image._8im {
  z-index: 2;
}

.cta-image._7im {
  z-index: 3;
}

.cta-image._2im {
  z-index: 8;
}

.cta-image._5im {
  z-index: 5;
}

.cta-image._1im {
  width: 101%;
  max-width: none;
  height: 101%;
}

.cta-image._6im {
  z-index: 4;
}

.cta-image._4im {
  z-index: 6;
}

.cta-image._3im {
  z-index: 7;
}

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

.button-moon-wrap {
  z-index: 2;
  border-radius: 18px;
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  padding-left: 2rem;
  padding-right: .2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-text {
  z-index: 3;
  color: var(--yellow);
  padding: 0 0 0 1rem;
  font-size: 1.25rem;
  position: relative;
}

.moon-yellow {
  background-color: var(--yellow);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.button-moon {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.moon-blue {
  z-index: 2;
  background-color: var(--primary-blue);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  inset: 0% auto 0% 50%;
}

.moon-yellow-background {
  background-color: var(--yellow);
  border-radius: 18px;
  justify-content: center;
  width: 20px;
  height: 40px;
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.button-wrapper {
  background-color: var(--primary-blue);
  box-shadow: 0 0 30px 0 var(--primary-blue);
  border-radius: 25px;
  padding: .75rem 1.5rem;
}

.testimonial21_loop-trigger {
  display: flex;
}

.testimonial_card {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--yellow);
  background-color: var(--yellow);
  border-radius: 25px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-width: 25rem;
  margin-right: 3.5rem;
  padding: 14rem 2rem 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_testimonial21-2 {
  color: #000;
  background-color: #fff;
  overflow: hidden;
}

.testimonial21_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 4rem;
  padding-bottom: 3rem;
  display: flex;
}

.h2-wrapper {
  margin-bottom: 4rem;
}

.h2-wrapper.text-allign-center.why-dreamyo-heading-wrap {
  z-index: 5;
  margin-bottom: 6rem;
  position: relative;
}

.testimonial-image-wrap {
  max-width: 250px;
  position: absolute;
  inset: 3% 0% auto 19%;
}

.testimonial-text-wrap {
  text-align: center;
  background-color: #fff;
  border-radius: 25px;
  padding: 3rem 1rem 1rem;
}

.testimonial-add {
  text-align: center;
  max-width: 304px;
}

.text-size-medium {
  color: var(--primary-blue);
  font-size: 1.375rem;
}

.h2-blue {
  color: var(--dark-blue);
}

.why-dreamyo {
  background-color: var(--primary-blue);
  position: relative;
}

.why-dreamyo.background-yellow {
  background-color: var(--yellow);
}

.whey-dreamyo-content-wrapper {
  position: static;
}

.why-dreamyo-top {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: flex;
  position: relative;
}

.why-dreamyo-content {
  z-index: 4;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  align-items: flex-start;
  padding-top: 4rem;
  display: flex;
  position: relative;
}

.why-button-wrap {
  cursor: pointer;
  justify-content: flex-start;
  display: flex;
}

.h3-xlarge {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.75rem;
  line-height: 1.2;
}

.h3-xlarge.text-dark-blue {
  color: var(--dark-blue);
}

.text-yellow {
  color: var(--yellow);
}

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

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

.background-blue {
  background-color: var(--primary-blue);
}

.full-moon-scroll-wrap {
  justify-content: center;
  padding-top: 2rem;
  display: flex;
  position: sticky;
  top: 0;
  bottom: 55px;
}

.moon-big {
  background-color: var(--yellow);
  border-radius: 100%;
  width: 350px;
  height: 350px;
}

.moon-big.moon-big-white {
  background-color: #d1d1d1;
}

.star-image-2 {
  width: 36px;
  height: 36px;
  position: absolute;
  inset: 3% auto auto 13%;
}

.star-image-3 {
  width: 26px;
  height: 26px;
  position: absolute;
  inset: 16% auto auto 3%;
}

.star-image-4 {
  width: 32px;
  height: 32px;
  position: absolute;
  inset: auto 2% 6% auto;
}

.moon-shade-blue {
  background-color: var(--primary-blue);
  border-radius: 50%;
  width: 300px;
  height: 300px;
  position: absolute;
  inset: -20% -87% auto auto;
}

.moon-shade-blue.moon-shade-yellow {
  background-color: var(--yellow);
}

.empty-grid {
  width: 100%;
  height: 350px;
}

.why-dreamyo-content-wrap1 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.background-curve-top {
  background-color: var(--white);
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
  height: 80px;
}

.background-curve-bottom {
  background-color: var(--white);
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  height: 80px;
  position: relative;
}

.mission-bg-image-absolut {
  height: 100%;
  position: absolute;
  inset: 0% auto 0% -10%;
}

.mission-image-left {
  position: relative;
}

.mission-left-image {
  position: absolute;
  inset: auto auto 8% 0%;
}

.mission-left-image-2 {
  position: absolute;
  inset: auto 0% 0% auto;
}

.mission-left-image-4 {
  position: absolute;
  inset: auto auto -8% -6%;
}

.mission-left-image-5 {
  position: absolute;
  inset: -11% -13% auto auto;
}

.mission-left-image-6 {
  width: 320px;
  position: absolute;
  inset: auto auto -71% -6%;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.mission-left-image-tab {
  position: absolute;
  inset: auto auto 8% 0%;
}

.footer {
  background-color: var(--dark-blue);
}

.footer-topbackgroung {
  background-color: var(--white);
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 100%;
  height: 50px;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.padding-section-small.padding-bottom-small {
  padding-bottom: 1rem;
}

.padding-section-small.padding-top-zero {
  padding-top: 0;
}

.footer-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

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

.footer-top-left {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-image-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: center;
  width: 250px;
  display: flex;
}

.footer-siial-media {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.footer-social-media-icon {
  color: #fff;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.footer-text-wrap {
  max-width: 300px;
}

.footer-link-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.footer-link {
  color: #fff;
  font-size: 1.125rem;
  line-height: 2;
  text-decoration: none;
}

.footer-line-divider {
  background-color: var(--primary-blue);
  width: 100%;
  height: 1px;
}

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

.product-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
}

.product-heading-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--white);
  flex-flow: column;
  align-items: flex-start;
  max-width: 790px;
  display: flex;
}

.product-h1 {
  color: var(--white);
  font-size: 3.4375rem;
}

.product-heading-text {
  color: var(--white);
  font-size: 2.25rem;
}

.product-disply-wrap {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.disply-h2-wrap {
  color: var(--dark-blue);
}

.h2-medium {
  font-size: 2.25rem;
}

.product-hero-wrapper {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
}

.product-hero-image {
  max-width: 80%;
}

.product-header-wrap {
  background-image: url('../images/Rectangle-5.png');
  background-position: 0 0;
  background-size: cover;
  position: relative;
}

.padding-section-x-small {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.products {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.products.collection-list-wrap {
  display: block;
}

.margin-bottom-2, .margin-bottom-2.margin-xxlarge, .margin-bottom-2.margin-small, .margin-bottom-2.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.product {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid var(--yellow);
  border-radius: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding: .1rem .1rem .5rem;
  display: grid;
  overflow: hidden;
}

.product-details {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  display: flex;
}

.product-details._2 {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
}

.product-heading {
  z-index: 4;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--dark-blue);
  flex-flow: column;
  position: relative;
}

.available-colors {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.availabvle-color-heading {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.color-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.color {
  background-color: #911b33;
  border: 1px solid #cbcbcb;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.color.rose {
  background-color: #fd95c8;
}

.color.blue {
  background-color: #6b3bbd;
}

.color.gray {
  background-color: #f6f6f6;
}

.product-star {
  width: 1rem;
  height: 1rem;
}

.text-size-xsmall {
  color: var(--dark-blue);
  font-size: .8rem;
  font-weight: 500;
}

.text-size-xsmall.text-light {
  font-weight: 300;
}

.price-and-discount {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: .3rem;
  display: flex;
}

.price-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.price-text {
  color: var(--yellow);
  font-size: 1.5rem;
  font-weight: 500;
}

.price-text.price-text-light {
  font-size: 1.2rem;
  font-weight: 400;
}

.product-button-wrap {
  margin-top: .3rem;
}

.product-image {
  border-radius: 15px;
  width: 100%;
  height: 280px;
}

.h3-small {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.text-dark-blue {
  color: var(--dark-blue);
}

.moon-white-12 {
  background-color: var(--white);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.moon-yellow-background-white {
  background-color: var(--white);
  border-radius: 18px;
  justify-content: center;
  width: 20px;
  height: 40px;
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.moon-yellow-shade {
  z-index: 2;
  background-color: var(--yellow);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  inset: 0% auto 0% 50%;
}

.how-it-work-content-wrap {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  display: flex;
}

.step {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

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

.steps-image-wrap {
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.steps-image-wrap._2 {
  justify-content: flex-end;
}

.steps-image {
  object-fit: cover;
  border-radius: 40rem;
  width: auto;
  max-height: 300px;
}

.steps-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.wrapper1 {
  width: 100%;
}

.steps-divider-image {
  width: 80%;
  position: relative;
  right: -98px;
}

.faq-wrapp {
  background-color: var(--primary-blue);
  border-radius: 25px;
  padding: 0;
}

.faq6_component {
  padding: 3rem;
}

.faq6_content-left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.faq6_content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: .65fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.icon-embed-small {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.faq6_list-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.faq6_accordion {
  border-bottom: 1px solid #ffffff3d;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
}

.faq6_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.faq6_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.faq6_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.yellow-star-icon {
  color: var(--white);
  width: 2.125rem;
  height: 2.125rem;
  position: absolute;
  inset: 20% auto auto 4%;
}

.yellow-star-icon._2 {
  inset: -45% 47% auto auto;
}

.yellow-star-icon-small {
  color: var(--white);
  width: 1rem;
  height: 1rem;
  position: absolute;
  inset: -34% -6% auto auto;
}

.yellow-star-icon-small._3 {
  inset: 16% auto auto 5%;
}

.yellow-star-icon-small._2 {
  inset: auto auto 70% 41%;
}

.yellow-star-icon-small.n {
  width: 1.2rem;
  height: 1.2rem;
  inset: auto auto -12% -10%;
}

.navbar-icon {
  background-color: var(--white);
  color: var(--dark-blue);
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  padding: 3px;
}

.navbar-icon:where(.w-variant-bc08fd5b-e335-e258-42b0-3fd50969d7b5) {
  background-color: #bdbdbd;
}

.navbar-icon:hover {
  background-color: var(--yellow);
}

.navbar-icon-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.navbar-icon-wrap.icon-hide-desktop {
  display: none;
}

.wrapper-2 {
  display: flex;
}

.product6_mask {
  width: 25%;
  overflow: visible;
}

.product6_item-link {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  flex-flow: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.slider-arrow {
  border: 3px solid var(--yellow);
  color: #000;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.slider-arrow.is-bottom-next {
  inset: 25% 2.5% auto auto;
}

.slider-arrow.is-bottom-previous {
  inset: 25% auto auto 0%;
}

.product6_slide {
  padding-right: 2rem;
}

.product6_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.product6_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  display: none;
  inset: auto 0% 0%;
}

.product6_slider {
  background-color: #0000;
  height: auto;
  padding-bottom: 0;
  position: relative;
}

.slider-arrow-icon {
  color: var(--yellow);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.product6_heading {
  flex: 1;
}

.product6_title-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.product6_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.product6_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.icon-medium {
  vertical-align: text-bottom;
  width: 3.5rem;
}

.display-inline {
  display: inline;
}

.button-link-wrap {
  text-decoration: none;
}

.product-header1_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.product-header1_image {
  aspect-ratio: 5 / 6;
  object-fit: cover;
  width: 100%;
}

.product-header1_lightbox-link {
  width: 100%;
  display: block;
}

.product-header1_image-wrapper {
  border-radius: 0;
  width: 100%;
  overflow: hidden;
}

.product-header1_layout {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.product-header1_gallery {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 5rem 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.header-image-sleep-symbol {
  opacity: 1;
  max-width: 400px;
  max-height: 400px;
  position: absolute;
  inset: -7% -4% auto auto;
}

.header-star-product {
  color: var(--white);
  width: 2.125rem;
  height: 2.125rem;
  position: absolute;
  inset: 17% auto auto 36%;
}

.header-star-product-m {
  color: var(--white);
  width: 1.125rem;
  height: 1.125rem;
  position: absolute;
  inset: 43% 32% auto auto;
}

.header-star-product-s {
  color: var(--white);
  width: 1rem;
  height: 1rem;
  position: absolute;
  inset: 12% auto auto 22%;
}

.header-star-product-s._1 {
  color: var(--white);
  top: 46%;
  left: 35%;
}

.header-star-product-s._3 {
  inset: 24% 3% auto auto;
}

.product-flex {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.product-header1_image-main {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.price-and-discount-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: .3rem;
  display: flex;
}

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

.collection-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq-icon {
  color: var(--yellow);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 8rem;
  display: flex;
}

.text-bold-500 {
  letter-spacing: .3px;
  font-weight: 500;
}

.background-curve-top-hide-desk {
  background-color: var(--white);
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
  height: 80px;
  display: none;
}

.background-curve-bottom-hide-dsk {
  background-color: var(--white);
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  height: 80px;
  display: none;
  position: relative;
}

.procuct-main-wrap {
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-end;
  max-width: 609px;
  height: 500px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.products-details-wrap {
  z-index: 2;
  background-color: #170a4e99;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  width: 90%;
  margin-bottom: 2rem;
  padding: 2rem;
  position: relative;
}

.h3-product {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.2;
}

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

.product-details-wrap1 {
  z-index: 4;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  display: flex;
  position: relative;
}

.product-heading2 {
  z-index: 4;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--dark-blue);
  flex-flow: column;
  position: relative;
}

.h3-medium {
  color: var(--dark-blue);
  font-size: 1.8rem;
}

.testmonial-text {
  color: var(--primary-blue);
  font-size: 1.2rem;
  line-height: 1.1;
}

.testmonial-text-small {
  color: var(--primary-blue);
  font-size: 1rem;
  line-height: 1.1;
}

.heading {
  letter-spacing: 1px;
  font-size: 3.5rem;
}

.why-button-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 2.5rem;
  display: flex;
}

.collection-hide {
  display: none;
}

.product-cms-link {
  text-decoration: none;
}

.survey-code {
  justify-content: center;
  display: flex;
}

.blog-heading-wrap {
  background-color: var(--yellow);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem;
  display: flex;
}

.wave-image {
  vertical-align: text-bottom;
  width: 5rem;
  transform: rotate(-83deg);
}

.blog-list-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

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

.blog-list-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  border: 1px solid #fcc1304d;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: space-between;
  padding: 2rem;
  transition: transform .2s, border-color .2s;
  display: flex;
}

.blog-list-item:hover {
  border-color: var(--yellow);
  box-shadow: .1rem .25rem 0 0 var(--yellow);
  transform: translate(-.25rem);
}

.blog-list-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.blog-list-link {
  color: #000;
  text-decoration: none;
}

.blog-list-text {
  color: var(--dark-blue);
  font-size: 1rem;
  font-weight: 600;
}

.h2-small-2 {
  color: var(--primary-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
}

.blog-list-image-wrap {
  aspect-ratio: 16 / 9;
  border-radius: .5rem;
  overflow: hidden;
}

.blig-list-item-heading-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.blog-list-paragraph {
  color: var(--primary-blue);
}

.collection-list-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-post1-header_image {
  aspect-ratio: 2;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.blog-post1-header_author-wrapper {
  align-items: center;
  display: flex;
}

.blog-post1-header_breadcrumb {
  color: var(--dark-blue);
  align-items: center;
  width: 100%;
  margin-bottom: 1.5rem;
  display: flex;
}

.breadcrumb-divider {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.blog-post1-header_content-top {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.blog-post1-header_date-wrapper {
  align-items: center;
  margin-top: .25rem;
  display: flex;
}

.text-size-small-2 {
  color: var(--primary-blue);
  font-size: .875rem;
}

.blog-post1-header_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.breadcrumb-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  text-decoration: none;
}

.breadcrumb-link.w--current {
  font-weight: 600;
}

.blog-post-header1_text-divider {
  color: var(--yellow);
  margin-left: .5rem;
  margin-right: .5rem;
}

.blog-post1-header_author-image-wrapper {
  margin-right: 1rem;
}

.blog-post1-header_title-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-weight-semibold {
  color: var(--dark-blue);
  font-weight: 600;
}

.heading-wrap-blog {
  margin-bottom: 1.5rem;
}

.h1-blog-page {
  color: var(--yellow);
  font-size: 4.2rem;
}

.blog-post-image-wrap {
  margin-bottom: 4rem;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.blog-post1-content_divider {
  background-color: var(--yellow);
  width: 100%;
  height: 1px;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.blog-post1-content_author-image-wrapper {
  margin-right: 1rem;
}

.blog-post1-content_author-wrapper {
  align-items: center;
  display: flex;
}

.blog-post1-content_author-text {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.blog-post1-content_content {
  margin-bottom: 4rem;
}

.blog-post1-content_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.job-titke-text {
  color: var(--primary-blue);
}

.form_checkbox-label {
  margin-bottom: 0;
}

.form_checkbox-label.text-size-small {
  color: var(--white);
}

.contact4-header_component {
  flex-direction: column;
  align-items: stretch;
}

.form_field-wrapper {
  position: relative;
}

.contact4-header_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.success-text {
  font-weight: 600;
}

.text-style-link {
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  text-decoration: underline;
}

.form_checkbox-icon {
  border: 1px solid var(--white);
  color: var(--white);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.form_field-label {
  color: var(--white);
  margin-bottom: .5rem;
  font-weight: 400;
}

.error-text {
  color: #e23939;
}

.form_input {
  border: 2px solid var(--white);
  color: var(--white);
  background-color: #fff0;
  border-radius: 6px;
  height: auto;
  min-height: 4rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: var(--yellow);
}

.form_input::placeholder {
  color: var(--white);
}

.form_input.is-select-input {
  background-color: var(--primary-blue);
}

.form_input.is-message {
  min-height: 9rem;
}

.form_checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.form_field-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.success-message {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  padding: 1.5rem;
}

.contact-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-heading-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-header-wrapp {
  background-color: var(--primary-blue);
  position: relative;
}

.contact-star {
  width: 30px;
  height: 30px;
  position: absolute;
  inset: 14% auto auto 18%;
}

.contact-star._1 {
  inset: 26% 13% auto auto;
}

.add-cart-wrapp {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.quamtity-wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.add-to-cart-button-wrap {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.buy-now-button {
  margin-top: 0;
}

.icon {
  color: var(--dark-blue);
}

.text-block {
  color: var(--dark-blue);
  font-size: 1.25rem;
  font-weight: 500;
  display: none;
}

.cart-quantity {
  background-color: var(--dark-blue);
  color: var(--yellow);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  min-width: 23px;
  height: 23px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.cart-button {
  background-color: var(--white);
  border-radius: 30px;
  padding: 6px 12px;
}

.cart-button:where(.w-variant-bc08fd5b-e335-e258-42b0-3fd50969d7b5) {
  border: 1px solid var(--dark-blue);
}

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

.cart-button:hover:where(.w-variant-bc08fd5b-e335-e258-42b0-3fd50969d7b5) {
  border-color: var(--yellow);
}

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

  .navbar_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

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

  .navbar_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: center;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar_menu-links {
    flex-flow: column;
    display: flex;
  }

  .navbar_menu-links.hide-desktop-only {
    display: flex;
  }

  .navbar_menu-links.show-in-desktop-only {
    display: none;
  }

  .navbar_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .menu-icon1_line-top {
    background-color: var(--white);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-top:where(.w-variant-bc08fd5b-e335-e258-42b0-3fd50969d7b5) {
    background-color: var(--dark-blue);
  }

  .navbar_logo {
    height: 6rem;
  }

  .navbar_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .navbar_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .menu-icon1_line-bottom {
    background-color: var(--white);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-bottom:where(.w-variant-bc08fd5b-e335-e258-42b0-3fd50969d7b5) {
    background-color: var(--dark-blue);
  }

  .menu-icon1_line-middle {
    background-color: var(--white);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon1_line-middle:where(.w-variant-bc08fd5b-e335-e258-42b0-3fd50969d7b5) {
    background-color: var(--dark-blue);
  }

  .navbar_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar_menu.is-page-height-tablet {
    background-color: var(--primary-blue);
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .navbar_menu.is-page-height-tablet:where(.w-variant-bc08fd5b-e335-e258-42b0-3fd50969d7b5) {
    background-color: var(--white);
  }

  .menu-icon1_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .section-home-header {
    height: 100vh;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .home-header-wrap {
    z-index: 2;
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    grid-template-columns: 1fr .5fr;
    display: flex;
  }

  .header-image {
    position: relative;
  }

  .header-image.header-image-tab {
    bottom: 211px;
    right: -6%;
  }

  .home-card-wrapp {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .hide {
    display: none;
  }

  .image-hide-desktop-only {
    display: inline-block;
  }

  .home-header-vertical-padding {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sectin-pillow-types {
    background-color: var(--yellow);
  }

  .pillow-types-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .type-of-pillows {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .type-of-pillows.type-of-pillows1 {
    position: static;
  }

  .type-of-pillows.type-of-pillows-2 {
    flex-flow: row-reverse wrap-reverse;
    justify-content: center;
    align-items: center;
    position: static;
  }

  .type-of-pillow-content {
    max-width: none;
  }

  .type-of-pillow-bg-wrapper {
    margin-right: 0%;
  }

  .mission-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .header-star {
    width: 2rem;
    height: 2rem;
    inset: 81% 37% auto auto;
  }

  .cta-wrapper {
    height: auto;
  }

  .cta-section {
    padding-left: 5%;
    padding-right: 5%;
    overflow: hidden;
  }

  .cta-content-wrap {
    opacity: 1;
  }

  .cta-sticky-wrap {
    height: auto;
    padding-top: 14rem;
    padding-bottom: 12rem;
    position: static;
  }

  .cta-image._8im {
    width: 7rem;
    height: 7rem;
    bottom: -51%;
  }

  .cta-image._7im {
    width: 5rem;
    height: 5rem;
    bottom: 45.5%;
    left: 154%;
  }

  .cta-image._2im {
    width: 8rem;
    height: 8rem;
    bottom: -24%;
    left: -68%;
  }

  .cta-image._5im {
    width: 9rem;
    height: 9rem;
    top: -51%;
    right: -73%;
  }

  .cta-image._1im {
    width: 8rem;
    height: 8rem;
    top: -44.25%;
    left: -75.25%;
  }

  .cta-image._6im {
    width: 6rem;
    height: 6rem;
    top: 109.583px;
    bottom: 24%;
    left: -91%;
  }

  .cta-image._4im {
    width: 8rem;
    height: 8rem;
    bottom: -30%;
    right: -75%;
  }

  .cta-image._3im {
    width: 7rem;
    height: 7rem;
    top: -69%;
    right: 33%;
  }

  .testimonial_card {
    margin-right: 3rem;
  }

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

  .h2-wrapper {
    margin-bottom: 3rem;
  }

  .h2-wrapper.text-allign-center.why-dreamyo-heading-wrap {
    margin-bottom: 4rem;
  }

  .why-dreamyo-top {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .why-dreamyo-content {
    width: auto;
    height: auto;
    padding-top: 0;
  }

  .h3-xlarge {
    font-size: 2.5rem;
  }

  .full-moon-scroll-wrap, .empty-grid {
    display: none;
  }

  .background-curve-top, .background-curve-bottom {
    height: 60px;
  }

  .mission-image-left {
    display: none;
  }

  .mission-left-image-tab.image-hide-desktop-only {
    inset: auto -12% -28% auto;
  }

  .footer-topbackgroung {
    height: 40px;
  }

  .footer-top {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .product-h1 {
    font-size: 3rem;
  }

  .product-heading-text {
    font-size: 2rem;
  }

  .product-disply-wrap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .product-hero-image {
    max-width: 100%;
  }

  .products {
    flex-flow: column;
    display: flex;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .product-image {
    height: 100%;
  }

  .how-it-work-content-wrap {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .how-it-work-steps-wrap {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    display: flex;
  }

  .step {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    align-items: center;
  }

  .steps-image-wrap {
    align-items: center;
    display: flex;
  }

  .steps-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .steps-divider-image {
    display: none;
  }

  .faq6_content-left {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .faq6_content {
    grid-column-gap: 3rem;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
    display: flex;
  }

  .yellow-star-icon {
    inset: 0% 45% auto auto;
  }

  .yellow-star-icon._2 {
    width: 2rem;
    height: 2rem;
    right: 58%;
  }

  .yellow-star-icon-small {
    inset: 0% 9% auto auto;
  }

  .yellow-star-icon-small._3 {
    left: 2%;
  }

  .yellow-star-icon-small._2 {
    bottom: 63%;
    left: 81%;
  }

  .yellow-star-icon-small.n {
    inset: auto auto -27% 0%;
  }

  .navbar-icon-wrap.icon-hide-desktop {
    display: flex;
  }

  .navbar-icon-wrap.icon-hie-teblet {
    display: none;
  }

  .wrapper-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-items: center;
    display: flex;
  }

  .product6_mask {
    width: 50%;
  }

  .slider-arrow.is-bottom-next {
    inset: auto 23% 0% auto;
  }

  .slider-arrow.is-bottom-previous {
    inset: auto auto 0% 23%;
  }

  .product6_slide {
    padding-right: 2rem;
  }

  .product6_slide-nav {
    display: block;
  }

  .product6_slider {
    padding-bottom: 4rem;
    padding-left: 0;
    padding-right: 0;
  }

  .product6_heading {
    margin-right: 3rem;
  }

  .product6_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .icon-medium {
    width: 3rem;
  }

  .product-header1_layout {
    grid-column-gap: 5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .product-header1_component {
    padding-bottom: 2.5rem;
  }

  .header-image-sleep-symbol {
    position: relative;
  }

  .header-star-product {
    width: 2rem;
    height: 2rem;
    bottom: auto;
    left: auto;
    right: 37%;
  }

  .header-star-product-m {
    width: 1.1rem;
    height: 1.1rem;
    bottom: auto;
    left: auto;
    right: 37%;
  }

  .header-star-product-s {
    width: 1rem;
    height: 1rem;
    inset: 6% auto auto 25%;
  }

  .header-star-product-s._1 {
    top: 38%;
    left: 50%;
  }

  .header-imge-wrapper {
    border-radius: 25%;
    overflow: hidden;
  }

  .background-curve-top-hide-desk, .background-curve-bottom-hide-dsk {
    height: 60px;
    display: block;
  }

  .procuct-main-wrap {
    align-items: center;
    height: 400px;
  }

  .products-details-wrap {
    width: auto;
    margin-bottom: 1rem;
    padding: 1rem;
  }

  .h3-product {
    font-size: 1.1rem;
  }

  .blog-heading-wrap {
    padding: 3rem;
  }

  .blog-list-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .blog-list-item {
    padding: 1.5rem;
  }

  .blog-list-item:hover {
    box-shadow: none;
    border-style: none;
    transform: none;
  }

  .blog-list-bottom {
    flex-flow: column;
    align-items: flex-start;
  }

  .collection-list-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .blog-post1-header_title-wrapper {
    margin-bottom: 4rem;
  }

  .blog-post-image-wrap, .blog-post1-content_content {
    margin-bottom: 3rem;
  }

  .form_input {
    min-height: 3rem;
  }

  .contact-wrapper {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
  }

  .contact-star {
    width: 25px;
    height: 25px;
    top: 11%;
  }

  .contact-star._1 {
    top: 22%;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.2rem;
  }

  h1 {
    font-size: 4.5rem;
  }

  h2 {
    font-size: 3rem;
  }

  .header-wrapper {
    background-image: url('../images/Rectangle-5.png');
    background-position: 50%;
    background-size: cover;
  }

  .button.contact-button {
    padding: .75rem 1.5rem;
  }

  .navbar_container {
    padding-bottom: .2rem;
  }

  .navbar_logo {
    height: 5rem;
  }

  .navbar_component {
    height: auto;
    min-height: 4rem;
  }

  .navbar_logo-link {
    padding-left: 0;
  }

  .navbar_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .section-home-header {
    height: 83.5vh;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .home-header-wrap {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    display: flex;
  }

  .header-image.header-image-tab.image-hide-desktop-only {
    max-height: 650px;
    bottom: 150px;
  }

  .home-card-wrapp {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .margin-bottom.margin-bottom-medium {
    margin-bottom: 1rem;
  }

  .text-size-small {
    font-size: 1rem;
  }

  .mission-image-glass {
    top: 28%;
    right: 16%;
  }

  .header-star {
    width: 1.8rem;
    height: 1.8rem;
  }

  .cta-content-wrap {
    width: auto;
    max-width: 30rem;
  }

  .cta-sticky-wrap {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .cta-image._8im {
    width: 6rem;
    height: 6rem;
    bottom: -38%;
  }

  .cta-image._7im {
    width: 4rem;
    height: 4rem;
    display: none;
    bottom: 17.5%;
    left: 117%;
  }

  .cta-image._2im {
    width: 7rem;
    height: 7rem;
    bottom: -23%;
    left: -32%;
  }

  .cta-image._5im {
    width: 8rem;
    height: 8rem;
    top: -35.2%;
    right: -28%;
  }

  .cta-image._1im {
    width: 7rem;
    height: 7rem;
    top: -34%;
    left: -32.25%;
  }

  .cta-image._6im {
    display: none;
    bottom: 6%;
    left: -62%;
  }

  .cta-image._4im {
    width: 7rem;
    height: 7rem;
    bottom: -25%;
    right: -27%;
  }

  .cta-image._3im {
    width: 6rem;
    height: 6rem;
    top: -40%;
    right: 33%;
  }

  .testimonial_card {
    min-width: 20rem;
    margin-right: 1.5rem;
    padding-top: 11rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .testimonial21_component {
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .h2-wrapper {
    margin-bottom: 2rem;
  }

  .h2-wrapper.text-allign-center.why-dreamyo-heading-wrap {
    margin-bottom: 3rem;
  }

  .testimonial-image-wrap {
    width: 200px;
    top: 3%;
    left: 19%;
  }

  .testimonial-text-wrap {
    padding-top: 2rem;
  }

  .why-dreamyo-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .h3-xlarge {
    font-size: 2rem;
  }

  .background-curve-top, .background-curve-bottom {
    height: 50px;
  }

  .mission-bg-image-absolut {
    left: -5%;
  }

  .mission-left-image-5 {
    width: 300px;
  }

  .mission-left-image-6 {
    width: 270px;
    bottom: -64%;
  }

  .mission-left-image-tab.image-hide-desktop-only {
    width: 200px;
  }

  .footer-topbackgroung {
    height: 30px;
  }

  .footer-top-left {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .product-h1 {
    font-size: 2.5rem;
  }

  .product-disply-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .h2-medium {
    font-size: 2rem;
  }

  .product-hero-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 2fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .product-header-wrap {
    background-position: 50% 0, 0 0;
  }

  .products.collection-list-wrap {
    align-items: center;
    margin-left: auto;
    display: flex;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .product {
    flex-flow: column;
    align-items: stretch;
    width: auto;
    display: flex;
  }

  .product-details._2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .price-and-discount {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    justify-content: flex-start;
  }

  .how-it-work-content-wrap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .step {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row-reverse wrap-reverse;
    display: flex;
  }

  .step.step-2 {
    flex-flow: column;
  }

  .steps-image-wrap, .steps-image-wrap._2 {
    justify-content: center;
  }

  .steps-image {
    object-fit: cover;
    border-radius: 25%;
    max-height: 300px;
  }

  .faq-wrapp {
    padding: 0;
  }

  .faq6_component {
    padding: 2rem;
  }

  .faq6_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .faq6_icon-wrapper {
    width: 1.75rem;
  }

  .faq6_question {
    padding: 1rem 1.25rem;
  }

  .faq6_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .yellow-star-icon {
    inset: 0% 35% auto auto;
  }

  .yellow-star-icon._2 {
    width: 1.8rem;
    height: 1.8rem;
    top: -30%;
    right: 62%;
  }

  .yellow-star-icon-small {
    width: .8rem;
    height: .8rem;
    inset: 12% 2% auto auto;
  }

  .yellow-star-icon-small._2 {
    left: 82%;
  }

  .yellow-star-icon-small.n {
    left: -3%;
  }

  .navbar-icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .navbar-icon:where(.w-variant-bc08fd5b-e335-e258-42b0-3fd50969d7b5) {
    width: 1.8rem;
    height: 1.8rem;
  }

  .product6_mask {
    width: 80%;
  }

  .product6_slide {
    padding-right: 1.5rem;
  }

  .product6_heading {
    margin-right: 0;
  }

  .product6_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .product6_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .icon-medium {
    width: 2rem;
  }

  .product-header1_list {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .product-header1_layout {
    grid-column-gap: 5rem;
    grid-row-gap: 2rem;
  }

  .product-header1_component {
    padding-bottom: 1.5rem;
  }

  .product-header1_gallery {
    grid-template-columns: 1fr;
  }

  .header-star-product {
    width: 1.8rem;
    height: 1.8rem;
    inset: 21% 35% auto auto;
  }

  .header-star-product-m {
    width: 1rem;
    height: 1rem;
    inset: auto auto 46% 17%;
  }

  .header-star-product-s {
    width: .8rem;
    height: .8rem;
    inset: 3% auto auto 31%;
  }

  .header-star-product-s._1 {
    inset: auto 7% 36% auto;
  }

  .price-and-discount-1 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    justify-content: flex-start;
  }

  .collection-list {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .faq-icon {
    width: 6rem;
    height: 6rem;
  }

  .background-curve-top-hide-desk, .background-curve-bottom-hide-dsk {
    height: 50px;
  }

  .products-new {
    position: relative;
  }

  .procuct-main-wrap {
    width: auto;
    max-width: 400px;
  }

  .products-details-wrap {
    padding: .75rem 1rem .75rem .75rem;
  }

  .product-image-new {
    height: 450px;
    inset: 0%;
  }

  .testmonial-text {
    font-size: 1rem;
  }

  .testmonial-text-small {
    font-size: .9rem;
  }

  .heading {
    font-size: 3.2rem;
  }

  .why-button-wrapper {
    margin-top: 2rem;
  }

  .blog-heading-wrap {
    padding: 1.5rem;
  }

  .wave-image {
    width: 3rem;
  }

  .blog-list-wrapper {
    flex-flow: column;
    display: flex;
  }

  .blog-list-item {
    aspect-ratio: auto;
    padding: 1rem;
  }

  .blog-list-bottom {
    flex-flow: column;
    align-items: flex-start;
  }

  .h2-small-2 {
    font-size: 1.5rem;
  }

  .blog-list-image-wrap {
    width: 100%;
  }

  .blig-list-item-heading-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .blog-post1-header_breadcrumb {
    margin-bottom: 1rem;
  }

  .blog-post1-header_title-wrapper {
    margin-bottom: 3rem;
  }

  .heading-wrap-blog {
    margin-bottom: 1rem;
  }

  .h1-blog-page {
    font-size: 3rem;
  }

  .blog-post-image-wrap {
    margin-bottom: 2rem;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .blog-post1-content_divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .blog-post1-content_content {
    margin-bottom: 2rem;
  }

  .form_input.is-message {
    min-height: 8rem;
  }

  .form_field-2col.is-mobile-1col {
    grid-template-columns: 1fr;
  }

  .contact-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .contact-heading-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .contact-star {
    width: 18px;
    height: 18px;
  }

  .contact-star._1 {
    top: 21%;
  }

  .add-cart-wrapp {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .add-to-cart-button-wrap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }
}

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

  h2 {
    font-size: 2.5rem;
  }

  .section-home-header {
    height: 67vh;
  }

  .home-header-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .h1-wrapper {
    z-index: 2;
    position: relative;
  }

  .header-image.header-image-tab.image-hide-desktop-only {
    bottom: 91px;
  }

  .home-card-wrapp {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .home-header-vertical-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .mission-image-glass {
    inset: 20% -3% auto auto;
  }

  .header-star {
    width: 1.5rem;
    height: 1.5rem;
    top: 95%;
    right: 24%;
  }

  .cta-content-wrap {
    max-width: 25rem;
  }

  .cta-sticky-wrap {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .cta-image._8im {
    width: 5rem;
    height: 5rem;
    bottom: -36%;
  }

  .cta-image._7im {
    width: 3rem;
    height: 3rem;
    bottom: 54.5%;
    left: 118%;
  }

  .cta-image._2im {
    width: 5rem;
    height: 5rem;
    bottom: -18%;
    left: -13%;
  }

  .cta-image._5im {
    width: 7rem;
    height: 7rem;
    top: -36%;
    right: -20%;
  }

  .cta-image._1im {
    width: 6rem;
    height: 6rem;
    top: -32.25%;
    left: -13.25%;
  }

  .cta-image._6im {
    width: 4rem;
    height: 4rem;
    bottom: 58%;
    left: -35%;
  }

  .cta-image._4im {
    width: 6rem;
    height: 6rem;
    bottom: -26%;
    right: -13%;
  }

  .cta-image._3im {
    width: 5rem;
    height: 5rem;
    top: -42%;
    right: 34%;
  }

  .testimonial21_component {
    margin-top: 2rem;
  }

  .why-dreamyo-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .background-curve-top, .background-curve-bottom {
    height: 40px;
  }

  .mission-bg-image-absolut {
    display: none;
  }

  .mission-left-image-6 {
    display: none;
    bottom: -38%;
  }

  .padding-section-large {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .mission-left-image-tab.image-hide-desktop-only {
    inset: auto 0% -16% 15%;
  }

  .footer-topbackgroung {
    height: 25px;
  }

  .footer-top-left {
    flex-flow: column;
    align-items: center;
  }

  .footer-siial-media {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .footer-link-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .product-h1 {
    font-size: 2rem;
  }

  .product-heading-text {
    font-size: 1.6rem;
  }

  .h2-medium {
    font-size: 1.8rem;
  }

  .product-header-wrap {
    background-position: 50%, 0 0;
    background-size: cover, cover;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .price-and-discount {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .step {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .steps-image {
    max-height: 250px;
  }

  .steps-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .faq-wrapp {
    padding: 0;
  }

  .faq6_component {
    padding: .5rem;
  }

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

  .yellow-star-icon {
    inset: 0% 19% auto auto;
  }

  .yellow-star-icon._2 {
    width: 1.5rem;
    height: 1.5rem;
    top: -16%;
    right: 59%;
  }

  .yellow-star-icon-small {
    inset: 20% -1% auto auto;
  }

  .yellow-star-icon-small._2 {
    bottom: 57%;
    left: 89%;
  }

  .yellow-star-icon-small.n {
    bottom: -18%;
  }

  .product6_mask {
    width: 95%;
  }

  .slider-arrow.is-bottom-next {
    width: 2.5rem;
    height: 2.5rem;
    right: 15%;
  }

  .slider-arrow.is-bottom-previous {
    width: 2.5rem;
    height: 2.5rem;
    left: 15%;
  }

  .product6_slider {
    padding-bottom: 3rem;
  }

  .display-inline.blog-h1 {
    max-width: 200px;
    font-size: 3rem;
    line-height: 1;
  }

  .product-header1_layout {
    grid-template-columns: 1fr;
  }

  .header-star-product {
    width: 1.5rem;
    height: 1.5rem;
    inset: 31% 32% auto auto;
  }

  .header-star-product-m {
    width: 1rem;
    height: 1rem;
    bottom: 47%;
    left: 13%;
  }

  .header-star-product-s {
    width: 1rem;
    height: 1rem;
    inset: auto auto 12% 8%;
  }

  .price-and-discount-1 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .collection-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .faq-icon {
    width: 5rem;
    height: 5rem;
  }

  .background-curve-top-hide-desk, .background-curve-bottom-hide-dsk {
    height: 40px;
  }

  .procuct-main-wrap {
    max-width: 320px;
    height: 320px;
  }

  .product-image-new {
    height: 350px;
  }

  .heading {
    font-size: 2.7rem;
    text-decoration: none;
  }

  .blog-list-item {
    padding: 1.5rem;
  }

  .collection-list-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .blog-post1-header_author-wrapper {
    margin-bottom: 1rem;
  }

  .blog-post1-header_content-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .h1-blog-page {
    font-size: 2.5rem;
  }

  .blog-post1-content_author-wrapper {
    margin-bottom: 1rem;
  }

  .form_input {
    min-height: 2.5rem;
  }

  .form_input.is-message {
    min-height: 6rem;
  }

  .contact-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .contact-heading-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .add-cart-wrapp {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .add-to-cart-button-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    align-items: flex-start;
  }
}

#w-node-_4dba32ef-378c-92de-4c4e-df47fc1df864-26fa8b95 {
  justify-self: end;
}

#w-node-_47ea4bf8-9dc4-ad49-4aa4-a5a1ce3b2bbb-f8b0aed3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47ea4bf8-9dc4-ad49-4aa4-a5a1ce3b2bbc-f8b0aed3 {
  order: 9999;
}

#w-node-_47ea4bf8-9dc4-ad49-4aa4-a5a1ce3b2bc1-f8b0aed3, #w-node-_47ea4bf8-9dc4-ad49-4aa4-a5a1ce3b2bc5-f8b0aed3, #w-node-_47ea4bf8-9dc4-ad49-4aa4-a5a1ce3b2bc9-f8b0aed3, #w-node-_47ea4bf8-9dc4-ad49-4aa4-a5a1ce3b2bcd-f8b0aed3, #w-node-_0c2f3400-4c0b-65c6-9f61-cdba5385ebc2-cf464f84 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0c2f3400-4c0b-65c6-9f61-cdba5385ebc3-cf464f84 {
  order: 9999;
}

#w-node-_0c2f3400-4c0b-65c6-9f61-cdba5385ebc8-cf464f84, #w-node-_0c2f3400-4c0b-65c6-9f61-cdba5385ebcc-cf464f84, #w-node-_0c2f3400-4c0b-65c6-9f61-cdba5385ebd0-cf464f84, #w-node-_0c2f3400-4c0b-65c6-9f61-cdba5385ebd4-cf464f84 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a6997e8-adb6-1876-a8a7-f338a4d6e0ae-81094f86 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_4dba32ef-378c-92de-4c4e-df47fc1df864-26fa8b95 {
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_47ea4bf8-9dc4-ad49-4aa4-a5a1ce3b2bbf-f8b0aed3, #w-node-_0c2f3400-4c0b-65c6-9f61-cdba5385ebc6-cf464f84 {
    order: 9999;
  }
}


