.padding-top{
  padding-top: 15vh;
}

@media screen and (max-width: 520px){
  .padding-top{
    padding-top: 68.88px;
  }
}

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

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

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

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

.w-commerce-commercecartcontainerwrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.8);
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  position: absolute;
  top: 100%;
  left: 0px;
  right: auto;
  bottom: auto;
  background-color: transparent;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  position: absolute;
  left: auto;
  top: 100%;
  right: 0px;
  bottom: auto;
  background-color: transparent;
}

.w-commerce-commercecartcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 480px;
  min-width: 320px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: auto;
  background-color: #fff;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.25);
}

.w-commerce-commercecartheader {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e6e6e6;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.w-commerce-commercecartformwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.w-commerce-commercecartform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.w-commerce-commercecartlist {
  overflow: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  -webkit-overflow-scrolling: touch;
}

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

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

.w-commerce-commercecartiteminfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
  margin-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

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

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

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

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

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

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

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

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

.w-commerce-commercecartfooter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
}

.w-commerce-commercecartlineitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

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

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

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

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

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

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

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

.w-commerce-commercecartemptystate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.w-commerce-commercecarterrorstate {
  margin-top: 0px;
  margin-right: 24px;
  margin-bottom: 24px;
  margin-left: 24px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  background-color: #ffdede;
}

