/** Shopify CDN: Minification failed

Line 1182:15 Expected identifier but found whitespace
Line 1182:16 Unexpected "#2e2820"

**/
/*
 * StickyRooster Custom CSS
 */

/* overflow-x: visible only on product pages so position:sticky works on the image column.
   All other pages keep overflow-x hidden to prevent horizontal scrollbar. */
html.product-template {
  overflow-x: visible !important;
}

.stickyrooster-tagline-footer {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  padding: 10px 0;
  background-color: #f8f8f8;
  color: #333;
}


/* =============================================
   HOMEPAGE — GLOBAL BACKGROUNDS
   ============================================= */

.index-template .shopify-section-featured-collection,
.index-template .shopify-section-featured-colllections,
.index-template .shopify-section-rich-text {
  background-color: #1a1612 !important;
}


/* =============================================
   HOMEPAGE — SECTION HEADERS (T-SHIRTS / STICKERS / HATS)
   ============================================= */

.index-template .shopify-section-rich-text .content {
  padding: 48px 20px 8px !important;
  background-color: #1a1612 !important;
}

.index-template .shopify-section-rich-text h2 {
  display: inline-flex !important;
  align-items: center !important;
  gap: 14px !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: clamp(1.1rem, 2.5vw, 1.3rem) !important;
  font-weight: 900 !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  margin-bottom: 0 !important;
  padding-bottom: 10px !important;
  border-bottom: 2px solid #ffa500 !important;
}

.index-template .shopify-section-rich-text h2::before {
  content: '' !important;
  display: inline-block !important;
  width: 8px !important;
  height: 8px !important;
  background: #ffa500 !important;
  border-radius: 50% !important;
  flex-shrink: 0 !important;
}


/* =============================================
   HOMEPAGE — COLLECTION GRID
   ============================================= */

.index-template .shopify-section-featured-colllections {
  padding-top: 40px !important;
  padding-bottom: 16px !important;
}

.index-template .shopify-section-featured-colllections .collection-card {
  border-radius: 8px !important;
  overflow: hidden !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

.index-template .shopify-section-featured-colllections .collection-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 12px 40px rgba(0,0,0,0.5) !important;
}

.index-template .shopify-section-featured-colllections .collection-card-info {
  background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, transparent 100%) !important;
}

.index-template .shopify-section-featured-colllections .collection-card-title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 1.1rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
}


/* =============================================
   HOMEPAGE — PRODUCT GRIDS
   ============================================= */

.index-template .shopify-section-featured-collection {
  background-color: #1a1612 !important;
  padding-top: 20px !important;
  padding-bottom: 48px !important;
}

/* Normalize container width — force all product grids to same max-width */
.index-template .shopify-section-featured-collection .container,
.index-template .shopify-section-featured-collection .container-fluid {
  max-width: 1400px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

/* Normalize product card image aspect ratio across all collections */
.index-template .shopify-section-featured-collection .product-card-image img,
.index-template .shopify-section-featured-collection .product-card-image .tw-aspect-w-1 {
  aspect-ratio: 1 / 1 !important;
  object-fit: contain !important;
}
.index-template .shopify-section-sr-section-header {
  background-color: #1a1612;
}

/* Dark card background */
.index-template .shopify-section-featured-collection .product-card {
  background: #252019 !important;
  border-radius: 10px !important;
  transition: transform 0.2s ease !important;
  padding-bottom: 16px !important;
}

.index-template .shopify-section-featured-collection .product-card:hover {
  transform: translateY(-2px) !important;
}

/* Kill the old white card box */
.index-template .shopify-section-featured-collection .tw-relative {
  background-color: transparent !important;
  box-shadow: none !important;
}

.index-template .shopify-section-featured-collection .rounded {
  border-radius: 10px !important;
}

.index-template .shopify-section-featured-collection .product-card-image {
  margin-bottom: 12px !important;
  transition: box-shadow 0.2s ease !important;
}

.index-template .shopify-section-featured-collection .product-card-image img,
.index-template .shopify-section-featured-collection .product-card-image .tw-aspect-w-1 {
  border-radius: 10px 10px 0 0 !important;
  overflow: hidden !important;
}

.index-template .shopify-section-featured-collection .product-card:hover .product-card-image {
  box-shadow: -3px 3px 0px 0px #26ace2 !important;
  clip-path: inset(-4px 0px -4px -4px) !important;
}

.index-template .shopify-section-featured-collection .product-card-title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.85rem !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  padding: 0 12px !important;
}

.index-template .shopify-section-featured-collection .product-card-title a,
.index-template .shopify-section-featured-collection .product-card-title a:visited {
  color: #ffffff !important;
}

.index-template .shopify-section-featured-collection .product-card-title a:hover {
  color: #ffa500 !important;
}

.index-template .shopify-section-featured-collection .product-card-prices {
  padding: 0 12px !important;
}

.index-template .shopify-section-featured-collection .product-card-price {
  color: #ffa500 !important;
  font-weight: 800 !important;
  font-size: 0.95rem !important;
}

.index-template .shopify-section-featured-collection .product-card-badge {
  background: #ffa500 !important;
  color: #000000 !important;
  font-weight: 800 !important;
  font-size: 0.65rem !important;
  letter-spacing: 0.08em !important;
}


/* =============================================
   HOMEPAGE — VIEW ALL BUTTONS
   ============================================= */

.index-template .shopify-section-featured-collection .tw-btn-secondary,
.index-template .shopify-section-featured-colllections .tw-btn-secondary {
  background: transparent !important;
  color: #ffa500 !important;
  border: 1.5px solid #ffa500 !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 800 !important;
  font-size: 12px !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  padding: 12px 32px !important;
  border-radius: 100px !important;
}

.index-template .shopify-section-featured-collection .tw-btn-secondary:hover,
.index-template .shopify-section-featured-colllections .tw-btn-secondary:hover {
  background: #ffa500 !important;
  color: #000000 !important;
}


/* =============================================
   FEATURE ICONS BAR
   ============================================= */

.feature-icons-section {
  background-color: #ffa500 !important;
}

.feature-icon-block,
.feature-icon-block span,
.feature-icon-block i {
  color: #000000 !important;
}

.feature-icon-block span {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 800 !important;
  font-size: 12px !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}


/* =============================================
   RESPONSIVE
   ============================================= */

@media screen and (max-width: 767px) {
  .index-template .shopify-section-rich-text .content {
    padding: 32px 16px 4px !important;
  }
  .index-template .shopify-section-rich-text h2 {
    font-size: 1rem !important;
  }
}



