/** Shopify CDN: Minification failed

Line 400:18 Unexpected "{"
Line 400:27 Expected ":"
Line 400:34 Unexpected "{"

**/
.jdgm-media-card {
    background: #fff !important;
}

.jdgm-star {
    font-size: 14px !important;
}

.jdgm-header {
    display: none;
}

.product-info sale-price.text-on-sale {
    font-size: 24px;
    line-height: 30px;
    color: #000;
    font-weight: 600;
}

.product-info on-sale-badge.badge.badge--on-sale {
    font-size: 14px;
    line-height: 20px;
}

.product-info :checked+.block-swatch {
    background: #492D3B;
    color: #fff;
    border: 2px solid #492D3B;
}

.product-info label.block-swatch {
    border: 2px solid #C5BF95;
}

.product-info .block-swatch:before {
  box-shadow: none;
}

.happy-customers {
  /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
  padding: 20px 0;
  display: flex;
  justify-content: center;
  max-width: 800px;
  margin: auto;
  margin-top: 25px;
}

.happy-customers .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  row-gap: 17px;
  column-gap: 50px;
}

.customer-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}

.avatars {
  display: flex;
}

.avatars img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid white;
  margin-left: -10px;
  box-shadow: 0 0 4px rgba(0,0,0,0.2);
  object-fit: cover;
}

.avatars img:first-child {
  margin-left: 0;
}

.customer-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.customer-text .count {
  font-weight: bold;
  font-size: 16px;
}

.customer-text .label {
  font-size: 14px;
  opacity: 0.9;
}

.happy-customers .rating {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.happy-customers .stars {
  color: gold;
  line-height: 1;
  display: flex;
  gap: 2px;
}

.happy-customers .rating-value {
  font-size: 14px;
}

.product-gallery .icon-with-gallery {
    display: flex;
    width: 100%;
    height: 100%;
}
.product-gallery .product-features {
    display: flex;
    justify-content: space-between;
    max-width: 500px;
}
.icon-with-gallery {
  display: flex;
  gap: 7px;
}
  
.icon-with-gallery .feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 0;
    flex-direction: column;
    background-color: #DBA7914D;
    max-width: 110px;
    width: 100%;
}

.icon-with-gallery .feature-icon {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-with-gallery .feature-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.icon-with-gallery .feature-text {
    font-size: 14px;
    line-height: 1.4;
    color: #333;
}
.product-features-desktop {
  display: none;
}
@media screen and (min-width: 1000px) {
  .product-gallery {
      width: 100%;
  }
  .icon-with-gallery:has(.product-features-desktop) > .product-gallery {
    width: auto;
  }
}
@media screen and (max-width: 1000px) {
  .product-gallery {
      width: 100%;
  }
}
@media screen and (min-width: 1000px){
  .product-features-desktop {
    height: min-content;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  .product-gallery .product-features {
    display: none;
  }
}
.product-gallery .product-gallery {
    height: 100%;
}

.product-gallery__thumbnail-controls {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  margin-top: 12px;
}

.product-gallery__thumbnail-prev,
.product-gallery__thumbnail-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid black;
  border-radius: 50%;
  background: white;
  cursor: pointer;
  transition: all 0.2s ease;
}

.product-gallery__thumbnail-prev:hover,
.product-gallery__thumbnail-next:hover {
  background: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.2);
}

.product-gallery__thumbnail-prev:disabled,
.product-gallery__thumbnail-next:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
@media screen and (min-width: 1000px) {
    .newsletter {
        grid-template-columns: 1fr .5fr;
        display: grid;
        gap: 30px;
    }
}
@media screen and (min-width: 700px) {
    .newsletter-box {
        padding: var(--spacing-6);
    }
}



.new-collection {
  margin-top: 30px;
}
.new-collection .circle-chevron {
    background: none;
}
.new-collection .text-with-icon {
    gap: 0px;
    border: 1px solid black;
    padding: 4px 10px;
}
.new-collection .collection-card__content:first-child {
    margin-block-end: 0px;
}
.new-collection .collection_btn .section-header {
    justify-items: end;
    justify-content: end;
}
.new-collection .prose {
    margin: auto;
    text-align: center;
}
.new-collection .section-header {
    justify-content: center;
}


/* Mobile: carousel ON */
@media (max-width: 749px) {
  .new-collection .mobile-carousel {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .new-collection .mobile-carousel collection-list {
    display: flex;
    gap: 16px;
    height: 200px;
  }

  .new-collection .mobile-carousel .collection-card {
    min-width: 28%;
    scroll-snap-align: start;
  }
}
@media (min-width: 750px) {
  .new-collection .scrollable-with-controls,
  .new-collection .floating-controls-container button,
  .new-collection scroll-bar {
    display: none !important;
  }
}

.rich-text .badge_text {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 10px 18px;
    position: relative;
}
.rich-text .badge_text::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 2px;
  padding: 1px; 
  background: linear-gradient(180deg, #FFCD29 0.88%, #492D3B 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.rich-text .badge_text img {
    width: 28px;
    height: 28px;
}
.rich-text .badge_text .badge_text-text {
    margin: 0;
}


image-banner .badge_text {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 10px 18px;
    position: relative;
    width: max-content;
    margin: auto;
}
image-banner .badge_text::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 2px;
  padding: 1px; 
  background: linear-gradient(180deg, #FFCD29 0.88%, #492D3B 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
image-banner .badge_text img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}
image-banner .badge_text .badge_text-text {
    margin: 0;
}


@media screen and (max-width: 768px) {
  .shop-section .shop-info {
    bottom: 5px;
  }
  .shop-section .button {
    padding: 5px;
    font-size: 10px;
  }
  .section .shop-info h3 {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0px;
  }
}


@media (min-width: 1000px) {
  .product {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 40px;
    align-items: flex-start;
  }
}
@media (min-width: 1000px) {
  .product .icon-with-gallery {
    position: sticky;
    align-self: flex-start;
  }
}
.product-info {
  position: relative;
}
.product,
.product-rerender,
#shopify-section-{{ section.id }} {
  overflow: visible;
}
.icon-with-gallery {
  top: calc(var(--header-height, 80px) + 50px);
}

