.auth-page{display:flex;min-height:100vh;min-height:100dvh;align-items:center;justify-content:center;flex-direction:column;gap:1.75rem;padding:2rem 1rem;background:var(--color-base-100);color:var(--color-base-content)}.auth-page--register{padding-block:2.25rem}.auth-page__logo{display:flex;align-items:center;gap:.5rem;color:var(--color-primary);font-size:.95rem;font-weight:500;line-height:1;text-decoration:none;letter-spacing:0}.auth-page__logo p{margin:0}.auth-page__logo:hover,.auth-page__logo:focus-visible{text-decoration:underline;outline:0}.auth-card{width:min(100%,29.5rem);padding:clamp(1.5rem,4vw,3rem) clamp(1.25rem,4vw,2rem);border:1px solid var(--color-auth-border);border-radius:8px;background:var(--color-base-100);box-shadow:0 18px 34px #0a0d1024,0 2px 8px #0a0d101a}.auth-card--register{width:min(100%,39rem)}.auth-card--success{display:flex;align-items:center;flex-direction:column;text-align:center}.auth-card__header{margin-bottom:2rem;text-align:center}.auth-card__title{margin:0;color:var(--color-base-content);font-size:clamp(1.45rem,3vw,1.6rem);font-weight:700;line-height:1.2;letter-spacing:0}.auth-card__subtitle{margin:.75rem 0 0;color:var(--color-base-400);font-size:.95rem;line-height:1.45}.auth-card__hint{margin:1rem 0 1.5rem;color:var(--color-base-400);font-size:.9rem;line-height:1.5}.auth-card__success-icon{width:3.5rem;height:3.5rem;margin-bottom:1rem;color:var(--color-success-content)}.auth-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.15rem 1rem}.auth-grid__full{grid-column:1/-1}.auth-field{margin-bottom:1.15rem}.auth-grid .auth-field{margin-bottom:0}.auth-field__top{display:flex;align-items:center;justify-content:space-between;gap:1rem}.auth-field__label{display:block;margin-bottom:.45rem;color:var(--color-base-content);font-size:.95rem;font-weight:500;line-height:1.2}.auth-field__control{display:flex;min-height:2.9rem;align-items:center;gap:.75rem;padding:0 1rem;border:1px solid var(--color-auth-border);border-radius:8px;background:var(--color-base-100);transition:border-color .2s ease,box-shadow .2s ease}.auth-field__control:focus-within{border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-auth-focus)}.auth-field__control input{width:100%;min-width:0;min-height:2.85rem;padding-block:.65rem;border:0;outline:0;background:transparent;color:var(--color-base-content);font:inherit;line-height:1.45}.auth-field__control input::placeholder{color:var(--color-base-400);opacity:.92}.auth-field__control--plain{padding-left:1rem}.auth-field__icon{width:1.25rem;height:1.25rem;flex:0 0 auto;color:var(--color-base-400)}.auth-field__toggle{display:inline-flex;width:2rem;height:2rem;align-items:center;justify-content:center;flex:0 0 auto;border:0;border-radius:8px;background:transparent;color:var(--color-base-400);cursor:pointer;transition:color .2s ease,background-color .2s ease}.auth-field__toggle svg{width:1.25rem;height:1.25rem}.auth-field__toggle:hover,.auth-field__toggle:focus-visible{background:var(--color-base-200);color:var(--color-base-content);outline:0}.auth-button{display:inline-flex;width:100%;min-height:2.75rem;align-items:center;justify-content:center;margin-top:1.6rem;border:0;border-radius:8px;background:var(--color-primary);color:var(--color-primary-content);font-size:1rem;font-weight:700;line-height:1.2;cursor:pointer;transition:filter .2s ease,transform .15s ease}.auth-button:hover:not(:disabled),.auth-button:focus-visible:not(:disabled){filter:brightness(.94);outline:0;transform:translateY(-1px)}.auth-button:disabled{cursor:not-allowed;opacity:.65}.auth-card__footer{margin-top:1.45rem;text-align:center}.auth-card__footer p{margin:0;color:var(--color-base-400);font-size:.95rem;line-height:1.4}.auth-link{color:var(--color-primary);font-weight:500;text-decoration:none;margin-left:5px}.auth-link:hover,.auth-link:focus-visible{text-decoration:underline;outline:0}.auth-link--small{flex:0 0 auto;margin-bottom:.45rem;font-size:.78rem;font-weight:500}.auth-link--strong{font-weight:700}.auth-alert{margin-bottom:1.35rem;padding:.85rem 1rem;border:1px solid var(--color-auth-error-border);border-radius:8px;background:var(--color-error);color:var(--color-error-content);text-align:center}.auth-alert p{margin:0;font-size:.9rem;line-height:1.4}.auth-alert__action{margin-top:.5rem}@media(max-width:520px){.auth-page{justify-content:center;gap:1.35rem;padding-block:1.5rem}.auth-page--register{justify-content:flex-start}.auth-card{padding:1.35rem 1rem}.auth-card__header{margin-bottom:1.45rem}.auth-grid{grid-template-columns:1fr}.auth-field__top{align-items:flex-start;flex-direction:column;gap:0}.auth-link--small{margin-bottom:.5rem}}.category-card{display:flex;flex-direction:column;overflow:hidden;border-width:1px;border-radius:1.5rem;background:#fff;box-shadow:0 1px 2px #0000000f;cursor:pointer;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.category-card__media{position:relative;aspect-ratio:4/3;overflow:hidden}.category-card__image,.category-card__empty{width:100%;height:100%;transition:transform .5s ease}.category-card__image{object-fit:cover}.category-card__empty{display:flex;align-items:center;justify-content:center}.category-card__empty-icon{width:2.5rem;height:2.5rem}.category-card__actions{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;gap:1.75rem;opacity:0;transform:translateY(2rem);transition:all .7s ease}.category-card__action{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:0;border-radius:5rem;cursor:pointer;transition:all .5s ease}.category-card__action--view{padding:.5rem .75rem;background:var(--color-base-100);color:var(--color-base-content)}.category-card__action-icon{width:1.5rem;height:1.5rem}.category-card__action-text{font-size:.875rem;line-height:1;white-space:nowrap}.category-card__body{padding:1.5rem}.category-card__name{font-size:1.5rem;font-weight:500;letter-spacing:-.025em;color:#000;transition:color .2s ease}.category-card__link{margin-top:.45rem;display:inline-flex;align-items:center;gap:.45rem;font-size:.9rem;font-weight:700;opacity:.9;transition:gap .2s ease,opacity .2s ease}.category-card__link-icon{width:1rem;height:1rem}.category-card:hover,.category-card:active,.category-card:focus-within{border-color:color-mix(in srgb,var(--color-primary) 50%,var(--color-base-300));box-shadow:0 1rem 2.5rem #0a0d101f;transform:translateY(-.35rem)}.category-card:hover .category-card__name,.category-card:active .category-card__name,.category-card:focus-within .category-card__name{color:var(--color-primary)}.category-card:hover .category-card__link,.category-card:active .category-card__link,.category-card:focus-within .category-card__link{gap:.65rem;opacity:1}.category-card:hover .category-card__image,.category-card:hover .category-card__empty,.category-card:active .category-card__image,.category-card:active .category-card__empty,.category-card:focus-within .category-card__image,.category-card:focus-within .category-card__empty{transform:scale(1.1)}.category-card:hover .category-card__actions,.category-card:active .category-card__actions,.category-card:focus-within .category-card__actions{opacity:1;transform:translateY(0)}.category-card-skeleton{display:flex;flex-direction:column;overflow:hidden;border:1px solid color-mix(in srgb,var(--color-base-300) 45%,var(--color-base-100));border-radius:1.5rem;background:#fff;box-shadow:0 1px 2px #0000000f}.category-card-skeleton__media{position:relative;aspect-ratio:4/3;overflow:hidden}.category-card-skeleton__actions{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:1.5rem}.category-card-skeleton__action{width:8.5rem;height:2.5rem;border-radius:9999px}.category-card-skeleton__body{display:flex;flex-direction:column;gap:.8rem;padding:1.5rem}.category-card-skeleton__line{height:1rem;border-radius:9999px}.category-card-skeleton__line--title{height:1.6rem;width:min(70%,12rem)}.category-card-skeleton__line--link{width:min(52%,9rem)}@media(max-width:639px){.category-card__action--view{display:none}}@media(prefers-reduced-motion:reduce){.category-card,.category-card__image,.category-card__empty,.category-card__actions,.category-card__action,.category-card__link{transition:none}}.product-card{display:flex;flex-direction:column;overflow:hidden;border-width:1px;border-radius:1rem;background:#fff;box-shadow:0 1px 2px #0000000f;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.product-card--interactive{cursor:pointer}.product-card__stock-break{position:absolute;top:clamp(.5rem,2vw,.75rem);right:clamp(.5rem,2vw,.75rem);z-index:12;display:flex;align-items:center;justify-content:center}.product-card__stock-break-icon{display:inline-flex;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#ff3838;color:#fff;font-size:.875rem;font-weight:800;box-shadow:0 8px 18px #0000002e;transition:filter .7s ease}.product-card__action-text{font-size:.875rem;line-height:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-card__name{margin-top:clamp(.25rem,1vw,.5rem);display:-webkit-box;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:clamp(1rem,3vw,1.25rem);font-weight:500;transition:color .2s ease}.product-card__desc{width:100%;margin-top:clamp(.25rem,1vw,.5rem);display:-webkit-box;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;white-space:normal;font-size:clamp(.75rem,2vw,.875rem)}.product-card__media{position:relative;display:flex;height:clamp(10rem,15vw,14rem);flex-shrink:0;align-items:center;justify-content:center;overflow:hidden;background:#f5f5f5}.product-card__discount{position:absolute;top:clamp(.5rem,2vw,.75rem);left:clamp(.5rem,2vw,.75rem);z-index:10;padding:.25rem clamp(.5rem,2vw,1rem);border-radius:5rem;font-size:clamp(.625rem,2vw,.75rem);font-weight:600;color:#fff;transition:filter .7s ease}.product-card__stock-break{position:absolute;top:clamp(.5rem,2vw,.75rem);right:clamp(.5rem,2vw,.75rem);z-index:12;display:inline-flex;align-items:center;justify-content:center}.product-card__stock-break-icon{display:inline-flex;width:2rem;height:2rem;align-items:center;justify-content:center;border-radius:50%;background:#ff3838;color:#fff;font-size:.875rem;font-weight:800;box-shadow:0 8px 18px #0000002e;transition:filter .7s ease}.product-card__stock-break-tooltip{pointer-events:none;position:absolute;top:calc(100% + .5rem);right:0;width:max-content;max-width:min(15rem,100vw - 2rem);padding:.5rem .625rem;border-radius:.5rem;background:#1f2937;color:#fff;font-size:.75rem;font-weight:600;line-height:1.2;opacity:0;transform:translateY(-.25rem);transition:opacity .2s ease,transform .2s ease;white-space:normal}@media(hover:hover)and (pointer:fine){.product-card__stock-break:hover .product-card__stock-break-tooltip{opacity:1;transform:translateY(0)}}.product-card__stock-break:focus-within .product-card__stock-break-tooltip{opacity:1;transform:translateY(0)}.product-card__image-box{position:relative;width:100%;height:100%}.product-card__image-box--has-image:after{pointer-events:none;content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:radial-gradient(ellipse at center,#0000 0,#0000 58%,#00000014 84%,#00000029),linear-gradient(to bottom,#0000000a,#0000 28%,#0000 72%,#0000001a);transition:opacity .7s ease,background .7s ease}.product-card__image,.product-card__empty{width:100%;height:100%;transition:all .7s ease}.product-card__image{object-fit:cover}.product-card__empty{display:flex;align-items:center;justify-content:center}.product-card__empty-icon{width:2.5rem;height:2.5rem}.product-card__actions{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;align-items:center;justify-content:center;gap:1.75rem;opacity:0;transform:translateY(2rem);transition:all .7s ease}.product-card__action{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:0;border-radius:5rem;cursor:pointer;transition:all .5s ease}.product-card__action--view{padding:.5rem .75rem;background:var(--color-base-100);color:var(-color-base-400)}.product-card__action--buy{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.product-card__action--buy:hover{background:var(--color-primary)}.product-card__action-icon{width:1.5rem;height:1.5rem}.product-card__action-text{font-size:.875rem;line-height:1;white-space:nowrap}.product-card__body{display:flex;flex-direction:column;padding:clamp(.5rem,2vw,.75rem) clamp(.75rem,2vw,1rem) clamp(.75rem,2vw,1rem)}.product-card__category{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.08em}.product-card__name{margin-top:clamp(.25rem,1vw,.5rem);display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:clamp(1rem,3vw,1.25rem);font-weight:500;transition:color .2s ease}@media(hover:hover)and (pointer:fine){.product-card__name:hover{color:var(--color-primary)}}.product-card__desc{width:100%;margin-top:clamp(.25rem,1vw,.5rem);display:-webkit-box;overflow:hidden;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;white-space:normal;font-size:clamp(.75rem,2vw,.875rem)}.product-card__bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:clamp(.5rem,2vw,.75rem);padding-top:clamp(.75rem,2vw,1rem)}.product-card__price{font-size:clamp(1rem,3vw,1.25rem);font-weight:700}.product-card__price-group--discount{display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap}.product-card__old-price{font-size:.75rem;text-decoration:line-through}.product-card__buy-btn{padding-right:.5rem;padding-left:.5rem;font-size:clamp(.75rem,2vw,.875rem);font-weight:500}.product-card__buy-icon{width:1.25rem;height:1.25rem}.product-card__buy-text{display:none}.product-card:focus-within{border-color:color-mix(in srgb,var(--color-primary) 50%,var(--color-base-300));box-shadow:0 1rem 2.5rem #0a0d101f;transform:translateY(-.35rem)}.product-card:focus-within .product-card__name{color:var(--color-primary)}.product-card:focus-within .product-card__discount,.product-card:focus-within .product-card__stock-break-icon{filter:blur(2px)}.product-card:focus-within .product-card__image,.product-card:focus-within .product-card__empty{transform:scale(1.1);filter:blur(2px)}.product-card:focus-within .product-card__image-box--has-image:after{background:radial-gradient(ellipse at center,#0000 0,#0000 56%,#0000001f 82%,#0000003d),linear-gradient(to bottom,#00000014,#0000 30%,#0000 70%,#00000029)}.product-card:focus-within .product-card__actions{opacity:1;transform:translateY(0)}@media(hover:hover)and (pointer:fine){.product-card:hover,.product-card:active{border-color:color-mix(in srgb,var(--color-primary) 50%,var(--color-base-300));box-shadow:0 1rem 2.5rem #0a0d101f;transform:translateY(-.35rem)}.product-card:hover .product-card__name,.product-card:active .product-card__name{color:var(--color-primary)}.product-card:hover .product-card__discount,.product-card:hover .product-card__stock-break-icon,.product-card:active .product-card__discount,.product-card:active .product-card__stock-break-icon{filter:blur(2px)}.product-card:hover .product-card__image,.product-card:hover .product-card__empty,.product-card:active .product-card__image,.product-card:active .product-card__empty{transform:scale(1.1);filter:blur(2px)}.product-card:hover .product-card__image-box--has-image:after,.product-card:active .product-card__image-box--has-image:after{background:radial-gradient(ellipse at center,#0000 0,#0000 56%,#0000001f 82%,#0000003d),linear-gradient(to bottom,#00000014,#0000 30%,#0000 70%,#00000029)}.product-card:hover .product-card__actions,.product-card:active .product-card__actions{opacity:1;transform:translateY(0)}}.product-card-skeleton{overflow:hidden;border-width:1px;border-color:color-mix(in srgb,var(--color-base-300) 45%,var(--color-base-100));border-radius:1rem;background:var(--color-base-100);box-shadow:0 1px 2px #0000000f}.product-card-skeleton__media{width:100%;height:clamp(11rem,16vw,15rem);border-radius:0}.product-card-skeleton__body{display:grid;align-content:start;min-height:10rem;gap:.75rem;padding:clamp(.75rem,2vw,1rem)}.product-card-skeleton__line{height:.9rem;width:100%}.product-card-skeleton__line--tag{width:42%;height:.75rem}.product-card-skeleton__line--title{width:78%;height:1.25rem}.product-card-skeleton__line--short{width:58%;margin-top:.4rem}@media(min-width:640px){.product-card__action--view{display:inline-flex}.product-card__buy-text{display:block}}@media(max-width:639px){.product-card__action--view{display:none}}@media(prefers-reduced-motion:reduce){.product-card,.product-card__discount,.product-card__image,.product-card__empty,.product-card__actions,.product-card__action{transition:none}.product-card:hover,.product-card:active,.product-card:focus-within{transform:none}}.product-pack-show{min-height:100%;background:var(--color-base-200)}.product-pack-show__container{width:100%;max-width:90rem;margin:0 auto;padding:1.25rem!important;display:flex;flex-direction:column;height:min(52rem,100dvh - 1rem);max-height:calc(100dvh - 1rem);overflow:hidden!important}.product-pack-show__header{flex-shrink:0;display:flex;justify-content:flex-end}.product-pack-show__close{z-index:10}.product-pack-show__body{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain}.product-pack-show__back{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:0;border:0;background:transparent;cursor:pointer;font-weight:600}.product-pack-show__back-icon{width:1.25rem;height:1.25rem}.product-pack-show__summary{display:grid;grid-template-columns:1fr;gap:1.25rem;align-items:stretch;flex:1;min-height:0;animation:product-detail-content-in .16s ease-out both}.product-pack-show__gallery{display:flex;flex-direction:column;gap:.75rem;min-height:0}.product-pack-show__carousel{width:100%;border-radius:.5rem;scroll-behavior:smooth}.product-pack-show__carousel-item{display:flex;align-items:stretch}.product-pack-show__content{display:flex;flex-direction:column;gap:1.25rem;min-width:0;min-height:0}.product-pack-show__main-image{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:.5rem;background:var(--color-base-200);aspect-ratio:700/550;width:100%}.product-pack-show__main-image img{width:100%;height:100%;object-fit:contain}.product-pack-show__main-image--zoom-active{cursor:crosshair}.product-pack-show__zoom-panel{pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .18s ease}.product-pack-show__zoom-panel--active{opacity:1}.product-pack-show__zoom-preview{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;border-radius:inherit;background:var(--color-base-100);box-shadow:inset 0 0 0 1px #ffffff26}.product-pack-show__zoom-preview-image{width:100%;height:100%;object-fit:contain;will-change:transform}.product-pack-show__zoom-minimap{position:absolute;top:.875rem;right:.875rem;width:clamp(4.5rem,18vw,6.5rem);aspect-ratio:1;overflow:hidden;border-radius:.75rem;border:1px solid rgba(255,255,255,.55);background:#ffffffe0;box-shadow:0 12px 30px #0000002e;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.product-pack-show__zoom-minimap img{width:100%;height:100%;object-fit:cover}.product-pack-show__zoom-minimap-viewport{position:absolute;border:2px solid var(--color-primary);border-radius:.35rem;box-shadow:0 0 0 999px #ffffff14;background:#ffffff14}.product-pack-show__placeholder{width:clamp(3rem,12vw,5rem);height:clamp(3rem,12vw,5rem)}.product-pack-show__thumbs{display:grid;grid-template-columns:repeat(auto-fit,minmax(3.5rem,5rem));justify-content:center;gap:.5rem;flex-shrink:0}.product-pack-show__thumb{display:block;overflow:hidden;border:1px solid var(--color-base-300);border-radius:.5rem;aspect-ratio:1;cursor:pointer;transition:border-color .2s ease,transform .2s ease}.product-pack-show__thumb img{width:100%;height:100%;object-fit:cover}.product-pack-show__thumb:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.product-pack-show__thumb--active{border-color:var(--color-primary)}.product-pack-show__info{border-radius:.5rem;background:var(--color-base-100);flex-shrink:0}.product-pack-show__category{margin-bottom:.25rem;font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.product-pack-show__title{font-size:1.25rem;font-weight:600;line-height:1.15}.product-pack-show__price-row{display:flex;align-items:baseline;gap:.75rem;margin-top:.5rem}.product-pack-show__price{font-size:1.5rem;font-weight:800;line-height:1}.product-pack-show__old-price{font-weight:600;text-decoration:line-through;font-size:.9rem}.product-pack-show__stock-break{display:inline-flex;width:fit-content;max-width:100%;margin-top:.75rem;padding:.5rem .75rem;border:1px solid #fecaca;border-radius:.5rem;background:#fee2e2;color:#b91c1c;font-size:.875rem;font-weight:700;line-height:1.25}.product-pack-show__description{margin-top:.5rem;padding-bottom:.25rem;line-height:1.45;max-height:8rem;overflow-y:auto;font-size:.9rem}.product-pack-show__purchase{display:grid;grid-template-columns:4rem minmax(0,1fr);gap:.5rem;position:sticky;bottom:0;z-index:6;background:var(--color-base-200);padding-top:.5rem;padding-bottom:max(.25rem,env(safe-area-inset-bottom));flex-shrink:0;margin-top:auto}.product-pack-show__installation{grid-column:1/-1;display:inline-flex;align-items:center;gap:.5rem;min-height:2.25rem;font-size:.9rem;font-weight:600}.product-pack-show__quantity,.product-pack-show__quantity-input{width:100%}.product-pack-show__quantity-input{height:2.75rem;border-color:var(--color-base-300);border-radius:.5rem;text-align:center;font-weight:600;font-size:1rem}@media(max-width:767px){.product-pack-show__quantity-input::-webkit-inner-spin-button,.product-pack-show__quantity-input::-webkit-outer-spin-button{opacity:1}}.product-pack-show__cart-button{width:100%;min-width:0;min-height:2.75rem;border-radius:.5rem;font-weight:700;font-size:.875rem;padding:0 .45rem;white-space:nowrap}.product-pack-show__cart-feedback{grid-column:1/-1;min-height:1.25rem;font-size:.85rem;font-weight:600}.product-pack-show__cart-icon{width:1.2rem;height:1.2rem}.product-pack-show__details{margin-top:0;display:flex;flex-direction:column;min-height:0;flex:1}.product-pack-show__details-title{margin-bottom:.4rem;font-size:.75rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;flex-shrink:0}.product-pack-show__table{overflow-y:auto;border:1px solid var(--color-base-300);border-radius:.5rem;background:var(--color-base-100);min-height:0}.product-pack-show__table--packs{overflow:visible}.product-pack-show__table-row{position:relative;display:flex;align-items:center;justify-content:space-between;gap:.75rem;min-height:2.2rem;padding:.5rem .75rem;border-bottom:1px solid var(--color-base-300);font-size:.8rem}.product-pack-show__table-row:last-child{border-bottom:0}.product-pack-show__table-row span{color:var(--color-base-400)}.product-pack-show__table-row .product-pack-show__pack-product-stock-break{background:#ff3838;color:#fff}.product-pack-show__table-row strong{font-weight:600;text-align:right}.product-pack-show__pack-product-name{display:inline-flex;min-width:0;align-items:center;gap:.5rem}.product-pack-show__pack-product-stock-break-wrap{position:relative;z-index:5;display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center}.product-pack-show__pack-product-stock-break{display:inline-flex;width:2rem;height:2rem;flex:0 0 auto;align-items:center;justify-content:center;border-radius:50%;background:#ff3838;color:#fff;font-size:.875rem;font-weight:800;line-height:1;box-shadow:0 3px 8px #0000001f}.product-pack-show__muted{padding:1rem;font-size:.85rem}.product-pack-show__skeleton{display:grid;grid-template-columns:1fr;gap:1.25rem;align-items:stretch;animation:product-detail-content-in .12s ease-out both}.product-pack-show__skeleton-gallery,.product-pack-show__skeleton-content,.product-pack-show__skeleton-details{display:flex;flex-direction:column;gap:.75rem}.product-pack-show__skeleton-gallery,.product-pack-show__skeleton-content{min-height:0}.product-pack-show__skeleton-gallery{justify-content:center}.product-pack-show__skeleton-main-image{width:100%;aspect-ratio:700/550;border-radius:.5rem}.product-pack-show__skeleton-thumbs{display:grid;grid-template-columns:repeat(auto-fit,minmax(3.5rem,5rem));justify-content:center;gap:.5rem}.product-pack-show__skeleton-thumb{aspect-ratio:1;border-radius:.5rem}.product-pack-show__skeleton-info{display:grid;gap:.75rem;border-radius:.5rem;padding:1rem;background:var(--color-base-100)}.product-pack-show__skeleton-line{width:100%;height:.9rem;border-radius:999px}.product-pack-show__skeleton-line--tag{width:42%;height:.75rem}.product-pack-show__skeleton-line--title{width:78%;height:1.5rem}.product-pack-show__skeleton-line--price{width:36%;height:1.75rem;margin-top:.25rem}.product-pack-show__skeleton-line--short{width:58%}.product-pack-show__skeleton-line--label{width:34%;height:.75rem}.product-pack-show__skeleton-line--feedback{grid-column:1/-1;width:62%;height:.85rem}.product-pack-show__skeleton-table{display:grid;flex:1;min-height:0;gap:.5rem;border:1px solid var(--color-base-300);border-radius:.5rem;padding:.65rem;background:var(--color-base-100)}.product-pack-show__skeleton-row{width:100%;height:2.2rem;border-radius:.35rem}.product-pack-show__skeleton-purchase{display:grid;grid-template-columns:4rem minmax(0,1fr);gap:.5rem;position:sticky;bottom:0;z-index:6;background:var(--color-base-200);margin-top:auto;padding-top:.5rem;padding-bottom:max(.25rem,env(safe-area-inset-bottom))}.product-pack-show__skeleton-quantity,.product-pack-show__skeleton-button{height:2.75rem;border-radius:.5rem}@keyframes product-detail-content-in{0%{opacity:0;transform:translateY(.25rem)}to{opacity:1;transform:translateY(0)}}@media(min-width:768px){.product-pack-show__container{height:min(46rem,100dvh - 2rem);max-height:calc(100dvh - 2rem);overflow:hidden!important}.product-pack-show__header{display:flex;justify-content:flex-end;flex-shrink:0}.product-pack-show__body{flex-direction:row;gap:1.25rem;overflow:hidden}.product-pack-show__summary{grid-template-columns:minmax(0,1fr) minmax(19rem,.95fr);height:100%}.product-pack-show__main-image{flex:1;min-height:0}.product-pack-show__gallery{height:100%;justify-content:center;overflow:hidden}.product-pack-show__carousel-item{align-items:center}.product-pack-show__content{height:100%;overflow:hidden}.product-pack-show__title{font-size:clamp(1.25rem,3vw,1.75rem)}.product-pack-show__price{font-size:clamp(1.5rem,4vw,2rem)}.product-pack-show__description{max-height:12rem;font-size:.95rem}.product-pack-show__table{max-height:22rem}.product-pack-show__table-row{font-size:.875rem;min-height:2.4rem;padding:.6rem .8rem}.product-pack-show__purchase{grid-template-columns:6rem 1fr;gap:.75rem;position:static;padding-bottom:0}.product-pack-show__skeleton{grid-template-columns:minmax(0,1fr) minmax(19rem,.95fr);height:100%}.product-pack-show__skeleton-gallery,.product-pack-show__skeleton-content{height:100%;overflow:hidden}.product-pack-show__skeleton-gallery{justify-content:center}.product-pack-show__skeleton-purchase{grid-template-columns:6rem 1fr;gap:.75rem;position:static;padding-bottom:0}.product-pack-show__cart-button{font-size:1rem;padding:0 .5rem}}@media(hover:none),(pointer:coarse){.product-pack-show__zoom-minimap{width:clamp(4rem,22vw,5.5rem);top:.625rem;right:.625rem}.product-pack-show__main-image,.product-pack-show__main-image--zoom-active{cursor:default}}@media(hover:hover)and (pointer:fine){.product-pack-show__main-image{cursor:zoom-in}.product-pack-show__main-image--zoom-active{cursor:crosshair}}@media(min-width:1024px){.product-pack-show__summary,.product-pack-show__skeleton{grid-template-columns:minmax(0,1.08fr) minmax(24rem,1fr)}}.search-bar-wrapper{position:relative;width:100%;min-width:150px}@media(min-width:640px){.search-bar-wrapper{min-width:200px}}@media(min-width:768px){.search-bar-wrapper{min-width:250px}}@media(min-width:1024px){.search-bar-wrapper{min-width:350px}}.search-bar-form{width:100%}.search-bar-input-container{position:relative;display:flex;align-items:center;background-color:var(--color-base-200);border:2px solid var(--color-base-300);border-radius:100%;padding:.5rem 1rem;transition:all .2s ease-in-out}.search-bar-input-container:focus-within{border-color:var(--color-primary);background-color:var(--color-base-100);box-shadow:0 0 0 3px #da76061a}.search-bar-input-container:hover{border-color:var(--color-base-400)}.search-bar-icon{color:var(--color-base-400);margin-right:.75rem;flex-shrink:0;width:1.25rem;height:1.25rem}.search-bar-input{flex:1;border:none;background:transparent;outline:none;font-size:.95rem;color:var(--color-base-content);min-width:0}.search-bar-input::placeholder{color:var(--color-base-400)}.search-bar-input:disabled{opacity:.6;cursor:not-allowed}.search-bar-clear{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border:none;background-color:var(--color-base-300);color:var(--color-base-400);border-radius:50%;cursor:pointer;font-size:1.25rem;line-height:1;transition:all .2s}.search-bar-clear:hover{background-color:var(--color-base-400);color:var(--color-base-content)}.search-bar-clear:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.search-dropdown{position:absolute;top:calc(100% + .5rem);left:0;right:0;background-color:var(--color-base-100);border:1px solid var(--color-base-300);border-radius:.75rem;box-shadow:0 10px 25px #0000001a,0 4px 10px #0000000a;max-height:80vh;overflow-y:auto;z-index:50;animation:dropdownFadeIn .15s ease-out}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:640px){.search-dropdown{max-height:60vh}}.search-dropdown__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem;gap:.75rem;color:var(--color-base-400);font-size:.875rem}.search-dropdown__loading .loading-spinner{width:1.5rem;height:1.5rem;border:2px solid var(--color-base-200);border-top-color:var(--color-primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.search-dropdown__section{border-bottom:1px solid var(--color-base-200)}.search-dropdown__section:last-child{border-bottom:none}.search-dropdown__section-title{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem .5rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-base-400)}.search-dropdown__section-icon{width:1rem;height:1rem}.search-dropdown__list{list-style:none;margin:0;padding:0}.search-dropdown__item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;border:none;background:transparent;text-align:left;cursor:pointer;transition:background-color .15s}.search-dropdown__item:hover{background-color:var(--color-base-100)}.search-dropdown__item:focus-visible{outline:2px solid var(--color-primary);outline-offset:-2px}.search-dropdown__item--pack .search-dropdown__item-image-wrap{background-color:var(--color-primary);color:var(--color-base-100)}.search-dropdown__item--pack .search-dropdown__item-image-wrap .search-dropdown__item-placeholder{color:var(--color-base-100)}.search-dropdown__item-image-wrap{width:2.5rem;height:2.5rem;border-radius:.5rem;overflow:hidden;display:flex;align-items:center;justify-content:center;flex-shrink:0;background-color:var(--color-base-200)}.search-dropdown__item-image-wrap img{width:100%;height:100%;object-fit:cover}.search-dropdown__item-image-wrap .search-dropdown__item-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:1.25rem;color:var(--color-base-400)}.search-dropdown__item-image-wrap .search-dropdown__item-placeholder--product{background-color:color-mix(in srgb,var(--color-primary) 10%,transparent);color:var(--color-primary)}.search-dropdown__item-image-wrap .search-dropdown__item-placeholder-icon{width:1.35rem;height:1.35rem}.search-dropdown__item-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:.25rem}.search-dropdown__item-title{font-weight:500;color:var(--color-base-content);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-dropdown__item-meta{display:flex;align-items:center;gap:.5rem;font-size:.8rem;flex-wrap:wrap}.search-dropdown__badge{display:inline-flex;align-items:center;padding:.125rem .375rem;background-color:var(--color-base-200);color:var(--color-base-400);border-radius:100%;font-size:.7rem;font-weight:500}.search-dropdown__badge--pack{background-color:var(--color-primary);color:var(--color-base-100)}.search-dropdown__price{font-weight:600;color:var(--color-primary)}.search-dropdown__count{color:var(--color-base-400);font-size:.75rem}.search-dropdown__footer{padding:.5rem 1rem;border-top:1px solid var(--color-base-200);background-color:var(--color-base-200)}.search-dropdown__see-all{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.625rem;border:1px solid var(--color-base-300);background-color:var(--color-base-100);color:var(--color-base-content);font-weight:500;border-radius:.5rem;cursor:pointer;transition:all .2s}.search-dropdown__see-all:hover{background-color:var(--color-primary);border-color:var(--color-primary);color:var(--color-base-100)}.search-dropdown__empty{padding:2rem 1rem;text-align:center;color:var(--color-base-400)}.search-dropdown__empty p{margin:0 0 .5rem;font-weight:500;color:var(--color-base-content)}.search-dropdown__empty-hint{font-size:.875rem;color:var(--color-base-400)}.purchase-success-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:grid;place-items:center;background:#0000008c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:pso-fade-in .35s ease forwards}.purchase-success-overlay--exit{animation:pso-fade-out .5s ease forwards}.purchase-success-overlay__card{position:relative;display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:2.5rem 3rem;background:#fff;border-radius:1.5rem;box-shadow:0 24px 64px #0000002e;animation:pso-card-in .4s cubic-bezier(.34,1.56,.64,1) forwards}.purchase-success-overlay__close{position:absolute;top:.75rem;right:.75rem;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border:none;background:#f5f5f5;border-radius:50%;cursor:pointer;font-size:.85rem;color:#555;transition:background .15s ease,color .15s ease;animation:pso-text-in .3s ease forwards}.purchase-success-overlay__close:hover{background:#ebebeb;color:#111}.purchase-success-overlay__circle-wrap{width:8rem;height:8rem}.purchase-success-overlay__svg{width:100%;height:100%}.purchase-success-overlay__track{stroke:#f0ece6}.purchase-success-overlay__ring{stroke:#da7606;animation:pso-ring-fill .9s cubic-bezier(.4,0,.2,1) .2s both}.purchase-success-overlay__check{stroke:#da7606;stroke-dasharray:70;animation:pso-check-draw .4s ease .95s both}.purchase-success-overlay__message{font-size:1rem;font-weight:600;color:#0a0d10;text-align:center;max-width:18rem;animation:pso-text-in .4s ease 1.2s both;margin:0}@keyframes pso-ring-fill{0%{stroke-dashoffset:282.74}to{stroke-dashoffset:0}}@keyframes pso-check-draw{0%{stroke-dashoffset:70}to{stroke-dashoffset:0}}@keyframes pso-text-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes pso-fade-in{0%{opacity:0}to{opacity:1}}@keyframes pso-fade-out{0%{opacity:1}to{opacity:0}}@keyframes pso-card-in{0%{transform:scale(.85);opacity:0}to{transform:scale(1);opacity:1}}.shop-layout{min-height:100vh}.shop-layout__top{position:sticky;top:0;z-index:50}.shop-layout__main{width:100%;display:flex;flex-direction:column}.shop-topbar__brand{flex:1}.shop-topbar__logo{font-size:1.25rem;font-weight:700;margin-left:.5rem}.shop-topbar__actions{display:flex;gap:1rem;flex:none}.shop-topbar__avatar-letter{font-size:1.125rem}.shop-topbar__menu{z-index:1}.shop-topbar__menu li{padding-top:0;padding-bottom:0}.shop-topbar__menu-link{font-size:1.05rem;font-weight:600;padding-top:0;padding-bottom:0;transition:all .2s ease-in-out}.shop-topbar__menu-link:focus-visible{outline:2px solid var(--color-primary);outline-offset:.2rem;color:var(--color-primary)}.shop-topbar__menu-link:hover{background-color:transparent;color:var(--color-primary);transform:translateY(-.125rem)}.shop-topbar__admin-link{transition:filter .2s ease}.shop-topbar__admin-link:hover{filter:brightness(.95)}.shop-topbar__logout{margin-top:.5rem;padding-top:.5rem;border-top-width:1px}.shop-tobar-end{display:flex;align-items:center;justify-content:space-between;gap:clamp(1.5rem,2vw,2.5rem)}.shop-tobar-end__icon{cursor:pointer;width:1.8rem;height:1.8rem}.shop-tobar-end__icon:hover{color:var(--color-primary);transition:color .15s ease-in-out}.shop-tobar-end__dropdown-button{display:flex;align-items:center}.shop-topbar__logo:focus-visible,.shop-tobar-end .btn:focus-visible{outline:2px solid var(--color-primary);outline-offset:.2rem}.shop-search-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;display:flex;align-items:flex-start;justify-content:center;padding:clamp(1rem,3vh,2rem) clamp(.75rem,3vw,1.5rem) 2rem;overflow-y:auto}.shop-search-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#ffffffd6,#ffffffb8),radial-gradient(circle at top,color-mix(in srgb,var(--color-primary) 16%,transparent),transparent 45%);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);opacity:0;transition:opacity .24s ease}.shop-search-modal__panel{position:relative;width:min(100%,52rem);max-width:calc(100vw - 1.5rem);z-index:1;opacity:0;transform:translateY(2.5rem);transition:transform .26s cubic-bezier(.22,1,.36,1),opacity .22s ease}.shop-search-modal__close{margin-left:auto;margin-bottom:.75rem;display:flex}.shop-search-modal__content{width:100%}.shop-search-modal__content .search-bar-wrapper{min-width:0}.shop-search-modal__content .search-bar-input-container{min-height:4.5rem;padding:.9rem 1rem;border-radius:1.5rem;background-color:#fffffff0;box-shadow:0 20px 60px #1414141f}.shop-search-modal__content .search-bar-icon{width:1.5rem;height:1.5rem;margin-right:1rem}.shop-search-modal__content .search-bar-input{font-size:clamp(1rem,1vw + .9rem,1.2rem)}.shop-search-modal__content .search-dropdown{margin-top:.65rem;border-radius:1.25rem;box-shadow:0 24px 80px #14141429}.shop-search-modal--open .shop-search-modal__backdrop{opacity:1}.shop-search-modal--open .shop-search-modal__panel{opacity:1;transform:translateY(0)}.shop-search-modal--closing .shop-search-modal__backdrop{opacity:0}.shop-search-modal--closing .shop-search-modal__panel{opacity:0;transform:translateY(2.5rem)}@media(min-width:768px){.shop-topbar{padding:0 .5rem 0 2rem}}@media(max-width:640px){.shop-search-modal{padding-top:1.5rem;align-items:flex-start}.shop-search-modal__panel{width:100%;max-width:100%}.shop-search-modal__content .search-bar-input-container{min-height:4rem;padding:.8rem 1rem;border-radius:1.4rem}}@media(min-width:641px)and (max-width:767px){.shop-search-modal__panel{width:min(100%,40rem)}}.categories-page{display:flex;flex-direction:column;align-items:center;justify-content:center}.categories-page__container{width:100%;max-width:96rem;padding:0 1rem}.categories-page__body{padding:clamp(3rem,5vw,4rem) 0}.categories-page__title{margin-top:.25rem;margin-bottom:2.5rem;font-size:clamp(1.875rem,5vw,2.25rem);font-weight:500;letter-spacing:-.025em}.categories-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,280px),1fr));gap:1.25rem}.categories-empty{grid-column:1/-1;font-size:1.5rem;font-weight:600}.custom-solutions{background-color:var(--color-base-200)}.custom-solutions__container{display:flex;flex-direction:column;align-items:center;width:100%;max-width:90rem;margin:0 auto;padding:clamp(2.5rem,3vw,2.5rem) 1rem}.custom-solutions__back{width:100%;margin-bottom:.5rem}.custom-solutions__layout{display:grid;align-items:center;gap:2rem;width:100%}.custom-solutions__content{display:flex;flex-direction:column;gap:1.5rem}.custom-solutions__intro{display:flex;flex-direction:column;gap:1rem}.custom-solutions__title{margin:0;color:var(--color-base-content);font-size:clamp(2.25rem,5vw,3rem);font-weight:900;line-height:3.5rem;letter-spacing:-.025em}.custom-solutions__title-accent{color:var(--color-primary)}.custom-solutions__description{margin:0;color:#0a0d10b3;font-size:clamp(1rem,2vw,1.125rem);line-height:2rem}.custom-solutions__features{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.custom-solutions__feature{padding:1.25rem;border:1px solid var(--color-base-300);border-radius:1.5rem;background-color:var(--color-base-100);box-shadow:0 1px 2px #0000000d}.custom-solutions__feature--wide{grid-column:span 2/span 2}.custom-solutions__feature-icon{margin-bottom:.25rem;font-size:1.5rem;color:var(--color-primary)}.custom-solutions__feature-title{margin:0;color:var(--color-base-content);font-size:1rem;font-weight:700}.custom-solutions__feature-text{margin:.5rem 0 0;color:#0a0d10a6;font-size:.875rem;line-height:1.25rem}.custom-solutions__card{border:1px solid var(--color-base-300);border-radius:.5rem;background-color:var(--color-base-100);box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.custom-solutions__card-body{padding:1.5rem}.custom-solutions__card-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem}.custom-solutions__eyebrow{margin:0;color:var(--color-primary);font-size:.875rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase}.custom-solutions__card-title{margin:.5rem 0 0;color:var(--color-base-content);font-size:1.5rem;font-weight:700}.custom-solutions__form{display:flex;flex-direction:column;gap:1.25rem}.custom-solutions__field-grid{display:grid;gap:1rem}.custom-solutions__field-label span{font-size:.875rem;font-weight:500}.custom-solutions__textarea{min-height:9rem;resize:none}.custom-solutions__upload-box{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.25rem;border:2px dashed var(--color-base-300);border-radius:.75rem;background-color:var(--color-base-200);text-align:center;transition:border-color .2s ease,background-color .2s ease}.custom-solutions__upload-box--dragging{border-color:var(--color-primary);background-color:var(--color-base-100)}.custom-solutions__file-input{display:none}.custom-solutions__upload-text{margin:0;color:var(--color-base-content);font-weight:500}.custom-solutions__upload-separator{margin:0;color:#0a0d1080;font-size:.875rem;font-weight:600;text-transform:uppercase}.custom-solutions__upload-button{min-width:10rem}.custom-solutions__images-selected{margin:0;color:#0a0d10a6;font-size:.875rem;word-break:break-word}.custom-solutions__images-selected p{margin:0}.custom-solutions__submit{width:100%}@media(min-width:640px){.custom-solutions__container{padding-inline:1.5rem}.custom-solutions__features{grid-template-columns:repeat(3,minmax(0,1fr))}.custom-solutions__feature--wide{grid-column:span 1/span 1}.custom-solutions__card-body{padding:2rem}}@media(min-width:768px){.custom-solutions__field-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.custom-solutions__container{padding-inline:2rem;padding-block:3.5rem}.custom-solutions__layout{grid-template-columns:1.05fr .95fr}}@media(min-width:1280px){.custom-solutions__title{font-size:3rem}.custom-solutions__description{font-size:1.125rem}}.cart-page{min-height:100%;background:var(--color-base-200);color:var(--color-base-content)}.cart-page__container{width:100%;max-width:74rem;margin:0 auto;padding:clamp(2rem,5vw,4rem) 1rem}.cart-page__back{display:inline-flex;align-items:center;gap:.35rem;margin-bottom:.5rem;font-size:.9rem;font-weight:600;text-decoration:none}.cart-page__back:hover{text-decoration:underline}.cart-page__back:focus-visible{outline:2px solid var(--color-primary);outline-offset:.2rem;border-radius:.25rem}.cart-page__back-icon{width:1.1rem;height:1.1rem}.cart-page__header{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.cart-page__eyebrow{margin-bottom:.5rem;font-size:clamp(.875rem,2vw,1rem);font-weight:700;letter-spacing:.08em;text-transform:uppercase}.cart-page__title{font-size:clamp(1.875rem,5vw,2.25rem);font-weight:500;line-height:1.1}.cart-page__count{margin-bottom:.15rem;font-weight:600;white-space:nowrap}.cart-page__layout{display:grid;grid-template-columns:minmax(0,1fr);gap:clamp(1rem,3vw,1.75rem);align-items:start}.cart-page__items{display:grid;gap:clamp(.75rem,2vw,1rem)}.cart-page__empty{display:grid;justify-items:center;gap:.9rem;min-height:18rem;padding:clamp(2rem,6vw,4rem) 1rem;color:var(--color-base-400);text-align:center}.cart-page__empty h2{font-size:clamp(1.25rem,4vw,1.5rem);font-weight:600;color:var(--color-base-content)}.cart-page__empty p{max-width:28rem}.cart-item{display:grid;grid-template-columns:minmax(8rem,11rem) minmax(0,1fr);gap:clamp(.75rem,2vw,1rem);overflow:hidden;border-width:1px;border-radius:1rem;background:var(--color-base-100);box-shadow:0 1px 2px #0000000f}.cart-item__media{position:relative;display:flex;align-items:center;justify-content:center;min-width:0;min-height:100%;padding-left:clamp(.75rem,2vw,1rem)}.cart-item__discount{position:absolute;top:clamp(.5rem,.5vw,.75rem);left:clamp(.5rem,.5vw,.75rem);z-index:1;padding:.25rem clamp(.5rem,2vw,.75rem);border-radius:5rem;color:#fff;font-size:clamp(.625rem,2vw,.75rem);font-weight:600}.cart-item__image,.cart-item__empty{width:100%;aspect-ratio:1;min-height:0}.cart-item__image{position:relative;overflow:hidden;border-radius:.5rem}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__empty{display:flex;align-items:center;justify-content:center}.cart-item__empty-icon{width:2.5rem;height:2.5rem}.cart-item__body{display:flex;flex-direction:column;min-width:0;padding:clamp(.75rem,2vw,1rem) clamp(.75rem,2vw,1.1rem) clamp(.9rem,2vw,1.1rem) 0}.cart-item__heading{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.cart-item__copy{min-width:0}.cart-item__category{overflow:hidden;display:-webkit-box;margin-bottom:.35rem;color:var(--color-primary);font-size:.75rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;-webkit-box-orient:vertical;-webkit-line-clamp:1}.cart-item__name{display:-webkit-box;overflow:hidden;font-size:clamp(1rem,3vw,1.25rem);font-weight:500;line-height:1.2;-webkit-box-orient:vertical;-webkit-line-clamp:2}.cart-item__name-button{display:block;padding:0;border:0;background:transparent;color:inherit;cursor:pointer;text-align:left}.cart-item__name-button:hover{color:var(--color-primary)}.cart-item__name-button:focus-visible{outline:2px solid var(--color-primary);outline-offset:.15rem;border-radius:.25rem}.cart-item__remove{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:2.25rem;height:2.25rem;border:0;border-radius:.5rem;background:transparent;color:var(--color-base-400);cursor:pointer}.cart-item__remove svg{width:1.15rem;height:1.15rem}.cart-item__remove:hover{color:var(--color-primary)}.cart-item__remove:focus-visible{outline:2px solid var(--color-primary);outline-offset:.15rem}.cart-item__description{display:-webkit-box;overflow:hidden;margin-top:clamp(.35rem,1vw,.5rem);font-size:clamp(.75rem,2vw,.875rem);line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.cart-item__footer{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-top:auto;padding-top:clamp(.75rem,2vw,1rem)}.cart-item__controls{display:flex;flex-direction:column;gap:.5rem}.cart-item__inputs{display:flex;align-items:flex-start;gap:.75rem;flex-wrap:wrap}.cart-item__checkboxes{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.cart-item__quantity,.cart-item__keys-quantity{display:flex;flex-direction:column;gap:.35rem;color:var(--color-base-400);font-size:.75rem;font-weight:500}.cart-item__keys-quantity input{width:5.5rem;height:2.5rem;border:1px solid var(--color-base-300);border-radius:.5rem;background:var(--color-base-100);color:var(--color-base-content);font-size:1rem;font-weight:600;text-align:center}.cart-item__keys-quantity input:focus-visible{outline:2px solid var(--color-primary);outline-offset:.15rem}.cart-item__installation{display:inline-flex;align-items:center;gap:.45rem;min-height:2.5rem;color:var(--color-base-400);font-size:.8rem;font-weight:600}.cart-item__installation input{flex:0 0 auto}.cart-item__keys-checkbox{display:inline-flex;align-items:center;gap:.45rem;color:var(--color-base-400);font-size:.8rem;font-weight:600}.cart-item__keys-checkbox input{flex:0 0 auto}.cart-item__keys-price{font-size:.75rem;font-weight:600}.cart-item__quantity input,.cart-item__keys-quantity input{width:5.5rem;height:2.5rem;border:1px solid var(--color-base-300);border-radius:.5rem;background:var(--color-base-100);color:var(--color-base-content);font-size:1rem;font-weight:600;text-align:center}.cart-item__quantity input:focus-visible,.cart-item__keys-quantity input:focus-visible{outline:2px solid var(--color-primary);outline-offset:.15rem}.cart-item__prices{display:grid;gap:.15rem;text-align:right}.cart-item__old-price{font-size:.75rem;font-weight:600;text-decoration:line-through}.cart-item__price{font-size:clamp(1rem,3vw,1.25rem);font-weight:700;white-space:nowrap}.cart-item__vat-note{font-size:.75rem;font-weight:500}.cart-item--pack .cart-item__heading{display:grid;grid-template-columns:1fr auto auto;gap:.5rem}.cart-item__expand{display:inline-flex;align-items:center;justify-content:space-between;min-height:2.25rem;padding:.35rem .65rem;border:1px solid var(--color-base-300);border-radius:.5rem;background:var(--color-base-100);color:var(--color-base-content);cursor:pointer;gap:.55rem;transition:border-color .2s ease,background-color .2s ease,color .2s ease,transform .2s ease}.cart-item__expand:hover{background:var(--color-base-200);border-color:var(--color-primary);color:var(--color-primary)}.cart-item__expand:focus-visible{outline:2px solid var(--color-primary);outline-offset:.15rem}.cart-item__expand-count{font-size:.78rem;font-weight:500;line-height:1}.cart-item__expand-icon{display:inline-grid;place-items:center;width:1.2rem;height:1.2rem;border-radius:999px;color:inherit;font-size:.8rem;line-height:1;transition:transform .2s ease}.cart-item__expand-icon.is-expanded{transform:rotate(180deg)}.cart-item__pack-products{margin-top:1rem;padding-top:1rem;border-top:1px dashed var(--color-base-300)}.cart-item__pack-products-title{font-size:.8rem;font-weight:600;color:var(--color-base-400);margin-bottom:.75rem}.cart-item__pack-product{display:flex;flex-direction:column;gap:.5rem;padding:.75rem;margin-bottom:.5rem;background:var(--color-base-200);border-radius:.5rem}.cart-item__pack-product input[type=checkbox]{pointer-events:auto}.cart-item__pack-product-info{display:flex;justify-content:space-between;align-items:center}.cart-item__pack-product-name{font-size:.85rem;font-weight:500}.cart-item__pack-product-keys-price{font-size:.75rem;color:var(--color-base-400);margin-left:.5rem}.cart-item__pack-product-checkboxes{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.cart-item__pack-product-keys-total{text-align:right}.cart-item--skeleton .cart-item__copy,.cart-item--skeleton .cart-item__prices,.cart-item--skeleton .cart-item__quantity{width:100%}.cart-item__skeleton-line{height:.85rem;border-radius:999px}.cart-item__skeleton-line--category{width:34%;height:.7rem;margin-bottom:.45rem}.cart-item__skeleton-line--title{width:72%;height:1.35rem}.cart-item__skeleton-line--short{width:58%}.cart-item__skeleton-line--label{width:3.25rem;height:.7rem}.cart-item__skeleton-line--installation{width:8.5rem}.cart-item__skeleton-line--price-old{width:4.5rem;justify-self:end;height:.7rem}.cart-item__skeleton-line--price{width:5.75rem;justify-self:end;height:1.15rem}.cart-item__skeleton-input{width:5.5rem;height:2.5rem;border-radius:.5rem}.cart-item__skeleton-checkbox{width:1.2rem;height:1.2rem;border-radius:.35rem}.cart-item__skeleton-remove{width:2.25rem;height:2.25rem;border-radius:.5rem;flex:0 0 auto}.order-summary{border-width:1px;border-radius:1rem;padding:clamp(1rem,3vw,1.5rem);box-shadow:0 1px 2px #0000000f}.order-summary__title{margin-bottom:1rem;font-size:clamp(1.25rem,3vw,1.5rem);font-weight:500}.order-summary__lines{display:grid;gap:.75rem;padding-bottom:1rem;border-bottom:1px solid var(--color-base-300)}.order-summary__line,.order-summary__total{display:flex;align-items:center;justify-content:space-between;gap:1rem}.order-summary__line{color:var(--color-base-400);font-size:.9rem}.order-summary__line strong{color:var(--color-base-content);font-weight:600;white-space:nowrap}.order-summary__total{margin-top:1rem;font-size:1.1rem;font-weight:700}.order-summary__total strong{font-size:clamp(1.25rem,4vw,1.5rem);white-space:nowrap}.order-summary__button{width:100%;min-height:2.75rem;margin-top:1.25rem;border-radius:.5rem;font-size:1rem;font-weight:700}.order-summary__benefits{display:grid;gap:.6rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--color-base-300);font-size:.875rem}.order-summary__benefits p{display:flex;align-items:center;gap:.5rem;margin:0}.order-summary__benefit-icon{flex:0 0 auto;width:1.1rem;height:1.1rem}.order-summary--skeleton .order-summary__line,.order-summary--skeleton .order-summary__total{align-items:center}.order-summary__skeleton-line{height:.85rem;border-radius:999px}.order-summary__skeleton-line--title{width:10rem;height:1.35rem;margin-bottom:1rem}.order-summary__skeleton-line--short{width:6.5rem}.order-summary__skeleton-line--value{width:4.5rem;flex:0 0 auto}.order-summary__skeleton-line--total-label{width:3.5rem;height:1rem}.order-summary__skeleton-line--total-value{width:6rem;height:1.35rem;flex:0 0 auto}.order-summary__skeleton-button{width:100%;min-height:2.75rem;margin-top:1.25rem;border-radius:.5rem}@media(min-width:900px){.cart-page__layout{grid-template-columns:minmax(0,1fr) minmax(18rem,24rem)}.order-summary{position:sticky;top:5.5rem}}@media(max-width:640px){.cart-page__header{align-items:flex-end}.cart-item{grid-template-columns:minmax(6.5rem,8rem) minmax(0,1fr);gap:.75rem}.cart-item__footer{flex-direction:column;align-items:stretch;gap:.75rem}.cart-item__inputs,.cart-item__checkboxes{flex-direction:row;flex-wrap:wrap;align-items:center}.cart-item__prices{justify-content:flex-end}.cart-item__expand{width:100%;grid-column:1/-1}}.checkout-page{min-height:100%;background:var(--color-base-200);color:var(--color-base-content)}.checkout-page__container{width:100%;max-width:74rem;margin:0 auto;padding:clamp(2rem,5vw,4rem) 1rem}.checkout-page__back{display:inline-flex;align-items:center;gap:.35rem;margin-bottom:.5rem;font-size:.9rem;font-weight:600;text-decoration:none}.checkout-page__back:hover{text-decoration:underline}.checkout-page__back:focus-visible{outline:2px solid var(--color-primary);outline-offset:.2rem;border-radius:.25rem}.checkout-page__back-icon{width:1.1rem;height:1.1rem}.checkout-page__header{margin-bottom:clamp(1.5rem,4vw,2.5rem)}.checkout-page__header h1{font-size:clamp(1.875rem,5vw,2.25rem);font-weight:500;line-height:1.1}.checkout-page__steps{margin-bottom:clamp(1.5rem,4vw,2.5rem);padding-bottom:.25rem}.checkout-page__steps .steps{position:relative;grid-template-columns:repeat(3,minmax(0,1fr));width:100%;min-width:0;overflow:visible;padding-top:1.25rem}.checkout-page__steps .steps:before{position:absolute;top:2.5rem;right:1.5rem;left:1.5rem;height:.25rem;background:var(--color-base-300);content:"";transform:translateY(-50%)}.checkout-page__steps .steps:after{position:absolute;top:2.5rem;left:1.5rem;z-index:0;width:var(--checkout-steps-progress, 0);height:.25rem;background:var(--color-primary);content:"";transform:translateY(-50%)}.checkout-page__steps .step{min-width:0;color:var(--color-base-content)}.checkout-page__steps .step:first-child{justify-items:start;text-align:left}.checkout-page__steps .step:first-child:after{place-self:center start}.checkout-page__steps .step:nth-child(2){justify-items:center;text-align:center}.checkout-page__steps .step:nth-child(2):after{place-self:center}.checkout-page__steps .step:last-child{justify-items:end;text-align:right}.checkout-page__steps .step:last-child:after{place-self:center end}.checkout-page__steps .step:before{display:none}.checkout-page__steps .step:after{background:var(--color-base-300);color:var(--color-primary-content);height:3rem;width:3rem;font-size:16px}.checkout-page__steps .step.step-primary:before,.checkout-page__steps .step.step-primary:after{background:var(--color-primary)}.checkout-page__steps--active-2 .steps{--checkout-steps-progress: calc(50% - 1.5rem) }.checkout-page__steps--active-3 .steps{--checkout-steps-progress: calc(100% - 3rem) }.checkout-page__step{gap:.3rem;font-size:.95rem;font-weight:700;text-transform:uppercase}.checkout-page__step span,.checkout-page__step small{display:block;max-width:14rem;overflow-wrap:anywhere}.checkout-page__step small{color:var(--color-base-400);font-size:.75rem;font-weight:500;line-height:1.25;text-transform:none}.checkout-page__layout{display:grid;grid-template-columns:minmax(0,1fr);gap:clamp(1rem,3vw,1.75rem);align-items:start}.checkout-page__panel,.checkout-page__notice{border-width:1px;border-radius:.5rem;box-shadow:0 1px 2px #0000000f}.checkout-page__panel{min-height:25rem;padding:clamp(1rem,3vw,1.5rem)}.checkout-page__panel--payment,.checkout-page__panel--review{min-height:0}.checkout-page__panel-header{margin-bottom:1.25rem}.checkout-page__panel-header h2{font-size:clamp(1.25rem,3vw,1.5rem);font-weight:500}.checkout-page__panel-header p{margin-top:.25rem;font-size:.9rem}.checkout-page__notice{display:grid;justify-items:start;gap:.75rem;padding:clamp(1.5rem,4vw,2rem)}.checkout-page__notice h2{font-size:clamp(1.25rem,4vw,1.5rem);font-weight:600}.checkout-page__notice--empty{justify-items:center;min-height:18rem;padding:clamp(2rem,6vw,4rem) 1rem;border-width:0;border-radius:0;background:transparent;box-shadow:none;color:var(--color-base-400);text-align:center}.checkout-page__notice--empty h2{color:var(--color-base-content)}.checkout-page__notice--empty p{max-width:28rem}.checkout-page__sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.checkout-form__grid{display:grid;grid-template-columns:minmax(0,1fr);gap:1rem}.checkout-form__field{display:grid;gap:.35rem;min-width:0}.checkout-form__field span{color:var(--color-base-content);font-size:.9rem;font-weight:600}.checkout-form__field input{width:100%;min-width:0}.checkout-form__divider{margin:.25rem 0;color:var(--color-base-400);font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.payment-methods{display:grid;gap:.9rem}.payment-method{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:3rem;padding:.55rem .75rem;border-width:1px;border-radius:.5rem;background:var(--color-base-100);color:var(--color-base-content);cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.payment-method:hover,.payment-method:focus-within{border-color:var(--color-primary);box-shadow:0 0 0 1px var(--color-primary)}.payment-method__choice{display:inline-flex;align-items:center;gap:.75rem;min-width:0;font-size:.9rem;font-weight:600}.payment-method__choice input{flex:0 0 auto}.payment-method__logos,.payment-method__brand{display:inline-flex;flex:0 0 auto;align-items:center;gap:.25rem;white-space:nowrap}.payment-method__logos span{padding:.5rem .75rem;border:1px solid var(--color-base-300);border-radius:.25rem;color:var(--color-base-400);font-size:.65rem;font-weight:800;line-height:1}.payment-method__brand{font-size:1.05rem;font-weight:800;line-height:1;gap:.35rem}.payment-method__brand--paypal{color:var(--color-base-content);font-style:italic}.payment-method__brand-note{font-size:.75rem;font-style:normal;font-weight:700;letter-spacing:.02em;opacity:.78}.checkout-review{display:grid;gap:1rem}.checkout-review__error{margin-bottom:1rem;font-size:.9rem;font-weight:600}.checkout-review__section{display:grid;gap:.75rem;padding-bottom:1rem;border-bottom:1px solid var(--color-base-300)}.checkout-review__section:last-child{padding-bottom:0;border-bottom:0}.checkout-review__section h3{font-size:1rem;font-weight:700}.checkout-review__details{display:grid;gap:.65rem;margin:0}.checkout-review__details div{display:grid;gap:.15rem}.checkout-review__details dt{color:var(--color-base-400);font-size:.78rem;font-weight:700;text-transform:uppercase}.checkout-review__details dd{min-width:0;margin:0;overflow-wrap:anywhere}.checkout-review__payment{font-weight:700}.checkout-review__products{display:grid;gap:.75rem}.checkout-review-product{display:grid;grid-template-columns:4.5rem minmax(0,1fr);gap:.85rem;align-items:center;padding:.75rem;border-width:1px;border-radius:.5rem}.checkout-review-product__image{display:grid;place-items:center;width:4.5rem;aspect-ratio:1;overflow:hidden;border-radius:.5rem}.checkout-review-product__image img{width:100%;height:100%;object-fit:cover}.checkout-review-product__empty-icon{width:1.75rem;height:1.75rem}.checkout-review-product__content{min-width:0}.checkout-review-product__content h3{overflow-wrap:anywhere;font-size:.95rem;font-weight:700}.checkout-review-product__content p{font-size:.85rem}.checkout-review-product__heading{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.checkout-review-product__category{margin-bottom:.1rem}.checkout-review-product__expand{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:space-between;min-height:2.25rem;padding:.35rem .65rem;border:1px solid var(--color-base-300);border-radius:.5rem;background:var(--color-base-100);color:var(--color-base-content);cursor:pointer;gap:.55rem;transition:border-color .2s ease,background-color .2s ease,color .2s ease}.checkout-review-product__expand:hover,.checkout-review-product__expand:focus-visible{background:var(--color-base-200);border-color:var(--color-primary);color:var(--color-primary)}.checkout-review-product__expand-count{font-size:.78rem;font-weight:500;line-height:1}.checkout-review-product__expand-icon{display:inline-grid;place-items:center;width:1.2rem;height:1.2rem;color:inherit;font-size:.8rem;line-height:1;transition:transform .2s ease}.checkout-review-product__expand-icon.is-expanded{transform:rotate(180deg)}.checkout-review-product__total{grid-column:1/-1;justify-self:end;font-size:1rem}.checkout-review-product__pack-products{display:grid;grid-column:1/-1;gap:.5rem;padding:.75rem;background:var(--color-base-200);border-radius:.5rem}.checkout-review-product__pack-products h4{font-size:.85rem;font-weight:700}.checkout-review-product__pack-product{display:grid;gap:.25rem;padding-top:.5rem;border-top:1px solid var(--color-base-300)}.checkout-review-product__pack-product:first-of-type{padding-top:0;border-top:0}.checkout-review-product__pack-product-name{font-size:.88rem;font-weight:600}.checkout-review-product__pack-product-options{display:flex;flex-wrap:wrap;gap:.4rem .75rem;color:var(--color-primary);font-size:.8rem;font-weight:600}.checkout-skeleton__steps{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;padding-top:1.25rem}.checkout-skeleton__steps:before{position:absolute;top:2.5rem;right:1.5rem;left:1.5rem;height:.25rem;background:var(--color-base-300);content:"";transform:translateY(-50%)}.checkout-skeleton__step{position:relative;z-index:1;display:grid;justify-items:center;gap:.45rem}.checkout-skeleton__step-circle{width:3rem;height:3rem;border-radius:100%}.checkout-skeleton__step-line{width:6rem;height:.85rem;border-radius:100%}.checkout-skeleton__step-subline{width:8rem;max-width:100%;height:.7rem;border-radius:100%}.checkout-skeleton__panel,.checkout-skeleton__summary{border-width:1px;border-radius:.5rem;box-shadow:0 1px 2px #0000000f}.checkout-skeleton__panel{min-height:25rem;padding:clamp(1rem,3vw,1.5rem)}.checkout-skeleton__panel--review .checkout-skeleton__line{border-radius:.35rem}.checkout-skeleton__panel--review .checkout-skeleton__product,.checkout-skeleton__panel--review .checkout-skeleton__product-image{border-radius:.4rem}.checkout-skeleton__summary{display:grid;gap:1rem;align-self:start;padding:clamp(1rem,3vw,1.5rem)}.checkout-skeleton__header{display:grid;gap:.5rem;margin-bottom:1.25rem}.checkout-skeleton__grid{display:grid;grid-template-columns:minmax(0,1fr);gap:1rem}.checkout-skeleton__field{display:grid;gap:.35rem;min-width:0}.checkout-skeleton__field--wide{grid-column:1/-1}.checkout-skeleton__line{height:.85rem;border-radius:100%}.checkout-skeleton__line--title{width:9rem;height:1.1rem}.checkout-skeleton__line--heading{width:12rem;height:1.15rem}.checkout-skeleton__line--subheading{width:16rem;max-width:100%}.checkout-skeleton__line--section{width:9rem;height:.95rem}.checkout-skeleton__line--label{width:5.5rem;height:.75rem}.checkout-skeleton__line--short{width:4.5rem}.checkout-skeleton__line--value{width:5rem}.checkout-skeleton__line--toggle{width:11rem;height:.9rem}.checkout-skeleton__line--toggle-sub{width:15rem;max-width:100%;height:.75rem}.checkout-skeleton__line--payment{width:8rem;height:.9rem}.checkout-skeleton__line--payment-brand{width:4rem;height:.9rem}.checkout-skeleton__line--total-label{width:6rem;height:1rem}.checkout-skeleton__line--total-value{width:5rem;height:1rem}.checkout-skeleton__line--product{width:10rem;max-width:100%;height:.95rem}.checkout-skeleton__input{width:100%;height:3rem;border-radius:.5rem}.checkout-skeleton__toggle{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem;border:1px solid var(--color-base-300);border-radius:.75rem}.checkout-skeleton__toggle-control{width:3rem;height:1.5rem;border-radius:100%}.checkout-skeleton__stack,.checkout-skeleton__review,.checkout-skeleton__products{display:grid;gap:.9rem}.checkout-skeleton__payment-option{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:3rem;padding:.55rem .75rem;border:1px solid var(--color-base-300);border-radius:.5rem}.checkout-skeleton__payment-choice{display:inline-flex;align-items:center;gap:.75rem}.checkout-skeleton__radio{width:1.25rem;height:1.25rem;border-radius:100%}.checkout-skeleton__review-section{display:grid;gap:.75rem;padding-bottom:1rem;border-bottom:1px solid var(--color-base-300)}.checkout-skeleton__review-section:last-child{padding-bottom:0;border-bottom:0}.checkout-skeleton__details{display:grid;gap:.65rem}.checkout-skeleton__detail{display:grid;gap:.25rem}.checkout-skeleton__product{display:grid;grid-template-columns:4.5rem minmax(0,1fr);gap:.85rem;align-items:center;padding:.75rem;border:1px solid var(--color-base-300);border-radius:.5rem}.checkout-skeleton__product-image{width:4.5rem;aspect-ratio:1;border-radius:.5rem}.checkout-skeleton__product-copy{display:grid;gap:.35rem;min-width:0}.checkout-skeleton__summary-lines{display:grid;gap:.75rem}.checkout-skeleton__summary-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.checkout-skeleton__summary-row--total{padding-top:.75rem;border-top:1px solid var(--color-base-300)}.checkout-skeleton__button{width:100%;height:3rem;border-radius:.5rem}@media(min-width:900px){.checkout-page__layout{grid-template-columns:minmax(0,1fr) minmax(18rem,24rem)}.checkout-form__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.checkout-form__field--wide{grid-column:1/-1}.checkout-review__details{grid-template-columns:repeat(2,minmax(0,1fr))}.checkout-review__details--stack{grid-template-columns:1fr}.checkout-skeleton__grid,.checkout-skeleton__details{grid-template-columns:repeat(2,minmax(0,1fr))}.checkout-skeleton__product{grid-template-columns:5rem minmax(0,1fr) auto}.checkout-skeleton__product-image{width:5rem}.checkout-review-product{grid-template-columns:5rem minmax(0,1fr) auto}.checkout-review-product__image{width:5rem}.checkout-review-product__total{grid-column:auto}}@media(max-width:640px){.checkout-page__step{font-size:.8rem}.checkout-page__step small{display:none}.payment-method{align-items:flex-start;flex-direction:column;gap:.65rem}.checkout-skeleton__steps{gap:.5rem}.checkout-skeleton__step-line{width:4.5rem}.checkout-skeleton__step-subline{width:5.5rem}.checkout-skeleton__payment-option{align-items:flex-start;flex-direction:column;gap:.65rem}}.shop-home{overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.shop-home__top,.shop-home__categories{display:flex;width:100%;flex-direction:column;align-items:center;justify-content:center}.shop-home__top{position:relative;overflow:hidden}.shop-home__top:before{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;content:""}.shop-home__categories{padding:1.5rem 1rem}.shop-home__container{position:relative;z-index:1;width:100%;max-width:96rem}.shop-home__container--hero{padding:1.5rem 1rem}.shop-home__container--categories{padding:clamp(3rem,5vw,4rem) 0 clamp(3rem,5vw,4rem)}.shop-icon{width:1.25rem;height:1.25rem}.hero-box{display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(min(100%,450px),1fr));align-items:center;animation:shop-rise .65s ease both}.hero-box__content{max-width:56rem;padding-top:1rem;animation:shop-slide-up .7s .12s ease both}.hero-box__eyebrow{margin-bottom:.75rem;font-size:.875rem;font-weight:800;text-transform:uppercase}.hero-box__title{max-width:56rem;font-size:clamp(2.5rem,7vw,4.5rem);font-weight:900;line-height:1;letter-spacing:-.025em}.hero-box__line{display:block}.hero-box__text{margin-top:1.5rem;max-width:42rem;font-size:clamp(1.125rem,3vw,1.5rem);line-height:clamp(1.5rem,3vw,2rem)}.hero-box__actions{margin-top:2rem;display:flex;flex-wrap:wrap;gap:1rem}.hero-box__button{height:3rem}.hero-box__image-wrap{width:100%;justify-self:end;animation:shop-image-in .75s .22s ease both}.hero-orbit{--orbit-item-size: clamp(3rem, 6vw, 4rem);position:relative;width:min(100%,32rem);aspect-ratio:1;min-height:clamp(18rem,32vw,26rem);margin-inline:auto}.hero-orbit__outer-ring,.hero-orbit__inner-ring{position:absolute;border-radius:50%;pointer-events:none}.hero-orbit__outer-ring{top:8%;right:8%;bottom:8%;left:8%;border:2px dashed color-mix(in srgb,var(--color-primary) 82%,white 18%);background:radial-gradient(circle,rgba(255,247,237,.2) 0%,rgba(254,215,170,.24) 34%,rgba(251,146,60,.18) 56%,rgba(249,115,22,.1) 74%,rgba(251,146,60,.04) 88%,transparent 100%);filter:drop-shadow(0 0 1rem rgba(251,146,60,.14));animation:shop-orbit-spin 34s linear infinite}.hero-orbit__inner-ring{top:24%;right:24%;bottom:24%;left:24%;border:1px solid color-mix(in srgb,var(--color-primary) 78%,white 22%);background:radial-gradient(circle,rgba(255,247,237,.18) 0%,rgba(254,215,170,.16) 40%,rgba(251,146,60,.1) 68%,transparent 100%)}.hero-orbit__center{position:absolute;top:50%;left:50%;z-index:3;overflow:hidden;display:grid;place-items:center;width:clamp(7rem,15vw,11rem);aspect-ratio:1;border-radius:50%;box-shadow:0 1.25rem 2.5rem #0a0d1029;transform:translate(-50%,-50%)}.hero-orbit__center:before{position:absolute;top:-150%;right:-150%;bottom:-150%;left:-150%;border-radius:50%;background:linear-gradient(110deg,transparent 0 35%,rgba(255,255,255,.3) 55%,transparent 70% 100%);content:"";transform:translate(-50%);animation:shop-orb-sheen 6s ease-in-out infinite}.hero-orbit__center-icon{width:65%;height:65%;object-fit:contain;animation:shop-heartbeat 2.4s ease-in-out infinite}.hero-orbit__items{position:absolute;top:8%;right:8%;bottom:8%;left:8%;z-index:4;border-radius:50%;animation:shop-orbit-spin 28s linear infinite}.hero-orbit__item{--item-angle: 0deg;--card-angle: 0deg;position:absolute;top:0;right:0;bottom:0;left:0}.hero-orbit__item--unlock{--item-angle: 235deg;--card-angle: -235deg;transform:rotate(var(--item-angle))}.hero-orbit__item--lock{--item-angle: 340deg;--card-angle: -340deg;transform:rotate(var(--item-angle))}.hero-orbit__item--settings{--item-angle: 66deg;--card-angle: -66deg;transform:rotate(var(--item-angle))}.hero-orbit__item--shield{--item-angle: 164deg;--card-angle: -164deg;transform:rotate(var(--item-angle))}.hero-orbit__card{position:absolute;top:0;left:50%;display:grid;place-items:center;width:var(--orbit-item-size);height:var(--orbit-item-size);margin-top:calc(var(--orbit-item-size) / -2);margin-left:calc(var(--orbit-item-size) / -2);border:1px solid color-mix(in srgb,var(--color-base-300) 38%,transparent);border-radius:50%;background:var(--color-base-100);color:var(--color-primary);box-shadow:0 .7rem 1.5rem #0a0d101f;animation:shop-orbit-counter-spin 28s linear infinite}.hero-orbit__card svg{width:42%;height:42%}.feature-list{margin-top:2rem;display:grid;overflow:hidden;border-top-width:1px;border-bottom-width:1px}.feature-list__item{display:flex;align-items:center;gap:1.25rem;padding:1.75rem 1.5rem}.feature-list__item--line{border-bottom-width:1px}.feature-list__icon{width:2.25rem;height:2.25rem;flex-shrink:0}.feature-list__title{font-size:1.125rem;font-weight:600;letter-spacing:-.025em}.feature-list__text{margin-top:.25rem;font-size:.875rem}.shop-section{padding:3rem 0}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}.section-head__tag{font-size:1.125rem;font-weight:500;text-transform:uppercase;letter-spacing:.08em}.section-head__title{margin-top:.25rem;font-size:1.875rem;font-weight:500;letter-spacing:-.025em}.section-link{align-items:center;gap:.5rem;font-size:1.125rem;font-weight:500}.section-link--desktop{display:none}.section-link--mobile{display:flex;margin-top:1.5rem}.products-grid{margin-top:2rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(min(50% - .75rem,250px),1fr));gap:clamp(.75rem,2vw,1.25rem)}.shop-card-reveal{--reveal-delay: 0ms;min-width:0;animation:shop-slide-up .62s var(--reveal-delay) ease both}.shop-card-reveal>*{height:100%}.categories-grid{margin-top:2rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,280px),1fr));gap:1.25rem}.shop-empty{grid-column:1/-1;font-size:1.5rem;font-weight:600}.promo-banner,.contact-banner{position:relative;overflow:hidden;display:flex;width:100%;align-items:center;justify-content:center;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.promo-banner{padding:2.5rem 1rem}.promo-banner:before{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(110deg,transparent 0 32%,rgba(255,255,255,.22) 44%,transparent 56% 100%);content:"";transform:translate(-70%);animation:shop-banner-sheen 5s ease-in-out infinite}.promo-banner__text{position:relative;z-index:1;font-family:sans-serif;font-size:clamp(1.25rem,3.5vw,2rem);text-align:center}.promo-banner__rotator{display:block;overflow:hidden;width:min(100%,64rem);height:2.8lh}.promo-banner__rotator>span{display:flex;height:500%;width:100%;flex-direction:column;animation:shop-phrase-rotate 13s infinite}.promo-banner__phrase{display:flex;flex:0 0 20%;width:100%;height:100%;align-items:center;justify-content:center;text-align:center;text-wrap:balance;white-space:normal}.contact-banner{flex-direction:column;gap:1.25rem;min-height:clamp(22rem,42vw,30rem);padding:clamp(3.5rem,7vw,5.5rem) 1rem}.contact-banner__shine{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,transparent 0%,rgba(255,255,255,.1) 50%,transparent 100%);animation:contact-shimmer 4s ease-in-out infinite}.contact-banner__content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:1.25rem}.contact-banner__title{font-size:clamp(1.5rem,3vw,1.875rem);font-weight:700;text-align:center}.contact-banner__text{width:min(100%,30rem);font-size:1.125rem;text-align:center;line-height:1.6}.contact-banner__trust{display:flex;align-items:center;gap:1.5rem;padding:1rem 1.5rem;border-radius:5rem;background:#ffffff26;-webkit-backdrop-filter:blur(.5rem);backdrop-filter:blur(.5rem)}.contact-banner__stat{display:flex;flex-direction:column;align-items:center;gap:.2rem}.contact-banner__stat-num{font-size:clamp(1rem,2vw,1.375rem);font-weight:800;line-height:1}.contact-banner__stat-label{font-size:clamp(.65rem,1.2vw,.75rem);font-weight:500;text-transform:uppercase;letter-spacing:.05em;opacity:.85}.contact-banner__stat-divider{width:1px;height:2.5rem;background:#ffffff4d}.contact-banner__button{border-radius:5rem;font-size:.875rem;padding-inline:1.5rem;min-height:3rem;gap:.5rem}@keyframes shop-rise{0%{opacity:0;transform:translateY(1rem) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes shop-slide-up{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}@keyframes shop-image-in{0%{opacity:0;transform:translate(1rem) scale(.98)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes shop-orbit-spin{to{transform:rotate(360deg)}}@keyframes shop-orbit-counter-spin{0%{transform:rotate(var(--card-angle))}to{transform:rotate(calc(var(--card-angle) - 360deg))}}@keyframes shop-banner-sheen{0%,35%{transform:translate(-70%)}to{transform:translate(70%)}}@keyframes shop-orb-sheen{0%,40%{transform:translate(-50%)}70%,to{transform:translate(50%)}}@keyframes shop-heartbeat{0%,to{transform:scale(1)}5%{transform:scale(1.05)}10%{transform:scale(1)}15%{transform:scale(1.05)}20%{transform:scale(1)}80%{transform:scale(1)}}@keyframes shop-phrase-rotate{0%,16%{transform:translateY(0)}20%,36%{transform:translateY(-20%)}40%,56%{transform:translateY(-40%)}60%,76%{transform:translateY(-60%)}80%,96%{transform:translateY(-80%)}to{transform:translateY(0)}}@keyframes contact-shimmer{0%,to{opacity:.5}50%{opacity:1}}@media(max-width:479px){.contact-banner__trust{flex-wrap:wrap;justify-content:center;gap:.75rem 1.25rem;border-radius:1rem;width:100%;padding:1rem}.contact-banner__stat{min-width:calc(50% - .625rem);padding-bottom:.75rem;border-bottom:1px solid rgba(255,255,255,.3)}.contact-banner__stat:last-child{border-bottom:none}.contact-banner__stat-divider{display:none}}@media(min-width:640px){.hero-box__line--nowrap{white-space:nowrap}.promo-banner__rotator{height:1.4lh}.promo-banner__rotator>span{animation-duration:17s}}@media(min-width:768px){.feature-list{grid-template-columns:repeat(3,minmax(0,1fr))}.feature-list__item{padding-right:2.5rem;padding-left:2.5rem}.feature-list__item--line{border-right-width:1px;border-bottom-width:0}.section-link--desktop{display:flex}.section-link--mobile{display:none}}@media(min-width:1024px){.shop-home__container--hero,.shop-home__container--categories{padding-right:1rem;padding-left:1rem}.hero-box__content{padding-top:2rem;padding-left:2.5rem}.feature-list__item{gap:1.5rem}}@media(prefers-reduced-motion:reduce){.hero-box,.hero-box__content,.hero-box__image-wrap,.hero-orbit__outer-ring,.hero-orbit__items,.hero-orbit__card,.hero-orbit__center:before,.hero-orbit__center-icon,.promo-banner:before,.shop-card-reveal{animation:none}.hero-orbit__card{transform:rotate(var(--card-angle))}.shop-card-reveal>*{transition:none}}@media(max-width:319px){.hero-box__image-wrap{display:none}}@media(max-width:479px){.contact-banner__trust{flex-direction:column;gap:.75rem;border-radius:1rem}.contact-banner__stat-divider{width:100%;height:1px}.contact-banner__icon-float--2{display:none}}.footer-shop{background-color:#252525;color:#fff;padding:clamp(1.5rem,5vw,2.5rem) clamp(.75rem,3vw,1rem)}.footer-shop__container{max-width:clamp(300px,90vw,1200px);margin:0 auto;padding:0 clamp(.5rem,2vw,1rem)}.footer-shop__grid{display:grid;grid-template-columns:1fr;gap:clamp(1.25rem,4vw,2rem)}@media(min-width:768px){.footer-shop__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.footer-shop__grid{grid-template-columns:repeat(4,1fr)}}.footer-shop__brand-logo{font-size:clamp(1.25rem,4vw,1.5rem);font-weight:700;display:inline-block}.footer-shop__brand-description{margin-top:.5rem;font-size:clamp(.75rem,2.5vw,.875rem);color:#ffffffb3;line-height:1.6}.footer-shop__links h3{font-size:clamp(1rem,3vw,1.125rem);font-weight:600;margin-bottom:clamp(.75rem,2.5vw,1rem);padding-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.15)}.footer-shop__links ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.footer-shop__links ul li a{color:#fffc;text-decoration:none;font-size:clamp(.8125rem,2.5vw,.875rem);transition:color .2s ease;display:inline-block;padding:.25rem 0}.footer-shop__links ul li a:hover{color:var(--color-primary)}.footer-shop__contact{min-height:100%}.footer-shop__contact h3{font-size:clamp(1rem,3vw,1.125rem);font-weight:600;margin-bottom:clamp(.75rem,2.5vw,1rem);padding-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.15)}.footer-shop__contact ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-shop__contact ul li{color:#fffc;font-size:clamp(.8125rem,2.5vw,.875rem)}.footer-shop__contact ul li span{font-weight:500;display:block;margin-bottom:.125rem}.footer-shop__contact ul li a{color:inherit;text-decoration:none;transition:color .2s ease}.footer-shop__contact ul li a:hover{color:#fff}.footer-shop__payments{margin-top:clamp(1.5rem,4vw,2rem);padding-top:1rem}.footer-shop__payments h3{font-size:clamp(.95rem,2.8vw,1.05rem);font-weight:600;margin-bottom:.5rem;padding-bottom:0;border-bottom:0}.footer-shop__payments p{margin:0 0 .875rem;color:#ffffffb8;font-size:clamp(.8125rem,2.5vw,.875rem);line-height:1.5}.footer-shop__payments-logos{display:flex;flex-wrap:wrap;gap:.35rem}.footer-shop__payments-logos span{color:#fff}.footer-shop__social{min-height:100%}.footer-shop__social h3{font-size:clamp(1rem,3vw,1.125rem);font-weight:600;margin-bottom:clamp(.75rem,2.5vw,1rem);padding-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.15)}.footer-shop__social-icons{display:flex;gap:clamp(.75rem,2.5vw,1rem);flex-wrap:wrap}.footer-shop__social-icons a{display:flex;align-items:center;justify-content:center;width:clamp(2.25rem,7vw,2.5rem);height:clamp(2.25rem,7vw,2.5rem);border-radius:50%;background-color:#ffffff1a;color:#fffc;text-decoration:none;transition:all .2s ease}.footer-shop__social-icons a:hover{background-color:#fff3;color:#fff;transform:translateY(-2px)}.footer-shop__social-icons a svg{width:clamp(1.125rem,3.5vw,1.25rem);height:clamp(1.125rem,3.5vw,1.25rem)}.footer-shop__bottom{border-top:1px solid rgba(255,255,255,.2);margin-top:clamp(1.5rem,5vw,2rem);padding-top:clamp(1.5rem,5vw,2rem);text-align:center}.footer-shop__bottom p{font-size:clamp(.75rem,2.5vw,.875rem);color:#fff9;margin:0}.footer-shop__bottom-links{margin-bottom:clamp(.75rem,2.5vw,1rem);display:flex;justify-content:center;flex-wrap:wrap;gap:clamp(.25rem,1vw,.5rem)}.footer-shop__bottom-links a{color:#fffc;text-decoration:none;font-size:clamp(.75rem,2.5vw,.875rem);transition:color .2s ease}.footer-shop__bottom-links a:hover{color:#fff}.footer-shop__bottom-separator{margin:0 clamp(.5rem,1.5vw,.75rem);color:#fff6}.products-page{display:flex;flex-direction:column;align-items:center;justify-content:center}.products-page__container{width:100%;max-width:96rem;padding:0 1rem}.products-page__body{padding:clamp(3rem,5vw,4rem) 0}.products-top{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.products-top__tag{font-size:2.25rem;font-weight:600;text-transform:uppercase;letter-spacing:.3125rem}.products-top__title{margin-top:.25rem;font-size:2.25rem;font-weight:500;letter-spacing:-.025em}.products-top__actions{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem}.products-top__filters-button{display:inline-flex;align-items:center;gap:.5rem}.products-layout{display:block}.filters-box__head{display:flex;justify-content:space-between;align-items:center;gap:.75rem}.filters-box__head-content{display:flex;align-items:center;gap:.75rem}.filters-box__icon{width:1.5rem;height:1.5rem}.filters-box__close-icon{cursor:pointer}.filters-box__title{font-size:1.5rem;font-weight:600}.filters-box__content{margin-top:1.5rem}.filters-box__section{border-top-width:1px;border-radius:0}.filters-box__section-title{display:flex;align-items:center;justify-content:space-between;padding-right:0;padding-left:0}.filters-box__section-body{padding-right:0;padding-left:0}.filters-box__label{font-size:1.125rem;font-weight:600}.filters-box__search{margin-bottom:1rem;width:100%}.filters-box__list{display:flex;flex-direction:column;gap:.75rem}.filters-box__item{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-size:1rem}.filters-box__item-name{flex:1}.filters-box__item-count{font-size:.875rem}.filters-box__modal-close{margin:0}.filters-modal{margin-inline:auto}.products-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(50% - .75rem,250px),1fr));gap:.75rem}.products-empty{grid-column:1/-1;font-size:1.5rem;font-weight:600}@media(min-width:768px){.products-top{flex-direction:row;align-items:flex-end;justify-content:space-between}.products-top__actions{align-items:flex-end}}.search-page{min-height:80vh;display:flex;flex-direction:column}.search-page__container{max-width:96rem;margin:0 auto;padding:0 1rem;width:100%}.search-page__body{padding:clamp(3rem,5vw,4rem) 0}.search-page__empty,.search-page__error{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem;gap:1rem}.search-page__empty h1,.search-page__error h1{font-size:1.5rem;color:var(--color-base-content)}.search-page__empty p,.search-page__error p{color:var(--color-base-400);max-width:400px}.search-page__empty .search-page__empty-icon,.search-page__error .search-page__empty-icon{width:4rem;height:4rem;color:var(--color-primary);opacity:.6}.search-header{margin-bottom:2rem}.search-header__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.search-header__back{display:inline-flex;align-items:center;gap:.5rem;font-weight:500}.search-header__mobile-filters{display:flex;align-items:center;gap:.5rem}.search-header__title{font-size:1.75rem;font-weight:700;color:var(--color-base-content);margin-bottom:.5rem}@media(min-width:768px){.search-header__title{font-size:2rem}}.search-header__query{color:var(--color-primary);font-weight:600}.search-header__count{color:var(--color-base-400);margin-bottom:1rem}.search-header__chips{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-top:1rem}.chip{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .75rem;background-color:var(--color-base-200);border-radius:100%;font-size:.875rem;color:var(--color-base-content)}.chip button{display:flex;align-items:center;justify-content:center;width:1.125rem;height:1.125rem;border:none;background:transparent;color:var(--color-base-400);cursor:pointer;border-radius:50%;transition:all .2s}.chip button:hover{background-color:var(--color-base-300);color:var(--color-base-content)}.chip--clickable{cursor:pointer;transition:background-color .2s}.chip--clickable:hover{background-color:var(--color-base-300)}.search-header__clear-filters{background:none;border:none;color:var(--color-primary);font-size:.875rem;cursor:pointer;text-decoration:underline;padding:0}.search-header__clear-filters:hover{color:color-mix(in srgb,var(--color-primary) 80%,#000)}.search-layout{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:1024px){.search-layout{grid-template-columns:280px 1fr;gap:3rem}}.search-sidebar{position:sticky;top:6rem;height:fit-content;max-height:calc(100vh - 7rem);overflow-y:auto}.search-filters{background-color:var(--color-base-100);border:1px solid var(--color-base-200);border-radius:.75rem;padding:1.5rem;position:relative}@media(max-width:1023px){.search-filters{display:none}}.search-filters__header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;font-size:1.125rem;font-weight:600;color:var(--color-base-content)}.search-filters__icon{width:1.5rem;height:1.5rem;color:var(--color-primary)}.search-filters__section{margin-bottom:1.5rem}.search-filters__section:last-child{margin-bottom:0}.search-filters__label{font-size:.875rem;font-weight:600;color:var(--color-base-content);margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em}.search-filters__item{display:flex;align-items:center;gap:.5rem;padding:.375rem 0;cursor:pointer;font-size:.95rem;color:var(--color-base-content)}.search-filters__item .search-filters__count{margin-left:auto;color:var(--color-base-400);font-size:.875rem}.search-filters__item:hover{color:var(--color-primary)}.search-filters__item--checkbox{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;border:1px solid var(--color-base-200);border-radius:.5rem;cursor:pointer;transition:all .2s}.search-filters__item--checkbox:hover{border-color:var(--color-primary);background-color:var(--color-base-200)}.search-filters__item--checkbox>div{display:flex;flex-direction:column;gap:.25rem}.search-filters__item--checkbox .search-filters__pack-icon{width:1.25rem;height:1.25rem;color:var(--color-primary)}.search-filters__price-inputs{display:flex;align-items:center;gap:.5rem}.search-filters__price-inputs input{width:100%}.search-filters__price-inputs span{color:var(--color-base-400)}.filters-box__price-inputs{display:flex;align-items:center;gap:.5rem}.filters-box__price-inputs input{width:100%}.filters-box__price-inputs span{color:var(--color-base-400)}.search-filters__suggestions{display:flex;flex-wrap:wrap;gap:.5rem}.search-filters__suggestion{padding:.375rem .75rem;background-color:var(--color-base-200);border:none;border-radius:100%;font-size:.875rem;color:var(--color-base-content);cursor:pointer;transition:all .2s}.search-filters__suggestion:hover{background-color:var(--color-primary);color:var(--color-base-100)}.search-results{min-height:400px}.search-results__section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem;padding-bottom:.75rem;border-bottom:2px solid var(--color-base-200)}.search-results__section-header .search-results__section-title{font-size:1.75rem;font-weight:700;color:var(--color-base-content);margin:0}.search-results__section{margin-bottom:2rem}.search-results__section:last-child{margin-bottom:0}.search-results__section.search-results__section--packs{margin-top:2rem}.search-results__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(50% - .75rem,250px),1fr));gap:.75rem}.search-results__grid.search-results__grid--packs .product-card{border-color:var(--color-primary);background-color:color-mix(in srgb,var(--color-primary) 5%,transparent)}.search-results__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem;border:2px dashed var(--color-base-200);border-radius:1rem}.search-results__empty .search-results__empty-icon{width:4rem;height:4rem;color:var(--color-primary);margin-bottom:1rem;opacity:.5}.search-results__empty h2{font-size:1.5rem;color:var(--color-base-content);margin-bottom:.5rem}.search-results__empty p{color:var(--color-base-400);margin-bottom:1.5rem;max-width:500px}.search-results__empty-actions{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.search-filters-modal__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--color-base-200)}.search-filters-modal__header h3{font-size:1.25rem;font-weight:600;margin:0;color:var(--color-base-content)}.search-filters-modal__header button{background:none;border:none;font-size:1.5rem;color:var(--color-base-400);cursor:pointer;line-height:1}.search-filters-modal__header button:hover{color:var(--color-base-content)}.search-filters-modal__content{max-height:60vh;overflow-y:auto}.search-header__top{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.filters-box__pack-icon{width:1.25rem;height:1.25rem;color:var(--color-primary);margin-right:.5rem;flex-shrink:0}
