.products-showcase-section{padding:0;margin:0;background-color:#fff;width:100%;box-sizing:border-box}.products-showcase-section .container{max-width:none;width:100%;margin:0;padding:80px 30px;box-sizing:border-box}.products-showcase-section .section-header{text-align:center;margin-bottom:70px}.products-showcase-section .section-title{font-size:2.25rem;font-weight:300;color:#2c2c2c;margin-bottom:20px;line-height:1.3;letter-spacing:.5px;font-family:Helvetica Neue,Arial,sans-serif}.products-showcase-section .section-subtitle{font-size:1rem;color:#888;max-width:500px;margin:0 auto;line-height:1.6;font-weight:300}.products-showcase-section .products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:40px;margin-bottom:60px}.products-showcase-section .product-card{background:#fff;border:none;overflow:hidden;transition:all .4s ease;position:relative;text-align:center}.products-showcase-section .product-card:hover{transform:translateY(-2px)}.products-showcase-section .product-image{position:relative;overflow:hidden;aspect-ratio:1;background:#fafafa;margin-bottom:25px}.products-showcase-section .product-image img{width:100%;height:100%;object-fit:cover;transition:opacity .4s ease;position:absolute;top:0;left:0}.products-showcase-section .product-image img:first-child{z-index:2}.products-showcase-section .product-image img:nth-child(2){z-index:1;opacity:0}.products-showcase-section .product-card:hover .product-image img:first-child{opacity:0}.products-showcase-section .product-card:hover .product-image img:nth-child(2){opacity:1}.products-showcase-section .no-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f8f8f8;color:#ccc;font-size:.875rem;font-weight:300}.products-showcase-section .sale-badge{position:absolute;top:20px;left:20px;background:#2c2c2c;color:#fff;padding:5px 12px;border-radius:0;font-size:.75rem;font-weight:400;letter-spacing:.5px;text-transform:uppercase}.products-showcase-section .product-info{padding:0;text-align:center}.products-showcase-section .product-title{margin:0 0 10px;font-size:1rem;font-weight:400;line-height:1.4;letter-spacing:.3px;color:#2c2c2c}.products-showcase-section .product-title a{color:#2c2c2c;text-decoration:none;transition:color .3s ease}.products-showcase-section .product-title a:hover{color:#666}.products-showcase-section .product-vendor{font-size:.8rem;color:#aaa;margin:0 0 15px;text-transform:uppercase;letter-spacing:1px;font-weight:300}.products-showcase-section .product-price{margin:15px 0 20px;display:flex;align-items:center;justify-content:center;gap:12px;font-family:Helvetica Neue,Arial,sans-serif}.products-showcase-section .price-current{font-size:1.1rem;font-weight:400;color:#2c2c2c;letter-spacing:.3px}.products-showcase-section .price-old{font-size:.95rem;color:#aaa;text-decoration:line-through;font-weight:300}.products-showcase-section .product-description{font-size:.85rem;color:#888;line-height:1.6;margin:15px 0 25px;font-weight:300}.products-showcase-section .product-form{margin-top:25px}.products-showcase-section .btn-add-to-cart{width:auto;background:transparent;color:#2c2c2c;border:1px solid #2c2c2c;padding:12px 30px;border-radius:0;font-size:.8rem;font-weight:400;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;font-family:Helvetica Neue,Arial,sans-serif}.products-showcase-section .btn-add-to-cart:hover{background:#2c2c2c;color:#fff;transform:none;box-shadow:none}.products-showcase-section .btn-sold-out{background:transparent!important;color:#ccc!important;border-color:#ccc!important;cursor:not-allowed!important}.products-showcase-section .btn-sold-out:hover{background:transparent!important;color:#ccc!important;transform:none!important}.products-showcase-section .product-price-actions{display:flex;flex-direction:column;align-items:center;gap:15px}.products-showcase-section .color-options{display:flex;justify-content:center;gap:8px;margin:15px 0}.products-showcase-section .color-option{width:20px;height:20px;border-radius:50%;border:1px solid #e0e0e0;cursor:pointer;transition:all .3s ease}.products-showcase-section .color-option.white{background:#fff}.products-showcase-section .color-option.yellow{background:gold}.products-showcase-section .color-option.rose{background:#f7c6c7}.products-showcase-section .color-option.black{background:#2c2c2c}.products-showcase-section .color-option:hover{transform:scale(1.1);border-color:#2c2c2c}.products-showcase-section .more-options{margin-top:20px}.products-showcase-section .more-options-link{font-size:.8rem;color:#888;text-decoration:none;text-transform:uppercase;letter-spacing:.5px;font-weight:300;border-bottom:1px solid transparent;transition:all .3s ease}.products-showcase-section .more-options-link:hover{color:#2c2c2c;border-bottom-color:#2c2c2c}.products-showcase-section .section-footer{text-align:center;margin-top:60px}.products-showcase-section .btn-view-all{display:inline-block;background:transparent;color:#2c2c2c;border:1px solid #2c2c2c;padding:15px 40px;border-radius:0;text-decoration:none;font-weight:400;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;font-size:.8rem}.products-showcase-section .btn-view-all:hover{background:#2c2c2c;color:#fff;transform:none;box-shadow:none}@media (max-width: 1024px){.products-showcase-section .container{padding:80px 25px}.products-showcase-section .products-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:35px}}@media (max-width: 768px){.products-showcase-section .container{padding:60px 20px}.products-showcase-section .section-title{font-size:2rem}.products-showcase-section .products-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}.products-showcase-section .section-header{margin-bottom:50px}.products-showcase-section .btn-add-to-cart{width:100%}}@media (max-width: 480px){.products-showcase-section .section-title{font-size:1.75rem}.products-showcase-section .products-grid{grid-template-columns:1fr;gap:25px}.products-showcase-section .sale-badge{top:15px;left:15px;padding:4px 8px;font-size:.7rem}.products-showcase-section .container{padding:40px 15px}}.products-showcase-section .product-card:before{content:"";position:absolute;bottom:0;left:50%;width:0;height:1px;background:#e0e0e0;transition:all .3s ease;transform:translate(-50%)}.products-showcase-section .product-card:hover:before{width:80%}@media (max-width: 768px){.products-showcase-section .products-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:15px;padding-bottom:10px}.products-showcase-section .product-card{min-width:75%;flex:0 0 auto;scroll-snap-align:start;border:1px solid #f0f0f0;border-radius:6px;background:#fff;box-shadow:0 2px 5px #0000000d}.products-showcase-section .product-image img{border-bottom:1px solid #f0f0f0}.products-showcase-section .products-grid::-webkit-scrollbar{display:none}.products-showcase-section .products-grid{-ms-overflow-style:none;scrollbar-width:none}.products-showcase-section:after{content:"\2192  \10d2\10d0\10d3\10d0\10e1\10ec\10d8\10d4";display:block;text-align:right;font-size:.8rem;color:#aaa;margin-top:-10px;padding-right:10px}.btn-add-to-cart{padding:5px 8px!important;font-size:14px!important;border-radius:6px!important}.btn-add-to-cart:hover{transform:scale(1.03)!important;transition:.2s ease!important}.btn-add-to-cart{border-left:0px!important;border-right:0px!important;border-bottom:0px!important;border-top:0px!important;border-radius:0!important}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/products-showcase.css.map */
