/** Shopify CDN: Minification failed

Line 1530:8 Expected identifier but found whitespace
Line 1530:10 Unexpected "{"
Line 1530:19 Expected ":"
Line 1540:8 Expected identifier but found whitespace
Line 1540:10 Unexpected "{"
Line 1540:19 Expected ":"
Line 1541:16 Expected identifier but found whitespace
Line 1541:17 Unexpected "2px"
Line 1541:28 Unexpected "{"
Line 1541:37 Expected ":"
... and 9 more hidden warnings

**/



span.t4s-swatch__current.t4s-dib {
    text-transform: uppercase;
    letter-spacing: normal;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid black;
    line-height: 20px;
    padding: 0 5px 0 5px;
    margin: 0 0 20px;
    border-style: solid double;
    min-width: 200px;
    text-align: center;
}
.j_chosen-swatch {
 
}
@media (max-width: 1000px) { 
span.t4s-swatch__current.t4s-dib
  {
    max-width: 150px;
   min-width: 150px;
  }
  .t4s-btn__size-chart {
     padding: 0 0 3px 0 !important;
  }

  .t4s-swatch__title {    
    align-items: center !important;
    flex-direction: column !important;
  }
}
.t4s-btn__size-chart {
   border-bottom: 1px solid;
   padding: 0 0 4px;
   text-transform: capitalize;
   letter-spacing: normal;
}
.j_swatch1:before { padding: 0 !important;}

.t4s-swatch__item.is-sw__color {
  width: 60px !important;
    box-shadow: none !important;
    border: none !important;
    --t4s-bg-color: none! important;}

.t4s-swatch__item.is-sw__color.is--selected { border: 1px solid !important; }

.t4s-product__price-review .t4s-badge-price {font-family: var(--font-family-1) !important; }
.t4s-mini_cart__edit { display: none !important; }

.t4s-swatch__title>a.t4s-btn__size-chart {
    font-weight: 900 !important;
    line-height: 12px;
    padding: 7px 0 5px;
    text-decoration: none !important;
    letter-spacing:0 !important; 
    margin: 0 !important;
    text-transform: none !important;
    display: unset !important;
    border-bottom: 1px solid;
  }
.pswp__bg { background-color: #000c !important; }
.t4s-swatch__title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}


@media (max-width: 1000px) {
  p {
    font-size: 13px !important;
  }
  ul {
    font-size: 13px !important;
  }
  
}
/* snippets/j_product-grid-item.liquid */

.j_card-product {
  min-height: 100px;
  height: 130px;
}

.oke-stars-background svg {
  height: 12px;
}
.oke-stars-foreground svg {
  height: 12px;
}

.oke-sr-count,
.oke-sr-rating,
.oke-sr-stars {
  font-size: 12px;
}
.oke-w-filter {
  display: none;
}
.oke-w-filter--text-search {
  display: block;
}
.t4s-product .t4s-product-title {
  font-size: 12px;
  line-height: 15px;
}

.j_card-subtitle {
  font-size: 12px;
  line-height: 13px;
  font-style: italic;
  color: #b59677;
}

/* 1. Apply a base transition for smoothness */
.j_t4s-product {
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

/* 2. On hover, elevate the card with a shadow and slight lift */
.j_t4s-product:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}

/* Optional: if you only want the shadow on desktop */
@media (hover: hover) and (pointer: fine) {
  .j_t4s-product:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
  }
}
.j_t4s-pr-soldout {
  display: none;
}

@media (max-width: 800px) {
  .j_card-product {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
  }

  .j_t4s-pr-soldout {
    display: flex;
    color: #000;
    background: #aaaa;
    vertical-align: middle;
    justify-content: center;
    line-height: 32px;
    font-size: 14px;
    align-items: center;
  }
}

/********************************************************/

/* sections/j_feature-ingredients.liquid */

.j_feature-ingredients {
  padding: 0 50px;
  /* border-top: 1px solid #ddd;
  margin-top: 20px;*/
}
.j_feature-ingredients-container {
  display: flex;
  justify-content: center;
}
.j_feature-ingredients-title {
  text-align: center;
}
.j_feature-ingredients-content {
  width: 50%;
  max-width: 600px;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  justify-content: center;
}
.j_feature-ingredients-list {
  display: flex;
  column-gap: 20px;
  align-items: center;
}
.j_feature-ingredients-image {
  width: 50%;
  max-width: 600px;
  display: flex;
  justify-content: flex-start;
}
.j_feature-ingredients-icon {
  width: 80px;
  height: 80px;
  max-width: 100px;
}

@media (max-width: 1000px) {
  .j_feature-ingredients-title {
    margin-bottom: 20px;
  }
  .j_feature-ingredients-image {
    display: none;
  }
  .j_feature-ingredients-content {
    width: 100%;
  }
  .j_feature-ingredients {
    padding: 30px 50px 10px 50px;
  }
  .j_feature-ingredients-icon {
    width: 50px;
    height: 50px;
  }
  .j_feature-ingredients-text h5 {
    font-size: 15px;
  }
  .j_feature-ingredients-text p {
    font-size: 13px;
  }
}

/********************************************************/

/* sections/j_feature1.liquid */
/* Common Styles */
.j_feature1-title {
  text-align: center;
  margin-top: 20px;
  background: var(--preorder-badge-background);
  padding: 10px 0 5px 0;
}
.line-connector {
  position: relative;
  width: 150px; /* Adjust line width */
  height: 1px; /* Line thickness */
  background-color: #000;
  margin: 20px;
}
.line-connector::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0; /* Dot at the right end */
  transform: translateY(-50%);
  width: 12px; /* Dot diameter */
  height: 12px;
  border-radius: 50%;
  background-color: #dc7298;
}
.line-connector2 {
  position: relative;
  width: 150px;
  height: 1px;
  background-color: #000;
  margin: 20px;
}
.line-connector2::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0; /* Dot at the left end */
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #dc7298;
}

