/** Shopify CDN: Minification failed

Line 146:32 Expected identifier but found ")"
Line 823:4 Expected identifier but found "\"Plus Jakarta Sans\""
Line 1603:1 Expected "}" to go with "{"

**/
img {
  max-width: 100%;
  height: auto;
}

.row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}

.text-right {
  text-align: right; 
}

.text-center {
  text-align: center;
}

.custom-btn {
  line-height: 1;
  padding: 9.5px 16px;
  text-align: center;
  text-transform: uppercase;
  background: #ffb5ab;
  font-weight: 500;
  color: #222;
  font-size: 14px;
  border-radius: 9999px;
  display: inline-block;
  border: 1px solid #ffb5ab;
  transition: all 0.3s linear;
  text-decoration: none;
}

.custom-btn:hover {
  background: #fff;
  color: #000;
}

#affiliates-hero-section {
  padding: 85px 0;
}

#affiliates-hero-section h1 {
  margin: 0;
  padding-bottom: 24px;
  color: #222;
  font-size: 26px;
  line-height: 1;
}

#affiliates-hero-section p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #222;
  padding-bottom: 40px;
}

.wrapper-who-are {
  padding: 56px 0;
}

.wrapper-who-are .row {
  justify-content: center;
}

.wrapper-who-are img {
    width: 120px;
    margin-bottom: 10px;
}

.wrapper-who-are h2 {
  font-size: 26px;
  color: #222;
  line-height: 1.5;
  margin: 0 0 25px; 
  font-weight: 500;
}

.wrapper-who-are p {
  text-align: left;
  color: #222;
  font-size: 16px;
  margin-bottom: 25px;
}

.wrapper-youWill-love {
  padding: 85px 0;
}

.wrapper-youWill-love h2 {
  font-size: 26px;
  color: #222;
  margin: 0 0 20px;
  line-height: 1.5;
}

.wrapper-youWill-love p {
  font-size: 16px;
  color: #222;
  margin: 0;
  line-height: 1.5;
}

.wrapper-youWill-love ul li {
    margin-bottom: 20px;
    font-size: 14px;
    color: #222;
    line-height: 1;
    position: relative;
    list-style: none;
}

.wrapper-youWill-love ul li:last-child {
  margin-bottom: 0;
}

.wrapper-youWill-love ul {
  margin: 0;
}

.wrapper-youWill-love ul li::before {
    content: '';
    position: absolute;
    background: url(/cdn/shop/files/Mediamodifier-Design_59b1cad7-f9dc-4169-a875-0ac74503ae82.svg?v=1703263947) no-repeat center center / contain;
    width: 17px;
    height: 17px;
    left: -40px;
    top: 50%;
    transform: translateY(-50%););
}

.wrapper-youWill-love .row {
    align-items: stretch;
}

.wrapper-get-started {
    padding: 64px 15px;
}

.wrapper-get-started .table-view {
    border: 1px solid #909090;
    margin-bottom: 40px; 
}

.wrapper-get-started .table-view ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
}

.wrapper-get-started .table-view ul li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 12px;
    border-right: 1px solid #909090;
    text-align: center;
}

.wrapper-get-started .table-view ul li span {
    font-size: 16px;
    color: #fff;
    background: #ffb5ab;
    margin-bottom: 20px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 32px;
    display: inline-block;
}

.wrapper-get-started .table-view ul li h4 {
    font-size: 16px;
    color: #222;
    margin: 0 0 20px;
    font-family: 'Poppins';
    line-height: 1.2;
    font-weight: 600;
}

.wrapper-get-started .table-view ul li p {
    font-size: 14px;
    color: #222;
    margin: 0;
    line-height: 1.5;
}

.wrapper-get-started .table-view ul li:last-child {
    border-right: none;
}

.wrapper-get-started .table-view h2 {
    margin: 0;
    text-align: center;
    color: #222;
    font-size: 18px;
    font-family: 'Poppins';
    letter-spacing: 0;
    padding: 16px 0;
    border-bottom: 1px solid #909090;
}