.product-info-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  row-gap: 9px;
  flex-wrap: wrap;
  /* padding: 12px 16px; */
  /* border-radius: 6px; */
  /* margin: 14px 0; */
}
.product-info-bar img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.product-info-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.product-info-text {
  font-size: 14px;
  color: #000;
}

.product-info-link {
  font-size: 13px;
  font-weight: 600;
  text-decoration: underline;
}

.product-info-link:hover {
  opacity: 0.8;
}


.new_product-card .product-card__info {
  display: flex;
  align-items: center;
}
.new_product-card .measure_icon {
  height: 35px;
  display: flex;
  width: 100%;
  max-width: 35px;
  padding: 8px;
  border-radius: 50%;
  overflow: hidden;
  background: transparent;
  border: 1px solid grey;
  cursor: pointer;
}






.media-with-text .icon-text-list {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3.5rem;
}

.media-with-text .icon-text-item {
  display: flex;
  align-items: center;
  gap: 15px;
  width: calc(50% - 8px);
  margin: 0;
}

/* Icon circle */
.media-with-text .icon-wrapper {
  width: 60px;
  height: 60px;
  border: 1px solid rgb(var(--text-color));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: white;
}

/* Image inside icon */
.media-with-text .icon-wrapper img {
  width: 43px;
  height: 43px;
  object-fit: contain;
  border-radius: 50%;
  margin-block: 0!important;
}
.media-with-text .icon_details {
  text-align: left;
}

/* Text alignment */
.media-with-text .icon_details {
  flex: 1;
  margin: 0;
}

.media-with-text .icon-title {
  margin: 0 0 6px;
  font-size: clamp(14px,2.5vw,16px)!important;
  font-weight: 600!important;
}

.media-with-text .icon-description {
  margin-top: 5px!important;
  font-size: clamp(12px,2.5vw,14px)!important;
}

@media screen and (max-width: 550px) {
  /* .media-with-text .icon-text-list {
    display: grid;
    grid-template-rows: repeat(6, auto);
    grid-auto-flow: column;
    gap: 5px 40px;
  } */
}
.product-info a.rating {
  position: static;
}



/* Remove border radius from cards */
.video-social-card-template--26056073838868__ss_video_grid_socials_2_rz46y7,
.video-social-video-template--26056073838868__ss_video_grid_socials_2_rz46y7,
.video-social-video-template--26056073838868__ss_video_grid_socials_2_rz46y7 video,
.video-social-video-template--26056073838868__ss_video_grid_socials_2_rz46y7 iframe {
  border-radius: 0 !important;
}

/* Center play/pause button */
.video-social-action-template--26056073838868__ss_video_grid_socials_2_rz46y7 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0,0,0,0.55);
  border-radius: 50%;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.25s ease;
}

/* Hover animation */
.video-social-action-template--26056073838868__ss_video_grid_socials_2_rz46y7:hover {
  background: rgba(0,0,0,0.85);
  transform: translate(-50%, -50%) scale(1.1);
}

/* Bigger icons */
.video-social-mute-template--26056073838868__ss_video_grid_socials_2_rz46y7,
.video-social-unmute-template--26056073838868__ss_video_grid_socials_2_rz46y7 {
  width: 26px;
  height: 26px;
  fill: #fff;
}
.video-social-content-template--26056073838868__ss_video_grid_socials_2_rz46y7 {
    display: none;
}

.customer-sec{
  display: flex;
  flex-direction: column;
}
.rating-innersec{
   display: flex;
flex-direction: row !important;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 700px) {
.media-with-text__content {
    padding: 1rem;
}

.media-with-text .icon-text-list {
    align-items: flex-start;
}

.media-with-text .icon-text-item {
    flex-direction: column;
}

.media-with-text .icon_details {
    text-align: center;
}
}

/* Mega Menu */
a.sub_link.h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
}

ul.mega-menu__nav {
    max-width: 100%;
    gap: 1rem;
    align-items: stretch;
}

a.mega-menu__nav--link {
    opacity: 1 !important;
}

.mega-menu__nav--link span {
    font-size: 15px;
    line-height: 20px;
    width: 100%;
    display: block;
    margin: 10px 0 0;
}

.mega-menu__nav--item {
    width: calc(33.33% - 2rem) !important;
    background: linear-gradient(#fff, #f5e3da);
    padding: 20px;
}

ul:has(li.mega-menu__subnav--item) {
    grid-template-columns: repeat(3, 1fr);
}

.mega-menu__nav--link img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

a.view-all.link {
    padding: 10px 25px;
    color: #492d3b;
    line-height: 40px;
    font-weight: 600;
}