/** Shopify CDN: Minification failed

Line 29:19 Unexpected "*"

**/
/* =============================================
   Golden Paws AU — Designed for Aussie Women 50+
   Philosophy: warm, clear, trustworthy, never patronising
   Last updated: 2026-07-21 — Full redesign applied
   ============================================= */

/* Base — anti-aliased, softer edges */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,h2,.h0,.h1,.h2{
  letter-spacing: -0.015em;
  font-weight: 400;
  line-height: 1.15;
}

/* Page width — 1440px full-width for breathing room */
.page-width {
  max-width: 1440px;
}

/* Section spacing — generous 52px default (50+ audience needs room) */
.section-template--*+.section-template--* {
  margin-top: 52px;
}

/* Grid spacing — 28px horizontal, 36px vertical */
.grid {
  column-gap: 28px;
  row-gap: 36px;
}
@media (min-width: 750px) {
  .grid--2-col-desktop .grid__item { width: calc(50% - 14px); }
  .grid--3-col-desktop .grid__item { width: calc(33.33% - 19px); }
  .grid--4-col-desktop .grid__item { width: calc(25% - 21px); }
}

/* Hero — statement-sized, breathing room */
.banner__heading{
  font-size: calc(var(--font-heading-scale) * 3.2rem);
  line-height: 1.12;
  font-weight: 400;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}
.banner__text{
  font-size: 1.15rem;
  line-height: 1.6;
  max-width: 32rem;
  margin: 1rem auto 1.5rem;
  color: rgba(var(--color-foreground), 0.75);
}
@media (min-width: 750px){
  .banner__heading{ font-size: calc(var(--font-heading-scale) * 4.4rem); }
  .banner__text{ font-size: 1.25rem; }
}

/* Cards — lift on hover, soft shadow */
.card-wrapper{
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card-wrapper:hover{
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(61,46,28,0.06);
}
.card--card{
  border-radius: 20px;
  overflow: hidden;
}
.card__inner,.card__media{
  border-radius: 20px;
}
.card__information{
  padding: 1.2rem 1rem 1.5rem;
  text-align: center;
}
.card__heading{
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.01em;
}

/* Quick-add — smaller, pill-shaped */
.quick-add__submit{
  border-radius: 30px;
  padding: 5px 16px;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 500;
}

/* Buttons — full pill-shaped 60px, warm shadow (overrides Dawn 40px max) */
.button,.shopify-challenge__button,.shopify-payment-button__button{
  border-radius: 60px;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 0 2.2rem;
  box-shadow: 0 4px 12px rgba(224,123,90,0.15);
}
.button:hover,.shopify-challenge__button:hover{
  box-shadow: 0 4px 16px rgba(224,123,90,0.25);
}
.button--secondary{
  box-shadow: 0 4px 12px rgba(61,46,28,0.06);
}
.button--secondary:hover{
  box-shadow: 0 4px 16px rgba(61,46,28,0.12);
}

/* Header — compact, calm */
.header{
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.header__heading-logo-wrapper{ max-width: 220px; }
.header__inline-menu .header__menu-item{
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  padding: 0.8rem 1rem;
}
.header__inline-menu .header__menu-item:hover{
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
}

/* Search — compact icon */
.search-modal,.header__search{
  width: auto;
  max-width: 2.8rem;
}
.search-modal__form{ max-width: 300px; }
.header__icon--search{
  width: 2.2rem;
  height: 2.2rem;
}
details-modal.header__search{
  max-width: 2.8rem;
}

/* Price — warm terracotta accent */
.price--on-sale .price__sale{ color: #E07B5A; }
.price .price-item{ font-weight: 500; font-size: 1.05rem; }
.price--on-sale .price-item--regular{ color: rgba(var(--color-foreground),0.4); font-weight: 400; }
.price__regular .price-item--regular{ color: #E07B5A; }

/* Trust bar / rich-text centre-aligned */
.rich-text{
  text-align: center;
  max-width: 48rem;
  margin: 0 auto;
}
.rich-text__heading{
  font-weight: 400;
  line-height: 1.2;
}

/* Brand story text */
.rich-text__text{
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(var(--color-foreground), 0.7);
  max-width: 36rem;
  margin: 0 auto;
}

/* Badge — soft pill, sage green */
.badge{
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 0.7rem;
  border-radius: 20px;
}

/* Footer — understated, dark on warm cream */
.footer{
  padding: 56px 0 32px;
  font-size: 0.9rem;
}
.footer-block__heading{
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 1rem;
}
.footer-block__details-content{
  font-size: 0.9rem;
  line-height: 1.8;
}
.footer__copyright{
  font-size: 0.8rem;
  color: rgba(var(--color-foreground), 0.5);
  margin-top: 2rem;
}

/* Collection list cards */
.collection-list .card{
  border-radius: 20px;
  overflow: hidden;
}
.collection-list .card__heading{
  font-size: 1.1rem;
  font-weight: 400;
}

/* Collection hero — generous padding */
.collection-hero__title {
  font-weight: 400;
  line-height: 1.15;
}

/* Inputs — soft rounding */
.field__input,.select__select,.customer .field input{
  border-radius: 8px;
}

/* Reduce animation — calmer experience for 50+ */
@media (prefers-reduced-motion: no-preference){
  .card-wrapper,.button{ transition-duration: 0.25s; }
}

/* Announcement bar — terracotta tone, clean */
.announcement-bar{
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  padding: 0.7rem 0;
}
.announcement-bar__message{
  font-weight: 400;
}

/* Drawer / cart */
.drawer__heading{ font-weight: 400; }
.cart-item__name{ font-weight: 400; font-size: 0.95rem; }

/* Consistent section titles */
.title-wrapper-with-link .title{
  font-weight: 400;
  letter-spacing: -0.015em;
  margin-bottom: 1rem;
}

/* Product form — pill CTA */
.product-form__submit{
  border-radius: 60px;
}

/* Image with text — warm overflow */
.image-with-text .image-with-text__media{
  border-radius: 20px;
  overflow: hidden;
}

/* Responsive — mobile breathing room */
@media (max-width: 749px){
  .page-width { padding: 0 2rem; }
  .banner__heading{ font-size: calc(var(--font-heading-scale) * 2.4rem); }
}