.ingredients-slider-for-image .items-image img {
    aspect-ratio: 1 / 1;
    background-color: #F7F7F7;
    width: 190px;
    border-width: 1px;
    border-color: #D9D9D9;
    border-radius: 9999px;
    transform: scale(0.55);
    transition: all 300ms ease-in-out;
    margin: auto;
}

.ingredients-slider-for-image .items-image h3 {
    visibility: hidden;
    opacity: 0;
    transition: all 300ms ease-in-out;
    font-size: 16px;
    font-family: 'Poppins';
    color: #222;
    font-weight: 600;
    margin: 20px 0 0;
}

.ingredients-slider-for-image .slick-current .items-image img {
    transform: scale(1);
}

.ingredients-slider-for-image .slick-current .items-image h3 {
    visibility: visible;
    opacity: 1;
}

.ingredients-slider-for-image .items-image {
    text-align: center;
    padding: 0 5px; 
}

.wrapper-ingredients h2 {
    font-size: 34px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0;
    margin: 0 0 20px;
}

.ingredients-slider-for-content {
    max-width: 50%;
    margin: 20px auto 0;
    border-top: 1px solid #d9d9d9;
    padding-top: 20px;
}

.items-content p {
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    margin: 0;
}

.ingredients-slider-for-content .slick-arrow::before {
    display: none;
}

.ingredients-slider-for-content .slick-arrow {
    width: 32px;
    height: 32px;
    border-radius: 32px;
    background: #000 !important;
    z-index: 2;
    transform: translate(0, 0);
}

.ingredients-slider-for-content .slick-arrow::after {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    inset: 0;
    margin: auto;
    filter: invert(1);
    background: url(/cdn/shop/files/Mediamodifier-Design_ce3e968d-e3ea-4cf9-a44b-181ed5cb09fb.svg?v=1703254864) no-repeat center center / 22px;
}

.ingredients-slider-for-content .slick-prev.slick-arrow:after {
    transform: rotate(180deg);
}

.ingredients-slider-for-content .slick-prev.slick-arrow {
    left: 0px;
    top: -40px;
}

.ingredients-slider-for-content .slick-next.slick-arrow {
    right: 0px;
    top: -40px;
}

.ingredients-slider-for-content .slick-arrow.slick-disabled {
    pointer-events: none;
    opacity: 0.4;
}

.plh-featured .plan-price {
    text-align: right;
}

.plh-featured .plan-price h3 {
    margin-bottom: 0;
    font-size: 16px;
}

.plh-featured .plan-price h4 {
    margin: 0 0 18px;
    font-size: 16px; 
}

.plh-featured .plh-desc p {
    min-height: 75px;
}

.addtoCart-container {
    display: flex;
    flex-wrap: wrap;
}

.addtoCart-container .product-form {
    flex: 0 0 100%;
}

.addtoCart-container .product-form+div {
    flex: 1 0 auto;
}

.sticky-atc--show .sticky-atc-inner .atc-buy-button .addtoCart-container {
    display: block;
}

.sticky-atc--show .sticky-atc-inner .atc-buy-button .addtoCart-container product-form.product-form + div {
    display: none;
}

.plh-featured a {
    text-decoration: none;
    align-self: center;
}

@media screen and (max-width: 1024px) {
  .addtoCart-container {
    display: block;
  }
  .reviews-io-nuggets-widget {
    display: block;
  }
  .NuggetsWidget-prefix .NuggetsWidget {
    max-width: 100% !important;
  }
}

@media screen and (max-width: 991px) {
  .wrapper-who-are .col-6 {
      flex: 0 0 80%;
      max-width: 80%;
  }
  .ingredients-slider-for-content {
      max-width: 70%; 
  }
  .skio-flex-containers {
      flex-direction: column !important;
  }
  .skio-group-container--available {
      width: 100% !important;
  }
  .skio-group-container--available:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .skio-group-container--available:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}

