@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Inter:wght@400;500;600;700;800&display=swap";:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#0f172a;background-color:var(--wn-bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--wn-blue: #1f3a2e;--wn-blue-dark: #14261e;--wn-navy: #111111;--wn-slate: #2f2a25;--wn-muted: #5a5147;--wn-border: #d8cec0;--wn-bg: #f3eee4;--wn-soft: #eee7db;--wn-orange: #b08d57;--wn-orange-dark: #7b613b;--wn-orange-soft: #efe2cf;--wn-lemon: #b08d57;--wn-serif: "Cormorant Garamond", Georgia, serif}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}a{font-weight:500;color:var(--wn-blue);text-decoration:none}a:hover{color:var(--wn-blue-dark)}#app{min-height:100vh}.header{background:#fff;border-bottom:1px solid #e2e8f0}.nav{max-width:1200px;margin:0 auto;padding:.75rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.logo{font-weight:700;font-size:1.1rem}.nav-links{display:flex;gap:1rem}.container{max-width:1200px;margin:0 auto;padding:1.5rem}button{border-radius:9999px;border:1px solid transparent;padding:.5rem 1rem;font-size:.9rem;font-weight:500;font-family:inherit;background-color:var(--wn-blue);color:#fff;cursor:pointer;transition:background-color .15s ease,transform .05s ease,box-shadow .15s ease}button:hover{background-color:var(--wn-blue-dark)}button:active{transform:translateY(1px);box-shadow:none}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem;margin-top:1.5rem}.card{background:#fff;border-radius:1rem;padding:1.25rem;box-shadow:0 10px 25px #0f172a14;display:flex;flex-direction:column;gap:.5rem}table{width:100%;border-collapse:collapse;background:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 10px 25px #0f172a0f}th,td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #e2e8f0}th{background:#f8fafc;font-weight:600}input,textarea{width:100%;padding:.45rem .6rem;border-radius:.5rem;border:1px solid var(--wn-border);font-family:inherit;font-size:.9rem}input:focus,textarea:focus{outline:2px solid var(--wn-blue-dark);border-color:transparent}label{display:block;font-size:.85rem;color:var(--wn-muted);display:grid;gap:.25rem}.store-layout{min-height:100vh;display:flex;flex-direction:column;background:var(--wn-bg)}.store-main{flex:1;max-width:1200px;margin:0 auto;width:100%;padding:0 1.25rem 2.5rem}.store-header{background:#fffdf9f2;color:#0f172a;border-bottom:1px solid rgba(17,17,17,.08);box-shadow:0 6px 20px #1111110f}.store-header__bar{padding:.75rem 1.25rem}.store-header__inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.store-header__content{display:flex;align-items:center;gap:1rem;flex:1;min-width:0}.store-header__search-row{border-top:1px solid rgba(17,17,17,.06);padding:.65rem 1.25rem .9rem;background:linear-gradient(180deg,#fffcf8f2,#f3eee4e0)}.store-header__search-row:before{content:"Buscar en tienda";display:block;max-width:1200px;margin:0 auto .45rem;color:var(--wn-muted);font-size:.78rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.store-header__logo{display:flex;align-items:center;text-decoration:none;color:#0f172a;margin-right:.25rem;gap:.5rem}.store-header__logo:hover{color:var(--wn-blue)}.store-header__logo-text{font-size:2rem;font-family:var(--wn-serif);font-weight:600;letter-spacing:.02em;line-height:.92}.store-header__logo-image{height:36px;width:auto;display:block}.store-header__nav{display:flex;align-items:center;gap:.25rem;flex-wrap:wrap}.store-header__nav-link{color:var(--wn-slate);text-decoration:none;font-size:.9rem;font-weight:600;padding:.42rem .8rem;border-radius:999px}.store-header__nav-link:hover{color:var(--wn-blue);background:var(--wn-soft)}.store-header__search{max-width:1200px;margin:0 auto;width:100%;display:flex;align-items:center;border:1px solid rgba(31,58,46,.28);border-radius:999px;overflow:hidden;background:#fff;box-shadow:0 8px 18px #11111114}.store-header__search-input{flex:1;padding:.62rem .9rem;border:none;background:transparent;font-size:.95rem;outline:none;color:var(--wn-slate)}.store-header__search-input::placeholder{color:#7e7468}.store-header__search-btn{background:#1f3a2e14;color:var(--wn-blue-dark);border:none;padding:.56rem .9rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.store-header__search-btn:hover{color:#fff;background:var(--wn-blue)}.store-header__actions{display:flex;align-items:center;gap:1rem}.store-header__menu-btn{display:none;width:42px;height:42px;border-radius:10px;border:1px solid var(--wn-border);background:#fff;align-items:center;justify-content:center;flex-direction:column;gap:4px;padding:0}.store-header__menu-btn span{width:18px;height:2px;background:var(--wn-slate);border-radius:999px;transition:transform .15s ease,opacity .15s ease}.store-header__menu-btn.is-open span:nth-child(1){transform:translateY(6px) rotate(45deg)}.store-header__menu-btn.is-open span:nth-child(2){opacity:0}.store-header__menu-btn.is-open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.store-header__lang{display:inline-flex;align-items:center;gap:.4rem;color:var(--wn-muted);font-size:.85rem}.store-header__lang-label{display:none}.store-header__lang select{border:1px solid var(--wn-border);background:#fffcf8;border-radius:999px;padding:.3rem .5rem;font-size:.85rem;color:var(--wn-slate)}.store-header__action-link{display:flex;align-items:center;gap:.4rem;text-decoration:none;color:var(--wn-slate);font-size:.9rem;font-weight:500;padding:.4rem .6rem;border-radius:999px}.store-header__action-link:hover{color:var(--wn-blue);background:var(--wn-soft)}.store-header__cart{display:flex;align-items:center;gap:.4rem;text-decoration:none;color:var(--wn-slate);font-size:.9rem;font-weight:500;padding:.4rem .75rem;border-radius:999px;border:1px solid var(--wn-border);background:#fff}.store-header__cart:hover{border-color:var(--wn-blue);color:var(--wn-blue)}.store-header__cart-icon{position:relative;display:flex;align-items:center;justify-content:center}.store-header__cart-badge{position:absolute;top:-5px;right:-5px;background:var(--wn-orange);color:#fff;font-size:.65rem;font-weight:700;min-width:1rem;height:1rem;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0 2px}.store-header__cart-label{font-weight:600}.store-footer{background:#fffdf9;color:var(--wn-slate);margin-top:auto;border-top:1px solid var(--wn-border)}.store-footer__back{padding:.75rem 1.25rem;text-align:center;border-bottom:1px solid var(--wn-bg)}.store-footer__back-link{color:var(--wn-muted);text-decoration:none;font-size:.875rem;font-weight:500}.store-footer__back-link:hover{color:var(--wn-blue)}.store-footer__grid{max-width:1200px;margin:0 auto;padding:2rem 1.25rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:2rem}.store-footer__title{color:#0f172a;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .75rem}.store-footer__list{list-style:none;padding:0;margin:0}.store-footer__list li{margin-bottom:.4rem}.store-footer__list a{color:var(--wn-muted);text-decoration:none;font-size:.875rem}.store-footer__list a:hover{color:var(--wn-blue)}.store-footer__bottom{border-top:1px solid var(--wn-border);padding:1rem 1.25rem;text-align:center}.store-footer__copy{font-size:.8rem;color:var(--wn-muted)}.store-hero{background:radial-gradient(900px 350px at 20% 0%,#b08d5747,#b08d5700 55%),linear-gradient(130deg,#14261e,#1f3a2e 62%,#83653a);color:#fff;padding:2rem 1.5rem;margin:0 -1.25rem 2rem;border-radius:18px}.store-hero__inner{max-width:1200px;margin:0 auto}.store-hero__title{margin:0 0 .5rem;font-size:clamp(2rem,3.2vw,2.6rem);font-family:var(--wn-serif);font-weight:600;line-height:1.02}.store-hero__subtitle{margin:0;font-size:.92rem;opacity:.9}.store-hero__detail{margin-top:.75rem;color:#fef3c7;font-size:.9rem}.store-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.2rem}.store-product-card{background:#fffdf9;border-radius:16px;padding:1.1rem;display:flex;flex-direction:column;height:100%;transition:border-color .2s ease;border:1px solid rgba(31,58,46,.16);box-shadow:0 10px 20px #1111110f}.store-product-card:hover{border-color:#b08d578c}.store-product-card__image-wrap{width:100%;height:200px;display:flex;align-items:center;justify-content:center;margin-bottom:.9rem;background:#f8f3ea;border-radius:12px;overflow:hidden}.store-product-card__image{max-width:100%;max-height:100%;object-fit:contain}.store-product-card__image-placeholder{width:80px;height:80px;background:#16a34a14;border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--wn-blue);font-size:2rem}.store-product-card__title{font-size:1rem;font-weight:600;margin:0 0 .5rem;line-height:1.3;color:#0f172a;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.store-product-card__title:hover{color:var(--wn-blue-dark)}.store-product-card__badge{display:inline-block;font-size:.7rem;padding:.2rem .5rem;border-radius:6px;margin-bottom:.5rem;font-weight:600}.store-product-card__badge--product{background:var(--wn-soft);color:var(--wn-blue-dark)}.store-product-card__badge--service{background:var(--wn-orange-soft);color:var(--wn-orange-dark)}.store-product-card__price{font-size:1.15rem;font-weight:700;color:#0f172a;margin:.5rem 0}.store-product-card__desc{font-size:.85rem;color:var(--wn-muted);margin:0 0 .5rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.store-product-card__stock{font-size:.85rem;color:var(--wn-blue);margin-bottom:.5rem}.store-product-card__actions{margin-top:auto;display:flex;flex-wrap:wrap;gap:.5rem;padding-top:.7rem}.store-product-card__qty{display:grid;gap:.35rem;font-size:.78rem;color:var(--wn-muted)}.store-product-card__qty-stepper{display:inline-flex;align-items:center;border:1px solid rgba(31,58,46,.14);border-radius:999px;background:#f8f4eb;overflow:hidden;height:34px}.store-product-card__qty-btn{display:inline-flex;align-items:center;justify-content:center;border:none;background:transparent;color:var(--wn-blue-dark);width:32px;height:100%;font-size:1.1rem;font-weight:700;line-height:1;padding:0;cursor:pointer}.store-product-card__qty-btn:disabled{color:#9ca3af;cursor:not-allowed}.store-product-card__qty input{width:56px;border:1px solid rgba(31,58,46,.18);border-top:none;border-bottom:none;border-radius:0;text-align:center;height:100%;padding:0;background:#fff;font:inherit;line-height:1;color:var(--wn-ink)}.store-product-card__qty input:focus-visible{outline:2px solid var(--wn-gold);outline-offset:1px}.store-product-card .btn-add-cart{background:var(--wn-blue);color:#fff;border:none;padding:.5rem .9rem;border-radius:999px;font-size:.9rem;font-weight:600;cursor:pointer;flex:1;min-width:120px}.store-product-card .btn-add-cart:hover:not(:disabled){background:var(--wn-blue-dark)}.store-product-card .btn-add-cart:disabled{background:var(--wn-border);color:#94a3b8;cursor:not-allowed}.store-product-card .btn-reserve{background:#fff;color:var(--wn-blue);border:1px solid var(--wn-blue);padding:.5rem .9rem;border-radius:999px;font-size:.9rem;font-weight:600;cursor:pointer}.store-product-card .btn-reserve:hover{background:var(--wn-soft)}.store-modal{position:fixed;inset:0;z-index:50;display:flex;align-items:center;justify-content:center}.store-modal__backdrop{position:absolute;inset:0;background:#0f172a73;border:none;padding:0}.store-modal__card{position:relative;background:#fff;width:min(900px,92vw);border-radius:20px;box-shadow:0 20px 60px #0f172a40;z-index:1;padding:1.5rem}.store-modal__close{position:absolute;top:12px;right:12px;width:36px;height:36px;border-radius:50%;background:#f1f5f9;border:none;font-size:1.4rem;line-height:1;color:#475569;cursor:pointer}.store-modal__close:hover{background:#e2e8f0}.store-modal__content{display:grid;grid-template-columns:1fr 1.1fr;gap:1.5rem}.store-modal__image{background:#f8fafc;border-radius:12px;display:flex;align-items:center;justify-content:center;min-height:280px;padding:1rem}.store-modal__image img{max-width:100%;max-height:320px;object-fit:contain}.store-modal__details h2{margin:.5rem 0 .25rem;font-size:1.4rem}.store-modal__details p{color:var(--wn-muted);margin:0 0 1rem}.store-modal__price{font-size:1.4rem;font-weight:700;margin:.5rem 0 1rem}.store-modal__meta{list-style:none;padding:0;margin:0 0 1.25rem;display:grid;gap:.35rem;color:#475569;font-size:.95rem}.store-modal__actions{display:flex;gap:.75rem;flex-wrap:wrap}.store-modal__qty{display:grid;gap:.35rem;margin-bottom:1rem;color:#475569;font-size:.9rem}.store-modal__qty-stepper{display:inline-flex;align-items:center;border:1px solid var(--wn-border);border-radius:999px;overflow:hidden;width:fit-content}.store-modal__qty-btn{width:36px;height:36px;border:none;background:#f8fafc;color:var(--wn-blue-dark);font-size:1.2rem;font-weight:700;cursor:pointer}.store-modal__qty-btn:disabled{color:#94a3b8;cursor:not-allowed}.store-modal__qty-input{width:72px;height:36px;border:none;border-left:1px solid var(--wn-border);border-right:1px solid var(--wn-border);text-align:center;font-size:.95rem;background:#fff}.store-cart{padding:.9rem 0 2rem}.store-cart--empty{text-align:center;background:#fff;border:1px solid rgba(31,58,46,.16);border-radius:16px;padding:2rem 1.2rem}.store-cart__title{margin:0;color:#102117;font-family:var(--wn-serif);font-size:clamp(2rem,3.2vw,2.5rem);line-height:1.02}.store-cart__subtitle{margin:.45rem 0 0;color:var(--wn-muted)}.store-cart__header{margin-bottom:1rem}.store-cart__table-wrap{background:#fff;border:1px solid rgba(31,58,46,.16);border-radius:14px;overflow-x:auto;box-shadow:0 10px 24px #1111110f}.store-cart__table{min-width:760px;box-shadow:none;border-radius:0}.store-cart__table th{background:#f8f3ea;color:#2d281f;border-bottom-color:#eadfce}.store-cart__table td{vertical-align:middle}.store-cart__product-cell{display:inline-flex;align-items:center;gap:.55rem}.store-cart__thumb{width:48px;height:48px;border-radius:8px;object-fit:contain;background:#f8f3ea;border:1px solid #eadfce}.store-cart__type-badge{display:inline-flex;align-items:center;padding:.24rem .52rem;border-radius:999px;font-size:.74rem;font-weight:700}.store-cart__type-badge.is-reservation{background:#efe2cf;color:#6e542d}.store-cart__type-badge.is-purchase{background:#e2f0e8;color:#1f3a2e}.store-cart__qty-wrap{display:grid;gap:.25rem}.store-cart__qty-input{width:128px}.store-cart__money{white-space:nowrap;font-weight:600;color:#2f2a25}.store-cart__remove-btn{background:#fff;color:#8b1f1f;border:1px solid #e8b4b4;padding:.4rem .7rem;border-radius:999px;min-height:36px;font-size:.84rem}.store-cart__remove-btn:hover{background:#fff2f2}.store-cart__summary{margin-top:.95rem;background:#fff;border:1px solid rgba(31,58,46,.16);border-radius:12px;padding:.85rem 1rem}.store-cart__summary-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.store-cart__summary-row strong{color:#102117;font-size:1.05rem}.store-cart__actions{margin-top:.9rem;display:flex;gap:.7rem;flex-wrap:wrap}.store-cart__action{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;min-height:42px;padding:.55rem 1rem;font-weight:700;text-decoration:none}.store-cart__action--ghost{border:1px solid rgba(31,58,46,.2);color:#2f2a25;background:#fff}.store-cart__action--primary{background:var(--wn-blue);color:#fff}.store-cart__back-link{display:inline-flex;margin-top:.8rem;font-weight:700}.store-checkout{padding:1rem 0 2rem}.store-checkout__header{background:#fff;border:1px solid rgba(31,58,46,.16);border-radius:16px;padding:1.25rem 1.5rem;margin-bottom:1.5rem}.store-checkout__header h1{margin:0 0 .4rem;font-size:1.4rem}.store-checkout__success{text-align:center;background:radial-gradient(620px 180px at 80% -20%,rgba(176,141,87,.18),transparent 60%),#fff;border-color:#1f3a2e3d;box-shadow:0 14px 28px #11111114}.store-checkout__success-badge{display:inline-flex;width:38px;height:38px;border-radius:50%;align-items:center;justify-content:center;font-weight:800;color:#fff;background:var(--wn-blue);margin-bottom:.55rem}.store-checkout__success p{margin:.35rem 0 0;color:var(--wn-muted)}.store-checkout__success-actions{margin-top:.95rem;display:flex;gap:.6rem;justify-content:center;flex-wrap:wrap}.store-checkout__grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.store-checkout__panel{background:#fff;border:1px solid rgba(31,58,46,.16);border-radius:16px;padding:1.25rem 1.5rem}.store-checkout__panel h2{margin:0 0 1rem;font-size:1.1rem}.store-checkout__items{list-style:none;padding:0;margin:0;display:grid;gap:.75rem}.store-checkout__item{display:flex;justify-content:space-between;gap:1rem;border-bottom:1px dashed var(--wn-border);padding-bottom:.6rem}.store-checkout__item:last-child{border-bottom:none;padding-bottom:0}.store-checkout__item-meta{font-size:.85rem;color:var(--wn-muted);margin-top:.15rem}.store-checkout__item-price{font-weight:600;white-space:nowrap}.store-checkout__total{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:.75rem;border-top:1px solid var(--wn-border);font-size:1.05rem}.store-checkout__reservation{margin-top:1.25rem;padding-top:.75rem;border-top:1px dashed var(--wn-border)}.store-checkout__reservation h3{margin:0 0 .75rem;font-size:1rem}.store-checkout__form{display:grid;gap:.75rem}.store-checkout__form select,.store-checkout__form textarea,.store-checkout__form input[type=text],.store-checkout__form input[type=email],.store-checkout__form input[type=tel]{width:100%;padding:.65rem .75rem;border:1px solid var(--wn-border);border-radius:10px;font-size:.95rem;font-family:inherit;background:#fff}.store-checkout__address-choice{display:flex;flex-wrap:wrap;gap:.75rem;padding:.25rem 0}.store-checkout__address-choice label{display:inline-flex;align-items:center;gap:.4rem;font-size:.95rem}.store-checkout__address-button{background:#fff;color:var(--wn-blue);border:1px solid var(--wn-blue);border-radius:8px;padding:.5rem .85rem;font-weight:600;cursor:pointer}.store-checkout__address-button:hover{background:var(--wn-soft)}.store-orders{padding:.9rem 0 2rem}.store-orders__header{margin-bottom:.85rem}.store-orders__header h1{margin:0;color:#102117;font-family:var(--wn-serif);font-size:clamp(2rem,3.2vw,2.5rem);line-height:1.02}.store-orders__header p{margin:.5rem 0 0;color:var(--wn-muted)}.store-orders__search{display:flex;gap:.65rem;align-items:center;margin-bottom:1rem}.store-orders__input{width:100%;min-height:42px;border-radius:10px;border:1px solid var(--wn-border);background:#fff;padding:.55rem .75rem}.store-orders__submit{min-height:42px;white-space:nowrap}.store-orders__empty{background:#fff;border:1px solid rgba(31,58,46,.16);border-radius:12px;padding:.85rem 1rem}.store-orders__list{list-style:none;padding:0;margin:0;display:grid;gap:.95rem}.store-orders__section-title{margin:.35rem 0 .7rem;color:#102117;font-size:1.05rem}.store-orders__card{background:#fff;border:1px solid rgba(31,58,46,.16);border-radius:14px;padding:1rem;box-shadow:0 10px 24px #1111110f}.store-orders__card-head{display:flex;gap:.65rem;align-items:center;justify-content:space-between}.store-orders__identifier{font-size:1.04rem}.store-orders__head-meta{display:inline-flex;align-items:center;justify-content:flex-end;gap:.45rem;flex-wrap:wrap}.store-orders__date{color:var(--wn-muted);font-size:.92rem}.store-orders__status{justify-self:end;font-weight:700;font-size:.82rem;border-radius:999px;padding:.24rem .62rem;border:1px solid transparent}.store-orders__status.is-pending{color:#7f1d1d;background:#fff1f1;border-color:#f7c7c7}.store-orders__status.is-paid{color:#14532d;background:#ecfdf3;border-color:#b7ebca}.store-orders__type{justify-self:start;font-size:.78rem;color:#0f766e;background:#e6fffa;border:1px solid #99f6e4;border-radius:999px;padding:.15rem .5rem}.store-orders__meta{margin:.55rem 0 .6rem;color:#2f2a25;font-weight:600}.store-orders__actions{display:flex;justify-content:flex-start;margin-bottom:.7rem}.store-orders__action{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:.42rem .9rem;border-radius:999px;font-size:.84rem;font-weight:700;text-decoration:none}.store-orders__action--primary{background:var(--wn-blue);color:#fff}.store-orders__action--ghost{background:#fff;color:var(--wn-blue-dark);border:1px solid rgba(31,58,46,.26)}.store-orders__table-wrap{background:#fffdf9;border:1px solid #eadfce;border-radius:12px;overflow-x:auto}.store-orders__table{width:100%;min-width:620px;border-collapse:collapse;box-shadow:none;border-radius:0}.store-orders__table th{background:#f8f3ea;border-bottom:1px solid #eadfce;color:#2d281f}.store-orders__table td{border-bottom:1px solid #f0e8db}.store-orders__table tbody tr:last-child td{border-bottom:none}.store-orders__table .is-right{text-align:right}.store-orders__back{margin-top:.95rem}.store-checkout__terms{display:flex;align-items:center;gap:.6rem;font-size:.9rem;color:var(--wn-slate);margin:0}.store-checkout__terms input{margin:0;width:auto;height:auto}.store-checkout__terms span{line-height:1.35}.store-checkout__error{color:#dc143c;margin:0}.store-checkout__notice{margin:.5rem 0 0;color:var(--wn-blue-dark);font-size:.9rem;font-weight:600}.store-payment-form{display:grid;gap:.75rem;max-width:420px}.store-maintenance{min-height:70vh;display:flex;align-items:center;justify-content:center;padding:3rem 1.5rem;background:radial-gradient(1200px 600px at 20% 0%,#eef3fb,#f7f9fc 45%,#f3f6f9),linear-gradient(180deg,#f7f9fc,#f3f6f9)}.store-maintenance__card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:2.25rem 2.5rem;max-width:560px;text-align:center;box-shadow:0 24px 60px #0f172a24}.store-maintenance__card *{text-align:center}.store-maintenance__header{display:flex;align-items:center;justify-content:center;padding-bottom:.85rem;margin-bottom:1.1rem;border-bottom:1px solid #e5ecf6;gap:.75rem}.store-maintenance__logo{width:150px;max-width:80%;height:auto}.store-maintenance__brand{font-size:1.1rem;font-weight:700;color:#0f172a;letter-spacing:.03em;text-transform:uppercase}.store-maintenance__badge{display:inline-flex;align-items:center;justify-content:center;padding:.2rem .7rem;border-radius:999px;background:var(--wn-orange-soft);color:var(--wn-orange-dark);font-size:.78rem;letter-spacing:.04em;text-transform:uppercase;font-weight:600;margin:0 0 .75rem}.store-maintenance__title{margin:0 0 .6rem;font-size:1.4rem;font-weight:700;color:#0f172a}.store-maintenance__text{margin:.25rem 0;color:var(--wn-muted);font-size:.98rem}.store-maintenance__contact{margin:.9rem 0 0;color:#41536b;font-size:.95rem}.store-maintenance__contact span{font-weight:600;color:#0f172a}.store-maintenance__divider{height:1px;background:var(--wn-border);margin:1rem auto .85rem;width:80%}.store-maintenance__copyright{margin:1.1rem 0 0;color:#64748b;font-size:.8rem}.store-maintenance__card h1{margin:0 0 .75rem;font-size:1.5rem}.store-maintenance__card p{margin:.25rem 0;color:var(--wn-muted)}.store-error-banner{width:min(980px,96vw);margin:1.5rem auto 0;display:flex;align-items:center;justify-content:center;gap:.9rem;flex-wrap:wrap;background:var(--wn-navy);color:#fff;padding:.7rem 1.1rem;border-radius:999px;font-size:.95rem;box-shadow:0 10px 24px #0f172a29;position:relative}.store-error-banner span{font-weight:600}.store-error-banner button{background:#fff;color:#0b1d33;border:none;padding:.45rem .9rem;border-radius:999px;font-weight:600}.store-error-banner button:hover{background:#e2e8f0}.store-error-banner a{color:#fff;font-weight:600;text-decoration:underline}.store-error-banner--hidden{display:none}.store-error-banner__icon{font-size:1.05rem}.store-error-banner__close{background:transparent;color:inherit;border:none;padding:.2rem .6rem;font-size:1.2rem;line-height:1;border-radius:999px}.store-error-banner__close:hover{background:#ffffff26}.store-error-banner--error{background:#7f1d1d;color:#fff}.store-error-banner--warning{background:#b45309;color:#fff}.store-error-banner--info{background:#1e3a8a;color:#fff}.store-error__actions{display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap;margin-top:1rem}@media(max-width:900px){.store-header{position:sticky;top:0;z-index:40}.store-header__bar{position:relative;z-index:2;background:inherit}.store-header__search-row{position:sticky;top:70px;z-index:1}.store-header__inner{gap:.75rem}.store-header__menu-btn{display:inline-flex;margin-left:auto}.store-header__content{display:none;width:100%;flex-direction:column;align-items:stretch;gap:.75rem;background:#fff;border:1px solid var(--wn-border);border-radius:14px;padding:.75rem;box-shadow:0 12px 24px #0f172a14}.store-header__content.is-open{display:flex}.store-header__nav{display:grid;gap:.45rem}.store-header__nav-link{border:1px solid var(--wn-border);background:#fff;border-radius:10px;padding:.6rem .75rem}.store-header__search{max-width:100%}.store-header__actions{display:grid;grid-template-columns:1fr;gap:.55rem;padding-top:.6rem;border-top:1px solid var(--wn-soft)}.store-header__action-link,.store-header__cart{border:1px solid var(--wn-border);border-radius:10px;padding:.6rem .75rem;background:#fff}.store-header__cart{justify-content:space-between}.store-header__lang{justify-content:space-between;border:1px solid var(--wn-border);border-radius:10px;padding:.5rem .6rem;background:#fff}.store-checkout__grid{grid-template-columns:1fr}.store-checkout__success-actions{flex-direction:column}.store-checkout__success-actions .store-cart__action{width:100%}.store-cart__table{min-width:700px}.store-cart__actions{flex-direction:column}.store-cart__action{width:100%}.store-orders__search{flex-direction:column;align-items:stretch}.store-orders__card-head{flex-direction:column;align-items:flex-start}.store-orders__head-meta{justify-content:flex-start}.store-orders__status,.store-orders__type{justify-self:start}.store-orders__submit{width:100%}.store-orders__table{min-width:560px}}@media(max-width:640px){.store-header__search-row{top:64px;padding:.55rem .8rem .75rem}.store-header__search-row:before{margin-bottom:.35rem;font-size:.72rem}.store-header__search{box-shadow:0 6px 14px #11111114}}@media(max-width:900px){.store-modal__content{grid-template-columns:1fr}}
