.category-grid-section{width:100%;padding:4rem 1.5rem;background:#fff}.category-container{max-width:1400px;margin:0 auto}.category-main-heading{font-size:2.5rem;font-weight:700;line-height:1.2;margin:0 0 .75rem;color:#000}.category-subheading{font-size:1.125rem;color:#666;margin:0 0 3rem;max-width:700px}.category-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.category-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2rem;display:flex;flex-direction:column;transition:all .3s ease;cursor:pointer}.category-card:hover{border-color:#000;box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.category-label{font-size:.75rem;font-weight:600;letter-spacing:.1em;color:#666;margin-bottom:1rem;text-transform:uppercase}.category-title{font-size:1.5rem;font-weight:700;margin:0 0 .75rem;color:#000}.category-description{font-size:.95rem;line-height:1.5;color:#666;margin:0 0 2rem;flex-grow:1}.category-footer{display:flex;justify-content:space-between;align-items:flex-end}.category-price{display:flex;flex-direction:column;gap:.25rem}.price-label{font-size:.7rem;font-weight:600;letter-spacing:.05em;color:#999;text-transform:uppercase}.price-value{font-size:1.25rem;font-weight:700;color:#000}.category-arrow{width:40px;height:40px;background:#000;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;text-decoration:none;transition:all .3s ease}.category-arrow:hover{background:#333;transform:scale(1.1)}@media (max-width: 768px){.category-main-heading{font-size:2rem}.category-cards-grid{grid-template-columns:1fr}}@media (min-width: 769px) and (max-width: 1024px){.category-cards-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1025px){.category-cards-grid{grid-template-columns:repeat(3,1fr)}}.featured-products-section{width:100%;padding:4rem 1.5rem;background:#fff}.products-container{max-width:1400px;margin:0 auto}.products-heading{font-size:2rem;font-weight:700;margin:0 0 2rem;color:#000}.products-filters{display:flex;gap:1rem;margin-bottom:2rem}.filter-dropdown{padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:6px;background:#fff;font-size:.95rem;cursor:pointer;min-width:150px}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.product-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;transition:all .3s ease}.product-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}.product-image-wrapper{position:relative;width:100%;padding-top:100%;background:#f3f4f6;overflow:hidden}.product-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.product-image-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#f3f4f6,#e5e7eb)}.product-badges{position:absolute;top:1rem;left:1rem;display:flex;gap:.5rem}.badge{padding:.375rem .75rem;border-radius:20px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.badge-sale,.badge-new{background:#000;color:#fff}.wishlist-btn{position:absolute;top:1rem;right:1rem;width:40px;height:40px;background:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #0000001a}.wishlist-btn:hover{background:#000;color:#fff}.product-info{padding:1.5rem}.product-title{font-size:1.125rem;font-weight:700;margin:0 0 .5rem;color:#000;line-height:1.3}.product-price{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.price-current{font-size:1.25rem;font-weight:700;color:#000}.price-compare{font-size:1rem;color:#999;text-decoration:line-through}.product-description{font-size:.875rem;color:#666;line-height:1.5;margin:0 0 1rem}.product-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.875rem}.stars{display:flex;align-items:center;gap:.25rem}.rating-value{font-weight:600;color:#000}.review-count{color:#666}.product-category{margin-left:auto;color:#666;font-size:.875rem}.product-actions{display:flex;gap:.75rem}.add-to-cart-btn{flex:1;background:#000;color:#fff;border:none;padding:.875rem 1.25rem;border-radius:6px;font-weight:600;font-size:.95rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s ease}.add-to-cart-btn:hover{background:#333}.quick-view-btn{padding:.875rem 1.25rem;border:1px solid #e5e7eb;border-radius:6px;background:#fff;color:#000;text-decoration:none;font-weight:600;font-size:.95rem;transition:all .3s ease;white-space:nowrap}.quick-view-btn:hover{border-color:#000;background:#f9fafb}@media (max-width: 768px){.products-grid{grid-template-columns:1fr}.products-filters{flex-direction:column}.filter-dropdown{width:100%}}@media (min-width: 769px) and (max-width: 1024px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1025px){.products-grid{grid-template-columns:repeat(4,1fr)}}.main-screen{overflow:hidden;border-bottom:1px solid #e5e7eb;background:linear-gradient(to bottom right,from-background via-background to-muted/60)}.container{width:100%;margin-left:auto;margin-right:auto;padding:3rem}.container.grid{display:grid;gap:2.5rem}@media (min-width: 1024px){.container.grid{grid-template-columns:1.2fr 1fr}}.items-center{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.hero-heading{font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.hero-subheading{font-size:1.25rem;margin-bottom:2rem;color:#6b7280}.hero-button{display:inline-block;padding:1rem 2rem;background:#000;color:#fff;text-decoration:none;border-radius:.5rem;font-weight:600;transition:all .3s ease}.hero-button:hover{background:#333;transform:translateY(-2px)}.hero-image-container{display:flex;align-items:center;justify-content:center}.hero-image-container img{max-width:100%;height:auto;border-radius:.5rem}@media (max-width: 768px){.hero-heading{font-size:2rem}.container{padding:1.5rem}}.nomnotho-hero-section{width:100%;padding:3rem 1.5rem;background:#fff}.hero-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem}.hero-left{display:flex;flex-direction:column;gap:2rem}.brand-badge{display:inline-block;background:#000;color:#fff;padding:.5rem 1rem;font-size:.75rem;font-weight:600;letter-spacing:.05em;width:fit-content;border-radius:4px}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.1;margin:0;color:#000}.hero-description{font-size:1.125rem;line-height:1.6;color:#666;margin:0}.spotlight-box{border:1px solid #e5e7eb;border-radius:8px;padding:2rem;background:#fff}.spotlight-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.spotlight-icon{font-size:.75rem}.spotlight-label{font-size:.75rem;font-weight:600;letter-spacing:.05em}.spotlight-title{font-size:1.25rem;font-weight:600;line-height:1.4;margin:0 0 .75rem;color:#000}.spotlight-text{font-size:.95rem;color:#666;margin:0 0 1.5rem}.spotlight-actions{display:flex;gap:1.5rem;align-items:center}.spotlight-button{background:#000;color:#fff;padding:.75rem 1.5rem;border-radius:6px;text-decoration:none;font-weight:600;display:inline-flex;align-items:center;gap:.5rem;transition:background .3s}.spotlight-button:hover{background:#333}.spotlight-link{color:#000;text-decoration:underline;font-size:.95rem}.hero-features{display:flex;gap:2rem;flex-wrap:wrap;font-size:.875rem;color:#666}.feature-item{display:flex;align-items:center;gap:.5rem}.hero-right{position:relative}.dark-card{background:linear-gradient(135deg,#0f172a,#1e293b);border-radius:12px;padding:2rem;color:#fff;height:100%;display:flex;flex-direction:column;gap:1.5rem}.card-header{display:flex;justify-content:space-between;align-items:center}.card-title{font-size:1.125rem;font-weight:600}.card-subtitle{font-size:.875rem;color:#94a3b8}.card-image{width:100%;height:300px;object-fit:cover;border-radius:8px}.card-section{padding:1.5rem 0;border-top:1px solid rgba(255,255,255,.1)}.card-section-title{font-size:.75rem;font-weight:600;letter-spacing:.1em;color:#94a3b8;margin:0 0 .75rem}.card-section-text{font-size:.95rem;line-height:1.6;color:#cbd5e1;margin:0}.card-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.card-grid-item{background:#ffffff0d;padding:1.25rem;border-radius:8px}.grid-item-title{font-size:.75rem;font-weight:600;letter-spacing:.1em;color:#94a3b8;margin:0 0 .5rem}.grid-item-highlight{font-size:1rem;font-weight:600;color:#fff;margin:0 0 .25rem}.grid-item-text{font-size:.875rem;color:#cbd5e1;margin:0}.card-footer{margin-top:auto;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.footer-text{font-size:.875rem;color:#fff;margin:0 0 .25rem}.footer-subtext{font-size:.75rem;color:#94a3b8;margin:0}@media (max-width: 1024px){.hero-container{grid-template-columns:1fr}.hero-title{font-size:2.5rem}}@media (max-width: 768px){.hero-title{font-size:2rem}.card-grid{grid-template-columns:1fr}.spotlight-actions{flex-direction:column;align-items:flex-start}}
/*# sourceMappingURL=/cdn/shop/t/11/compiled_assets/styles.css.map */
