/** Shopify CDN: Minification failed

Line 635:17 Expected ":"
Line 635:19 Expected identifier but found "10px"

**/
.pp-gradient {
    background: linear-gradient(
    to bottom,
    #FCBE30 0%,
    #AECA4F 33%,
    #C8C439 66%,
    #35AD9E 100%
    );

  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.prod-nutritional {
    margin-top: 23px;
}

.prod-nutritional img {
    max-width: 100%;
}

  .pp-plus {
    position: relative;
    color: var(--font-color);
  }


.pp-plus .section-wrapper .product-images .variant-images div:nth-of-type(1) {
  padding-right: calc(33% + 15px);
}
  .pp-plus
  .section-wrapper {
    padding: 48px 36px 40px;
    max-width: 1224px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 36px;
  }

.product-headline h1 {
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    line-height: 1;
    font-family: 'Degular Bold' !important;
    margin: 0px;
    color: #000;
    text-transform: uppercase;
  }

  .product-headline h2 {
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    font-family: 'Degular Bold' !important;
    margin: 0px;
    color: #000;
  }

  .product-headline h2 p {
    margin: 0px;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    font-family: 'Degular Bold' !important;
  }

  .section-wrapper .product-images {
      display: flex;
    width: 45%;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .section-wrapper .product-info {
    display: flex;
    width: 55%;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .section-wrapper .product-images {
    align-items: flex-start;
    justify-content: center;
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
  }

  .section-wrapper .product-images .variant-images {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 24px;
    width: 100%;
  }

  .section-wrapper .product-images .variant-images .variant-image {
    display: inline-flex;
  }

  .section-wrapper .product-images .variant-images .variant-image.flavor-profile {
    width: 100%;
  }

  .section-wrapper .product-images img.hidden {
    display: none;
  }

  .section-wrapper .product-images .variant-benefits {
    display: flex;
    align-items: stretch;
    gap: 15px;
    width: 33.33%;
    flex-direction: column;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 350px;
    max-height: 100%;
    justify-content: space-between;
  }

  .section-wrapper .product-images .variant-benefits .variant-benefit {
    background-color: var(--accordion-color);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 20px;
    padding: 10px 20px;
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 115%; /* 110.526% */
    font-family: 'Degular Bold' !important;
    box-sizing: border-box;
  }

  .section-wrapper .product-info {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    color: #000;
  }

  .section-wrapper .product-info form {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .section-wrapper .product-info form > div {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .section-wrapper .product-info form > div label {
    color: #000;
    font-size: 16px;
    line-height: normal;
  }

  .section-wrapper .product-info form select {
    border-radius: 8px;
    border: 0.5px solid #000;
    width: 290px;
    max-width: 100%;
    height: 39px;
    padding: 10px;
    box-sizing: border-box;
    font-size: 14px;
    color: #424242;
    text-transform: uppercase;
    position: relative;
    appearance: none;
    background: transparent;
    background-image: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" width="14" height="9" viewBox="0 0 14 9" fill="none"><path d="M12.5 1.5L7 7.5L1.5 1.5" stroke="black" stroke-width="2" stroke-linecap="square" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position-x: calc(100% - 15px);
    background-position-y: 15px;
    cursor: pointer;
  }

  .section-wrapper .product-info .prod-picing-sizing {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #000;
  }

  .section-wrapper .product-info .prod-picing-sizing .prod-current-price {
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    font-family: 'Degular Bold' !important;
  }

  .section-wrapper .product-info .prod-picing-sizing .prod-current-size {
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: normal;
  }

  

  .section-wrapper .product-info .prod-description {
    display: flex;
    flex-wrap: wrap;
    color: #000;
    margin-top: 23px;
  }

  .section-wrapper .product-info .prod-description p {
    padding: 0;
    margin: 0;
    font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
    width: 100%;
  }

  .section-wrapper .product-info .prod-description strong {
    font-family: 'Degular Bold' !important;
    font-size: 16px;
    color: #000;
  }

  .section-wrapper .product-info .prod-description ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-left: 15px;
    list-style: none;
    margin: 0;
    margin-top: 14px;
    width: 50%;
  }

  .section-wrapper .product-info .prod-description ul li {
    width: 100%;
    color: #6A6A6A;
    position: relative;
    font-size: 14px;
    line-height: 19px;
    text-transform: capitalize;
  }

  .section-wrapper .product-info .prod-description ul li:before {
    content: "";
    position: absolute;
    left: -15px;
    top: 8px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #6A6A6A;
  }

  .section-wrapper .product-info form a.hidden,   .section-wrapper .product-info form button[type='submit'].hidden {
    display: none !important;
  }

  .section-wrapper .product-info form button[type='submit'],
  .section-wrapper .product-info form a {
    min-width: 210px;
    height: 52px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    background: var(--accordion-color);
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    text-transform: uppercase;
    outline: none;
    border: none;
    cursor: pointer;
    border: 2px solid var(--accordion-color);
    text-decoration: none;
    padding: 0px 20px;
  }

  .section-wrapper .product-info form button:hover {
    color: #000;
    background: #FFF;
    border-color: var(--accordion-color);
  }

  .section-wrapper .product-info form .prod-desc-cta-holder {
    flex-direction: column;
    display: flex;
    gap: 23px;
    align-items: flex-start;
    margin-top: 23px;
  }

  .product-variants {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 28px;
  }

  .product-variants .product-variant {
    display: inline-flex;
    flex-direction: column;
    width: calc(33.33% - 20px);
    cursor: pointer;
    border: 3px solid transparent;
    border-radius: 12px;
    overflow: hidden;
  }

  .product-variants .product-variant:first-of-type{
    width: calc(66.66% - 14px);
  }
  

  .product-variants .product-variant.selected .product-variant-color {
    /*background-color: var(--selected-color);*/
    background-color: white;
    color: #000;
  }

  .pp-plus .product-variants .product-variant.selected, .pp-plus .product-variants .product-variant:hover {
    border: 3px solid var(--selected-color);
  }

  .product-variants .product-variant.selected .product-variant-image > img:first-child {
    display: none;
  }

  .product-variants .product-variant.selected .product-variant-image > img:last-child {
    display: block;
  }

  .pp-plus .product-headline {
    margin-bottom: 24px;
  }

  .add-to-cart-actions {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
        gap: 12px;
  }

  .add-to-cart-quantity {
    display: flex;
    background-color: #FFF;
    border-radius: 26px;
    border: 2px solid #000;
    padding: 8px 16px;
    align-items: stretch;
  }

  .add-to-cart-quantity button[type='button'], .add-to-cart-quantity input {
    outline: none;
    border: none;
    background: transparent;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .add-to-cart-quantity button[type='button'] {
    cursor: pointer;
  }

  .add-to-cart-quantity input {
    width: 45px;
    text-align: right;
    font-size: 24px;
    font-weight: 600;
  }

  .prod-accordion-info .table-line {
    display: flex;
    justify-content: space-between;
    padding: .3125rem 0;
}
.prod-accordion-info .table-line--heading {
    border-bottom: 1px solid var(--accordion-color);
}
.prod-accordion-info .table-line--heading span {
      font-weight: 500;
    font-family: 'Degular Bold' !important;
}

.prod-accordion-info .table-line:not(:last-child) {
    border-bottom: 1px solid var(--accordion-color);
}

.prod-accordion .prod-accordion-heading {
  position: relative;
  display: flex;
  height: 52px;
  padding: 10px 15px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-bottom: 1px solid var(--accordion-color);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-family: 'Degular Bold' !important;
  color: #000;
  cursor: pointer;
}

.prod-accordion.opened .prod-accordion-heading {
  border-radius: 12px 12px 0px 0px;
}

.prod-accordion-info{
  padding: 16px 10px 10px 10px;
}

.prod-accordions {
  display: flex;
  gap: 32px;
  margin-top: 32px;
  width: 100%;
  flex-direction: column;
}

.prod-accordions .prod-accordion{
  width: 100%;
}

.prod-accordion .prod-accordion-heading:after{
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M4.5 15L12 7.5L19.5 15" stroke="black" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  position: absolute;
  right: 10px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  width: 24px;
  height: 24px;
  transform: rotate(180deg);
}

.prod-accordion.opened .prod-accordion-heading:after {
  transform: rotate(0deg);
}

.prod-accordion .prod-accordion-info {
  display: none;
}

.prod-accordion.opened .prod-accordion-info {
  display: block;
}

[data-color="variety"] .prod-accordion .prod-accordion-heading {
  background-color: transparent;
  color: #000;
  border-bottom: 1px solid #C9B0E2;
  border-radius: 0px;
}

[data-color="variety"] .prod-accordion .prod-accordion-heading:after {
  filter: invert(1);
}

.add-to-cart-actions .button:after, .add-to-cart-actions .button:before {
  display: none;
}

.product-variant-holder {
    display: none !important;
  width: 100%;
}

.product-variant-button-holder {
  display: flex;
  width: 100%;
  gap: 4px;
}

.product-variant-holder .product-variant-type {
  width: 50%;
  padding: 12px 16px;
  border-radius: 8px 8px 0 0;
  background-color: var(--button-color);
  cursor: pointer;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  text-align: center;
           font-family: 'Degular Bold' !important;

}

.product-variant-holder .product-variant-type.selected {
  background-color: #FFF;
}

.product-variant-types {
  padding: 18px 10px;
  background-color: #FFF;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 10px;
  border-radius: 0px 0px 8px 8px;
}

.product-variant-types .product-variant {
    display: inline-flex;
    flex-direction: column;
    width: calc(40% - 10px);
    cursor: pointer;
    border: 1px solid #DDD;
    border-radius: 12px;
    overflow: hidden;
}

.product-variant .product-variant-image {
    flex: 1;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background-color: #FFF;
  }

    .product-variant-image img {
      width: 100%;
      object-fit: cover;
      max-width: 220px;
      height: 100%;
      object-position: top;
      max-height: 100px;
    }

    .product-variant-image img.hover-image {
      display: none;
    }

    .product-variant:hover .product-variant-image img,  .product-variant.selected .product-variant-image img{
      display: none;
    }

    .product-variant:hover .product-variant-image img.hover-image, .product-variant.selected .product-variant-image img.hover-image {
      display: block;
    }

  .product-variant .product-variant-color {
    margin-top: auto;
    text-align: center;
    background-color: white;
    min-height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
    padding: 10px 4px;
    color: #000;
     /*background-color: var(--selected-color);*/
         font-family: 'Degular Bold' !important;
         text-transform: uppercase;
  }

.product-variant-types .product-variant.selected, .product-variant-types .product-variant:hover {
  border: 3px solid var(--selected-color);
}

.product-variant-types .product-variant .hover-image {
  display: none;
}

.product-variant-types .product-variant.is-variety {
  max-width: 250px;
  width: 100%;
}

.product-variant-types.show-variety .product-variant.is-flavor {
  display: none;
}

.product-variant-types.show-flavors .product-variant.is-variety {
  display: none;
}

.is-hidden-slide {
  display: none !important;
}

  .product-variant-flavors-profiles {
    display: none;
  }

  [data-color="variety"] .product-variant-flavors-profiles {
    display: block;
    width: 100%;
    margin-top: 15px;
  }

  [data-color="variety"] .product-variant-flavors-profiles .flavor-title {
    font-size: 24px;
    font-family: 'Degular Bold' !important;
    text-align: center;
    margin-bottom; 10px;
  }

 [data-color="variety"] .product-variant-flavors-profiles .flavor-profile-container {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}

.product-variant-flavors-profiles img {
  min-width: 524px;
  width: 100%;
}


  @media screen and (min-width: 768px) {

  .pp-plus
  .section-wrapper .product-images .variant-images div:nth-of-type(2), .pp-plus
  .section-wrapper .product-images .variant-images div:nth-of-type(3) {
    width: calc(50% - 12px);
  }

  .pp-plus
  .section-wrapper .product-images img {
    max-width: 100%;
    max-height: 530px;
    width: 100%;
  }

    .section-wrapper .product-images .variant-benefits .variant-benefit {
    min-height: 90px;
    width: 100%;
    height: inherit;
  }
}
@media screen and (max-width: 767px) {

.product-variant-types {
  flex-wrap: wrap;
}
  .product-variant-types .product-variant {
    width: calc(50% - 10px)
  }

  .product-variant-image img {
    object-fit: contain;
  }
  .product-variant .product-variant-color {
    font-size: 13px;
  }
  .pp-plus .section-wrapper .product-images .variant-images div:nth-of-type(1) {
    width: 100%;
    padding-left: calc(33.33% + 15px);
  }
    .pp-plus .section-wrapper {
        flex-direction: column;
        gap: 0px;
    }

    .add-to-cart-quantity input {
      width: 30px;
      font-size: 20px;
      text-align: center;
    }

    .add-to-cart-actions {
      flex-direction: row;
    }

    .section-wrapper .product-info form button[type='submit'],
  .section-wrapper .product-info form a {
    flex: 1;
    font-size: 15px;
  }




}

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

  .product-headline h1 {
    font-size: 39px;
  }

  .product-headline h2 p {
    font-size: 18px;
  }

  .product-variants {
    gap: 14px;
  }

  .pp-plus
  .section-wrapper  {
    gap: 20px;
  }

  .product-variants .product-variant {
    width: calc(33.33% - 10px);
  }
  .product-variants .product-variant:first-of-type {
    width: calc(66.66% - 7px);
  }

  .pp-plus .section-wrapper {
    padding: 36px 20px 20px;
  }

}

@media screen and (max-width: 767px) {
  .product-variant .product-variant-color {
    font-size: 13px;
    line-height: 16px;
  }

  .prod-accordions {
    gap: 24px;
  }
  .pp-plus
    .section-wrapper { 
    padding: 18px 16px 16px;
  }
  .pp-plus .slick-slide img {
    max-width: 100%;
    min-height: 320px;
    object-fit: cover;
  }

  .section-wrapper .product-images .variant-benefits {
    height: 320px;
  }

  .pp-plus .slick-track {
    display: flex;
    max-height: 320px;
  }

  .pp-plus .slick-slide {
    height: inherit !important;
    display: flex;
    justify-content: center;
    min-height: 320px;
  }

  .pp-plus .slick-dots {
    bottom: -40px;
    width: calc(66.66% - 15px);
    left: 0px;
    right: 0px;
    margin: auto;
    min-width: 250px;
  }

  .pp-plus .slick-next {
    right: calc(33.33% - 15px);
  }

  .pp-plus .slick-dots li button:before {
    font-size: 36px;
    color: #CE9DFF;
  }

  .pp-plus .slick-dots li.slick-active {
    width: 60px;
  }

  .pp-plus .slick-dots li.slick-active button:before {
    font-size: 50px;
    color: #8E25F6;
    background-color: #8E25F6;
    border-radius: 12px;
    width: 60px;
  }

  .pp-plus .slick-prev, .pp-plus .slick-next {
    width: 62px;
    height: 62px;
    z-index: 2;
  }

  .pp-plus .slick-next:before {
    position: absolute;
    z-index: 99;
    top: 0px;
    right: 10px;
    width: 62px;
    height: 62px;
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="62" height="62" viewBox="0 0 62 62" fill="none"><path d="M31 54.25C18.1594 54.25 7.75 43.8406 7.75 31C7.75 18.1594 18.1594 7.75 31 7.75C43.8406 7.75 54.25 18.1594 54.25 31C54.25 43.8406 43.8406 54.25 31 54.25Z" fill="%238E25F6" fill-opacity="0.5" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/><path d="M27.2188 22.2812L36.9062 31L27.2188 39.7188" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  }

    .pp-plus .slick-prev:before {
      position: absolute;
      top: 0px;
      left: 10px;
      width: 62px;
      height: 62px;
      z-index: 99;
      transform: rotate(180deg);
      content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="62" height="62" viewBox="0 0 62 62" fill="none"><path d="M31 54.25C18.1594 54.25 7.75 43.8406 7.75 31C7.75 18.1594 18.1594 7.75 31 7.75C43.8406 7.75 54.25 18.1594 54.25 31C54.25 43.8406 43.8406 54.25 31 54.25Z" fill="%238E25F6" fill-opacity="0.5" stroke="white" stroke-width="1.5" stroke-miterlimit="10"/><path d="M27.2188 22.2812L36.9062 31L27.2188 39.7188" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    }

    .pp-plus .slick-prev.slick-disabled:before, .pp-plus .slick-next.slick-disabled:before {
      display: none;
    }
    .product-headline h1 {
      font-size: 36px;
    }

    .product-headline h2 p {
      font-size: 16px;
    }


    .section-wrapper .product-info form .prod-desc-cta-holder button {
      margin-top: 0px;
      margin: 0px;
    }

    .add-to-cart-quantity svg {
      width: 10px;
      height: 10px;
    }

  .pp-plus {
    padding: 0px;
  }

  .section-wrapper .product-images
  , 
  .section-wrapper .product-info {
    width: 100%;
  }

  .section-wrapper .product-info {
    padding: 0px;
  }


  .pp-plus .product-variants {
    gap: 14px;
  }

  .pp-plus .product-variants .product-variant {
    display: inline-flex;
    flex-direction: column;
    width: calc(50% - 7px);
    cursor: pointer;
    border: 3px solid transparent;
    border-radius: 12px;
    overflow: hidden;
    min-height: 135px;
  }

  .pp-plus .product-variants .product-variant:first-of-type{
    width: 100%;
    flex-direction: row;
    align-items: stretch;
  }

  .pp-plus .product-variants .product-variant:first-of-type .product-variant-image {
    width: 65%;
  }

  .pp-plus .product-variants .product-variant:first-of-type .product-variant-color {
    min-height: auto;
    margin-top: 0px;
    width: 35%;
    padding: 10px;
    line-height: 18px;
    padding: 10px 20px;
  }
  .section-wrapper .product-images .variant-images {
    padding-right: calc(33.33% + 15px);
  }

  .section-wrapper .product-images .variant-benefits .variant-benefit {
    font-size: 16px;
    line-height: 18px;
  }


  .section-wrapper .product-images.make-full .variant-images {
    padding-right: 0px;
  }

  .section-wrapper .product-images.make-full .variant-benefits {
    display: none;
  }

  .pp-plus .section-wrapper .product-images.make-full .variant-images .variant-image {
    margin-right: 0px;
  }

  .pp-plus .slick-slide.flavor-profile img {
    object-fit: contain;
  }

}

@media screen and (max-width: 1200px) {
 .section-wrapper .product-images .variant-benefits {
  height: 275px;
 }

 .section-wrapper .product-images .variant-benefits .variant-benefit {
  min-height: 70px;
  font-size: 22px;
 }
}

@media screen and (max-width: 1100px) {
 .section-wrapper .product-images .variant-benefits {
  height: 250px;
 }

  .section-wrapper .product-images .variant-benefits .variant-benefit {
  min-height: 50px;
  font-size: 20px;
 }
}

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

  .product-variant .product-variant-color {
    font-size: 13px;
    line-height: 16px;
  }
  .section-wrapper .product-info form .prod-desc-cta-holder {
    margin-top: 20px;
  }
  .section-wrapper .product-info form .prod-desc-cta-holder {
    gap: 20px;
  }

  [data-color="variety"] .prod-accordion .prod-accordion-heading {
    font-size: 18px;
  }
  .product-variants .product-variant-color {
    font-size: 16px;
  }
 .section-wrapper .product-images .variant-benefits {
  height: 285px;
 }

  .section-wrapper .product-images .variant-benefits .variant-benefit {
  min-height: 50px;
  font-size: 16px;
  font-size: 18px;
 }
}

@media screen and (max-width: 821px) {
 .section-wrapper .product-images .variant-benefits {
  height: 233px;
 }

  .section-wrapper .product-images .variant-benefits .variant-benefit {
  min-height: 50px;
  font-size: 20px;
 }
}

@media screen and (max-width: 767px) {
 .section-wrapper .product-images .variant-benefits {
  height: 320px;
 }

 .pp-plus .section-wrapper .product-images .variant-images div:nth-of-type(1) {
    padding-right: 0px;
  }

 .section-wrapper .product-images .variant-benefits {
  width: 30%;
 }

 .section-wrapper .product-images .variant-images {
  padding-right: calc(30% + 15px);
 }

  .section-wrapper .product-images .variant-benefits .variant-benefit {
  min-height: 50px;
  font-size: 16px;
  line-height: 18px;
  height: inherit;
 }

 .pp-plus .slick-dotted.slick-slider {
  margin-bottom: 0px;
}

  .section-wrapper .product-images { 
  margin-bottom: 30px;
}
}

@media screen and (max-width: 991px) {
 .section-wrapper .product-images .variant-benefits {
  height: 233px;
 }
 .product-variants .product-variant-color {
  font-size: 14px;
}
}

@media screen and (max-width: 768px) {
 .section-wrapper .product-images .variant-benefits {
  height: 215px;
 }
  .product-variants .product-variant-color {
  font-size: 13px;
}
}

@media screen and (max-width: 767px) {
 .section-wrapper .product-images .variant-benefits {
  height: 320px;
 }

}


@media screen and (max-width: 767px) {
.pp-plus .section-wrapper .product-images .variant-images div:nth-of-type(1) {
  padding-left: 0px;
}

.pp-plus .section-wrapper .product-images .variant-images .variant-image {
  margin-right: 20px;
}
}

@media screen and (max-width: 400px) {
  .pp-plus .section-wrapper {
      padding: 18px 12px;
  }
}

.variant-size-selector {
  margin-top: 10px;
}

.variant-size-selector h3 {
  margin: 0px;
  font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    font-family: 'Degular Bold' !important;
}

.sub-variant-selector {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 26px;
  padding: 10px 40px 10px 16px;
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.custom-select-wrapper {
    position: relative;
  display: inline-block;
  width: 200px;
}

.custom-select-arrow {
    position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  line-height: 1;
}