@media screen and (max-width: 767px) {
  .plh-featured a {
    text-align: center;
  }

  .plh-img {
      max-width: 25% !important;
  }
  .col-container {
      flex-direction: column !important;
      align-items: center;
  }
  .col-a2,
  .col-a1 {
      width: 100% !important;
  }
  .col-a2 .button.button--primary {
      margin: 0 auto !important;
  }
  .items-content p {
    font-size: 14px;
    line-height: 1.5;
  }
  .ingredients-slider-for-image .items-image h3 {
    font-size: 14px;
  }
  .ingredients-slider-for-content {
    max-width: 100%;
  }
  .wrapper-ingredients h2 {
    font-size: 26px;
    margin: 0 0 20px;
  }
  .col-6 {
      flex: 0 0 100%;
      max-width: 100%;
  }
  #affiliates-hero-section {
      padding: 55px 0;
  }
  .row {
      gap: 30px;
  }
  .wrapper-who-are .col-6 {
      flex: 0 0 100%;
      max-width: 100%;
  }
  .wrapper-who-are p {
    text-align: center;
  }
  .wrapper-who-are,
  .wrapper-youWill-love,
  .wrapper-get-started {
      padding: 50px 0;
  }
  .wrapper-get-started .table-view ul {
      flex-wrap: wrap;
  }
  .wrapper-get-started .table-view ul li {
      flex: 0 0 100%;
      max-width: 100%;
      border-right: none;
      border-bottom: 1px solid #909090;
  }
  .wrapper-get-started .table-view ul li:last-child {
      border-bottom: none;
  }
}

.boost-cart__checkout-cta {
    text-transform: capitalize;
}
 
.ticker {
  margin-bottom: -44px !important;
  margin-right: 8px;
  background: white !important;
  border: 1px solid black;
}

#product-grid .quick-add__submit {
    border: 2px solid black;
    color: black !important;
    background-color: white;
    box-shadow: none;
      }


@font-face {
    font-family: "BookmaniaBold";
    src: url("/cdn/shop/files/BookmaniaBold.woff2?v=1717013373") format("woff2");
}
@font-face {
    font-family: "Glacial";
    src: url("/cdn/shop/files/GlacialIndifference-Regular.woff2?v=1717013436") format("woff2");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Glacial";
    src: url("/cdn/shop/files/GlacialIndifference-Bold.woff2?v=1717013606") format("woff2");
    font-weight: bold;
    font-style: normal;
}


/* Blog CSS ZM */

.bloggle--nav-item {
    text-wrap: nowrap;
    background: #F8F0ED;
    border-radius: 8px;
    padding: 2px 8px;
    margin: 0px !important;
}
.bloggle--nav  { 
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    overflow: auto;
    padding-bottom: 8px;
}

.bloggle--nav-item.bloggle--active {
    border: 2px solid black;
    text-decoration: none !important
}

.bloggle--nav::-webkit-scrollbar-track {
    background-color: #f8f0ed;
    border: none;
    border-radius: 4px
}

.bloggle--nav::-webkit-scrollbar {
    width: 100px;
    height: 10px;
}

.bloggle--nav::-webkit-scrollbar-thumb {
    background: #393535;
    border-radius: 4px
}

#article-header h1 {
    font-family: 'bookmania';
    font-weight: 600;
    color: #393535;
}
.bggle--product-title {
    font-family: 'bookmania';
    font-weight: bold;
    font-size: 18px;
    color: #393535 !important;
}
.bggle--sideBar--title {
    font-family: 'Glacial' !important;
    font-size: 20px !important;
}
#bloggle_sideBar .bloggle--blog-item-button {
    margin-top: 0px !important;
    background: #393535 !important;
}

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

#bloggle_sideBar a .bggle--product-item-img {
    border-radius: 8px;
}

#bloggle_sideBar {
  height: fit-content !important;
  background: #F8F0ED !important;
}

#bloggle_sideBar a {
    padding: 4px 12px !important;
    box-shadow: 0px 8px 20px 0px #393535;
}
}

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

#bloggle_sideBar a .bggle--product-item-img {
    border-radius: 8px;
    height: unset !important;
    width: unset !important;
    margin-top: 8px;
}

.bggle--info-siderBar-product {
    margin-top: -15px !important;
    flex-direction: column;
    }

