/** Shopify CDN: Minification failed

Line 831:46 Unexpected "{"

**/
@font-face {
  font-family: 'Telegraf-Ultra';
  src: url('/cdn/shop/files/Telegraf-UltraBold.ttf?v=1784718018') format('opentype');
  font-display: swap;
}
@font-face {
  font-family: 'PPTelegraf';
  src: url('/cdn/shop/files/PPTelegraf-Regular.ttf?v=1784718018') format('opentype');
  font-display: swap;
}

@media all and (max-width: 768px){
  .cart-drawer{
    width: 90%;
  }
  .drawer-menu__page,
  .search-sidebar{
    width: 85%;
  }
}
@media (min-width: 768px) {
    .announcement-bar__inner-container {
        /*grid-template-columns: 1fr 6fr 1fr;*/
    }
}
.cart-drawer .cartdrawfpay.text-center {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    gap: 10px;
}
.cart-drawer__body-main-content .cart-drawer__header-title span {
    display: none;
}
.round-style .cart-drawer__body-main-content{
  border-radius:0px;
}
.cart-drawer__body-main-content .cart-drawer__header-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #000;
    padding: 0;
     font-family: "Inter", sans-serif;
    text-transform: capitalize;
}
.cart-drawer__body-main-content .cart-drawer__header {
    padding: 27px 10px 29px 28px;
    background: #EAE1D3;
}
.cart-drawer__body-main-content .cart-drawer__header-close-button-wrapper {
  padding: 0;
}
.cart-drawer__body-main-content .free-shipping-bar__progress {
    height: 12px;
    background-color: #fff !important;
    border-radius: 10px;
    margin: auto;
    overflow-x: hidden;
    overflow-y: auto;
}
.cart-drawer__body-main-content .free-shipping-bar__progress--with-gradient .free-shipping-bar__progress-bar {
    background: #fff;
    height: 12px;
    position:relative;
    overflow:unset !important;
}
.cart-drawer__body-main-content .cart-drawer__content {
    background-color: rgba(240, 236, 230, 0.5);
    padding-top: 14px;
    padding-bottom: 14px;
}
.cart-drawer__body-main-content .free-shipping-bar__progress--with-gradient .free-shipping-bar__progress-bar-dots {
    background: #ffd14a !important;
    height: 100%;
    z-index: 1;
    border-radius:10px;
}
.cart-drawer__body-main-content .free-shipping-bar {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    position:relative;
    max-width: 410px;
    margin: auto;
}
.cart-drawer__body-main-content .free-shipping-bar:after {
    content: "";
    position: absolute;
    background-image: url(/cdn/shop/files/cart-icon.svg?v=1727844216);
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    background-color: #4e818c;
    z-index: 99;
    background-size: 19px 19px;
    border-radius: 100%;
    background-position: center;
    margin: auto;
    right: -5px;
    top: -8px;
}
/* .cart-drawer__body-main-content .free-shipping-bar__progress:before {
    content: "";
    position: absolute;
    right: 100%;
    background:#f7f5f2;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100vw;
    height: 100%;
    z-index: 9;
} */
.cart-drawer__body-main-content .free-shipping-bar__title.caption2 {
    font-size: 13px;
    text-align: right;
    line-height:24px;
    text-transform: capitalize;
    font-weight: 400;
    color: #000;
    padding-top: 10px;
    position:relative;
    left:26px;
}
.cart-drawer__body-main-content .cart_subtotal_content {
    display: none;
}
.cart-drawer__body-main-content .cart-drawer-subtotal__accordeon-plus-btn {
    display: none !important;
}
.cart-drawer__body-main-content .car-drawer-addtional-info {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    padding: 14px 14px;
    background: #4E818C;
    color: #fff;
    text-align: center;
}
.cart-drawer__body-main-content .cart-drawer__free-shipping-bar{
  padding:0 !important;
  margin:0 !important;
}
.cart-drawer__body-main-content .cart-drawer-items-block.cart-drawer__block.cart-drawer__block--items {
    padding: 31px 28px 52px 27px;
    margin: 0;
}
.cart-drawer__body-main-content .cart-item__grid{
  column-gap:26px !important;
  align-items: center;
}
.cart-drawer__body-main-content .cart-item__grid span.cart-item__name-label {
    font-size: 13px;
    font-weight: 700;
    font-family: Inter, sans-serif;
    color: #000;
    line-height: 15.73px;
}
.cart-drawer__body-main-content .cart-item__grid .cart-item__option {
    font-size: 13px;
    font-weight: 400;
    line-height: 15.73px;
    color: #000;
}
.cart-drawer__body-main-content .cart-item__grid .cart-item__price-item{
  font-size: 13px;
    font-weight: 700;
    line-height: 15.73px;
    color: #000;
}
.cart-drawer__body-main-content .cart-item__grid .cart-item__price-item--small.cart-item__price-item--old {
    display: none;
}
.cart-drawer__body-main-content .cart-item__grid .product-sale-amount-badge {
    display: none;
}
.cart-drawer__body-main-content .cart-item__grid svg.cart-item-quantity__button-icon path {
    stroke: #000;
}
.cart-drawer__body-main-content .cart-item__grid input#QuantityInput-CartItem-0 {
    font-size: 16px !important;
    font-weight: 700;
    font-family: inter;
    color: #000;
    line-height: 19.36px;
}
.cart-drawer__body-main-content .cart-item__grid quantity-component.cart-item-quantity.cart-item-quantity--with-rounded-buttons {
    border: 1px solid #4E818C;
    height:43px !important;
}
.cart-drawer__body-main-content .cart-item__remove-button:before {
    content: "Remove";
    font-size: 12px;
    line-height: 14.52px;
    text-decoration: underline;
    font-weight: 400;
    color: #000;
}
.cart-drawer__body-main-content .cart-item__remove-button {
    position: absolute;
    bottom: 10px;
    right: 17px;
    cursor: pointer;
    display: flex;
    align-items: end;
    flex-wrap: wrap;
}
.cart-drawer__body-main-content .cart-item__remove-button svg.cart-item__remove-button-icon {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.cart-drawer__body-main-content .shape__target-image{
  object-fit:contain !important;
}
/* .cart-drawer__body-main-content .free-shipping-bar__progress:after {
    content: "";
    position: absolute;
    left: -5px;
    background: #ffd14a !important;
    height: 100%;
    width: 10px;
    border-radius: 50px;
    top: 0;
    z-index: 9;
} */
.cart-drawer__body-main-content {
          width: 497px !important;
          max-width: 497px !important;
          min-width: 100%;
      }
.cart-drawer__body-main-content .cart-drawer{
  transform:none !important;
}
.cart-drawer__body-main-content .cart-item-quantity{
  height:auto !important;
}
.cart-drawer__body-main-content .cart_drawer_review {
    background: #fff;
    padding: 14px 24px;
    border-radius: 12px;
}
.cart-drawer__body-main-content .cart-drawer__block {
    padding: 10px 10px 31px 28px;
    margin: 0;
}
.cart-drawer__body-main-content form#CartDrawerForm {
    padding: 0;
  margin-bottom: 30px;
}
.cart-drawer__body-main-content .top-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
    /* margin:0 0 10px; */
}
.cart_drawer_review h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    text-align: center;
}
.cart_drawer_review h5 span {
    font-weight:bold;
}
.cart-drawer-subtotal, .cart-drawer__warning-button-wrapper{
  background-color: #F0ECE6 !important;
}
.cart-drawer-subtotal {
    background-color: #f0ece6 !important;
}
.cart-drawer-subtotal .cart-drawer-subtotal__btn, .cart-drawer__warning-button {
        padding: 18px 18px 21px 18px;
        background: #EF4B5B;
        text-transform: uppercase;
        font-size: 26px;
        line-height: 24px;
        font-weight: 400;
        border-radius: 10px;
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 25%);
  font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    }
 .cart-drawer .cartdrawfpay.text-center {
    padding-top: 0;
    padding-bottom:27px;
    background-color: #f0ece6 !important;
}   
.footer-shadow-visible .cart-drawer__footer{
  box-shadow:none !important;
}
 .cart-drawer .cart-item-quantity__button{
  background:transparent !important;
} 
.round-style .cart-drawer{
  padding:0 !important;
}
.cart-drawer__body-main-content .top-info {
    max-width: 410px;
    width: 100%;
    margin: auto;
    padding-bottom: 9px;
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
  color:#000;
}

