.post-checkout-box-builder{min-height:100vh;background:#f7f5e9;display:flex;flex-direction:column;padding-bottom:100px}.post-checkout-box-builder__header{background:#fff;box-shadow:0 2px 4px #00000014;position:sticky;top:0;z-index:100}.post-checkout-box-builder__header-inner{padding:16px 20px;text-align:center}.post-checkout-box-builder__logo-link{display:inline-block}.post-checkout-box-builder__logo{max-width:140px;height:auto}.post-checkout-box-builder__logo-text{font-size:24px;font-weight:700;color:#2e3076;text-decoration:none}.post-checkout-box-builder__progress{padding:0 20px 16px}.progress-bar{height:6px;background:#e5e5e5;border-radius:3px;width:100%;max-width:400px;margin:0 auto 12px;overflow:hidden}.progress-bar__fill{height:100%;background:#ef4a31;width:33.33%;transition:width .4s ease;border-radius:3px}.progress-bar__steps{display:flex;justify-content:center;gap:40px}.progress-bar__step{width:28px;height:28px;border-radius:50%;background:#e5e5e5;color:#999;font-size:14px;font-weight:600;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.progress-bar__step.active{background:#2e3076;color:#fff}.progress-bar__step.completed{background:#22c55e;color:#fff}.post-checkout-box-builder__content{flex:1;position:relative}.post-checkout-step{padding:40px 20px 120px;max-width:1200px;margin:0 auto}.post-checkout-step.hidden{display:none}.post-checkout-step__header{text-align:center;margin-bottom:40px}.post-checkout-step__title{font-size:36px;font-weight:900;color:#2e3076;margin-bottom:16px;font-family:madetommysoft,sans-serif}.post-checkout-step__subtitle{font-size:18px;color:#555;max-width:600px;margin:0 auto 20px;line-height:1.6}.post-checkout-step__order-info{display:inline-flex;align-items:center;gap:12px;background:#fff;padding:12px 20px;border-radius:30px;box-shadow:0 2px 8px #00000014;font-size:14px;flex-wrap:wrap;justify-content:center}.order-info__label{color:#666}.order-info__value{font-weight:600;color:#2e3076}.order-info__separator{color:#ddd}.radio-cards-container{display:flex;gap:24px;max-width:900px;margin:0 auto 40px;justify-content:center}@media(max-width:768px){.radio-cards-container{flex-direction:column;align-items:center;gap:16px;padding:0 16px}}.radio-card{flex:1;max-width:400px;border:2px solid #ddd;border-radius:20px;padding:32px;cursor:pointer;position:relative;transition:all .3s ease;background:#fff;text-align:center}.radio-card:hover{border-color:#999;box-shadow:0 4px 12px #0000001a}.radio-card.is-selected{border-color:#2e3076;box-shadow:0 0 0 2px #2e3076}.radio-card__radio{position:absolute;top:20px;right:20px;width:28px;height:28px;border:2px solid #ccc;border-radius:50%;background:#fff;transition:all .2s ease}.radio-card.is-selected .radio-card__radio{border-color:#2e3076;background:#2e3076}.radio-card.is-selected .radio-card__radio:after{content:"\2713";color:#fff;font-size:16px;display:flex;align-items:center;justify-content:center;height:100%}.radio-card__icon{font-size:48px;margin-bottom:16px}.radio-card__image{width:80px;height:80px;margin:0 auto 20px;object-fit:contain}.radio-card__title{font-size:28px;font-weight:800;color:#ef4a31;margin-bottom:16px;font-family:madetommysoft,sans-serif}.radio-card__description{font-size:16px;color:#555;line-height:1.6;margin-bottom:16px}.radio-card__learn-more{display:none;align-items:center;justify-content:space-between;width:100%;padding:14px 0;border:none;background:none;cursor:pointer;font-size:14px;font-weight:500;color:#333;text-transform:uppercase;letter-spacing:1px;border-top:1px solid #eee;margin-top:16px}@media(max-width:768px){.radio-card__learn-more{display:flex}.radio-card__details{display:none}.radio-card__details.is-expanded{display:block}}.radio-card__learn-more-icon{transition:transform .3s ease}.radio-card__learn-more.is-expanded .radio-card__learn-more-icon{transform:rotate(180deg)}.radio-card__details{margin-top:24px;text-align:left}.radio-card__detail-item{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px;font-size:15px;color:#333}.radio-card__detail-icon{flex-shrink:0;font-size:16px;font-weight:700}.radio-card__detail-icon--check{color:#22c55e}.radio-card__detail-icon--x{color:#ef4444}.radio-card__not-sure{margin-top:40px;text-align:center;padding:0 20px}.radio-card__not-sure-title{font-size:20px;font-weight:600;font-style:italic;margin-bottom:12px;color:#333}.radio-card__not-sure-text{font-size:16px;line-height:1.7;color:#666;max-width:600px;margin:0 auto}.preference-section{margin-bottom:40px}.preference-section__title{font-size:20px;font-weight:700;color:#2e3076;margin-bottom:20px;text-align:center}.preference-options{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;max-width:800px;margin:0 auto}.preference-option{flex:1;min-width:200px;max-width:280px;padding:20px;border:2px solid #ddd;border-radius:12px;cursor:pointer;transition:all .2s ease;background:#fff;display:flex;align-items:flex-start;gap:12px}.preference-option:hover{border-color:#2e3076}.preference-option.is-selected{border-color:#2e3076;background:#f0f4ff}.preference-option input{display:none}.preference-option__radio{width:20px;height:20px;border:2px solid #ccc;border-radius:50%;flex-shrink:0;transition:all .2s ease;position:relative}.preference-option.is-selected .preference-option__radio{border-color:#2e3076;background:#2e3076}.preference-option.is-selected .preference-option__radio:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;background:#fff;border-radius:50%}.preference-option__content{flex:1}.preference-option__title{font-weight:700;color:#2e3076;margin-bottom:6px}.preference-option__description{font-size:14px;color:#666;line-height:1.4}.theme-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;max-width:800px;margin:0 auto}.dietary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;max-width:900px;margin:0 auto}.preference-pills{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;max-width:800px;margin:0 auto}.preference-pill{display:inline-flex;align-items:center;gap:10px;padding:14px 24px;border:2px solid #ddd;border-radius:50px;cursor:pointer;transition:all .2s ease;background:#fff;font-size:15px;white-space:nowrap;position:relative}.preference-pill:hover{border-color:#2e3076}.preference-pill.is-selected{border-color:#2e3076;background:#f0f4ff}.preference-pill input{display:none}.preference-pill__radio{width:18px;height:18px;border:2px solid #ccc;border-radius:50%;flex-shrink:0;transition:all .2s ease;position:relative}.preference-pill.is-selected .preference-pill__radio{border-color:#2e3076;background:#2e3076}.preference-pill.is-selected .preference-pill__radio:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:6px;height:6px;background:#fff;border-radius:50%}.preference-pill__label{font-weight:600;color:#2e3076}.preference-pill[data-tooltip]:hover:after{content:attr(data-tooltip);position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);background:#333;color:#fff;padding:8px 12px;border-radius:6px;font-size:12px;font-weight:400;white-space:nowrap;z-index:100;box-shadow:0 2px 8px #0003}.preference-pill[data-tooltip]:hover:before{content:"";position:absolute;bottom:calc(100% + 2px);left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:#333;z-index:100}@media(max-width:768px){.preference-pills{gap:8px}.preference-pill[data-tooltip]:active:after,.preference-pill[data-tooltip]:focus:after{content:attr(data-tooltip);position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);background:#333;color:#fff;padding:8px 12px;border-radius:6px;font-size:12px;font-weight:400;white-space:normal;max-width:200px;text-align:center;z-index:100}}.delivery-info{margin-bottom:24px}.delivery-inline{display:flex;align-items:center;justify-content:center;gap:10px;font-size:16px}.delivery-inline__icon{color:#2e3076;flex-shrink:0;width:24px;height:24px}.delivery-inline__label{color:#666;text-transform:uppercase;font-size:14px;font-weight:600;letter-spacing:.5px}.delivery-inline__date{font-weight:700;color:#2e3076;font-size:18px}.box-size-display{display:none;max-width:500px;margin:0 auto 30px}.box-size-options{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.box-size-option{padding:12px 24px;border:2px solid #2e3076;border-radius:50px;background:#fff;cursor:default;transition:all .2s ease;opacity:.5}.box-size-option.is-selected{background:#2e3076;opacity:1}.box-size-option.is-selected .box-size-option__text{color:#fff}.box-size-option__text{font-size:14px;font-weight:700;color:#2e3076;white-space:nowrap}.box-size-note{text-align:center;font-size:13px;color:#888;margin-top:12px;font-style:italic}.box-info-display{max-width:400px;margin:0 auto 30px}.box-info-card{display:flex;align-items:center;gap:16px;padding:20px 24px;background:#fff;border:2px solid #e8e8e8;border-radius:12px}.box-info-card__icon{color:#2e3076;flex-shrink:0}.box-info-card__content{display:flex;flex-direction:column}.box-info-card__label{font-size:12px;color:#888;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.box-info-card__value{font-size:18px;font-weight:600;color:#2e3076}.item-selection-header{text-align:center;margin-bottom:24px}.autofill-toggle{display:none;align-items:center;justify-content:center;gap:12px;margin-top:16px;padding:16px 24px;background:#fff3e0;border-radius:50px;max-width:400px;margin-left:auto;margin-right:auto}.toggle-switch{position:relative;display:inline-block;width:50px;height:28px}.toggle-switch input{opacity:0;width:0;height:0}.toggle-switch__slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.3s;border-radius:28px}.toggle-switch__slider:before{position:absolute;content:"";height:22px;width:22px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}.toggle-switch input:checked+.toggle-switch__slider{background-color:#ef4a31}.toggle-switch input:checked+.toggle-switch__slider:before{transform:translate(22px)}.autofill-toggle__label{font-weight:600;color:#2e3076}.autofill-toggle--locked{opacity:.7;cursor:not-allowed}.autofill-toggle--locked .toggle-switch,.autofill-toggle--locked .autofill-toggle__label{pointer-events:none}.promo-banner{background:linear-gradient(135deg,#b3e5fc,#e1f5fe);border-radius:16px;padding:24px;margin-bottom:30px;text-align:center}.promo-banner__content strong{display:block;font-size:18px;color:#01579b;margin-bottom:16px;font-style:italic}.promo-banner__features{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;justify-content:center;gap:16px 32px}.promo-banner__features li{display:flex;align-items:center;gap:8px;color:#01579b;font-weight:500}.promo-check{color:#0277bd;font-weight:700}.item-progress--static{margin-bottom:24px;padding:12px 20px;background:#fff;border-radius:50px;box-shadow:0 2px 8px #0000000d;display:flex;align-items:center;justify-content:center;gap:12px;max-width:400px;margin-left:auto;margin-right:auto}.item-progress--static .item-progress__text{text-align:center;margin-bottom:0;font-size:14px;font-weight:600;color:#2e3076}.item-progress--static .item-progress__bar{height:8px;width:150px;background:#e8e8e8;border-radius:4px;overflow:hidden}.item-progress--static .item-progress__fill{height:100%;background:linear-gradient(90deg,#ef4a31,#ff7043);border-radius:4px;transition:width .3s ease}.collection-tabs{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;margin-bottom:24px;padding:0 16px}.collection-tab{padding:12px 24px;border:2px solid #2e3076;border-radius:25px;background:transparent;color:#2e3076;font-weight:600;font-size:15px;cursor:pointer;transition:all .2s ease}.collection-tab:hover{background:#2e30761a}.collection-tab.active{background:#2e3076;color:#fff}.post-checkout-step__box-info{display:flex;align-items:center;justify-content:center;gap:24px;background:#fff;padding:16px 24px;border-radius:12px;box-shadow:0 2px 8px #00000014;margin-bottom:30px;flex-wrap:wrap}.box-info__size,.box-info__count{display:flex;align-items:center;gap:8px}.box-info__label{color:#666;font-size:14px}.box-info__value{font-weight:700;color:#2e3076;font-size:16px}.box-info__autofill{background:#f0f4ff;border:1px solid #2e3076;color:#2e3076;padding:8px 16px;border-radius:20px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease}.box-info__autofill:hover{background:#2e3076;color:#fff}.collection-filters{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:30px}.collection-filter{padding:10px 20px;border:2px solid #2e3076;border-radius:25px;background:#fff;color:#2e3076;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s ease}.collection-filter.active,.collection-filter:hover{background:#2e3076;color:#fff}.product-grid{display:block;gap:0;max-width:1000px;margin:0 auto}.product-grid__empty{text-align:center;padding:60px 20px;color:#666}.product-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014;transition:all .2s ease;display:flex;flex-direction:column}.product-card:hover{box-shadow:0 4px 16px #0000001f;transform:translateY(-2px)}.product-card.active{box-shadow:0 4px 16px #ef4a314d;border:2px solid #ef4a31}.product-card.disabled{opacity:.5;pointer-events:none}.product-card--unavailable{opacity:.6}.product-card__image{aspect-ratio:1;overflow:hidden;position:relative;background:#f5f5f5}.product-card__image img{width:100%;height:100%;object-fit:cover}.product-card__image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#ccc}.product-card__unavailable-badge{position:absolute;top:10px;right:10px;background:#ef4444;color:#fff;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:600}.product-card__info-icon{position:absolute;z-index:2;bottom:10px;right:10px;display:flex;align-items:center;justify-content:center;background:#f7f5e9;border:none;border-radius:50%;width:24px;height:24px;padding:3px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.product-card__info-icon:hover{transform:scale(1.15);box-shadow:0 2px 6px #0003}.product-card__info-icon svg{width:100%;height:100%;fill:#2e3076}.product-card--pc-hidden{display:none!important}.product-card__info{padding:16px;flex:1}.product-card__title{font-size:15px;font-weight:700;color:#2e3076;margin-bottom:6px;line-height:1.3}.product-card__description{font-size:13px;color:#666;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__actions{padding:16px;border-top:1px solid #eee}.product-card__add-btn{width:100%;padding:12px;background:#ef4a31;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;transition:all .2s ease}.product-card__add-btn:hover{background:#d13d27}.product-card__quantity{display:flex;align-items:center;justify-content:center;gap:8px}.qty-btn{width:36px;height:36px;border:none;background:#ef4a31;color:#fff;font-size:20px;font-weight:700;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.qty-btn:hover:not(:disabled){background:#d13d27}.qty-btn:disabled{opacity:.4;cursor:not-allowed}.product-card__quantity input{width:40px;text-align:center;font-size:18px;font-weight:700;border:none;background:none;color:#2e3076}.product-card__unavailable-text{display:block;text-align:center;color:#999;font-size:14px}.item-progress{position:fixed;bottom:90px;left:50%;transform:translate(-50%);z-index:90}.item-progress__content{background:#fff;padding:10px 20px;border-radius:50px;box-shadow:0 2px 12px #0000001f;display:flex;align-items:center;gap:12px}.item-progress__bar{width:140px;height:6px;background:#e5e5e5;border-radius:3px;overflow:hidden}.item-progress__fill{height:100%;background:#ef4a31;border-radius:3px;transition:width .3s ease}.item-progress__fill.complete{background:#22c55e}.item-progress__text{font-size:13px;font-weight:600;color:#2e3076;white-space:nowrap}.post-checkout-box-builder__footer{position:fixed;bottom:0;left:0;right:0;background:#fff;padding:16px 20px;padding-bottom:calc(16px + env(safe-area-inset-bottom,0px));box-shadow:0 -4px 12px #0000001a;z-index:99999999999}.post-checkout-box-builder__footer-inner{display:flex;gap:16px;justify-content:center;max-width:600px;margin:0 auto}.button{height:56px;padding:0 40px;min-width:180px;font-size:16px;font-weight:700;border-radius:50px;box-sizing:border-box;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;text-align:center;border:2px solid transparent}.button--primary{background:#ef4a31;color:#fff;border:2px solid #ef4a31}.button--primary:hover:not(:disabled){background:#d13d27;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.button--outline{background:#fff;color:#ef4a31;border:2px solid #ef4a31;min-width:180px;flex:1;max-width:280px}.button--primary{flex:1;max-width:280px}.button--outline:hover:not(:disabled){background:#fff5f3}.button:disabled{opacity:.6;cursor:not-allowed;background:#ccc;color:#666}.button--primary:disabled{background:#ccc;color:#666;border-color:#ccc}.post-checkout-complete{text-align:center;padding:60px 20px;max-width:500px;margin:0 auto}.complete-icon{width:80px;height:80px;background:#22c55e;color:#fff;font-size:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.post-checkout-complete h2{font-size:32px;font-weight:800;color:#2e3076;margin-bottom:16px}.post-checkout-complete p{font-size:18px;color:#555;margin-bottom:24px;line-height:1.6}.complete-info{background:#f0f4ff;padding:16px;border-radius:8px;margin-bottom:24px}.complete-info p{margin:0;color:#2e3076}.post-checkout-box-builder .loading-overlay{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100vw!important;height:100vh!important;background:#fffffff2!important;display:none;flex-direction:column;align-items:center;justify-content:center;z-index:9999!important;margin:0!important;padding:0!important}.post-checkout-box-builder .loading-overlay.is-visible{display:flex!important}.post-checkout-box-builder .loading-overlay__spinner{width:48px;height:48px;border:4px solid #e5e5e5;border-top-color:#ef4a31;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:16px}.post-checkout-box-builder .loading-overlay__message{font-size:18px;color:#333;font-weight:500;text-align:center}@keyframes spin{to{transform:rotate(360deg)}}.loading-spinner{text-align:center;padding:40px;color:#666;display:flex;flex-direction:column;align-items:center;gap:12px}.loading-spinner--centered{grid-column:1 / -1;justify-content:center;min-height:300px;padding:60px 20px}.loading-spinner__icon{width:32px;height:32px;border:3px solid #e5e5e5;border-top-color:#ef4a31;border-radius:50%;animation:spin .8s linear infinite}.loading-spinner--centered .loading-spinner__icon{width:40px;height:40px;border-width:4px}.post-checkout-box-builder__error{text-align:center;padding:60px 20px}.error-state__icon{font-size:48px;margin-bottom:16px}.error-state__title{font-size:28px;font-weight:700;color:#2e3076;margin-bottom:12px}.error-state__message{font-size:16px;color:#666;margin-bottom:24px}.toast-notification{position:fixed;bottom:100px;left:50%;transform:translate(-50%);background:#333;color:#fff;padding:12px 24px;border-radius:8px;font-size:14px;font-weight:500;z-index:1001;display:flex;align-items:center;gap:12px;animation:slideUp .3s ease;box-shadow:0 4px 12px #0003}.toast-notification--error{background:#ef4444}.toast-notification--warning{background:#f59e0b}.toast-notification--success{background:#22c55e}.toast-notification--hiding{animation:slideDown .3s ease forwards}.toast-notification__close{background:none;border:none;color:inherit;font-size:20px;cursor:pointer;padding:0;line-height:1;opacity:.7}.toast-notification__close:hover{opacity:1}@keyframes slideUp{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes slideDown{0%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(20px)}}.hidden{display:none!important}@media(max-width:768px){.post-checkout-step{padding:30px 16px 140px}.post-checkout-step__title{font-size:28px}.post-checkout-step__subtitle{font-size:16px}.radio-card{padding:24px}.radio-card__title{font-size:22px}.post-checkout-step__order-info{font-size:12px;padding:10px 16px;gap:8px}.post-checkout-step__box-info{flex-direction:column;gap:12px;padding:16px}.product-card__info{padding:12px}.product-card__title{font-size:13px}.product-card__description{font-size:12px}.product-card__actions{padding:12px}.collection-filters{flex-wrap:nowrap;overflow-x:auto;justify-content:flex-start;padding:0 16px;margin:0 -16px 24px;-webkit-overflow-scrolling:touch}.collection-filter{flex-shrink:0;font-size:13px;padding:8px 16px}.item-progress{bottom:100px;left:16px;right:16px;transform:none}.item-progress__content{width:100%;justify-content:center;padding:8px 16px}.item-progress__bar{width:100px}.preference-pill{padding:10px 16px;font-size:13px}.preference-pill__radio{width:16px;height:16px}.post-checkout-box-builder__footer-inner{flex-direction:row;justify-content:center;align-items:center;gap:12px;padding:0 12px}.button{flex:0 1 auto;min-width:0;height:48px;padding:0 20px;font-size:13px;white-space:nowrap}.preference-option{min-width:100%;max-width:100%}.theme-grid,.dietary-grid{grid-template-columns:1fr}}@media(max-width:480px){.qty-btn{width:32px;height:32px;font-size:18px}.product-card__quantity input{width:32px;font-size:16px}}.curation-cards{display:flex;gap:16px;flex-wrap:wrap;justify-content:center}.curation-card{flex:1;min-width:180px;max-width:280px;padding:16px 20px;border:2px solid #ddd;border-radius:12px;background:#fff;cursor:pointer;transition:all .3s ease;text-align:center}.curation-card:hover{border-color:#2e3076;box-shadow:0 4px 12px #0000001a}.curation-card.is-selected{border-color:#2e3076;box-shadow:0 0 0 2px #2e3076;background:#f0f0ff;border-width:0px}.curation-card label{cursor:pointer;display:block;text-align:left}.curation-card__header{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:6px}.curation-card__radio{width:20px;height:20px;border:2px solid #ccc;border-radius:50%;position:relative;transition:all .2s ease;flex-shrink:0}.curation-card.is-selected .curation-card__radio{border-color:#2e3076;background:#2e3076}.curation-card.is-selected .curation-card__radio:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;background:#fff;border-radius:50%}.curation-card__title{font-size:16px;font-weight:700;color:#2e3076;margin:0;font-family:madetommysoft,sans-serif}.curation-card__description{font-size:13px;color:#666;line-height:1.4;margin:0;text-align:center}.curation-card.is-selected .curation-card__description{color:#555}.curation-card__action{display:inline-block;padding:8px 20px;background:#ef4a31;color:#fff;border-radius:20px;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.curation-card.is-selected .curation-card__action{background:#2e3076}.curation-cards__empty{text-align:center;padding:20px;color:#999}@media(max-width:768px){.curation-cards{flex-direction:column;align-items:stretch;gap:10px;padding:0 16px}.curation-card{flex:none;width:100%;min-width:0;padding:14px 16px}.curation-card label{display:block;text-align:center}.curation-card__header{justify-content:center;margin-bottom:4px}.curation-card__title{font-size:15px}.curation-card__description{text-align:center;font-size:12px}}.collection-group{margin-bottom:40px}.collection-group__title{font-size:22px;font-weight:700;color:#2e3076;margin-bottom:20px;padding-bottom:12px;border-bottom:2px solid #e5e5e5;font-family:madetommysoft,sans-serif}.collection-group__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media(max-width:1024px){.collection-group__grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.collection-group__grid{grid-template-columns:repeat(2,1fr);gap:12px}.collection-group__title{font-size:18px}}@media(max-width:480px){.collection-group__grid{grid-template-columns:repeat(2,1fr);gap:10px}}.product-grid--readonly .product-card{cursor:default}.product-grid--readonly .product-card:hover{box-shadow:0 2px 8px #00000014;transform:none}.product-card--readonly{cursor:default}.product-card--readonly.active{border:2px solid #ef4a31;box-shadow:0 2px 12px #ef4a3133}.product-card--readonly:hover{box-shadow:0 2px 8px #00000014;transform:none}.product-card--readonly .product-card__actions{display:none}.product-card--readonly.active:after{content:"Included";position:absolute;top:8px;right:8px;background:#ef4a31;color:#fff;padding:4px 10px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.product-card--readonly{position:relative}.product-info-popup{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000}.product-info-popup-content{background-color:#f7f5e9;padding:30px;border-radius:10px;max-width:800px;width:calc(100% - 40px);position:relative;max-height:90vh;overflow-y:auto;box-shadow:0 4px 4px #00000040}.product-info-popup-content h2{padding-right:15px;font-size:24px;font-weight:700;color:#2e3076;margin-bottom:16px}.product-info-popup-close{position:absolute;top:10px;right:10px;font-size:24px;background:none;border:none;cursor:pointer;color:#333;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s ease}.product-info-popup-close:hover{background:#00000014}.product-info-popup-columns{display:flex;align-items:flex-start;gap:20px;margin-top:10px}.product-info-popup-image{width:35%;aspect-ratio:1 / 1;overflow:hidden;border-radius:8px;box-shadow:0 4px 4px #00000040;flex-shrink:0}.product-info-popup-image img{width:100%;height:100%;object-fit:cover}.product-info-popup-description{flex:1;font-size:16px;font-weight:400;line-height:1.6;color:#000}.product-info-popup-description-text p{margin-bottom:12px}.product-info-popup-description-metafields{margin-top:16px;padding-top:16px;border-top:1px solid #ddd}.product-info-popup-description-metafields p{margin-bottom:8px}body.popup-open,html.html-popup-open{overflow:hidden}@media(max-width:991px){.product-info-popup-content{max-width:750px;width:calc(100% - 30px)}}@media(max-width:767px){.product-info-popup-content{max-width:360px;width:calc(100% - 30px);padding:20px;max-height:85vh}.product-info-popup-image{width:100%}.product-info-popup-columns{flex-direction:column}}
/*# sourceMappingURL=/cdn/shop/t/23/assets/post-checkout-box-builder.css.map */