#bggle--product-related {
    display: flex;
    flex-direction: column;
    background: #f8f0ed;
    border: 2px solid #393535;
    border-radius: 16px;
    padding: 12px !important;
}

#bggle--product-related-link {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
#bloggle_sideBar #bggle--product-related .bggle--sideBar--title {
    text-align: center;
    padding: 0px !important;
    border-bottom: 1px solid #393535 !important;
    
}
#bloggle_sideBar .bggle--info-siderBar-product .bggle--product-info {
    margin-left: 0px !important;
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-top: 8px;
}
#bloggle_sideBar {
    top: 100px !important;
}
#last-articles {
    display: flex;
    flex-direction: column;
    background: #393535;
    border: 2px solid #f8f0ed;
    border-radius: 16px;
    padding: 12px !important;
    margin-top: 16px;
}
#bggle-latest-articles{
    color: white !important;
}
.bggle-latest-article {
    display: flex;
    flex-direction: column;
    background: #f8f0ed;
    border-radius: 16px;
    margin-bottom: 0px !important;
}
.bggle-latest-article p {
    padding: 8px;
    font-size: 14px !important;
    line-height: 18px !important;
}
.bggle-latest-article-img {
    width: 100% !important;
    border-radius: 16px;
}
#bloggle_sideBar #last-articles .bggle--sideBar--title {
    text-align: center;
    padding: 0px !important;
    border-bottom: 1px solid #f8f0de !important;
}

}
/* ZM NEW BUTTONS */
.new-blog-btn {
    width: 75%;
    max-width: 600px;
    margin-top: 8px;
    background: #393535;
    color: #FFFFFF;
    border-radius: 16px;
    border: 2px solid #393535;
    display: block;
    text-decoration: none;
    margin: 16px auto 0px;
    padding: 12px 8px;
    line-height: 1;   
    font-family: 'Glacial';
}
.new-blog-btn:hover{
    background: #F8F0ED;
    color: #393535;
}

@media screen and (min-width: 990px) {
.new-blog-btn {
    font-size: 20px;
}
}
@media screen and (max-width: 989px) {
.new-blog-btn {
    font-size: 14px;
}
}

.new-blog-btn-scnd {
    width: 75%;
    max-width: 600px;
    margin-top: 8px;
    background: #F8F0ED;
    color: ##393535;
    border-radius: 16px;
    border: 2px solid #393535;
    display: block;
    text-decoration: none;
    margin: 16px auto 0px;
    padding: 12px 8px;
    line-height: 1;   
    font-family: 'Glacial';
}
.new-blog-btn-scnd:hover{
    background: #393535;
    color: #FFFFFF;
}

@media screen and (min-width: 990px) {
.new-blog-btn-scnd {
    font-size: 20px;
}
}
@media screen and (max-width: 989px) {
.new-blog-btn-scnd {
    font-size: 14px;
}
}
.zm-new-btn {
    width: 75%;
    max-width: 600px;
    margin-top: 8px;
    background: #393535;
    color: #FFFFFF;
    border-radius: 16px;
    border: 2px solid #393535;
    display: block;
    text-decoration: none;
    margin: 16px auto 0px;
    padding: 12px 8px;
    line-height: 1;   
    font-family: 'Glacial';
    text-align: center;
}
.zm-new-btn:hover{
    background: #F8F0ED;
    color: #393535;
}

@media screen and (min-width: 990px) {
.zm-new-btn {
    font-size: 20px;
}
}
@media screen and (max-width: 989px) {
.zm-new-btn {
    font-size: 14px;
}
}
.zm-new-btn-scnd {
    width: 75%;
    max-width: 600px;
    margin-top: 8px;
    background: #F8F0ED;
    color: #393535;
    border-radius: 16px;
    border: 2px solid #393535;
    display: block;
    text-decoration: none;
    margin: 16px auto 0px;
    padding: 12px 8px;
    line-height: 1;   
    font-family: 'Glacial'
    text-align: center;
}
.zm-new-btn-scnd:hover{
    background: #fadacf;
    color: #393535;
}