.w-commerce-commerceaddtocartform {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercelayoutcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-commerce-commercelayoutmain {
  -webkit-flex-basis: 800px;
  -ms-flex-preferred-size: 800px;
  flex-basis: 800px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-right: 20px;
}

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

.w-commerce-commercecheckoutblockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcolumn {
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutshippingmethoditem {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
  padding-left: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom-color: #e6e6e6;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 0px;
  background-color: #fff;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  margin-left: 12px;
  margin-right: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcardnumber:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

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

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

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

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

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

.w-commerce-commercecheckoutcardexpirationdate:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

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

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

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

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

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

.w-commerce-commercecheckoutcardsecuritycode:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutsummaryblockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

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

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.w-commerce-commercecheckoutorderitemquantitywrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: pre-wrap;
}

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

.w-commerce-commercelayoutsidebar {
  -webkit-flex-basis: 320px;
  -ms-flex-preferred-size: 320px;
  flex-basis: 320px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

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

.w-commerce-commercecheckoutsummarylineitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.w-commerce-commercecheckoutordersummaryextraitemslistitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

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

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

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

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

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

.w-commerce-commercecheckoutsummaryflexboxdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

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

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

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

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

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

  .w-commerce-commercelayoutmain {
    margin-right: 0px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .w-commerce-commercelayoutsidebar {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

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

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .w-commerce-commercecartquantity {
    font-size: 16px;
  }

  .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutemailinput {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingfullname {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstreetaddress {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstateprovince {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingzippostalcode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingcountryselector {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardnumber {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardexpirationdate {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardsecuritycode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingfullname {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstreetaddress {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingcity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstateprovince {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingzippostalcode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

body {
  background-color: #ffffff;
  font-family: Inter, sans-serif;
  color: #232323;
  font-size: 1em;
  line-height: 140%;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 3.2em;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: -0.04em;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 3em;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: -0.03em;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2.5em;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: -0.03em;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2.2em;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: -0.02em;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.8em;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: -0.02em;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.3em;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: -0.02em;
}

p {
  margin-bottom: 1em;
  line-height: 150%;
}

a {
  color: #496a81;
  text-decoration: none;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
}

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

li {
  margin-bottom: 5px;
  line-height: 150%;
}

label {
  display: block;
  margin-bottom: 0px;
  color: #496a81;
  font-size: 1.1em;
  font-weight: 500;
}

.style-guide-section {
  padding: 15vh 7vw 10vh;
}

.spacer {
  height: 30px;
}

.style-guide-container {
  max-width: 600px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 2px solid #e2e2e2;
}

.rich-text-block {
  font-size: 1.1em;
}

.rich-text-block.privacy {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-block h1 {
  margin-bottom: 0.3em;
}

.rich-text-block h2 {
  margin-top: 0.6em;
  margin-bottom: 0.3em;
}

.rich-text-block h3 {
  margin-top: 0.6em;
  margin-bottom: 0.3em;
}

.rich-text-block h4 {
  margin-top: 0.6em;
  margin-bottom: 0.3em;
}

.rich-text-block h5 {
  margin-top: 0.6em;
  margin-bottom: 0.3em;
}

.rich-text-block h6 {
  margin-top: 0.6em;
  margin-bottom: 0.3em;
}

.submit-button {
  padding: 0.75em 2em;
  border-radius: 50px;
  background-color: #307bff;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-size: 1.4em;
}

.submit-button:hover {
  background-color: #307bff;
}

.submit-button:active {
  background-color: #252526;
}

.logo-image {
  max-width: 83%;
  border-radius: 0%;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.logo-image:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.logo-image:active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.nav-link {
  width: 140px;
  border-radius: 10px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 22px;
  color: white;
  background-color: #307bff;
  cursor: pointer;
  font-weight: 700;
}

.nav-link.w--current {
  background-color: transparent;
  color: #fff;
}

.header-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 64px 1fr;
  grid-template-columns: 64px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-size: 0.9em;
  line-height: 130%;
  font-weight: 300;
  letter-spacing: -0.01em;
}

.header {
  position: fixed;
  top: 0px;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 15vh;
  padding-right: 4vw;
  padding-left: 4vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #ffffff;
}

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-style: solid;
  border-width: 2px;
  border-color: #307bff;
  border-radius: 6px;
  text-align: center;
}

.section {
  padding-top: 15vh;
  padding-bottom: 15vh;
  padding-left: 16vw;
}

.section.hello {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 47vh;
  margin-bottom: 0px;
  /* padding-right: 16vw; */
  padding-bottom: 0vh;
  /* padding-left: 16vw; */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section.products {
  overflow: hidden;
  padding-right: 10vw;
  padding-left: 10vw;
  background-image: url('../../images/Group-4.png');
  background-position: 0px 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.section.about {
  padding-right: 10vw;
  padding-left: 15vw;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section.faq {
  padding-top: 0vh;
  padding-left: 16vw;
}

.section.contact {
  padding-top: 0vh;
  padding-left: 16vw;
}

.section.privacy {
  padding-top: 0vh;
  padding-right: 10vw;
  padding-left: 10vw;
}

.section.footer {
  padding-right: 5vw;
  padding-bottom: 12vh;
  padding-left: 5vw;
  background-color: #f2f2f2;
}

.section.newsletter {
  padding-top: 8vh;
}

.section.customers {
  padding-right: 18vw;
  padding-left: 18vw;
}

.section.category-products {
  overflow: hidden;
  padding-right: 12vw;
  padding-left: 12vw;
}

.section.customer-says {
  padding-top: 0vh;
  padding-right: 8vw;
  padding-left: 8vw;
}

.section.faq {
  min-height: 20vh;
  margin-bottom: 220px;
  padding: 20vh 8vw 0vh 8vw;
}

.section.faq-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 20vh;
  margin-bottom: 0px;
  padding: 0vh 16vw 20vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.products-list {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 8vw;
  grid-row-gap: 10vw;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.products-price {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.products-price.large {
  margin-bottom: 5vh;
  font-size: 1.2em;
}

.products-image {
  margin-bottom: 1vw;
  border-radius: 30px;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.products-image:hover {
  -webkit-transform: rotate(-3deg) scale(0.97);
  -ms-transform: rotate(-3deg) scale(0.97);
  transform: rotate(-3deg) scale(0.97);
}

.products-link {
  color: #333;
}

.price-compare {
  font-size: 0.9em;
  text-decoration: line-through;
}

.price-current {
  letter-spacing: -0.04em;
}

.section-product {
  display: -ms-grid;
  display: grid;
  min-height: 100vh;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1.25fr 1fr;
  grid-template-columns: 1.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 5px solid #fff;
  background-color: #fbfbfb;
}

.product-content-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product-content-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 15vh;
  margin-right: -2.5vw;
  margin-bottom: 7vh;
  margin-left: -2.5vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.products-heading {
  margin-bottom: 7vh;
  font-size: 3em;
  font-weight: 400;
}

.product-content {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.category-products-list {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 15vw;
  grid-row-gap: 10vw;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.products-description {
  line-height: 150%;
}

.span-logo {
  font-size: 1.1em;
  font-weight: 500;
}

.background-video {
  z-index: 1;
  height: 360px;
  max-width: 60vw;
  margin-top: -5vh;
  margin-left: auto;
  border-radius: 30px;
}

.question-item {
  max-width: 70%;
  margin-bottom: 2vh;
  padding: 50px;
  border-style: solid;
  border-width: 2px;
  border-color: #d5e6f9;
  border-radius: 30px;
  background-color: #fff;
  margin-top: 30px;
}

.question {
  font-family: 'Noto Sans KR', sans-serif;
  color: rgb(0, 0, 0);
  font-size: 1.9em;
  line-height: 145%;
  font-weight: 700;
  cursor: pointer;
}

.answer {
  margin-top: 20px;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 1.5em;
  line-height: 164%;
  letter-spacing: -0.05em;
}

.contact-form {
  max-width: 640px;
}

.form {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 5vh;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form-item {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 2vw;
  grid-row-gap: 3vh;
  -ms-grid-columns: 150px 1fr;
  grid-template-columns: 150px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-field {
  margin-bottom: 0px;
  padding: 1.5em;
  border: 2px solid transparent;
  border-radius: 50px;
  background-color: #e8e8e8;
  -webkit-transition: box-shadow 300ms ease, border-color 300ms ease;
  transition: box-shadow 300ms ease, border-color 300ms ease;
  font-size: 1.1em;
}

.text-field:hover {
  border-color: transparent;
}

.text-field:active {
  box-shadow: inset 1px 1px 3px 0 transparent;
}

.text-field:focus {
  border-color: transparent;
}

.text-field.textarea {
  min-height: 150px;
  padding-top: 15px;
  border-radius: 20px;
}

.success-message {
  padding-left: 10%;
  background-color: #fff;
  font-size: 1.5em;
  line-height: 140%;
  font-weight: 500;
  text-align: left;
  letter-spacing: -0.025em;
}

.error-message {
  margin-left: 33.33%;
  padding: 15px 20px;
  background-color: #ff3131;
  color: #ffe7e7;
  font-size: 1.3em;
  line-height: 140%;
}

.products-title {
  max-width: 94%;
  margin-bottom: 10px;
  font-size: 1.4em;
  line-height: 130%;
}

.products-list-item:nth-child(odd) {
  margin-top: 4vh;
}

.products-list-item:nth-child(even) {
  margin-top: -4vh;
}

.products-list-item:first-child {
  margin-top: 8vh;
}

.products-list-item:last-child {
  margin-top: 8vh;
}

.category-products-item:nth-child(odd) {
  margin-top: -10vh;
}

.category-products-item:nth-child(even) {
  margin-top: 10vh;
}

.hello-link {
  padding-right: 0.25em;
  padding-left: 0.25em;
  border-radius: 10px;
  background-color: #e5e2e7;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  color: #496a81;
  font-size: 0.9em;
}

.hello-link:hover {
  background-color: #dac9e2;
  color: #364f61;
}

.hello-link.green {
  background-color: #c4ebc8;
  color: #69856c;
}

.hello-link.green:hover {
  background-color: #b4e0b8;
  color: #5d7a60;
}

.hello-heading {
  overflow: visible;
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 100%;
  -ms-flex: 0 100%;
  flex: 0 100%;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 3em;
  line-height: 130%;
  font-weight: 400;
}

.about-container {
  max-width: 53vw;
  padding: 8vh 10vh;
  border-radius: 30px;
  background-color: #f0ebec;
  background-image: linear-gradient(160deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0.4));
  color: #fff;
}

.about-heading {
  margin-bottom: 5vh;
  font-family: 'Noto Sans KR', sans-serif;
  color: #000;
  font-size: 2.2em;
  line-height: 145%;
  font-weight: 300;
}

.about-description {
  margin-left: 5vh;
  color: #000;
  font-size: 1.5em;
  letter-spacing: -0.01em;
}

.question-link {
  border-bottom: 2px solid #bea4cb;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.question-link:hover {
  background-color: #f0e5f5;
}

.footer-link {
  margin-top: 20px;
  margin-right: 30px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  cursor: pointer;
}

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

.footer-link.w--current {
  font-weight: 400;
  cursor: pointer;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.powered-by {
  margin-top: 30px;
  margin-bottom: 0px;
  font-size: 0.9em;
}

.products-gallery {
  border-right: 5px solid #fff;
}

.newsletter-heading {
  margin-right: 20vw;
  margin-bottom: 5vh;
  margin-left: 20vw;
}

.newsletter-form {
  display: -ms-grid;
  display: grid;
  max-width: 600px;
  margin-right: 8vw;
  margin-left: 25vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 2vw;
  grid-row-gap: 2vh;
  -ms-grid-columns: 3fr 1fr;
  grid-template-columns: 3fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.newsletter-text {
  max-width: 380px;
  margin-right: 8vw;
  margin-bottom: 0em;
  margin-left: 40vw;
  font-size: 1.3em;
  line-height: 150%;
  letter-spacing: -0.02em;
}

.newsletter-container {
  margin-bottom: 5vh;
}

.customers-heading {
  margin-bottom: 7vh;
  text-align: center;
}

.customers-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.collection-item {
  max-width: 40vw;
  margin-bottom: 4vh;
  padding-right: 0px;
  padding-left: 0px;
}

.collection-item:nth-child(even) {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.customer-review {
  margin-bottom: 0em;
  padding: 40px 40px 64px;
  border-radius: 30px;
  background-color: #fff;
  background-image: linear-gradient(165deg, hsla(0, 0%, 100%, 0.4), hsla(0, 0%, 100%, 0));
  font-family: 'Noto Sans KR', sans-serif;
  color: #50585e;
  font-size: 1.2em;
  font-weight: 400;
  letter-spacing: -0.015em;
}

.customer-info {
  display: -ms-grid;
  display: grid;
  margin-top: -44px;
  padding-right: 10px;
  padding-left: 20px;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  -ms-grid-columns: 64px 1fr;
  grid-template-columns: 64px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.customer-photo {
  border-radius: 0%;
  background-color: #000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.customers-ava {
  position: relative;
}

.customer-emoji {
  position: absolute;
  top: -0.5em;
  right: -0.75em;
  font-size: 2em;
  line-height: 100%;
}

.hello-description {
  margin-bottom: 0em;
  color: #747474;
  font-size: 1.5em;
  font-weight: 400;
  letter-spacing: -0.03em;
}

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

.cart-product-title {
  margin-bottom: 8px;
  padding-top: 4px;
  font-size: 1.1em;
  line-height: 100%;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.cart-product-price {
  font-size: 0.9em;
  line-height: 100%;
}

.cart-remove-button {
  padding-right: 10px;
  padding-left: 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 30px;
  background-image: url('../../images/icon-remove.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: background-position 200ms ease, padding 200ms ease, background-color 200ms ease, color 200ms ease;
  transition: background-position 200ms ease, padding 200ms ease, background-color 200ms ease, color 200ms ease;
  color: #ff4d4d;
}

.cart-remove-button:hover {
  padding-left: 25px;
  background-color: rgba(255, 0, 0, 0.12);
  background-position: 5px 50%;
  color: #cf0000;
}

.cart-quantity {
  width: 40px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 30px;
  font-size: 0.9em;
  font-weight: 600;
  text-align: center;
}

.apple-pay {
  border-radius: 30px;
}

.checkout-button {
  border-radius: 30px;
}

.cart-button {
  border-style: solid;
  border-width: 2px;
  border-color: rgba(73, 106, 129, 0.32);
  border-radius: 30px;
  background-color: transparent;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  color: #496a81;
}

.cart-button:hover {
  border-color: #496a81;
}

.icon-cart {
  margin-right: 0px;
}

.cart-quantity-large {
  margin-left: 12px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #fbfbfb;
  color: #496a81;
  font-size: 1.1em;
  font-weight: 500;
}

.cart-header {
  padding-top: 36px;
  padding-bottom: 12px;
  border-bottom-width: 0px;
}

.cart-line-item {
  font-size: 1.2em;
}

.cart-heading {
  font-weight: 300;
  letter-spacing: -0.04em;
}

.cart-close {
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
}

.cart-close:hover {
  opacity: 1;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.add-to-cart-button {
  margin-left: 15px;
  padding-right: 24px;
  padding-left: 24px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(73, 106, 129, 0.32);
  border-radius: 30px;
  background-color: transparent;
  -webkit-transition: border-color 200ms ease, background-color 200ms ease, color 200ms ease;
  transition: border-color 200ms ease, background-color 200ms ease, color 200ms ease;
  color: #496a81;
  font-weight: 500;
}

.add-to-cart-button:hover {
  border-color: #496a81;
  background-color: #496a81;
  color: #fbfbfb;
}

.field-label {
  margin-bottom: 10px;
}

.quantity-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.quantity {
  margin-bottom: 0px;
}

.hello-text {
  font-size: 3.2em;
  line-height: 120%;
  letter-spacing: -0.04em;
  margin-bottom: 30px;
}

.hello-text.emoji {
  line-height: 150%;
}

.hello-wrap {
  display: -ms-grid;
  display: grid;
  max-width: 720px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 2vw;
  grid-row-gap: 2vh;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.also-like-list {
  display: -ms-grid;
  display: grid;
  margin-right: 10vw;
  margin-left: 10vw;
  grid-auto-columns: 1fr;
  grid-column-gap: 5vw;
  grid-row-gap: 7vh;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.also-like-heading {
  margin-right: 5vw;
  margin-bottom: 10vh;
  margin-left: 5vw;
}

.block-header {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.customer-name {
  position: static;
  margin-top: 5px;
  padding-top: 0px;
  font-family: 'Archivo Black', sans-serif;
  font-size: 2em;
  letter-spacing: -0.05em;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.service-heading {
  margin-bottom: 18px;
}

.checkout-form {
  padding-top: 20vh;
  background-color: #fbfbfb;
}

.paypal-checkout-form {
  padding-top: 20vh;
  background-color: #fbfbfb;
}

.order-confirmation {
  padding-top: 20vh;
}

.checkout-form-summary {
  top: 20vh;
}

.checkout-form-order-item {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.customer-say-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 5vw;
  grid-row-gap: 5vh;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.customer-say-content {
  margin-bottom: 0em;
  padding: 30px 40px;
  border-radius: 30px;
  background-color: #ede4f2;
  background-image: linear-gradient(165deg, hsla(0, 0%, 100%, 0.4), hsla(0, 0%, 100%, 0));
  letter-spacing: -0.03em;
}

.customers-says-title {
  font-size: 1.4em;
}

.customers-emotion-list {
  display: -ms-grid;
  display: grid;
  padding-top: 10vh;
  padding-right: 8vw;
  padding-left: 8vw;
  grid-auto-columns: 1fr;
  grid-column-gap: 2vw;
  grid-row-gap: 3vh;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.customers-emotion-heading {
  margin-left: 12vw;
}

.customers-says-info {
  display: -ms-grid;
  display: grid;
  margin-bottom: 20px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 3vh;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.customer-say-gallery {
  border-radius: 30px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bold-text-2 {
  font-weight: 300;
}

.bold-text-3 {
  display: inline;
}

.bold-text-4 {
  font-weight: 400;
}

.heading {
  font-size: 2.8em;
  text-align: center;
}

.heading-2 {
  padding-top: 10px;
  font-size: 2.2em;
  line-height: 150%;
  text-align: center;
}

.button {
  position: relative;
  top: auto;
  display: inline-block;
  margin: 63px auto auto;
  padding: 18px 30px;
  border-radius: 9px;
  background-color: #307bff;
  box-shadow: 8px 8px 13px -1px rgba(255, 0, 76, 0.48);
  color: #fff;
  font-size: 2.2em;
  cursor: pointer;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.bold-text-5 {
  font-size: 0.8em;
  cursor: pointer;
}

.heading-3 {
  width: 476px;
  font-family: 'Noto Sans KR', sans-serif;
  line-height: 127%;
  font-weight: 300;
}

.div-block-2 {
  position: relative;
  left: 0px;
  right: auto;
  display: block;
  width: 536px;
  height: 500px;
  padding-top: 40px;
  padding-right: 47px;
  padding-left: 47px;
  float: left;
  border: 0px solid #000;
  border-radius: 35px;
  background-color: #fff;
}

.paragraph {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 1.2em;
}

.div-block-3 {
  display: inline-block;
  width: 100px;
  height: 100%;
  float: left;
}

.div-block-4 {
  width: 100%;
  height: 100px;
}

.image {
  float: left;
  border-radius: 11px;
}

.div-block-5 {
  display: inline-block;
  width: 317px;
  height: 100%;
  margin-left: 10px;
  padding-left: 0px;
  float: left;
  clear: none;
}

.heading-4 {
  margin-bottom: 40px;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 3em;
  line-height: 132%;
}

.bold-text-7 {
  font-weight: 400;
}

.text-block {
  font-family: 'Noto Sans KR', sans-serif;
}

.text-block-copy {
  padding-top: 5px;
  font-family: 'Noto Sans KR', sans-serif;
}

.text-block-copy {
  font-family: 'Noto Sans KR', sans-serif;
}

.text-block-copy-copy {
  opacity: 0.47;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 0.8em;
}

.paragraph-second {
  margin-bottom: 0em;
  padding-top: 0px;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 1.2em;
}

.paragraph-third {
  margin-bottom: 0em;
  padding-top: 20px;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 1.2em;
}

.text-span {
  opacity: 0.41;
}

.text-span-2 {
  opacity: 0.41;
}

.div-block-6 {
  position: absolute;
  left: 3%;
  top: auto;
  right: auto;
  bottom: -5%;
  width: 90px;
  height: 90px;
}

.exam-third {
  position: relative;
  left: 0px;
  right: auto;
  display: block;
  width: 536px;
  height: 450px;
  margin-top: 73px;
  padding-top: 40px;
  padding-right: 47px;
  padding-left: 47px;
  float: left;
  border: 0px solid #000;
  border-radius: 35px;
  background-color: #fff;
}

.text-span-3 {
  opacity: 0.41;
}

.text-span-4 {
  opacity: 0.41;
}

.exam-fourth {
  position: relative;
  right: auto;
  display: inline-block;
  width: 536px;
  height: auto;
  margin-top: 63px;
  padding: 40px 47px 78px;
  float: left;
  border: 0px solid #000;
  border-radius: 35px;
  background-color: #fff;
}

.div-block-6-copy {
  position: absolute;
  left: 5%;
  top: auto;
  right: auto;
  bottom: -15%;
  width: 70px;
  height: 73px;
}

.customer-name-copy {
  position: absolute;
  left: 22%;
  top: auto;
  right: auto;
  bottom: -8%;
  margin-top: -10px;
  padding-top: 0px;
  padding-left: 2px;
  font-family: 'Archivo Black', sans-serif;
  font-size: 2em;
  letter-spacing: -0.05em;
}

.more-detail {
  position: relative;
  top: auto;
  display: inline-block;
  margin: 63px 15px auto auto;
  padding: 10px 20px 13px;
  border: 2px solid #307bff;
  border-radius: 9px;
  background-color: transparent;
  color: #307bff;
  font-size: 2.2em;
  cursor: pointer;
}

.update-info {
  position: relative;
  top: auto;
  display: inline-block;
  margin: 63px auto auto 0px;
  padding: 10px 44px 13px;
  border: 2px solid transparent;
  border-radius: 9px;
  background-color: #307bff;
  color: #307bff;
  font-size: 2.2em;
  cursor: pointer;
}

.bold-text-5-copy {
  color: #fff;
  font-size: 0.8em;
}

.div-block-7 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 552px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -o-object-fit: cover;
  object-fit: cover;
}

.bold-text-5-copy {
  color: #307bff;
  font-size: 0.6em;
  cursor: pointer;
}

.bold-text-5-copy-copy {
  color: #fff;
  font-size: 0.6em;
  cursor: pointer;
}

.question-1 {
  position: relative;
  right: auto;
  display: inline-block;
  width: 536px;
  height: 130px;
  margin-bottom: 67px;
  padding-top: 40px;
  padding-right: 47px;
  padding-left: 47px;
  float: right;
  border: 0px solid #000;
  border-radius: 35px;
  background-color: #f0ebec;
}

.image-2 {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  float: right;
  clear: right;
}

.div-block-6-copy {
  position: absolute;
  left: auto;
  top: 51px;
  right: 3%;
  bottom: 0%;
  width: 90px;
  height: 90px;
}

.question-2 {
  position: relative;
  right: auto;
  display: inline-block;
  width: 536px;
  height: 130px;
  margin-top: 67px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-right: 47px;
  padding-left: 47px;
  float: right;
  border: 0px solid #000;
  border-radius: 35px;
  background-color: #f0ebec;
}

.image-3 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: -11%;
}

.div-block-6-copy-copy {
  position: absolute;
  left: 5%;
  top: auto;
  right: auto;
  bottom: -15%;
  width: 70px;
  height: 73px;
}

.bold-text-8 {
  margin-right: auto;
  margin-left: auto;
  font-family: 'Noto Sans KR', sans-serif;
  color: #307bff;
  font-size: 1.3em;
  text-align: center;
}

.text-block-2 {
  padding-top: 5px;
  padding-left: 15px;
  font-family: 'Archivo Black', sans-serif;
  font-size: 2em;
  letter-spacing: -0.05em;
}

.button-2 {
  border: 2px solid #307bff;
  border-radius: 7px;
  background-color: transparent;
  font-family: 'Noto Sans KR', sans-serif;
  cursor: pointer;
}

.bold-text-9 {
  color: #307bff;
  font-size: 1.3em;
  cursor: pointer;
}

.bold-text-10 {
  font-family: 'Archivo Black', sans-serif;
  letter-spacing: -0.05em;
  cursor: pointer;
}

.bold-text-11 {
  font-weight: 400;
  cursor: pointer;
}

.heading-2-copy {
  padding-top: 10px;
  font-size: 2.2em;
  line-height: 150%;
  text-align: center;
}

.logo-image-copy {
  max-width: 83%;
  border-radius: 0%;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.logo-image-copy:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.logo-image-copy:active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.paragraph-second-copy {
  margin-bottom: 0em;
  padding-top: 20px;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 1.2em;
}

.paragraph-second-copy {
  margin-bottom: 0em;
  padding-top: 20px;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 1.2em;
}

.div-block-8 {
  margin-right: auto;
  margin-left: auto;
}

.div-block-9 {
  width: 100%;
  height: 70px;
  margin-bottom: 10px;
  border-radius: 9px;
  background-color: #f1f1f1;
  text-align: center;
}

.div-block-9-copy {
  width: 100%;
  height: 90px;
  margin-bottom: 10px;
  border-radius: 30px 30px 9px 9px;
  background-color: #f1f1f1;
  text-align: center;
}

.bold-text-12 {
  opacity: 0.5;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 1.4em;
  font-weight: 400;
}

.text-block-3 {
  padding-top: 23px;
}

.div-block-10 {
  width: 100px;
  height: 7px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background-color: #777;
}

.bold-text-12-copy {
  opacity: 0.5;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 1.4em;
  font-weight: 700;
}

.button-3 {
  margin-right: 10px;
  padding: 14px 20px 12px;
  border-style: solid;
  border-width: 0px;
  border-color: #777;
  border-radius: 6px;
  background-color: #fff;
}

.button-4 {
  padding: 14px 25px 12px;
  border-radius: 7px;
  background-color: #307bff;
}

.bold-text-13 {
  color: #868686;
  font-size: 1.2em;
  font-weight: 500;
}

.bold-text-14 {
  font-size: 1.2em;
}

.div-block-11 {
  padding-top: 20px;
}

.div-block-12 {
  padding-top: 20px;
}

.div-block-13 {
  padding-top: 20px;
}

.text-block-4 {
  padding-top: 20px;
  font-family: 'Noto Sans KR', sans-serif;
  color: #496a81;
  line-height: 155%;
}

.div-block-14 {
  padding-top: 20px;
}

.div-block-15 {
  padding-top: 3px;
}

.div-block-16 {
  padding-top: 20px;
}

.text-block-5 {
  color: #496a81;
}

.heading-5 {
  padding-top: 10px;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 1.5em;
  font-weight: 300;
}

.image-4 {
  width: 210px;
  padding-top: 3px;
  padding-left: 15px;
}

.bold-text-15 {
  font-family: 'Archivo Black', sans-serif;
}

.container {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  max-height: none;
}

.div-block-17 {
  width: 100%;
  height: 100%;
  background-color: #bb5d5d;
}

.div-block-18 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
}

.start-popup {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.div-block-19 {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 800px;
  height: 520px;
  margin: 0px auto;
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 20px;
  background-color: #fff;
}

.text-block-6 {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 1.2em;
  font-weight: 700;
}

.text-block-7 {
  padding-top: 20px;
  font-family: 'Noto Sans KR', sans-serif;
  line-height: 189%;
  font-size: 0.96em;
}

.image-5 {
  position: absolute;
  left: auto;
  top: 5%;
  right: 5%;
  bottom: auto;
  width: 21px;
  max-width: 78%;
  float: right;
  cursor: pointer;
}

.select_language{
  width: 140px;
  height: 50px;
  border: 2px solid #307bff;
  border-radius: 10px;
  line-height: 46px;
  color: #307bff;
  font-size: 22px;
  cursor: pointer;
  margin-right: 10px;
}

.select_language .select_language_text{
  width: 60%;
  float: left;
  text-align: center;
}

.select_language .select_language_img{
  width: 40%;
  float: left;
  text-align: center;
}

.select_language .select_language_img img{
  width: 17px;
}

.select_languages_box{
  position: absolute;
  width: fit-content;
  border: 2px solid #307bff;
  border-radius: 10px;
  overflow: hidden;
  transition: max-height 0.3s;
  z-index: 1000;
  background-color: white;
  top: 102px;
}

.select_languages_box .select_language_box{
  width: 136px;
  padding-left: 30px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #307bff;
  cursor: pointer;
  transition: 0.3s;
}

.select_languages_box .select_language_box:hover{
  width: 136px;
  padding-left: 30px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: white;
  cursor: pointer;
  background-color: #307bff;
  transition: 0.3s;
}

@media screen and (max-width: 991px) {
  .header-logo {
    display: block;
  }

  .section.hello {
    min-height: 50vh;
    padding-left: 12vw;
  }

  .section.products {
    padding-bottom: 10vh;
    background-position: 0px 300px;
  }

  .section.about {
    padding-left: 10vw;
  }

  .section.contact {
    padding-left: 12vw;
  }

  .section.customers {
    padding-right: 12vw;
    padding-left: 12vw;
  }

  .section.faq {
    min-height: 50vh;
    padding-left: 12vw;
  }

  .section.faq-copy {
    min-height: 50vh;
    padding-right: 12vw;
    padding-left: 12vw;
  }

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

  .products-heading {
    font-size: 2.5em;
  }

  .background-video {
    height: 320px;
    max-width: 65vw;
  }

  .question-item {
    max-width: 65%;
  }

  .contact-form {
    max-width: 540px;
  }

  .text-field:hover {
    border-color: rgba(255, 0, 76, 0);
  }

  .products-title {
    font-size: 1.5em;
  }

  .about-container {
    max-width: 70vw;
  }

  .about-heading {
    font-size: 2.1em;
  }

  .about-description {
    font-size: 1.4em;
  }

  .customers-heading {
    font-size: 2.2em;
  }

  .collection-item {
    max-width: 70%;
    min-width: 100%;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .checkout-form-summary {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .checkout-form-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .checkout-form-info {
    margin-right: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .customer-say-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .heading-2 {
    font-size: 1.4em;
  }

  .button {
    padding: 13px 25px 16px;
  }

  .bold-text-5 {
    font-size: 0.6em;
  }

  .bold-text-6 {
    font-size: 0.7em;
  }

  .more-detail {
    padding: 13px 25px 16px;
  }

  .update-info {
    padding: 13px 25px 16px;
  }

  .bold-text-5-copy {
    font-size: 0.6em;
  }

  .bold-text-5-copy {
    font-size: 0.6em;
  }

  .bold-text-5-copy-copy {
    font-size: 0.6em;
  }

  .text-block-2 {
    position: relative;
    top: 6px;
    display: inline-block;
    padding-top: 0px;
    padding-left: 16px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .heading-2-copy {
    font-size: 1.4em;
  }

  .div-block-9-copy {
    margin-bottom: 5px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
  .select_languages_box{
    position: absolute;
    width: fit-content;
    border: 2px solid #307bff;
    border-radius: 10px;
    overflow: hidden;
    transition: max-height 0.3s;
    z-index: 1000;
    background-color: white;
    top: 90px;
  }
}

@media screen and (max-width: 767px) {

  .select_language{
    width: 100px;
    height: 40px;
    border: 2px solid #307bff;
    border-radius: 10px;
    line-height: 36px;
    color: #307bff;
    font-size: 15px;
    cursor: pointer;
  }
  
  .select_language .select_language_text{
    width: 60%;
    float: left;
    text-align: center;
  }
  
  .select_language .select_language_img{
    width: 40%;
    float: left;
    text-align: center;
  }
  
  .select_language .select_language_img img{
    width: 12px;
  }

  .image-4 {
    width: 113px;
    padding-top: 3px;
    padding-left: 15px;
  }

  .nav-link {
    width: 90px;
    border-radius: 10px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    color: white;
    background-color: #307bff;
    cursor: pointer;
    font-weight: 700;
  }

  h1 {
    font-size: 2.2em;
  }

  h2 {
    font-size: 2em;
  }

  h3 {
    font-size: 1.8em;
  }

  h4 {
    font-size: 1.6em;
  }

  h5 {
    font-size: 1.4em;
  }

  h6 {
    font-size: 1.1em;
  }

  .header-logo {
    padding-left: 0px;
  }

  .section.hello {
    min-height: 35vh;
  }

  .section.about {
    padding-left: 10vw;
  }

  .section.contact {
    padding-right: 10vw;
    padding-left: 10vw;
  }

  .section.footer {
    padding-right: 8vw;
    padding-left: 8vw;
  }

  .section.customers {
    padding-right: 8vw;
    padding-left: 8vw;
  }

  .section.category-products {
    padding-right: 8vw;
    padding-left: 8vw;
  }

  .section.customer-says {
    padding-bottom: 0vh;
  }

  .section.faq {
    min-height: 35vh;
  }

  .section.faq-copy {
    min-height: 35vh;
  }

  .products-heading {
    font-size: 2em;
  }

  .category-products-list {
    grid-column-gap: 8vw;
  }

  .background-video {
    height: auto;
  }

  .question-item {
    max-width: 80%;
  }

  .question {
    font-size: 1.3em;
  }

  .answer {
    font-size: 1em;
  }

  .form-item {
    -ms-grid-columns: 100px 1fr;
    grid-template-columns: 100px 1fr;
  }

  .text-field {
    height: 8vh;
  }

  .products-title {
    font-size: 1.3em;
  }

  .about-container {
    max-width: 100%;
  }

  .newsletter-heading {
    margin-right: 8vw;
    margin-left: 8vw;
  }

  .newsletter-form {
    margin-left: 8vw;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .newsletter-text {
    max-width: none;
    margin-left: 8vw;
    font-size: 1.1em;
  }

  .collection-item {
    max-width: 65vw;
  }

  .hello-text {
    font-size: 2.2em;
  }

  .also-like-list {
    margin-right: 8vw;
    margin-left: 8vw;
  }

  .also-like-heading {
    margin-right: 8vw;
    margin-left: 8vw;
  }

  .customer-name {
    font-size: 1.8em;
  }

  .customer-say-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .customers-emotion-list {
    grid-row-gap: 5vh;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .customer-say-gallery {
    height: 50vh;
  }

  .heading {
    font-size: 2.2em;
  }

  .heading-2 {
    font-size: 1.1em;
  }

  .button {
    padding-top: 9px;
  }

  .bold-text-5 {
    font-size: 0.5em;
  }

  .heading-3 {
    width: 100%;
  }

  .div-block-2 {
    width: 100%;
    height: auto;
    padding-right: 42px;
    padding-bottom: 90px;
    padding-left: 42px;
  }

  .div-block-5 {
    width: 65%;
  }

  .text-block-copy {
    overflow: hidden;
    width: 100%;
    height: 54px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .exam-third {
    width: 100%;
    height: auto;
    padding-right: 42px;
    padding-bottom: 90px;
    padding-left: 42px;
  }

  .exam-fourth {
    width: 100%;
    height: auto;
    padding-right: 42px;
    padding-bottom: 90px;
    padding-left: 42px;
  }

  .customer-name-copy {
    left: 24%;
    margin-top: -11px;
    padding-top: 0px;
    padding-left: 0px;
    font-size: 1.8em;
  }

  .more-detail {
    padding-top: 9px;
  }

  .update-info {
    padding-top: 9px;
  }

  .bold-text-5-copy {
    font-size: 0.5em;
  }

  .div-block-7 {
    width: auto;
  }

  .bold-text-5-copy {
    font-size: 0.5em;
  }

  .bold-text-5-copy-copy {
    font-size: 0.5em;
  }

  .question-1 {
    width: 100%;
    height: auto;
    padding-right: 42px;
    padding-bottom: 48px;
    padding-left: 42px;
  }

  .image-2 {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .div-block-6-copy {
    top: auto;
    bottom: -8%;
  }

  .question-2 {
    width: 100%;
    height: auto;
    padding-right: 42px;
    padding-bottom: 48px;
    padding-left: 42px;
  }

  .heading-2-copy {
    font-size: 1.1em;
  }

  .select_languages_box{
    position: absolute;
    width: fit-content;
    border: 2px solid #307bff;
    border-radius: 10px;
    overflow: hidden;
    transition: max-height 0.3s;
    z-index: 1000;
    top: 84px;
  }

  .select_languages_box .select_language_box{
    width: 96px;
    padding-left: 15px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #307bff;
    cursor: pointer;
    transition: 0.3s;
  }
  
  .select_languages_box .select_language_box:hover{
    width: 96px;
    padding-left: 15px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: white;
    cursor: pointer;
    background-color: #307bff;
    transition: 0.3s;
  }
}

@media screen and (max-width: 520px) {

  .select_language{
    width: 80px;
    height: 35px;
    border: 2px solid #307bff;
    border-radius: 10px;
    line-height: 31px;
    color: #307bff;
    font-size: 15px;
    cursor: pointer;
  }
  
  .select_language .select_language_text{
    width: 60%;
    float: left;
    text-align: center;
  }
  
  .select_language .select_language_img{
    width: 40%;
    float: left;
    text-align: center;
  }
  
  .select_language .select_language_img img{
    width: 12px;
  }

  .section {
    padding-top: 15vh;
    padding-bottom: 15vh;
    padding-left: 8vw;
  }

  h4 {
    font-size: 1.3em;
  }

  .style-guide-section {
    padding-right: 10vw;
    padding-left: 10vw;
  }

  .style-guide-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .logo-image {
    max-width: 41px;
  }

  .nav-link {
    width: 80px;
    border-radius: 10px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 15px;
    color: white;
    background-color: #307bff;
    cursor: pointer;
    font-weight: 700;
  }

  .nav-link.w--current {
    background-color: transparent;
  }

  .header-logo {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -ms-grid-columns: 40px 1fr;
    grid-template-columns: 40px 1fr;
  }

  .header {
    position: fixed;
    min-height: 6vh;
    margin-bottom: -15vh;
    padding: 2vh 5vw;
    grid-row-gap: 3vh;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .navigation {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    grid-column-gap: 10px;
    border-width: 1px;
  }

  .section.hello {
    min-height: 37vh;
    margin-bottom: 28px;
    padding-bottom: 0vh;
    padding-left: 8vw;
  }

  .section.products {
    padding: 0vh 4vw 9vh;
    background-position: 0px 230px;
  }

  .section.about {
    padding: 9vh 4vw;
  }

  .section.faq {
    padding-right: 8vw;
    padding-left: 8vw;
  }

  .section.contact {
    padding-right: 8vw;
    padding-left: 8vw;
  }

  .section.privacy {
    padding-left: 8vw;
  }

  .section.footer {
    padding-top: 10vh;
  }

  .section.customers {
    padding-top: 9vh;
    padding-right: 4vw;
    padding-left: 4vw;
  }

  .section.category-products {
    padding-top: 0vh;
    padding-right: 8vw;
    padding-left: 8vw;
  }

  .section.customer-says {
    padding-right: 8vw;
    padding-left: 8vw;
  }

  .section.faq {
    min-height: 45vh;
    margin-bottom: 28px;
    padding-right: 5vw;
    padding-bottom: 0vh;
    padding-left: 5vw;
  }

  .section.faq-copy {
    min-height: 31vh;
    margin-bottom: 28px;
    padding-right: 4vw;
    padding-bottom: 15vh;
    padding-left: 4vw;
  }

  .products-list {
    grid-column-gap: 8vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .products-price {
    grid-row-gap: 10px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .products-price.large {
    margin-bottom: 3vh;
  }

  .products-image {
    margin-bottom: 5vw;
  }

  .section-product {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    border-bottom-width: 0px;
  }

  .product-content-header {
    margin-right: 0vw;
    margin-bottom: 3vh;
    margin-left: 0vw;
  }

  .products-heading {
    margin-bottom: 5vh;
    font-size: 1.8em;
  }

  .product-content {
    min-height: auto;
    padding-bottom: 3vh;
  }

  .category-products-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .background-video {
    height: 190px;
    max-width: 100vw;
    margin-top: 0vw;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .question-item {
    max-width: 100%;
    padding: 20px;
  }

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

  .form {
    grid-row-gap: 3vh;
  }

  .form-item {
    grid-row-gap: 1vh;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .text-field {
    font-size: 1em;
  }

  .products-title {
    font-size: 1.5em;
  }

  .products-list-item:nth-child(odd) {
    margin-top: 0vh;
  }

  .products-list-item:nth-child(even) {
    margin-top: 0vh;
  }

  .products-list-item:first-child {
    margin-top: 0vh;
  }

  .products-list-item:last-child {
    margin-top: 0vh;
  }

  .category-products-item:nth-child(odd) {
    margin-top: 0vh;
  }

  .category-products-item:nth-child(even) {
    margin-top: 0vh;
  }

  .category-products-item:first-child {
    margin-top: 0px;
  }

  .about-container {
    max-width: 100%;
    padding: 35px 35px 25px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .about-heading {
    margin-bottom: 3vh;
    font-size: 1.4em;
  }

  .about-description {
    margin-left: 0vh;
    font-size: 1.2em;
  }

  .products-gallery {
    border-right-width: 0px;
  }

  .newsletter-form {
    max-width: 100%;
  }

  .customers-heading {
    font-size: 1.6em;
  }

  .collection-item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 5vh;
    padding-right: 0px;
    padding-left: 0px;
  }

  .customer-review {
    width: 100%;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .customer-info {
    margin-top: -32px;
    -ms-grid-columns: 48px 1fr;
    grid-template-columns: 48px 1fr;
  }

  .customer-emoji {
    font-size: 1.8em;
  }

  .hello-description {
    font-size: 1.1em;
  }

  .cart-container {
    min-height: 80vh;
  }

  .hello-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .also-like-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .customer-name {
    margin-top: 4px;
  }

  .checkout-form-order-item {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 10px;
    -ms-grid-columns: 60px 1fr;
    grid-template-columns: 60px 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .checkout-form-order-image {
    height: auto;
  }

  .checkout-form-order-info {
    margin-right: 0px;
    margin-left: 0px;
  }

  .customers-says-title {
    font-size: 1.1em;
  }

  .customers-emotion-heading {
    margin-left: 8vw;
  }

  .cart {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .heading {
    font-size: 1.9em;
    line-height: 104%;
  }

  .heading-2 {
    font-size: 1.1em;
    line-height: 163%;
  }

  .button {
    padding: 11px 25px 15px;
  }

  .bold-text-5 {
    font-size: 0.6em;
  }

  .heading-3 {
    width: 100%;
    margin-top: auto;
    font-family: 'Noto Sans KR', sans-serif;
    line-height: 129%;
  }

  .bold-text-6 {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 0.6em;
    line-height: 119%;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    text-indent: 0px;
    -webkit-column-count: 0;
    column-count: 0;
  }

  .div-block-2 {
    height: auto;
    padding: 33px 26px 70px;
  }

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

  .div-block-4 {
    height: auto;
  }

  .div-block-5 {
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
  }

  .heading-4 {
    font-size: 2em;
    line-height: 142%;
  }

  .paragraph-second {
    padding-top: 10px;
  }

  .div-block-6 {
    bottom: -4%;
    width: 80px;
    height: 80px;
  }

  .exam-third {
    height: auto;
    margin-top: 76px;
    padding: 33px 26px 70px;
  }

  .exam-fourth {
    height: auto;
    margin-top: 67px;
    padding: 33px 26px 70px;
  }

  .div-block-6-copy {
    bottom: -10%;
    width: 50px;
    height: 52px;
  }

  .customer-name-copy {
    left: 25%;
    bottom: -5%;
  }

  .more-detail {
    margin-top: 0px;
    margin-right: 10px;
    padding: 5px 15px 9px;
  }

  .update-info {
    margin-top: 0px;
    padding: 5px 25px 9px;
  }

  .bold-text-5-copy {
    font-size: 0.6em;
  }

  .div-block-7 {
    margin-bottom: auto;
  }

  .bold-text-5-copy {
    font-size: 0.45em;
  }

  .bold-text-5-copy-copy {
    font-size: 0.45em;
  }

  .question-1 {
    height: auto;
    margin-bottom: 70px;
    padding: 33px 26px 70px;
  }

  .div-block-6-copy {
    top: auto;
    bottom: -4%;
    width: 80px;
    height: 80px;
  }

  .question-2 {
    height: auto;
    margin-top: 70px;
    padding: 33px 26px 70px;
  }

  .div-block-6-copy-copy {
    bottom: -10%;
    width: 50px;
    height: 52px;
  }

  .bold-text-8 {
    font-size: 1.1em;
    font-weight: 400;
  }

  .text-block-2 {
    top: 5px;
    padding-left: 10px;
    font-size: 1.6em;
  }

  .button-2 {
    padding: 6px 10px;
    border-width: 1px;
  }

  .bold-text-9 {
    font-size: 1.1em;
    font-weight: 400;
  }

  .heading-2-copy {
    font-size: 1.1em;
    line-height: 163%;
  }

  .logo-image-copy {
    max-width: 30px;
  }

  .paragraph-second-copy {
    padding-top: 10px;
  }

  .paragraph-second-copy {
    padding-top: 10px;
  }

  .button-3 {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }

  .button-4 {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }

  .bold-text-13 {
    width: 100%;
    font-size: 1em;
    font-weight: 500;
  }

  .bold-text-14 {
    font-size: 1em;
  }

  .heading-5 {
    font-size: 1.2em;
  }

  .heading-6 {
    padding-top: 20px;
  }

  .image-4 {
    width: 120px;
    padding-top: 5px;
    padding-left: 5px;
  }

  .div-block-19 {
    margin: 0px auto;
    width: 95%;
    height: auto;
    padding-bottom: 60px;
  }

  .image-5 {
    top: 3%;
    width: 17px;
  }

  .select_languages_box{
    position: absolute;
    width: fit-content;
    border: 2px solid #307bff;
    border-radius: 10px;
    overflow: hidden;
    transition: max-height 0.3s;
    z-index: 1000;
    top: 54px;
  }

  .select_languages_box .select_language_box{
    width: 76px;
    padding-left: 15px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #307bff;
    cursor: pointer;
    transition: 0.3s;
  }
  
  .select_languages_box .select_language_box:hover{
    width: 76px;
    padding-left: 15px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: white;
    cursor: pointer;
    background-color: #307bff;
    transition: 0.3s;
  }
}

#w-node-52af1cb00ff2-a0841c13 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-1eb126d954a3-26d954a2 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-e95788defb3d-c6841c1f {
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
}

#w-node-6d155aad461b-55841c25 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
}

@media screen and (max-width: 767px) {
  #Subscriber-Email-2.w-node-e1783a02e66e-3a02e667 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-9e924c90dd6e-21841c1e {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-e95788defb3d-c6841c1f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-000000000088-94841c21 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-000000000052-69841c22 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-000000000053-41841c23 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-6d155aad460f-55841c25 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-6d155aad4613-55841c25 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-6d155aad461b-55841c25 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }
}

@media screen and (max-width: 370px) {
  .image-4 {
    width: 90px;
    padding-top: 5px;
    padding-left: 5px;
  }
  .logo-image-copy {
    max-width: 20px;
  }
  .select_language{
    width: 60px;
    height: 30px;
    border: 2px solid #307bff;
    border-radius: 10px;
    line-height: 26px;
    color: #307bff;
    font-size: 12px;
    cursor: pointer;
  }
  .nav-link {
    width: 60px;
    border-radius: 10px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    color: white;
    background-color: #307bff;
    cursor: pointer;
    font-weight: 700;
  }
  .select_languages_box .select_language_box{
    width: 56px;
    padding-left: 10px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #307bff;
    cursor: pointer;
    transition: 0.3s;
  }
  .select_languages_box .select_language_box:hover{
    width: 56px;
    padding-left: 10px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: white;
    cursor: pointer;
    background-color: #307bff;
    transition: 0.3s;
  }
  .select_languages_box{
    position: absolute;
    width: fit-content;
    border: 2px solid #307bff;
    border-radius: 10px;
    overflow: hidden;
    transition: max-height 0.3s;
    z-index: 1000;
    top: 49px;
  }
}