:root {--brand-cream:#F4EDE4;--brand-burgundy:#6A2E34;}
body.shop-store {background:var(--ivory);}

.product-section {max-width:1440px;margin:auto;padding:24px clamp(20px,4vw,58px) 56px;}
.breadcrumb {font-size:13px;color:var(--muted);margin-bottom:24px;}
.breadcrumb span {padding:0 10px;color:#82907b;}
.product-stage {display:grid;grid-template-columns:minmax(0,1.07fr) minmax(0,1fr);gap:clamp(28px,4vw,58px);align-items:start;}
.product-gallery,.product-copy {min-width:0;}
.gallery-frame {position:relative;background:var(--brand-cream);}
.gallery-frame > img {width:100%;aspect-ratio:1;object-fit:contain;}
.gallery-caption {position:absolute;bottom:15px;left:15px;padding:6px 12px;background:rgba(255,253,248,.94);font-size:13px;color:var(--sage-deep);}
.gallery-arrows {display:flex;gap:7px;position:absolute;right:15px;bottom:15px;}
.gallery-arrows button {width:34px;height:34px;border:1px solid var(--sand);background:var(--ivory);color:var(--ink);border-radius:50%;cursor:pointer;}
.gallery-thumbs {display:flex;gap:8px;overflow-x:auto;padding:12px 1px 7px;scrollbar-width:thin;}
.gallery-thumbs button {flex:0 0 64px;padding:2px;background:var(--ivory);border:1px solid var(--sand);cursor:pointer;}
.gallery-thumbs button[aria-pressed="true"] {border:2px solid var(--sage-deep);padding:1px;}
.gallery-thumbs img {width:100%;aspect-ratio:1;object-fit:cover;}
.gallery-note {font-size:12px;color:var(--muted);margin:5px 0 0;}
.product-copy .home-kicker {margin:0 0 9px;font-size:11px;letter-spacing:.13em;color:var(--sage-deep);}
.product-copy h1 {font-size:clamp(32px,3.2vw,46px);line-height:1.08;margin:0 0 12px;letter-spacing:-.025em;}
.product-subtitle {font-size:20px;color:var(--muted);margin:0 0 18px;}
.price-line {display:flex;align-items:center;gap:18px;flex-wrap:wrap;}
.direct-price {font-size:35px;font-weight:600;line-height:1.1;}
.retail-price {color:var(--muted);font-size:15px;}
.retail-price s {text-decoration-color:#a13b40;text-decoration-thickness:2px;font-size:21px;margin-left:4px;}
.direct-note {margin:7px 0 20px;font-size:14px;color:var(--sage-deep);}
.direct-note strong {font-weight:600;}
.product-summary {font-size:16px;line-height:1.6;color:var(--muted);margin-bottom:16px;}
.product-stats {padding:12px 0;border-block:1px solid var(--line);font-size:14px;font-weight:600;margin-bottom:18px;}
.buy-button {width:100%;min-height:53px;letter-spacing:.01em;}
.checkout-assurance {font-size:12px;color:var(--muted);text-align:center;margin:7px 0 16px;}
.highlight-emblems {width:100%;max-width:420px;margin:0 auto 15px;}
.mystery-note {background:var(--brand-cream);border-left:3px solid #82907b;padding:13px 17px;}
.mystery-note h2 {font-size:17px;margin:0 0 4px;letter-spacing:0;}
.mystery-note p {font-size:13px;line-height:1.55;margin:0;color:var(--muted);}
.mystery-note strong {color:var(--ink);font-weight:600;}
.product-information {margin-top:38px;}
.product-tabs {display:flex;border-bottom:1px solid var(--line);gap:34px;}
.product-tabs button {border:0;border-bottom:3px solid transparent;padding:13px 0 14px;background:none;font:inherit;font-size:16px;color:var(--muted);cursor:pointer;}
.product-tabs button[aria-selected="true"] {border-color:var(--sage-deep);color:var(--ink);font-weight:600;}
.tab-panel {padding-top:27px;}
.tab-panel[hidden] {display:none;}
.tab-panel h2 {font-size:29px;line-height:1.2;margin-bottom:10px;}
.tab-panel h3 {font-size:18px;margin-bottom:8px;}
.overview-layout {display:grid;grid-template-columns:1.1fr 1fr;gap:50px;align-items:start;}
.overview-layout p {color:var(--muted);font-size:16px;margin:0 0 14px;}
.overview-facts {display:flex;gap:20px;justify-content:space-between;background:var(--brand-cream);padding:25px;}
.overview-facts span {font-size:13px;color:var(--muted);display:block;}
.overview-facts strong {font-size:32px;font-weight:600;display:block;color:var(--sage-deep);line-height:1.15;margin-bottom:7px;}
.details-byline {color:var(--muted);font-size:16px;margin-bottom:27px;}
.details-grid {display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 40px;}
.detail-card {border-top:1px solid var(--line);padding-top:20px;}
.detail-card p,.detail-card li {font-size:16px;color:var(--muted);line-height:1.65;}
.detail-card ul {padding-left:20px;margin-bottom:0;}
.pack-grid {display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:24px;}
.pack-card {background:var(--brand-cream);padding:21px;}
.pack-heading {display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:9px;}
.pack-heading h3 {margin-bottom:0;}
.holiday-icon {width:34px;height:34px;flex:0 0 34px;color:var(--sage-deep);}
.pack-card--patriotic {outline:1px solid var(--sage-deep);outline-offset:-1px;}
.pack-occasions {background:var(--sage-deep);color:var(--ivory);padding:11px 12px;margin:5px 0 14px;}
.pack-occasions strong {display:block;font-size:14px;font-weight:600;}
.pack-occasions p {margin:3px 0 0;font-size:13px;line-height:1.5;}
.pack-card .pack-number {font-size:11px;letter-spacing:.1em;color:var(--sage-deep);margin-bottom:9px;display:block;}
.pack-card h3 {font-size:20px;margin:0 0 9px;}
.pack-card ul {margin:0;padding-left:17px;color:var(--muted);font-size:14px;line-height:1.8;}
.pack-card .variant {color:var(--brand-burgundy);font-size:12px;margin:10px 0 0;}
.box-footnote {font-size:14px;color:var(--muted);margin:20px 0 0;}
@media(max-width:900px){
  .product-stage{gap:25px;}.product-copy h1{font-size:32px;}.product-subtitle{font-size:17px;}.direct-price{font-size:30px;}.product-stats{font-size:12px;}.pack-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:760px){
  .product-section{padding-top:19px;}.breadcrumb{font-size:12px;margin-bottom:18px;}.product-stage{grid-template-columns:1fr;gap:29px;}.gallery-thumbs button{flex-basis:57px;}.product-copy h1{font-size:34px;}.product-subtitle{font-size:18px;}.direct-price{font-size:33px;}.product-stats{font-size:13px;}.product-tabs{justify-content:space-between;gap:12px;}.product-tabs button{font-size:15px;}.overview-layout,.details-grid,.pack-grid{grid-template-columns:1fr;gap:20px;}.tab-panel h2{font-size:25px;}.overview-facts{gap:15px;padding:20px;}.overview-facts strong{font-size:27px;}.mystery-note p{font-size:13px;}.highlight-emblems{max-width:370px;}.product-information{margin-top:28px;}
}

/* A playful surprise note in the established oat, sage and burgundy palette. */
.mystery-note {position:relative;overflow:hidden;background:#e8dfce;border:1px solid #d8cbb8;border-radius:8px;padding:18px 22px;}
.surprise-heading {position:relative;z-index:1;display:flex;align-items:center;gap:12px;margin-bottom:10px;}
.surprise-icon {flex:0 0 40px;width:40px;height:40px;color:#6A2E34;}
.mystery-note h2 {color:var(--sage-deep);font-size:18px;line-height:1.2;margin:0;}
.mystery-note p {position:relative;z-index:1;color:#4e564c;max-width:calc(100% - 28px);}
.surprise-confetti {position:absolute;right:0;top:0;width:112px;height:100%;opacity:.44;pointer-events:none;}
.breadcrumb > span[aria-current] {padding:0;color:var(--muted);}
.gallery-arrows button {width:40px;height:40px;}