/* =============================================
   PRODUCT PAGES — LIGHT PREMIUM THEME
   "Wow" factor: clean white canvas, bold orange
   accents, sharp typography, subtle depth
   ============================================= */

/* Reset any dark overrides from previous work */
html.product-template,
html.product-template body,
html.product-template .main-content,
html.product-template .shopify-section:not(.shopify-section-footer),
html.product-template .container:not(.shopify-section-footer .container),
html.product-template #MainContent,
html.product-template main {
  background-color: #ffffff !important;
  --bg-color: #ffffff;
  --body-bg: #ffffff;
  --color-body: #1a1a1a;
  --color-bg: #ffffff;
}

/* =============================================
   PRODUCT PAGE — PAGE STRUCTURE
   ============================================= */

/* Subtle warm off-white for the overall page */
html.product-template body {
  background-color: #fafaf8 !important;
}

/* Main product section — pure white card feel */
html.product-template .shopify-section-product-template {
  background-color: #ffffff !important;
  padding-top: 32px !important;
  padding-bottom: 48px !important;
}

/* =============================================
   PRODUCT IMAGE AREA
   ============================================= */

/* Clean white image container with soft shadow */
html.product-template .product-media.bg-white,
html.product-template .bg-white.swiper-container {
  background-color: #ffffff !important;
  border-color: #ebebeb !important;
  border-radius: 16px !important;
  box-shadow: 0 4px 32px rgba(0,0,0,0.07) !important;
  overflow: hidden !important;
}

/* On desktop, remove overflow:hidden from the swiper so position:sticky can work */
@media (min-width: 1024px) {
  html.product-template .product-media.swiper-container {
    overflow: visible !important;
  }
}

/* =============================================
   VERTICAL THUMBNAIL LAYOUT (desktop, JS-injected)
   ============================================= */

/* When JS adds the active class, make the media group a flex row */
@media (min-width: 1024px) {
  [data-product-single-media-group].sr-media-layout-active {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
  }

  /* Sticky wrapper fills remaining width */
  [data-product-single-media-group].sr-media-layout-active .sr-sticky-media-wrapper {
    flex: 1;
    min-width: 0;
  }

  /* Hide the Judge.me badge that lives in the left media column on desktop
     (it renders again properly in the right column under the title block) */
  [data-product-single-media-group].sr-media-layout-active .jdgm-widget,
  [data-product-single-media-group].sr-media-layout-active .jdgm-prev-badge {
    display: none !important;
  }
}

/* Vertical thumbnail column */
.sr-thumb-col {
  display: none;
}

@media (min-width: 1024px) {
  .sr-thumb-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    width: 72px;
    flex-shrink: 0;
  }
}

/* Scrollable inner area */
.sr-thumb-scroll {
  display: flex;
  flex-direction: column;
  gap: 6px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  scrollbar-width: none; /* hide scrollbar — arrows handle it */
}
.sr-thumb-scroll::-webkit-scrollbar {
  display: none;
}

/* Arrow buttons */
.sr-thumb-arrow {
  width: 40px;
  height: 28px;
  border-radius: 6px;
  border: 1.5px solid #e0e0e0;
  background: #ffffff;
  color: #555;
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: border-color 0.15s, color 0.15s, opacity 0.15s;
}
.sr-thumb-arrow:hover {
  border-color: #ffa500;
  color: #ffa500;
}

/* Individual thumb buttons */
.sr-thumb-item {
  width: 68px;
  height: 68px;
  border-radius: 8px;
  border: 1.5px solid #e0e0e0;
  background: #ffffff;
  overflow: hidden;
  cursor: pointer;
  padding: 4px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.sr-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sr-thumb-item:hover {
  border-color: #ffa500;
}

.sr-thumb-item.active {
  border-color: #ffa500;
  box-shadow: 0 0 0 1px #ffa500;
}



/* Thumbnail nav — flush against image bottom, no gap */
html.product-template .product-media-nav.bg-white {
  background-color: #ffffff !important;
  border-color: #ebebeb !important;
  border-radius: 0 0 12px 12px !important;
  margin-top: 0 !important;
}

html.product-template .product-media-nav-item.bg-white {
  background-color: #f5f5f3 !important;
  border-radius: 8px !important;
  transition: all 0.15s ease !important;
}

html.product-template .product-media-nav-item.bg-white:hover {
  background-color: #ffecd0 !important;
}

html.product-template .product-media-nav-item.bg-white.swiper-slide-thumb-active {
  background-color: #fff3e0 !important;
  box-shadow: inset 0 0 0 2px #ffa500 !important;
}

/* =============================================
   PRODUCT TITLE & PRICE
   ============================================= */

html.product-template .product-title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: clamp(1.6rem, 3vw, 2.4rem) !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
  letter-spacing: -0.02em !important;
  color: #111111 !important;
  margin-bottom: 8px !important;
}

html.product-template .product-price {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 2rem !important;
  font-weight: 800 !important;
  color: #111111 !important;
  letter-spacing: -0.02em !important;
}

html.product-template .product-compare-price {
  color: #aaaaaa !important;
  font-size: 1.1rem !important;
  text-decoration: line-through !important;
}

/* Sale price gets the orange */
html.product-template .tw-text-price-sale {
  color: #ffa500 !important;
}

/* =============================================
   VARIANT SELECTORS
   ============================================= */

/* Option label */
html.product-template .product-option label.tw-text-link,
html.product-template .product-option .d-block.font-600 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.7rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: #888888 !important;
  margin-bottom: 10px !important;
}

/* Size swatch buttons — exclude color and type swatches */
html.product-template .swatch-item,
html.product-template .form-check-swatch:not(.color-swatch):not(.type-swatch) .form-check-label.rounded {
  background: #ffffff !important;
  border: 1.5px solid #dedede !important;
  color: #444444 !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600 !important;
  font-size: 0.8rem !important;
  border-radius: 8px !important;
  transition: all 0.15s ease !important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06) !important;
}

html.product-template .swatch-item:hover,
html.product-template .form-check-swatch:not(.color-swatch):not(.type-swatch) .form-check-label.rounded:hover {
  border-color: #ffa500 !important;
  color: #cc7a00 !important;
  background: #fffbf2 !important;
  box-shadow: 0 2px 6px rgba(255,165,0,0.2) !important;
}

html.product-template .swatch-item.active,
html.product-template .swatch-item.selected,
html.product-template .form-check-swatch:not(.color-swatch):not(.type-swatch) .form-check-label.rounded.active,
html.product-template .form-check-swatch:not(.color-swatch):not(.type-swatch) input:checked + .form-check-label {
  background: #fff8e6 !important;
  border-color: #ffa500 !important;
  color: #cc7a00 !important;
  box-shadow: 0 0 0 1px #ffa500, 0 2px 8px rgba(255,165,0,0.25) !important;
  font-weight: 700 !important;
}