.shop__grid-item a.shop-now-button {
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 2px 0px;
  background: rgb(239, 75, 91);
  padding: 10px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  width: 100%;
  display: block;
  font-weight: 700;
}
.shop__grid-item a.shop-now-button:hover {
    background: #ff9d5c;
}
.container--with-aside-paddings .shop__content{
  padding-bottom:40px;
}
/* .shop__products-grid .shop__grid-item:first-child {
    margin: 0 0 30px;
} */





/* Responsive */

@media(max-width:750px){
    .cart-drawer__body-main-content .top-info{
     max-width:100%;
     padding:0 26px 10px 26px;
   }
  .cart-drawer__body-main-content .free-shipping-bar{
    max-width: 100%;
    margin: auto;
    padding: 0 26px;
  }
  .cart-drawer__body-main-content .free-shipping-bar:after{
    right:10px;
  }
  .cart-drawer__body-main-content .free-shipping-bar__title.caption2{
    left:0;
  }
}
/* start buying options design css */
.product__info-wrapper .custom-landing-page-form .ProductForm__Label {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 28.5px;
  text-align: left;
}
.product__info-wrapper .SizeSwatchList .SizeSwatch {
  font-family: Inter;
  font-size: 11px;
  font-weight: 400;
  /* line-height: 28.5px; */
}
.product__info-wrapper .ProductMeta__PriceList .ProductSubscribe__Price.Price.Price--highlight{
  font-family: Inter;
  font-size: 14px;
  font-weight: 700;
  /* line-height: 28.5px; */
}
.product__info-wrapper .VariantData_Copy .money {
  font-family: Inter;
  font-size: 9px;
  font-weight: 700;
  /* line-height: 28.5px */
}
.product__info-wrapper .custom-landing-page-form .SizeSwatch.is-active:after, 
.product__info-wrapper .SizeSwatch__Radio:checked+.SizeSwatch {
  border: 4px solid #4C82A3;
  border-radius: 6px
}
.product__info-wrapper  .custom-landing-page-form .SizeSwatch{
  border: 0.7px solid #5C929E;
}
.product__info-wrapper  .custom-landing-page-form ul.SizeSwatchList.HorizontalList.HorizontalList--spacingTight {
  align-items: center;
}
.product__info-wrapper  .custom-landing-page-form .SizeSwatch {
  /* min-width: 188px; */
  padding: 10px;
}
.container--with-aside-paddings .product__info-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  padding-top:0;
}
.product__info-wrapper  .ProductSubscribe__Price.Price.Price--highlight.Text--subdued.u-h4 {
  font-family: Inter;
  font-size: 14px;
  font-weight: 700;
  line-height: 28.5px;
  text-align: left;
  color: #000;
}
.product__info-wrapper .free-shipping-block p {
  font-family: Inter;
  font-size: 13px;
  font-weight: 700;
  line-height: 28.5px;
  color: #000;
}
.product__info-wrapper  .afterpay-paragraph {
  font-family: Inter;
  font-size: 11px;
  font-weight: 400;
  line-height: 28.5px;
  color: #000;
}
.custom-landing-page-form .custom-landing-page__AddToCart.ProductForm__AddToCart{
  cursor:pointer;
  font-family: Oswald;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 24px;
}
.custom-landing-page-form .SubscribeSelect .SizeSwatchList.HorizontalList {
  gap: 14px !important;
}
.ProductForm__Variants .SizeSwatchList.HorizontalList{
  gap:16px !important;
}
.custom-landing-page-form .dtc-option-tag{
  top:6px !important;
}
.ProductForm__Variants label.SizeSwatch {
  /* padding-top: 25px !important; */
}
.subs-additional-link .subs-quation-mark-text {
  font-family: Inter;
  font-size: 10px;
  font-weight: 400;
  line-height: 28.5px;
  text-align: left;
  color: #6B6B6B;
}
.subs-additional-link {
  display: flex;
  gap: 5px;
  justify-content: end;
  align-items: center;
}
.subs-additional-link .subs-quation-mark-text {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.custom-landing-page-form .dtc-option-tag {
  position: unset !important;
}
@media (max-width: 425px){
  .product__info-wrapper .custom-landing-page-form .dtc-option-tag {
    font-size: 8px !important;
  }
  .container--with-aside-paddings .product__info-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* end buying options design css */
/* start additional-info-list block css */
.additional-info-list-block-content {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}
/* end additional-info-list block css */
/* start additional-icon-with-text-block css */
.additional-svg-icon {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
}
.additional-svg-icon img {
  width: 100%;
}
.additional-icon-with-text-block {
  display: flex;
  align-items: center;
  justify-content: center;
}
.additional-icon-with-text-block-content,
.additional-icon-with-text{
  text-align: -webkit-center;
}
.additional-icon-with-text {
  padding-inline: 10px;
  font-size: 12px;
}
.additional-icon-with-text-block-content-2 .additional-icon-with-text {
  border-left: 1px solid #919191;
  border-right: 1px solid #919191;
}
product-info#ProductInfoWrapper-10202729283859-product-uas-old---MainSection .additional-icon-with-text-block-content-2 .additional-icon-with-text,
product-info#ProductInfoWrapper-10202729283859-product-acc---MainSection .additional-icon-with-text-block-content-2 .additional-icon-with-text {
  border: none;
}
product-info#ProductInfoWrapper-10202729283859-product-uas-old---MainSection, product-info#ProductInfoWrapper-10202729283859-product-acc---MainSection {
  padding-inline: 20px;
}
product-info#ProductInfoWrapper-10202729283859-product-uas-old---MainSection .additional-icon-with-text-block-content.additional-icon-with-text-block-content-1 .additional-icon-with-text,
product-info#ProductInfoWrapper-10202729283859-product-acc---MainSection .additional-icon-with-text-block-content.additional-icon-with-text-block-content-1 .additional-icon-with-text {
    padding-inline: 4px;
}
product-info#ProductInfoWrapper-10202729283859-product-uas-old---MainSection .additional-icon-with-text-block-content, .additional-icon-with-text,
product-info#ProductInfoWrapper-10202729283859-product-acc---MainSection .additional-icon-with-text-block-content, .additional-icon-with-text
{
    text-align: -webkit-center;
    max-width: 130px;
}
.product-bottom-reviews-content {
  background: #E9E9E9;
  border-radius: 15px;
  width: 100%;
  margin-top: 25px;
  padding: 20px;
}
.product-bottom-reviews-content .star-icons {
  display:flex;
  width: 100%;
  max-width: 150px;
}
.product-bottom-reviews-content .star-icons img {
  width: 100%;
}
.product-bottom-reviews-content .verified-text {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: nowrap;
}
.product-bottom-reviews-content .star-icons-with-verified-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
.product-bottom-reviews-content  .bottom-reviews-content p {
  text-align: center;
  margin-top: 10px;
}
.verified-text-element {
  border-radius: 48px;
  border: .68px solid #66CEAA;
  padding: 5px 14px;
}
.product-bottom-reviews-content .verified-icon {
  display:flex;
  width: 25px;
}
.product-bottom-reviews-content .verified-icon img{
  width: 100%;
}
@media (min-width: 768px){
  #mobile-product-bottom-reviews-content{
    display:none;
  }
}
@media (max-width: 767px){
  #mobile-product-bottom-reviews-content{
    display:block;
  }
  .product-bottom-reviews-content .star-icons {
    display: flex;
    width: 30%;
    max-width: 100px;
  }

  .verified-text-element {    
    font-size: 10px;
  }

