.landing-product-grid{box-sizing:border-box}.landing-product-grid *,.landing-product-grid *:before,.landing-product-grid *:after{box-sizing:border-box}.lpg-wrap{display:grid;grid-template-columns:55% 45%}.lpg-hero{position:sticky;top:0;height:85svh;height:85vh;max-height:800px;overflow:hidden}.lpg-hero__img{width:100%;height:100%;object-fit:cover;display:block}.lpg-gallery{display:flex;flex-direction:column;height:100%}.lpg-gallery__main{position:relative;flex:1 1 auto;overflow:hidden}.lpg-gallery__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;display:block;opacity:0;transition:opacity .3s ease}.lpg-gallery__img--active{opacity:1}.lpg-gallery__thumbs{flex:0 0 auto;display:flex;gap:8px;padding:10px 8px;justify-content:center}.lpg-gallery__thumb{position:relative;width:52px;height:52px;border-radius:var(--media-radius, 5px);overflow:hidden;border:0;padding:0;cursor:pointer;background:none;flex-shrink:0;transition:box-shadow .15s,opacity .15s}.lpg-gallery__thumb img{width:100%;height:100%;object-fit:cover;display:block}.lpg-gallery__thumb:hover{opacity:.7}.lpg-gallery__thumb--active{box-shadow:0 0 0 .15rem rgb(var(--color-foreground))}.lpg-offer-badge{display:inline-block;margin-top:.4rem;padding:.3rem .75rem;background:#d10172;color:#fff;font-size:1.2rem;font-family:var(--font-body-family);font-weight:700;letter-spacing:.06em;text-transform:uppercase;border-radius:4px}.lpg-row__price{display:flex;align-items:baseline;gap:.4rem;margin-top:.2rem}.lpg-price--compare{font-size:1.2rem;font-family:var(--font-body-family);color:rgba(var(--color-foreground),.45);text-decoration:line-through}.lpg-price--current{font-size:1.4rem;font-family:var(--font-body-family);font-weight:600;color:rgb(var(--color-foreground))}.lpg-sidebar{display:flex;flex-direction:column;position:sticky;top:0;overflow:hidden;padding:1.75rem 2rem 0}.lpg-sidebar__header{flex:0 0 auto;padding-bottom:.5rem}.lpg-sidebar__title{margin:0 0 .25rem}.lpg-sidebar__subtitle{margin:0 0 .5rem;font-size:1.4rem;font-family:var(--font-body-family);font-style:var(--font-body-style);color:rgba(var(--color-foreground),.65)}.lpg-list{flex:1 1 0;overflow:visible;list-style:none;padding:0;margin:0}.lpg-row{display:flex;align-items:flex-start;gap:.9rem;padding:.75rem 0;border-bottom:1px solid rgba(0,0,0,.08)}.lpg-row:first-child{border-top:1px solid rgba(0,0,0,.08)}.lpg-row__image-wrap{position:relative;flex:0 0 88px;width:88px;height:88px;border-radius:8px;overflow:hidden;background:#f5f5f5}.lpg-row__img{width:100%;height:100%;object-fit:cover;display:block}.lpg-badge{position:absolute;left:0;top:0;bottom:0;width:20px;writing-mode:vertical-rl;text-orientation:mixed;transform:rotate(180deg);font-size:1.2rem;font-family:var(--font-body-family);font-weight:800;letter-spacing:.08em;text-transform:uppercase;display:flex;align-items:center;justify-content:center;color:#fff;z-index:1}.lpg-badge--green{background:#22c55e}.lpg-badge--yellow{background:#eab308;color:#000}.lpg-badge--pink{background:#d10172}.lpg-row__info{flex:1 1 auto;min-width:0}.lpg-row__name{font-size:1.4rem;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:rgb(var(--color-foreground));margin:0 0 .3rem;line-height:1.2}.lpg-row__desc-wrap{margin:0}.lpg-row__desc{font-size:1.3rem;font-family:var(--font-body-family);font-style:var(--font-body-style);line-height:1.4;color:rgba(var(--color-foreground),.75);margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;transition:none}.lpg-row__desc.is-expanded{display:block;-webkit-line-clamp:unset}.lpg-row__desc-toggle{background:none;border:none;padding:0;margin:.2rem 0 0;font-size:1.2rem;font-family:var(--font-body-family);color:rgba(var(--color-foreground),.75);cursor:pointer;text-decoration:underline;display:none}.lpg-row__desc-toggle.is-visible{display:inline}.lpg-row__rating{margin-top:.25rem}.lpg-row__qty-wrap{display:flex;align-items:center;align-self:center;gap:.5rem;flex:0 0 auto}.lpg-qty-btn{width:30px;height:30px;border-radius:50%;border:1.5px solid currentColor;background:none;font-size:1.8rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;color:rgb(var(--color-foreground));transition:background .12s,color .12s,border-color .12s;padding:0;flex-shrink:0}.lpg-qty-btn--minus:hover,.lpg-qty-btn--plus:hover{background:rgb(var(--color-foreground));color:rgb(var(--color-background));border-color:rgb(var(--color-foreground))}.lpg-qty-val{min-width:22px;text-align:center;font-size:1.6rem;font-family:var(--font-body-family);font-weight:600;color:rgb(var(--color-foreground));line-height:1}.lpg-checkout-panel{flex:0 0 auto;padding:.9rem 0 1.5rem;border-top:1px solid rgba(0,0,0,.1);display:flex;flex-direction:column;gap:.6rem}.lpg-subtotal{display:flex;justify-content:space-between;align-items:center;font-size:1.6rem;font-family:var(--font-body-family);font-weight:600;color:rgb(var(--color-foreground))}.lpg-checkout-btn{width:100%;text-align:center}.lpg-checkout-btn[disabled]{opacity:.35;cursor:not-allowed;pointer-events:none}.lpg-checkout-btn.loading{opacity:.7;cursor:wait}.lpg-guarantee{display:flex;align-items:center;justify-content:center;gap:.4rem;font-size:1.3rem;font-family:var(--font-body-family);font-style:var(--font-body-style);color:rgba(var(--color-foreground),.65);text-align:center}.lpg-guarantee__icon{width:18px;height:18px;object-fit:contain;flex-shrink:0}@media(max-width:749px){.lpg-wrap{grid-template-columns:1fr;min-height:auto}.lpg-hero{position:relative;height:55vw;min-height:220px;max-height:400px}.lpg-gallery__thumb{width:44px;height:44px}.lpg-sidebar{height:auto;position:relative;overflow:visible;padding:1.25rem 1rem 0}.lpg-list{overflow-y:visible;flex:none}.lpg-checkout-panel{position:sticky;bottom:0;background:#fff;border-top:1px solid rgba(0,0,0,.12);box-shadow:0 -4px 16px #00000014;padding:.9rem 1rem 1.25rem;margin:0 -1rem}}
/*# sourceMappingURL=/cdn/shop/t/74/assets/landing-product-grid.css.map */
