#byoh-app{--byoh-primary:#4A2E1E;--byoh-secondary:#B8860B;--byoh-bg:#F5EFE0;--byoh-heading:#221510;--byoh-paragraph:#3A2E28;--byoh-white:#FAF6EF;--byoh-black:#000000;--byoh-section-bg:#F3ECDD;--byoh-border:#D9CBB0;--byoh-radius:10px;font-family:Poppins,sans-serif;color:var(--byoh-paragraph);background:var(--byoh-bg)}#byoh-app *{box-sizing:border-box}:where(#byoh-app) :where(h1,h2,h3,h4,h5,h6,p,a,button,span,div,ul,li,input){font-family:Poppins,sans-serif;line-height:normal;text-transform:none;letter-spacing:normal;margin:0;padding:0}:where(#byoh-app) a{color:inherit}:where(#byoh-app) ul{list-style:none}:where(#byoh-app) :where(button,input){font-size:inherit;border:0;background:none;-webkit-appearance:none;appearance:none}#byoh-app h1,#byoh-app h2,#byoh-app h3,#byoh-app .byoh-card-name{font-family:Jost,sans-serif;color:var(--byoh-heading)}.byoh-hero{position:sticky;top:112px;z-index:999;margin-top:0;background:var(--byoh-primary);color:var(--byoh-white);padding:20px 16px 14px;box-shadow:0 6px 18px #0000002e}.byoh-hero-top{max-width:1120px;margin:0 auto}.byoh-hero .byoh-eyebrow{font-family:Jost,sans-serif;font-size:12.5px;text-transform:uppercase;letter-spacing:.16em;color:var(--byoh-secondary);font-weight:600;margin:0 0 6px}#byoh-app .byoh-hero h1{color:#eadfcb;font-size:clamp(22px,3.4vw,34px);font-weight:600;margin:0 0 8px}.byoh-hero .byoh-sub{max-width:560px;color:#eadfcb;font-size:14px;line-height:1.5;margin:0}.byoh-hero-progress{max-width:1120px;margin:14px auto 0;padding-top:14px;border-top:1px solid rgba(255,255,255,.14);display:flex;align-items:center;gap:18px;flex-wrap:wrap}.byoh-sticky-progress{display:flex;align-items:center;gap:10px;flex:0 0 220px}.byoh-ribbon-track{flex:1;height:10px;background:#00000047;border-radius:999px;overflow:hidden}.byoh-ribbon-fill{height:100%;width:0%;background:linear-gradient(90deg,var(--byoh-secondary),#E6C567);border-radius:999px;transition:width .3s ease}.byoh-sticky-progress span{font-size:11.5px;color:#eadfcb;font-weight:600;white-space:nowrap}.byoh-sticky-message{flex:1;margin:0;font-size:13px;font-weight:500;color:var(--byoh-white);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.byoh-sticky-message.byoh-unlocked{color:#cdebd3;font-weight:600}.byoh-sticky-cta{flex:0 0 auto;background:var(--byoh-secondary);color:var(--byoh-white);font-family:Jost,sans-serif;font-weight:600;font-size:12.5px;padding:8px 14px;border-radius:999px;text-decoration:none;white-space:nowrap}.byoh-sticky-cta:hover,.byoh-sticky-cta:hover *{opacity:1!important;color:inherit!important;visibility:visible!important}.byoh-sticky-cta:hover .byoh-sticky-message{color:var(--byoh-primary)!important}.byoh-sticky-message{opacity:1!important}.byoh-checkout-btn{color:#fff!important;opacity:1!important}.byoh-checkout-btn:hover{color:#fff!important;opacity:1!important;visibility:visible!important;text-decoration:none!important}.byoh-checkout-btn:focus,.byoh-checkout-btn:active,.byoh-checkout-btn:visited{color:#fff!important;opacity:1!important}.byoh-confetti{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:9999;overflow:hidden}.byoh-confetti span{position:absolute;top:-50px;font-size:32px;animation:byoh-fall 3s linear forwards}@keyframes byoh-fall{0%{transform:translateY(0) rotate(0);opacity:1}to{transform:translateY(100vh) rotate(720deg);opacity:0}}@media(max-width:640px){.byoh-sticky-progress{flex:0 0 auto;width:100%;order:1}.byoh-sticky-message{order:2;flex:1 1 100%;display:block;white-space:normal;text-overflow:clip;overflow:visible;font-size:12.5px;text-align:center}.byoh-sticky-cta{order:3;flex:0 0 auto;margin:0 auto}}@media(max-width:860px){.byoh-layout{grid-template-columns:1fr}}.byoh-toolbar{background:var(--byoh-white);border:1px solid var(--byoh-border);border-radius:var(--byoh-radius);padding:12px 14px;margin-bottom:18px;display:flex;align-items:center;gap:12px}.byoh-toolbar input{flex:1;border:1px solid var(--byoh-border);border-radius:8px;padding:9px 12px;font-family:Poppins,sans-serif;font-size:14px;background:var(--byoh-section-bg);color:var(--byoh-paragraph);outline:none}.byoh-toolbar input:focus{border-color:var(--byoh-secondary)}.byoh-toolbar span{font-size:12.5px;color:var(--byoh-paragraph);opacity:.75;white-space:nowrap}.byoh-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media(max-width:768px){.byoh-hero{top:48px!important;padding:14px}.byoh-hero-top{display:none}.byoh-hero-progress{margin-top:0;padding-top:0;border-top:0}.byoh-sticky-progress{width:100%}.byoh-sticky-message{width:100%;white-space:normal;text-align:center}.byoh-sticky-cta{margin:0 auto}}@media(max-width:720px){.byoh-grid{grid-template-columns:repeat(2,1fr)}}.byoh-card{background:var(--byoh-white);border:1px solid var(--byoh-border);border-radius:var(--byoh-radius);overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .2s ease,transform .2s ease}.byoh-card:hover{box-shadow:0 10px 22px #4a2e1e1f;transform:translateY(-2px)}.byoh-card-img{position:relative;aspect-ratio:1/1;background:var(--byoh-section-bg);overflow:hidden}.byoh-card-img img{width:100%;height:100%;object-fit:cover;display:block}.byoh-badge{position:absolute;top:8px;left:8px;background:var(--byoh-secondary);color:var(--byoh-white);font-size:10.5px;font-weight:700;padding:3px 7px;border-radius:6px}.byoh-badge.byoh-soldout{background:#5b5044}.byoh-card-body{padding:11px 12px 12px;display:flex;flex-direction:column;gap:6px;flex:1}.byoh-card-name{font-size:14px;font-weight:500;line-height:1.3;min-height:34px;text-decoration:none;display:block}.byoh-card-name:hover{color:var(--byoh-secondary)}.byoh-price-row{display:flex;align-items:baseline;gap:6px}.byoh-price{font-weight:700;font-size:14.5px;color:var(--byoh-heading);font-family:Jost,sans-serif}.byoh-price-strike{font-size:12px;color:#a9977e;text-decoration:line-through}.byoh-add-btn{margin-top:auto;border:1px solid var(--byoh-primary);background:var(--byoh-primary);color:var(--byoh-white);font-family:Jost,sans-serif;font-weight:600;font-size:13px;letter-spacing:.02em;padding:9px 10px;border-radius:8px;cursor:pointer;transition:background .15s ease}.byoh-add-btn:hover{background:#3a2416}.byoh-add-btn:disabled{background:var(--byoh-section-bg);color:#a9977e;border-color:var(--byoh-border);cursor:not-allowed}.byoh-add-btn.byoh-added{background:var(--byoh-secondary);border-color:var(--byoh-secondary)}.byoh-cart-panel{position:sticky;top:16px;align-self:start;background:var(--byoh-white);border:1px solid var(--byoh-border);border-radius:var(--byoh-radius);padding:18px}.byoh-cart-panel h2{font-size:19px;margin:0 0 12px;font-weight:600}.byoh-rule-note{font-size:12px;background:var(--byoh-section-bg);border:1px solid var(--byoh-border);color:#6b5228;padding:9px 10px;border-radius:9px;margin-bottom:14px;line-height:1.5}.byoh-cart-item{display:flex;gap:10px;align-items:center;padding:9px 0;border-bottom:1px dashed var(--byoh-border)}.byoh-cart-item img{width:42px;height:42px;border-radius:8px;object-fit:cover;background:var(--byoh-section-bg)}.byoh-cart-item-name{font-size:12.8px;font-weight:500;line-height:1.3}.byoh-cart-item-price{font-size:12px;opacity:.7}.byoh-totals{margin-top:14px;padding-top:12px;border-top:1px solid var(--byoh-border)}.byoh-row{display:flex;justify-content:space-between;font-size:13px;margin-bottom:6px;opacity:.85}.byoh-row.byoh-grand{font-size:16px;font-weight:700;color:var(--byoh-heading);font-family:Jost,sans-serif;opacity:1}.byoh-note{font-size:11px;opacity:.65;margin-top:6px;line-height:1.5}.byoh-checkout-btn{display:block;text-align:center;width:100%;margin-top:14px;background:var(--byoh-secondary);color:var(--byoh-white);border:none;font-family:Jost,sans-serif;font-weight:700;font-size:14px;padding:12px;border-radius:10px;cursor:pointer;text-decoration:none}.byoh-checkout-btn:hover{opacity:.92}
/*# sourceMappingURL=/cdn/shop/t/2/assets/build-your-own-hamper.css.map */