/* Color swatches — ring style on selected, keep rectangle shape */
html.product-template [data-swatch-type="color"] .form-check-label.active,
html.product-template [data-swatch-type="color"] .swatch-item.active,
html.product-template [data-swatch-type="color"] input:checked + .form-check-label {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #ffa500 !important;
}

/* Fix base theme hardcoded white bg overriding custom swatch images */
html.product-template .color-swatch .form-check-label {
  background-color: transparent !important;
}

/* =============================================
   QUANTITY STEPPER
   ============================================= */

html.product-template .product-quantity-step {
  background: #f5f5f3 !important;
  border-color: #e0e0e0 !important;
  color: #333333 !important;
  transition: all 0.15s ease !important;
}

html.product-template .product-quantity-step:hover {
  background: #ffa500 !important;
  border-color: #ffa500 !important;
  color: #ffffff !important;
}

html.product-template .product-quantity-input {
  background: #ffffff !important;
  border-color: #e0e0e0 !important;
  color: #111111 !important;
  font-weight: 700 !important;
}

/* =============================================
   ADD TO CART — THE HERO BUTTON
   ============================================= */

html.product-template .product-button.tw-btn-secondary,
html.product-template .product-button.tw-btn-primary,
html.product-template .product-add-to-cart .product-button {
  background: #ffa500 !important;
  color: #000000 !important;
  border: none !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 900 !important;
  font-size: 14px !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  padding: 18px 32px !important;
  border-radius: 100px !important;
  box-shadow: 0 4px 20px rgba(255,165,0,0.35), 0 1px 3px rgba(0,0,0,0.1) !important;
  transition: all 0.2s ease !important;
}

html.product-template .product-button.tw-btn-secondary:hover,
html.product-template .product-button.tw-btn-primary:hover,
html.product-template .product-add-to-cart .product-button:hover {
  background: #e69500 !important;
  color: #000000 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 28px rgba(255,165,0,0.45), 0 2px 6px rgba(0,0,0,0.12) !important;
}

html.product-template .product-button:disabled {
  background: #e8e8e8 !important;
  color: #aaaaaa !important;
  box-shadow: none !important;
  transform: none !important;
}

/* Shop Pay — subdue significantly so it doesn't compete with ATC */
html.product-template .shopify-payment-button__button--branded {
  border-radius: 100px !important;
  opacity: 0.65 !important;
  transform: scale(0.97) !important;
  filter: saturate(0.4) !important;
}

html.product-template .shopify-payment-button__button--branded:hover {
  opacity: 0.85 !important;
  transform: scale(1) !important;
}

html.product-template .shopify-payment-button__button--unbranded {
  border-radius: 100px !important;
  background: #f5f5f3 !important;
  color: #555555 !important;
  font-size: 13px !important;
}

/* "More payment options" link — don't compete with ATC */
html.product-template .shopify-payment-button [data-testid="more-options-button"],
html.product-template .shopify-payment-button a,
html.product-template .shopify-payment-button button.shopify-payment-button__button--hidden + * a,
html.product-template a[href*="payment"],
html.product-template .product-add-to-cart ~ * a:not(.btn) {
  color: #555555 !important;
}

html.product-template .shopify-payment-button {
  --link-color: #555555;
  --link-color-hover: #222222;
}

/* Fix gap between reviews section and recommendations */
html.product-template .shopify-section-product-recommendations {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Tighten up reviews section bottom spacing */
html.product-template #jdgm-widget {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

/* =============================================
   PRODUCT TABS
   ============================================= */

html.product-template .nav-tabs {
  border-bottom: 2px solid #f0f0f0 !important;
}

html.product-template .nav-tabs .nav-link {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.72rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: #999999 !important;
  border: none !important;
  border-bottom: 2px solid transparent !important;
  margin-bottom: -2px !important;
  padding: 10px 0 12px !important;
  margin-right: 28px !important;
  background: transparent !important;
  transition: color 0.15s ease !important;
}

html.product-template .nav-tabs .nav-link:hover {
  color: #333333 !important;
}

html.product-template .nav-tabs .nav-link.active {
  color: #222222 !important;
  border-bottom-color: #222222 !important;
  background: transparent !important;
}

html.product-template .tab-content {
  color: #555555 !important;
  font-size: 0.95rem !important;
  line-height: 1.75 !important;
  padding-top: 20px !important;
}

html.product-template .tab-content p {
  color: #555555 !important;
}

html.product-template .tab-content strong,
html.product-template .tab-content b {
  color: #111111 !important;
}

html.product-template .tab-content a {
  color: #ffa500 !important;
  text-decoration: underline !important;
}

/* =============================================
   BREADCRUMB
   ============================================= */

html.product-template .breadcrumb,
html.product-template .breadcrumb-nav {
  background: transparent !important;
}

html.product-template .breadcrumb a,
html.product-template .breadcrumb-nav a {
  color: #aaaaaa !important;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
}

html.product-template .breadcrumb a:hover,
html.product-template .breadcrumb-nav a:hover {
  color: #ffa500 !important;
}

html.product-template .breadcrumb-item.active,
html.product-template .breadcrumb span {
  color: #333333 !important;
  font-size: 0.75rem !important;
}

/* =============================================
   SOCIAL SHARING
   ============================================= */

html.product-template .social-sharing a {
  color: #bbbbbb !important;
  border-color: #e8e8e8 !important;
  font-size: 0.75rem !important;
  transition: all 0.15s ease !important;
}

html.product-template .social-sharing a:hover {
  color: #ffa500 !important;
  border-color: #ffa500 !important;
}

/* =============================================
   STICKY CART BAR
   ============================================= */

html.product-template .sticky-cart,
html.product-template .sticky-cart.bottom,
html.product-template .sticky-cart.top,
html.product-template #sticky-cart {
  background: #1a1612 !important;
  background-color: #1a1612 !important;
  border-top: 1px solid #2e2820 !important;
  border-bottom: none !important;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.3) !important;
}

html.product-template .sticky-cart .product-title,
html.product-template .sticky-cart-title {
  color: #ffffff !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
}

html.product-template .sticky-cart .product-price,
html.product-template .sticky-cart-price {
  color: #ffa500 !important;
  font-weight: 800 !important;
}

html.product-template .sticky-cart .tw-btn,
html.product-template .sticky-cart-btn {
  background: #ffa500 !important;
  color: #000000 !important;
  font-weight: 900 !important;
  border-radius: 100px !important;
}

