.cart-modal-overlay{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;position:fixed;right:0;width:80%;z-index:2000}.cart-modal{left:50%;max-height:90vh;overflow-y:auto;position:fixed;top:40%;transform:translate(-50%,-50%)}.cart-close{background:none;border:none;color:#333;cursor:pointer;font-size:1.5rem;font-weight:700;position:absolute;right:20px;top:15px}.cart{background-color:#f5f5f7;border-radius:12px;box-shadow:0 4px 12px #0000000d;color:#222;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:2rem auto;max-width:600px;padding:2rem}.cart h2{color:#d47d0a;font-family:Poppins,sans-serif;font-size:2rem;font-weight:700;letter-spacing:1px;margin-bottom:1.5rem;text-align:center}.cart ul{list-style:none;margin:0 0 1.5rem;padding:0}.cart li{align-items:center;background:#fff;border-radius:10px;box-shadow:0 3px 8px #d47d0a26;display:flex;margin-bottom:1rem;padding:1rem 1.5rem;transition:transform .25s ease,box-shadow .25s ease}.cart li:hover{box-shadow:0 6px 16px #d47d0a4d;transform:translateY(-4px)}.cart li img{border-radius:8px;box-shadow:0 2px 6px #0000001a;flex-shrink:0;height:60px;margin-right:1rem;object-fit:cover;width:60px}.cart li div{display:flex;flex-direction:column;flex-grow:1;justify-content:center}.cart li div p:first-child{color:#333;font-family:Poppins,sans-serif;font-size:1.1rem;font-weight:600;margin:0 0 .25rem}.cart li div p:last-child{color:#666;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:1rem;font-weight:500}.cart li button{background-color:#d4470a;border:none;border-radius:8px;box-shadow:0 2px 8px #d4470a66;color:#fff;cursor:pointer;font-family:Poppins,sans-serif;font-weight:600;padding:.5rem 1rem;text-align:center;transition:background-color .3s ease,box-shadow .3s ease;width:94px}.cart li button:hover{background-color:#ff6f1e;box-shadow:0 4px 14px #ff6f1e99}.cart li .quantity-input{border:1px solid #ccc;border-radius:8px;font-size:.8rem;margin-bottom:.5rem;padding:.5rem 1rem;text-align:center;transition:border-color .3s ease,box-shadow .3s ease;width:60px}.cart li .quantity-input:focus{border-color:#2575fc;box-shadow:0 0 0 3px #2575fc33;outline:none}.cart p.total{color:#d47d0a;font-size:1.5rem;margin-bottom:1.5rem;text-align:right;text-shadow:1px 1px 3px #d47d0a66}.cart button.checkout,.cart p.total{font-family:Poppins,sans-serif;font-weight:700}.cart button.checkout{background:linear-gradient(45deg,#d47d0a,#ff9f1e);border:none;border-radius:12px;box-shadow:0 6px 15px #d47d0a99;color:#fff;cursor:pointer;font-size:1.25rem;padding:1rem 0;transition:background .4s ease,box-shadow .4s ease,transform .3s ease;width:100%}.cart button.checkout:hover{background:linear-gradient(45deg,#ff9f1e,#d47d0a);box-shadow:0 8px 20px #ff9f1ecc;transform:scale(1.05)}.cart p.empty{color:#777;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:1.2rem;font-style:italic;margin-top:2rem;text-align:center}.finalizacion{align-items:end}.shipping-form{background-color:#fff8f0;border-radius:12px;box-shadow:0 4px 12px #d47d0a33;margin-bottom:.5rem;padding:3rem}.shipping-form h3{color:#d47d0a;font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:700;text-align:center}.shipping-form input{align-items:center;border:1px solid #ccc;border-radius:10px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:1rem;margin-bottom:1rem;padding:.75rem 1rem;transition:border-color .3s ease,box-shadow .3s ease;width:100%}.shipping-form input:focus{border-color:#d47d0a;box-shadow:0 0 5px #d47d0a4d;outline:none}@media (max-width:1024px){.cart{max-width:500px;padding:1.5rem}.cart h2{font-size:1.8rem}.cart li{padding:.8rem 1rem}.cart li img{height:55px;width:55px}.cart li div p:first-child{font-size:1rem}.cart li div p:last-child{font-size:.9rem}.cart p.total{font-size:1.3rem}}@media (max-width:768px){.cart-modal{left:50%;top:50%;transform:translate(-50%,-50%);width:90%}.cart{margin:1rem auto;max-width:90%;padding:1.2rem}.cart h2{font-size:1.6rem}.cart li{align-items:flex-start;flex-direction:column;padding:1rem;text-align:left}.cart li img{height:80px;margin-bottom:.5rem;margin-right:0;width:80px}.cart li div p:first-child{font-size:1rem}.cart li div p:last-child{font-size:.9rem}.cart li button{font-size:.9rem;margin-top:.5rem;padding:.6rem;width:100%}.cart .quantity-input{margin-bottom:.5rem;width:100%}.cart p.total{font-size:1.2rem;text-align:center}.cart button.checkout{font-size:1.1rem;padding:.8rem}.shipping-form{padding:1.5rem}.shipping-form h3{font-size:1.3rem}.shipping-form input{font-size:.9rem;padding:.6rem}}@media (max-width:480px){.cart-modal{width:95%}.cart{padding:1rem}.cart h2{font-size:1.4rem}.cart li img{height:70px;width:70px}.cart li div p:first-child{font-size:.95rem}.cart li div p:last-child{font-size:.85rem}.cart button.checkout{font-size:1rem;padding:.7rem}.shipping-form{padding:1rem}.shipping-form h3{font-size:1.2rem}.shipping-form input{font-size:.85rem;padding:.5rem}}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000d9;justify-content:space-between;padding:1rem 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.header,.logo-wrapper{align-items:center;display:flex}.logo{height:60px;transition:transform .4s ease,filter .4s ease}.logo:hover{filter:drop-shadow(0 4px 10px rgba(255,222,89,.6));transform:rotate(-10deg) scale(1.1)}.nav{display:flex;gap:1.8rem}.nav a{color:#fff;font-family:Roboto Slab,serif,sans-serif;position:relative;text-decoration:none;transition:all .3s ease}.nav a:after{background:#ffde59;border-radius:2px;bottom:-5px;content:"";display:block;height:3px;left:0;position:absolute;transition:width .3s;width:0}.nav a:hover:after{width:100%}.nav a.active,.nav a:hover{color:#ffde59}.nav a.active:after{width:100%}.menu-toggle{background:#0000;border:none;cursor:pointer;display:none;flex-direction:column;height:25px;justify-content:space-around;width:25px;z-index:1100}.menu-toggle span{background:#ffde59;border-radius:2px;height:3px;transition:all .3s ease;width:100%}@media (max-width:768px){.header{align-items:flex-start;gap:1rem;padding:1rem}.header,.nav{flex-direction:column}.nav{gap:.8rem;max-height:0;overflow:hidden;transition:max-height .3s ease;width:100%}.nav.open{max-height:500px}.logo{height:50px}.menu-toggle{display:flex}}.car-info{color:#fff}.hero{animation:gradientMove 12s ease infinite;background:linear-gradient(135deg,#6a11cb,#2575fc,#ff6ec4);background-size:300% 300%;color:#fff;justify-content:center;padding:6rem 2rem;text-align:center}.hero,.hero-content{align-items:center;display:flex}.hero-content{flex-direction:row;flex-wrap:wrap;gap:3rem;max-width:1100px;padding:2rem;width:100%}.hero-img-wrapper{animation:pulse 3s infinite;background:linear-gradient(135deg,#ff6ec4,#6a11cb,#2575fc);border-radius:50%;display:inline-block;padding:6px}@keyframes pulse{0%{box-shadow:0 0 0 0 #ff6ec499}70%{box-shadow:0 0 0 25px #ff6ec400}to{box-shadow:0 0 0 0 #ff6ec400}}.hero-img{border:6px solid #fff;border-radius:50%;height:350px;object-fit:cover;width:350px}.hero-text{flex:1 1;text-align:left}.hero-text h2{font-size:3rem;font-weight:700;line-height:1.2;margin-top:0}.highlight{color:#ffde59;text-shadow:0 0 10px #ffde59cc}.hero-description{color:#f9f9f9;font-size:1.3rem;line-height:1.7;margin:1rem 0 1.5rem}.hero .btn{background:#ffde59;border-radius:50px;box-shadow:0 4px 10px #0003;color:#333;display:inline-block;font-size:1.1rem;font-weight:600;margin-top:1rem;padding:.9rem 2rem;text-decoration:none;transition:all .3s ease}.hero .btn:hover{background:#fff176;box-shadow:0 6px 15px #0000004d;transform:translateY(-3px)}@media (max-width:1024px){.hero-content{flex-direction:column;gap:2rem;max-width:700px;padding:1.5rem}.hero-text{text-align:center}.hero-text h2{font-size:2.5rem}.hero-description{font-size:1.1rem}.hero-img{height:280px;margin:0 auto;width:280px}}@media (max-width:768px){.hero-content{flex-direction:column;gap:1.5rem;max-width:100%;padding:1rem;text-align:center}.hero-text{padding:0 1rem;text-align:center}.hero-text h2{font-size:2rem}.hero-description{font-size:1rem;margin:.8rem 0 1.2rem}.hero-img{height:220px;margin:0 auto;width:220px}}@media (max-width:480px){.hero-content{flex-direction:column;gap:1rem;padding:.8rem}.hero-text h2{font-size:1.6rem}.hero-description{font-size:.9rem;margin:.6rem 0 1rem}.hero-img{height:180px;margin:0 auto;width:180px}.hero .btn{font-size:1rem;padding:.7rem 1.5rem}}.about-section{animation:gradientMove 12s ease infinite;background:linear-gradient(135deg,#2575fc,#6a11cb,#ff6ec4);background-size:300% 300%;color:#fff;overflow-x:hidden;padding:4rem 2rem}.about-container{align-items:flex-start;display:flex;flex-wrap:wrap;gap:2.5rem;margin:auto;max-width:1100px}.about-image-wrapper{align-items:center;display:flex;flex:1 1;justify-content:center}.about-image{border:5px solid #fff;border-radius:50%;box-shadow:0 8px 20px #0000004d;height:300px;height:auto;max-width:100%;object-fit:cover;transition:transform .3s ease,box-shadow .3s ease;width:300px}.about-image:hover{box-shadow:0 12px 25px #00000080;transform:scale(1.05)}.about-content{flex:2 1;min-width:280px}.about-content h2{font-size:2.8rem;font-weight:700;margin-bottom:1rem;text-shadow:0 2px 10px #0000004d}.about-text{font-size:1.2rem;line-height:1.7;margin-bottom:2rem}.about-videos{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;width:100%}.about-videos>div{box-sizing:border-box;flex:1 1 45%;max-width:45%}.about-videos iframe{border-radius:10px;box-shadow:0 6px 20px #00000040;box-sizing:border-box;height:315px;max-width:100%;transition:transform .3s ease;width:100%}.about-videos iframe:hover{transform:scale(1.02)}@media (max-width:1024px){.about-container{align-items:center;flex-direction:column;max-width:90%;padding:0 1rem;text-align:center}.about-content h2{font-size:2.2rem}.about-text{font-size:1.1rem;line-height:1.6}.about-image{height:260px;width:260px}.about-videos{display:flex;flex-wrap:wrap;gap:1.2rem;justify-content:center;width:100%}.about-videos>div{flex:1 1 100%;max-width:100%}}@media (max-width:768px){.about-section{padding:3rem 1.5rem}.about-container{align-items:center;flex-direction:column;padding:0 1rem;text-align:center}.about-content h2{font-size:2rem}.about-text{font-size:1rem;line-height:1.6}.about-image{height:220px;margin-bottom:1rem;width:220px}.about-videos>div{flex:1 1 100%;max-width:100%}.about-videos iframe{height:220px}}@media (max-width:480px){.about-section{padding:2rem 1rem}.about-content h2{font-size:1.8rem}.about-text{font-size:.95rem}.about-image{height:180px;width:180px}.about-videos iframe{height:200px}}.carousel{box-shadow:0 6px 20px #0000004d;margin:2rem auto;max-width:800px;overflow:hidden}.carousel,.carousel img{border-radius:12px;width:100%}.carousel img{display:block;transition:opacity .5s ease-in-out}.about-events-title{font-size:1.8rem;margin-top:3rem}.about-events-subtitle,.about-events-title{color:#ffde59;text-align:center;text-shadow:0 2px 6px #0006}.about-events-subtitle{font-size:1rem;margin-top:1.5rem}@media (max-width:1024px){.carousel{max-width:90%}.about-events-title{font-size:1.6rem}.about-events-subtitle{font-size:.95rem}}@media (max-width:768px){.carousel{border-radius:10px;margin:1.5rem auto;max-width:95%}.about-events-title{font-size:1.4rem;margin-top:2rem}.about-events-subtitle{font-size:.9rem;margin-top:1rem}}@media (max-width:480px){.carousel{border-radius:8px;margin:1rem auto;max-width:100%}.about-events-title{font-size:1.2rem;margin-top:1.5rem}.about-events-subtitle{font-size:.85rem}}.toast{background:#333;border-radius:8px;bottom:20px;box-shadow:0 2px 8px #0000004d;color:#fff;padding:.8rem 1.2rem;position:fixed;right:20px;z-index:10000}.books{margin:0 auto;max-width:1200px;padding:3rem 2rem;text-align:center}.books-title{color:#222;font-size:2.8rem;font-weight:700;margin-bottom:2rem}.book-list{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-left:220px}.books-filters{align-items:flex-start;background:#f9f9f9;border-radius:12px;box-shadow:0 4px 10px #0000001a;display:flex;flex-direction:column;gap:1rem;left:2rem;padding:1rem;position:absolute;top:100px;width:200px;z-index:10}@media screen and (max-width:1366px){.books-filters{background-color:#fff;box-shadow:none;left:auto;padding:10px 0;position:static;top:auto;width:100%;z-index:auto}.books.with-filters{display:block}.product-grid{margin-top:0}}@media (max-width:1024px){.books{padding:2.5rem 1.5rem}.books-title{font-size:2.3rem}.book-list{gap:1.5rem;margin-left:0}.book-card{width:200px}.books-filters{background:#fff;border-radius:12px;box-shadow:0 2px 6px #00000026;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;left:auto;margin:0 auto 1rem;padding:.8rem 1rem;position:relative;right:auto;top:auto;width:auto;z-index:auto}}@media (max-width:768px){.books{padding:2rem 1rem}.books-title{font-size:2rem}.book-list{align-items:center;flex-direction:column;gap:1.5rem;margin-left:0}.book-card{max-width:320px;width:90%}.books-filters{background:#fff;border-radius:12px;box-shadow:0 2px 6px #00000026;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;left:auto;margin:0 auto 1rem;padding:.8rem 1rem;position:relative;right:auto;top:auto;width:auto;z-index:auto}}@media (max-width:480px){.books{padding:1.5rem .8rem}.books-title{font-size:1.8rem}.book-list{margin-left:0}.books-filters{background:#fff;border-radius:12px;box-shadow:0 2px 6px #00000026;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;left:auto;margin:0 auto 1rem;padding:.8rem 1rem;position:relative;right:auto;top:auto;width:auto;z-index:auto}}.contact-section{background:#f0f0f5;padding:3rem 2rem;text-align:center}.contact-title{color:#6a11cb;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.contact-subtitle{color:#444;font-size:1.2rem;margin-bottom:2.5rem}.contact-cards{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-bottom:2rem}.contact-card{background:#fff;border-radius:12px;box-shadow:0 6px 18px #0000001a;padding:2rem 1.5rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease;width:280px}.contact-card:hover{box-shadow:0 10px 28px #00000026;transform:translateY(-6px)}.contact-icon{color:#6a11cb;font-size:2rem;margin-bottom:1rem}.contact-card h3{color:#6a11cb;font-size:1.3rem;margin-bottom:.5rem}.contact-card p{color:#555;font-size:1rem}.contact-footer{color:#333;font-size:1.1rem;margin-top:1rem}@media (max-width:1024px){.contact-section{padding:2.5rem 1.5rem}.contact-title{font-size:2.2rem}.contact-subtitle{font-size:1.1rem}.contact-card{padding:1.8rem 1.3rem;width:250px}.contact-card h3{font-size:1.2rem}.contact-card p{font-size:.95rem}}@media (max-width:768px){.contact-section{padding:2rem 1rem}.contact-title{font-size:2rem}.contact-subtitle{font-size:1rem;margin-bottom:2rem}.contact-cards{align-items:center;flex-direction:column;gap:1.5rem}.contact-card{max-width:320px;padding:1.5rem;width:90%}.contact-card h3{font-size:1.1rem}.contact-card p{font-size:.9rem}.contact-footer{font-size:1rem}}@media (max-width:480px){.contact-section{padding:1.5rem .8rem}.contact-title{font-size:1.8rem}.contact-subtitle{font-size:.95rem}.contact-card{padding:1.2rem;width:100%}.contact-icon{font-size:1.8rem}.contact-card h3{font-size:1rem}.contact-card p{font-size:.85rem}.contact-footer{font-size:.9rem}}.product-grid{grid-gap:20px;align-items:stretch;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);justify-content:center;margin:0 auto;max-width:900px;padding:10px;scroll-behavior:smooth}.product-card{align-items:stretch;background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;transform:translateY(20px);transition:transform .3s ease,box-shadow .3s ease,opacity .6s ease;width:14rem}.product-card:hover{box-shadow:0 8px 24px #00000026;transform:translateY(-8px)}.product-image{background:#f9f9f9;height:220px;transition:transform .3s ease}.product-image,.product-video{border-top-left-radius:12px;border-top-right-radius:12px;display:block;object-fit:contain;width:100%}.product-video{background:#000;height:200px}.product-card:hover .product-image{transform:scale(1.05)}.product-info{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;padding:1rem}.product-title{color:#222;font-size:.9rem;font-weight:600;margin:0 0 .5rem}.product-description,.product-title{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.product-description{color:#555;flex-grow:1;font-size:1rem;line-height:1.4;margin-bottom:1.25rem;min-height:3.5rem}.product-footer{margin-bottom:9px}.product-price{color:#000;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:1.1rem;font-weight:600}.product-card.visible{opacity:1;transform:translateY(0)}.product-card-link,.product-card-link:hover{color:inherit;text-decoration:none}.buy-button{background-color:#ff6f61;border:none;border-radius:8px;box-shadow:0 4px 8px #ff6f6166;color:#fff;cursor:pointer;font-size:.9rem;font-weight:700;padding:.6rem 1.2rem;transition:background-color .3s ease,box-shadow .3s ease}.buy-button:hover{background-color:#ff4a3d;box-shadow:0 6px 12px #ff4a3d99}@media (max-width:768px){.product-card{width:12rem}.product-image,.product-video{height:180px}.product-info{padding:.75rem}.product-title{font-size:.85rem}.product-description{font-size:.9rem;margin-bottom:1rem;min-height:3rem}.product-footer{margin-bottom:7px}.buy-button{font-size:.85rem;padding:.5rem 1rem}}@media (max-width:600px){.product-grid{grid-template-columns:1fr}}@media (max-width:480px){.product-card{margin:0 auto;max-width:320px;width:100%}.product-image,.product-video{height:140px}.product-info{padding:.5rem}.product-title{font-size:.8rem}.product-description{font-size:.85rem;margin-bottom:.75rem;min-height:2.5rem}.product-footer{margin-bottom:5px}.buy-button{font-size:.8rem;padding:.4rem .8rem}}.filter-input,.filter-range,.filter-select{border:1px solid #ccc;border-radius:8px;display:inline-block;font-size:1rem;margin-right:1rem;min-width:150px;padding:.6rem .8rem;transition:border-color .3s ease,box-shadow .3s ease;vertical-align:middle}.filter-input:focus,.filter-range:focus,.filter-select:focus{border-color:#2575fc;box-shadow:0 0 0 3px #2575fc33;outline:none}.results-count{color:#555;font-size:1rem;margin-bottom:1.5rem;text-align:center}@media (max-width:1366px){.filter-input,.filter-range,.filter-select{display:block;margin-bottom:1rem;margin-right:0;min-width:0;min-width:auto;width:100%}.filters-container{background:#fff;padding-bottom:1rem;position:-webkit-sticky;position:sticky;top:0;z-index:20}.filters-spacer{height:0}}@media (max-width:1024px){.filter-input,.filter-range,.filter-select{font-size:.95rem;margin-right:.8rem;min-width:130px}.results-count{font-size:.95rem}}@media (max-width:768px){.filter-input,.filter-range,.filter-select{display:block;font-size:1rem;margin-bottom:1rem;margin-right:0;min-width:0;min-width:auto;width:100%}.results-count{font-size:.9rem;margin-bottom:1rem}}@media (max-width:480px){.filter-input,.filter-range,.filter-select{font-size:.9rem;padding:.5rem .7rem;width:-webkit-fill-available}.results-count{font-size:.85rem}}.rc-slider{border-radius:6px;height:14px;padding:5px 0;position:relative;touch-action:none;width:100%}.rc-slider,.rc-slider *{-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing:border-box}.rc-slider-rail{background-color:#e9e9e9;border-radius:6px;height:4px;position:absolute;width:100%}.rc-slider-track,.rc-slider-tracks{background-color:#abe2fb;border-radius:6px;height:4px;position:absolute}.rc-slider-track-draggable{background-clip:content-box;border-bottom:5px solid #0000;border-top:5px solid #0000;box-sizing:initial;transform:translateY(-5px);z-index:1}.rc-slider-handle{background-color:#fff;border:2px solid #96dbfa;border-radius:50%;cursor:pointer;cursor:grab;height:14px;margin-top:-5px;opacity:.8;position:absolute;touch-action:pan-x;-webkit-user-select:none;user-select:none;width:14px;z-index:1}.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging{border-color:#57c5f7;box-shadow:0 0 0 5px #96dbfa}.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging-delete{opacity:0}.rc-slider-handle:focus{box-shadow:none;outline:none}.rc-slider-handle:focus-visible{border-color:#2db7f5;box-shadow:0 0 0 3px #96dbfa}.rc-slider-handle-click-focused:focus{border-color:#96dbfa;box-shadow:none}.rc-slider-handle:hover{border-color:#57c5f7}.rc-slider-handle:active{border-color:#57c5f7;box-shadow:0 0 5px #57c5f7;cursor:grabbing}.rc-slider-mark{font-size:12px;left:0;position:absolute;top:18px;width:100%}.rc-slider-mark-text{color:#999;cursor:pointer;display:inline-block;position:absolute;text-align:center;vertical-align:middle}.rc-slider-mark-text-active{color:#666}.rc-slider-step{background:#0000;height:4px;position:absolute;width:100%}.rc-slider-dot{background-color:#fff;border:2px solid #e9e9e9;border-radius:50%;bottom:-2px;cursor:pointer;height:8px;position:absolute;vertical-align:middle;width:8px}.rc-slider-dot-active{border-color:#96dbfa}.rc-slider-dot-reverse{margin-right:-4px}.rc-slider-disabled{background-color:#e9e9e9}.rc-slider-disabled .rc-slider-track{background-color:#ccc}.rc-slider-disabled .rc-slider-dot,.rc-slider-disabled .rc-slider-handle{background-color:#fff;border-color:#ccc;box-shadow:none;cursor:not-allowed}.rc-slider-disabled .rc-slider-dot,.rc-slider-disabled .rc-slider-mark-text{cursor:not-allowed!important}.rc-slider-vertical{height:100%;padding:0 5px;width:14px}.rc-slider-vertical .rc-slider-rail{height:100%;width:4px}.rc-slider-vertical .rc-slider-track{bottom:0;left:5px;width:4px}.rc-slider-vertical .rc-slider-track-draggable{border-bottom:0;border-left:5px solid #0000;border-right:5px solid #0000;border-top:0;transform:translateX(-5px)}.rc-slider-vertical .rc-slider-handle{margin-left:-5px;margin-top:0;position:absolute;touch-action:pan-y;z-index:1}.rc-slider-vertical .rc-slider-mark{height:100%;left:18px;top:0}.rc-slider-vertical .rc-slider-step{height:100%;width:4px}.rc-slider-vertical .rc-slider-dot{margin-left:-2px}.rc-slider-tooltip-zoom-down-appear,.rc-slider-tooltip-zoom-down-enter,.rc-slider-tooltip-zoom-down-leave{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused;display:block!important}.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active,.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active{animation-name:rcSliderTooltipZoomDownIn;animation-play-state:running}.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active{animation-name:rcSliderTooltipZoomDownOut;animation-play-state:running}.rc-slider-tooltip-zoom-down-appear,.rc-slider-tooltip-zoom-down-enter{animation-timing-function:cubic-bezier(.23,1,.32,1);transform:scale(0)}.rc-slider-tooltip-zoom-down-leave{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}@keyframes rcSliderTooltipZoomDownIn{0%{opacity:0;transform:scale(0);transform-origin:50% 100%}to{transform:scale(1);transform-origin:50% 100%}}@keyframes rcSliderTooltipZoomDownOut{0%{transform:scale(1);transform-origin:50% 100%}to{opacity:0;transform:scale(0);transform-origin:50% 100%}}.rc-slider-tooltip{left:-9999px;position:absolute;top:-9999px;visibility:visible}.rc-slider-tooltip,.rc-slider-tooltip *{-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing:border-box}.rc-slider-tooltip-hidden{display:none}.rc-slider-tooltip-placement-top{padding:4px 0 8px}.rc-slider-tooltip-inner{background-color:#6c6c6c;border-radius:6px;box-shadow:0 0 4px #d9d9d9;color:#fff;font-size:12px;height:24px;line-height:1;min-width:24px;padding:6px 2px;text-align:center;text-decoration:none}.rc-slider-tooltip-arrow{border-color:#0000;border-style:solid;height:0;position:absolute;width:0}.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow{border-top-color:#6c6c6c;border-width:4px 4px 0;bottom:4px;left:50%;margin-left:-4px}.footer{background:#111;color:#fff;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;padding:2rem 1rem;position:relative;text-align:center}.footer p{color:#aaa;font-size:.9rem;margin:.5rem 0}.footer-socials{display:flex;gap:1.2rem;justify-content:center;margin-top:1rem}.footer-socials a{color:#aaa;font-size:1.2rem;transition:color .3s ease,transform .3s ease}.footer-socials a:hover{color:#ffde59;transform:scale(1.2)}.footer:before{background:#fff3;content:"";height:1px;left:10%;position:absolute;right:10%;top:0}.product-footer{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-around}.foo{color:#fff;font-weight:600;position:relative;text-decoration:none;transition:all .3s ease}@media (max-width:1024px){.footer{padding:1.8rem 1rem}.footer p{font-size:.85rem}.footer-socials a{font-size:1.1rem}.product-footer{justify-content:space-evenly}}@media (max-width:768px){.footer{padding:1.5rem .8rem}.footer p{font-size:.85rem;line-height:1.4}.footer-socials{flex-wrap:wrap;gap:1rem}.footer-socials a{font-size:1rem}.product-footer{align-items:center;flex-direction:column;gap:.8rem}.foo{font-size:.95rem}}@media (max-width:480px){.footer{padding:1.2rem .5rem}.footer p{font-size:.8rem}.footer-socials a{font-size:.95rem}.product-footer{gap:.6rem}.foo{font-size:.9rem}}.detail-section{margin:auto;max-width:1100px;padding:3rem 2rem}.detail-content{align-items:flex-start;display:flex;flex-wrap:wrap;gap:2.5rem}.detail-image-wrapper{display:flex;flex:1 1;justify-content:center}.detail-image{border-radius:12px;box-shadow:0 8px 20px #0003;height:auto;max-width:500px;width:100%}.detail-info{display:flex;flex:1 1;flex-direction:column;gap:1rem}.detail-title{color:#222;font-size:2.5rem;font-weight:700}.detail-category{color:#666;font-size:1rem}.detail-free-shipping{background:#ffde59;border-radius:20px;color:#333;display:inline-block;font-size:.9rem;font-weight:600;margin-top:.5rem;padding:.4rem 1rem}.detail-description{color:#444;font-size:1.125rem;line-height:1.6}.detail-price{color:#000;font-size:2rem;font-weight:700;margin-top:1rem}.detail-buy-button{align-self:start;background-color:#ff6f61;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1.2rem;font-weight:700;padding:1rem 2rem;transition:all .3s ease}.detail-buy-button:hover{background-color:#ff4a3d;box-shadow:0 6px 12px #ff4a3d99;transform:translateY(-3px)}.related-products{margin-top:3rem}.related-title{font-size:2rem;margin-bottom:1.5rem;text-align:center}.related-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}@media (max-width:1024px){.detail-section{max-width:900px;padding:2.5rem 1.5rem}.detail-content{align-items:center;flex-direction:column;gap:2rem}.detail-image{max-width:80%}.detail-info{align-items:center;text-align:center;width:100%}.detail-title{font-size:2rem}.detail-description{font-size:1rem}.detail-price{font-size:1.75rem}.detail-buy-button{align-self:center;font-size:1.1rem;padding:.9rem 1.8rem}.related-grid{gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}@media (max-width:768px){.detail-content{align-items:center;flex-direction:column}.detail-image{max-width:100%}.detail-title{font-size:2rem;text-align:center}.detail-shipping-info{color:#555;font-size:.9rem;margin-bottom:10px;margin-top:-8px}.detail-shipping-info strong{color:#000}}@media (max-width:480px){.detail-section{max-width:100%;padding:2rem 1rem}.detail-content{gap:1.5rem}.detail-image{border-radius:8px;max-width:100%}.detail-info{gap:.75rem;padding:0 .5rem;width:100%}.detail-title{font-size:1.5rem}.detail-description{font-size:.9rem;line-height:1.4}.detail-price{font-size:1.5rem;margin-top:.75rem}.detail-buy-button{align-self:center;border-radius:8px;font-size:1rem;padding:.75rem 1.5rem;width:100%}.related-title{font-size:1.5rem;margin-bottom:1rem}.related-grid{gap:1rem;grid-template-columns:1fr}}.gallery-tabs{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem}.gallery-tabs button{background:#ffffff1a;border:none;border-radius:30px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.7rem 1.5rem;transition:all .3s ease}.gallery-tabs button:hover{background:#ffde594d;color:#ffde59}.gallery-tabs button.active{background:#ffde59b3;box-shadow:0 4px 12px #ffde5966;color:#000;transform:translateY(-2px)}.gallery-section{animation:gradientMove 12s ease infinite;background:linear-gradient(135deg,#6a11cb,#2575fc,#ff6ec4);background-size:300% 300%;color:#fff;padding:3rem 2rem;text-align:center}@keyframes gradientMove{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.gallery-title{font-size:2.5rem;font-weight:700;margin-bottom:2rem;text-shadow:0 3px 12px #0006}.gallery-grid{grid-gap:1.5rem;align-items:stretch;display:grid;gap:1.5rem;grid-auto-rows:auto;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));justify-content:center;margin:auto;max-width:1200px}.gallery-item{box-shadow:0 6px 20px #0000004d;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.gallery-item,.gallery-item img{border-radius:12px;display:block}.gallery-item img{height:300px;object-fit:cover;width:100%}.gallery-grid-videos{grid-gap:1.5rem;align-items:start;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));justify-content:center;margin:auto;max-width:1200px}.gallery-grid-videos .gallery-item{align-items:center;border-radius:12px;box-shadow:0 6px 20px #0000004d;display:flex;justify-content:center;overflow:hidden}.gallery-grid-videos .gallery-item video{border-radius:12px;display:block;height:300px;max-width:100%;object-fit:cover;width:auto}.gallery-item:hover{box-shadow:0 10px 28px #0006;transform:translateY(-8px) scale(1.03)}.gallery-item:hover img{transform:scale(1.1)}.gallery-description{background:#0003;border-radius:12px;box-shadow:0 6px 20px #0000004d;color:#f0f0f5;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:1.1rem;line-height:1.7;margin:0 auto 2rem;max-width:900px;padding:1.2rem 1.5rem;text-align:justify}.gallery-description strong{color:#ffde59}.gallery-description em{color:#ffd966;font-style:italic}.lightbox{align-items:center;animation:fadeIn .3s ease;background:#000000e6;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:2000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.lightbox-img{border-radius:12px;box-shadow:0 8px 24px #000000b3;max-height:80%;max-width:90%}.lightbox-close{color:#fff;cursor:pointer;font-size:2.5rem;position:absolute;right:30px;top:20px;transition:color .3s ease}.lightbox-close:hover{color:#ffde59}.lightbox-next,.lightbox-prev{background:#0000004d;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:3rem;padding:.5rem 1rem;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease}.lightbox-next:hover,.lightbox-prev:hover{background:#ffde59b3;color:#000}.lightbox-prev{left:30px}.lightbox-next{right:30px}.lightbox video{border-radius:12px;box-shadow:0 8px 24px #000000b3;display:block;height:auto;max-height:80%;max-width:90%;object-fit:contain;width:auto}@media (max-width:1024px){.gallery-grid,.gallery-grid-videos{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.gallery-grid-videos .gallery-item video,.gallery-item img{height:250px}.gallery-description{font-size:1rem;padding:1rem 1.2rem}}@media (max-width:768px){.gallery-tabs{gap:.5rem}.gallery-tabs button{font-size:.9rem;padding:.5rem 1rem}.gallery-grid,.gallery-grid-videos{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.gallery-grid-videos .gallery-item video,.gallery-item img{height:200px}.gallery-title{font-size:2rem}.gallery-description{font-size:.95rem;padding:.8rem 1rem}}@media (max-width:480px){.gallery-tabs{flex-wrap:wrap;gap:.4rem}.gallery-tabs button{flex:1 1 45%;font-size:.85rem;padding:.5rem 0}.gallery-grid,.gallery-grid-videos{gap:1rem;grid-template-columns:1fr}.gallery-grid-videos .gallery-item video,.gallery-item img{height:180px}.gallery-title{font-size:1.5rem}.gallery-description{font-size:.9rem;padding:.7rem .8rem}.lightbox-next,.lightbox-prev{font-size:2rem;padding:.3rem .6rem}.lightbox-close{font-size:2rem;right:20px;top:15px}}.blog-section{background:#f0f0f5;justify-items:center;padding:5rem 2rem;text-align:center}.blog-title{color:#6a11cb;font-size:3rem;font-weight:700;margin-bottom:.5rem}.blog-subtitle{color:#444;font-size:1.2rem;margin-bottom:2.5rem}.blog-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));justify-content:center;margin:auto;max-width:76rem}.blog-card{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;cursor:pointer;display:flex;overflow:hidden;transform:translateY(20px);transition:transform .3s ease,box-shadow .3s ease,opacity .6s ease;width:24rem}.blog-card:hover{box-shadow:0 10px 28px #00000026;transform:translateY(-6px)}.blog-card img{background:#f9f9f9;border-top-left-radius:12px;border-top-right-radius:12px;display:block;height:300px;object-fit:fill;transition:transform .3s ease;width:100%}.blog-card-content{padding:1rem 1.2rem;text-align:left}.blog-card-content h3{color:#6a11cb;font-size:1.3rem;margin-bottom:.5rem}.blog-card-content p{color:#555;font-size:.9rem;margin-bottom:.8rem}.blog-card-button{background:#6a11cb;border-radius:25px;color:#fff;display:inline-block;font-weight:600;padding:.5rem 1rem;text-decoration:none;transition:background .3s ease}.blog-card-button:hover{background:#ffde59;color:#000}.fade-in-element{opacity:0;transform:translateY(20px);transition:opacity .8s ease,transform .8s ease}.fade-in-element.visible{opacity:1;transform:translateY(0)}.blog-detail{margin:auto;max-width:600px;padding:3rem 2rem;text-align:center}.blog-detail img{border-radius:12px;margin:0;width:100%}.blog-detail-content p{color:#444;font-size:1.1rem;line-height:1.7;text-align:justify}.blog-comments{margin-top:3rem;text-align:left}.comment-form{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.comment-form input,.comment-form textarea{border:1px solid #ccc;border-radius:12px;font-size:1rem;padding:.8rem 1rem;width:100%}.comment-form textarea{min-height:120px;resize:vertical}.comment-form button{align-self:flex-start;background:#6a11cb;border:none;border-radius:25px;color:#fff;cursor:pointer;font-weight:600;padding:.6rem 1.5rem;transition:background .3s ease}.comment-form button:hover{background:#ffde59;color:#000}.comments-list .comment{border-bottom:1px solid #ddd;padding:1rem}.show-more-btn{background:#6a11cb;border:none;border-radius:25px;color:#fff;cursor:pointer;font-weight:600;margin-top:1rem;padding:.5rem 1.2rem;transition:background .3s ease}.show-more-btn:hover{background:#ffde59;color:#000}.reply-box{background:#fafafa;border:1px solid #ddd;border-radius:12px;margin-top:1.5rem;padding:1.5rem}.reply-box h4{align-items:center;color:#333;display:flex;font-size:1.1rem;justify-content:space-between;margin-bottom:1rem}.reply-box span{color:#6a11cb;font-weight:600}.cancel-reply{background:none;border:none;color:#c00;cursor:pointer;font-size:.9rem;margin-left:1rem}.reply-box input,.reply-box textarea{border:1px solid #ccc;border-radius:8px;font-size:.95rem;margin-bottom:.8rem;padding:.8rem 1rem;transition:border-color .3s ease,box-shadow .3s ease;width:100%}.reply-box input:focus,.reply-box textarea:focus{border-color:#6a11cb;box-shadow:0 0 5px #6a11cb4d;outline:none}.reply-box textarea{min-height:100px;resize:vertical}.reply-box label{align-items:center;color:#555;display:flex;font-size:.9rem;gap:.4rem;margin-bottom:1rem}.reply-box button[type=submit]{background:#6a11cb;border:none;border-radius:25px;color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;padding:.6rem 1.5rem;transition:background .3s ease,transform .2s ease}.reply-box button[type=submit]:hover{background:#ffde59;color:#000;transform:translateY(-2px)}.reply{background:#f7f7fb;border-left:3px solid #6a11cb;border-radius:6px;color:#444;font-size:.95rem;margin-top:1rem;padding:1rem 1.2rem}.reply .reply{background:#f0f0f5;border-left:3px solid #999;margin-left:1.5rem}.reply strong{color:#6a11cb}.reply p{margin:.3rem 0}.checkbox-container{align-items:center;display:flex;gap:.5rem;margin-bottom:1rem}@media (max-width:1024px){.blog-section{padding:4rem 1.5rem}.blog-title{font-size:2.4rem}.blog-subtitle{font-size:1.1rem;margin-bottom:2rem}.blog-card{margin:0 auto;max-width:500px;width:100%}.blog-card img{height:250px;object-fit:cover}.blog-detail{max-width:90%}.blog-detail-content p{font-size:1rem}}@media (max-width:768px){.blog-section{padding:3rem 1rem}.blog-title{font-size:2rem}.blog-subtitle{font-size:1rem}.blog-grid{gap:1.5rem;grid-template-columns:1fr}.blog-card{width:100%}.blog-card img{height:220px}.blog-card-content h3{font-size:1.1rem}.blog-card-content p{font-size:.9rem}.comment-form input,.comment-form textarea{font-size:.95rem}.reply-box{padding:1rem}.reply-box textarea{min-height:80px}.reply-box button[type=submit]{text-align:center;width:100%}}@media (max-width:480px){.blog-section{padding:2.5rem 1rem}.blog-title{font-size:1.8rem}.blog-subtitle{font-size:.95rem}.blog-card{box-shadow:0 2px 8px #0000001a}.blog-card img{height:180px}.blog-card-content h3{font-size:1rem}.blog-card-content p{font-size:.85rem}.blog-detail-content p{font-size:.95rem}.comment-form button{text-align:center;width:100%}.reply-box h4{font-size:1rem}.reply{font-size:.9rem;padding:.8rem}}.terms-section{background:#f9f9f9;padding:40px 20px}.terms-container{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;margin:0 auto;max-width:900px;padding:30px}.terms-title{color:#333;font-size:2rem;margin-bottom:30px;text-align:center}.terms-content{display:flex;flex-direction:column;gap:20px}@media (max-width:1024px){.terms-section{padding:30px 15px}.terms-container{max-width:700px;padding:25px}.terms-title{font-size:1.75rem;margin-bottom:25px}.terms-content{font-size:.95rem;gap:16px}}@media (max-width:480px){.terms-section{padding:20px 10px}.terms-container{border-radius:8px;max-width:100%;padding:20px 15px}.terms-title{font-size:1.5rem;margin-bottom:20px}.terms-content{font-size:.9rem;gap:12px}}.login-container{align-items:center;background:linear-gradient(135deg,#1e1e2f,#2c2c3f);display:flex;font-family:Inter,sans-serif;justify-content:center;min-height:70vh;padding:1rem}.login-box{background-color:#fff;border-radius:12px;box-shadow:0 8px 20px #00000040;max-width:420px;padding:2rem;text-align:center;width:100%}.login-header .login-title{color:#222;font-size:1.8rem;font-weight:700;margin-bottom:.5rem}.login-header .login-subtitle{color:#555;font-size:1rem;margin-bottom:2rem}.login-button{align-items:center;background-color:#4285f4;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;padding:.75rem 6rem;transition:background .3s,transform .2s}.login-button:hover{background-color:#357ae8;transform:translateY(-2px)}.login-button:disabled{background-color:#a0c0f8;cursor:not-allowed}.login-google-icon,.login-spinner{height:20px;width:20px}.login-spinner{animation:spin 1s linear infinite}.login-spinner-circle{stroke:#fff;stroke-dasharray:150;stroke-dashoffset:0}.login-spinner-path{fill:#fff}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.login-error{color:#d9534f}.login-error,.login-success{font-weight:500;margin-top:1rem}.login-success{color:#28a745}.login-footer{margin-top:2rem}.login-footer-text{align-items:center;color:#777;display:flex;font-size:.875rem;gap:.5rem;justify-content:center}.login-footer-icon{stroke:#777;height:18px;width:18px}@media (max-width:768px){.login-container{min-height:100vh;padding:2rem 1.5rem}.login-box{max-width:360px;padding:1.5rem}.login-header .login-title{font-size:1.5rem}.login-header .login-subtitle{font-size:.9rem;margin-bottom:1.5rem}.login-button{font-size:.95rem;padding:.65rem 4rem}.login-footer-text{font-size:.8rem}.login-footer-icon{height:16px;width:16px}.login-spinner{height:18px;width:18px}}@media (max-width:480px){.login-container{min-height:100vh;padding:2rem 1rem}.login-box{max-width:280px;padding:1rem}.login-header .login-title{font-size:1.3rem}.login-header .login-subtitle{font-size:.85rem;margin-bottom:1rem}.login-button{font-size:.9rem;padding:.6rem 3rem}.login-footer-text{font-size:.75rem}.login-footer-icon{height:14px;width:14px}.login-spinner{height:16px;width:16px}}.dashboard-container{background-color:#f7f3e9;font-family:Inter,sans-serif;min-height:100vh;padding:2rem}.dashboard-container h1{color:#333;font-size:2.5rem;font-weight:700;margin-bottom:2rem;text-align:center}.dashboard-table{background-color:#fff;border-collapse:collapse;border-radius:12px;box-shadow:0 8px 20px #0000001a;overflow:hidden;width:100%}.dashboard-table thead{background-color:#f0f0f0}.dashboard-table th{border-bottom:1px solid #e2e2e2;color:#555;font-weight:600;padding:.75rem 1rem;text-align:left}.dashboard-table td{border-bottom:1px solid #e2e2e2;color:#333;padding:.5rem 1rem}.dashboard-table tbody tr:hover{background-color:#fef9f3}.dashboard-table input[type=email],.dashboard-table input[type=text]{border:1px solid #ccc;border-radius:6px;font-size:.95rem;padding:.35rem .5rem;transition:border .2s,box-shadow .2s;width:100%}.dashboard-table input[type=email]:focus,.dashboard-table input[type=text]:focus{border-color:#7f5af0;box-shadow:0 0 0 2px #7f5af033;outline:none}.dashboard-table button{background-color:#7f5af0;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;padding:.4rem .8rem;transition:background .2s,transform .1s}.dashboard-table button:hover{background-color:#6931f9;transform:translateY(-1px)}.dashboard-empty{color:#888;font-size:1rem;margin-top:2rem;text-align:center}@media (max-width:1024px){.dashboard-container{padding:1.5rem}.dashboard-container h1{font-size:2.2rem}.dashboard-table td,.dashboard-table th{font-size:.95rem;padding:.6rem .8rem}}@media (max-width:768px){.dashboard-container{padding:1rem}.dashboard-container h1{font-size:1.8rem;margin-bottom:1.5rem}.dashboard-table{border-radius:8px;display:block;overflow-x:auto}.dashboard-table td,.dashboard-table th{font-size:.9rem;padding:.5rem .6rem}.dashboard-table button{font-size:.9rem;padding:.4rem .6rem}}@media (max-width:480px){.dashboard-container h1{font-size:1.6rem}.dashboard-table td,.dashboard-table th{font-size:.85rem;padding:.4rem .5rem}.dashboard-table button{font-size:.85rem;padding:.5rem;width:100%}.dashboard-empty{font-size:.9rem}}body{font-family:Arial,sans-serif;margin:0}@media (max-width:1024px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.hero-content{flex-direction:column}.hero-content,.hero-text{text-align:center}.hero-img{height:280px;width:280px}}
/*# sourceMappingURL=main.bd0a8550.css.map*/