.shop-product-grid{display:grid;gap:1rem;grid-template-columns:repeat(1,minmax(0,1fr))}@media (min-width:640px){.shop-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.1rem}}@media (min-width:1024px){.shop-product-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:1.15rem}}@media (min-width:1280px){.shop-product-grid{gap:1.2rem}}.shop-product-card{overflow:hidden;border-radius:1.1rem;border:1px solid rgba(226,232,240,.9);background:#fff;box-shadow:0 2px 8px rgba(15,23,42,.05),0 10px 28px rgba(15,23,42,.07);transition:box-shadow .28s ease,transform .28s ease,border-color .28s ease;display:flex;flex-direction:column}.shop-product-card--has-image{border-color:#e2e8f0;box-shadow:0 4px 14px rgba(15,23,42,.07),0 16px 36px rgba(15,23,42,.1)}.shop-product-card--no-image{opacity:.88;box-shadow:0 2px 6px rgba(15,23,42,.04)}.shop-product-card--no-image .shop-product-card__media{background:linear-gradient(160deg,#f8fafc,#f1f5f9)}:where([data-theme=dark]) .shop-product-card{border-color:#1e293b;background:rgba(15,23,42,.72);box-shadow:0 1px 3px rgba(0,0,0,.25)}.shop-product-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(15,23,42,.08),0 22px 48px rgba(15,23,42,.14);border-color:color-mix(in srgb,var(--shop-primary,var(--tenant-primary,#f27a1a)) 35%,#e2e8f0)}.shop-product-card--has-image:hover{box-shadow:0 10px 24px rgba(15,23,42,.1),0 28px 56px rgba(15,23,42,.16),0 0 0 1px color-mix(in srgb,var(--shop-primary,#f27a1a) 18%,transparent)}:where([data-theme=dark]) .shop-product-card:hover{border-color:color-mix(in srgb,var(--tenant-primary,#0284c7) 40%,#1e293b);box-shadow:0 12px 28px rgba(0,0,0,.35)}.shop-product-card__media{position:relative;aspect-ratio:1/1;min-height:12.5rem;background:linear-gradient(165deg,#fff,#fafcff 40%,#f1f5f9);border-bottom:1px solid #f1f5f9;display:flex;align-items:center;justify-content:center;padding:.35rem;overflow:hidden}.shop-product-card--has-image .shop-product-card__media{background:radial-gradient(ellipse 85% 75% at 50% 42%,#fff 0,#f8fafc 55%,#f1f5f9 100%)}.shop-product-card--has-image .shop-product-card__media:before{content:"";position:absolute;inset:8%;border-radius:1rem;background:hsla(0,0%,100%,.65);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.9),0 12px 32px rgba(15,23,42,.1),0 4px 12px rgba(15,23,42,.06);z-index:0;pointer-events:none}.shop-product-card--has-image .shop-product-card__media-stage{position:relative;z-index:1;isolation:isolate}.shop-product-card__media-stage{width:100%;height:100%;display:flex;align-items:center;justify-content:center;transition:transform .38s cubic-bezier(.22,1,.36,1);will-change:transform}.shop-product-card:hover .shop-product-card__media-stage{transform:scale(1.06) translateY(-3px)}.shop-product-card--has-image:hover .shop-product-card__media:before{box-shadow:inset 0 1px 0 hsla(0,0%,100%,.95),0 18px 42px rgba(15,23,42,.14),0 6px 16px rgba(15,23,42,.08)}:where([data-theme=dark]) .shop-product-card__media{background:linear-gradient(145deg,#1e293b,#0f172a);border-bottom-color:#1e293b}.shop-product-photo.irazoto-product-photo{width:100%;height:100%;max-width:none;max-height:none;border-radius:.85rem;border:0;background:transparent;font-size:2.5rem;box-shadow:0 10px 28px rgba(15,23,42,.08);transition:box-shadow .32s ease}.shop-product-card:hover .shop-product-photo.irazoto-product-photo{box-shadow:0 16px 40px rgba(15,23,42,.14)}:where([data-theme=dark]) .shop-product-photo.irazoto-product-photo{border-color:#334155;background:#0f172a}.shop-product-photo.irazoto-product-photo--has-img img{object-fit:contain;padding:.5rem;transform-origin:center center;transition:transform .38s cubic-bezier(.22,1,.36,1)}.shop-product-card:hover .shop-product-photo.irazoto-product-photo--has-img img.shop-card-gallery__img.is-active{transform:scale(1.06)}.shop-card-gallery{position:relative;width:100%;height:100%;border:0;background:transparent;padding:0;cursor:zoom-in;overflow:hidden;border-radius:inherit}.shop-card-gallery__stack{position:relative;width:100%;height:100%;min-height:10rem}.shop-card-gallery__img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;padding:.35rem;opacity:0;transform:scale(.96);filter:drop-shadow(0 8px 16px rgb(15 23 42/.12));transition:opacity .22s ease,transform .32s cubic-bezier(.22,1,.36,1),filter .32s ease;pointer-events:none}.shop-card-gallery__img.is-active{opacity:1;transform:scale(1);z-index:1;filter:drop-shadow(0 12px 24px rgb(15 23 42/.16))}.shop-card-gallery--hover .shop-card-gallery__img.is-active{transform:scale(1.08);filter:drop-shadow(0 16px 32px rgb(15 23 42/.2))}.shop-card-gallery__segments{position:absolute;top:.45rem;left:.45rem;right:.45rem;z-index:3;display:flex;gap:.2rem;opacity:0;transition:opacity .2s ease}.shop-card-gallery--hover .shop-card-gallery__segments,.shop-card-gallery--many:focus-within .shop-card-gallery__segments{opacity:1}.shop-card-gallery__segments span{flex:1;height:.18rem;border-radius:999px;background:hsla(0,0%,100%,.55);box-shadow:0 0 0 1px rgba(15,23,42,.08)}.shop-card-gallery__segments span.is-active{background:var(--shop-primary,var(--tenant-primary,#f27a1a));box-shadow:none}.shop-card-gallery__hint{position:absolute;bottom:.5rem;left:50%;transform:translateX(-50%);z-index:3;padding:.2rem .55rem;border-radius:999px;font-size:.62rem;font-weight:700;letter-spacing:.04em;color:#475569;background:hsla(0,0%,100%,.92);border:1px solid #e2e8f0;opacity:0;transition:opacity .2s ease;pointer-events:none}.shop-card-gallery--hover .shop-card-gallery__hint{opacity:1}:where([data-theme=dark]) .shop-card-gallery__hint{background:rgba(15,23,42,.9);border-color:#334155;color:#cbd5e1}.shop-card-gallery:focus-visible{outline:2px solid var(--shop-primary,var(--tenant-primary,#f27a1a));outline-offset:2px}.shop-product-card__brand{position:absolute;top:.55rem;left:.55rem;z-index:5;max-width:5.5rem;padding:.2rem .35rem;border-radius:.5rem;background:hsla(0,0%,100%,.95);border:1px solid #e2e8f0;box-shadow:0 4px 14px rgba(15,23,42,.12);pointer-events:none}:where([data-theme=dark]) .shop-product-card__brand{background:rgba(15,23,42,.88);border-color:#334155}.shop-product-brand-logo.manufacturer-logo-cell{min-height:2rem;padding:0}.shop-product-brand-logo .manufacturer-logo-img{max-height:1.75rem;max-width:4.75rem;object-fit:contain}.shop-product-card__badge{position:absolute;top:.55rem;right:.55rem;z-index:5;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:.25rem .45rem;border-radius:999px;box-shadow:0 4px 14px rgba(15,23,42,.14);pointer-events:none}.shop-product-card__badge--out{background:#fee2e2;color:#b91c1c}:where([data-theme=dark]) .shop-product-card__badge--out{background:rgba(127,29,29,.45);color:#fca5a5}.shop-product-card__body{padding:.75rem .9rem .95rem;flex:1;display:flex;flex-direction:column}.shop-product-card__brand-row{display:flex;align-items:center;justify-content:space-between;gap:.45rem;min-height:1.25rem}.shop-product-card__brand-text{flex:1;min-width:0;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--tenant-primary,#0284c7);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shop-product-card__title{margin-top:.2rem;font-size:.86rem;font-weight:600;line-height:1.35;color:#0f172a;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.35rem}:where([data-theme=dark]) .shop-product-card__title{color:#f8fafc}.shop-product-card__code-row{display:flex;align-items:center;margin-top:.45rem;padding:.35rem .45rem;border-radius:.5rem;background:#f8fafc;border:1px solid #f1f5f9}:where([data-theme=dark]) .shop-product-card__code-row{background:rgba(30,41,59,.55);border-color:#334155}.shop-product-card__sku{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.68rem;font-weight:700;color:#334155;letter-spacing:.01em;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:where([data-theme=dark]) .shop-product-card__sku{color:#e2e8f0}.shop-product-card__stars{flex-shrink:0;margin-left:auto;justify-content:flex-end}.shop-product-card__oem{margin-top:.15rem;font-size:.72rem;color:#94a3b8}.shop-product-card__footer{margin-top:.85rem;padding-top:.75rem;border-top:1px solid #f1f5f9;display:flex;align-items:flex-end;justify-content:space-between;gap:.5rem}:where([data-theme=dark]) .shop-product-card__footer{border-top-color:#1e293b}.shop-product-card__price{font-size:1rem}.shop-product-card__stock{margin-top:.2rem;color:#64748b}.shop-product-card__status,.shop-product-card__stock{display:inline-flex;align-items:center;gap:.3rem;font-size:.72rem}.shop-product-card__status{font-weight:600;white-space:nowrap}.shop-product-card__status--in{color:#059669}.shop-product-card__status--out{color:#ef4444}a.shop-product-card{display:block;text-decoration:none;color:inherit}.shop-product-card__badge--sale{background:#ef4444;color:#fff}.shop-product-card__list-price{display:block;font-size:.78rem;color:#94a3b8;text-decoration:line-through}.shop-product-card__rating{display:none}.shop-stars{gap:.3rem}.shop-stars,.shop-stars__icons{display:inline-flex;align-items:center}.shop-stars__icons{gap:.05rem}.shop-stars__icon{color:#cbd5e1;fill:transparent;stroke-width:2}.shop-stars__icon.is-on{color:#f59e0b;fill:#f59e0b}.shop-stars--xs .shop-stars__icon{width:.72rem;height:.72rem}.shop-stars--sm .shop-stars__icon{width:.82rem;height:.82rem}.shop-stars--md .shop-stars__icon{width:1rem;height:1rem}.shop-stars__value{font-size:.68rem;font-weight:700;color:#64748b;white-space:nowrap}.shop-stars__value em{font-style:normal;font-weight:500;color:#94a3b8;margin-left:.15rem}.shop-product-card__add{display:flex;align-items:center;justify-content:center;gap:.4rem;width:100%;margin-top:.75rem;padding:.55rem;border:0;border-radius:.55rem;background:var(--shop-primary,var(--tenant-primary,#f27a1a));color:#fff;font-size:.8rem;font-weight:700;cursor:pointer;opacity:0;transform:translateY(4px);transition:opacity .15s ease,transform .15s ease,background .15s ease}.shop-product-card:hover .shop-product-card__add,.shop-product-card__add:focus-visible{opacity:1;transform:translateY(0)}.shop-product-card__add.is-added{opacity:1;transform:translateY(0);background:#059669}.shop-product-card__add:disabled{opacity:.45;cursor:not-allowed;background:#94a3b8}@media (max-width:768px){.shop-product-card__add{opacity:1;transform:none}}.shop-mp-root{--shop-primary:var(--tenant-primary,#f27a1a);--shop-primary-dark:color-mix(in srgb,var(--shop-primary) 82%,#000);--shop-accent:#ff6000;min-height:100vh}.shop-mp{display:flex;flex-direction:column;min-height:100vh}.shop-mp-container{width:100%;max-width:92rem;margin-inline:auto;padding-inline:.875rem}@media (min-width:640px){.shop-mp-container{padding-inline:1rem}}@media (min-width:1024px){.shop-mp-container{padding-inline:1.15rem}}@media (min-width:1280px){.shop-mp-container{padding-inline:1.25rem;max-width:96rem}}.shop-mp-container--catalog{max-width:min(100%,100rem);padding-inline:clamp(.75rem,1.5vw,1.35rem)}.shop-mp-loading{padding:4rem;text-align:center;color:#64748b}.shop-mp-topbar{background:var(--shop-primary);color:#fff;font-size:.72rem}.shop-mp-topbar__inner{display:flex;flex-wrap:wrap;gap:.75rem 1.5rem;justify-content:space-between;padding-block:.45rem}.shop-mp-topbar__inner span{display:inline-flex;align-items:center;gap:.35rem;opacity:.95}.shop-mp-header{position:sticky;top:0;z-index:40;background:hsla(0,0%,100%,.96);border-bottom:1px solid #e2e8f0;backdrop-filter:blur(10px);box-shadow:0 1px 0 rgba(15,23,42,.04)}:where([data-theme=dark]) .shop-mp-header{background:rgba(15,23,42,.92);border-bottom-color:#1e293b}.shop-mp-header__main{display:grid;gap:.85rem;align-items:center;padding-block:.85rem}@media (min-width:900px){.shop-mp-header__main{grid-template-columns:auto 1fr auto;gap:1.25rem}}.shop-mp-logo{display:inline-flex;align-items:center;gap:.6rem;text-decoration:none;color:inherit;min-width:0}.shop-mp-logo img{height:2.25rem;width:auto;object-fit:contain}.shop-mp-logo__fallback{display:grid;place-items:center;width:2.25rem;height:2.25rem;border-radius:.65rem;background:var(--shop-primary);color:#fff;font-weight:800;font-size:1rem}.shop-mp-logo__text{font-weight:800;font-size:1.05rem;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}:where([data-theme=dark]) .shop-mp-logo__text{color:#fff}.shop-mp-search{display:flex;align-items:stretch;border:2px solid var(--shop-primary);border-radius:.65rem;overflow:hidden;background:#fff;min-width:0}:where([data-theme=dark]) .shop-mp-search{background:#0f172a}.shop-mp-search__icon{display:none}@media (min-width:640px){.shop-mp-search__icon{display:block;width:1.1rem;height:1.1rem;margin:auto .65rem;color:#94a3b8;flex-shrink:0}}.shop-mp-search input{flex:1;min-width:0;border:0;padding:.7rem .85rem;font-size:.9rem;background:transparent;color:#0f172a;outline:none}:where([data-theme=dark]) .shop-mp-search input{color:#fff}.shop-mp-search button{border:0;background:var(--shop-primary);color:#fff;font-weight:700;font-size:.85rem;padding:0 1.1rem;cursor:pointer;white-space:nowrap}.shop-mp-search button:hover{background:var(--shop-primary-dark)}.shop-mp-search--compact input{padding-block:.55rem;font-size:.82rem}.shop-mp-header__actions{display:flex;align-items:center;gap:.35rem;flex-wrap:wrap;justify-content:flex-end}.shop-mp-action{display:none;align-items:center;gap:.35rem;padding:.45rem .65rem;border-radius:.55rem;font-size:.78rem;font-weight:600;text-decoration:none;color:#334155;border:1px solid transparent}@media (min-width:768px){.shop-mp-action{display:inline-flex}}:where([data-theme=dark]) .shop-mp-action{color:#e2e8f0}.shop-mp-action--ghost:hover{background:#f1f5f9}:where([data-theme=dark]) .shop-mp-action--ghost:hover{background:#1e293b}.shop-mp-cart-btn{display:inline-flex;align-items:center;gap:.45rem;padding:.5rem .85rem;border-radius:.65rem;background:var(--shop-primary);color:#fff;font-weight:700;font-size:.82rem;text-decoration:none;position:relative}.shop-mp-cart-btn em{position:absolute;top:-.35rem;right:-.35rem;min-width:1.15rem;height:1.15rem;padding:0 .25rem;border-radius:999px;background:#fff;color:var(--shop-primary);font-size:.62rem;font-style:normal;font-weight:800;display:grid;place-items:center;border:2px solid var(--shop-primary)}.shop-mp-main{flex:1;padding-bottom:2rem}.shop-mp-hero{background:linear-gradient(135deg,color-mix(in srgb,var(--shop-primary) 12%,#fff),#fffbf5);border-bottom:1px solid #fef3c7;margin-bottom:1.5rem}:where([data-theme=dark]) .shop-mp-hero{background:linear-gradient(135deg,#1e293b,#0f172a);border-bottom-color:#1e293b}.shop-mp-hero__inner{display:grid;gap:1.5rem;padding-block:2rem}@media (min-width:768px){.shop-mp-hero__inner{grid-template-columns:1fr auto;align-items:center}}.shop-mp-hero__eyebrow{display:inline-flex;align-items:center;gap:.4rem;font-size:.78rem;font-weight:700;color:var(--shop-primary);text-transform:uppercase;letter-spacing:.04em}.shop-mp-hero h1{margin-top:.5rem;font-size:clamp(1.5rem,3vw,2.15rem);font-weight:800;line-height:1.2;color:#0f172a}:where([data-theme=dark]) .shop-mp-hero h1{color:#fff}.shop-mp-hero__inner>div>p{margin-top:.65rem;color:#475569;font-size:.92rem;max-width:36rem}:where([data-theme=dark]) .shop-mp-hero__inner>div>p{color:#94a3b8}.shop-mp-hero__badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.shop-mp-hero__badges span{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .65rem;border-radius:999px;background:#fff;border:1px solid #fed7aa;font-size:.75rem;font-weight:600;color:#9a3412}:where([data-theme=dark]) .shop-mp-hero__badges span{background:#1e293b;border-color:#334155;color:#fdba74}.shop-mp-hero__promo{display:flex;gap:.75rem}.shop-mp-hero__promo-card{padding:1rem 1.15rem;border-radius:1rem;background:#fff;border:1px solid #fed7aa;box-shadow:0 8px 24px rgba(249,115,22,.12);min-width:7.5rem}.shop-mp-hero__promo-card small{display:block;font-size:.68rem;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.shop-mp-hero__promo-card strong{display:block;margin-top:.25rem;font-size:1.05rem;color:var(--shop-primary)}.shop-mp-hero__promo-card--alt{background:linear-gradient(145deg,var(--shop-primary),var(--shop-primary-dark));border-color:transparent;color:#fff}.shop-mp-hero__promo-card--alt small,.shop-mp-hero__promo-card--alt strong{color:#fff}.shop-mp-results-meta{margin-bottom:.85rem;font-size:.88rem;color:#475569}.shop-mp-categories{display:flex;gap:.45rem;overflow-x:auto;padding-bottom:.35rem;margin-bottom:1.25rem;scrollbar-width:thin}.shop-mp-categories button{flex-shrink:0;border:1px solid #e2e8f0;background:#fff;border-radius:999px;padding:.45rem .9rem;font-size:.8rem;font-weight:600;color:#334155;cursor:pointer;transition:all .15s ease}:where([data-theme=dark]) .shop-mp-categories button{background:#0f172a;border-color:#334155;color:#e2e8f0}.shop-mp-categories button.is-active,.shop-mp-categories button:hover{border-color:var(--shop-primary);background:color-mix(in srgb,var(--shop-primary) 10%,#fff);color:var(--shop-primary)}.shop-mp-empty-results{text-align:center;padding:3rem 1rem;color:#64748b}.shop-mp-btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:.65rem 1.1rem;border-radius:.65rem;font-weight:700;font-size:.88rem;border:1px solid transparent;cursor:pointer;text-decoration:none;transition:transform .12s ease,box-shadow .12s ease}.shop-mp-btn--block{width:100%;margin-top:.5rem}.shop-mp-btn--primary{background:var(--shop-primary);color:#fff}.shop-mp-btn--primary:hover:not(:disabled){background:var(--shop-primary-dark)}.shop-mp-btn--accent{background:#0f172a;color:#fff}:where([data-theme=dark]) .shop-mp-btn--accent{background:#fff;color:#0f172a}.shop-mp-btn--ghost{background:transparent;border-color:#e2e8f0;color:#334155}:where([data-theme=dark]) .shop-mp-btn--ghost{border-color:#334155;color:#e2e8f0}.shop-mp-btn:disabled{opacity:.5;cursor:not-allowed}.shop-mp-breadcrumb{display:flex;flex-wrap:wrap;gap:.35rem;font-size:.78rem;color:#64748b;padding-block:1rem .5rem}.shop-mp-breadcrumb a{color:var(--shop-primary);text-decoration:none}.shop-mp-pdp__grid{display:grid;gap:1.5rem;margin-top:.5rem}@media (min-width:900px){.shop-mp-pdp__grid{grid-template-columns:1fr 1fr;gap:2rem}}.shop-mp-pdp__main-image{display:block;width:100%;border:1px solid #e2e8f0;border-radius:1rem;background:linear-gradient(145deg,#fff,#f8fafc);padding:1.25rem;cursor:zoom-in}:where([data-theme=dark]) .shop-mp-pdp__main-image{border-color:#334155;background:#0f172a}.shop-pdp-photo.irazoto-product-photo{width:100%;min-height:18rem;max-height:22rem;border:0;background:transparent}.shop-mp-pdp__gallery-hint{margin-top:.5rem;font-size:.75rem;color:#64748b;text-align:center}.shop-mp-pdp__buybox h1{font-size:1.35rem;font-weight:700;line-height:1.35;color:#0f172a}:where([data-theme=dark]) .shop-mp-pdp__buybox h1{color:#fff}.shop-mp-pdp__brand-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.82rem;font-weight:600;color:#64748b}.shop-pdp-brand-logo.manufacturer-logo-cell{min-height:2rem}.shop-mp-pdp__rating{display:flex;align-items:center;gap:.5rem;margin-top:.5rem;font-size:.82rem;color:#64748b}.shop-mp-stars{display:inline-flex;gap:.1rem}.shop-mp-stars svg{color:#cbd5e1;fill:transparent}.shop-mp-stars svg.is-on{color:#f59e0b;fill:#f59e0b}.shop-mp-pdp__codes{margin-top:.65rem;font-size:.8rem;color:#64748b}.shop-mp-pdp__price-block{margin-top:1rem;padding:1rem;border-radius:.85rem;background:#fff7ed;border:1px solid #fed7aa}:where([data-theme=dark]) .shop-mp-pdp__price-block{background:#1e293b;border-color:#334155}.shop-mp-pdp__list-price{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#94a3b8;text-decoration:line-through}.shop-mp-pdp__discount{padding:.15rem .4rem;border-radius:.35rem;background:#ef4444;color:#fff;font-size:.72rem;font-weight:800;text-decoration:none}.shop-mp-pdp__price{font-size:1.65rem;font-weight:800;color:var(--shop-primary)}.shop-mp-pdp__vat{margin-top:.25rem;font-size:.75rem;color:#64748b}.shop-mp-pdp__stock{display:flex;align-items:center;gap:.4rem;margin-top:.85rem;font-size:.82rem}.shop-mp-pdp__stock .in{color:#059669;font-weight:600}.shop-mp-pdp__stock .out{color:#ef4444;font-weight:600}.shop-mp-pdp__qty{display:flex;align-items:center;gap:.75rem;margin-top:1rem;font-size:.85rem;font-weight:600}.shop-mp-qty-control{display:inline-flex;align-items:center;border:1px solid #e2e8f0;border-radius:.55rem;overflow:hidden;background:#fff}:where([data-theme=dark]) .shop-mp-qty-control{background:#0f172a;border-color:#334155}.shop-mp-qty-control button{display:grid;place-items:center;width:2.25rem;height:2.25rem;border:0;background:transparent;cursor:pointer;color:#334155}.shop-mp-qty-control input,.shop-mp-qty-control span{width:2.5rem;text-align:center;font-weight:700;border:0;background:transparent;font-size:.9rem;color:inherit}.shop-mp-pdp__actions{display:grid;grid-template-columns:1fr 1fr;gap:.65rem;margin-top:1rem}.shop-mp-pdp__added{display:flex;align-items:center;gap:.35rem;margin-top:.65rem;font-size:.82rem;color:#059669;font-weight:600}.shop-mp-pdp__perks{margin-top:1rem;padding-left:1.1rem;font-size:.78rem;color:#475569;line-height:1.7}.shop-mp-tabs{margin-top:2rem;border:1px solid #e2e8f0;border-radius:1rem;overflow:hidden;background:#fff}:where([data-theme=dark]) .shop-mp-tabs{background:#0f172a;border-color:#1e293b}.shop-mp-tabs__head{display:flex;border-bottom:1px solid #f1f5f9;overflow-x:auto}:where([data-theme=dark]) .shop-mp-tabs__head{border-bottom-color:#1e293b}.shop-mp-tabs__head button{flex:1;min-width:max-content;padding:.85rem 1rem;border:0;background:transparent;font-weight:600;font-size:.85rem;color:#64748b;cursor:pointer;border-bottom:2px solid transparent}.shop-mp-tabs__head button.is-active{color:var(--shop-primary);border-bottom-color:var(--shop-primary);background:color-mix(in srgb,var(--shop-primary) 6%,transparent)}.shop-mp-tabs__body{padding:1.25rem}.shop-mp-specs__desc{margin-bottom:1rem;color:#475569;line-height:1.6}.shop-mp-specs table{width:100%;border-collapse:collapse;font-size:.85rem}.shop-mp-specs td,.shop-mp-specs th{padding:.55rem .65rem;border-bottom:1px solid #f1f5f9;text-align:left}.shop-mp-specs th{width:38%;color:#64748b;font-weight:600}.shop-mp-reviews{display:grid;gap:1rem}.shop-mp-review{padding-bottom:1rem;border-bottom:1px solid #f1f5f9}.shop-mp-review__head{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.shop-mp-review .verified{font-size:.68rem;font-weight:700;color:#059669;background:#d1fae5;padding:.15rem .4rem;border-radius:.35rem}.shop-mp-review p{margin-top:.45rem;font-size:.88rem;line-height:1.55}.shop-mp-review time{display:block;margin-top:.35rem;font-size:.72rem;color:#94a3b8}.shop-mp-shipping-info h3{font-size:.95rem;font-weight:700;margin-bottom:.45rem}.shop-mp-shipping-info ul{margin-bottom:1rem;padding-left:1.1rem;font-size:.85rem;line-height:1.7}.shop-mp-shipping-info p{font-size:.85rem;color:#475569;line-height:1.6}.shop-mp-page-title{font-size:1.35rem;font-weight:800;padding-block:1.25rem .75rem;color:#0f172a}:where([data-theme=dark]) .shop-mp-page-title{color:#fff}.shop-mp-cart__layout{display:grid;gap:1.25rem}@media (min-width:900px){.shop-mp-cart__layout{grid-template-columns:1fr 20rem;align-items:start}}.shop-mp-cart-line,.shop-mp-cart__lines{display:grid;gap:.75rem}.shop-mp-cart-line{grid-template-columns:4.5rem 1fr auto;align-items:center;padding:.85rem;border:1px solid #e2e8f0;border-radius:.85rem;background:#fff}@media (min-width:640px){.shop-mp-cart-line{grid-template-columns:5rem 1fr auto auto auto}}:where([data-theme=dark]) .shop-mp-cart-line{background:#0f172a;border-color:#1e293b}.shop-cart-photo.irazoto-product-photo{width:4.5rem;height:4.5rem;border-radius:.55rem}.shop-mp-cart-line__name{font-weight:600;font-size:.88rem;color:#0f172a;text-decoration:none;line-height:1.35}:where([data-theme=dark]) .shop-mp-cart-line__name{color:#fff}.shop-mp-cart-line__brand,.shop-mp-cart-line__sku{font-size:.72rem;color:#64748b}.shop-mp-cart-line__price{text-align:right;font-size:.9rem}.shop-mp-cart-line__saved{display:block;font-size:.68rem;color:#059669;font-weight:600}.shop-mp-cart-line__remove{border:0;background:transparent;color:#94a3b8;cursor:pointer;padding:.35rem}.shop-mp-cart-line__remove:hover{color:#ef4444}.shop-mp-cart__summary{padding:1.1rem;border:1px solid #e2e8f0;border-radius:1rem;background:#f8fafc;position:sticky;top:5.5rem}:where([data-theme=dark]) .shop-mp-cart__summary{background:#0f172a;border-color:#1e293b}.shop-mp-cart__summary h2{font-size:1rem;font-weight:800;margin-bottom:.85rem}.shop-mp-cart__summary dl>div{display:flex;justify-content:space-between;gap:.75rem;padding-block:.4rem;font-size:.85rem}.shop-mp-cart__total{margin-top:.35rem;padding-top:.65rem!important;border-top:1px solid #e2e8f0;font-size:1rem!important;font-weight:800}.shop-mp-free{color:#059669;font-weight:700}.shop-mp-cart__free-hint{margin-top:.65rem;font-size:.75rem;color:#ea580c;line-height:1.45}.shop-mp-cart__free-hint--ok{color:#059669}.shop-mp-empty{text-align:center;padding:4rem 1rem;color:#64748b}.shop-mp-empty h1{margin-top:1rem;font-size:1.25rem;font-weight:800;color:#0f172a}:where([data-theme=dark]) .shop-mp-empty h1{color:#fff}.shop-mp-empty p{margin:.5rem 0 1.25rem}.shop-mp-checkout-steps{display:flex;gap:.5rem;padding-block:1rem;font-size:.78rem;font-weight:600}.shop-mp-checkout-steps span{flex:1;text-align:center;padding:.5rem;border-radius:.55rem;background:#f1f5f9;color:#64748b}.shop-mp-checkout-steps .is-active{background:var(--shop-primary);color:#fff}.shop-mp-checkout-steps .is-done{background:color-mix(in srgb,var(--shop-primary) 15%,#fff);color:var(--shop-primary)}.shop-mp-checkout__layout{display:grid;gap:1.25rem}@media (min-width:900px){.shop-mp-checkout__layout{grid-template-columns:1fr 20rem;align-items:start}}.shop-mp-checkout__auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:1rem}.shop-mp-checkout__auth-tabs button{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.65rem;border:1px solid #e2e8f0;border-radius:.65rem;background:#fff;font-weight:600;font-size:.82rem;cursor:pointer}.shop-mp-checkout__auth-tabs button.is-active{border-color:var(--shop-primary);background:color-mix(in srgb,var(--shop-primary) 8%,#fff);color:var(--shop-primary)}.shop-mp-checkout__login-prompt{padding:1.25rem;border:1px dashed #cbd5e1;border-radius:.85rem;text-align:center}.shop-mp-checkout-form h2{font-size:1.05rem;font-weight:800;margin-bottom:.85rem}.shop-mp-form-grid{display:grid;gap:.75rem}@media (min-width:640px){.shop-mp-form-grid{grid-template-columns:1fr 1fr}}.shop-mp-form-full{grid-column:1/-1}.shop-mp-checkout-form label{display:grid;gap:.35rem;font-size:.78rem;font-weight:600;color:#475569}.shop-mp-checkout-form input,.shop-mp-checkout-form textarea{border:1px solid #cbd5e1;border-radius:.55rem;padding:.55rem .65rem;font-size:.88rem;background:#fff;color:#0f172a}:where([data-theme=dark]) .shop-mp-checkout-form input,:where([data-theme=dark]) .shop-mp-checkout-form textarea{background:#0f172a;border-color:#334155;color:#fff}.shop-mp-payment-options{display:grid;gap:.5rem;margin-bottom:1rem}.shop-mp-payment-options label{display:flex;align-items:center;gap:.65rem;padding:.75rem;border:1px solid #e2e8f0;border-radius:.65rem;cursor:pointer;font-weight:600}.shop-mp-payment-options label.is-active{border-color:var(--shop-primary);background:color-mix(in srgb,var(--shop-primary) 6%,#fff)}.shop-mp-card-form{display:grid;gap:.75rem;margin-bottom:1rem}.shop-mp-secure-note{display:flex;align-items:center;gap:.35rem;font-size:.72rem;color:#64748b}.shop-mp-checkout-form__actions{display:flex;flex-wrap:wrap;gap:.65rem;justify-content:space-between;margin-top:.5rem}.shop-mp-checkout-lines{list-style:none;padding:0;margin:0 0 .75rem;font-size:.78rem}.shop-mp-checkout-lines li{display:flex;justify-content:space-between;gap:.5rem;padding-block:.3rem;border-bottom:1px dashed #e2e8f0}.shop-mp-checkout-done{text-align:center;padding:3rem 1rem}.shop-mp-checkout-done h1{margin-top:1rem;font-size:1.5rem;font-weight:800}.shop-mp-checkout-done__hint{margin-top:.5rem;color:#64748b}.shop-mp-checkout-done__actions{display:flex;flex-wrap:wrap;gap:.65rem;justify-content:center;margin-top:1.5rem}.shop-mp-footer{margin-top:auto;border-top:1px solid #e2e8f0;background:#f8fafc;padding-top:2rem}:where([data-theme=dark]) .shop-mp-footer{background:#0f172a;border-top-color:#1e293b}.shop-mp-footer__grid{display:grid;gap:1.5rem;padding-bottom:1.5rem}@media (min-width:768px){.shop-mp-footer__grid{grid-template-columns:repeat(4,1fr)}}.shop-mp-footer strong{display:block;font-size:.85rem;margin-bottom:.5rem;color:#0f172a}:where([data-theme=dark]) .shop-mp-footer strong{color:#fff}.shop-mp-footer a,.shop-mp-footer span{display:flex;align-items:center;gap:.35rem;font-size:.8rem;color:#64748b;text-decoration:none;margin-bottom:.35rem}.shop-mp-footer a:hover{color:var(--shop-primary)}.shop-mp-footer p{font-size:.8rem;color:#64748b;line-height:1.5}.shop-mp-footer__copy{padding-block:1rem;border-top:1px solid #e2e8f0;font-size:.72rem;color:#94a3b8;text-align:center}:where([data-theme=dark]) .shop-mp-footer__copy{border-top-color:#1e293b}.shop-smart-search{position:relative;min-width:0;width:100%}.shop-smart-search__form{width:100%}.shop-smart-search__panel{position:absolute;top:calc(100% + .35rem);left:0;right:0;z-index:50;border:1px solid #e2e8f0;border-radius:.85rem;background:#fff;box-shadow:0 18px 40px rgba(15,23,42,.14);overflow:hidden}:where([data-theme=dark]) .shop-smart-search__panel{background:#0f172a;border-color:#334155;box-shadow:0 18px 40px rgba(0,0,0,.45)}.shop-smart-search__panel-head{display:flex;align-items:center;gap:.4rem;padding:.55rem .85rem;font-size:.72rem;font-weight:700;color:var(--shop-primary);background:color-mix(in srgb,var(--shop-primary) 8%,#fff);border-bottom:1px solid #f1f5f9}:where([data-theme=dark]) .shop-smart-search__panel-head{background:#1e293b;border-bottom-color:#334155}.shop-smart-search__panel ul{list-style:none;margin:0;padding:.35rem;max-height:18rem;overflow-y:auto}.shop-smart-search__item{display:flex;align-items:flex-start;gap:.55rem;padding:.55rem .65rem;border-radius:.55rem;text-decoration:none;color:inherit;transition:background .12s ease}.shop-smart-search__item.is-active,.shop-smart-search__item:hover{background:#f8fafc}:where([data-theme=dark]) .shop-smart-search__item.is-active,:where([data-theme=dark]) .shop-smart-search__item:hover{background:#1e293b}.shop-smart-search__item-icon{margin-top:.1rem;color:#94a3b8}.shop-smart-search__item-text{display:grid;gap:.1rem;min-width:0}.shop-smart-search__item-text strong{font-size:.82rem;font-weight:700;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:where([data-theme=dark]) .shop-smart-search__item-text strong{color:#fff}.shop-smart-search__item-text small{font-size:.72rem;color:#64748b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shop-smart-search__all{width:100%;border:0;border-top:1px solid #f1f5f9;background:#f8fafc;padding:.65rem;font-size:.78rem;font-weight:700;color:var(--shop-primary);cursor:pointer}.shop-smart-search__all:hover{background:color-mix(in srgb,var(--shop-primary) 10%,#fff)}.shop-mp-results-meta__smart{color:#94a3b8;font-weight:500;margin-left:.25rem}