.product-showcase-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:2rem;margin-bottom:0}.product-showcase-item{display:block;text-decoration:none;color:inherit;text-align:left;transition:transform .3s ease,box-shadow .3s ease;padding:1rem;border-radius:var(--border-radius);position:relative;overflow:hidden}.product-showcase-item:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(var(--color-base-accent-1),.02),rgba(var(--color-base-accent-2),.02));opacity:0;transition:opacity .3s ease;border-radius:var(--border-radius)}.product-showcase-item:hover:before{opacity:1}.product-showcase-image-wrapper{margin-bottom:1rem;position:relative;overflow:hidden;border-radius:var(--border-radius);border:3px solid rgba(var(--color-foreground),.1);display:flex;aspect-ratio:1}.product-showcase-image{width:100%;height:100%;aspect-ratio:1;object-fit:cover;transition:transform .3s ease}.product-showcase-item:hover .product-showcase-image{transform:scale(1.05)}.product-showcase-placeholder{display:flex;align-items:center;justify-content:center;background:rgba(var(--color-foreground),.04);height:140px}.product-showcase-placeholder svg{width:60px;height:60px;opacity:.3}.product-showcase-content{position:relative;z-index:2}.product-showcase-title{font-size:1.4rem;font-weight:600;line-height:1.3;margin-bottom:.5rem;color:rgb(var(--color-foreground));transition:color .2s ease}.product-showcase-item:hover .product-showcase-title{color:rgb(var(--color-base-accent-1))}.product-showcase-subtitle{font-size:1.2rem;line-height:1.4;color:rgba(var(--color-foreground),.7);margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-showcase-footer{text-align:center;margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(var(--color-foreground),.1)}.product-showcase-footer .button{min-width:200px;transition:all .3s ease}.product-showcase-wrapper{list-style:none;padding:0;margin:0}.header__submenu--showcase{min-width:800px!important;max-width:1200px}.header__submenu--showcase .product-showcase-dropdown{margin:0 auto;padding:2rem}@media screen and (max-width: 1199px){.header__submenu--showcase{min-width:700px;left:0;transform:none}.product-showcase-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.5rem}}@media screen and (max-width: 989px){.header__submenu--showcase{position:static;transform:none;min-width:auto;max-width:none;width:100%}.product-showcase-dropdown{padding:1.5rem}}@media screen and (max-width: 749px){.product-showcase-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.product-showcase-dropdown{padding:1.5rem}.product-showcase-item{padding:.75rem}.product-showcase-image{height:120px}.product-showcase-title{font-size:1.2rem}.product-showcase-subtitle{font-size:1.1rem}.product-showcase-footer{margin-top:1.5rem;padding-top:1.5rem}.product-showcase-footer .button{min-width:auto;width:100%;max-width:300px}}@media screen and (max-width: 479px){.product-showcase-grid{grid-template-columns:1fr;gap:1rem}.product-showcase-item{padding:1rem}.product-showcase-image{height:160px}}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.header__submenu--showcase .product-showcase-dropdown{animation:dropdownFadeIn .3s ease}.product-showcase-item:focus{outline:2px solid rgb(var(--color-base-accent-1));outline-offset:2px}.product-showcase-item:focus:not(:focus-visible){outline:none}
/*# sourceMappingURL=/cdn/shop/t/120/assets/component-product-showcase-dropdown.css.map */
