/** Shopify CDN: Minification failed

Line 175:19 Unexpected "*"

**/
/* ============================================================
   GTM Custom Overrides — Saakshi's Modern & Contemporary Look
   Inspired by HelloFresh, Gousto, SimmerEats
   ============================================================ */

/* --- TYPOGRAPHY: bolder headings, tighter line heights --- */
h1, .h1, h2, .h2 {
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
}
h1, .h1 { font-weight: 800; }

.banner__heading {
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  text-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.banner__text {
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  line-height: 1.5;
}

/* --- BUTTONS: bold, modern, slightly larger tap targets --- */
.button, .shopify-challenge__button, button.button {
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: none;
  padding: 1.2rem 2.8rem;
  border-radius: 8px;
  transition: all 0.2s ease;
  font-size: 1.5rem;
}

@media (hover: hover) {
  .button:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  }
  .button--secondary:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  }
}

/* Quick-add buttons on product cards */
.quick-add__submit {
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.2s ease;
}

/* --- PRODUCT CARDS: cleaner, modern feel --- */

/* Fix: Force consistent 4:3 landscape image ratio (like HelloFresh/Gousto).
   Without this, "adapt" ratio gives each card a different image height,
   misaligning titles/prices/buttons across columns.
   75% = 4:3 landscape — ideal for food photography in a 4-col grid.
   (HelloFresh uses 56.25% / 16:9 but with 3 cols; 4:3 suits our 4-col layout.) */
.product-grid .card__inner.ratio,
.product-grid .card.ratio {
  --ratio-percent: 75% !important;
}

/* Align card content to bottom so buttons sit on the same baseline across a row */
.product-grid .card-wrapper {
  display: flex;
  flex-direction: column;
}
.product-grid .card:not(.ratio) {
  flex: 1;
}
.product-grid .card > .card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.product-grid .card > .card__content .card-information {
  flex: 1;
}
.product-grid .card > .card__content .quick-add {
  margin-top: auto;
}

.card-wrapper {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

@media (hover: hover) {
  .card-wrapper:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  }
}

.card__heading {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.3;
}

.card__information {
  padding: 0.8rem 0;
}

.price {
  font-weight: 700;
  font-size: 1.5rem;
}

