.gift-builder{padding-top:40px;padding-bottom:60px}.gift-builder__header{max-width:750px;margin:0 auto 45px;text-align:center}.gift-builder__header h1{margin:0 0 12px;font-size:clamp(32px,5vw,52px)}.gift-builder__header p{margin:0;font-size:18px;opacity:.75}.gift-builder__step-heading{margin-bottom:24px}.gift-builder__step-heading span{display:block;margin-bottom:5px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:1px}.gift-builder__step-heading h2{margin:0}.gift-builder__box-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.gift-box-card__button{display:block;width:100%;padding:0;overflow:hidden;text-align:left;background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.15);border-radius:14px;cursor:pointer;transition:border-color .2s ease,transform .2s ease}.gift-box-card__button:hover{transform:translateY(-3px);border-color:rgba(var(--color-foreground),.5)}.gift-box-card__button.is-selected{border:2px solid rgb(var(--color-foreground))}.gift-box-card__button:disabled{cursor:not-allowed;opacity:.55}.gift-box-card__image-wrapper{aspect-ratio:1 / 1;overflow:hidden;background:rgba(var(--color-foreground),.04)}.gift-box-card__image,.gift-box-card__placeholder{width:100%;height:100%;object-fit:cover}.gift-box-card__content{padding:16px}.gift-box-card__content h3{margin:0 0 8px;font-size:17px}.gift-box-card__price{margin-bottom:12px;font-weight:700}.gift-box-card__select-text,.gift-box-card__sold-out{font-size:14px;font-weight:600}.gift-builder__empty{padding:30px;text-align:center;border:1px dashed rgba(var(--color-foreground),.3);border-radius:12px}@media screen and (max-width:989px){.gift-builder__box-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:549px){.gift-builder{padding-top:25px}.gift-builder__box-grid{gap:12px}.gift-box-card__content{padding:12px}}.gift-builder__step+.gift-builder__step{margin-top:55px}.gift-builder__step-heading p{max-width:650px;margin:10px 0 0;opacity:.7}.gift-box-card__image-wrapper{position:relative}.gift-box-card__check{position:absolute;top:12px;right:12px;display:none;align-items:center;justify-content:center;width:34px;height:34px;color:rgb(var(--color-background));font-size:18px;font-weight:700;background:rgb(var(--color-foreground));border-radius:50%}.gift-box-card__button.is-selected{border:2px solid rgb(var(--color-foreground));box-shadow:0 0 0 3px rgba(var(--color-foreground),.12)}.gift-box-card__button.is-selected .gift-box-card__check{display:flex}.gift-box-card__button.is-selected .gift-box-card__select-text{font-weight:700}.gift-builder__selected-box{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:24px;padding:18px 20px;background:rgba(var(--color-foreground),.04);border:1px solid rgba(var(--color-foreground),.15);border-radius:12px}.gift-builder__summary-label{display:block;margin-bottom:4px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px;opacity:.65}.gift-builder__step--locked{pointer-events:none;opacity:.4}.gift-budget__options{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.gift-budget__option{min-height:56px;padding:12px 16px;color:rgb(var(--color-foreground));font:inherit;font-weight:700;background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.2);border-radius:10px;cursor:pointer}.gift-budget__option:hover{border-color:rgb(var(--color-foreground))}.gift-budget__option.is-selected{color:rgb(var(--color-background));background:rgb(var(--color-foreground));border-color:rgb(var(--color-foreground))}.gift-budget__custom{max-width:420px;margin-top:20px}.gift-budget__custom label{display:block;margin-bottom:8px;font-weight:700}.gift-budget__custom input{width:100%;min-height:50px;padding:10px 14px;color:rgb(var(--color-foreground));font:inherit;background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.25);border-radius:8px}.gift-budget__custom input:focus{border-color:rgb(var(--color-foreground));outline:2px solid rgba(var(--color-foreground),.12)}.gift-budget__summary{max-width:550px;margin-top:25px;padding:20px;background:rgba(var(--color-foreground),.04);border-radius:12px}.gift-budget__summary-row{display:flex;justify-content:space-between;gap:20px;padding:8px 0}.gift-budget__remaining{margin-top:8px;padding-top:16px;font-size:17px;border-top:1px solid rgba(var(--color-foreground),.15)}.gift-budget__summary.is-over-budget{border:1px solid currentColor}.gift-budget__error{max-width:550px;margin:12px 0 0;font-weight:700}@media screen and (max-width:749px){.gift-budget__options{grid-template-columns:repeat(2,minmax(0,1fr))}.gift-builder__selected-box{align-items:flex-start;flex-direction:column}}.gift-builder__selected-box[hidden],.gift-budget__summary[hidden],.gift-budget__error[hidden],.gift-builder__products-error[hidden],.gift-sidebar__empty[hidden],.gift-sidebar__status[hidden],.gift-product-card__quantity[hidden]{display:none!important}.gift-builder__workspace{display:grid;grid-template-columns:minmax(0,1fr) 340px;align-items:start;gap:32px}.gift-builder__catalog{min-width:0}.gift-builder__category+.gift-builder__category{margin-top:52px}.gift-builder__category-header{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:20px}.gift-builder__category-header span{font-size:13px;opacity:.65}.gift-builder__category-header h3{margin:4px 0 0;font-size:27px}.gift-builder__product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.gift-product-card{position:relative;overflow:hidden;background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.14);border-radius:13px;transition:border-color .2s ease,transform .2s ease}.gift-product-card:hover{transform:translateY(-2px);border-color:rgba(var(--color-foreground),.4)}.gift-product-card.has-selection{border-color:rgb(var(--color-foreground));box-shadow:0 0 0 2px rgba(var(--color-foreground),.1)}.gift-product-card__image-wrapper{aspect-ratio:1 / 1;overflow:hidden;background:rgba(var(--color-foreground),.04)}.gift-product-card__image,.gift-product-card__placeholder{width:100%;height:100%;object-fit:cover}.gift-product-card__content{padding:14px}.gift-product-card__content h3{display:-webkit-box;min-height:44px;margin:0 0 8px;overflow:hidden;font-size:15px;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.gift-product-card__price{margin-bottom:13px;font-weight:700}.gift-product-card__footer{display:flex;align-items:center;justify-content:space-between;gap:8px}.gift-product-card__add{min-height:41px;padding:9px 14px;color:rgb(var(--color-background));font:inherit;font-size:13px;font-weight:700;background:rgb(var(--color-foreground));border:0;border-radius:7px;cursor:pointer}.gift-product-card__add:disabled{cursor:not-allowed;opacity:.45}.gift-product-card__quantity{font-size:12px;font-weight:700}.gift-builder__products-error{margin:0 0 20px;padding:14px 16px;font-weight:700;background:rgba(var(--color-foreground),.06);border:1px solid currentColor;border-radius:9px}.gift-sidebar{position:sticky;top:25px;padding:22px;background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.16);border-radius:14px;box-shadow:0 12px 35px rgba(var(--color-foreground),.08)}.gift-sidebar__header{margin-bottom:20px}.gift-sidebar__header>span,.gift-sidebar__label{display:block;margin-bottom:4px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px;opacity:.6}.gift-sidebar__header h3{margin:0;font-size:25px}.gift-sidebar__box{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;padding:15px;background:rgba(var(--color-foreground),.04);border-radius:9px}.gift-sidebar__box strong{display:block;font-size:13px}.gift-sidebar__items-wrapper{margin-top:22px}.gift-sidebar__items-header{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:13px}.gift-sidebar__items-header h4{margin:0}.gift-sidebar__items-header span{font-size:12px;opacity:.65}.gift-sidebar__empty{padding:20px 10px;text-align:center;font-size:13px;opacity:.65;border:1px dashed rgba(var(--color-foreground),.22);border-radius:8px}.gift-sidebar__items{display:grid;gap:12px}.gift-sidebar__item{display:grid;grid-template-columns:58px minmax(0,1fr);gap:11px;padding-bottom:12px;border-bottom:1px solid rgba(var(--color-foreground),.1)}.gift-sidebar__item-image{width:58px;height:58px;object-fit:cover;border-radius:7px}.gift-sidebar__item-title{display:block;font-size:12px;line-height:1.35}.gift-sidebar__item-price{display:block;margin-top:3px;font-size:12px;opacity:.75}.gift-sidebar__item-controls{display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin-top:8px}.gift-sidebar__item-controls button{min-width:28px;min-height:28px;padding:3px 7px;color:rgb(var(--color-foreground));font:inherit;background:transparent;border:1px solid rgba(var(--color-foreground),.2);border-radius:5px;cursor:pointer}.gift-sidebar__item-controls .gift-sidebar__remove{width:auto;margin-left:auto;border:0;text-decoration:underline;opacity:.7}.gift-sidebar__totals{margin-top:22px;padding-top:16px;border-top:1px solid rgba(var(--color-foreground),.15)}.gift-sidebar__total-row{display:flex;justify-content:space-between;gap:20px;padding:5px 0;font-size:14px}.gift-sidebar__remaining{margin-top:7px;padding-top:13px;font-size:16px;border-top:1px solid rgba(var(--color-foreground),.12)}.gift-sidebar__remaining .is-negative{text-decoration:underline}.gift-sidebar__cart-button{width:100%;min-height:51px;margin-top:20px;padding:12px 18px;color:rgb(var(--color-background));font:inherit;font-weight:700;background:rgb(var(--color-foreground));border:0;border-radius:8px;cursor:pointer}.gift-sidebar__cart-button:disabled{cursor:not-allowed;opacity:.35}.gift-sidebar__status{margin:12px 0 0;font-size:13px;font-weight:600}@media screen and (max-width:989px){.gift-builder__workspace{grid-template-columns:1fr}.gift-builder__product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gift-sidebar{position:static}}@media screen and (max-width:549px){.gift-builder__product-grid{gap:11px}.gift-product-card__content{padding:11px}.gift-product-card__footer{align-items:flex-start;flex-direction:column}.gift-product-card__add{width:100%}.gift-builder__category-header{align-items:flex-start;flex-direction:column}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/gift-builder.css.map */
