.header{width:100%;background-color:var(--secondary, #539fa2);position:sticky;top:0;z-index:1000;border-bottom:3px solid var(--accent, #d169a3);box-shadow:0 4px 12px #00000014}.header-container{max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:grid;grid-template-columns:44px 1fr 44px;align-items:center;gap:1rem}.header-button{width:44px;height:44px;border:none;background:transparent;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .3s ease;position:relative;flex-shrink:0}.header-button:hover{background:#ffffff26;transform:scale(1.05)}.header-button:active{transform:scale(.95)}.header-button:focus{outline:2px solid rgba(255,255,255,.5);outline-offset:2px}.menu-button{justify-self:start}.menu-icon{width:24px;height:24px}.header-logo{display:flex;align-items:center;justify-content:center;flex:1}.header-title{font-size:clamp(1.2rem,4vw,1.8rem);color:#fff;margin:0;font-weight:700;letter-spacing:-.5px;text-align:center;white-space:nowrap}.cart-button{justify-self:end;position:relative}.cart-icon{width:24px;height:24px}.cart-badge{position:absolute;top:-8px;right:-8px;background:var(--accent, #d169a3);color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;box-shadow:0 2px 8px #0003;animation:badgePulse .3s ease-out}@keyframes badgePulse{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}.header-menu-wrapper{background:#fff;border-bottom:1px solid rgba(0,0,0,.1);box-shadow:0 4px 12px #0000001a;animation:slideDown .3s ease-out;z-index:999}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.header-container{padding:.8rem 1rem;gap:.8rem}.header-title{font-size:1.3rem}.header-button{width:40px;height:40px}.menu-icon,.cart-icon{width:22px;height:22px}}@media(max-width:480px){.header-container{padding:.7rem 1rem;gap:.6rem}.header-title{font-size:1.1rem}.header-button{width:38px;height:38px}.menu-icon,.cart-icon{width:20px;height:20px}.cart-badge{width:20px;height:20px;font-size:.65rem;top:-6px;right:-6px}}@media(max-width:360px){.header-container{padding:.6rem .8rem}.header-title{font-size:1rem}}@media(prefers-color-scheme:dark){.header-menu-wrapper{background:#1a1a1a;border-bottom-color:#ffffff1a}}@media(prefers-reduced-motion:reduce){.header-button,.cart-badge,.header-menu-wrapper{animation:none;transition:none}}.product-feed-container{width:100%;background-color:var(--bg-main, #ffffff);min-height:100vh}.shop-header{background:linear-gradient(135deg,#fffffff2,#f5f0e8e6);padding:4rem 1.5rem;text-align:center;border-bottom:1px solid rgba(83,159,162,.1);position:relative;overflow:hidden}.shop-header:before{content:"";position:absolute;top:-50%;right:-10%;width:400px;height:400px;background:radial-gradient(circle,rgba(83,159,162,.08) 0%,transparent 70%);border-radius:50%;z-index:0}.shop-header-content{max-width:800px;margin:0 auto;position:relative;z-index:1}.shop-title{font-size:clamp(2.2rem,8vw,3.5rem);color:#333;margin:0 0 1rem;font-weight:700;letter-spacing:-.5px}.shop-subtitle{font-size:1.1rem;color:#666;line-height:1.6;max-width:600px;margin:0 auto}.filters-section{padding:2.5rem 1.5rem;background:#fff;border-bottom:1px solid rgba(0,0,0,.05);position:sticky;top:70px;z-index:100;box-shadow:0 2px 8px #0000000a}.filters-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr auto auto;gap:1.5rem;align-items:center}.search-box{position:relative;display:flex;align-items:center}.search-icon{position:absolute;left:1.2rem;width:20px;height:20px;color:#999;pointer-events:none;flex-shrink:0}.search-input{width:100%;padding:.85rem 1rem .85rem 3rem;border:2px solid #e0e0e0;border-radius:10px;font-size:1rem;font-family:inherit;transition:all .3s ease;background:#fff}.search-input:focus{outline:none;border-color:var(--secondary, #539fa2);box-shadow:0 0 0 3px #539fa21a}.search-input::placeholder{color:#999}.clear-search{position:absolute;right:1rem;background:none;border:none;font-size:1.2rem;color:#999;cursor:pointer;padding:.5rem;transition:color .2s ease;display:flex;align-items:center;justify-content:center}.clear-search:hover{color:#333}.category-filter{display:flex;align-items:center;gap:.8rem}.filter-label{font-weight:600;color:#333;white-space:nowrap;font-size:.95rem}.category-select{padding:.85rem 1rem;border:2px solid #e0e0e0;border-radius:10px;font-size:1rem;font-family:inherit;background:#fff;cursor:pointer;transition:all .3s ease;min-width:200px}.category-select:focus{outline:none;border-color:var(--secondary, #539fa2);box-shadow:0 0 0 3px #539fa21a}.category-select:hover{border-color:var(--secondary, #539fa2)}.clear-filters-btn{padding:.85rem 1.5rem;background:transparent;border:2px solid #e0e0e0;border-radius:10px;font-size:.95rem;font-weight:600;color:#666;cursor:pointer;transition:all .3s ease;white-space:nowrap}.clear-filters-btn:hover{background:#539fa20d;border-color:var(--secondary, #539fa2);color:var(--secondary, #539fa2)}.results-info{max-width:1200px;margin:1rem auto 0;padding:0 1.5rem}.results-count{font-size:.95rem;color:#666;margin:0;font-weight:500}.products-section{padding:3rem 1.5rem;background:#fff;min-height:60vh}.products-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem}.product-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #00000014;transition:all .4s cubic-bezier(.25,.46,.45,.94);display:flex;flex-direction:column;height:100%;position:relative}.product-card:hover{transform:translateY(-8px);box-shadow:0 12px 28px #00000026}.product-badge{position:absolute;top:1rem;right:1rem;z-index:10;display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:slideIn .4s ease-out}.featured-badge{background:#d169a3f2;color:#fff;box-shadow:0 4px 12px #d169a34d}.badge-icon{font-size:1rem}.badge-text{text-transform:uppercase;letter-spacing:.5px}@keyframes slideIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.product-card-link{text-decoration:none;color:inherit;display:flex;flex-direction:column;flex:1}.product-image-wrapper{width:100%;aspect-ratio:1;overflow:hidden;background:linear-gradient(135deg,#f5f0e8,#f0ebe3);position:relative}.product-card:hover .product-image{transform:scale(1.1)}.product-overlay{position:absolute;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.product-card:hover .product-overlay{opacity:1}.view-details-text{color:#fff;font-weight:600;font-size:.95rem;letter-spacing:.5px;text-transform:uppercase}.product-name{font-size:1.1rem;color:#333;margin:0 0 .5rem;font-weight:600;line-height:1.4;min-height:2.2em}.product-category{font-size:.85rem;color:var(--secondary, #539fa2);margin:0 0 .8rem;font-weight:500;text-transform:capitalize}.product-price{font-size:1.3rem;color:var(--accent, #d169a3);margin:0 0 1rem;font-weight:700}.product-actions{display:flex;gap:.8rem;padding:0 1.5rem 1.5rem;margin-top:auto}.btn-details{flex:1;padding:.8rem 1rem;background:var(--secondary, #539fa2);color:#fff;border:none;border-radius:10px;font-size:.95rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s ease;text-align:center;display:flex;align-items:center;justify-content:center}.btn-details:hover{background:#467a7d;transform:translateY(-2px);box-shadow:0 4px 12px #539fa24d}.btn-whatsapp{width:44px;height:44px;border-radius:10px;background:#25d366;border:none;font-size:1.3rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;text-decoration:none;flex-shrink:0}.btn-whatsapp:hover{background:#20ba5a;transform:translateY(-2px);box-shadow:0 4px 12px #25d3664d}.skeleton-card{box-shadow:0 2px 8px #0000001a;pointer-events:none}.skeleton-image{width:100%;aspect-ratio:1;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 2s infinite}.skeleton-content{padding:1.5rem;display:flex;flex-direction:column;gap:.8rem}.skeleton-text{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 2s infinite;border-radius:6px}.skeleton-title{height:1.2em;width:100%}.skeleton-price{height:1.5em;width:60%}.skeleton-button{height:2.5em;width:100%;margin-top:.5rem}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.empty-state{text-align:center;padding:4rem 2rem;max-width:500px;margin:0 auto}.empty-state-icon{font-size:4rem;margin-bottom:1.5rem;display:block}.empty-state-title{font-size:1.8rem;color:#333;margin:0 0 1rem;font-weight:600}.empty-state-text{font-size:1.05rem;color:#666;margin:0 0 2rem;line-height:1.6}.empty-state-cta{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:linear-gradient(135deg,#25d366,#20ba5a);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s ease}.empty-state-cta:hover{transform:translateY(-3px);box-shadow:0 8px 20px #25d3664d}@media(max-width:768px){.filters-section{top:60px;padding:2rem 1.5rem}.filters-container{grid-template-columns:1fr;gap:1rem}.category-filter{width:100%}.category-select{width:100%;min-width:unset}.clear-filters-btn{width:100%}.products-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem}.shop-header{padding:3rem 1.5rem}.products-section{padding:2rem 1.5rem}}@media(max-width:480px){.filters-section{top:50px;padding:1.5rem 1rem;position:relative}.shop-title{font-size:1.8rem}.shop-subtitle{font-size:1rem}.search-input{padding:.75rem .8rem .75rem 2.5rem;font-size:16px}.filter-label{display:none}.products-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.product-info{padding:1rem}.product-name{font-size:1rem}.product-price{font-size:1.1rem}.product-actions{padding:0 1rem 1rem;gap:.6rem}.btn-details{padding:.7rem .8rem;font-size:.85rem}.btn-whatsapp{width:40px;height:40px;font-size:1.1rem}.empty-state{padding:2rem 1rem}.empty-state-icon{font-size:3rem}.empty-state-title{font-size:1.4rem}}@media(max-width:360px){.filters-section{top:45px}.products-grid{grid-template-columns:1fr}.product-badge{top:.5rem;right:.5rem;padding:.5rem .8rem;font-size:.75rem}.badge-icon{font-size:.9rem}}.product-page{padding:2rem 1rem;background:var(--bg-main);min-height:100vh}.product-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.loading-state,.error-state{text-align:center;padding:4rem 2rem;font-size:1.1rem;color:#666}.product-gallery-section{display:flex;flex-direction:column;gap:1.5rem}.gallery-main{display:flex;flex-direction:column;gap:1rem}.image-zoom-wrapper{position:relative;width:100%;aspect-ratio:1;overflow:hidden;border-radius:16px;background:linear-gradient(135deg,#f5f0e8,#f0ebe3);cursor:zoom-in;box-shadow:0 12px 32px #0000001a;transition:box-shadow .3s ease}.image-zoom-wrapper:hover{box-shadow:0 16px 40px #00000026}.main-image{width:100%;height:100%;object-fit:contain;transition:transform .2s cubic-bezier(.25,.46,.45,.94);-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;border:none;background:#539fa2d9;color:#fff;font-size:1.8rem;font-weight:300;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10;opacity:0;pointer-events:none}.nav-btn:hover{background:#539fa2;transform:translateY(-50%) scale(1.1)}.nav-btn-left{left:1rem}.nav-btn-right{right:1rem}.image-zoom-wrapper:hover .nav-btn{opacity:1;pointer-events:auto}.thumbnails-container{display:flex;gap:.8rem;overflow-x:auto;padding:.5rem;-webkit-overflow-scrolling:touch}.thumbnails-container::-webkit-scrollbar{height:6px}.thumbnails-container::-webkit-scrollbar-track{background:#0000000d;border-radius:3px}.thumbnails-container::-webkit-scrollbar-thumb{background:var(--secondary);border-radius:3px}.thumbnail{flex-shrink:0;width:80px;height:80px;border-radius:12px;border:2px solid transparent;background:#fff;cursor:pointer;overflow:hidden;transition:all .3s ease;box-shadow:0 4px 12px #00000014}.thumbnail img{width:100%;height:100%;object-fit:contain;padding:4px}.thumbnail:hover{transform:scale(1.05);box-shadow:0 6px 16px #0000001f}.thumbnail.active{border-color:var(--accent);box-shadow:0 6px 20px #d169a34d}.gallery-main{position:relative}.image-counter{position:absolute;bottom:1.2rem;right:1rem;background:#000000b3;color:#fff;padding:.6rem 1.2rem;border-radius:20px;font-size:.85rem;font-weight:600;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:20}.product-info-section{display:flex;flex-direction:column;gap:2rem}.product-header{display:flex;flex-direction:column;gap:.8rem}.product-category{display:inline-block;background:#539fa21f;color:var(--secondary);padding:.5rem 1rem;border-radius:20px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;width:fit-content;border:1px solid rgba(83,159,162,.2)}.product-title{font-size:clamp(1.8rem,5vw,2.8rem);color:#333;margin:0;line-height:1.2;font-weight:700}.product-description-box{background:#fff;padding:1.5rem;border-radius:12px;border-left:4px solid var(--secondary)}.product-description{font-size:1rem;line-height:1.7;color:#555;margin:0}.divider{height:1px;background:linear-gradient(90deg,transparent,rgba(83,159,162,.2),transparent)}.customization-section{display:flex;flex-direction:column;gap:1.5rem;background:#fff;padding:2rem;border-radius:12px;border:1px solid rgba(83,159,162,.1)}.section-title{font-size:1.3rem;color:#333;margin:0;font-weight:600}.form-group{display:flex;flex-direction:column;gap:.6rem}.form-label{font-size:.95rem;font-weight:600;color:#333;display:block}.form-input,.form-textarea{padding:.75rem 1rem;border:2px solid rgba(83,159,162,.2);border-radius:8px;font-family:inherit;font-size:.95rem;color:#333;background:#fff;transition:all .3s ease}.form-input:focus,.form-textarea:focus{outline:none;border-color:var(--secondary);box-shadow:0 0 0 3px #539fa21a}.form-textarea{resize:vertical;min-height:100px;font-family:inherit}.input-hint{font-size:.8rem;color:#999;text-align:right}.radio-group{display:flex;gap:1.5rem;flex-wrap:wrap}.radio-label{display:flex;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none}.radio-label input[type=radio]{appearance:none;-webkit-appearance:none;width:0;height:0;margin:0;opacity:0;cursor:pointer}.radio-text{display:flex;align-items:center;gap:.8rem;font-size:.95rem;color:#333;font-weight:500}.radio-circle{width:20px;height:20px;border:2px solid rgba(83,159,162,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;position:relative}.radio-label input[type=radio]:checked+.radio-text .radio-circle{border-color:var(--secondary);background:var(--secondary)}.radio-label input[type=radio]:checked+.radio-text .radio-circle:after{content:"";width:6px;height:6px;background:#fff;border-radius:50%}.radio-label:hover .radio-circle{border-color:var(--secondary)}.specifications-section{background:#fff;padding:2rem;border-radius:12px;border:1px solid rgba(83,159,162,.1)}.specs-content{font-size:.95rem;line-height:1.7;color:#555}.specs-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.8rem}.specs-list li{padding:.8rem;background:#539fa20d;border-radius:8px;border-left:3px solid var(--secondary)}.specs-list strong{color:var(--secondary);font-weight:600}.product-actions{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.btn-whatsapp-primary{padding:1.2rem 2rem;background:linear-gradient(135deg,#25d366,#20ba5a);color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s cubic-bezier(.25,.46,.45,.94);box-shadow:0 10px 30px #25d3664d;letter-spacing:.5px}.btn-whatsapp-primary:hover{transform:translateY(-3px);box-shadow:0 14px 40px #25d36666}.btn-whatsapp-primary:active{transform:translateY(-1px)}.action-hint{text-align:center;font-size:.85rem;color:#999;margin:0}@media(max-width:1024px){.product-container{grid-template-columns:1fr;gap:2rem}.product-info-section{gap:1.5rem}.customization-section,.specifications-section{padding:1.5rem}}@media(max-width:768px){.product-page{padding:1rem .75rem}.product-title{font-size:1.6rem}.nav-btn{width:40px;height:40px;font-size:1.4rem}.nav-btn-left{left:.5rem}.nav-btn-right{right:.5rem}.thumbnail{width:70px;height:70px}.image-counter{font-size:.75rem;padding:.4rem .8rem;bottom:.8rem;right:.8rem}.customization-section,.specifications-section{padding:1.25rem}.radio-group{gap:1rem}.btn-whatsapp-primary{padding:1rem 1.5rem;font-size:1rem}}@media(max-width:480px){.product-page{padding:1rem .5rem}.product-title{font-size:1.4rem}.product-category{font-size:.7rem;padding:.4rem .8rem}.image-zoom-wrapper{border-radius:12px}.nav-btn{width:36px;height:36px;font-size:1.2rem}.thumbnails-container{gap:.6rem;padding:.4rem}.thumbnail{width:60px;height:60px}.section-title{font-size:1.1rem}.form-input,.form-textarea{padding:.65rem .8rem;font-size:.9rem}.form-textarea{min-height:80px}.radio-group{flex-direction:column;gap:.8rem}.customization-section,.specifications-section{padding:1rem;gap:1rem}.specs-list li{padding:.6rem;font-size:.9rem}.btn-whatsapp-primary{padding:.9rem 1.2rem;font-size:.95rem}.action-hint{font-size:.8rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.product-info-section{animation:fadeIn .6s ease-out}@media(prefers-reduced-motion:reduce){.main-image,.nav-btn,.thumbnail,.form-input,.form-textarea,.btn-whatsapp-primary{transition:none}}@media(prefers-color-scheme:dark){.product-description-box,.customization-section,.specifications-section{background:#2a2a2a;border-color:#ffffff1a}.product-description,.specs-content{color:#e0e0e0}.form-input,.form-textarea{background:#1a1a1a;color:#e0e0e0;border-color:#ffffff1a}.form-input:focus,.form-textarea:focus{border-color:var(--secondary);box-shadow:0 0 0 3px #539fa233}.specs-list li{background:#539fa21a}}.gerencia{padding:1rem;max-width:1100px;margin:0 auto;position:relative}.toast{position:fixed;top:1rem;right:1rem;padding:1rem 1.5rem;border-radius:12px;display:flex;align-items:center;gap:1rem;box-shadow:0 8px 24px #00000026;animation:slideInRight .3s ease-out;z-index:1000;max-width:400px}.toast-success{background:#4caf50;color:#fff}.toast-error{background:#f44336;color:#fff}.toast-info{background:#539fa2;color:#fff}.toast button{background:none;border:none;color:inherit;font-size:1.2rem;cursor:pointer;padding:0;display:flex;align-items:center}@keyframes slideInRight{0%{opacity:0;transform:translate(100px)}to{opacity:1;transform:translate(0)}}.gerencia-header{background:#fff;padding:1rem 1.2rem;border-radius:16px;margin-bottom:1.5rem;box-shadow:0 4px 16px #0000000f}.gerencia-header h1{font-size:1.6rem;margin-bottom:.25rem}.gerencia-header h2{font-size:1.1rem;font-weight:500;margin:.2rem 0 .6rem}.versiculo{font-size:.85rem;font-style:italic;color:#555;margin-bottom:1rem;line-height:1.4}.gerencia-actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:1.2rem}.gerencia-actions button,.gerencia-actions a{padding:.65rem 1rem;border-radius:10px;font-size:.85rem;font-weight:600;cursor:pointer;border:2px solid var(--accent);background:transparent;color:var(--accent);text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:transform .1s ease}.gerencia-actions button:active,.gerencia-actions a:active{transform:scale(.96)}.gerencia-actions .btn-new{background:var(--accent);color:#fff}.gerencia-actions .btn-logout{border-color:#aaa;color:#666}.filters-section{background:#fff;padding:1rem;border-radius:12px;margin-bottom:1.5rem;display:flex;gap:.8rem;flex-wrap:wrap;align-items:center;box-shadow:0 4px 12px #0000000a}.search-input,.category-select{padding:.65rem .9rem;border:2px solid #e0e0e0;border-radius:8px;font-size:.9rem;transition:all .3s ease;flex:1;min-width:200px}.search-input:focus,.category-select:focus{outline:none;border-color:var(--secondary);box-shadow:0 0 0 3px #539fa21a}.clear-filters{padding:.65rem 1rem;background:#f5f5f5;border:none;border-radius:8px;font-size:.85rem;cursor:pointer;transition:all .3s ease}.clear-filters:hover{background:#e0e0e0}.gerencia-form{background:#fff;border-radius:14px;padding:1rem;margin-bottom:1.5rem;box-shadow:0 4px 14px #00000014;display:flex;flex-direction:column;gap:.7rem}.form-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:2px solid #f0f0f0}.form-header h3{margin:0;font-size:1.1rem;color:#333}.unsaved-indicator{color:#ff9800;font-weight:600;font-size:.9rem}.gerencia-form input,.gerencia-form textarea{width:100%;padding:.65rem .7rem;border-radius:8px;border:2px solid #e0e0e0;font-size:.9rem;transition:all .3s ease}.gerencia-form input:focus,.gerencia-form textarea:focus{outline:none;border-color:var(--secondary);box-shadow:0 0 0 3px #539fa21a}.gerencia-form textarea{min-height:70px;resize:vertical;font-family:inherit}.checkbox{display:flex;align-items:center;gap:.8rem;font-size:.9rem;padding:.5rem;cursor:pointer;-webkit-user-select:none;user-select:none}.checkbox input{width:18px;height:18px;margin:0;cursor:pointer;accent-color:#539fa2}.upload-section{display:flex;flex-direction:column;gap:.6rem}.upload-section label{display:block;margin-bottom:.3rem;font-weight:600;font-size:.95rem;color:#333}.drop-zone{position:relative;border:2px dashed #539fa2;border-radius:12px;padding:2rem;text-align:center;background:#539fa20d;cursor:pointer;transition:all .3s ease}.drop-zone:hover{border-color:var(--accent);background:#d169a30d}.drop-zone.dragover{border-color:var(--accent);background:#d169a31a;transform:scale(1.02)}.file-input{position:absolute;width:100%;height:100%;top:0;left:0;opacity:0;cursor:pointer;border-radius:12px}.drop-zone-content{pointer-events:none;display:flex;flex-direction:column;align-items:center;gap:.5rem}.cloud-icon{font-size:2.5rem;display:block}.drop-zone-content p{margin:0;color:#666;font-size:.9rem}.upload-log{list-style:none;padding-left:0;margin:.5rem 0;display:flex;flex-direction:column;gap:.3rem}.upload-log li{font-size:.8rem;color:#2e7d32;padding:.3rem .6rem;background:#2e7d321a;border-radius:4px}.image-grid{display:flex;gap:10px;overflow-x:auto;padding:8px 0;align-items:center}.thumb{position:relative;width:84px;height:84px;border-radius:10px;background:#fff;box-shadow:0 4px 10px #0000000f;display:flex;align-items:center;justify-content:center;flex:0 0 auto;-webkit-user-select:none;user-select:none;cursor:grab;transition:all .2s ease}.thumb:active{cursor:grabbing}.thumb img{width:100%;height:100%;object-fit:cover;border-radius:10px}.thumb .pos-badge{position:absolute;left:6px;top:6px;background:#0009;color:#fff;font-size:.75rem;padding:2px 6px;border-radius:999px}.thumb .remove-btn{position:absolute;right:6px;top:6px;background:#ffffffeb;border:none;border-radius:6px;width:26px;height:26px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-weight:700;box-shadow:0 2px 6px #00000014;transition:all .2s ease}.thumb .remove-btn:hover{transform:translateY(-1px);background:#fff}.thumb[draggable=true]:active,.thumb.dragging{transform:scale(.98);opacity:.95;box-shadow:0 8px 20px #0000001f}.form-actions{display:flex;gap:.6rem;margin-top:.8rem}.form-actions button{flex:1;padding:.7rem;border-radius:8px;border:none;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease}.form-actions .primary{background:#539fa2;color:#fff}.form-actions .primary:hover:not(:disabled){background:#4a8a8d;transform:translateY(-2px);box-shadow:0 6px 16px #539fa24d}.form-actions .primary:disabled{opacity:.6;cursor:not-allowed}.form-actions button:not(.primary){background:#f0f0f0;color:#333}.form-actions button:not(.primary):hover{background:#e0e0e0}.product-list{display:flex;flex-direction:column;gap:.8rem}.product-list-header{padding:.5rem 1rem;font-size:.9rem;color:#666;font-weight:600}.product{display:flex;gap:12px;align-items:center;background:#fff;padding:1rem;border-radius:12px;box-shadow:0 4px 12px #0000000f;transition:all .3s ease;position:relative}.product:hover{box-shadow:0 6px 16px #0000001a}.product.on{border-left:5px solid #539fa2}.product.off{background:#fafafa;filter:grayscale(.6);opacity:.7}.product-left{position:relative;flex-shrink:0}.product-thumb{width:84px;height:84px;object-fit:cover;border-radius:10px}.featured-badge{position:absolute;top:-8px;right:-8px;font-size:1.5rem;background:#fff;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #ffc10766}.product-body{flex:1}.product-body strong{font-size:1rem;display:block;color:#333}.product-body span{font-size:.95rem;font-weight:600;color:var(--accent)}.product-body small{display:block;font-size:.8rem;color:#666;margin-top:.15rem}.product-actions{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:flex-end}.product-actions button{padding:.5rem .8rem;border-radius:8px;border:none;font-size:.8rem;font-weight:600;background:#e5e5e5;color:#333;cursor:pointer;transition:all .3s ease;white-space:nowrap}.product-actions button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.product-actions .danger{background:#ffe5e5;color:#b00020}.product-actions .duplicate{background:#539fa21a;color:#539fa2}.product-actions .featured-active{background:#fff3cd;color:#856404}.price-hint{font-size:.75rem;color:#999;display:block;margin-top:-.5rem}@media(min-width:768px){.gerencia-header h1{font-size:2rem}.gerencia-header h2{font-size:1.25rem}.gerencia-form{padding:1.5rem}.drop-zone{padding:2.5rem}.image-grid{gap:12px}.thumb,.product-thumb{width:110px;height:110px}.filters-section{gap:1rem}.search-input,.category-select{min-width:250px}}button{cursor:pointer;transition:transform .12s ease,box-shadow .12s ease}button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 10px #0000001f}button:disabled{opacity:.6;cursor:not-allowed}@media(max-width:600px){.gerencia{padding:.75rem}.filters-section{flex-direction:column}.search-input,.category-select{min-width:unset;width:100%}.product-actions{flex-direction:column;gap:.4rem}.product-actions button{width:100%;padding:.6rem}.toast{left:1rem;right:1rem;max-width:unset}}.home-container{width:100%;background-color:var(--bg-main)}.efata-hero{display:flex;align-items:center;justify-content:center;min-height:85vh;padding:3rem 1.5rem;background:linear-gradient(135deg,#fffffff2,#f5f0e8e6),url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 800"><defs><pattern id="dots" x="0" y="0" width="40" height="40" patternUnits="userSpaceOnUse"><circle cx="20" cy="20" r="1" fill="rgba(83,159,162,0.05)"/></pattern></defs><rect width="1200" height="800" fill="url(%23dots)"/></svg>');background-attachment:fixed;position:relative;overflow:hidden;text-align:center}.efata-hero:before{content:"";position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(83,159,162,.1) 0%,transparent 70%);border-radius:50%;z-index:0}.hero-content{max-width:700px;position:relative;z-index:1;opacity:0;transform:translateY(30px);transition:all 1s cubic-bezier(.25,.46,.45,.94)}.hero-content.visible{opacity:1;transform:translateY(0)}.hero-badge{display:inline-block;background:#539fa21f;color:var(--secondary);padding:.7rem 1.4rem;border-radius:99px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;margin-bottom:2rem;border:1px solid rgba(83,159,162,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-title{font-size:clamp(3rem,12vw,5rem);color:#333;margin:0 0 1.5rem;line-height:1.1;font-weight:700;letter-spacing:-1px}.hero-description{font-size:1.2rem;color:#555;margin-bottom:3rem;line-height:1.8;font-weight:400}.hero-actions{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;margin-top:2.5rem}.link-button{text-decoration:none;display:inline-flex;align-items:center;justify-content:center;min-width:220px;padding:1rem 2rem;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.25,.46,.45,.94);position:relative;overflow:hidden}.link-button:active{transform:scale(.96)}.btn-primary{background:linear-gradient(135deg,var(--accent),#e07bb2);color:#fff;box-shadow:0 10px 30px #d169a34d}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 15px 40px #d169a366}.btn-secondary{background:transparent;border:2.5px solid var(--secondary);color:var(--secondary)}.btn-secondary:hover{background:#539fa214;transform:translateY(-3px)}.produtos-destaque{padding:5rem 1.5rem;background:#fff;position:relative}.produtos-container{max-width:1200px;margin:0 auto}.produtos-header{text-align:center;margin-bottom:4rem}.produtos-title{font-size:clamp(2.2rem,8vw,3.5rem);color:#333;margin:0 0 1rem;font-weight:700}.produtos-subtitle{font-size:1.1rem;color:#666;max-width:600px;margin:0 auto;line-height:1.6}.carousel-wrapper{position:relative;overflow:hidden}.carousel{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;padding:1rem}.carousel-item{animation:fadeInUp .8s ease-out forwards;opacity:0}.carousel-item:nth-child(1){animation-delay:.1s}.carousel-item:nth-child(2){animation-delay:.2s}.carousel-item:nth-child(3){animation-delay:.3s}.carousel-item:nth-child(4){animation-delay:.4s}.carousel-item:nth-child(5){animation-delay:.5s}.carousel-item:nth-child(6){animation-delay:.6s}.product-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 8px 24px #0000001a;transition:all .4s cubic-bezier(.25,.46,.45,.94);cursor:pointer;height:100%;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-12px);box-shadow:0 20px 40px #00000026}.product-image-wrapper{width:100%;aspect-ratio:1;overflow:hidden;background:linear-gradient(135deg,#f5f0e8,#f0ebe3)}.product-image{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.25,.46,.45,.94)}.product-card:hover .product-image{transform:scale(1.08)}.product-info{padding:1.5rem;flex:1;display:flex;flex-direction:column}.product-name{font-size:1.2rem;color:#333;margin:0 0 .8rem;font-weight:600}.product-desc{font-size:.95rem;color:#666;margin:0 0 .8rem;line-height:1.5;flex:1}.product-price{font-size:1.1rem;color:var(--accent);font-weight:600;margin:0}.loading-state,.empty-state{text-align:center;padding:4rem 2rem;color:#666;font-size:1.1rem}.loading-state p,.empty-state p{margin:.5rem 0}.empty-state p:first-child{font-weight:600;color:#333;margin-bottom:1rem}.sobre-section{padding:5rem 1.5rem;background:linear-gradient(135deg,#f5f0e8,#fff);position:relative;overflow:hidden}.sobre-section:before{content:"";position:absolute;top:-50%;left:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(209,105,163,.08) 0%,transparent 70%);border-radius:50%;z-index:0}.sobre-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.sobre-content{animation:fadeInUp .8s ease-out}.sobre-title{font-size:clamp(2.2rem,8vw,3.5rem);color:#333;margin:0 0 1.5rem;font-weight:700}.sobre-text{font-size:1.05rem;color:#555;line-height:1.8;margin-bottom:1.5rem}.sobre-features{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.feature-item{display:flex;align-items:center;gap:1rem}.feature-dot{width:10px;height:10px;border-radius:50%;background:var(--secondary);flex-shrink:0}.feature-dot.accent{background:var(--accent)}.feature-text{font-weight:500;color:#333}.sobre-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.stat-card{background:#fff;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 8px 20px #00000014;transition:all .3s ease}.stat-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px #0000001f}.stat-number{font-size:2.5rem;font-weight:700;color:var(--accent);margin-bottom:.5rem}.stat-card:nth-child(2n) .stat-number{color:var(--secondary)}.stat-label{font-size:.95rem;color:#666;font-weight:500}.redes-section{padding:5rem 1.5rem;background:#fff;text-align:center}.redes-container{max-width:800px;margin:0 auto}.redes-title{font-size:clamp(2.2rem,8vw,3.5rem);color:#333;margin:0 0 1rem;font-weight:700}.redes-subtitle{font-size:1.1rem;color:#666;margin-bottom:3rem;line-height:1.6}.redes-buttons{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.social-btn{padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s ease;min-width:180px;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:none;cursor:pointer}.social-btn.instagram{background:linear-gradient(135deg,#833ab4,#e1306c,#f77737);color:#fff;box-shadow:0 8px 20px #e07bb74d}.social-btn.instagram:hover{transform:translateY(-3px);box-shadow:0 12px 30px #e07bb766}.social-btn.facebook{background:#1877f2;color:#fff;box-shadow:0 8px 20px #1877f24d}.social-btn.facebook:hover{transform:translateY(-3px);box-shadow:0 12px 30px #1877f266}.social-btn.whatsapp{background:#25d366;color:#fff;box-shadow:0 8px 20px #25d3664d}.social-btn.whatsapp:hover{transform:translateY(-3px);box-shadow:0 12px 30px #25d36666}.footer{background:var(--secondary);color:#fff;padding:4rem 1.5rem 2rem;position:relative;overflow:hidden}.footer:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 400"><defs><pattern id="waves" x="0" y="0" width="120" height="120" patternUnits="userSpaceOnUse"><path d="M0,60 Q30,40 60,60 T120,60" stroke="rgba(255,255,255,0.05)" stroke-width="2" fill="none"/></pattern></defs><rect width="1200" height="400" fill="url(%23waves)"/></svg>');opacity:.5;z-index:0}.footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem;position:relative;z-index:1;margin-bottom:2rem}.footer-section{animation:fadeInUp .8s ease-out}.footer-title{font-size:1.8rem;margin:0 0 1rem;font-weight:700}.footer-subtitle{font-size:1.1rem;margin:0 0 1.5rem;font-weight:600}.footer-text{font-size:.95rem;line-height:1.6;opacity:.9;margin:0}.contact-item{display:flex;gap:1rem;margin-bottom:1.5rem;align-items:flex-start}.contact-icon{font-size:1.5rem;flex-shrink:0;margin-top:.2rem}.contact-text{font-size:.95rem;line-height:1.6;opacity:.9;margin:0}.contact-text p{margin:.2rem 0}.map-btn{display:inline-block;margin-top:1rem;padding:.8rem 1.5rem;background:#fff3;color:#fff;border:2px solid white;border-radius:8px;text-decoration:none;font-weight:600;font-size:.9rem;transition:all .3s ease}.map-btn:hover{background:#fff;color:var(--secondary)}.footer-bottom{border-top:1px solid rgba(255,255,255,.2);padding-top:2rem;text-align:center;font-size:.9rem;opacity:.8;position:relative;z-index:1}.footer-bottom p{margin:0}.whatsapp-fab{position:fixed;bottom:2rem;right:2rem;width:60px;height:60px;background:linear-gradient(135deg,#25d366,#20ba5a);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;box-shadow:0 12px 30px #25d36666;text-decoration:none;transition:all .3s cubic-bezier(.25,.46,.45,.94);z-index:999;animation:bounce 2s infinite}.whatsapp-fab:hover{transform:scale(1.15);box-shadow:0 16px 40px #25d36680;animation:none}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.hero-actions{flex-direction:column;gap:1rem}.link-button{width:100%;min-width:unset}.sobre-container{grid-template-columns:1fr;gap:2rem}.sobre-stats{grid-template-columns:repeat(2,1fr);gap:1rem}.stat-card{padding:1.5rem}.stat-number{font-size:2rem}.footer-container{grid-template-columns:1fr;gap:2rem}.carousel{grid-template-columns:1fr}.whatsapp-fab{bottom:1.5rem;right:1.5rem;width:55px;height:55px;font-size:1.5rem}}@media(max-width:480px){.efata-hero{min-height:70vh;padding:2rem 1rem}.hero-title{font-size:2.2rem}.hero-description{font-size:1rem}.produtos-destaque,.sobre-section,.redes-section{padding:3rem 1rem}.footer{padding:2rem 1rem 1.5rem}.redes-buttons{flex-direction:column}.social-btn{width:100%}}html,body{height:100%}@font-face{font-family:Alikemisely;src:url(/assets/alikemisely-Ctk3yPje.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}:root{--bg-main: #ededf2;--secondary: #539fa2;--accent: #d169a3}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background-color:var(--bg-main);color:#333;-webkit-font-smoothing:antialiased}h1,h2{font-family:Alikemisely,serif}.header{width:100%;background-color:var(--secondary);position:sticky;top:0;z-index:100;border-bottom:3px solid var(--accent)}.header-grid{max-width:1200px;margin:0 auto;padding:1.2rem;display:grid;grid-template-columns:40px 1fr 40px;align-items:center}.icon-button{background:none;border:none;font-size:1.6rem;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;-webkit-tap-highlight-color:transparent;transition:transform .1s}.icon-button:active{transform:scale(.9)}.title{text-align:center;margin:0;color:#fff;font-family:Alikemisely,serif;font-size:clamp(1.4rem,5vw,1.9rem);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.menu{position:absolute;top:100%;left:1rem;background:#fff;border-radius:8px;box-shadow:0 8px 20px #00000026;padding:.5rem;min-width:180px;max-width:200px;z-index:200}.menu-item{width:100%;background:none;border:none;padding:.7rem;text-align:left;cursor:pointer;font-size:.85rem}.menu-item:hover{background-color:var(--bg-main)}.menu-subtitle{margin-top:.5rem;padding:.4rem .7rem;font-size:.8rem;font-weight:700;color:var(--accent)}.container{max-width:1200px;margin:0 auto;padding:1.25rem 1rem}.product-feed{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}.product-card img{width:100%;height:auto;object-fit:contain}.product-card-link{text-decoration:none;color:inherit;display:flex;flex-direction:column}.product-card-inner{background:#fff;border-radius:10px;padding:.75rem;display:flex;flex-direction:column;height:100%}.product-card:active{transform:scale(.98)}.product-card-inner .btn-secondary{margin-top:auto}.product-image{width:100%;aspect-ratio:1/1;object-fit:contain;border-radius:8px;display:block}.product-name{font-size:.85rem;margin:.5rem 0 .2rem;font-weight:500}.product-page{padding:1rem;display:flex;flex-direction:column;gap:1.5rem}.product-gallery{display:flex;flex-direction:column;align-items:center;width:100%}.image-stack{position:relative;width:100%;max-width:400px;aspect-ratio:1 / 1;margin:0 auto}.stack-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:12px;box-shadow:0 8px 20px #0000001a;transition:all .4s cubic-bezier(.4,0,.2,1)}.gallery-dots{display:flex;gap:.5rem;margin-top:1.2rem;justify-content:center}.dot{width:10px;height:10px;border-radius:50%;border:none;background:#ccc;cursor:pointer;transition:all .3s ease}.dot.active{background:var(--accent);width:25px;border-radius:5px}.product-info h1{margin:0 0 .5rem;font-size:1.8rem}.product-category{color:var(--secondary);font-size:.85rem;text-transform:uppercase;letter-spacing:1px}.product-price{font-size:1.6rem;font-weight:700;color:var(--accent);margin:.5rem 0}.product-description{font-size:.95rem;line-height:1.6;color:#555}.product-actions{display:flex;flex-direction:column;gap:.8rem;margin-top:1rem}.btn-primary,.btn-secondary{font-family:inherit;font-weight:700;font-size:1rem;padding:1rem;border-radius:12px;cursor:pointer;transition:transform .1s}.btn-primary{background:var(--accent);color:#fff;border:none}.btn-secondary{background:transparent;border:2px solid var(--accent);color:var(--accent)}.btn-primary:active,.btn-secondary:active{transform:scale(.96)}@media(min-width:768px){.title{font-size:2rem}.product-page{flex-direction:row;max-width:1100px;margin:2rem auto;gap:3rem}.product-feed{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.product-gallery,.product-info{flex:1}}body.cart-open{overflow:hidden}.cart-overlay{position:fixed;inset:0;background:#0006;z-index:200}.cart-drawer{position:fixed;right:0;top:0;width:100%;max-width:100%;height:100dvh;max-height:100dvh;background:#fff;z-index:201;display:flex;flex-direction:column;padding:1rem;padding-bottom:env(safe-area-inset-bottom);box-shadow:-12px 0 30px #0000002e}.cart-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:.6rem;border-bottom:1px solid rgba(0,0,0,.08)}.cart-fab{position:fixed;bottom:20px;right:20px;width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,var(--accent),#e07bb2);display:flex;align-items:center;justify-content:center;box-shadow:0 10px 25px #d169a373;z-index:999}.cart-footer .btn-primary{background:linear-gradient(135deg,var(--accent),#e07bb2);box-shadow:0 8px 20px #d169a359;letter-spacing:.4px}.cart-footer .btn-primary:active{transform:scale(.97);box-shadow:0 4px 10px #d169a366}.cart-item{display:grid;grid-template-columns:1fr auto;gap:.6rem;font-size:.9rem;padding-bottom:.4rem;border-bottom:1px dashed rgba(0,0,0,.08)}.cart-footer{margin-top:1rem;display:flex;flex-direction:column;gap:.8rem;border-top:1px solid rgba(0,0,0,.08);padding-top:.8rem;position:sticky;bottom:0;background:#fff}.cart-qty{display:flex;align-items:center;gap:.6rem}.cart-qty button{width:28px;height:28px;border-radius:50%;border:none;background:var(--secondary);color:#fff;font-size:1rem}.cart-qty span{min-width:20px;text-align:center;font-weight:700}html{scroll-behavior:smooth}.product-card{transition:transform .2s ease,box-shadow .2s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px #0000001f}.product-image{background:linear-gradient(135deg,#f0f0f0,#fafafa)}@media(hover:hover){.btn-primary:hover{filter:brightness(1.05)}.btn-secondary:hover{background:#d169a314}}:focus-visible{outline:none;box-shadow:0 0 0 3px #539fa259;border-radius:6px}.menu{transform-origin:top left;animation:menuFade .16s ease-out}@keyframes menuFade{0%{opacity:0;transform:scale(.96) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}.cart-items{flex:1;display:flex;flex-direction:column;gap:.8rem;margin-top:1rem;padding-right:.3rem;font-size:.9rem;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--color-accent) transparent}.cart-items::-webkit-scrollbar{width:6px}.cart-items::-webkit-scrollbar-track{background:transparent}.cart-items::-webkit-scrollbar-thumb{background:var(--accent);border-radius:6px}.stack-image{backface-visibility:hidden;will-change:transform,opacity}.dot:hover{transform:scale(1.15)}.hidden{display:none!important}.whatsapp-button{position:fixed;bottom:20px;right:20px;z-index:1000;background:#25d366;color:#fff;padding:.75rem 1.25rem;border-radius:999px;font-size:.95rem;font-weight:600;display:flex;align-items:center;gap:8px;text-decoration:none;box-shadow:0 10px 25px #0003;transition:transform .2s ease,box-shadow .2s ease}.whatsapp-button:hover{transform:translateY(-2px);box-shadow:0 14px 30px #00000040}.whatsapp-button svg,.whatsapp-button img{width:18px;height:18px}.add-button{margin-top:auto;border:2px solid var(--accent);background:transparent;color:var(--accent);padding:.7rem;border-radius:10px;font-weight:600;cursor:pointer;transition:all .15s ease}.add-button:active{transform:scale(.97)}.cart-checkout{display:flex;flex-direction:column;gap:.75rem}.cart-notes{width:100%;min-height:90px;resize:none;padding:.9rem;border-radius:12px;border:1.5px solid rgba(0,0,0,.15);font-family:inherit;font-size:.9rem}.cart-notes:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #d169a340}.cart-whatsapp{display:flex;align-items:center;justify-content:center;width:100%;padding:1rem;border-radius:12px;background:linear-gradient(135deg,var(--accent),#e07bb2);color:#fff;font-weight:700;text-decoration:none;box-shadow:0 10px 25px #d169a359;transition:transform .15s ease,box-shadow .15s ease}.cart-whatsapp:active{transform:scale(.97);box-shadow:0 6px 15px #d169a366}.product-page .btn-primary{background:var(--accent);color:#fff;opacity:1}
