/** Shopify CDN: Minification failed

Line 339:25 Unexpected "{"
Line 339:36 Expected ":"
Line 339:40 Unexpected "{"
Line 372:10 Unexpected "{"
Line 372:19 Expected ":"
Line 372:25 Unexpected ","
Line 392:18 Unexpected "{"
Line 392:29 Expected ":"
Line 392:32 Unexpected ","
Line 643:8 Unexpected "{"
... and 2 more hidden warnings

**/
/* =============================================
   BALAREMO CUSTOM STYLES v3
   ============================================= */

/* ── LISÄÄ OSTOSKORIIN -nappi tummaksi ── */
.product-form__submit {
  background: #2e2a39 !important;
  color: #ffffff !important;
  border: none !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  letter-spacing: 0.3px !important;
  transition: background 0.2s !important;
}
.product-form__submit:hover {
  background: #1a1625 !important;
  color: #ffffff !important;
}

/* ── HINNAN SÄÄSTÖBADGE ── */
.price .badge,
.price__badge-sale,
.badge--sale,
.badge--on-sale {
  background: #9b046f !important;
  color: #ffffff !important;
  border-radius: 20px !important;
  font-weight: 800 !important;
  padding: 3px 12px !important;
  font-size: 12px !important;
}

/* ── SÄÄSTÄT X€ TEKSTI hinnan alle ── */
.price--large .price__sale::after {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #16a34a;
  margin-top: 4px;
}

/* ── HINNAT: yliviivaus selkeämmäksi ── */
.price-item--regular {
  color: #9b7a95 !important;
  font-size: 16px !important;
}
.price-item--sale {
  color: #2e2a39 !important;
  font-weight: 800 !important;
}

/* ── FEATURE-OSION PLACEHOLDER piiloon ── */
.placeholder-svg {
  display: none !important;
}
/* Jos feature-osiossa ei ole kuvaa, näytä kehote */
.content-for-layout .image-with-text__media:not(:has(img)) {
  background: #f3f0ec;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  min-height: 300px;
}

/* ── FOOTER LOGO suuremmaksi ── */
.footer__content-top .footer__heading,
.footer .h2 {
  font-size: 20px !important;
  font-weight: 800 !important;
}

/* ── OSTOSKORIN NAPIN teksti ── */
.cart-count-bubble {
  background: #9b046f !important;
}

/* ── TUOTEKORTIT: nappi tummaksi ── */
.card__footer .button,
.quick-add__submit {
  background: #2e2a39 !important;
  color: #ffffff !important;
}

