:root{--ev-brand:#2563eb;--ev-brand-hover:#1d4ed8;--ev-brand-light:#60a5fa;--ev-inputs-col:280px;--ev-grid-gap:16px}.sample-preview-card{position:relative}.sample-preview-card img{width:100%;aspect-ratio:1;object-fit:contain;border-radius:6px;background:#f8fafc}.sample-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;text-align:center;color:#000;font-size:12px;font-weight:500;padding:8px;pointer-events:none}.char-counter{font-size:11px;color:var(--color-text-muted);text-align:right;margin-top:2px;min-height:14px}.char-counter.over-limit{color:#ef4444;font-weight:600}.char-limit-info{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;border:1.5px solid var(--color-text-muted);font-size:11px;font-weight:700;color:var(--color-text-muted);cursor:pointer;margin-left:6px;vertical-align:middle;position:relative;line-height:1}.char-limit-info:hover{border-color:var(--ev-brand);color:var(--ev-brand)}.char-limit-info .char-limit-tooltip{display:none;position:absolute;bottom:calc(100% + 6px);right:0;background:#1e293b;color:#fff;font-size:12px;font-weight:400;padding:6px 10px;border-radius:6px;white-space:nowrap;z-index:10;box-shadow:0 2px 8px rgba(0,0,0,.15)}.char-limit-info .char-limit-tooltip::after{content:'';position:absolute;top:100%;right:8px;border:5px solid transparent;border-top-color:#1e293b}.char-limit-info:focus .char-limit-tooltip,.char-limit-info:hover .char-limit-tooltip{display:block}.ev-products-layout{display:grid;grid-template-columns:var(--ev-inputs-col) var(--ev-grid-gap) minmax(0,1fr);position:relative;isolation:isolate;gap:0}.ev-products-bg{position:absolute;top:0;bottom:0;left:calc(var(--ev-inputs-col) + var(--ev-grid-gap));right:0;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;z-index:0}.ev-products-layout>*{position:relative;z-index:1}.ev-products-layout>.ev-products-bg{z-index:0;position:absolute}.ev-products-layout .ev-product-cell{position:relative;z-index:1}.ev-hscroll-wrap{position:relative}.ev-products-layout.scroll-x{overflow-x:auto;scrollbar-gutter:stable}.ev-products-layout.scroll-x .ev-inputs-card{position:sticky;left:0;z-index:6;box-shadow:8px 0 12px -8px rgba(15,23,42,.18)}.ev-products-layout.scroll-x .ev-product-header,.ev-products-layout.scroll-x .ev-products-bg{border-radius:0}.ev-hscroll-arrow{display:none;position:absolute;top:50%;transform:translateY(-50%);z-index:8;width:44px;height:44px;border-radius:50%;border:1px solid #e2e8f0;background:#fff;color:#0f172a;font-size:22px;line-height:1;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 14px rgba(15,23,42,.18),0 1px 2px rgba(15,23,42,.08);transition:opacity 150ms ease,transform 120ms ease,background 120ms ease;user-select:none;padding:0}.ev-hscroll-wrap.is-scrollx .ev-hscroll-arrow{display:inline-flex}.ev-hscroll-arrow:hover{background:#f8fafc}.ev-hscroll-arrow:active{transform:translateY(-50%) scale(.96)}.ev-hscroll-arrow.is-disabled,.ev-hscroll-arrow[disabled]{opacity:.35;cursor:default;pointer-events:none}.ev-hscroll-arrow-left{left:calc(var(--ev-inputs-col) + var(--ev-grid-gap) - 18px)}.ev-hscroll-arrow-right{right:12px}.ev-hscroll-arrow>span{position:relative;top:-1px}html.is-mobile .ev-hscroll-wrap.is-scrollx .ev-hscroll-arrow{display:none}html.is-mobile .ev-products-layout.scroll-x{overflow-x:visible}.ev-inputs-header{grid-column:1;display:flex;align-items:center;justify-content:center;padding:10px 12px}.ev-product-header{display:flex;align-items:center;justify-content:center;padding:10px 12px;background:#fff;height:42px;border-top:1px solid #e2e8f0}.ev-product-header:not(.is-first){border-left:1px solid #e2e8f0}.ev-product-header.is-first{border-top-left-radius:8px;border-left:1px solid #e2e8f0}.ev-product-header.is-last{border-top-right-radius:8px;border-right:1px solid #e2e8f0}.ev-inputs-header .ev-product-header-label,.ev-product-header-label{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);text-align:center}.recipient-card.ev-row{display:contents}.ev-row-products{display:contents}.ev-inputs-card{grid-column:1;align-self:center;margin-bottom:8px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:14px;position:relative}.ev-inputs-card .recipient-inputs{display:flex;flex-direction:column;gap:8px}.ev-inputs-card .recipient-fields{display:flex;flex-direction:column;gap:6px;align-items:stretch}.ev-inputs-card .recipient-num{font-size:32px;font-weight:700;color:var(--color-text-muted);line-height:1;text-align:center;letter-spacing:-.02em;margin-bottom:4px}.recipient-card .remove-btn{background:0 0;border:none;color:var(--color-text-muted);cursor:pointer;line-height:1}.ev-inputs-card .remove-btn{position:absolute;top:6px;right:6px;font-size:22px;width:32px;height:32px;border-radius:6px;padding:0}.recipient-card .remove-btn:hover{color:#ef4444}.recipient-card.first-recipient .remove-btn{display:none}.required-highlight{border-color:#334155!important;box-shadow:0 0 0 1px rgba(51,65,85,.15)}.required-asterisk{color:#ef4444;font-weight:700;margin-left:2px}.ev-product-cell{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:6px;padding:12px 14px;margin-bottom:8px}.ev-product-cell:not(.is-first){border-left:1px solid #e2e8f0}.ev-product-art{width:100%;max-width:180px;aspect-ratio:1;display:flex;align-items:center;justify-content:center;position:relative}.ev-product-art>img{width:100%;height:100%;object-fit:contain;border-radius:6px}.ev-product-cell .result-card{max-width:180px;width:100%;margin:0;background:0 0;border:none;padding:0;text-align:center}.ev-product-cell .result-card>h3{display:none}.ev-product-cell .result-card .art-container{overflow:hidden}.ev-product-cell .result-card .mockup-img{aspect-ratio:auto;background:0 0}.ev-product-cell .result-card.original-art-mode .art-container{overflow:visible}.ev-product-cell.is-coming-soon{pointer-events:none}.ev-product-cell.is-coming-soon .ev-product-art>img{filter:grayscale(.85) opacity(.55)}.ev-product-cell.is-in-context{background:#fff;border-radius:8px;border:2px solid var(--ev-brand);box-shadow:0 1px 3px rgba(15,23,42,.08),0 8px 24px rgba(15,23,42,.06);transition:background-color .15s ease,box-shadow .15s ease,border-color .15s ease}.ev-product-cell.is-in-context+.ev-product-cell{border-left-color:transparent}.ev-product-cell.is-in-context .sample-preview-card img,.ev-product-cell.is-not-in-context .ev-product-art>img{opacity:.45;transition:opacity .15s ease}.ev-product-cell.is-not-in-context .mockup-img{opacity:.45;transition:opacity .15s ease}.ev-product-cell.is-not-in-context.is-col-hover .ev-product-art>img,.ev-product-cell.is-not-in-context.is-col-hover .mockup-img{opacity:.7}.ev-product-header-label{transition:color .15s ease}.ev-product-header.is-col-hover .ev-product-header-label{color:#334155}.ev-product-header.is-col-hover{cursor:pointer}.ev-coming-soon-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none}.ev-coming-soon-text{background:rgba(15,23,42,.82);color:#fff;font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;padding:6px 14px;border-radius:999px;box-shadow:0 4px 14px rgba(15,23,42,.18);transform:rotate(-6deg)}.ev-mobile-products-indicator{display:none}.add-recipient-btn{background:#f1f5f9;border:2px dashed #cbd5e1;border-radius:8px;padding:10px;text-align:center;cursor:pointer;color:var(--color-text-muted);font-weight:500;font-size:14px;margin-top:8px}.add-recipient-btn:hover{border-color:var(--ev-brand);color:var(--ev-brand)}.recipient-qty-row{display:none;flex-direction:column;align-items:center;gap:6px;margin-top:10px;padding-top:10px;border-top:1px dashed #e2e8f0}.recipient-qty-row label{font-size:12px;color:#475569;margin:0}.recipient-qty-row .quantity-stepper button{width:28px;height:28px;font-size:14px}.recipient-qty-row .quantity-stepper .qty-value{width:32px;font-size:14px;line-height:28px}.recipient-qty-row .qty-not-ordering{display:none;font-size:11px;color:var(--color-text-muted)}.recipient-card.qty-zero .ev-inputs-card,.recipient-card.qty-zero .ev-row-products{opacity:.5;transition:opacity .15s ease}.recipient-card.qty-zero .recipient-qty-row .qty-not-ordering{display:block}html.is-mobile .ev-products-layout{display:flex;flex-direction:column;gap:20px}html.is-mobile .ev-inputs-header,html.is-mobile .ev-product-header,html.is-mobile .ev-products-bg{display:none}html.is-mobile .recipient-card.ev-row{display:flex;flex-direction:column;gap:12px}html.is-mobile .ev-inputs-card{grid-column:auto;margin-bottom:0;padding:12px;border-radius:10px;align-self:stretch}html.is-mobile .ev-inputs-card .recipient-num{display:none}html.is-mobile .ev-row-products{--ev-cell-w:min(calc(50vw - 10px), 220px);display:flex;gap:10px;overflow-x:auto;overflow-y:visible;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;margin:0 -40px;padding:4px calc((100vw - var(--ev-cell-w))/ 2) 12px;scrollbar-width:none}html.is-mobile .ev-row-products::-webkit-scrollbar{display:none}html.is-mobile .ev-product-cell{flex:0 0 auto;width:var(--ev-cell-w);scroll-snap-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:10px;margin-bottom:0}html.is-mobile .ev-product-cell.is-in-context{border:2px solid var(--ev-brand)}html.is-mobile .ev-product-art,html.is-mobile .ev-product-cell .result-card{max-width:none}html.is-mobile .ev-mobile-products-indicator{display:flex;flex-direction:column;align-items:center;gap:10px;padding:16px 0 6px}html.is-mobile .ev-mobile-products-dots{display:inline-flex;gap:8px;align-items:center}html.is-mobile .ev-mobile-dot{width:8px;height:8px;border-radius:50%;background:#cbd5e1;transition:background .18s,transform .18s}html.is-mobile .ev-mobile-dot.is-active{background:#0f172a;transform:scale(1.4)}html.is-mobile .ev-mobile-products-label{font-size:11px;font-weight:600;color:#475569;letter-spacing:.1em;text-transform:uppercase}.ev-product-banner{display:flex;align-items:center;justify-content:space-between;padding:8px 24px;background:#f8fafc;border-bottom:1px solid #e2e8f0;gap:24px;margin:-12px -20px 16px;border-radius:0}.ev-product-banner-promo{font-size:13px;color:var(--color-text-muted);font-weight:500;white-space:nowrap}.ev-product-banner-tabs{display:flex;gap:2px;flex:1;justify-content:center;max-width:600px;flex-wrap:wrap}.ev-banner-tab{margin:0;padding:6px 16px;font-size:13px;font-weight:500;color:var(--color-text-muted);background:0 0;border:none;border-radius:4px;cursor:pointer;transition:all .2s ease;white-space:nowrap}.ev-banner-tab:hover{background:#fff;color:#475569}.ev-banner-tab.is-active{background:#fff;color:#0f172a;font-weight:600;box-shadow:0 1px 3px rgba(0,0,0,.08)}.ev-banner-tab.is-coming-soon,.ev-banner-tab:disabled{opacity:.55;cursor:default;background:0 0;color:#94a3b8}.ev-banner-tab.is-coming-soon:hover{background:0 0;color:#94a3b8}html.is-mobile #productBanner{display:none!important}.ev-order-panel{margin-top:24px;padding:20px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.ev-order-title{margin:0 0 12px;font-size:18px;font-weight:600;color:#111827}.ev-free-ship-note{color:#059669;font-weight:400;font-size:13px}.ev-order-lines{display:flex;flex-direction:column}.ev-order-line{display:flex;justify-content:space-between;align-items:center;padding:12px 0;font-size:15px;color:#111827}.ev-order-line:not(:last-of-type){border-bottom:1px solid #f1f5f9}.ev-order-line-label{display:flex;align-items:center;gap:8px;min-width:0;color:#111827}.ev-order-qty{font-weight:600;color:#111827}.ev-order-unit{color:var(--color-text-muted);font-size:14px}.ev-order-line-amount{display:flex;align-items:center;font-weight:600;color:#111827;font-size:15px}.ev-order-line-strike{text-decoration:line-through;color:var(--color-text-muted);font-size:14px;margin-right:8px}.ev-order-line-free{color:#059669;font-weight:600;font-size:14px}.ev-order-total-row{display:flex;justify-content:space-between;align-items:center;padding:16px 0 20px;margin-top:4px;border-top:1px solid #e2e8f0}.ev-order-total-label{font-size:12px;font-weight:600;letter-spacing:.05em;color:var(--color-text-muted);text-transform:uppercase}.ev-order-total-amount{font-size:28px;font-weight:700;color:#111827}.ev-buy-btn{width:100%;padding:14px 24px;background:#0f172a;color:#fff;border:none;border-radius:999px;font-size:15px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:background 150ms ease}.ev-buy-btn::after{content:'→';font-size:18px;line-height:1}.ev-buy-btn:hover{background:#1e293b}.ev-buy-btn:disabled{background:#94a3b8;cursor:not-allowed}.ev-buy-btn:disabled:hover{background:#94a3b8}.ev-buy-btn.is-loading::after{display:none}