:root {
  --black-2: black;
  --light-pink: #f9a7a7;
  --ffffff: white;
  --dark-grey: #9c9c9c;
  --1f1e1e: black;
  --dim-grey: #444344;
  --black: #2c2c2c;
  --goldenrod: #cd9d44;
  --misty-rose: #f4e5e2;
  --snow: #fef7f4;
  --antique-white: #f8ecdb;
  --pink-shadow: rgba(247, 237, 237, .46);
  --gainsboro: #d8d8d8;
  --black-3: #221e1f;
}

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

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-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: rgba(0, 0, 0, .8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 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: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0;
  right: auto;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: auto;
  right: 0;
}

.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 rgba(0, 0, 0, .25);
}

.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-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-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-commercecartoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

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

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

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

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

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

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

.w-commerce-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-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-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-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;
  -ms-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-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-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.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;
  -ms-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;
  -ms-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;
  -ms-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-commercecheckoutemailinput {
  -webkit-appearance: none;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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-commercecheckoutshippingcity {
  -webkit-appearance: none;
  -ms-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-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

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

.w-commerce-commercecheckoutshippingstateprovince {
  -webkit-appearance: none;
  -ms-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;
  -ms-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;
  -ms-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-commercecheckoutadditionalinputscontainer {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutadditionaltextinput {
  -webkit-appearance: none;
  -ms-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-commercecheckoutadditionaltextinput::placeholder {
  color: #999;
}

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

.w-commerce-commercecheckoutadditionaltextarea {
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 76px;
  margin-bottom: 16px;
  padding: 8px 12px;
}

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

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

.w-commerce-commercecheckoutadditionalcheckboxwrapper {
  flex-direction: row;
  align-items: center;
  display: flex;
}

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

.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-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-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-commercelayoutsidebar {
  flex: 0 0 320px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.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-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.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-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

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

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

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

.w-commerce-commercecheckoutdiscountsbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  height: 38px;
  margin-left: 8px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

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

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

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

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

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

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

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

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

.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-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

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

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

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

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

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

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

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

  .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutadditionaltextinput, .w-commerce-commercecheckoutadditionaltextarea, .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, .w-commerce-commercecheckoutdiscountsinput {
    font-size: 16px;
  }
}

body {
  color: #333;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

h1 {
  color: var(--black-2);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Bwvivant, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.4em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Bwvivant, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 70px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bwvivant, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 29px;
}

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

.section {
  padding: 60px 20px;
  position: relative;
}

.section.main-intro {
  background-image: linear-gradient(rgba(254, 247, 244, .85), rgba(255, 255, 255, 0));
  background-position: 0 0;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.section.footer {
  padding: 0;
  position: static;
}

.section.gallery {
  padding-top: 46px;
  padding-bottom: 46px;
}

.section.product {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.product-intro {
  background-color: #f9f5f4;
  background-image: url('../images/bg--intro--products.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  top: 0;
}

.section.product-intro.shop {
  background-image: url('../images/bg--intro--products.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 50vh;
}

.section.default {
  margin-top: -105px;
  padding-top: 180px;
}

.section.blog {
  padding-top: 135px;
  padding-bottom: 0;
}

.section.hide {
  display: none;
}

.section.contact, .section.wholesale {
  padding-top: 220px;
}

.section.full-page {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.section.no__bottom__padding {
  padding-bottom: 0;
}

.section.section--intro {
  padding-top: 140px;
}

.container {
  z-index: 1;
  flex: 1;
  justify-content: space-between;
  max-width: 1100px;
}

.container.centered {
  justify-content: center;
  display: flex;
}

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

.container.confirmation {
  height: 100vh;
}

.nav {
  background-color: rgba(0, 0, 0, 0);
  height: 70px;
  padding: 5px 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.nav-menu {
  float: left;
  justify-content: flex-start;
  align-items: center;
  margin-left: 40px;
  display: block;
}

.nav--link {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  transition: color .3s ease-out;
}

.nav--link:hover {
  color: var(--light-pink);
}

.nav--link.w--current {
  color: var(--dark-grey);
}

.nav--link.dropdown {
  float: right;
  clear: none;
  cursor: pointer;
  background-image: url('../images/triangle-bottom-arrow.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  margin-right: 15px;
  padding: 20px;
  font-size: 16px;
}

.button {
  color: var(--ffffff);
  text-transform: uppercase;
  background-color: #f9a7a7;
  border-radius: 99px;
  padding: 16px 40px;
  text-decoration: none;
  box-shadow: 0 0 50px -13px rgba(249, 167, 167, .7);
}

.button.product {
  float: right;
  clear: none;
  letter-spacing: 1px;
  margin-top: 5px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 12px;
  font-weight: 500;
  position: relative;
}

.button.product.mobile {
  display: none;
}

.button.primary {
  z-index: 2;
  border: 2px solid var(--ffffff);
  background-color: var(--ffffff);
  color: var(--1f1e1e);
  text-align: right;
  text-transform: capitalize;
  background-image: url('../images/Arrow.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: flex-start;
  align-items: center;
  max-width: 250px;
  height: 60px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 96px;
  transition: box-shadow .5s, background-color .3s cubic-bezier(.25, .46, .45, .94), color .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  box-shadow: 0 0 50px -13px rgba(249, 167, 167, .7);
}

.button.primary:hover {
  background-color: var(--light-pink);
  color: var(--ffffff);
  box-shadow: 0 0 50px -5px rgba(249, 167, 167, .7);
}

.button.primary.large {
  max-width: 350px;
}

.button.next-step {
  cursor: pointer;
}

.button.order {
  z-index: 2;
  border: 2px solid var(--ffffff);
  background-color: var(--ffffff);
  color: var(--1f1e1e);
  text-align: right;
  text-transform: none;
  background-image: url('../images/Arrow.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 74px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 250px;
  height: 80px;
  margin-top: 50px;
  padding: 0 0 0 108px;
  font-size: 18px;
  transition: box-shadow .5s, background-color .3s cubic-bezier(.25, .46, .45, .94), color .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  box-shadow: 0 0 34px -13px rgba(249, 167, 167, .46);
}

.button.order:hover {
  background-color: var(--light-pink);
  color: var(--ffffff);
  box-shadow: 0 0 50px -5px rgba(249, 167, 167, .7);
}

.button.order.large {
  max-width: 350px;
}

.button.order.no__top__margin {
  margin-top: 0;
}

.button.checkout {
  z-index: 2;
  border: 2px solid var(--ffffff);
  background-color: var(--ffffff);
  color: var(--1f1e1e);
  text-align: right;
  text-transform: capitalize;
  background-image: url('../images/Arrow.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 74px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 330px;
  height: 80px;
  margin-top: 40px;
  margin-bottom: 16px;
  padding: 0 0 0 108px;
  font-size: 18px;
  transition: box-shadow .5s, background-color .3s cubic-bezier(.25, .46, .45, .94), color .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  box-shadow: 0 0 34px 29px rgba(247, 237, 237, .46);
}

.button.checkout:hover {
  background-color: var(--light-pink);
  color: var(--ffffff);
  box-shadow: 0 0 50px -5px rgba(249, 167, 167, .7);
}

.button.checkout.large {
  max-width: 350px;
}

.button.checkout.center {
  margin-left: auto;
  margin-right: auto;
}

.button.mr-20 {
  margin-right: 20px;
}

.play-btn {
  position: relative;
  top: 140px;
  left: 350px;
}

.play-btn.product {
  width: 235px;
  height: 235px;
  position: static;
}

.play-btn.button.primary {
  background-image: url('../images/play-icon.svg');
  top: 0;
  left: 0;
}

.play-btn.button.primary.left {
  margin-top: 0;
  margin-left: 0;
}

.scroll--box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--1f1e1e);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 110px;
  margin-top: 140px;
  text-decoration: none;
  display: flex;
}

.scroll--box.below {
  z-index: 1;
  justify-content: flex-start;
  position: absolute;
  bottom: 0;
}

.scroll-box_line {
  background-color: var(--light-pink);
  width: 1px;
  height: 75px;
  margin-top: -20px;
  margin-right: 7px;
}

.scroll-box_line.short {
  height: 40px;
  position: absolute;
  left: 6px;
}

.centered {
  text-align: center;
}

.centered.light {
  color: var(--ffffff);
}

.centered.light.footer {
  font-size: 30px;
  line-height: 44px;
}

.centered.max-width {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.color-switch {
  border: 9px solid var(--ffffff);
  cursor: pointer;
  border-radius: 99px;
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  box-shadow: 0 0 50px 12px rgba(247, 237, 237, .47);
}

.color-switch-wrapp {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 150px;
  display: flex;
}

.column-switchers {
  justify-content: space-around;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.product--row {
  margin-top: 80px;
}

.details-column {
  padding-top: 40px;
  padding-bottom: 40px;
}

.column {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 33.333%;
  display: block;
}

.size-guide-link {
  z-index: 2;
  color: var(--light-pink);
  text-align: center;
  border-radius: 100px;
  width: 150px;
  margin-left: -75px;
  margin-right: auto;
  padding: 10px 30px;
  text-decoration: underline;
  display: inline-block;
  position: relative;
  left: 50%;
  overflow: visible;
}

.rose-mark {
  color: var(--light-pink);
  text-decoration: none;
}

.square-bkg {
  background-color: #fef7f4;
  align-items: flex-end;
  width: 50%;
  height: 90%;
  display: flex;
  position: absolute;
  top: 2vh;
  right: 0;
}

.doctors-image {
  z-index: 1;
  max-width: 108%;
  margin-left: -8%;
  position: relative;
}

.tinted-block {
  background-color: #fef7f4;
  justify-content: center;
  align-items: center;
  min-height: 550px;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.cancer-row {
  flex: 1;
}

.bacan-circle {
  background-color: var(--ffffff);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 350px;
  display: flex;
}

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

/* .flex-center.full-height {
  justify-content: center;
  height: 100%;
} */

.blog-post-list {
  flex-wrap: wrap;
  align-content: flex-start;
  margin-top: 90px;
  margin-bottom: 20px;
}

.blog-item {
  color: var(--1f1e1e);
  background-color: #fef7f4;
  height: auto;
  text-decoration: none;
}

.blog-item__image {
  background-image: url('../images/Labratory-11-med-crop-copy.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

.blog-item__content {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 60px;
  display: flex;
}

.blog-item__name {
  font-size: 28px;
  line-height: 44px;
}

.collection-blog-item {
  min-height: 730px;
}

.review-item {
  background-color: #fef7f4;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  margin-top: 20px;
  padding: 40px;
  display: flex;
}

.customer-reviews-list {
  flex-flow: wrap;
  align-items: flex-start;
  margin-top: 70px;
  display: block;
}

.reviewers-country {
  font-size: 16px;
}

.insta-wrapper {
  background-color: var(--dark-grey);
  height: 180px;
  display: none;
}

.footer-tinted {
  background-color: #1f1e1e;
  padding-top: 90px;
  padding-bottom: 90px;
}

.footer-form {
  justify-content: flex-start;
  align-items: center;
  width: 75%;
  margin-top: 67px;
}

.footer-form__field {
  color: var(--dim-grey);
  border-radius: 99px;
  height: 80px;
  padding-left: 37px;
}

.footer-form__field::placeholder {
  color: #9c9c9c;
}

.footer-form__submit {
  float: right;
  border: 4px solid var(--ffffff);
  background-color: var(--light-pink);
  color: rgba(0, 0, 0, 0);
  background-image: url('../images/shape_2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 26px;
  border-radius: 99px;
  width: 80px;
  height: 80px;
  margin-top: -90px;
  transition: background-color .3s;
  position: relative;
}

.footer-form__submit:hover {
  background-color: rgba(249, 167, 167, .75);
}

.footer-form__submit:active {
  background-color: #f9a7a7;
}

.footer-links-wrapper {
  justify-content: space-between;
  width: 60%;
  margin-top: 40px;
  display: flex;
}

.footer-link {
  color: var(--ffffff);
  padding: 5px;
  text-decoration: none;
}

.social-link-wrapper {
  justify-content: center;
  width: 35%;
  margin-top: 70px;
  display: none;
}

.social-link {
  background-color: #2c2c2c;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 74px;
  height: 74px;
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
}

.to-top {
  background-color: var(--ffffff);
  box-shadow: 0 0 30px -8px var(--light-pink);
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 74px;
  height: 74px;
  display: flex;
  position: fixed;
  bottom: 90px;
  right: 135px;
}

.space__40 {
  height: 40px;
}

.about--row {
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.column-2 {
  padding-top: 130px;
  padding-bottom: 130px;
}

.video-frame {
  background-color: var(--ffffff);
  justify-content: center;
  align-items: center;
  width: 80vw;
  height: 45vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  box-shadow: 4px 4px 80px -20px rgba(249, 167, 167, .79);
}

.video-frame.about {
  width: 100%;
  height: auto;
  box-shadow: 4px 4px 80px -60px rgba(249, 167, 167, .79);
}

.gallery--slider {
  margin-top: 80px;
}

.gallery--list {
  max-height: 500px;
  overflow: hidden;
}

.gallery--item {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 580px;
  height: 700px;
  margin-bottom: 10px;
  margin-right: 40px;
  display: inline-block;
}

.drag-bar {
  align-items: center;
  width: 800px;
  margin-top: 116px;
  margin-bottom: 50px;
  display: flex;
}

.handle {
  background-color: var(--ffffff);
  cursor: grab;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  display: flex;
  position: absolute;
  box-shadow: 0 0 34px 29px rgba(247, 237, 237, .47);
}

.line-bg {
  border: 1px dashed #bebebe;
  width: 100%;
  height: 1px;
}

.member-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
}

.member-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 10px;
  display: flex;
  position: relative;
}

.member-social {
  justify-content: space-around;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.member-social__link {
  padding: 10px 20px;
  display: none;
}

.modal-button {
  color: var(--light-pink);
  cursor: pointer;
}

.modal-container {
  z-index: 99999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(150, 142, 132, .34);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.close {
  z-index: 15;
  cursor: pointer;
  position: absolute;
  top: 80px;
  right: 80px;
}

.modal {
  background-color: var(--ffffff);
  width: 1100px;
  height: 600px;
  padding: 60px 60px 60px 106px;
  position: relative;
}

.moadal-info {
  text-align: left;
  height: 540px;
  overflow: scroll;
}

.light-fade {
  z-index: 99;
  background-image: linear-gradient(to top, var(--ffffff), rgba(255, 255, 255, 0));
  width: 60%;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.space__100 {
  height: 100px;
}

.review--form {
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text--field {
  color: var(--light-pink);
  background-color: rgba(0, 0, 0, 0);
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, .19);
  height: 60px;
  margin-bottom: 40px;
  padding-left: 0;
}

.text--field:active {
  border-bottom-color: var(--light-pink);
}

.text--field:focus {
  border-bottom-color: var(--light-pink);
  color: var(--light-pink);
}

.text--field::placeholder {
  color: rgba(0, 0, 0, .55);
}

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

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

.text--field.margin-right {
  margin-right: 15px;
}

.text--field.margin-right.wholesale__number {
  color: var(--black);
  text-align: center;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 0;
  font-size: 16px;
}

.text--field.text-area {
  flex: 1;
}

.text--field.text-area.short {
  min-height: 130px;
  padding-left: 0;
}

.text--field.text-area.short.recipient-notes {
  border-bottom-color: rgba(0, 0, 0, .19);
}

.text--field.text-area.short.recipient-notes::placeholder {
  color: rgba(0, 0, 0, .55);
}

.text-area {
  color: var(--light-pink);
  border-color: #e4e4e4;
  border-radius: 8px;
  min-height: 260px;
  margin-bottom: 42px;
  padding: 30px;
}

.text-area:focus {
  border-color: var(--light-pink);
  color: var(--light-pink);
}

.text-area::placeholder {
  color: var(--1f1e1e);
}

.blog-sort {
  border-bottom: 2px solid var(--light-pink);
  width: 180px;
  height: 60px;
  margin-top: 15px;
  margin-left: 70px;
  display: none;
}

.blog-sort-toggle {
  color: var(--light-pink);
  padding-bottom: 14px;
  padding-left: 0;
  padding-right: 99px;
}

.sort-icon {
  margin-right: 0;
  top: 6px;
}

.sort-list.w--open {
  background-color: var(--ffffff);
  box-shadow: 0 11px 50px -11px #f7eded;
}

.blog-header {
  display: flex;
}

.contact-row {
  margin-top: 40px;
}

.contact--info-txt {
  color: var(--1f1e1e);
  font-size: 18px;
  line-height: 38px;
}

.contact--info-txt.rose-mark {
  color: var(--light-pink);
}

.contact-column {
  padding-right: 100px;
}

.space__60 {
  height: 60px;
}

.logo {
  padding-top: 12px;
}

.blog-body {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.comment-wrapper {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.comment {
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 60px;
  padding-bottom: 40px;
}

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

.space-horizon__60 {
  width: 60px;
}

.share-box {
  z-index: 99;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-height: 400px;
  display: none;
  position: fixed;
  top: 38vh;
  bottom: 0;
  right: 141px;
}

.social-link__blog {
  padding: 20px;
}

.video-overlay {
  z-index: 10000;
  background-image: linear-gradient(rgba(255, 255, 255, .55), rgba(255, 225, 225, .31));
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.play-svg {
  z-index: 1;
  cursor: pointer;
  position: absolute;
}

.collection-review {
  max-width: 33.23%;
}

.column--padded-right {
  padding-right: 50px;
}

.column--padded-left {
  padding-left: 50px;
}

.gallery--image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 20vw;
  margin-bottom: 20px;
}

.bra--image {
  margin-top: -80px;
  margin-bottom: -80px;
  position: relative;
}

.point--wrapper {
  z-index: 1;
  border: 1px dashed var(--light-pink);
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  top: 213px;
  left: 333px;
}

.point--wrapper._2 {
  border-color: var(--goldenrod);
  top: 234px;
  left: 428px;
}

.point--wrapper._3 {
  top: 187px;
  left: 208px;
}

.point--wrapper._4 {
  top: 348px;
  left: 106px;
}

.point--wrapper._5 {
  z-index: 5;
  top: 406px;
  left: 501px;
}

.point--wrapper._6 {
  z-index: 2;
  top: 467px;
  left: 106px;
}

.point--wrapper._7 {
  z-index: 7;
  top: 476px;
  left: 455px;
}

.point--wrapper._8 {
  z-index: 0;
  top: 93px;
  left: 109px;
}

.point--wrapper._9 {
  z-index: 1;
  top: 446px;
  left: 225px;
}

.point--wrapper.tooltip {
  z-index: auto;
  float: right;
  border-style: none;
  width: 30px;
  height: 30px;
  margin-top: -36px;
  margin-right: -15px;
  padding: 4px 5px;
  display: block;
  position: relative;
  top: auto;
  left: auto;
}

.point--icon {
  background-color: var(--goldenrod);
  background-image: none;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  box-shadow: 0 0 0 3px rgba(223, 198, 193, .39);
}

.point--icon.tooltip {
  background-image: linear-gradient(to bottom, var(--light-pink), var(--light-pink));
  color: var(--ffffff);
  font-weight: 700;
  line-height: 21px;
}

.point__details {
  background-color: var(--misty-rose);
  text-align: left;
  border-radius: 4px;
  width: 300px;
  padding: 4px 10px;
  position: absolute;
  bottom: 60px;
}

.point__details.tooltip {
  z-index: 10000;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--ffffff);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 450px;
  margin-left: -215px;
  padding: 15px 20px;
  display: block;
  bottom: 34px;
  right: -5px;
  box-shadow: 0 6px 20px -7px rgba(249, 167, 167, .6);
}

.modal--column {
  justify-content: center;
  align-items: center;
  display: flex;
}

.modal__p {
  margin-bottom: 100px;
}

.modal__heading--sticky {
  background-color: var(--ffffff);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.bra-size--popup {
  background-color: var(--ffffff);
  text-align: center;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80vw;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  position: relative;
  box-shadow: 1px 1px 20px rgba(249, 167, 167, .4);
}

.bra-size--popup.form-step {
  display: none;
}

.bra-size--popup.form-step.step1 {
  flex-direction: column;
  align-items: stretch;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
}

.bra-size--popup.form-step._1 {
  max-width: 100vw;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
}

.bra-size--popup.step2 {
  flex-flow: row;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  width: 100vh;
  height: 100vw;
  display: flex;
}

.bra-size--popup.step3 {
  width: 100vw;
  height: 100vh;
  display: flex;
}

.bra-size--popup.final {
  flex-direction: column;
  width: 100vh;
  height: 100vw;
  display: flex;
}

.button-2, .form-button {
  background-color: var(--light-pink);
  text-align: center;
  border-radius: 20px;
  width: 150px;
}

.grid {
  grid-template-columns: 1.25fr .25fr 1fr;
}

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

.div-block-2 {
  text-align: center;
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
}

.div-block-3 {
  position: relative;
  top: 0;
}

.heading {
  text-align: center;
}

.button--close {
  z-index: 1;
  background-color: var(--light-pink);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-weight: 700;
  display: none;
  position: absolute;
  top: -4%;
  bottom: auto;
  left: auto;
  right: -3%;
}

.submit-button {
  background-color: var(--light-pink);
  border-radius: 20px;
}

.html-embed, .html-embed-2 {
  display: none;
}

.flex {
  display: flex;
}

.flex.flex-space-around {
  justify-content: space-around;
}

.intro__bkg-video {
  z-index: -1;
  width: 100vw;
  height: 100vh;
}

.order-item {
  border-bottom: 1px solid #f9eedf;
  margin-top: 20px;
  margin-bottom: 20px;
}

.item-thumbnail {
  width: 200px;
}

.item-filters {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template: "Color Quantity Size"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: grid;
}

.color-filter {
  background-color: #fff;
  border-radius: 100px;
  width: 100px;
  height: 100px;
  box-shadow: 0 4px 20px -13px #000;
}

.div-block-4 {
  border-radius: 100px;
  width: 100px;
  height: 100px;
  box-shadow: 3px 3px 20px -12px #000;
}

.filter-trigger {
  box-shadow: 1px 1px 20px -10px var(--light-pink);
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-right: 20px;
  display: flex;
}

.filter-trigger.filter-button {
  cursor: pointer;
}

.trigger-color {
  background-color: #000;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  display: block;
}

.trigger-color.black {
  width: 30px;
  height: 30px;
}

.trigger-color.white {
  background-color: #fff4dd;
  width: 30px;
  height: 30px;
}

.color-filters {
  justify-content: flex-end;
  align-items: flex-start;
  margin-right: 30px;
  display: block;
}

.size-filters {
  margin-right: 20px;
}

.add-item {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 1px 1px 20px -7px #000;
}

.add-item.add-button {
  cursor: pointer;
}

.add-item.add-button.disabled-button {
  box-shadow: 0 0 20px -7px var(--dark-grey);
  opacity: .4;
  filter: saturate(0%);
  cursor: not-allowed;
  margin-top: 15px;
}

.div-block-5 {
  margin-top: 30px;
}

.trigger-size {
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.filter-types {
  justify-content: flex-start;
  display: flex;
}

.quantity {
  margin-right: 20px;
}

.div-block-6 {
  border-radius: 100px;
  width: 220px;
  height: 70px;
  display: flex;
  box-shadow: 1px 1px 20px -10px #000;
}

.minus-quantity {
  clear: none;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 100%;
  display: flex;
}

.minus-quantity.filter-button {
  cursor: pointer;
  align-self: auto;
  align-items: center;
}

.plus-quantity {
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 100%;
  display: flex;
}

.plus-quantity.filter-button {
  cursor: pointer;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.heading-2 {
  height: 100%;
}

.quantity-count {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 26px;
  font-weight: 500;
}

.add-button {
  background-color: var(--ffffff);
  box-shadow: 0 0 20px -7px var(--light-pink);
  color: #000;
  cursor: pointer;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 80px;
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
}

.submit-order {
  background-color: var(--light-pink);
  color: #fff;
  border-radius: 70px;
  width: 250px;
  height: 70px;
  margin-left: auto;
  font-weight: 500;
  display: block;
  box-shadow: 1px 1px 20px -12px rgba(249, 167, 167, .71);
}

.size-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  margin-top: 3em;
  display: block;
}

.recipient-address {
  border-top: 1px #000;
  border-left: 1px #000;
  border-right: 1px #000;
}

.rotator {
  background-color: var(--ffffff);
}

.rotator__oval {
  max-width: 105%;
  margin-top: -86px;
  margin-left: -2.5%;
  position: absolute;
}

.intro__bkg-slider {
  z-index: -1;
  background-color: rgba(0, 0, 0, 0);
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hide {
  display: none;
}

.img--background {
  width: 100%;
}

.sizing-form--fields {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.sizing-form--field {
  flex: 0 45%;
  order: 1;
  width: 45%;
  margin-bottom: 3em;
  display: block;
}

.div-block-8 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.form-block {
  width: 100%;
  height: 70%;
}

.sizing-form-field {
  border: 0 #000;
  border-bottom: 2px solid #c9c9c9;
}

.sizing-form-field:focus {
  border-bottom-color: #1a1a1a;
}

.sizing-form-field-label {
  float: left;
  clear: none;
  font-weight: 400;
}

.sf-field-main-label {
  text-align: left;
  font-size: 1.7em;
  line-height: 1em;
}

.submit-form {
  background-color: var(--light-pink);
  box-shadow: 0 8px 20px 0 var(--light-pink);
  cursor: pointer;
  border-radius: 60px;
  width: 200px;
  height: 60px;
  margin-top: 20px;
  font-family: Avenirnextcyr demi, sans-serif;
}

.form-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.add-wrapper {
  text-align: left;
  justify-content: center;
  display: flex;
}

.div-block-9 {
  box-shadow: 0 0 18px -10px var(--light-pink);
  background-color: #fff;
  border-radius: 100px;
  width: 250px;
  height: 70px;
}

.button-block {
  width: 30%;
  height: 90%;
}

.text-button-block {
  justify-content: center;
  align-items: center;
  width: 65%;
  height: 100%;
  display: flex;
}

.text-button-block--text {
  font-size: 16px;
  font-weight: 500;
}

.plus-button-block {
  background-color: var(--light-pink);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.plus-button-block--text {
  color: #fff;
  font-size: 24px;
}

.trigger-text {
  color: var(--light-pink);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

.quantity-text {
  color: var(--light-pink);
  margin-top: 0;
  margin-bottom: 0;
}

.field-block {
  width: 40%;
}

.field-block.flex {
  flex: 1;
  width: 100%;
}

.form {
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.field-label {
  color: #9c9c9c;
  font-size: 12px;
  font-weight: 500;
}

.wholesale--email {
  width: 100%;
  transition: opacity .2s;
}

.wholesale--email.hidden {
  opacity: 0;
}

.size-guide--wrapper {
  z-index: 10000;
  background-color: rgba(254, 247, 244, .64);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: scroll;
}

.size-guide--wrapper.hide {
  width: 100vw;
  height: 100vh;
  display: block;
}

.bra-form--wrapper {
  width: 100vw;
  height: 100vh;
  position: relative;
}

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

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

.utility-page-form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
}

.order-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Thumbnail Selection Remove"
                 ". Buttons ."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.columns-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.point-details--bottom {
  background-color: var(--ffffff);
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  position: absolute;
  bottom: -5px;
  left: auto;
  right: 10px;
  transform: rotate(45deg);
}

.div-block-6 {
  box-shadow: 1px 1px 20px -10px var(--light-pink);
}

.remove-link {
  color: var(--light-pink);
  cursor: pointer;
  margin-bottom: 0;
  font-weight: 500;
  display: block;
}

.notice-wrapper {
  float: right;
  margin-top: -20px;
  padding-left: 20px;
  display: block;
}

.paragraph {
  color: #ff5c5c;
  font-weight: 500;
}

.notice-message {
  color: #ff5151;
  font-weight: 500;
  display: none;
}

.image {
  transform: translate(0);
}

.image.hide--mobile.padding--10 {
  padding: 10px;
}

.label--select {
  margin-bottom: 10px;
  font-size: 16px;
}

.thankyou--message {
  max-width: 600px;
}

.link {
  color: var(--light-pink);
  border: 1px solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: flex-end;
  margin-top: 10px;
  display: flex;
}

.go-back-link {
  color: var(--light-pink);
  cursor: pointer;
  justify-content: center;
  align-items: flex-end;
  margin-top: 10px;
  display: flex;
}

.measure-again {
  color: var(--light-pink);
  cursor: pointer;
  margin-top: 10px;
}

.video--bkg {
  background-color: rgba(249, 167, 167, .36);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form-elements {
  flex: 1;
}

.testimonial--item {
  width: 32%;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
}

.success-message-2 {
  background-color: rgba(0, 0, 0, 0);
}

.rotate-info {
  color: var(--light-pink);
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  bottom: -40px;
}

.rotate-info.light {
  color: var(--ffffff);
}

.rotate-info.light.footer {
  font-size: 30px;
  line-height: 44px;
}

.rotate-info.max-width {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wholesale--grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". xs s m l"
                 "nude . . . ."
                 "nude-trim . . . ."
                 "black . . . ."
                 "black-trim . . . ."
                 / 1fr .5fr .5fr .5fr .5fr;
  grid-auto-columns: 1fr;
  margin: 40px auto;
  display: grid;
}

.wholesale__header {
  border-bottom: 1px solid var(--black);
  text-align: center;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
}

.wholesale__header.title {
  border-bottom-style: none;
  width: auto;
  margin-left: 110px;
  line-height: 26px;
}

.submit__wrapper {
  background-image: linear-gradient(135deg, var(--snow), var(--antique-white));
  margin-top: 60px;
  padding: 30px 50px;
  box-shadow: 0 20px 40px -10px rgba(213, 202, 187, .64);
}

.wholesale--grid-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Title xs s m l Area"
  / 1fr .5fr .5fr .5fr .5fr .5fr;
  grid-auto-columns: 1fr;
  height: 100px;
  margin: 10px auto;
  display: grid;
}

.wholesale--grid-row.hide {
  display: none;
}

.drag-circle {
  box-shadow: 0 0 34px 29px var(--pink-shadow);
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 95px;
  height: 95px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -7%;
  left: 0%;
  right: 0%;
}

.arrow--circle {
  background-color: var(--ffffff);
  border-radius: 50%;
  width: 74px;
  height: 74px;
}

.arrow--circle.pink {
  background-color: var(--light-pink);
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.arrow--circle.white {
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 0 34px 28px rgba(247, 237, 237, .46);
}

.arrow.invert {
  filter: invert();
  transform: rotate(180deg);
}

.producty {
  width: 300px;
  height: 500px;
}

.product__name {
  text-align: center;
  margin-bottom: 10px;
}

.product--price {
  text-align: center;
  padding-bottom: 4px;
  font-family: Bwvivant, sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: none;
}

.product--price.active {
  display: block;
}

.bg--image {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 13%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.cart--wrapper {
  z-index: 999999;
  margin-bottom: 40px;
  margin-right: 55px;
  position: fixed;
  top: auto;
  bottom: 5%;
  left: auto;
  right: 0%;
}

.section--bottom--wrapper {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cart-button {
  background-color: #f9a7a7;
  border-radius: 50%;
  justify-content: center;
  width: 64px;
  height: 64px;
}

.cart-quantity {
  color: var(--1f1e1e);
  background-color: #f8ecdb;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  top: -10%;
  bottom: auto;
  left: auto;
  right: -10%;
}

.product--collection--list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.btn--size {
  border: 3px solid var(--ffffff);
  color: var(--light-pink);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin-left: 4px;
  margin-right: 4px;
  transition: all .2s;
  display: flex;
}

.btn--size:hover {
  border: 3px solid var(--light-pink);
  color: var(--black-2);
}

.btn--size:active {
  border-color: var(--ffffff);
}

.btn--size.w--ecommerce-pill-selected {
  border: 3px solid var(--light-pink);
  background-color: var(--ffffff);
  color: var(--black-2);
}

.product-wrapper {
  background-color: #fef7f4;
  height: auto;
  padding: 16px;
  position: relative;
}

.add-to-cart-button {
  color: var(--light-pink);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Cart-Icon-1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 33px;
  font-family: Avenirnextcyr demi, sans-serif;
  font-size: 12px;
  font-weight: 900;
  transition: color .2s;
  position: absolute;
  top: auto;
  bottom: 4%;
  left: auto;
  right: auto;
}

.add-to-cart-button:hover {
  color: var(--1f1e1e);
}

.default-state {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.option-list {
  height: 50px;
}

.option-list.mb--36 {
  margin-bottom: 36px;
}

.product__image {
  object-fit: contain;
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  padding: 11px;
}

.option {
  flex-direction: column;
  display: flex;
}

.size--group {
  opacity: 1;
  margin-top: 15px;
  transition: height .5s;
}

.video--play {
  background-color: var(--light-pink);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  display: flex;
  position: absolute;
}

.video--play.hide {
  display: none;
}

.play--icon {
  width: 15px;
}

.play--icon.invert {
  filter: invert();
  position: absolute;
}

.icon {
  margin-right: 0;
}

.cart {
  z-index: 2147483647;
}

.cart-wrapper {
  z-index: 9999;
  background-color: rgba(248, 236, 219, .5);
}

.btn--size--text {
  font-weight: 700;
}

.cart--close {
  background-color: var(--light-pink);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.cart-header {
  border-bottom-style: none;
  justify-content: flex-end;
}

.cart--heading {
  margin-left: 24px;
  font-family: Bwvivant, sans-serif;
  font-size: 30px;
  line-height: 70px;
}

.product--description {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
}

.cart--price {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.size--option {
  flex-direction: column;
  display: flex;
}

.cart--option--grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 3px;
}

.option--wrapper {
  flex-direction: column;
  display: flex;
}

.option--heading {
  opacity: .5;
  font-size: 12px;
  font-weight: 400;
}

.quantity__value {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  height: 20px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}

.o {
  background-color: rgba(0, 0, 0, 0);
}

.remove-button {
  background-color: var(--light-pink);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.cart-item {
  border-bottom: 1px solid var(--snow);
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
}

.x--small {
  width: 10px;
  height: 11px;
}

.cart--subtotal {
  font-family: Bwvivant, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
}

.center {
  text-align: center;
}

.web-payments {
  margin-top: 16px;
}

.cart-footer {
  border-top-style: none;
}

.block-content {
  border-style: none;
  padding: 0;
}

.block-header {
  border-style: none;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
}

.checkout-form {
  background-color: var(--ffffff);
  padding-left: 40px;
  padding-right: 40px;
}

.container--checkout {
  flex-direction: column;
  width: 100%;
  max-width: 1360px;
  padding-left: 40px;
  padding-right: 40px;
}

.heading--wrapper {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.checkout--content--wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.heading--logo {
  display: block;
}

.btn--back {
  color: var(--light-pink);
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/BTN-Icon-Arrow.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 36px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.heading--checkout {
  margin-bottom: 20px;
  padding-left: 0;
  font-family: Bwvivant, sans-serif;
  font-size: 50px;
  line-height: 70px;
}

.subheading--checkout {
  margin-bottom: 18px;
  padding-left: 0;
  font-family: Bwvivant, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 70px;
}

.checkout--field {
  background-color: rgba(0, 0, 0, 0);
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(163, 163, 163, .3);
  border-left-color: #a3a3a3;
  border-radius: 0;
  width: 100%;
  margin-bottom: 16px;
  padding: 8px 0;
}

.checkout--field.country {
  background-image: url('../images/Shape-Copy-23.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
}

.additional__info {
  margin-top: -20px;
}

.shipping--method {
  border-bottom-style: none;
  padding-left: 0;
  padding-right: 16px;
}

.shipping-method-list {
  border-left-style: none;
  border-right-style: none;
}

.checkout--items {
  width: 400px;
  position: -webkit-sticky;
  position: sticky;
  top: -120px;
}

.cart--img--bg {
  background-color: #fef7f4;
  width: 100px;
  height: 100px;
  padding: 17px;
}

.cart--img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.cart--item {
  border-bottom: 1px solid #fef7f4;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
}

.checkout--radio {
  background-color: #fff;
  border-color: red;
}

.checkout--radio.w--redirected-checked {
  border-color: var(--light-pink);
  background-color: var(--goldenrod);
  width: 20px;
  height: 20px;
}

.leadheading--checkout {
  margin-bottom: 0;
  padding-left: 0;
  font-family: Bwvivant, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 44px;
}

.btn--apply {
  color: var(--light-pink);
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  right: 0;
}

.checkout__price {
  font-weight: 500;
}

.line-item {
  margin-top: 40px;
  margin-bottom: 0;
}

.checkout--left {
  margin-right: 40px;
}

.shipping--price {
  font-family: Avenirnextcyr demi, sans-serif;
  font-weight: 500;
}

.shipping--price.light {
  font-family: Avenirnextcyr, sans-serif;
  font-weight: 500;
}

.div-block-10 {
  height: 565px;
}

.image-2 {
  display: block;
}

.block-header-2 {
  border-style: none;
}

.order-item-2 {
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
}

.promo--wrapper {
  border-style: none;
  width: 100%;
  display: flex;
}

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

.confirmation--wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.confirmation--heading {
  margin-bottom: 0;
  padding-left: 0;
  font-family: Bwvivant, sans-serif;
  font-size: 50px;
  line-height: 70px;
}

.confirmation--subheading {
  font-family: Bwvivant, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 48px;
}

.confirmation--subheading.center {
  margin-top: 41px;
  margin-bottom: 41px;
}

.order-confirmation {
  padding: 0;
}

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

.review--item {
  background-color: var(--snow);
  margin-top: 0;
  padding: 20px;
}

.review--collection {
  margin-top: 40px;
}

.cart--item--list {
  max-height: 410px;
  overflow: auto;
}

.product--history {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.review--content {
  background-color: var(--snow);
  margin-top: 0;
  padding: 0;
}

.product--collection--wrapper.mobile {
  display: none;
}

.option__mobile {
  flex-direction: column;
  display: flex;
}

.product--wrapper__mobile {
  background-color: #fef7f4;
  height: 500px;
  padding: 16px;
  position: relative;
  overflow: hidden;
}

.empty-state {
  display: none;
}

.cart--image {
  width: 100%;
}

.cart--image--background {
  background-color: var(--snow);
  width: 30%;
  height: 100%;
  padding: 25px;
}

.dropdown__wrapper {
  float: right;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.dropdown__popup {
  background-color: var(--ffffff);
  border-radius: 16px;
  width: 160px;
  padding: 12px 16px;
  position: absolute;
  top: 74px;
}

.dropdown__popup-text {
  border: 2px none var(--light-pink);
  text-align: center;
  border-radius: 20.5px;
  margin-bottom: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.dropdown__popup-text.active {
  border-style: solid;
}

.dropdown__popup-text.last {
  border-style: none;
  margin-bottom: 0;
}

.dropdown__popup-text.last.active {
  border-style: solid;
}

.nav__dropdown {
  font-size: 16px;
  display: flex;
}

.nav__dropdown.w--open {
  font-size: 16px;
}

.nav__dropdown-list {
  background-color: var(--ffffff);
  border-radius: 20px;
  padding: 12px 16px;
  transition: opacity .2s;
  position: relative;
  top: 67px;
}

.nav__dropdown-list.w--open {
  background-color: var(--ffffff);
  opacity: 1;
  border-radius: 20px;
  height: 120px;
  padding: 12px 16px;
  transition: all .2s;
  top: 67px;
}

.nav__dropdown-link {
  text-align: center;
  width: 130px;
  margin-bottom: 8px;
  padding: 8px 0;
  font-size: 16px;
  transition: opacity .2s;
}

.nav__dropdown-link.active {
  border: 2px solid var(--light-pink);
  border-radius: 20px;
  padding: 6px 0;
}

.nav__dropdown-link.last {
  border: 2px rgba(249, 167, 167, .35);
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}

.nav__dropdown-link.last:hover {
  border-style: none;
  border-radius: 20px;
}

.nav__dropdown-link.last.active {
  border-style: solid;
  border-color: var(--light-pink);
  padding-top: 6px;
  padding-bottom: 6px;
}

.nav__dropdown-arrow {
  width: 10px;
  margin-left: 12px;
}

.nav__dropdown-list--wrapper {
  background-color: rgba(0, 0, 0, 0);
  transition: opacity .2s;
}

.nav__dropdown-list--wrapper.w--open {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 36px;
  position: absolute;
}

.product__price--usd {
  text-align: center;
  padding-bottom: 4px;
  font-family: Bwvivant, sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: none;
}

.product__price--usd.active {
  justify-content: center;
  display: flex;
}

.product__price--cad {
  text-align: center;
  padding-bottom: 4px;
  font-family: Bwvivant, sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: none;
}

.product__price--cad.active {
  display: block;
}

.product__price-wrapper {
  justify-content: center;
  display: flex;
  position: relative;
}

.product__disclaimer {
  z-index: 0;
  color: var(--light-pink);
  border-radius: 50%;
  width: 21px;
  height: 21px;
  position: relative;
}

.product__disclaimer-wrapper {
  z-index: 100;
  margin-bottom: 4px;
  margin-left: 11px;
  position: relative;
}

.disclaimer__popup {
  z-index: 10;
  background-color: var(--ffffff);
  width: 280px;
  padding: 12px;
  position: relative;
  box-shadow: 0 -2px 46px 7px rgba(249, 167, 167, .34);
}

.disclaimer__popup.active {
  width: 300px;
  top: -124px;
}

.disclaimer__text {
  margin-bottom: 0;
  font-family: Avenirnextcyr, sans-serif;
  line-height: 26px;
}

.disclaimer__popup-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 290px;
  padding: 0;
  transition: opacity .2s;
  display: none;
  position: absolute;
  top: -125px;
  left: -135px;
}

.disclaimer__popup-wrapper.active {
  box-shadow: none;
  opacity: 1;
  display: flex;
}

.disclaimer__popup-triangle {
  z-index: 10;
  border-top: 15px solid var(--ffffff);
  border-left: 9px solid rgba(0, 0, 0, 0);
  border-right: 9px solid rgba(0, 0, 0, 0);
  width: 0;
  height: 0;
  position: relative;
}

.checkout__subtotal {
  font-weight: 500;
}

.checkout__subtotal--large {
  margin-bottom: 0;
  padding-left: 0;
  font-family: Bwvivant, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 44px;
}

.quantity-wrapper {
  flex-direction: column;
  display: flex;
}

.cart__heading {
  font-weight: 500;
}

.color__value, .type__value, .size__value {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  height: 20px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}

.add-to-cart-button-2 {
  color: #f9a7a7;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Cart-Icon-1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 33px;
  font-family: Avenirnextcyr demi, sans-serif;
  font-size: 12px;
  font-weight: 900;
  transition: color .2s;
  position: absolute;
  top: auto;
  bottom: 4%;
  left: auto;
  right: auto;
}

.add-to-cart-button-2:hover {
  color: #000;
}

.btn--size-2 {
  color: #f9a7a7;
  border: 3px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin-left: 4px;
  margin-right: 4px;
  transition: all .2s;
  display: flex;
}

.btn--size-2:hover {
  color: #000;
  border: 3px solid #f9a7a7;
}

.btn--size-2:active {
  border-color: #fff;
}

.btn--size-2.w--ecommerce-pill-selected {
  color: #000;
  background-color: #fff;
  border: 3px solid #f9a7a7;
}

.bra-size--popup-new {
  background-color: var(--ffffff);
  text-align: center;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80vw;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  position: relative;
  box-shadow: 1px 1px 20px rgba(249, 167, 167, .4);
}

.bra-size--popup-new.form-step {
  display: none;
}

.bra-size--popup-new.form-step.step1 {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.bra-size--popup-new.form-step._1 {
  flex-direction: column;
  display: flex;
}

.bra-size--popup-new.step2 {
  flex-flow: row;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  display: none;
}

.bra-size--popup-new.step3 {
  display: none;
}

.bra-size--popup-new.final {
  flex-direction: column;
  display: none;
}

.body {
  background-color: rgba(0, 0, 0, 0);
}

.max--40 {
  max-width: 40ch;
  margin-left: auto;
  margin-right: auto;
}

.flex--horizontal {
  display: flex;
}

.flex--horizontal.flex-center {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.flex--horizontal.flex-center.gap--1 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
}

@media screen and (min-width: 1440px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.product-intro {
    top: 0;
  }

  .nav {
    position: fixed;
  }

  .button.checkout {
    margin-left: auto;
    margin-right: auto;
  }

  .review-item {
    height: 100%;
  }

  .customer-reviews-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .collection-review {
    height: 100%;
  }

  .hide {
    display: none;
  }

  .cart--wrapper {
    bottom: 5%;
  }

  .product--collection--list {
    grid-template-rows: auto;
  }

  .add-to-cart-button {
    background-image: url('../images/Cart-Icon-1.svg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: auto;
    padding-left: 33px;
  }

  .quantity__value {
    font-size: 16px;
  }

  .block-content {
    display: block;
  }

  .block-header {
    margin-top: 0;
  }

  .container--checkout {
    max-width: 1360px;
  }

  .checkout--content--wrapper {
    width: 100%;
  }

  .subheading--checkout {
    margin-bottom: 18px;
    font-size: 35px;
  }

  .subheading--checkout.space__top {
    margin-top: 40px;
  }

  .subheading--checkout.no__margin {
    margin-bottom: 0;
  }

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

  .checkout--items {
    top: -180px;
  }

  .cart--img--bg {
    width: 130px;
    height: 130px;
    padding: 27px;
  }

  .btn--apply {
    position: absolute;
    right: 0;
  }

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

  .line-item {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .line-item-2 {
    margin-bottom: 24px;
  }

  .shipping--price {
    font-size: 16px;
    font-weight: 400;
  }

  .div-block-10 {
    height: 565px;
  }

  .promo--wrapper {
    border-style: none;
    padding: 0;
    display: flex;
    position: relative;
  }

  .item--content--wrapper {
    flex-direction: column;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .order--summary {
    margin-bottom: 25px;
  }

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

  .review--item {
    background-color: var(--snow);
    padding: 20px;
  }

  .review--collection {
    margin-top: 40px;
  }

  .review--content {
    background-color: var(--snow);
    padding: 20px;
  }

  .cart--image {
    padding: 0;
  }

  .disclaimer__popup-wrapper {
    left: -135px;
  }

  .checkout__subtotal, .cart__heading {
    font-size: 20px;
    line-height: 24px;
  }

  .color__value, .type__value, .size__value {
    font-size: 16px;
  }

  .add-to-cart-button-2 {
    background-image: url('../images/Cart-Icon-1.svg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: auto;
    padding-left: 33px;
  }
}

@media screen and (max-width: 991px) {
  .section {
    padding: 35px 20px;
  }

  .section.main-intro {
    background-position: 379px 0;
  }

  .section.product-intro {
    background-position: 60% 100%;
    background-size: cover;
  }

  .section.default {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section.wholesale {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container {
    max-width: 100%;
  }

  .nav {
    padding: 10px 15px;
    position: fixed;
  }

  .nav-menu {
    background-color: var(--ffffff);
    margin-left: 0;
  }

  .nav--link {
    text-transform: none;
    font-family: Bwvivant, sans-serif;
    font-size: 24px;
    line-height: 40px;
    display: block;
  }

  .button.product {
    margin-right: 40px;
  }

  .play-btn {
    left: 0;
  }

  .square-bkg {
    height: 60%;
    top: 19vh;
  }

  .tinted-block {
    padding: 60px 20px;
  }

  .flex-center.t--mb-24 {
    margin-bottom: 24px;
  }

  .blog-post-list {
    flex-flow: wrap;
    align-items: stretch;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .collection-blog-item {
    width: 50%;
    min-height: auto;
    padding-top: 30px;
  }

  .review-item {
    height: auto;
  }

  .customer-reviews-list {
    flex-wrap: wrap;
    align-content: stretch;
  }

  .footer-links-wrapper {
    width: auto;
  }

  .to-top {
    bottom: 40px;
    right: 40px;
  }

  .column-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .blog-header {
    justify-content: space-between;
  }

  .share-box {
    right: 20px;
  }

  .menu-button {
    background-color: var(--ffffff);
    border-radius: 99px;
    width: 60px;
    height: 60px;
    box-shadow: 0 0 34px -1px #f7eded;
  }

  .menu-button.w--open {
    background-color: var(--light-pink);
  }

  .menu-button__line-top {
    background-color: var(--light-pink);
    width: 21px;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    top: 25px;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .menu-button__line-bottom {
    background-color: var(--light-pink);
    width: 21px;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 33px;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .collection-review {
    width: 50%;
    max-width: 49.94%;
  }

  .bra-size--popup {
    width: 90vw;
    max-width: none;
    margin-left: -45vw;
    left: 50%;
  }

  .bra-size--popup.form-step.step1 {
    max-width: 100vw;
    margin-left: 0;
    left: 0%;
  }

  .bra-size--popup.step2, .bra-size--popup.step3, .bra-size--popup.final {
    width: auto;
    max-width: 100vw;
    height: auto;
    margin-left: 0;
    left: 0%;
  }

  .button--close {
    right: -10%;
  }

  .item-filters {
    grid-template-rows: auto auto;
    grid-template-areas: "Color Color Quantity"
                         "Size Size Size";
  }

  .filter-trigger {
    margin-right: 0;
  }

  .filter-types {
    justify-content: space-around;
  }

  .submit-order {
    margin-left: 25px;
  }

  .order-item {
    grid-column-gap: 16px;
    grid-template: "Thumbnail Thumbnail Selection Selection Selection"
                   "Thumbnail Thumbnail Selection Selection Selection"
                   "Buttons Buttons Buttons Buttons Buttons"
                   "Buttons Buttons Buttons Buttons Buttons"
                   / 1fr 1fr 1fr;
  }

  .testimonial--item {
    width: 48%;
    margin-right: 9px;
  }

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

  .product-wrapper {
    height: 100%;
  }

  .add-to-cart-button {
    margin-top: 24px;
    position: static;
  }

  .default-state, .option-list.mb--36 {
    margin-bottom: 0;
  }

  .product__image {
    padding: 25px;
  }

  .container--checkout {
    max-width: 1360px;
    padding-left: 0;
    padding-right: 0;
  }

  .checkout--items {
    width: 300px;
  }

  .checkout--left {
    margin-right: 30px;
  }

  .div-block-10 {
    height: 100%;
  }

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

  .product--history {
    width: 100%;
  }

  .product--collection--wrapper.mobile {
    display: block;
  }

  .product--wrapper__mobile {
    height: 100%;
  }

  .add-to-cart-button-2 {
    margin-top: 24px;
    position: static;
  }

  .bra-size--popup-new {
    width: 90vw;
    max-width: none;
    margin-left: -45vw;
    left: 50%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 28px;
    line-height: 46px;
  }

  .section.main-intro {
    padding-top: 80px;
    top: 0;
  }

  .section.product {
    margin-bottom: 180px;
  }

  .section.product-intro {
    padding-top: 347px;
  }

  .nav-menu {
    background-color: var(--ffffff);
    margin-left: 0;
  }

  .nav--link {
    text-transform: none;
    font-family: Bwvivant, sans-serif;
    font-size: 24px;
    line-height: 40px;
  }

  .button.product {
    margin-right: 40px;
  }

  .play-btn {
    position: absolute;
    left: auto;
    right: 0;
  }

  .scroll--box.below {
    left: 20px;
  }

  .color-switch-wrapp {
    flex-direction: row;
    justify-content: space-between;
    width: 150px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .column-switchers {
    margin-top: -60px;
    margin-bottom: 71px;
    padding: 19px 88px;
    display: block;
  }

  .product--row {
    flex-direction: column-reverse;
    display: flex;
  }

  .details-column {
    display: none;
  }

  .doctors-image {
    margin-left: 0;
  }

  .social-link-wrapper {
    width: 50%;
  }

  .member-content {
    padding-bottom: 40px;
  }

  .review--form {
    margin-left: 20px;
    margin-right: 20px;
  }

  .menu-button {
    background-color: var(--ffffff);
    border-radius: 99px;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    display: block;
    box-shadow: 0 0 34px 1px #f7eded;
  }

  .menu-button.w--open {
    background-color: var(--light-pink);
  }

  .menu-button__line-top {
    background-color: var(--light-pink);
    width: 21px;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 25px;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .menu-button__line-bottom {
    background-color: var(--light-pink);
    width: 21px;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 33px;
    bottom: 33px;
    left: 0;
    right: 0;
  }

  .point--wrapper {
    display: none;
  }

  .button--close {
    top: -4%;
    bottom: auto;
    left: auto;
    right: 1%;
  }

  .rotator {
    width: 100%;
  }

  .rotator__oval {
    max-width: 100%;
  }

  .bra-form--wrapper {
    width: 100%;
  }

  .testimonial--item {
    width: 47%;
  }

  .product--logo {
    margin-left: 10vw;
  }

  .arrow--wrapper {
    justify-content: space-between;
    width: 165px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .arrow--wrapper.hide {
    display: none;
  }

  .arrow--circle.white {
    order: -1;
  }

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

  .checkout--content--wrapper {
    flex-direction: column;
  }

  .checkout--items {
    width: 100%;
  }

  .checkout--right {
    order: -1;
    position: static;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 28px;
    line-height: 46px;
  }

  h2 {
    font-size: 24px;
    line-height: 40px;
  }

  p {
    font-size: 14px;
    line-height: 26px;
  }

  .section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.main-intro {
    top: -80px;
  }

  .section.gallery {
    padding-left: 0;
    padding-right: 0;
  }

  .section.product {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .section.product-intro {
    background-position: 60%;
    background-size: cover;
  }

  .section.blog {
    padding-top: 90px;
  }

  .section.contact {
    padding-top: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.wholesale {
    padding-top: 110px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.centered.hide--mobile {
    display: none;
  }

  .nav-menu {
    background-color: var(--ffffff);
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding-bottom: 70px;
    display: flex;
    left: 0;
    right: 0;
  }

  .nav--link {
    text-transform: none;
    height: 11vh;
    font-family: Bwvivant, sans-serif;
    font-size: 24px;
    line-height: 40px;
  }

  .button.product {
    display: none;
  }

  .button.product.mobile {
    float: none;
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .button.next-step {
    width: 100%;
    margin-bottom: 10px;
  }

  .button.checkout {
    text-align: left;
    padding-left: 125px;
  }

  .button.mr-20.m--mb-20 {
    margin-bottom: 20px;
  }

  .play-btn {
    float: right;
    width: 120px;
    height: 120px;
    position: absolute;
    top: 30px;
    left: auto;
    right: 10px;
  }

  .play-btn.button.primary {
    width: auto;
  }

  .scroll--box.below {
    left: 10px;
  }

  .centered.light.footer {
    font-size: 20px;
    line-height: 32px;
  }

  .color-switch-wrapp {
    flex: 1;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
  }

  .column-switchers {
    order: -1;
    margin-top: auto;
    margin-bottom: auto;
    padding: 19px 15px;
  }

  .product--row {
    flex-flow: column;
    margin-top: 0;
    display: flex;
  }

  .details-column {
    order: -1;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
  }

  .column {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .square-bkg {
    width: 90vw;
    margin-bottom: 40px;
    margin-left: 5vw;
    padding-top: 30px;
    position: relative;
    top: 0;
  }

  .doctors-image {
    margin-left: -10px;
  }

  .bacan-circle {
    width: 200px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .blog-post-list {
    padding-left: 10px;
    padding-right: 10px;
  }

  .blog-item {
    height: auto;
  }

  .blog-item__image {
    height: 300px;
  }

  .blog-item__content {
    height: 50%;
    padding-left: 21px;
    padding-right: 21px;
  }

  .collection-blog-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-form__field {
    height: 60px;
    box-shadow: 0 0 28px -6px #fff;
  }

  .footer-form__submit {
    width: 60px;
    height: 60px;
    margin-top: -71px;
  }

  .footer-links-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: none;
  }

  .social-link-wrapper {
    width: 100%;
  }

  .to-top {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 11%;
  }

  .about--row {
    margin-top: 20px;
    display: block;
  }

  .about--row.mobile-reverse {
    flex-direction: column-reverse;
    display: flex;
  }

  .video-frame {
    width: 90vw;
    height: 51vw;
    margin-left: auto;
    margin-right: auto;
  }

  .gallery--slider {
    margin-top: 50px;
  }

  .gallery--wrapper {
    height: 310px;
  }

  .gallery--list {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-origin: 0 0;
    max-height: 100vw;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: scroll;
    transform: translate(0, 295px)rotate(-90deg);
  }

  .gallery--item {
    width: 70vw;
    height: 290px;
    margin-right: 0;
    display: block;
    transform: rotate(90deg);
  }

  .line-bg {
    width: 90%;
  }

  .modal-container {
    display: none;
  }

  .close {
    top: 10px;
    right: 10px;
  }

  .modal {
    width: 100%;
    height: 100%;
    padding: 20px;
  }

  .modal-image {
    position: static;
  }

  .light-fade {
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .columns-2 {
    flex-direction: column-reverse;
    display: flex;
  }

  .review--form {
    padding-left: 19px;
    padding-right: 19px;
  }

  .blog-sort {
    margin-left: 20px;
  }

  .contact-column {
    padding-left: 0;
  }

  .blog-body {
    margin-left: 20px;
    margin-right: 20px;
  }

  .flex-horizon.m--vertical {
    flex-direction: column;
    align-items: flex-start;
  }

  .share-box {
    flex-direction: row;
    position: relative;
    top: 0;
    right: 0;
  }

  .creator-row {
    flex-direction: column-reverse;
    display: flex;
  }

  .menu-button {
    background-color: var(--ffffff);
    border-radius: 99px;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin-top: -5px;
    transition: background-color .5s;
    box-shadow: 0 0 34px -1px #f7eded;
  }

  .menu-button.w--open {
    background-color: var(--light-pink);
  }

  .menu-button__line-top {
    background-color: var(--light-pink);
    flex-direction: column;
    justify-content: space-around;
    width: 21px;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 25px;
    bottom: 26px;
    left: 0;
    right: 0;
  }

  .menu-button__line-top._2 {
    top: 33px;
  }

  .menu-button__line-bottom {
    background-color: var(--light-pink);
    flex-direction: column;
    justify-content: space-around;
    width: 21px;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 33px;
    bottom: 26px;
    left: 0;
    right: 0;
  }

  .menu-button__line-bottom._2 {
    top: 33px;
  }

  .btn-box {
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 20px;
    display: flex;
  }

  .collection-review {
    width: auto;
    max-width: none;
    min-height: auto;
  }

  .column--padded-right {
    padding-right: 10px;
  }

  .column--padded-left {
    padding-left: 10px;
  }

  .gallery--image {
    height: 300px;
  }

  .bra--image {
    max-width: 100vw;
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .point--wrapper {
    display: none;
  }

  .point__details.tooltip {
    grid-template-rows: auto;
    align-content: start;
    justify-content: space-around;
    align-items: end;
    justify-items: start;
  }

  .bra-size--popup.form-step.step1 {
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .bra-size--popup.step2 {
    height: 120%;
    display: none;
  }

  .bra-size--popup.step3 {
    height: 120%;
    padding-left: 15px;
    padding-right: 15px;
    display: none;
  }

  .button--close {
    justify-content: center;
    margin-right: 25px;
    right: -7%;
  }

  .flex.flex-space-around {
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: center;
    align-items: stretch;
  }

  .intro__bkg-video {
    z-index: -1;
  }

  .item-filters {
    text-align: center;
    grid-template: "Color"
                   "Size"
                   "Quantity"
                   / 1fr;
  }

  .filter-trigger {
    width: 50px;
    height: 50px;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .color-filters {
    width: 100%;
    margin-right: 0;
  }

  .size-filters {
    margin-right: 0;
  }

  .filter-types {
    align-content: space-around;
    justify-content: center;
  }

  .quantity {
    margin-right: 0;
  }

  .submit-order {
    width: 100%;
    margin-left: 0;
    box-shadow: 3px 3px 20px -12px rgba(249, 167, 167, .63);
  }

  .rotator__oval {
    margin-left: -6.5%;
  }

  .intro__bkg-slider {
    z-index: -1;
  }

  .sizing-form--fields {
    flex-flow: column;
    align-content: flex-start;
    align-items: flex-end;
  }

  .sizing-form--field {
    flex: 1;
    order: 1;
    align-self: stretch;
    width: 100%;
    margin-right: 0;
  }

  .button-block {
    width: 30%;
  }

  .field-block {
    width: 100%;
  }

  .field-block.flex {
    flex-direction: column;
  }

  .form {
    flex-direction: column;
    align-items: stretch;
    padding-left: 10px;
    padding-right: 10px;
  }

  .size-guide--wrapper {
    background-color: #fff;
  }

  .size-guide--wrapper.hide {
    display: none;
  }

  .bra-form--wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: block;
  }

  .intro--play {
    display: block;
  }

  .order-item {
    grid-template-columns: 1fr;
    grid-template-areas: "Thumbnail"
                         "Selection"
                         "Buttons";
    grid-auto-flow: row;
    justify-items: center;
  }

  .order-item.order-item-template {
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    width: 100%;
    position: relative;
  }

  .div-block-6 {
    width: 100%;
  }

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

  .notice-wrapper {
    margin-top: 0;
  }

  .image {
    width: 100%;
    height: auto;
  }

  .image.hide--mobile {
    display: none;
  }

  .column-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .order-items {
    width: 100%;
  }

  .heading-3 {
    margin-top: 100px;
  }

  .testimonial--item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .product--logo {
    width: auto;
    margin-left: auto;
  }

  .rotate-info.light.footer {
    font-size: 20px;
    line-height: 32px;
  }

  .wholesale__header.title {
    text-align: left;
    margin-left: 0;
  }

  .submit__wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hide--mobile {
    display: none;
  }

  .cart--wrapper {
    margin-bottom: 20px;
    margin-right: 10px;
    bottom: 0%;
  }

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

  .option-list.mb--36 {
    margin-bottom: 0;
  }

  .checkout-form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .checkout--items {
    width: 100%;
  }

  .cart--image {
    height: 100%;
  }

  .cart--image--background {
    width: 20%;
    padding: 9px;
  }

  .div-block-11 {
    margin-right: -21px;
  }

  .bra-size--popup-new.form-step.step1 {
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .bra-size--popup-new.step2 {
    height: 120%;
    display: none;
  }

  .bra-size--popup-new.step3 {
    height: 120%;
    padding-left: 15px;
    padding-right: 15px;
    display: none;
  }

  .body {
    background-color: #fff;
  }
}

#w-node-_114ba5de-d4f8-0052-ee19-c31a26fb8f09-3386161d {
  align-self: center;
}

#w-node-d41bed6a-2be2-dc9f-19cf-8f8bb6461d0c-3386161d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_13c714d1-ba5f-1479-fb19-0f2445e777fb-3386161d {
  align-self: center;
}

#w-node-_13c714d1-ba5f-1479-fb19-0f2445e777fc-3386161d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bf70b4fa-1b70-fcb7-6a9f-1d31ef423086-3386161d {
  align-self: center;
}

#w-node-bf70b4fa-1b70-fcb7-6a9f-1d31ef423087-3386161d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8e9b25e5-3fe4-3846-ec95-cb1c6b3074be-3386161d {
  align-self: center;
}

#w-node-_8e9b25e5-3fe4-3846-ec95-cb1c6b3074bf-3386161d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4bd7365e-2a1e-d7ce-59bc-1ccfce89f9a0-83fd8aca {
  grid-area: Thumbnail;
  align-self: center;
  justify-self: center;
}

#w-node-d7f895a2-9710-9271-abcd-ed0a96cdfca5-83fd8aca {
  grid-area: Selection;
}

#w-node-_9362d828-ea3a-1d87-7ef5-29d0e2753a18-83fd8aca {
  grid-area: Color;
  align-self: center;
}

#w-node-_5b2730f8-5584-5f6f-8b4c-598e62ef5c96-83fd8aca {
  grid-area: Size;
  align-self: center;
}

#w-node-_49e6b466-e3cb-3dad-ab87-fcaa5cd2323b-83fd8aca {
  grid-area: Quantity;
  align-self: center;
}

#w-node-f14eded8-a615-37cf-f692-20cb98d17422-83fd8aca {
  grid-area: Remove;
  align-self: center;
}

#w-node-_1a43a0ad-44d6-2962-c7db-1e87b60a9474-83fd8aca {
  grid-area: Buttons;
  align-self: center;
}

#w-node-_236a74f4-133c-8576-074a-5754a2cc9d55-83fd8aca {
  grid-area: Buttons;
}

#w-node-_57b4232b-e7d8-9c69-ed95-a265126148c9-fcfd8a86 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4bd7365e-2a1e-d7ce-59bc-1ccfce89f9a0-400754d2 {
  grid-area: Thumbnail;
  align-self: center;
  justify-self: center;
}

#w-node-_3a0495d5-db73-9b57-fcf7-c73a15bd7fcd-400754d2 {
  grid-area: xs;
  align-self: end;
  justify-self: center;
}

#w-node-_3891f498-8f7c-da91-2c0f-5a4bc3c51ac4-400754d2 {
  grid-area: s;
  align-self: end;
  justify-self: center;
}

#w-node-ef47fbda-d9d2-32f8-3313-915c41940317-400754d2 {
  grid-area: m;
  align-self: end;
  justify-self: center;
}

#w-node-_9600053a-4cf0-267b-2376-77940283989a-400754d2 {
  grid-area: l;
  align-self: end;
  justify-self: center;
}

#w-node-dd22ea9a-01a2-98cd-6ad9-318ac53c0fa2-400754d2 {
  grid-area: Area;
  align-self: end;
  justify-self: center;
}

#nude-l.w-node-_2eb27cf6-18f4-6b42-8c04-2adb3b3ec872-400754d2 {
  grid-area: l;
  align-self: center;
}

#w-node-f4b8888a-b72e-6c9a-ba9b-f84a6b3ce4bd-400754d2, #w-node-ceb26d5d-1fd2-17ee-2e46-8c6938062530-400754d2 {
  grid-area: Title;
  align-self: center;
  justify-self: start;
}

#nude-t-xs.w-node-dce2cbf9-c5b3-e8fa-303e-659ead16b9ad-400754d2 {
  grid-area: xs;
  align-self: center;
}

#nude-t-s.w-node-_401f067b-8e71-333c-aff1-482b76f15581-400754d2 {
  grid-area: s;
  align-self: center;
}

#nude-t-m.w-node-_55c72a0e-3130-68e8-aa11-98ac96bcfa86-400754d2 {
  grid-area: m;
  align-self: center;
}

#nude-t-l.w-node-_8b470ff8-000e-3dd9-c9e3-5743e0e5fa39-400754d2 {
  grid-area: l;
  align-self: center;
}

#w-node-_4a714e52-3509-f3f3-3574-46f3da1c3117-400754d2 {
  grid-area: Title;
  align-self: center;
  justify-self: start;
}

#w-node-_56ab9ffa-52c9-82ac-db7c-e770193ef4e0-400754d2 {
  grid-area: Title;
  justify-self: start;
}

#nude-t-xl-2.w-node-ab02458f-4a23-1c92-2a71-9dee4ad19943-400754d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#black-l.w-node-dbbefbc2-cffd-871d-a099-01746a8faa2a-400754d2 {
  grid-area: l;
  align-self: center;
}

#w-node-_4d0b1b78-a68c-9ee9-9a9c-df7c6b8fed54-400754d2 {
  grid-area: Title;
  align-self: center;
  justify-self: start;
}

#w-node-b153fee5-e0ab-6094-da62-45ede5c9dcdb-400754d2 {
  grid-area: Title;
  justify-self: start;
}

#black-t-xs.w-node-_2c9d76d0-8a45-0ce7-30f0-62ce5693b1ae-400754d2 {
  grid-area: xs;
  align-self: center;
}

#black-t-s.w-node-_55c23fc2-1dad-e5d2-f151-292efddb3f32-400754d2 {
  grid-area: s;
  align-self: center;
}

#black-t-m.w-node-ea44e10b-a83a-797c-c27c-cca44b9388c2-400754d2 {
  grid-area: m;
  align-self: center;
}

#black-t-l.w-node-_6a06e1c5-d648-dfaf-e37b-103099357e59-400754d2 {
  grid-area: l;
  align-self: center;
}

#w-node-f0adb4b7-e07c-72e3-2958-f7a633514a07-400754d2 {
  grid-area: Title;
  align-self: center;
  justify-self: start;
}

#w-node-f8a9b531-c928-f845-79b9-2e0376ba27e6-400754d2 {
  grid-area: Title;
  justify-self: start;
}

#black-t-xl-2.w-node-ee7ef4db-d93d-3094-5d15-6d768f3b8746-400754d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#nude-no-lace-t-xs.w-node-_2923666d-c7de-ddca-46b2-d96f4274d28c-400754d2 {
  grid-area: xs;
  align-self: center;
}

#nude-no-lace-t-s.w-node-_2923666d-c7de-ddca-46b2-d96f4274d28d-400754d2 {
  grid-area: s;
  align-self: center;
}

#nude-no-lace-t-m.w-node-_2923666d-c7de-ddca-46b2-d96f4274d28e-400754d2 {
  grid-area: m;
  align-self: center;
}

#nude-no-lace-t-l.w-node-_2923666d-c7de-ddca-46b2-d96f4274d28f-400754d2 {
  grid-area: l;
  align-self: center;
}

#w-node-_2923666d-c7de-ddca-46b2-d96f4274d290-400754d2 {
  grid-area: Title;
  align-self: center;
  justify-self: start;
}

#w-node-_2923666d-c7de-ddca-46b2-d96f4274d292-400754d2 {
  grid-area: Title;
  justify-self: start;
}

#black-no-lace-t-xs.w-node-_71fb9fa6-1d5c-57c7-2a56-4934a40755d3-400754d2 {
  grid-area: xs;
  align-self: center;
}

#black-no-lace-t-s.w-node-_71fb9fa6-1d5c-57c7-2a56-4934a40755d4-400754d2 {
  grid-area: s;
  align-self: center;
}

#black-no-lace-t-m.w-node-_71fb9fa6-1d5c-57c7-2a56-4934a40755d5-400754d2 {
  grid-area: m;
  align-self: center;
}

#black-no-lace-t-l.w-node-_71fb9fa6-1d5c-57c7-2a56-4934a40755d6-400754d2 {
  grid-area: l;
  align-self: center;
}

#w-node-_71fb9fa6-1d5c-57c7-2a56-4934a40755d7-400754d2 {
  grid-area: Title;
  align-self: center;
  justify-self: start;
}

#w-node-_71fb9fa6-1d5c-57c7-2a56-4934a40755d9-400754d2 {
  grid-area: Title;
  justify-self: start;
}

#w-node-_4bd7365e-2a1e-d7ce-59bc-1ccfce89f9a0-0cc68c31 {
  grid-area: Thumbnail;
  align-self: center;
  justify-self: center;
}

#w-node-_3a0495d5-db73-9b57-fcf7-c73a15bd7fcd-0cc68c31 {
  grid-area: xs;
  align-self: end;
  justify-self: center;
}

#w-node-_3891f498-8f7c-da91-2c0f-5a4bc3c51ac4-0cc68c31 {
  grid-area: s;
  align-self: end;
  justify-self: center;
}

#w-node-ef47fbda-d9d2-32f8-3313-915c41940317-0cc68c31 {
  grid-area: m;
  align-self: end;
  justify-self: center;
}

#w-node-_9600053a-4cf0-267b-2376-77940283989a-0cc68c31 {
  grid-area: Area;
  align-self: end;
  justify-self: center;
}

#w-node-_941602de-217a-b2ec-235c-b1035bf7022a-0cc68c31 {
  grid-area: l;
  align-self: end;
  justify-self: center;
}

#nude-l.w-node-_2eb27cf6-18f4-6b42-8c04-2adb3b3ec872-0cc68c31 {
  grid-area: l;
  align-self: center;
}

#w-node-f4b8888a-b72e-6c9a-ba9b-f84a6b3ce4bd-0cc68c31, #w-node-ceb26d5d-1fd2-17ee-2e46-8c6938062530-0cc68c31 {
  grid-area: Title;
  align-self: center;
  justify-self: start;
}

#nude-lace-xs.w-node-dce2cbf9-c5b3-e8fa-303e-659ead16b9ad-0cc68c31 {
  grid-area: xs;
  align-self: center;
}

#nude-lace-s.w-node-_401f067b-8e71-333c-aff1-482b76f15581-0cc68c31 {
  grid-area: s;
  align-self: center;
}

#nude-lace-m.w-node-_55c72a0e-3130-68e8-aa11-98ac96bcfa86-0cc68c31 {
  grid-area: m;
  align-self: center;
}

#nude-lace-l.w-node-_8b470ff8-000e-3dd9-c9e3-5743e0e5fa39-0cc68c31 {
  grid-area: l;
  align-self: center;
}

#nude-lace-xl.w-node-_22a82719-b08e-5fb5-f599-9c0164b5da33-0cc68c31 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4a714e52-3509-f3f3-3574-46f3da1c3117-0cc68c31 {
  grid-area: Title;
  align-self: center;
  justify-self: start;
}

#w-node-_56ab9ffa-52c9-82ac-db7c-e770193ef4e0-0cc68c31 {
  grid-area: Title;
  justify-self: start;
}

#black-l.w-node-dbbefbc2-cffd-871d-a099-01746a8faa2a-0cc68c31 {
  grid-area: l;
  align-self: center;
}