/* =============================================
   PRODUCT RECOMMENDATIONS
   ============================================= */

html.product-template .shopify-section-product-recommendations {
  background-color: #fafaf8 !important;
  padding-top: 48px !important;
  padding-bottom: 48px !important;
  border-top: 1px solid #f0f0f0 !important;
}

html.product-template .shopify-section-product-recommendations h2 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.25em !important;
  text-transform: uppercase !important;
  color: #aaaaaa !important;
  margin-bottom: 24px !important;
}

html.product-template .shopify-section-product-recommendations .product-card {
  background: #ffffff !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06) !important;
  transition: all 0.2s ease !important;
  padding-bottom: 16px !important;
}

html.product-template .shopify-section-product-recommendations .product-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 8px 28px rgba(0,0,0,0.12) !important;
}

html.product-template .shopify-section-product-recommendations .product-card-title a {
  color: #111111 !important;
  font-weight: 700 !important;
}

html.product-template .shopify-section-product-recommendations .product-card-title a:hover {
  color: #ffa500 !important;
}

html.product-template .shopify-section-product-recommendations .product-card-price {
  color: #111111 !important;
  font-weight: 800 !important;
}

html.product-template .shopify-section-product-recommendations .tw-relative {
  background-color: transparent !important;
  box-shadow: none !important;
}

/* =============================================
   REVIEWS SECTION
   ============================================= */

html.product-template #judgeme_product_widget,
html.product-template .jdgm-widget {
  background: #ffffff !important;
  color: #555555 !important;
}

html.product-template .jdgm-rev__title,
html.product-template .jdgm-rev__author {
  color: #111111 !important;
}

html.product-template .jdgm-rev__body {
  color: #555555 !important;
}

/* =============================================
   PRODUCT TABS FULLWIDTH (below fold)
   ============================================= */

html.product-template .shopify-section-product-tabs-fullwidth {
  background-color: #fafaf8 !important;
  border-top: 1px solid #f0f0f0 !important;
}

html.product-template .tab-block {
  background-color: #ffffff !important;
  border-color: #ebebeb !important;
  color: #555555 !important;
  border-radius: 12px !important;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05) !important;
}

/* =============================================
   NAV TEXT — fix white-on-white on product pages
   ============================================= */

html.product-template .shopify-section-header {
  background-color: #ffffff !important;
}

html.product-template .shopify-section-header .nav-link,
html.product-template .shopify-section-header a:not(.tw-btn) {
  color: #303030 !important;
}

html.product-template .shopify-section-header .nav-link:hover {
  color: #ffa500 !important;
}

/* =============================================
   RESPONSIVE
   ============================================= */

@media screen and (max-width: 767px) {
  html.product-template .product-title {
    font-size: 1.5rem !important;
  }
  html.product-template .product-price {
    font-size: 1.5rem !important;
  }
  html.product-template .shopify-section-product-template {
    padding-top: 16px !important;
  }
}


/* =============================================
   SHOP PAY INSTALLMENTS — move visual weight down
   ============================================= */

/* Push the "Pay over time" text to sit after the payment buttons */
html.product-template .product-prices .shopify-installments,
html.product-template .product-prices [id*="shopify-installments"],
html.product-template .shopify--payment-terms {
  order: 10 !important;
  margin-top: 12px !important;
  font-size: 0.78rem !important;
  color: #999999 !important;
}

/* Make the whole payment area a flex column so order works */
html.product-template .product-add-to-cart {
  display: flex !important;
  flex-direction: column !important;
}

/* Shrink and subdue the installments text globally on product pages */
html.product-template shopify-payment-terms,
html.product-template .payment-terms-container {
  font-size: 0.78rem !important;
  color: #aaaaaa !important;
  margin-bottom: 12px !important;
}


/* =============================================
   QUANTITY STEPPER — cleaner, less pill-arrow
   ============================================= */

html.product-template .product-quantity {
  display: flex !important;
  align-items: center !important;
  gap: 0 !important;
  border: 1.5px solid #e0e0e0 !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  width: fit-content !important;
  background: #ffffff !important;
}

html.product-template .product-quantity-step {
  background: #f5f5f3 !important;
  border: none !important;
  border-radius: 0 !important;
  color: #333333 !important;
  width: 40px !important;
  height: 44px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.15s ease !important;
  flex-shrink: 0 !important;
}

html.product-template .product-quantity-step:hover {
  background: #ffa500 !important;
  color: #000000 !important;
}

html.product-template .product-quantity-input {
  background: #ffffff !important;
  border: none !important;
  border-left: 1.5px solid #e0e0e0 !important;
  border-right: 1.5px solid #e0e0e0 !important;
  color: #111111 !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  width: 52px !important;
  height: 44px !important;
  text-align: center !important;
  border-radius: 0 !important;
}

/* Remove the rounded-pill classes that the theme adds */
html.product-template .product-quantity-step.rounded-pill-left,
html.product-template .product-quantity-step.rounded-pill-right {
  border-radius: 0 !important;
}


/* =============================================

/* =============================================
   FOOTER — Dark to match page background
   ============================================= */

/* The outer section wrapper */
.shopify-section-footer {
  background-color: #1a1612 !important;
}

/* The white card container inside footer */
.footer-content,
.footer-content > div,
.footer-content .container {
  background-color: #1a1612 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

/* The bottom <footer> bar */
footer.footer {
  background-color: #1a1612 !important;
  border-top: 1px solid #2e2820 !important;
}

/* Footer headings (SHOP, LEGAL, FOLLOW US, ADDRESS etc) */
.footer-content h2,
.footer-content h3,
.footer-content h4,
.footer-content h5,
.footer-content h6,
.footer-content .h6 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.7rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  color: #ffa500 !important;
  margin-bottom: 16px !important;
}

/* Footer body text */
.footer-content p,
.footer-content .about {
  color: #888888 !important;
  font-size: 0.9rem !important;
  line-height: 1.7 !important;
}

/* Footer links */
.footer-content a,
.footer-content .nav-link,
.footer-content .contact a {
  color: #aaaaaa !important;
  font-size: 0.9rem !important;
  transition: color 0.15s ease !important;
  text-decoration: none !important;
}

.footer-content a:hover,
.footer-content .nav-link:hover {
  color: #ffa500 !important;
}

/* Contact info (address, phone, email) */
.footer-content .contact {
  color: #888888 !important;
  font-size: 0.9rem !important;
}

/* Logo in footer */
.footer-content .logo a {
  color: #ffffff !important;
}

