/*
Theme Name: Aussie Lollies Custom
Author: Aussie Lollies
Version: 1.1.0
Text Domain: aussie-lollies
*/
:root{
  --ink:#142033;
  --ink2:#263246;
  --muted:#667085;
  --paper:#fffdf8;
  --card:#ffffff;
  --line:#e8e2d8;
  --green:#0c5544;
  --green2:#0f6a54;
  --gold:#f5b63d;
  --gold2:#ffd56b;
  --cream:#f7f1e7;
  --cream2:#fbf7ef;
  --red:#c84e42;
  --shadow:0 18px 48px rgba(20,32,51,.09);
  --shadow-sm:0 8px 24px rgba(20,32,51,.06);
  --radius:22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.55 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
.al-shell{width:min(92vw,1440px);margin:auto}
.al-top{background:var(--green);color:#fff;text-align:center;padding:.58rem 1rem;font-size:.88rem;font-weight:800;letter-spacing:.005em}
.al-header{position:sticky;top:0;z-index:60;background:rgba(255,253,248,.97);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.al-headrow{min-height:86px;display:grid;grid-template-columns:auto minmax(280px,1fr) auto;gap:2rem;align-items:center}
.al-logo{display:flex;align-items:center}
.al-logo img{width:clamp(150px,13vw,220px);display:block}
.al-search{display:flex;border:1px solid #d8d1c5;background:#fff;border-radius:999px;overflow:hidden;box-shadow:0 2px 0 rgba(20,32,51,.02)}
.al-search:focus-within{border-color:#aab3bf;box-shadow:0 0 0 3px rgba(12,85,68,.08)}
.al-search input{width:100%;border:0;outline:0;padding:.9rem 1.15rem;background:transparent;color:var(--ink)}
.al-search button{border:0;background:var(--ink);color:#fff;padding:0 1.35rem;font-weight:900;cursor:pointer}
.al-actions{display:flex;gap:1rem;align-items:center;font-weight:800;white-space:nowrap}
.al-actions a{transition:.15s ease}
.al-account:hover{color:var(--green)}
.al-cart{background:var(--gold);padding:.7rem 1rem;border-radius:999px}
.al-cart:hover{transform:translateY(-1px)}
.al-nav{border-top:1px solid var(--line)}
.al-navinner{display:flex;gap:1.55rem;align-items:center;min-height:50px;overflow:auto;font-weight:800;font-size:.94rem;scrollbar-width:none}
.al-navinner::-webkit-scrollbar{display:none}
.al-navinner a{white-space:nowrap}
.al-navinner a:hover{color:var(--green)}

.al-hero{padding:clamp(3rem,6vw,6.5rem) 0 2.25rem}
.al-hero-grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(460px,.98fr);gap:clamp(2.5rem,5vw,6.5rem);align-items:center}
.al-kicker{display:inline-flex;align-items:center;background:#fff1c9;border:1px solid #efd483;border-radius:999px;padding:.4rem .75rem;font-size:.75rem;font-weight:950;letter-spacing:.09em;text-transform:uppercase}
.al-kicker-dark{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.25);color:#fff}
.al-hero h1{font-size:clamp(3.3rem,6.1vw,6.9rem);line-height:.91;letter-spacing:-.058em;margin:.95rem 0 1.35rem;max-width:11ch}
.al-hero p{font-size:clamp(1.05rem,1.45vw,1.28rem);max-width:720px;color:#4f5a6c;margin:0 0 1.6rem}
.al-ctas{display:flex;gap:.8rem;flex-wrap:wrap}
.al-btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 1.25rem;border-radius:14px;font-weight:900;border:1px solid var(--ink);transition:.17s ease}
.al-btn:hover{transform:translateY(-2px);box-shadow:var(--shadow-sm)}
.al-btn-primary{background:var(--ink);color:#fff}
.al-btn-soft{background:#fff}
.al-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem;margin-top:1.7rem}
.al-trust div{padding:1rem;background:#fff;border:1px solid var(--line);border-radius:16px;font-size:.88rem;color:#596477;box-shadow:0 6px 16px rgba(20,32,51,.03)}
.al-trust strong{display:block;color:var(--green);font-size:.93rem;margin-bottom:.2rem}

.al-hero-mosaic{
  min-height:clamp(480px,45vw,650px);
  display:grid;
  grid-template-columns:repeat(6,1fr);
  grid-template-rows:repeat(6,1fr);
  gap:12px;
  padding:14px;
  background:linear-gradient(145deg,#ffe4aa 0%,#ffd6c5 48%,#bfe2d4 100%);
  border-radius:34px;
  box-shadow:var(--shadow);
  overflow:hidden;
}
.al-mosaic-card{position:relative;overflow:hidden;border-radius:20px;background:#fff;min-height:0;box-shadow:0 10px 24px rgba(20,32,51,.09)}
.al-mosaic-card img{width:100%;height:100%;object-fit:contain;background:#fff;padding:8%;transition:.25s ease}
.al-mosaic-card:hover img{transform:scale(1.035)}
.al-mosaic-card span{position:absolute;left:.65rem;right:.65rem;bottom:.65rem;background:rgba(255,255,255,.94);backdrop-filter:blur(4px);padding:.48rem .62rem;border-radius:10px;font-size:.72rem;line-height:1.25;font-weight:850;box-shadow:0 4px 10px rgba(20,32,51,.07)}
.al-mosaic-0{grid-column:1/4;grid-row:1/4}
.al-mosaic-1{grid-column:4/7;grid-row:1/3}
.al-mosaic-2{grid-column:4/7;grid-row:3/5}
.al-mosaic-3{grid-column:1/4;grid-row:4/7}
.al-mosaic-4{grid-column:4/7;grid-row:5/7}

.al-usbar{background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-sm);border-radius:20px;margin:1rem auto 3.5rem;padding:1.05rem 1.25rem;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.al-usbar div{padding:.1rem .6rem}
.al-usbar div+div{border-left:1px solid var(--line)}
.al-usbar span{font-size:.86rem;color:var(--muted)}
.al-usbar strong{display:block;color:var(--ink);font-size:.98rem;margin-bottom:.15rem}

.al-section{padding:clamp(2.5rem,5vw,5rem) 0}
.al-section-head{display:flex;justify-content:space-between;align-items:end;gap:1rem;margin-bottom:1.55rem}
.al-section h2{font-size:clamp(2.15rem,4vw,4rem);line-height:.98;letter-spacing:-.045em;margin:.38rem 0 0}
.al-section-head p{color:var(--muted);max-width:620px;margin:0}
.al-textlink{font-weight:850;color:var(--green);white-space:nowrap}

.al-cats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.al-cat{min-height:235px;background:var(--cream);border-radius:22px;padding:1.15rem;display:flex;align-items:flex-end;position:relative;overflow:hidden;font-size:1.18rem;font-weight:950;box-shadow:var(--shadow-sm);transition:.2s ease}
.al-cat:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.al-cat img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.al-cat-shade{position:absolute;inset:0;background:linear-gradient(to top,rgba(16,27,42,.46),rgba(16,27,42,.02) 70%)}
.al-cat span{position:relative;background:#fff;color:var(--ink);padding:.58rem .82rem;border-radius:12px;box-shadow:0 5px 16px rgba(20,32,51,.08)}

.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem;margin:0!important}
.woocommerce ul.products::before,.woocommerce ul.products::after{display:none!important}
.woocommerce ul.products li.product{width:auto!important;margin:0!important;background:#fff;border:1px solid var(--line);border-radius:20px;padding:1rem;box-shadow:0 8px 30px rgba(20,32,51,.04);transition:.18s ease;overflow:hidden}
.woocommerce ul.products li.product:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.woocommerce ul.products li.product a img{border-radius:14px;background:#f8f6f2;aspect-ratio:1/1;object-fit:contain;margin-bottom:.9rem!important}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:.98rem!important;line-height:1.35;color:var(--ink);min-height:2.7em;padding:.2rem 0!important}
.woocommerce ul.products li.product .price{color:var(--green)!important;font-size:1.05rem!important;font-weight:900;margin:.25rem 0 .8rem!important}
.woocommerce span.onsale{background:var(--gold)!important;color:var(--ink)!important;min-width:0!important;min-height:0!important;line-height:1!important;border-radius:999px!important;padding:.55rem .7rem!important;font-weight:950!important}
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit{
  background:var(--ink)!important;color:#fff!important;border-radius:12px!important;padding:.86rem 1rem!important;font-weight:900!important;line-height:1!important;border:0!important
}
.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover{background:var(--green)!important;color:#fff!important}
.woocommerce a.added_to_cart{
  display:inline-flex!important;align-items:center;justify-content:center;margin-left:.55rem;padding:.78rem .9rem!important;
  border:1px solid #d8d1c5;border-radius:12px;background:#fff;color:var(--green);font-weight:900;line-height:1!important
}
.woocommerce a.added_to_cart:hover{border-color:var(--green);background:#f3faf7}
.woocommerce .woocommerce-ordering select{border:1px solid #d6d0c5;border-radius:10px;padding:.55rem .7rem;background:#fff;color:var(--ink)}
.woocommerce .woocommerce-result-count{color:var(--muted)}

.al-banner{background:var(--green);color:#fff;border-radius:28px;padding:clamp(2rem,4vw,4rem);display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:center;box-shadow:var(--shadow)}
.al-banner h2{margin:.55rem 0 .65rem;color:#fff}
.al-banner p{margin:0;color:#d8ece6;max-width:780px}
.al-banner .al-btn{background:var(--gold);border:0;color:var(--ink)}

.al-main{padding:3rem 0 5rem;min-height:55vh}
.woocommerce .woocommerce-breadcrumb{color:var(--muted);font-size:.85rem}
.woocommerce div.product{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(2rem,5vw,5rem)}
.woocommerce div.product div.images,.woocommerce div.product div.summary{width:auto!important;float:none!important}
.woocommerce div.product .product_title{font-size:clamp(2.2rem,4vw,4.2rem);line-height:1;letter-spacing:-.04em}
.woocommerce div.product p.price{font-size:1.55rem;color:var(--green)}
.woocommerce-product-gallery__image img{border-radius:22px;background:#fff}

.al-page h1{font-size:clamp(2.3rem,5vw,5rem);letter-spacing:-.05em;line-height:1}
.al-page article{max-width:900px}
.al-notice{display:flex;gap:.35rem;align-items:center;background:#eef8f3;border:1px solid #cfe8db;border-radius:14px;padding:1rem 1.1rem;margin-bottom:1.25rem}
.al-checkout-main{background:#fbf8f2;padding-top:2.5rem}
.al-checkout-head{max-width:820px;margin-bottom:1.5rem}
.al-checkout-head h1{margin:.45rem 0 .4rem;font-size:clamp(2.3rem,4vw,4.5rem)}
.al-checkout-head p{color:var(--muted);font-size:1.05rem;margin:0}

.woocommerce-cart-form,.cart_totals,.woocommerce-checkout-review-order,.woocommerce-form-coupon-toggle{
  background:#fff;border:1px solid var(--line);border-radius:18px;padding:1.2rem;box-shadow:0 8px 24px rgba(20,32,51,.035)
}
.woocommerce table.shop_table{border:0!important;border-collapse:collapse!important}
.woocommerce table.shop_table th,.woocommerce table.shop_table td{border-bottom:1px solid #ece7df!important}
.woocommerce-cart .cart-collaterals{display:flex!important;justify-content:flex-end!important;margin-top:1rem!important}
.woocommerce-cart .cart-collaterals .cart_totals{width:min(100%,620px)!important;float:none!important}
.woocommerce-cart table.cart td.actions{padding-top:1rem!important}
.woocommerce-cart table.cart .coupon{display:flex;gap:.45rem;align-items:center}
.woocommerce-cart table.cart .coupon .input-text{width:150px!important;min-height:42px!important}

.woocommerce-checkout form.checkout{
  display:grid!important;
  grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr)!important;
  gap:1.5rem!important;
  align-items:start!important;
  position:relative!important;
  overflow:visible!important;
}
.woocommerce-checkout .col2-set{
  grid-column:1!important;
  grid-row:1!important;
  width:100%!important;
  float:none!important;
  display:block!important;
  margin:0!important;
}
.woocommerce-checkout .col2-set::before,.woocommerce-checkout .col2-set::after{display:none!important}
.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2,
.woocommerce-page .col2-set .col-1,
.woocommerce-page .col2-set .col-2{
  width:100%!important;
  float:none!important;
  display:block!important;
  background:#fff!important;
  border:1px solid var(--line)!important;
  border-radius:18px!important;
  padding:1.35rem!important;
  margin:0 0 1rem!important;
  box-shadow:0 8px 24px rgba(20,32,51,.035)!important;
}
.woocommerce-checkout #order_review_heading{
  grid-column:2!important;
  grid-row:1!important;
  width:100%!important;
  float:none!important;
  margin:0!important;
  padding:1.25rem 1.35rem 0!important;
  background:#fff!important;
  border:1px solid var(--line)!important;
  border-bottom:0!important;
  border-radius:18px 18px 0 0!important;
  position:static!important;
  z-index:auto!important;
}
.woocommerce-checkout #order_review{
  grid-column:2!important;
  grid-row:1!important;
  width:100%!important;
  float:none!important;
  margin:3.4rem 0 0!important;
  padding:1.1rem 1.35rem 1.35rem!important;
  background:#fff!important;
  border:1px solid var(--line)!important;
  border-top:0!important;
  border-radius:0 0 18px 18px!important;
  box-shadow:0 8px 24px rgba(20,32,51,.035)!important;
  position:static!important;
  z-index:auto!important;
}
.woocommerce-checkout form.checkout::after{content:"";display:block;clear:both;grid-column:1/-1}
.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-shipping-fields h3,
.woocommerce-checkout #order_review_heading{font-size:1.25rem!important}
.woocommerce form .form-row{padding:3px!important;margin:0 0 .85rem!important}
.woocommerce form .form-row label{font-weight:750;color:var(--ink)}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce form .form-row .select2-selection{
  min-height:46px;padding:.78rem .85rem;border:1px solid #d7d0c5;border-radius:10px;background:#fff;color:var(--ink)
}
.woocommerce form .form-row textarea{min-height:105px}
.select2-container--default .select2-selection--single{height:46px!important}
.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:44px!important}
.select2-container--default .select2-selection--single .select2-selection__arrow{height:44px!important}
.woocommerce-checkout-review-order-table{margin-bottom:1rem!important}
.woocommerce-checkout-payment{background:#f7f6f8!important;border-radius:14px!important;overflow:hidden!important}
.woocommerce-checkout-payment ul.payment_methods{padding:1rem!important;border-bottom:1px solid #e6e2e8!important}
.woocommerce-checkout-payment .place-order{padding:1rem!important;margin:0!important}
.woocommerce-checkout #place_order{width:100%!important;min-height:52px!important;background:var(--green)!important;font-size:1rem!important}
.woocommerce-info,.woocommerce-message,.woocommerce-error{
  border:1px solid #cddfd7!important;border-top:1px solid #cddfd7!important;border-radius:14px!important;background:#f2faf6!important;color:var(--ink)!important;padding:1rem 1.2rem 1rem 3rem!important
}
.woocommerce-info::before,.woocommerce-message::before{color:var(--green)!important}

.al-footer{clear:both!important;background:#161f2d;color:#fff;margin-top:4rem;padding:4rem 0 1.5rem;position:relative;z-index:1}
.al-footgrid{display:grid;grid-template-columns:1.25fr .8fr .7fr;gap:3.5rem}
.al-footer-logo-wrap{display:inline-flex;background:#fff;border-radius:16px;padding:.65rem .85rem;margin-bottom:1rem}
.al-footer-logo-wrap img{width:190px;display:block;filter:none!important}
.al-footer p,.al-footer a{color:#c9d2df}
.al-footer h3{margin:0 0 1rem;color:#fff}
.al-footer p{margin:.55rem 0}
.al-foot-trust{font-weight:800;color:#fff!important}
.al-footbottom{border-top:1px solid #344055;margin-top:3rem;padding-top:1.25rem;color:#9eabba;font-size:.85rem;display:flex;justify-content:space-between;gap:1rem}

@media(max-width:1100px){
  .al-hero-grid{grid-template-columns:1fr 1fr;gap:2.5rem}
  .al-hero h1{font-size:clamp(3rem,6vw,5.6rem)}
}
@media(max-width:980px){
  .al-headrow{grid-template-columns:auto 1fr;gap:1rem}
  .al-search{grid-column:1/-1;grid-row:2;margin-bottom:1rem}
  .al-actions{justify-self:end}
  .al-hero-grid,.woocommerce div.product{grid-template-columns:1fr}
  .al-hero-mosaic{min-height:520px}
  .al-usbar{grid-template-columns:repeat(2,1fr)}
  .al-usbar div+div{border-left:0}
  .al-cats{grid-template-columns:repeat(2,1fr)}
  .woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .woocommerce-checkout form.checkout{grid-template-columns:1fr!important}
  .woocommerce-checkout .col2-set,.woocommerce-checkout #order_review_heading,.woocommerce-checkout #order_review{grid-column:1!important}
  .woocommerce-checkout #order_review_heading{grid-row:auto!important}
  .woocommerce-checkout #order_review{grid-row:auto!important;margin:-1px 0 0!important}
  .al-footgrid{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  .al-shell{width:min(94vw,1440px)}
  .al-top{font-size:.78rem}
  .al-headrow{min-height:70px}
  .al-logo img{width:145px}
  .al-actions .al-account{display:none}
  .al-navinner{gap:1rem}
  .al-hero{padding-top:2.7rem}
  .al-hero h1{font-size:clamp(2.75rem,14vw,4.7rem)}
  .al-trust{grid-template-columns:1fr}
  .al-hero-mosaic{min-height:420px;gap:8px;padding:9px;border-radius:24px}
  .al-mosaic-card span{display:none}
  .al-usbar{grid-template-columns:1fr 1fr;padding:.8rem}
  .al-usbar div{padding:.4rem}
  .al-usbar strong{font-size:.9rem}
  .al-usbar span{font-size:.78rem}
  .al-cats{grid-template-columns:1fr}
  .al-cat{min-height:220px}
  .woocommerce ul.products{grid-template-columns:1fr!important}
  .al-section-head{align-items:start;flex-direction:column}
  .al-banner{grid-template-columns:1fr}
  .al-footgrid{grid-template-columns:1fr}
  .al-footbottom{flex-direction:column}
  .woocommerce-cart .cart-collaterals .cart_totals{width:100%!important}
  .woocommerce-cart table.cart .coupon{display:grid;grid-template-columns:1fr auto;width:100%}
  .woocommerce-cart table.cart .coupon .input-text{width:100%!important}
}
.woocommerce-form-coupon-toggle{background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;margin:0 0 1rem!important}
.woocommerce-form-coupon-toggle .woocommerce-info{margin:0!important}
.woocommerce-cart table.cart img{width:72px!important;height:72px!important;object-fit:contain;border-radius:10px;background:#f8f6f2}
.woocommerce-cart table.cart td.product-name{font-weight:750}
.woocommerce-checkout .woocommerce-form-coupon{background:#fff;border:1px solid var(--line);border-radius:14px;padding:1rem!important;margin:0 0 1rem!important}