#w-node-_4d0b1b78-a68c-9ee9-9a9c-df7c6b8fed54-0cc68c31 {
  grid-area: Title;
  align-self: center;
  justify-self: start;
}

#w-node-b153fee5-e0ab-6094-da62-45ede5c9dcdb-0cc68c31 {
  grid-area: Title;
  justify-self: start;
}

#black-lace-xs.w-node-_2c9d76d0-8a45-0ce7-30f0-62ce5693b1ae-0cc68c31 {
  grid-area: xs;
  align-self: center;
}

#black-lace-s.w-node-_55c23fc2-1dad-e5d2-f151-292efddb3f32-0cc68c31 {
  grid-area: s;
  align-self: center;
}

#black-lace-m.w-node-ea44e10b-a83a-797c-c27c-cca44b9388c2-0cc68c31 {
  grid-area: m;
  align-self: center;
}

#black-lace-l.w-node-_6a06e1c5-d648-dfaf-e37b-103099357e59-0cc68c31 {
  grid-area: l;
  align-self: center;
}

#black-lace-xl.w-node-_489dce2c-efe4-f4d8-00c8-046b8e57c21b-0cc68c31 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f0adb4b7-e07c-72e3-2958-f7a633514a07-0cc68c31 {
  grid-area: Title;
  align-self: center;
  justify-self: start;
}