/* Social icons */
.footer-content .social-icons a,
.footer-content [class*="social"] a {
  color: #888888 !important;
  transition: color 0.15s ease !important;
}

.footer-content .social-icons a:hover {
  color: #ffa500 !important;
}

/* Copyright bar */
footer.footer .copyright,
footer.footer p,
footer.footer a {
  color: #555555 !important;
  font-size: 0.8rem !important;
}

footer.footer a:hover {
  color: #ffa500 !important;
}

/* Payment icons — SVGs have hardcoded white rect backgrounds, override them */
.footer-content .payment-icons svg rect,
footer.footer .payment-icons svg rect,
.payment-icons svg rect[fill="#ffffff"],
.payment-icons svg rect[fill="#FFFFFF"],
.payment-icons svg rect[fill="white"] {
  fill: #2a2420 !important;
}

/* Also target the outer SVG border/background */
.footer-content .payment-icon,
footer.footer .payment-icon {
  background: #2a2420 !important;
  border-radius: 4px !important;
}

/* Language / currency selector buttons in footer — override hardcoded tw-bg-white */
.sr-footer-selector-btn {
  background-color: #252019 !important;
  border-color: #3a3026 !important;
  color: #aaaaaa !important;
}

.sr-footer-selector-btn:hover {
  border-color: #ffa500 !important;
  color: #ffffff !important;
}

.sr-footer-selector-list {
  background-color: #252019 !important;
  color: #aaaaaa !important;
}
.shopify-section-footer [data-disclosure-toggle],
.shopify-section-footer button[aria-controls="lang-list"],
.shopify-section-footer button[aria-controls="currency-list"],
.shopify-section-footer .tw-bg-white,
footer.footer .tw-bg-white,
footer.footer button,
footer.footer [role="button"] {
  background-color: #252019 !important;
  border-color: #3a3026 !important;
  color: #aaaaaa !important;
}

.shopify-section-footer [data-disclosure-toggle]:hover,
.shopify-section-footer button[aria-controls="lang-list"]:hover,
.shopify-section-footer button[aria-controls="currency-list"]:hover {
  border-color: #ffa500 !important;
  color: #ffffff !important;
}

/* Dropdown lists */
.shopify-section-footer [data-disclosure-list],
.shopify-section-footer #lang-list,
.shopify-section-footer #currency-list {
  background-color: #252019 !important;
  color: #aaaaaa !important;
}

.shopify-section-footer [data-disclosure-list] li,
.shopify-section-footer [data-disclosure-list] a,
.shopify-section-footer [data-disclosure-list] button {
  color: #aaaaaa !important;
  background: transparent !important;
}

.shopify-section-footer [data-disclosure-list] li:hover,
.shopify-section-footer [data-disclosure-list] a:hover {
  color: #ffa500 !important;
  background: #1a1612 !important;
}
  border-color: #2e2820 !important;
}

/* Newsletter input */
.footer-content input[type="email"],
.footer-content .form-control {
  background: #252019 !important;
  border-color: #3a3026 !important;
  color: #ffffff !important;
}

.footer-content input[type="email"]::placeholder {
  color: #666666 !important;
}

.footer-content .btn,
.footer-content .tw-btn {
  background: #ffa500 !important;
  color: #000000 !important;
  border-color: #ffa500 !important;
  font-weight: 800 !important;
}


/* =============================================
   SHOP PAY INSTALLMENTS — below buy buttons
   Shopify renders this in a fixed DOM position,
   so we use JS injection via theme to reorder.
   CSS workaround: hide inline, show after buttons.
   ============================================= */

/* Hide it in its default position (above options) */
.product-prices shopify-payment-terms,
.product-prices .shopify-installments,
.product-prices [id*="payment-terms"],
.shopify-payment-terms {
  display: none !important;
}

/* Show a version we'll move with JS — see note below */
.sr-installments-moved {
  display: block !important;
  font-size: 0.78rem !important;
  color: #999999 !important;
  text-align: center !important;
  margin-top: 8px !important;
}


/* =============================================
   RESPONSIVE — FOOTER
   ============================================= */

@media screen and (max-width: 767px) {
  .footer-content .row {
    gap: 24px 0;
  }
}

/* Protect footer from product page overrides */
html.product-template .shopify-section-footer,
html.product-template .shopify-section-footer .footer-content,
html.product-template .shopify-section-footer .footer-content > div,
html.product-template .shopify-section-footer footer.footer {
  background-color: #1a1612 !important;
}

html.product-template .payment-icons {
  background-color: #1a1612 !important;
}

/* =============================================
   STICKY PRODUCT IMAGE + THUMBNAIL NAV
   JS wraps swiper + nav in .sr-sticky-media-wrapper
   ============================================= */

@media (min-width: 1024px) {
  .row.mb-n3 {
    align-items: flex-start;
  }
  .sr-sticky-media-wrapper {
    position: sticky;
    top: 20px;
  }
  /* Fallback if JS hasn't run */
  .product-media.swiper-container {
    position: sticky;
    top: 20px;
  }

  /* Vertical thumb col — sticky alongside the image */
  .sr-thumb-col {
    position: sticky;
    top: 20px;
  }
}


/* =============================================
   CONTACT PAGE
   ============================================= */

/* Hero — dark banner, title only */
.sr-contact-hero {
  background-color: #1a1612;
  padding: 56px 0 52px;
  border-bottom: 1px solid #2e2820;
}

.sr-contact-hero__title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 2.8rem;
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0 0 8px;
  line-height: 1.1;
}

.sr-contact-hero__sub {
  color: #888888;
  font-size: 1rem;
  margin: 0;
}

/* Split layout */
.sr-contact-split {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 48px;
  padding-top: 48px;
  padding-bottom: 64px;
  align-items: start;
}

/* Right panel — dark card */
.sr-contact-info-panel {
  background-color: #1a1612;
  border-radius: 14px;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  position: sticky;
  top: 20px;
}

.sr-contact-info__block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sr-contact-info__label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #ffa500;
}

.sr-contact-info__value {
  color: #cccccc;
  font-size: 0.95rem;
  line-height: 1.6;
}

.sr-contact-info__link {
  text-decoration: none;
  transition: color 0.15s ease;
}

.sr-contact-info__link:hover {
  color: #ffffff;
}

.sr-contact-info__faq {
  color: #ffa500 !important;
  font-weight: 600;
}

.sr-contact-info__faq:hover {
  color: #ffbe4d !important;
}

.sr-contact-social {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sr-social-link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #cccccc;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.15s ease;
}

.sr-social-link:hover {
  color: #ffa500;
}

