/** Shopify CDN: Minification failed

Line 96:43 Expected ":"
Line 1532:1 Expected "}" to go with "{"

**/
.d-msg .input-cap {
    padding: 12px 20px;
    border-radius: 20px;
    border: none;
    background: #f3f3f3;
    font-size: 16px;
  }
  .f-focus {
    font-weight: 700;
    color: black;
  }

hr {
  border-top: 1px solid #edeff1;
  margin: 3rem 0 2rem;
}
.build--overview__header {
  text-align: center;
}

.build--overview__header h3{
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
}

/* [data-step="3"] .build--overview__header h3{
  display: none;
} */

.build--overviewcontent-empty{
  text-align: center;
  justify-content: center;
}

.build--overviewcontent-empty p{
  margin: 0;
  color: #FF4040;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;

}

.button {
  background-color: #000;
  color: #ccff02;
  font-size: 1.4rem;
  font-weight: 800;
  transition: all 0.3s ease;
}

/* .button:hover {
  background-color: #fff;
  color: #000;
} */

.build--box__container {

  border-radius: 60px;
}

.bbox-title {
  color: #c3c8cf;
  text-transform: uppercase;
  font-size: 0.625rem;
  margin: 0 0 1rem;
  padding: 1rem 0;
}

.bbox-title:first-of-type {
  padding-top: 0;
  margin-top: 0;
}

.bbox--basic {
  margin: 0 -1rem;
  display: flex;
}
.bbox--basic li {
  flex: 1;
  padding: 0 1rem;
}
.bbox--basic li.finished > .step::before {
  border-color: #2b9348;
}
.bbox--basic li.finished > .step .title {da
  color: #1f6c35;
}
.bbox--basic li.active > .step::before {
  border-color: #2b9348;
  border-top-style: dotted;
}
.bbox--basic li.active > .step .title {
  color: #1f6c35;
}
.bbox--basic li .step {
  padding: 2rem 0 0;
  display: flex;
  flex-direction: column;
  position: relative;
}
.bbox--basic li .step::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  border-top: 4px solid #dfe2e5;
}
.bbox--basic li .step .title {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: bold;
  color: #8a94a1;
}
.bbox--basic li .step .description {
  font-weight: bold;
}
.bbox--border {
  display: flex;
  border: 1px solid #d1d5da;
  border-radius: 0.5rem;
}
.bbox--border li {
  flex: 1;
}
.bbox--border li:last-of-type .step::before, .bbox--border li:last-of-type .step::after {
  display: none;
}
.bbox--border li.finished > .step .indicator {
  background-color: #6EC03E;
  border-color: #6EC03E;
  color: white;
}
.bbox--border li.finished > .step .description {
  color: #2f363d;
}
.bbox--border li.active > .step .indicator {
  border-color: #6EC03E;
  color: #6EC03E;
}
.bbox--border li.active > .step .description {
  color: #1f6c35;
}
.bbox--border li .step {
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  position: relative;
}
.bbox--border li .step::before, .bbox--border li .step::after {
  content: "";
  height: 45px;
  width: 1px;
  background-color: #d1d5da;
  position: absolute;
  right: 0;
  top: 50%;
}
.bbox--border li .step::before {
  transform-origin: center bottom;
  transform: translateY(-100%) rotate(-25deg);
}
.bbox--border li .step::after {
  transform-origin: center top;
  transform: rotate(25deg);
}
.bbox--border li .step .indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  margin-right: 1rem;
  border: 2px solid #d1d5da;
  color: #8a94a1;
}
.bbox--border li .step .description {
  font-weight: bold;
  font-size: 0.875rem;
  color: #8a94a1;
}
.bbox--border-alt {
  display: flex;
  border: 1px solid #d1d5da;
  border-radius: 0.5rem;
}
.bbox--border-alt li {
  flex: 1;
}
.bbox--border-alt li:last-of-type .step::before, .bbox--border-alt li:last-of-type .step::after {
  display: none;
}
.bbox--border-alt li.finished > .step .indicator {
  background-color: #6EC03E;
  border-color: #6EC03E;
  color: white;
}
.bbox--border-alt li.finished > .step .description {
  color: #2f363d;
}
.bbox--border-alt li.active > .step .indicator {
  border-color: #6EC03E;
  color: #6EC03E;
}
.bbox--border-alt li.active > .step .description {
  color: #1f6c35;
}
.bbox--border-alt li.active > .step .line {
  background-color: #2b9348;
}
.bbox--border-alt li .step {
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  position: relative;
}
.bbox--border-alt li .step::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #d1d5da;
  position: absolute;
  right: 0;
}
.bbox--border-alt li .step::after {
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: white;
  position: absolute;
  right: 0;
  top: 50%;
  border-top: 1px solid #d1d5da;
  border-right: 1px solid #d1d5da;
  transform: translate(50%, -50%) rotate(45deg);
  z-index: 1;
}
.bbox--border-alt li .step .indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  margin-right: 1rem;
  border: 2px solid #d1d5da;
  color: white;
}
.bbox--border-alt li .step .description {
  font-weight: bold;
  font-size: 0.875rem;
  color: white;
  display: flex;
  flex-direction: column;
}
.bbox--border-alt li .step .description span:first-of-type {
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}
.bbox--border-alt li .step .description span:last-of-type {
  color: #b5bbc3;
}
.bbox--border-alt li .step .line {
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: transparent;
  bottom: 0;
  left: 0;
}
.build--box__bg {
  background-image: url("//motherofmacros.com/cdn/shop/t/100/assets/green-bg.png?v=165435070336686601341753911321");
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 2rem;
  /* margin-bottom: 5rem; */
  position: relative;
  overflow: hidden;
}

