.bab-nav {
  position: fixed;
  bottom: -1px;
  left: 0;
  right: 0;
  width: 100%;
  height: 170px;
  background-color: #364F53;
  z-index: 10;
  color: #ffffff;
}
@media only screen and (max-width: 1024.98px) {
  .bab-nav {
    top: initial !important;
  }
}
@media only screen and (min-width: 769px) {
  .bab-nav {
    height: 90px;
  }
}
@media only screen and (min-width: 1025px) {
  .bab-nav {
    position: sticky;
    top: 0;
    bottom: initial;
    height: 90px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2901960784);
    z-index: 10;
  }
}
.bab-nav.open {
  z-index: 999999;
}
.bab-nav.open .page-width > button {
  display: none;
}
.bab-nav .page-width {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  height: 100%;
  padding: 20px;
  background: #364F53;
  box-shadow: 0px 5px 5px 10px rgba(0, 0, 0, 0.1607843137);
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .bab-nav .page-width {
    flex-direction: row;
    padding: 0 5rem;
    overflow: visible;
    box-shadow: none;
    padding: 0;
    gap: 0;
  }
}
@media only screen and (min-width: 1399.98px) {
  .bab-nav .page-width {
    padding: 0;
  }
}
.bab-nav .page-width > button {
  position: absolute;
  left: 0;
  right: 0;
  top: -25px;
  margin: 0 auto;
  background: #364F53;
  border-radius: 50%;
  width: 48px;
  height: 48px;
}
.bab-nav .page-width > button svg {
  width: 25px;
  height: auto;
  transform: rotate(180deg);
}
.bab-nav .page-width > button svg path {
  fill: #fff;
}
@media only screen and (min-width: 1025px) {
  .bab-nav .page-width > button {
    display: none;
  }
}
.bab-nav .box-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
}
@media only screen and (max-width: 1024.98px) {
  .bab-nav .box-wrapper {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1025px) {
  .bab-nav .box-wrapper {
    height: 100%;
    flex: 1 0 50%;
  }
}
.bab-nav .box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .bab-nav .box {
    width: -moz-max-content;
    width: max-content;
    flex-direction: column;
    height: 100%;
    padding: 0 30px;
    justify-content: center;
    background-color: #4b6d70;
  }
}
.bab-nav .box .title {
  font-weight: bold;
}
@media only screen and (min-width: 1025px) {
  .bab-nav .box .saving {
    display: none;
  }
}
.bab-nav .box button {
  display: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  background: none;
  text-decoration: underline;
  padding: 0;
  margin-top: 5px;
}
@media only screen and (min-width: 1025px) {
  .bab-nav .box button {
    display: flex;
    align-items: center;
    gap: 6px;
  }
}
.bab-nav .box button svg {
  width: 10px;
  height: auto;
}
.bab-nav .box button svg path {
  fill: #fff;
}
.bab-nav .total {
  display: none;
  flex-direction: column;
  justify-content: center;
  position: relative;
  height: 100%;
  padding: 0 30px;
  overflow: hidden;
}
@media only screen and (min-width: 1025px) {
  .bab-nav .total {
    display: flex;
    flex: auto;
  }
}
.bab-nav .total.open {
  overflow: visible;
}
.bab-nav .total.open .total-button .show {
  display: none;
}
.bab-nav .total.open .total-button .hide {
  display: block;
}
.bab-nav .total.open .total-breakdown {
  transform: translateY(0);
}
.bab-nav .total.open .total-breakdown svg {
  transform: rotate(0);
}
.bab-nav .total .total-inner {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .bab-nav .total .total-inner {
    display: flex;
    flex-direction: column;
  }
}
.bab-nav .total .title {
  font-weight: bold;
}
.bab-nav .total .show {
  display: flex;
  justify-content: space-between;
}
.bab-nav .total .show .show-bab-offer-pricing {
  display: flex;
  justify-content: space-between;
}
.bab-nav .total .show p,
.bab-nav .total .show span {
  font-size: 14px;
  font-weight: normal;
  margin: 5px 0 0;
}
.bab-nav .total .total-breakdown {
  display: none;
}
@media only screen and (min-width: 992px) {
  .bab-nav .total .total-breakdown {
    display: block;
  }
}
.bab-nav .total .total-button {
  width: 60px;
  display: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  background: none;
  text-decoration: underline;
  padding: 0;
  margin-top: 5px;
  margin-left: 30px;
}
.bab-nav .total .total-button span {
  margin: 0;
}
.bab-nav .total .total-button svg {
  width: 10px;
  height: auto;
}
.bab-nav .total .total-button svg path {
  fill: #fff;
}
.bab-nav .total .total-button .show {
  display: block;
}
.bab-nav .total .total-button .hide {
  display: none;
}
.bab-nav .frequency {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.bab-nav .frequency .frequency-select-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-direction: column;
  width: 100%;
  margin-bottom: 5px;
}
@media only screen and (min-width: 1025px) {
  .bab-nav .frequency .frequency-select-wrapper {
    flex-direction: row;
    margin-bottom: 0;
  }
}
.bab-nav .frequency .frequency-select-wrapper p {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
}
.bab-nav .frequency .frequency-subtext p {
  font-size: 12px;
  font-style: italic;
  line-height: 1;
  margin: 0;
  text-align: center;
}
.bab-nav .frequency .frequency-select {
  position: relative;
  background-color: #fff;
  border-radius: 50px;
  color: #000;
  cursor: pointer;
  height: 43px;
  margin-bottom: 15px;
  padding-left: 85px;
  position: relative;
  width: -webkit-fill-available;
}
@media only screen and (min-width: 1025px) {
  .bab-nav .frequency .frequency-select {
    margin-bottom: 0;
  }
}
.bab-nav .frequency .frequency-select:after {
  content: "";
  position: absolute;
  top: 14px;
  right: 12px;
  display: block;
  width: 22px;
  height: 15px;
  pointer-events: none;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.846 10.681'%3E%3Cpath data-name='Path 3344' d='M11.217 3.502c.076.013.146.031.114.136-.452.41-1.442.59-.683.574.08.465-.514.131-.777.186-.092.214.088.752-.192.744-.057-.632-.487.44-.421.47-.16-.021-.16-.177-.367-.159-.456.42-.691 1.22-1.643 1.376.028-.198.33-.072.285-.355C6.726 5.568 4.59 3.988 3.42 2.82c-.166-.166-.168-.552-.323-.661A1.98 1.98 0 0 0 .95 2.098c-.531.682-.7 2.041.442 2.192.023.886 1.645 1.405 1.94 2.45a21.695 21.695 0 0 1 3.772 3.243l1.006.088c2.659-2.34 5.067-4.977 7.619-7.444-.5-3.625-3.832.893-4.511.875Z' fill='%2340372d' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.bab-nav .frequency .frequency-select:before {
  content: "Subscribe:";
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  height: 100%;
  inset: 0 auto 0 15px;
  justify-content: center;
  position: absolute;
}
.bab-nav .frequency .frequency-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  align-items: center;
  background-color: transparent;
  border: none;
  border-radius: 5px;
  display: flex;
  font-size: 14px;
  height: 100%;
  padding: 0 36px 0 12px;
  width: 100%;
  color: inherit !important;
  text-decoration: none !important;
}
.bab-nav .frequency .frequency-select select:focus-visible {
  outline: none;
}
.bab-nav .total-breakdown {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  color: #fff;
  background: #364F53;
  overflow: hidden;
  padding: 20px;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
  transform: translateY(78%);
}
@media only screen and (min-width: 992px) {
  .bab-nav .total-breakdown {
    position: absolute;
    top: 0;
    bottom: initial;
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    background: #364F53;
    padding: 110px 30px 30px;
    border-radius: 0 0 20px 20px;
    z-index: -1;
    box-sizing: border-box;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.7019607843);
    transform: translateY(-100%);
  }
}
.bab-nav .total-breakdown__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bab-nav .total-breakdown__title button {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
  background: none;
  width: 100%;
  justify-content: flex-end;
}
.bab-nav .total-breakdown__title button svg {
  width: 18px;
  transform: rotate(180deg);
}
.bab-nav .total-breakdown__title button svg path {
  fill: #fff;
}
@media only screen and (min-width: 992px) {
  .bab-nav .total-breakdown__title button {
    display: none;
  }
}
.bab-nav .total-breakdown h3 {
  font-size: 14px;
  text-decoration: underline;
}
@media only screen and (min-width: 992px) {
  .bab-nav .total-breakdown h3 {
    font-size: 16px;
    text-decoration: none;
  }
}
.bab-nav .total-breakdown p,
.bab-nav .total-breakdown span {
  font-size: 14px;
}
.bab-nav .total-breakdown .box-breakdown {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 0 15px;
  gap: 4px;
}
.bab-nav .total-breakdown .box-breakdown:last-child {
  margin: 0;
}
.bab-nav .total-breakdown .box-breakdown > div {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .bab-nav .total-breakdown .box-breakdown > div {
    flex-direction: column;
    align-items: flex-start;
  }
}
.bab-nav .total-breakdown .box-breakdown img {
  width: 25px;
  height: 25px;
  transform: translateX(-6px);
}
@media only screen and (min-width: 992px) {
  .bab-nav .total-breakdown .box-breakdown img {
    width: 40px;
    height: 40px;
  }
}
.bab-nav .total-breakdown .box-breakdown span {
  font-size: 12px;
}
.bab-nav .total-breakdown .box-breakdown .box-title {
  font-size: 14px;
  font-weight: bold;
}
@media only screen and (min-width: 992px) {
  .bab-nav .total-breakdown .box-breakdown .box-title {
    display: block;
    margin-bottom: 8px;
  }
}
.bab-nav .total-breakdown .box-breakdown .box-title span {
  font-size: inherit;
}
.bab-nav .add-button {
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .bab-nav .add-button {
    margin-left: 1rem;
  }
}
.bab-nav .add-button .button-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 12px;
  height: 43px;
  width: 100%;
  text-align: center;
}
.bab-nav .add-button .button-1 svg {
  width: 21px;
}
.bab-nav .add-button .button-1 span {
  display: contents;
}
.bab-nav .bab-cart-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  z-index: -2;
}
@media only screen and (min-width: 1025px) {
  .bab-nav .bab-cart-overlay {
    z-index: 1;
  }
}
.bab-nav .bab-cart-overlay.show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.bab-nav .bab-cart {
  position: fixed;
  bottom: 168px;
  left: 0;
  height: 50dvh;
  width: 100%;
  z-index: 20;
  background: #ffffff;
  color: #000;
  box-shadow: 0 0 15px 0 #4a4a4a;
  transform: translateY(200%);
  transition: all 0.3s ease-in-out;
  z-index: -2;
}
@media only screen and (min-width: 769px) {
  .bab-nav .bab-cart {
    bottom: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .bab-nav .bab-cart {
    width: 400px;
    position: fixed;
    top: 0;
    left: 0;
    bottom: initial;
    height: 100dvh;
    transform: translateX(-100%);
    z-index: 1;
  }
}
.bab-nav .bab-cart.open {
  transform: translateY(0);
}
@media only screen and (min-width: 992px) {
  .bab-nav .bab-cart.open {
    transform: translateX(0);
  }
}
.bab-nav .bab-cart .bab-cart-close {
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1025px) {
  .bab-nav .bab-cart .bab-cart-close {
    top: 0;
    left: initial;
    margin: 0;
    width: initial;
    height: initial;
    background: none;
    border-radius: 0;
    display: block;
    padding: 5px;
  }
}
.bab-nav .bab-cart .bab-cart-close button {
  background: none;
}
.bab-nav .bab-cart .bab-cart-close button svg {
  width: 25px;
  height: auto;
}
@media only screen and (min-width: 1025px) {
  .bab-nav .bab-cart .bab-cart-close button svg {
    width: 35px;
  }
}
.bab-nav .bab-cart .bab-cart-close button svg path {
  fill: #000;
}
.bab-nav .bab-cart .bab-cart-close button .chevron {
  display: block;
}
@media only screen and (min-width: 1025px) {
  .bab-nav .bab-cart .bab-cart-close button .chevron {
    display: none;
  }
}
.bab-nav .bab-cart .bab-cart-close button .cross {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .bab-nav .bab-cart .bab-cart-close button .cross {
    display: block;
  }
}
.bab-nav .bab-cart .cart-total {
  padding: 20px;
  color: #ffffff;
  background: #364F53;
  text-align: center;
  display: none;
}
@media only screen and (min-width: 992px) {
  .bab-nav .bab-cart .cart-total {
    display: block;
  }
}
.bab-nav .bab-cart .cart-total p {
  margin: 0;
  font-size: 14px;
}
.bab-nav .bab-cart .items-wrapper {
  height: 100%;
  overflow-y: auto;
  padding: 20px 20px 55px;
  box-sizing: border-box;
}
@media only screen and (min-width: 992px) {
  .bab-nav .bab-cart .items-wrapper {
    height: calc(100% - 100px);
    padding: 20px;
    box-sizing: initial;
  }
}
.bab-nav .bab-cart .items-wrapper.open .total-breakdown {
  transform: translateY(0);
}
.bab-nav .bab-cart .items-wrapper.open button[toggle-bab-info] svg {
  transform: rotate(0deg);
}
@media only screen and (min-width: 992px) {
  .bab-nav .bab-cart .items-wrapper .total-breakdown {
    display: none;
  }
}
.bab-nav .bab-cart .items-wrapper .items::-webkit-scrollbar {
  margin-left: 10px;
  width: 4px;
  background: transparent;
}
.bab-nav .bab-cart .items-wrapper .items::-webkit-scrollbar-track {
  background-color: #fff;
}
.bab-nav .bab-cart .items-wrapper .items::-webkit-scrollbar-thumb {
  background-color: var(--accent-1-color);
  border-radius: 2px;
}
.bab-nav .bab-cart .items-wrapper .items .message {
  text-align: center;
}
.bab-nav .bab-cart .items-wrapper .items .item {
  display: flex;
  margin-right: 10px;
  padding: 16px 0;
  margin: 30px 10px 30px 0;
}
.bab-nav .bab-cart .items-wrapper .items .item:first-of-type {
  padding-top: 0;
}
.bab-nav .bab-cart .items-wrapper .items .item:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.bab-nav .bab-cart .items-wrapper .items .item .img-wrapper {
  display: flex;
  justify-content: center;
  width: 25%;
}
.bab-nav .bab-cart .items-wrapper .items .item .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.bab-nav .bab-cart .items-wrapper .items .item .img-wrapper svg {
  width: 94px;
}
.bab-nav .bab-cart .items-wrapper .items .item .info-wrapper {
  flex: 1;
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bab-nav .bab-cart .items-wrapper .items .item .info-wrapper .top > div {
  display: flex;
  gap: 20px;
}
.bab-nav .bab-cart .items-wrapper .items .item .info-wrapper .top a {
  margin: 0px;
  font-size: 15px;
  font-weight: 700;
  line-height: 21px;
  color: #40372D;
  text-transform: capitalize;
}
.bab-nav .bab-cart .items-wrapper .items .item .info-wrapper .top a p {
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  margin: 0 0 5px 0;
}
.bab-nav .bab-cart .items-wrapper .items .item .info-wrapper .top span {
  margin-bottom: 0px;
  font-size: 12px;
}
.bab-nav .bab-cart .items-wrapper .items .item .info-wrapper .top span.remove-item {
  height: -moz-fit-content;
  height: fit-content;
  cursor: pointer;
}
.bab-nav .bab-cart .items-wrapper .items .item .info-wrapper .top span.remove-item svg {
  width: 20px;
  height: 20px;
  pointer-events: none;
}
.bab-nav .bab-cart .items-wrapper .items .item .info-wrapper .top span.remove-item svg path {
  fill: var(--primary-color);
}
.bab-nav .bab-cart .items-wrapper .items .item .info-wrapper .mid {
  font-size: 12px;
}
.bab-nav .bab-cart .items-wrapper .items .item .info-wrapper .selling-plan {
  font-size: 13px;
  margin: 6px 0;
}
.bab-nav .bab-cart .items-wrapper .items .item .info-wrapper .selling-plan strong {
  font-size: 13px;
}
.bab-nav .bab-cart .items-wrapper .items .item .info-wrapper .gift-friend {
  font-size: 12px;
  margin: 8px 0;
}
.bab-nav .bab-cart .items-wrapper .items .item .info-wrapper .gift-friend strong, .bab-nav .bab-cart .items-wrapper .items .item .info-wrapper .gift-friend em, .bab-nav .bab-cart .items-wrapper .items .item .info-wrapper .gift-friend p {
  font-size: 12px;
  line-height: 1.4;
  margin: 0;
}
.bab-nav .bab-cart .items-wrapper .items .item .info-wrapper .bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 6px;
}
.bab-nav .bab-cart .items-wrapper .items .item .info-wrapper .bottom .sub-prices * {
  font-size: 12px;
}
.bab-nav .bab-cart .items-wrapper .items .item .info-wrapper .bottom .sub-prices .was-price {
  text-decoration: line-through;
  padding-right: 3px;
}
.bab-nav .bab-cart .items-wrapper .items .item .info-wrapper .quantity-wrapper {
  border-radius: 25px;
  overflow: hidden;
}
.bab-nav .bab-cart .items-wrapper .items .item .info-wrapper .quantity-wrapper .quantity {
  min-width: 20px;
  min-height: 30px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F2F1EA;
  border: none;
}
.bab-nav .bab-cart .items-wrapper .items .item .info-wrapper .quantity-wrapper .minus, .bab-nav .bab-cart .items-wrapper .items .item .info-wrapper .quantity-wrapper .plus {
  min-width: 30px;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 0;
  color: #000;
  background-color: #F2F1EA;
  border: none;
}

.build-a-box {
  padding-bottom: 194px;
}
@media only screen and (min-width: 769px) {
  .build-a-box {
    padding-bottom: 114px;
  }
}
@media only screen and (min-width: 1025px) {
  .build-a-box {
    padding: 0;
  }
}
.build-a-box .mega-menu-outer-shopify-wrapper {
  position: static;
}
