.store-page *,.store-page :before,.store-page :after{box-sizing:border-box}body{flex-direction:column;min-height:100dvh;display:flex}main.events-page,main.events-page>.section{flex-direction:column;flex:1;display:flex}.store-page{min-height:auto;padding-top:0;padding-bottom:3rem}.events-hero.store-hero{background:linear-gradient(135deg,#fffffff5,#f6f8fae6);border:1px solid #0f172a0f;border-radius:24px;flex-wrap:nowrap;justify-content:space-between;align-items:flex-start;gap:1.25rem;margin-bottom:1.1rem;padding:1.3rem 1.35rem;display:flex;position:relative;box-shadow:0 10px 24px #0f172a0a}.store-hero-info{flex:auto;min-width:0;max-width:58rem}.store-hero-info h1{color:#0f172a;margin:0 0 .5rem;font-size:2.2rem;font-weight:800}.store-cart-notification{z-index:10;color:#0f172a;cursor:pointer;background:#fff;border:1px solid #0f172a1f;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;padding:0;transition:transform .2s,background .2s,box-shadow .2s;display:inline-flex;position:absolute;top:-18px;right:-.5rem;transform:translate(30%);box-shadow:0 4px 14px #0f172a1a}.store-cart-notification:hover{background:#f8fafc;transform:translate(30%)translateY(-2px)scale(1.05);box-shadow:0 8px 18px #0f172a24}.cart-badge{color:#fff;background:#ef4444;border:2px solid #fff;border-radius:999px;justify-content:center;align-items:center;min-width:14px;height:16px;padding:0 4px;font-size:.65rem;font-weight:800;line-height:1;display:inline-flex;position:absolute;top:-4px;right:-4px;box-shadow:0 2px 5px #00000026}.search-box{color:#233;backdrop-filter:blur(10px);background:#fffc;border:1px solid #0f172a14;border-radius:20px;flex:0 0 22rem;gap:.45rem;min-width:22rem;padding:.9rem 1rem;font-weight:600;display:grid;box-shadow:0 12px 28px #0f172a0a}.search-box input{font:inherit;background:#fffffff2;border:1px solid #0f172a14;border-radius:999px;padding:.9rem 1rem;box-shadow:inset 0 1px 2px #0f172a08}.search-box input:focus{border-color:#64748b66;outline:none;box-shadow:0 0 0 3px #64748b26}.store-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.75rem;margin-top:1.5rem;display:grid}.store-card{background:#fff;border:1px solid #0f172a1f;border-radius:22px;flex-direction:column;padding:1.25rem;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex;box-shadow:0 10px 28px #0f172a14}.store-card:hover{border-color:#0f172a33;transform:translateY(-5px);box-shadow:0 18px 36px #0f172a24}.store-card-link{color:inherit;flex-direction:column;flex:1;text-decoration:none;display:flex}.product-image-wrapper{background:#f8fafc;border-radius:14px;width:100%;height:220px;margin-bottom:1rem;position:relative;overflow:hidden}.product-img{object-fit:cover;width:100%;height:100%}.product-price{color:#fff;background:#0f172a;border-radius:999px;padding:.35rem .75rem;font-size:.85rem;font-weight:700;position:absolute;bottom:.75rem;right:.75rem}.store-card h2{color:#0f172a;margin:0 0 .5rem;font-size:1.25rem;font-weight:700}.store-card .store-description{flex-grow:1;margin-bottom:1.25rem}.store-description{color:#64748b;margin:0;font-size:.95rem;line-height:1.5}.card-buttons-group{gap:.5rem;width:100%;margin-top:1rem;display:flex}.card-buttons-group .btn-secondary,.card-buttons-group .btn-primary{flex:1;width:50%;margin:0}.btn-primary{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:999px;justify-content:center;align-items:center;width:100%;padding:.8rem 1.25rem;font-size:.9rem;font-weight:700;transition:all .2s;display:inline-flex}.btn-primary:hover{background:#1e293b;transform:translateY(-1px)}a.btn-secondary,.btn-secondary{box-sizing:border-box;background-color:#f1f5f9;border:1px solid #0f172a1a;border-radius:999px;justify-content:center;align-items:center;padding:.75rem .5rem;font-size:.85rem;font-weight:600;transition:all .2s;display:inline-flex;color:#0f172a!important;text-decoration:none!important}a.btn-secondary:hover,.btn-secondary:hover{background-color:#e2e8f0;color:#0f172a!important}.back-link{color:#334155;margin-bottom:1rem;font-weight:700;text-decoration:none;display:inline-flex}.back-link--icon{border-radius:999px;justify-content:center;align-items:center;width:1.6rem;height:1.6rem;margin-bottom:.7rem;font-size:1.35rem;line-height:1}.back-link--icon:hover,.back-link--icon:focus-visible{background:#94a3b82e;outline:none}.product-size-wrapper{color:#334155;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.88rem;font-weight:600;display:flex}.product-size-select{font:inherit;color:#0f172a;background:#fff;border:1px solid #0f172a26;border-radius:10px;outline:none;padding:.4rem .75rem;font-weight:600}.product-back-wrapper{margin-bottom:2rem;position:relative}.btn-back{width:auto;display:inline-flex;text-decoration:none!important}.product-page-grid{background:linear-gradient(135deg,#fffffff5,#f6f8fae6);border:1px solid #0f172a14;border-radius:24px;grid-template-columns:1fr 1fr;gap:3rem;padding:2.5rem;display:grid;box-shadow:0 12px 28px #0f172a14}.product-modal-gallery{flex-direction:column;gap:1rem;display:flex}.main-image-container{background:#f8fafc;border-radius:16px;width:100%;height:380px;overflow:hidden}.main-image-container img{object-fit:cover;width:100%;height:100%}.thumbnails-container{gap:.75rem;display:flex;overflow-x:auto}.thumb-img{object-fit:cover;cursor:pointer;background:#f8fafc;border:2px solid #0000;border-radius:10px;width:70px;height:70px;transition:all .2s}.thumb-img.active,.thumb-img:hover{border-color:#0f172a}.product-modal-info{flex-direction:column;display:flex}.product-modal-info h1{color:#0f172a;margin:0 0 .75rem;font-size:2rem;font-weight:800}.detail-price-badge{color:#fff;background:#0f172a;border-radius:999px;align-self:flex-start;margin-bottom:1.25rem;padding:.4rem 1rem;font-size:1.1rem;font-weight:700;display:inline-block}.detail-description{color:#475569;margin:0 0 1.5rem;font-size:1rem;line-height:1.6}.detail-extra-wrapper{background:#ffffffe6;border:1px solid #0f172a14;border-radius:18px;margin-bottom:1.5rem;padding:1.25rem;box-shadow:0 6px 16px #0f172a08}.detail-extra-wrapper h3{color:#0f172a;margin:0 0 .5rem;font-size:1.1rem;font-weight:700}.detail-extra-text p{color:#64748b;margin:0 0 .25rem;font-size:.95rem;line-height:1.5}.product-detail-size-wrapper{margin-bottom:1.5rem}.btn-add-cart-detail{width:100%;padding:1rem}.product-recap-section{margin-top:1rem;padding-top:1rem}.recap-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.25rem;display:grid}.recap-card{aspect-ratio:4/3;background-color:#fff;border:1px solid #0f172a1f;border-radius:18px;transition:transform .25s,box-shadow .25s;position:relative;overflow:hidden;box-shadow:0 8px 20px #0f172a14}.recap-card:hover{transform:translateY(-3px);box-shadow:0 14px 28px #0f172a1f}.recap-card img{object-fit:cover;width:100%;height:100%;transition:transform .3s,filter .3s;display:block}.recap-card:hover img{filter:brightness(1.05);transform:scale(1.05)}.cart-drawer{z-index:9999;visibility:hidden;transition:visibility .3s;position:fixed;inset:0}.cart-drawer.is-open{visibility:visible}.cart-overlay{backdrop-filter:blur(4px);opacity:0;background:#0f172a80;transition:opacity .3s;position:absolute;inset:0}.cart-drawer.is-open .cart-overlay{opacity:1}.cart-drawer-content{z-index:2;background:#fff;flex-direction:column;width:100%;max-width:420px;transition:transform .3s;display:flex;position:absolute;top:0;bottom:0;right:0;transform:translate(100%);box-shadow:-10px 0 30px #0f172a26}.cart-drawer.is-open .cart-drawer-content{transform:translate(0)}.cart-header{border-bottom:1px solid #0f172a14;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.cart-header h2{color:#0f172a;margin:0;font-size:1.35rem;font-weight:800}.cart-close-btn{color:#64748b;cursor:pointer;background:0 0;border:none;padding:0;font-size:1.8rem;line-height:1}.cart-items-container{flex-direction:column;flex:1;gap:1.25rem;padding:1.25rem 1.5rem;display:flex;overflow-y:auto}.cart-empty-msg{text-align:center;color:#64748b;margin-top:3rem;font-size:.95rem}.cart-item{border-bottom:1px solid #0f172a0f;align-items:center;gap:1rem;padding-bottom:1rem;display:flex}.cart-item-img{object-fit:cover;background:#f8fafc;border-radius:10px;width:60px;height:60px}.cart-item-details{flex:1;min-width:0}.cart-item-details h4{color:#0f172a;margin:0 0 .25rem;font-size:.95rem;font-weight:700}.cart-item-size{color:#64748b;font-size:.8rem;display:block}.cart-item-price{color:#0f172a;font-size:.9rem;font-weight:700}.cart-item-actions{flex-direction:column;align-items:flex-end;gap:.5rem;display:flex}.cart-qty-controls{background:#f1f5f9;border-radius:999px;align-items:center;gap:.5rem;padding:.2rem .5rem;font-size:.85rem;font-weight:700;display:inline-flex}.btn-qty{cursor:pointer;color:#0f172a;background:0 0;border:none;padding:0 .25rem;font-weight:800}.btn-remove{color:#ef4444;cursor:pointer;background:0 0;border:none;padding:0;font-size:.75rem;font-weight:600}.cart-footer{background:#f8fafc;border-top:1px solid #0f172a14;padding:1.5rem}.cart-total-row{color:#0f172a;justify-content:space-between;align-items:center;margin-bottom:1.25rem;font-size:1.1rem;font-weight:800;display:flex}.checkout-form{flex-direction:column;gap:.85rem;display:flex}.checkout-form label{color:#334155;flex-direction:column;gap:.3rem;font-size:.82rem;font-weight:700;display:flex}.checkout-form input,.checkout-form select,.checkout-form textarea{width:100%;font:inherit;background:#fff;border:1px solid #0f172a1f;border-radius:10px;outline:none;padding:.6rem .85rem;font-size:.88rem}.checkout-form input:focus,.checkout-form select:focus,.checkout-form textarea:focus{border-color:#0f172a}.btn-whatsapp{background:#16a34a;gap:.5rem;margin-top:.5rem}.btn-whatsapp:hover{background:#15803d}[data-zoomable]{cursor:zoom-in;transition:transform .2s}[data-zoomable]:hover{transform:scale(1.02)}.lightbox{z-index:9999;-webkit-backdrop-filter:blur(8px);opacity:0;pointer-events:none;background:#0f172ad9;justify-content:center;align-items:center;padding:1.5rem;transition:opacity .25s;display:flex;position:fixed;inset:0}.lightbox.is-active{opacity:1;pointer-events:auto}.lightbox img{object-fit:contain;border-radius:12px;max-width:90vw;max-height:88vh;transition:transform .25s;transform:scale(.95);box-shadow:0 20px 40px #0000004d}.lightbox.is-active img{transform:scale(1)}.lightbox-close{color:#fff;cursor:pointer;z-index:10001;background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.8rem;line-height:1;transition:background .2s,transform .2s;display:flex;position:absolute;top:1.25rem;right:1.25rem}.lightbox-close:hover{background:#ffffff59;transform:scale(1.05)}.lightbox-btn{color:#fff;cursor:pointer;z-index:10001;user-select:none;background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:2.2rem;line-height:1;transition:background .2s,transform .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.lightbox-btn:hover{background:#ffffff59;transform:translateY(-50%)scale(1.05)}.lightbox-prev{left:1.25rem}.lightbox-next{right:1.25rem}.lightbox-counter{color:#fff;letter-spacing:.05em;backdrop-filter:blur(4px);z-index:10001;pointer-events:none;user-select:none;background:#0f172ab3;border-radius:999px;padding:.4rem .9rem;font-size:.85rem;font-weight:600;position:absolute;bottom:1.25rem;left:50%;transform:translate(-50%)}.store-empty-card{text-align:center;background:#fff;border:1px dashed #0f172a2e;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;margin-top:auto;margin-bottom:auto;padding:3.5rem 1.5rem;display:flex;box-shadow:0 10px 24px #0f172a08}.store-empty-icon{color:#0f172a;background:#0f172a0d;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1rem;display:inline-flex}.store-empty-card h3{color:#0f172a;margin:0 0 .5rem;font-size:1.3rem;font-weight:700}.store-empty-card p{color:#64748b;margin:0;font-size:.95rem}@keyframes cartBounce{0%{transform:translate(30%)scale(1)}50%{transform:translate(30%)scale(1.25)}to{transform:translate(30%)scale(1)}}.cart-bounce{animation:.4s cubic-bezier(.175,.885,.32,1.275) cartBounce}@media (width<=768px){.events-hero.store-hero{flex-wrap:wrap;padding:1.25rem 1rem}.search-box{flex:100%;width:100%;min-width:0}.store-cart-notification{top:-14px;transform:translate(10%)}.store-cart-notification:hover{transform:translate(10%)translateY(-2px)scale(1.05)}@keyframes cartBounce{0%{transform:translate(10%)scale(1)}50%{transform:translate(10%)scale(1.25)}to{transform:translate(10%)scale(1)}}.product-page-grid{grid-template-columns:1fr;gap:1.5rem;padding:1.25rem}}@media (width<=640px){.store-cart-notification{width:40px;height:40px}.cart-badge{min-width:12px;height:12px;font-size:.55rem;top:-3px;right:-3px}.recap-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.85rem}.product-recap-section{margin-top:2.5rem;padding-top:1.75rem}.lightbox-btn{width:40px;height:40px;font-size:1.8rem}.lightbox-prev{left:.5rem}.lightbox-next{right:.5rem}.lightbox-close{width:40px;height:40px;font-size:1.5rem;top:.75rem;right:.75rem}}