/* Desktop Layout */
.j_feature1-desktop {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 50px;
}
.j_feature1-left,
.j_feature1-center,
.j_feature1-right {
  width: 33.33%;
}
.j_feature1-left {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 30px;
}
.j_feature1-right {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 30px;
}
.j_feature1-center {
  text-align: center;
}
.j_feature1-text1,
.j_feature1-text2,
.j_feature1-text3,
.j_feature1-text4 {
  display: flex;
  max-width: 400px;
}

/* Mobile Layout */
.j_feature1-mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
}
.j_feature1-mobile-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.j_feature1-mobile-right {
  width: 50%;
  text-align: center;
}
.j_feature1-mobile-image {
  max-width: 100%;
  height: auto;
}
.j_feature1-title p {
  margin-bottom: 0 !important;
  padding-bottom: 5px;
  padding-top: 10px;
}

/* Hide/Show Conditions */
@media (max-width: 1000px) {
  .j_feature1-center-image {
  object-fit: cover;
  height: 700px;
  }
  .j_feature1-desktop {
    display: none;
  }
  .j_feature1-mobile-left h5 {
    font-size: 15px;
  }
  .j_feature1-mobile-left p {
    font-size: 13px;
  }
  .j_feature1-mobile-right-half {
    flex: 1;
    overflow: hidden;
    margin: -60px;
  }
  .j_feature1-mobile-right {
    width: 150%;
  }
  .j_feature1-title {
    margin-bottom: 20px;
  }

  .line-connector {
    width: 37%;
    border-bottom: 1px solid black;
    top: 36px;
    left: calc(100% + 8px);
    position: absolute;
    display: block;
  }
  .j_feature1-text1,
  .j_feature1-text2,
  .j_feature1-text3,
  .j_feature1-text4 {
    position: relative;
  }
}
@media (min-width: 1001px) {
  .j_feature1-mobile {
    display: none;
  }
}

/**********************************/

/* sections/j_gift-buyxgety.liquid */
/* Popup container styles */
#j_discount-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000; /* Ensures it appears on top */
}

.j_gift-buyxgety {
  width: 100%;
}
.j_product-title {
  color: black;
  font-size: 20px;
  font-weight: 600;
}
/* Center the popup inner container */
#j_popup-inner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  background-image: url("{{ section.settings.buyxgety_bg_image | image_url }}");
  padding: 20px;
  width: 800px; /* Desktop: 50% width */
  box-sizing: border-box;
}
.j_product_x-image {
  max-width: 30%;
}
.j_product_x-container {
  margin-top: 10px;
  display: flex;
  column-gap: 20px;
  align-items: center;
}
.j_buyxgety-btns {
  display: flex;
  margin-top: 20px;
  column-gap: 10px;
}

#j_noThanks-button {
  background: none;
  color: black;
  width: 40%;
  text-align: center;
  padding: 0;
  margin-right: 10px;
  border: 1px solid;
}
.j_atc-btn {
  width: 60%;
  text-align: center;
}
.j_buyxgety_message {
  text-align: center;
  margin-bottom: 5px;
}

/* On mobile, use full width minus a 10% margin on each side */
@media only screen and (max-width: 1000px) {
  #j_popup-inner {
    width: calc(100% - 20%);
    padding-top: 40px;
  }

  .j_buyxgety_title {
    font-size: 40px !important;
    line-height: 40px !important;
  }
  .j_buyxgety_message {
    font-size: 14px;
    margin-bottom: 0;
  }

  .j_product_x-container {
    flex-direction: column;
  }
  .j_product_x-image {
    max-width: 60%;
  }
}
/* Close button styling */
#j_close-button {
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
}
.j_buyxgety_title {
  font-family: var(--font-family-3);
  font-weight: 500;
  letter-spacing: normal;
  font-size: xxx-large;
  text-align: center;
  line-height: 40px;
}
.j_discount_validity {
  font-size: small;
  color: #555;
  margin-top: 10px;
}
/**********************************/

/* sections/j_product-faq.liquid */

.j_faq {
  background: #ffe3f040;
  padding: 50px 0;
  margin-top: 10px;
}
.j_faq_accordion {
  border-bottom: 1px solid #ddd;
  margin: auto;
  max-width: 1000px;
}
.j_faq-title {
  text-align: center;
}
.j_faq-subtitle {
  text-align: center;
}
/* FAQ question styling */
.j_faq_question {
  cursor: pointer;
  padding: 10px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}
.j_faq_question:hover {
  background-color: #eaeaea;
}

/* FAQ answer styling with smooth transition */
.j_faq_answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 10px;
}

/* When active, expand the answer */
.j_faq_answer.active {
  max-height: 500px; /* Adjust as needed for your content */
  padding: 10px;
}

/**********************************/

/* sections/j_reviews-screenshots.liquid */
.image-scroller-outer {
  width: 100%;
}
.image-scroller-row {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  min-height: 120px;
}
.scroller-track {
  display: flex;
  animation: scrollAnimation 30s linear infinite;
}
.scroller-track.reverse {
  animation-direction: reverse;
  margin-left: 50px; /* Brick-style offset */
}
.scroller-item {
  flex: 0 0 auto;
  margin-right: 10px;
}
.scroller-item img {
  max-width: 500px;
  height: auto;
  display: block;
  /* box-shadow: 3px 4px 11px 2px #888888;*/
  border: 1px solid #ddd;
  border-radius: 5px;
}
@keyframes scrollAnimation {
  0% {
    transform: translateX(0);
  }
  100% {
    /* With duplicated items, shifting by -50% creates a seamless loop */
    transform: translateX(-50%);
  }
}

