.gift-box-section{background:var(--gb-bg, #f8f5f0)}.gift-box{--gb-ink: #1c3f3c;--gb-muted: #66736f;--gb-line: #d7e0db;--gb-summary: #e7f1ee;width:min(1120px,calc(100% - 32px));margin:0 auto;padding:28px 0 64px;color:var(--gb-ink)}.gift-box__hero{display:grid;gap:28px;align-items:center;margin-bottom:36px}.gift-box__hero-media{overflow:hidden;border-radius:8px;background:#1e4d480f;min-height:220px}.gift-box__hero-image,.gift-box__placeholder{display:block;width:100%;height:100%;object-fit:cover;aspect-ratio:5 / 4}.gift-box__eyebrow{margin:0 0 10px;color:var(--gb-accent, #1e4d48);font-size:.72rem;letter-spacing:.16em;text-transform:uppercase}.gift-box__heading{margin:0 0 14px;color:var(--gb-accent, #1e4d48);font-family:var(--font-heading--family);font-weight:500;font-size:clamp(2rem,4vw,3.1rem);line-height:1.05;letter-spacing:-.02em}.gift-box__intro{max-width:36rem;color:#3e514d;font-size:1rem;line-height:1.55}.gift-box__steps{display:grid;gap:34px}.gift-box__step-head{display:flex;align-items:center;gap:12px;margin-bottom:16px}.gift-box__step-head h2{margin:0;font-family:var(--font-heading--family);font-size:1.35rem;font-weight:500;color:var(--gb-accent, #1e4d48)}.gift-box__step-copy{min-width:0}.gift-box__step-num{display:grid;place-items:center;flex:0 0 auto;width:28px;height:28px;border:1.5px solid var(--gb-accent, #1e4d48);border-radius:50%;color:var(--gb-accent, #1e4d48);font-size:.85rem}.gift-box__hint,.gift-box__count{margin:2px 0 0;color:var(--gb-muted);font-size:.82rem}.gift-box__count{margin-left:auto;white-space:nowrap}.gift-box__count.is-complete{color:#2f7a4a}.gift-box__products,.gift-box__choices{display:grid;gap:12px}.gift-box__products{grid-template-columns:repeat(3,minmax(0,1fr))}.gift-box__choices--scent{grid-template-columns:repeat(4,minmax(0,1fr))}.gift-box__choices--tissue{grid-template-columns:repeat(3,minmax(0,1fr))}.gift-box__card{position:relative;display:flex;flex-direction:column;gap:8px;min-width:0;padding:8px;border:1.5px solid var(--gb-line);border-radius:12px;background:#fff;color:inherit;font-family:var(--font-paragraph--family);font-style:var(--font-paragraph--style);font-weight:var(--font-paragraph--weight);text-align:center;cursor:pointer}.gift-box__choice--qty .gift-box__card-title,.gift-box__choice--qty .gift-box__qty,.gift-box__choice--qty .gift-box__qty input,.gift-box__choice--qty .gift-box__qty button{font-family:var(--font-paragraph--family);font-style:var(--font-paragraph--style);font-weight:var(--font-paragraph--weight)}.gift-box__choice--qty.is-locked{cursor:not-allowed;opacity:.55}.gift-box__qty{display:flex;align-items:center;justify-content:center;gap:4px;margin-top:auto}.gift-box__qty button{width:28px;height:28px;padding:0;border:1px solid var(--gb-line);border-radius:50%;background:#fff;color:var(--gb-accent, #1e4d48);font:inherit;line-height:1;cursor:pointer}.gift-box__qty button:disabled,.gift-box__qty input:disabled{cursor:not-allowed}.gift-box__qty input{width:2.4rem;padding:0;border:0;background:transparent;color:inherit;font:inherit;text-align:center;-moz-appearance:textfield}.gift-box__qty input::-webkit-outer-spin-button,.gift-box__qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.gift-box__choice:not(:has(.gift-box__card-media)){justify-content:center;min-height:52px;padding:14px 36px}.gift-box__card:disabled{cursor:not-allowed;opacity:.55}.gift-box__card.is-selected{border-color:var(--gb-accent, #1e4d48);box-shadow:0 0 0 1px var(--gb-accent, #1e4d48)}.gift-box__choice--qty .gift-box__check{display:none}.gift-box__choice--qty.is-selected{background:#e5f0ec;border-color:var(--gb-accent, #1e4d48);box-shadow:none}.gift-box__card-media{position:relative;overflow:hidden;border-radius:8px;background:#f3f1ec;aspect-ratio:1.35}.gift-box__card-media--tissue{aspect-ratio:1}.gift-box__card-image,.gift-box__card-media .gift-box__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.gift-box__check{position:absolute;top:8px;right:8px;width:22px;height:22px;border-radius:50%;background:var(--gb-accent, #1e4d48);opacity:0;transform:scale(.8)}.gift-box__check:after{content:"";position:absolute;left:7px;top:4px;width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.gift-box__card.is-selected .gift-box__check{opacity:1;transform:none}.gift-box__card-title{font-size:.92rem;line-height:1.3;overflow-wrap:anywhere}.gift-box__card-price{color:var(--gb-muted);font-size:.95rem}.gift-box__message{position:relative;display:block}.gift-box__message textarea{width:100%;min-height:92px;padding:14px 14px 28px;border:1.5px solid var(--gb-line);border-radius:12px;background:#fff;color:inherit;font:inherit;resize:vertical}.gift-box__message-count{position:absolute;right:12px;bottom:10px;color:var(--gb-muted);font-size:.75rem}.gift-box__summary{display:grid;grid-template-columns:auto 1fr auto;grid-template-areas:"icon copy price" "icon note button" "error error error";gap:6px 18px;align-items:center;margin-top:36px;padding:18px 20px;border-radius:16px;background:var(--gb-summary)}.gift-box__summary-icon{grid-area:icon;color:var(--gb-accent, #1e4d48)}.gift-box__summary-copy{grid-area:copy}.gift-box__summary-copy p,.gift-box__summary-note,.gift-box__error{margin:0}.gift-box__summary-title{font-weight:600}.gift-box__summary-copy p+p,.gift-box__summary-note{color:var(--gb-muted);font-size:.88rem}.gift-box__summary-price{grid-area:price;margin:0;justify-self:end;color:var(--gb-accent, #1e4d48);font-size:1.7rem;font-weight:500}.gift-box__add{--button-color: #fff;grid-area:button;justify-self:end;min-width:160px;padding:12px 22px;border:0;border-radius:999px;background:var(--gb-accent, #1e4d48);color:#fff;font:inherit;cursor:pointer}.gift-box__add:disabled:not([data-added=true]){cursor:not-allowed;opacity:.45}.gift-box__summary-note{grid-area:note}.gift-box__error{grid-area:error;color:#8d2f2f}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@media screen and (min-width:750px){.gift-box__hero{grid-template-columns:1.05fr .95fr;gap:48px}.gift-box__choices--tissue{grid-template-columns:repeat(6,minmax(0,1fr))}}@media screen and (max-width:749px){.gift-box{width:min(100% - 24px,1120px);padding-top:16px}.gift-box__choices--scent{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.gift-box__choices--tissue,.gift-box__products{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.gift-box__card{padding:10px 8px;border-radius:10px}.gift-box__card-title,.gift-box__card-price{font-size:.82rem}.gift-box__choices--scent .gift-box__card{padding:8px 4px}.gift-box__choices--scent .gift-box__qty{gap:2px}.gift-box__choices--scent .gift-box__qty button{width:26px;height:26px}.gift-box__choices--scent .gift-box__qty input{width:1.6rem}.gift-box__step-head h2{font-size:1.05rem}.gift-box__summary{grid-template-columns:auto 1fr;grid-template-areas:"icon copy" "price price" "button button" "note note" "error error"}.gift-box__summary-price,.gift-box__add{justify-self:stretch;text-align:center}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/custom.css.map */