.build--box__bg:before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 404px;
  max-width: 665px;
  /* background-image: url('//motherofmacros.com/cdn/shop/t/100/assets/overlappimage.png?v=168608837277981869231753911321'); */
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}

.bbox--circles {
  display: flex;
  padding: 6.5rem 0;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}
.bbox--circles li {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.bbox--circles li:last-of-type .step .line {
  display: none;
}
.bbox--circles li.finished > .step .indicator {
  background-color: #000;
  border-color: #000;
  color: white;
}
.bbox--circles li.finished > .step .description {
  color: #000;
}
.bbox--circles li.finished > .step .line {
  background-color: #000;
}
.bbox--circles li.active > .step .indicator {
  background-color: #000;
  border-color: #000;
  color: white;
}
.bbox--circles li.active > .step .description {
  color: #000;
}
.bbox--circles li .step {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.bbox--circles li .step .indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  border: 2px solid #8a94a1;
  color: white;
  position: relative;
  z-index: 1;
  background-color: #8a94a1;
  font-size: 3rem;
  font-weight: bold;
}
.bbox--circles li .step .description {
  font-weight: bold;
  font-size: 1.4rem;
  color: black;
  margin-top: 1rem;
}
.bbox--circles li .step .line {
  height: 3px;
  background-color: #999;
  width: 100%;
  position: absolute;
  top: calc(50% - 2rem);
  left: 50%;
  transform: translateY(-50%);
}
.bbox--dots {
  display: flex;
  flex-direction: column;
  width: 200px;
  margin: 0 auto;
}
.bbox--dots li {
  padding: 1rem 0;
}
.bbox--dots li.finished > .step .indicator {
  background-color: #6EC03E;
  border-color: #6EC03E;
  color: white;
}
.bbox--dots li.finished > .step .description {
  color: #2f363d;
}
.bbox--dots li.finished > .step .line {
  background-color: #6EC03E;
}
.bbox--dots li.active > .step .indicator {
  border-color: #cae4d1;
  background-color: #2b9348;
}
.bbox--dots li.active > .step .description {
  color: #1f6c35;
}
.bbox--dots li .step {
  display: flex;
  position: relative;
}
.bbox--dots li .step .indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  border: 4px solid white;
  color: #8a94a1;
  position: absolute;
  top: 50%;
  left: -2rem;
  transform: translateY(-50%);
  background-color: #d1d5da;
  font-size: 0.625rem;
}
.bbox--dots li .step .description {
  font-weight: bold;
  font-size: 0.875rem;
  color: #8a94a1;
}
.bbox > li {
  cursor: pointer;
}
.bbox > li.active {
  cursor: default;
}

/* BUILD STEP */
.build--step {
  position: relative;
}

/* [data-step="3"]{
  display: none;
} */

.build--step.active {
  display: block;
}

.build--step[data-step="0"] {
  max-width: 120rem;
  margin: 0 auto;
}

.build--step > h2 {
  max-width: 120rem;
  font-size: 24px;
  text-transform: uppercase;
  margin: 0 auto 1rem;
}