.product-bottom-reviews-content .bottom-reviews-content p{
   font-size:14px; 
  }
}
@media (max-width: 575px){
  .additional-icon-with-text {
    font-size: 10px;
    margin-top:8px;
    max-width: 110px;
  }

  
}
/* end additional-icon-with-text-block css */

/* FOOTER STYLING  */
.card-grid.footer__card-grid {
  max-width: 100%;
  margin: auto;
  grid-template: 1fr / repeat(2, 1fr);
}
.card-grid.footer__card-grid > div:nth-child(1),
.card-grid.footer__card-grid > div:nth-child(2) {
  grid-column: 1 / span 2; /* These will now each take 50% width */
}

.block-footer-1, .footer__block_logo_social {
  flex: flow;
  flex-flow: nowrap;
}
.block-footer-1 .footer__logo {
  width: 240px;
  margin-right: 20px !important;
}
.footer__newsletter {
  max-width: 1160px;
  border-radius: 6px;
  margin: 0 auto;
  margin-bottom:66px;
  margin-top: 20px;
}
.footer__newsletter form{
  border-radius: 6px !important;
}
.footer__newsletter form input[type="email"]{
  width: 320px !important;
}
.footer__newsletter form button{
  padding: 0px 40px !important;
}
.footer__newsletter form .needsclick.kl-private-reset-css-Xuajs1 {
    width: fit-content;
    margin: 0 auto;
}
.footer__utils.footer__utils--bordered,
.footer__policies {
  display: none;
}
.card-grid.footer__card-grid p {
  font-size: 14px;
  color: #000;
  line-height: 1.3em;
}
.footer__title {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  margin-bottom: 5px;
}
.underline-text__label {
  font-size: 14px;
  color: #000;
  line-height: 1.2em;
  font-weight: 500;
}

.footer__block_logo_social ul.social-list.footer__social-list {
    margin-left: 0px;
    margin-top:15px;
}

.footer__block_logo_social li.social-list__item{
      background: #f0ece6;
    border-radius: 100px;
}

.footer__block_logo_social li.social-list__item a{
    color:#000;    
}

.footer__block_logo_social .rte ul, .rte ol{
  flex-flow: nowrap;
}

.footer__block_logo_social .footer__logo{
  width: 240px;
  margin-right: 20px !important;
}


@media all and (max-width: 719px){
  .card-grid.footer__card-grid {
      grid-gap: 20px;
  }
  .footer__newsletter form .needsclick.kl-private-reset-css-Xuajs1:nth-last-child(2) {
    flex-direction: column !important;
    flex: auto !important;
    gap: 10px;
}
.footer__newsletter form .needsclick.kl-private-reset-css-Xuajs1 {
    width: auto;
    margin: unset;
    flex: auto !important;
    padding-top: 0px !important;
}
.footer__newsletter form .needsclick.kl-private-reset-css-Xuajs1:nth-child(2) p span {
    font-size: 21px !important;
}
.footer__newsletter form input[type="email"] {
    width: 100% !important;
}
.footer__newsletter form {
    max-width: 90%;
}
.footer__newsletter {
    margin-bottom: 26px;
    margin-top: 26px;
}
}

@media all and (min-width: 720px){
  .card-grid.footer__card-grid {
      max-width: 640px;
      grid-template: 1fr / repeat(3, 1fr);
      grid-gap: 20px;
  }
  .card-grid.footer__card-grid > div:nth-child(1) {
    grid-column: 1 / span 3; /* These will now each take 50% width */
    align-items: center;
  }
  .card-grid.footer__card-grid > div:nth-child(2){
    grid-column: auto;
  }
  .footer__logo{
    margin: 0;
    text-align: right;
  }
}

@media all and (min-width: 1080px){
  .card-grid.footer__card-grid {
      max-width: 1080px;
      grid-template: 1fr / repeat(5, 1fr);
      grid-gap: 20px;
  }
  .card-grid.footer__card-grid > div:nth-child(1) {
    grid-column: 1 / span 2; /* These will now each take 50% width */
    align-items: flex-start;
  }
  .card-grid.footer__card-grid > div:nth-child(2){
    grid-column: auto;
  }
  .footer__logo{
    margin: 0;
    text-align: right;
  }
}

@media all and (min-width: 1440px){
  .card-grid.footer__card-grid {
      max-width: 1280px;
  }
}

#frontrow-portal{
  display: none;
}

[data-market-name="iceland"] .announcement-bar.sale-show, html[data-market-name="iceland"] .gempage .hide-eu, html[data-market-name="iceland"] .gempage .hide-uk{display: none !important;}
[data-market-name="ireland"] .announcement-bar.sale-show, html[data-market-name="ireland"] .gempage .hide-eu, html[data-market-name="ireland"] .gempage .hide-uk{display: none !important;}
[data-market-name="bulgaria"] .announcement-bar.sale-show, html[data-market-name="bulgaria"] .gempage .hide-eu, html[data-market-name="bulgaria"] .gempage .hide-uk{display: none !important;}


body:not(.gempage-editing) .show-au-in,
body:not(.gempage-editing) .show-au,
body:not(.gempage-editing) .show-eu-in,
body:not(.gempage-editing) .show-eu,
body:not(.gempage-editing) .show-uk-in,
body:not(.gempage-editing) .show-uk {
    display: none !important;
} 
  html[data-market-name="australia"] .hide-au,
  html[data-market-name="europe"] .hide-eu,
  html[data-market-name="united-kingdom"] .hide-eu,
  html[data-market-name="united-kingdom"] .hide-uk,
  html[data-market-name="us"] .hide-us,
  html[data-market-name="canada"] .hide-cad,
  html[data-market-name="new-zealand"] .hide-nzd
  {
    display: none !important;
  }
   html[data-market-name="australia"] .show-au,
   html[data-market-name="europe"] .show-eu,
   html[data-market-name="united-kingdom"] .show-eu,
   html[data-market-name="united-kingdom"] .show-uk,
   html[data-market-name="us"] .show-us,
   html[data-market-name="new-zealand"] .show-nzd,
   html[data-market-name="canada"] .show-cad{
    display: block !important;
  }
  html[data-market-name="australia"] .show-au-in,
  html[data-market-name="europe"] .show-eu-in,
  html[data-market-name="united-kingdom"] .show-eu-in,
  html[data-market-name="united-kingdom"] .show-uk-in,
  html[data-market-name="us"] .show-us-in,
  html[data-market-name="canada"] .show-cad-in,
  html[data-market-name="new-zealand"] .show-nzd-in{
    display: inline !important;
  }
  html[data-market-name="united-kingdom"] .show-eu-in.hide-uk,
  html[data-market-name="united-kingdom"] .show-eu.hide-uk{
    display: none !important;
  }

