.header{position:sticky;top:0;background:#fff;border-bottom:1px solid #e5e5e5;z-index:1000;font-family:Gafata,HelveticaNeue,Helvetica Neue,sans-serif}.header-top{display:flex;align-items:center;padding:1rem;max-width:1200px;margin:0 auto;justify-content:space-between}.header-left{display:flex;align-items:center;justify-content:flex-start}.header-center{display:flex;align-items:center;justify-content:center}.header-right{display:flex;align-items:center;justify-content:flex-end}.logo{font-size:1.5rem;font-weight:700;text-decoration:none;color:#333}.menu-toggle{display:flex;flex-direction:column;gap:3px;background:none;border:none;cursor:pointer;padding:.5rem}.menu-toggle span{width:20px;height:2px;background:#333;transition:all .3s ease}.search-toggle,.cart-icon{background:none;border:none;cursor:pointer;padding:.5rem;color:#333;text-decoration:none;display:flex;align-items:center}.cart-icon-container{position:relative;display:flex;align-items:center}.cart-badge{position:absolute;top:-8px;right:-8px;background:#ff6b35;color:#fff;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:600}.search-bar{padding:1rem;background:#f8f8f8;border-top:1px solid #e5e5e5;display:flex;gap:.5rem}.search-input{flex:1;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.search-button{padding:.75rem 1.5rem;background:#333;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:1rem}.nav-menu{position:fixed;top:0;right:-100%;width:100%;max-width:350px;height:100vh;background:#fff;padding:0;overflow-y:auto;transition:right .3s cubic-bezier(.4,0,.2,1);z-index:1000;box-shadow:-4px 0 20px #00000026;display:flex;flex-direction:column}.nav-menu.open{right:0}.nav-menu-header{display:flex;align-items:center;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #e5e5e5;background:#fff;position:sticky;top:0;z-index:2}.nav-menu-back{background:none;border:none;cursor:pointer;padding:.5rem;color:#666;margin-right:1rem;display:flex;align-items:center;transition:color .2s ease}.nav-menu-back:hover{color:#333}.nav-menu-title{font-size:1.25rem;font-weight:500;color:#333;margin:0}.nav-menu-content{flex:1;padding:0}.nav-section{margin:0;border-bottom:1px solid #f0f0f0}.nav-section:last-child{border-bottom:none}.nav-section-header{display:flex;justify-content:space-between;align-items:center;margin:0;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .2s ease;border:none;background:none;width:100%;text-align:left;color:#666;font-size:1rem;font-weight:400}.nav-section-header:hover{background-color:#f8f8f8}.nav-section-header span{color:#666}.nav-chevron{color:#999;transition:transform .2s ease}.nav-section-header:hover .nav-chevron{color:#666}.submenu{max-height:0;overflow:hidden;transition:max-height .3s cubic-bezier(.4,0,.2,1);background:#fafafa}.submenu.expanded{max-height:500px}.nav-section ul{list-style:none;padding:0;margin:0}.nav-section li{margin:0}.nav-section a{text-decoration:none;color:#666;font-size:1rem;padding:1rem 1.5rem 1rem 3rem;display:block;transition:all .2s ease;border-bottom:1px solid #f0f0f0;font-weight:400}.nav-section a:hover{color:#333;background:#f8f8f8}.nav-section a:last-child{border-bottom:none}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:999}.overlay.visible{opacity:1}@media (min-width: 768px){.header-top{padding:1.5rem}.logo{font-size:1.75rem}.nav-menu{width:60%;max-width:400px}}@media (min-width: 1024px){.nav-menu{width:50%;max-width:500px}}.footer{background:#f8f8f8;border-top:1px solid #e5e5e5;margin-top:3rem;font-family:Gafata,HelveticaNeue,Helvetica Neue,sans-serif}.footer-content{max-width:1200px;margin:0 auto;padding:2rem 1rem;display:grid;grid-template-columns:1fr;gap:2rem}.footer-section h3{font-size:1.5rem;font-weight:700;color:#333;margin-bottom:1rem}.footer-section h4{font-size:1.1rem;font-weight:600;color:#333;margin-bottom:1rem}.footer-section p{color:#666;line-height:1.5;margin-bottom:1rem}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section li{margin-bottom:.5rem}.footer-section a{color:#666;text-decoration:none;transition:color .2s ease}.footer-section a:hover{color:#333}.social-links{display:flex;gap:1rem}.social-links a{color:#666;font-weight:500}.footer-bottom{background:#e5e5e5;padding:1rem}.footer-bottom-content{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:1rem;align-items:center;text-align:center}.footer-bottom p{color:#666;margin:0}.footer-bottom-links{display:flex;gap:1rem}.footer-bottom-links a{color:#666;text-decoration:none;font-size:.9rem}.footer-bottom-links a:hover{color:#333}@media (min-width: 768px){.footer-content{grid-template-columns:repeat(2,1fr);gap:2rem;padding:3rem 2rem}.footer-bottom-content{flex-direction:row;justify-content:space-between;text-align:left}}@media (min-width: 1024px){.footer-content{grid-template-columns:repeat(5,1fr);gap:3rem;padding:4rem 2rem}}.product-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000026}.product-link{text-decoration:none;color:inherit;flex:1;display:flex;flex-direction:column}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-info{padding:16px;flex:1;display:flex;flex-direction:column;justify-content:space-between}.product-name{margin:0 0 8px;font-size:16px;font-weight:600;color:#333;line-height:1.3}.product-price{margin:0;font-size:18px;font-weight:700}@media (max-width: 768px){.product-info{padding:12px}.product-name{font-size:14px}.product-price{font-size:16px}.add-to-cart-btn{padding:.5rem;font-size:.9rem}}.home-page{max-width:1200px;margin:0 auto;padding:1rem;font-family:Gafata,HelveticaNeue,Helvetica Neue,sans-serif}.hero-section{position:relative;width:100%;height:60vh;min-height:400px;overflow:hidden}.carousel,.carousel-container{position:relative;width:100%;height:100%}.carousel-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .8s ease-in-out;display:flex;align-items:center;justify-content:center}.carousel-slide.active{opacity:1}.carousel-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1;filter:brightness(.85)}.carousel-content{position:relative;z-index:2;text-align:center;color:#fff;padding:2rem;border-radius:8px;max-width:600px;margin:0 auto}.carousel-title{font-size:3rem;font-weight:700;margin:0 0 .5rem}.carousel-subtitle{font-size:1.5rem;font-weight:500;margin:0 0 .5rem}.carousel-dots{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:.75rem;z-index:3}.carousel-dot{width:12px;height:12px;border-radius:50%;border:none;background:#fff;cursor:pointer;transition:all .3s ease;opacity:.5}.carousel-dot.active{background:#fff;opacity:1}.hero-image{margin-bottom:2rem}.ring-image{max-width:100%;height:auto;border-radius:8px;box-shadow:0 4px 20px #0000001a}.hero-content h1{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:1rem;line-height:1.2}.hero-content p{font-size:1.2rem;color:#666;margin-bottom:2rem;line-height:1.6}.cta-button{display:inline-block;padding:1rem 2rem;background:#ff6b35;color:#fff;text-decoration:none;border-radius:4px;font-size:1.1rem;font-weight:600;transition:background-color .2s ease}.cta-button:hover{background:#e55a2b}.featured-products{margin-bottom:3rem}.featured-products h2{color:#333;text-align:center;margin-bottom:2rem;letter-spacing:.1em;font-size:1.2rem;font-weight:400}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}.product-card{border:1px solid #e5e5e5;border-radius:8px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;background:#fff}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0000001a}.product-link{text-decoration:none;color:inherit;display:block}.product-image{aspect-ratio:1;background:#f8f8f8;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .2s ease}.product-card:hover .product-image img{transform:scale(1.05)}.product-info{padding:1.5rem}.product-name{font-size:1.1rem;font-weight:600;color:#333;margin:0 0 .5rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-brand{font-size:.9rem;color:#666;margin:0 0 .75rem}.product-price{font-size:1.1rem;font-weight:600;color:#333;margin:0}.out-of-stock{display:inline-block;background:#ff6b6b;color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500;margin-top:.5rem}.view-all-section{text-align:center}.view-all-button{display:inline-block;padding:1rem 2rem;background:#333;color:#fff;text-decoration:none;border-radius:4px;font-size:1rem;font-weight:600;transition:background-color .2s ease}.view-all-button:hover{background:#555}@media (max-width: 768px){.hero-section{height:50vh;min-height:300px}.carousel-title{font-size:2rem}.carousel-subtitle{font-size:1.2rem}.carousel-description{font-size:1rem}.carousel-content{padding:1.5rem;margin:0 1rem}.hero-content h1{font-size:2rem}.hero-content p{font-size:1.1rem}.products-grid{grid-template-columns:1fr;gap:1.5rem}.product-info{padding:1rem}}@media (min-width: 769px) and (max-width: 1024px){.products-grid{grid-template-columns:repeat(2,1fr)}}.loading-container,.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;text-align:center}.loading-spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #8B4513;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}.error-container button{background-color:#8b4513;color:#fff;border:none;padding:10px 20px;border-radius:5px;cursor:pointer;font-size:16px;margin-top:15px}.error-container button:hover{background-color:sienna}.product-listing{max-width:1200px;margin:0 auto;padding:1rem;font-family:Gafata,HelveticaNeue,Helvetica Neue,sans-serif}.listing-header{margin-bottom:2rem}.breadcrumb{margin-bottom:1rem;font-size:.9rem;color:#666}.page-title{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:#333}.category-description{color:#666;margin-bottom:1.5rem;line-height:1.5}.listing-controls{display:flex;flex-direction:column;gap:1rem;align-items:flex-start;padding:1rem 0;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5}.product-count{font-size:.9rem;color:#666}.sort-controls{display:flex;align-items:center;gap:.5rem}.sort-controls label{font-size:.9rem;color:#666}.sort-select{padding:.5rem;border:1px solid #ddd;border-radius:4px;font-size:.9rem;background:#fff}.products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:2rem}.add-to-cart-btn{width:100%;padding:.75rem;background:#333;color:#fff;border:none;border-radius:0 0 8px 8px;font-size:1rem;font-weight:400;cursor:pointer;transition:background-color .2s ease}.add-to-cart-btn:hover{background:#555}.add-to-cart-btn.sold-out{background:#ccc;color:#666;cursor:not-allowed}.no-products{text-align:center;padding:3rem 1rem;color:#666}@media (min-width: 768px){.product-listing{padding:2rem}.listing-controls{flex-direction:row;justify-content:space-between;align-items:center}.products-grid{gap:2rem}.page-title{font-size:2.5rem}}@media (min-width: 1024px){.products-grid{gap:2.5rem}}@media (min-width: 1200px){.products-grid{gap:3rem}}.product-detail{max-width:1200px;margin:0 auto;padding:1rem;font-family:Gafata,HelveticaNeue,Helvetica Neue,sans-serif}.breadcrumb{margin-bottom:1.5rem;font-size:.9rem;color:#666}.breadcrumb a{color:#666;text-decoration:none}.breadcrumb a:hover{color:#333}.separator{margin:0 .5rem}.product-content{display:flex;flex-direction:column;gap:2rem;margin-bottom:3rem}.product-images{display:flex;flex-direction:column;gap:1rem}.main-image{aspect-ratio:1;background:#f8f8f8;border-radius:8px;overflow:hidden;cursor:zoom-in}.main-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.main-image:hover img{transform:scale(1.1)}.image-thumbnails{display:flex;gap:.5rem;overflow-x:auto;padding:.5rem 0}.thumbnail{flex-shrink:0;width:80px;height:80px;border:2px solid transparent;border-radius:4px;overflow:hidden;background:none;cursor:pointer;transition:border-color .2s ease}.thumbnail.active{border-color:#333}.thumbnail img{width:100%;height:100%;object-fit:cover;transition:transform .2s ease}.thumbnail:hover img{transform:scale(1.05)}.product-info{display:flex;flex-direction:column;gap:1.5rem}.product-title{font-size:1.75rem;font-weight:700;color:#333;line-height:1.2;margin:0}.product-brand{font-size:1.1rem;color:#666;margin:0}.product-price{display:flex;align-items:center;gap:1rem}.price-amount{font-size:1.5rem;font-weight:700;color:#333}.original-price{font-size:1.1rem;color:#999;text-decoration:line-through}.product-description{line-height:1.6;color:#555}.product-actions{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.size-selector,.quantity-selector{display:flex;align-items:center;gap:1rem}.size-selector label,.quantity-selector label{font-weight:500;color:#333}.size-select,.quantity-select{padding:.5rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;background:#fff}.add-to-cart-button{padding:1rem 2rem;background:#333;color:#fff;border:none;border-radius:4px;font-size:1.1rem;font-weight:400;cursor:pointer;transition:background-color .2s ease;margin-left:auto;margin-right:0}.add-to-cart-button:hover:not(:disabled){background:#555}.add-to-cart-button:disabled{background:#ccc;cursor:not-allowed}.add-to-cart-button:hover{background:#555}.add-to-cart-button.sold-out{background:#ccc;color:#666;cursor:not-allowed}.add-to-cart-button.sold-out:hover{background:#ccc}.product-meta{display:flex;flex-direction:column;gap:1rem;padding-top:1.5rem;border-top:1px solid #e5e5e5}.meta-item{display:flex;flex-direction:column;gap:.5rem}.meta-label{font-weight:600;color:#333}.meta-value{color:#666;text-decoration:none}.meta-value:hover{color:#333}.tags{display:flex;flex-wrap:wrap;gap:.5rem}.tag{background:#f0f0f0;color:#666;padding:.25rem .75rem;border-radius:20px;font-size:.9rem}.similar-products{margin-top:3rem;padding-top:2rem;border-top:1px solid #e5e5e5}.similar-products h2{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:1.5rem}.similar-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.similar-product{border:1px solid #e5e5e5;border-radius:8px;overflow:hidden;transition:transform .2s ease}.similar-product:hover{transform:translateY(-2px)}.similar-product a{text-decoration:none;color:inherit;display:block}.similar-image{aspect-ratio:1;background:#f8f8f8;overflow:hidden}.similar-image img{width:100%;height:100%;object-fit:cover}.similar-name{font-size:.9rem;font-weight:600;color:#333;margin:.75rem .75rem .5rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.similar-price{font-size:.9rem;font-weight:600;color:#333;margin:0 .75rem .75rem}.loading,.not-found{display:flex;justify-content:center;align-items:center;min-height:400px}.not-found h2{color:#666;margin-bottom:1rem}.back-link{color:#333;text-decoration:none;font-weight:500}.back-link:hover{text-decoration:underline}.pill{max-width:fit-content;margin-right:.5rem;margin-bottom:.5rem;padding:.25rem .75rem;display:inline-flex;align-items:center;background-color:#fff;border:2px solid #838383;border-radius:50px;color:#333;text-decoration:none;font-size:.9rem;font-weight:600;transition:background-color .1s ease}.pill:hover{background-color:#ebebeb;transition:background-color .1s ease}@media (min-width: 768px){.product-detail{padding:2rem}.product-content{flex-direction:row;gap:3rem}.product-images,.product-info{flex:1}.product-actions{flex-direction:row;align-items:center}.similar-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media (min-width: 1024px){.product-content{gap:4rem}.product-title{font-size:2rem}.similar-grid{grid-template-columns:repeat(4,1fr);gap:2rem}}.cart-page{max-width:1200px;margin:0 auto;padding:1rem;font-family:Gafata,HelveticaNeue,Helvetica Neue,sans-serif}.cart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #e5e5e5}.cart-header h1{font-size:2rem;font-weight:700;color:#333;margin:0}.cart-icon-badge{position:relative;display:flex;align-items:center}.cart-badge{position:absolute;top:-8px;right:-8px;background:#ff6b35;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600}.cart-content{display:flex;flex-direction:column;gap:2rem}.cart-items{border:1px solid #e5e5e5;border-radius:8px;overflow:hidden}.cart-table-header{display:none;background:#f8f8f8;padding:1rem;font-weight:600;color:#333;border-bottom:1px solid #e5e5e5}.cart-item{padding:1rem;border-bottom:1px solid #e5e5e5;display:flex;flex-direction:column;gap:1rem}.cart-item:last-child{border-bottom:none}.item-product{display:flex;gap:1rem;align-items:flex-start}.item-image{width:80px;height:80px;flex-shrink:0;border-radius:4px;overflow:hidden;background:#f8f8f8}.item-image img{width:100%;height:100%;object-fit:cover}.item-details{flex:1}.item-name{font-size:1rem;font-weight:600;color:#333;margin:0 0 .5rem;line-height:1.3}.item-size{font-size:.9rem;color:#666;margin:0 0 .75rem}.remove-btn{background:none;border:1px solid #ddd;color:#666;padding:.5rem 1rem;border-radius:4px;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s ease}.remove-btn:hover{border-color:#999;color:#333}.item-price,.item-quantity,.item-total{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;font-weight:600;color:#333}.item-price:before{content:"Price: ";font-weight:400;color:#666}.item-quantity:before{content:"Quantity: ";font-weight:400;color:#666}.item-total:before{content:"Total: ";font-weight:400;color:#666}.quantity-input{width:60px;padding:.5rem;border:1px solid #ddd;border-radius:4px;text-align:center;font-size:.9rem}.cart-sidebar{display:flex;flex-direction:column;gap:2rem}.add-note-section{display:flex;flex-direction:column;gap:.75rem}.add-note-section label{font-weight:600;color:#333;font-size:1rem}.note-textarea{width:100%;min-height:100px;padding:1rem;border:1px solid #ddd;border-radius:4px;font-family:inherit;font-size:.9rem;resize:vertical}.note-textarea:focus{outline:none;border-color:#333}.cart-summary{display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem;background:#f8f8f8;border-radius:8px}.subtotal{display:flex;justify-content:space-between;align-items:center;font-size:1.1rem;font-weight:600;color:#333;padding-bottom:1rem;border-bottom:1px solid #e5e5e5}.cart-actions{display:flex;flex-direction:column;gap:1rem}.continue-shopping-btn,.checkout-btn{padding:1rem 2rem;border-radius:4px;font-size:1rem;font-weight:600;text-decoration:none;text-align:center;cursor:pointer;transition:all .2s ease;border:none}.continue-shopping-btn{background:#f0f0f0;color:#333;border:1px solid #ddd}.continue-shopping-btn:hover{background:#e0e0e0}.checkout-btn{background:#ff6b35;color:#fff}.checkout-btn:hover{background:#e55a2b}.empty-cart{text-align:center;padding:3rem 1rem}.empty-cart-content{display:flex;flex-direction:column;gap:2rem;align-items:center}.empty-cart-content p{font-size:1.2rem;color:#666;margin:0}@media (min-width: 768px){.cart-page{padding:2rem}.cart-content{flex-direction:row;gap:3rem}.cart-items{flex:2}.cart-sidebar{flex:1;min-width:300px}.cart-table-header{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:1rem}.cart-item{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:1rem;align-items:center;padding:1.5rem}.item-product{grid-column:1}.item-price,.item-quantity,.item-total{justify-content:center}.item-price:before,.item-quantity:before,.item-total:before{display:none}.cart-actions{flex-direction:row}.continue-shopping-btn,.checkout-btn{flex:1}}@media (min-width: 1024px){.cart-header h1{font-size:2.5rem}.cart-content{gap:4rem}.cart-sidebar{min-width:350px}}.about-page{font-family:Gafata,HelveticaNeue,Helvetica Neue,sans-serif;line-height:1.6;color:#333}.about-hero{position:relative;height:60vh;min-height:500px;display:flex;align-items:center;justify-content:center;overflow:hidden}.about-image-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.about-hero-image{width:100%;height:100%;object-fit:cover;filter:brightness(.7)}.about-hero-content{position:relative;z-index:2;text-align:center;color:#fff;max-width:800px;padding:2rem}.about-title{font-size:3.5rem;font-weight:700;margin:0 0 1rem;text-shadow:2px 2px 4px rgba(0,0,0,.5);letter-spacing:-.02em}.about-subtitle{font-size:1.5rem;font-weight:300;margin:0;text-shadow:1px 1px 2px rgba(0,0,0,.5);opacity:.95}.about-content{max-width:1200px;margin:0 auto;padding:4rem 2rem}.about-section{margin-bottom:4rem}.about-section:last-child{margin-bottom:0}.section-title{font-size:2.5rem;font-weight:600;color:#333;margin:0 0 2rem;text-align:center;position:relative}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:3px;background:linear-gradient(90deg,#333,#666);border-radius:2px}.section-text{font-size:1.1rem;line-height:1.8;color:#555;margin:0 0 1.5rem;text-align:center;max-width:800px;margin-left:auto;margin-right:auto}.section-text:last-child{margin-bottom:0}.philosophy-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.philosophy-item{text-align:center;padding:2rem 1.5rem;background:#f8f9fa;border-radius:12px;transition:transform .3s ease,box-shadow .3s ease}.philosophy-item:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.philosophy-icon{font-size:3rem;margin-bottom:1rem}.philosophy-item h3{font-size:1.3rem;font-weight:600;color:#333;margin:0 0 1rem}.philosophy-item p{font-size:1rem;color:#666;margin:0;line-height:1.6}.cta-buttons{display:flex;gap:1.5rem;justify-content:center;margin-top:2rem;flex-wrap:wrap}.cta-button{display:inline-block;padding:1rem 2rem;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.1rem;transition:all .3s ease;border:2px solid transparent}.cta-button.primary{background:#333;color:#fff}.cta-button.primary:hover{background:#555;transform:translateY(-2px);box-shadow:0 5px 15px #0003}.cta-button.secondary{background:transparent;color:#333;border-color:#333}.cta-button.secondary:hover{background:#333;color:#fff;transform:translateY(-2px);box-shadow:0 5px 15px #0003}@media (max-width: 768px){.about-hero{height:50vh;min-height:400px}.about-title{font-size:2.5rem}.about-subtitle{font-size:1.2rem}.about-content{padding:3rem 1.5rem}.section-title{font-size:2rem}.section-text{font-size:1rem}.philosophy-grid{grid-template-columns:1fr;gap:1.5rem}.cta-buttons{flex-direction:column;align-items:center}.cta-button{width:100%;max-width:300px;text-align:center}}@media (max-width: 480px){.about-hero{height:40vh;min-height:300px}.about-title{font-size:2rem}.about-subtitle{font-size:1.1rem}.about-content{padding:2rem 1rem}.section-title{font-size:1.8rem}}.admin-page{padding:2rem;max-width:1200px;margin:0 auto}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #e0e0e0}.admin-header h1{color:#333;margin:0}.admin-stats{display:flex;gap:2rem}.stat-item{text-align:center;padding:1rem;background:#f8f9fa;border-radius:8px;min-width:100px}.stat-number{display:block;font-size:2rem;font-weight:700;color:#007bff}.stat-label{display:block;color:#666;font-size:.9rem;margin-top:.5rem}.admin-actions{margin-bottom:2rem}.btn{padding:.75rem 1.5rem;border:none;border-radius:6px;cursor:pointer;font-size:1rem;transition:all .2s ease}.btn-primary{background:#007bff;color:#fff}.btn-primary:hover{background:#0056b3}.btn-success{background:#28a745;color:#fff}.btn-success:hover{background:#1e7e34}.btn-secondary{background:#6c757d;color:#fff}.btn-secondary:hover{background:#545b62}.btn-edit{background:#ffc107;color:#212529;margin-right:.5rem}.actions-cell{white-space:nowrap}.actions-cell .btn{display:inline-block;margin-right:.5rem}.actions-cell .btn:last-child{margin-right:0}.btn-edit:hover{background:#e0a800}.btn-delete{background:#dc3545;color:#fff}.btn-delete:hover{background:#c82333}.btn-small{padding:.5rem 1rem;font-size:.875rem}.add-product-form{background:#f8f9fa;padding:2rem;border-radius:8px;margin-bottom:2rem}.add-product-form h3{margin-top:0;color:#333}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-bottom:1.5rem}.form-grid input,.form-grid select,.form-grid textarea{padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.form-grid textarea{resize:vertical;min-height:100px}.checkbox-group{display:flex;gap:1rem;align-items:center}.checkbox-group label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.products-table{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px #0000001a}.products-table h3{margin:0;padding:1.5rem;background:#f8f9fa;border-bottom:1px solid #e0e0e0}table{width:100%;border-collapse:collapse}th,td{padding:1rem;text-align:left;border-bottom:1px solid #e0e0e0}th{background:#f8f9fa;font-weight:600;color:#333}tr:hover{background:#f8f9fa}.status{padding:.25rem .5rem;border-radius:4px;font-size:.875rem;font-weight:500}.status.visible.in-stock{background:#d4edda;color:#155724}.status.hidden.out-of-stock{background:#f8d7da;color:#721c24}.status.visible.out-of-stock{background:#fff3cd;color:#856404}.status.hidden.in-stock{background:#e2e3e5;color:#383d41}.edit-product-modal{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;padding:2rem;border-radius:8px;max-width:600px;width:90%;max-height:90vh;overflow-y:auto}.modal-content h3{margin-top:0;color:#333}.modal-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem}.loading-container,.error-container{text-align:center;padding:3rem}.loading-spinner{border:4px solid #f3f3f3;border-top:4px solid #007bff;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin:0 auto 1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-container button{background:#007bff;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;cursor:pointer;margin-top:1rem}.error-container button:hover{background:#0056b3}@media (max-width: 768px){.admin-page{padding:1rem}.admin-header{flex-direction:column;gap:1rem;align-items:flex-start}.admin-stats{gap:1rem}.form-grid{grid-template-columns:1fr}.modal-content{margin:1rem;width:calc(100% - 2rem)}.products-table{overflow-x:auto;border-radius:4px}.products-table table{min-width:600px}th,td{padding:.75rem .5rem;font-size:.875rem}@media (max-width: 480px){.actions-cell{white-space:normal}.actions-cell .btn{display:block;width:100%;margin-right:0;margin-bottom:.25rem}.actions-cell .btn:last-child{margin-bottom:0}.status{font-size:.75rem;padding:.2rem .4rem}}}body{margin:0;font-family:Gafata,HelveticaNeue,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:#333}.App{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;padding-top:0}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.text-center{text-align:center}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.btn{display:inline-block;padding:.75rem 1.5rem;border:none;border-radius:4px;font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .2s ease}.btn-primary{background:#333;color:#fff}.btn-primary:hover{background:#555}.btn-secondary{background:#f0f0f0;color:#333}.btn-secondary:hover{background:#e0e0e0}.form-group{margin-bottom:1rem}.form-label{display:block;margin-bottom:.5rem;font-weight:500;color:#333}.form-input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;transition:border-color .2s ease}.form-input:focus{outline:none;border-color:#333}.loading{display:flex;justify-content:center;align-items:center;min-height:200px}.loading-spinner{font-size:1.2rem;color:#666}.error{color:#f44336;text-align:center;padding:1rem}.success{color:#4caf50;text-align:center;padding:1rem}.hide-mobile{display:none}.show-mobile{display:block}@media (min-width: 768px){.hide-mobile{display:block}.show-mobile{display:none}}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