.build--step > p {
  max-width: 120rem;
  /* text-transform: uppercase; */
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  font-size: 16px;
  font-weight: 600;
}

.build--step > .right > span {
  margin-right: 1rem;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: bold;
}

/* BUILD OVERVIEW */
.build--overview__wrap {
  max-height: 324px;
  overflow-y: auto;
  padding-right: 10px;
}

/* width */
.build--overview__wrap::-webkit-scrollbar {
  width: 16px;
}

/* Track */
.build--overview__wrap::-webkit-scrollbar-track {
	background-color: rgba(217, 217, 217, 0.6);
  border-radius: 45px;
}

/* Handle */
.build--overview__wrap::-webkit-scrollbar-thumb {
   background-color: #6ec03e;
  border-radius: 45px;
}

.build--overview__items {
  min-height: 320px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3rem;
  background: linear-gradient(110.59deg, rgba(153, 153, 153, 0.21) 2.78%, rgba(217, 217, 217, 0.21) 100%);
  backdrop-filter: blur(5.5px);
  /* border-radius: 50px; */
}

.build--overview__items > div > div {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 1.5rem;
}

.build--bottom {
  margin-top: 2rem;
  text-align:center;
}

/* .build--overview__wrap {
  max-height: 280px;
  overflow: auto;
} */

.overview-item > div > img {
  max-width: 65px;
  border-radius: 15px;
}

.overview--image {
  position: relative;
}

.overview--count {
  position: absolute;
  top: -10%;
  right: -10%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #6EC03E;
  border-radius: 100%;
  font-size: 10px;
  font-weight: bold;
}

.overview--title {
  margin: 0;
}

.overview--title {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.overview--total {
  text-transform: uppercase;
  margin: 0;
}

.overview--price {
  font-size: 1.6rem;
  font-weight: 600;
  color: black;
}

.overview--flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.overview--flex .card--quantity {
  flex-basis: calc(55% - 1rem)!important;
}

.build-buttons__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.build-buttons__flex .cart--count > a {
  font-weight: 900;
  font-size: 14px;
  color: black;
}

.step--button {
  letter-spacing: 0;
}

.step--button:hover{
    background-color: #ccff02;
    color: #000;
}


.build--step.active button.button.step--button.next {
  height: 60px;
  width:100%;
  font-size:18px;
}

.step--button:before,
.step--button:after {
  content: unset;
}

.step--button[data-next="1"] {
  position: unset;
  text-align: right;
  margin-top: 5rem;
}

/* DEFAULT COLLECTION DISPLAY */
/* section[id*="product-grid-1"],
section[id*="product-grid-2"] {
visibility: hidden;
} */

[data-step="1"],
[data-step="2"] {
  display: block;
}

/* CHOOSE A PLAN LAYOUT */
.plans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 120rem;
  margin: 3rem auto;
  border-radius: 2rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.plans .plan {
  cursor: pointer;
  width: 48.5%;
}

.plan.subscription-plan {
  margin-bottom:0;
}

.plans .plan .plan-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #e1e2e7;
  border-radius: 3.5rem;
  background: white;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  -o-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
  position: relative;
}

.plans .plan .plan-content.checked {
  background-color: #6EC03E !important;
}

.plans .plan .plan-content.checked * {
  color: white !important;
}

.plans .plan:hover .plan-content{
  background-color: #6EC03E !important;
}

.plans .plan:hover .plan-content p,
.plans .plan:hover .plan-content .plan-flex span{
  color: white !important;
}

.plans .plan .plan-content,
.plans .plan .plan-content p,
.plans .plan .plan-content .plan-flex span{
  transition: all 0.3s ease;
}

.plan__warning-text{
  text-align: center;
  color: #ff4040;
  margin-top: 10px;
}


.plans .plan .plan-flex {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.plans .plan .plan-flex input {
  transform: scale(1.5);
  margin: 0 1rem 0 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  outline: none;
  border: 2px solid #6EC03E;
}

.plans .plan .plan-flex input[type=radio]:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-left: -1px;
  margin-top: -1px;
}

.plans .plan .plan-flex input[type=radio]:checked:before {
  background: #fff;
  border: 3px solid #6EC03E;
  outline: none;
  content: "✖";
  color: #000;
  line-height: 1;
  padding: 0 0 0 1px;
}

.plans .plan .plan-flex input[type="radio"]:checked {
  border-color:green;
}

