:root {
  --brown: #3a0e11;
  --pink: #e63f82;
  --transparent: transparent;
  --white: white;
}

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

.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-commerce-commercecheckoutformcontainer {
  background-color: #f9f7e0;
  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-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

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

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

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

.w-commerce-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;
  font-family: Bubbleboddy Neue, sans-serif;
}

.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;
    font-weight: 500;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #e63f82;
  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: #f9f7e0;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

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

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

.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: #f9f7e0;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

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

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

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  color: #3a0e11;
  /* cursor: none; */
  font-family: Bubbleboddy Neue1, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.page-wrapper.background {
  background-color: #f9f7e0;
}

.navbar {
  z-index: 99;
  background-color: #e63f82;
}

.navbar.bg-neo {
  background-color: #c1f4e7;
}

.navbar.bg-purple {
  background-color: #7029b2;
}

.navbar.bg-yellow {
  background-color: #f9f7e0;
}

.navbar.bg-pink {
  background-color: #ffc1da;
}

.navbar.transparent {
  background-color: #0000;
}

.container-small {
  max-width: 1262px;
  padding-left: 15px;
  padding-right: 15px;
}

.navbar-inner-block {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 10px;
  display: flex;
}

.nav-button {
  border: 3px solid var(--brown);
  color: #3a0e11;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 29px;
  justify-content: center;
  align-items: center;
  margin-right: 18px;
  padding: 13px 28px;
  font-family: Bubbleboddy Neue, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26.6px;
  transition: all .3s ease-in-out;
  display: flex;
}

.nav-button.pink-button {
  border-color: var(--pink);
  background-color: var(--pink);
  color: #fff;
  padding-top: 13px;
  padding-bottom: 15px;
}

.nav-button.pink-button:hover {
  background-color: var(--transparent);
  color: var(--pink);
}

.nav-button.pink-merch {
  border-color: var(--pink);
  background-color: var(--pink);
  color: #fff;
  width: 100%;
  margin-right: 0;
  padding-top: 14px;
  padding-bottom: 18px;
  line-height: 20px;
}

.nav-button.pink-merch:hover {
  background-color: var(--transparent);
  color: var(--pink);
}

.nav-button.review-pink {
  border-color: var(--pink);
  background-color: var(--pink);
  color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
}

.nav-button.review-pink:hover {
  background-color: var(--transparent);
  color: var(--pink);
}

.nav-button.navbar:hover {
  border-color: var(--pink);
  color: var(--pink);
}

.nav-menu-left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.nav-link {
  color: #3a0e11;
  text-transform: uppercase;
  padding: 15px 18px;
  font-family: Bubbleboddy Neue, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  transition: all .3s ease-in-out;
}

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

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

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

.nav-link.hide.pink-current.w--current {
  color: #e63f82;
}

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

.nav-link.hide.home {
  font-family: Bubbleboddy Neue, sans-serif;
}

.nav-link.hide.home:hover {
  color: var(--white);
}

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

.nav-link.hover-pink.yellow-curent.w--current {
  color: #e63f82;
}

.nav-link.purple {
  color: #fff;
}

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

.header-logo-image.opacity {
  opacity: 0;
}

.brand {
  padding-bottom: 10px;
}

.nav-menu-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-menu-image-block {
  justify-content: space-between;
  align-items: center;
  margin-left: 18px;
  display: flex;
}

.header-user-logo {
  margin-right: 36px;
}

.header-bottom-img {
  width: 100%;
}

.main-wrapper {
  position: relative;
}

.home-hero-section {
  background-image: url('../images/Gredient-Bg-Img.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 150px;
  position: relative;
}

.container {
  max-width: 1274px;
  padding-left: 15px;
  padding-right: 15px;
}

.hero-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: flex;
}

.heading-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bubbleboddy Neue, sans-serif;
  font-size: 59px;
  font-weight: 700;
  line-height: 61.95px;
}

.heading-h1.color-offwhite {
  color: #f9f7e0;
}

.heading-h1.brownie {
  font-size: 46px;
  line-height: 52px;
}

.heading-h1.font-style {
  margin-top: 16px;
  margin-bottom: 20px;
  font-family: Arboria, sans-serif;
}

.hero-content-wrap {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 487px;
  display: flex;
}

.hero-image-wrap {
  width: 100%;
  max-width: 724px;
  position: relative;
}

.detail {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arboria Book, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26.6px;
}

.detail.pink {
  color: #e63f82;
}

.detail.bold {
  font-family: Arboria, sans-serif;
  font-weight: 700;
  line-height: 24px;
}

.detail.width {
  width: 100%;
  max-width: 39%;
  margin-left: auto;
  margin-right: auto;
}

.detail.color-off-white {
  color: #f9f7e0;
}

.detail.ml10 {
  margin-left: 10px;
}

.detail.mb10 {
  margin-bottom: 10px;
}

.heading-h1-span {
  font-family: Funkydori, sans-serif;
  font-size: 85px;
  line-height: 62.05px;
}