@media only screen and (max-width: 600px) {
  .scroller-item img {
    max-width: 300px;
  }
}
.image-scroller-row {
  min-height: 50px;
}

/**********************************/

/* sections/main-product.liquid */

.j_t4s-product__title {
  font-family: var(--font-family-3);
  font-size: 35px;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: 0px;
  color: #000000;
}

/* Desktop View */
@media (min-width: 769px) {
  .j_prod-details-mobile {
    display: none;
  }
}

/* Mobile View */
@media (max-width: 768px) {
  .t4s-product__title {
    display: none;
  }
  .j_labels-cont-d {
    display: none;
  }
  .j_reviews-desktop {
    display: none;
  }
  .j_prod-subtitle {
    display: none;
  }
}

/**********************************/

/* snippets/j_labels.liquid */

.j_labels-parent {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.j_labels-cont {
  margin-right: 5px;
  padding: 5px 15px;
  display: flex;
  align-items: center;
}

.j_labels-text {
  font-size: 15px;
  font-weight: 900;
  margin-left: 5px;
  line-height: 0;
}

.j_labels-icon {
  height: 20px;
  width: auto;
}

@media only screen and (max-width: 600px) {
  .j_labels-text {
    font-size: 10px;
  }

  .j_labels-icon {
    height: 10px;
    width: auto;
  }

  .j_labels-cont {
    padding: 3px 5px;
  }

  .j_labels-parent {
    justify-content: center;
  }
}

/**********************************/
/* snippets/j_meta_image-desktop.liquid */
/* Desktop Styles */
.j_meta_image {
  width: calc(50% - 10px);
}
.j_meta_container {
  margin-top: 10px;
}
.j_meta_container-desktop .j_meta_container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  row-gap: 10px;
  column-gap: 10px;
}
/* Hide on mobile */
@media (max-width: 768px) {
  .j_meta_container-desktop {
    display: none;
  }
  .j_meta_image {
    width: 100%;
  }
  .j_meta-desktop {
    display: none;
  }
}

/**********************************/

/* snippets/j_meta_image-mobile.liquid */

/* Mobile Styles */

.j_meta_container-mobile .j_meta_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.mobile-slide {
  display: inline-block;
  width: calc(25% - 10px);
  margin: 5px;
  cursor: pointer;
}
.mobile-slide img,
.mobile-slide video {
  width: 100%;
  height: auto;
}

/* Modal Popup for Mobile */
.mobile-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
/* Container to hold the modal content and arrows */
.modal-content-container {
  position: relative;
  margin: auto;
  max-width: 90%;
  max-height: 80%;
  top: 50%;
  transform: translateY(-50%);
}
.mobile-modal-content {
  display: block;
  width: 100%;
  height: auto;
}
.modal-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #000;
  cursor: pointer;
  user-select: none;
  padding: 10px;
  font-weight: normal;
}
.modal-nav-prev {
  left: 0;
}
.modal-nav-next {
  right: 0;
}
/* Hide on desktop */
@media (min-width: 769px) {
  .j_meta_container-mobile {
    display: none;
  }
  .j_meta-mobile {
    display: none;
  }
}

/**********************************/

/* snippets/j_others.liquid */

.j_usp {
  display: flex;
  flex-direction: row;
  /* background: #FFE4F1;*/
  padding: 10px;
  margin-top: 10px;
  align-items: flex-start;
  border-top: 1px solid #ddd;
  /*border-bottom: 1px solid #ddd;*/
}
.j_usp-container {
  display: flex;
  column-gap: 10px;
  width: 33.3%;
  flex-direction: column;
  align-items: center;
}
.j_usp-icon img {
  height: auto;
  max-width: 20px;
  width: 20px;
}
.j_usp-pay {
  max-height: 10px;
  height: 10px;
  width: auto;
}
.j_usp-text {
  font-size: 11px;
  padding: 0;
  text-align: center;
  margin-top: 5px;
  line-height: 13px;
}

/**********************************/

/* sections/j_upsell.liquid */

.j_upsell {
  margin-bottom: 20px !important;
}

.j_upsell-parent {
  background: #fff6fa;
  /*padding: 20px 10px;
  border: 1px solid #ddd;*/
  margin-top: 10px;
  display: flex;
  gap: 20px;
}

.j_upsell-parent.one-col {
  justify-content: center;
}

.j_upsell-parent.two-cols .j_upsell-container {
  width: 50%;
}

.j_upsell-container {
  display: flex;
  flex-direction: column;
  padding: 20px 10px;
  border: 1px solid #ddd;
  background: white;
}

