.shop-drawer{position:fixed;inset:0;z-index:100}.shop-drawer.hidden{display:none}.shop-drawer__backdrop{position:absolute;inset:0;background:#11182799}.shop-drawer__panel{position:absolute;top:0;right:0;display:flex;width:100%;height:100%;flex-direction:column;padding-top:101px;background:var(--jl-surface);box-shadow:var(--jl-shadow-float)}.shop-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:var(--jl-space-4);border-bottom:1px solid var(--jl-line)}.shop-drawer__header h2,.shop-drawer__footer p,.shop-drawer__form h3{margin:0}.shop-drawer__header svg{width:1.25rem;height:1.25rem}.shop-drawer__items{flex:1;overflow-y:auto;margin:0;padding:var(--jl-space-4)}.shop-drawer__empty{display:flex;flex:1;align-items:center;justify-content:center;padding:var(--jl-space-4);color:var(--jl-muted);text-align:center}.shop-drawer__empty svg{width:3rem;height:3rem;margin:0 auto var(--jl-space-4);color:var(--jl-line)}.shop-drawer__footer,.shop-drawer__form{display:grid;gap:var(--jl-space-4);padding:var(--jl-space-4);border-top:1px solid var(--jl-line)}.shop-drawer__footer .jl-button,.shop-drawer__form>.jl-button--primary{width:100%}.shop-drawer__total{display:flex;align-items:center;justify-content:space-between;color:var(--jl-ink);font-size:1.1rem;font-weight:800}.shop-drawer__note{margin:0;color:var(--jl-muted);font-size:.75rem;text-align:center}.shop-drawer__back{justify-content:start;justify-self:start;gap:var(--jl-space-2);margin-bottom:var(--jl-space-2)}.shop-drawer__back svg{width:1rem;height:1rem}.shop-drawer__error{margin:0;color:var(--jl-danger);font-size:.875rem}.shop-cart-item{display:flex;gap:var(--jl-space-3);padding:var(--jl-space-4) 0;border-bottom:1px solid var(--jl-line-soft)}.shop-cart-item:last-child{border-bottom:0}.shop-cart-item__media{display:grid;width:4rem;height:4rem;flex:0 0 4rem;place-items:center;overflow:hidden;border:var(--jl-border);border-radius:var(--jl-radius-control);background:var(--jl-canvas)}.shop-cart-item__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.shop-cart-item__placeholder{width:2rem;height:2rem}.shop-cart-item__body{min-width:0;flex:1}.shop-cart-item__title{overflow:hidden;margin:0;color:var(--jl-ink);font-size:.875rem;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.shop-cart-item__option,.shop-cart-item__personalisation{margin:0;color:var(--jl-muted);font-size:.8rem}.shop-cart-item__personalisation{color:#858b95;font-size:.75rem}.shop-cart-item__controls{display:flex;align-items:center;justify-content:space-between;margin-top:var(--jl-space-2)}.shop-cart-item__quantity{display:flex;align-items:center;gap:var(--jl-space-2)}.shop-cart-item__quantity button,.shop-cart-remove{display:grid;width:1.9rem;height:1.9rem;place-items:center;padding:0;border:var(--jl-border);border-radius:var(--jl-radius-sm);background:var(--jl-surface);color:var(--jl-slate);font:inherit}.shop-cart-item__quantity span{min-width:1.5rem;font-size:.875rem;text-align:center}.shop-cart-item__price{color:var(--jl-ink);font-size:.875rem;font-weight:750}.shop-cart-remove{align-self:start;border-color:transparent}.shop-cart-remove:hover{border-color:var(--jl-danger-line);color:var(--jl-danger)}.shop-cart-remove svg{width:1.1rem;height:1.1rem}.shop-drawer .jl-button--primary{border-color:var(--shop-accent);background:var(--shop-accent)}.shop-drawer .jl-label span{color:var(--jl-danger)}@media(min-width:768px){.shop-drawer__panel{max-width:28rem}}.shop-cart-bar{position:fixed;right:0;bottom:0;left:0;z-index:40;border-top:3px solid var(--shop-accent);background:var(--jl-surface)}.shop-cart-bar__inner{width:min(100%,var(--jl-page-width));margin-inline:auto;padding-inline:var(--jl-space-4)}.shop-cart-bar__button{display:flex;width:100%;align-items:center;justify-content:space-between;padding:var(--jl-space-3) 0;border:0;background:transparent;color:var(--jl-ink);font:inherit}.shop-cart-bar__button:focus-visible{outline:0;box-shadow:inset var(--jl-focus)}.shop-cart-bar__label{display:flex;align-items:center;gap:var(--jl-space-3);font-weight:750}.shop-cart-bar__count{display:grid;width:2.5rem;height:2.5rem;place-items:center;border-radius:var(--jl-radius-control);background:var(--shop-accent);color:#fff;font-weight:800}.shop-cart-bar__total{color:var(--shop-accent);font-size:1.125rem;font-weight:800}.shop-tag-btn{min-height:40px;padding:.5rem .875rem;border:var(--jl-border);border-radius:var(--jl-radius-control);background:var(--jl-surface);color:var(--jl-slate);font:inherit;font-size:.875rem;font-weight:700}.shop-tag-btn:hover{background:var(--jl-canvas)}.shop-tag-btn.is-active{border-color:var(--shop-accent);background:var(--shop-accent);color:#fff}.shop-line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.shop-empty-state{grid-column:1 / -1;padding:3rem 1.5rem;border:1px dashed var(--jl-line);border-radius:var(--jl-radius-card);background:var(--jl-canvas);color:var(--jl-muted);font-size:.875rem;text-align:center}.shop-product-card{display:flex;height:100%;flex-direction:column;overflow:hidden;padding:0;border:var(--jl-border);border-radius:var(--jl-radius-card);background:var(--jl-surface);color:var(--jl-ink);font:inherit;text-align:left;transition:border-color .16s ease}.shop-product-card:hover{border-color:#b6bcc5}.shop-product-card:focus-visible{outline:0;box-shadow:var(--jl-focus)}.shop-product-card__media{position:relative;overflow:hidden;aspect-ratio:1;border-bottom:1px solid var(--jl-line-soft);background:var(--jl-canvas)}.shop-product-card__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.shop-product-card__placeholder{width:3rem;height:3rem}.shop-product-card__badge{position:absolute;top:var(--jl-space-3);left:var(--jl-space-3);padding:.35rem .55rem;border-radius:var(--jl-radius-sm);background:var(--shop-accent);color:#fff;font-size:.68rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.shop-product-card__body{display:flex;flex:1;flex-direction:column;padding:var(--jl-space-4)}.shop-product-card__title{margin:0;color:var(--jl-ink);font-size:.95rem;font-weight:800;line-height:1.4}.shop-product-card__description{margin:var(--jl-space-1) 0 0;color:var(--jl-muted);font-size:.82rem;line-height:1.45}.shop-product-card__price{margin:auto 0 0;padding-top:var(--jl-space-3);color:var(--shop-accent);font-size:.875rem;font-weight:800}.shop-product-card__options{margin:var(--jl-space-1) 0 0;color:var(--jl-muted);font-size:.75rem}.shop-loading-spinner{width:1rem;height:1rem;flex:0 0 auto;border:2px solid #d1d5db;border-top-color:var(--shop-accent);border-radius:50%;animation:shop-loading-spin .8s linear infinite}.shop-loading-card{overflow:hidden;border:var(--jl-border);border-radius:var(--jl-radius-card);background:var(--jl-surface);animation:shop-loading-pulse 1.6s ease-in-out infinite}.shop-loading-card__image{aspect-ratio:1;background:var(--jl-line-soft)}.shop-loading-card__body{display:grid;gap:var(--jl-space-2);padding:var(--jl-space-4)}.shop-loading-card__line{height:.75rem;border-radius:var(--jl-radius-xs);background:var(--jl-line-soft)}.shop-loading-card__line--long{width:75%}.shop-loading-card__line--short{width:35%}.shop-notice{margin-bottom:var(--jl-space-5);padding:var(--jl-space-3) var(--jl-space-4);border:1px solid var(--jl-warning-line);border-radius:var(--jl-radius-control);background:var(--jl-warning-bg);color:var(--jl-warning);font-size:.875rem}.shop-filters{margin-bottom:var(--jl-space-6)}.shop-filters.hidden,.shop-product-grid.hidden,.shop-error.hidden,.shop-pagination.hidden{display:none}.shop-filters__list{display:flex;flex-wrap:wrap;gap:var(--jl-space-2)}.shop-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--jl-space-4)}.shop-loading__status{grid-column:1 / -1;display:flex;justify-content:center}.shop-loading__label{display:inline-flex;align-items:center;gap:var(--jl-space-2);padding:var(--jl-space-2) var(--jl-space-4);border:var(--jl-border);border-radius:var(--jl-radius-control);background:var(--jl-surface);color:var(--jl-slate);font-size:.875rem;font-weight:700}.shop-error{padding:3.5rem 1rem;color:var(--jl-danger);text-align:center}.shop-error p{margin:0;font-size:.875rem;font-weight:650}.shop-error__detail{margin-top:var(--jl-space-2)!important;color:var(--jl-muted)}.shop-catalog__results{padding-bottom:6rem}.shop-pagination{margin-top:var(--jl-space-6)}.shop-pagination__panel{display:flex;max-width:48rem;margin-inline:auto;flex-direction:column;gap:var(--jl-space-3)}.shop-pagination__panel p{margin:0}.shop-pagination__actions{display:flex;align-items:center;justify-content:end;gap:var(--jl-space-2)}.shop-pagination__indicator{min-width:5.5rem;color:var(--jl-muted);font-size:.875rem;font-weight:650;text-align:center}@media(min-width:768px){.shop-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--jl-space-5)}.shop-pagination__panel{align-items:center;justify-content:space-between;flex-direction:row}}@media(min-width:1280px){.shop-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--jl-space-6)}}@keyframes shop-loading-spin{to{transform:rotate(360deg)}}@keyframes shop-loading-pulse{0%,to{opacity:1}50%{opacity:.55}}@media(prefers-reduced-motion:reduce){.shop-loading-spinner,.shop-loading-card{animation:none}}.shop-modal{position:fixed;inset:0;z-index:50;display:flex;align-items:end;justify-content:center;background:#111827a8}.shop-modal.hidden{display:none}.shop-modal__panel{width:100%;max-height:88vh;overflow-y:auto;border-radius:var(--jl-radius-modal) var(--jl-radius-modal) 0 0;background:var(--jl-surface);box-shadow:var(--jl-shadow-float)}.shop-modal__content{padding:var(--jl-space-6)}.shop-modal__header{display:flex;align-items:start;justify-content:space-between;gap:var(--jl-space-4);margin-bottom:var(--jl-space-4)}.shop-modal__header h2,.shop-modal__description{margin:0}.shop-modal__description{margin-top:var(--jl-space-2)}.shop-modal__header svg{width:1.25rem;height:1.25rem}.shop-modal__fields{display:grid;gap:var(--jl-space-4)}.shop-modal__price-row{display:flex;align-items:end;justify-content:space-between;gap:var(--jl-space-4)}.shop-modal__price{margin:0;color:var(--shop-accent);font-size:1.5rem;font-weight:800}.shop-modal__quantity{display:flex;align-items:center;gap:var(--jl-space-2)}.shop-modal__quantity-input{width:4rem;text-align:center}.shop-modal__error{margin:0;color:var(--jl-danger);font-size:.875rem}.shop-add-btn{width:100%}.shop-add-btn.is-added{border-color:var(--jl-success);background-color:var(--jl-success)}@media(min-width:768px){.shop-modal{align-items:center;padding:var(--jl-space-4)}.shop-modal__panel{max-width:28rem;border-radius:var(--jl-radius-modal)}}