.sr-social-link svg {
  flex-shrink: 0;
  opacity: 0.8;
}

.sr-social-link:hover svg {
  opacity: 1;
}

/* Divider between info blocks */
.sr-contact-info__block + .sr-contact-info__block {
  border-top: 1px solid #2e2820;
  padding-top: 28px;
}

/* Contact form area */
.shopify-section-contact-template .bg-white {
  background: #ffffff !important;
  border: 1px solid #eeeeee !important;
  box-shadow: 0 2px 20px rgba(0,0,0,0.06) !important;
}

/* Mobile: stack form then info */
@media (max-width: 900px) {
  .sr-contact-split {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .sr-contact-info-panel {
    position: static;
  }
  .sr-contact-hero {
    padding: 40px 0;
  }
  .sr-contact-hero__title {
    font-size: 2rem;
  }
}


/* =============================================
   COLLECTION PAGES — Light Mode
   ============================================= */

/* Light background */
.collection-template {
  background-color: #f7f7f5 !important;
}

.shopify-section-main-collection {
  background-color: #f7f7f5;
}

/* Container width normalization */
.shopify-section-main-collection .container,
.shopify-section-main-collection .container-fluid {
  max-width: 1400px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}



/* ── Product cards — clean white cards ── */
.collection-template .product-card,
.shopify-section-main-collection .product-card,
.search-template-section .product-card {
  background: #ffffff !important;
  border-radius: 14px !important;
  transition: transform 0.2s ease !important;
  padding-bottom: 16px !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06) !important;
}

.collection-template .product-card:hover,
.shopify-section-main-collection .product-card:hover,
.search-template-section .product-card:hover {
  transform: translateY(-2px) !important;
}

.collection-template .product-card-image,
.shopify-section-main-collection .product-card-image,
.search-template-section .product-card-image {
  margin-bottom: 12px !important;
  display: block !important;
  line-height: 0 !important;
}

.collection-template .product-card-image img,
.collection-template .product-card-image .tw-aspect-w-1,
.shopify-section-main-collection .product-card-image img,
.shopify-section-main-collection .product-card-image .tw-aspect-w-1,
.search-template-section .product-card-image img,
.search-template-section .product-card-image .tw-aspect-w-1 {
  border-radius: 14px 14px 0 0 !important;
  overflow: hidden !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: contain !important;
}

.collection-template .product-card-title,
.shopify-section-main-collection .product-card-title,
.search-template-section .product-card-title {
  padding: 0 12px !important;
}

.collection-template .product-card-title a,
.collection-template .product-card-title a:visited,
.shopify-section-main-collection .product-card-title a,
.shopify-section-main-collection .product-card-title a:visited,
.search-template-section .product-card-title a,
.search-template-section .product-card-title a:visited {
  color: #1a1612 !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.85rem !important;
  font-weight: 700 !important;
}

.collection-template .product-card-title a:hover,
.shopify-section-main-collection .product-card-title a:hover,
.search-template-section .product-card-title a:hover {
  color: #ffa500 !important;
}

.collection-template .product-card-prices,
.shopify-section-main-collection .product-card-prices,
.search-template-section .product-card-prices {
  padding: 0 12px !important;
}

.collection-template .product-card-price,
.shopify-section-main-collection .product-card-price,
.search-template-section .product-card-price {
  color: #ffa500 !important;
  font-weight: 800 !important;
  font-size: 0.95rem !important;
}

.collection-template .product-card-badge,
.shopify-section-main-collection .product-card-badge,
.search-template-section .product-card-badge {
  background: #ffa500 !important;
  color: #000000 !important;
  font-weight: 800 !important;
  font-size: 0.65rem !important;
  letter-spacing: 0.08em !important;
}

.collection-template .tw-relative,
.shopify-section-main-collection .tw-relative,
.search-template-section .tw-relative {
  background: transparent !important;
  box-shadow: none !important;
}

/* Rounded corners + blue left/bottom shadow on dark collection/search headers */
.sr-col-header,
.sr-search-header {
  border-radius: 16px 16px 16px 24px;
  box-shadow: -3px 3px 0px 0px #26ace2;
  clip-path: inset(-4px 0px -4px -4px round 16px 16px 16px 24px);
}

.collection-template .container-fluid,
.search-template .container-fluid,
.shopify-section-main-collection .container-fluid,
.search-template-section .container-fluid {
  overflow: visible !important;
}
/* Collection header styles handled inline in main-collection.liquid */

/* ── Filter bar styling ── */
.shopify-section-main-collection .collection-faceted-filtering,
.shopify-section-main-collection .collection-filter-sort {
  border: 1px solid #e0dbd4 !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  padding: 12px 16px !important;
  margin-bottom: 16px !important;
}

/* All text in filter bar — medium grey, readable */
.shopify-section-main-collection .collection-faceted-filtering,
.shopify-section-main-collection .collection-faceted-filtering label,
.shopify-section-main-collection .collection-faceted-filtering span,
.shopify-section-main-collection .collection-faceted-filtering p,
.shopify-section-main-collection .collection-faceted-filtering summary {
  color: #555555 !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
}

/* Buttons and selects in filter bar */
.shopify-section-main-collection .collection-faceted-filtering button,
.shopify-section-main-collection .collection-faceted-filtering select,
.shopify-section-main-collection .collection-filter-sort select {
  background: #26ace2 !important;
  color: #ffffff !important;
  border-color: #26ace2 !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  border-radius: 6px !important;
}

.shopify-section-main-collection .collection-faceted-filtering button:hover {
  background: #1a90c0 !important;
  border-color: #1a90c0 !important;
}

/* Applied/active filter tags — SR blue */
.shopify-section-main-collection .collection-faceted-filtering__applied-filter,
.shopify-section-main-collection [class*="active-filter"],
.shopify-section-main-collection button.active,
.shopify-section-main-collection .facets__selected {
  background: #26ace2 !important;
  color: #ffffff !important;
  border-color: #1a90c0 !important;
}

/* Remove/X button on applied filters */
.shopify-section-main-collection .collection-faceted-filtering__applied-filter svg,
.shopify-section-main-collection [class*="active-filter"] svg {
  stroke: #ffffff !important;
  fill: #ffffff !important;
}

/* Product count */
.shopify-section-main-collection .collection-faceted-filtering__product-count {
  color: #888888 !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 11px !important;
}

/* ── Pagination ── */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 40px 0 20px;
  padding: 0;
  list-style: none;
}

/* All buttons base — orange fill, dark number */
.pagination .page-item .page-link,
.pagination .page-item span.page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  background: #ffa500 !important;
  border: 1.5px solid #ffa500 !important;
  border-radius: 8px !important;
  color: #000000 !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
  line-height: 1 !important;
}