body:not(.gempage-editing) .gempage .show-au-in,
body:not(.gempage-editing) .gempage .show-au,
body:not(.gempage-editing) .gempage .show-eu-in,
body:not(.gempage-editing) .gempage .show-eu,
body:not(.gempage-editing) .gempage .show-uk-in,
body:not(.gempage-editing) .gempage .show-uk, {
    display: none !important;
} 
  html[data-market-name="australia"] .gempage .hide-au,
  html[data-market-name="europe"] .gempage .hide-eu,
  html[data-market-name="united-kingdom"] .gempage .hide-eu,
  html[data-market-name="united-kingdom"] .gempage .hide-uk,
  html[data-market-name="us"] .gempage .hide-us,
  html[data-market-name="canada"] .gempage .hide-cad,
  html[data-market-name="new-zealand"] .gempage .hide-nzd,
  html[data-market-name="iceland"] .gempage .hide-ir-ic,
  html[data-market-name="ireland"] .gempage .hide-ir-ic
  {
    display: none !important;
  }
   html[data-market-name="australia"] .gempage .show-au,
   html[data-market-name="europe"] .gempage .show-eu,
   html[data-market-name="united-kingdom"] .gempage .show-eu,
   html[data-market-name="united-kingdom"] .gempage .show-uk,
   html[data-market-name="us"] .gempage .show-us,
   html[data-market-name="new-zealand"] .gempage .show-nzd,
   html[data-market-name="canada"] .gempage .show-cad,
   html[data-market-name="iceland"] .gempage .show-ir-ic,
   html[data-market-name="ireland"] .gempage .show-ir-ic{
    display: block !important;
  }
  html[data-market-name="australia"] .gempage .show-au-in,
  html[data-market-name="europe"] .gempage .show-eu-in,
  html[data-market-name="united-kingdom"] .gempage .show-eu-in,
  html[data-market-name="united-kingdom"] .gempage .show-uk-in,
  html[data-market-name="us"] .gempage .show-us-in,
  html[data-market-name="canada"] .gempage .show-cad-in,
  html[data-market-name="new-zealand"] .gempage .show-nzd-in,
  html[data-market-name="iceland"] .gempage .show-ir-ic-in,
  html[data-market-name="ireland"] .gempage .show-ir-ic-in{
    display: inline !important;
  }
  html[data-market-name="united-kingdom"] .gempage .show-eu-in.hide-uk,
  html[data-market-name="united-kingdom"] .gempage .show-eu.hide-uk{
    display: none !important;
  }

.au-policy{
  display: none !important;
}
html[data-market-name="australia"] .au-policy{
  display: block !important;
}

.lp-oos-message p{
    font-size: 13px;
    text-align: center;
    /* background: #f7f5f3; */
    padding: 15px;
    font-style: italic;
    margin:0 20px;
    text-align:center;
}
.custom-landing-page-form-new{
    margin-top: 10px;
}
.keep-height{
  padding-top: 14.5px;
  padding-bottom: 14px;
 
}
.tp-track-button{
  color:#EF4B5B !important;
}
.keep-height{
   padding-top:0.8rem !important;
}
.hide-except-us{
      display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    text-decoration: none;
    -webkit-column-gap: 1.6rem;
    -moz-column-gap: 1.6rem;
    column-gap: 1.6rem;
    border-radius: var(--gsc-menu-item-border-radius, 0);
    cursor: pointer;
}
.header__menu-item.hide-except-us{
  display: grid !important;
  padding: 1.2rem 0 !important;
}
a.header__menu-item.header__menu-item--medium[aria-label="Ultimate Alpha Stack™"]
{
  /*padding-bottom: 20px;*/
}
.header__menu-item[aria-label="Ultimate GLP-1™"]{
  display: flex !important;
}
/* Hides products from collections/all - uses tag 'hide' in products*/
.hidden-from-collection-all{
  display: none !important;
}
.all-collection .load-button-pagination__count, .all-collection .load-button-pagination__progress{
   display: none !important;
}
@media (min-width: 768px) and (max-width: 1199px){
  .product--with-desktop-media-carousel .container--with-aside-paddings .product__info-wrapper{
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

/*@media (min-width: 767px) and (max-width: 769px) {
  .header__logo--desktop {
    transform: translateX(43px) !important;
  }
}

@media (min-width: 1023px) and (max-width: 1025px) {
  .header__logo--desktop {
    transform: translateX(43px) !important;
  }
}*/


[data-market-name="ireland"] #r-1727258603593, [data-market-name="ireland"] #r-1761573174923{
  display: none !important;
}


#shopify-section-product .NewRadioOption {
    padding-left: 2px !important;
    padding-right: 2px !important;

}
@media (min-width: 768px) and (max-width: 1350px){
  .NewRadioOption__Label span {
    font-family: "Inter", sans-serif;
    text-align: center;
    font-size: 14px;
}

[for="new-subscribe-and-save"].NewRadioOption__Label{
  gap: 4px;
}
}
.NewProductForm__Option .NewRadioOption{
  padding-left: 2px;
  padding-right: 2px;
  position: relative;
  margin-top: 10px;
}
.NewProductForm__Swatches .VariantSwatch{
  padding: 10px 2px;
}
.product rivo-favorite-button{
  display: none !important;
}

[data-market-name="canada"] .afterpay-paragraph {
  display: none !important;
}

/* Variant images in swatches styles */
.variant-swatch-image{
  max-width:120px;
  max-height:60px;
  object-fit:contain;
  width:100%;
  height:60px;
}

/* product cards bullets on PLP */

.product-bullets {
    width: 100%;
}
.product-bullets p {
    font-size: 14px;
    margin-block: 12px;
    text-align: left;
}

/* mystery announcement bar */ 

.announcement-bar-mystery .announcement-bar__inner-container {
    background: black;
}
.announcement-bar-mystery  .announcement-bar__carousel {
    padding: 0;
}
.announcement-bar-mystery .announcement-bar__inner-container .announcement-bar__text .announcement-bar__rte {
    color: #fff;
    font-size: 16px;
}
@media (max-width: 767px) {
  .announcement-bar-mystery .announcement-bar__inner-container .announcement-bar__text .announcement-bar__rte {
    font-size: 14px;
}
}
.announcement-bar-mystery .announcement-bar__inner-container .announcement-bar__text .announcement-bar__rte u {
    color: #E1C772;
    font-weight: bold;
}
.shopify-section-announcement-bar-mystery .announcement-bar__inner-container {
    min-height: unset;
}
.mystery-sale-badge {
  position: absolute;
  z-index: 2;
  left: 15px;
  top: 15px;
  max-width: 196px !important;
}

