/** Shopify CDN: Minification failed

Line 56:8 Unexpected bad string token
Line 56:78 Unterminated string token
Line 61:0 Expected "]" to go with "["

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
/* Judge.me Reviews Widget - Horizontal Padding Alignment */
.jdgm-widget,
.jdgm-review-widget,
.jdgm-all-reviews-widget {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

/* Ensure proper alignment on desktop */
@media (min-width: 1025px) {
  .jdgm-widget,
  .jdgm-review-widget,
  .jdgm-all-reviews-widget {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

/* Tablet alignment */
@media (min-width: 768px) and (max-width: 1024px) {
  .jdgm-widget,
  .jdgm-review-widget,
  .jdgm-all-reviews-widget {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

/* Mobile alignment */
@media (max-width: 767px) {
  .jdgm-widget,
  .jdgm-review-widget,
  .jdgm-all-reviews-widget {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/* ===== REVIEWS WIDGET - CLEAN NEUTRAL STYLE ===== */
.jdgm-widget,
.jdgm-review-widget,
.jdgm-all-reviews-widget,
.jdgm-preview-badge,
[class*="jdgm"],
[class*="review-wid...[the rest of the value has been truncated to save space]

/* ===== PRODUCT PAGE - SIZE RECOMMENDATION TEXT ===== */
/* Inject "Most men choose M" text before size option buttons */
/* Target the size option group and add text before it */
.product-form__input-group:nth-of-type(2)::before {
  content: 'Most men choose M — 21 cm / 8.3"';
  display: block;
  font-size: 12px;
  color: #666666;
  text-align: center;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  width: 100%;
}

/* ===== DAKELL STACK NOTE - PREMIUM STYLING ===== */
.dakell-stack-note {
  text-align: center;
  margin: 16px 0;
}

.dakell-stack-note p {
  margin: 0;
  font-family: Montserrat, sans-serif;
}

/* Designed to Stack heading */
.dakell-stack-note p:first-child {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1a1a1a;
  margin: 0 0 6px 0;
  text-align: center;
}

/* Discount lines (Buy 2, Buy 3+) */
.dakell-stack-note p:nth-child(2),
.dakell-stack-note p:nth-child(3) {
  font-size: 13px;
  color: #333333;
  margin: 2px 0;
  text-align: center;
}

/* Trust line - positioned after discount lines */
.dakell-stack-note p:nth-child(4) {
  font-size: 11px;
  color: #999999;
  margin-top: 12px;
  text-align: center;
}

/* ===== HIDE ALIREVIEWS AND REVIEWS SECTIONS ===== */
.alireviews-widget-127906,
[class*="alireviews"],
.reviews-section,
[class*="verified-reviews"],
[id*="reviews"],
[class*="reviews"],
section[class*="review"],
.jdgm-all-reviews-widget,
.t4s-reviews,
.product-reviews,
.reviews-container {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}

/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  /* Judge.me Reviews Widget - Horizontal Padding Alignment */
.jdgm-widget,
.jdgm-review-widget,
.jdgm-all-reviews-widget {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

/* Ensure proper alignment on desktop */
@media (min-width: 1025px) {
  .jdgm-widget,
  .jdgm-review-widget,
  .jdgm-all-reviews-widget {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

/* Tablet alignment */
@media (min-width: 768px) and (max-width: 1024px) {
  .jdgm-widget,
  .jdgm-review-widget,
  .jdgm-all-reviews-widget {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

/* Mobile alignment */
@media (max-width: 767px) {
  .jdgm-widget,
  .jdgm-review-widget,
  .jdgm-all-reviews-widget {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/* ===== REVIEWS WIDGET - CLEAN NEUTRAL STYLE ===== */
.jdgm-widget,
.jdgm-review-widget,
.jdgm-all-reviews-widget,
.jdgm-preview-badge,
[class*="jdgm"],
[class*="review-wid"] {
  background: transparent !important;
  border: none !important;
}

/* ===== DESKTOP PRODUCT PAGE ENHANCEMENTS ===== */
@media (min-width: 768px) {
  /* ===== CHANGE 1: STACKING MESSAGE (DESIGNED TO STACK) ===== */
  /* Add "Designed to Stack" heading above the form */
  .product-form > *:first-child::before {
    content: 'Designed to Stack';
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #222222;
    text-align: center;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
  }

  /* Discount tiers styling */
  .product-form .product-form__input-group::before,
  .product-form .product-form__item::before {
    content: 'Buy 2 pieces · Save 10%';
    display: block;
    font-size: 13px;
    color: #666666;
    text-align: center;
    margin-bottom: 6px;
    line-height: 1.4;
    font-family: Montserrat, sans-serif;
  }

  .product-form .product-form__input-group::after,
  .product-form .product-form__item::after {
    content: 'Buy 3+ pieces · Save 15%';
    display: block;
    font-size: 13px;
    color: #666666;
    text-align: center;
    margin-bottom: 16px;
    line-height: 1.4;
    font-family: Montserrat, sans-serif;
  }

  /* ===== CHANGE 2: TRUST LINE (BELOW ADD TO CART) ===== */
  /* Target the submit button and add trust line after it */
  .product-form button[type="submit"]::after,
  .product-form .product-form__submit::after,
  .product-form .btn-add-to-cart::after {
    content: 'Secure Checkout · Tracked Delivery · 30-Day Guarantee';
    display: block;
    font-size: 12px;
    color: #888888;
    text-align: center;
    margin-top: 14px;
    letter-spacing: 0.3px;
    font-family: Montserrat, sans-serif;
    width: 100%;
  }

  /* ===== CHANGE 3: SIZE GUIDE (NEAR SIZE SELECTOR) ===== */
  /* Target size option wrapper */
  .product-form .swatch-option,
  .product-form [class*="size-option"],
  .product-form [class*="variant-option"] {
    position: relative;
  }

  /* Add "Most men choose size M" before size options */
  .product-form .swatch-option:first-of-type::before,
  .product-form [class*="size-option"]:first-of-type::before {
    content: 'Most men choose size M.';
    display: block;
    font-size: 12px;
    color: #666666;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    text-align: left;
  }

  /* Add size measurements after size options */
  .product-form .swatch-option:last-of-type::after,
  .product-form [class*="size-option"]:last-of-type::after {
    content: 'S: 19 cm / 7.5 in · M: 21 cm / 8.3 in · L: 23 cm / 9.1 in';
    display: block;
    font-size: 11px;
    color: #666666;
    margin-top: 10px;
    line-height: 1.5;
    font-family: Montserrat, sans-serif;
    text-align: left;
  }

  /* Add "How to measure your wrist" link */
  .product-form .swatch-option:last-of-type {
    margin-bottom: 12px;
  }

  .product-form .swatch-option:last-of-type ~ * {
    position: relative;
  }

  .product-form .product-form__input-group:has(.swatch-option)::after {
    content: 'How to measure your wrist';
    display: block;
    font-size: 12px;
    color: #666666;
    text-decoration: underline;
    margin-top: 10px;
    margin-bottom: 14px;
    font-family: Montserrat, sans-serif;
    cursor: pointer;
  }
}
}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){
  @media screen and (max-width: 767px) {
  /* Hide breadcrumb on mobile */
  .breadcrumb, nav.breadcrumb, [class*="breadcrumb"], .t4s-breadcrumb {
    display: none !important;
  }

  /* ===== MOBILE PRODUCT PAGE COLOR HIERARCHY ===== */
  /* Ensure primary CTA dominates on mobile */
  
  .product-form__submit,
  .product__submit,
  .btn-add-to-cart,
  [class*="add-to-cart"],
  .product-form button[type="submit"] {
    background-color: #40af22 !important;
    color: #ffffff !important;
    width: 100% !important;
    padding: 16px 20px !important;
    min-height: 52px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    border: none !important;
    border-radius: 4px !important;
    margin-bottom: 12px !important;
    order: 1 !important;
    z-index: 10 !important;
  }

  .product-form__submit:active,
  .product__submit:active,
  .btn-add-to-cart:active,
  [class*="add-to-cart"]:active,
  .product-form button[type="submit"]:active {
    background-color: #2d8a1f !important;
    color: #ffffff !important;
  }

  /* ===== CHANGE 1: STACKING MESSAGE (DESIGNED TO STACK) ===== */
  /* Insert heading before discount tiers */
  .product-form .product-form__input-group:has(button[type="submit"]),
  .product-form .product-form__item:has(button[type="submit"]),
  .product-form .product-form__buttons {
    position: relative;
  }

  /* Add "Designed to Stack" heading above the form */
  .product-form > *:first-child::before {
    content: 'Designed to Stack';
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #222222;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
  }

  /* Discount tiers styling */
  .product-form .product-form__input-group::before,
  .product-form .product-form__item::before {
    content: 'Buy 2 pieces · Save 10%';
    display: block;
    font-size: 12px;
    color: #666666;
    text-align: center;
    margin-bottom: 6px;
    line-height: 1.4;
    font-family: Montserrat, sans-serif;
  }

  .product-form .product-form__input-group::after,
  .product-form .product-form__item::after {
    content: 'Buy 3+ pieces · Save 15%';
    display: block;
    font-size: 12px;
    color: #666666;
    text-align: center;
    margin-bottom: 14px;
    line-height: 1.4;
    font-family: Montserrat, sans-serif;
  }

  /* ===== CHANGE 2: TRUST LINE (BELOW ADD TO CART) ===== */
  /* Target the submit button and add trust line after it */
  .product-form button[type="submit"]::after,
  .product-form .product-form__submit::after,
  .product-form .btn-add-to-cart::after {
    content: 'Secure Checkout · Tracked Delivery · 30-Day Guarantee';
    display: block;
    font-size: 11px;
    color: #888888;
    text-align: center;
    margin-top: 12px;
    letter-spacing: 0.3px;
    font-family: Montserrat, sans-serif;
    width: 100%;
  }

  /* ===== CHANGE 3: SIZE GUIDE (NEAR SIZE SELECTOR) ===== */
  /* Target size option wrapper */
  .product-form .swatch-option,
  .product-form [class*="size-option"],
  .product-form [class*="variant-option"] {
    position: relative;
  }

  /* Add "Most men choose size M" before size options */
  .product-form .swatch-option:first-of-type::before,
  .product-form [class*="size-option"]:first-of-type::before {
    content: 'Most men choose size M.';
    display: block;
    font-size: 11px;
    color: #666666;
    margin-bottom: 8px;
    font-family: Montserrat, sans-serif;
    text-align: left;
  }

  /* Add size measurements after size options */
  .product-form .swatch-option:last-of-type::after,
  .product-form [class*="size-option"]:last-of-type::after {
    content: 'S: 19 cm / 7.5 in · M: 21 cm / 8.3 in · L: 23 cm / 9.1 in';
    display: block;
    font-size: 10px;
    color: #666666;
    margin-top: 8px;
    line-height: 1.4;
    font-family: Montserrat, sans-serif;
    text-align: left;
  }

  /* Add "How to measure your wrist" link */
  .product-form .swatch-option:last-of-type {
    margin-bottom: 12px;
  }

  .product-form .swatch-option:last-of-type ~ * {
    position: relative;
  }

  .product-form .product-form__input-group:has(.swatch-option)::after {
    content: 'How to measure your wrist';
    display: block;
    font-size: 11px;
    color: #666666;
    text-decoration: underline;
    margin-top: 8px;
    margin-bottom: 12px;
    font-family: Montserrat, sans-serif;
    cursor: pointer;
  }
}
}