.recipe-book-pdp *{box-sizing:border-box}.recipe-book-pdp{--white: #FFFFFF;--cream: #FFF9EE;--cream-deeper: #F5EDD8;--border: #E8E3D5;--border-soft: #F0EBDD;--ink: #1F1F1D;--all-in-one: #2B2218;--action: #FF7300;--action-dark: #E66800;--text: #1F1F1D;--text-muted: #5C4D3F;--text-soft: #888780;--kit-color: #A8323A;--kit-color-dark: #8A2730;--kit-color-soft: #F8DDE0;font-family:DM Sans,system-ui,sans-serif;color:var(--text);background:var(--cream);line-height:1.55;-webkit-font-smoothing:antialiased}.recipe-book-pdp a{text-decoration:none;color:inherit}.recipe-book-pdp img{max-width:100%;display:block}.recipe-book-pdp button{font-family:inherit;cursor:pointer;border:none;background:none}.recipe-book-pdp .rb-container{max-width:1180px;margin:0 auto;padding:0 24px}.recipe-book-pdp h1,.recipe-book-pdp h2,.recipe-book-pdp h3,.recipe-book-pdp h4{font-family:Montserrat,sans-serif;letter-spacing:-.015em;line-height:1.1}.recipe-book-pdp .breadcrumb{padding:16px 0;font-size:13px;color:var(--text-muted)}.recipe-book-pdp .breadcrumb a{color:var(--text-muted)}.recipe-book-pdp .breadcrumb a:hover{color:var(--kit-color)}.recipe-book-pdp .pdp-hero{background:var(--white);padding:8px 0 80px}.recipe-book-pdp .hero-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:56px;margin-top:24px}.recipe-book-pdp .gallery-stack{display:flex;flex-direction:column;gap:14px}.recipe-book-pdp .gallery-main{background:var(--kit-color-soft);border-radius:16px;aspect-ratio:1;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.recipe-book-pdp .gallery-main img{width:100%;height:100%;object-fit:cover;object-position:center}.recipe-book-pdp .gallery-main .save-badge{position:absolute;top:16px;left:16px;background:var(--ink);color:var(--cream);padding:5px 10px;border-radius:4px;font-size:11px;font-weight:700;letter-spacing:.04em;z-index:2}.recipe-book-pdp .gallery-thumbs{display:flex;gap:10px;overflow-x:auto;scrollbar-width:none}.recipe-book-pdp .gallery-thumbs::-webkit-scrollbar{display:none}.recipe-book-pdp .gallery-thumb{flex:0 0 90px;height:90px;background:var(--cream);border:2px solid var(--border-soft);border-radius:10px;cursor:pointer;font-family:DM Mono,monospace;font-size:9px;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);display:flex;align-items:flex-end;justify-content:center;text-align:center;padding:0;transition:all .15s;position:relative;overflow:hidden}.recipe-book-pdp .gallery-thumb img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.recipe-book-pdp .gallery-thumb.active{border-color:var(--kit-color);background:var(--kit-color-soft);color:var(--kit-color-dark)}.recipe-book-pdp .gallery-thumb[aria-pressed=true]{border-color:var(--kit-color)}.recipe-book-pdp .product-info{padding-top:8px}.recipe-book-pdp .eyebrow-meta{font-family:DM Mono,monospace;font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--kit-color);font-weight:600;margin-bottom:14px}.recipe-book-pdp .rating-row{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--text-muted);margin-bottom:14px}.recipe-book-pdp .stars{color:#dda738;font-size:15px;letter-spacing:1px}.recipe-book-pdp .rating-link{color:var(--text-muted);text-decoration:underline;text-underline-offset:2px}.recipe-book-pdp .product-name{font-family:Montserrat,sans-serif;font-weight:800;font-size:30px;letter-spacing:-.02em;color:var(--text);margin-bottom:12px;text-transform:uppercase}.recipe-book-pdp .product-tagline{font-size:16px;color:var(--text-muted);line-height:1.55;margin-bottom:24px}.recipe-book-pdp .specs-strip{display:flex;flex-wrap:wrap;gap:0;margin-bottom:24px;padding:14px 0;border-top:1px solid var(--border-soft);border-bottom:1px solid var(--border-soft);font-family:DM Mono,monospace;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted)}.recipe-book-pdp .specs-strip .spec{padding:0 14px;border-right:1px solid var(--border-soft)}.recipe-book-pdp .specs-strip .spec:first-child{padding-left:0}.recipe-book-pdp .specs-strip .spec:last-child{border-right:none;padding-right:0}.recipe-book-pdp .specs-strip .spec strong{display:block;color:var(--text);font-weight:500;margin-bottom:2px;font-size:10px;opacity:.6}.recipe-book-pdp .price-row{display:flex;align-items:baseline;gap:14px;margin-bottom:8px;flex-wrap:wrap}.recipe-book-pdp .price-now{font-family:Montserrat,sans-serif;font-weight:800;font-size:32px;color:var(--text);letter-spacing:-.02em}.recipe-book-pdp .price-compare{font-size:16px;color:var(--text-soft);text-decoration:line-through}.recipe-book-pdp .price-save-pill{display:inline-block;background:var(--kit-color-soft);color:var(--kit-color-dark);font-family:DM Mono,monospace;font-size:10px;letter-spacing:.1em;font-weight:700;text-transform:uppercase;padding:4px 10px;border-radius:4px}.recipe-book-pdp .price-tax-note{font-size:12px;color:var(--text-soft);margin-bottom:20px}.recipe-book-pdp .atc-btn{width:100%;background:var(--action);color:var(--white);padding:18px;border-radius:999px;font-family:Montserrat,sans-serif;font-weight:700;font-size:14px;letter-spacing:.12em;text-transform:uppercase;transition:background .15s;display:flex;align-items:center;justify-content:center;gap:8px}.recipe-book-pdp .atc-btn:hover{background:var(--action-dark)}.recipe-book-pdp .atc-btn.added{background:var(--all-in-one)}.recipe-book-pdp .atc-btn[disabled]{opacity:.85;cursor:progress}.recipe-book-pdp .atc-error{display:none;margin-top:10px;font-size:13px;color:var(--kit-color-dark)}.recipe-book-pdp .atc-error.visible{display:block}.recipe-book-pdp .kit-dep{margin-top:14px;font-size:13px;color:var(--text-muted);line-height:1.5;display:flex;align-items:flex-start;gap:8px}.recipe-book-pdp .kit-dep .ico{flex-shrink:0;width:18px;height:18px;border-radius:50%;background:var(--kit-color-soft);color:var(--kit-color-dark);display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;margin-top:1px}.recipe-book-pdp .kit-dep a{color:var(--kit-color);text-decoration:underline;text-underline-offset:2px}.recipe-book-pdp .trust-strip{display:flex;justify-content:flex-start;gap:20px;margin-top:20px;padding-top:20px;border-top:1px solid var(--border-soft);font-size:12px;color:var(--text-muted);flex-wrap:wrap}.recipe-book-pdp .trust-strip .item{display:flex;align-items:center;gap:6px}.recipe-book-pdp .trust-strip .check{display:inline-flex;width:14px;height:14px;align-items:center;justify-content:center;background:var(--kit-color-soft);color:var(--kit-color-dark);border-radius:50%;font-size:9px;font-weight:700}.recipe-book-pdp .section-head{text-align:center;margin-bottom:36px}.recipe-book-pdp .section-eyebrow{font-family:DM Mono,monospace;font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--kit-color);font-weight:600;margin-bottom:10px}.recipe-book-pdp .section-h{font-family:Montserrat,sans-serif;font-weight:800;font-size:32px;color:var(--text);letter-spacing:-.02em;line-height:1.1;text-transform:uppercase}.recipe-book-pdp .section-h em{font-style:italic;color:var(--kit-color)}.recipe-book-pdp .section-sub{font-size:15px;color:var(--text-muted);margin-top:12px;max-width:580px;margin-left:auto;margin-right:auto;line-height:1.55}.recipe-book-pdp .kit-section{background:var(--white);padding:72px 0;border-top:1px solid var(--border-soft)}.recipe-book-pdp .kit-section .section-head{text-align:left;margin-bottom:24px}.recipe-book-pdp .kit-section .section-head .section-eyebrow,.recipe-book-pdp .kit-section .section-head .section-sub{margin-left:0;margin-right:0;max-width:none}.recipe-book-pdp .kit-card{background:var(--all-in-one);color:var(--cream);border-radius:18px;padding:36px 40px;display:grid;grid-template-columns:200px 1fr auto;gap:28px;align-items:center;margin-bottom:28px}.recipe-book-pdp .kit-thumb{width:200px;height:200px;background:var(--kit-color);border-radius:14px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.recipe-book-pdp .kit-thumb:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.25),transparent 60%)}.recipe-book-pdp .kit-thumb img{position:relative;z-index:1;width:100%;height:100%;object-fit:cover}.recipe-book-pdp .kit-meta{min-width:0}.recipe-book-pdp .kit-eyebrow{font-family:DM Mono,monospace;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--kit-color);font-weight:700;margin-bottom:8px}.recipe-book-pdp .kit-title{font-family:Montserrat,sans-serif;font-weight:800;font-size:24px;color:var(--cream);line-height:1.15;letter-spacing:-.02em;margin-bottom:10px}.recipe-book-pdp .kit-desc{font-size:14px;color:#fff9eec7;line-height:1.55;margin-bottom:16px;max-width:460px}.recipe-book-pdp .kit-price{display:flex;align-items:baseline;gap:10px}.recipe-book-pdp .kit-price .now{font-family:Montserrat,sans-serif;font-weight:800;font-size:22px;color:var(--cream)}.recipe-book-pdp .kit-price .compare{font-size:14px;color:#fff9ee80;text-decoration:line-through}.recipe-book-pdp .kit-cta{background:var(--action);color:var(--white);padding:14px 26px;border-radius:999px;font-family:Montserrat,sans-serif;font-weight:700;font-size:12px;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;transition:background .15s}.recipe-book-pdp .kit-cta:hover{background:var(--action-dark)}.recipe-book-pdp .supplies-rail-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:12px}.recipe-book-pdp .supplies-rail-header .label{font-family:DM Mono,monospace;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);font-weight:600}.recipe-book-pdp .supplies-rail-header .seeall{font-family:DM Mono,monospace;font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--kit-color);text-decoration:none}.recipe-book-pdp .supplies-rail{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.recipe-book-pdp .supplies-rail.bundle-books{grid-template-columns:repeat(5,1fr)}.recipe-book-pdp .supply-card{background:var(--cream);border:1px solid var(--border-soft);border-radius:12px;padding:16px;cursor:pointer;transition:all .15s;display:flex;flex-direction:column;gap:10px;color:inherit}.recipe-book-pdp .supply-card:hover{border-color:var(--kit-color)}.recipe-book-pdp .supply-thumb{aspect-ratio:1;background:var(--white);border-radius:8px;display:flex;align-items:center;justify-content:center;overflow:hidden;color:var(--kit-color);opacity:.95}.recipe-book-pdp .supply-thumb img{width:100%;height:100%;object-fit:cover}.recipe-book-pdp .supply-name{font-family:DM Sans,sans-serif;font-size:13px;font-weight:600;color:var(--text);line-height:1.3}.recipe-book-pdp .supply-price{font-family:Montserrat,sans-serif;font-weight:700;font-size:14px;color:var(--text);margin-top:auto}.recipe-book-pdp .supply-cta{font-family:DM Mono,monospace;font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--kit-color);font-weight:700;margin-top:2px}.recipe-book-pdp .faq-section{background:var(--cream);padding:72px 0}.recipe-book-pdp .faq-list{display:grid;grid-template-columns:1fr;gap:10px;max-width:760px;margin:28px auto 0}.recipe-book-pdp .faq-item{background:var(--white);border:1px solid var(--border-soft);border-radius:12px}.recipe-book-pdp .faq-q{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;font-family:Montserrat,sans-serif;font-weight:700;font-size:15px;color:var(--text);width:100%;text-align:left}.recipe-book-pdp .faq-toggle{width:26px;height:26px;background:var(--kit-color-soft);color:var(--kit-color-dark);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;flex-shrink:0;margin-left:12px;transition:transform .2s}.recipe-book-pdp .faq-item.open .faq-toggle{transform:rotate(45deg)}.recipe-book-pdp .faq-a{max-height:0;overflow:hidden;font-size:14px;color:var(--text-muted);line-height:1.6;transition:max-height .25s,padding .25s}.recipe-book-pdp .faq-item.open .faq-a{max-height:600px;padding:0 22px 18px}.recipe-book-pdp .reviews-section{background:var(--white);padding:72px 0;border-top:1px solid var(--border-soft)}.recipe-book-pdp .judgeme-strip{display:flex;align-items:center;justify-content:center;gap:14px;margin-bottom:14px;font-size:13px;color:var(--text-muted);flex-wrap:wrap}.recipe-book-pdp .judgeme-strip .big-rating{font-family:Montserrat,sans-serif;font-weight:800;font-size:28px;color:var(--text)}.recipe-book-pdp .jdgm-widget{margin-top:24px}.recipe-book-pdp .sticky-atc{display:none;position:fixed;bottom:0;left:0;right:0;background:var(--white);border-top:1px solid var(--border);padding:12px 16px;z-index:99;box-shadow:0 -4px 16px #2b1f1a14;padding-bottom:calc(12px + env(safe-area-inset-bottom))}.recipe-book-pdp .sticky-atc.is-visible{display:flex;align-items:center;gap:12px}.recipe-book-pdp .sticky-atc .info-block{flex:1;min-width:0}.recipe-book-pdp .sticky-atc .sa-name{font-family:Montserrat,sans-serif;font-weight:700;font-size:13px;color:var(--text);text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.recipe-book-pdp .sticky-atc .sa-price{font-family:Montserrat,sans-serif;font-weight:800;font-size:16px;color:var(--text)}.recipe-book-pdp .sticky-atc .sa-compare{font-size:11px;color:var(--text-soft);text-decoration:line-through;margin-left:6px;font-weight:400}.recipe-book-pdp .sticky-atc .atc-mobile{background:var(--action);color:var(--white);padding:12px 22px;border-radius:999px;font-family:Montserrat,sans-serif;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;flex-shrink:0}@media(max-width:900px){.recipe-book-pdp .hero-grid{grid-template-columns:1fr;gap:32px}.recipe-book-pdp .product-name{font-size:26px!important}.recipe-book-pdp .specs-strip .spec{padding:8px 12px;border-right:none;flex:1 1 45%}.recipe-book-pdp .specs-strip{gap:4px 8px;flex-wrap:wrap;padding:12px 0}.recipe-book-pdp .specs-strip .spec:first-child{padding-left:12px}.recipe-book-pdp .kit-card{grid-template-columns:1fr;gap:18px;padding:24px;text-align:left}.recipe-book-pdp .kit-thumb{width:100%;height:160px}.recipe-book-pdp .kit-cta{width:100%;text-align:center}.recipe-book-pdp .supplies-rail,.recipe-book-pdp .supplies-rail.bundle-books{grid-template-columns:1fr 1fr}.recipe-book-pdp .section-h{font-size:24px!important}.recipe-book-pdp section{padding:56px 0!important}body.template-product-recipe-book{padding-bottom:88px}}@media(max-width:480px){.recipe-book-pdp .rb-container{padding:0 16px}.recipe-book-pdp .product-name{font-size:22px!important}.recipe-book-pdp .price-now{font-size:26px}}@media(prefers-reduced-motion:reduce){.recipe-book-pdp .faq-a,.recipe-book-pdp .atc-btn,.recipe-book-pdp .faq-toggle{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/53/assets/recipe-book-v1.css.map */
