*{box-sizing:border-box}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333;background-color:#fff}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.row{display:flex;flex-wrap:wrap;margin:0 -.5rem}.col{flex:1;padding:0 .5rem}.header{background:#fff;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:1000;padding:1rem 0}.header-content{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.logo{font-size:1.5rem;font-weight:700;color:#ff6b35;text-decoration:none;margin-right:2rem}.nav{display:flex;align-items:center;gap:1rem}.nav-list{display:flex;list-style:none;margin:0;padding:0;gap:1rem}.nav-link{color:#333;text-decoration:none;padding:.5rem 1rem;border-radius:4px;transition:all .3s ease}.nav-link:hover{background:#ff6b35;color:#fff}.mobile-menu-toggle{display:none;flex-direction:column;justify-content:space-around;width:30px;height:30px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001}.hamburger-line{width:100%;height:3px;background:#333;transition:all .3s ease;transform-origin:center}.mobile-menu-toggle.active .hamburger-line:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.mobile-menu-toggle.active .hamburger-line:nth-child(2){opacity:0}.mobile-menu-toggle.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.hero-section{background:linear-gradient(135deg,#ff6b35,#f7931e);color:#fff;padding:3rem 0;text-align:center;position:relative;overflow:hidden}.hero-content{max-width:800px;margin:0 auto;padding:0 1rem}.hero-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.hero-subtitle{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.hero-button{background:#fff;color:#ff6b35;padding:1rem 2rem;border:none;border-radius:50px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.hero-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;padding:2rem 0}.product-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;overflow:hidden;transition:all .3s ease;position:relative}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #00000026}.product-image{width:100%;height:200px;object-fit:cover;background:#f8f9fa}.product-info{padding:1.5rem}.product-title{font-size:1.1rem;font-weight:700;margin-bottom:.5rem;color:#333;line-height:1.3}.product-price{font-size:1.2rem;font-weight:700;color:#ff6b35;margin-bottom:1rem}.product-button{background:#ff6b35;color:#fff;padding:.75rem 1.5rem;border:none;border-radius:25px;font-weight:700;cursor:pointer;transition:all .3s ease;width:100%}.product-button:hover{background:#e55a2b;transform:translateY(-1px)}.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;padding:2rem 0}.category-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;overflow:hidden;transition:all .3s ease;text-align:center}.category-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #00000026}.category-image{width:100%;height:150px;object-fit:cover;background:#f8f9fa}.category-info{padding:1.5rem}.category-title{font-size:1.1rem;font-weight:700;color:#333;margin-bottom:.5rem}.form-group{margin-bottom:1.5rem}.form-label{display:block;margin-bottom:.5rem;font-weight:700;color:#333}.form-input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;transition:border-color .3s ease}.form-input:focus{outline:none;border-color:#ff6b35;box-shadow:0 0 0 2px #ff6b3533}.form-button{background:#ff6b35;color:#fff;padding:.75rem 2rem;border:none;border-radius:4px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease}.form-button:hover{background:#e55a2b}.footer{background:#333;color:#fff;padding:3rem 0 1rem;margin-top:4rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{color:#ff6b35;margin-bottom:1rem}.footer-link{color:#ccc;text-decoration:none;display:block;margin-bottom:.5rem;transition:color .3s ease}.footer-link:hover{color:#ff6b35}.footer-bottom{border-top:1px solid #555;padding-top:1rem;text-align:center;color:#999}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.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}.p-1{padding:.5rem}.p-2{padding:1rem}.p-3{padding:1.5rem}.p-4{padding:2rem}.hidden{display:none}.visible{display:block}@media (min-width: 576px){.container{max-width:540px}.hero-title{font-size:3rem}.product-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media (min-width: 768px){.container{max-width:720px}.hero-title{font-size:3.5rem}.hero-subtitle{font-size:1.3rem}.product-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.category-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.nav-list{gap:1.5rem}}@media (min-width: 992px){.container{max-width:960px}.hero-title{font-size:4rem}.product-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.category-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media (min-width: 1200px){.container{max-width:1140px}.hero-title{font-size:4.5rem}.product-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}}@media (max-width: 767px){.mobile-menu-toggle{display:flex}.nav{position:fixed;top:0;left:0;width:100%;height:100vh;background:#fff;transform:translate(-100%);z-index:1000;padding:2rem;box-sizing:border-box;transition:transform .3s ease}.nav.mobile-nav-open{transform:translate(0)}.nav-list{flex-direction:column;gap:1rem;width:100%}.nav-link{display:block;padding:1rem;font-size:1.2rem;border-bottom:1px solid #eee}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.product-grid{grid-template-columns:1fr;gap:1rem}.category-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.footer-content{grid-template-columns:1fr;text-align:center}.header-content{flex-wrap:wrap}.logo{margin-right:1rem}}@media (hover: none) and (pointer: coarse){.product-card:hover,.category-card:hover{transform:none;box-shadow:0 4px 6px #0000001a}.hero-button:hover{transform:none;box-shadow:none}.product-button:hover{transform:none}.form-button:hover{background:#ff6b35}.nav-link:hover{background:transparent;color:#333}.footer-link:hover{color:#ccc}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.product-image,.category-image{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.product-card,.category-card,.hero-button,.product-button{transition:none}}@media (prefers-color-scheme: dark){body{background-color:#1a1a1a;color:#e0e0e0}.header{background:#2a2a2a;box-shadow:0 2px 4px #0000004d}.product-card,.category-card{background:#2a2a2a;box-shadow:0 4px 6px #0000004d}.form-input{background:#2a2a2a;border-color:#555;color:#e0e0e0}.footer{background:#1a1a1a}}@media print{.header,.footer,.mobile-menu-toggle,.hero-button,.product-button{display:none}.product-card,.category-card{break-inside:avoid;box-shadow:none;border:1px solid #ddd}.hero-section{background:none;color:#000}body{font-size:12pt;line-height:1.4}}
/*# sourceMappingURL=/cdn/shop/t/119/assets/amizek-responsive-css.css.map */
