@font-face{
  font-family:"Vazirmatn";
  src:url("../fonts/vazirmatn-arabic-wght-normal.woff2") format("woff2-variations");
  font-style:normal;
  font-weight:100 900;
  font-display:swap;
  unicode-range:U+0600-06FF,U+0750-077F,U+0870-089F,U+08A0-08FF,U+200C-200D,U+25CC,U+FB50-FDFF,U+FE70-FEFF;
}
@font-face{
  font-family:"Vazirmatn";
  src:url("../fonts/vazirmatn-latin-wght-normal.woff2") format("woff2-variations");
  font-style:normal;
  font-weight:100 900;
  font-display:swap;
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

:root{
  font-family:"Vazirmatn","Segoe UI",Tahoma,Arial,sans-serif;
  color:#53321b;
  background:#f1e9e2;
  font-synthesis:none;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:78px;overscroll-behavior-y:contain}
body{margin:0;min-width:320px;background:#f1e9e2;color:#53321b}
button,input{font:inherit}
button,a{touch-action:manipulation}
button{cursor:pointer}
img{display:block;max-width:100%}
[hidden]{display:none!important}

.sr-only{
  position:absolute!important;
  width:1px!important;height:1px!important;
  padding:0!important;margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}
.skip-link{
  position:fixed;z-index:9999;top:8px;right:8px;
  transform:translateY(-150%);
  border-radius:10px;
  background:#53321b;color:#fff;
  padding:9px 13px;text-decoration:none;font-weight:800;
}
.skip-link:focus{transform:translateY(0)}

.pallina-menu{
  --pallina-primary:#d3716d;
  --pallina-primary-strong:#ad4f53;
  --pallina-accent:#d69831;
  --ink:#53321b;
  --muted:#896f64;
  --paper:#fdf9f4;
  --card:#fffdfa;
  --cream:#f5e7da;
  --line:#eed7cc;
  width:min(941px,100%);
  min-height:100vh;
  margin:0 auto;
  padding:0 12px max(36px,env(safe-area-inset-bottom));
  overflow:clip;
  background:
    radial-gradient(circle at 7% 2%,rgba(211,113,109,.08),transparent 14rem),
    radial-gradient(circle at 96% 23%,rgba(214,152,49,.055),transparent 18rem),
    var(--paper);
  box-shadow:0 0 68px rgba(83,50,27,.065);
}

.pallina-header{
  min-height:90px;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  grid-template-areas:"search brand status";
  align-items:center;
  gap:5px;
  direction:ltr;
}
.round-icon{
  grid-area:search;
  width:46px;height:46px;
  display:grid;place-items:center;
  justify-self:start;
  border:1px solid var(--line);
  border-radius:50%;
  background:rgba(255,253,250,.96);
  color:#301d15;
  box-shadow:0 8px 20px rgba(83,50,27,.085);
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.round-icon:hover{border-color:#dcb9aa;box-shadow:0 10px 25px rgba(83,50,27,.12)}
.round-icon:active{transform:scale(.95)}
.round-icon svg,.inline-search>svg{
  width:23px;height:23px;
  fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;
}

.brand-lockup{
  grid-area:brand;
  min-width:0;
  display:grid;
  justify-items:center;
  align-content:center;
  gap:1px;
  direction:rtl;
}
.brand-logo{object-fit:contain;object-position:center}
.brand-logo.is-wordmark{width:min(144px,100%);height:49px}
.brand-logo.is-custom{width:72px;height:55px}
.brand-lockup small{
  min-width:0;
  display:flex;align-items:center;justify-content:center;gap:5px;
  color:#bd842a;
  font-size:.62rem;font-weight:760;line-height:1.2;
  white-space:nowrap;
}
.brand-lockup small i{display:block;width:15px;height:1px;background:var(--pallina-accent);opacity:.85}

.store-meta{
  grid-area:status;
  min-width:0;
  justify-self:end;
  display:grid;justify-items:end;gap:4px;
  direction:rtl;
}
.open-state{
  display:flex;align-items:center;gap:6px;
  color:#736862;font-size:.7rem;font-weight:860;white-space:nowrap;
}
.open-state i{width:8px;height:8px;border-radius:50%;background:#aaa09a;display:block;flex:0 0 auto}
.open-state.is-open{color:#397a41}.open-state.is-open i{background:#3e8d49;box-shadow:0 0 0 4px rgba(62,141,73,.08)}
.open-state.is-closed{color:#a64e52}.open-state.is-closed i{background:#b45358;box-shadow:0 0 0 4px rgba(180,83,88,.08)}
.store-meta small{color:#9a8378;font-size:.58rem;font-weight:650;white-space:nowrap}

.inline-search{
  position:sticky;z-index:90;top:8px;
  min-height:52px;
  width:min(680px,100%);
  margin:-4px auto 12px;
  padding:6px 7px 6px 13px;
  display:flex;align-items:center;gap:9px;
  border:1px solid var(--line);
  border-radius:18px;
  background:rgba(255,253,250,.97);
  color:var(--pallina-primary-strong);
  box-shadow:0 13px 32px rgba(83,50,27,.12);
  backdrop-filter:blur(16px);
  opacity:0;transform:translateY(-7px) scale(.985);
  transition:opacity .18s ease,transform .18s ease;
}
.inline-search.is-visible{opacity:1;transform:none}
.inline-search input{
  flex:1;min-width:0;height:38px;
  border:0;outline:0;background:transparent;color:var(--ink);
  font-size:.82rem;
}
.inline-search input::placeholder{color:#ad978d}
.inline-search button{
  min-width:56px;min-height:44px;
  border:0;border-radius:12px;
  background:#fae9e3;color:var(--pallina-primary-strong);
  font-size:.72rem;font-weight:850;
}

.pallina-hero{
  position:relative;
  aspect-ratio:1023/397;
  overflow:hidden;
  isolation:isolate;
  border:1px solid #ead1c4;
  border-radius:clamp(10px,2.7vw,26px);
  background:#f8ebe1;
  box-shadow:0 14px 34px rgba(83,50,27,.075);
}
.hero-slides{position:absolute;inset:0}
.hero-slide{
  position:absolute;inset:0;z-index:0;
  overflow:hidden;
  opacity:0;visibility:hidden;pointer-events:none;
  transition:opacity .32s ease,visibility .32s ease;
}
.hero-slide.is-active{z-index:1;opacity:1;visibility:visible;pointer-events:auto}
.hero-slide:after{
  content:"";position:absolute;z-index:1;inset:0;pointer-events:none;
  background:linear-gradient(90deg,rgba(255,251,247,.22),rgba(255,251,247,.08) 42%,transparent 62%);
}
.hero-slide-image{width:100%;height:100%;object-fit:cover;object-position:center}
.hero-indicators{
  position:absolute;z-index:8;left:50%;bottom:0;
  max-width:calc(100% - 108px);height:44px;
  display:flex;align-items:flex-end;justify-content:center;gap:0;
  overflow:hidden;direction:ltr;transform:translateX(-50%);
}
.hero-indicator{
  position:relative;
  width:32px;min-width:32px;height:44px;
  display:grid;place-items:end center;
  padding:0 0 10px;border:0;border-radius:999px;
  background:transparent;color:inherit;
}
.hero-indicator span{
  display:block;width:9px;height:9px;border-radius:99px;
  background:rgba(255,253,250,.92);
  box-shadow:0 1px 3px rgba(83,50,27,.16);
  transition:width .2s ease,background-color .2s ease,transform .2s ease;
}
.hero-indicator.is-active span{width:18px;background:var(--pallina-primary);box-shadow:0 2px 5px rgba(173,79,83,.22)}
.hero-indicator:hover span{background:var(--pallina-primary-strong);transform:translateY(-1px)}
.hero-indicator:focus-visible{outline:2px solid var(--pallina-primary-strong);outline-offset:-2px}
.hero-copy{
  position:absolute;z-index:3;left:5.5%;top:14%;
  width:39%;
  display:grid;justify-items:start;
  direction:rtl;text-align:right;
}
.hero-copy h1,.hero-copy h2{
  margin:0;
  max-width:100%;
  display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;
  color:var(--pallina-primary);
  font-size:clamp(.98rem,4.9vw,2.5rem);
  font-weight:880;line-height:1.16;letter-spacing:-.035em;
}
.hero-kicker{
  max-width:100%;margin-top:4px;
  overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
  color:#8f5c36;
  font-family:Georgia,"Vazirmatn","Times New Roman",serif;
  font-size:clamp(.54rem,1.8vw,1.12rem);line-height:1.35;
}
.hero-divider{display:flex;align-items:center;gap:4px;margin:5px 0 6px;color:var(--pallina-primary)}
.hero-divider i{display:block;width:22px;height:1px;background:#d7a254}
.hero-divider b{font-size:.58rem;line-height:1}
.hero-copy a{
  min-height:40px;
  display:inline-flex;align-items:center;justify-content:center;gap:6px;
  max-width:100%;padding:7px 13px;
  overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
  border-radius:999px;
  background:var(--pallina-primary);color:#fff;
  text-decoration:none;font-size:clamp(.62rem,1.8vw,.94rem);font-weight:850;
  box-shadow:0 8px 20px rgba(173,79,83,.18);
  transition:transform .2s ease,box-shadow .2s ease;
}
.hero-copy a:hover{box-shadow:0 10px 24px rgba(173,79,83,.25);transform:translateY(-1px)}
.hero-copy a:active{transform:scale(.97)}
.hero-copy a span{font-size:1rem;line-height:.8}
.hero-autoplay-toggle{
  position:absolute;z-index:9;right:6px;bottom:3px;
  width:44px;height:44px;padding:0;
  display:grid;place-items:center;
  border:1px solid rgba(255,255,255,.7);border-radius:50%;
  background:rgba(255,250,246,.84);color:var(--pallina-primary-strong);
  box-shadow:0 4px 12px rgba(83,50,27,.1);backdrop-filter:blur(8px);
}
.hero-autoplay-toggle svg{grid-area:1/1;width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.hero-autoplay-toggle .hero-play-icon{display:none}
.hero-autoplay-toggle.is-paused .hero-pause-icon{display:none}
.hero-autoplay-toggle.is-paused .hero-play-icon{display:block}
.hero-autoplay-toggle:hover{background:#fff8f3}
.hero-autoplay-toggle:focus-visible{outline:2px solid var(--pallina-primary-strong);outline-offset:2px}

@media(max-width:359px){
  .hero-copy{top:11%;width:43%}
  .hero-copy h1,.hero-copy h2{font-size:.92rem}
  .hero-kicker{margin-top:2px;font-size:.5rem}
  .hero-divider{margin:3px 0 4px}.hero-divider i{width:15px}.hero-divider b{font-size:.48rem}
  .hero-copy a{min-height:36px;padding:5px 9px;font-size:.58rem}
}

.pallina-categories{
  position:sticky;z-index:70;top:5px;
  display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 24px)/5);gap:6px;
  overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:none;
  margin:9px -2px 17px;padding:4px 2px 8px;
  background:linear-gradient(var(--paper) 82%,transparent);
  backdrop-filter:blur(12px);
}
.pallina-categories::-webkit-scrollbar,.flavor-row::-webkit-scrollbar{display:none}
.category-pill{
  min-width:0;min-height:44px;
  display:flex;align-items:center;justify-content:center;gap:2px;
  padding:0 1px;
  overflow:hidden;
  border:1px solid #ead2c6;
  border-radius:999px;
  background:rgba(255,253,250,.97);color:#53372c;
  text-decoration:none;font-size:.54rem;font-weight:820;white-space:nowrap;
  box-shadow:0 3px 12px rgba(83,50,27,.025);
  transition:color .2s ease,background .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease;
}
a.category-pill:hover{border-color:#dcaea8;transform:translateY(-1px)}
.category-pill.is-active{
  border-color:var(--pallina-primary);
  background:var(--pallina-primary);color:#fff;
  box-shadow:0 8px 18px rgba(173,79,83,.18);
}
.category-pill.is-empty{color:#8e7770;background:#fbf7f2;opacity:.72}
.category-icon{width:15px;height:15px;display:grid;place-items:center;flex:0 0 auto}
.category-icon svg,.section-symbol svg{
  width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round;
}
.category-label{min-width:0;overflow:hidden;text-overflow:ellipsis}

.pallina-content{display:grid;gap:22px}
.pallina-section{min-width:0;scroll-margin-top:76px}
.pallina-section-title{
  min-height:24px;
  display:flex;align-items:center;gap:6px;
  margin:0 0 9px;
}
.pallina-section-title h2{margin:0;color:var(--ink);font-size:1.03rem;font-weight:880;line-height:1.25;letter-spacing:-.02em}
.section-symbol{width:18px;height:18px;display:grid;place-items:center;color:var(--pallina-primary);flex:0 0 auto}
.flower-symbol{color:#df7177}

.is-unavailable{filter:saturate(.45);opacity:.62}

.flavor-row{
  display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 18px)/4);gap:6px;
  overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;scrollbar-width:none;
  padding:2px 0 5px;
  direction:rtl;
}
.flavor-row:focus-visible{outline:2px solid var(--pallina-primary);outline-offset:4px;border-radius:12px}
.flavor-card{min-width:0;display:grid;justify-items:center;align-content:start;gap:4px;text-align:center;scroll-snap-align:start}
.scoop{
  position:relative;width:100%;aspect-ratio:1;
  border-radius:50%;
  background:#f4e5d9;
  box-shadow:0 8px 18px rgba(83,50,27,.1),0 0 0 1px #e8d3c8;
}
.scoop:before{content:"";position:absolute;z-index:2;inset:0;border:4px solid rgba(255,253,250,.92);border-radius:50%;pointer-events:none}
.scoop img{width:100%;height:100%;object-fit:cover;border-radius:50%}
.scoop.is-seed-photo{overflow:hidden}
.scoop.is-seed-photo img{width:100%;height:116%;object-position:center bottom}
.scoop>i{display:block;width:100%;height:100%;border-radius:50%}
.scoop.pistachio>i{background:radial-gradient(circle at 34% 28%,#d2cb8d,#929956 64%,#6b743f)}
.scoop.chocolate>i{background:radial-gradient(circle at 34% 28%,#916044,#563422 65%,#352017)}
.scoop.vanilla>i{background:radial-gradient(circle at 34% 28%,#fff3d5,#e4cea0 70%,#c4a877)}
.scoop.berry>i{background:radial-gradient(circle at 34% 28%,#efa0a6,#c96a76 68%,#a64956)}
.scoop.saffron>i{background:radial-gradient(circle at 34% 28%,#ffe38d,#e3ae3e 68%,#b77918)}
.scoop.coffee>i{background:radial-gradient(circle at 34% 28%,#c79772,#875b3e 68%,#5b3927)}
.scoop.caramel>i{background:radial-gradient(circle at 34% 28%,#e8b979,#b97938 68%,#7b461f)}
.scoop em{
  position:absolute;z-index:4;top:-4px;right:-2px;
  padding:3px 6px;border-radius:999px;
  background:var(--pallina-primary);color:#fff;
  font-size:.5rem;font-style:normal;font-weight:820;
  box-shadow:0 4px 10px rgba(173,79,83,.17);
}
.flavor-card strong{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#503128;font-size:.69rem;font-weight:780;line-height:1.5}
.mini-dots{display:flex;justify-content:center;gap:2px;margin-top:3px;direction:ltr}
.flavor-page-dot{
  width:28px;height:25px;padding:0;border:0;background:transparent;
  display:grid;place-items:center;border-radius:999px;
}
.flavor-page-dot i{display:block;width:6px;height:6px;border-radius:99px;background:#eadbd1;transition:width .2s ease,background .2s ease}
.flavor-page-dot.is-active i{width:17px;background:var(--pallina-primary)}

.tub-grid,.special-grid{display:grid;grid-template-columns:1fr;gap:8px;direction:rtl}
.special-grid{direction:ltr}
.tub-card{
  min-width:0;min-height:108px;
  display:grid;grid-template-columns:47% minmax(0,1fr);align-items:center;gap:5px;
  padding:6px;
  overflow:hidden;
  border:1px solid #edd6cb;border-radius:15px;
  background:linear-gradient(180deg,#fffdfa,#fff6ed);
  box-shadow:0 6px 17px rgba(83,50,27,.03);
}
.tub-photo{height:86px;display:grid;place-items:center;overflow:hidden}
.tub-photo>img{width:100%;height:100%;object-fit:contain}
.family-tub-art{
  position:relative;display:block;width:100%;max-width:105px;height:53px;
  margin-top:17px;
  border:1.5px solid #bd6267;border-radius:7px 7px 18px 18px;
  background:linear-gradient(90deg,#f0a7ad,#f8c4be 45%,#eca0a8);
  box-shadow:inset 0 7px 12px rgba(255,255,255,.32),0 7px 12px rgba(83,50,27,.1);
  transform:rotate(-1deg);
}
.family-tub-art:before{
  content:"";position:absolute;z-index:2;left:-3px;right:-3px;top:-8px;height:14px;
  border:1.5px solid #bd6267;border-radius:7px 7px 50% 50%;
  background:#ffe5d5;
}
.family-tub-art i{
  position:absolute;z-index:1;left:3px;right:3px;top:-23px;height:27px;border-radius:12px 12px 5px 5px;
  background:
    radial-gradient(circle at 11% 69%,#f3c6a2 0 12%,transparent 13%),
    radial-gradient(circle at 29% 62%,#f4dfad 0 15%,transparent 16%),
    radial-gradient(circle at 48% 68%,#c9b36f 0 14%,transparent 15%),
    radial-gradient(circle at 68% 61%,#e799a8 0 15%,transparent 16%),
    radial-gradient(circle at 88% 69%,#70412d 0 14%,transparent 15%);
}
.family-tub-art b{
  position:absolute;z-index:3;left:0;right:0;top:21px;
  color:#ad535b;font-family:Georgia,"Times New Roman",serif;font-size:.66rem;font-style:italic;font-weight:500;text-align:center;
}
.family-tub-art-2{transform:rotate(1deg) scale(.94)}
.tub-copy{min-width:0;display:grid;gap:3px;align-content:center}
.tub-copy strong{overflow:hidden;text-overflow:ellipsis;color:#4e3027;font-size:.7rem;font-weight:840;line-height:1.45}
.tub-copy span{color:#795f56;font-size:.55rem;line-height:1.5}
.tub-copy b{color:#53352b;font-size:.64rem;line-height:1.5;white-space:nowrap}
.tub-copy b small{color:#7b625a;font-size:.5rem;font-weight:560}

.special-card{
  position:relative;min-width:0;min-height:132px;
  direction:rtl;
  overflow:hidden;border-radius:15px;
  background:#e3c685;color:#4e3327;
  box-shadow:0 8px 19px rgba(83,50,27,.08);
}
.special-card>img{position:absolute;z-index:0;right:0;top:0;width:65%;height:100%;object-fit:cover;object-position:center}
.special-card:after{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(90deg,#e3c685 0%,rgba(227,198,133,.96) 42%,rgba(227,198,133,.35) 71%,transparent 100%)}
.special-card.special-2{background:#75432f}
.special-card.special-2{color:#fff}.special-card.special-2:after{background:linear-gradient(90deg,#75432f 0%,rgba(117,67,47,.97) 43%,rgba(117,67,47,.38) 72%,transparent 100%)}
.special-card>div{
  position:relative;z-index:2;
  width:54%;height:100%;margin-right:auto;
  display:grid;align-content:center;justify-items:start;gap:2px;
  padding:9px 7px;
  text-align:right;
}
.special-card strong{font-size:.73rem;font-weight:850;line-height:1.4}
.special-card span{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.53rem;line-height:1.55}
.special-card em{margin-top:3px;padding:3px 8px;border-radius:999px;background:#e5777b;color:#fff;font-size:.5rem;font-style:normal;font-weight:800}

.standard-grid{display:grid;grid-template-columns:1fr;gap:8px}
.standard-card{
  min-width:0;min-height:132px;
  display:grid;grid-template-columns:128px minmax(0,1fr);align-items:center;gap:12px;
  padding:8px;
  overflow:hidden;
  border:1px solid #edd6cb;border-radius:15px;
  background:#fffdfa;
  box-shadow:0 6px 17px rgba(83,50,27,.03);
}
.standard-image{
  position:relative;width:128px;height:114px;
  overflow:hidden;display:grid;place-items:center;
  border-radius:11px;background:#fff1e5;color:var(--pallina-primary);
}
.standard-image img{width:100%;height:100%;object-fit:cover}
.standard-image>.category-icon{width:31px;height:31px}
.standard-image em{position:absolute;top:4px;right:4px;padding:3px 5px;border-radius:999px;background:var(--pallina-primary);color:#fff;font-size:.43rem;font-style:normal}
.standard-copy{min-width:0;display:grid;gap:3px;align-content:center}
.standard-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.7rem;font-weight:840}
.standard-copy p{display:-webkit-box;margin:0;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#876d64;font-size:.52rem;line-height:1.55}
.standard-copy b{font-size:.62rem}.standard-copy b small{color:#80665d;font-size:.48rem;font-weight:560}
.product-single-price{display:flex;align-items:baseline;gap:3px;color:#53352b;white-space:nowrap}.product-single-price b{font-size:.66rem}.product-single-price small{color:#80665d;font-size:.48rem;font-weight:560}.product-price-list{display:grid;gap:3px;margin:2px 0 0;padding:5px 7px;border:1px solid #f0ddd4;border-radius:9px;background:#fff8f3}.product-price-list>div{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.product-price-list>div+div{padding-top:3px;border-top:1px dashed #edd9cf}.product-price-list dt{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#74584e;font-size:.58rem;font-weight:700}.product-price-list dd{display:flex;align-items:baseline;gap:2px;margin:0;white-space:nowrap;color:#53352b}.product-price-list dd b{font-size:.64rem}.product-price-list dd small{color:#80665d;font-size:.46rem;font-weight:560}.special-card .product-price-list{width:100%;padding:3px 5px;border-color:rgba(255,255,255,.3);background:rgba(255,255,255,.18)}.special-card .product-price-list dt,.special-card .product-price-list dd,.special-card .product-price-list dd small{color:inherit}.special-card .product-single-price{color:inherit}

/* حالت اختیاری تصویرمحور: یک ساختار عمودی مشترک برای تمام محصولات، بدون تغییر داده‌ها. */
.is-image-focused .tub-grid,.is-image-focused .special-grid,.is-image-focused .standard-grid{grid-template-columns:1fr;gap:16px}
.is-image-focused .standard-card,.is-image-focused .tub-card,.is-image-focused .special-card{display:grid;grid-template-columns:1fr;grid-template-rows:auto auto;align-items:stretch;gap:0;min-height:0;padding:0;overflow:hidden;border:1px solid #e8d2c7;border-radius:19px;background:#fffdfa;color:#4e3027;box-shadow:0 10px 27px rgba(83,50,27,.07)}
.is-image-focused .standard-image,.is-image-focused .tub-photo,.is-image-focused .special-card>img{position:relative;inset:auto;width:100%;height:auto;aspect-ratio:16/10;border:0;border-radius:0;background:#f7ede5;object-fit:cover;object-position:center}
.is-image-focused .standard-image img,.is-image-focused .tub-photo>img{width:100%;height:100%;object-fit:cover;object-position:center}
.is-image-focused .standard-image>.category-icon{width:54px;height:54px}
.is-image-focused .standard-image em{top:10px;right:10px;padding:5px 9px;font-size:.62rem}
.is-image-focused .standard-copy,.is-image-focused .tub-copy,.is-image-focused .special-card>div{position:relative;z-index:2;width:auto;height:auto;margin:0;display:grid;align-content:start;justify-items:stretch;gap:8px;padding:16px 15px 17px;text-align:right}
.is-image-focused .standard-copy strong,.is-image-focused .tub-copy strong,.is-image-focused .special-card strong{overflow:visible;white-space:normal;color:#4e3027;font-size:1rem;font-weight:880;line-height:1.65}
.is-image-focused .standard-copy p,.is-image-focused .tub-copy span,.is-image-focused .special-card span{display:block;margin:0;overflow:visible;color:#765d54;font-size:.78rem;line-height:1.9}
.is-image-focused .special-card:after{display:none}
.is-image-focused .special-card em{justify-self:start;margin-top:1px;padding:5px 10px;font-size:.62rem}
.is-image-focused .product-single-price{justify-content:flex-start;margin-top:2px}.is-image-focused .product-single-price b{font-size:.9rem}.is-image-focused .product-single-price small{font-size:.65rem}
.is-image-focused .product-price-list{gap:0;margin-top:2px;padding:8px 10px;border-radius:12px}.is-image-focused .product-price-list>div{min-height:32px}.is-image-focused .product-price-list>div+div{padding-top:4px}.is-image-focused .product-price-list dt{font-size:.72rem}.is-image-focused .product-price-list dd b{font-size:.82rem}.is-image-focused .product-price-list dd small{font-size:.58rem}
.is-image-focused .special-card .product-price-list{padding:8px 10px;border-color:#f0ddd4;background:#fff8f3}.is-image-focused .special-card .product-price-list dt{color:#74584e}.is-image-focused .special-card .product-price-list dd{color:#53352b}.is-image-focused .special-card .product-price-list dd small{color:#80665d}
.is-image-focused .family-tub-art{transform:scale(1.35);margin-top:30px}
.category-scroll-spacer{height:0;pointer-events:none}

.menu-empty-state,.no-results{
  padding:34px 18px;
  display:grid;justify-items:center;gap:6px;
  border:1px dashed #e3c8bb;border-radius:18px;
  background:#fffdfa;color:#8c7167;text-align:center;
}
.menu-empty-state .section-symbol{width:28px;height:28px}
.menu-empty-state strong{color:#5a392d;font-size:.9rem}.menu-empty-state p{margin:0;font-size:.7rem}
.no-results{font-size:.78rem}

.pallina-footer{
  margin-top:29px;padding:18px 0 4px;
  display:grid;justify-items:center;gap:7px;
  border-top:1px solid #ead2c7;color:#80675e;
  text-align:center;
}
.footer-brand{min-width:76px;display:grid;justify-items:center;gap:1px}
.footer-brand img.is-wordmark{width:76px;height:30px;object-fit:contain}
.footer-brand img.is-custom{width:38px;height:34px;object-fit:contain}
.footer-brand small{font-size:.48rem;font-weight:650;color:#ad8c7d}
.pallina-footer>span{display:-webkit-box;max-width:520px;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.58rem;line-height:1.65}
.footer-links{display:flex;align-items:center;justify-content:center;gap:8px;direction:ltr}
.footer-links a{color:var(--pallina-primary-strong);font-size:.58rem;font-weight:780;text-decoration:none;direction:ltr}
.footer-credit{margin-top:2px;color:#aa8b7f;font-size:.62rem;font-weight:650;letter-spacing:.035em;text-decoration:none;direction:ltr}.footer-credit:hover{color:var(--pallina-primary-strong)}

.motion-ready [data-reveal]{opacity:0;transform:translateY(10px);transition:opacity .34s ease,transform .34s ease}
.motion-ready [data-reveal].is-visible{opacity:1;transform:none}

:focus-visible{outline:2px solid var(--pallina-primary-strong);outline-offset:3px}

@media(max-width:359px){
  .pallina-menu{padding-inline:9px}
  .pallina-header{grid-template-columns:1fr auto 1fr}
  .brand-logo.is-wordmark{width:127px;height:46px}
  .category-pill{font-size:.54rem;gap:2px;padding-inline:1px}
  .category-icon{width:14px;height:14px}
  .tub-grid,.special-grid,.standard-grid{gap:5px}
  .tub-card{padding:4px;gap:3px}.tub-copy strong{font-size:.64rem}.tub-copy span{font-size:.5rem}
  .special-card strong{font-size:.67rem}.special-card span{font-size:.48rem}
}

@media(min-width:600px){
  .pallina-menu{padding-inline:22px}
  .pallina-header{min-height:112px;grid-template-columns:1fr auto 1fr}
  .round-icon{width:56px;height:56px}.round-icon svg{width:27px;height:27px}
  .brand-logo.is-wordmark{width:190px;height:66px}.brand-logo.is-custom{width:90px;height:72px}
  .brand-lockup small{gap:8px;font-size:.72rem}.brand-lockup small i{width:23px}
  .open-state{font-size:.82rem}.open-state i{width:10px;height:10px}.store-meta small{font-size:.68rem}
  .hero-copy{left:6%;top:15%;width:38%}.hero-kicker{margin-top:8px}.hero-divider{margin:10px 0 11px}.hero-divider i{width:36px}
  .hero-copy a{min-height:44px;padding:9px 19px;font-size:.84rem}
  .pallina-categories{grid-auto-columns:calc((100% - 36px)/5);gap:9px;margin-top:12px;margin-bottom:22px}
  .category-pill{min-height:50px;gap:7px;font-size:.78rem}.category-icon{width:21px;height:21px}
  .pallina-content{gap:27px}.pallina-section-title{margin-bottom:12px}.pallina-section-title h2{font-size:1.28rem}.section-symbol{width:21px;height:21px}
  .flavor-row{grid-auto-columns:calc((100% - 30px)/4);gap:10px}.flavor-card{gap:6px}.flavor-card strong{font-size:.86rem}.scoop:before{border-width:5px}.scoop em{font-size:.62rem;padding:4px 8px}
  .tub-grid,.special-grid,.standard-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.tub-card{min-height:130px;padding:8px 11px;gap:9px;border-radius:18px}.tub-photo{height:108px}.family-tub-art{max-width:142px;height:67px}.family-tub-art i{top:-29px;height:34px}.family-tub-art b{top:29px;font-size:.82rem}.tub-copy{gap:6px}.tub-copy strong{font-size:.94rem}.tub-copy span{font-size:.7rem}.tub-copy b{font-size:.78rem}.tub-copy b small{font-size:.6rem}
  .special-card{min-height:137px;border-radius:18px}.special-card>div{padding:15px 13px;gap:4px}.special-card strong{font-size:1rem}.special-card span{font-size:.7rem}.special-card em{font-size:.62rem;padding:4px 10px}
  .standard-card{min-height:119px;grid-template-columns:104px minmax(0,1fr);padding:8px;gap:10px;border-radius:18px}.standard-image{width:104px;height:101px}.standard-copy{gap:5px}.standard-copy strong{font-size:.9rem}.standard-copy p{font-size:.66rem}.standard-copy b{font-size:.76rem}.standard-copy b small{font-size:.58rem}
  .is-image-focused .tub-grid,.is-image-focused .special-grid,.is-image-focused .standard-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}
  .is-image-focused .standard-card,.is-image-focused .tub-card,.is-image-focused .special-card{grid-template-columns:1fr;grid-template-rows:auto auto;min-height:0;padding:0;gap:0}
  .is-image-focused .standard-image,.is-image-focused .tub-photo,.is-image-focused .special-card>img{width:100%;height:auto;aspect-ratio:16/10}
  .is-image-focused .standard-copy,.is-image-focused .tub-copy,.is-image-focused .special-card>div{width:auto;height:auto;padding:17px 16px 18px;gap:8px}
  .is-image-focused .standard-copy strong,.is-image-focused .tub-copy strong,.is-image-focused .special-card strong{font-size:1rem}
  .is-image-focused .standard-copy p,.is-image-focused .tub-copy span,.is-image-focused .special-card span{font-size:.76rem}
}

@media(min-width:800px){
  html{scroll-padding-top:96px}
  .pallina-menu{padding-inline:34px;padding-bottom:56px}
  .pallina-header{min-height:137px;grid-template-columns:1fr auto 1fr;gap:12px;align-items:start;padding-top:19px}
  .round-icon{width:64px;height:64px}.round-icon svg{width:31px;height:31px}
  .brand-logo.is-wordmark{width:228px;height:77px}.brand-logo.is-custom{width:98px;height:85px}
  .brand-lockup small{font-size:.82rem}.brand-lockup small i{width:27px}
  .store-meta{padding-top:18px;gap:6px}.open-state{font-size:.94rem}.open-state i{width:11px;height:11px}.store-meta small{font-size:.76rem}
  .inline-search{min-height:58px;margin-top:-12px;margin-bottom:16px;border-radius:21px}.inline-search input{font-size:.92rem}
  .hero-copy{left:6.5%;top:16%;width:37%}.hero-copy h1,.hero-copy h2{font-size:2.45rem}.hero-kicker{font-size:1.08rem}.hero-divider{gap:6px;margin:13px 0 15px}.hero-divider i{width:42px}.hero-divider b{font-size:.9rem}.hero-copy a{min-height:48px;padding:11px 22px;font-size:.94rem}
  .pallina-categories{top:7px;margin:14px -2px 25px;padding-bottom:10px}.category-pill{min-height:56px;font-size:.94rem}.category-icon{width:24px;height:24px}
  .pallina-content{gap:31px}.pallina-section{scroll-margin-top:95px}.pallina-section-title{margin-bottom:14px}.pallina-section-title h2{font-size:1.5rem}.section-symbol{width:24px;height:24px}
  .flavor-row{grid-auto-columns:calc((100% - 48px)/4);gap:16px}.flavor-card strong{font-size:1rem}.mini-dots{margin-top:7px}
  .scoop{width:78%;margin-inline:auto}
  .tub-card{min-height:148px;grid-template-columns:46% minmax(0,1fr);padding:10px 14px}.tub-photo{height:126px}.family-tub-art{max-width:174px;height:76px}.family-tub-art i{top:-34px;height:40px}.family-tub-art b{top:32px;font-size:.98rem}.tub-copy strong{font-size:1.13rem}.tub-copy span{font-size:.8rem}.tub-copy b{font-size:.92rem}
  .special-card{min-height:132px}.special-card>div{padding:16px 15px}.special-card strong{font-size:1.08rem}.special-card span{font-size:.74rem;line-height:1.6}.special-card em{font-size:.66rem;padding:4px 11px}
  .standard-card{min-height:132px;grid-template-columns:126px minmax(0,1fr);gap:13px;padding:9px}.standard-image{width:126px;height:112px}.standard-copy strong{font-size:1rem}.standard-copy p{font-size:.77rem}.standard-copy b{font-size:.88rem}
  .product-price-list dt{font-size:.66rem}.product-price-list dd b{font-size:.72rem}.product-price-list dd small{font-size:.52rem}
  .is-image-focused .standard-card,.is-image-focused .tub-card,.is-image-focused .special-card{grid-template-columns:1fr;grid-template-rows:auto auto;min-height:0;padding:0;gap:0}
  .is-image-focused .standard-image,.is-image-focused .tub-photo,.is-image-focused .special-card>img{width:100%;height:auto;aspect-ratio:16/10}
  .is-image-focused .standard-copy,.is-image-focused .tub-copy,.is-image-focused .special-card>div{width:auto;height:auto;padding:19px 18px 20px;gap:9px}
  .is-image-focused .standard-copy strong,.is-image-focused .tub-copy strong,.is-image-focused .special-card strong{font-size:1.08rem}
  .is-image-focused .standard-copy p,.is-image-focused .tub-copy span,.is-image-focused .special-card span{font-size:.8rem;line-height:1.9}
  .is-image-focused .product-price-list dt{font-size:.74rem}.is-image-focused .product-price-list dd b{font-size:.86rem}.is-image-focused .product-price-list dd small{font-size:.6rem}
  .pallina-footer{margin-top:42px;padding-top:24px}.footer-brand{min-width:115px}.footer-brand img.is-wordmark{width:110px;height:44px}.footer-brand small,.pallina-footer>span,.footer-links a{font-size:.72rem}.footer-credit{font-size:.65rem}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}
  .motion-ready [data-reveal]{opacity:1;transform:none}
  .hero-autoplay-toggle{display:none}
}

@media print{
  body,.pallina-menu{background:#fff;box-shadow:none}
  .round-icon,.inline-search,.pallina-categories,.hero-copy a,.hero-indicators,.hero-autoplay-toggle,.mini-dots{display:none!important}
  .pallina-menu{width:100%;padding:0 18px}
  .pallina-hero{break-inside:avoid}.pallina-section{break-inside:avoid}
}