/* --- HEADER: clean, premium feel --- */
.header {
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

/* Fix: submenus hidden via opacity:0 in base.css still occupy layout space.
   component-list-menu.css (position:absolute) is lazy-loaded with media="print"
   and may not apply in time. Force display:none + absolute positioning. */
details:not([open]) > .header__submenu {
  display: none !important;
}

.header__submenu {
  position: absolute !important;
  z-index: 100;
}

/* --- MEGA MENU: compact grid, not a huge tall dropdown --- */
.mega-menu__content {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid rgba(139, 26, 26, 0.1);
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}
.mega-menu__list {
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 0.6rem 2rem;
}
.mega-menu__list--condensed {
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
}
.mega-menu__link {
  padding: 0.5rem 0;
  font-size: 1.4rem;
}
.mega-menu__link--level-2 {
  font-size: 1.4rem;
  font-weight: 600;
  color: rgb(var(--color-foreground));
}

.header__menu-item {
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: 0.01em;
  padding: 0.8rem 1.4rem;
}

/* Announcement bar — tighter, bolder */
.announcement-bar {
  font-weight: 600;
  letter-spacing: 0.03em;
  font-size: 1.2rem;
}

/* --- SECTIONS: more whitespace, modern spacing --- */
.section-template--*,
.shopify-section {
  /* Handled via section padding settings */
}

/* Multicolumn (trust stats, how-it-works) */
.multicolumn-card__info .h3,
.multicolumn-card__info h3 {
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 0.6rem;
}

.multicolumn-card__info p {
  color: rgba(48, 48, 48, 0.75);
  font-size: 1.4rem;
  line-height: 1.6;
}

/* Trust stats bar — bigger numbers */
.multicolumn-list .multicolumn-card:first-child .h3,
.trust-stats .h3 {
  font-size: 2.2rem;
  font-weight: 800;
}

/* Image-with-text sections — better typography hierarchy */
.image-with-text__heading {
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.image-with-text__text p {
  font-size: 1.5rem;
  line-height: 1.7;
  color: rgba(48, 48, 48, 0.8);
}

/* Caption text (SUBSCRIBE & SAVE etc) */
.caption {
  font-weight: 700;
  letter-spacing: 0.15em;
  font-size: 1.2rem;
}

/* --- RICH TEXT SECTIONS (testimonial, etc) --- */
.rich-text__heading {
  font-weight: 800;
  letter-spacing: -0.02em;
}

.rich-text__text p {
  font-size: 1.6rem;
  line-height: 1.8;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

/* --- COLLECTION PAGE --- */
.collection-hero__title {
  font-weight: 800;
  letter-spacing: -0.02em;
}

/* Horizontal filters — cleaner look */
.facets-container {
  border-bottom: 1px solid rgba(0,0,0,0.08);
  padding-bottom: 1.2rem;
  margin-bottom: 2rem;
}

/* --- PRODUCT PAGE --- */
.product__title {
  font-weight: 800;
  letter-spacing: -0.01em;
  font-size: clamp(2rem, 3vw, 2.8rem);
}

.product__text {
  line-height: 1.7;
}

/* --- NEWSLETTER SECTION --- */
.newsletter__heading {
  font-weight: 800;
  letter-spacing: -0.02em;
}

.newsletter-form__field-wrapper {
  max-width: 480px;
  margin: 0 auto;
}

/* --- FOOTER: cleaner --- */
.footer__content-top {
  border-top: none;
}

/* --- IMAGES: subtle rounded corners --- */
.card .media img,
.card__media img {
  border-radius: 8px 8px 0 0;
}

.image-with-text .media img {
  border-radius: 12px;
}

/* --- BANNER/HERO: full-bleed impact --- */
.banner {
  min-height: 50vh;
  min-height: 50dvh;
}

.banner .banner__box {
  backdrop-filter: blur(2px);
  border-radius: 16px;
  padding: 3rem 4rem;
}

@media screen and (max-width: 749px) {
  .banner {
    min-height: 28vh;
    min-height: 28dvh;
  }
  .banner .banner__box {
    padding: 1.6rem;
    border-radius: 12px;
  }
  .banner__heading {
    font-size: 2.2rem;
  }
  .banner__text {
    font-size: 1.3rem;
  }
}

/* --- SCROLL ANIMATIONS: smoother --- */
.scroll-trigger.scroll-trigger--design-fade-in {
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* --- BADGES: modern pill shape --- */
.badge {
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 0.02em;
  padding: 0.4rem 1rem;
  border-radius: 100px;
}

/* --- STAR RATINGS: slightly bigger --- */
.rating {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

/* --- VIEW ALL button — styled as link with arrow --- */
.collection__view-all .button,
.view-all .button {
  font-weight: 700;
  letter-spacing: 0.02em;
}

/* --- MOBILE OPTIMIZATIONS (75% of traffic) --- */
@media screen and (max-width: 749px) {
  .button, button.button {
    padding: 1.4rem 2.4rem;
    font-size: 1.4rem;
    width: 100%;
  }

  .card__heading {
    font-size: 1.3rem;
  }

  .price {
    font-size: 1.4rem;
  }

  .multicolumn-card__info .h3,
  .multicolumn-card__info h3 {
    font-size: 1.6rem;
  }

  .image-with-text__heading {
    font-size: 2rem;
  }

  /* Bigger tap targets on mobile */
  .quick-add__submit {
    min-height: 44px;
  }

  /* Caption text minimum 12px on mobile */
  .caption,
  .caption-with-letter-spacing {
    font-size: max(1.2rem, 12px);
  }

  /* Reduce header cramping on mobile */
  .section-header {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  /* Quantity input: prevent iOS auto-zoom (must be >= 16px) */
  .quantity__input {
    font-size: 16px;
  }

  /* Quantity +/- buttons: 44px tap targets */
  .quantity__button {
    min-width: 44px;
    min-height: 44px;
  }
}

/* Variant picker pills — clean, visible (not hidden in dropdown) */
.product-form__input .form__label {
  font-weight: 600;
  font-size: 1.3rem;
  margin-bottom: 0.6rem;
}

fieldset.product-form__input input[type="radio"] + label {
  font-weight: 500;
  padding: 0.8rem 1.4rem;
  border-radius: 8px;
  font-size: 1.3rem;
  transition: all 0.15s ease;
}

fieldset.product-form__input input[type="radio"]:checked + label {
  background: #8B1A1A;
  color: #FFFBF0;
  border-color: #8B1A1A;
}

/* --- CART DRAWER FIXES (from Clarity audit: 85 dead clicks on checkout) --- */

/* Fix: close button positioned off-screen (was right: -10px) */
.drawer__close {
  right: 1rem !important;
}

/* Fix: cart update disables entire cart including checkout button.
   Only disable item rows, not the checkout CTA area */
.cart__items--disabled .cart__ctas {
  pointer-events: auto !important;
}

/* Fix: menu drawer close button below 44px tap target */
.menu-drawer__close-button {
  min-height: 44px;
}

/* Fix: quantity popover info button too small */
.quantity-popover__info-button {
  min-width: 44px;
  min-height: 44px;
}

/* Fix: textarea in cart notes — prevent iOS auto-zoom */
.text-area,
textarea {
  font-size: max(1.4rem, 16px);
}

/* --- INLINE VARIANT DROPDOWN (side-dish picker on product cards) --- */
.gtm-variant-picker {
  margin: 8px 0;
}
.gtm-variant-picker__select {
  width: 100%;
  padding: 8px 28px 8px 10px;
  font-size: max(1.3rem, 14px); /* prevent iOS auto-zoom */
  font-weight: 500;
  border: 1.5px solid rgba(139, 26, 26, 0.25);
  border-radius: 8px;
  background: #fffbf0;
  color: #303030;
  cursor: pointer;
  min-height: 40px;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%238B1A1A' fill='none' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  transition: border-color 0.15s ease;
}
.gtm-variant-picker__select:focus {
  outline: none;
  border-color: #8B1A1A;
  box-shadow: 0 0 0 2px rgba(139, 26, 26, 0.15);
}
@media screen and (max-width: 749px) {
  .gtm-variant-picker__select {
    font-size: 16px; /* prevent iOS zoom */
    min-height: 44px;
  }
}

/* --- QUANTITY STEPPER on product cards --- */
.gtm-qty-stepper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 8px 0;
  border: 1.5px solid rgba(139, 26, 26, 0.25);
  border-radius: 8px;
  overflow: hidden;
  background: #fffbf0;
}
.gtm-qty-stepper__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 38px;
  border: none;
  background: transparent;
  color: #8B1A1A;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: background 0.15s ease;
}
.gtm-qty-stepper__btn:active {
  background: rgba(139, 26, 26, 0.1);
}
.gtm-qty-stepper__input {
  width: 36px;
  height: 38px;
  border: none;
  border-left: 1px solid rgba(139, 26, 26, 0.15);
  border-right: 1px solid rgba(139, 26, 26, 0.15);
  background: transparent;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #303030;
  -moz-appearance: textfield;
}
.gtm-qty-stepper__input::-webkit-inner-spin-button,
.gtm-qty-stepper__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media screen and (max-width: 749px) {
  .gtm-qty-stepper__btn { width: 40px; height: 44px; }
  .gtm-qty-stepper__input { width: 40px; height: 44px; font-size: 16px; }
}
@media (hover: hover) {
  .gtm-qty-stepper__btn:hover { background: rgba(139, 26, 26, 0.08); }
}

/* --- APPSTLE: hide injected subscription UI on cart page only --- */
/* Cart page already has gtm-cart-subscribe nudge, so hide Appstle's
   duplicate widget there. Keep selling plan selectors on product cards. */
.cart .appstle_sub_widget,
.cart .appstle_subscription_widget,
.cart [id^="appstle_subscription"],
.cart [class*="appstle_subscription"] {
  display: none !important;
}

/* --- HOVER GUARDS (prevent sticky hover on touch) --- */
@media (hover: hover) {
  .card__information-volume-pricing-note--button:hover { text-decoration: underline; }
  .underline-links-hover:hover a { text-decoration: underline; }
}
@media (hover: none) {
  .card__information-volume-pricing-note--button:hover,
  .underline-links-hover:hover a { text-decoration: none; }
}

/* --- ZAPIET: date widget is active in cart drawer & cart page --- */
/* Keep Zapiet compact in cart drawer so checkout stays visible */
.drawer__footer--sticky [id^="zapiet"],
.drawer__footer--sticky .zapiet-widget,
.drawer__footer--sticky [class*="zapiet"] {
  font-size: 13px;
  margin: 4px 0;
}
.drawer__footer--sticky [id^="zapiet"] select,
.drawer__footer--sticky [id^="zapiet"] input {
  font-size: 14px;
  padding: 8px 10px;
  min-height: 40px;
}

/* --- CART DRAWER: sticky checkout footer, compact layout --- */

/* Drawer inner: flex column so footer sticks to bottom */
.cart-drawer .drawer__inner {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

/* Scrollable middle area (items + upsell + offers) */
cart-drawer-items,
.cart-drawer .drawer__inner > cart-drawer-items,
.cart-drawer .drawer__inner > .gtm-upsell,
.cart-drawer .drawer__inner > .gtm-offers {
  flex: 1 1 auto;
  overflow-y: auto;
  min-height: 120px;
}

/* Sticky footer — always visible at bottom */
.drawer__footer--sticky {
  flex-shrink: 0 !important;
  position: sticky !important;
  bottom: 0 !important;
  background: var(--gradient-background, #fff) !important;
  border-top: 1px solid rgba(0,0,0,0.08) !important;
  padding: 12px 16px !important;
  padding-bottom: max(12px, env(safe-area-inset-bottom)) !important;
  z-index: 10;
  box-shadow: 0 -4px 12px rgba(0,0,0,0.06);
  max-height: 45vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* Compact footer spacing */
.cart-drawer__footer > * + * {
  margin-top: 0.6rem;
}

/* Totals row — tighter */
.drawer__footer--sticky .totals {
  margin-bottom: 4px;
}

/* Tax note — smaller */
.drawer__footer--sticky .tax-note {
  margin-bottom: 8px;
}

/* Checkout button — prominent */
.drawer__footer--sticky .cart__checkout-button {
  width: 100%;
  min-height: 48px;
  font-size: 1.5rem;
  font-weight: 700;
}

/* Trust badges — compact inline */
.drawer__footer--sticky .gtm-cart-trust {
  margin-top: 8px;
  padding-top: 6px;
  border-top: none;
}

/* App download nudge in drawer */
.gtm-drawer-app {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #D4A843;
  text-decoration: none;
  margin-top: 8px;
  padding: 6px 0;
}
.gtm-drawer-app svg { flex-shrink: 0; }
@media (hover: hover) {
  .gtm-drawer-app:hover { color: #8B1A1A; }
}
@media screen and (min-width: 750px) {
  .gtm-drawer-app { display: none; }
}

/* Support email — minimal */
.gtm-drawer-support {
  font-size: 11px;
  text-align: center;
  margin: 6px 0 0;
  color: #9ca3af;
}
.gtm-drawer-support a {
  color: #8B1A1A;
  text-decoration: none;
}

/* Nova cookie consent — compact bottom bar (uses cc-* classes) */
.cc-window,
.cc-banner {
  position: fixed !important;
  bottom: 0 !important;
  top: auto !important;
  left: 0 !important;
  right: 0 !important;
  max-height: 64px !important;
  padding: 8px 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: nowrap !important;
  z-index: 99999 !important;
  box-shadow: 0 -2px 8px rgba(0,0,0,0.1) !important;
  transform: none !important;
}
.cc-message {
  font-size: 11px !important;
  line-height: 1.3 !important;
  margin: 0 !important;
  flex: 1 !important;
  padding-right: 12px !important;
}
.cc-message .cc-link {
  font-size: 11px !important;
}
.cc-btn.cc-dismiss {
  font-size: 12px !important;
  padding: 8px 16px !important;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
  min-height: 36px !important;
}
/* Hide overlay backdrop */
.cc-overlay {
  display: none !important;
}
@media (min-width: 750px) {
  .cc-window,
  .cc-banner {
    max-height: 52px !important;
    padding: 8px 24px !important;
  }
}

/* --- BREADCRUMBS --- */
.gtm-breadcrumb { margin-bottom: 12px; }
.gtm-breadcrumb__list {
  display: flex;
  align-items: center;
  gap: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
  color: #9ca3af;
  flex-wrap: wrap;
}
.gtm-breadcrumb__list li + li::before {
  content: '/';
  margin: 0 8px;
  color: #d1d5db;
}
.gtm-breadcrumb__list a {
  color: #6b7280;
  text-decoration: none;
  transition: color 0.15s;
}
.gtm-breadcrumb__list a:hover { color: #8B1A1A; }
.gtm-breadcrumb__list li[aria-current="page"] { color: #1a1a1a; font-weight: 600; }

/* --- DIETARY BADGES (loaded once, not per product card) --- */
.gtm-dietary-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 8px 0 4px;
  font-family: var(--font-body-family);
}
.gtm-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 9px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
.gtm-badge svg { width: 14px; height: 14px; flex-shrink: 0; }
.gtm-badge--veg { background: #e8f5e9; color: #2d6a2e; }
.gtm-badge--vegan { background: #e8f5e9; color: #2d6a2e; }
.gtm-badge--halal { background: #e0f2e9; color: #1a6b3c; }
.gtm-badge--pescatarian { background: #e0f2f1; color: #00695c; }
.gtm-badge--plant-based { background: #e8f5e9; color: #2e7d32; }
.gtm-badge--jain { background: #fff8e1; color: #d97706; }
.gtm-badge--keto { background: #e8eaf6; color: #3949ab; }
.gtm-badge--protein { background: #ede7f6; color: #5e35b1; }
.gtm-badge--low-carb { background: #e8eaf6; color: #3949ab; }
.gtm-badge--gluten-free { background: #fff3e0; color: #b45309; }
.gtm-badge--dairy-free { background: #e3f2fd; color: #1565c0; }
.gtm-badge--nut-free { background: #fce4ec; color: #ad1457; }
.gtm-badge--allergen { background: #fef2f2; color: #991b1b; }
.card__information .gtm-dietary-badges { margin: 4px 0 2px; gap: 4px; }
.card__information .gtm-badge { font-size: 11px; padding: 2px 6px; }
.card__information .gtm-badge svg { width: 11px; height: 11px; }
.card__information .gtm-badge--allergen { font-size: 10px; padding: 2px 5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; }

/* ───────────────────────────────────────────────────
   Header Postcode Checker (Supertails-style)
   ─────────────────────────────────────────────────── */
.gtm-hpc {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 8px;
}
.gtm-hpc__trigger {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 6px 10px;
  background: rgba(139, 26, 26, 0.06);
  border: 1.5px solid rgba(139, 26, 26, 0.15);
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
  font-family: inherit;
}
.gtm-hpc__trigger:hover,
.gtm-hpc--open .gtm-hpc__trigger {
  border-color: #8B1A1A;
  background: rgba(139, 26, 26, 0.1);
}
.gtm-hpc__pin {
  color: #8B1A1A;
  flex-shrink: 0;
}
.gtm-hpc__label {
  display: flex;
  flex-direction: column;
  text-align: left;
  line-height: 1.2;
}
.gtm-hpc__small {
  font-size: 10px;
  color: #6b7280;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.gtm-hpc__value {
  font-size: 13px;
  font-weight: 700;
  color: #1a1a1a;
}
.gtm-hpc--confirmed .gtm-hpc__value { color: #059669; }
.gtm-hpc--denied .gtm-hpc__value { color: #dc2626; }
.gtm-hpc__caret {
  color: #9ca3af;
  flex-shrink: 0;
  transition: transform 0.2s;
}
.gtm-hpc--open .gtm-hpc__caret { transform: rotate(180deg); }

/* Dropdown */
.gtm-hpc__dropdown {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  z-index: 110;
  min-width: 280px;
  background: #fff;
  border: 1.5px solid rgba(139, 26, 26, 0.15);
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  animation: gtmHpcFadeIn 0.15s ease;
}
@keyframes gtmHpcFadeIn {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: translateY(0); }
}
.gtm-hpc__dropdown-inner {
  padding: 14px 16px;
}
.gtm-hpc__dropdown-title {
  font-size: 13px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 10px;
}
.gtm-hpc__input-row {
  display: flex;
  gap: 0;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid rgba(139, 26, 26, 0.18);
  transition: border-color 0.2s;
}
.gtm-hpc__input-row:focus-within {
  border-color: #8B1A1A;
}
.gtm-hpc__input {
  flex: 1;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  outline: none;
  background: #fff;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  min-width: 0;
}
.gtm-hpc__input::placeholder {
  text-transform: none;
  font-weight: 400;
  color: #9ca3af;
  letter-spacing: 0;
  font-size: 13px;
}
.gtm-hpc__check-btn {
  padding: 10px 18px;
  background: #8B1A1A;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
  white-space: nowrap;
  font-family: inherit;
}
.gtm-hpc__check-btn:hover { background: #a52222; }

/* Feedback */
.gtm-hpc__feedback {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  min-height: 0;
}
.gtm-hpc__feedback:empty { display: none; }
.gtm-hpc__feedback--yes { color: #059669; }
.gtm-hpc__feedback--no { color: #dc2626; }
.gtm-hpc__feedback--error { color: #92400e; }

/* Mobile: show as slim bar below header trigger */
@media screen and (max-width: 749px) {
  .gtm-hpc__trigger {
    padding: 4px 8px;
    gap: 4px;
  }
  .gtm-hpc__pin { width: 14px; height: 14px; }
  .gtm-hpc__small { font-size: 9px; }
  .gtm-hpc__value { font-size: 11px; }
  .gtm-hpc__caret { width: 8px; height: 8px; }
  .gtm-hpc__dropdown {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    min-width: 100%;
    border-radius: 16px 16px 0 0;
    box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.15);
  }
  .gtm-hpc__dropdown-inner { padding: 18px 16px 24px; }
  .gtm-hpc__input { padding: 12px 14px; font-size: 16px; }
  .gtm-hpc__check-btn { padding: 12px 22px; font-size: 14px; }
}