.plans .plan .plan-details span {
  display: block;
  color: #6EC03E;
  text-transform: none;
  font-size: 20px;
  font-weight: 900;
    line-height:1.2;
}

.container .title {
  font-size: 20px;
  font-weight: 500;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  color: #252f42;
  margin-bottom: 20px;
}

.plans .plan .plan-details p {
  color: #000;
  font-size: 14px;
  line-height: 18px;
  /* text-transform: uppercase; */
}



.plans .plan input[type="radio"]:checked + .plan-content {
  border: 2px solid #216ee0;
  background: #eaf1fe;
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

.product--selection .build--step.active {
  width: 100%;
  position: sticky;
  top: 80px;
}

.build--step.summary .build--overview {
    margin-top: 5rem;
}

.build--step.summary.active .build-buttons__flex {
  max-width: 120rem;
  margin: 3rem auto;
}

.build--overview {
  display: flex;
  max-width: 120rem;
  margin: 0 auto;
  gap: 1rem;
}

.build--step.summary .build--overview__summary {
  background: linear-gradient(110.59deg, #6EC03E 2.78%, #6EC03E 100%);
  backdrop-filter: blur(5.5px);
  border-radius: 50px;
  padding: 4rem;
  flex-basis: 35%;
  display:none !important;
}

.build--overview__summary {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
}

.overview--total span{
  margin-left: 30px;
}

.summary .build--overview__wrap{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 50px;
  margin-bottom:30px;
}


.build--step.summary .build--overview__summary > h4 {
  margin: 0;
  font-weight: 900;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}

.build__last-step-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.build--step.summary .build--overview__summary > p {
  color: #fff;
  text-align: left;
  text-transform: UPPERCASE;
}

.build--overview__itemproduct {
  font-size: 16px;
  font-weight: 900;
}

.build--step.summary .build--overview__items {
  flex-basis: 100%;
  min-height: 320px;
}

.button.step--shop {
  margin-top: 3rem;
  background-color: #fff;
  color: #6EC03E;
  letter-spacing: normal;
  font-weight: 900;
}
.d-msg {
  margin-top: 10px;
  display: inline;
  font-size:18px;
      display: block;
    margin: 0 !important;
    margin-bottom: 15px !important;
}

/* OVERRIDE */
/* aside#main-collection-filters {
  display: none;
} */

.product-grid {
  margin-top: 0;
}

#ProductGridContainer .card__media:hover .card__quick-view{
  opacity: 1
}

#ProductGridContainer .card__quick-view{
  opacity: 0;
  transition: all 0.3s ease;
}

#ProductGridContainer .card--quantity .quantity__button[disabled]{
  box-shadow: unset;
  background: #CBFF01!important;
  border: 1px solid #6EC03E !important;
}


.product__info-header h4{
  margin: 0;
  font-size: 24px;
  text-transform: UPPERCASE;
  font-weight: 600;
  color: #6EC03E;
}

.product__info-content > *{
  font-size: 12px;
  line-height: 1.4;
  font-weight: 600;
}

.modal{
  max-width: 699px;
  /* border-radius: 35px; */
  padding: 35px 45px;
}


.product__info-meta {
  display: flex;
  align-items: center;
  column-gap: 18px;
}

.product__info-icon img {
  width: 26px;
  height: 26px;
}

.product__info-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.product__info-form .card--quantity{
  flex-basis: unset !important;
}

.product__add-tocart button {
  background-color: #000;
  padding: 22px 40px;
  border-radius: 50px;
  font-weight: 900;
font-size: 14px;
color: #CCFF02;
}

.product__info-price-content {
  margin-top: 10px;
  font-weight: 800;
}

