/** Shopify CDN: Minification failed

Line 329:31 Unexpected ")"

**/
/******** Product page */

/* Gallery Images */

.product-page-thumbnails{
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  margin-top: 10px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-x: scroll; 
}

.product-page-thumbnails::-webkit-scrollbar {
    display: none;
}

.product-page-thumbnails .product-page-image-thumbnail{
  margin-right: 5px;
  scroll-snap-align: start;
  width: calc(25% - 5px);
  display: block;
  align-self: flex-start;
  padding: 3px;
  border: 1px solid white; 
  border-radius: 10px;
}

.product-page-thumbnails .product-page-image-thumbnail:not(.current){
  cursor: pointer;
}

.product-page-thumbnails .product-page-image-thumbnail:not(.current):hover{
  opacity: 0.7;
}
  

.product-page-image-thumbnail.current{
 border-color: var(--border-grey); 
}

.product-page-thumbnails .product-page-image-thumbnail:last-of-type{
  margin-right: 0;
}

.product-image-large{
  position: relative;
}

.product-image-arrows{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  opacity: 0;
}

.product-image-large:hover .product-image-arrows{
  opacity: 0.5;
}

.product-image-large .product-image-arrows button{
  cursor: pointer;
}

.product-image-large .product-image-arrows button svg{
  width: 15px;
}

/* Gallery end */

.product-top-section, .product-tabs-section{
  padding-top: 0;
  padding-bottom: .9375rem;
  position: relative;
}

.product-top-section{
  padding-top: 20px;
}

.product-top-section .align-top{
    justify-content: center;
}

.ruk_rating_snippet{
  color: var(--styrkr-green) !important;
}

.ruk_rating_snippet br{
  display: none;
}

.ruk_rating_snippet i{
  font-size: 22px !important;
}

.ruk_rating_snippet .ruk-rating-snippet-count{
  font-size: 15px !important;
  left: 5px !important;
  color: var(--styrkr-black) !important;
}

.ElementsWidget-prefix .R-RatingStars .R-RatingStars__stars .stars__icon--100{
    background-image: linear-gradient(to right,var(--styrkr-green) 99.9%,var(--styrkr-green) 100%) !important;
}

.product-tabs-section .about-image-text-panel-svg{
  bottom: 10%;
  transform: rotate(7deg);
  opacity: 0.2;
}

.product-page-image{
  width: 100%;
  object-fit: contain;
  border-radius: 10px;
}

.product-page-images{
  position: relative;
  background: white;
}

.product-page-title{
  line-height: 1.15;
}

.product-page-pricebox{
  display: flex;
  border: 1px solid var(--border-grey);
  padding: 15px;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: -1px;
}

