/** Shopify CDN: Minification failed

Line 456:16 Expected identifier but found whitespace
Line 456:17 Unexpected "14px"

**/
/* ============================================
   GOOGLE FONTS IMPORT
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Instrument+Sans:wght@400;500&display=swap');


/* ============================================
   CSS VARIABLES
   ============================================ */

:root {
  --font-heading: 'Montserrat', sans-serif;
  --font-body: 'Instrument Sans', sans-serif;
  --color-btn-brown: #6B3E26;
  --color-btn-green: #3B5E41;
  --color-btn-text: #FFFFFF;
  --color-text: #291911;
}


/* ============================================
   TYPOGRAPHY — HEADINGS
   ============================================ */

h1, .h1 {
  font-family: var(--font-heading) !important;
  font-size: 40px !important;
  font-weight: 700 !important;
  line-height: 48px !important;
  letter-spacing: 0.01em !important;
  margin: 0 0 12px !important;
}

h2, .h2 {
  font-family: var(--font-heading) !important;
  font-size: 32px !important;
  font-weight: 700 !important;
  line-height: 44px !important;
  letter-spacing: 0.01em !important;
  margin: 0 0 12px !important;
}

h3, .h3 {
  font-family: var(--font-heading) !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  line-height: 32px !important;
  letter-spacing: 0.01em !important;
  margin: 0 0 12px !important;
}

h4, .h4 {
  font-family: var(--font-heading) !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 25px !important;
  letter-spacing: 0.01em !important;
  margin: 0 0 12px !important;
}


/* ============================================
   TYPOGRAPHY — BODY
   ============================================ */

body {
  font-family: var(--font-body) !important;
}

p {
  font-family: var(--font-body) !important;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.01em;
}

.body-large {
  font-family: var(--font-body) !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  letter-spacing: 0.01em !important;
}

.body-small {
  font-family: var(--font-body) !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
  letter-spacing: 0.01em !important;
}


/* ============================================
   BUTTONS — SHOPIFY DEFAULT
   ============================================ */

.button,
.product-form__submit,
.shopify-challenge__button,
.customer button {
  font-family: var(--font-heading) !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  letter-spacing: 0.01em !important;
  background-color: var(--color-btn-brown) !important;
  color: var(--color-btn-text) !important;
  border-radius: 8px !important;
  padding: 14px 36px !important;
  border: none !important;
  cursor: pointer !important;
  transition: background-color 0.2s ease !important;
}

.button:hover,
.product-form__submit:hover,
.shopify-challenge__button:hover,
.customer button:hover {
  background-color: #5a3320 !important;
  color: var(--color-btn-text) !important;
}


/* ============================================
   BUTTONS — CUSTOM CLASSES
   ============================================ */

.btn {
  display: inline-block;
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.01em;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.2s ease, opacity 0.2s ease;
}

.btn-brown {
  background-color: var(--color-btn-brown);
  color: var(--color-btn-text);
  padding: 14px 64px;
}

.btn-brown:hover {
  background-color: #5a3320;
  color: var(--color-btn-text);
}

.btn-green {
  background-color: var(--color-btn-green);
  color: var(--color-btn-text);
  padding: 14px 64px;
}

.btn-green:hover {
  background-color: #2f4c34;
  color: var(--color-btn-text);
}

.btn-secondary {
  background: none;
  color: var(--color-text);
  padding: 0;
  border-radius: 0;
  border-bottom: 1px solid currentColor;
  font-weight: 400;
  font-family: var(--font-body);
  font-size: 16px;
}

.btn-secondary:hover {
  opacity: 0.6;
}


/* ============================================
   MARQUEE TICKER — LOGOS
   ============================================ */

.marquee-wrapper {
  background-color: #F5F0EB;
  overflow: hidden;
  white-space: nowrap;
  padding: 18px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  display: flex !important;
  align-items: center !important;
  padding: 12px 0 !important;
}

.marquee-track {
  display: inline-flex;
  align-items: center;
  animation: marquee 25s linear infinite;
}

.marquee-logo {
  height: 55px;
  width: auto;
  margin: 0 36px;
  object-fit: contain;
  opacity: 1;
  transition: opacity 0.2s ease;
}

.marquee-logo:hover {
  opacity: 1;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}


/* ============================================
   HERO SLIDER
   ============================================ */

.custom-slider {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
}

.slide {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slide.active {
  display: block;
}

.slide-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}

.slide-content {
  position: absolute;
  bottom: 25%;
  left: 10%;
  max-width: 600px;
  z-index: 2;
}

.slide-content h1 {
  color: #FFFFFF;
  margin-bottom: 12px;
}

.slide-content p {
  color: #FFFFFF !important;
  margin-bottom: 24px !important;
  font-size: 18px !important;
  line-height: 26px !important;
  font-family: var(--font-body) !important;
}

.slider-controls {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 16px;
  z-index: 10;
}

