:root {
  --seashell: #f6efeb;
  --light-pink: #dc9ba5;
  --light-coral: #f35974;
  --white: white;
  --sienna: #9b5643;
  --dark-grey: #a5b3ac;
  --black: black;
  --peach-puff: rgba(228, 200, 184, .56);
  --dark-grey-2: var(--dark-grey);
  --dark-red: #8d2408;
  --dark-salmon: #cb9470;
  --seashell-3: rgba(246, 239, 235, .95);
  --seashell-2: #f6efeb;
  --white-smoke: #f8f6f6;
  --indian-red: #e16476;
  --saddle-brown: #654a38;
}

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartquantityinput {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commerceaddtocartquantityinput::placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceaddtocarterror {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: rgba(0, 0, 0, .8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0;
  right: auto;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: auto;
  right: 0;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px rgba(0, 0, 0, .25);
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.w-commerce-commercecartproductname {
  font-weight: 700;
}

.w-commerce-commercecartoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercecartquantity {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecartquantity::placeholder {
  color: #999;
}

.w-commerce-commercecartquantity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

.w-commerce-commercecartordervalue {
  font-weight: 700;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutadditionalinputscontainer {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutadditionaltextinput {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutadditionaltextinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutadditionaltextinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutadditionaltextarea {
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 76px;
  margin-bottom: 16px;
  padding: 8px 12px;
}

.w-commerce-commercecheckoutadditionaltextarea::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutadditionaltextarea:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutadditionalcheckboxwrapper {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.w-commerce-commercecheckoutadditionalcheckbox {
  margin-right: 8px;
}

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

.w-commerce-commercecheckoutdiscountslabel {
  flex-basis: 100%;
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutdiscountsinput {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  flex: 1;
  width: auto;
  min-width: 0;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutdiscountsinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutdiscountsinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutdiscountsbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  height: 38px;
  margin-left: 8px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

.w-users-useraccountsubscriptionlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  overflow: auto;
}

.w-users-useraccountsubscriptionlistitem {
  align-items: flex-start;
  display: flex;
}

.w-users-gridrow {
  grid-column-gap: 8px;
  grid-template-columns: auto auto;
  justify-content: flex-start;
  display: grid;
}

.w-users-flexcolumn {
  flex-direction: column;
  display: flex;
}

.w-users-useraccountsubscriptioncancelbutton {
  color: #3898ec;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .w-commerce-commercecartquantity, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutadditionaltextinput, .w-commerce-commercecheckoutadditionaltextarea, .w-commerce-commercecheckoutdiscountsinput, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

.hero-setion {
  object-fit: fill;
  font-family: "Fontsfree net moontime 1", sans-serif;
}

.text-span {
  margin-right: 5px;
  font-family: Great Vibes, cursive;
}

.all-sections {
  background-color: #f6efeb;
  height: auto;
  padding-top: 0;
  padding-bottom: 20px;
}

.all-sections.hero-section {
  padding-top: 10px;
  padding-bottom: 0;
  overflow: visible;
}

.all-sections.action-products {
  background-color: #f6efeb;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.all-sections.action-products.bestseller {
  padding-bottom: 0;
}

.all-sections.about-us {
  background-color: var(--seashell);
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.all-sections.faq-section {
  background-color: #f6efeb;
  height: auto;
  padding-top: 0;
  display: block;
}

.all-sections.contact-us-s {
  height: auto;
  padding-top: 0;
}

.all-sections.product-section {
  height: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 20px;
  position: static;
}

.all-sections.category-section {
  height: auto;
  padding-top: 30px;
}

.body {
  background-color: #f6efeb;
  margin-bottom: auto;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  overflow: visible;
}

.container {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.container.hero-conteiner {
  padding-top: 0;
  padding-bottom: 60px;
}

.container.add-padding {
  max-width: 80.625rem;
  padding-top: 60px;
  padding-bottom: 60px;
}

.container.add-padding.add-padding-down {
  color: var(--light-pink);
  padding-bottom: 60px;
}

.container.add-padding.action {
  padding-top: 60px;
  padding-bottom: 60px;
}

.container.faq-container {
  padding: 60px 220px;
}

.container.add-padding-down {
  padding-top: 60px;
  padding-bottom: 60px;
}

.container.product-padding {
  padding-left: 20px;
  padding-right: 20px;
}

.container.related-products {
  padding-top: 40px;
  padding-bottom: 60px;
}

.container.about-us {
  padding-top: 20px;
}

.container.about-us._2 {
  padding-bottom: 100px;
}

.container.search-page {
  padding-top: 0;
  padding-bottom: 100px;
}

.container.subcategory {
  padding-top: 10px;
  padding-bottom: 20px;
}

.container.make-padding {
  padding-top: 0;
}

.container.nav {
  max-width: 1367px;
}

.columns {
  margin-top: 58px;
  margin-left: auto;
  margin-right: auto;
}

.image {
  object-fit: fill;
}

.hero-logo {
  z-index: 4;
  color: var(--light-coral);
  object-fit: cover;
  max-width: 100%;
  height: 14rem;
  margin-left: -20px;
  position: relative;
}

.paragraph {
  z-index: 5;
  color: var(--white);
  letter-spacing: .7px;
  text-transform: none;
  margin-left: 0;
  font-family: Nunito, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.9;
  position: static;
  top: -125px;
}

.paragraph.hero {
  color: var(--sienna);
  font-weight: 500;
  display: inline;
}

.hero-text-wrapper {
  z-index: 5;
  max-width: 400px;
  margin-left: 60px;
  position: static;
  top: 355px;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-images-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
  margin-top: 0;
  display: flex;
}

.hero-baby1 {
  z-index: 7;
  object-fit: cover;
  object-position: 50% 50%;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  align-self: flex-end;
  max-width: 70%;
  position: relative;
  top: auto;
}

.hero-baby1.remove-on-tablet {
  border: .5px solid var(--light-coral);
  align-self: flex-end;
  display: none;
}

.hero-baby2 {
  z-index: 6;
  border: .5px solid var(--dark-grey);
  object-fit: contain;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  align-self: center;
  width: 530px;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  display: none;
  position: static;
  top: -96px;
}

.nav-bar {
  z-index: 98988876;
  background-color: rgba(246, 239, 235, .54);
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.brand {
  float: none;
}

.simple-menu {
  float: none;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 0;
  display: inline-block;
}

.brand-text {
  margin-top: 0;
  margin-left: 20px;
  padding-top: 10px;
  font-family: Dancing Script, sans-serif;
  font-size: 40px;
  display: inline-block;
}

.brand-text.change-on-product-p {
  margin-top: 16px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.search-form {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.search-form.mobile.add-margin {
  margin-top: 20px;
  margin-bottom: 20px;
}

.search-btn {
  border: .5px solid var(--light-coral);
  background-color: var(--light-pink);
  color: #fff;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  min-height: 3.125rem;
  padding: 15px 40px;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 1px 0 3px rgba(0, 0, 0, .1);
}

.search-btn:hover {
  background-color: var(--light-pink);
  box-shadow: none;
  color: var(--light-coral);
}

.search-input {
  background-color: rgba(162, 180, 172, .39);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  max-width: 600px;
  max-height: 40px;
  margin-bottom: 0;
  padding: 24px 20px 25px;
}

.nav-link, .nav-link-2 {
  padding-top: 10px;
}

.nav-link-1 {
  color: var(--black);
  margin-top: 0;
  margin-left: 20px;
  font-family: Nunito, sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  display: inline-block;
}

.nav-link-1:hover {
  outline-offset: 0px;
  color: var(--light-coral);
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  outline: 3px rgba(0, 0, 0, 0);
}

.nav-link-1.products {
  color: var(--white);
  background-color: #e797a5;
  border: 2px solid rgba(243, 89, 116, .3);
  border-radius: 20px;
  margin-top: 5px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 34px;
  transition: all .3s;
  display: block;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .4);
}

.nav-link-1.products:hover {
  background-color: var(--light-pink);
  color: var(--white);
  border-width: .5px;
  border-color: rgba(243, 89, 116, .5);
  transform: none;
}

.nav-link-1.products.hide-on-desktop {
  display: none;
}

.text-block-2 {
  font-size: 13px;
}

.proizvodi-dropdown {
  background-color: #e797a5;
  border-radius: 20px 10px;
  width: 140px;
  min-height: 0;
  max-height: 30px;
  padding-top: 20px;
  padding-bottom: 30px;
  padding-left: 20px;
  display: block;
  box-shadow: inset 0 0 rgba(0, 0, 0, .25);
}

.proizvodi-dropdown:hover {
  box-shadow: none;
  background-color: #db7e8f;
}

.proizvodi-dropdown.add-padding-on-mobile {
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  padding-bottom: 30px;
}

.category-dropdown-text {
  color: #fff;
  text-align: center;
  padding-bottom: 0;
  font-size: 12px;
  font-weight: 800;
}

.icon {
  color: var(--white);
  background-color: rgba(255, 255, 255, 0);
}

.cart-button {
  background-color: rgba(56, 152, 236, 0);
}

.cart-button.center {
  margin-top: -4px;
  display: block;
}

.cart-quantity {
  background-color: var(--sienna);
  color: var(--white);
}

.cart-image {
  object-fit: cover;
  max-width: 100%;
  height: 30px;
}

.columns-2 {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

.column {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.column-2 {
  clear: none;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.dropdown-move-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.column-3 {
  padding-left: 0;
  padding-right: 0;
}

.column-4 {
  padding-top: 0;
}

.hero-image-contain {
  margin-top: 0;
  padding-top: 20px;
}

.link {
  display: block;
}

.menu-button {
  display: none;
}

.line-gold {
  background-color: rgba(228, 200, 184, .56);
  height: 1px;
}

.line-gold.increase-color {
  background-color: #e4c8b8;
}

.line-gold.rose {
  background-color: var(--light-coral);
}

.line-gold.category {
  margin-top: 30px;
}

.line-gold.menu-line {
  display: none;
}

.line-gold.subcategory {
  margin-top: 20px;
}

.text-span-2 {
  color: #9b5643;
  font-size: 12px;
  font-weight: 900;
}

.text-span-3 {
  color: var(--sienna);
}

.cart {
  margin-right: 20px;
}

.heading {
  color: #9b5643;
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
}

.heading.category {
  text-transform: capitalize;
  margin-top: 29px;
  margin-bottom: 0;
  font-size: 50px;
}

.products-wrapper {
  margin-top: 0;
  padding: 20px 20px 0;
  position: static;
}

.products-wrapper.action {
  padding-top: 20px;
  padding-bottom: 0;
}

.product-card {
  border: 1px solid var(--dark-grey);
  background-color: var(--white);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 28.5rem;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 10px;
  padding: 20px 10px 0;
  display: block;
}

.product-card.less-height {
  border-color: var(--dark-grey);
  background-color: var(--white);
  height: 27rem;
  margin-right: 40px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 500;
}

.product-card.category {
  border-color: var(--dark-grey);
  max-width: 310px;
  height: 28rem;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding-top: 20px;
}

.product-card.search-page {
  border-color: var(--dark-grey);
  object-fit: cover;
  width: auto;
  height: 27rem;
  margin: 10px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.product-card.action {
  border-style: solid;
  border-color: var(--dark-grey);
  background-color: var(--white);
  height: 31rem;
  margin-right: 20px;
  padding: 5px 5px 20px;
  overflow: hidden;
}

.product-card.store {
  border-color: var(--dark-grey);
  margin-left: 5px;
  margin-right: 5px;
}

.text-block-4 {
  color: var(--black);
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  font-size: 17px;
  font-weight: 700;
}

.compare-at-price {
  color: var(--dark-grey);
  text-align: center;
  margin-left: 0;
  font-size: 20px;
  font-weight: 700;
  text-decoration: line-through;
  display: block;
}

.price {
  color: rgba(243, 89, 116, .84);
  text-align: center;
  margin-left: 10px;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
}

.price.add-spacing {
  text-transform: capitalize;
  margin-top: 5px;
  margin-left: 0;
  font-size: 19px;
  font-style: normal;
  font-weight: 800;
  text-decoration: none;
  display: block;
}

.default-state {
  flex-flow: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 0;
  margin-left: -4px;
  display: flex;
}

.quantity {
  border-color: var(--dark-grey);
  color: var(--black);
  background-color: rgba(162, 180, 172, .5);
  border-radius: 20px;
  flex: 0 auto;
  align-self: flex-end;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 10px;
  font-weight: 400;
  display: none;
}

.add-to-cart-button {
  background-color: #e797a5;
  border-radius: 20px;
  padding: 10px 20px;
}

.add-to-cart-button.add-margin {
  margin-left: 20px;
}

.add-to-cart-button.add-margin.add-shadow {
  background-color: var(--light-pink);
  border: 2px solid rgba(243, 89, 116, .3);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 17px;
  font-weight: 700;
  transition: all .3s;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .3);
}

.add-to-cart-button.add-margin.add-shadow:hover {
  background-color: var(--light-pink);
  color: #e67d8c;
  border-width: 1px;
}

.image-6 {
  text-align: center;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  max-width: 100%;
  height: 17rem;
}

.action-section-heading {
  color: var(--light-coral);
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
}

.add-to-cart {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: block;
}

.product-image-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.add-to-cart-adjust {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.heading-2 {
  color: var(--light-coral);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 50px;
  font-weight: 600;
}

.heading-2.action {
  margin-top: 20px;
  margin-bottom: 50px;
  font-weight: 600;
}

.about-us-h2 {
  color: var(--sienna);
  text-align: center;
  text-transform: uppercase;
  font-size: 32px;
}

.about-us-h2.add-margin {
  color: var(--sienna);
  margin-bottom: 60px;
  font-weight: 600;
}

.about-us-columns {
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-us-c1 {
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.about-us-c2 {
  align-self: center;
}

.categories-wrapper {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
  display: block;
}

.image-wrapper {
  object-fit: cover;
}

.text-span-4 {
  color: var(--sienna);
  font-weight: 700;
}

.image-7 {
  color: #d59169;
  object-fit: cover;
  align-self: auto;
  height: 14rem;
}

.text-span-5 {
  color: var(--sienna);
  font-weight: 700;
}

.paragraph-2, .paragraph-3, .paragraph-4 {
  color: var(--black);
}

.paragraph-4:active {
  text-decoration: none;
}

.heading-3 {
  text-align: center;
}

.faq-center {
  color: var(--sienna);
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}

.faq-center.divide {
  margin-top: 40px;
  margin-bottom: 60px;
}

.faq-center.margin-bottom {
  margin-bottom: 60px;
}

.faq-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq-wrap {
  cursor: pointer;
  background-color: #e797a5;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 20px;
  transition: all .4s;
}

.faq-question-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.question {
  color: var(--white);
  font-weight: 700;
}

.plus-wrap {
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  display: flex;
  position: relative;
}

.plus-horizontal {
  background-color: var(--white);
  width: 100%;
  height: 2px;
  position: static;
}

.plus-horizontal.vertical {
  width: 2px;
  height: 100%;
  position: absolute;
}

.answer {
  color: var(--white);
}

.answer.margin {
  margin-top: 20px;
}

.div-block {
  flex: none;
  order: 0;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: flex-end;
  display: flex;
}

.action-label {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.action-card {
  position: absolute;
}

.text-block-5 {
  color: var(--white);
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 20px;
  margin-top: 33px;
  margin-left: 0;
  margin-right: -3px;
  padding: 9px;
  font-size: 18px;
  font-weight: 600;
}

.text-block-5.archive {
  margin-top: 1px;
  margin-right: -9px;
}

.text-block-6 {
  color: var(--white);
  border: 2px solid rgba(243, 89, 116, .3);
  padding-top: 0;
  padding-left: 3px;
  padding-right: 3px;
  font-weight: 600;
}

.heading-4 {
  color: var(--sienna);
  text-align: center;
  text-transform: uppercase;
}

.heading-4.add-padding {
  margin-top: 20px;
  padding-bottom: 40px;
}

.text-contact-us-wrapper.add-padding {
  padding-top: 10px;
  display: none;
}

.contsct-us-image-middle {
  text-align: center;
}

.submit-button {
  background-color: var(--light-pink);
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 15px 40px;
}

.submit-button.add-margin {
  background-color: var(--white);
  color: var(--black);
  margin-top: 20px;
  margin-left: 10px;
}

.submit-button.add-margin:hover {
  background-color: var(--light-coral);
}

.submit-button.add-margin._1 {
  background-color: var(--light-pink);
  color: var(--white);
  border: 2px solid rgba(243, 89, 116, .7);
  border-radius: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  font-size: 20px;
  transition: all .3s;
}

.submit-button.add-margin._1:hover {
  border-width: 1px;
}

.text-field {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .01) rgba(0, 0, 0, .01) var(--black);
  background-color: rgba(255, 255, 255, 0);
  width: 390px;
}

.text-field.text-block-13 {
  border-bottom-color: var(--light-pink);
}

.text-field-2 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) var(--black);
  background-color: rgba(255, 255, 255, 0);
  width: 390px;
}

.text-field-2._1 {
  border-color: var(--light-coral);
  background-color: var(--white);
  border-radius: 20px;
}

.textarea {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) var(--black);
  color: var(--black);
  background-color: rgba(255, 255, 255, 0);
  width: 390px;
  font-family: Nunito, sans-serif;
}

.textarea._1 {
  border-bottom-color: var(--light-pink);
}

.field-label, .field-label-2 {
  text-transform: none;
  font-size: 13px;
  font-weight: 500;
}

.button-wrapper {
  text-align: left;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-wrapper.add-margin {
  margin-top: 0;
}

.button-wrapper.add-padding {
  flex-direction: column;
  justify-content: center;
  padding-top: 10px;
}

.footer {
  text-align: center;
  background-color: rgba(166, 81, 62, .25);
  padding-top: 50px;
  padding-bottom: 10px;
}

.link-2 {
  color: var(--black);
  font-size: 14px;
  text-decoration: none;
}

.link-2.add-margin {
  color: var(--dark-red);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
}

.link-3 {
  color: var(--dark-red);
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}

.link-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.info-wrapper.add-margin {
  margin-top: 60px;
}

.text-block-7 {
  display: inline;
}

.adress.add-margin, .contact-tel.add-margin, .phone.add-margin {
  margin-top: 10px;
}

.icon-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.facebook.add-margin {
  max-width: 80%;
  margin-top: 60px;
}

.form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-8 {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 0;
  margin-left: 0;
  font-weight: 600;
  display: inline-block;
}

.text-block-8.design {
  background-color: var(--black);
  color: var(--white);
  margin-top: 10px;
}

.text-block-8.wl {
  color: var(--dark-salmon);
  margin-left: 10px;
}

.search-div {
  z-index: 30;
  border-top: 1px none var(--peach-puff);
  background-color: var(--seashell-3);
  padding-top: 19px;
  position: static;
  top: 16%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.search-div._2 {
  padding-top: 10px;
  top: 17%;
}

.nav-menu-wrapper {
  justify-content: flex-end;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.columns-4 {
  margin-left: 0;
  margin-right: 0;
}

.collection-item {
  max-width: 33.33%;
  padding-left: 0;
  padding-right: 0;
}

.collection-item-2.mobile.desktop {
  padding-left: 0;
  padding-right: 0;
}

.brand-column-nav {
  text-align: left;
  font-family: Dancing Script, sans-serif;
}

.body-2 {
  background-color: #f6efeb;
  font-family: Nunito, sans-serif;
}

.product-name {
  color: var(--sienna);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
}

.product-name.is-brown {
  color: var(--sienna);
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 60px;
  display: none;
}

.image-9 {
  max-width: 50%;
}

.product-columns {
  margin-top: 20px;
}

.product-description-wrap {
  max-width: 510px;
}

.image-10 {
  border-radius: 20px;
  max-width: 80%;
  height: 500px;
}

.product-image-wrap {
  background-color: #f5efeb;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-5 {
  text-transform: uppercase;
  margin-top: 40px;
  font-size: 12px;
  font-weight: 600;
}

.text-block-9 {
  margin-top: 20px;
  font-weight: 700;
}

.default-state-2 {
  justify-content: space-around;
  align-items: flex-start;
  display: block;
}

.default-state-3 {
  margin-top: 40px;
}

.quantity-2 {
  border-radius: 20px;
}

.quantity-text {
  color: var(--sienna);
}

.paragraph-wrapper {
  background-color: var(--dark-grey);
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-top: 60px;
  padding: 60px 40px 100px;
}

.paragraph-wrapper.about-us {
  background-color: var(--light-pink);
}

.text-block-10 {
  display: inline-block;
}

.text-block-11 {
  margin-left: 10px;
  display: inline-block;
}

.products-compare-price {
  font-weight: 700;
  display: inline-block;
}

.products-compare-price.is-green {
  color: var(--dark-grey);
  font-size: 20px;
  font-weight: 800;
  text-decoration: line-through;
}

.product-price {
  display: inline-block;
}

.product-price.is-rose {
  color: var(--light-coral);
  margin-left: 9px;
  font-size: 20px;
  font-weight: 800;
}

.product-img {
  border-radius: 20px;
  max-width: 20%;
  display: block;
}

.product-img-wrap {
  flex-flow: column;
  align-content: center;
  justify-content: space-around;
  align-items: stretch;
  margin-top: 22px;
  margin-left: 45px;
  display: flex;
}

.lightbox-link {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: block;
}

.image-11 {
  object-fit: cover;
  border-radius: 20px;
  max-width: 90%;
  display: block;
}

.collection-item-3 {
  margin-left: 15px;
  margin-right: 15px;
  display: inline-block;
}

.collection-list {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-12 {
  margin-top: 60px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 2.2;
}

.quantity-product-page.is-brown {
  color: var(--sienna);
}

.quantity-btn-product-page {
  background-color: var(--white);
  border-radius: 20px;
}

.add-to-cart-product.is-rose {
  background-color: var(--light-coral);
  text-transform: uppercase;
  border: 3px solid rgba(243, 89, 116, .5);
  border-radius: 20px;
  padding: 10px 70px;
  font-size: 15px;
  font-weight: 700;
}

.add-to-cart-product.is-rose:hover {
  background-color: var(--light-coral);
  color: var(--light-pink);
}

.add-to-cart.margin-top {
  margin-top: 40px;
  margin-bottom: 0;
}

.image-12 {
  z-index: auto;
  object-fit: cover;
  background-color: #f5efeb;
  border-radius: 20px;
  max-width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.lightbox-link-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.loop-section {
  margin-top: 20px;
  margin-bottom: 20px;
}

.outer-loop {
  border-top: 2px solid rgba(243, 89, 116, .6);
  border-bottom: 3px solid rgba(243, 89, 116, .6);
  align-items: center;
  display: flex;
  overflow: hidden;
}

.inner-loop {
  background-color: var(--light-pink);
  white-space: nowrap;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.shipping-text {
  display: inline-block;
}

.shipping-text.add-margin, .shipping-text.has-margin, .shipping-text.is-white {
  margin-left: 20px;
}

.safe-shopping-text, .shipping-days-text, .paying-text {
  display: inline-block;
}

.loop-text {
  color: var(--white);
  text-transform: uppercase;
  margin-left: 30px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  display: block;
}

.loop-text-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 13px;
  display: flex;
}

.section-heading.is-brown {
  color: var(--sienna);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 60px;
}

.image-13 {
  max-width: 30%;
}

.link-block {
  display: inline;
}

.div-block-2 {
  background-color: var(--light-pink);
  border-radius: 5px;
  width: 290px;
  height: 100%;
  margin-left: 0;
  margin-right: auto;
  padding: 0 0 10px 10px;
  overflow: visible;
}

.collection-item-4 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 300px;
  height: 100%;
  max-height: 100%;
  padding: 4px;
}

.category-link {
  border-bottom: 1px dashed var(--sienna);
  color: var(--white);
  text-transform: uppercase;
  font-size: 15px;
  text-decoration: none;
}

.dropdown-list.w--open {
  background-color: var(--light-pink);
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  height: 1060%;
  margin-top: 10px;
  margin-left: -134px;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  overflow: auto;
}

.column-8 {
  padding-right: 20px;
}

.body-3 {
  background-color: var(--seashell-2);
  font-family: Nunito, sans-serif;
}

.link-4 {
  color: var(--black);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.div-block-3 {
  border: 1px solid var(--sienna);
  border-radius: 20px;
  max-width: 100px;
  margin-bottom: 10px;
  padding: 15px;
}

.next {
  background-color: var(--light-coral);
  border-radius: 20px;
  padding-bottom: 9px;
  padding-right: 10px;
}

.collection-list-wrapper {
  margin-top: 20px;
}

.text-block-13, .icon-3 {
  color: var(--white);
}

.previous {
  background-color: var(--light-coral);
  color: var(--white);
  border-radius: 20px;
  margin-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
}

.category-product-wrapper {
  padding: 20px 10px;
}

.link-5 {
  color: var(--white);
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}

.dropdown-list-2 {
  background-color: var(--white);
}

.dropdown-list-2.w--open {
  background-color: var(--light-pink);
  padding: 10px;
}

.dropdown-toggle {
  background-color: var(--light-pink);
  color: var(--white);
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-right: 20px;
  font-weight: 700;
}

.selection-wrapper {
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 0;
  display: flex;
}

.columns-6 {
  margin-left: 0;
}

.block-content {
  display: none;
}

.image-14.categ1 {
  max-width: 10%;
}

.about-us-section {
  padding-top: 0;
  padding-bottom: 0;
}

.heading-about-us.is-gold {
  color: var(--sienna);
  text-align: center;
  text-transform: none;
  margin-bottom: 0;
  font-family: Nunito, sans-serif;
  font-weight: 600;
}

.about-us-conteiner {
  width: 1340px;
  margin-left: auto;
  margin-right: auto;
}

.column-9 {
  text-align: center;
}

.columns-7 {
  z-index: 333;
  text-align: left;
  position: static;
  top: -193px;
  bottom: 0%;
  left: auto;
  right: 15%;
}

.columns-7._2 {
  margin-top: 60px;
}

.columns-7.about-us {
  z-index: auto;
  position: relative;
  top: -83px;
  right: auto;
}

.body-4 {
  background-color: var(--seashell-2);
}

.iamge-lamb-contact {
  height: 13rem;
  margin-top: 100px;
  display: inline;
}

.image-15 {
  text-align: right;
}

.image-16 {
  margin-left: -100px;
}

.container-2 {
  margin-top: 123px;
}

.search-input-2 {
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.search-button {
  background-color: var(--light-pink);
  border-radius: 20px;
  font-family: Nunito, sans-serif;
}

.body-5 {
  background-color: var(--seashell-2);
  font-family: Nunito, sans-serif;
}

.heading-6 {
  color: var(--sienna);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 40px;
}

.field-label-3 {
  color: var(--sienna);
}

.text-block-14 {
  color: var(--light-coral);
  text-align: center;
  margin-top: auto;
  margin-bottom: 10px;
  font-weight: 600;
}

.success-message {
  background-color: var(--light-pink);
}

.submit-form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.block-header {
  display: none;
}

.flex-menu {
  text-decoration: none;
  display: flex;
}

.mega-menu {
  justify-content: center;
  align-items: center;
  margin-top: -1px;
  display: block;
}

.link-6 {
  margin-left: 10px;
  display: inline;
}

.text-block-15 {
  color: var(--light-coral);
}

.collection-item-5 {
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  margin-bottom: 10px;
  font-weight: 800;
  text-decoration: none;
}

.link-7 {
  border-bottom: 1px none var(--sienna);
  color: var(--sienna);
  text-decoration: none;
}

.column-10 {
  border: 1px #000;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-4 {
  height: 420px;
}

.text.is-bold {
  color: var(--sienna);
  font-size: 12px;
  font-weight: 800;
}

.search-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.search-2.margin-top {
  padding-top: 0;
}

.search-input-3 {
  background-color: rgba(162, 180, 172, .38);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  max-width: 520px;
  margin-bottom: 0;
  padding-top: 29px;
  padding-bottom: 25px;
}

.search-input-3.mobile.home {
  border: 1px solid var(--dark-grey);
  padding-top: 26px;
  padding-bottom: 24px;
}

.search-input-3.mobile.home.shop {
  height: 50px;
  padding-top: 1.5rem;
  padding-bottom: 1.25rem;
}

.rich-text-block-2 {
  padding: 93px;
}

.search-input.results {
  max-height: 40px;
  padding-top: 29px;
  padding-bottom: 25px;
}

.text-block-16 {
  color: var(--seashell-2);
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
}

.empty-state {
  background-color: var(--light-pink);
  text-align: center;
  border-radius: 20px;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: space-around;
  align-items: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.body-6, .body-7 {
  background-color: var(--seashell-2);
  font-family: Nunito, sans-serif;
}

.filter-wrapper {
  flex-flow: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 0;
  display: block;
}

.filter-wrapper.dropdown {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: block;
}

.filter-wrapper.links {
  padding: 20px 10px;
}

.cms-collection-l-wrapper.hide {
  display: block;
}

.fs-dropdown_toggle-1 {
  border: 2px solid #000;
  border-radius: .25rem;
  padding: 1rem 3rem 1rem 1.25rem;
  font-weight: 500;
}

.fs-dropdown_toggle-1:focus-visible {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs-dropdown_toggle-1[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs-dropdown-1 {
  z-index: 998;
  margin-left: 0;
}

.fs-dropdown_icon-1 {
  color: #000;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1.25rem;
  font-size: 1rem;
}

.fs-dropdown_list-1.w--open {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: .25rem;
  margin-top: .5rem;
  padding: 1rem;
}

.fs-checkbox_label-10 {
  margin-bottom: 0;
  font-weight: 500;
}

.fs-checkbox_field-10 {
  color: #000;
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 0;
  font-weight: 500;
  display: flex;
  position: relative;
}

.fs-checkbox_button-10.w--redirected-checked {
  background-color: #501aff;
}

.fs-dropdown_list-group-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-wrapper-2 {
  display: none;
}

.body-8 {
  background-color: var(--seashell-2);
  font-family: Nunito, sans-serif;
}

.heading-7 {
  color: var(--sienna);
  text-align: center;
}

.body-9 {
  background-color: var(--seashell-2);
  font-family: Nunito, sans-serif;
}

.heading-8 {
  color: var(--sienna);
  text-align: center;
}

.collection-list-wrapper-3 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: block;
}

.dropdown-toggle-2 {
  background-color: var(--light-pink);
}

.body-10 {
  background-color: var(--seashell-2);
  font-family: Nunito, sans-serif;
}

.heading-9 {
  color: var(--sienna);
  text-align: center;
  margin-bottom: 40px;
}

.empty-state-2 {
  background-color: var(--dark-grey-2);
  display: none;
}

.text-block-17 {
  color: var(--white);
}

.empty-state-green {
  background-color: var(--dark-grey-2);
  color: var(--white);
  border-radius: 20px;
  margin-left: 25px;
  display: none;
}

.body-11 {
  background-color: var(--seashell-2);
  font-family: Nunito, sans-serif;
}

.heading-10 {
  color: var(--sienna);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
}

.body-12 {
  background-color: var(--seashell-2);
  font-family: Nunito, sans-serif;
}

.heading-11 {
  color: var(--sienna);
  text-align: center;
}

.body-13 {
  background-color: var(--seashell-2);
  font-family: Nunito, sans-serif;
}

.heading-12 {
  color: var(--sienna);
  text-align: center;
}

.text-block-18, .icon-4 {
  color: var(--white);
}

.cart-button-2 {
  clear: right;
  background-color: rgba(56, 152, 236, 0);
  position: static;
}

.image-18 {
  max-width: 26%;
  display: inline-block;
}

.cart-quantity-2 {
  background-color: var(--light-pink);
  color: var(--white);
}

.cart-button-3 {
  clear: none;
  flex-wrap: wrap;
  justify-content: flex-end;
  display: inline;
}

.column-wraper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.image-19 {
  max-width: 100%;
}

.navbar {
  z-index: 100;
  background-color: rgba(246, 239, 235, .95);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.columns-9 {
  border-bottom: 1px solid var(--peach-puff);
  margin-bottom: 15px;
}

.dropdown-filter {
  background-color: var(--light-pink);
  color: var(--white);
  border-radius: 20px;
  margin-left: 20px;
  font-weight: 600;
}

.link-8 {
  border-bottom: 1px dashed var(--light-coral);
  color: var(--sienna);
  font-weight: 700;
  text-decoration: none;
  display: inline;
}

.collection-item-6 {
  border-bottom: 1px #000;
  padding: 10px;
  display: inline-block;
}

.collection-list-2 {
  padding-bottom: 0;
}

.column-12 {
  padding-top: 20px;
}

.dropdown-list-3 {
  background-color: var(--light-coral);
}

.dropdown-list-3.w--open {
  background-color: var(--light-pink);
  color: var(--white);
}

.dropdown-link-2 {
  color: var(--white);
}

.dropdown-list-4 {
  background-color: var(--light-pink);
}

.dropdown-link-3 {
  color: var(--white);
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  display: inline-block;
}

.empty-state-3 {
  background-color: rgba(221, 221, 221, 0);
}

.navigation-link {
  color: var(--black);
  font-weight: 700;
  display: block;
}

.navigation-link:hover {
  color: var(--sienna);
}

.navigation-link:active {
  text-decoration: none;
}

.image-20 {
  max-width: 30%;
}

.text-block-19 {
  text-decoration: none;
  display: inline;
}

.text-block-20 {
  text-decoration: none;
}

.text-block-20:hover {
  color: var(--sienna);
}

.text-block-21, .text-block-22, .text-block-23 {
  text-decoration: none;
}

.text-block-24 {
  text-decoration: underline;
}

.text-block-25 {
  border-bottom: 1px dashed var(--white);
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.link-block-2 {
  padding: 10px;
  text-decoration: none;
}

.dropdown-list-5 {
  padding-left: 20px;
}

.dropdown-list-5.w--open {
  background-color: var(--light-pink);
  border-radius: 20px;
  min-width: 12rem;
  height: 34rem;
  margin-top: 10px;
  padding: 10px;
  overflow: scroll;
}

.collection-item-7 {
  border-radius: 20px;
  padding-bottom: 10px;
}

.nav-menu-2 {
  justify-content: center;
  display: flex;
}

.empty-state-4 {
  background-color: rgba(0, 0, 0, 0);
}

.body-14 {
  background-color: var(--seashell-2);
}

.text-block-26 {
  color: var(--sienna);
  font-weight: 700;
}

.heading-13 {
  color: var(--sienna);
}

.icon-5 {
  color: var(--dark-red);
}

.checkout-button {
  background-color: var(--light-coral);
  font-weight: 600;
}

.body-15 {
  background-color: var(--seashell-2);
  font-family: Nunito, sans-serif;
}

.shop-heading {
  color: var(--sienna);
  text-align: center;
}

.shortcode {
  text-align: center;
  border-radius: 0;
  max-width: 620px;
  padding-left: 10px;
  padding-right: 10px;
}

.filters {
  z-index: 76767667;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  top: 79%;
  bottom: 0%;
  left: auto;
  right: 5%;
}

.collection-list-wrapper-4 {
  color: var(--indian-red);
}

.nav-img-hide-on-desktop, .shipping-method {
  display: none;
}

.field-label-4 {
  color: var(--sienna);
}

.option {
  display: none;
}

.select-field {
  border: 1px solid var(--sienna);
  background-color: var(--light-pink);
  color: var(--white);
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 0;
}

.option-list, .option-list-2, .option-2, .option-3, .option-4 {
  display: none;
}

.option-5 {
  margin-top: 0;
  margin-bottom: 40px;
}

.option-6 {
  display: none;
}

.apply-button {
  margin-top: 0;
}

.h1-hero-heading {
  color: var(--sienna);
  letter-spacing: 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  margin-top: 0;
  margin-bottom: -21px;
  margin-right: 5px;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}

.text-span-6 {
  font-size: 22px;
}

.bold-text {
  font-family: "Fontsfree net moontime 1", sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.italic-text {
  margin-left: -2px;
  font-family: Merriweather, serif;
  font-size: 22px;
  font-weight: 700;
}

.hero-heading-text {
  color: var(--sienna);
  text-transform: none;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.text-span-7 {
  font-size: 13px;
  font-weight: 700;
}

.lightbox-link-3 {
  object-fit: cover;
}

.light-box-link-1 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lightbox-link-1 {
  text-align: center;
  object-fit: cover;
  background-color: #f5efeb;
  border-radius: 20px;
  flex-wrap: wrap;
  align-content: center;
  max-width: 70%;
  display: block;
  overflow: hidden;
}

.out-of-stock {
  background-color: var(--dark-grey);
  color: var(--white);
  border-radius: 20px;
  font-weight: 500;
}

.text-block-27 {
  font-weight: 600;
}

.text-block-28 {
  text-align: center;
  font-weight: 600;
}

.text-block-29 {
  text-transform: uppercase;
  font-weight: 500;
}

.checkout-form {
  background-color: var(--dark-grey);
}

.submit-button-2 {
  background-color: var(--dark-salmon);
  letter-spacing: .5px;
  border-radius: 20px;
  font-weight: 800;
}

.body-16 {
  font-family: Nunito, sans-serif;
}

.div-block-6 {
  display: none;
}

.order-confirmation {
  background-color: var(--dark-grey);
}

.empty-state-5 {
  display: none;
}

.text-block-30 {
  text-align: center;
}

.cart-wrapper {
  z-index: 100000001;
}

.free-shipping-card {
  background-color: red;
  border-radius: 100px;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
}

.free-shipping-wrapper {
  background-color: red;
  border-radius: 1000px;
  position: absolute;
}

.text-block-31 {
  color: var(--white);
  border-radius: 5px 0;
  flex-direction: row;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 700;
  display: block;
  position: absolute;
}

.faq-empty-state {
  background-color: var(--light-pink);
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.faq-empty-state-text {
  text-align: left;
  font-weight: 500;
  display: inline-block;
}

.faq-empty-state-image {
  text-align: center;
  display: inline;
}

.faq-empty-state-div {
  text-align: center;
}

.next-2 {
  background-color: var(--light-coral);
  border-radius: 20px;
  font-weight: 600;
}

.text-block-32 {
  color: var(--white);
}

.icon-6 {
  color: var(--white);
  border: 1px #000;
  font-size: 10px;
  font-weight: 900;
  transform: rotate(90deg);
}

.dropdown-2 {
  margin-right: 40px;
}

.image-square {
  background-color: var(--white);
  text-align: center;
  border-radius: 10px;
  display: block;
}

.button {
  border: 3px solid var(--dark-salmon);
  background-color: var(--dark-salmon);
  text-transform: none;
  border-radius: 20px;
  padding: 13px 40px;
  font-size: 16px;
  font-weight: 700;
  transition: all .3s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.button:hover {
  color: rgba(51, 51, 51, .32);
  border-width: 1px;
}

.text-block-33, .text-block-34 {
  font-weight: 500;
}

.next-3 {
  background-color: var(--indian-red);
  border-radius: 20px;
}

.text-block-35, .icon-7 {
  color: var(--white);
}

.text-block-36 {
  color: var(--dark-grey);
  text-align: left;
  text-transform: none;
  font-family: Nunito, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
}

.opis-akcijski {
  border: .5px none var(--dark-grey);
  background-color: var(--white);
  border-radius: 20px;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 2px 10px;
  font-size: 16px;
}

.text-block-37 {
  font-size: 14px;
}

.collection-item-8 {
  padding-left: 0;
  padding-right: 0;
}

.media-link-div {
  margin-bottom: 20px;
}

.collection-item-9 {
  padding-left: 0;
  padding-right: 0;
}

.text-block-41 {
  color: #f2e7e6;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  display: inline;
}

.collection-item-10 {
  text-align: center;
  background-color: #de8a96;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-21 {
  z-index: 7;
  border: 1.5px solid var(--dark-salmon);
  object-fit: contain;
  border-radius: 10px 30px;
  width: 560px;
  max-width: 100%;
  height: auto;
  margin-left: 0;
  display: block;
  position: static;
}

.use-filters-wrapper {
  justify-content: center;
  display: flex;
}

.use-filters-board {
  z-index: 2147483647;
  background-color: #fffcfc;
  border-radius: 20px;
  margin-bottom: 100px;
  padding: 5px;
  display: inline-block;
  position: fixed;
  top: auto;
  bottom: 0;
}

.text-block-42 {
  color: var(--sienna);
  text-transform: uppercase;
  font-weight: 700;
}

.button-2 {
  background-color: #cb9470;
  border-radius: 20px;
  align-self: center;
  margin-top: 20px;
  margin-left: 0;
  padding: 15px 60px;
  font-family: Nunito, sans-serif;
  font-weight: 700;
  display: block;
}

.column-16 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.lamb-button-wrapper {
  flex-direction: column;
  display: flex;
}

.slika-kategorija {
  object-fit: contain;
  border-radius: 10px;
  max-width: 50%;
  height: auto;
  display: block;
}

.ime-kategoriej {
  color: var(--seashell-3);
  text-align: center;
  text-transform: uppercase;
  align-self: center;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
}

.link-block-4 {
  border: .5px solid var(--black);
  background-color: var(--light-pink);
  border-radius: 10000000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 170px;
  max-width: none;
  height: 170px;
  padding: 27px;
  text-decoration: none;
  display: flex;
}

.collection-item-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.collection-list-6 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: center;
  justify-content: start;
  align-items: center;
  justify-items: start;
  display: grid;
}

.text-block-43 {
  font-size: 19px;
  font-weight: 600;
}

.image-22 {
  max-width: 60%;
}

.filteri-wrapper {
  z-index: 2147483647;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0;
  right: 0%;
}

.div-block-9 {
  float: right;
  clear: right;
  background-color: var(--white);
  border-radius: 20px;
  margin-right: 11px;
  padding: 5px;
  position: absolute;
}

.div-block-10 {
  clear: right;
}

.filters-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.filteri-text {
  font-size: 19px;
  font-weight: 700;
}

.image-23 {
  max-width: 80%;
  min-height: 0;
  max-height: 3.125rem;
}

.categories-center {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.collection-list-wrapper-6 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-17 {
  flex-direction: row;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.idu-e {
  border-width: 2px;
  border-color: var(--light-pink);
  background-color: var(--light-coral);
  border-radius: 20px;
  margin-top: 20px;
  padding: 10px 80px;
  font-weight: 700;
  transform: scale(1);
}

.text-block-44 {
  color: var(--seashell);
  font-size: 15px;
  font-weight: 700;
}

.icon-8 {
  color: #fff6f6;
  font-weight: 900;
}

.prije {
  border-width: 2px;
  border-color: var(--light-pink);
  background-color: var(--light-coral);
  border-radius: 20px;
  flex: 0 auto;
  align-self: center;
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 15px;
  font-weight: 700;
}

.icon-9, .text-block-45 {
  color: #fff;
}

.pagination-2 {
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}

.text-block-46, .icon-10 {
  color: #fff;
}

.text-block-47 {
  color: #fff;
  font-size: 15px;
}

.icon-11 {
  color: #fff;
}

.link-10 {
  color: var(--sienna);
  margin-left: 5px;
  font-weight: 700;
}

.columns-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.empty-state-6 {
  background-color: var(--light-pink);
  display: block;
}

.text-block-48 {
  display: none;
}

.image-24 {
  max-width: 80%;
}

.div-block-11 {
  text-align: center;
  background-color: #d29ea5;
  padding: 10px;
}

.link-11 {
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 1280px) {
  .all-sections.hero-section {
    padding-top: 0;
  }

  .all-sections.about-us {
    background-color: var(--seashell);
  }

  .all-sections.category-section {
    padding-top: 0;
  }

  .container.add-padding {
    text-transform: uppercase;
  }

  .container.product-padding {
    padding-top: 10px;
  }

  .container.make-padding {
    padding-top: 0;
  }

  .container.nav {
    max-width: 1290px;
  }

  .hero-logo {
    height: 17rem;
    margin-top: -30px;
    padding-left: 49px;
    overflow: visible;
  }

  .search-btn {
    min-height: 53px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 16px;
  }

  .search-btn:hover {
    background-color: var(--light-pink);
    border-style: none;
    font-size: 17px;
  }

  .nav-link-1.products {
    padding-left: 40px;
    display: block;
  }

  .nav-link-1.products.hide-on-desktop {
    display: none;
  }

  .hero-image-contain {
    padding-top: 20px;
  }

  .line-gold.menu-line {
    display: none;
  }

  .product-card.category {
    height: 29rem;
  }

  .product-card.search-page {
    height: 28rem;
  }

  .product-card.action {
    height: 31rem;
    margin-right: 20px;
    padding-bottom: 5px;
    padding-left: 10px;
  }

  .product-card.store {
    border-color: var(--dark-grey);
  }

  .text-block-4 {
    text-align: center;
    text-transform: uppercase;
    font-size: 17px;
  }

  .price.add-spacing {
    font-size: 22px;
  }

  .default-state {
    text-align: left;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .add-to-cart-button.add-margin.add-shadow {
    text-align: left;
    text-transform: none;
    margin-left: 0;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 17px;
    font-weight: 700;
    display: block;
  }

  .add-to-cart-button.add-margin.add-shadow:hover {
    color: #e67d8c;
    transform: none;
  }

  .image-6 {
    object-fit: cover;
    width: auto;
    min-width: auto;
    max-width: 100%;
    min-height: auto;
    max-height: none;
  }

  .image-6.store {
    width: auto;
  }

  .about-us-h2.add-margin {
    color: var(--sienna);
  }

  .paragraph-2, .paragraph-3 {
    text-transform: none;
  }

  .paragraph-4 {
    text-transform: none;
    font-weight: 600;
  }

  .text-block-5 {
    z-index: auto;
    text-transform: none;
    border-radius: 20px;
    margin-top: 44px;
    margin-right: -1px;
    padding: 10px;
    position: static;
  }

  .text-block-5.archive {
    margin-top: 4px;
  }

  .text-block-6 {
    text-transform: none;
  }

  .submit-button.add-margin._1 {
    border-radius: 20px;
    margin-top: 20px;
    margin-left: 0;
  }

  .text-field-2._1 {
    border-radius: 20px;
  }

  .search-div {
    position: fixed;
    top: 93px;
  }

  .search-div._2 {
    padding-top: 10px;
    position: fixed;
    top: 94px;
  }

  .collection-item, .collection-item-2.mobile.desktop {
    padding-left: 0;
    padding-right: 0;
  }

  .product-columns {
    margin-top: 20px;
  }

  .text-block-12 {
    font-size: 16px;
  }

  .add-to-cart-product.is-rose {
    border-width: 2px;
    padding: 15px 80px;
  }

  .add-to-cart-product.is-rose:hover {
    padding-left: 80px;
    padding-right: 80px;
  }

  .columns-7.about-us {
    margin-top: -82px;
    margin-bottom: 140px;
    position: static;
  }

  .heading-6 {
    margin-top: 19px;
    margin-bottom: 20px;
  }

  .search-2.margin-top {
    object-fit: cover;
    margin-bottom: 10px;
    overflow: hidden;
  }

  .search-input-3.mobile.home.shop {
    height: 53px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .column-11 {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-9 {
    border-bottom-style: solid;
    margin-left: 0;
    margin-right: 0;
  }

  .navigation-link {
    font-size: 16px;
  }

  .hero-heading-text {
    text-transform: none;
    font-size: 19px;
    font-weight: 700;
  }

  .out-of-stock {
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 700;
  }

  .text-block-27 {
    text-transform: uppercase;
  }

  .text-block-31 {
    text-transform: none;
    font-size: 14px;
  }

  .button {
    padding: 15px 50px;
    font-size: 20px;
  }

  .text-block-33 {
    text-transform: uppercase;
    font-weight: 600;
  }

  .text-block-36 {
    color: var(--dark-grey-2);
    text-align: left;
    min-width: 0;
    font-size: 15px;
    font-style: italic;
    font-weight: 700;
    line-height: 1.1;
  }

  .opis-akcijski {
    background-color: var(--white);
    text-align: left;
    border-style: none;
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-block-37 {
    font-size: 16px;
  }

  .image-21 {
    border-width: 2px;
    border-radius: 10px 30px;
    margin-left: 0;
  }

  .use-filters-wrapper {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .use-filters-board {
    z-index: 2147483647;
    background-color: #fff;
    border-radius: 20px;
    padding: 5px;
    display: inline-block;
  }

  .text-block-42 {
    color: #925947;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 700;
    display: block;
  }

  .button-2 {
    font-size: 20px;
    font-weight: 700;
  }

  .slika-kategorija {
    max-width: 60%;
  }

  .ime-kategoriej {
    color: var(--seashell);
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 700;
  }

  .link-block-4 {
    text-align: center;
    width: 175px;
    height: 175px;
    padding: 36px;
  }

  .idu-e {
    padding-left: 80px;
    padding-right: 80px;
  }

  .text-block-44 {
    font-size: 18px;
  }

  .prije {
    padding-left: 80px;
    padding-right: 80px;
  }

  .text-block-45, .text-block-46, .text-block-47 {
    font-size: 18px;
  }

  .link-10 {
    font-size: 15px;
  }

  .link-11 {
    font-size: 18px;
  }
}

@media screen and (min-width: 1440px) {
  .product-card.less-height {
    margin-right: 20px;
  }

  .product-columns {
    margin-top: 20px;
  }
}

@media screen and (max-width: 991px) {
  .all-sections.hero-section {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .all-sections.category-section {
    padding-top: 20px;
  }

  .container.add-padding.add-padding-down {
    font-size: 14px;
  }

  .container.faq-container {
    padding-left: 100px;
    padding-right: 100px;
  }

  .columns {
    margin-top: -43px;
  }

  .hero-logo {
    max-width: 60%;
    height: 14rem;
    margin-top: 40px;
    margin-left: 0;
    overflow: visible;
  }

  .paragraph {
    margin-bottom: 0;
    font-size: 11px;
  }

  .paragraph.hero {
    font-weight: 600;
  }

  .hero-text-wrapper {
    text-align: center;
    align-self: auto;
    margin-left: 0;
  }

  .hero-images-wrapper {
    object-fit: cover;
    flex-flow: row;
    align-content: center;
    margin-top: 10px;
    margin-bottom: 40px;
    margin-right: 40px;
  }

  .hero-baby1 {
    max-width: 50%;
    margin-right: 0;
    top: 0;
    left: 14px;
    right: auto;
  }

  .hero-baby1.remove-on-tablet {
    z-index: 0;
    max-width: 40%;
    margin-top: 50px;
    position: static;
    top: auto;
    left: auto;
  }

  .hero-baby2 {
    z-index: 0;
    max-width: 40%;
    margin-top: 5.625rem;
    margin-left: 0;
    position: static;
    top: auto;
    left: auto;
  }

  .nav-bar {
    padding-top: 20px;
    top: auto;
    bottom: auto;
  }

  .simple-menu {
    background-color: var(--dark-grey);
    border-radius: 0;
    margin-top: 10px;
  }

  .brand-text {
    margin-top: -12px;
  }

  .search-input {
    max-width: 410px;
  }

  .nav-link-1 {
    color: var(--white);
  }

  .nav-link-1.products {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 900;
  }

  .category-dropdown-text {
    font-size: 14px;
  }

  .hero-image-contain {
    flex-direction: column;
    align-items: center;
    margin-top: 45px;
    padding-top: 0;
    display: flex;
  }

  .menu-button {
    background-color: var(--light-pink);
    color: var(--white);
    border: 2px solid rgba(243, 89, 116, .3);
    border-radius: 20px;
    align-self: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 15px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .4);
  }

  .menu-button.w--open {
    background-color: var(--light-pink);
    margin-right: 10px;
  }

  .text-span-2 {
    font-size: 10px;
  }

  .heading.category {
    font-size: 40px;
  }

  .products-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .product-card {
    height: 360px;
    margin-right: 10px;
  }

  .product-card.less-height {
    padding-left: 3px;
    padding-right: 3px;
  }

  .product-card.category {
    height: auto;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .product-card.action {
    height: 32rem;
  }

  .product-card.store {
    height: 450px;
  }

  .text-block-4 {
    text-transform: uppercase;
    font-size: 13px;
  }

  .compare-at-price {
    font-size: 15px;
  }

  .default-state {
    margin-left: 0;
  }

  .quantity {
    width: 60px;
    padding-top: 8px;
    padding-left: 24px;
    padding-right: 5px;
    font-size: 11px;
  }

  .add-to-cart-button.add-margin.add-shadow {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
  }

  .image-6 {
    max-width: 100%;
  }

  .heading-2, .about-us-h2.add-margin {
    font-size: 30px;
  }

  .about-us-columns {
    display: block;
  }

  .about-us-c1 {
    align-self: auto;
  }

  .categories-wrapper {
    max-width: none;
  }

  .faq-center.margin-bottom {
    text-align: center;
    font-size: 30px;
  }

  .answer.margin {
    font-size: 14px;
  }

  .text-block-5 {
    padding: 9px;
  }

  .heading-4.add-padding {
    font-size: 30px;
  }

  .text-contact-us-wrapper.add-padding {
    padding-right: 40px;
  }

  .submit-button.add-margin._1 {
    font-size: 16px;
  }

  .footer {
    text-align: center;
  }

  .link-wrapper {
    text-align: left;
    display: flex;
  }

  .icon-wrapper.add-margin-responsive {
    flex-direction: column;
    display: flex;
  }

  .text-block-8 {
    margin-left: 0;
  }

  .columns-5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .column-6 {
    order: 0;
    align-self: auto;
  }

  .image-8 {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .product-columns {
    text-align: left;
  }

  .product-description-wrap {
    text-align: left;
    margin-top: 20px;
  }

  .paragraph-wrapper.about-us {
    padding-top: 40px;
  }

  .product-img-wrap {
    margin-top: 10px;
    margin-left: 19px;
  }

  .image-11 {
    max-width: 110%;
  }

  .add-to-cart.margin-top {
    text-align: left;
  }

  .div-block-2 {
    width: 200px;
    height: 340px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }

  .dropdown-list.w--open {
    width: 230px;
    height: 500%;
    margin-left: 0;
    margin-right: auto;
    padding-left: 0;
    padding-right: 10px;
    overflow: scroll;
  }

  .link-4 {
    font-size: 12px;
  }

  .div-block-3 {
    padding: 10px 15px;
  }

  .next {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-14, .image-14.categ1 {
    max-width: 10%;
  }

  .heading-about-us.is-gold {
    font-size: 30px;
  }

  .container-2 {
    text-align: left;
    margin-top: 22px;
  }

  .search-input-2 {
    width: 440px;
  }

  .heading-6 {
    font-size: 30px;
  }

  .text-block-14 {
    font-size: 14px;
  }

  .search-section {
    padding-top: 65px;
  }

  .link-7 {
    font-size: 8px;
  }

  .category-wrapper {
    display: block;
  }

  .text.is-bold {
    font-weight: 700;
  }

  .search-2.margin-top {
    margin-top: 20px;
  }

  .columns-8 {
    margin-bottom: 20px;
  }

  .column-wraper {
    justify-content: center;
    padding-top: 10px;
    display: flex;
  }

  .navigation-link {
    color: var(--white);
    display: block;
  }

  .dropdown-list-5.w--open {
    min-width: 10rem;
    height: 25rem;
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-menu-2 {
    background-color: var(--light-pink);
    border-radius: 20px;
    flex: none;
    align-self: center;
    width: auto;
    min-width: auto;
    max-width: 200rem;
    min-height: auto;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .cart-2 {
    flex: 0 auto;
    align-self: auto;
  }

  .hero-heading-text {
    font-size: 16px;
    font-weight: 700;
  }

  .column-14 {
    text-align: center;
  }

  .button {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-38 {
    font-size: 14px;
  }

  .text-block-39 {
    font-size: 12px;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-21 {
    margin-left: 0;
  }

  .slika-kategorija {
    max-width: 40%;
  }

  .ime-kategoriej {
    font-size: 14px;
  }

  .link-block-4 {
    width: 210px;
    padding: 40px 10px;
  }

  .text-block-51 {
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .all-sections {
    height: 280vh;
  }

  .all-sections.hero-section {
    height: auto;
    padding-bottom: 0;
    overflow: visible;
  }

  .all-sections.category-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .body, .container {
    text-align: center;
  }

  .container.hero-conteiner, .container.search-page {
    padding-bottom: 0;
  }

  .columns {
    margin-bottom: auto;
  }

  .hero-logo {
    object-fit: cover;
    height: 13rem;
    margin-top: 10px;
    margin-left: 0;
  }

  .hero-images-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 34px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .hero-baby1.remove-on-tablet {
    margin-bottom: 0;
  }

  .hero-baby2 {
    margin-left: 0;
  }

  .brand-text {
    margin-top: 0;
  }

  .menu-button {
    margin-top: -10px;
  }

  .heading.category {
    font-size: 30px;
  }

  .products-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }

  .product-card {
    height: 370px;
    margin-bottom: 20px;
  }

  .product-card.less-height {
    height: 27rem;
    overflow: visible;
  }

  .product-card.category {
    padding: 10px 3px 20px;
  }

  .product-card.action {
    height: 37rem;
  }

  .product-card.store {
    height: 460px;
  }

  .text-block-4 {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .compare-at-price {
    font-size: 14px;
  }

  .price.add-spacing {
    font-size: 16px;
  }

  .add-to-cart-button.add-margin.add-shadow {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    font-weight: 600;
  }

  .image-6 {
    object-fit: cover;
    max-width: 100%;
  }

  .product-image-center {
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .heading-2, .about-us-h2.add-margin {
    font-size: 25px;
  }

  .image-wrapper {
    text-align: center;
  }

  .image-7 {
    text-align: center;
    max-width: 80%;
  }

  .paragraph-2, .paragraph-3, .paragraph-4 {
    font-size: 14px;
  }

  .faq-center.margin-bottom {
    margin-bottom: 40px;
    font-size: 25px;
  }

  .text-block-5 {
    margin-top: 20px;
    font-size: 13px;
  }

  .heading-4.add-padding {
    padding-bottom: 40px;
    font-size: 25px;
  }

  .text-contact-us-wrapper.add-padding {
    text-align: left;
    font-size: 14px;
  }

  .submit-button.add-margin._1, .text-field-2._1 {
    border-radius: 20px;
  }

  .button-wrapper.add-padding {
    text-align: left;
  }

  .link-wrapper {
    margin-bottom: 10px;
    display: flex;
  }

  .text-block-8 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .search-div {
    top: 10%;
  }

  .nav-menu-wrapper {
    justify-content: flex-end;
    margin-top: -27px;
    display: flex;
  }

  .image-8 {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .collection-item {
    max-width: 50%;
  }

  .product-name {
    font-size: 23px;
  }

  .product-name.is-brown {
    font-size: 25px;
  }

  .product-description-wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 44px;
    display: block;
  }

  .paragraph-wrapper.about-us {
    margin-top: 40px;
  }

  .section-heading.is-brown {
    font-size: 25px;
  }

  .collection-list-wrapper {
    display: none;
  }

  .heading-about-us.is-gold, .iamge-lamb-contact {
    margin-top: 0;
  }

  .image-16 {
    margin-left: 40px;
  }

  .heading-6, .search {
    text-align: center;
  }

  .search-2.margin-top {
    margin-top: 20px;
  }

  .search-input-3 {
    max-width: 320px;
  }

  .column-wraper {
    padding-top: 20px;
  }

  .nav-menu-2 {
    margin-top: 10px;
  }

  .bold-text {
    font-weight: 400;
  }

  .column-14 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button {
    background-image: none;
  }

  .collection-list-3 {
    height: auto;
  }

  .collection-list-4 {
    max-width: 50%;
  }

  .link-block-3 {
    overflow: visible;
  }

  .collection-item-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-21 {
    max-width: 100%;
  }

  .link-block-4 {
    width: 150px;
    height: 150px;
  }

  .collection-item-12 {
    text-align: center;
    object-fit: cover;
  }
}

@media screen and (max-width: 479px) {
  .all-sections {
    height: auto;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .all-sections.hero-section {
    height: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .all-sections.action-products {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .all-sections.action-products.bestseller {
    margin-bottom: 0;
  }

  .all-sections.about-us {
    background-color: var(--seashell);
    text-align: left;
    object-fit: fill;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .all-sections.faq-section, .all-sections.contact-us-s {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .all-sections.product-section {
    padding-top: 10px;
  }

  .all-sections.category-section {
    padding-top: 6px;
    padding-left: 0;
    padding-right: 0;
  }

  .body {
    overflow: visible;
  }

  .container {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .container.hero-conteiner {
    padding-bottom: 0;
  }

  .container.add-padding {
    padding-top: 20px;
    padding-bottom: 40px;
    font-weight: 500;
  }

  .container.add-padding.add-padding-down {
    padding-top: 20px;
    overflow: hidden;
  }

  .container.faq-container {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.add-padding-down {
    padding-top: 20px;
  }

  .container.related-products {
    flex-direction: column;
    display: block;
  }

  .container.search-page {
    margin-bottom: 0;
    padding-top: 26px;
    padding-bottom: 40px;
  }

  .container.make-padding {
    padding-top: 20px;
  }

  .columns {
    margin-top: 0;
  }

  .hero-logo {
    max-width: 100%;
    height: 10.7rem;
    min-height: 10rem;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    display: block;
  }

  .paragraph {
    text-align: left;
    letter-spacing: .5px;
    margin-bottom: 10px;
    font-size: 12px;
    display: block;
  }

  .paragraph.hero {
    margin-top: 0;
    font-size: 11px;
    font-weight: 500;
    display: inline;
    position: static;
    top: -3px;
  }

  .hero-text-wrapper {
    text-align: left;
    margin-left: 10px;
    font-size: 10px;
  }

  .hero-images-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .hero-baby1 {
    max-width: 70%;
    left: auto;
  }

  .hero-baby1.remove-on-tablet {
    z-index: 5;
    clear: none;
    border-color: var(--dark-grey);
    max-width: 74%;
    margin-top: -61px;
    margin-left: auto;
    margin-right: -31px;
    position: relative;
    top: auto;
    left: auto;
  }

  .hero-baby2 {
    z-index: 0;
    object-fit: contain;
    align-self: center;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: auto;
    margin-left: 0;
    position: static;
    top: auto;
    left: auto;
  }

  .nav-bar {
    background-color: rgba(246, 239, 235, .5);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -4px;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 0;
    display: block;
  }

  .brand {
    clear: none;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    margin-top: -13px;
    padding-left: 0;
    display: inline-block;
  }

  .simple-menu {
    text-align: center;
    background-color: #e797a5;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    height: auto;
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0 20px 12px;
    overflow: visible;
  }

  .brand-text {
    float: none;
    clear: left;
    text-align: left;
    white-space: nowrap;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 30px;
    display: inline-block;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .search-form.mobile {
    margin-top: 8px;
  }

  .search-form.mobile.add-margin {
    margin-bottom: 0;
  }

  .search-btn {
    background-color: var(--light-pink);
    box-shadow: none;
    text-transform: capitalize;
    border-style: solid;
    border-color: rgba(243, 89, 116, .3);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    min-height: 50px;
    padding: 10px 20px;
    font-size: 11px;
  }

  .search-btn:hover {
    background-color: var(--light-pink);
    font-size: 12px;
  }

  .search-input {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 0;
    max-width: 230px;
    padding-top: 25px;
    padding-bottom: 24px;
  }

  .nav-link-1 {
    color: var(--white);
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .nav-link-1.products {
    z-index: auto;
    aspect-ratio: auto;
    background-color: var(--light-coral);
    text-align: center;
    margin: auto;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 18px;
    font-weight: 700;
    transition-property: none;
    display: block;
    position: relative;
    overflow: visible;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
  }

  .nav-link-1.products:hover {
    background-color: var(--light-coral);
    box-shadow: none;
    transform: none;
  }

  .nav-link-1.products:active {
    background-color: var(--light-coral);
  }

  .nav-link-1.products.w--open {
    background-color: #f35974;
  }

  .nav-link-1.products.w--open:hover {
    background-color: var(--light-coral);
  }

  .nav-link-1.products.hide-on-desktop {
    z-index: auto;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: static;
    top: auto;
    bottom: auto;
  }

  .nav-link-1.products.hide-on-desktop.w--open {
    position: static;
  }

  .proizvodi-dropdown.add-padding-on-mobile {
    border-radius: 20px 0;
    width: 140px;
    margin-top: 13px;
    padding: 21px 20px 36px 0;
  }

  .category-dropdown-text {
    padding-bottom: 0;
    font-size: 13px;
  }

  .cart-button {
    background-color: rgba(0, 0, 0, 0);
    margin-left: 3px;
    padding-bottom: 15px;
  }

  .cart-button.center {
    background-color: rgba(0, 0, 0, 0);
    justify-content: flex-start;
    margin-top: -14px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
    top: -26px;
    bottom: auto;
    left: 55px;
    right: auto;
  }

  .cart-button.desktop {
    display: none;
  }

  .cart-quantity {
    margin-top: -3px;
  }

  .columns-2 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    display: block;
  }

  .dropdown-move-right {
    display: flex;
  }

  .column-4 {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: block;
    overflow: visible;
  }

  .hero-image-contain {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 28px;
    margin-bottom: 20px;
    padding-top: 0;
    display: block;
  }

  .menu-button {
    float: left;
    background-color: var(--light-pink);
    color: var(--white);
    text-align: center;
    border: 1px solid rgba(243, 89, 116, .3);
    border-radius: 20px;
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
    position: relative;
    box-shadow: 2px 1px 6px rgba(0, 0, 0, .3);
  }

  .menu-button:hover {
    border-style: solid;
    border-width: 1px;
  }

  .menu-button.w--open {
    background-color: var(--light-pink);
    border-style: solid;
    border-width: 1px;
    border-bottom-right-radius: 20px;
  }

  .menu-button.w--open:active {
    color: var(--light-coral);
  }

  .line-gold {
    background-color: var(--peach-puff);
    margin-top: 16px;
  }

  .line-gold.increase-color {
    margin-top: 0;
  }

  .line-gold.category {
    display: block;
  }

  .line-gold.category.hide {
    display: none;
  }

  .line-gold.remove-margin {
    margin-top: 0;
  }

  .line-gold.menu-line {
    margin-top: 0;
    display: block;
  }

  .text-span-2 {
    font-size: 10px;
  }

  .cart {
    height: 1px;
    display: block;
  }

  .heading.category {
    font-size: 25px;
  }

  .products-wrapper {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .product-card {
    border: 1.2px solid rgba(220, 155, 165, .5);
    height: 19rem;
    margin: 10px auto auto 5px;
    padding-top: 3px;
    padding-left: 3px;
    padding-right: 3px;
  }

  .product-card.less-height {
    border: 1.2px solid rgba(210, 158, 165, .5);
    border-radius: 20px;
    flex-direction: column;
    height: 18rem;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: auto;
    padding-top: 3px;
    padding-left: 3px;
    padding-right: 3px;
    display: block;
    overflow: hidden;
  }

  .product-card.category {
    border-style: solid;
    border-color: rgba(220, 155, 165, .5);
    border-radius: 20px;
    width: auto;
    max-width: 19rem;
    height: 19rem;
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 5px;
    padding: 3px;
    overflow: hidden;
  }

  .product-card.search-page {
    border: 1.2px solid rgba(220, 155, 165, .5);
    max-width: none;
    height: 19rem;
    margin: 10px 0 0 5px;
    padding-top: 3px;
    padding-left: 3px;
    padding-right: 3px;
  }

  .product-card.action {
    border: 1px solid #ced6d2;
    border-radius: 20px;
    max-width: none;
    height: 21.5rem;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 0;
    padding: 3px;
  }

  .product-card.store {
    border: 1.2px solid rgba(220, 155, 165, .5);
    height: 20rem;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 0;
    padding-top: 3px;
    padding-left: 3px;
    padding-right: 3px;
  }

  .text-block-4 {
    text-indent: 0;
    text-transform: uppercase;
    column-count: 0;
    overflow-wrap: normal;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    text-decoration: none;
  }

  .compare-at-price {
    color: var(--dark-grey-2);
    font-size: 15px;
    font-weight: 700;
  }

  .price.add-spacing {
    margin-left: auto;
    margin-right: auto;
    font-size: 19px;
    font-weight: 800;
  }

  .default-state {
    display: none;
  }

  .quantity {
    border-color: var(--dark-grey);
  }

  .add-to-cart-button.add-margin.add-shadow {
    border-radius: 15px;
    max-width: 7rem;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, .3);
  }

  .image-6 {
    object-fit: cover;
    object-position: 50% 50%;
    border-radius: 20px;
    width: auto;
    min-width: auto;
    max-width: 100%;
    height: 11rem;
    min-height: auto;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: block;
  }

  .image-6.store {
    border-radius: 20px;
    max-width: 100%;
    height: 12rem;
  }

  .add-to-cart {
    display: block;
  }

  .product-image-center {
    flex-wrap: wrap;
    align-content: center;
    display: flex;
    overflow: visible;
  }

  .heading-2 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
  }

  .heading-2.action {
    margin-top: 20px;
    margin-bottom: 0;
    font-weight: 700;
  }

  .column-5 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .about-us-h2.add-margin {
    color: var(--sienna);
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 700;
  }

  .categories-wrapper {
    flex-flow: wrap;
    align-content: center;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    overflow: visible;
  }

  .image-7 {
    max-width: 100%;
    height: 11rem;
  }

  .paragraph-2, .paragraph-3 {
    font-size: 14px;
  }

  .paragraph-4 {
    text-transform: none;
    font-size: 14px;
    font-weight: 600;
  }

  .icon-2 {
    background-color: var(--light-pink);
    color: var(--white);
    display: block;
  }

  .dropdown {
    padding-top: 0;
  }

  .faq-center {
    font-size: 20px;
  }

  .faq-center.margin-bottom {
    font-size: 20px;
    font-weight: 700;
  }

  .faq-wrap {
    border: 1px solid var(--light-coral);
    padding: 15px;
  }

  .answer.margin {
    text-align: left;
    margin-top: 20px;
  }

  .text-block-5 {
    text-align: center;
    border-radius: 20px;
    margin-top: 33px;
    margin-right: -1px;
    padding: 7px;
    font-size: 15px;
    font-weight: 500;
  }

  .text-block-5.archive {
    margin-top: 37px;
    margin-right: 1px;
  }

  .text-block-6 {
    padding-left: 5px;
    font-weight: 600;
  }

  .heading-4.add-padding {
    padding-bottom: 40px;
    font-size: 20px;
  }

  .text-contact-us-wrapper.add-padding {
    padding-right: 0;
  }

  .submit-button.add-margin {
    padding-left: 30px;
    padding-right: 30px;
  }

  .submit-button.add-margin._1 {
    border: 2px solid rgba(243, 89, 116, .7);
    border-radius: 20px;
    padding-right: 40px;
  }

  .text-field, .text-field-2 {
    width: 270px;
  }

  .text-field-2._1 {
    border-radius: 20px;
  }

  .textarea {
    width: 270px;
  }

  .field-label, .field-label-2 {
    font-size: 12px;
  }

  .link-2.add-margin, .link-3 {
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
  }

  .info-wrapper.add-margin {
    font-size: 14px;
  }

  .phone.add-margin {
    text-decoration: none;
  }

  .icon-wrapper.add-margin-responsive {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
  }

  .facebook.add-margin {
    align-self: auto;
    max-width: 50%;
    margin-top: 0;
  }

  .form {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-8 {
    margin-top: 60px;
    padding-left: 0;
    font-size: 14px;
    display: inline-block;
  }

  .text-block-8.wl {
    color: #cb9470;
    margin-top: 5px;
  }

  .heading-5 {
    color: var(--sienna);
    text-align: center;
    font-size: 30px;
  }

  .search-div {
    z-index: 30;
    border-top: 1px solid var(--peach-puff);
    background-color: var(--seashell-3);
    margin-top: 15px;
    position: fixed;
    top: 64px;
    overflow: hidden;
  }

  .search-div._2 {
    top: 82px;
  }

  .columns-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-menu-wrapper {
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-end;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    display: flex;
    position: static;
    overflow: visible;
  }

  .image-8 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .collection-item {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-item-2 {
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .collection-item-2.mobile.desktop {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .product-name {
    font-size: 16px;
  }

  .product-name.is-brown {
    margin-bottom: 10px;
  }

  .product-name.margin {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
  }

  .product-description-wrap {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .product-image-wrap {
    text-align: center;
    justify-content: center;
  }

  .text-block-9 {
    text-align: center;
  }

  .paragraph-wrapper {
    margin-top: 40px;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .products-compare-price.is-green {
    font-size: 20px;
  }

  .product-price.is-rose {
    text-align: center;
    margin-top: 5px;
    margin-left: 0;
    font-size: 21px;
    font-weight: 900;
  }

  .product-img-wrap {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-left: 11px;
  }

  .image-11 {
    max-width: 100%;
  }

  .collection-item-3 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .collection-list {
    margin-left: 0;
  }

  .text-block-12 {
    text-align: left;
    font-size: 16px;
    font-weight: 600;
  }

  .quantity-product-page.is-brown {
    text-align: center;
  }

  .add-to-cart-product.is-rose {
    border: 2px solid var(--light-pink);
    background-color: var(--light-coral);
    text-transform: uppercase;
    border-radius: 20px;
    padding: 15px 50px;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    display: block;
    position: relative;
    top: auto;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .add-to-cart-product.is-rose:hover {
    font-size: 14px;
  }

  .add-to-cart.margin-top {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-left: 5px;
    margin-right: 5px;
    display: flex;
  }

  .image-12 {
    border: 2.5px solid var(--dark-grey-2);
    height: 22rem;
    overflow: hidden;
  }

  .outer-loop {
    border-top: 2px solid rgba(243, 89, 116, .7);
    border-bottom: 2px solid rgba(243, 89, 116, .7);
  }

  .inner-loop {
    object-fit: cover;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    line-height: 1;
    position: static;
    overflow: visible;
  }

  .loop-text {
    letter-spacing: 1px;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 700;
  }

  .loop-text-wrapper {
    justify-content: flex-start;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-heading.is-brown {
    font-size: 20px;
  }

  .div-block-2 {
    border-radius: 0;
    width: auto;
    height: auto;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 0;
    overflow: visible;
  }

  .collection-item-4 {
    width: auto;
    height: auto;
    max-height: none;
    padding-bottom: 10px;
    overflow: visible;
  }

  .category-link {
    border-bottom-width: 2px;
    border-bottom-color: var(--light-coral);
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
  }

  .dropdown-list {
    overflow: scroll;
  }

  .dropdown-list.w--open {
    background-color: var(--light-pink);
    height: 300px;
    padding: 10px 20px 20px;
    overflow: scroll;
  }

  .column-8 {
    text-align: center;
    padding-right: 10px;
  }

  .collection-list-wrapper {
    display: none;
  }

  .heading-about-us.is-gold {
    margin-top: 10px;
  }

  .body-4 {
    font-family: Nunito, sans-serif;
  }

  .search-input-2 {
    width: 300px;
  }

  .search-button {
    text-align: right;
  }

  .heading-6 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: auto;
    font-size: 25px;
  }

  .field-label-3 {
    text-align: center;
  }

  .search {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text.is-bold {
    font-size: 11px;
    font-weight: 800;
  }

  .search-2 {
    padding-top: 20px;
  }

  .search-2.margin-top {
    flex-flow: row;
    align-content: center;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .search-input-3 {
    border-bottom-left-radius: 20px;
    max-width: 220px;
    padding-top: 31px;
    padding-bottom: 23px;
  }

  .search-input-3.mobile {
    padding-top: 26px;
  }

  .search-input-3.mobile.home {
    border-radius: 16px 0 0 16px;
    padding-top: 27px;
    padding-bottom: 23px;
  }

  .search-input-3.mobile.home.shop {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    max-width: none;
    height: 50px;
    padding: 1rem 10px;
  }

  .search-input.results {
    border-bottom-left-radius: 20px;
  }

  .text-block-16 {
    padding-left: 10px;
  }

  .empty-state-green {
    margin-left: -16px;
    margin-right: 20px;
  }

  .image-17 {
    max-width: 50%;
  }

  .cart-button-2 {
    display: inline;
  }

  .cart-button-2.mobile {
    margin-left: 0;
  }

  .image-18 {
    object-fit: contain;
    width: auto;
    min-width: auto;
    max-width: 50%;
  }

  .cart-quantity-2 {
    border: 1px none var(--peach-puff);
    background-color: var(--light-pink);
    color: var(--seashell-2);
  }

  .column-wraper {
    border-radius: 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 0;
  }

  .image-19 {
    object-fit: cover;
    min-width: 210px;
    max-width: 100%;
    margin-left: -19px;
    padding-left: 0;
    display: inline-block;
  }

  .navbar {
    border-bottom: 1px none var(--peach-puff);
    background-color: var(--seashell-3);
    padding-top: 5px;
    padding-bottom: 0;
    top: 0;
  }

  .column-11 {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .columns-9 {
    border-bottom-style: none;
    margin-top: 0;
  }

  .dropdown-filter.margin {
    margin-bottom: 10px;
  }

  .column-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-link {
    z-index: auto;
    color: var(--white);
    font-size: 13px;
    display: block;
    position: static;
  }

  .image-20 {
    object-fit: cover;
    max-width: 20%;
    display: block;
  }

  .text-block-20 {
    border-style: none none dashed;
    border-width: 1px 1px 2px;
    border-color: black black var(--light-coral);
    text-transform: none;
    font-size: 16px;
    font-weight: 800;
    display: inline;
  }

  .text-block-20:hover {
    color: rgba(255, 255, 255, .5);
  }

  .text-block-25 {
    border-bottom-color: var(--white-smoke);
    color: var(--white);
    text-align: center;
    text-transform: none;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    display: inline;
  }

  .link-block-2 {
    text-align: left;
    padding: 10px;
    font-size: 14px;
  }

  .dropdown-list-5.w--open {
    z-index: 410;
    text-align: left;
    object-fit: cover;
    flex-flow: column;
    min-width: auto;
    height: 30rem;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    overflow: scroll;
  }

  .nav-menu-2 {
    background-color: var(--light-pink);
    outline-offset: 0px;
    text-align: center;
    object-fit: cover;
    border-radius: 20px 0;
    outline: 3px #333;
    flex-flow: column;
    order: 0;
    align-content: center;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: auto;
    max-width: none;
    height: auto;
    min-height: 17rem;
    max-height: 180rem;
    margin-top: auto;
    margin-left: 20px;
    margin-right: 20px;
    padding: 10px;
    display: flex;
    top: 84px;
    overflow: visible;
  }

  .shop-heading {
    margin-top: 15px;
  }

  .column-13 {
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .filters {
    z-index: 5;
    top: 230px;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .cart-2 {
    padding-left: 11px;
  }

  .nav-img-hide-on-desktop {
    object-fit: contain;
    max-width: 100%;
    display: block;
  }

  .apply-button {
    border-radius: 5px;
    margin-top: 0;
  }

  .h1-hero-heading {
    text-align: left;
    letter-spacing: 0;
    text-shadow: 1px 0 1px rgba(0, 0, 0, .2);
    margin-top: 10px;
    margin-bottom: -23px;
    margin-right: 5px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    display: inline-block;
  }

  .text-span-6 {
    font-size: 13px;
    font-weight: 400;
  }

  .italic-text {
    font-size: 14px;
  }

  .hero-heading-text {
    color: var(--sienna);
    text-transform: none;
    margin-bottom: 10px;
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
  }

  .text-span-7 {
    font-size: 12px;
    font-weight: 800;
  }

  .lightbox-link-1 {
    max-width: 100%;
  }

  .out-of-stock {
    text-transform: uppercase;
    margin-top: -150px;
    font-size: 10px;
    font-weight: 700;
  }

  .text-block-29 {
    text-transform: uppercase;
    font-size: 10px;
  }

  .discounts {
    background-color: var(--white);
    border-radius: 0;
  }

  .order-items, .block-header-2 {
    border-radius: 0;
  }

  .block-content-2 {
    border-radius: 0;
    margin-top: 5px;
  }

  .block-header-3 {
    border-radius: 0;
  }

  .block-content-3, .block-content-4 {
    border-radius: 0;
    margin-top: 5px;
  }

  .block-header-4 {
    border-radius: 0;
  }

  .block-content-5 {
    border-radius: 0;
    margin-top: 5px;
  }

  .block-header-5, .block-header-6 {
    border-radius: 0;
  }

  .block-content-6 {
    border-radius: 0;
    margin-top: 5px;
  }

  .block-header-7 {
    border-radius: 0;
  }

  .block-content-7 {
    border-radius: 0;
    margin-top: 5px;
  }

  .div-block-7 {
    background-color: var(--white);
    border-radius: 20px;
  }

  .billing-address {
    display: block;
  }

  .free-shipping-card, .free-shipping-wrapper {
    border-radius: 0;
  }

  .text-block-31 {
    text-align: center;
    letter-spacing: .4px;
    text-transform: uppercase;
    border-radius: 4px 0;
    margin-top: 0;
    padding: 3px;
    font-size: 8px;
    font-weight: 600;
    line-height: 13px;
    top: 31px;
  }

  .faq-empty-state-text {
    text-align: center;
    font-weight: 600;
  }

  .dropdown-2 {
    z-index: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    display: block;
    top: auto;
  }

  .image-square {
    background-color: var(--seashell-2);
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: 50%;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
  }

  .button {
    border-style: solid;
    border-color: var(--dark-salmon);
    background-color: var(--dark-salmon);
    background-image: none;
    border-radius: 20px;
    justify-content: center;
    font-size: 17px;
    font-weight: 700;
    display: flex;
  }

  .text-block-33 {
    font-weight: 700;
  }

  .text-block-34 {
    text-transform: none;
  }

  .text-block-36 {
    color: var(--dark-grey);
    text-align: left;
    text-transform: none;
    font-family: Nunito, sans-serif;
    font-size: 13px;
    font-style: italic;
    font-weight: 700;
    line-height: 1;
    display: block;
  }

  .opis-akcijski {
    border: 1px none var(--dark-grey);
    color: var(--dark-grey);
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, .6);
    border-radius: 0;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 0 2px;
    font-size: 13px;
    font-weight: 600;
    display: block;
    position: static;
  }

  .text-block-37 {
    font-size: 17px;
  }

  .text-block-39 {
    text-transform: none;
    font-size: 12px;
    font-weight: 700;
  }

  .column-15 {
    padding-left: 0;
    padding-right: 0;
  }

  .collection-list-4 {
    max-width: none;
  }

  .link-block-3 {
    align-self: auto;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .text-block-40 {
    font-size: 16px;
  }

  .collection-item-8 {
    max-width: 50%;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-list-wrapper-5 {
    align-items: center;
    display: block;
  }

  .collection-list-wrapper-5.desktop.mobile {
    display: block;
  }

  .link-9 {
    letter-spacing: 1px;
    text-indent: 0;
    text-transform: none;
    word-break: normal;
  }

  .collection-item-9 {
    max-width: 50%;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-41 {
    font-size: .8rem;
  }

  .collection-item-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-21 {
    object-fit: contain;
    border-width: 1.5px;
    border-radius: 20px;
    width: 300px;
    max-width: 100%;
    height: auto;
    margin-top: 0;
    margin-left: 0;
  }

  .use-filters-wrapper {
    margin-top: 10px;
  }

  .use-filters-board {
    z-index: 40000;
    margin-bottom: 140px;
    margin-left: 10px;
    margin-right: 10px;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .text-block-42 {
    font-size: 11px;
  }

  .slika-kategorija {
    object-fit: contain;
    border-radius: 0;
    max-width: 40%;
    display: inline-block;
  }

  .ime-kategoriej {
    color: var(--seashell);
    -webkit-text-stroke-color: var(--dark-grey-2);
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 10px;
    font-weight: 600;
    text-decoration: none;
  }

  .link-block-4 {
    border: .5px solid var(--black);
    background-color: var(--light-pink);
    color: var(--light-pink);
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 125px;
    height: 125px;
    padding: 13px;
    text-decoration: none;
    display: flex;
  }

  .collection-item-11 {
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .collection-list-6 {
    grid-column-gap: 10px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-content: center;
    align-items: flex-end;
    display: grid;
  }

  .text-block-43 {
    font-weight: 700;
  }

  .filteri-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-right: 0;
    padding-top: 0;
    padding-right: 20px;
    display: flex;
  }

  .image-23 {
    max-height: 50px;
  }

  .categories-center {
    overflow: visible;
  }

  .idu-e, .prije {
    padding: 10px 70px;
  }

  .link-10 {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .column-18 {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-10 {
    margin-left: 0;
    margin-right: 0;
  }

  .brand-2 {
    padding-left: 0;
  }

  .image-24 {
    max-width: 50%;
  }

  .link-block-5 {
    align-self: auto;
  }

  .text-block-49 {
    font-weight: 700;
  }

  .text-block-50 {
    font-size: 9px;
  }

  .text-block-51 {
    font-size: 10px;
  }

  .collection-list-7 {
    font-size: 14px;
  }

  .div-block-11 {
    padding: 20px;
  }

  .link-11 {
    font-size: 13px;
  }
}


@font-face {
  font-family: 'Fontsfree net moontime 1';
  src: url('../fonts/fontsfree-net-moontime-regular-1.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}