.pricing-element-1{
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.pricing-element-2{
  display: flex;
  flex-direction: column;
}

.current-price{
  font-family: SuisseIntl;
  font-weight: 600;
  font-size: 24px;
}

.current-price del{
  font-size: 17px;
  font-family: HelveticaNeue,sans-serif;
  font-weight: 400;
  color: var(--mid-grey);
  margin-left: 5px;
}

.unit-price-1{
  font-family: SuisseIntl;
  font-weight: 600;
  font-size: 12px;
  color: var(--mid-grey);
}

.unit-price-2{
  font-family: SuisseIntl;
  font-weight: 600;
  font-size: 18px;
}

.product-delivery-info{
  font-size: 14px;
  margin-top: 3px;
}

.product-page-column{
  background: white;
  margin-top: .9375rem;
}

.product-description h4{
  font-size: 20px;
}

.vitamins{
  margin-bottom: -25px;
}

.product-page-column ul{
  padding-left: 0px;
  margin-left: 20px;
}

.product-options-dropdowns-2{
  columns: 2;
  column-gap: 10px;
}

.product-option-dropdown{
  max-width: 100%;
  padding: 10px;
  border: none;
  background-color: var(--light-grey);
  margin: 5px 0;
}

.product-page-cart-actions{

}

.product-page-cart-actions .button{
  width: 100%;
  padding: 18px 20px;
  background: var(--styrkr-orange);
  margin-bottom: 12px;
}

.product-page-cart-actions .button:not(:last-of-type){
  margin-right: 10px;
}

.stock-notice{
  font-size: 12px;
  text-align: center;
  color: var(--mid-grey);
}

.variant-container{
  border-radius: 8px;
  border: 1px solid var(--border-grey);
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 0;
}

.variant-container .h5{
  padding: 15px;
  margin: 0;
}

.button-upsell-container{
  border: 1px solid var(--border-grey);
  padding: 15px;
}

.review-link-2{
  border: 1px solid var(--border-grey) !important;
  padding: 5px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.review-link-2 iframe{
  width: fit-content;
  margin: 0 auto;
  display: block;
  text-align: center;
  pointer-events: none;
}

#ReviewsWidget{
  scroll-margin-top: 110px;
}

.review-link-2 .R-flex-row{
  margin-top: 10px !important;
}

/* Product actions breakpoint */
@media screen and (max-width: 1008px) {
  .break {
    flex-basis: 100%;
    height: 10px;
  }
  .product-page-add, .stock-notification{
    margin-right: 0 !important;
  }
}

.subscription-info{
  margin: 15px 0 0 0;
  font-size: 15px;
}

.option-title{
  font-family: SuisseIntl;
  font-weight: 600;
  margin-bottom: 6px;
}

.variant-buttons{
  margin-bottom: 11px; 
}

.variant-buttons .badge{
  font-size: 14px;
  border-radius: 4px;
  padding: 5px 14px;
  margin: 0 12px 5px 0;
  cursor: pointer;
}

.variant-buttons .badge:not(.current){
  border: 1px solid var(--border-grey);
  background: transparent;
  color: var(--mid-grey);
}

.variant-buttons .badge.current){
  border: 1px solid var(--styrkr-green);
}

.product-page-add.disabled{
  pointer-events: none;
  opacity: 0.4;
}

.product-page-add.adding-to-cart{
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}

.product-page-quantity-selection .quantity{
  margin-top: 0;
}

.product-page-quantity-selection{
  display: flex;
}

.product-page-quantity-selection .quantity-number{
  padding: 10px;
  margin: 0;
}

.product-page-quantity-selection .quantity-plus, .product-page-quantity-selection .quantity-minus, .product-page-quantity-selection .quantity-number{
  font-weight: 300;
  text-align: center;
  height: 100%;
  width: 45px !important;
}

.product-page-quantity-selection .quantity-minus{
  border-left: 1px solid var(--border-grey);
}

.product-page-quantity-selection .quantity-number{
  border-left: 1px solid var(--border-grey);
  border-right: 1px solid var(--border-grey);
}

.product-page-quantity-selection .quantity-plus{
  margin-left: -4px;
}

.product-page-quantity-selection .quantity-plus, .product-page-quantity-selection .quantity-minus{
  width: 20px; 
}

.product-icon-panel{
  background: var(--background-light-grey);
  padding-top: 30px;
  padding-bottom: 30px;
}

.product-page-reviews-panel{
  background: #f5f5f59c;
  padding-top: 30px;
  padding-bottom: 30px;
}

.product-page-column .spr-badge{
  margin-top: 0 !important;
  margin-bottom: 15px !important;
}

.spr-header-title{
  font-size: 1.3rem !important;
  text-align: center;
  margin-bottom: 25px !important;
}

.product-icon-cell{
  text-align: center;
  display: flex;
  flex-direction: column;
}

.product-icon-cell.svg-container{
  height: 50px;
}

.svg-container{
  width: auto;
}

.product-icon-cell svg{
  height: 100%;
  width: auto;
  fill: var(--black);
}

.product-icon-heading{
  font-size: 15px;
  margin-top: 15px;
  line-height: 1.2;
  font-weight: bold;
}