.product-mystery-sale-text {
    background: url(/cdn/shop/files/Frame_5_10ed1eea-1695-40b3-8f13-05a4156365ee.png?v=1784716032);
    border-radius: 10px;
    padding: 8px 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.product-mystery-sale-text p {
    color: #FCE69D;
    text-align: center;
    font-size: 17px;
    line-height: 25px;
    background-image: url(/cdn/shop/files/Rectangle_37.jpg);
    background-size: cover;
    background-position: center;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-family: 'PPTelegraf';
}
.product-mystery-sale-text p strong {
    font-family: 'Telegraf-Ultra';
}
.product-mystery-sale-text br {
    display: none;
}
.product-mystery-sale-text p span:first-of-type{
    color: #EF4B5B;
    font-weight: bold;
}

.carousel__slide.product-media-carousel__slide  img.mystery-sale-badge {
    display: none;
}

.carousel__slide.product-media-carousel__slide:first-of-type img.mystery-sale-badge {
    display: block !important;
}

/* .mystery-sale-hide {
    display: none !important;
} */

.mystery-gift-info span {
    color: black;
    font-size: 14px;
    line-height: 24px;
}
.mystery-gift-info span span{
    color: #EF4B5B;
    font-weight: bold;
}
.mystery-gift-info {
    margin-bottom: 10px;
    display: none;
}
 .mystery-sale-box .mystery-sale-text{
	text-align: center;
	font-size: 40px;
	line-height: 46px;
	background-image: url(/cdn/shop/files/Rectangle_37.jpg);
	background-size: cover;
	background-position: center;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-family: 'Oswald';
  font-weight: 600;
} 
.mystery-sale-box  .mystery-sale-text br{
	display: none;
}
.mystery-sale-box{
	background: url(/cdn/shop/files/Background_3.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
  padding: 18px 20px;
}

.product-mystery-sale-text:last-of-type {
    margin-bottom: 15px;
}

#product-form-component-9734808338707-product-gempages-esc---MainSection .product-mystery-sale-text:first-of-type, product-info#ProductInfoWrapper-10140989227283-template--25510786040083__main---MainSection .product-mystery-sale-text:first-of-type{
    display: none;
}
product-info#ProductInfoWrapper-10140989227283-template--25510786040083__main---MainSection .product-mystery-sale-text{
    margin-bottom: 15px;
}
product-info#ProductInfoWrapper-9734808338707-product-gempages-esc---MainSection .buying-option button {
    max-height: 100% !important;
    justify-content: center;
}
product-info#ProductInfoWrapper-9734808338707-product-gempages-esc---MainSection  .NewRadioOption__Price {
    align-items: center;
    flex-wrap: wrap;
}
shopify-payment-terms {
    text-align: center;
    font-size: 14px;
}
@media (max-width: 767px) {
  .mystery-sale-badge {
      width: 30%;
      top: 10px;
      left: 10px;
  }
  .mystery-sale-box {
    padding: 10px 20px;
}
  .mystery-sale-box .mystery-sale-text {
    max-width: 330px;
    margin: 0 auto;
}
  .mystery-sale-box .mystery-sale-text{
    font-size: 20px;
    line-height: 26px;
  }
    .mystery-sale-box .mystery-sale-text br{
    display: block;
  }
    .mystery-sale-box .mystery-sale-text span{
    display: none;
  }
  .product-mystery-sale-text {
    padding: 8px 10px;
}
.product-mystery-sale-text br {
    display: block;
}
.product-mystery-sale-text p {
    font-size: 18px;
}
shopify-payment-terms {
    font-size: 12px;
}
}

html.gemapp.video.audio.js {
  overflow-y: unset !important;
  scroll-behavior: unset;
}
#shopify-section-sections--23613234807059__announcement_bar_mystery_KDfdwz {
    position: sticky;
    top: 0;
    overflow: unset;
    z-index: 9999;
}

.product-information-tag__heading-title {
    font-family: 'DM Sans';
    text-transform: uppercase;
}

.product-information-tag__body.rte.body2 {
    max-width: 350px;
    opacity: 1;
}
.product-information-tag__body.rte.body2 p{
    opacity: 1;
    line-height: 1.2;
}
.product-information-tag--solid {
  padding: 10px 5px;
  border: 1px solid #EF4B5B;
}
@media (max-width: 767px) {
.product-information-tag__body.rte.body2 p{
    font-size: 16px;
}
.product-information-tag__heading-title {
   font-size: 16px;
}
}
product-info#ProductInfoWrapper-10229614117139-template--25736140357907__main---MainSection .product-information-tag.product-information-tag--center-alignment.product-information-tag--solid {
    display: none;
}


product-info#ProductInfoWrapper-10353074110739-product---MainSection .pdp-feature li:before, product-info#ProductInfoWrapper-10355528794387-template--23613235724563__main---MainSection .pdp-feature li:before {
  background-image: url('/cdn/shop/files/Image_Background.svg?v=1775134738')
}
product-info#ProductInfoWrapper-10353074110739-product---MainSection .pdp-feature li:before, product-info#ProductInfoWrapper-10355528794387-template--23613235724563__main---MainSection .pdp-feature li:before{
    background-size: 16px !important;
}
product-info#ProductInfoWrapper-10353074110739-product---MainSection .rectangle-component {
  display: none;
}

/* UAS/EC EU/UK alert message */
html[data-market-name="europe"] .block-information_tag_AFwiM4.product-information-tag-block, html[data-market-name="united-kingdom"] .block-information_tag_AFwiM4.product-information-tag-block {
    display: none !important;
}
.block-information_tag_AFwiM4.product-information-tag-block, .block-information_tag_Cy3xmP.product-information-tag-block, .block-information_tag_7YPjLa.product-information-tag-block {
    display: none !important;
}
/* html[data-market-name="us"] product-info#ProductInfoWrapper-9870596440339-product---MainSection .block-information_tag_AFwiM4.product-information-tag-block {
    display: block !important;
}
html[data-market-name="canada"] product-info#ProductInfoWrapper-9870596440339-product---MainSection .block-information_tag_AFwiM4.product-information-tag-block {
    display: block !important;
}
html[data-market-name="europe"] product-info#ProductInfoWrapper-9721567805715-product---MainSection .block-information_tag_AFwiM4.product-information-tag-block, html[data-market-name="united-kingdom"] product-info#ProductInfoWrapper-9721567805715-product---MainSection .block-information_tag_AFwiM4.product-information-tag-block {
    display: block !important;
} */
 /* html[data-market-name="us"] product-info#ProductInfoWrapper-10364180660499-product-uas-low-stock---MainSection .block-information_tag_7YPjLa.product-information-tag-block {
    display: block !important;
}
html[data-market-name="canada"] product-info#ProductInfoWrapper-10364180660499-product-uas-low-stock---MainSection .block-information_tag_7YPjLa.product-information-tag-block {
    display: block !important;
} */
html[data-market-name="europe"] product-info#ProductInfoWrapper-10367340216595-product---MainSection .block-information_tag_AFwiM4.product-information-tag-block,
html[data-market-name="united-kingdom"] product-info#ProductInfoWrapper-10367340216595-product---MainSection .block-information_tag_AFwiM4.product-information-tag-block {
    display: block !important;
    margin-top: 10px;
}

product-info#ProductInfoWrapper-10367340216595-product---MainSection {}
.product__info:has(.NewRadioOption.bottom.active) shopify-payment-terms {
    display: none;
}
.product-information-tag__body.rte.body4 {
    opacity: 1;
}
@media (max-width: 767px) {
  #gbZAZowTBp {
  padding-top: 40px;
}
#g8GwI0O2SN img {
  width: 100%;
}
#g8GwI0O2SN {
    display: flex;
}

.gMAr18lasu.gp-relative.gp-flex.gp-flex-col {
  width: 100%;
}
gp-row#gpYaoGDvwH {
    display: flex;
}

.gFSMhTpLBe.gp-relative.gp-flex.gp-flex-col {
    width: 100%;
}
#gpYaoGDvwH img {
  width: 100%;
}
gp-row#g7aPqkJjGR {
  display: flex;
}
gp-row#g7aPqkJjGR img {
  width: 100%;
}
.g5mSLqxRk_.gp-relative.gp-flex.gp-flex-col {
    width: 100%;
}
.prices-per-bottle {
    display: flex;
    align-items: center;
    gap: 0px;
    flex-direction: column;
}
}

.block-information_tag_6B6mGU.product-information-tag-block, 
.block-information_tag_nmXVnD.product-information-tag-block,
.block-information_tag_UcVDcr.product-information-tag-block,
.block-information_tag_8LtBrU.product-information-tag-block,
.block-information_tag_Q3tPBL.product-information-tag-block,
.block-information_tag_kWDNDh.product-information-tag-block,
.block-information_tag_YtM9H8.product-information-tag-block {
  display: none;
}