#w-node-f8a9b531-c928-f845-79b9-2e0376ba27e6-0cc68c31 {
  grid-area: Title;
  justify-self: start;
}

#nude-nolace-xs.w-node-_7320c43a-b8ab-08d3-9ae9-c5a8d3775b15-0cc68c31 {
  grid-area: xs;
  align-self: center;
}

#nude-nolace-s.w-node-_7320c43a-b8ab-08d3-9ae9-c5a8d3775b16-0cc68c31 {
  grid-area: s;
  align-self: center;
}

#nude-nolace-m.w-node-_7320c43a-b8ab-08d3-9ae9-c5a8d3775b17-0cc68c31 {
  grid-area: m;
  align-self: center;
}

#nude-nolace-l.w-node-_7320c43a-b8ab-08d3-9ae9-c5a8d3775b18-0cc68c31 {
  grid-area: l;
  align-self: center;
}

#w-node-_7320c43a-b8ab-08d3-9ae9-c5a8d3775b19-0cc68c31 {
  grid-area: Title;
  align-self: center;
  justify-self: start;
}

#w-node-_7320c43a-b8ab-08d3-9ae9-c5a8d3775b1b-0cc68c31 {
  grid-area: Title;
  justify-self: start;
}

#black-nolace-xs.w-node-dc174ffb-da1e-33fa-f2a2-98982cbbd937-0cc68c31 {
  grid-area: xs;
  align-self: center;
}