.j_upsell-flex {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.j_upsell-parent.one-col .j_upsell-flex {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.j_image-wrapper {
  position: relative;
  text-align: center;
}

.j_upsell-parent.one-col .j_image-wrapper {
  width: 40%;
  max-width: 300px;
  flex-shrink: 0;
}

.j_upsell-image {
  width: 200px;
  height: 200px;
  object-fit: cover;
}

.j_ribbon {
  position: absolute;
  background-color: #dc7298;
  color: #fff;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
}

.j_upsell-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
#variant-select {
  border-radius: 0;
}

.j_upsell-parent.one-col .j_upsell-details {
  width: 60%;
  text-align: left;
  align-items: flex-start;
}

.j_upsell-product-title {
  font-family: var(--font-family-3);
  font-size: 30px;
  margin-bottom: 0;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 0;
  
}

.j_upsell-text {
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 17px;
}

.j_upsell-variants {
  display: flex;
  flex-direction: column;
}

.j_btns {
  display: flex;
  column-gap: 10px;
  justify-content: center;
  width: 100%;
}

.j_btn-learn {
  padding: 11px 15px;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
  border: solid 1px;
  width: 30%;
  text-align: center;
}

.j_btns_atc {
  width: 70%;
}

@media only screen and (max-width: 600px) {
  .j_upsell-container {
    flex-direction: column;
    align-items: center;
  }

  .j_upsell-flex {
    flex-direction: column !important;
    align-items: center !important;
    gap: 10px;
  }

  .j_image-wrapper {
    width: 100% !important;
    display: flex;
    justify-content: center;
  }

  .j_upsell-details {
    width: 100% !important;
    align-items: center !important;
    text-align: center !important;
  }

  .j_upsell-variants {
    width: 100% !important;
    align-items: center;
  }

  .j_btns {
    width: 100% !important;
  }

  .j_upsell-product-title {
    font-size: 30px !important;
  }
}

/**********************************/

/* Mobile Navigation */
.t4s-mb__menu .t4s-menu-item {
  margin: 10px;
  border: none;
  background: #fee4f04a;
}

.t4s-mb__menu > li > a {
  justify-content: space-between;
}

/**********************************/
/** PRE ORDER Product Page **/
.j_preordertext {
  color: black;
  font-size: 13px !important;
  line-height: 18px;
  background: #fee4f0;
  padding: 10px;
  border: red 1px solid;
}
.j_preordertext strong {
  color: red !important;
  font-weight: 900;
}
/******* General Page ********/

p {    
  line-height: 25px !important;
  margin-bottom: 10px !important;
}
.t4s-single-product-badge {
  left: 15px !important;
  right: unset !important;
}
.t4s-single-product-badge span {
  font-size: 30px !important;
  padding: 5px 30px 3px 30px !important;
  font-family: var(--font-family-3) !important;
}
.j_review-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 100%;
  text-align: center;
}

.j_stars {
  color: #ffd700;
  font-size: 1.5rem;
  margin-bottom: 5px;
}

.j_review {
  font-style: italic;
  margin-bottom: 5px;
}

.j_reviewer {
  font-weight: bold;
}

.j_nav-button {
  padding: 3px 10px 1px 10px !important;
  border: 1px solid black !important;
  color: black;
  font-size: 14px;
  line-height: 14px;
  font-weight: 900;
}
.j_nav-button::hover {
  color: var(--link-color);
  border: 1px solid var(--link-color) !important;
}
.j_nav-group {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.j_nav3-group {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
}

.j_nav2-image-link {
  border-bottom: none !important;
  display: flex;
  column-gap: 10px;
}

.j_nav-image-link {
  border-bottom: none !important;
}
.j_nav2-prod {
  line-height: 20px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.j_nav2-prodname {
  color: black;
  font-weight: 900;
  font-size: 16px;
}
.j_nav2-prodsub {
  font-style: italic;
  font-size: 13px;
}

.j_mb-nav-prod {
  display: flex;
  flex-direction: column;
}
.j_mb-nav-prodname {
  font-size: 14px;
  color: black;
  line-height: normal;
  margin-bottom: 5px;
}
.j_mb-nav-prodsub {
  font-weight: 300;
  font-style: italic;
  color: #b59677;
  line-height: normal !important;
  margin-bottom: 0 !important;
}
.j_mb-nav-prod-link-1 {
  display: flex;
  flex-direction: row;
  column-gap: 10px;
  align-items: center;
}

.j_mb-nav-prodimage-1 {
  width: 50px;
  height: auto;
}
.j_mb-nav-prodimage-2 {
  width: auto;
  height: auto;
}
.t4s-menu-item-has-children a {
  font-size: 12px !important;
  font-weight: 900 !important;
}

ul.t4s-sub-menu.t4s_ratioadapt.t4s_cover.t4s-cat_design_2 {
  background: white;
}
.j_mb-nav-sticky-top {
  top: 0;
  padding: 10px;
  border-bottom: 1px solid;
}
.j_mb-nav-sticky-bottom {
  position: fixed;
  bottom: 0;
  background: #000;
  width: 100%;
  color: #fff;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.j_mb-nav-sticky-link {
  display: flex;
  align-items: center;
  line-height: normal;
  color: white;
  column-gap: 5px;
}
.j_redeem {
  color: white;
  background: black;
  font-size: 10px;
  padding: 2px 5px;
  text-decoration: none !important;
}
.t4s-drawer__header {
  display: none !important;
}

.j_product-media-wrapper {
  position: relative;
}

.j_labels-grid {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  gap: 5px;
  z-index: 3;
  margin: 0 10px;
  justify-content: flex-end;
}
.j_labels-grid-img {
  width: 25%;
  height: auto;
  object-fit: cover;
  display: block;
}

.j_design-2 {
  display: flex;
  max-height: 250px;
  column-gap: 5px;
  row-gap: 1px;
  flex-direction: row;
  align-content: space-around;
  flex-wrap: wrap;
}

.j_design-2 > .t4s-cat_grid_item-2 {
  flex: 0 0 auto;
  width: 30%;
}

.t4s-cat_grid_item-2:not(:first-child) {
  margin-top: 0 !important;
}

.j_design-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.j_design-3 > .t4s-cat_grid_item-3 {
  flex: 0 0 32%;
}
.j_menu-list {
  display: flex;
  flex-direction: column;
}
.j_menu-list a {
  color: #000;
  margin: 6px 0;
  line-height: 14px;
}
/****/

.t4s-pr-choose__wrap > .t4s-pr-choose__item {
  width: 16% !important;
  padding: 5px;
  margin-right: 10px;
  border-radius: 4px;
}

.metafield-rich_text_field p {
  line-height: 25px;
  margin-bottom: 10px;
}
.j_prod-subtitle {
  margin-bottom: 20px !important;
}
em {
  font-family: var(--font-family-1) !important;
}

.j_feature1-center-image {
  object-position: left;
  object-fit: contain;
}

/************************* BUNDLE FORMS **************************/
.j_bundle-title {
  line-height: 20px;
  letter-spacing: 1px;
  font-family: var(--font-heading-family);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0.65em 0 0.5em;
}

.j_add-bundle-button {
  font-size: 14px;
  font-weight: 600;
  min-height: 40px;
}

.j_njc_bundle-section {
  /* container */
}

.j_bundle-selection-container {
  display: flex;
  align-items: flex-start;
  column-gap: 10px;
  margin-bottom: 20px;
}

.j_selected-products-container {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin-bottom: 20px;
}

#j_selectedProducts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  justify-content: flex-start;
}

.j_selectedProductsList {
  flex: 1 1 calc(33.33% - 10px);
  max-width: 33.33%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 2px solid var(--accent-color);
  border-radius: 4px;
}

.j_preorder-label {
  position: absolute;
  top: 6px;
  left: 6px;
  background-color: #fbe4f0;
  color: #000;
  font-size: 11px;
  padding: 2px 6px;
  border-radius: 3px;
  font-weight: bold;
  z-index: 1;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  .j_selected-products-container {
    flex-direction: column;
  }

  .j_bundle-selection-container {
    gap: 5px;
  }
}

.j_bundle-variant {
  border-radius: 0;
}

/************************* END BUNDLE FORMS **************************/
/******Start of How to Section********/

.j_tabs {
  margin-top: 20px;
}

.j_tab-nav {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 20px;
  border-bottom: 2px solid #ddd;
  margin-bottom: 10px;
  justify-content: center;
}

.j_tab-nav li {
  padding: 10px 20px;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  font-weight: bold;
}

.j_tab-nav li.active {
  border-bottom: 3px solid #dc7298;
  color: #dc7298;
}

.j_tab-pane {
  display: none;
}

.j_tab-pane.active {
  display: block;
}

.j_howto-columns .metafield-rich_text_field h6 {
  font-family: var(--font-family-3);
  font-size: 30px;
  letter-spacing: 1px;
}

.j_howto-columns .metafield-rich_text_field li {
  margin-bottom: 10px;
}
.j_howto-columns .metafield-rich_text_field ul {
  list-style: none;
  counter-reset: j_step-counter;
  padding-left: 0;
}

.j_howto-columns .metafield-rich_text_field ul li {
  counter-increment: j_step-counter;
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}

.j_howto-columns .metafield-rich_text_field ul li::before {
  content: counter(j_step-counter);
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #dc7298;
  color: white;
  text-align: center;
  line-height: 28px;
  font-weight: bold;
  font-size: 14px;
}

.j_video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}