product-info#ProductInfoWrapper-10376637251859-template--25617915445523__main---MainSection .block-information_tag_6B6mGU.product-information-tag-block, 
product-info#ProductInfoWrapper-10359936680211-template--26624286294291__product_pages_FABtHQ---MainSection .block-information_tag_nmXVnD.product-information-tag-block,
product-info#ProductInfoWrapper-10206634279187-template--26821438374163__product_pages_gBVXXW---MainSection .block-information_tag_UcVDcr.product-information-tag-block,
product-info#ProductInfoWrapper-10364180660499-template--26821220991251__product_pages_aFjJL6---MainSection .block-information_tag_8LtBrU.product-information-tag-block,
product-info#ProductInfoWrapper-9860117528851-template--26820992270611__product_pages_9WxDrF---MainSection .block-information_tag_Q3tPBL.product-information-tag-block,
product-info#ProductInfoWrapper-9870596440339-template--26821220991251__product_pages_aFjJL6---MainSection .block-information_tag_8LtBrU.product-information-tag-block,
product-info#ProductInfoWrapper-9860117528851-template--26884953473299__product_pages_9WxDrF---MainSection .block-information_tag_Q3tPBL.product-information-tag-block,
product-info#ProductInfoWrapper-9870596440339-template--26899012747539__product_pages_aFjJL6---MainSection .block-information_tag_8LtBrU.product-information-tag-block,
product-info#ProductInfoWrapper-10359936680211-template--26892778012947__product_pages_LV88EJ---MainSection .block-information_tag_kWDNDh.product-information-tag-block,
product-info#ProductInfoWrapper-10353065787667-template--26892778012947__product_pages_LV88EJ---MainSection .block-information_tag_kWDNDh.product-information-tag-block,
product-info#ProductInfoWrapper-10229614117139-template--26892778012947__product_pages_LV88EJ---MainSection .block-information_tag_kWDNDh.product-information-tag-block,
product-info#ProductInfoWrapper-9870596440339-template--27279385526547__product_pages_aFjJL6---MainSection .block-information_tag_8LtBrU.product-information-tag-block,
product-info#ProductInfoWrapper-10107844460819-template--27279681519891__product_pages_W9H3Cd---MainSection .block-information_tag_YtM9H8.product-information-tag-block,
product-info#ProductInfoWrapper-10439971242259-template--27279681519891__product_pages_W9H3Cd---MainSection .block-information_tag_YtM9H8.product-information-tag-block,
product-info#ProductInfoWrapper-9953847181587-template--27279385526547__product_pages_aFjJL6---MainSection .block-information_tag_8LtBrU.product-information-tag-block,
product-info#ProductInfoWrapper-9870596440339-template--27491069198611__product_pages_aFjJL6---MainSection .block-information_tag_8LtBrU.product-information-tag-block{
  display: block;
}

.block-information_tag_6B6mGU.product-information-tag-block strong, 
.block-information_tag_LxXQYa.product-information-tag-block strong,
.block-information_tag_nmXVnD.product-information-tag-block strong,
.block-information_tag_UcVDcr.product-information-tag-block strong,
.block-information_tag_8LtBrU.product-information-tag-block strong,
.block-information_tag_Q3tPBL.product-information-tag-block strong,
.block-information_tag_kWDNDh.product-information-tag-block  strong,
.block-information_tag_YtM9H8.product-information-tag-block strong{
    color: #3FC38B;
}

.block-information_tag_6B6mGU.product-information-tag-block .product-information-tag--solid, 
.block-information_tag_LxXQYa.product-information-tag-block .product-information-tag--solid,
.block-information_tag_nmXVnD.product-information-tag-block .product-information-tag--solid,
.block-information_tag_UcVDcr.product-information-tag-block .product-information-tag--solid,
.block-information_tag_8LtBrU.product-information-tag-block .product-information-tag--solid,
.block-information_tag_Q3tPBL.product-information-tag-block .product-information-tag--solid,
.block-information_tag_kWDNDh.product-information-tag-block .product-information-tag--solid,
.block-information_tag_YtM9H8.product-information-tag-block .product-information-tag--solid
{
    border: 1px solid #81CCAC;
    padding: 8px 6px;
        margin-bottom: 16px;
}

.block-information_tag_6B6mGU.product-information-tag-block .product-information-tag--solid p, 
.block-information_tag_LxXQYa.product-information-tag-block .product-information-tag--solid p,
.block-information_tag_nmXVnD.product-information-tag-block .product-information-tag--solid p,
.block-information_tag_UcVDcr.product-information-tag-block .product-information-tag--solid p,
.block-information_tag_8LtBrU.product-information-tag-block .product-information-tag--solid p,
.block-information_tag_Q3tPBL.product-information-tag-block .product-information-tag--solid p,
.block-information_tag_kWDNDh.product-information-tag-block .product-information-tag--solid p,
.block-information_tag_YtM9H8.product-information-tag-block .product-information-tag--solid p{
    opacity: 1;
}

.block-information_tag_6B6mGU.product-information-tag-block .product-information-tag--solid .product-information-tag__body.rte.body4, 
.block-information_tag_LxXQYa.product-information-tag-block .product-information-tag--solid .product-information-tag__body.rte.body4,
.block-information_tag_nmXVnD.product-information-tag-block .product-information-tag--solid .product-information-tag__body.rte.body4,
.block-information_tag_UcVDcr.product-information-tag-block .product-information-tag--solid .product-information-tag__body.rte.body4,
.block-information_tag_8LtBrU.product-information-tag-block .product-information-tag--solid .product-information-tag__body.rte.body4,
.block-information_tag_Q3tPBL.product-information-tag-block .product-information-tag--solid .product-information-tag__body.rte.body4,
.block-information_tag_kWDNDh.product-information-tag-block .product-information-tag--solid .product-information-tag__body.rte.body4,
.block-information_tag_YtM9H8.product-information-tag-block .product-information-tag--solid .product-information-tag__body.rte.body4{
    opacity: 1;
}
.block-information_tag_6B6mGU.product-information-tag-block span, 
.block-information_tag_LxXQYa.product-information-tag-block span,
.block-information_tag_nmXVnD.product-information-tag-block span,
.block-information_tag_UcVDcr.product-information-tag-block span,
.block-information_tag_8LtBrU.product-information-tag-block span,
.block-information_tag_Q3tPBL.product-information-tag-block span,
.block-information_tag_kWDNDh.product-information-tag-block span,
.block-information_tag_YtM9H8.product-information-tag-block span{
    color: #3fc38b;
}

@media (min-width: 768px) {
.block-information_tag_6B6mGU.product-information-tag-block .product-information-tag--solid p br, 
.block-information_tag_LxXQYa.product-information-tag-block .product-information-tag--solid p br,
.block-information_tag_nmXVnD.product-information-tag-block .product-information-tag--solid p br,
.block-information_tag_UcVDcr.product-information-tag-block .product-information-tag--solid p br,
.block-information_tag_8LtBrU.product-information-tag-block .product-information-tag--solid p br,
.block-information_tag_Q3tPBL.product-information-tag-block .product-information-tag--solid p br,
.block-information_tag_kWDNDh.product-information-tag-block .product-information-tag--solid p br,
.block-information_tag_YtM9H8.product-information-tag-block .product-information-tag--solid p br{
    display: none;
}
}

/* 30 day Instant */
.instant-rich-text.iSsvBicNzdXYAQ2Qw strong, .instant-rich-text.iCOumd22SUhohsWOg strong, .instant-rich-text.ijw83W2giLOUX06tC strong{
    color: #D9465C;
}
.hero-section.product__info  {
    width: 100% !important;
}

.instant-rich-text.iJkpQG0D7jfXT6OwV strong, .instant-rich-text.ixuH6ADtwjbBDAUpP strong {
    color: #D1A348;
}
.i5ClQtY0yGWk5sA9F .instant-media.instant-video__container, .i390JUWwG2P97RksL .instant-media.instant-video__container {
    border-radius: 12px;
}
html {
  scroll-behavior: smooth;
  scroll-padding: 80px;
}
main#MainContent {
    z-index: 1 !important;
}
div#c-1777413270172 {
    position: sticky;
    top: 40px;
}
.instant-rich-text.ihGcNTWyC67tJKOOy strong {
    color: #B05555;
}