.product__information-nutrition {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

.product__information-infofacts {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.product__information-infofacts h4{
  margin: 0;
  font-weight: 600;
  font-size: 16px;
}

.product__information-itemimage {
  display: flex;
  column-gap: 27px;
  margin-bottom: 20px;
}

.product__information-itemimage .product__information-productimage{
  width: 40%;
  /* border-radius: 30px;
  overflow: hidden;
  height: 282px; */
}

.product__information-itemimage .product__information-productimage img {
  /* border-radius: 30px; */
  width: 100%;
}

.product__information-itemimage .product__info-content-items{
  width: 60%;
}


#ProductGridContainer .grid__item {
  padding: 15px;
  display: block;
}

.product__info-content-items .product__information-productimage{
  display: none;
}

span.product__count {
  display: inline-block;
  margin-bottom: 1rem;
  font-weight: bold;
  color: #6fc03e;
}

.build--step.summary .step--button.prev {
  background-color: transparent !important;
  color: black;
  padding: 0 !important;
  min-width: unset !important;
}

.collection a.underlined-link.link {
  color: #6ec03e !important;
}

.right > a {
  color: black;
}
div#buildABox {
  max-width: 964px;
  background-image: url('/cdn/shop/files/Rectangle_1280.jpg?v=1683881808');
  background-size: cover;
  background-repeat: no-repeat;
  border: 5px solid white;
  padding-top: 28px;
  padding-bottom: 28px;
}

.build-wrapper {
  max-width: 55%;
  margin: 0 auto;
  padding: 2rem;
  text-align: center;
  background-color: white;
  border-radius: 30px;
}

.build-wrapper > h2 {
  margin: .5rem;
}

.build--ctas {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  max-width: 90%;
  margin: 0 auto;
}

.build--ctas a.button {
  background-color: #6EC03E;
  color: white;
  width: 100%;
  min-height: 61px;
}

.build--step > div.right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-inline: 8rem;
  margin-block: 5px;
}

.build__last-error {
  position: absolute;
  bottom: 3%;
  color: red;
}

.plan--contact {
  margin-top: 3rem;
  text-align: left;
  text-transform: uppercase;
}

.plan--contact > h3 {
  font-size: 24px;
  margin-bottom: 0;
  line-height: normal;
}

.plan--contact > h3 > a {
  margin-left: .5rem;
  padding: .5rem 1.5rem;
  border: 3px solid #6ec03e;
  color: #6ec03e;
  text-decoration: none;
  border-radius: 90px;
}
.plan--contact > h3 > a:hover{
  border:none;
  color: #000;
  background-color: #CCFF02;
}

.plan--contact > h3 > a > span.arrow {
  letter-spacing: 0;
  color: black;
}

.plan--contact>h3>a:hover > span {
  padding-left: .5rem;
  transition: all .5s ease;
}

.plan--contact > p {
  font-weight: 700;
}

@media (min-width: 750px){
  .product--selection{
    padding-bottom: 30px;
  }
}


@media screen and (min-width: 750px) and (max-width: 1440px) {
  .product-grid-container .collection {
    padding: 0;
  }

  .collection--filter {
    padding-left: 0;
  }

  .card__inner {
    height: 170px !important;
  }
}

@media screen and (max-width: 991px) {
  .plans .plan .plan-flex input[type=radio]:checked:before {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .plans {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .plans .plan {
    width: 100%;
    margin-bottom: 2rem;
  }

  .plan.subscription-plan {
  margin-bottom:0;
}

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

  .plans .plan .plan-content .plan-details {
    width: 70%;
    display: inline-block;
  }
}

@media (max-width: 768.99px){
  .bbox--circles li .step .indicator{
    width: 30px;
    height: 30px;
    font-size: 20px;
  }

  .bbox--circles li .step .description{
    text-align: center;
    font-size: 10px;
    line-height: 1.2;
  }

  .build--box__bg:before{
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: right center;
  }

  .product--selection .build--step.active{
    width: 100%;
  }


  .button.button.step--button.prev{
    display: none;
  }
  .collection.page-width{
    padding: 0;
  }

  #ProductGridContainer .card__quick-view{
    opacity: 1;
  }

  div#buildABox{
    padding: 88px 19px;
  }

}

@media (max-width: 768.99px){
  section[id*=product-grid-1],
  section[id*=product-grid-2] {
    flex-direction: column;
  }

}