.j_video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}

.j_tab-content1 {
  margin: 0 15%;
}
.j_tab-content2 {
  margin: 0 15%;
}

@media (max-width: 768px) {
  .j_tab-content1 {
    margin: 0;
  }
  .j_tab-content2 {
    margin: 0;
  }
}
/*******End of How to Section********/



/**** Articles *****/
.j_article-inner1 { width: 40%; }
.j_article-inner2 { width:60%; }
.j_article-content {  }

.j_article-wrap { max-width: 1000px; margin: 0 auto; }

/* =========================
   Slider / Cards (Set 1)
   ========================= */
.j_slider-container { position: relative; }

.j_arrow {
  display: none;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  border: none;
  font-size: 28px;
  padding: 6px 12px;
  cursor: pointer;
  border-radius: 4px;
}
.j_arrow.left { left: 10px; }
.j_arrow.right { right: 10px; }

.j_article-wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 50px;
  justify-content: center;
  padding: 0 10px;
  margin: auto;
}

.j_article-section {
  flex: 0 0 48%;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.j_article-img img {
  height: auto;
  display: block;
  width: 500px;
}

.j_article-title {
  font-size: 25px;
  color: {{ article.metafields.custom.page_main_color }};
  text-align: center;
}
.j_article-title em { font-size: 13px; }
.j_article-subtitle { font-size: 16px; text-align: center;  margin-bottom: 10px; }

.j_article-content { text-align: center; } /* See conflict note below */

.j_article-content span {
  font-weight: 900;
  color: {{ article.metafields.custom.page_main_color }};
  border-bottom: 2px solid {{ article.metafields.custom.page_main_color }};
}

.j_article-text {
  background: white;
  margin-top: -30px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  max-width: 90%;
  box-shadow: 0px 9px 16px 5px #aaaaaa;
  align-items: flex-start;
}

.j_article-button {
  background: var(--link-color);
  color: white;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  width: 100%;
  text-align: center;
  padding: 5px;
}
.j_article-button:hover { background: black; color: white; }

/* =========================
   Utilities
   ========================= */

.j_spacer__title { margin: 0; }

/* Lists inside featured content */
.j_featured-product__content ul { list-style: none; padding-left: 0; margin-left: 0; }
.j_featured-product__content ul li::before { content: '✓'; color: green; margin-right: 8px; }

/* =========================
   Article Layout & Content (Set 2)
   ========================= */
.j_article-wrap { margin: 0 auto; }
.j_article-breadcrumbs { text-align: center; margin: 30px 0; background: #fef5fa; padding: 20px; }
.j_article-hero { display: block; margin: 0 0 30px 0; width: 100%; height: auto; }

/* Titles */
.j_article-page-title {
  font-size: 2.5em;
  text-align: center;
  font-weight: 900;
  line-height: normal;
  margin: 0 0 0.25em 0;
}
.j_article-page-subtitle { text-align: center; font-style: italic; margin: 0 0 1.25em 0; }

/* Content override for article pages */
.j_article-content { margin-bottom: 20px; text-align: left !important; } /* See conflict note below */

/* Breadcrumbs */
.j_breadcrumbs__list { list-style-type: none; margin: 0; padding: 0; }
.j_breadcrumbs__item { display: inline-block; }
.j_breadcrumbs__item:not(:last-child):after {
  border-style: solid;
  border-width: .10em .10em 0 0;
  content: '';
  display: inline-block;
  height: .20em;
  margin: 0 .20em;
  position: relative;
  transform: rotate(45deg);
  vertical-align: middle;
  width: .20em;
}
.j_breadcrumbs__link { text-decoration: underline; }
.j_breadcrumbs__link[aria-current="page"] { color: inherit; font-weight: normal; text-decoration: none; }
.j_breadcrumbs__link[aria-current="page"]:hover,
.j_breadcrumbs__link[aria-current="page"]:focus { text-decoration: underline; }

/* Section heading */
.j_section-heading {
  font-size: 30px;
  text-align: center;
  background: #e3e3e3;
  padding: 10px 20px;
  margin: 30px 0;
}

/* =========================
   Featured Product
   ========================= */
.j_featured-product {
  display: flex;
  gap: 10px;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 50px 0;
  align-content: center;
}
.j_featured-product__media {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 49%;
  align-items: center;
  text-align: center;
}
.j_featured-product__image { width: 100%; height: auto; max-width: 400px; margin: auto; }
.j_featured-product__content { width: 50%; padding: 3%; background: {{ article.metafields.custom.page_color_bg }}; }

/* Product header text */
.j_product-header { width: 100%; }
.j_product-title { font-size: 25px; margin: 0 0 10px 0; }
.j_product-subtitle { margin: 0 0 5px 0; }

/* CTA (generic) */
.j_cta-button {
  font-size: 20px;
  padding: 10px 20px;
  border: 1px solid currentColor;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
  font-weight: 600;
  text-decoration: none;
}
.j_cta-button__icon { font-size: 20px; line-height: 1; }

/* =========================
   FAQ
   ========================= */
.j_faq { margin: 40px 0; }
.j_faq-title { font-size: 1.5em; font-weight: 700; margin-bottom: 20px; }
.j_faq_accordion { border-bottom: 1px solid #eee; }
.j_faq_question { cursor: pointer; padding: 15px 10px; font-weight: 600; }
.j_faq_answer { display: none; padding: 0 10px 15px; }
.j_faq_answer.active { display: block; }

/* =========================
   Article Layout (Set 3)
   ========================= */
.j_art2-slide-btn { cursor: default; } /* See conflict note below */

.j_art2-container {
  display: flex;
  gap: 50px;
  max-width: 1700px;
  margin: auto;
  padding: 50px;
}

.j_art2-sidebar { width: 30%; min-width: 300px; }
.j_art2-profile { margin-bottom: 20px; }

.j_art2-profile-img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
  margin-bottom: 12px;
}

.j_art2-profile-content {
  margin-bottom: 12px;
  padding-left: 20px;
  border-left: 5px solid;
}

.j_art2-featured-title {
  margin-bottom: 12px;
  text-align: center;
  padding: 10px 0;
  background: {{ article.metafields.custom.page_color_bg }};
  font-weight: 900;
  margin-top: 20px;
}

.j_art2-slider { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.j_art2-slider-track {
  display: flex;
  gap: 12px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.j_art2-slide {
  flex: 0 0 auto;
  width: auto;
  height: 250px;
  scroll-snap-align: start;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.j_art2-slide-btn {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer; /* See conflict note below */
  width: 100%;
  height: 100%;
}

.j_art2-slide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 4px;
}

.j_art2-content {
  width: 70%;
  min-width: 300px;
  padding: 20px;
  box-sizing: border-box;
}

/* Lightbox */
.j_art2-lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(0,0,0,0.9);
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.j_art2-lightbox[aria-hidden="false"] { display: flex; }
.j_art2-lightbox-content {
  position: relative;
  max-width: 90vw; max-height: 90vh;
  width: auto; height: auto;
  display: flex; align-items: center; justify-content: center;
}
.j_art2-lightbox-img {
  display: none;
  max-width: 100%; max-height: 100%;
  object-fit: contain;
  border-radius: 6px;
  user-select: none;
}
.j_art2-lightbox-img.active { display: block; }
.j_art2-lightbox-close,
.j_art2-lightbox-prev,
.j_art2-lightbox-next {
  position: fixed;
  color: white; background: transparent; border: none;
  font-size: 3rem; cursor: pointer; user-select: none;
  padding: 0 10px; transition: color 0.2s ease;
}
.j_art2-lightbox-close { top: 20px; right: 20px; font-weight: bold; }
.j_art2-lightbox-prev { left: 20px; top: 50%; transform: translateY(-50%); }
.j_art2-lightbox-next { right: 60px; top: 50%; transform: translateY(-50%); }
.j_art2-lightbox-close:hover,
.j_art2-lightbox-prev:hover,
.j_art2-lightbox-next:hover { color: #ccc; }

/* =========================
   Image + Text Blocks (Set 4)
   ========================= */
.j_cta {
  padding: 10px 50px;
  background: {{ main_color }};
  color: white;
  font-size: 20px;
}

.j_image-text-block-container {
  margin: auto;
  padding: 0 20px;
}

.j_image-text-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 60px;
  padding: 0 40px;
}
.j_image-text-block.j_reverse { flex-direction: row-reverse; }

.j_image-text-block .j_image {
  flex: 0 0 50%;
  max-width: 30%;
}
.j_image-text-block .j_text {
  flex: 1;
  border: 1px solid;
  padding: 20px;
}

/* =========================
   Responsive
   ========================= */

/* Tablet: 2 per row, keep centered layout, no slider */
@media screen and (max-width: 1024px) {
  .j_article-section { flex: 0 0 48%; max-width: 48%; }
}

/* Mobile: full-width cards, slider mode, smaller text */
@media screen and (max-width: 768px) {

  .j_article-content { margin-bottom: 10px; }

  .j_arrow { display: block; }

  .j_article-wrapper {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 20px;
    padding: 0 20px 20px;
    justify-content: flex-start;
  }

  .j_article-section {
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 100%;
    scroll-snap-align: center;
  }

  .j_article-text { max-width: 95%; padding: 15px; }

  .j_article-title { font-size: 20px; }

  .j_article-subtitle { font-size: 16px; margin-bottom: 10px; }

  .j_article-wrapper::-webkit-scrollbar { display: none; }
  .j_article-wrapper { -ms-overflow-style: none; scrollbar-width: none; }
}

/* Article pages responsive */
@media (max-width: 720px) {
  .j_article-page-title { font-size: 2em; }
  .j_featured-product__media,
  .j_featured-product__content { width: 100%; }
  .j_article-content { margin: 10px; }
  .j_article-main { margin: 20px; }
  .j_featured-product__media { order: 1; }
  .j_featured-product__content { order: 2; }
  .j_section-heading { font-size: 20px; margin: 0; }
  .j_featured-product { gap: 30px; }
}

/* Mobile-only for Set 3 */
@media (max-width: 1000px) {
  .j_art2-container { padding: 10px; flex-wrap: wrap; flex-direction: column-reverse; }
  .j_art2-content { width: 100%; }
  .j_art2-sidebar { width: 100%; }
  #j_image-gallery { margin-bottom: 20px; }
  #j_article-product { margin-bottom: 20px; }
  .j_art2-featured-title { display: none; }
}


/**** End of Articles *****/


/**** Mini Cart ****/
.j_minicart-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.j_minicart-nav-link {
  margin: 5px;
  padding: 10px;
  border: 1px solid black;
  width: 200px;
  text-transform: uppercase;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: black;
  letter-spacing: 1px;
}
.j_minicart-nav-link:hover {
  background: #fee4f0;
  color: black;
}

/* Add to assets/theme.css */

.j_cart-upsell__slider {
  position: relative;
  overflow: hidden;
  margin: 1rem 0;
}

.j_cart-upsell__track {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 20px 10px;
}

/* disable scrolling when fewer than 3 items */
.j_cart-upsell__slider.no-scroll .j_cart-upsell__track {
}

.t4s-cart_meta_variant { margin-bottom: 0 !important; }
/* Upsell cards */
.j_cart-upsell__item {
  flex: 0 0 auto;
  width: 32%;
  text-align: center;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.j_cart-upsell__item img {
  display: block;
  margin: 0 auto 0.5rem;
}

.j_cart-upsell__title { 
  font-size: 12px;
  font-weight: 700;
  line-height: 15px !important;
  margin: 0 !important;
 }

.j_cart-upsell__price { font-size: 12px; }
.j_cart-upsell__htitle {
  font-size: 16px;
  letter-spacing: normal;
  text-align: center;
  padding: 10px;
  background: #FEDEED;
}
.j_cart-upsell__quickadd, .j_cr-mystery-add {
    font-size: 12px !important;
    font-weight:100 !important;
    background-color: #000 !important;
    color: #fff !important;
    padding: 0 14px !important;
    height: 26px !important;
    line-height: 26px !important;
    border: 1px solid #000;
    width: 100px;
}

.j_mystery-img {    
  max-height: 80px;
  width: auto;
}

/* Fade transition for upsell reload */
#CartUpsell {
  transition: opacity 0.25s ease;
  opacity: 1;
}
#CartUpsell.is-updating {
  opacity: 0;
}

.t4s-mini_cart__title { font-weight: bolder; }
.j_mini_cart__subtitle { font-size: 12px; margin-bottom: 0 !important; }
.t4s-mini_cart__item { 
  padding: 5px 20px !important;
  display: flex !important;
  align-items: center;
 }
.t4s-mini_cart__actions {
  margin-top: 1px !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}
.t4s-mini_cart__actions .t4s-quantity-cart-item { margin-bottom: 0 !important; }
.j_mini-cart-title {
  font-size: 16px;
  padding: 5px 10px 5px 20px;
  background: black;
  letter-spacing: normal;
  font-weight: 900;
  color: white;
}
@media (max-width: 641px) {
  #t4s-mini_cart.t4s-drawer { width: 90% !important; }
}

@media screen and (min-width: 641px) {
    .t4s-drawer {
        width: 500px !important;
    }
}

/********** Cart Rewards ************/
/* container animates slide/fade in/out */
.j_cr-inner {
  position: relative;
  width: 100%;
  height: 5px;
  background: #eaeaea;
  border-radius: 999px;
  overflow: visible;
}

/* Make fill animate smoother using transform */
.j_cr-fill {
  position: absolute;
  left: 0; top: 0;
  height: 100%;
  width: 100%;                 /* full width; we scale it instead of resizing */
  background: #b59677;
  border-radius: 999px;
  transform-origin: left center;
  transform: scaleX(0);        /* 0 → 1 */
  transition: transform .6s cubic-bezier(.22,.61,.36,1);
  will-change: transform;
  z-index: 1;
}

/* Marker rail centered vertically on the line */
.j_cr-markers {
  position: absolute;
  left: 0; right: 0;
  top: 50%;
  transform: translateY(-50%); /* center on line */
  z-index: 2;                  /* above the fill/track */
  pointer-events: none;
}

/* Each marker centered horizontally and vertically */
.j_cr-marker {
  position: absolute;
  transform: translate(-50%, -50%);
  text-align: center;
}

/* Circle with number inside */
.j_cr-dot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #000;
  background: #fff;
  font-size: 11px;
  font-weight: 700;
  color: #000;
  transition: background-color .25s ease, color .25s ease, border-color .25s ease;
}

/* Only invert the FREE SHIPPING amount dot when reached */
.j_cr-marker .j_cr-amt,
.j_cr-marker .j_cr-dot--amount {           /* support either class name */
  border: 1px solid #000;
  background: transparent;
  color: #000;
}

.j_cr-marker.is-reached .j_cr-amt,
.j_cr-marker.is-reached .j_cr-dot--amount {
  background: #000;
  color: #fff;
  border-color: #000;
}

/* Never invert image-based dots (MD/PD/FS icon images) */
.j_cr-marker .j_cr-icon {
  background: transparent !important;
  border: 0 !important;
  color: inherit;              /* no text color effect on imgs */
}

/* Optional: remove transitions to avoid visible flashes during swaps */
.j_cr-marker .j_cr-amt,
.j_cr-marker .j_cr-icon {
  transition: none;
}



.j_cr-text {
  display: block;
  margin-top: 6px;       /* space between circle and text */
  font-size: 11px;
  font-weight: 600;
  color: #222;
  white-space: nowrap;
}

/* your base styles always apply */
.j_cr-container {
  padding: 20px 0 0;
  position: relative;

  /* add animation props */
  max-height: 500px; /* big enough to hold contents */
  opacity: 1;
  transform: translateY(0);
  transition: max-height .45s ease, opacity .45s ease, transform .45s ease;
}

/* hidden state overrides */
.j_cr-container.is-hidden {
  max-height: 0;
  opacity: 0;
  transform: translateY(-8px);
  padding-top: 0;  /* optional: collapse spacing when hidden */
  padding-bottom: 0;
}

/* Labels row below the bar */
.j_cr-labels {
  position: relative;
  height: 24px;           /* space for labels */
  margin-top: 10px;       /* distance under the bar */
}

.j_cr-label {
  position: absolute;
  left: 0; top: 0;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 11px;
  font-weight: 600;
  color: #222;
  pointer-events: none;
}

/* Optional: match circle state when reached */
.j_cr-label.is-reached { color: #000; }

/* Unlock banner: hidden by default */
.j_cr-unlock {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  margin-top: -6px;                  /* small upward offset for the “slide” feel */
  transition: max-height .45s ease, opacity .45s ease, margin-top .45s ease;
}

/* Visible state */
.j_cr-unlock.is-visible {
  max-height: 240px;                 /* adjust if your card is taller */
  opacity: 1;
  margin-top: 0;
}

/* Optional inner spacing/weight */
.j_cr-unlock-inner {
  margin-top: 10px;
  font-weight: 700;
  text-align: center;
}

.j_cr-mystery-img { 
  width: 80px;
  margin-right: 10px;
 }

select.j_cr-mystery-variant {
  font-size: 12px !important;
    color: black;
    height: 26px !important;
    line-height: 26px !important;
    border: 1px solid #000;
    width: 100px;
    border-radius: 0;}

.j_cr-mystery-card, .j_cr-premium-card { 
  display: flex;
  padding: 0 10px;
  border: 1px solid #b9a16b;
  margin: 0 10px;
}
.j_cr-mystery-actions {
  display: flex;
  gap: 5px;}
.j_cr-mystery-body {   
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Keep the message text crisp and consistent */
.j_cr-mystery-msg {
  font-family: inherit;             /* match nearby UI */
  line-height: 1.3;
  margin-bottom: 10px;
  color: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: left;
}

.j_cr-price-orig {
  text-decoration: line-through;
  color: #000;
  margin-right: 6px;
  opacity: 0.7;
}

.j_cr-price-disc {
  color: #c00;       /* red */
  font-weight: 700;
}

.t4s-mini_cart__items {
  border-top: 1px solid;
}

.t4s-drawer__main .t4s-drawer__scroll {
  margin-top: 10px; }

/* highlight newly added line for ~1.2s */
@keyframes jcrAddedPulse {
  0% { background: rgba(181,150,119,0.18); }
  100% { background: transparent; }
}
.jcr-added-flash {
  animation: jcrAddedPulse 1.2s ease-out 1;
}

/* spinner inside button (when [data-loading="1"]) */
.j_cr-mystery-add[data-loading="1"] {
  position: relative;
  opacity: .75;
  pointer-events: none;
}
.j_cr-mystery-add[data-loading="1"]::after {
  content: "";
  position: absolute; inset: 0;
  margin: auto;
  width: 16px; height: 16px;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: jcrSpin .8s linear infinite;
}
@keyframes jcrSpin { to { transform: rotate(360deg); } }

/* (optional) visually hide live region */
.jcr-visually-hidden {
  position: absolute !important;
  clip: rect(1px,1px,1px,1px);
  padding:0; border:0; height:1px; width:1px; overflow:hidden;
}

#t4s-mini_cart { margin-bottom: 0 !important; }
#t4s-mini_cart .t4s-drawer__bottom { padding: 10px 20px 0 20px !important; }

.j_cr-premium-img {    
  width: 80px;
  margin-right: 10px;
}


.j_cr-premium-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/********** End Cart Rewards ************/