.instant-rich-text.ihGcNTWyC67tJKOOy p {
    color: black !important;
}
.compare-at-price-bottle {
    display: inline;
    font-size: 11px;
    text-decoration: line-through;
}

.prices-per-bottle {
    display: flex;
    align-items: center;
    gap: 2px;
}

product-info#ProductInfoWrapper-10367340216595-product---MainSection .each-value {
    color: #ef4b5b;
}

  html[data-market-name="canada"] product-info#ProductInfoWrapper-10367340216595-product---MainSection .compare-at-price-bottle, html[data-market-name="us"] product-info#ProductInfoWrapper-10367340216595-product---MainSection .compare-at-price-bottle {
    display:none;
  }
 html[data-market-name="canada"] product-info#ProductInfoWrapper-10367340216595-product---MainSection .each-value, html[data-market-name="us"] product-info#ProductInfoWrapper-10367340216595-product---MainSection  .each-value{
    color: #000;
  }

  .product-content-tab__title.caption1 {
    display: none;
}

.gAdOm7B4Qm.rotate {
    transform: scale(-1, 1);
    text-align: left !important;
}

.gAdOm7B4Qm.rotate .gp-text-instant.gp-text {
    text-align: left !important;
}
.ga4hMGqNbr.rotate {
    transform: scale(-1, 1);
}

section#shopify-section-template--26848176046355__product_pages_fXPYrh .product-mystery-sale-text.show-eu.show-uk.show-ir-ic.hide-us.hide-cad {
    display: none !important;
}
section#shopify-section-template--26876229746963__product_pages_fXPYrh .product-mystery-sale-text.show-eu.show-uk.show-ir-ic.hide-us.hide-cad {
    display: none !important;
}
div#m-1777978043834 .product-mystery-sale-text.show-eu.show-uk.show-ir-ic.hide-us.hide-cad {
    display: none !important;
}
.instant-rich-text.ihKvOAZFOaiyfRyBr strong {
  color: #954441;
}
.__instant.iVTl7Qiwm9VeeZmFT .i2AtLQRiks0BjbBuc p {
    letter-spacing: -1.5px !important;
}
.__instant.iywPZfcNG4vKyzesJ .i5ql1xqyjtVuLdPl0 video.instant-video__player {
    border-radius: 12px;
}
.show-mob {
  display:none;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.show-mob span{
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  position: absolute;
  color: #000;
}
.show-desk span{
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  position: absolute;
  color: #000;
}
.show-desk {
  position: relative;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
@media (max-width: 767px) {
.show-mob {
  display: inline;
}
.custom-landing-page-form-new .show-mob {
  display: flex;
  justify-content: center;
  align-items: center;
}
.show-desk {
  display:none !important;
}
}

product-info#ProductInfoWrapper-10400534200595-template--25510786040083__main---MainSection .show-desk {
    margin-bottom: 16px;
}
product-info#ProductInfoWrapper-10400534200595-template--25510786040083__main---MainSection .show-mob {
    margin-bottom: 16px;
}

product-info#ProductInfoWrapper-10401478443283-template--26746605994259__main---MainSection .show-desk {
    margin-bottom: 16px;
}
product-info#ProductInfoWrapper-10401478443283-template--26746605994259__main---MainSection .show-mob {
    margin-bottom: 16px;
}
.instant-rich-text.ibh0FiCRVJNtZJqFJ strong
 {
    color: #EF4B5B;
}

/* Collection */
.inserted-promo-image img {
    width: 100%;
    height: 100%;
}

.inserted-promo-text {
    position: absolute;
    bottom: 15px;
    margin: 0px 10px;
}
.inserted-promo-image {
    height: 100%;
}
.inserted-promo-content.image-position- {
    position: relative;
    height: 100%;
}

.inserted-promo-text h3 {
    color: #000;
    font-family: 'Oswald';
    text-align: center;
    font-size: 40px;
    margin-bottom: 20px;
}

.inserted-promo-paragraph p {
    color: #000;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    font-family: 'DM Sans';
    font-weight: 500;
        margin-bottom: 12px;
}

.instant-rich-text.iMfh86GxdLKLzzD7d strong {
    color: #6c141c;
}
.instant-rich-text.iASxpPW5WkOZnA8YG strong {
    font-size: 22px;
    font-weight: 400 !important;
}
#shopify-section-template--26982111379731__instant_4_bch_nyt_df_ks_b8a_yl_B83BGH .__instant.i4BCHNytDfKsB8aYl .iXQwKZnieU2Rj8WRG,
#shopify-section-template--27286633808147__instant_4_bch_nyt_df_ks_b8a_yl_B83BGH .__instant.i4BCHNytDfKsB8aYl .iXQwKZnieU2Rj8WRG{
    column-gap: 32px;
}
#shopify-section-template--26982111379731__instant_vokjb4_j9pyel_ksli_PKbVBA .ixR1hJjMchrPhg390 strong,
#shopify-section-template--27286633808147__instant_vokjb4_j9pyel_ksli_PKbVBA .ixR1hJjMchrPhg390 strong
 {
    color: #5B302C;
}

@media (max-width: 767px){
  .inserted-promo-text h3 {
    font-size: 32px;
}
.instant-rich-text.iASxpPW5WkOZnA8YG strong {
    font-size: 16px;
}
#shopify-section-template--26982111379731__instant_ep_kpk_z3_hrg8e_ky_ds_NDhqcM .__instant.iEpKpkZ3HRG8eKyDs .ibh0FiCRVJNtZJqFJ,
#shopify-section-template--27286633808147__instant_4_bch_nyt_df_ks_b8a_yl_B83BGH .__instant.iEpKpkZ3HRG8eKyDs .ibh0FiCRVJNtZJqFJ{
      font-size: 20px;
  }
  section#shopify-section-template--26982111379731__product_pages_DDWBQ4 .buying-option .price-title,
  section#shopify-section-template--27286633808147__product_pages_DDWBQ4 .buying-option .price-title{
    font-size: 13px;
}
}
@media (min-width: 1024px) {
#shopify-section-template--26982111379731__instant_4_bch_nyt_df_ks_b8a_yl_B83BGH .__instant.i4BCHNytDfKsB8aYl .i2lMih4bv2PRFlAGp,
#shopify-section-template--27286633808147__instant_4_bch_nyt_df_ks_b8a_yl_B83BGH .__instant.i4BCHNytDfKsB8aYl .i2lMih4bv2PRFlAGp{
    font-size: 14px;
}
#shopify-section-template--26982111379731__instant_4_bch_nyt_df_ks_b8a_yl_B83BGH .__instant.i4BCHNytDfKsB8aYl .izb80tRSr65VnZ49f,
#shopify-section-template--27286633808147__instant_4_bch_nyt_df_ks_b8a_yl_B83BGH .__instant.i4BCHNytDfKsB8aYl .izb80tRSr65VnZ49f{
    font-size: 14px;
    max-width: 230px;
}
#shopify-section-template--26982111379731__instant_4_bch_nyt_df_ks_b8a_yl_B83BGH .__instant.i4BCHNytDfKsB8aYl .ilXVlVj5UmASKWDF6,
#shopify-section-template--27286633808147__instant_4_bch_nyt_df_ks_b8a_yl_B83BGH .__instant.i4BCHNytDfKsB8aYl .ilXVlVj5UmASKWDF6{
    font-size: 14px;
    max-width: 130px;
}
}
section#shopify-section-template--26982111379731__product_pages_DDWBQ4 .pp-superform[data-unique=alpha-shape] div.buying-option, 
section#shopify-section-template--27286633808147__product_pages_DDWBQ4 .pp-superform[data-unique=alpha-shape] div.buying-option {
    flex-direction: row;
}

