:root{--color-soft-vellum: #f9f8f6;--color-burnished-brass: #c5a059;--color-espresso-wood: #4a3b32;--color-luxury-sale: #c5a059}.custom-grid-section{background-color:var(--color-soft-vellum);padding:5rem 4%;font-family:inherit}.custom-grid-section__title{font-family:var(--font-heading-family);font-size:3.2rem;color:var(--color-espresso-wood);text-align:center;margin-bottom:4rem;font-weight:300;letter-spacing:-.01em}.custom-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:3rem;width:100%;max-width:1400px;margin:0 auto}.custom-product-card{position:relative;background:#fff;border-radius:8px;overflow:hidden;display:flex;flex-direction:column;transition:transform .4s ease;box-shadow:0 2px 10px #00000005}.custom-product-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000000f}.custom-product-card__image-wrapper{position:relative;width:100%;background-color:#f2f2f2;overflow:hidden;padding-top:125%}.custom-product-card__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;padding:16px;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.custom-product-card:hover .custom-product-card__image{transform:scale(1.03)}.custom-product-card__badge{position:absolute;top:15px;right:15px;background-color:var(--color-luxury-sale);color:#fff;font-weight:600;z-index:2;display:flex;align-items:center;justify-content:center;pointer-events:none;line-height:1}.custom-quick-btn{background-color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--color-espresso-wood);transition:all .25s ease;padding:0}.custom-quick-btn:hover{background-color:var(--color-burnished-brass);color:#fff}.custom-quick-btn svg{width:20px;height:20px;fill:currentColor;transition:all .3s ease}.custom-quick-btn--fav{color:transparent!important;background-color:#fff!important}.custom-quick-btn--fav svg{stroke:var(--color-burnished-brass);stroke-width:2px;fill:transparent}.custom-quick-btn--fav.active svg{fill:var(--color-burnished-brass)}@keyframes spinAction{to{transform:rotate(360deg)}}.is-loading svg{animation:spinAction .8s linear infinite;opacity:.5}@media screen and (min-width:750px){.custom-product-card__badge{padding:.6rem 1.4rem;border-radius:20px;font-size:1.2rem;letter-spacing:.05em}.custom-product-card__info{padding:2rem 1.5rem;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;flex-grow:1}.custom-card-actions{display:flex;flex-direction:column;align-items:center;gap:8px;flex-shrink:0}.custom-card-actions{opacity:0;transition:opacity .3s ease}.custom-product-card:hover .custom-card-actions{opacity:1}.custom-mobile-pill{display:flex;flex-direction:column;gap:8px;background:transparent}.custom-quick-btn{width:40px;height:40px;border-radius:50%;box-shadow:0 4px 12px #0000000f;border:1px solid #eaeaea}}@media screen and (max-width:749px){.custom-grid-section{padding:4rem 2rem}.custom-product-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.custom-product-card__badge{top:auto;bottom:10px;right:10px;width:40px;height:40px;border-radius:50%;font-size:1.1rem;padding:0}.custom-product-card__info{padding:1.5rem 1rem;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;flex-grow:1}.custom-card-actions{display:flex;flex-direction:column;align-items:center;gap:10px;flex-shrink:0}.custom-quick-btn--fav{width:36px;height:36px;border-radius:50%;box-shadow:0 4px 12px #00000014}.custom-mobile-pill{display:flex;flex-direction:column;background-color:#fff;border-radius:30px;box-shadow:0 4px 12px #00000014;overflow:hidden}.custom-mobile-pill .custom-quick-btn{width:36px;height:36px}.custom-mobile-pill .custom-quick-btn--view{border-bottom:1px solid #eeeeee}}.custom-product-card__text-block{flex:1;padding-right:10px;text-align:left}.custom-product-card__title{font-size:1.8rem;font-weight:400;color:var(--color-espresso-wood);margin:0 0 1rem;text-decoration:none;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:5rem}.custom-product-card__title a{color:inherit;text-decoration:none}.custom-product-card__price-wrapper{display:flex;flex-direction:column;gap:.3rem}.custom-product-card__price-compare{font-size:1.4rem;color:#8c8c8c;text-decoration:line-through}.custom-product-card__price-current{font-size:2.2rem;font-weight:600;color:var(--color-luxury-sale)}.custom-product-card__price-currency{font-size:1.6rem;margin-right:.2rem}@media screen and (max-width:749px){.custom-product-card__title{font-size:1.4rem;height:4rem;margin:0 0 .8rem}.custom-product-card__price-compare{font-size:1.2rem}.custom-product-card__price-current{font-size:1.7rem}.custom-product-card__price-currency{font-size:1.3rem}}.lume-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;z-index:99999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .3s ease;padding:20px}.lume-modal.is-open{opacity:1;visibility:visible}.lume-modal__content{position:relative;background:var(--color-soft-vellum);width:100%;max-width:850px;border-radius:16px;padding:40px;display:flex;gap:40px;box-shadow:0 20px 40px #0003;box-sizing:border-box}.lume-modal__close{position:absolute;top:15px;right:20px;font-size:3.2rem;background:none;border:none;cursor:pointer;color:var(--color-espresso-wood);line-height:1;transition:color .3s;z-index:10}.lume-modal__close:hover{color:var(--color-burnished-brass)}.lume-modal__badge{position:absolute;top:20px;left:20px;background-color:var(--color-luxury-sale);color:#fff;padding:.6rem 1.4rem;border-radius:20px;font-weight:600;font-size:1.2rem;display:none;z-index:2}.lume-modal__image-container{flex:1.2;background:#fff;border-radius:8px;padding:20px;display:flex;align-items:center;justify-content:center;position:relative;min-height:300px}.lume-modal__image-container img{width:100%;max-height:450px;object-fit:contain}.lume-modal__info{flex:1;display:flex;flex-direction:column;justify-content:center;text-align:left}.lume-modal__title{font-family:var(--font-heading-family);font-size:2.8rem;color:var(--color-espresso-wood);margin:0 0 15px;font-weight:300;line-height:1.2}.lume-modal__prices{display:flex;align-items:baseline;gap:10px;margin-bottom:30px}.lume-modal__price-compare{font-size:1.6rem;color:#8c8c8c;text-decoration:line-through}.lume-modal__price-current{font-size:2.8rem;font-weight:600;color:var(--color-luxury-sale)}.lume-modal__cart-btn{background:var(--color-burnished-brass);color:#fff;border:none;padding:16px 30px;font-size:1.5rem;border-radius:4px;cursor:pointer;text-transform:uppercase;letter-spacing:.1em;font-weight:500;transition:background .3s;margin-bottom:20px;width:100%}.lume-modal__cart-btn:hover{background:var(--color-espresso-wood)}.lume-modal__link{text-align:center;color:var(--color-espresso-wood);text-decoration:underline;font-size:1.4rem;transition:color .3s}.lume-modal__link:hover{color:var(--color-burnished-brass)}@media screen and (max-width:749px){.lume-modal__content{flex-direction:column;padding:40px 20px 30px;gap:20px;max-height:90vh;overflow-y:auto}.lume-modal__title{font-size:2.2rem}.lume-modal__image-container img{max-height:250px}.lume-modal__badge{top:15px;left:15px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/lume-product-grid.css.map */
