*{margin:0;padding:0;box-sizing:border-box}a{text-decoration:none;color:inherit}ul,ol{list-style:none}h1,h2,h3{font-family:Poppins,sans-serif;font-optical-sizing:auto}a,p,strong,li{font-family:Montserrat,sans-serif;font-optical-sizing:auto;font-style:normal}body{font-family:system-ui,sans-serif;line-height:1.5}input,button,textarea,select{font:inherit;border:none;background:none;outline:none}button{cursor:pointer}.header{position:sticky;top:0;background:#fff;z-index:300}.navbar{display:flex;justify-content:space-between;align-items:center;padding:20px 30px}body.no-scroll{overflow:hidden}.logo img{width:80px;cursor:pointer}.menu-icon img,.right-icons img{width:25px;height:25px;cursor:pointer}.left{position:relative}.menu{position:absolute;height:100vh;background:#fff;top:0;left:0;padding:20px;width:500px;transform:translate(-105%);transition:transform .3s ease}.menu.active{transform:translate(0)}@media (max-width: 768px){.menu{width:100%}}.close-icon{display:block;height:50px}.close-icon img{position:absolute;right:20px;cursor:pointer;width:20px}.menu ul{display:flex;justify-content:center;align-items:start;flex-direction:column;gap:1rem;margin-left:15px}.menu li{font-weight:600}.right{display:flex;justify-content:center;align-items:center;gap:1rem}.login{position:fixed;right:0;top:0;background:#fff;width:300px;max-width:100%;height:40vh;transform:translateY(-105%);transition:all .3s ease;z-index:1000;flex-direction:column;padding:1rem;box-sizing:border-box;box-shadow:-2px 0 8px #0000001a;overflow:hidden;opacity:0;display:flex;justify-content:center}.login.active{transform:translateY(0);opacity:1}.close-login-icon{position:absolute;top:1rem;left:1rem;cursor:pointer;width:24px;height:24px;z-index:1100}.close-login-icon img{width:100%;height:100%;object-fit:contain;cursor:pointer}.login article>div{padding:1rem;flex:1;overflow-y:auto}.login-menu-content{padding:1rem 0}.login-menu-content p{text-align:center}.login-menu-content a{display:block;margin:.5rem 0;text-decoration:none;text-align:center;color:#333;font-weight:600;transition:color .2s ease}.user-menu{list-style:none;padding-left:0;margin-top:1rem}.user-menu li{text-align:center;margin-bottom:.75rem;font-weight:600}.logout-button{background:none;border:none;cursor:pointer;padding:0;font-size:1rem;color:#000;font-weight:700;transition:color .2s ease}.logout-button:hover{text-decoration:underline}.user-photo-wrapper{margin:0 auto;width:50px;height:50px;margin-bottom:1rem;border-radius:50%;border:1px solid #333;overflow:hidden}.user-photo{width:100%;height:100%;object-fit:cover;display:block}@media (max-width: 1024px){.login{width:100%;padding:2rem 1.5rem}}@media (max-width: 600px){.close-login-icon{top:1.5rem;left:1.5rem;width:28px;height:28px}}.search-container{display:flex;justify-content:start;align-items:center;flex-direction:column;gap:1rem}.search{position:absolute;left:0;top:0;background:#fff;width:100%;height:400px;transform:translateY(-100%);transition:transform .3s ease;z-index:0;display:flex;justify-content:center;align-items:center}.search.active{transform:translateY(0)}.close-search img{position:absolute;width:30px;right:30px;top:30px;cursor:pointer}.logo-search{position:absolute;top:30px;display:flex;justify-content:center}.logo-search img{width:100px}.content-search{display:flex;align-items:center;justify-content:center}.input-wrapper{display:flex}.input-wrapper input{font-size:28px;font-weight:600;width:600px;border-bottom:1px solid #333;color:#4e4e4e}.content-search img{width:30px}@media (max-width: 768px){.input-wrapper input{margin:0 15px;width:100%}}.container-preheader{background:#000;overflow:hidden}.preheader{color:#fff;display:flex;justify-content:space-between;align-items:center;width:100%;animation:leftToRight 30s infinite linear}.content-preheader{padding:5px}.content-text img{filter:invert(1);width:20px}.content-text{display:flex;justify-content:center;align-items:center;gap:.5rem;width:250px}.content-text p{font-weight:600;font-size:10px}@keyframes leftToRight{0%{transform:translate(100%)}to{transform:translate(-100%)}}.product-card{display:flex;justify-content:center;flex-direction:column;gap:.5rem;border-radius:12px;max-width:400px;text-align:start;background-color:#fff;overflow:hidden}.buy-product img{max-width:25px;aspect-ratio:1 / 1;object-fit:contain}.product-main-image{max-width:100%;max-height:500px;object-fit:cover;cursor:pointer}.product-name h3{font-size:16px;cursor:pointer;font-weight:600}.product-name p{font-size:14px;font-weight:600;color:#868686}.price{cursor:pointer}.price figcaption{font-weight:500}.price p:last-child{padding:5px 0;font-size:14px;font-weight:500;color:#ff4b4b}.buy-product{cursor:pointer;display:flex;align-items:center;justify-content:space-between}.image-placeholder{width:100%;height:200px;background-color:#f0f0f0;display:flex;align-items:center;justify-content:center;color:#666;border-radius:8px}.color-selector{margin:.5rem;display:flex;justify-content:start;gap:10px}.color-dot{width:22px;height:22px;border-radius:50%;border:2px solid #ccc;cursor:pointer;transition:transform .2s ease}.color-dot:hover{transform:scale(1.05)}.color-dot.active{border:1px solid #333;box-shadow:0 0 0 1px #333}.thumbnail-gallery{display:flex;justify-content:center;gap:6px;margin-top:.5rem;flex-wrap:wrap}.thumbnail{width:50px;height:50px;object-fit:cover;cursor:pointer;opacity:.7;border:2px solid transparent;transition:all .2s ease-in-out}.thumbnail:hover{opacity:1}.thumbnail.selected{opacity:1;border-color:#333}.product-main-image{max-width:100%;max-height:500px;object-fit:cover}@media (max-width: 480px){.product-name h3,.buy-product{font-size:14px}.price p:last-child{padding:5px 0;font-size:12px}}@media (max-width: 380px){.product-name h3,.product-name p{font-size:12px}}.banner-image img{width:100%;aspect-ratio:381 / 140;cursor:pointer}.banner{position:relative}.home-icons{display:flex;justify-content:center;align-items:center;gap:5rem;height:200px}.icon{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1rem}.icon p{font-weight:600;color:#666;max-width:200px;text-align:center}.icon img{width:50px;filter:invert(.4)}.home-categories{display:grid;grid-template-columns:1fr 1fr;max-width:1600px;gap:3rem;margin:0 auto;padding:0 20px}.category{height:100%;overflow:hidden}.category-image{background:#000;position:relative}.category-image P{position:absolute;color:#fff;text-align:center;font-size:32px;font-weight:500;inset:50% 0;opacity:.5;z-index:999}.category-image img{opacity:.5;cursor:pointer;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.category-image:hover img{transform:scale(1.1)}.home-products{max-width:1600px;text-align:center;padding:40px 0;margin:0 auto}.home-products h2{margin:16px 0}.home-container-products{display:grid;gap:1rem;margin:0 14px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}@media (max-width: 550px){.home-container-products{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));margin:0 10px}.home-icons{flex-direction:column;height:fit-content;gap:1rem;margin:20px 0}.icon img{width:30px}.icon p{font-size:14px}.home-categories{padding:0 10px;gap:.5rem}.category-image p{font-size:20px}}.product-banner img{width:100%;max-height:350px;object-fit:cover;padding:0 50px}.product-aside{text-align:center;margin:20px 0}.product-aside p{color:#747474}.controls-top{max-width:1600px;margin:0 auto 30px;padding:0 20px;display:flex;justify-content:space-between}.filter-button{display:flex;justify-content:center;align-items:center;gap:.5rem}.filter-button,.order-button-main{background:none;border:none;padding:10px 18px;font-size:16px;border-radius:6px;cursor:pointer;font-weight:600;transition:background-color .3s ease}.filters-fullscreen{position:fixed;top:0;left:0;width:400px;height:100vh;background:#fff;box-shadow:2px 0 8px #00000026;padding:30px 25px 25px;box-sizing:border-box;overflow-y:auto;transform:translate(-100%);opacity:0;transition:transform .3s ease,opacity .3s ease;z-index:1200}.filters-fullscreen.active{display:flex;flex-direction:column;transform:translate(0);opacity:1}.order-fullscreen{position:fixed;top:0;right:0;width:400px;height:100vh;background:#fff;box-shadow:-2px 0 8px #00000026;padding:30px 25px 25px;box-sizing:border-box;overflow-y:auto;transform:translate(100%);opacity:0;transition:transform .3s ease,opacity .3s ease;z-index:1200}.order-fullscreen.active{display:flex;flex-direction:column;transform:translate(0);opacity:1}.close-panel{position:absolute;top:18px;right:18px;font-size:28px;cursor:pointer;color:#333;font-weight:700;line-height:1}.filters-fullscreen h3,.order-fullscreen h3{margin-bottom:20px;font-weight:600;font-size:22px;border-bottom:1px solid #afafaf;padding-bottom:8px}.filter-dropdown{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;-webkit-user-select:none;user-select:none;transition:background-color .3s ease}.filters-fullscreen div{cursor:pointer}.price-filter{cursor:default}.filter-dropdown p{margin:0;font-weight:600;font-size:16px}.filter-dropdown img{transition:transform .3s ease}.filter-dropdown.active img{transform:rotate(180deg)}.filter-group.active .dropdown-content{max-height:1000px;opacity:1}.filter-label{display:flex;align-items:center;margin-bottom:8px;font-weight:500;font-size:15px;cursor:pointer;-webkit-user-select:none;user-select:none;position:relative}.filter-label input[type=checkbox],.filter-label input[type=radio]{margin-right:12px;width:18px;height:18px;cursor:pointer;position:relative;appearance:none;-webkit-appearance:none;-moz-appearance:none;border:1px solid black;border-radius:50%;background-color:#fff;transition:background-color .3s,border-color .3s}.filter-label input[type=checkbox]:checked:after,.filter-label input[type=radio]:checked:after{content:"";position:absolute;top:1px;left:5px;width:4px;height:10px;border:solid rgb(10,10,10);border-width:0 2px 2px 0;transform:rotate(45deg);transition:all .3s ease}.color-label .color-swatch{display:inline-block;width:18px;height:18px;border-radius:50%;margin-right:10px;border:1px solid #ccc;vertical-align:middle}.checkbox-color:checked+.color-swatch{border-color:transparent;position:relative;border:1px solid #2c2c2c}.checkbox-color:checked+.color-swatch:before{content:"";position:absolute;top:1px;left:5px;width:4px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg);filter:drop-shadow(0 0 1px black)}.checkbox-color:checked+.color-swatch:after{content:"";position:absolute;top:0;left:0;width:18px;height:18px;background-color:#0000004d;border-radius:50%;z-index:-1}.price-filter input[type=number]{width:100%;padding:8px 10px;font-size:15px;border:1px solid #ccc;border-radius:6px;box-sizing:border-box}.clear-filters-btn{display:block;padding:8px 16px;background:#dc3545;border:none;color:#fff;font-weight:600;font-size:12px;cursor:pointer;transition:background-color .3s ease;margin-top:15px;align-self:start}.clear-filters-btn:hover{background:#a71d2a}.order-options-fullscreen{display:flex;flex-direction:column;gap:12px}.order-button{background:#eee;border:none;padding:12px 15px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .3s ease;text-align:left}.order-button.active{background:none;border:2px solid #333}.product-list{max-width:1600px;margin:0 auto 40px;padding:0 20px;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}.overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0006;z-index:1100}.checkbox-color{display:none}.filter-count{font-size:14px;font-weight:500;color:#666;margin-left:4px;display:flex;justify-content:center;align-items:center;gap:.5rem}.clear-single-filter{background:gray;color:#fff;padding:2px 8px;font-size:10px;font-weight:400}.filter-title-content{display:flex;justify-content:center;align-items:center}@media (max-width: 800px){.filters-fullscreen,.order-fullscreen{width:100vw}.controls-top{flex-direction:column;gap:15px}}@media (max-width: 550px){.product-list{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.product-banner{display:none}}.vault-about{max-width:960px;margin:0 auto;padding:48px 24px;background:var(--bg);color:var(--text)}.vault-header{margin-bottom:28px;text-align:left}.vault-title{font-size:2.25rem;line-height:1.05;margin:0 0 6px;font-weight:800}.vault-sub{margin:0;font-size:.995rem}.vault-card{padding:22px;margin-bottom:18px}.vault-card__title{font-size:1.25rem;margin:0 0 8px}.vault-card__text{margin:0 0 10px;color:#374151;line-height:1.6}.vault-list{margin:0;color:#374151;line-height:1.6}.vault-footer{text-align:center;margin-top:8px}.vault-footer__text{margin-bottom:12px}.vault-cta{font-weight:600}.vault-btn{display:inline-block;padding:10px 18px;text-decoration:none;font-weight:600}@media (min-width: 768px){.vault-about{padding:56px 32px}.vault-card{padding:28px}}.admin-container{max-width:600px;margin:40px auto;padding:30px;background-color:#fff;border-radius:12px;box-shadow:0 4px 10px #0000001a;font-family:Segoe UI,sans-serif}.admin-form{display:flex;flex-direction:column;gap:16px}.admin-form h2{text-align:center;color:#333;margin-bottom:10px}.admin-input,.admin-textarea,.admin-file,.admin-button,select{width:100%;padding:12px;border:1px solid #ccc;border-radius:8px;font-size:15px;transition:border-color .3s;box-sizing:border-box}.admin-input:focus,.admin-textarea:focus,select:focus{border-color:#007bff;outline:none}.admin-textarea{resize:vertical;min-height:100px}.admin-button{background-color:#007bff;color:#fff;border:none;font-weight:700;cursor:pointer;transition:background-color .3s}.admin-button:hover{background-color:#0056b3}.admin-button:disabled{background-color:#a0a0a0;cursor:not-allowed}.image-preview{width:100%;max-height:250px;object-fit:contain;border-radius:8px;margin-top:10px;border:1px solid #ccc}.admin-form hr{border:none;height:1px;background-color:#e0e0e0;margin:10px 0}.thumbnail-preview{display:flex;flex-wrap:wrap;gap:10px}.thumbnail-preview img{width:70px;height:70px;object-fit:cover;border-radius:6px;border:1px solid #ccc}.preview-row{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:1rem;width:100%}.preview-row img{max-width:100px;height:auto}.add-color-btn,.submit-btn-admin{border:1px solid #333;padding:10px;width:250px;align-self:center;border-radius:5px}.product-grid-admin{display:grid;align-items:center;justify-content:center;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));max-width:1200px;margin:0 auto}.product-item-admin{width:200px;margin:0 auto}.loader-container{height:100vh;display:flex;justify-content:center;align-items:center}.sk-chase{width:40px;height:40px;position:relative;animation:sk-chase 2.5s infinite linear both}.sk-chase-dot{width:100%;height:100%;position:absolute;left:0;top:0;animation:sk-chase-dot 2s infinite ease-in-out both}.sk-chase-dot:before{content:"";display:block;width:25%;height:25%;background-color:#000;border-radius:100%;animation:sk-chase-dot-before 2s infinite ease-in-out both}.sk-chase-dot:nth-child(1){animation-delay:-1.1s}.sk-chase-dot:nth-child(2){animation-delay:-1s}.sk-chase-dot:nth-child(3){animation-delay:-.9s}.sk-chase-dot:nth-child(4){animation-delay:-.8s}.sk-chase-dot:nth-child(5){animation-delay:-.7s}.sk-chase-dot:nth-child(6){animation-delay:-.6s}.sk-chase-dot:nth-child(1):before{animation-delay:-1.1s}.sk-chase-dot:nth-child(2):before{animation-delay:-1s}.sk-chase-dot:nth-child(3):before{animation-delay:-.9s}.sk-chase-dot:nth-child(4):before{animation-delay:-.8s}.sk-chase-dot:nth-child(5):before{animation-delay:-.7s}.sk-chase-dot:nth-child(6):before{animation-delay:-.6s}@keyframes sk-chase{to{transform:rotate(360deg)}}@keyframes sk-chase-dot{80%,to{transform:rotate(360deg)}}@keyframes sk-chase-dot-before{50%{transform:scale(.4)}to,0%{transform:scale(1)}}.product-detail-container{display:grid;grid-template-columns:1fr 500px;gap:30px;padding:20px;margin:0 auto}@media (max-width: 1024px){.product-detail-container{grid-template-columns:1fr;gap:20px}}.product-images{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;justify-content:center}.images-loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10}.product-images{position:relative}@media (max-width: 1024px){.product-images{max-width:600px;margin:0 auto;display:flex;overflow-x:auto;gap:10px;scroll-snap-type:x mandatory}.product-image-wrapper{flex:0 0 80%;scroll-snap-align:start;min-height:20px}}@media (min-width: 1024px){.product-image-wrapper{min-height:450px}}@media (max-width: 678px){.product-images{flex-direction:column}}.product-image-wrapper{width:100%;aspect-ratio:1 / 1;overflow:hidden;position:relative;background:#f8f8f8}.product-image-wrapper.zoomable{touch-action:none}.product-image-wrapper img.product-color-image{width:100%;height:100%;object-fit:cover;display:block;-webkit-user-select:none;user-select:none;transition:transform .14s linear}.thumbnails-container{display:none;justify-content:center;margin-top:10px;gap:10px}@media (max-width: 1024px){.thumbnails-container{display:flex;flex-direction:column}}@media (max-width: 678px){.thumbnails-container{flex-direction:row;min-height:100px;overflow:auto}}.thumbnail{width:60px;height:60px;object-fit:cover;border-radius:4px;cursor:pointer;border:2px solid transparent;transition:border-color .3s ease}.thumbnail.active{border-color:#007bff}.product-images::-webkit-scrollbar{display:none}.product-images{-ms-overflow-style:none;scrollbar-width:none}.product-color-image{width:100%;height:100%;object-fit:cover;cursor:zoom-in}.product-details{position:relative}.product-info h1{font-size:24px;margin-top:0}.product-price{font-size:1.3rem;margin:15px 0}.original{text-decoration:line-through;color:#999;font-size:18px;font-weight:500;margin-right:10px}.discounted{font-size:24px;color:red;font-weight:500}.product-installments{margin-bottom:20px}.color-selector-product{margin:20px 0;display:flex;gap:15px}.color-selector-product button{width:40px;height:40px;border-radius:50%;border:1px solid #ccc;cursor:pointer;transition:border-color .3s ease}.color-selector-product button:hover{border-color:#666}.color-selector-product button[aria-pressed=true],.color-selector-product button:focus{border-color:#000;outline:none}.price-no-discount{display:flex;flex-direction:column;justify-content:center;align-items:start;gap:.5rem}.price-no-discount p:first-child{font-size:24px;font-weight:500}.price-no-discount p:last-child{font-size:16px;color:#ff4b4b;font-weight:500}.product-installments{font-size:14px;color:#858585;font-weight:500}.product-description-section h3{font-weight:500}.envio-info-icon{display:flex;align-items:center;gap:.5rem;margin-bottom:14px}.envio-info-icon p{font-size:14px;color:#333}.product-description{text-align:start;margin-top:14px}.size-guide-modal{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000c;display:flex;justify-content:center;align-items:center}.size-guide-content{position:relative;background-color:#fff;padding:20px;margin-top:50px;border-radius:8px;box-shadow:0 0 15px #00000080;display:flex;flex-direction:column;align-items:center}.size-guide-content img{width:100%;max-width:800px;max-height:65vh;object-fit:contain;border-radius:4px}.close-guide{position:absolute;top:10px;right:10px;background:transparent;border:none;font-size:1.5rem;cursor:pointer;color:#333;font-weight:700}.size-guide{margin-top:14px;display:flex;justify-content:start;align-items:center;gap:.5rem;width:fit-content;cursor:pointer}.info-dropdowns{max-width:500px;margin:20px auto}.dropdown{border-radius:5px;overflow:hidden}.info-dropdown{font-weight:500;cursor:pointer;display:flex;justify-content:space-between;align-items:center;padding:12px 16px;-webkit-user-select:none;user-select:none;transition:background-color .3s ease}.info-dropdown.active{background-color:#ddd;transition:transform .5s ease}.info-dropdown img{transition:transform .5s ease;transform:rotate(0)}.info-dropdown.active img{transform:rotate(180deg)}.dropdown-content{padding:0 16px;background-color:#fff;font-size:14px;color:#333;line-height:1.4;max-height:0;overflow:hidden;transition:max-height .3s ease}.dropdown-content p{padding:10px}.social-media p{font-weight:500}.social-icons-container{display:flex;gap:1rem;margin:14px 0;filter:invert(.2)}.related-products{max-width:1400px;margin:0 auto}.related-products h2{text-align:start;padding:40px 0;margin-left:20px}.related-products-grid{display:grid;justify-content:center;align-items:center;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.article-about-detail{text-align:center;padding:30px 0}.article-about-detail a{text-decoration:underline;font-size:18px;color:#858585;transition:color .3s ease-in}.article-about-detail a:hover{color:#000}.buy-product-info{background:#dbdbdb;border-radius:5px;padding:15px;max-width:400px;border-left:5px solid #ff4b4b}.buy-product-info p{font-size:12px;font-weight:600;color:#333}.buy-product-detail{cursor:default}.buy-whatsapp-button{width:fit-content;margin:15px 0;font-size:14px;text-decoration:underline;color:#002d3f;font-weight:500}@media (max-width: 1024px){.product-info{max-width:800px;margin:0 auto}.product-detail-container{margin-left:1rem}.product-description{font-size:14px}.related-products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));margin:14px}.social-media{text-align:center}.social-icons-container{justify-content:center}}@media (max-width: 550px){.related-products-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}@media (max-width: 350px){.product-images{max-width:200px}}.payment-methods-page{padding:20px;max-width:900px;margin:0 auto;font-family:Arial,sans-serif;line-height:1.6;color:#333}.payment-methods-page h1{font-size:26px;font-weight:700;margin-bottom:20px;color:#111}.payment-methods-page h2{font-size:16px;letter-spacing:1px;font-weight:700;margin-top:25px;margin-bottom:10px;color:#222;border-bottom:2px solid #eee;padding-bottom:5px}.payment-methods-page p,.payment-methods-page li{font-size:14px;font-weight:500;margin-bottom:12px}.payment-methods-page strong{color:#000}.payment-methods-page div{margin-top:30px}.payment-methods-page .final-note{margin-top:30px;padding:15px;background:#e4e4e4;border-left:4px solid #292929;border-radius:4px}.shipping-methods-page{padding:20px;max-width:900px;margin:0 auto;font-family:Arial,sans-serif;line-height:1.6;color:#333}.shipping-methods-page h1{font-size:26px;font-weight:700;margin-bottom:20px;color:#111}.shipping-methods-page h2{font-size:16px;letter-spacing:1px;font-weight:700;margin-top:25px;margin-bottom:10px;color:#222;border-bottom:2px solid #eee;padding-bottom:5px}.shipping-methods-page p,.shipping-methods-page li{font-size:14px;font-weight:500;margin-bottom:12px}.shipping-methods-page strong{color:#000}.shipping-methods-page div{margin-top:30px}.shipping-methods-page .final-note{margin-top:30px;padding:15px;background:#e4e4e4;border-left:4px solid #292929;border-radius:4px}.product-care-page{padding:20px;max-width:900px;margin:0 auto;font-family:Arial,sans-serif;line-height:1.6;color:#333}.product-care-page h1{font-size:26px;font-weight:700;margin-bottom:20px;color:#111}.product-care-page h2{font-size:16px;letter-spacing:1px;font-weight:700;margin-top:25px;margin-bottom:10px;color:#222;border-bottom:2px solid #eee;padding-bottom:5px}.product-care-page p,.product-care-page li{font-size:14px;font-weight:500;margin-bottom:12px}.product-care-page strong{color:#000}.product-care-page div{margin-top:30px}.product-care-page .final-note{margin-top:30px;padding:15px;background:#e4e4e4;border-left:4px solid #292929;border-radius:4px}.policy-privacy-page{max-width:900px;margin:0 auto;padding:2rem;line-height:1.8;color:#222;-webkit-user-select:text;user-select:text}.policy-privacy-page h1{font-size:26px;margin-bottom:1.5rem;font-weight:700;color:#333}.policy-privacy-page ol>li{margin-bottom:2rem;font-size:18px}.policy-privacy-page ol ol>li{margin-bottom:1.5rem;font-weight:500;font-size:16px;color:#444}.policy-privacy-page p{margin:.7rem 0 .7rem 1rem;text-align:start;font-size:14px;color:#555}.terms-conditions-page{max-width:900px;margin:0 auto;padding:2rem;line-height:1.8;color:#222;-webkit-user-select:text;user-select:text}.terms-conditions-page h1{font-size:26px;margin-bottom:1.5rem;font-weight:700;color:#333}.terms-conditions-page ol>li{margin-bottom:2rem;font-size:18px}.terms-conditions-page ol ol>li{margin-bottom:1.5rem;font-weight:500;font-size:16px;color:#444}.terms-conditions-page p{margin:.7rem 0 .7rem 1rem;text-align:start;font-size:14px;color:#555}.faq-page{max-width:900px;margin:0 auto;padding:20px;font-family:Arial,sans-serif;color:#333}.faq-list{margin-top:20px}.faq-item{border-bottom:1px solid #ccc}.faq-question{width:100%;background:none;border:none;text-align:left;font-weight:700;font-size:16px;padding:15px 10px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;-webkit-user-select:none;user-select:none;transition:background-color .3s ease}.faq-question:hover,.faq-question:focus{background-color:#f0f0f0;outline:none}.arrow-icon{width:20px;height:20px;transition:transform .3s ease}.arrow-icon.rotated{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease;padding:0 10px;color:#555}.faq-answer p{font-size:14px;margin:15px 0;white-space:pre-line}.final-note{margin-top:40px;background-color:#f8f8f8;padding:15px 20px;border-radius:8px;font-style:italic;color:#555}.exchanges-page{padding:20px;max-width:900px;margin:0 auto;font-family:Arial,sans-serif;line-height:1.6;color:#333}.exchanges-page h1{font-size:26px;font-weight:700;margin-bottom:20px;color:#111}.exchanges-page h2{font-size:16px;letter-spacing:1px;font-weight:700;margin-top:25px;margin-bottom:10px;color:#222;border-bottom:2px solid #eee;padding-bottom:5px}.exchanges-page p{font-size:14px;font-weight:500;margin-bottom:12px}.exchanges-page strong{color:#000}.exchanges-page div{margin-top:30px}.exchanges-page .final-note{margin-top:30px;padding:15px;background:#e4e4e4;border-left:4px solid #292929;border-radius:4px}.contact-container{display:grid;grid-template-columns:repeat(2,1fr);max-width:1200px;min-height:700px;margin:0 auto;padding:40px 20px;color:#222;gap:1rem}.contact-title{text-align:center;font-weight:600;font-size:32px;margin-bottom:40px;grid-column:1 / -1}.contact-form{border:1px solid #ccc;border-radius:5px;padding:40px;display:flex;flex-direction:column}.contact-label{margin-bottom:6px;font-family:Poppins,sans-serif;font-weight:600;font-size:14px}.contact-input{padding:10px 14px;margin-bottom:20px;border-radius:6px;border:1px solid #ccc;font-size:16px;outline:none;transition:border-color .3s ease}.contact-input:focus{border-color:#000}.contact-textarea{height:100px;resize:none}.contact-button{display:inline-block;padding:12px 20px;color:#333;border:1px solid #333;border-radius:6px;font-weight:600;font-size:16px;cursor:pointer;text-align:center;text-decoration:none;transition:background-color .4s ease-out}.contact-button:hover{color:#ccc;background-color:#333}.contact-info{display:flex;flex-direction:column}.contact-info h2{margin-bottom:12px}.contact-item{min-height:50px;display:flex;justify-content:start;align-items:center;gap:1rem;font-size:16px}.contact-icon{display:flex;justify-content:center;align-items:center;border:1px solid #333;padding:7px;border-radius:50%}.contact-icon img{width:15px;height:15px}.contact-link{color:#007bff;text-decoration:none}.contact-link:hover{text-decoration:underline}.contact-map-container{margin-top:24px;border-radius:8px;overflow:hidden;box-shadow:0 0 15px #0000001a}@media (max-width: 950px){.contact-container{grid-template-columns:1fr;grid-template-rows:100px repeat(2,1fr);justify-content:center}.contact-form{width:100%;justify-self:center}.contact-title{grid-column:1 / 1}.contact-info h2,.contact-item{text-align:center}.contact-item{justify-content:center}.contact-item p{min-width:120px}}.search-page{max-width:1600px;margin:0 30px}.results-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-bottom:14px;gap:1rem}.no-results img{width:100px;height:100px;filter:invert(.1)}.no-results{display:flex;flex-direction:column;gap:1rem}.no-results h2{font-weight:500}.results-grid-trending{display:flex;justify-content:start;align-items:center;gap:1rem}.results-grid-trending div{padding:4px 34px;border:1px solid #858585;cursor:pointer;margin:30px 0;border-radius:30px;transition:background .3s ease}.results-grid-trending div:hover{background:#858585}.results-grid-trending p{font-weight:500}.search-page h1{padding:40px 0}.not-found-page{display:grid;grid-template-columns:repeat(2,1fr);justify-content:center;align-items:center;max-width:1000px;margin:50px auto}.not-found-content{display:flex;justify-content:center;align-items:center;flex-direction:column}.not-found-content h1{font-size:128px}.not-found-content h2{font-size:24px;text-align:center;font-weight:500}.not-found-content p{text-align:center;max-width:300px}.not-found-image img{width:100%;max-width:400px;min-width:200px}.not-found-actions{text-align:center;height:100px;grid-column:1 / -1}.not-found-actions a{color:#0000a3;text-decoration:underline}@media (max-width: 700px){.not-found-page{grid-template-columns:1fr;gap:1rem}.not-found-image{display:none}.not-found-actions{grid-column:2 / -2}}.aside-login-layout{display:flex;height:100vh;width:100%;background-color:#f5f5f5}.login-left-layout{flex:1;background:#000;background-image:url(/bg/cubes.png);background-repeat:repeat;background-position:top left;background-size:auto;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:start;padding:2rem}.login-left-layout p{margin-top:14px;max-width:600px;font-size:16px;text-align:start}.login-left-layout h1{font-size:28px}.login-left-layout img{filter:invert(1);max-width:250px}.login-right-layout{flex:1;display:flex;justify-content:center;align-items:center;padding:2rem;background-color:#fff}.auth-container{width:100%;max-width:400px;padding:2rem;border-radius:8px;background-color:#fff;display:flex;flex-direction:column;gap:1rem}.auth-container h2{margin-bottom:1rem;text-align:center;color:#1e293b}.auth-container form{display:flex;flex-direction:column;gap:1rem}.auth-container label{font-weight:600;color:#334155}.auth-container input[type=email],.auth-container input[type=password]{padding:.5rem .75rem;border:1px solid #cbd5e1;border-radius:4px;font-size:1rem;transition:border-color .2s ease}.auth-container input[type=email]:focus,.auth-container input[type=password]:focus{outline:none;border-color:#303030}.auth-container button{padding:.75rem;font-size:1rem;border:none;border-radius:4px;background-color:#1d1d1d;color:#fff;cursor:pointer;transition:background-color .2s ease}.auth-container button:disabled{background-color:#94a3b8;cursor:not-allowed}.auth-container button:hover:not(:disabled){background-color:#000}.error{color:#dc2626;font-weight:600;text-align:center}.message{color:#16a34a;font-weight:600;text-align:center}.google-btn{display:flex;align-items:center;justify-content:center;gap:1rem;background-color:#1d1d1d;border:1px solid #1d1d1d;padding:.75rem;border-radius:4px;font-size:16px;color:#fff;cursor:pointer;transition:background-color .2s ease}.google-btn:hover{background-color:#000}.google-btn img{filter:invert(1)}.google-btn:disabled{background-color:#94a3b8;cursor:not-allowed}.toggle-btn{background-color:transparent;color:#000;margin-top:.5rem;border:none;text-decoration:underline}@media (max-width: 1024px){.aside-login-layout{flex-direction:column}}.account-container{max-width:600px;min-height:100vh;margin:0 auto;padding:2.5rem 1.5rem;background-color:#fff;border-radius:8px;color:#000;display:flex;flex-direction:column;justify-content:flex-start;gap:2rem}.account-title{border-bottom:1px solid #000;padding-bottom:.5rem;margin-bottom:1.5rem;font-weight:600;font-size:2rem}.account-subtitle{border-bottom:1px solid #000;padding-bottom:.5rem;margin-bottom:1.5rem;font-weight:600;font-size:1.4rem}.account-info{margin:.75rem 0;font-size:1.1rem}.account-section,.update-name{margin-bottom:2.5rem;display:flex;flex-direction:column;gap:1rem}.update-name form{display:flex;align-items:center;gap:1rem}.update-name input[type=text]{padding:8px;border-bottom:1px solid #ccc}.update-name button{border:1px solid #333;width:fit-content;align-self:center;padding:8px 16px;border-radius:8px;transition:all .3s ease}.update-name button:hover{background:#333;color:#fff}.account-input{width:100%;padding:.75rem 1rem;margin-bottom:0;border:1px solid #000;border-radius:4px;background-color:#fff;color:#000;font-size:1.1rem;box-sizing:border-box;transition:border-color .3s ease}.account-input:focus{outline:none;border-color:#444}.account-button{background-color:#000;color:#fff;border:none;padding:.85rem 1.5rem;cursor:pointer;border-radius:4px;font-size:1.1rem;transition:background-color .3s ease;align-self:flex-start;margin-right:.5rem}.account-button:hover{background-color:#444}.account-button:disabled{background-color:#ccc;cursor:not-allowed;color:#666}.account-button.danger{background-color:#b00020}.account-button.danger:hover{background-color:#7a0014}.account-warning{color:#b00020;font-weight:600;margin-bottom:1rem;font-size:1.1rem}.account-error{color:#b00020;font-weight:600;margin-top:1.5rem;font-size:1.1rem}.account-success{color:#006400;font-weight:600;margin-top:1.5rem;font-size:1.1rem}.account-message{font-style:italic;margin-bottom:1rem;font-size:1.05rem}.visually-hidden{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap}.verify-content{height:50vh;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem}.verify-content p:last-child{color:orange;font-weight:600}.whatsapp-button{position:fixed;bottom:20px;right:20px;z-index:999;border-radius:50%;padding:12px;transition:transform .3s ease;animation:scaleIcon 3s ease-in infinite;animation-delay:3s}.whatsapp-button img{width:40px;height:40px}@keyframes scaleIcon{0%{transform:scale(1)}10%{transform:scale(1.2)}20%{transform:scale(1)}to{transform:scale(1)}}.footer-content{display:flex;align-items:start;justify-content:space-between;background:#f8f8f8;padding:50px}.footer-content h3{color:#000;padding:0 20px;font-weight:500;height:46px}.footer-content p,.footer-content a{padding:0 20px;color:#727272;font-weight:400;transition:color .3s ease}.footer-content a:hover{color:#333}.footer-logo img{height:40px}.footer-left{display:flex;flex-direction:column;gap:1rem}.footer-center,.footer-right{display:flex;justify-content:center;align-items:start;flex-direction:column;gap:1rem}.footer-description{display:flex;flex-direction:column;gap:1rem}.footer-icons{display:flex;justify-content:start;align-items:center;gap:1rem;margin:20px 0}.footer-icons img{width:30px;height:30px;filter:invert(.2);transition:filter .3s ease}.footer-icons img:hover{filter:invert(.35)}.footer-links{display:flex;justify-content:center;flex-direction:column;gap:1rem}.footer-bottom{padding:20px 50px;border-top:1px solid #ccc}.contact-icon-footer{display:flex;justify-content:center;align-items:center;border:1px solid #333;padding:7px;border-radius:50%}.contact-icon-footer img{width:20px;height:20px}@media (max-width: 768px){.footer-content{display:grid;grid-template-columns:repeat(2,1fr);justify-content:center;align-items:center;gap:1rem}.footer-left{grid-column:1 / -1;justify-self:center;gap:0}.footer-logo{align-self:center}.footer-description{text-align:center;font-size:14px}.footer-icons{align-self:center}.footer-center,.footer-right{height:100%;justify-content:start;align-items:center}.footer-links{text-align:center;font-size:14px}.footer-bottom{text-align:center}}.article-Icon-detail{background:#000;display:flex;justify-content:center;align-items:center;color:#fff;flex-wrap:wrap;padding:40px 0;gap:5rem}.icon-content-detail img{width:30px;height:30px;object-fit:contain;filter:invert(1)}.icon-content-detail{min-height:80px;display:flex;justify-content:center;align-items:center;gap:.5rem}.detail-icon{max-width:150px;display:flex;justify-content:center;align-items:start;flex-direction:column;text-align:start}.detail-icon h3,.detail-icon p{font-size:12px}.show-more-detail{font-size:10px;text-decoration:underline}@media (max-width: 720px){.article-Icon-detail{flex-direction:column;gap:1rem}}.breadcrumb{padding:0 30px;display:flex;align-items:center;font-size:.9rem;color:#6b7280;margin:14px 0}.breadcrumb-link{color:#6b7280;text-decoration:none;transition:color .2s ease}.breadcrumb-link:hover{color:#111827}.breadcrumb-item{display:flex;align-items:center}.breadcrumb-icon{width:16px;height:16px;color:#9ca3af;margin:0 4px}.breadcrumb-current{color:#111827}
