.espace-section{padding:40px 0 20px}.espace-container{max-width:1300px;margin:0 auto;padding:0 20px}.espace-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:0;flex-wrap:wrap;gap:10px}.espace-title{font-size:24px;font-weight:900;text-transform:uppercase;letter-spacing:1px;margin:0}.espace-tabs{display:flex;gap:0;flex-wrap:wrap}.espace-tab{padding:10px 22px;background:none;border:none;font-family:inherit;font-weight:700;font-size:14px;color:#777;cursor:pointer;transition:all .3s;border-radius:4px}.espace-tab.active{background:#d4a017;color:#fff}.espace-tab:hover:not(.active){color:#b8860b}.espace-mobile-select{display:none}.espace-grid{display:grid;grid-template-columns:250px 1fr;gap:0;border:2px solid #D4A017;border-radius:4px;background:#fff;overflow:hidden;margin-top:10px}.espace-banner{position:relative;background:#f0f0ec;overflow:hidden;min-height:100%}.espace-banner>img{width:100%;height:100%;object-fit:cover;display:block}.espace-banner-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:space-between;padding:20px;background:linear-gradient(180deg,#0000001a,#00000059)}.espace-banner-title{font-size:28px;font-weight:900;color:#fff;text-transform:uppercase;letter-spacing:2px;text-shadow:0 2px 8px rgba(0,0,0,.4)}.espace-banner-btn{display:block;background:#d4a017;color:#fff!important;padding:12px 30px;text-decoration:none;font-weight:800;font-size:14px;text-transform:uppercase;letter-spacing:1px;text-align:center;transition:background .3s}.espace-banner-btn:hover{background:#b8860b}.espace-products-wrapper{position:relative;overflow:hidden}.espace-tab-content{display:none}.espace-tab-content.active{display:grid;grid-template-columns:repeat(4,1fr)}.espace-product{padding:15px;text-decoration:none;color:#333;position:relative;border-left:1px solid #e8e8e4;border-bottom:1px solid #e8e8e4;display:flex;flex-direction:column;transition:box-shadow .3s;background:#fff}.espace-product:hover{box-shadow:0 4px 20px #0000001a;z-index:2}.product-wishlist{position:absolute;top:10px;left:10px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#ccc;transition:color .3s;z-index:3;background:none;border:none;padding:0}.product-wishlist:hover{color:#e74c3c}.product-wishlist svg{width:20px;height:20px}.espace-product-img{width:100%;aspect-ratio:1;display:flex;align-items:center;justify-content:center;margin-bottom:10px;overflow:hidden}.espace-product-img img{max-width:100%;max-height:140px;object-fit:contain;transition:transform .3s}.espace-product:hover .espace-product-img img{transform:scale(1.05)}.espace-product-name{font-size:13px;font-weight:700;color:#1a1a1a;line-height:1.3;margin-bottom:3px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.espace-product-desc{font-size:11px;color:#999;line-height:1.3;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.espace-product-price{font-size:16px;font-weight:900;color:#e8772e;margin-bottom:10px}.product-qty-cart{display:flex;align-items:center;gap:6px;margin-top:auto}.qty-wrap{display:flex;align-items:center;border:2px solid #f6ac44;border-radius:6px;overflow:hidden;flex:1}.qty-btn{width:30px;height:32px;background:#f6ac44;color:#fff;border:none;font-size:18px;font-weight:800;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;line-height:1;transition:background .2s}.qty-btn:hover{background:#e09b30}.qty-val{flex:1;height:32px;text-align:center;border:none;font-family:inherit;font-size:14px;font-weight:700;color:#333;background:#fff;min-width:30px;-moz-appearance:textfield}.qty-val::-webkit-outer-spin-button,.qty-val::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-add-btn{width:36px;height:36px;background:#f6ac44;color:#fff;border:none;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0}.cart-add-btn:hover{background:#e09b30}.cart-add-btn svg{width:18px;height:18px}.cart-add-btn.added{background:#4caf50}.product-qty-selector{display:inline-flex;align-items:center;border:2px solid #D4A017;border-radius:8px;overflow:hidden}.product-qty-btn{width:48px;height:48px;background:#d4a017;color:#fff;border:none;font-size:22px;font-weight:900;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.product-qty-btn:hover{background:#b8860b}.product-qty-input{width:60px;height:48px;text-align:center;border:none;font-family:inherit;font-size:18px;font-weight:800;color:#333;background:#fff;-moz-appearance:textfield}.product-qty-input::-webkit-outer-spin-button,.product-qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}@media (max-width: 1024px){.espace-grid{grid-template-columns:200px 1fr}.espace-tab-content.active{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.espace-grid{grid-template-columns:1fr;border:none}.espace-banner,.espace-tabs{display:none}.espace-mobile-select{display:block}.espace-select{padding:10px 35px 10px 16px;background:#1a1a1a;color:#fff;border:none;border-radius:6px;font-family:inherit;font-weight:700;font-size:14px;text-transform:uppercase;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='white' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.espace-tab-content.active{grid-template-columns:repeat(2,1fr);border:1px solid #e8e8e4;border-radius:8px;overflow:hidden}.espace-header{flex-direction:row;align-items:center;justify-content:space-between}.espace-title{font-size:18px}.espace-product{padding:12px;border-left:none;border-bottom:1px solid #e8e8e4;border-right:1px solid #e8e8e4}.espace-product:nth-child(odd){border-right:1px solid #e8e8e4}.espace-product:nth-child(2n){border-right:none}.espace-product:nth-child(n+3):nth-child(n+3){border-bottom:none}.espace-product:nth-child(n+5){display:none}}@media (max-width: 480px){.espace-product{padding:10px}.espace-product-name{font-size:12px}.espace-product-price{font-size:14px}.qty-btn{width:26px;height:28px;font-size:16px}.qty-val{height:28px;font-size:12px}.cart-add-btn{width:32px;height:32px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/custom-espace.css.map */
