:root{--hb-maroon: #5e1020;--hb-maroon-dark: #3f0a16;--hb-gold: #c99a3d;--hb-cream: #fdf6ec;--hb-font-heading: "Playfair Display", Georgia, serif;--hb-font-body: "Inter", -apple-system, BlinkMacSystemFont, sans-serif}*{box-sizing:border-box}body{background:var(--hb-cream);font-family:var(--hb-font-body)}.hb-page-header,.hb-grid,.hb-bar,.hb-toast{font-family:var(--hb-font-body)}.hb-logo-wrap{display:flex;justify-content:center;padding:24px 20px 0}.hb-logo{height:auto;max-width:150px;width:100%;object-fit:contain}.hb-logo-wrap--text{flex-direction:column;align-items:center;gap:2px}.hb-logo-mark{font-family:var(--hb-font-heading);font-size:32px;font-weight:700;color:var(--hb-maroon);margin:0;line-height:1}.hb-logo-tagline{font-family:var(--hb-font-body);font-size:9.5px;font-weight:600;letter-spacing:2.5px;text-transform:uppercase;color:var(--hb-gold);margin:4px 0 0}.hb-page-header{text-align:center;padding:20px 20px 12px}.hb-page-header__title{font-family:var(--hb-font-heading);font-size:clamp(26px,6vw,34px);font-weight:700;color:var(--hb-maroon);margin:0 0 8px;letter-spacing:.2px}.hb-page-header__subtitle{font-size:13.5px;color:#8a7568;margin:0;font-weight:400}.hb-grid{max-width:640px;margin:0 auto;padding:8px 14px 120px;display:grid;grid-template-columns:repeat(2,1fr);gap:14px}@media(min-width:640px){.hb-grid{grid-template-columns:repeat(3,1fr);max-width:760px}}.hb-empty{grid-column:1 / -1;text-align:center;color:#b8a99a;font-size:13px;padding:40px 20px}.hb-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 3px 10px #5e102014;cursor:pointer;border:2px solid transparent;transition:border-color .15s ease,transform .15s ease;-webkit-tap-highlight-color:transparent}.hb-card:active{transform:scale(.97)}.hb-card.is-selected{border-color:var(--hb-gold)}.hb-card__image-wrap{position:relative;width:100%;aspect-ratio:1 / 1;background:linear-gradient(135deg,#f2e9db,#e9dcc7)}.hb-card__image-wrap img{width:100%;height:100%;object-fit:cover;display:block}.hb-card__check{position:absolute;top:8px;right:8px;width:26px;height:26px;border-radius:50%;background:var(--hb-maroon);display:flex;align-items:center;justify-content:center;opacity:0;transform:scale(.6);transition:opacity .15s ease,transform .15s ease}.hb-card__check svg{width:14px;height:14px}.hb-card.is-selected .hb-card__check{opacity:1;transform:scale(1)}.hb-card__body{padding:12px 10px 14px;text-align:center}.hb-card__title{font-size:12.5px;font-weight:500;color:#2a1810;margin:0 0 8px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hb-card__price{display:inline-block;font-size:13px;font-weight:600;font-variant-numeric:tabular-nums;color:var(--hb-maroon-dark);background:#f7ecd8;padding:4px 12px;border-radius:999px;margin:0;letter-spacing:.2px}.hb-bar{position:fixed;left:0;right:0;bottom:0;z-index:99999;background:#fff;border-top:1px solid #eee0cc;box-shadow:0 -6px 24px #5e102024;border-radius:18px 18px 0 0;max-width:640px;margin:0 auto}@media(min-width:640px){.hb-bar{max-width:760px}}.hb-bar__toggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px 18px;background:none;border:none;cursor:pointer;font-family:inherit}.hb-bar__count{font-size:12.5px;font-weight:600;color:var(--hb-maroon);background:#f7ecd8;padding:5px 12px;border-radius:999px}.hb-bar__total{font-family:var(--hb-font-heading);font-size:19px;font-weight:700;color:var(--hb-maroon-dark);margin-left:auto}.hb-bar__chevron{width:12px;height:12px;border-right:2px solid var(--hb-maroon);border-bottom:2px solid var(--hb-maroon);transform:rotate(-135deg);transition:transform .2s ease}.hb-bar.is-collapsed .hb-bar__chevron{transform:rotate(45deg)}.hb-bar__panel{max-height:260px;overflow-y:auto;padding:0 18px 16px;transition:max-height .25s ease,padding .25s ease}.hb-bar.is-collapsed .hb-bar__panel{max-height:0;padding:0 18px;overflow:hidden}.hb-bar__list{list-style:none;margin:0 0 14px;padding:0;display:flex;flex-direction:column;gap:10px}.hb-bar__list li{display:flex;align-items:center;gap:10px;font-size:12.5px}.hb-bar__list img{width:36px;height:36px;object-fit:cover;border-radius:8px;flex-shrink:0}.hb-bar__item-name{flex:1;color:#2a1810;font-weight:500}.hb-bar__item-price{font-weight:600;font-variant-numeric:tabular-nums;color:var(--hb-maroon-dark);white-space:nowrap}.hb-bar__item-remove{background:none;border:none;color:#a08e7f;font-size:16px;line-height:1;cursor:pointer;padding:4px}.hb-bar__checkout{width:100%;padding:15px;font-family:var(--hb-font-body);font-size:14.5px;font-weight:600;letter-spacing:.2px;color:#fff;background:var(--hb-maroon);border:none;border-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:background .15s ease}.hb-bar__checkout:hover{background:var(--hb-maroon-dark)}.hb-bar__checkout:disabled{opacity:.6;cursor:not-allowed}.hb-toast{position:fixed;bottom:90px;left:50%;transform:translate(-50%) translateY(10px);background:linear-gradient(135deg,#7a1729,#3f0a16);color:#fff;font-size:12.5px;font-weight:600;padding:10px 20px;border-radius:999px;z-index:99999;opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease;box-shadow:0 8px 20px #5e102059;max-width:85%;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hb-toast.is-visible{opacity:1;transform:translate(-50%) translateY(0)}
/*# sourceMappingURL=/cdn/shop/t/2/assets/hamper-builder.css.map */