.bite-botton-outer {
  z-index: 9;
  color: #fff;
  letter-spacing: .32px;
  text-transform: uppercase;
  background-color: #3a0e11;
  border-radius: 48px;
  padding: 14px 28px;
  font-family: Bubbleboddyneue Trial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.bite-botton-outer:hover {
  background-color: #0000;
}

.bite-btn-cut-img {
  z-index: -1;
  background-image: url('../images/Subtract.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.hero-bread-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-gram-wrap {
  width: 100%;
  max-width: 42%;
  position: absolute;
  inset: auto -7% 5% auto;
}

.flavor-lineup-section {
  background-color: #3a0e11;
  padding-top: 80px;
  padding-bottom: 200px;
  position: relative;
  overflow: hidden;
}

.middle-section-title-wrap {
  text-align: center;
  margin-bottom: 60px;
}

.middle-section-title-wrap.width {
  width: 100%;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.middle-section-title-wrap.mb20 {
  margin-bottom: 20px;
}

.middle-section-title-wrap.mb0 {
  margin-bottom: 0;
}

.flavor-lineup-img-block {
  z-index: 3;
  width: 100%;
  max-width: 253px;
  position: relative;
}

.flavor-lineup-img-block.pink-border {
  transition: all .2s ease-in-out;
}

.flavor-lineup-img-block.pink-border:hover {
  border: 1px solid #e63f82;
  border-radius: 10.27px;
  box-shadow: -5.13px 5.13px #e63f82;
}

.flavor-lineup-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-20 {
  color: #3a0e11;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bubbleboddy Neue, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.text-20.w--current {
  color: var(--pink);
  margin-left: 0;
  margin-right: 0;
  padding: 14px 10px 20px;
}

.text-20.flavour-text {
  z-index: 3;
  color: #fff;
  width: 100%;
  max-width: 169px;
  position: relative;
}

.text-20.margin-left {
  margin-left: 48px;
}

.text-20.margin-left.font-family {
  font-family: Arboria, sans-serif;
}

.text-20.margin-left.font-family.none-desktop {
  display: none;
}

.text-20.merch-pink {
  color: #e63f82;
  margin-left: 0;
  margin-right: 0;
  padding: 14px 10px 20px;
}

.text-20.color-pink {
  color: #e63f82;
}

.text-20.color-offwhite {
  color: #f9f7e0;
  margin-top: 0;
  margin-bottom: 0;
}

.text-20.small {
  text-transform: capitalize;
}

.text-20.faq-pink {
  color: #e63f82;
  margin-right: 10px;
  padding-top: 14px;
  padding-bottom: 20px;
  font-size: 17px;
}

.text-20.mb5 {
  margin-bottom: 5px;
}

.text-20.mt38 {
  margin-top: 20px;
  margin-bottom: 5px;
}

.text-20.fonts-family {
  font-family: Arboria, sans-serif;
}

.text-20.cart {
  color: #e63f82;
}

.flavor-bg-color {
  z-index: 2;
  opacity: 0;
  background-image: linear-gradient(#05b9a3, #f9f7e0);
  border: 2px solid #e63f82;
  border-radius: 10.27px;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.primary-btn {
  border: 1px solid var(--transparent);
  text-align: center;
  text-transform: uppercase;
  background-color: #e63f82;
  border-radius: 29px;
  height: auto;
  padding: 15px 28px 17px;
  font-family: Bubbleboddy Neue, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  transition: all .3s ease-in-out;
}

.primary-btn:hover {
  border-color: var(--pink);
  background-color: var(--white);
  color: var(--pink);
}

.primary-btn.hide {
  display: none;
}

.primary-btn.digital, .primary-btn.product {
  flex: 1;
}

.protein-section {
  background-color: #e63f82;
  padding-top: 50px;
  overflow: hidden;
}

.protein-section.pb80 {
  padding-bottom: 80px;
}

.container-1336 {
  max-width: 1366px;
  padding-left: 15px;
  padding-right: 15px;
}

.drip-brown-image {
  width: 100%;
}

.home-protein-test-wrap {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  justify-content: space-between;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.protein-test-image-wrap {
  width: 712px;
  margin-bottom: -117px;
  position: relative;
}

.protein-test-top-img {
  width: 100%;
  position: absolute;
  inset: -1.5vw 0% auto;
}

.protein-test-bottom-img {
  width: 100%;
  margin-bottom: 80px;
  margin-left: -14px;
}

.protein-test-content-wrap {
  width: 100%;
  max-width: 524px;
}

.home-protein-list-item {
  color: #3a0e11;
  background-color: #ed669d;
  border-radius: 61px;
  justify-content: center;
  align-items: center;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.home-protein-list-img-wrap {
  width: 83px;
  min-width: 83px;
  height: 83px;
  min-height: 83px;
  margin-right: 10px;
}

.protein-test-img {
  width: 100%;
}

.drip-brown-image-block {
  margin-top: -1px;
  display: none;
}

.drip-brown-image-block.bg-yellow {
  background-color: #f9f7e0;
}

.curve-wave-block {
  z-index: 99;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 150px;
  padding-bottom: 220px;
  position: relative;
}

.curve-wave-bg-wrap {
  z-index: -1;
  background-color: var(--pink);
  position: absolute;
  inset: 0%;
}

.grid-block {
  color: #777;
  text-align: center;
  background-color: #ffc1da;
  border-left: 1px solid #895342;
  border-right: 1px solid #895342;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80px;
  display: flex;
  box-shadow: inset 0 1px #895342;
}

.grid-block.radius-right {
  border-top-right-radius: 20px;
}

.grid-block.radius {
  border-bottom-right-radius: 20px;
}

.grid-block.bottom {
  border-bottom: 1px solid #895342;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.home-table-grid {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: ". . . ."
                 ". . . ."
                 ". . . ."
                 ". . . ."
                 ". . . ."
                 ". . . ."
                 ". . . ."
                 ". . . ."
                 / 1fr 1fr 1fr;
  grid-auto-rows: 0;
  grid-auto-columns: .25fr;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
}

.big-block {
  color: #000;
  text-align: center;
  background-color: #ffc1da;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 16px;
  display: flex;
}

.big-block.remove-bg {
  background-color: #0000;
}

.big-block.border-black {
  border: 1px solid #895342;
  border-bottom-width: 0;
}

.grid-label {
  background-color: #ffc1da;
  border: 1px solid #895342;
  border-bottom-width: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 80px;
  padding-left: 40px;
  display: flex;
  box-shadow: inset 0 1px #0000001f;
}

.grid-label.radius {
  border-top-left-radius: 20px;
}

.grid-label.radius-left {
  border-bottom-left-radius: 20px;
}

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

.heading-h3 {
  white-space: pre-wrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bubbleboddy Neue, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
}

.heading-h3.text-color-black, .heading-h3.product {
  color: #3a0e11;
}

.heading-h3.merch {
  font-size: 26px;
  line-height: 36px;
}

.heading-h3.brownie {
  font-size: 24px;
}

.text-32 {
  color: #3a0e11;
  margin-bottom: 0;
  font-family: Arboria, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
}

.text-32.color-pink {
  color: #e63f82;
}

.text-32.color-pink.mt-60 {
  margin-top: 60px;
}

.text-32.cart {
  margin-top: 0;
}

.small-span {
  font-size: 20px;
  line-height: 26.6px;
}

.home-table-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.home-table-col1, .home-table-col2, .home-table-col3 {
  padding-left: 0;
  padding-right: 0;
}

.brownie-section-volumn {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 1320px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.table-col-content-wrap {
  z-index: 2;
  border-radius: 20px;
  width: 100%;
  max-width: 440px;
  position: relative;
  box-shadow: -15px 15px #3a0e11;
}

.image-border-block {
  z-index: 3;
  width: 100%;
  max-width: 440px;
  position: relative;
}

.home-chip-choco-content-wrap {
  width: 100%;
  max-width: 700px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.chip-coco-image-block {
  width: 100%;
  max-width: 695px;
  margin-bottom: -60px;
}

.mascots-block {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.mascots-wrapper {
  background-color: #f9f7e0;
  padding-top: 130px;
  padding-bottom: 80px;
}

.mascots-content-block {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 60px;
  display: grid;
}

.mascots-single-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 200px;
  display: flex;
}

.mascots-detail-block {
  width: 100%;
  max-width: 62%;
  margin-left: auto;
  margin-right: auto;
}

.moscots-img-block {
  width: 100%;
  max-width: 150px;
}

.home-tik-tok-block {
  background-color: #f9f7e0;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.swiper {
  width: 100%;
  overflow: hidden;
}

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

.item {
  opacity: 1;
  cursor: grab;
  transition: all .575s cubic-bezier(.165, .84, .44, 1);
  position: relative;
  transform: translate(0);
}

.card {
  color: #000;
  text-align: center;
  background-color: #0000;
  border: .77px solid #3a0e11;
  border-radius: 20px;
  padding: 52px 46px;
  transition: all .2s;
  box-shadow: 4px 4px 12px #0000001a;
}

.card-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  margin-top: 12px;
  padding-bottom: 0;
  transition: color .4s cubic-bezier(.215, .61, .355, 1), height .4s ease-out, opacity .7s cubic-bezier(.77, 0, .175, 1);
}

.reviiew-headline-swrapper {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.reviiew-headline-swrapper.swiper-wrapper {
  position: relative;
}

.home-review-section {
  background-color: #e63f82;
  padding-top: 120px;
  padding-bottom: 60px;
  overflow: hidden;
}

.heading-h5 {
  color: var(--brown);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bubbleboddy Neue, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.heading-h5.pink-font {
  color: var(--pink);
  font-family: Bubbleboddy Neue, sans-serif;
}

.heading-h5.pink-font.none {
  display: block;
}

.margin-top-12 {
  margin-top: 12px;
}

.slider-font-span {
  font-family: Bubbleboddy Neue, sans-serif;
}

.slider-img-holder {
  width: 92px;
  min-width: 92px;
  height: 94px;
  min-height: 94px;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
}

.slider-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slider-card-img-block {
  opacity: 0;
  width: 30%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.home-gallery-section {
  background-color: #3a0e11;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.gallery-wrapper {
  z-index: 3;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
  position: relative;
}

.gallary-image-block {
  padding: 0;
}

.footer-wrapper {
  background-color: #f9f7e0;
  padding-top: 180px;
  padding-bottom: 60px;
}

.footer-column-list {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 80px;
  display: flex;
}

.footer-col1 {
  width: 100%;
  max-width: 40%;
  margin-right: 40px;
}

.footer-col2, .footer-col3 {
  width: 100%;
  max-width: 20%;
  padding-left: 10px;
  padding-right: 10px;
}

.footer-col4 {
  width: 100%;
  max-width: 20%;
  padding-left: 10px;
}

.footer-form-block {
  margin-top: 40px;
}

.field-label {
  display: none;
}

.footer-form-lable-wrap {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 10px;
  display: flex;
}

.footer-form-text-field {
  background-color: #fff;
  border: 1px solid #0000;
  border-radius: 36px;
  height: auto;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 15px 20px;
  font-family: Arboria Book, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.footer-form-text-field::placeholder {
  color: #89534299;
  font-family: Arboria Book, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26.6px;
}

.footer-link {
  color: #3a0e11;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Arboria Book, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26.6px;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.footer-link:hover {
  color: #e63f82;
}

.footer-list {
  margin-top: 24px;
  margin-bottom: 0;
  padding-left: 0;
}

.footer-list.flex {
  margin-top: 20px;
}

.footer-social-link-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #3a0e11;
  justify-content: flex-start;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.footer-social-link-block:hover {
  color: var(--pink);
}

.d-none {
  display: none;
}

.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;
}

.copy-right-link-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-bottom-link {
  color: #3a0e11;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Arboria Book, sans-serif;
  font-style: normal;
  line-height: 21px;
}

.footer-bottom-link:hover {
  color: var(--pink);
}

.footer-bottom-link.centre-24 {
  margin-left: 24px;
  margin-right: 24px;
  transition: all .3s ease-in-out;
}

.dropdown-list {
  width: 100%;
  min-width: 100px;
  max-width: 100%;
  inset: 90% 0% auto;
}

.dropdown-list.w--open {
  z-index: 20;
  background-color: #f9f7e0;
  border-top: 1px solid #895342;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  min-width: 100vw;
  margin-top: 26px;
  position: absolute;
  inset: 76% 0% auto;
}

.header-drop-down-content {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 20px;
}

.tabs {
  display: flex;
}

.dropdown {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
}

.header-dropdown-tab-link {
  background-color: var(--transparent);
  border-bottom: 1px solid #3a0e11;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  display: flex;
}

.header-dropdown-tab-link.w--current {
  background-color: var(--transparent);
  color: var(--pink);
}

.tab-link-name {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bubbleboddy Neue, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.header-dropdown-arrow {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  position: static;
  transform: rotate(-90deg);
}

.tabs-menu {
  width: 100%;
  max-width: 25%;
}

.dropdown-tab-content-wrap {
  margin-left: 20px;
}

.product-link-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #3a0e11;
  text-align: center;
  border-radius: 10.27px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 100%;
  padding: 10px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-link-block.cinamon-roll {
  transition: all .3s ease-in-out;
}

.product-link-block.cinamon-roll:hover {
  border-radius: 10.27px;
  box-shadow: -10px 10px #05b9a3;
}

.product-link-block.birthday-cake:hover {
  box-shadow: -10px 10px #ed669d;
}

.product-link-block.chocolate-glazed:hover {
  box-shadow: -10px 10px #e63f82;
}

.product-link-block.banana-nut:hover {
  box-shadow: -10px 10px #f3670a;
}

.product-link-block.cocolate-cookie:hover {
  box-shadow: -10px 10px #2a85ef;
}

.product-link-block.penut-butter:hover {
  box-shadow: -10px 10px #be0050;
}

.product-link-block.blueberry-cobbler:hover {
  box-shadow: -10px 10px #7029b2;
}

.header-tab-list {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.header-tab-item {
  width: 100%;
  max-width: 20%;
  padding: 15px 10px;
  text-decoration: none;
}

.header-tabs-content {
  width: 100%;
  max-width: 75%;
}

.product-name {
  z-index: 99;
  color: #3a0e11;
  font-family: Bubbleboddy Neue, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 12.32px;
  position: relative;
}

.dropdown-toggle {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 0;
  display: flex;
}

.pink-logo-holder {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.table_component {
  width: 100%;
  display: none;
  position: relative;
}

.table_body {
  box-shadow: -15px 15px 0 0 var(--brown);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.table_header {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 280px;
  position: relative;
}

.table_cell {
  border: 1px solid var(--brown);
  text-align: center;
  background-color: #ffc1da;
  width: 33.33%;
  padding: 20px 40px;
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  overflow: hidden;
}

.table_cell.font-family {
  text-align: left;
  font-family: Bubbleboddyneue Trial, sans-serif;
}

.table_cell.font-family.radius {
  border-top-left-radius: 20px;
  border-top-right-radius: 0;
}

.table_cell.font-family.radius-left {
  border-bottom-left-radius: 20px;
}

.table_cell.radius {
  border-top-right-radius: 20px;
}

.table_cell.radius-right {
  border-bottom-right-radius: 20px;
}

.table_cell.bottom-border {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.table-img-holder {
  background-color: #ffc1da;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.table-img-holder.remove-bg {
  background-color: #0000;
}

.table-img-holder.border {
  border-top: 1px solid #895342;
  border-left: 1px solid #895342;
  border-right: 1px solid #895342;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.tab-outer {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.tabs-content {
  width: 100%;
  height: 100%;
  position: relative;
}

.location-mark {
  border: 2.13px solid #f9f7e0;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.location-mark.first {
  position: absolute;
  inset: -2% auto auto 24%;
}

.location-mark.second {
  position: absolute;
  inset: 31% 20% auto auto;
}

.location-mark.third {
  position: absolute;
  inset: auto auto 51% 26%;
}

.location-mark.four {
  position: absolute;
  inset: auto auto 34% 30%;
}

.location-mark.five {
  position: absolute;
  inset: auto 9% 44% auto;
}

.shadow-class1, .shadow-class2, .shadow-class3, .shadow-class4, .shadow-class5 {
  opacity: 0;
  border-radius: 50%;
  position: absolute;
  inset: 0%;
  box-shadow: 0 0 24.7px #ffc1da;
}

.choco-chip-gredient-block {
  background-image: url('../images/Gredient-BG-Image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.responsive-header-dropdown-toggle {
  display: none;
}

.shop-all-text {
  z-index: 99;
  color: #3a0e11;
  text-transform: uppercase;
  font-family: Bubbleboddy Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  position: relative;
}

.responsive-header-text-wrap {
  display: none;
}

.sticker-image-block {
  z-index: 99999;
  position: absolute;
  inset: -7% -24% auto auto;
  transform: rotate(10deg);
}

.sticker-img-block {
  z-index: 99999;
  display: none;
  position: absolute;
  inset: auto auto -17% -15%;
  transform: rotate(-50deg);
}

.border-img {
  z-index: 2;
  transform-style: preserve-3d;
  height: 108%;
  position: absolute;
  inset: -4% 0% 0%;
  transform: scale3d(1.15, 1, 1);
}

.border-image {
  width: 100%;
  height: 100%;
}

.table-col3-content-wrap {
  z-index: 5;
  border-radius: 20px;
  width: 100%;
  max-width: 440px;
  box-shadow: -15px 15px #3a0e11;
}

.box-shadow {
  z-index: 1;
  width: 100%;
  height: 100%;
  transform: translate(-10px, 12px);
}

.shodow-border-img {
  transform-style: preserve-3d;
  height: 108%;
  position: absolute;
  inset: -4% 0% 0%;
  transform: scale3d(1.15, 1, 1);
}

.tiktok-content-holder {
  position: relative;
}

.marquee-content-wrap {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  display: flex;
  position: relative;
}

.tiktok-marquee-item {
  z-index: 99;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tiktok-marquee-item:hover {
  z-index: 9999;
  position: relative;
}

.cross-image-holder {
  position: absolute;
  inset: 26px 26px auto auto;
}

.slider-popup-image {
  z-index: 999;
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: scale(1.7);
}

.popup-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.header-tab-inner {
  border: 1px solid #3a0e11;
  border-radius: 10.27px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.header-tab-inner.shop-all {
  transition: all .2s ease-in-out;
}

.header-tab-inner.shop-all:hover {
  background-image: url('../images/shop-all-bg.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: -10px 10px #e63f82;
}

.image-cross-holder {
  justify-content: center;
  align-items: center;
  width: 26px;
  min-width: 26px;
  height: 26px;
  min-height: 26px;
  display: flex;
  position: absolute;
  inset: 83px 86px auto auto;
}

.lottie-animation {
  width: 100%;
}

.dripin-animation-block {
  z-index: 2;
  position: absolute;
  inset: auto 0% -2%;
}

.dripin-animation-block.brownie {
  bottom: -2%;
}

.dripin-animation-block.brownie-bunch {
  bottom: -5%;
}

.background-pink {
  z-index: 1;
  background-color: var(--pink);
  height: 130px;
  margin-top: -130px;
  position: relative;
}

.background-pink.brownie {
  border: 1px solid var(--pink);
  height: 130px;
}

.background-pink.brownie-bunch {
  height: 230px;
}

.dripin-content-wrap {
  z-index: 3;
  background-color: #3a0e11;
  position: relative;
}

.sticker-img-wrap {
  z-index: 99999;
  position: absolute;
  inset: auto auto -17% -15%;
  transform: rotate(-50deg);
}

.btn-text {
  justify-content: center;
  align-items: center;
  margin-bottom: 1px;
  line-height: 26px;
  display: flex;
}

.btn-text.pink {
  font-size: 18px;
}

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

.protein-better-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.footer-lottie-animation {
  z-index: -1;
  width: 100%;
}

.dripin-footer-animation-block {
  z-index: 2;
  position: absolute;
  inset: auto 0% -10%;
}

.dripin-footer-animation-block.shop {
  bottom: -3%;
}

.product-hero-section {
  background-color: #c1f4e7;
  padding-top: 80px;
  position: relative;
}

.product-hero-section.light-pink {
  background-color: #ffc1da;
}

.product-hero-wrap {
  z-index: 2;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

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

.product-hero-content-wrap {
  width: 100%;
  max-width: 54%;
}

.product-hero-main-img-wrap {
  margin-bottom: 15px;
}

.product-hero-small-img-wrap {
  flex-flow: wrap;
  margin-bottom: 15px;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.product-hero-small-img-block {
  width: 100%;
  max-width: 50%;
  padding: 15px;
  overflow: hidden;
}

.product-hero-small-img-block.mobile {
  display: none;
}

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

.product-rating-outer-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.product-rating-outer-block.hide {
  margin-bottom: 15px;
}

.product-rating-outer-block.desktop-hide {
  display: none;
}

.product-rating-block {
  background-color: #fff;
  border-radius: 167px;
  justify-content: space-between;
  align-items: center;
  padding: 7.6px 12px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-rating-block.margin-8 {
  margin-left: 8px;
  margin-right: 8px;
}

.product-rating-img-block {
  margin-right: 7px;
  display: flex;
}

.text-16 {
  font-family: Arboria Book, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}

.text-16.font-weight, .text-16.bold {
  font-family: Arboria, sans-serif;
  font-weight: 700;
}

.text-16.color-pink {
  color: #ed669d;
  line-height: 18px;
}

.text-16.brownie-bunch {
  font-family: Arboria, sans-serif;
  font-weight: 700;
}

.main-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bubbleboddy Neue, sans-serif;
  font-size: 68px;
  line-height: 70px;
}

.main-title.desktop-hide {
  display: none;
}

.main-title.digital {
  font-size: 58px;
}

.main-title.build {
  display: none;
}

.product-hero-tab {
  margin-top: 20px;
  margin-bottom: 16px;
}

.product-hero-tab.hide {
  display: none;
}

.product-hero-tab-link {
  color: #fff;
  text-align: center;
  background-color: #3a0e11;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-left: 7px;
  margin-right: 7px;
  padding: 18px 20px;
  text-decoration: none;
  display: flex;
}

.product-hero-tab-link.w--current {
  color: #3a0e11;
  background-color: #fff;
}

.product-hero-tab-link.currents {
  background-color: #fff;
}

.tab-text {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bubbleboddy Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.tab-text.dark-brown {
  color: #3a0e11;
}

.new-container {
  width: 100%;
  max-width: 94%;
  padding-left: 15px;
  padding-right: 15px;
}

.hero-heading-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bubbleboddy Neue, sans-serif;
  font-size: 59px;
  font-weight: 700;
  line-height: 1;
}

.fonts {
  font-family: Funkydori, sans-serif;
  font-size: 85px;
  line-height: 62px;
}

.fonts.color-brown {
  color: var(--brown);
}

.hero-summery {
  margin: 0 auto;
  font-family: Arboria, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.header-top-image-block {
  position: absolute;
  inset: 0% 0% auto;
}

.buttons-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.buttons-wrap.mt30 {
  margin-top: 30px;
}

.buttons-wrap.hide-desktop {
  display: none;
}

.marquee-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marquee-wraapper {
  width: 100%;
  display: flex;
}

.marquee-wraapper.hide {
  display: none;
}

.marquee-item {
  overflow: hidden;
}

.flavor-marquee-item-content-wrap {
  color: #f9f7e0;
  text-align: center;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 310px;
  height: 100%;
  margin-bottom: 30px;
  margin-left: 20px;
  padding-bottom: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.hero-heading-h1.color-white {
  color: #f9f7e0;
}

.hero-heading-h1.color-white.mobile-show {
  display: none;
}

.hero-heading-h1.pink {
  color: var(--pink);
}

.btn-primary {
  z-index: 999;
  border: 1px solid var(--pink);
  background-color: var(--pink);
  color: #fff;
  letter-spacing: .32px;
  text-transform: uppercase;
  border-radius: 48px;
  padding: 14px 28px;
  font-family: Bubbleboddyneue Trial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.btn-primary:hover {
  border: 1px solid var(--pink);
  color: var(--pink);
  background-color: #fff;
}

.btn-primary.founder {
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-primary.founder:hover {
  color: var(--pink);
}

.btn-primary.full-width {
  z-index: 9;
  text-align: center;
  width: 100%;
}

.btn-primary.add-cart {
  color: #3a0e11;
  text-align: center;
  width: 100%;
}

.btn-primary.checkout {
  text-align: center;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 16px;
}

.btn-primary.product {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-secondary {
  z-index: 999;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #f9f7e0;
  letter-spacing: .32px;
  text-transform: uppercase;
  border: 1px solid #0000;
  padding: 14px 28px;
  font-family: Bubbleboddyneue Trial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-secondary:hover {
  border: 1px solid var(--pink);
  color: var(--pink);
  border-radius: 999px;
}

.embed {
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.embed.mb0 {
  margin-bottom: 0;
}

.protein-heading-wrap {
  text-align: center;
  width: 100%;
  max-width: 629px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.btn-primary-chocolate {
  z-index: 0;
  background-color: var(--brown);
  color: #fff;
  letter-spacing: .32px;
  text-transform: uppercase;
  border: 1px solid #0000;
  border-radius: 48px;
  padding: 14px 28px;
  font-family: Bubbleboddyneue Trial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.btn-primary-chocolate:hover {
  border: 1px solid var(--pink);
  color: var(--pink);
  background-color: #fff;
}

.button-secondary-chocolate {
  z-index: 0;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--brown);
  letter-spacing: .32px;
  text-transform: uppercase;
  border: 1px solid #0000;
  justify-content: flex-start;
  align-items: center;
  padding: 14px 28px;
  font-family: Bubbleboddyneue Trial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-secondary-chocolate:hover {
  border: 1px solid var(--pink);
  background-color: var(--white);
  color: var(--brown);
  border-radius: 999px;
}

.protien-tabs-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.product-image-wrap {
  width: 100%;
  max-width: 220px;
}

.product-image-brownie {
  width: 100%;
  max-width: 210px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}

.small-text {
  color: #3a0e11;
  font-family: Fonnts, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

.text-small {
  font-size: 20px;
}

.protien-snack-section {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-h5-2 {
  color: #3a0e11;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bubbleboddy Neue, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.review-headline-title-wrap {
  text-align: center;
  margin-bottom: 100px;
}

.protien-buttons-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  margin-top: 160px;
  display: flex;
}

.protien-buttons-wrap.mt0 {
  z-index: 99;
  margin-top: 0;
  margin-bottom: 10px;
  position: absolute;
  inset: auto 0% 0%;
}

.protien-buttons-wrap.mb80 {
  margin-bottom: 80px;
}

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

.marquee-block {
  z-index: 9;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.big-block-image {
  color: #000;
  text-align: center;
  background-color: #ffc1da;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 16px;
  display: flex;
}

.big-block-image.border-black {
  border: 1px solid #895342;
  border-bottom-width: 0;
}

.span-fonts {
  font-family: Funkydori, sans-serif;
  font-size: 85px;
  line-height: 62px;
}

.heading-h1-span-reviewcopy {
  font-family: Funkydori, sans-serif;
  font-size: 85px;
  line-height: 62.05px;
}

.product-tab-menu {
  justify-content: space-between;
  margin-left: -7px;
  margin-right: -7px;
  display: flex;
}

.product-faq-section {
  z-index: 3;
  background-color: #f9f7e0;
  padding-top: 80px;
  padding-bottom: 60px;
  position: relative;
}

.brownie-box-section {
  background-color: #ffc1da;
  padding-top: 80px;
}

.container1230 {
  max-width: 1160px;
  padding-left: 15px;
  padding-right: 15px;
}

.customer-rating-brown-block5 {
  background-color: #3a0e11;
  border-radius: 2px;
  width: 80.4%;
  height: 18.66px;
}

.brownie-box-dropdown-toggle {
  border-top: 1px solid #895342;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px 0;
  display: flex;
}

.merch-single-product-wrap {
  padding-top: 45px;
}

.merch-single-product-wrap.pt0 {
  padding-top: 60px;
}

.take-bite-marqee-card {
  flex: none;
}

.review-star-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 4px;
  margin-bottom: 10px;
  display: flex;
}

.review-star-block.center {
  justify-content: center;
  align-items: center;
}

.customer-review-with-rating-wrap {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 60px;
  display: flex;
}

.merch-content-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.brownie-box-dropdown {
  margin-bottom: 16px;
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.merch-dropdown-toggle {
  border: 1px solid #895342;
  border-radius: 36px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 22px;
  padding: 17px 20px;
  display: flex;
}

.custmoer-review-section {
  background-color: #ffc1da;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.faq-dropdown {
  width: 100%;
  margin-bottom: 8px;
  position: static;
}

.customer-rating-brown-block3 {
  background-color: #3a0e11;
  border-radius: 2px;
  width: 10.53%;
  height: 18.66px;
}

.product-hero-logo-wrapper {
  z-index: 2;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.merch-sticky-wrap {
  width: 100%;
  max-width: 20%;
  position: sticky;
  top: 100px;
}

.brownie-box-dropdown-list {
  background-color: #0000;
  display: block;
  position: relative;
  overflow: hidden;
}

.brownie-box-dropdown-list.w--open {
  background-color: #0000;
  padding-bottom: 32px;
  position: static;
}

.brownie-box-arrow {
  width: 15px;
  height: 16px;
  margin-left: 10px;
}

.brownie-dropdown-image-wrap {
  width: 100%;
  max-width: 30%;
  margin-right: 24px;
}

.borownie-dropdown-content-wrap {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.customer-review-left-col1 {
  text-align: center;
  margin-top: -15px;
  margin-right: 25px;
}

.getting-backed-treck {
  height: 500vh;
}

.merch-dropdown-list {
  background-color: #0000;
  display: block;
  position: relative;
}

.customer-rating-brown-block1 {
  background-color: #3a0e11;
  border-radius: 2px;
  width: 0%;
  height: 18.66px;
}

.checkbox {
  z-index: 1;
  cursor: pointer;
  border-radius: 9.5px;
  width: auto;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.checkbox.w--redirected-checked {
  background-color: #0000;
  background-image: linear-gradient(#05b9a3, #f9f7e0);
  border: 1px solid #0000;
  border-radius: 9.5px;
  margin-top: auto;
  box-shadow: 0 0 #0000;
}

.checkbox.w--redirected-focus {
  border: 1px solid #0000;
  box-shadow: 0 0 #0000;
}

.checkbox.purple.w--redirected-checked {
  background-image: linear-gradient(#7029b2, #e63f82);
}

.checkbox.birthday-cake.w--redirected-checked {
  background-image: linear-gradient(#2a85ef, #ed669d 49%, #f9f7e0);
}

.checkbox.chcolate-glazzed.w--redirected-checked {
  background-image: linear-gradient(#7029b2, #e63f82);
}

.checkbox.banana-nut.w--redirected-checked {
  background-image: linear-gradient(#f3670a, #ffef00);
}

.checkbox.chocolate-cookie.w--redirected-checked {
  background-image: linear-gradient(#2a85ef, #9cddef 99%);
}

.checkbox.penut-butter.w--redirected-checked {
  background-image: linear-gradient(#be0050, #ffef00 98%);
}

.checkbox.cookie-dough.w--redirected-checked {
  background-image: linear-gradient(#d50000, #f3670a 49%, #f9f7e0 98%);
}

.checkbox.cookies-cream.w--redirected-checked {
  background-image: linear-gradient(#2a85ef, #f9f7e0 98%);
}

.checkbox.bluberry-cobbler.w--redirected-checked {
  background-image: linear-gradient(#7029b2, #9cddef);
}

.checkbox.pumpkin-spice.w--redirected-checked {
  background-image: linear-gradient(#7029b2, #f3670a 98%);
}

.customer-rating-white-wrap {
  background-color: #f9f7e0;
  border-radius: 2px;
  width: 236px;
  height: 18.66px;
  margin-left: 12px;
}

.more-faq-link-block {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.customer-review-left-wrap {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.getting-backed-item {
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 90vh;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.faq-dropdown-toggle {
  border-top: 1px solid #895342;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px 0;
  display: flex;
}

.customer-rating-brown-block2 {
  background-color: #3a0e11;
  border-radius: 2px;
  width: 3.29%;
  height: 18.66px;
}

.getting-backed-sticker {
  max-width: 70%;
}

.col50 {
  width: 100%;
  max-width: 48%;
}

.merch-tshirt-block {
  width: 100%;
  max-width: 33.33%;
  padding: 16px 15px;
}

.margin-top-bottom {
  margin-top: 20px;
  margin-bottom: 15px;
}

.take-bite-section {
  z-index: 3;
  background-color: #ffc1da;
  border-top: 2px solid #e63f82;
  padding-top: 20px;
  padding-bottom: 24px;
  position: relative;
  overflow: hidden;
}

.getting-backed-content-block {
  width: 100%;
  max-width: 48%;
  margin-bottom: 20px;
  margin-right: 20px;
}

.getting-backed-icon-wrap1 {
  position: absolute;
  inset: 15% auto auto 24%;
}

.more-faq-arroq {
  margin-top: 6px;
  margin-left: 10px;
}

.more-faq-arroq.bottom {
  transform: rotate(90deg);
}

.customer-review-wrap {
  border-top: 1px solid #895342;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 60px;
  padding-top: 32px;
  display: flex;
}

.getting-backed-icon-wrap2 {
  position: absolute;
  inset: auto auto 7% 4%;
  transform: rotate(-12deg);
}

.brownie-box-content-block {
  width: 100%;
  max-width: 70%;
}

.getting-backed-image-block {
  width: 100%;
  max-width: 45%;
  margin-bottom: 20px;
}

.product-hero-single-logo {
  width: 100%;
  max-width: 20%;
  padding-left: 27px;
  padding-right: 27px;
}

.merch-main-section {
  z-index: 3;
  background-color: #f9f7e0;
  padding-top: 60px;
  padding-bottom: 64px;
  position: relative;
}

.customer-verified-text {
  color: #e63f82;
  text-transform: uppercase;
  background-image: url('../images/Verify-Icon.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 12px;
  padding-left: 24.65px;
  font-family: Bubbleboddy Neue, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.merch-main-content-wrap {
  width: 100%;
  max-width: 75%;
}

.merch-product-block {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.getting-backed-frame {
  display: flex;
}

.none {
  display: none;
}

.customer-rating-brown-block4 {
  background-color: #3a0e11;
  border-radius: 2px;
  width: 21.05%;
  height: 18.66px;
}

.product-category-text {
  z-index: 2;
  text-transform: uppercase;
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-family: Bubbleboddy Neue, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  position: relative;
}

.brownie-box-wrap {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 60px;
  margin-bottom: 80px;
  display: flex;
}

.container-1337 {
  width: 100%;
  max-width: 1344px;
  padding-left: 15px;
  padding-right: 15px;
}

.arrow {
  width: 15px;
  height: 16px;
  margin-left: 10px;
}

.merch-product-detail-wrap {
  text-align: center;
  margin-top: 12px;
}

.customer-rating-1-5-wrap {
  justify-content: center;
  align-items: center;
  margin-bottom: 13px;
  display: flex;
}

.middle-section-title-wrap-2 {
  text-align: center;
}

.more-faq-link-wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.checkbox-field {
  z-index: 9;
  color: #3a0e11;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 33.33%;
  padding: 15px 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.getting-backed-camera {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.checkbox-label {
  display: none;
}

.faq-dropdown-list {
  background-color: #0000;
  display: block;
  position: relative;
  overflow: hidden;
}

.faq-dropdown-list.w--open {
  background-color: #0000;
  padding-bottom: 32px;
  position: static;
}

.product-category-img {
  z-index: 2;
  position: relative;
}

.customer-block {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 62%;
  display: flex;
}

.merch-dropdown {
  width: 100%;
  margin-top: 10px;
}

.review-star-img {
  margin-left: 1px;
  margin-right: 1px;
}

.faq-dropdown-content {
  width: 100%;
  max-width: 90%;
}

.product-faq-main-wrap {
  margin-top: 60px;
}

.gettin-backed-img {
  max-width: 80%;
}

.product-category-form {
  flex-flow: wrap;
  display: flex;
}

.checkbox-inner-block {
  z-index: 2;
  cursor: pointer;
  border-radius: 9.5px;
  height: 100%;
  margin-bottom: 0;
  padding: 10px;
  transition: all .1s ease-in-out;
  position: relative;
  overflow: hidden;
}

.checkbox-inner-block:hover {
  color: #fff;
  background-image: linear-gradient(#7029b2, #e63f82);
  border-radius: 9.5px;
  box-shadow: -7.13px 7.13px #e63f82;
}

.checkbox-inner-block.cinamon-roll:hover {
  color: #3a0e11;
  background-image: linear-gradient(#05b9a3, #f9f7e0);
  box-shadow: -7.13px 7.13px #05b9a3;
}

.checkbox-inner-block.birthday-cake:hover {
  color: var(--brown);
  background-image: linear-gradient(#2a85ef, #ed669d 49%, #f9f7e0 99%);
  box-shadow: -7.13px 7.13px #ed669d;
}

.checkbox-inner-block.chocolate-glazed:hover {
  background-image: linear-gradient(#7029b2, #e63f82);
}

.checkbox-inner-block.banana-nut:hover {
  color: var(--brown);
  background-image: linear-gradient(#f3670a, #ffef00);
  box-shadow: -7.13px 7.13px #f3670a;
}

.checkbox-inner-block.chocolate-cookie:hover {
  color: var(--brown);
  background-image: linear-gradient(#2a85ef, #9cddef 99%);
  box-shadow: -7.13px 7.13px #2a85ef;
}

.checkbox-inner-block.peanut-butter:hover {
  color: var(--brown);
  background-image: linear-gradient(#be0050, #ffef00 98%);
  box-shadow: -7.13px 7.13px #ffef00;
}

.checkbox-inner-block.cookie-dough:hover {
  color: var(--brown);
  background-image: linear-gradient(#d50000, #f3670a 49%, #f9f7e0 98%);
  box-shadow: -7.13px 7.13px #d50000;
}

.checkbox-inner-block.cookie-cream:hover {
  color: var(--brown);
  background-image: linear-gradient(#2a85ef, #f9f7e0 98%);
  box-shadow: -7.13px 7.13px #2a85ef;
}

.checkbox-inner-block.bluberry-cobbler:hover {
  color: var(--brown);
  background-image: linear-gradient(#7029b2, #9cddef);
  box-shadow: -7.13px 7.13px #7029b2;
}

.checkbox-inner-block.pumpkin-spices:hover {
  background-image: linear-gradient(#7029b2, #f3670a 98%);
  box-shadow: -7.13px 7.13px #f3670a;
}

.product-tab-block {
  margin-bottom: 0;
}

.product-hero-tab-pan {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #fff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-flow: wrap;
  padding: 20px;
  display: flex;
}

.product-radio-button-field {
  background-color: #fff;
  border: 1px solid #89534266;
  border-radius: 20px;
  margin-bottom: 16px;
  padding: 25px 30px 30px;
  position: relative;
}

.custom-radio {
  border: 2px solid #895342;
  border-radius: 50%;
  width: 29px;
  height: 29px;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 20px;
}

.custom-radio.w--redirected-checked {
  border-width: 2px;
  border-color: #895342;
  box-shadow: 0 0 #0000;
}

.radio-button-inner-field {
  padding-left: 0;
  position: relative;
}

.select-field {
  color: #3a0e11;
  background-color: #0000;
  background-image: url('../images/Frame-207.svg');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 2px solid #895342;
  border-radius: 36px;
  height: auto;
  margin-top: 15px;
  padding: 15px 20px;
  font-family: Arboria Book, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
}

.select-field.mt10 {
  margin-top: 15px;
}

.brown {
  color: #895342;
}

.heading-h3-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arboria, sans-serif;
  font-size: 64px;
  line-height: 76.8px;
}

.heading-20 {
  font-family: Arboria, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.heading-20.capital {
  text-transform: uppercase;
}

.text-24 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arboria, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.text-13 {
  font-family: Arboria Book, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 15.6px;
}

.text-13.color-light-borwn {
  color: #89534299;
}

.add-to-cart-btn-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.quntity-wrapper {
  margin-right: 16px;
  display: none;
}

.product-form-block {
  margin-bottom: 16px;
}

.send-gift-btn-block {
  text-align: center;
}

.send-gift-btn {
  color: #3a0e11;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 29px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Bubbleboddy Neue, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.gift-icon {
  margin-right: 10px;
}

.varity-img-box {
  width: 100%;
  max-width: 31.24%;
}

.purple-drip {
  width: 100%;
  height: 343px;
}

.purple-drip-block {
  z-index: 1;
  margin-top: -1px;
  position: absolute;
  inset: 0% 0% auto;
}

.color-white {
  color: #fff;
}

.radio-block {
  opacity: 0;
  background-color: #3a0e11;
  border-radius: 50%;
  width: 19px;
  height: 19px;
  position: absolute;
  inset: 25px auto auto 5px;
}

.merch-dropdown-content-wrap {
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.merch-responsive-content-block {
  display: none;
}

.product-hero-small-logo-wrap {
  width: 100%;
  max-width: 25%;
  padding: 15px;
}

.text-26 {
  color: #895342;
  font-family: Bubbleboddy Neue, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.container1270 {
  max-width: 1300px;
  padding-left: 15px;
  padding-right: 15px;
}

.wave-section {
  overflow: hidden;
}

.bg-color-hover {
  box-shadow: -10px 10px 0 0 var(--pink);
  background-image: linear-gradient(184.3deg, #05b9a3 3.49%, #f9f7e0 96.51%);
  border: 2px solid #e63f82;
  border-radius: 20px;
  display: none;
  position: absolute;
  inset: 0%;
}

.bg-color-hover.birthday-cake {
  background-image: linear-gradient(184.3deg, #2a85ef, #ed669d 49%, #f9f7e0 99%);
  border-color: #ed669d;
  box-shadow: -10px 10px #ed669d;
}

.bg-color-hover.cinamon-roll {
  background-image: linear-gradient(184.3deg, #05b9a3, #f9f7e0);
  border-color: #05b9a3;
  box-shadow: -10px 10px #05b9a3;
}

.bg-color-hover.chocolate-glazed {
  background-image: linear-gradient(184.3deg, #7029b2, #e63f82);
  border-color: #7029b2;
  box-shadow: -10px 10px #7029b2;
}

.bg-color-hover.banana-nut {
  background-image: linear-gradient(184.3deg, #f3670a, #ffef00);
  border-color: #f3670a;
  box-shadow: -10px 10px #f3670a;
}

.bg-color-hover.chocolate-cookie {
  background-image: linear-gradient(184.3deg, #2a85ef, #9cddef 99%);
  border-color: #2a85ef;
  box-shadow: -10px 10px #2a85ef;
}

.bg-color-hover.penut-butter {
  background-image: linear-gradient(184.3deg, #be0050, #ffef00 98%);
  border-color: #be0050;
  box-shadow: -10px 10px #be0050;
}

.bg-color-hover.cookie-dough {
  background-image: linear-gradient(184.3deg, #d50000, #f3670a 49%, #f9f7e0 98%);
  border-color: #d50000;
  box-shadow: -10px 10px #d50000;
}

.bg-color-hover.cookie-cream {
  background-image: linear-gradient(184.3deg, #2a85ef, #f9f7e0 98%);
  border-color: #e63f82;
  box-shadow: -10px 10px #e63f82;
}

.bg-color-hover.blue-berry {
  background-image: linear-gradient(184.3deg, #7029b2, #9cddef);
  border-color: #7029b2;
  box-shadow: -10px 10px #7029b2;
}

.bg-color-hover.pumpkin-spice {
  background-image: linear-gradient(184.3deg, #7029b2, #f3670a 98%);
  border-color: #f3670a;
  box-shadow: -10px 10px #f3670a;
}

.swiper-wrapper {
  display: flex;
}

.swiper-button-prev {
  background-color: var(--brown);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: rotate(90deg);
}

.swiper-button-next {
  background-color: var(--brown);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: rotate(-90deg);
}

.swiper-wrapper-block {
  z-index: 999;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
  overflow: visible;
}

.code-embed {
  display: flex;
}

.embed-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link-new {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arboria Book, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26.6px;
  text-decoration: none;
}

.footer-link-new.none {
  display: block;
}

.footer-copywite-text-wrap {
  border-top: 1px solid #895342;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  display: flex;
}

.footer-copywite-text {
  font-family: Arboria Book, sans-serif;
  font-weight: 400;
}

.content-summery {
  margin: 0 auto;
  font-family: Arboria, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.upper-line {
  text-decoration: line-through;
}

.merch-mobile-drop-toggle {
  display: none;
}

.merch-text {
  text-transform: uppercase;
  font-family: Bubbleboddy Neue, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.merch-text.w--current {
  color: var(--pink);
  margin-left: 0;
  margin-right: 0;
  padding: 14px 10px 20px;
}

.merch-dropdown-wrap {
  margin-left: 20px;
}

.digital-gift-hero-section {
  z-index: 3;
  background-color: #f9f7e0;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.container1310 {
  max-width: 1340px;
  padding-left: 15px;
  padding-right: 15px;
}

.digital-gift-hero-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.digital-gift-hero-img-wrap.mobile {
  display: none;
}

.digital-gift-hero-img-wrap.desktop {
  width: 100%;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-30.width {
  width: 100%;
  max-width: 84%;
  margin-left: auto;
  margin-right: auto;
}

.digital-hero-amount-block {
  margin-top: 30px;
}

.store-locator-section {
  background-color: #ffc1da;
  padding-top: 80px;
  padding-bottom: 75px;
  position: relative;
}

.story-founder-img-wrap {
  text-align: center;
  width: 100%;
  max-width: 36%;
  position: relative;
}

.store-locator-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.how-it-work-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 60px;
  display: flex;
}

.search-btn {
  background-color: #e63f82;
  background-image: url('../images/Search-Vector.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100%;
  width: 60px;
  height: 50px;
  padding: 0;
}

.sector-locator-content-block {
  width: 100%;
  max-width: 48%;
}

.story-founder-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.subscription-tab-adress-block {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 642px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 34px;
  padding-bottom: 34px;
  display: flex;
}

.founder-sticky-img-wrap {
  width: 100%;
  max-width: 55%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.store-locator-logo-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.store-logo-block {
  width: 100%;
  max-width: 20%;
}

.how-work-step-block {
  text-align: center;
  background-color: #f9f7e0;
  border: 2px solid #3a0e11;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 33.33%;
  padding: 63px 25px;
  transition: all .3s ease-in-out;
  display: flex;
}

.how-work-step-block:hover {
  box-shadow: -15px 15px #3a0e11;
}

.subscription-tab-date-block {
  text-align: center;
}

.store-address-wrap {
  border-top: 1px solid #f9f7e0;
  margin-top: 26px;
  padding-top: 26px;
  padding-bottom: 26px;
}

.store-address-wrap.mt0 {
  border-bottom: 1px solid #f9f7e0;
  margin-top: 0;
}

.how-work-section {
  background-color: #e63f82;
  padding-top: 80px;
  padding-bottom: 80px;
}

.container805 {
  width: 100%;
  max-width: 835px;
  padding-left: 15px;
  padding-right: 15px;
}

.store-locator-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 76px;
  display: flex;
}

.sector-locator-img-wrap {
  border-radius: 20px;
  width: 100%;
  max-width: 52%;
  overflow: hidden;
}

.sector-locator-img-wrap.desktop-hide {
  display: none;
}

.story-behind-bite-section {
  background-color: #3a0e11;
  padding-top: 80px;
  padding-bottom: 200px;
  position: relative;
}

.subscription-tab-content-wrap {
  background-color: #fff;
  padding: 40px;
}

.yellow-btn {
  color: #3a0e11;
  text-transform: uppercase;
  background-color: #f9f7e0;
  border-radius: 10px;
  flex: none;
  padding: 11px 22px;
  font-family: Bubbleboddy Neue, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.story-behind-bite-img-wrap {
  text-align: center;
}

.how-it-work-block {
  margin-top: 60px;
  margin-bottom: 74px;
}

.story-founder-section {
  padding-top: 75px;
  padding-bottom: 100px;
  position: relative;
}

.how-work-step-wrap {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  background-color: #f9f7e0;
  border: 2px solid #3a0e11;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 25px 72px;
  transition: all .3s ease-in-out;
  display: flex;
}

.how-work-step-wrap:hover {
  box-shadow: -15px 15px #3a0e11;
}

.story-behind-bite-content-wrap {
  text-align: center;
  margin-top: 60px;
}

.story-founder-content-wrap {
  width: 100%;
  max-width: 57%;
}

.store-form {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.store-form-text-field {
  background-color: #fff;
  border: 1px solid #0000;
  border-radius: 36px;
  height: auto;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 15px 20px;
  font-family: Arboria Book, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26.6px;
}

.store-form-text-field::placeholder {
  color: #89534299;
  font-family: Arboria Book, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26.6px;
}

.header-bottom-mobile-img {
  display: none;
}

.button-text {
  font-size: 18px;
}

.button-text.small {
  font-size: 16px;
}

.button-text.color-black {
  color: #3a0e11;
}

.tooltip-icon {
  position: absolute;
  inset: 30px 30px auto auto;
}

.built-brownie-box-section {
  padding-top: 80px;
  position: relative;
}

.background-image-container {
  background-image: url('../images/Brownie-bg.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.increament-block {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  border: 2px solid #3a0e11;
  border-radius: 29px;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  padding: 6px 28px;
  display: inline-flex;
}

.increament-block.light {
  border-color: #89534266;
}

.text-20-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arboria, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.text-20-2.color-gray {
  color: #89534266;
}

.text-20-2.color-offwhite {
  color: #f9f7e0;
}

.text-20-2.color-brown.caps {
  text-transform: uppercase;
}

.decrease-btn, .increase-btn {
  justify-content: center;
  align-items: center;
  display: flex;
}

.pagination-btn {
  background-color: #f9f7e0;
  border: 2px solid #895342;
  border-radius: 29px;
  justify-content: center;
  align-items: center;
  padding: 10px 28px;
  display: inline-flex;
}

.devider-wrap {
  margin-left: 18px;
  margin-right: 18px;
}

.pagination-center {
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.better-brownie-hero-section {
  background-color: #f9f7e0;
  padding-top: 80px;
  overflow: hidden;
}

.better-brownie-heading-wrap {
  text-align: center;
}

.heading-span {
  font-family: Funkydori, sans-serif;
  font-size: 128px;
  line-height: 93.44px;
}

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

.better-brownie-img {
  width: 100%;
  margin-top: -150px;
}

.snacks-icon-wrapper {
  position: absolute;
  inset: auto 106px -4% auto;
}

.better-brodnie-gredient-block {
  background-image: url('../images/Better-gredient.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.play-code {
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.founder-star-holder {
  width: 100%;
  max-width: 12%;
  position: absolute;
  inset: 1% -3% auto auto;
}

.star-img {
  transform: rotate(10deg);
}

.snack-on-snack-holder {
  z-index: 999;
  display: block;
  position: absolute;
  inset: -21% 106px auto auto;
}

.story-behind-bite-block {
  z-index: 3;
  position: relative;
}

.protien-brownie-holder {
  z-index: 33;
  position: absolute;
  inset: auto 0% -12% auto;
}

.protien-brownie-img {
  max-width: 60%;
}

.snack-icon.hide {
  display: block;
}

.link-overlay {
  z-index: 1;
  border: 1px solid #0000;
  border-radius: 167px;
  transition: all .2s ease-in-out;
  position: absolute;
  inset: 0%;
}

.below-arrow {
  transform: rotate(90deg);
}

.lightbox-link {
  z-index: 999;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.lightbox-img {
  width: 100%;
  height: 100%;
  position: relative;
}

.brownie-bunch-hero-section {
  background-image: url('../images/Brownie-bg.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.brownie-bunch-hero-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 110px;
  padding-bottom: 110px;
  display: flex;
}

.brownie-bunch-img-wrap {
  width: 100%;
  max-width: 40%;
}

.brownie-bunch-content-wrap {
  width: 100%;
  max-width: 60%;
}

.brownie-bunch-hero-process-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.brownie-bunch-single {
  text-align: center;
  width: 100%;
  max-width: 25%;
}

.button-wrapper {
  margin-top: 40px;
  display: inline-block;
}

.text-20-span {
  font-family: Arboria, sans-serif;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.join-club-text {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.brownie-bunch-product-section {
  z-index: 3;
  background-color: #3a0e11;
  padding-top: 80px;
  position: relative;
}

.brownie-bunch-product-wrap {
  z-index: 3;
  background-color: #c1f4e7;
  border-radius: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 60px;
  padding: 60px 50px;
  display: flex;
  position: relative;
}

.brownie-bunch-subscribe-block {
  z-index: 3;
  padding-top: 80px;
  padding-bottom: 130px;
  position: relative;
}

.margin-top-60 {
  margin-top: 60px;
}

.brownie-bunch-subscribe-wrap {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 60px;
  margin-left: -14px;
  margin-right: -14px;
  display: flex;
}

.brownie-bunch-single-subscribe-wrap {
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 25%;
  padding: 20px 14px;
  display: flex;
}

.brownie-bunch-subscribe-img-block {
  margin-bottom: 20px;
}

.color-brown {
  color: #895342;
}

.margin-top-bottom-12 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.subscribe-button-wrap {
  margin-top: 20px;
  margin-bottom: 2px;
  display: inline-block;
}

.secondary-btn {
  z-index: 0;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #f9f7e0;
  letter-spacing: .32px;
  text-transform: uppercase;
  border: 1px solid #0000;
  justify-content: center;
  align-items: center;
  padding: 14px 28px;
  font-family: Bubbleboddyneue Trial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: all .3s;
  display: inline-flex;
  position: relative;
}

.secondary-btn:hover {
  text-decoration: underline;
}

.login-section {
  z-index: 4;
  background-color: #ffc1da;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.login-form-block {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.login-form-text-field {
  background-color: #fff;
  border: 1px solid #0000;
  border-radius: 36px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-right: 10px;
  padding: 15px 20px;
  font-family: Arboria Book, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.login-form-text-field::placeholder {
  color: #89534299;
  font-family: Arboria Book, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26.6px;
}

.login-btn-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #e63f82;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Arboria, sans-serif;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.login-btn-wrap:hover {
  border-bottom: 1px solid #3a0e11;
}

.login-btn-wrap.pink:hover {
  border-bottom-color: #e63f82;
}

.login-buttons-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.subscription-hero-section {
  z-index: 3;
  background-color: #f9f7e0;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.subscription-hero-tab {
  margin-top: 60px;
}

.heading-48 {
  margin-top: 22px;
  margin-bottom: 22px;
  font-family: Arboria, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
}

.subscribe-block {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.reverse-img {
  margin-right: 16px;
}

.subscribe-name-block {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 26px;
  display: flex;
}

.text-14-2 {
  color: #895342;
  font-family: Bubbleboddy Neue, sans-serif;
  font-weight: 700;
  line-height: 16.8px;
}

.text-14-2.ml12 {
  margin-left: 12px;
}

.subscribe-product-wrap {
  border-bottom: 1px solid #895342;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 20px;
  display: flex;
}

.subscribe-product-col1 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
  max-width: 56%;
  display: flex;
}

.subscribe-product-col2 {
  text-align: right;
  width: 100%;
  max-width: 44%;
}

.subscribe-product-img-block {
  width: 100%;
  max-width: 48%;
  margin-left: -30px;
}

.subscribe-product-content-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 52%;
}

.margin-top-bottom-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.subscribe-total-block {
  justify-content: space-between;
  align-items: center;
  padding-top: 34px;
  display: flex;
}

.text-36 {
  font-family: Bubbleboddy Neue, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 43.2px;
}

.subscribe-product-block {
  padding-top: 80px;
}

.button {
  z-index: 0;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #3a0e11;
  letter-spacing: .32px;
  text-transform: uppercase;
  border: 1px solid #0000;
  justify-content: center;
  align-items: center;
  padding: 14px 28px;
  font-family: Bubbleboddyneue Trial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: all .3s;
  display: inline-flex;
  position: relative;
}

.button:hover {
  text-decoration: underline;
}

.faq-sticky-content-wrap {
  justify-content: flex-start;
  align-items: center;
  margin-top: -1px;
  margin-bottom: -1px;
  text-decoration: none;
  display: flex;
}

.faq-main-wrap {
  margin-top: 32px;
}

.faq-sticky-wrap {
  width: 100%;
  max-width: 24%;
  padding-top: 46px;
  position: sticky;
  top: 50px;
}

.faq-main-content-wrap {
  width: 100%;
  max-width: 76%;
}

.faqs-content-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.radio-button {
  z-index: -1;
  opacity: 0;
  margin-left: 0;
  position: absolute;
}

.radio-button-field {
  color: #89534299;
  flex: 1;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
}

.radio-button-label {
  z-index: 2;
  background-color: #fff;
  border: 2px solid #89534266;
  border-radius: 36px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 10px 20px;
  font-family: Arboria, sans-serif;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  position: relative;
}

.radio-button-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.store-form-block {
  margin-top: 45px;
  margin-bottom: 26px;
}

.progress-bar-wrap {
  height: 35px;
  min-height: 35px;
  max-height: 35px;
}

.progress-bar {
  background-color: #e63f82;
  border-radius: 0 59px 59px 0;
  width: 33.33%;
  height: 100%;
}

.bunch-select-field {
  color: #3a0e11;
  background-color: #fff;
  background-image: url('../images/Frame-207.svg');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 2px solid #895342;
  border-radius: 36px;
  height: auto;
  margin-top: 10px;
  padding: 15px 20px;
  font-family: Arboria Book, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
}

.brownie-bunch-tab-block {
  margin-bottom: 20px;
}

.how-work-link-block {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.curve-image {
  margin-top: -2.9%;
}

.curve-image.mt0 {
  margin-top: 0;
}

.curve-image.deskhidee, .curve-image.mobnone {
  display: none;
}

.width-full {
  width: 100%;
}

.success-message {
  background-color: #fff;
  border-radius: 15px;
}

.subscription-inner-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 73%;
  display: flex;
}

.ship-date-link {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.subscription-tab-menu {
  justify-content: space-between;
  margin-left: -7px;
  margin-right: -7px;
  display: flex;
}

.subscription-hero-tab-link {
  color: #fff;
  text-align: center;
  background-color: #3a0e11;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-left: 7px;
  margin-right: 7px;
  padding: 18px 20px;
  display: flex;
}

.subscription-hero-tab-link.w--current {
  color: #3a0e11;
  background-color: #fff;
}

.subscribe-pack-name-block {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.subscribe-increament-block {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  border: 2px solid #3a0e11;
  border-radius: 29px;
  justify-content: center;
  align-items: center;
  padding: 6px 28px;
  display: inline-flex;
}

.subscribe-increament-block.desktop-hide {
  display: none;
}

.add-cart-heading-block {
  background-color: #f9f7e0;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px 30px;
  display: flex;
}

.shopping-link-block {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 20px;
  text-decoration: none;
  display: inline-flex;
}

.pink-arrrow-embed {
  margin-right: 10px;
}

.pink-arrrow-embed.mt3 {
  margin-top: 3px;
}

.add-to-cart-main-wrapper {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.add-to-cart-content-wrap {
  background-color: #f9f7e0;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.add-to-cart-content-block {
  border-top: 1px solid #89534266;
  padding-top: 20px;
}

.add-cart-img-block {
  width: 100%;
  max-width: 42%;
}

.add-cart-increament-block {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: #fff;
  border: 2px solid #3a0e11;
  border-radius: 29px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 6px 28px;
  display: inline-flex;
}

.close-link-block {
  margin-top: 10px;
  margin-bottom: 36px;
}

.add-cart-product-wrap {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.arboria {
  font-family: Arboria, sans-serif;
}

.recommended-wrapper {
  background-color: #ffc1da;
  padding: 20px 30px 200px;
}

.recommended-single-block {
  margin-top: 30px;
}

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

.recommended-product-wrap {
  background-color: #fff;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  padding: 30px;
  display: flex;
}

.checkout-sticky-wrap {
  z-index: 999;
  background-color: #f9f7e0;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 30px;
  position: fixed;
  inset: auto 0% 0;
}

.subtotal-block {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.add-cart-product-col1, .recommended-product-col1 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
  max-width: 56%;
  display: flex;
}

.add-cart-product-content-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 52%;
  display: flex;
}

.taste-tester-hero-wrap {
  background-color: #3a0e11;
  background-image: url('../images/taste-a-tester.png');
  background-position: -10%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 220px;
  padding-bottom: 220px;
}

.taste-a-tester-inner-wrap {
  width: 100%;
  max-width: 41%;
}

.tase-tester-hero-link {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-top: 44px;
  display: flex;
}

.pink-embed-code {
  margin-top: 5px;
  margin-left: 12px;
}

.taste-how-work-step {
  text-align: center;
  background-color: #fff;
  border: 2px solid #3a0e11;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 33.33%;
  padding: 63px 25px;
  transition: all .3s ease-in-out;
  display: flex;
}

.taste-how-work-step:hover {
  box-shadow: -15px 15px #3a0e11;
}

.taste-tester-work-section {
  background-color: #f9f7e0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.pink-arrrow-left-embed {
  margin-top: 3px;
  margin-left: 10px;
}

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

.subscription-tab-pan {
  background-color: #fff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 20px;
}

.tester-navbar-inner-block {
  justify-content: center;
  align-items: stretch;
  margin-top: 10px;
  display: flex;
}

.subscription-adress-border-wrap {
  border-top: 1px solid #895342;
  border-bottom: 1px solid #895342;
  margin-bottom: 34px;
}

.sign-up-outer-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  background-color: #ffc1da;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  padding: 60px 30px;
  display: flex;
}

.company-logo {
  margin-bottom: 12px;
}

.signup-img-block {
  margin-bottom: 12px;
  display: none;
}

.sign-up-btn-wrap {
  margin-top: 20px;
}

.no-thanks-block {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.no-thanks-link {
  text-align: center;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.cross-img-holder {
  text-align: right;
  margin-bottom: 34px;
  position: absolute;
  inset: 26px 26px auto auto;
}

.margin-top-bottom-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.finishing-company-logo {
  margin-bottom: 10px;
}

.finishing-company-logo.w--current {
  margin-bottom: 20px;
}

.btn-primary-white {
  z-index: 999;
  border: 2px solid var(--pink);
  color: #895342;
  letter-spacing: .32px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 48px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 15px 28px 13px;
  font-family: Arboria, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn-primary-white:hover {
  color: var(--pink);
  background-color: #fff;
}

.btn-primary-white::placeholder {
  color: #895342;
}

.phone-btn-wrapper {
  margin-bottom: 16px;
}

.finishing-up-btn-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline-block;
}

.margin-top-10 {
  margin-top: 10px;
}

.join-the-arroq {
  margin-left: 10px;
}

.bottom-img, .top-img {
  width: 100%;
}

.digital-increament-block {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  border: 2px solid #3a0e11;
  border-radius: 29px;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  padding: 6px 28px;
  display: inline-flex;
}

.hover-show {
  display: none;
}

.product-increament-block {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  border: 2px solid #3a0e11;
  border-radius: 29px;
  justify-content: center;
  align-items: center;
  padding: 10px 28px;
  display: inline-flex;
}

.pink-dripin-footer-animation-block {
  z-index: 2;
  position: absolute;
  inset: auto 0% -12%;
  overflow: hidden;
}

.z-index3 {
  z-index: 3;
  position: relative;
}

.pink-dripin-footer-drip-block {
  z-index: 2;
  position: absolute;
  inset: auto 0% -20%;
}

.sign-up-conent, .signup-image-block {
  width: 100%;
  max-width: 45%;
}

.finish-up-conent {
  width: 100%;
  max-width: 56%;
}

.cursor-wrapper {
  z-index: 2147483647;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor-circle {
  width: 20px;
  height: 30px;
  margin-top: 20px;
  margin-left: 10px;
}

.product-curve-wave-bg-wrap {
  z-index: -1;
  background-color: #f9f7e0;
  position: absolute;
  inset: 0%;
}

.dark-pink-dripin-animation {
  z-index: 2;
  position: absolute;
  inset: auto 0% -2.3%;
}

.dark-pink-dripin-animation.merch {
  bottom: -26vh;
}

.dark-pink-dripin-animation.tester {
  bottom: -24vh;
}

.dark-pink-dripin-animation.subscibe {
  bottom: -26vh;
}

.text-field {
  text-transform: uppercase;
  border: 1px solid #0000;
  width: 225px;
  height: auto;
  margin-bottom: 0;
  padding: 0;
  font-family: Arboria, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.text-field:focus {
  border-color: #0000;
}

.text-field::placeholder {
  color: #895342;
  font-family: Arboria, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.country-img {
  margin-right: 5px;
}

.chat-box {
  z-index: 999;
  transition: all .2s ease-in-out;
  position: fixed;
  inset: auto 40px 60px auto;
}

.chat-box:hover {
  transform: scale(1.1);
}

.chat-wrapper {
  z-index: 999999999;
  position: relative;
}

.chat-main-wrapper {
  text-align: center;
  background-color: #3a0e11;
  border-radius: 20px;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 10px 10px;
}

.chat-block {
  background-color: #f9f7e0;
  border-radius: 20px;
  margin-top: 25px;
  padding: 30px 20px 20px;
}

.bold-text {
  font-family: Arboria, sans-serif;
  font-weight: 700;
}

.chat-text-field {
  color: #895342;
  border: 2px solid #89534266;
  border-radius: 36px;
  height: auto;
  margin-bottom: 10px;
  padding: 15px 20px;
  font-family: Arboria Book, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26.6px;
}

.chat-text-field:focus {
  border-color: #895342;
}

.chat-text-field::placeholder {
  color: #89534299;
}

.form-block {
  margin-top: 30px;
  margin-bottom: 20px;
}

.chat-checkbox-field {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 15px;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.text-15 {
  font-family: Arboria, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 22.5px;
}

.chat-checkbox {
  background-color: #fff;
  border: 2px solid #895342;
  border-radius: 5px;
  width: 28px;
  height: 18px;
  margin-right: 10px;
}

.chat-checkbox.w--redirected-checked {
  background-color: #895342;
  border-color: #895342;
  box-shadow: 0 2px 5px #0000;
}

.sticky-chat-block {
  z-index: 999;
  border-radius: 20px;
}

.cross-link {
  margin-left: 10px;
  display: none;
}

.chat-second-wrapper {
  z-index: -1;
  text-align: center;
  background-color: #3a0e11;
  border-radius: 20px;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 10px 10px;
  display: block;
  position: absolute;
  inset: auto 0% 50% auto;
  transform: translate(0, 50%);
}

.chat-block-main-wrap {
  background-color: #f9f7e0;
  border-radius: 20px;
  margin-top: 25px;
  margin-bottom: 20px;
  padding: 10px 20px;
}

.text-18 {
  color: #fff;
  margin-bottom: 0;
  font-family: Arboria Book, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.6px;
}

.text-18.color-black {
  color: #3a0e11;
}

.sender-chat-box {
  text-align: left;
  background-color: #ed669d;
  border-radius: 10px;
  width: 100%;
  max-width: 74%;
  margin-bottom: 10px;
  margin-left: auto;
  padding: 10px;
}

.receiver-chat-box {
  text-align: left;
  background-color: #ffc1da;
  border-radius: 10px;
  width: 100%;
  max-width: 74%;
  padding: 10px;
}

.chat-image-holder {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.textarea {
  color: #89534299;
  border: 2px solid #89534266;
  border-radius: 36px;
  height: 60px;
  margin-bottom: 10px;
  padding: 15px 20px;
  font-family: Arboria Book, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26.6px;
}

.textarea:focus {
  border-color: #895342;
}

.textarea::placeholder {
  color: #89534299;
}

.sticky-wrapper-chat {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0% 110px 20px 0%;
}

.birthday-cake-bg-color {
  background-image: linear-gradient(#2a85ef, #ed669d 49%, #f9f7e0 99%);
}

.chocolate-glazed-bg-color {
  background-image: linear-gradient(#7029b2, #e63f82);
}

.banana-nut-bg-color {
  background-image: linear-gradient(#f3670a, #ffef00);
}

.chocolate-cookie-bg-color {
  background-image: linear-gradient(#2a85ef, #9cddef 98%);
}

.peanut-butter-bg-color {
  background-image: linear-gradient(#be0050, #ffef00 98%);
}

.blueberry-cobbler-bg-color {
  background-image: linear-gradient(#7029b2, #9cddef);
}

.shop-collection-wraper {
  background-color: #3a0e11;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.shop-brownie-img {
  height: 200px;
}

.shop-collection-wrap {
  z-index: 3;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: -14px;
  margin-right: -14px;
  display: flex;
  position: relative;
}

.single-shop-product {
  padding-top: 40px;
  padding-bottom: 40px;
}

.single-shop-product.mt0 {
  padding-top: 0;
}

.merch-link-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #3a0e11;
  text-align: center;
  border-radius: 10.27px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 100%;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
  position: relative;
}

.wave-lottie {
  margin-top: -10px;
}

.varity-imgage-box {
  width: 100%;
  max-width: 33.33%;
}

.code-embed-2 {
  display: none;
}

.header-tab-item-prime-bites {
  width: 100%;
  max-width: 25%;
  padding: 15px;
  text-decoration: none;
}

.varity-link-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #3a0e11;
  text-align: center;
  border-radius: 10.27px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 100%;
  padding: 10px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.varity-link-block:hover {
  background-image: url('../images/Better-gredient.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.varity-link-block.cinamon-roll {
  transition: all .3s ease-in-out;
}

.varity-link-block.cinamon-roll:hover {
  border-radius: 10.27px;
  box-shadow: -10px 10px #05b9a3;
}

.varity-link-block.birthday-cake:hover {
  box-shadow: -10px 10px #ed669d;
}

.varity-link-block.chocolate-glazed:hover {
  box-shadow: -10px 10px #e63f82;
}

.varity-link-block.banana-nut:hover {
  box-shadow: -10px 10px #f3670a;
}

.varity-link-block.cocolate-cookie:hover {
  box-shadow: -10px 10px #2a85ef;
}

.varity-link-block.penut-butter:hover {
  box-shadow: -10px 10px #be0050;
}

.varity-link-block.blueberry-cobbler:hover {
  box-shadow: -10px 10px #7029b2;
}

@media screen and (min-width: 1280px) {
  .nav-menu-left {
    width: 100%;
    max-width: 38%;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu-right {
    width: 100%;
    max-width: 38%;
  }

  .heading-h1.brownie {
    font-size: 59px;
    line-height: 60.95px;
  }

  .detail.width {
    max-width: 32%;
  }

  .text-20 {
    margin-left: 0;
    margin-right: 0;
  }

  .text-20.faq-pink {
    font-size: 20px;
  }

  .protein-test-bottom-img {
    margin-bottom: 50px;
    margin-left: -20px;
  }

  .curve-wave-block {
    padding-bottom: 260px;
  }

  .heading-h3.brownie {
    font-size: 32px;
  }

  .mascots-detail-block {
    max-width: 48%;
  }

  .product-name {
    font-size: 14px;
    line-height: 16px;
  }

  .location-mark.first {
    top: 1%;
  }

  .sticker-image-block {
    right: -20%;
  }

  .sticker-img-block {
    bottom: -14%;
    left: -12%;
  }

  .lottie-animation {
    margin-top: 190px;
  }

  .dripin-animation-block {
    height: 100%;
  }

  .dripin-animation-block.brownie {
    height: auto;
  }

  .dripin-animation-block.brownie-bunch {
    height: auto;
    bottom: -6%;
  }

  .background-pink {
    height: 150px;
    margin-top: -150px;
  }

  .background-pink.brownie {
    margin-top: -165px;
  }

  .background-pink.brownie-bunch {
    margin-top: -100px;
  }

  .sticker-img-wrap {
    bottom: -14%;
    left: -12%;
  }

  .main-title {
    font-size: 85px;
    line-height: 89.25px;
  }

  .tab-text {
    font-size: 20px;
  }

  .new-container {
    max-width: 96%;
  }

  .btn-primary.add-cart {
    font-family: Arboria, sans-serif;
    font-weight: 700;
  }

  .product-tab-menu {
    justify-content: flex-start;
  }

  .brownie-dropdown-image-wrap {
    max-width: 24%;
  }

  .getting-backed-icon-wrap1 {
    top: 19%;
  }

  .getting-backed-icon-wrap2 {
    bottom: 10%;
  }

  .brownie-box-content-block {
    max-width: 72%;
  }

  .faq-dropdown-content {
    max-width: 92%;
  }

  .gettin-backed-img {
    max-width: 80%;
  }

  .purple-drip {
    height: 389px;
  }

  .text-26 {
    font-size: 26px;
    line-height: 30px;
  }

  .wave-section {
    overflow: hidden;
  }

  .merch-text {
    margin-left: 0;
    margin-right: 0;
  }

  .subscription-tab-adress-block {
    max-width: 730px;
  }

  .store-locator-wrap {
    grid-column-gap: 65px;
    grid-row-gap: 65px;
  }

  .story-behind-bite-section {
    padding-bottom: 190px;
  }

  .better-brownie-img {
    margin-top: -220px;
  }

  .founder-star-holder {
    right: 2%;
  }

  .snack-on-snack-holder {
    top: -20%;
  }

  .brownie-bunch-img-wrap {
    max-width: 44%;
  }

  .brownie-bunch-content-wrap {
    max-width: 56%;
  }

  .subscription-hero-tab {
    margin-top: 120px;
  }

  .radio-button-label {
    padding: 17px 30px;
  }

  .progress-bar-wrap {
    height: 44px;
    min-height: 44px;
    max-height: 44px;
  }

  .curve-image {
    width: 100%;
  }

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

  .subscription-inner-wrap {
    max-width: 70%;
  }

  .subscription-tab-menu {
    justify-content: flex-start;
  }

  .add-cart-heading-block {
    padding-left: 50px;
    padding-right: 50px;
  }

  .add-to-cart-main-wrapper {
    max-width: 1000px;
  }

  .add-to-cart-content-wrap {
    padding-left: 50px;
    padding-right: 40px;
  }

  .add-cart-img-block {
    max-width: 46%;
  }

  .recommended-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }

  .recommended-single-block {
    margin-top: 50px;
  }

  .checkout-sticky-wrap {
    max-width: 1000px;
  }

  .taste-tester-hero-wrap {
    background-position: 540%;
    background-size: contain;
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .taste-a-tester-inner-wrap {
    max-width: 39%;
  }

  .sign-up-outer-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .pink-dripin-footer-animation-block {
    bottom: -13%;
  }

  .sign-up-conent, .finish-up-conent {
    max-width: 42%;
  }

  .dark-pink-dripin-animation {
    bottom: -2.5%;
  }

  .dark-pink-dripin-animation.tester {
    bottom: -22vh;
  }

  .dark-pink-dripin-animation.subscibe {
    bottom: -21.4vh;
  }

  .sticky-wrapper-chat {
    right: 120px;
  }
}

@media screen and (min-width: 1440px) {
  .nav-menu-right {
    max-width: 40%;
  }

  .hero-image-wrap {
    max-width: 624px;
  }

  .detail.width {
    max-width: 28%;
  }

  .flavor-lineup-section {
    padding-bottom: 320px;
  }

  .text-20.mt38 {
    margin-top: 30px;
  }

  .protein-section {
    padding-top: 0;
  }

  .protein-section.pb80 {
    padding-top: 60px;
  }

  .protein-test-bottom-img {
    margin-bottom: 30px;
  }

  .drip-brown-image-block {
    margin-top: -4px;
  }

  .curve-wave-block {
    padding-bottom: 270px;
  }

  .heading-h3.brownie {
    font-size: 26px;
  }

  .table-col-content-wrap {
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .swiper {
    max-width: 1326px;
    margin-left: auto;
    margin-right: auto;
  }
    .footer-wrapper {
        padding-top: 100px;
    }

  .header-tab-item {
    max-width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .product-name {
    font-size: 16px;
    line-height: 18px;
  }

  .location-mark.first {
    top: 3%;
  }

  .location-mark.second {
    top: 34%;
  }

  .table-col3-content-wrap {
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .dripin-animation-block {
    bottom: 0%;
  }

  .dripin-animation-block.brownie {
    bottom: -6%;
  }

  .dripin-animation-block.brownie-bunch {
    bottom: -7%;
  }

  .background-pink {
    height: 250px;
    margin-top: -230px;
    top: 2px;
  }

  .background-pink.brownie {
    height: 200px;
  }

  .dripin-footer-animation-block {
    bottom: -14%;
  }

  .dripin-footer-animation-block.shop {
    bottom: -4%;
  }

  .main-title.hide.color-white {
    width: 100%;
    max-width: 95%;
  }

  .main-title.digital {
    font-size: 68px;
  }

  .new-container {
    max-width: 94%;
  }

  .hero-summery {
    width: 100%;
    max-width: 580px;
  }

  .protien-buttons-wrap {
    margin-top: 180px;
  }

  .getting-backed-icon-wrap1 {
    top: 20%;
  }

  .getting-backed-icon-wrap2 {
    bottom: 15%;
  }

  .product-category-text {
    max-width: 66%;
  }

  .faq-dropdown-content {
    max-width: 87%;
  }

  .gettin-backed-img {
    max-width: 70%;
  }

  .content-summery {
    width: 100%;
    max-width: 580px;
  }

  .story-behind-bite-section {
    padding-bottom: 140px;
  }

  .better-brownie-img {
    margin-top: -250px;
  }

  .snacks-icon-wrapper {
    bottom: -3%;
  }

  .founder-star-holder {
    top: 21%;
    right: 4%;
  }

  .snack-on-snack-holder {
    top: -19%;
  }

  .subscribe-product-wrap {
    padding-bottom: 0;
  }

  .radio-button-label {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .progress-bar-wrap {
    height: 50px;
    min-height: 50px;
    max-height: 50px;
  }

  .curve-image.hidee {
    display: none;
  }

  .subscription-inner-wrap {
    max-width: 68%;
  }

  .add-cart-heading-block {
    padding-left: 15vh;
    padding-right: 15vh;
  }

  .add-cart-product-wrap, .recommended-product-wrap {
    padding-bottom: 0;
  }

  .taste-tester-hero-wrap {
    background-position: 130%;
    background-size: contain;
    padding-top: 260px;
    padding-bottom: 260px;
  }

  .taste-a-tester-inner-wrap {
    max-width: 35%;
  }

  .pink-dripin-footer-animation-block {
    bottom: -20%;
  }

  .pink-dripin-footer-drip-block {
    bottom: -23%;
  }

  .dark-pink-dripin-animation {
    bottom: -3.5%;
  }

  .dark-pink-dripin-animation.tester {
    bottom: -25vh;
  }

  .dark-pink-dripin-animation.subscibe {
    bottom: -27vh;
  }

  .chat-box {
    bottom: 80px;
    right: 60px;
  }

  .msg-img, .cross-logo {
    width: 60px;
  }

  .sticky-wrapper-chat {
    right: 140px;
  }

  .header-tab-item-prime-bites {
    max-width: 20%;
  }
}

@media screen and (min-width: 1920px) {
  .detail.width {
    max-width: 22%;
  }

  .flavor-lineup-section {
    padding-bottom: 350px;
  }

  .home-protein-test-wrap {
    justify-content: center;
    align-items: center;
  }

  .protein-test-image-wrap {
    margin-bottom: -389px;
  }

  .protein-test-bottom-img {
    margin-bottom: 90px;
    margin-left: -25px;
  }

  .curve-wave-block {
    padding-bottom: 290px;
  }

  .swiper {
    margin-left: auto;
    margin-right: auto;
  }

  .product-name {
    font-size: 18px;
    line-height: 20px;
  }

  .shop-all-text {
    font-size: 18px;
    line-height: 22px;
  }

  .lottie-animation {
    margin-top: 0;
  }

  .dripin-animation-block.brownie {
    bottom: -14%;
  }

  .dripin-animation-block.brownie-bunch {
    bottom: -9%;
  }

  .background-pink {
    height: 240px;
    margin-top: -240px;
  }

  .background-pink.brownie {
    height: 280px;
  }

  .background-pink.brownie-bunch {
    margin-top: -90px;
  }

  .dripin-footer-animation-block {
    bottom: -16%;
  }

  .hero-summery {
    max-width: 500px;
  }

  .protien-buttons-wrap {
    margin-top: 200px;
  }

  .protien-buttons-wrap.mt0 {
    margin-bottom: 20px;
  }

  .getting-backed-icon-wrap1 {
    top: 24%;
    left: 25%;
  }

  .getting-backed-icon-wrap2 {
    bottom: 17%;
  }

  .getting-backed-image-block {
    position: relative;
  }

  .content-summery {
    max-width: 500px;
  }

  .subscription-tab-adress-block {
    max-width: 900px;
  }

  .better-brownie-img {
    margin-top: -330px;
  }

  .founder-star-holder {
    top: 26%;
    right: 17%;
  }

  .snack-on-snack-holder {
    top: -15%;
  }

  .subscription-hero-section {
    padding-top: 120px;
  }

  .subscription-hero-tab {
    margin-top: 140px;
  }

  .progress-bar-wrap {
    height: 66px;
    min-height: 66px;
    max-height: 66px;
  }

  .curve-image.hidefull {
    display: none;
  }

  .taste-tester-hero-wrap {
    padding-top: 350px;
    padding-bottom: 350px;
  }

  .taste-a-tester-inner-wrap {
    max-width: 27%;
  }

  .pink-dripin-footer-animation-block {
    bottom: -20%;
  }

  .pink-dripin-footer-drip-block {
    bottom: -30%;
  }

  .dark-pink-dripin-animation {
    bottom: -3.7%;
  }

  .dark-pink-dripin-animation.merch {
    bottom: -21vh;
  }

  .dark-pink-dripin-animation.tester {
    bottom: -20vh;
  }

  .dark-pink-dripin-animation.subscibe {
    bottom: -22vh;
  }

  .chat-box {
    bottom: 100px;
    right: 80px;
  }

  .msg-img, .cross-logo {
    width: 70px;
  }

  .sticky-wrapper-chat {
    right: 170px;
  }
}

@media screen and (max-width: 991px) {
  .nav-button {
    margin-right: 0;
    padding: 8px 14px;
    font-size: 16px;
    line-height: 17px;
  }

  .nav-button.pink-button {
    padding: 12px 20px;
  }

  .nav-button.pink-merch {
    padding-top: 8px;
    padding-bottom: 10px;
  }

  .nav-button.review-pink {
    padding-left: 28px;
    padding-right: 28px;
  }

  .nav-menu-left {
    width: 50%;
  }

  .nav-link {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .nav-menu-right {
    justify-content: flex-start;
    align-items: center;
    width: 40%;
  }

  .nav-menu-image-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-left: 10px;
  }

  .header-user-logo {
    margin-right: 10px;
  }

  .home-hero-section {
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .hero-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .heading-h1 {
    font-size: 40px;
    line-height: 40px;
  }

  .hero-content-wrap {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    max-width: 450px;
  }

  .hero-image-wrap {
    max-width: 300px;
  }

  .detail {
    font-size: 16px;
    line-height: 20px;
  }

  .detail.width {
    max-width: 44%;
  }

  .heading-h1-span {
    font-size: 56px;
    line-height: 52px;
  }

  .middle-section-title-wrap {
    margin-bottom: 40px;
  }

  .text-20.merch-pink, .text-20.faq-pink {
    font-size: 18px;
    line-height: 22px;
  }

  .primary-btn {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 16px;
    line-height: 20px;
  }

  .home-protein-test-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: space-between;
    align-items: center;
  }

  .protein-test-image-wrap {
    width: 100%;
  }

  .curve-wave-block {
    overflow: hidden;
  }

  .curve-wave-bg-wrap {
    padding-top: 20px;
  }

  .grid-block {
    text-align: left;
    height: 70px;
  }

  .home-table-grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . .";
  }

  .big-block {
    text-align: left;
    background-color: #0000;
    align-items: flex-start;
    padding-left: 16px;
  }

  .big-block.border-black {
    z-index: 999;
    background-color: #ffc1da;
  }

  .grid-label {
    height: 70px;
    padding-left: 30px;
  }

  .heading-h3 {
    font-size: 22px;
    line-height: 28px;
  }

  .heading-h3.text-color-black {
    font-size: 20px;
  }

  .heading-h3.product, .heading-h3.product2 {
    white-space: pre-wrap;
    font-size: 26px;
  }

  .heading-h3.merch {
    font-size: 20px;
    line-height: 30px;
  }

  .heading-h3.brownie {
    font-size: 20px;
  }

  .heading-h3.brunch {
    font-size: 24px;
  }

  .text-32 {
    font-size: 24px;
    line-height: 34px;
  }

  .brownie-section-volumn {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .home-chip-choco-content-wrap {
    margin-top: 40px;
  }

  .chip-coco-image-block {
    max-width: 595px;
    margin-left: auto;
    margin-right: auto;
  }

  .mascots-block {
    margin-bottom: 40px;
  }

  .mascots-wrapper {
    padding-top: 100px;
  }

  .mascots-content-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 50px;
  }

  .mascots-single-wrap, .moscots-img-block {
    max-width: 130px;
  }

  .home-tik-tok-block {
    padding-top: 60px;
  }

  .card {
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-review-section {
    padding-top: 60px;
  }

  .heading-h5 {
    font-size: 18px;
    line-height: 22px;
  }

  .slider-img-holder {
    width: 72px;
    min-width: 72px;
    height: 72px;
    min-height: 72px;
  }

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

  .gallery-wrapper {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
  }

  .footer-wrapper {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .footer-column-list {
    flex-flow: wrap;
    margin-bottom: 60px;
  }

  .footer-col1 {
    text-align: center;
    max-width: 50%;
    margin-right: 0;
    padding: 20px;
  }

  .footer-col2, .footer-col3, .footer-col4 {
    text-align: center;
    max-width: 50%;
    padding: 20px;
  }

  .footer-link {
    font-size: 20px;
    line-height: 22px;
  }

  .footer-social-link-block {
    justify-content: center;
    align-items: center;
  }

  .dropdown-list.w--open {
    top: 72%;
  }

  .header-drop-down-content {
    padding-left: 15px;
    padding-right: 10px;
  }

  .header-dropdown-tab-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tab-link-name {
    font-size: 18px;
    line-height: 20px;
  }

  .header-tab-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .table_header {
    height: 260px;
  }

  .table_cell {
    font-size: 22px;
    line-height: 26px;
  }

  .table_cell.font-family {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .location-mark {
    width: 20px;
    height: 20px;
  }

  .location-mark.first {
    top: 2%;
  }

  .sticker-image-block {
    top: -6%;
    right: -42%;
  }

  .sticker-img-block {
    bottom: -12%;
  }

  .sticker-img {
    max-width: 70%;
  }

  .slider-popup-image {
    z-index: 999;
    transform: scale(1.8);
  }

  .image-cross-holder {
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    top: 70px;
    right: 60px;
  }

  .dripin-animation-block {
    justify-content: center;
    align-items: flex-end;
    margin-top: 310px;
    display: flex;
    inset: 0%;
  }

  .sticker-img-wrap {
    bottom: -12%;
  }

  .btn-text {
    line-height: 22px;
  }

  .dripin-footer-animation-block {
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .dripin-footer-animation-block.shop {
    bottom: -2%;
  }

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

  .product-hero-wrap {
    padding-bottom: 60px;
  }

  .text-16.bold {
    font-size: 14px;
  }

  .text-16.brownie-bunch {
    font-size: 12px;
  }

  .main-title {
    font-size: 50px;
    line-height: 60px;
  }

  .product-hero-tab-link {
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .tab-text {
    font-size: 13px;
    line-height: 18px;
  }

  .new-container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-heading-h1 {
    font-size: 54px;
  }

  .fonts {
    font-size: 74px;
    line-height: 60px;
  }

  .hero-summery {
    font-size: 16px;
    line-height: 1.2;
  }

  .buttons-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .flavor-marquee-item-content-wrap {
    width: 260px;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .protein-heading-wrap {
    margin-bottom: 40px;
  }

  .small-text {
    font-size: 30px;
  }

  .heading-h5-2 {
    font-size: 16px;
    line-height: 22px;
  }

  .review-headline-title-wrap {
    margin-bottom: 40px;
  }

  .protien-buttons-wrap {
    margin-top: 80px;
  }

  .protien-buttons-wrap.mb80 {
    margin-bottom: 60px;
  }

  .big-block-image {
    text-align: left;
    background-color: #0000;
    justify-content: center;
    align-items: center;
    padding-left: 16px;
  }

  .big-block-image.border-black {
    z-index: 999;
    background-color: #ffc1da;
  }

  .span-fonts {
    font-size: 78px;
    line-height: 60px;
  }

  .heading-h1-span-reviewcopy {
    font-size: 56px;
    line-height: 52px;
  }

  .product-tab-menu {
    margin-left: -5px;
    margin-right: -5px;
  }

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

  .brownie-box-section {
    padding-top: 60px;
  }

  .merch-dropdown-toggle {
    padding: 12px 15px 12px 16px;
  }

  .product-hero-logo-wrapper {
    padding-bottom: 60px;
  }

  .brownie-dropdown-image-wrap {
    max-width: 26%;
    margin-right: 10px;
  }

  .getting-backed-sticker {
    max-width: 60%;
  }

  .getting-backed-icon-wrap1 {
    top: 24%;
    left: 29%;
  }

  .getting-backed-icon-wrap2 {
    bottom: 19%;
    left: 3%;
  }

  .brownie-box-content-block {
    max-width: 72%;
  }

  .product-hero-single-logo {
    padding-left: 10px;
    padding-right: 10px;
  }

  .customer-verified-text {
    font-size: 16px;
  }

  .product-category-text {
    max-width: 95%;
  }

  .brownie-box-wrap {
    margin-bottom: 60px;
  }

  .checkbox-field {
    padding: 10px 5px;
  }

  .customer-block {
    max-width: 70%;
  }

  .faq-dropdown-content {
    max-width: 100%;
  }

  .gettin-backed-img {
    max-width: 90%;
  }

  .product-radio-button-field {
    padding-top: 19px;
    padding-bottom: 23px;
    padding-left: 22px;
  }

  .select-field {
    padding-top: 13.5px;
    padding-bottom: 13.5px;
  }

  .text-26 {
    font-size: 16px;
  }

  .footer-link-new {
    font-size: 20px;
    line-height: 22px;
  }

  .content-summery {
    font-size: 16px;
    line-height: 1.2;
  }

  .digital-gift-hero-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .how-it-work-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .how-work-step-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .how-work-step-block:hover {
    box-shadow: -9px 9px #3a0e11;
  }

  .how-it-work-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .how-work-step-wrap:hover {
    box-shadow: -10px 9px #3a0e11;
  }

  .tooltip-icon {
    right: 25px;
  }

  .built-brownie-box-section {
    padding-top: 60px;
  }

  .increament-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-span {
    font-size: 60px;
    line-height: 52px;
  }

  .margin-top-40 {
    margin-top: 30px;
  }

  .better-brownie-img {
    margin-top: -150px;
  }

  .snacks-icon-wrapper {
    right: 10px;
  }

  .founder-star-holder {
    right: 0%;
  }

  .snack-on-snack-holder {
    top: -14%;
    right: 10px;
  }

  .snack-icon {
    width: 110px;
  }

  .button-wrapper {
    margin-top: 30px;
  }

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

  .brownie-bunch-product-wrap {
    padding: 50px 20px;
  }

  .brownie-bunch-subscribe-wrap {
    flex-flow: wrap;
    justify-content: space-between;
  }

  .brownie-bunch-single-subscribe-wrap {
    max-width: 33.33%;
  }

  .subscribe-button-wrap {
    margin-top: 30px;
  }

  .login-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .login-buttons-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .progress-bar-wrap {
    height: 44px;
    min-height: 44px;
    max-height: 44px;
  }

  .bunch-select-field {
    padding-top: 13.5px;
    padding-bottom: 13.5px;
  }

  .curve-image {
    max-width: 118%;
    margin-top: -3.4%;
  }

  .curve-image.mobnone {
    display: block;
  }

  .subscription-inner-wrap {
    max-width: 70%;
  }

  .subscription-tab-menu {
    margin-left: -5px;
    margin-right: -5px;
  }

  .subscription-hero-tab-link {
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .subscribe-increament-block, .add-cart-increament-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .recommended-product-wrap {
    padding: 20px 20px 20px 10px;
  }

  .checkout-sticky-wrap {
    padding-bottom: 20px;
  }

  .taste-tester-hero-wrap {
    background-position: 30%;
  }

  .taste-how-work-step {
    padding-left: 15px;
    padding-right: 15px;
  }

  .taste-how-work-step:hover {
    box-shadow: -9px 9px #3a0e11;
  }

  .btn-primary-white {
    font-size: 16px;
  }

  .digital-increament-block, .product-increament-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pink-dripin-footer-animation-block, .pink-dripin-footer-drip-block {
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .product-curve-wave-bg-wrap {
    padding-top: 20px;
  }

  .dark-pink-dripin-animation {
    justify-content: center;
    align-items: flex-end;
    display: flex;
    bottom: -1.6%;
  }

  .dark-pink-dripin-animation.merch {
    bottom: -16vh;
  }

  .dark-pink-dripin-animation.tester {
    bottom: -18vh;
  }

  .dark-pink-dripin-animation.subscibe {
    bottom: -15vh;
  }

  .shop-collection-wraper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .shop-collection-wrap {
    flex-flow: wrap;
    justify-content: space-between;
  }

  .header-tab-item-prime-bites {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-inner-block {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }

  .nav-button.pink-button {
    padding-top: 10px;
    padding-bottom: 14px;
  }

  .nav-button.pink-merch {
    padding-bottom: 12px;
  }

  .nav-button.review-pink {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu-left {
    z-index: 9999999;
    background-color: #f9f7e0;
    width: 100%;
    padding: 20px;
    position: absolute;
    overflow: scroll;
  }

  .nav-link.hide, .nav-link.hover-pink, .nav-link.purple {
    display: none;
  }

  .header-logo-image, .header-logo-image.opacity {
    max-width: 90%;
  }

  .brand {
    text-align: center;
    padding-left: 0;
  }

  .brand.w--current {
    padding-bottom: 0;
  }

  .nav-menu-right {
    width: auto;
  }

  .header-user-logo, .header-bottom-img {
    display: none;
  }

  .home-hero-section {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .hero-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    display: block;
  }

  .heading-h1 {
    font-family: Bubbleboddy Neue, sans-serif;
    font-size: 50px;
    line-height: 60px;
  }

  .heading-h1.brownie {
    font-size: 40px;
    line-height: 46px;
  }

  .heading-h1.font-style.hide {
    display: none;
  }

  .heading-h1.cart {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 36px;
  }

  .heading-h1.signup {
    font-size: 40px;
    line-height: 44px;
  }

  .heading-h1.add-cart {
    font-size: 40px;
    line-height: 46px;
  }

  .hero-content-wrap {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .hero-image-wrap {
    width: 70%;
    max-width: 100%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .detail {
    font-size: 18px;
    line-height: 25px;
  }

  .detail.width {
    max-width: 85%;
  }

  .detail.home-width {
    width: 100%;
    max-width: 75%;
  }

  .heading-h1-span {
    font-size: 80px;
    line-height: 40px;
  }

  .bite-botton-outer {
    z-index: 9;
    font-size: 18px;
  }

  .hero-bread-image {
    margin-left: -40px;
  }

  .hero-gram-wrap {
    right: 0%;
  }

  .flavor-lineup-section {
    padding-top: 40px;
    padding-bottom: 130px;
  }

  .middle-section-title-wrap {
    margin-bottom: 30px;
  }

  .middle-section-title-wrap.width {
    max-width: 90%;
  }

  .text-20 {
    font-size: 18px;
    line-height: 22px;
  }

  .text-20.flavour-text {
    font-size: 16px;
    line-height: 20px;
  }

  .text-20.margin-left.none-mobile {
    display: none;
  }

  .text-20.margin-left.font-family.none-desktop {
    display: block;
  }

  .text-20.mt38 {
    margin-top: 38px;
  }

  .text-20.mb10 {
    margin-bottom: 10px;
  }

  .text-20.cart {
    font-size: 16px;
  }

  .primary-btn {
    padding: 12px 32px 14px;
  }

  .protein-section {
    padding-top: 0;
  }

  .home-protein-test-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-top: 60px;
  }

  .protein-test-image-wrap {
    margin-bottom: 0;
  }

  .protein-test-top-img {
    text-align: center;
    top: 27%;
  }

  .protein-test-bottom-img {
    margin-left: -23px;
  }

  .protein-test-content-wrap {
    margin-top: 0;
  }

  .curve-wave-block {
    padding-top: 100px;
    padding-bottom: 170px;
  }

  .grid-block {
    height: 60px;
  }

  .home-table-grid {
    grid-template-areas: ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . .";
  }

  .grid-label {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    height: 60px;
  }

  .heading-h3 {
    font-size: 16px;
    line-height: 20px;
  }

  .heading-h3.text-color-black {
    line-height: 22px;
  }

  .heading-h3.product {
    font-size: 26px;
    line-height: 30px;
  }

  .heading-h3.product2 {
    font-size: 24px;
    line-height: 28px;
  }

  .heading-h3.brownie {
    font-size: 26px;
    line-height: 30px;
  }

  .heading-h3.subscription {
    font-size: 22px;
    line-height: 24px;
  }

  .heading-h3.brunch {
    font-size: 26px;
    line-height: 30px;
  }

  .heading-h3.brunch.mb40 {
    margin-bottom: 25px;
  }

  .text-32 {
    white-space: pre-wrap;
    font-size: 18px;
    line-height: 24px;
  }

  .text-32.color-pink.mt-60 {
    margin-top: 20px;
  }

  .home-table-wrap {
    padding-left: 5px;
  }

  .table-col-content-wrap {
    box-shadow: -8.66px 8.66px #3a0e11;
  }

  .chip-coco-image-block {
    margin-bottom: -40px;
  }

  .mascots-wrapper {
    padding-bottom: 60px;
  }

  .mascots-content-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    place-items: center;
    margin-top: 40px;
  }

  .mascots-single-wrap {
    max-width: 200px;
  }

  .mascots-detail-block {
    max-width: 95%;
  }

  .moscots-img-block {
    max-width: 140px;
  }

  .home-tik-tok-block {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .card {
    margin-left: 20px;
    padding: 56px 30px;
  }

  .reviiew-headline-swrapper.swiper-wrapper {
    padding-top: 50px;
    padding-bottom: 96px;
  }

  .home-review-section {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .tik-tok-header-wrap {
    max-width: 100%;
  }

  .heading-h5.pink-font.none {
    display: none;
  }

  .slider-img-holder {
    width: 82px;
    min-width: 82px;
    height: 84px;
    min-height: 84px;
  }

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

  .gallery-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 60px;
  }

  .footer-wrapper {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .footer-column-list {
    margin-bottom: 40px;
  }

  .footer-col1 {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-col2, .footer-col3 {
    text-align: left;
    padding: 10px;
  }

  .footer-col4 {
    max-width: 100%;
    padding-bottom: 0;
  }

  .footer-logo {
    max-width: 45%;
  }

  .footer-form-lable-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-form-text-field {
    padding: 12px 16px;
  }

  .footer-form-text-field::placeholder {
    font-size: 18px;
    line-height: 22px;
  }

  .footer-link {
    font-size: 18px;
    line-height: 20px;
  }

  .footer-list-item {
    padding-top: 3px;
    padding-bottom: 3px;
  }

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

  .footer-social-link-block {
    text-align: center;
  }

  .footer-social-link-block.center {
    margin-left: 30px;
    margin-right: 30px;
  }

  .copy-right-link-block {
    margin-top: 20px;
  }

  .dropdown {
    display: none;
  }

  .dropdown-tab-content-wrap {
    margin-left: 0;
  }

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

  .header-tab-item {
    max-width: 50%;
  }

  .product-name {
    font-size: 14px;
    line-height: 1.1;
  }

  .pink-logo {
    max-width: 90%;
  }

  .table_header {
    height: 200px;
  }

  .table_cell {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 21px;
  }

  .menu-button {
    display: block;
  }

  .menu-button.w--open {
    color: #3a0e11;
    background-color: #0000;
  }

  .location-mark {
    width: 25px;
    height: 25px;
  }

  .location-mark.first {
    top: 37%;
  }

  .location-mark.second {
    top: 58%;
  }

  .location-mark.third {
    bottom: 41%;
  }

  .location-mark.four {
    bottom: 20%;
  }

  .location-mark.five {
    bottom: 32%;
  }

  .responsive-header-dropdown {
    border-top: 1px solid #3a0e11;
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .responsive-header-dropdown-list {
    background-color: #0000;
    position: static;
  }

  .responsive-header-dropdown-toggle {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0;
    display: flex;
  }

  .responsive-header-text-wrap {
    border-top: 1px solid var(--brown);
    text-align: left;
    padding-top: 24px;
    padding-bottom: 24px;
    text-decoration: none;
    display: block;
  }

  .sticker-image-block {
    right: -64%;
  }

  .sticker-img-block {
    bottom: -9%;
    left: -22%;
  }

  .sticker-img {
    max-width: 60%;
  }

  .table-col3-content-wrap {
    box-shadow: -8.66px 8.66px #3a0e11;
  }

  .box-shadow {
    transform: translate(-6px, 7px);
  }

  .slider-popup-image {
    transform: scale(1.2);
  }

  .image-cross-holder {
    width: 22px;
    min-width: 22px;
    height: 22px;
    min-height: 22px;
    top: 47px;
  }

  .dripin-animation-block {
    bottom: 2%;
  }

  .dripin-animation-block.brownie-bunch {
    margin-top: 310px;
  }

  .background-pink.brownie-bunch {
    margin-top: -30px;
  }

  .sticker-img-wrap {
    bottom: -9%;
    left: -22%;
  }

  .btn-text.pink {
    font-size: 14px;
  }

  .arrow-icon {
    position: static;
  }

  .protein-better-wrap {
    padding-top: 200px;
  }

  .hamburger-icon {
    display: none;
  }

  .top-line {
    background-color: #3a0e11;
    border: 1px solid #3a0e11;
    width: 20px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .top-line.white {
    background-color: #fff;
    border-color: #fff;
  }

  .middle-line {
    background-color: #3a0e11;
    border: 1px solid #3a0e11;
    width: 20px;
    height: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .middle-line.white {
    background-color: #fff;
    border-color: #fff;
  }

  .bottom-line {
    background-color: #3a0e11;
    border: 1px solid #3a0e11;
    width: 20px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .bottom-line.white {
    background-color: #fff;
    border-color: #fff;
  }

  .dripin-footer-animation-block {
    bottom: -12%;
  }

  .dripin-footer-animation-block.shop {
    bottom: -1.1%;
  }

  .product-hero-section {
    padding-top: 30px;
  }

  .product-hero-wrap {
    flex-flow: wrap;
    padding-bottom: 35px;
  }

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

  .product-hero-content-wrap {
    max-width: 100%;
    margin-top: 25px;
  }

  .product-hero-main-img-wrap {
    margin-top: 30px;
  }

  .product-hero-small-img-block {
    max-width: 25%;
  }

  .product-hero-small-img-block.mobile {
    display: block;
  }

  .product-rating-outer-block.hide {
    display: none;
  }

  .product-rating-outer-block.desktop-hide {
    margin-bottom: 10px;
    display: flex;
  }

  .text-16.product {
    font-family: Arboria, sans-serif;
    font-weight: 700;
  }

  .text-16.color-pink {
    color: #ed669d;
  }

  .text-16.brownie {
    font-family: Arboria, sans-serif;
    font-weight: 700;
  }

  .main-title.hide, .main-title.hide.color-white {
    display: none;
  }

  .main-title.desktop-hide {
    display: block;
  }

  .main-title.desktop-hide.color-white {
    font-size: 46px;
  }

  .main-title.build {
    display: block;
  }

  .product-hero-tab {
    margin-top: 0;
  }

  .product-hero-tab-link {
    text-align: center;
    margin-top: 0;
  }

  .product-hero-tab-link.w--current {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .tab-text {
    font-size: 16px;
  }

  .tab-text.rotate {
    white-space: pre;
    font-size: 14px;
    transform: rotate(-90deg);
  }

  .new-container, .new-container.padding {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-heading-h1 {
    font-family: Bubbleboddy Neue, sans-serif;
    font-size: 59px;
  }

  .fonts {
    font-size: 68px;
    line-height: 52px;
  }

  .hero-summery {
    line-height: 26.6px;
  }

  .buttons-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 50px;
  }

  .buttons-wrap.mt20 {
    margin-top: 30px;
  }

  .buttons-wrap.founder {
    margin-top: -30px;
  }

  .buttons-wrap.hide-desktop {
    display: flex;
  }

  .marquee-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .flavor-marquee-item-content-wrap {
    width: 230px;
    margin-bottom: 20px;
    margin-left: 10px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-heading-h1 {
    font-size: 58px;
  }

  .hero-heading-h1.color-white.mobile-show {
    display: block;
  }

  .hero-heading-h1.pink {
    width: 100%;
    max-width: 482px;
    margin-left: auto;
    margin-right: auto;
  }

  .btn-primary {
    font-size: 18px;
  }

  .btn-primary.add-cart {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .btn-primary.checkout {
    padding-top: 15px;
    padding-bottom: 17px;
  }

  .button-secondary.pink {
    color: var(--pink);
  }

  .protein-heading-wrap {
    max-width: 100%;
  }

  .btn-primary-chocolate, .button-secondary-chocolate {
    font-size: 18px;
  }

  .product-image-wrap, .product-image-brownie {
    max-width: 125px;
  }

  .small-text {
    font-size: 22px;
  }

  .protien-snack-section {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    max-width: 450px;
  }

  .review-headline-title-wrap {
    margin-bottom: 0;
  }

  .protien-buttons-wrap {
    margin-top: 60px;
  }

  .protien-buttons-wrap.mb80 {
    margin-bottom: 40px;
  }

  .span-fonts {
    font-size: 80px;
    line-height: 46px;
  }

  .heading-h1-span-reviewcopy {
    font-size: 76px;
    line-height: 60px;
  }

  .product-tab-menu {
    flex: 1;
  }

  .customer-review-right-wrap {
    text-align: center;
  }

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

  .brownie-box-dropdown-toggle {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .merch-single-product-wrap.pt0 {
    padding-top: 40px;
  }

  .review-star-block {
    margin-bottom: 15px;
  }

  .customer-review-with-rating-wrap {
    display: block;
  }

  .merch-content-block {
    display: none;
  }

  .brownie-box-dropdown {
    margin-bottom: 6px;
  }

  .merch-dropdown-toggle {
    color: #3a0e11;
    margin-top: 10px;
    margin-bottom: 24px;
    padding: 17px 20px;
    text-decoration: none;
  }

  .custmoer-review-section {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .product-hero-logo-wrapper {
    flex-flow: wrap;
    padding-bottom: 35px;
  }

  .brownie-box-dropdown-list.w--open {
    padding-bottom: 24px;
  }

  .customer-name-block {
    margin-bottom: 30px;
  }

  .customer-rating-white-wrap {
    width: 200px;
  }

  .customer-review-left-wrap {
    margin-bottom: 30px;
  }

  .getting-backed-item {
    padding-top: 45px;
    display: block;
  }

  .getting-backed-sticker {
    max-width: 45%;
  }

  .col50 {
    max-width: 100%;
  }

  .merch-tshirt-block {
    max-width: 50%;
    padding: 10px;
  }

  .margin-top-bottom {
    margin-top: 16px;
  }

  .getting-backed-content-block {
    max-width: 100%;
  }

  .getting-backed-icon-wrap1 {
    inset: 12% 0% auto auto;
  }

  .more-faq-arroq {
    margin-top: 4px;
  }

  .getting-backed-icon-wrap2 {
    bottom: 38%;
    left: 17%;
  }

  .getting-backed-image-block {
    text-align: center;
    max-width: 60%;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-hero-single-logo {
    max-width: 41%;
    padding-top: 25px;
    padding-bottom: 26px;
  }

  .merch-main-section {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .product-category-text {
    max-width: 100%;
  }

  .brownie-box-wrap {
    flex-flow: wrap;
    margin-bottom: 40px;
  }

  .arrow {
    margin-left: 20px;
  }

  .more-faq-link-wrap {
    margin-top: 40px;
  }

  .getting-backed-camera {
    padding-left: 0;
    padding-right: 0;
  }

  .customer-block {
    flex-flow: wrap;
    max-width: 70%;
  }

  .gettin-backed-img {
    max-width: 90%;
  }

  .checkbox-inner-block {
    padding: 8px 6px;
  }

  .checkbox-inner-block:hover {
    box-shadow: -5px 5px #e63f82;
  }

  .product-hero-tab-pan {
    padding: 15px 10px;
  }

  .custom-radio {
    margin-top: 10px;
  }

  .select-field {
    padding: 12px 16px;
  }

  .heading-h3-2 {
    font-size: 60px;
    line-height: 70px;
  }

  .text-13 {
    font-size: 12px;
    line-height: 15px;
  }

  .quntity-wrapper {
    margin-right: 15px;
  }

  .purple-drip {
    height: 270px;
  }

  .radio-block {
    top: 15px;
  }

  .merch-responsive-content-block {
    margin-top: 40px;
    display: block;
  }

  .arrow-down {
    transform: rotate(90deg);
  }

  .product-hero-small-logo-wrap {
    max-width: 25%;
  }

  .product-hero-small-logo-wrap.mobile-hide {
    display: none;
  }

  .text-26 {
    font-size: 18px;
  }

  .wave-section {
    overflow: visible;
  }

  .swiper-wrapper-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    bottom: 0%;
  }

  .footer-link-new {
    font-size: 18px;
    line-height: 20px;
  }

  .footer-link-new.none {
    display: none;
  }

  .footer-copywite-text-wrap {
    text-align: center;
    display: block;
  }

  .icon-arrow-image {
    width: 15px;
    height: 15px;
  }

  .content-summery {
    font-size: 16px;
    line-height: 1.5;
  }

  .radio-spam {
    color: #895342;
    font-family: Arboria, sans-serif;
  }

  .merch-mobile-drop-toggle {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0;
    display: flex;
  }

  .merch-mobile-drop-toggle.w--open {
    color: #e63f82;
  }

  .merch-text {
    font-size: 16px;
    line-height: 20px;
  }

  .merch-mobile-dropdown {
    z-index: 1;
    border-top: 1px solid #3a0e11;
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .merch-dropdown-wrap {
    margin-top: 24px;
    margin-left: 0;
  }

  .digital-gift-hero-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .digital-gift-hero-wrap {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .digital-gift-hero-img-wrap.mobile {
    display: block;
  }

  .digital-gift-hero-img-wrap.desktop {
    display: none;
  }

  .store-locator-section {
    padding-top: 50px;
  }

  .story-founder-img-wrap {
    max-width: 100%;
  }

  .how-it-work-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: wrap;
  }

  .sector-locator-content-block {
    max-width: 100%;
  }

  .story-founder-wrap {
    display: block;
  }

  .subscription-tab-adress-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .founder-sticky-img-wrap {
    max-width: 30%;
    inset: -14% -10% auto auto;
  }

  .store-locator-logo-wrap {
    grid-column-gap: 94px;
    grid-row-gap: 94px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .store-logo-block {
    text-align: center;
    max-width: 45%;
  }

  .how-work-step-block {
    max-width: 100%;
    padding: 40px 60px;
  }

  .store-address-wrap {
    margin-top: 30px;
  }

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

  .store-locator-wrap {
    display: block;
  }

  .sector-locator-img-wrap {
    max-width: 100%;
  }

  .sector-locator-img-wrap.hide {
    display: none;
  }

  .sector-locator-img-wrap.desktop-hide {
    display: block;
  }

  .story-behind-bite-section {
    padding-top: 60px;
    padding-bottom: 130px;
  }

  .subscription-tab-content-wrap {
    padding: 30px 10px;
  }

  .yellow-btn {
    padding: 5px 15px 8px;
    font-size: 16px;
    line-height: 20px;
  }

  .story-behind-bite-img-wrap {
    padding: 22px 24px;
  }

  .how-it-work-block {
    flex-flow: wrap;
  }

  .story-founder-section {
    padding-bottom: 60px;
    overflow: hidden;
  }

  .how-work-step-wrap {
    text-align: center;
    max-width: 100%;
    padding: 40px 60px;
    display: block;
  }

  .story-founder-content-wrap {
    max-width: 100%;
    margin-top: 60px;
  }

  .store-form-text-field {
    padding-left: 16px;
    padding-right: 16px;
  }

  .store-form-text-field::placeholder {
    font-size: 18px;
    line-height: 22px;
  }

  .header-bottom-mobile-img {
    display: block;
  }

  .button-text {
    font-size: 14px;
  }

  .tooltip-icon {
    width: 20px;
    top: 19px;
  }

  .built-brownie-box-section {
    padding-top: 30px;
  }

  .increament-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .text-20-2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 22px;
  }

  .increase-img, .decrease-img {
    max-width: 90%;
  }

  .pagination-btn {
    padding: 6px 20px;
  }

  .devider-img {
    width: 11px;
  }

  .better-brownie-hero-section {
    padding-top: 50px;
    overflow: hidden;
  }

  .better-brownie-heading-wrap {
    overflow: hidden;
  }

  .heading-span {
    font-size: 85px;
    line-height: 62.05px;
  }

  .margin-top-40 {
    z-index: 2;
    position: relative;
  }

  .better-brownie-img {
    margin-top: -90px;
    padding-bottom: 94px;
    transform: translate(241px)scale(2);
  }

  .better-brodnie-gredient-block {
    background-image: url('../images/Frame-266.png');
  }

  .founder-star-holder, .star-img {
    display: none;
  }

  .snack-on-snack-holder {
    inset: 4% auto auto 9%;
  }

  .protien-brownie-holder {
    width: 100%;
    max-width: 35%;
    inset: 42% -13% auto auto;
  }

  .snack-icon {
    width: 90px;
  }

  .snack-icon.hide {
    display: none;
  }

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

  .lightbox-img {
    max-width: 98%;
  }

  .brownie-bunch-hero-section {
    background-image: url('../images/BG.png');
    background-position: 50% 0;
  }

  .brownie-bunch-hero-wrap {
    padding-top: 40px;
    padding-bottom: 60px;
    display: block;
  }

  .brownie-bunch-img-wrap, .brownie-bunch-content-wrap {
    max-width: 100%;
  }

  .margin-bottom-40 {
    margin-bottom: 25px;
  }

  .join-club-text {
    margin-top: 40px;
  }

  .brownie-bunch-product-section {
    padding-top: 30px;
  }

  .brownie-bunch-product-wrap {
    flex-flow: wrap;
    padding: 40px 20px 35px;
  }

  .brownie-bunch-subscribe-block {
    padding-bottom: 0;
  }

  .brownie-bunch-single-subscribe-wrap {
    max-width: 50%;
  }

  .margin-top-bottom-12 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .subscribe-button-wrap {
    margin-top: 15px;
    margin-bottom: 0;
  }

  .secondary-btn {
    font-size: 18px;
  }

  .login-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .login-form-text-field {
    padding: 12px 16px;
  }

  .login-form-text-field::placeholder {
    font-size: 18px;
    line-height: 22px;
  }

  .login-buttons-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 50px;
  }

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

  .subscription-hero-tab {
    margin-top: 60px;
    margin-left: -5px;
    margin-right: -5px;
    display: flex;
  }

  .heading-48 {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 34px;
  }

  .subscribe-name-block.display-block {
    display: block;
  }

  .text-14-2.ml12.mt12 {
    margin-top: 12px;
    margin-left: 0;
  }

  .subscribe-product-col1 {
    max-width: 70%;
    display: block;
  }

  .subscribe-product-col2 {
    max-width: 27%;
    margin-top: 40px;
  }

  .subscribe-product-img-block {
    max-width: 60%;
    margin-left: 0;
  }

  .subscribe-product-content-wrap {
    max-width: 100%;
  }

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

  .button {
    font-size: 18px;
  }

  .faq-main-wrap {
    margin-top: 20px;
  }

  .faq-sticky-wrap {
    display: none;
  }

  .faq-main-content-wrap {
    max-width: 100%;
  }

  .radio-button-label {
    padding: 7px 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .store-form-block {
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .story-founder-img {
    width: 95%;
  }

  .bunch-select-field {
    padding: 12px 16px;
  }

  .curve-image {
    max-width: 123%;
    margin-top: -3.5%;
  }

  .curve-image.mobnone {
    display: none;
  }

  .subscription-inner-wrap {
    display: block;
  }

  .ship-date-link {
    padding-top: 10px;
    padding-bottom: 16px;
  }

  .subscription-tab-menu {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column-reverse;
    flex: 1;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .subscription-hero-tab-link {
    text-align: center;
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    max-width: 50px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .subscription-hero-tab-link.w--current {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .subscription-tabs-content {
    width: 100%;
  }

  .subscribe-increament-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .subscribe-increament-block.desktop-hide {
    display: inline-flex;
  }

  .subscribe-increament-block.mobile-hide {
    display: none;
  }

  .add-cart-heading-block {
    padding: 20px 15px 15px;
  }

  .add-to-cart-content-wrap {
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .add-to-cart-content-block {
    padding-top: 20px;
  }

  .add-cart-img-block {
    max-width: 40%;
    margin-left: -10px;
  }

  .add-cart-increament-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .add-cart-product-wrap {
    margin-bottom: 15px;
  }

  .recommended-wrapper {
    padding: 15px 15px 170px;
  }

  .recommended-single-block {
    margin-top: 25px;
  }

  .recommended-product-wrap {
    margin-bottom: 30px;
    padding-top: 10px;
    padding-bottom: 15px;
  }

  .add-cart-product-col1, .recommended-product-col1 {
    max-width: 70%;
  }

  .add-cart-product-content-wrap {
    max-width: 100%;
  }

  .taste-tester-hero-wrap {
    background-position: 0%;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .taste-a-tester-inner-wrap {
    max-width: 60%;
  }

  .tase-tester-hero-link {
    margin-top: 40px;
  }

  .taste-how-work-step {
    max-width: 100%;
    margin-bottom: 0;
    padding: 40px 60px;
  }

  .taste-tester-work-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .margin-top-bottom-20 {
    margin-top: 15px;
  }

  .subscription-tab-pan {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
    padding: 15px 10px;
  }

  .tester-navbar-inner-block {
    margin-bottom: 10px;
  }

  .sign-up-outer-wrap {
    padding: 60px 15px;
  }

  .signup-img-block {
    width: 100%;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .finishing-company-logo {
    margin-bottom: 20px;
  }

  .btn-primary-white {
    font-size: 18px;
  }

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

  .digital-increament-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .product-increament-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .pink-dripin-footer-animation-block {
    bottom: -7%;
  }

  .z-index3 {
    z-index: 3;
    position: relative;
  }

  .sign-up-conent {
    max-width: 100%;
  }

  .signup-image-block {
    display: none;
  }

  .finish-up-conent {
    max-width: 100%;
  }

  .cursor-wrapper {
    display: none;
  }

  .dark-pink-dripin-animation {
    bottom: -.9%;
  }

  .dark-pink-dripin-animation.merch {
    bottom: -13vh;
  }

  .dark-pink-dripin-animation.tester {
    bottom: -15vh;
  }

  .dark-pink-dripin-animation.subscibe {
    bottom: -11vh;
  }

  .chat-box {
    right: 20px;
  }

  .chat-link {
    width: 90%;
  }

  .chat-main-wrapper {
    max-width: 100%;
    padding-top: 20px;
  }

  .chat-block {
    padding: 15px 10px 10px;
  }

  .chat-text-field {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .chat-text-field::placeholder {
    font-size: 16px;
    line-height: 22px;
  }

  .form-block {
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .chat-checkbox {
    width: 16px;
    height: 16px;
  }

  .cross-link {
    width: 80%;
  }

  .chat-second-wrapper {
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .chat-block-main-wrap {
    padding: 15px 10px 10px;
  }

  .text-18 {
    line-height: 21px;
  }

  .textarea, .textarea::placeholder {
    font-size: 16px;
    line-height: 22px;
  }

  .sticky-wrapper-chat {
    margin-left: 20px;
    margin-right: 20px;
    right: 0;
  }

  .cursor-holder {
    display: none;
  }

  .home-hero-button-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .shop-collection-wraper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .shop-brownie-img {
    height: auto;
  }

  .header-tab-item-prime-bites {
    max-width: 50%;
  }
}

@media screen and (max-width: 479px) {
  .nav-button.pink-merch {
    font-size: 14px;
    line-height: 14px;
  }

  .nav-menu-left {
    padding: 10px;
  }

  .header-logo-image, .header-logo-image.opacity {
    max-width: 65%;
  }

  .header-image-block {
    margin-top: 6px;
  }

  .home-hero-section {
    padding-top: 80px;
  }

  .hero-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .heading-h1 {
    font-size: 34px;
    line-height: 40px;
  }

  .heading-h1.brownie {
    font-size: 30px;
    line-height: 36px;
  }

  .heading-h1.cart {
    font-size: 24px;
  }

  .heading-h1.signup {
    font-size: 36px;
    line-height: 38px;
  }

  .hero-content-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .hero-image-wrap {
    width: 100%;
    overflow: hidden;
  }

  .detail.width {
    max-width: 100%;
  }

  .detail.chat {
    font-size: 14px;
    line-height: 20px;
  }

  .detail.finish {
    font-size: 16px;
    line-height: 22px;
  }

  .detail.home-width {
    max-width: 100%;
  }

  .heading-h1-span {
    font-size: 42px;
    line-height: 36px;
  }

  .heading-h1-span.subscription {
    font-size: 47px;
  }

  .bite-botton-outer, .bite-btn-cut-img {
    font-size: 16px;
  }

  .hero-bread-image {
    margin-left: -25px;
  }

  .hero-gram-wrap {
    right: 1%;
  }

  .flavor-lineup-section {
    padding-bottom: 110px;
  }

  .middle-section-title-wrap {
    margin-bottom: 20px;
  }

  .text-20 {
    font-size: 16px;
  }

  .text-20.flavour-text {
    font-size: 14px;
    line-height: 18px;
  }

  .text-20.margin-left {
    margin-left: 38px;
    font-size: 15px;
  }

  .text-20.color-offwhite {
    font-size: 12px;
    line-height: 18px;
  }

  .text-20.size {
    font-size: 14px;
    line-height: 20px;
  }

  .text-20.mt38 {
    margin-top: 30px;
  }

  .text-20.cart {
    font-size: 13px;
    line-height: 20px;
  }

  .text-20.add-cart {
    font-size: 14px;
    line-height: 20px;
  }

  .primary-btn {
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
    line-height: 1;
  }

  .home-protein-test-wrap {
    z-index: 999999;
    position: relative;
  }

  .protein-test-top-img {
    top: 25%;
  }

  .protein-test-bottom-img {
    margin-left: -15px;
  }

  .protein-test-content-wrap {
    margin-top: -30px;
  }

  .home-protein-list-item {
    padding-right: 20px;
  }

  .home-protein-list-img-wrap {
    width: 70px;
    min-width: 70px;
    height: 70px;
    min-height: 70px;
  }

  .curve-wave-block {
    z-index: 99999;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .curve-wave-bg-wrap {
    background-size: auto;
  }

  .grid-block {
    text-align: center;
    height: 50px;
  }

  .home-table-grid {
    grid-template-columns: 33% 33% 33%;
  }

  .big-block.border-black {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .grid-label {
    height: 50px;
    padding-left: 10px;
  }

  .grid-label.radius {
    height: 50px;
  }

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

  .heading-h3 {
    font-size: 14px;
    line-height: 12px;
  }

  .heading-h3.text-color-black {
    line-height: 20px;
  }

  .heading-h3.product {
    font-size: 18px;
    line-height: 24px;
  }

  .heading-h3.product2 {
    font-size: 18px;
    line-height: 22px;
  }

  .heading-h3.merch {
    font-size: 16px;
    line-height: 20px;
  }

  .heading-h3.brownie {
    font-size: 23px;
    line-height: 27px;
  }

  .heading-h3.subscription {
    font-size: 19px;
    line-height: 22px;
  }

  .heading-h3.brunch {
    line-height: 32px;
  }

  .text-32 {
    font-size: 20px;
  }

  .text-32.color-pink.mt-60 {
    font-family: Arboria, sans-serif;
    font-weight: 700;
  }

  .text-32.cart {
    font-size: 14px;
    line-height: 18px;
  }

  .text-32.add-cart {
    font-size: 14px;
  }

  .small-span {
    font-size: 16px;
    line-height: 22px;
  }

  .home-table-wrap {
    padding-top: 60px;
    padding-bottom: 90px;
  }

  .brownie-section-volumn {
    margin-left: -6px;
    margin-right: -6px;
    padding-right: 0;
  }

  .table-col-content-wrap {
    box-shadow: -10px 10px #3a0e11;
  }

  .home-chip-choco-block {
    margin-top: -6px;
  }

  .chip-coco-image-block {
    margin-bottom: -30px;
  }

  .mascots-wrapper {
    padding-bottom: 40px;
  }

  .mascots-content-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 30px;
  }

  .mascots-single-wrap {
    padding: 10px;
  }

  .mascots-detail-block {
    max-width: 90%;
  }

  .moscots-img-block {
    max-width: 100px;
  }

  .home-tik-tok-block {
    padding-top: 30px;
  }

  .card {
    margin-left: 20px;
  }

  .margin-top-12 {
    margin-top: 10px;
  }

  .home-gallery-section {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .gallery-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 40px;
  }

  .footer-wrapper {
    z-index: -1;
    padding-top: 70px;
  }

  .footer-col1 {
    padding-top: 0;
  }

  .footer-col2 {
    padding-left: 0;
    padding-right: 5px;
  }

  .footer-col3 {
    padding-left: 5px;
    padding-right: 0;
  }

  .footer-col4 {
    padding-top: 0;
  }

  .footer-form-lable-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-form-text-field {
    font-size: 18px;
    line-height: 22px;
  }

  .footer-link {
    font-size: 14px;
  }

  .copy-right-link-block {
    justify-content: space-between;
  }

  .footer-bottom-link {
    font-size: 12px;
    line-height: 18px;
  }

  .footer-bottom-link.centre-24 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .product-link-block {
    padding: 8px 5px;
  }

  .header-tab-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: -10px;
    margin-right: -5px;
  }

  .pink-logo {
    max-width: 65%;
  }

  .table_body {
    box-shadow: -10px 10px 0 0 var(--brown);
  }

  .table_header {
    height: 160px;
  }

  .table_cell {
    font-size: 16px;
    line-height: 18px;
  }

  .location-mark {
    width: 20px;
    height: 20px;
  }

  .location-mark.first {
    top: 24%;
  }

  .location-mark.four {
    bottom: 25%;
  }

  .responsive-header-dropdown {
    max-width: 1005px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .responsive-header-dropdown-toggle {
    padding-top: 0;
  }

  .responsive-header-text-wrap {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .sticker-image-block {
    top: -7%;
    right: -130%;
  }

  .sticker-img-block {
    bottom: -3%;
    left: -28%;
  }

  .sticker-img {
    max-width: 46%;
  }

  .border-img {
    height: 106%;
    top: -3%;
  }

  .table-col3-content-wrap {
    box-shadow: -10px 10px #3a0e11;
  }

  .box-shadow {
    transform: translate(-6px, 5px);
  }

  .shodow-border-img {
    height: 106%;
    top: -3%;
  }

  .slider-popup-image {
    transform: scale(1.5);
  }

  .image-cross-holder {
    top: 70px;
    right: 76px;
  }

  .dripin-animation-block {
    bottom: 6%;
  }

  .background-pink {
    height: 110px;
    margin-top: -100px;
  }

  .background-pink.brownie-bunch {
    margin-top: -60px;
  }

  .sticker-img-wrap {
    bottom: -3%;
    left: -28%;
  }

  .btn-text.pink {
    font-size: 11px;
    line-height: 14px;
  }

  .protein-better-wrap {
    padding-top: 120px;
  }

  .dripin-footer-animation-block {
    bottom: -9%;
  }

  .dripin-footer-animation-block.shop {
    bottom: -.9%;
  }

  .product-hero-section {
    padding-top: 20px;
  }

  .product-hero-small-img-wrap {
    margin-bottom: 0;
    margin-left: -10px;
    margin-right: -10px;
  }

  .product-hero-small-img-block {
    padding: 10px;
  }

  .product-hero-img-content-block {
    margin-top: 20px;
  }

  .product-rating-outer-block {
    flex-flow: wrap;
  }

  .product-rating-outer-block.hide {
    display: none;
  }

  .product-rating-block {
    padding: 7px 9px;
  }

  .product-rating-block.margin-8 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .product-rating-img-block {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .rating-image {
    width: 13px;
  }

  .text-16.product {
    font-size: 10px;
  }

  .text-16.color-pink {
    font-size: 12px;
    line-height: 16px;
  }

  .text-16.brownie {
    font-size: 10px;
  }

  .main-title.hide {
    display: none;
  }

  .main-title.desktop-hide {
    line-height: 54px;
  }

  .main-title.desktop-hide.color-white {
    font-size: 39px;
    line-height: 44px;
  }

  .main-title.build {
    font-size: 40px;
    line-height: 50px;
  }

  .product-hero-tab-link {
    margin-top: 0;
    margin-left: 3px;
    margin-right: 3px;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .tab-text {
    font-size: 10px;
    line-height: 12px;
  }

  .hero-heading-h1 {
    font-size: 34px;
  }

  .fonts {
    font-size: 56px;
    line-height: 40px;
  }

  .fonts.color-brown {
    font-size: 48px;
  }

  .fonts.texts {
    font-size: 48px;
    line-height: 38px;
  }

  .hero-summery {
    font-size: 16px;
    line-height: 18px;
  }

  .buttons-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-top: 50px;
    margin-left: -10px;
    margin-right: -10px;
  }

  .buttons-wrap.mt20 {
    margin-top: 10px;
  }

  .buttons-wrap.founder {
    margin-top: -24px;
  }

  .buttons-wrap.slider {
    margin-left: 0;
    margin-right: 0;
  }

  .flavor-marquee-item-content-wrap {
    width: 150px;
  }

  .hero-heading-h1.color-white {
    font-size: 36px;
  }

  .hero-heading-h1.width {
    font-size: 38px;
  }

  .btn-primary {
    padding: 10px 15px;
  }

  .btn-primary.add-cart {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .btn-primary.checkout {
    padding-top: 8px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .btn-primary.cart {
    font-size: 14px;
    line-height: 1;
  }

  .button-secondary {
    padding: 10px 15px;
  }

  .embed {
    margin-top: -3px;
  }

  .protein-heading-wrap {
    margin-bottom: 20px;
  }

  .btn-primary-chocolate, .button-secondary-chocolate {
    padding: 8px 10px;
  }

  .small-text {
    font-size: 18px;
  }

  .protien-snack-section {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .review-headline-title-wrap {
    margin-bottom: 0;
  }

  .protien-buttons-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-top: 50px;
  }

  .big-block-image.border-black {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .span-fonts {
    font-size: 56px;
  }

  .heading-h1-span-reviewcopy {
    font-size: 45px;
    line-height: 36px;
  }

  .product-tab-menu {
    margin-left: -3px;
    margin-right: -3px;
  }

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

  .brownie-box-section, .merch-single-product-wrap {
    padding-top: 40px;
  }

  .merch-dropdown-toggle {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .custmoer-review-section {
    padding-bottom: 40px;
  }

  .brownie-box-dropdown-list.w--open {
    padding-bottom: 15px;
  }

  .brownie-dropdown-image-wrap {
    max-width: 28%;
  }

  .customer-rating-white-wrap {
    width: 140px;
  }

  .more-faq-link-block {
    padding-top: 12px;
    padding-bottom: 18px;
  }

  .getting-backed-item {
    padding-top: 40px;
  }

  .faq-dropdown-toggle {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .getting-backed-icon-wrap1 {
    top: 11%;
    right: -25%;
  }

  .more-faq-arroq {
    margin-top: 3px;
  }

  .getting-backed-icon-wrap2 {
    bottom: 50%;
    left: 1%;
  }

  .getting-backed-image-block {
    max-width: 100%;
  }

  .product-hero-single-logo {
    max-width: 50%;
  }

  .merch-main-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .customer-verified-text {
    background-position: 0 70%;
    font-size: 14px;
  }

  .product-category-text {
    font-size: 10px;
    line-height: 14px;
  }

  .brownie-box-wrap {
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .arrow {
    margin-left: 20px;
  }

  .more-faq-link-wrap {
    margin-top: 20px;
  }

  .checkbox-field {
    max-width: 50%;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .customer-block {
    max-width: 74%;
  }

  .product-faq-main-wrap {
    margin-top: 50px;
  }

  .gettin-backed-img {
    max-width: 80%;
  }

  .product-hero-tab-pan {
    padding: 10px 5px;
  }

  .product-radio-button-field {
    padding-left: 10px;
    padding-right: 15px;
  }

  .custom-radio {
    margin-right: 10px;
  }

  .select-field {
    background-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    line-height: 22px;
  }

  .heading-h3-2 {
    font-size: 56px;
  }

  .heading-20 {
    font-size: 16px;
    line-height: 20px;
  }

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

  .text-13 {
    font-size: 9px;
    line-height: 13px;
  }

  .send-gift-btn {
    font-size: 18px;
    line-height: 22px;
  }

  .varity-img-box {
    max-width: 47%;
  }

  .merch-responsive-content-block {
    margin-top: 30px;
  }

  .product-hero-small-logo-wrap {
    padding: 10px;
  }

  .product-hero-small-logo-wrap.mobile-hide {
    display: none;
  }

  .text-26 {
    font-size: 16px;
  }

  .footer-link-new {
    font-size: 14px;
  }

  .content-summery {
    font-size: 16px;
    line-height: 18px;
  }

  .merch-mobile-drop-toggle {
    padding-top: 0;
  }

  .merch-mobile-dropdown {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .form-texts-wrap {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .digital-gift-hero-section {
    padding-top: 40px;
  }

  .margin-top-30.width {
    max-width: 100%;
  }

  .store-locator-section {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .how-it-work-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 40px;
  }

  .subscription-tab-adress-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .store-locator-logo-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .store-logo-block {
    max-width: 50%;
  }

  .how-work-step-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .how-work-section {
    padding-bottom: 30px;
  }

  .story-behind-bite-section {
    padding-bottom: 100px;
  }

  .subscription-tab-content-wrap {
    padding-top: 20px;
  }

  .story-behind-bite-img-wrap {
    padding: 13px;
  }

  .how-it-work-block {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .how-work-step-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .story-founder-content-wrap {
    margin-top: 50px;
  }

  .store-form {
    padding-left: 0;
    padding-right: 0;
  }

  .store-form-text-field {
    font-size: 16px;
    line-height: 22px;
  }

  .button-text {
    font-size: 12px;
  }

  .button-text.small {
    font-size: 10px;
  }

  .tooltip-icon {
    top: 15px;
    right: 15px;
  }

  .built-brownie-box-section {
    padding-top: 20px;
  }

  .increament-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-span {
    font-size: 80px;
    line-height: 36px;
  }

  .better-brownie-img {
    margin-top: -70px;
    padding-bottom: 52px;
    transform: translate(130px)scale(2);
  }

  .protien-brownie-holder {
    top: 31%;
  }

  .brownie-bunch-hero-process-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .join-club-text {
    margin-top: 0;
  }

  .brownie-bunch-product-section {
    padding-top: 20px;
  }

  .brownie-bunch-product-wrap {
    margin-top: 40px;
    margin-left: -7px;
    margin-right: -7px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .brownie-bunch-subscribe-block {
    padding-bottom: 20px;
  }

  .margin-top-60 {
    margin-top: 40px;
  }

  .brownie-bunch-subscribe-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 40px;
  }

  .brownie-bunch-single-subscribe-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .brownie-bunch-subscribe-img-block {
    margin-bottom: 10px;
  }

  .margin-top-bottom-12 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .subscribe-button-wrap {
    margin-top: 8px;
  }

  .secondary-btn {
    padding: 8px 10px;
  }

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

  .login-form-text-field {
    font-size: 18px;
    line-height: 22px;
  }

  .login-buttons-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 50px;
    margin-left: -10px;
    margin-right: -10px;
  }

  .subscription-hero-section {
    padding-top: 40px;
  }

  .subscription-hero-tab {
    margin-left: -9px;
    margin-right: -9px;
  }

  .heading-48 {
    margin-bottom: 5px;
    font-size: 28px;
  }

  .subscribe-product-col1 {
    max-width: 60%;
  }

  .subscribe-product-col2 {
    max-width: 37%;
    margin-top: 0;
  }

  .subscribe-product-img-block {
    max-width: 100%;
  }

  .subscribe-product-block {
    padding-top: 50px;
  }

  .button {
    padding: 8px 10px;
  }

  .radio-button-holder {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: space-between;
    margin-right: -5px;
  }

  .store-form-block {
    margin-top: 30px;
  }

  .progress-bar-wrap {
    height: 30px;
    min-height: 30px;
    max-height: 30px;
    margin-bottom: -8px;
  }

  .bunch-select-field {
    background-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    line-height: 22px;
  }

  .how-work-link-block {
    padding-top: 12px;
    padding-bottom: 18px;
  }

  .curve-image {
    max-width: 201%;
    margin-top: -6%;
  }

  .curve-image.hide {
    margin-top: -6%;
  }

  .subscription-inner-wrap {
    max-width: 100%;
  }

  .ship-date-link {
    padding-top: 12px;
    padding-bottom: 18px;
  }

  .subscription-hero-tab-link {
    max-width: 40px;
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .subscription-hero-tab-link.w--current {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .subscribe-increament-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .subscribe-increament-block.desktop-hide {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .shopping-link-block {
    padding-top: 12px;
    padding-bottom: 18px;
  }

  .add-to-cart-content-wrap {
    padding-bottom: 25px;
  }

  .add-to-cart-content-block {
    padding-top: 25px;
  }

  .add-cart-img-block {
    max-width: 100%;
  }

  .add-cart-increament-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .recommended-wrapper {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .recommended-product-wrap {
    margin-bottom: 20px;
  }

  .checkout-sticky-wrap {
    padding-bottom: 20px;
  }

  .add-cart-product-col1 {
    max-width: 75%;
  }

  .recommended-product-col1, .close-img {
    max-width: 70%;
  }

  .taste-tester-hero-wrap {
    background-position: 16%;
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .taste-a-tester-inner-wrap {
    max-width: 72%;
  }

  .tase-tester-hero-link {
    margin-top: 0;
  }

  .taste-how-work-step {
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .taste-tester-work-section {
    padding-bottom: 30px;
  }

  .margin-top-bottom-20 {
    margin-top: 10px;
    margin-bottom: 18px;
  }

  .subscription-tab-pan {
    padding: 10px 5px;
  }

  .no-thanks-block {
    margin-top: 30px;
  }

  .cross-img-holder {
    margin-right: -15px;
  }

  .margin-top-bottom-24 {
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .btn-primary-white {
    padding: 10px 15px;
    font-size: 14px;
  }

  .cross-img {
    max-width: 80%;
  }

  .digital-increament-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .product-increament-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .pink-dripin-footer-animation-block {
    bottom: -4%;
  }

  .pink-dripin-footer-drip-block {
    bottom: -13%;
  }

  .product-curve-wave-bg-wrap {
    background-size: auto;
  }

  .dark-pink-dripin-animation {
    bottom: -.7%;
  }

  .dark-pink-dripin-animation.merch {
    bottom: -8vh;
  }

  .dark-pink-dripin-animation.tester {
    bottom: -9vh;
  }

  .dark-pink-dripin-animation.subscibe {
    bottom: -7vh;
  }

  .chat-box {
    bottom: 50px;
    right: 0;
  }

  .chat-link {
    width: 84%;
  }

  .chat-text-field {
    line-height: 26px;
  }

  .text-15 {
    font-size: 12px;
    line-height: 16px;
  }

  .chat-checkbox {
    width: 22px;
    height: 14px;
    margin-right: 8px;
  }

  .sticky-chat-block {
    bottom: 0;
    right: 0;
  }

  .cross-link {
    width: 70%;
  }

  .sticky-wrapper-chat {
    margin-left: 10px;
    margin-right: 10px;
    bottom: 30px;
    right: 0;
  }

  .variety-image {
    width: 100%;
  }

  .shop-collection-wrap {
    margin-top: 30px;
  }

  .merch-link-block {
    padding: 8px 5px;
  }

  .varity-imgage-box {
    max-width: 47%;
  }

  .varity-link-block {
    padding: 8px 5px;
  }
}

#w-node-_899686ea-4626-04b2-7ea2-05b8fee415f4-c0121e2d {
  align-self: center;
}

#w-node-_3cd93044-c7ae-50ba-fa37-5c87110faae0-3b159bc9 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_3cd93044-c7ae-50ba-fa37-5c87110faae3-3b159bc9 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_3cd93044-c7ae-50ba-fa37-5c87110faae6-3b159bc9 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_3cd93044-c7ae-50ba-fa37-5c87110faae9-3b159bc9 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_3cd93044-c7ae-50ba-fa37-5c87110faaec-3b159bc9 {
  grid-area: 6 / 1 / 7 / 2;
}

#w-node-_3cd93044-c7ae-50ba-fa37-5c87110faaef-3b159bc9 {
  grid-area: 7 / 1 / 8 / 2;
}

#w-node-_3cd93044-c7ae-50ba-fa37-5c87110faaf2-3b159bc9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3cd93044-c7ae-50ba-fa37-5c87110faaf4-3b159bc9 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_3cd93044-c7ae-50ba-fa37-5c87110faaf9-3b159bc9 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_3cd93044-c7ae-50ba-fa37-5c87110faafe-3b159bc9 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_3cd93044-c7ae-50ba-fa37-5c87110fab03-3b159bc9 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_3cd93044-c7ae-50ba-fa37-5c87110fab08-3b159bc9 {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-_3cd93044-c7ae-50ba-fa37-5c87110fab0d-3b159bc9 {
  grid-area: 7 / 2 / 8 / 3;
}

#w-node-_3cd93044-c7ae-50ba-fa37-5c87110fab12-3b159bc9 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_3cd93044-c7ae-50ba-fa37-5c87110fab14-3b159bc9 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_3cd93044-c7ae-50ba-fa37-5c87110fab19-3b159bc9 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_3cd93044-c7ae-50ba-fa37-5c87110fab1e-3b159bc9 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-_3cd93044-c7ae-50ba-fa37-5c87110fab23-3b159bc9 {
  grid-area: 5 / 3 / 6 / 4;
}

#w-node-_3cd93044-c7ae-50ba-fa37-5c87110fab28-3b159bc9 {
  grid-area: 6 / 3 / 7 / 4;
}

#w-node-_3cd93044-c7ae-50ba-fa37-5c87110fab2d-3b159bc9 {
  grid-area: 7 / 3 / 8 / 4;
}

#w-node-_9be88c53-a79a-a2bc-8fb3-78a2c52f225c-c3ab03a4 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_9be88c53-a79a-a2bc-8fb3-78a2c52f225f-c3ab03a4 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_9be88c53-a79a-a2bc-8fb3-78a2c52f2262-c3ab03a4 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_9be88c53-a79a-a2bc-8fb3-78a2c52f2265-c3ab03a4 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_9be88c53-a79a-a2bc-8fb3-78a2c52f2268-c3ab03a4 {
  grid-area: 6 / 1 / 7 / 2;
}

#w-node-_9be88c53-a79a-a2bc-8fb3-78a2c52f226b-c3ab03a4 {
  grid-area: 7 / 1 / 8 / 2;
}

#w-node-_9be88c53-a79a-a2bc-8fb3-78a2c52f226e-c3ab03a4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9be88c53-a79a-a2bc-8fb3-78a2c52f2270-c3ab03a4 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_9be88c53-a79a-a2bc-8fb3-78a2c52f2275-c3ab03a4 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_9be88c53-a79a-a2bc-8fb3-78a2c52f227a-c3ab03a4 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_9be88c53-a79a-a2bc-8fb3-78a2c52f227f-c3ab03a4 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_9be88c53-a79a-a2bc-8fb3-78a2c52f2284-c3ab03a4 {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-_9be88c53-a79a-a2bc-8fb3-78a2c52f2289-c3ab03a4 {
  grid-area: 7 / 2 / 8 / 3;
}

#w-node-_9be88c53-a79a-a2bc-8fb3-78a2c52f228e-c3ab03a4 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_9be88c53-a79a-a2bc-8fb3-78a2c52f2290-c3ab03a4 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_9be88c53-a79a-a2bc-8fb3-78a2c52f2295-c3ab03a4 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_9be88c53-a79a-a2bc-8fb3-78a2c52f229a-c3ab03a4 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-_9be88c53-a79a-a2bc-8fb3-78a2c52f229f-c3ab03a4 {
  grid-area: 5 / 3 / 6 / 4;
}

#w-node-_9be88c53-a79a-a2bc-8fb3-78a2c52f22a4-c3ab03a4 {
  grid-area: 6 / 3 / 7 / 4;
}

#w-node-_9be88c53-a79a-a2bc-8fb3-78a2c52f22a9-c3ab03a4 {
  grid-area: 7 / 3 / 8 / 4;
}

#w-node-_6b0f9d11-ce12-4ba7-3b74-476b96b83bb9-a867e217 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_6b0f9d11-ce12-4ba7-3b74-476b96b83bbc-a867e217 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_6b0f9d11-ce12-4ba7-3b74-476b96b83bbf-a867e217 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_6b0f9d11-ce12-4ba7-3b74-476b96b83bc2-a867e217 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_6b0f9d11-ce12-4ba7-3b74-476b96b83bc5-a867e217 {
  grid-area: 6 / 1 / 7 / 2;
}

#w-node-_6b0f9d11-ce12-4ba7-3b74-476b96b83bc8-a867e217 {
  grid-area: 7 / 1 / 8 / 2;
}

#w-node-_6b0f9d11-ce12-4ba7-3b74-476b96b83bcb-a867e217 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6b0f9d11-ce12-4ba7-3b74-476b96b83bcd-a867e217 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6b0f9d11-ce12-4ba7-3b74-476b96b83bd2-a867e217 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_6b0f9d11-ce12-4ba7-3b74-476b96b83bd7-a867e217 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_6b0f9d11-ce12-4ba7-3b74-476b96b83bdc-a867e217 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_6b0f9d11-ce12-4ba7-3b74-476b96b83be1-a867e217 {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-_6b0f9d11-ce12-4ba7-3b74-476b96b83be6-a867e217 {
  grid-area: 7 / 2 / 8 / 3;
}

#w-node-_6b0f9d11-ce12-4ba7-3b74-476b96b83beb-a867e217 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_6b0f9d11-ce12-4ba7-3b74-476b96b83bed-a867e217 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_6b0f9d11-ce12-4ba7-3b74-476b96b83bf2-a867e217 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_6b0f9d11-ce12-4ba7-3b74-476b96b83bf7-a867e217 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-_6b0f9d11-ce12-4ba7-3b74-476b96b83bfc-a867e217 {
  grid-area: 5 / 3 / 6 / 4;
}

#w-node-_6b0f9d11-ce12-4ba7-3b74-476b96b83c01-a867e217 {
  grid-area: 6 / 3 / 7 / 4;
}

#w-node-_6b0f9d11-ce12-4ba7-3b74-476b96b83c06-a867e217 {
  grid-area: 7 / 3 / 8 / 4;
}

#w-node-_26cdc620-b6ae-6cd2-9083-a43ef51bfed4-d0cb044a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc8be4b3-3fd5-280f-6401-daa2adf45924-0e79b061 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-bc8be4b3-3fd5-280f-6401-daa2adf45927-0e79b061 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-bc8be4b3-3fd5-280f-6401-daa2adf4592a-0e79b061 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-bc8be4b3-3fd5-280f-6401-daa2adf4592d-0e79b061 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-bc8be4b3-3fd5-280f-6401-daa2adf45930-0e79b061 {
  grid-area: 6 / 1 / 7 / 2;
}

#w-node-bc8be4b3-3fd5-280f-6401-daa2adf45933-0e79b061 {
  grid-area: 7 / 1 / 8 / 2;
}

#w-node-bc8be4b3-3fd5-280f-6401-daa2adf45936-0e79b061 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bc8be4b3-3fd5-280f-6401-daa2adf45938-0e79b061 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-bc8be4b3-3fd5-280f-6401-daa2adf4593d-0e79b061 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-bc8be4b3-3fd5-280f-6401-daa2adf45942-0e79b061 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-bc8be4b3-3fd5-280f-6401-daa2adf45947-0e79b061 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-bc8be4b3-3fd5-280f-6401-daa2adf4594c-0e79b061 {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-bc8be4b3-3fd5-280f-6401-daa2adf45951-0e79b061 {
  grid-area: 7 / 2 / 8 / 3;
}

#w-node-bc8be4b3-3fd5-280f-6401-daa2adf45956-0e79b061 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-bc8be4b3-3fd5-280f-6401-daa2adf45958-0e79b061 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-bc8be4b3-3fd5-280f-6401-daa2adf4595d-0e79b061 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-bc8be4b3-3fd5-280f-6401-daa2adf45962-0e79b061 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-bc8be4b3-3fd5-280f-6401-daa2adf45967-0e79b061 {
  grid-area: 5 / 3 / 6 / 4;
}

#w-node-bc8be4b3-3fd5-280f-6401-daa2adf4596c-0e79b061 {
  grid-area: 6 / 3 / 7 / 4;
}

#w-node-bc8be4b3-3fd5-280f-6401-daa2adf45971-0e79b061 {
  grid-area: 7 / 3 / 8 / 4;
}

@media screen and (min-width: 1920px) {
  #w-node-_899686ea-4626-04b2-7ea2-05b8fee415f4-c0121e2d {
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_3cd93044-c7ae-50ba-fa37-5c87110faae0-3b159bc9 {
    grid-column-end: 4;
  }

  #w-node-_3cd93044-c7ae-50ba-fa37-5c87110faae3-3b159bc9 {
    grid-row: 4 / 5;
    grid-column-end: 4;
  }

  #w-node-_3cd93044-c7ae-50ba-fa37-5c87110faae6-3b159bc9 {
    grid-row: 6 / 7;
    grid-column-end: 4;
  }

  #w-node-_3cd93044-c7ae-50ba-fa37-5c87110faae9-3b159bc9 {
    grid-row: 8 / 9;
    grid-column-end: 4;
  }

  #w-node-_3cd93044-c7ae-50ba-fa37-5c87110faaec-3b159bc9 {
    grid-row: 10 / 11;
    grid-column-end: 4;
  }

  #w-node-_3cd93044-c7ae-50ba-fa37-5c87110faaef-3b159bc9 {
    grid-row: 12 / 13;
    grid-column-end: 4;
  }

  #w-node-_3cd93044-c7ae-50ba-fa37-5c87110faaf2-3b159bc9 {
    grid-column: 2 / 3;
  }

  #w-node-_3cd93044-c7ae-50ba-fa37-5c87110faaf4-3b159bc9 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_3cd93044-c7ae-50ba-fa37-5c87110faafe-3b159bc9 {
    grid-area: 7 / 2 / 8 / 3;
  }

  #w-node-_3cd93044-c7ae-50ba-fa37-5c87110fab03-3b159bc9 {
    grid-area: 9 / 2 / 10 / 3;
  }

  #w-node-_3cd93044-c7ae-50ba-fa37-5c87110fab08-3b159bc9 {
    grid-area: 11 / 2 / 12 / 3;
  }

  #w-node-_3cd93044-c7ae-50ba-fa37-5c87110fab0d-3b159bc9 {
    grid-area: 13 / 2 / 14 / 3;
  }

  #w-node-_3cd93044-c7ae-50ba-fa37-5c87110fab12-3b159bc9 {
    grid-column: 3 / 4;
  }

  #w-node-_3cd93044-c7ae-50ba-fa37-5c87110fab14-3b159bc9 {
    grid-area: 3 / 3 / 4 / 4;
  }

  #w-node-_3cd93044-c7ae-50ba-fa37-5c87110fab19-3b159bc9 {
    grid-area: 5 / 3 / 6 / 4;
  }

  #w-node-_3cd93044-c7ae-50ba-fa37-5c87110fab1e-3b159bc9 {
    grid-area: 7 / 3 / 8 / 4;
  }

  #w-node-_3cd93044-c7ae-50ba-fa37-5c87110fab23-3b159bc9 {
    grid-area: 9 / 3 / 10 / 4;
  }

  #w-node-_3cd93044-c7ae-50ba-fa37-5c87110fab28-3b159bc9 {
    grid-area: 11 / 3 / 12 / 4;
  }

  #w-node-_3cd93044-c7ae-50ba-fa37-5c87110fab2d-3b159bc9 {
    grid-area: 13 / 3 / 14 / 4;
  }

  #w-node-_9be88c53-a79a-a2bc-8fb3-78a2c52f225c-c3ab03a4 {
    grid-column-end: 4;
  }

  #w-node-_9be88c53-a79a-a2bc-8fb3-78a2c52f225f-c3ab03a4 {
    grid-row: 4 / 5;
    grid-column-end: 4;
  }

  #w-node-_9be88c53-a79a-a2bc-8fb3-78a2c52f2262-c3ab03a4 {
    grid-row: 6 / 7;
    grid-column-end: 4;
  }

  #w-node-_9be88c53-a79a-a2bc-8fb3-78a2c52f2265-c3ab03a4 {
    grid-row: 8 / 9;
    grid-column-end: 4;
  }

  #w-node-_9be88c53-a79a-a2bc-8fb3-78a2c52f2268-c3ab03a4 {
    grid-row: 10 / 11;
    grid-column-end: 4;
  }

  #w-node-_9be88c53-a79a-a2bc-8fb3-78a2c52f226b-c3ab03a4 {
    grid-row: 12 / 13;
    grid-column-end: 4;
  }

  #w-node-_9be88c53-a79a-a2bc-8fb3-78a2c52f226e-c3ab03a4 {
    grid-column: 2 / 3;
  }

  #w-node-_9be88c53-a79a-a2bc-8fb3-78a2c52f2270-c3ab03a4 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_9be88c53-a79a-a2bc-8fb3-78a2c52f227a-c3ab03a4 {
    grid-area: 7 / 2 / 8 / 3;
  }

  #w-node-_9be88c53-a79a-a2bc-8fb3-78a2c52f227f-c3ab03a4 {
    grid-area: 9 / 2 / 10 / 3;
  }

  #w-node-_9be88c53-a79a-a2bc-8fb3-78a2c52f2284-c3ab03a4 {
    grid-area: 11 / 2 / 12 / 3;
  }

  #w-node-_9be88c53-a79a-a2bc-8fb3-78a2c52f2289-c3ab03a4 {
    grid-area: 13 / 2 / 14 / 3;
  }

  #w-node-_9be88c53-a79a-a2bc-8fb3-78a2c52f228e-c3ab03a4 {
    grid-column: 3 / 4;
  }

  #w-node-_9be88c53-a79a-a2bc-8fb3-78a2c52f2290-c3ab03a4 {
    grid-area: 3 / 3 / 4 / 4;
  }

  #w-node-_9be88c53-a79a-a2bc-8fb3-78a2c52f2295-c3ab03a4 {
    grid-area: 5 / 3 / 6 / 4;
  }

  #w-node-_9be88c53-a79a-a2bc-8fb3-78a2c52f229a-c3ab03a4 {
    grid-area: 7 / 3 / 8 / 4;
  }

  #w-node-_9be88c53-a79a-a2bc-8fb3-78a2c52f229f-c3ab03a4 {
    grid-area: 9 / 3 / 10 / 4;
  }

  #w-node-_9be88c53-a79a-a2bc-8fb3-78a2c52f22a4-c3ab03a4 {
    grid-area: 11 / 3 / 12 / 4;
  }

  #w-node-_9be88c53-a79a-a2bc-8fb3-78a2c52f22a9-c3ab03a4 {
    grid-area: 13 / 3 / 14 / 4;
  }

  #w-node-_6b0f9d11-ce12-4ba7-3b74-476b96b83bb9-a867e217 {
    grid-column-end: 4;
  }

  #w-node-_6b0f9d11-ce12-4ba7-3b74-476b96b83bbc-a867e217 {
    grid-row: 4 / 5;
    grid-column-end: 4;
  }

  #w-node-_6b0f9d11-ce12-4ba7-3b74-476b96b83bbf-a867e217 {
    grid-row: 6 / 7;
    grid-column-end: 4;
  }

  #w-node-_6b0f9d11-ce12-4ba7-3b74-476b96b83bc2-a867e217 {
    grid-row: 8 / 9;
    grid-column-end: 4;
  }

  #w-node-_6b0f9d11-ce12-4ba7-3b74-476b96b83bc5-a867e217 {
    grid-row: 10 / 11;
    grid-column-end: 4;
  }

  #w-node-_6b0f9d11-ce12-4ba7-3b74-476b96b83bc8-a867e217 {
    grid-row: 12 / 13;
    grid-column-end: 4;
  }

  #w-node-_6b0f9d11-ce12-4ba7-3b74-476b96b83bcb-a867e217 {
    grid-column: 2 / 3;
  }

  #w-node-_6b0f9d11-ce12-4ba7-3b74-476b96b83bcd-a867e217 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_6b0f9d11-ce12-4ba7-3b74-476b96b83bd7-a867e217 {
    grid-area: 7 / 2 / 8 / 3;
  }

  #w-node-_6b0f9d11-ce12-4ba7-3b74-476b96b83bdc-a867e217 {
    grid-area: 9 / 2 / 10 / 3;
  }

  #w-node-_6b0f9d11-ce12-4ba7-3b74-476b96b83be1-a867e217 {
    grid-area: 11 / 2 / 12 / 3;
  }

  #w-node-_6b0f9d11-ce12-4ba7-3b74-476b96b83be6-a867e217 {
    grid-area: 13 / 2 / 14 / 3;
  }

  #w-node-_6b0f9d11-ce12-4ba7-3b74-476b96b83beb-a867e217 {
    grid-column: 3 / 4;
  }

  #w-node-_6b0f9d11-ce12-4ba7-3b74-476b96b83bed-a867e217 {
    grid-area: 3 / 3 / 4 / 4;
  }

  #w-node-_6b0f9d11-ce12-4ba7-3b74-476b96b83bf2-a867e217 {
    grid-area: 5 / 3 / 6 / 4;
  }

  #w-node-_6b0f9d11-ce12-4ba7-3b74-476b96b83bf7-a867e217 {
    grid-area: 7 / 3 / 8 / 4;
  }

  #w-node-_6b0f9d11-ce12-4ba7-3b74-476b96b83bfc-a867e217 {
    grid-area: 9 / 3 / 10 / 4;
  }

  #w-node-_6b0f9d11-ce12-4ba7-3b74-476b96b83c01-a867e217 {
    grid-area: 11 / 3 / 12 / 4;
  }

  #w-node-_6b0f9d11-ce12-4ba7-3b74-476b96b83c06-a867e217 {
    grid-area: 13 / 3 / 14 / 4;
  }

  #w-node-bc8be4b3-3fd5-280f-6401-daa2adf45924-0e79b061 {
    grid-column-end: 4;
  }

  #w-node-bc8be4b3-3fd5-280f-6401-daa2adf45927-0e79b061 {
    grid-row: 4 / 5;
    grid-column-end: 4;
  }

  #w-node-bc8be4b3-3fd5-280f-6401-daa2adf4592a-0e79b061 {
    grid-row: 6 / 7;
    grid-column-end: 4;
  }

  #w-node-bc8be4b3-3fd5-280f-6401-daa2adf4592d-0e79b061 {
    grid-row: 8 / 9;
    grid-column-end: 4;
  }

  #w-node-bc8be4b3-3fd5-280f-6401-daa2adf45930-0e79b061 {
    grid-row: 10 / 11;
    grid-column-end: 4;
  }

  #w-node-bc8be4b3-3fd5-280f-6401-daa2adf45933-0e79b061 {
    grid-row: 12 / 13;
    grid-column-end: 4;
  }

  #w-node-bc8be4b3-3fd5-280f-6401-daa2adf45936-0e79b061 {
    grid-column: 2 / 3;
  }

  #w-node-bc8be4b3-3fd5-280f-6401-daa2adf45938-0e79b061 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-bc8be4b3-3fd5-280f-6401-daa2adf45942-0e79b061 {
    grid-area: 7 / 2 / 8 / 3;
  }

  #w-node-bc8be4b3-3fd5-280f-6401-daa2adf45947-0e79b061 {
    grid-area: 9 / 2 / 10 / 3;
  }

  #w-node-bc8be4b3-3fd5-280f-6401-daa2adf4594c-0e79b061 {
    grid-area: 11 / 2 / 12 / 3;
  }

  #w-node-bc8be4b3-3fd5-280f-6401-daa2adf45951-0e79b061 {
    grid-area: 13 / 2 / 14 / 3;
  }

  #w-node-bc8be4b3-3fd5-280f-6401-daa2adf45956-0e79b061 {
    grid-column: 3 / 4;
  }

  #w-node-bc8be4b3-3fd5-280f-6401-daa2adf45958-0e79b061 {
    grid-area: 3 / 3 / 4 / 4;
  }

  #w-node-bc8be4b3-3fd5-280f-6401-daa2adf4595d-0e79b061 {
    grid-area: 5 / 3 / 6 / 4;
  }

  #w-node-bc8be4b3-3fd5-280f-6401-daa2adf45962-0e79b061 {
    grid-area: 7 / 3 / 8 / 4;
  }

  #w-node-bc8be4b3-3fd5-280f-6401-daa2adf45967-0e79b061 {
    grid-area: 9 / 3 / 10 / 4;
  }

  #w-node-bc8be4b3-3fd5-280f-6401-daa2adf4596c-0e79b061 {
    grid-area: 11 / 3 / 12 / 4;
  }

  #w-node-bc8be4b3-3fd5-280f-6401-daa2adf45971-0e79b061 {
    grid-area: 13 / 3 / 14 / 4;
  }
}


@font-face {
  font-family: 'Bubbleboddy Neue';
  src: url('../fonts/Bubbleboddy_zetafonts.png') format('undefined'), url('../fonts/Bubbleboddy-Neue.ttf') format('truetype'), url('../fonts/Bubbleboddy-Neue.otf') format('opentype'), url('../fonts/Bubbleboddy-Neue.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bubbleboddy Zetafonts';
  src: url('../fonts/Bubbleboddy_zetafonts.png') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bubbleboddy Neue Extra Alt Version';
  src: url('../fonts/Bubbleboddy-Neue-Extra-Bold-Alt-Version.zip') format('undefined');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arboria Book';
  src: url('../fonts/Arboria-Book.eot') format('embedded-opentype'), url('../fonts/Arboria-Book.ttf') format('truetype'), url('../fonts/Arboria-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Funkydori';
  src: url('../fonts/6f4150a1b16f82a0278e27e4b903deab.ttf') format('truetype'), url('../fonts/funkydori-bold.otf') format('opentype'), url('../fonts/funkydori-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arboria Book';
  src: url('../fonts/Arboria-Book.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bubbleboddyneue Trial';
  src: url('../fonts/BubbleboddyNeue-Bold-Trial.ttf') format('truetype'), url('../fonts/BubbleboddyNeue-ExtraBold-Trial.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bubbleboddyneue Trial';
  src: url('../fonts/bubbleboddyneue-regular-trial.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bubbleboddyneue Trial';
  src: url('../fonts/BubbleboddyNeue-Light-Trial.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bubbleboddyneue Trial';
  src: url('../fonts/BubbleboddyNeue-Thin-Trial.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arboria';
  src: url('../fonts/FontsFree-Net-Arboria-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bubbleboddy Neue';
  src: url('../fonts/Bubbleboddy-Neue-Light.ttf') format('truetype'), url('../fonts/Bubbleboddy-Neue-Light.otf') format('opentype'), url('../fonts/Bubbleboddy-Neue-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bubbleboddy Neue';
  src: url('../fonts/Bubbleboddy-Neue-Thin.ttf') format('truetype'), url('../fonts/Bubbleboddy-Neue-Thin.otf') format('opentype'), url('../fonts/Bubbleboddy-Neue-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bubbleboddy Neue Extra';
  src: url('../fonts/Bubbleboddy-Neue-Extra-Bold.ttf') format('truetype'), url('../fonts/Bubbleboddy-Neue-Extra-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bubbleboddy Neue';
  src: url('../fonts/Bubbleboddy-Neue-Bold.ttf') format('truetype'), url('../fonts/Bubbleboddy-Neue-Extra-Bold.otf') format('opentype'), url('../fonts/Bubbleboddy-Neue-Bold.otf') format('opentype'), url('../fonts/Bubbleboddy-Neue-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bubbleboddy Neue Inline';
  src: url('../fonts/Bubbleboddy-Neue-Extrabold-Inline.ttf') format('truetype'), url('../fonts/Bubbleboddy-Neue-Extrabold-Inline.otf') format('opentype'), url('../fonts/Bubbleboddy-Neue-Extrabold-Inline.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontsfree Net Arboria';
  src: url('../fonts/FontsFree-Net-Arboria-Bold.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Funkydori';
  src: url('../fonts/funkydori.otf') format('opentype'), url('../fonts/funkydori.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fonnts';
  src: url('../fonts/fonnts.com-Arboria_Medium.otf') format('opentype'), url('../fonts/fonnts.com-Arboria_Bold.otf') format('opentype'), url('../fonts/fonnts.com-Arboria_Black.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bubbleboddy Neue1';
  src: url('../fonts/Bubbleboddy-Neue-Extrabold-Inline.otf') format('opentype'), url('../fonts/Bubbleboddy-Neue-Extra-Bold.otf') format('opentype'), url('../fonts/Bubbleboddy-Neue-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bubbleboddy Neue1';
  src: url('../fonts/Bubbleboddy-Neue-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bubbleboddy Neue1';
  src: url('../fonts/Bubbleboddy-Neue-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bubbleboddy Neue1';
  src: url('../fonts/Bubbleboddy-Neue.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}