#black-nolace-s.w-node-dc174ffb-da1e-33fa-f2a2-98982cbbd938-0cc68c31 {
  grid-area: s;
  align-self: center;
}

#black-nolace-m.w-node-dc174ffb-da1e-33fa-f2a2-98982cbbd939-0cc68c31 {
  grid-area: m;
  align-self: center;
}

#black-nolace-l.w-node-dc174ffb-da1e-33fa-f2a2-98982cbbd93a-0cc68c31 {
  grid-area: l;
  align-self: center;
}

#w-node-dc174ffb-da1e-33fa-f2a2-98982cbbd93b-0cc68c31 {
  grid-area: Title;
  align-self: center;
  justify-self: start;
}

#w-node-dc174ffb-da1e-33fa-f2a2-98982cbbd93d-0cc68c31 {
  grid-area: Title;
  justify-self: start;
}

#w-node-f26cd553-5872-4e97-12d0-002f05e05ad7-63941659 {
  align-self: center;
}

#w-node-f26cd553-5872-4e97-12d0-002f05e05ad8-63941659 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f26cd553-5872-4e97-12d0-002f05e05ae5-63941659 {
  align-self: center;
}

#w-node-f26cd553-5872-4e97-12d0-002f05e05ae6-63941659 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f26cd553-5872-4e97-12d0-002f05e05aa9-63941659 {
  align-self: center;
}