@media screen and (max-width: 749px) {
  .build--step > div.right {
    flex-direction: column-reverse;
    text-align: left !important;
    /* align-items: flex-start; */
  }

  .plan--contact{
    margin-top: 0;
  }

  .plan--contact>h3 {
    font-size: 18px;
  }

  .plans .plan .plan-content .plan-details {
    width: 60%;
    display: inline-block;
  }

  .button {
    font-size: 1.2rem;
  }

  .build--box__bg {
    margin-bottom: 0;
    padding: 2rem;
  }

  .build--box__container {
    padding: 0 2rem;
  }

  .bbox--circles {
    padding: .5rem 0;
  }

  .build--overview__items {
    padding: 1.5rem !important;
  }

  .overview--total {
    font-size: 16px;
  }
/*
  .bstep:not(.active) {
    display: none;
  } */

  .bbox--circles {
    margin-bottom: 0;
    padding-left: 0;
  }

  .bbox--circles li .step .description {
    bottom: -4rem;
  }

/*

  .build--step > h2, .build--step > p {
    text-align: center;
  } */

  .build--overview__items {
    padding: 3rem;
    margin-bottom: 0;
  }

  .build--step > .right {
    text-align: center !important;
  }

  .build--step > .right > span {
    display: block;
    text-align: center;
  }

  .step--button[data-next="1"] {
    margin-top: 1rem;
  }

  .mobile-facets__open {
    color: #000 !important;
  }

  .build--step.summary .build--overview {
    display: flex !important;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    width: 100%;
  }

  .build--step.summary .build--overview > div {
    flex-basis: unset !important;
  }

  .product__information-nutrition {
    flex-wrap: wrap;
    gap: 10px;
  }
}

@media screen and (max-width: 540px) {
  .bbox--circles li .step .line{
    top: 15px;
  }
  .plans .plan .plan-content img {
    margin-bottom: 20px;
    height: 56px;
    -webkit-transition: height 0.4s;
    -o-transition: height 0.4s;
    transition: height 0.4s;
  }

  .plans .plan .plan-content .plan-details {
    width: 100%;
  }

  .plans .plan .plan-content {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;

    border: 2px solid #fff;
  }
  .plans .plan {
    max-height: 195px;
  }
  .plan.subscription-plan {
  margin-bottom:0;
}
  .summary .build--overview__wrap{
    grid-template-columns: repeat(1, 1fr);
  }
  [data-step="3"] .build--overview__header h3{
    display: block;
  }

  [data-step="3"] .build--overview__summary h4{
    display: none;
  }

  .collection.page-width{
    padding: 0;
  }
  /* .build--step{
    margin-top: 40px;
  } */

  .build--overview,
  .build--step.summary .build--overview{
    margin-top: 30px;
  }

  .build__last-step-row{
    flex-direction: column;
    row-gap: 14px;
    padding-top: 32px;
  }

  .button.step--shop{
    font-size: 14px;
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .build--step.summary.active .build-buttons__flex{
    margin-bottom: 0px;
  }

  .build--overview .card--quantity .quantity__input{
    font-size: 16px;
  }

  .card-build-wrapper .price {
    text-align: right;
  }
}

@media (max-width: 480px){

  .modal{
    padding: 34px 20px;
  }
.ecomixpower{
    gap: 10px;
    justify-content: cente !importantr;
    align-items: center !important;
}
.build--step.active button.button.step--button.next{
  font-size:16px;
  width:100%;
  margin:0 auto;
  margin-top:20px;
}
input#zipInput {
    width: 100%;
    display: block;
}
  .product__info-title{
    margin-bottom: 12px;
  }

  .product__info-icon img {
    width: 35px;
    height: 35px;
  }

  .card--quantity .quantity__button {
    width: 25px !important;
    height: 25px !important;
  }

  .build--overview__items .card--quantity .quantity__button{
    width: 30px !important;
    height: 30px !important;
  }

  .product__information-itemimage{
    flex-direction: column;
  }

  .product__information-itemimage .product__information-productimage{
    display: none;
  }

  .product__information-itemimage .product__information-productimage,
  .product__information-itemimage .product__info-content-items{
    width: 100%;
  }

  .product__info-content-items .product__information-productimage{
    display: block;
    width: 100%;
    height: 200px;
    margin: 0 auto;
  }

  .product__info-content-items .product__information-productimage img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .product__info-header h4 {
    font-size: 18px;
  }

  .product__info-form .card--quantity {
    max-width: 50%;
  }

  .product__info-form .card--quantity .quantity__button {
    width: 40px!important;
    height: 40px!important;
  }

  .product__info-form .quantity__input {
    font-size: 2rem !important;
  }

  .build-wrapper {
    max-width: 100%;
  }

  .build--ctas {
    gap: 10px;
    max-width: 100%;
  }
  .build--ctas a.button {
    min-height: 45px;
  }

  .build--ctas svg {
    width: 45px;
    height: 45px;
  }
  
/* main#MainContent{
  overflow: visible !important;
} */
.step--button button:disabled{
  opacity: 0.6;
  cursor: not-allowed;
}