@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap";:root{--primary: #ff6b6b;--secondary: #4ecdc4;--accent: #ffe66d;--dark: #2c3e50;--light: #f7f9fc;--white: #ffffff;--gray: #6a6b6b;--border: #e0e0e0}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,sans-serif;background-color:var(--light);color:var(--dark);-webkit-font-smoothing:antialiased}ul{list-style:none}a{text-decoration:none;color:inherit}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:var(--white);box-shadow:0 2px 10px #0000000d;padding:1rem 0;position:sticky;top:0;z-index:100}.header-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.logo img{width:70px;height:70px}.search-bar{display:flex;flex:1;max-width:500px;margin:0 2rem;position:relative}.search-bar input{width:100%;padding:.8rem 1.2rem;border-radius:50px;border:2px solid var(--light);background:var(--light);font-family:inherit;transition:all .3s}.search-bar input:focus{border-color:var(--secondary);outline:none;background:var(--white)}.search-bar button{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;font-size:1.2rem}.cart-btn-wrapper{position:relative;text-decoration:none}.cart-badge{position:absolute;top:-5px;right:0;background:var(--primary);color:var(--white);font-size:.7rem;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700}.user-actions{display:flex;gap:1.5rem}.icon-btn{background:none;border:none;display:flex;flex-direction:column;align-items:center;gap:.2rem;cursor:pointer;font-size:.9rem;color:var(--dark)}.icon-btn:hover{color:var(--primary)}.main-nav ul{display:flex;justify-content:center;gap:2rem;border-top:1px solid var(--light);padding-top:1rem}.main-nav a{font-weight:600;font-size:.95rem;text-transform:uppercase;transition:color .2s}.main-nav a:hover{color:var(--primary)}.main-nav .highlight a{color:var(--primary);font-weight:700}.banner-section{padding:1rem 0}.banner-card{height:400px;border-radius:20px;background-size:cover;background-position:center;display:flex;align-items:center;padding:4rem;position:relative;overflow:hidden}.banner-card:before{content:"";position:absolute;inset:0}.banner-content{position:relative;max-width:400px;z-index:10}.banner-content h2{font-size:3rem;line-height:1.1;margin-bottom:1rem;color:var(--light)}.banner-content p{font-size:1.2rem;margin-bottom:2rem;color:var(--accent)}.cta-button{padding:1rem 2.5rem;background:var(--primary);color:var(--white);border:none;border-radius:50px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:transform .2s,box-shadow .2s}.cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 20px #ff6b6b4d}.category-section{padding:2rem 0}.section-title{text-align:center;font-size:1.8rem;margin-bottom:3rem;position:relative;display:inline-block;left:50%;transform:translate(-50%)}.section-title:after{content:"";position:absolute;bottom:-10px;left:0;width:100%;height:4px;background:var(--accent);border-radius:2px}.category-grid{display:flex;justify-content:space-around;gap:1rem;flex-wrap:wrap}.category-item{display:flex;flex-direction:column;align-items:center;gap:1rem;cursor:pointer;transition:transform .2s}.category-item:hover{transform:translateY(-5px)}.category-image{width:120px;height:120px;border-radius:50%;overflow:hidden;border:4px solid var(--white);box-shadow:0 5px 15px #0000001a}.category-image img{width:100%;height:100%;object-fit:cover}.category-item span{font-weight:600;color:var(--dark)}.product-section{padding:2rem 0 4rem}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.product-card{background:var(--white);border-radius:15px;overflow:hidden;transition:box-shadow .3s;border:1px solid var(--border);width:300px}.product-card:hover{box-shadow:0 10px 30px #00000014}.product-image{position:relative;height:250px;background:#f0f0f0}.product-image img{width:100%;height:100%;object-fit:cover}.discount-badge{position:absolute;top:10px;right:10px;background:var(--secondary);color:var(--white);padding:.3rem .8rem;border-radius:20px;font-weight:700;font-size:.8rem}.product-info{padding:1.5rem}.product-info h4{font-size:.95rem;font-weight:600;margin-bottom:.5rem;color:var(--dark)}.price-box{display:flex;align-items:flex-start;flex-direction:column;margin-bottom:1rem}.old-price{text-decoration:line-through;color:var(--gray);font-size:.8rem}.current-price{font-size:1.2rem;font-weight:700;color:var(--primary)}.add-cart-btn{width:100%;padding:.8rem;background:var(--white);border:1px solid var(--primary);color:var(--primary);border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;font-size:.9rem;font-family:Arial,Helvetica,sans-serif}.add-cart-btn:hover{background:var(--primary);color:var(--white)}.view-more-container{display:flex;margin-top:1.5rem;justify-content:center}.view-more-container .view-more-btn{background-color:var(--accent);color:var(--dark);padding:.9rem;border-radius:1rem;transition:1s ease}.view-more-container .view-more-btn:hover{opacity:.8}.products-page{display:flex;min-height:100vh;flex-direction:column;justify-content:space-between}.products-layout{display:grid;grid-template-columns:280px 1fr;gap:3rem;padding-top:2rem;padding-bottom:4rem;align-items:start;width:100%}.products-content{display:flex;flex-direction:column}.products-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.products-header h2{font-size:1.5rem;color:var(--dark)}.products-header span{color:var(--gray);font-weight:500}.filter-sidebar{background:var(--white);padding:2rem;border-radius:15px;box-shadow:0 5px 20px #0000000d;border:1px solid var(--border)}.filter-sidebar h3{font-size:1.2rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid var(--light);color:var(--dark)}.filter-group{margin-bottom:2rem;border-bottom:1px solid var(--light);padding-bottom:1.5rem}.filter-group:last-child{margin-bottom:0;border-bottom:none;padding-bottom:0}.filter-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;margin-bottom:1rem}.filter-header h4{font-size:1rem;margin-bottom:0;color:var(--dark);font-weight:600}.chevron{font-size:.8rem;color:var(--gray);transition:transform .3s}.chevron.expanded{transform:rotate(180deg)}.filter-content{animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.filter-group label{display:flex;align-items:center;gap:.8rem;margin-bottom:.8rem;cursor:pointer;font-size:.95rem;color:var(--gray);transition:color .2s}.filter-group label:hover{color:var(--primary)}.filter-group input[type=checkbox]{width:18px;height:18px;accent-color:var(--primary);cursor:pointer}.size-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}.size-option{display:flex;justify-content:center;align-items:center;height:40px;border:1px solid var(--border);border-radius:8px;font-size:.9rem;font-weight:600;color:var(--gray);cursor:pointer;transition:all .2s}.size-option:hover{border-color:var(--primary);color:var(--primary)}.size-option.selected{background:var(--primary);color:var(--white);border-color:var(--primary)}.footer{background:var(--dark);color:var(--white);padding:4rem 0 1rem}.footer-content{margin-bottom:3rem}.footer-col h4{font-size:1.2rem;margin-bottom:1.5rem;color:var(--accent)}.footer-col ul li{margin-bottom:.8rem}.footer-col ul li a{opacity:.8;transition:opacity .2s}.footer-col ul li a:hover{opacity:1}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);font-size:.9rem;opacity:.6}.product-details-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;padding:3rem 20px}.product-gallery{display:flex;flex-direction:column;gap:1rem}.main-image{width:100%;aspect-ratio:1;border-radius:10px;overflow:hidden;border:1px solid var(--border)}.main-image img{width:100%;height:100%;object-fit:cover}.thumbnail-list{display:flex;gap:1rem;overflow-x:auto}.thumbnail{width:80px;aspect-ratio:1;border-radius:8px;cursor:pointer;border:2px solid transparent;overflow:hidden}.thumbnail.active{border-color:var(--primary)}.thumbnail img{width:100%;height:100%;object-fit:cover}.product-info-details{display:flex;flex-direction:column}.breadcrumb{font-size:.9rem;color:var(--gray);margin-bottom:1rem}.product-title{font-size:2rem;margin-bottom:.5rem;line-height:1.2}.product-ref{font-size:.8rem;color:var(--gray);margin-bottom:1.5rem}.product-price-large{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}.current-price-large{font-size:2rem;font-weight:700;color:var(--primary)}.old-price-large{font-size:1.2rem;text-decoration:line-through;color:var(--gray)}.discount-tag{background:var(--accent);padding:.2rem .5rem;border-radius:4px;font-weight:600;font-size:.9rem}.installments{color:var(--dark);font-size:.95rem;margin-bottom:2rem}.selector-group{margin-bottom:2rem}.selector-group label{display:block;font-weight:600;margin-bottom:.8rem}.size-selector{display:flex;gap:.8rem;flex-wrap:wrap}.size-btn{width:45px;height:45px;border:1px solid var(--border);background:var(--white);border-radius:6px;font-weight:500;font-family:Arial,Helvetica,sans-serif;cursor:pointer;transition:all .2s}.size-btn:hover{border-color:var(--dark)}.size-btn.selected{background:var(--dark);color:var(--white);border-color:var(--dark)}.size-warning{color:#e74c3c;font-size:.8rem;margin-top:.5rem}.actions-row{display:flex;gap:1.5rem;margin-bottom:3rem;align-items:center}.quantity-selector{display:flex;align-items:center;border:1px solid var(--border);border-radius:6px;height:50px}.quantity-selector button{width:40px;height:100%;border:none;background:none;font-size:1.2rem;cursor:pointer;color:var(--gray)}.quantity-selector button:hover{color:var(--primary)}.quantity-selector span{width:40px;text-align:center;font-weight:600}.add-cart-large{flex:1;min-height:50px;background:var(--secondary);color:var(--white);border:none;border-radius:6px;font-weight:700;font-size:1.1rem;cursor:pointer;transition:all .2s}.add-cart-large:disabled{background:var(--gray);cursor:not-allowed;opacity:.7}.add-cart-large:hover:not(:disabled){filter:brightness(1.1);box-shadow:0 5px 15px #4ecdc466}.cart-page{background:#f5f5f5;min-height:100vh;display:flex;flex-direction:column}.cart-container{padding:2rem 20px;width:1200px;flex:1}.empty-cart{background:var(--white);border-radius:8px;padding:4rem;text-align:center;box-shadow:0 1px 3px #0000001a}.empty-cart p{font-size:1.2rem;color:var(--dark);font-weight:600;margin-bottom:2rem}.cart-content{display:grid;grid-template-columns:2.5fr 1fr;gap:2rem;align-items:start}.cart-items-list{background:var(--white);border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.cart-item{display:grid;grid-template-columns:80px 1fr auto;gap:1.5rem;padding:1.5rem 0;border-bottom:1px solid #eee}.cart-item:first-child{padding-top:0}.cart-item:last-child{border-bottom:none;padding-bottom:0}.cart-item-image{width:80px;height:80px;border-radius:4px;overflow:hidden;border:1px solid #eee}.cart-item-image img{width:100%;height:100%;object-fit:contain;background:#fff}.cart-item-info{display:flex;flex-direction:column;justify-content:flex-start}.cart-item-info h4{font-size:1rem;margin-bottom:.5rem;color:var(--dark);font-weight:600;line-height:1.3}.item-meta{color:#999;font-size:.85rem;margin-bottom:.5rem}.item-price{font-weight:600;color:var(--dark);font-size:1.3rem;margin-top:auto}.cart-item-actions{display:flex;flex-direction:column;align-items:flex-end;gap:1rem}.quantity-selector.small{height:32px;border-radius:4px;background:#fff}.quantity-selector.small button{width:30px;font-size:1.2rem;color:var(--secondary)}.quantity-selector.small span{width:30px;font-size:.9rem}.remove-btn{background:none;border:none;color:var(--primary);font-size:.85rem;cursor:pointer;text-decoration:none;font-weight:500}.remove-btn:hover{text-decoration:underline}.cart-summary{background:var(--white);border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;position:sticky;top:100px}.cart-summary h3{font-size:1.1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #eee;color:var(--dark)}.summary-row{display:flex;justify-content:space-between;margin-bottom:.8rem;color:#666;font-size:.95rem}.summary-row.total{margin-top:1.5rem;padding-top:1rem;border-top:1px solid #eee;color:var(--dark);font-weight:600;font-size:1.3rem;align-items:baseline}.checkout-btn{width:100%;padding:.9rem;background:var(--primary);color:var(--white);border:none;border-radius:6px;font-family:Arial,Helvetica,sans-serif;font-weight:600;font-size:1rem;margin-top:1.5rem;cursor:pointer;transition:1s ease}.checkout-btn:hover{opacity:.9}.continue-link{display:block;text-align:center;margin-top:1rem;font-size:.9rem;color:var(--primary);text-decoration:none;font-weight:500}@media(max-width:900px){.cart-content{grid-template-columns:1fr}.cart-summary{position:static;margin-top:2rem}.cart-item{grid-template-columns:70px 1fr;grid-template-rows:auto auto}.cart-item-image{grid-row:1 / 3}.cart-item-actions{grid-column:2;flex-direction:row;justify-content:space-between;align-items:center;margin-top:1rem}}.product-description-text h3{font-size:1.1rem;margin-bottom:1rem}.product-description-text p{line-height:1.6;color:var(--gray)}@media(max-width:900px){.product-details-layout{grid-template-columns:1fr;gap:2rem}.product-gallery{margin-bottom:1rem}}@media(max-width:600px){.product-details-layout{padding:1rem}.main-image{border-radius:0;margin:0 -20px;width:calc(100% + 40px);border-left:none;border-right:none}.actions-row{flex-direction:column;gap:1rem}.actions-row>*{width:100%}.quantity-selector{justify-content:center}.product-title{font-size:1.5rem}}@media(max-width:900px){.product-grid{grid-template-columns:repeat(2,1fr)}.products-layout{grid-template-columns:240px 1fr;gap:2rem}.main-nav{display:none}}@media(max-width:768px){.products-layout{grid-template-columns:1fr}.filter-sidebar{position:static;margin-bottom:2rem}.size-grid{grid-template-columns:repeat(6,1fr)}}@media(max-width:600px){.header-top{gap:1rem}.logo img{width:50px;height:50px}.search-bar{width:100%;margin:0}.cart-btn-wrapper span{font-size:13px}.main-nav ul{flex-wrap:wrap;gap:1rem}.category-image{width:100px;height:100px}.product-grid{grid-template-columns:1fr}.product-card{width:300px;margin:0 auto}.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}.size-grid{grid-template-columns:repeat(4,1fr)}.cart-container{width:auto}}