#w-node-f26cd553-5872-4e97-12d0-002f05e05aaa-63941659 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f26cd553-5872-4e97-12d0-002f05e05ab7-63941659 {
  align-self: center;
}

#w-node-f26cd553-5872-4e97-12d0-002f05e05ab8-63941659 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-f14eded8-a615-37cf-f692-20cb98d17422-83fd8aca {
    grid-area: Buttons;
    justify-self: end;
  }

  #w-node-_1a43a0ad-44d6-2962-c7db-1e87b60a9474-83fd8aca {
    grid-area: Buttons;
    align-self: center;
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_236a74f4-133c-8576-074a-5754a2cc9d55-83fd8aca {
    grid-area: Buttons;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d7f895a2-9710-9271-abcd-ed0a96cdfca5-83fd8aca {
    justify-self: center;
  }

  #w-node-_49e6b466-e3cb-3dad-ab87-fcaa5cd2323b-83fd8aca {
    justify-self: stretch;
  }

  #w-node-f14eded8-a615-37cf-f692-20cb98d17422-83fd8aca {
    grid-area: Buttons;
    align-self: end;
    justify-self: stretch;
  }

  #w-node-_1a43a0ad-44d6-2962-c7db-1e87b60a9474-83fd8aca {
    grid-area: Buttons;
    align-self: center;
    justify-self: center;
  }

  #w-node-_236a74f4-133c-8576-074a-5754a2cc9d55-83fd8aca {
    grid-area: Buttons;
    justify-self: stretch;
  }
}


