.product-categories-section{padding:60px 0;background:linear-gradient(135deg,#fff,#fefef8,#fff9e6);position:relative;overflow:hidden}.product-categories-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="hexPattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><polygon points="10,1 18,6 18,14 10,19 2,14 2,6" fill="none" stroke="rgba(255,215,0,0.03)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23hexPattern)"/></svg>') repeat;opacity:.5;pointer-events:none}.categories-container{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:0 2rem;text-align:center}.categories-title{font-size:3.2rem;font-weight:800;color:#000;margin-bottom:1rem;text-transform:uppercase;letter-spacing:2px;position:relative}.categories-title:after{content:"";position:absolute;bottom:-.5rem;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,#f6dc88,#dfb24f);border-radius:2px}.categories-subtitle{font-size:1.3rem;color:#666;margin-bottom:4rem;font-weight:500;max-width:600px;margin-left:auto;margin-right:auto}.categories-grid{display:flex;justify-content:center;gap:2rem;margin-bottom:4rem;flex-wrap:wrap}.category-card{position:relative;display:block;cursor:pointer;height:200px;width:280px;flex-shrink:0;transition:all .4s cubic-bezier(.25,.46,.45,.94);color:inherit;text-decoration:none}.category-card-inner{position:relative;width:100%;height:100%;background:#fff;border-radius:15px;padding:1.5rem 1.2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:0 5px 20px #0000000f;border:2px solid transparent;overflow:hidden;transition:all .3s ease}.category-card:hover .category-card-inner{transform:translateY(-5px);box-shadow:0 15px 40px #f6dc8826;border-color:#e3ba59;background:linear-gradient(135deg,#fff,#fffbf0)}.category-icon-container{margin-bottom:1rem;position:relative;z-index:2}.category-icon{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#f6dc88,#dfb24f);display:flex;align-items:center;justify-content:center;margin:0 auto;box-shadow:0 4px 15px #f6dc8833;transition:all .3s ease}.category-card:hover .category-icon{transform:scale(1.1) rotate(5deg);box-shadow:0 15px 50px #f6dc8880}.icon-emoji{font-size:2rem;filter:drop-shadow(1px 1px 2px rgba(0,0,0,.2))}.category-image{width:60px;height:60px;border-radius:50%;overflow:hidden;box-shadow:0 4px 15px #f6dc8833;transition:all .3s ease}.category-image img{width:100%;height:100%;object-fit:cover}.category-card:hover .category-image{transform:scale(1.1);box-shadow:0 15px 50px #f6dc8880}.category-title{font-size:1.3rem;font-weight:700;color:#000;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px;position:relative;z-index:2;transition:all .3s ease}.category-card:hover .category-title{color:#e3ba59;text-shadow:1px 1px 3px rgba(0,0,0,.1)}.category-products{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;margin-bottom:1rem;position:relative;z-index:2}.product-item{font-size:.95rem;color:#666;font-weight:500;transition:all .3s ease}.product-separator{color:#e3ba59;font-weight:700;margin:0 .25rem}.category-card:hover .product-item{color:#333;font-weight:600}.category-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#f6dc88f2,#dfb24ff2);border-radius:17px;display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;transform:scale(.8);transition:all .4s cubic-bezier(.25,.46,.45,.94);z-index:10}.category-card:hover .category-overlay{opacity:1;transform:scale(1)}.overlay-text{font-size:1.4rem;font-weight:700;color:#000;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:.5rem}.overlay-arrow{font-size:2rem;color:#000;animation:bounceRight 2s ease-in-out infinite}.category-bg-pattern{position:absolute;top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><circle cx="25" cy="25" r="2" fill="rgba(255,215,0,0.05)"/></svg>') repeat;opacity:0;transition:opacity .3s ease;z-index:1}.category-card:hover .category-bg-pattern{opacity:1}.categories-cta{text-align:center;margin-top:2rem}.categories-cta-btn{display:inline-flex;align-items:center;gap:1rem;padding:1.5rem 3rem;background:linear-gradient(135deg,#000,#333);color:#e3ba59;text-decoration:none;border-radius:50px;font-weight:700;font-size:1.2rem;text-transform:uppercase;letter-spacing:1px;transition:all .4s ease;box-shadow:0 10px 40px #0003;border:3px solid transparent}.categories-cta-btn:hover{transform:translateY(-5px);box-shadow:0 20px 60px #0000004d;border-color:#e3ba59;background:linear-gradient(135deg,#f6dc88,#dfb24f);color:#000}.cta-icon{font-size:1.3rem;transition:transform .3s ease}.categories-cta-btn:hover .cta-icon{transform:scale(1.2) rotate(15deg)}@keyframes bounceRight{0%,20%,50%,80%,to{transform:translate(0)}40%{transform:translate(10px)}60%{transform:translate(5px)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.category-card{animation:fadeInUp .6s ease-out}.category-card:nth-child(1){animation-delay:.1s}.category-card:nth-child(2){animation-delay:.2s}.category-card:nth-child(3){animation-delay:.3s}.category-card:nth-child(4){animation-delay:.4s}.category-card:nth-child(5){animation-delay:.5s}.category-card:nth-child(6){animation-delay:.6s}@media screen and (max-width: 768px){.product-categories-section{padding:40px 0}.categories-container{padding:0 1.5rem}.categories-title{font-size:2.5rem;margin-bottom:.75rem}.categories-subtitle{font-size:1.1rem;margin-bottom:3rem}.categories-grid{flex-direction:column;align-items:center;gap:1.5rem;margin-bottom:3rem}.category-card{height:180px;width:250px}.category-card-inner{padding:2rem 1.5rem}.category-icon{width:70px;height:70px}.icon-emoji{font-size:2rem}.category-title{font-size:1.5rem;margin-bottom:.75rem}.product-item{font-size:.9rem}.overlay-text{font-size:1.2rem}.categories-cta-btn{padding:1.25rem 2.5rem;font-size:1.1rem}}@media screen and (max-width: 480px){.categories-title{font-size:2rem}.categories-grid{gap:1.5rem}.category-card{height:220px}.category-card-inner{padding:1.5rem 1rem}.category-icon{width:60px;height:60px}.icon-emoji{font-size:1.8rem}.category-title{font-size:1.3rem}.categories-cta-btn{padding:1rem 2rem;font-size:1rem}}.category-card-inner:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(246,220,136,.1),transparent);transition:left .5s ease;z-index:1}.category-card:hover .category-card-inner:before{left:100%}
/*# sourceMappingURL=/cdn/shop/t/46/assets/section-product-categories.css.map */
