.shop-tabs{display:flex;justify-content:center;gap:1.5rem}.shop-tab{border:2px solid #4a3c28;border-radius:12px;padding:1rem;text-align:center;width:160px;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 4px #0000000d;margin:2rem;text-decoration:none}.shop-tab img{width:100%;display:block;margin:0 auto .5rem}.shop-tab span{font-size:15px;font-weight:600;color:#4a3b2c}.shop-tab.active{border:2px solid #4a3c28}.shop-tab.active span{color:#000}@media screen and (max-width: 768px){.shop-tab{margin-inline:10px}.shop-tabs{gap:0}}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin:0 auto;box-sizing:border-box}@media (max-width: 1024px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.products-grid{grid-template-columns:repeat(2,1fr)}}.product-card{display:flex;flex-direction:column;border:2px solid #4a3c28;border-radius:12px;box-shadow:0 2px 6px #0000000d;transition:transform .3s ease,box-shadow .3s ease;overflow:hidden}.product-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #0000001a}.product-card-inner{padding:10px;height:100%;display:flex;flex-direction:column}.product-card .product-form__buttons button{width:100%;color:#4a3c28;padding:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s;text-transform:uppercase;background:#fff9f2;border:2px solid #b67c40;border-radius:12px;box-shadow:3px 3px #c6a984}.product-image img{width:100%;height:auto;display:block;border:1px solid #f2efe9;border-radius:12px 12px 0 0}.product-info{padding:.8rem 1rem;flex-grow:1}.product-title{font-size:15px;font-weight:600;margin-bottom:.4rem;color:#3b2a1a}.product-title a{text-decoration:none;color:inherit}.product-price{font-size:15px;font-weight:700;color:#3b2a1a}.product-price .old-price{font-size:13px;color:#888;text-decoration:line-through}.pack-options{display:flex;flex-wrap:wrap;gap:.5rem;padding:.5rem 1rem}.pack-btn{flex:1;min-width:80px;padding:8px 12px;border:1px solid #ddd;background:#fff;border-radius:8px;cursor:pointer;font-size:16px;font-weight:700;transition:all .3s}.pack-btn.active{background:#d4af37;border-color:#d4af37;color:#000}.add-to-cart{width:100%;color:#4a3c28;padding:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s;text-transform:uppercase;background:#fff9f2;border:2px solid #b67c40;border-radius:12px;box-shadow:3px 3px #c6a984}.add-to-cart:hover{background:#fff;color:#4a3c28;border:2px solid #4a3c28}
/*# sourceMappingURL=/cdn/shop/t/26/assets/section-collection-page.css.map */