.detailed-icon-panel, .reviews-slider-container{
  border-top: 1px solid var(--border-grey);
  border-bottom: 1px solid var(--border-grey);
}
  
table:not(#cart-table):not(.customer_address_table) {
  width: 100%;
  border-spacing: 0;
  font-size: 0.9em;
}

table:not(#cart-table):not(.customer_address_table) th, table:not(#cart-table):not(.customer_address_table) td{
    padding: 12px 15px;
}

table:not(#cart-table):not(.customer_address_table) tbody tr{
    border-bottom: 1px solid var(--mid-grey);
}

table:not(#cart-table):not(.customer_address_table) tbody tr:nth-of-type(even){
    background-color: var(--light-grey);
}
  
.product-page-recommendations{
  padding-top: 15px;
}
  
.product-page-recommendations .h1{
  display: block;
  text-align: center;
  margin-bottom: 25px;
}
  
.product-content-icons{
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}
  
.product-content-icon{
  font-size: 13px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
  
.product-content-icon:first-of-type{
  margin-bottom: 20px;
}

.product-content-icon svg{
  height: 32px;
  width: auto;
  margin-right: 15px;
}
  
.product-content-icon p{
  margin: 0;
}
  
.upsell-content{
  display: flex;
}
  
.upsell-container{
  margin-top: 15px;
  padding: 0px;
  flex: 1;
  position: relative;
  display: flex;
  align-items: flex-start;
}
  
.upsell-container svg{
  width: 20px;
  position: absolute;
  left: 0px;
}

.upsell-prompt{
  line-height: 1.2;
  margin: 0;
  padding-left: 30px;
  font-family: SuisseIntl;
  font-weight: 600;
  font-size: 10px;
}

.cart-subscribe-section{
  padding-left: 20px;
  padding-right: 20px;
}

.cart-subscribe-section .cart-heading{
  padding: 0;
  margin-bottom: 30px;
  display: block;
  text-align: center;
}

.cart-subscribe-section label{
  font-weight: bold;
  font-size: 17px;
}

.cart-subscribe-section .product-option-dropdown{
  font-size: 17px;
  margin-left: 15px;
}

.product-page-subscribe{
  padding-bottom: 13px;
}

.cart-subscribe-icon-panel{
  display: flex;
  flex-wrap: wrap;
}

.cart-subscribe-icon-panel .icon{
  width: 33%;
  padding: 18px;
  text-align: center;
  font-weight: bold;
}

.cart-subscribe-icon-panel .icon p{
  line-height: 1.4;
}

.cart-subscribe-icon-panel .icon svg{
  width: auto;
  height: 90px;
  margin-bottom: 9px;
}

.cart-subscribe-section .subscribe-actions{
  background: white;
  padding: 15px;
  text-align: center;
  margin-bottom: 25px;
  margin-top: 20px;
}

.subscribe-actions .product-option-dropdown{
  margin-right: 10px;
  max-width: 220px;
}
  
.button.subscription-add{
  font-size: 17px;
}

.product-page-reviews{
  
}

.product-guide-gif{
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--border-grey);
}

.product-guide-gif img{
  display: block;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.product-guide-gif .h2{
  margin-bottom: 40px;
}

#product-ingedients-modal{
  position: fixed;
  top: 50%;
  left: 50%;
  background: white;
  transform: translate(-50%, -50%);
  width: 640px;
  max-width: calc(100vw - 30px);
  height: 490px;
  max-height: calc(100vh - 30px);
  overflow: scroll;
  z-index: 11;
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms ease;
}

#product-ingedients-modal.open{
  opacity: 1;
  pointer-events: all;
}

.toggle-product-ingredients-popup{
  font-family: SuisseIntl;
  font-weight: 600;
  font-size: 21px;
  margin-left: auto;
  display: flex;
  align-items: center;
  padding: 10px 10px 0 0;
  cursor: pointer;
  color: var(--black) !important;
  position: sticky;
  top: 0;
}

.toggle-product-ingredients-popup span{
  font-size: 14px;
  margin-left: 6px;
}