/* ── LISÄÄ OSTOSKORIIN -teksti isommaksi ── */
.product-form__submit span {
  font-size: 16px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ── STICKY BAR (mobiili) ── */
.balaremo-sticky {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: #ffffff;
  border-top: 2px solid #2e2a39;
  padding: 10px 16px 14px;
  display: none;
  align-items: center;
  gap: 10px;
  z-index: 9999;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.12);
}
.balaremo-sticky__thumb {
  width: 48px; height: 48px;
  border-radius: 8px; overflow: hidden; flex-shrink: 0;
  border: 1px solid #e5e7eb;
}
.balaremo-sticky__thumb img { width:100%; height:100%; object-fit:cover; }
.balaremo-sticky__prices { display:flex; flex-direction:column; gap:1px; }
.balaremo-sticky__cur { font-size:16px; font-weight:800; color:#2e2a39; }
.balaremo-sticky__orig { font-size:12px; color:#9b7a95; text-decoration:line-through; }
.balaremo-sticky__btn {
  background: #2e2a39; color: #fff;
  border: none; padding: 12px 18px;
  border-radius: 10px; font-size: 14px;
  font-weight: 800; cursor: pointer;
  white-space: nowrap; text-transform: uppercase;
  letter-spacing: 0.5px; flex: 1;
  transition: background 0.2s;
}
.balaremo-sticky__btn:hover { background: #1a1625; }
@media screen and (max-width: 989px) {
  .balaremo-sticky { display: flex; }
  body { padding-bottom: 76px; }
}

/* ── SECURE ROW ── */
.balaremo-secure {
  display: flex; align-items: center;
  justify-content: center; gap: 6px;
  font-size: 13px; color: #6b7280;
  font-weight: 500; margin: 10px 0 6px;
}
.balaremo-secure svg { width:15px; height:15px; flex-shrink:0; }

/* ── PAYMENT ICONS ── */
.balaremo-payments {
  display: flex; flex-wrap: wrap;
  gap: 6px; justify-content: center; margin-bottom: 14px;
}
.balaremo-payments span {
  background: #fff; border: 1px solid #e5e7eb;
  border-radius: 6px; padding: 4px 10px;
  font-size: 11px; font-weight: 700; color: #6b7280;
}

/* ── FOOTER LOGO SUUREMMAKSI ── */
.footer__content-top .footer-block__details-content img,
.footer .footer__heading img,
.footer [class*="footer"] img[alt*="Balaremo"],
.footer [class*="footer"] img[alt*="balaremo"] {
  max-width: 180px !important;
  width: 180px !important;
  height: auto !important;
}
/* Shopify logoimage class */
.footer__logo-image,
.footer__logo img {
  width: 180px !important;
  max-width: 180px !important;
}

/* ── ICON-WITH-TEXT MODERNI TYYLI ── */
.icon-with-text {
  display: flex !important;
  gap: 0 !important;
  justify-content: center !important;
  padding: 24px 0 !important;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  margin: 16px 0 !important;
}
.icon-with-text__item {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  padding: 8px 20px !important;
  flex: 1 !important;
  border-right: 1px solid #e5e7eb;
}
.icon-with-text__item:last-child {
  border-right: none !important;
}
.icon-with-text__item svg,
.icon-with-text__item .icon {
  width: 32px !important;
  height: 32px !important;
  color: #2e2a39 !important;
  margin-bottom: 8px !important;
}
.icon-with-text__item .h4 {
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #2e2a39 !important;
  line-height: 1.3 !important;
  margin: 0 !important;
}

/* ── PAYMENT ICONS: teksti -> kuvakkeet tuotesivulla ── */
.balaremo-payments {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  margin-bottom: 14px;
  align-items: center;
}
.balaremo-pay-svg {
  height: 24px;
  width: auto;
  border: 1px solid #e5e7eb;
  border-radius: 5px;
  padding: 2px 6px;
  background: #fff;
}

/* ── HINNAN BADGE: Säästä X€ ── */
.balaremo-savings-badge {
  display: inline-flex;
  align-items: center;
  background: #dcfce7;
  color: #16a34a;
  font-size: 13px;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: 20px;
  margin-left: 8px;
  border: 1px solid #bbf7d0;
}

/* ── TUOTESIVUN OSTOPAINIKE-ALUE: desktop layout ── */
@media screen and (min-width: 750px) {
  .product__info-container .product-form {
    max-width: 100% !important;
  }
  .product-form__submit {
    width: 100% !important;
    min-height: 54px !important;
    font-size: 16px !important;
    font-weight: 800 !important;
  }
  .balaremo-secure,
  .balaremo-payments {
    max-width: 100% !important;
  }
}

/* ── IMAGE-WITH-TEXT FEATURE MYYNTITEKSTI ── */
.image-with-text__text-item h2,
.image-with-text__text-item .h1,
.image-with-text .h1 {
  font-size: clamp(28px, 4vw, 46px) !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  color: #2e2a39 !important;
}
.image-with-text__text-item p,
.image-with-text .rte p {
  font-size: 17px !important;
  line-height: 1.7 !important;
  color: #4b5563 !important;
}
.image-with-text__text-item .button,
.image-with-text .button {
  background: #2e2a39 !important;
  color: #fff !important;
  font-weight: 700 !important;
  border-radius: 10px !important;
  padding: 14px 28px !important;
}

/* ── BUNDLE SECTION: Euromääräinen säästö ── */
.variant-picker__option-values .balaremo-bundle-save {
  color: #16a34a;
  font-weight: 700;
  font-size: 12px;
}

/* ── RATING ROW UNDER TITLE ── */
.blr-rating-row {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: -4px 0 12px;
}
.blr-rating-stars {
  color: #f59e0b;
  font-size: 14px;
  letter-spacing: 1px;
}
.blr-rating-score {
  font-size: 13px;
  font-weight: 800;
  color: #2e2a39;
}
.blr-rating-count {
  font-size: 12px;
  color: #6b7280;
  font-weight: 500;
}

/* ── PAYMENT SVG ICONS ── */
.blr-pay-icon {
  height: 26px;
  width: auto;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
}
.balaremo-payments {
  display: flex !important;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  align-items: center;
  margin-bottom: 14px;
}

/* ── REVIEWS: avatar style ── */
.ai-reviews-card-header-{{ ai_gen_id }} {
  margin-bottom: 10px;
}

/* ── REMOVE OLD TEXT-BASED PAYMENT SPANS ── */
.balaremo-payments > span {
  display: none;
}

/* ── ANNOUNCEMENT BAR: pienempi ── */
.balaremo-bar {
  padding: 7px 16px !important;
  font-size: 11px !important;
  letter-spacing: 0.5px !important;
}
.bcd-block {
  font-size: 12px !important;
  padding: 1px 6px !important;
  min-width: 28px !important;
}
.bcd-sep { font-size: 11px !important; }

/* ── TUOTESIVU: nappi + elementit linjaan oikealle ── */
@media screen and (min-width: 750px) {
  .product__info-container {
    padding-left: 0 !important;
  }
  .product-form,
  .product-form__buttons,
  .shopify-payment-button,
  .balaremo-secure,
  .blr-rating-row,
  .product__title,
  #price-{{ section.id }},
  .price--large {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
  /* Align buy buttons area */
  .product-form__buttons {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    width: 100% !important;
  }
  .product-form__submit,
  .shopify-payment-button__button {
    width: 100% !important;
    text-align: center !important;
  }
}

/* ── REVIEWS: tiiviimpiä kortteja ── */
.ai-reviews-card-{{ ai_gen_id }},
[class*="ai-reviews-card-"] {
  padding: 12px !important;
  border-radius: 10px !important;
}
[class*="ai-reviews-text-"] {
  font-size: 13px !important;
  line-height: 1.5 !important;
  margin-top: 6px !important;
}
[class*="ai-reviews-grid-"] {
  gap: 10px !important;
}
[class*="ai-reviews-reviewer-"] {
  font-size: 13px !important;
}
[class*="ai-reviews-date-"] {
  font-size: 11px !important;
}
[class*="ai-reviews-star-"] {
  width: 13px !important;
  height: 13px !important;
}

/* ── HOMEPAGE IMAGE GALLERY (featured-product) ── */
.blr-gallery-wrap {
  position: relative;
}
.blr-main-img {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 1;
  background: #f3f4f6;
  margin-bottom: 10px;
}
.blr-main-img img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}
.blr-thumbs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 4px;
}
.blr-thumb {
  width: 72px; height: 72px;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid transparent;
  cursor: pointer;
  transition: border-color 0.15s;
}
.blr-thumb.active { border-color: #2e2a39; }
.blr-thumb img { width: 100%; height: 100%; object-fit: cover; }

/* ══════════════════════════════════════════
   BALAREMO v7 UPDATES
   ══════════════════════════════════════════ */

/* ── ANNOUNCEMENT BAR: pienempi ── */
.balaremo-bar {
  padding: 6px 16px !important;
  font-size: 11px !important;
  letter-spacing: 0.4px !important;
}
.bcd-block {
  font-size: 12px !important;
  padding: 1px 5px !important;
  min-width: 26px !important;
}

/* ── STICKY NAV: pienempi kun scrollaa ── */
.header-wrapper,
.header {
  transition: padding 0.2s ease, box-shadow 0.2s ease !important;
}
.scrolled-header .header,
.header-wrapper--border-bottom .header {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
/* Reduce header padding globally to save space */
.header {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  min-height: unset !important;
}
.header__heading-link {
  font-size: 18px !important;
}

/* ── VÄRIÄ SIVULLE: price badge, section backgrounds ── */
/* Hinta - säästäbadge korostus */
.balaremo-savings-badge {
  background: #dcfce7 !important;
  color: #15803d !important;
  border: 1px solid #bbf7d0 !important;
  font-weight: 800 !important;
  border-radius: 20px !important;
  padding: 3px 12px !important;
  font-size: 13px !important;
}

/* Bundle section väriä */
[class*="bundler"], 
.product-bundler {
  background: #fdf4ff !important;
  border-radius: 12px !important;
  padding: 12px !important;
}

/* Icon-with-text palkki väriä */
.icon-with-text {
  background: linear-gradient(135deg, #fdf4ff 0%, #f0f9ff 100%) !important;
  border-radius: 14px !important;
  border: 1px solid #e9d5ff !important;
  padding: 20px !important;
}
.icon-with-text__item {
  border-right: 1px solid #e9d5ff !important;
}
.icon-with-text__item:last-child {
  border-right: none !important;
}

/* Rating row väriä */
.blr-rating-row {
  background: #fffbeb;
  padding: 6px 10px;
  border-radius: 8px;
  display: inline-flex !important;
  width: auto !important;
}

/* Collapsible tabs väriä */
.accordion {
  border-left: 3px solid #9b046f !important;
  padding-left: 12px !important;
  margin-bottom: 2px !important;
}

/* Secure payment row väriä */
.balaremo-secure {
  background: #f0fdf4;
  padding: 8px 14px;
  border-radius: 8px;
  border: 1px solid #dcfce7;
}

/* Reviews section background */
[class*="ai-reviews-container-"] {
  background: linear-gradient(180deg, #fafafa 0%, #ffffff 100%) !important;
}
[class*="ai-reviews-card-"] {
  border: 1px solid #f3e8ff !important;
  background: #fff !important;
}
[class*="ai-reviews-card-"]:hover {
  border-color: #d8b4fe !important;
  box-shadow: 0 2px 12px rgba(155,4,111,0.08) !important;
}

/* Footer gradient color pop */
[class*="ai-gradient-footer-"] {
  background: linear-gradient(to bottom, #2e2a39, #0f1f3d) !important;
}

/* ── NAPIT OIKEALLE LINJAAN ── */
.blr-buy-wrap,
.blr-buy-wrap .shopify-payment-button,
.blr-buy-wrap .product-form__buttons,
.blr-buy-wrap .product-form {
  width: 100% !important;
  max-width: 100% !important;
}
.blr-buy-wrap .product-form__submit {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: block !important;
}
.blr-buy-wrap .shopify-payment-button__button {
  width: 100% !important;
}
/* Fix any offset from Sense theme's default padding */
.product__info-container .product-form__input,
.product__info-container .quantity-selector {
  margin-left: 0 !important;
}

/* ── HEADER SCROLL SHRINK (JS-vapaa) ── */
@media screen and (min-width: 750px) {
  .header {
    padding-block: 10px !important;
  }
}

/* ── VARASTO VÄHISSÄ + SUOMALAINEN YRITYS -BADGET ── */
.blr-badges-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 8px 0 12px;
  flex-wrap: wrap;
}

.blr-badge-low-stock {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #b45309;
  background: #fefce8;
  border: 1px solid #fde68a;
  font-size: 13px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 20px;
  letter-spacing: 0.2px;
}

.blr-badge-finland {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #eff6ff;
  color: #1d4ed8;
  border: 1px solid #bfdbfe;
  font-size: 13px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 20px;
  letter-spacing: 0.2px;
}

/* ── TUOTESIVU: tiivistetty lohkoväli ── */

/* Otsikkolohkon alamarginaali pienemmäksi */
.product__title {
  margin-bottom: 0.4rem !important;
}

/* Jokaisen lohkon välinen marginaali oletuksena 1.5rem → tiivistetään */
.product__info-container > * + * {
  margin-top: 0.6rem !important;
  margin-bottom: 0 !important;
}

/* Hintaosa: hieman enemmän tilaa ylöspäin että se erottuu */
#price-{{ section.id }},
[id^="price-"] {
  margin-top: 0.8rem !important;
}

/* Rating-rivi ja badge-rivi lähelle toisiaan */
.blr-rating-row {
  margin-bottom: 4px !important;
  margin-top: 0 !important;
}
.blr-badges-row {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

/* Ostopainike ja desc alueella normaali hengitystila */
.product__info-container .product-form,
.product__info-container .product__description,
.product__info-container .icon-with-text {
  margin: 1.2rem 0 !important;
}