@media screen and (min-width: 990px) {
.zm-new-btn-scnd {
    font-size: 20px;
}
}
@media screen and (max-width: 989px) {
.zm-new-btn-scnd {
    font-size: 14px;
}
}

@media screen and (max-width: 768px) {
#bloggle_sideBar #bggle--product-related {
  height: auto !important;
}
}

/* RIVO LOYALTY PAGE */

@media screen and (max-width: 750px) {
.rivo-hero-buttons .zm-new-btn {
    width: 100%
}
.rivo-hero-buttons .zm-new-btn-scnd {
    width: 100%
}
}

@media screen and (min-width: 751px) {
.rivo-hero-buttons .zm-new-btn {
    width: 40%
}
.rivo-hero-buttons .zm-new-btn-scnd {
    width: 40%
}

.rivo-hero-buttons {
  width: 100%;
  max-width: 100% !important;
}


.ruk_rating_snippet i{
    color: #d7b1a4;
    "Plus Jakarta Sans", sans-serif
}
.ruk_rating_snippet .ruk-rating-snippet-count{
    font-family: "Plus Jakarta Sans", sans-serif;
}

/* ============================================
   STICKY ATC BAR
   ============================================ */
.plh-sticky-atc {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff;
  border-top: 1px solid rgba(0,0,0,0.1);
  box-shadow: 0 -4px 20px rgba(0,0,0,0.08);
  transform: translateY(100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.plh-sticky-atc--visible {
  transform: translateY(0);
}

.plh-sticky-atc__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 16px;
  max-width: 1200px;
  margin: 0 auto;
}

.plh-sticky-atc__product {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  flex: 1;
}

.plh-sticky-atc__img {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
}

.plh-sticky-atc__info {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.plh-sticky-atc__title {
  font-size: 13px;
  font-weight: 600;
  color: #1a1a1a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.plh-sticky-atc__price {
  font-size: 13px;
  font-weight: 500;
  color: #393535;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.plh-sticky-atc__btn {
  background: #393535;
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.1s ease;
  white-space: nowrap;
  flex-shrink: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  letter-spacing: 0.3px;
}

.plh-sticky-atc__btn:hover {
  background: #2a2626;
}

.plh-sticky-atc__btn:active {
  transform: scale(0.97);
}

/* Safe area for notched phones */
@supports (padding-bottom: env(safe-area-inset-bottom)) {
  .plh-sticky-atc {
    padding-bottom: env(safe-area-inset-bottom);
  }
}

/* ============================================
   READ MORE DESCRIPTION TOGGLE (Mobile)
   ============================================ */
.plh-desc-collapsible.plh-desc-init.plh-desc-collapsed {
  max-height: 80px;
  overflow: hidden;
  position: relative;
}

.plh-desc-collapsible.plh-desc-init.plh-desc-collapsed::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: linear-gradient(transparent, #faf8f5);
  pointer-events: none;
}

.plh-desc-collapsible.plh-desc-init.plh-desc-expanded {
  max-height: 2000px;
  overflow: visible;
}

.plh-desc-readmore {
  display: none; /* shown by JS on mobile */
  align-items: center;
  gap: 4px;
  background: none;
  border: none;
  padding: 6px 0 2px;
  font-size: 13px;
  font-weight: 700;
  color: #5A3E1B;
  cursor: pointer;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.plh-desc-readmore:hover {
  color: #2e4a49;
}

.plh-desc-readmore__arrow {
  font-size: 11px;
  transition: transform 0.2s;
}




/* ===========================
   CRO IMPROVEMENTS
   =========================== */

/* Product Card Stars (Best Sellers) */
.plh-product-card__stars {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 2px 0 6px;
}

.plh-card-stars {
  color: #F5A623;
  font-size: 13px;
  letter-spacing: 1px;
}

.plh-card-review-count {
  font-size: 11px;
  color: #6b6260;
  font-weight: 500;
}

/* Product Card Badge */
.plh-product-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #393535;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 20px;
  z-index: 2;
  pointer-events: none;
}

.plh-product-card {
  position: relative;
}

/* Social Proof Urgency Strip on PDP */
.plh-social-proof-strip {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #393535;
  background: #FFF8F4;
  border: 1px solid #F2E6DD;
  border-radius: 8px;
  padding: 8px 14px;
  margin-bottom: 12px;
}

.plh-social-proof-strip__icon {
  font-size: 16px;
  flex-shrink: 0;
}

.plh-social-proof-strip__text strong {
  font-weight: 700;
  color: #393535;
}

/* "Most Popular" pill on subscribe option */
.plh-most-popular-pill {
  display: inline-flex;
  align-items: center;
  background: #393535;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: 20px;
  margin-left: 8px;
  vertical-align: middle;
  flex-shrink: 0;
}

/* Savings callout under ATC */
.plh-savings-callout {
  text-align: center;
  font-size: 13px;
  color: #5A3E1B;
  font-weight: 600;
  margin-top: 8px;
  padding: 0;
}

.plh-savings-callout span {
  background: #FFF0E8;
  padding: 4px 12px;
  border-radius: 20px;
}

/* Sticky ATC Social Proof */
.plh-sticky-atc__stars {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 2px;
}

.plh-sticky-atc__stars-icons {
  color: #F5A623;
  font-size: 11px;
}

.plh-sticky-atc__stars-text {
  font-size: 11px;
  color: #6b6260;
}

/* Sticky ATC button improvement */
.plh-sticky-atc__btn {
  font-size: 14px !important;
  letter-spacing: 0.3px !important;
  padding: 0 24px !important;
}

/* Free Shipping Progress Bar (Cart) */
.plh-free-shipping-bar {
  background: #FFF8F4;
  border: 1px solid #F2E6DD;
  border-radius: 10px;
  padding: 12px 16px;
  margin-bottom: 16px;
}

.plh-free-shipping-bar__text {
  font-size: 13px;
  color: #393535;
  margin-bottom: 8px;
  text-align: center;
}

.plh-free-shipping-bar__text strong {
  font-weight: 700;
  color: #5A3E1B;
}

.plh-free-shipping-bar__track {
  background: #EDE0D8;
  border-radius: 10px;
  height: 8px;
  overflow: hidden;
}

.plh-free-shipping-bar__fill {
  background: linear-gradient(90deg, #5A3E1B, #8B6140);
  height: 100%;
  border-radius: 10px;
  transition: width 0.6s ease;
  min-width: 8px;
}

/* Cart Savings Callout */
.plh-cart-savings-callout {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: #FFF0E8;
  border: 1px solid #F2E6DD;
  border-radius: 8px;
  padding: 10px 16px;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 600;
  color: #5A3E1B;
}

.plh-cart-savings-callout__icon {
  font-size: 16px;
}

/* Cart checkout button upgrade */
.plh-cart-checkout-btn {
  position: relative;
}

.plh-cart-checkout-btn::after {
  content: '→';
  margin-left: 8px;
}

/* Trust badges row with USDA organic */
.plh-cart-trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: 14px;
}

.plh-cart-trust-badge {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: #6b6260;
}

/* "Ships Today" urgency */
.plh-ships-today {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 13px;
  color: #393535;
  font-weight: 500;
  margin: 10px 0 0;
  padding-top: 8px;
  border-top: 1px solid #ede0d8;
}

.plh-ships-today__dot {
  width: 8px;
  height: 8px;
  background: #4CAF50;
  border-radius: 50%;
  flex-shrink: 0;
  animation: plh-pulse 2s infinite;
}

@keyframes plh-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(0.85); }
}

/* Announcement bar urgency */
.plh-announcement-urgency {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* PDP review count next to title */
.plh-pdp-review-strip {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
  flex-wrap: wrap;
}

.plh-pdp-review-strip__stars {
  color: #F5A623;
  font-size: 14px;
  letter-spacing: 1px;
}

.plh-pdp-review-strip__count {
  font-size: 13px;
  color: #6b6260;
  text-decoration: underline;
  cursor: pointer;
}

.plh-pdp-review-strip__divider {
  color: #ccc;
  font-size: 12px;
}

.plh-pdp-review-strip__social {
  font-size: 13px;
  color: #5A3E1B;
  font-weight: 600;
}

/* Subscribe label upgrade */
.frequency-block__label-subscribe-tag {
  display: inline-flex;
  align-items: center;
  background: #393535;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: 10px;
  margin-left: 8px;
  vertical-align: middle;
}

/* Guarantee strip above ATC */
.plh-atc-guarantee-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 12px;
  color: #6b6260;
  margin-top: 8px;
  padding-top: 10px;
  border-top: 1px solid #F2E6DD;
}

.plh-atc-guarantee-strip svg {
  flex-shrink: 0;
  color: #5A3E1B;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .plh-social-proof-strip { font-size: 12px; padding: 6px 12px; }
  .plh-product-card__badge { font-size: 9px; padding: 3px 8px; }
  .plh-free-shipping-bar { padding: 10px 12px; }
  .plh-pdp-review-strip { gap: 6px; }
}
.plh-gallery-main-img { object-fit: contain !important; }


/* Mobile PDP Fixes - prevent layout shift and improve loading */
@media (max-width: 768px) {
  .plh-product-section {
    margin-top: 0 !important;
    padding: 1rem !important;
  }
  .plh-product-container {
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
  }
  .plh-main-image {
    min-height: 300px;
  }
  .plh-thumbnail-container {
    min-height: 52px;
  }
  .plh-product-details {
    padding: 0 0.5rem;
  }
  .plh-benefit-grid {
    grid-template-columns: 1fr !important;
    gap: 0.75rem !important;
  }
}


/* ============================================
   COMPREHENSIVE MOBILE PDP OPTIMIZATION
   Last updated: 2026-03-25
   ============================================ */

@media (max-width: 768px) {

  /* --- PRODUCT TITLE: Bigger, bolder on mobile --- */
  .plh-product-title {
    font-size: 36px !important;
    line-height: 1.15 !important;
    font-weight: 700 !important;
    margin-bottom: 8px !important;
    word-break: break-word;
  }

  /* --- BENEFIT CHIPS: Larger text, better tap targets --- */
  .plh-benefit-grid {
    gap: 8px !important;
    margin: 12px 0 !important;
  }
  .plh-chip {
    font-size: 15px !important;
    padding: 8px 14px !important;
    border-radius: 24px !important;
  }
  .plh-chip-txt {
    font-size: 15px !important;
    line-height: 1.3 !important;
  }
  .plh-chip-icon {
    font-size: 18px !important;
  }

  /* --- LONG DESCRIPTION: More readable --- */
  .plh-long-description {
    margin: 12px 0 !important;
  }
  .plh-long-description p {
    font-size: 16px !important;
    line-height: 1.6 !important;
    font-weight: 400 !important;
    color: #3a3a3a !important;
  }

  /* --- BUNDLE INCLUDES SECTION --- */
  .plh-bundle-includes {
    margin: 16px 0 !important;
  }
  .plh-bundle-includes-title,
  .plh-bundle-includes h3 {
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-bottom: 8px !important;
  }
  .plh-bundle-includes-list li {
    font-size: 16px !important;
    line-height: 1.5 !important;
    padding: 4px 0 !important;
  }

  /* --- PRICING: Clearer hierarchy --- */
  .frequency-block__price {
    font-size: 22px !important;
    font-weight: 600 !important;
  }
  s.fullPrice {
    font-size: 16px !important;
  }
  .frequency-block__option {
    padding: 14px !important;
    margin-bottom: 8px !important;
    border-radius: 10px !important;
  }

  /* --- PROMO BAR --- */
  .plh-atc-promo-bar {
    font-size: 14px !important;
    padding: 10px 14px !important;
    border-radius: 8px !important;
    margin: 10px 0 !important;
  }

  /* --- ATC BUTTON: Bigger tap target --- */
  .plh-actions button[type="submit"],
  .plh-actions .plh-atc-btn,
  .plh-actions button:not(.quantity__button) {
    font-size: 17px !important;
    padding: 16px 24px !important;
    border-radius: 12px !important;
    min-height: 54px !important;
  }

  /* --- GUARANTEE STRIP --- */
  .plh-atc-guarantee-strip {
    font-size: 13px !important;
    padding: 8px 0 !important;
  }

  /* --- TRUST BADGES --- */
  .plh-trust-badges {
    padding: 16px 0 !important;
    gap: 12px !important;
  }

  /* --- PRODUCT ACCORDIONS --- */
  .plh-product-accordions {
    margin-top: 20px !important;
  }
  .plh-accordion-header,
  .plh-accordion-toggle {
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 14px 0 !important;
  }
  .plh-accordion-content,
  .plh-accordion-body {
    font-size: 15px !important;
    line-height: 1.6 !important;
  }

  /* --- COMPLETE YOUR BUNDLE / RELATED PRODUCTS --- */
  .plh-bundle-title,
  .plh-complete-bundle h2,
  .plh-related-products h2 {
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-bottom: 12px !important;
  }

  /* --- RELATED PRODUCT CARDS --- */
  .plh-related-atc {
    font-size: 13px !important;
    padding: 10px 16px !important;
    border-radius: 8px !important;
  }

  /* --- REVIEW STRIP --- */
  .plh-pdp-review-strip {
    margin: 8px 0 !important;
  }
  .plh-pdp-review-strip__stars {
    font-size: 16px !important;
  }
  .plh-pdp-review-strip__count {
    font-size: 14px !important;
  }
  .plh-pdp-review-strip__social {
    font-size: 14px !important;
  }

  /* --- FREQUENCY/SUBSCRIPTION BLOCK --- */
  .frequency-block {
    margin: 16px 0 !important;
  }
  .frequency-block__label-subscribe-tag {
    font-size: 10px !important;
  }

  /* --- QUANTITY SELECTOR --- */
  .plh-actions .quantity__button {
    min-width: 40px !important;
    min-height: 40px !important;
    font-size: 18px !important;
  }
  .plh-actions .quantity__input {
    font-size: 16px !important;
    min-width: 44px !important;
  }

  /* --- SECTION SPACING: Tighter top, comfortable breathing room --- */
  .plh-product-section {
    margin-top: 0 !important;
    padding: 12px 16px !important;
  }
  .plh-product-container {
    gap: 1.25rem !important;
  }
  .plh-product-details {
    padding: 0 4px !important;
  }
  .plh-product-details > div {
    margin-bottom: 4px !important;
  }

  /* --- SOCIAL PROOF STRIP --- */
  .plh-social-proof-strip {
    font-size: 13px !important;
    padding: 8px 14px !important;
  }

  /* --- GALLERY: Touch-friendly thumbnails --- */
  .plh-thumbnail-item {
    width: 56px !important;
    height: 56px !important;
    border-radius: 8px !important;
  }
  .plh-thumbnail-container {
    gap: 8px !important;
    padding: 8px 0 !important;
  }

  /* --- APP BLOCKS (Stamped reviews etc): Prevent overflow --- */
  .plh-app-block {
    overflow-x: hidden !important;
    max-width: 100vw !important;
  }
}

/* Small phone optimization (iPhone SE, etc.) */
@media (max-width: 380px) {
  .plh-product-title {
    font-size: 30px !important;
    line-height: 1.2 !important;
  }
  .plh-chip {
    padding: 6px 10px !important;
    font-size: 13px !important;
  }
  .plh-chip-txt {
    font-size: 13px !important;
  }
  .plh-bundle-includes-list li {
    font-size: 15px !important;
  }
}


/* =============================================
   PLH Trust Strip - Conversion Optimization
   ============================================= */
.plh-trust-strip {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 6px;
  padding: 14px 0 4px;
  margin-top: 14px;
  border-top: 1px solid #e8ddd6;
}

.plh-trust-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11.5px;
  color: #7a6457;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 500;
  flex: 1;
  justify-content: center;
  text-align: center;
}

.plh-trust-item svg {
  flex-shrink: 0;
  stroke: #b08e80;
  width: 15px;
  height: 15px;
}

@media (max-width: 768px) {
  .plh-trust-strip {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 12px 0 4px;
  }
  .plh-trust-item {
    justify-content: flex-start;
    font-size: 12px;
  }
}