section#shopify-section-template--26982111379731__product_pages_DDWBQ4 .pp-superform[data-unique=alpha-shape] .add-to-cart,
section#shopify-section-template--27286633808147__product_pages_DDWBQ4 .pp-superform[data-unique=alpha-shape] .add-to-cart {
    background: #ef4b5b !important;
}


[class*="section-product-gempages-new"] {

    .pdp-feature li {
      color: black;
      font-size: 14px;
      line-height: 1.5;
    }
    .pdp-feature li:before {
      background-image: url(/cdn/shop/files/Rectangle-70.svg?v=1780517049);
    }
    .product-general-info-block h1 {
      font-size: 24px;
      color: black;
      font-family: 'DM Sans'
    }
    .oke-sr-count {
      color: black;
    }
    .additional-svg-icon {
      width: 18px;
      height: 18px;
      display: flex;
  }
  .additional-icon-with-text {
    color: #54585A;
    font-size: 12px;
  }
  .additional-icon-with-text-inner-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}
.rectangle-component p {
    font-family: 'DM Sans';
}
}
html[data-market-name="europe"] .show-eu.single-atc-button,
html[data-market-name="europe"] .show-uk.single-atc-button,
html[data-market-name="europe"] .show-ir-ic.single-atc-button {
  display: flex !important;
}

/* Father's Day PDP title + "90 Day Supply" — ONE inline heading, sized + coloured
   identically across all four placements: v7 render (.fd-rpdp) and both section
   PDPs (.section-fathers-day-pdp / -2). */

/* flow the title wrapper, the <h1>, and the "90 Day Supply" suffix inline so they
   read as a single heading and wrap together (instead of 90-day dropping to its own line) */
.fd-rpdp .product-general-info-block,
.fd-rpdp .product-general-info-block h1,
.section-fathers-day-pdp .product-general-info-block,
.section-fathers-day-pdp .product-general-info-block h1,
.section-fathers-day-pdp-2 .product-general-info-block,
.section-fathers-day-pdp-2 .product-general-info-block h1,
.fd-rpdp .fd-90day-suffix,
.section-fathers-day-pdp .fd-90day-suffix,
.section-fathers-day-pdp-2 .fd-90day-suffix {
  display: inline !important;
}

.fd-rpdp .product-general-info-block h1.h4,
.fd-rpdp .fd-90day-suffix.h4,
.section-fathers-day-pdp .product-general-info-block h1.h4,
.section-fathers-day-pdp .fd-90day-suffix.h4,
.section-fathers-day-pdp-2 .product-general-info-block h1.h4,
.section-fathers-day-pdp-2 .fd-90day-suffix.h4{
  font-size:42px !important;
  line-height:1.15 !important;
  color: #000 !important;
}

@media all and (max-width: 1200px){

  .fd-rpdp .product-general-info-block h1.h4,
.fd-rpdp .fd-90day-suffix.h4,
.section-fathers-day-pdp .product-general-info-block h1.h4,
.section-fathers-day-pdp .fd-90day-suffix.h4,
.section-fathers-day-pdp-2 .product-general-info-block h1.h4,
.section-fathers-day-pdp-2 .fd-90day-suffix.h4{
  font-size:32px !important;
}
}

@media all and (max-width: 767px){

  .fd-rpdp .product-general-info-block h1.h4,
.fd-rpdp .fd-90day-suffix.h4,
.section-fathers-day-pdp .product-general-info-block h1.h4,
.section-fathers-day-pdp .fd-90day-suffix.h4,
.section-fathers-day-pdp-2 .product-general-info-block h1.h4,
.section-fathers-day-pdp-2 .fd-90day-suffix.h4{
  font-size:24px !important;
  display:block !important;
  margin-bottom:10px !important;
}
}

.section-fathers-day-pdp-2 .product__info {
  text-align:left !important;
}

.ixR1hJjMchrPhg390 p strong {
    color: black;
}
@media (min-width: 1200px) {
  .__instant.iVOKJB4J9pyelKSLI .iSfXPNofwOTsFJ6Fd {
      width: 720px !important;
  }
}
product-media-carousel#product-media-9953847181587-template--27163755970835__product_pages_fXPYrh---MainSection carousel-component .product-bottom-reviews-content {
    display: none;
}
section#shopify-section-template--27163755970835__product_pages_fXPYrh product-media-carousel#product-media-9870596440339-template--27163755970835__product_pages_fXPYrh---MainSection .product-bottom-reviews-content {
  display: none;
}

/* ----- popup overlay (always on top) ----- */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 14, 23, 0.5);
    backdrop-filter: blur(3px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

/* when popup is active */
.popup-overlay.active {
    opacity: 1;
    visibility: visible;
}
.popup-overlay.active .popup-card {
    transform: scale(0.9) translateY(0);
}
.popup-close-btn {
    background: #eef2f6;
    border: none;
    border-radius: 100px;
    font-weight: 500;
    font-size: 34px;
    color: #000;
    cursor: pointer;
    transition: 0.15s;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
}
.popup-description img {
  width: 100%;
}
@media (min-width: 768px) {
    .product--with-desktop-media-carousel .product__content--with-not-fixed-content .product-desktop-media {
        z-index: 99;
    }
    .popup-overlay.active .popup-card {
    transform: scale(0.65) translateY(0);
}
}
.iKDdKAzlNtSu1QKSo img.shop-pay {
    mix-blend-mode: multiply;
}




/* PRODUCT OLD */

.pp-superform-old .buying-option {
    flex-direction: row;
    min-height: 70px;
}

#shopify-section-product .pp-superform-old .buying-option button {
    padding: 10px !important;
    text-align: center;
    justify-content: center;
}

.pp-superform-old span.NewRadioOption__Price {
    display: none !important;
}

.pp-superform-old .buying-option .price-title {
    text-align: center;
    margin: 0;
}

#shopify-section-product .pp-superform-old .buying-option button.active {
    background: transparent;
    border: 4px solid #4C82A3;
}

.pp-superform-old .jars-option button.active {
    background: transparent;
    border: 4px solid #4c82a3;
}

.pp-superform-old .variant-swatch-image {
    display: none;
}

.pp-superform-old .jars-option .active .price-title {
    order: 1;
}

.pp-superform-old span.delivery-info {
    order: 2;
}

.pp-superform-old .jars-option button {
    align-items: center;
    justify-content: center;
    position: relative;
}

.pp-superform-old .jars-option button:nth-child(3):before {
  content: "BEST SELLER";
    color: #fff;
    background: #000;
}

.pp-superform-old .jars-option button:nth-child(5):before {
  content: "BEST VALUE";
  position: absolute;
  top: -12px;
  font-family: DM Sans;
  font-size: 10px;
  text-align: center;
  left: 50%;
  transform: translate(-50%);
  color: #fff;
  background: #ffac33;
  display: block;
  width: 70%;
  border-radius: 4px;
  max-width: 100%;
  padding: 3px 0;
  min-width: unset;
  max-width: unset;
  width: 85px;
  line-height: 1.2;
}
.pp-superform-old button.active {
    background: transparent !important;
    border: 4px solid #4c82a3 !important;
}

.pp-superform-old .buying-option button {
    padding: 10px 10px !important;
}
.cart-item__image-new, .cart-item__option-new, .checkout-btn-text, .cart-drawer__total, .cart-drawer__payments {
  display: none;
}
.product-sale-amount-badge span {
  display: none;
}