/* Arrows — identical to page numbers */
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  background: #ffa500 !important;
  border-color: #ffa500 !important;
  color: #000000 !important;
}

/* Hover — SR blue */
.pagination .page-item:not(.active):not(.disabled) .page-link:hover,
.pagination .page-item:first-child .page-link:hover,
.pagination .page-item:last-child .page-link:hover {
  background: #26ace2 !important;
  border-color: #26ace2 !important;
  color: #ffffff !important;
}

/* Active page — SR blue fill with dark grey border */
.pagination .page-item.active .page-link,
.pagination .page-item.active .page-link:hover,
.pagination .page-item.active span.page-link,
ol.pagination .page-item.active .page-link,
ol.pagination li.page-item.active span.page-link {
  background: #26ace2 !important;
  border: 2px solid #333333 !important;
  color: #ffffff !important;
  font-weight: 900 !important;
}

/* Disabled arrows */
.pagination .page-item.disabled .page-link {
  opacity: 0.4 !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
}

/* Ellipsis */
.pagination .page-item span.page-link:not([href]) {
  background: transparent !important;
  border-color: transparent !important;
  color: #888888 !important;
}

/* Mobile */
@media (max-width: 600px) {
  .pagination .page-item .page-link,
  .pagination .page-item span.page-link {
    min-width: 36px;
    height: 36px;
    font-size: 11px;
  }
}

/* =============================================
   SR MOBILE NAV DRAWER
   ============================================= */

/* Overlay */
.sr-nav-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.45);
  z-index: 9998;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.sr-nav-overlay.active {
  display: block;
  opacity: 1;
}

/* Drawer panel */
.sr-nav-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: min(85vw, 320px);
  background: #ffffff;
  border-radius: 0 20px 20px 0;
  box-shadow: 4px 0 32px rgba(0,0,0,0.18);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  transform: translateX(-100%);
  transition: transform 0.35s cubic-bezier(0.4,0,0.2,1);
  overflow: hidden;
  height: fit-content;
  min-height: 0;
  max-height: 100vh;
}
.sr-nav-drawer.open {
  transform: translateX(0);
}

/* Drawer header */
.sr-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px 16px;
  border-bottom: 1px solid #f0f0f0;
}
.sr-drawer-close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  color: #1a1612;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.2s;
}
.sr-drawer-close:hover {
  background: #f5f5f5;
}

/* Nav links */
.sr-drawer-nav {
  overflow-y: auto;
  padding: 8px 0;
}
.sr-drawer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sr-drawer-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 14px 24px;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #1a1612;
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.2s, background 0.2s;
  text-align: left;
}
.sr-drawer-nav-link:hover,
.sr-drawer-nav-link.active {
  color: #ffa500;
  background: #fafafa;
}
.sr-drawer-chevron {
  transition: transform 0.25s ease;
  flex-shrink: 0;
}
.sr-drawer-toggle[aria-expanded="true"] .sr-drawer-chevron {
  transform: rotate(180deg);
}

/* Submenu */
.sr-drawer-submenu {
  display: none;
  padding: 0 0 8px 0;
  background: #f9f9f9;
}
.sr-drawer-submenu.open {
  display: block;
}
.sr-drawer-sublink {
  display: block;
  padding: 10px 24px 10px 36px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #444;
  text-decoration: none;
  transition: color 0.2s;
}
.sr-drawer-sublink:hover {
  color: #ffa500;
}

/* Footer */
.sr-drawer-footer {
  padding: 16px 24px 28px;
  border-top: 1px solid #f0f0f0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sr-drawer-login {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: #f5f5f5;
  border-radius: 999px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1a1612;
  text-decoration: none;
  align-self: flex-start;
  transition: background 0.2s;
}
.sr-drawer-login:hover {
  background: #ebebeb;
}
.sr-drawer-social {
  display: flex;
  gap: 16px;
  align-items: center;
}
.sr-drawer-social-link {
  color: #555;
  transition: color 0.2s;
}
.sr-drawer-social-link:hover {
  color: #ffa500;
}

/* Hide old mobile nav just in case */
.mobile-nav.collapse {
  display: none !important;
}

/* =============================================
   SR PILL HEADER (mobile scroll)
   ============================================= */

.sr-pill-header {
  display: none;
  position: fixed;
  top: 12px;
  left: 12px;
  right: 12px;
  z-index: 9990;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
  transition: transform 0.3s cubic-bezier(0.4,0,0.2,1), opacity 0.3s ease;
  transform: translateY(-80px);
  opacity: 0;
}

.sr-pill-header.sr-pill-visible {
  transform: translateY(0);
  opacity: 1;
}

.sr-pill-header.sr-pill-search-open {
  border-radius: 20px;
}

/* Only show on mobile */
@media (max-width: 991px) {
  .sr-pill-header {
    display: block;
  }
}

/* Inner pill row */
.sr-pill-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  height: 52px;
}

/* Logo */
.sr-pill-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
}
.sr-pill-logo-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 1rem;
  color: #1a1612;
}

/* Pill buttons */
.sr-pill-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  color: #1a1612;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.2s;
  flex-shrink: 0;
}
.sr-pill-btn:hover {
  background: #f5f5f5;
}

/* Right side actions */
.sr-pill-actions {
  display: flex;
  align-items: center;
  gap: 4px;
}

