/** Shopify CDN: Minification failed

Line 667:0 All "@import" rules must come first

**/
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=Inter:wght@400;500;600;700;800&display=swap');

/* HYDRUS DESIGN SYSTEM */

/* Force announcement bar to charcoal */
.announcement-bar,
.utility-bar,
[data-section-type="announcement-bar"],
.shopify-section-announcement-bar,
.shopify-section-header-group-announcement-bar,
.announcement-bar-section,
header .announcement,
.header-group .announcement {
  background: #333333 !important;
  background-color: #333333 !important;
}

/* Trust Row */
.hydrus-real-callout {
  background: #fff;
  border-top: 3px solid #1199FF;
  padding: 20px 24px;
  text-align: center;
}
.hydrus-real-headline {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #333;
  margin-bottom: 6px;
}
.hydrus-real-body {
  font-size: 14px;
  color: #666;
  line-height: 1.55;
  margin: 0;
}
.hydrus-real-body em {
  font-style: normal;
  color: #1199FF;
  font-weight: 600;
}
.hydrus-cust-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: #fff;
}
.hydrus-cust-cell {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
}
.hydrus-cust-cell img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  transition: transform 0.4s ease;
}
.hydrus-cust-cell:hover img {
  transform: scale(1.03);
}
.hydrus-cust-credit {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: linear-gradient(transparent, rgba(0,0,0,0.4) 35%, rgba(0,0,0,0.82) 100%);
  padding: 32px 12px 10px;
}
.hydrus-cust-quote {
  font-family: 'Inter', sans-serif;
  font-style: italic;
  font-size: 11.5px;
  line-height: 1.35;
  color: rgba(255,255,255,0.95);
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}
.hydrus-cust-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px; font-weight: 700;
  color: #fff; text-transform: uppercase;
  letter-spacing: 0.5px;
}
.hydrus-cust-board,
.hydrus-cust-loc {
  font-size: 10px;
  color: rgba(255,255,255,0.7);
  font-family: 'Inter', sans-serif;
}
.hydrus-cust-placeholder {
  width: 100%; height: 100%;
  background: linear-gradient(135deg, #ddd, #eee);
  display: flex; align-items: center; justify-content: center;
}
.hydrus-cust-placeholder span {
  font-size: 12px; color: #aaa;
}
.hydrus-trust-row {
  display: flex;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  background: #fff;
}
.hydrus-trust-cell {
  flex: 1;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  padding: 14px 4px; text-align: center;
  border-right: 1px solid #f0f0f0;
}
.hydrus-trust-cell:last-child { border-right: none; }
.hydrus-trust-cell svg {
  width: 20px; height: 20px;
  stroke: #1199FF; fill: none;
  stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round;
  margin-bottom: 5px;
}
.hydrus-trust-cell strong {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700; font-size: 11px;
  color: #333; text-transform: uppercase;
  letter-spacing: 0.5px; line-height: 1.2;
}
a.hydrus-trust-cell { text-decoration: none; transition: background 0.15s; }
a.hydrus-trust-cell:hover { background: #f9f9f9; }
a.hydrus-trust-cell:hover strong { color: #1199FF; }
.hydrus-proof-strip {
  background: #333;
  display: flex; align-items: center;
  justify-content: center; gap: 8px;
  padding: 11px 16px; flex-wrap: wrap;
}
.hydrus-proof-tag {
  font-size: 12px; font-weight: 600;
  color: rgba(255,255,255,0.6);
  letter-spacing: 0.3px; white-space: nowrap;
}
.hydrus-proof-tag strong {
  color: rgba(255,255,255,0.9); font-weight: 700;
}
.hydrus-proof-sep {
  width: 4px; height: 4px; border-radius: 50%;
  background: rgba(255,255,255,0.3); flex-shrink: 0;
}
@media (min-width: 768px) {
  .hydrus-cust-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.hb-sub {
  color: rgba(255,255,255,0.8) !important;
  font-size: 16px !important;
}
.hb-hint {
  color: rgba(255,255,255,0.7) !important;
  font-size: 14px !important;
}
.hb-label {
  font-size: 15px !important;
}
/* Story section text size fix */
.hst-pullquote p {
  font-size: 18px !important;
  line-height: 1.5 !important;
}
.hst-copy p {
  font-size: 16px !important;
  line-height: 1.7 !important;
}
.hst-sub {
  font-size: 16px !important;
}
.hst-stat-num {
  font-size: 28px !important;
}
.hst-stat-label {
  font-size: 12px !important;
}
/* Kill theme default blockquote decoration.
   Reformation Junior parent theme (assets/app.css line ~804) renders a
   144px decorative left double-quote glyph as `blockquote::before`,
   absolutely positioned at top:-30px. On any blockquote with
   position:relative it lands directly through the middle of the text.
   Already killed for .hpln-quote (Nick memorial) below. The article
   body + pull-quote rule below extends the kill to LC article surfaces
   confirmed broken 2026-04-27 on /blogs/learning-center/how-to-choose-
   your-first-paddleboard. Audit covered every other quote/testimonial
   surface in the theme; the rest use <div> wrappers (.hst-pullquote,
   .pdl-edu-quote, .hlp-t-quote, .pdp-rv-quote, .testimonials__*,
   .coll-cat-quote) which are immune. Native <blockquote> elements
   exist only in .hpln-quote (already fixed) and .art-body (fixed
   below). Sledgehammer global blockquote::before kill considered and
   rejected — too broad; future legitimate blockquote usage would have
   to opt back in. Scoped kill is safer. */
.hpln-quote::before,
.hpln-quote::after,
.art-body blockquote::before,
.art-body blockquote::after,
.art-body .hydrus-pull-quote::before,
.art-body .hydrus-pull-quote::after {
  content: none !important;
  display: none !important;
}
.hpln-quote {
  text-align: left !important;
}
/* Press section logo box size fix */
.hpr-logo {
  width: 52px !important;
  height: 52px !important;
  border-radius: 10px !important;
}
.hpr-logo img {
  max-width: 42px !important;
  max-height: 42px !important;
}
/* Footer styling */
.footer,
.site-footer,
.footer-wrapper {
  background: #111 !important;
  border-top: 1px solid rgba(255,255,255,0.06) !important;
}
.footer a,
.site-footer a {
  color: rgba(255,255,255,0.7) !important;
  font-size: 14px !important;
}
.footer a:hover,
.site-footer a:hover {
  color: #1199FF !important;
}
.footer h2,
.footer h3,
.footer h4,
.footer__heading,
.site-footer h2,
.site-footer h3,
.site-footer h4 {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-weight: 700 !important;
  color: #fff !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
}
/* Story section mobile fix */
@media (max-width: 768px) {
  .hst-album {
    flex-direction: column !important;
  }
  .hst-photos {
    width: 100% !important;
  }
  .hst-right {
    width: 100% !important;
    margin-top: 20px !important;
  }
}
/* Hero mobile height fix */
@media (max-width: 768px) {
  .hh-section {
    min-height: 55vh !important;
  }
  .hh-headline {
    font-size: 40px !important;
  }
  .hh-content {
    padding: 0 20px 36px !important;
  }
  .hh-cta {
    padding: 14px 28px !important;
    font-size: 16px !important;
  }
  .hh-sig {
    font-size: 13px !important;
  }
}
/* Hero desktop height fix */
@media (min-width: 769px) {
  .hh-section {
    min-height: 50vh !important;
  }
}
/* Force Barlow font across entire site */
body,
p,
li,
span,
a,
input,
button,
textarea,
.header a,
.site-header a,
.footer a,
.site-footer a,
.rte,
.rte p {
  font-family: 'Inter', sans-serif !important;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4,
.header__heading,
.site-header__heading {
  font-family: 'Inter', sans-serif !important;
}
/* Remove Powered by Shopify */
.footer a[href*="shopify"],
.footer__content-bottom a[href*="shopify"],
a[href*="shopify.com"]:not(.header a),
.copyright a,
.footer .powered_by,
.footer__powered-by,
.footer__bottom a[href*="shopify"] {
  display: none !important;
}
.footer__content-bottom,
.footer__bottom {
  font-size: 0 !important;
}
.footer__content-bottom *:not(a[href*="shopify"]),
.footer__bottom *:not(a[href*="shopify"]) {
  font-size: 13px !important;
}
/* ═══════════════════════════════════════
   PDP STYLING OVERRIDES
   ═══════════════════════════════════════ */

/* Product title */
.product__title h1,
.product-single__title,
.product__info-container h1 {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  color: #333 !important;
}

/* Product price */
.product__price,
.price__regular,
.price-item--regular,
.product-single__price {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-weight: 800 !important;
  font-size: 28px !important;
  color: #333 !important;
}

/* Sale price / compare-at price — premium DTC register (Round 2FF) */
.price--on-sale .price-item--regular,
.price__sale .price-item--regular,
.price-item--last {
  text-decoration: line-through !important;
  color: #aaa !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}

.price--on-sale .price-item--sale,
.price__sale .price-item--sale {
  color: #1a1a24 !important;
  font-size: 24px !important;
}

/* Save badge — premium amber treatment (replaces red "SAVE %") */
.price__badge-sale,
.badge--sale {
  background: #fef3c7 !important;
  color: #92400e !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  border-radius: 4px !important;
  padding: 3px 8px !important;
  text-transform: none !important;
}

/* Add to Cart button */
.product-form__submit,
.product-form__add-button,
.btn--add-to-cart,
button[name="add"] {
  background: #1199FF !important;
  color: #fff !important;
  font-family: 'Barlow Condensed', sans-serif !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  border: none !important;
  border-radius: 4px !important;
  padding: 16px 32px !important;
}

.product-form__submit:hover,
.product-form__add-button:hover,
button[name="add"]:hover {
  background: #0a7fd6 !important;
}

/* Product description text */
.product__description,
.product-single__description,
.product__info-container .rte,
.product__info-container p {
  font-family: 'Inter', sans-serif !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
  color: #555 !important;
}

/* Product section headings */
.product__info-container h2,
.product__info-container h3,
.product-single__description h2,
.product-single__description h3 {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  color: #333 !important;
}

/* Accordion / collapsible tab headers */
.accordion__title,
.product__accordion .accordion__title,
.collapsible-tab__heading,
.product-tabs__tab {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  color: #333 !important;
}

/* Accordion body text */
.accordion__body,
.accordion__content,
.collapsible-tab__body,
.product-tabs__content {
  font-family: 'Inter', sans-serif !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
  color: #555 !important;
}

/* Trust badges on PDP */
.product__trust-badges,
.trust-badge,
.product__guarantees {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}

/* Free shipping callout */
.product__shipping-note,
.free-shipping-badge {
  font-family: 'Inter', sans-serif !important;
  font-weight: 700 !important;
  color: #1199FF !important;
}

/* Performance rating bars */
.product-rating-bar,
.rating-bar__fill {
  background: #1199FF !important;
}

/* Section headings on PDP (like "Everything You Need") */
.shopify-section--product h2,
.product-recommendations h2 {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  color: #333 !important;
}

/* Tabs (Overview / Specifications) */
.product-tabs__tab.active,
.tab-link.active {
  color: #1199FF !important;
  border-color: #1199FF !important;
}

/* Star ratings on PDP */
.product-reviews__stars svg,
.spr-icon {
  fill: #FFB800 !important;
  color: #FFB800 !important;
}

/* Image gallery thumbnails */
.product__media-toggle--active,
.thumbnail--active {
  border-color: #1199FF !important;
}

/* Quantity selector */
.quantity__button {
  color: #333 !important;
}

/* Product labels/tags */
.product__label,
.product-tag {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}
/* Hide theme default author bio (we have our own) */
.article-template__author,
.article__author,
.blog-post__author {
  display: none !important;
}
/* ═══════════════════════════════════════════════════════
   HOMEPAGE POLISH — Font Consistency + Desktop Fixes
   Add to the BOTTOM of hydrus-custom.css
   Last updated: April 15, 2026
   ═══════════════════════════════════════════════════════ */


/* ——— FONT CONSISTENCY ———————————————————————————————— */
/* All body/description text across homepage sections
   uses Inter instead of Barlow for reading comfort.
   Headlines, labels, badges, CTAs stay Barlow Condensed. */

/* Problem section body */
.hp-problem-text,
.hp-problem-item,
.hp-problem-quote,
[class*="problem"] p,
[class*="problem"] li {
  font-family: 'Inter', sans-serif !important;
}

/* Plan / Three Steps body */
.hp-step-text,
.hp-step-desc,
[class*="plan"] p,
[class*="step"] p {
  font-family: 'Inter', sans-serif !important;
}

/* Story section body */
.hp-story-text,
.hp-story-body,
.hp-story-quote,
[class*="story"] p {
  font-family: 'Inter', sans-serif !important;
}

/* Nick section body */
.hp-nick-text,
.hp-nick-body,
[class*="nick"] p {
  font-family: 'Inter', sans-serif !important;
}

/* FAQ section body */
.hp-faq-answer,
[class*="faq"] p,
[class*="faq"] .accordion-content {
  font-family: 'Inter', sans-serif !important;
}

/* Newsletter section body */
[class*="newsletter"] p,
[class*="newsletter"] .description {
  font-family: 'Inter', sans-serif !important;
}

/* Hero subtext */
.hp-hero-sub,
[class*="hero"] .subtext,
[class*="hero-sub"] {
  font-family: 'Inter', sans-serif !important;
}

/* Photos section captions */
[class*="photos"] span,
[class*="photos"] .caption {
  font-family: 'Inter', sans-serif !important;
}

/* Global body text minimum size on mobile */
.hp-problem-text,
.hp-step-desc,
.hp-story-body p,
.hp-nick-body p,
.hp-faq-answer,
[class*="problem"] p,
[class*="story"] p,
[class*="nick"] p {
  font-size: 15px !important;
  line-height: 1.65 !important;
}


/* ——— HERO DESKTOP FIX ———————————————————————————————— */
/* Cap hero height on desktop so it doesn't fill the entire viewport */
@media (min-width: 769px) {
  .hydrus-hero,
  .hydrus-hero-section,
  [class*="hero-section"],
  .hp-hero {
    max-height: 600px;
    overflow: hidden;
  }
  
  .hydrus-hero img,
  .hp-hero img,
  [class*="hero-section"] img {
    max-height: 600px;
    object-fit: cover;
  }
}


/* ——— STATS BAR POLISH ———————————————————————————————— */
/* Make stat numbers slightly larger on mobile for impact */
.hp-stat-number,
[class*="stat"] .number,
[class*="stats"] .value {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-weight: 900 !important;
}

@media (max-width: 768px) {
  .hp-stat-number,
  [class*="stat"] .number,
  [class*="stats"] .value {
    font-size: 28px !important;
  }
}


/* ——— HIDE REFORMATION SECTIONS ——————————————————————— */
/* If you can't remove the Join the Adventure section from the
   template, uncomment these lines to hide it:
   
.shopify-section-image-with-text-slideshow,
[data-section-type="image-with-text-slideshow"] {
  display: none !important;
}
*/


/* ——— GENERAL HOMEPAGE POLISH ————————————————————————— */

/* Ensure all homepage sections have proper Inter import */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

/* Smooth scroll for the entire page */
html {
  scroll-behavior: smooth;
}


/* ═══════════════════════════════════════════════════════
   HYDRUS PRODUCT RATING — design system abstraction
   Consumed by snippets/hydrus-product-rating.liquid
   ═══════════════════════════════════════════════════════ */

.hydrus-rating {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  line-height: 1;
}

.hydrus-rating__stars {
  display: inline-flex;
  gap: 1px;
}

.hydrus-rating__star {
  fill: #FFB800;
  flex-shrink: 0;
}

.hydrus-rating__star--empty {
  fill: #e5e5e5;
}

.hydrus-rating__star--half {
  fill: none;
}

.hydrus-rating__numeric {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  color: #333;
}

.hydrus-rating__count {
  font-family: 'Inter', sans-serif;
  color: #999;
}

.hydrus-rating__count-link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.hydrus-rating__count-link:hover {
  color: #1199FF;
}

.hydrus-rating__empty-label {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: #999;
  font-style: italic;
}

.hydrus-rating--small .hydrus-rating__star { width: 14px; height: 14px; }
.hydrus-rating--small .hydrus-rating__numeric,
.hydrus-rating--small .hydrus-rating__count { font-size: 11px; }

.hydrus-rating--medium .hydrus-rating__star { width: 14px; height: 14px; }
.hydrus-rating--medium .hydrus-rating__numeric,
.hydrus-rating--medium .hydrus-rating__count { font-size: 13px; }

.hydrus-rating--large .hydrus-rating__star { width: 18px; height: 18px; }
.hydrus-rating--large .hydrus-rating__numeric,
.hydrus-rating--large .hydrus-rating__count { font-size: 15px; }

/* ═══════════════════════════════════════════════════════
   HYDRUS PRODUCT PRICE — design system abstraction
   Consumed by snippets/hydrus-product-price.liquid
   ═══════════════════════════════════════════════════════ */

.hydrus-price {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  line-height: 1;
}

.hydrus-price--stacked {
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.hydrus-price__current {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  color: #333;
}

.hydrus-price__compare {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  color: #999;
  text-decoration: line-through;
}

.hydrus-price__savings {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #92400e;
  letter-spacing: 0;
  background: #fef3c7;
  padding: 3px 8px;
  border-radius: 4px;
}

.hydrus-price.is-on-sale .hydrus-price__current {
  color: #1a1a24;
}

.hydrus-price--small .hydrus-price__current { font-size: 16px; }
.hydrus-price--small .hydrus-price__compare { font-size: 13px; }

.hydrus-price--medium .hydrus-price__current { font-size: 22px; }
.hydrus-price--medium .hydrus-price__compare { font-size: 14px; }

.hydrus-price--large .hydrus-price__current { font-size: 32px; }
.hydrus-price--large .hydrus-price__compare { font-size: 18px; }

/* ═══════════════════════════════════════════════════════
   HYDRUS PRODUCT CARD — shared board/paddle card
   Consumed by snippets/hydrus-product-card.liquid
   ═══════════════════════════════════════════════════════ */

.hydrus-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform 0.15s, box-shadow 0.15s;
}
.hydrus-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}
.hydrus-card:active {
  transform: scale(0.98);
}

.hydrus-card--dark {
  background: #1a1a24;
  border-color: rgba(255,255,255,0.08);
  color: #fff;
}

.hydrus-card__media {
  position: relative;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: #f5f5f5;
}

.hydrus-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hydrus-card__image--placeholder {
  background: linear-gradient(135deg, #eee, #f5f5f5);
}

.hydrus-card__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 6px 14px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 4px;
  color: #fff;
}

.hydrus-card__badge--default { background: #1199FF; }
.hydrus-card__badge--red     { background: #D22630; }
.hydrus-card__badge--dark    { background: #333; }

.hydrus-card__body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 16px 18px 18px;
  gap: 6px;
}

.hydrus-card__name {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin: 0;
  color: inherit;
}

.hydrus-card__tagline {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #666;
  margin: 0;
}
.hydrus-card--dark .hydrus-card__tagline { color: rgba(255,255,255,0.8); }

.hydrus-card__dims {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: #999;
  letter-spacing: 0.3px;
  margin: 0;
}
.hydrus-card--dark .hydrus-card__dims { color: rgba(255,255,255,0.6); }

.hydrus-card__rating {
  margin-top: 2px;
}

.hydrus-card__footer {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  margin-top: auto;
  padding-top: 12px;
}

.hydrus-card__price-row {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
}

.hydrus-card__cta {
  display: block;
  width: 100%;
  padding: 10px 18px;
  background: #1199FF;
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 8px;
  transition: background 0.15s;
}
.hydrus-card:hover .hydrus-card__cta {
  background: #0a7fd6;
}

/* ═══════════════════════════════════════════════════════
   HYDRUS CARD SKELETONS — pre-launch placeholders
   Rendered by hydrus-product-card.liquid when product is blank.
   Dimensions match populated states to prevent layout shift.
   ═══════════════════════════════════════════════════════ */

.hydrus-card__rating-skeleton {
  display: inline-flex;
  gap: 1px;
}

.hydrus-card__skeleton-star {
  width: 14px;
  height: 14px;
  fill: #e5e5e5;
  flex-shrink: 0;
}

.hydrus-card__skeleton-bar {
  display: inline-block;
  width: 60px;
  height: 0.7em;
  background: #eee;
  border-radius: 3px;
  vertical-align: middle;
}

.hydrus-card__skeleton-bar--price {
  width: 72px;
  height: 1.2em;
  background: #eee;
}

/* PDP comparison cell empty-state (skeleton bar when spec metafield not populated) */
.pdp-compare-empty {
  display: inline-block;
  width: 40px;
  height: 0.7em;
  background: #eee;
  border-radius: 3px;
  vertical-align: middle;
}

/* Shared editor-only prompt. Visible in theme editor (request.design_mode),
   hidden on live site. Used by any section that wants to surface metafield
   setup guidance to admins without leaking to customers. */
.hydrus-editor-note {
  margin-top: 12px;
  padding: 10px 14px;
  background: #fffbea;
  border: 1px dashed #e0c964;
  border-radius: 6px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #8a6b1f;
}
.hydrus-editor-note code {
  background: rgba(0,0,0,0.06);
  padding: 1px 6px;
  border-radius: 3px;
  font-size: 12px;
}

/* ═══════════════════════════════════════════════════════
   PDP ADD-ON CARD — cross-sell upsell row
   Consumed by snippets/hydrus-addon-card.liquid.
   Selected-state is toggled by the consumer via JS
   (event delegation in hydrus-pdp-buybox.liquid).
   ═══════════════════════════════════════════════════════ */

.pdp-addon {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px;
  background: #fff;
  border: 2px solid #eee;
  border-radius: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s;
  user-select: none;
}
.pdp-addon.selected {
  border-color: #1199FF;
  background: rgba(17,153,255,0.03);
}
.pdp-addon-cb {
  width: 24px; height: 24px;
  border-radius: 6px;
  border: 2px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.15s;
  margin-top: 2px;
}
.pdp-addon.selected .pdp-addon-cb {
  background: #1199FF;
  border-color: #1199FF;
}
.pdp-addon-cb svg {
  width: 14px; height: 14px;
  stroke: #fff; fill: none;
  stroke-width: 3; stroke-linecap: round; stroke-linejoin: round;
  opacity: 0;
  transition: opacity 0.15s;
}
.pdp-addon.selected .pdp-addon-cb svg { opacity: 1; }
.pdp-addon-thumb {
  width: 56px; height: 56px;
  border-radius: 8px;
  background: #f5f5f5;
  overflow: hidden;
  flex-shrink: 0;
}
.pdp-addon-thumb img {
  width: 100%; height: 100%;
  object-fit: contain;
  padding: 4px;
}
/* Placeholder shown when an addon product has no featured_image. Keeps
   card layout stable so the info column doesn't shift horizontally. */
.pdp-addon-thumb--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bdbdbd;
}
.pdp-addon-thumb--placeholder svg {
  width: 28px;
  height: 28px;
}
.pdp-addon-info {
  flex: 1;
  position: relative;
}
/* MOST POPULAR pill — rendered on the first addon in hydrus_addons.items
   as a social-proof anchor. Convention-driven (first-in-list = most popular)
   so admin controls which card gets the pill just by reordering the list. */
.pdp-addon-popular-badge {
  display: inline-block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #1199FF;
  background: rgba(17,153,255,0.1);
  padding: 4px 8px;
  border-radius: 3px;
  margin-bottom: 4px;
}
.pdp-addon-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 2px;
}
.pdp-addon-desc {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #888;
  line-height: 1.4;
  margin-bottom: 4px;
}
.pdp-addon-price-row {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
}
.pdp-addon-price {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #333;
}
.pdp-addon-price-full {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #888;
  text-decoration: line-through;
}
.pdp-addon-save-inline {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: #0a8a3e;
}
.pdp-addon-save {
  font-size: 12px;
  font-weight: 700;
  color: #0a8a3e;
  background: rgba(10,138,62,0.08);
  padding: 2px 8px;
  border-radius: 4px;
  margin-left: 8px;
}

/* ═══════════════════════════════════════════════════════
   PDP STICKY MINI-BAR — mobile-only bottom ATC
   Consumed by snippets/hydrus-sticky-atc.liquid.
   Visibility toggled by the consumer's JS via the .visible class
   (IntersectionObserver watches the main ATC button).
   Suppressed on desktop at min-width: 769px.
   ═══════════════════════════════════════════════════════ */

.pdp-sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 1px solid #e5e5e5;
  padding: 12px 20px;
  z-index: 100;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.08);
  display: none;
  align-items: center;
  /* Horizontal lane between .pdp-sticky-price-stack column and button.
     Bumped from 12px → 24px on 2026-05-03 (parallel to simple template's
     .simple-sticky-atc gap fix) — prior value crowded the price column
     against the button. */
  gap: 24px;
}
.pdp-sticky-bar.visible { display: flex; }
/* Stack wrapper: holds the price span on top and the addon-count subline
   below. Two-stack treatment surfaces "why total != base price" when
   add-ons are toggled in the buybox; single-line when subline is empty. */
.pdp-sticky-price-stack {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.pdp-sticky-subline {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #888;
  white-space: nowrap;
  line-height: 1.2;
}
/* Hide subline (collapse to single-line) when no addons are selected.
   IIFE writes empty string to #pdpStickyAddons in that state. */
.pdp-sticky-subline:empty { display: none; }
.pdp-sticky-price {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 20px;
  color: #1a1a24;
  white-space: nowrap;
}
/* .pdp-sticky-price-sale removed per Round 2EE: PDP price register
   is uniformly neutral dark — no red sale color. The class on the
   span is harmless if still emitted by the snippet (no styling). */
.pdp-sticky-btn {
  flex: 1;
  padding: 14px 20px;
  background: #1199FF;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(17,153,255,0.3);
}
.pdp-sticky-btn:hover { background: #0a7fd6; }

/* Desktop: keep the sticky bottom bar visible so the buy button stays in
   reach as the customer scrolls past the main ATC. Constrain to the same
   max-width as the PDP content column (.pdp-wrap uses 1200px) and center
   it so the bar tracks with the content rather than sprawling edge-to-
   edge on wide screens. */
@media (min-width: 769px) {
  .pdp-sticky-bar {
    max-width: 1200px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    border-radius: 12px 12px 0 0;
    bottom: 0;
    padding: 14px 24px;
  }
  .pdp-sticky-btn {
    flex: 0 0 auto;
    min-width: 240px;
    padding: 14px 28px;
  }
}