@font-face {
  font-family: 'Avenirnextcyr';
  src: url('../fonts/AvenirNextCyr-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Avenirnextcyr';
  src: url('../fonts/AvenirNextCyr-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenirnextcyr';
  src: url('../fonts/AvenirNextCyr-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenirnextcyr';
  src: url('../fonts/AvenirNextCyr-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Avenirnextcyr demi';
  src: url('../fonts/AvenirNextCyr-Demi.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenirnextcyr';
  src: url('../fonts/AvenirNextCyr-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenirnextcyr';
  src: url('../fonts/AvenirNextCyr-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Avenirnextcyr';
  src: url('../fonts/AvenirNextCyr-Heavy.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenirnextcyr';
  src: url('../fonts/AvenirNextCyr-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenirnextcyr';
  src: url('../fonts/AvenirNextCyr-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Avenirnextcyr';
  src: url('../fonts/AvenirNextCyr-Italic.woff') format('woff'), url('../fonts/AvenirNextCyr-DemiItalic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Avenirnextcyr';
  src: url('../fonts/AvenirNextCyr-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenirnextcyr';
  src: url('../fonts/AvenirNextCyr-HeavyItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Avenirnextcyr';
  src: url('../fonts/AvenirNextCyr-UltraLightIt.woff') format('woff'), url('../fonts/AvenirNextCyr-UltraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Bwvivant';
  src: url('../fonts/BwVivant-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Bwvivant';
  src: url('../fonts/BwVivant-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}