/* Cart count badge */
.sr-pill-cart {
  position: relative;
  text-decoration: none;
  color: #1a1612;
}
.sr-pill-cart-count {
  position: absolute;
  top: 0px;
  right: 0px;
  background: #ffa500;
  color: #000;
  font-size: 9px;
  font-weight: 800;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

/* Search bar */
.sr-pill-search-bar {
  display: none;
  padding: 0 12px 10px;
}
.sr-pill-header.sr-pill-search-open .sr-pill-search-bar {
  display: block;
}
.sr-pill-search-inner {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f5f5f5;
  border-radius: 999px;
  padding: 8px 14px;
}
.sr-pill-search-inner svg {
  flex-shrink: 0;
  color: #888;
  width: 16px;
  height: 16px;
}
.sr-pill-search-input {
  flex: 1;
  border: none;
  background: transparent;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  color: #1a1612;
  outline: none;
}
.sr-pill-search-input::placeholder {
  color: #aaa;
}
.sr-pill-search-close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  color: #888;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

/* =============================================
   SR STICKY HEADER — MOBILE & DESKTOP
   ============================================= */

@media (max-width: 991px) {
  .sr-sticky-mobile {
    position: sticky;
    top: 0;
    z-index: 1000;
  }
}

@media (min-width: 992px) {
  .sr-sticky-desktop {
    position: sticky;
    top: 0;
    z-index: 1000;
  }
}

/* Mobile vs desktop header visibility — no FOUC */
.sr-mobile-header {
  display: none;
}
.sr-desktop-header {
  display: none;
}
@media (max-width: 991px) {
  .sr-mobile-header {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .sr-desktop-header {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
  }
}

/* Mobile header logo size */
.sr-mobile-header a img {
  height: 38px !important;
  width: auto !important;
}

/* Pill header logo size */
.sr-pill-logo img {
  height: 34px !important;
  width: auto !important;
}

/* Nav drawer logo size — back to original, higher res src fixes blur */
.sr-drawer-header img {
  height: 36px !important;
  width: auto !important;
}



/* =============================================
   SR SEARCH RESULTS STYLING
   ============================================= */

.predictive-search__container {
  background: #ffffff !important;
  border-radius: 16px !important;
  box-shadow: 0 8px 32px rgba(0,0,0,0.12) !important;
  border: 1px solid #f0f0f0 !important;
  overflow: hidden !important;
  margin-top: 8px !important;
}

.predictive-search__list-wrapper {
  display: block !important;
  max-height: 60vh !important;
  overflow-y: auto !important;
}

.predictive-search__list-header {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.7rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: #26ace2 !important;
  padding: 12px 16px 6px !important;
  border-top: 1px solid #f5f5f5 !important;
  background: #ffffff !important;
}

.predictive-search__list-header:first-child {
  border-top: none !important;
}

.predictive-search-item {
  padding: 8px 16px !important;
  transition: background 0.15s !important;
}

.predictive-search-item:hover,
.predictive-search-item--selected {
  background: #f9f9f9 !important;
}

.predictive-search-item__image {
  width: 48px !important;
  height: 48px !important;
  border-radius: 8px !important;
  object-fit: contain !important;
  background: #f5f5f5 !important;
}

.predictive-search-item__content {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.85rem !important;
  font-weight: 600 !important;
  color: #1a1612 !important;
}

.predictive-search-item__detail,
.predictive-search-item__details {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.8rem !important;
  color: #ffa500 !important;
  font-weight: 700 !important;
}

.predictive-search-view-all__button {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.8rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: #26ace2 !important;
  background: #f5f5f5 !important;
  border-top: 1px solid #f0f0f0 !important;
  padding: 12px 16px !important;
  text-align: center !important;
  border-radius: 0 0 16px 16px !important;
  width: 100% !important;
  display: block !important;
}

.predictive-search-view-all__button:hover {
  background: #eef8fd !important;
  color: #1a95c8 !important;
}

.predictive-search-item--none {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.85rem !important;
  color: #888 !important;
  padding: 16px !important;
}

/* Mobile pill — escape pill overflow clipping */
@media (max-width: 991px) {
  .sr-pill-search-bar .predictive-search__container {
    position: fixed !important;
    top: 120px !important;
    left: 12px !important;
    right: 12px !important;
    width: auto !important;
    max-height: 65vh !important;
    overflow-y: auto !important;
    z-index: 10000 !important;
    margin-top: 0 !important;
  }
}

/* Hide prices in predictive search results */
.predictive-search-item__detail,
.predictive-search-item__details {
  display: none !important;
}

/* Fix scrollbar in search results */
.predictive-search__list-wrapper {
  scrollbar-width: thin !important;
  scrollbar-color: #e0e0e0 transparent !important;
  max-height: 50vh !important;
}

.predictive-search__list-wrapper::-webkit-scrollbar {
  width: 4px !important;
}

.predictive-search__list-wrapper::-webkit-scrollbar-track {
  background: transparent !important;
  border-radius: 0 16px 16px 0 !important;
}

.predictive-search__list-wrapper::-webkit-scrollbar-thumb {
  background: #e0e0e0 !important;
  border-radius: 4px !important;
}

/* Remove double scrollbar on mobile — pill container shouldn't scroll independently */
.sr-pill-search-bar .predictive-search__container {
  max-height: 60vh !important;
  overflow: hidden !important;
}

.sr-pill-search-bar .predictive-search__list-wrapper {
  max-height: 50vh !important;
}

/* =============================================
   SEARCH PAGE — MATCH COLLECTION PAGE CARDS
   ============================================= */

/* Card background on search page */
.search-template-section .product-card,
.search__grid .product-card {
  background: #ffffff !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  transition: transform 0.2s ease !important;
  padding-bottom: 16px !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06) !important;
}

.search-template-section .product-card:hover,
.search__grid .product-card:hover {
  transform: translateY(-2px) !important;
}

.search-template-section .product-card-image,
.search__grid .product-card-image {
  margin-bottom: 12px !important;
  display: block !important;
  line-height: 0 !important;
}

.search-template-section .product-card-image img,
.search-template-section .product-card-image .tw-aspect-w-1,
.search__grid .product-card-image img,
.search__grid .product-card-image .tw-aspect-w-1 {
  border-radius: 14px 14px 0 0 !important;
  overflow: hidden !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: contain !important;
}

.search-template-section .product-card-title a,
.search-template-section .product-card-title a:visited,
.search__grid .product-card-title a,
.search__grid .product-card-title a:visited {
  color: #1a1612 !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.85rem !important;
  font-weight: 700 !important;
}

.search-template-section .product-card-title a:hover,
.search__grid .product-card-title a:hover {
  color: #ffa500 !important;
}

.search-template-section .product-card-price,
.search__grid .product-card-price {
  color: #ffa500 !important;
  font-weight: 800 !important;
  font-size: 0.95rem !important;
}

/* Search page background */
.shopify-section-search-template-section {
  background-color: #f7f7f5;
}

/* =============================================
   PRODUCT CARDS — SECOND IMAGE ON HOVER
   Uses product media #2 automatically when available.
   ============================================= */
.product-card-image.sr-has-secondary-image .sr-product-image-primary,
.product-card-image.sr-has-secondary-image .sr-product-image-secondary {
  transition: opacity 0.25s ease !important;
}

.product-card-image.sr-has-secondary-image .sr-product-image-primary {
  opacity: 1;
}

.product-card-image.sr-has-secondary-image .sr-product-image-secondary {
  opacity: 0;
}

@media (hover: hover) and (pointer: fine) {
  .product-card-image.sr-has-secondary-image:hover .sr-product-image-primary {
    opacity: 0;
  }

  .product-card-image.sr-has-secondary-image:hover .sr-product-image-secondary {
    opacity: 1;
  }
}

