.shop-cart-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;border:1px solid var(--landing-border,#e4e4e7);border-radius:999px;background:var(--landing-surface,#fff);color:var(--landing-fg,#18181b);cursor:pointer;transition:border-color .15s ease,background .15s ease}.shop-cart-btn:hover{border-color:color-mix(in srgb,var(--landing-accent,#0891b2) 45%,#e4e4e7)}.shop-cart-btn__badge{position:absolute;top:-4px;right:-4px;min-width:1.1rem;height:1.1rem;padding:0 .25rem;border-radius:999px;font-size:.65rem;font-weight:700;line-height:1.1rem;text-align:center;color:#fff;background:var(--landing-accent,#0891b2)}.shop-drawer{position:fixed;inset:0;z-index:80;pointer-events:none}.shop-drawer--open{pointer-events:auto}.shop-drawer__backdrop{position:absolute;inset:0;border:none;padding:0;background:rgb(0 0 0/.45);opacity:0;transition:opacity .25s ease;cursor:pointer}.shop-drawer--open .shop-drawer__backdrop{opacity:1}.shop-drawer__panel{position:absolute;top:0;right:0;bottom:0;width:min(420px,100%);display:flex;flex-direction:column;background:var(--landing-surface,#fff);box-shadow:-12px 0 40px rgb(0 0 0/.12);transform:translateX(100%);transition:transform .3s cubic-bezier(.22,1,.36,1)}.shop-drawer--open .shop-drawer__panel{transform:translateX(0)}.shop-drawer__head{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;border-bottom:1px solid var(--landing-border,#e4e4e7)}.shop-drawer__title{margin:0;font-size:1.1rem;font-weight:600}.shop-drawer__close{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border:none;border-radius:.5rem;background:transparent;color:var(--landing-muted,#71717a);cursor:pointer}.shop-drawer__close:hover{color:var(--landing-fg,#18181b);background:color-mix(in srgb,var(--landing-border,#e4e4e7) 40%,transparent)}.shop-drawer__body{flex:1 1;overflow-y:auto;padding:1rem 1.25rem}.shop-drawer__empty{margin:2rem 0;text-align:center;color:var(--landing-muted,#71717a);font-size:.95rem}.shop-drawer__lines{display:flex;flex-direction:column;gap:1rem}.shop-drawer__foot{padding:1rem 1.25rem 1.25rem;border-top:1px solid var(--landing-border,#e4e4e7)}.shop-drawer__subtotal{display:flex;justify-content:space-between;margin-bottom:1rem;font-size:.95rem}.shop-drawer__subtotal strong{font-size:1.05rem}.shop-drawer__actions{display:flex;flex-direction:column;gap:.5rem}.shop-line{display:grid;grid-template-columns:64px 1fr auto;grid-gap:.75rem;gap:.75rem;align-items:start}.shop-line__thumb{width:64px;height:64px;border-radius:8px;background:color-mix(in srgb,var(--landing-border,#e4e4e7) 35%,#fff);overflow:hidden;display:flex;align-items:center;justify-content:center}.shop-line__thumb img{width:100%;height:100%;object-fit:cover}.shop-line__thumb-placeholder{font-size:.65rem;font-weight:600;color:var(--landing-muted,#71717a);text-align:center;padding:.25rem}.shop-line__name{margin:0 0 .25rem;font-size:.9rem;font-weight:600}.shop-line__price{margin:0;font-size:.85rem;color:var(--landing-muted,#71717a)}.shop-line__qty{display:flex;align-items:center;gap:.35rem;margin-top:.5rem}.shop-line__qty button{width:1.75rem;height:1.75rem;border:1px solid var(--landing-border,#e4e4e7);border-radius:6px;background:#fff;cursor:pointer;font-size:1rem;line-height:1}.shop-line__qty span{min-width:1.5rem;text-align:center;font-size:.85rem}.shop-line__remove{border:none;background:none;padding:.25rem;color:var(--landing-muted,#71717a);cursor:pointer}.shop-line__remove:hover{color:#dc2626}.shop-btn{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:.65rem 1rem;border-radius:999px;font-size:.9rem;font-weight:600;text-decoration:none;cursor:pointer;border:1px solid transparent;transition:transform .15s ease,opacity .15s ease}.shop-btn:disabled{opacity:.45;cursor:not-allowed}.shop-btn--primary{color:var(--landing-bg,#fafafa);background:var(--landing-fg,#18181b);border-color:var(--landing-fg,#18181b)}.shop-btn--primary:not(:disabled):hover{transform:translateY(-1px)}.shop-btn--ghost{color:var(--landing-fg,#18181b);background:transparent;border-color:var(--landing-border,#e4e4e7)}.shop-btn--ghost:hover{border-color:var(--landing-fg,#18181b)}.shop-btn--sm{width:auto;padding:.45rem .85rem;font-size:.8rem}.landing-product-card__actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.35rem}.landing-product-card__btn-add{flex:1 1;min-width:7rem;padding:.5rem .75rem;border:none;border-radius:999px;font-size:.8rem;font-weight:600;color:var(--landing-bg,#fafafa);background:var(--landing-fg,#18181b);cursor:pointer}.landing-product-card__btn-add:hover{opacity:.92}.landing-product-card__btn-details{padding:.5rem .75rem;border:1px solid var(--landing-border,#e4e4e7);border-radius:999px;font-size:.8rem;font-weight:500;color:var(--landing-muted,#71717a);background:transparent;cursor:pointer}.landing-product-card__btn-details:hover{color:var(--landing-fg,#18181b);border-color:var(--landing-fg,#18181b)}.shop-modal{position:fixed;inset:0;z-index:90;display:flex;align-items:center;justify-content:center;padding:clamp(.5rem,2vw,1.25rem)}.shop-modal__backdrop{position:absolute;inset:0;z-index:0;border:none;background:rgb(0 0 0/.5);cursor:pointer}.shop-modal__dialog{position:relative;z-index:1;display:flex;flex-direction:column;width:min(95vw,1200px);height:min(92vh,900px);max-height:92vh;overflow:hidden;background:var(--landing-surface,#fff);border-radius:16px;padding:1.5rem;box-shadow:0 24px 64px rgb(0 0 0/.18)}@media (min-width:768px){.shop-modal__dialog{padding:1.5rem .35rem 1.5rem 1.5rem}}.shop-modal__close{position:absolute;top:.75rem;right:.75rem;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border:none;border-radius:.5rem;background:var(--landing-surface,#fff);color:var(--landing-muted,#71717a);cursor:pointer;box-shadow:0 2px 8px rgb(0 0 0/.08)}.shop-modal__layout{display:flex;flex:1 1;flex-direction:column;gap:1.25rem;min-height:0;overflow:hidden}@media (min-width:768px){.shop-modal__layout{flex-direction:row;gap:2rem}}.shop-modal__media{position:relative;flex:1 1 50%;min-width:0;min-height:0;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start}.shop-modal__highlight{position:absolute;top:.65rem;right:.65rem;z-index:1;width:-moz-fit-content;width:fit-content;max-width:calc(100% - 1.3rem);font-size:.62rem;font-weight:700;letter-spacing:.05em;line-height:1.25;text-transform:uppercase;padding:.28rem .5rem;border-radius:999px;background:linear-gradient(90deg,var(--g-blue),var(--g-green));color:#fff}.shop-modal__gallery{display:flex;flex-direction:column;gap:.75rem;width:100%;min-height:0;flex:1 1}.shop-modal__gallery-main{position:relative;flex:1 1 auto;display:flex;align-items:center;justify-content:center;min-height:240px;max-height:min(58vh,540px);padding:.75rem;border-radius:12px;border:1px solid var(--landing-border,#e4e4e7);background:color-mix(in srgb,var(--landing-border,#e4e4e7) 18%,#fff);overflow:hidden}.shop-modal__gallery-main img{width:100%;height:100%;max-height:min(54vh,500px);object-fit:contain}.shop-modal__gallery-placeholder{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:color-mix(in srgb,var(--landing-fg,#18181b) 45%,transparent)}.shop-modal__gallery-thumbs{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.5rem}.shop-modal__gallery-thumbs li{flex:0 0 auto}.shop-modal__gallery-thumb{display:block;width:4.5rem;height:4.5rem;padding:.25rem;border:2px solid transparent;border-radius:8px;background:var(--landing-surface,#fff);cursor:pointer;overflow:hidden;transition:border-color .15s ease}.shop-modal__gallery-thumb:hover{border-color:color-mix(in srgb,var(--landing-fg,#18181b) 25%,transparent)}.shop-modal__gallery-thumb--active{border-color:var(--landing-fg,#18181b)}.shop-modal__gallery-thumb img{width:100%;height:100%;object-fit:cover;border-radius:4px}.shop-modal__content{flex:1 1 50%;min-width:0;min-height:0;overflow-y:auto;padding-right:.25rem;scrollbar-width:thin;scrollbar-color:color-mix(in srgb,var(--landing-muted,#71717a) 55%,transparent) transparent}.shop-modal__content::-webkit-scrollbar{width:5px}.shop-modal__content::-webkit-scrollbar-track{background:transparent}.shop-modal__content::-webkit-scrollbar-thumb{background:color-mix(in srgb,var(--landing-muted,#71717a) 50%,transparent);border-radius:999px}.shop-modal__content::-webkit-scrollbar-thumb:hover{background:var(--landing-muted,#71717a)}@media (min-width:768px){.shop-modal__content{padding-right:.65rem}}.shop-modal__title{margin:0 0 .5rem;font-size:clamp(1.25rem,2.5vw,1.75rem);line-height:1.2}.shop-modal__summary{margin:0 0 1rem;color:var(--landing-muted,#71717a);font-size:.95rem;line-height:1.5}.shop-modal__bundles{margin:0 0 1.25rem}.shop-modal__bundles-label{margin:0 0 .65rem;font-size:.85rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:var(--landing-muted,#71717a)}.shop-modal__bundle-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.55rem}.shop-modal__bundle-option{display:flex;align-items:center;gap:.85rem;width:100%;min-height:4.25rem;padding:.85rem 1rem;border:1.5px solid var(--landing-border,#e4e4e7);border-radius:14px;background:#fff;cursor:pointer;text-align:left;font:inherit;transition:border-color .15s,background .15s,box-shadow .15s,transform .15s}.shop-modal__bundle-option:hover{border-color:color-mix(in srgb,var(--landing-fg,#18181b) 28%,#e4e4e7);transform:translateY(-1px)}.shop-modal__bundle-option--popular{border-color:color-mix(in srgb,var(--landing-accent,#2563eb) 35%,var(--landing-border,#e4e4e7));background:color-mix(in srgb,var(--landing-accent,#2563eb) 5%,#fff)}.shop-modal__bundle-option--selected{border-color:var(--landing-fg,#18181b);background:color-mix(in srgb,var(--landing-fg,#18181b) 5%,#fff);box-shadow:0 0 0 1px var(--landing-fg,#18181b)}.shop-modal__bundle-option--popular.shop-modal__bundle-option--selected{border-color:var(--landing-accent,#2563eb);background:color-mix(in srgb,var(--landing-accent,#2563eb) 8%,#fff);box-shadow:0 0 0 1px var(--landing-accent,#2563eb)}.shop-modal__bundle-radio{flex-shrink:0;width:1.15rem;height:1.15rem;border:2px solid var(--landing-border,#e4e4e7);border-radius:50%;background:#fff;transition:border-color .15s,background .15s,box-shadow .15s}.shop-modal__bundle-radio[data-selected]{border-color:var(--landing-fg,#18181b);background:var(--landing-fg,#18181b);box-shadow:inset 0 0 0 3px #fff}.shop-modal__bundle-option--popular .shop-modal__bundle-radio[data-selected]{border-color:var(--landing-accent,#2563eb);background:var(--landing-accent,#2563eb)}.shop-modal__bundle-main{display:flex;flex:1 1;flex-direction:column;gap:.2rem;min-width:0}.shop-modal__bundle-title-row{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem}.shop-modal__bundle-name{font-size:.95rem;font-weight:600;line-height:1.25}.shop-modal__bundle-badge{font-size:.62rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:.18rem .45rem;border-radius:999px;white-space:nowrap}.shop-modal__bundle-badge--popular{background:var(--landing-accent,#2563eb);color:#fff}.shop-modal__bundle-badge--value{color:#166534;background:color-mix(in srgb,#22c55e 14%,transparent);border:1px solid color-mix(in srgb,#22c55e 28%,var(--landing-border,#e4e4e7))}.shop-modal__bundle-unit{font-size:.8rem;font-weight:500;color:var(--landing-muted,#71717a)}.shop-modal__bundle-pricing{display:flex;flex-shrink:0;flex-direction:column;align-items:flex-end;gap:.2rem;margin-left:auto}.shop-modal__bundle-price{font-size:1rem;font-weight:700;white-space:nowrap;line-height:1.2}.shop-modal__bundle-save{font-size:.72rem;font-weight:700;color:#166534;white-space:nowrap}.shop-modal__price{margin:0 0 1rem;font-size:1.15rem;font-weight:600}.shop-modal__price-label{font-size:.85rem;font-weight:500;color:var(--landing-muted,#71717a)}.shop-modal__qty{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}.shop-modal__qty label{font-size:.9rem;font-weight:500}.shop-modal__qty-controls{display:flex;align-items:center;gap:.5rem}.shop-modal__qty-controls button{width:2rem;height:2rem;border:1px solid var(--landing-border,#e4e4e7);border-radius:8px;background:#fff;cursor:pointer;font-size:1.1rem}.shop-modal__actions{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem}.shop-modal__description{margin:0;padding-top:1.25rem;border-top:1px solid var(--landing-border,#e4e4e7);color:var(--landing-muted,#71717a);font-size:.9rem;line-height:1.6}.shop-modal__description p{margin:0 0 .85rem}.shop-modal__description p:last-child{margin-bottom:0}.landing-product-card[role=button]{cursor:pointer}.landing-product-card[role=button]:focus-visible{outline:2px solid var(--landing-fg,#18181b);outline-offset:2px}.shop-products-empty{grid-column:1/-1;text-align:center;padding:2rem;color:var(--landing-muted,#71717a)}.shop-product-skeleton{display:contents}.shop-product-skeleton__card{pointer-events:none}.shop-product-skeleton__card:hover{transform:none;border-color:var(--landing-border);box-shadow:0 1px 3px rgba(0,0,0,.05)}.shop-product-skeleton__bone{display:block;border-radius:8px;background:linear-gradient(90deg,#f4f4f5,#ececee 45%,#f4f4f5 90%);background-size:200% 100%;animation:shop-product-skeleton-shimmer 1.15s ease-in-out infinite}.shop-product-skeleton__visual{width:100%;aspect-ratio:1/1;margin-bottom:.35rem;border-radius:.75rem}.shop-product-skeleton__name{width:72%;height:1.05rem;border-radius:6px}.shop-product-skeleton__summary{width:100%;height:.85rem}.shop-product-skeleton__summary--short{width:82%}.shop-product-skeleton__price{width:38%;height:.95rem;border-radius:6px}.shop-product-skeleton__actions{margin-top:.35rem}.shop-product-skeleton__btn{height:2.1rem;border-radius:999px}.shop-product-skeleton__btn--add{flex:1 1;min-width:7rem}.shop-product-skeleton__btn--details{width:5.75rem;flex-shrink:0}@keyframes shop-product-skeleton-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@media (prefers-reduced-motion:reduce){.shop-product-skeleton__bone{animation:none;background:#f4f4f5}}