.smart-categories{background:rgb(var(--color-background))}.smart-categories__container{display:grid;gap:6rem;max-width:1100px;margin:0 auto}.smart-categories__section{width:100%;box-sizing:border-box}.smart-categories__heading{text-align:center;margin:0 0 3rem;color:rgb(var(--color-foreground))}.smart-categories__grid{display:grid;gap:2rem}.smart-categories__card{display:block;text-decoration:none;border-radius:1.2rem;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;position:relative}.smart-categories__card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #00000026}.smart-categories__card--style{background:rgb(var(--color-background));border:2px solid rgba(var(--color-border),.1);aspect-ratio:4/3}.smart-categories__card--color{aspect-ratio:3/2;display:flex;align-items:center;justify-content:center;position:relative;min-height:120px}.smart-categories__card--color:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#ffffff1a,#0000001a);pointer-events:none}.smart-categories__card-image{width:100%;height:70%;overflow:hidden}.smart-categories__card-image img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease}.smart-categories__card:hover .smart-categories__card-image img{transform:scale(1.05)}.smart-categories__card-content{padding:1.5rem;height:30%;display:flex;align-items:center;justify-content:center;text-align:center}.smart-categories__card--color .smart-categories__card-content{position:relative;z-index:2;height:auto;padding:2rem 1rem}.smart-categories__card-title{margin:0;font-size:1.6rem;font-weight:600;color:rgb(var(--color-foreground));line-height:1.2}.smart-categories__card--color .smart-categories__card-title{color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.5);text-align:center;font-size:1.8rem;font-weight:700}@media screen and (min-width: 1200px){.smart-categories__container{grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.smart-categories__section--enhanced{padding:4rem 2rem}}@media screen and (min-width: 750px) and (max-width: 1199px){.smart-categories__container{gap:5rem}.smart-categories__section--enhanced{padding:3rem 2rem}}@media screen and (max-width: 749px){.smart-categories__container{gap:4rem}.smart-categories__heading{margin-bottom:2rem;font-size:2.4rem}.smart-categories__grid{gap:1.5rem}.smart-categories__card-content{padding:1rem}.smart-categories__card-title{font-size:1.4rem}.smart-categories__card--color{min-height:100px}.smart-categories__card--color .smart-categories__card-content{padding:1.5rem .5rem}}@media screen and (max-width: 480px){.smart-categories__card--style{max-width:300px;margin:0 auto}.smart-categories__card--color{max-width:250px;margin:0 auto}}.smart-categories__section--enhanced{background:rgb(var(--color-background));border-radius:var(--product-card-corner-radius, .8rem);padding:4rem 2rem}.smart-categories__header{text-align:center;margin-bottom:4rem}.smart-categories__subtitle{font-size:1.8rem;color:rgba(var(--color-foreground),.7);margin:1rem 0 0;font-weight:400;line-height:1.4;max-width:600px;margin-left:auto;margin-right:auto}.smart-categories__grid--style-enhanced,.smart-categories__grid--color-enhanced{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;align-items:stretch}.smart-categories__card--style-enhanced,.smart-categories__card--color-enhanced{background:rgb(var(--color-background));border:var(--product-card-border-width, .1rem) solid rgba(var(--color-foreground),var(--product-card-border-opacity, .08));border-radius:var(--product-card-corner-radius, .8rem);text-align:center;transition:all .3s ease;position:relative;overflow:hidden;height:350px;min-width:240px;display:flex;flex-direction:column}.smart-categories__card--style-enhanced:hover,.smart-categories__card--color-enhanced:hover{transform:translateY(-2px);border-color:rgba(var(--color-foreground),.12)}.smart-categories__card--style-enhanced .smart-categories__card-image,.smart-categories__card--color-enhanced .smart-categories__card-image{width:100%;height:220px;overflow:hidden;border-radius:calc(var(--product-card-corner-radius, .8rem) - var(--product-card-border-width, .1rem)) calc(var(--product-card-corner-radius, .8rem) - var(--product-card-border-width, .1rem)) 0 0;position:relative;flex-shrink:0}.smart-categories__card--style-enhanced .smart-categories__card-image img,.smart-categories__card--color-enhanced .smart-categories__card-image img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease}.smart-categories__card--style-enhanced:hover .smart-categories__card-image img,.smart-categories__card--color-enhanced:hover .smart-categories__card-image img{transform:scale(1.02)}.smart-categories__card--style-enhanced .smart-categories__card-content,.smart-categories__card--color-enhanced .smart-categories__card-content{padding:1.8rem 1.2rem 2rem;height:130px;gap:.6rem;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;z-index:2;flex-shrink:0}.smart-categories__card--style-enhanced .smart-categories__card-title,.smart-categories__card--color-enhanced .smart-categories__card-title{font-size:2.2rem;font-weight:700;color:rgb(var(--color-foreground));margin:0;line-height:1.2;text-align:center;max-width:100%;-webkit-hyphens:none;hyphens:none;word-break:keep-all;overflow-wrap:break-word}.smart-categories__card-desc{font-size:1.3rem;color:rgba(var(--color-foreground),.65);margin:0;line-height:1.25;font-weight:400;text-align:center;max-width:100%;-webkit-hyphens:none;hyphens:none;word-break:keep-all;overflow-wrap:break-word}.smart-categories__footer{text-align:center;margin-top:3rem}.smart-categories__view-all-btn{display:inline-block;padding:1.2rem 2.4rem;background:rgb(var(--color-foreground));color:rgb(var(--color-background));text-decoration:none;border-radius:var(--product-card-corner-radius, .8rem);font-size:1.4rem;font-weight:600;transition:all .3s ease;border:var(--product-card-border-width, .1rem) solid rgb(var(--color-foreground))}.smart-categories__view-all-btn:hover{background:rgb(var(--color-background));color:rgb(var(--color-foreground));transform:translateY(-1px)}.smart-categories__view-all-link{display:inline-block;color:rgba(var(--color-foreground),.7);text-decoration:none;font-size:1.4rem;font-weight:400;transition:color .3s ease}.smart-categories__view-all-link:hover{color:rgb(var(--color-foreground))}@media screen and (min-width: 990px){.smart-categories__grid--style-enhanced,.smart-categories__grid--color-enhanced{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width: 840px) and (max-width: 1199px){.smart-categories__section--enhanced{padding:3rem 2rem}.smart-categories__grid--style-enhanced,.smart-categories__grid--color-enhanced{grid-template-columns:repeat(3,1fr);gap:2rem}.smart-categories__card--style-enhanced,.smart-categories__card--color-enhanced{height:320px;min-width:220px}.smart-categories__card--style-enhanced .smart-categories__card-image,.smart-categories__card--color-enhanced .smart-categories__card-image{height:200px}.smart-categories__card--style-enhanced .smart-categories__card-content,.smart-categories__card--color-enhanced .smart-categories__card-content{padding:1.5rem .8rem;height:120px}.smart-categories__card--style-enhanced .smart-categories__card-title,.smart-categories__card--color-enhanced .smart-categories__card-title{font-size:2rem}.smart-categories__card--style-enhanced .smart-categories__card-desc,.smart-categories__card--color-enhanced .smart-categories__card-desc{font-size:1.2rem}}@media screen and (min-width: 540px) and (max-width: 839px){.smart-categories__grid--style-enhanced,.smart-categories__grid--color-enhanced{grid-template-columns:repeat(3,1fr);gap:1rem}}@media screen and (max-width: 539px){.smart-categories__grid--style-enhanced,.smart-categories__grid--color-enhanced{grid-template-columns:repeat(2,1fr);gap:1rem}}@media screen and (max-width: 839px){.smart-categories__section--enhanced{padding:2rem 1rem;border-radius:1.2rem}.smart-categories__header{margin-bottom:2rem}.smart-categories__subtitle{font-size:1.4rem;margin-top:.6rem}.smart-categories__card--style-enhanced,.smart-categories__card--color-enhanced{height:200px;min-width:150px}.smart-categories__card--style-enhanced .smart-categories__card-image,.smart-categories__card--color-enhanced .smart-categories__card-image{height:120px}.smart-categories__card--style-enhanced .smart-categories__card-content,.smart-categories__card--color-enhanced .smart-categories__card-content{padding:1rem .5rem;height:80px;gap:.4rem}.smart-categories__card--style-enhanced .smart-categories__card-title,.smart-categories__card--color-enhanced .smart-categories__card-title{font-size:1.8rem;line-height:1.1}.smart-categories__card--style-enhanced .smart-categories__card-desc,.smart-categories__card--color-enhanced .smart-categories__card-desc{display:none}.smart-categories__footer{margin-top:2rem}.smart-categories__view-all-btn{padding:1rem 2rem;font-size:1.3rem}}@media screen and (max-width: 480px){.smart-categories__section--enhanced{padding:1.5rem .8rem}.smart-categories__header{margin-bottom:1.5rem}.smart-categories__subtitle{font-size:1.3rem}.smart-categories__grid--style-enhanced,.smart-categories__grid--color-enhanced{grid-template-columns:repeat(2,1fr);gap:.8rem}.smart-categories__card--style-enhanced,.smart-categories__card--color-enhanced{height:180px;min-width:140px}.smart-categories__card--style-enhanced .smart-categories__card-image,.smart-categories__card--color-enhanced .smart-categories__card-image{height:110px}.smart-categories__card--style-enhanced .smart-categories__card-content,.smart-categories__card--color-enhanced .smart-categories__card-content{padding:.8rem .4rem;height:70px;gap:.3rem}.smart-categories__card--style-enhanced .smart-categories__card-title,.smart-categories__card--color-enhanced .smart-categories__card-title{font-size:1.7rem;line-height:1.1}.smart-categories__card--style-enhanced .smart-categories__card-desc,.smart-categories__card--color-enhanced .smart-categories__card-desc{display:none}.smart-categories__footer{margin-top:1.5rem}.smart-categories__view-all-btn{padding:.9rem 1.8rem;font-size:1.2rem}}
/*# sourceMappingURL=/cdn/shop/t/52/assets/section-smart-categories.css.map */