.product-ingredients-modal-content{
  padding: 15px;
}

.product-ingredients-modal-content table{
  margin-bottom: 30px;
  display: block;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 30px auto;
  overflow-x: auto;
  white-space: nowrap;
}
  
/* Medium and up */
@media screen and (min-width: 40em) {
  .upsell-prompt{
    font-size: 11.5px;
  }
  .product-ingredients-modal-content{
    padding: 25px;
  }
  .product-page-cart-actions .button{
    font-size: 20px;
  }
  .product-top-section, .product-tabs-section, .product-page-reviews-panel{
    padding-top: 10px;
    padding-bottom: 50px;
  }
  .product-top-section{
    padding-top: 45px;
  }
  .product-page-image {
    display: block;
    min-height: 470px;
    width: 100%;
    margin: auto;
    margin-bottom: 25px;
  }
  .product-page-recommendations{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .product-page-recommendations .h1{
    margin-bottom: 60px;
  }
  .product-page-column{

  }
  .product-page-column, .product-tabs-list{
    margin-top: 0;
    padding: 0px 30px;
  }
  .product-tabs-list{
    max-width: 380px;
    margin-right: 0;
    margin-left: auto;
  }
  .product-icon-cell .svg-container{
    height: 78px;
  }
  .tab-texts-container{
    margin-right: auto;
    margin-left: 0;
  }
  .product-tab-heading{
    text-align: right;
  }
  .spr-header-title{
    font-size: 2.5rem !important;
    margin-bottom: 50px !important;
  }
  .product-tab-heading{
    font-size: 26px;
  }
  .product-guide-gif{
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

/* Large and up */
@media screen and (min-width: 64em) {
  .product-page-column ul{
    padding-left: 10px;
  }
  .product-option-dropdown{
    max-width: 255px;
  }
  .product-icon-panel{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .product-tabs-section{
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .upsell-content{
    flex-direction: row;
  }
  .upsell-container{
    margin-left: 12px;
  }
}
  
  /* Small only */
@media screen and (max-width: 39.9375em) {
  .product-badges{
    top: 29px;
  }
  .tab-texts-container{
    padding: 15px;
  }
  .product-page-images{
    padding-top: 15px;
  }
  .product-tabs-section p{
    font-size: 15px;
    line-height: 1.45;
  }
  .product-page-column.tab-texts-container{
    margin-bottom: 18px;
  }
  .product-content-icons{
    justify-content: space-between; 
  }
  .product-content-icons svg{
    height: 9.4vw;
  }
  .product-icon-panel svg{
    height: auto;
    max-height: 60px;
    width: 90px;
  }
  .product-icon-heading{
    margin-bottom: 20px;
  }
  .cart-subscribe-icon-panel .icon{
    padding: 7px;
    font-size: 14px; 
  }
  .cart-subscribe-icon-panel .icon p {
      line-height: 1.3;
  }
  .subscribe-actions .product-option-dropdown{
    margin: 12px 0;
    width: 100%;
    max-width: none;
    -webkit-appearance:none;
    text-align: center;
    background: var(--light-grey) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0LjkgMTAiPjxwYXRoIGQ9Ik0wIDBoNC45djEwSDBWMHoiIGZpbGw9Im5vbmUiLz48cGF0aCBkPSJNMS40IDQuN2wxLjEtMS41IDEuMSAxLjVIMS40em0yLjEuNmwtMSAxLjUtMS4xLTEuNWgyLjF6IiBmaWxsPSIjNDQ0Ii8+PC9zdmc+) no-repeat 95% 50%;
  }
  .subscription-add{
    width: 100%;
  }
  .product-tab-heading svg{
    display: block;
    transform: rotate(90deg);
    pointer-events: none;
  }
  table:not(#cart-table):not(.customer_address_table) td{
    display: table-cell;
  }
  .tab-content table{
    margin-bottom: 0;
  }
  #products-nutrition{
    margin-bottom: 15px;
  }
}


/******** End Product */