.slider-prev,
.slider-next {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}

.slider-prev:hover,
.slider-next:hover {
  background: rgba(255, 255, 255, 0.4);
}

.slider-dots {
  display: flex;
  gap: 8px;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: background 0.2s ease;
}

.dot.active {
  background: #FFFFFF;
}

/* ============================================
   PRODUCT PAGE — match brand fonts & colors
   ============================================ */

/* Small text in product info column → Instrument Sans */
.product__info-container,
.product__info-container .price,
.product__info-container .price *,
.product__info-container .inventory,
.product__info-container .custom-quantity-label,
.product__info-container .custom-quantity-input {
  font-family: 'Instrument Sans', sans-serif !important;
}

/* Title (text block) → Montserrat + brand brown → match h3 */
.product__info-container .product__text,
.product__info-container .product__text strong {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  line-height: 30px !important;
  letter-spacing: 0.01em !important;
  color: #6B3E26 !important;
}

/* Add to cart button → brand brown + Montserrat */
.custom-add-to-cart {
  background: #6B3E26 !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400 !important;
}

.custom-add-to-cart:hover {
  background: #5a3320 !important;
}

/* Variant labels + dropdowns → Instrument Sans (higher specificity) */
.product__info-container .product-form__input label.form__label,
.product__info-container .product-form__input legend.form__label,
.product__info-container .product-form__input .select__select,
.product__info-container .product-form__input .select__select option,
.product__info-container .product-form__input select {
  font-family: 'Instrument Sans', sans-serif !important;
}

/* ============================================
   JUDGE.ME Reviews Carousel — brand styling
   ============================================ */

/* Section — cream bg */
.shopify-section:has(.jdgm-carousel-wrapper) {
  background-color: #F5F0EB !important;
  padding: 28px 20px !important;
}

/* Header title */
.jdgm-carousel-title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  color: #291911 !important;
  text-align: center !important;
}

/* "from N reviews" text */
.jdgm-carousel-number-of-reviews {
  font-family: 'Instrument Sans', sans-serif !important;
  color: #6B3E26 !important;
}

/* Slider cell — NO margin (so nothing gets clipped); content has air */
.jdgm-carousel-item {
  position: relative !important;
  background: transparent !important;
  border: none !important;
  margin: 0 !important;
  padding: 22px 30px !important;
  box-sizing: border-box !important;
}

/* Card frame drawn INSET — makes the gap without changing the item width */
.jdgm-carousel-item::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 12px !important;          /* 12px gap on each side */
  border: 1px solid #E2D9D2 !important;
  border-radius: 16px !important;
  z-index: 0 !important;
  pointer-events: none !important;
}

/* Keep card content above the frame */
.jdgm-carousel-item > * {
  position: relative !important;
  z-index: 1 !important;
}

/* Inner review block — no separate frame */
.jdgm-carousel-item__review {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  min-height: 0 !important;
}

/* Space between the bold title and the body text */
.jdgm-carousel-item__title,
.jdgm-carousel-item__review-title,
.jdgm-carousel-item__review h3,
.jdgm-carousel-item__review h4 {
  display: block !important;
  margin-bottom: 14px


/* ============================================
   MOBILE
   ============================================ */

@media (max-width: 768px) {
  h1, .h1 {
    font-size: 30px !important;
    line-height: 36px !important;
    margin: 0 0 8px !important;
  }
  h2, .h2 { font-size: 24px !important; line-height: 30px !important; }
  h3, .h3 { font-size: 20px !important; line-height: 26px !important; }
  h4, .h4 { font-size: 16px !important; line-height: 22px !important; }

  p { font-size: 14px; line-height: 20px; }

  .custom-slider { height: 72vh; }

  .slide-content {
    left: 5%;
    right: 5%;
    max-width: 100%;
    bottom: 15%;
  }

  .slide-content p {
    font-size: 14px !important;
    line-height: 20px !important;
    margin-bottom: 16px !important;
  }

  .btn,
  .btn-brown,
  .btn-green,
  .button,
  .product-form__submit {
    font-size: 14px !important;
    font-weight: 400 !important;
    padding: 12px 64px !important;
  }

  .marquee-logo {
    height: 40px;
    margin: 0 28px;
  }
  .marquee-wrapper {
  display: flex !important;
  align-items: center !important;
  padding: 12px 0 !important;
}
.product__info-container .product__text,
.product__info-container .product__text strong {
  font-size: 20px !important;
  line-height: 26px !important;
}

  .jdgm-carousel,
  .jdgm-carousel__item-container {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* force the slide itself to full width (covers flexbox sizing) */
  .jdgm-carousel-item {
    flex: 0 0 100% !important;     /* catches width set via flex-basis */
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 20px 16px !important;
  }

  .jdgm-carousel-item__review {
    height: auto !important;
    min-height: 0 !important;
  }

  .jdgm-carousel-item::before {
    inset: 0 6px !important;
  }
}
  
}