.ln-style-section{container-type:inline-size;overflow:hidden;padding:clamp(52px,6vw,76px) 0 clamp(58px,6vw,82px);color:var(--ln-style-text);background:var(--ln-style-bg)}.ln-style__inner{width:min(var(--ln-style-max-width),calc(100% - 44px));margin-inline:auto}.ln-style__head{display:flex;align-items:end;justify-content:space-between;gap:32px;margin-bottom:28px}.ln-style__head-copy{max-width:760px}.ln-style__eyebrow{margin:0 0 9px;color:var(--ln-style-muted);font-size:10px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.ln-style__head h2{margin:0;font-family:var(--font-heading-family),Georgia,"Times New Roman",serif;font-size:clamp(42px,4.4vw,58px);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);letter-spacing:-.04em;line-height:1;text-wrap:balance}.ln-style__intro{max-width:650px;margin:12px 0 0;color:var(--ln-style-muted);font-size:14px;line-height:1.6;text-wrap:pretty}.ln-style__controls{display:flex;flex:0 0 auto;gap:8px}.ln-style__nav{display:grid;width:44px;height:44px;padding:0;place-items:center;border:1px solid var(--ln-style-border);border-radius:50%;background:var(--ln-style-card-bg);color:var(--ln-style-text);cursor:pointer;transition:border-color .2s ease,background-color .2s ease,transform .2s ease}.ln-style__nav:hover:not(:disabled){border-color:var(--ln-style-text);transform:translateY(-1px)}.ln-style__nav:active:not(:disabled){transform:translateY(1px)}.ln-style__nav:disabled{opacity:.3;cursor:not-allowed}.ln-style__nav span{display:block;margin-top:-2px;font-size:24px;line-height:1}.ln-style__viewport{overflow:hidden}.ln-style-gallery{display:grid;grid-auto-flow:column;grid-auto-columns:max(var(--ln-style-card-min),calc((100% - (var(--ln-style-gap) * (var(--ln-style-cards) - 1))) / var(--ln-style-cards)));gap:var(--ln-style-gap);overflow-x:auto;padding:1px 0 6px;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}.ln-style-gallery::-webkit-scrollbar,.ln-style-products::-webkit-scrollbar,.ln-style-modal__tabs::-webkit-scrollbar{display:none}.ln-style-card{position:relative;min-width:0;overflow:hidden;border:1px solid var(--ln-style-border);border-radius:var(--ln-style-radius);background:var(--ln-style-card-bg);aspect-ratio:var(--ln-style-aspect);scroll-snap-align:start;scroll-snap-stop:always}.ln-style-card__media{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;padding:0;overflow:hidden;border:0;background:var(--ln-style-soft-bg);cursor:pointer}.ln-style-card__media img,.ln-style-card__placeholder{display:block;width:100%;height:100%;object-fit:var(--ln-style-image-fit);transition:transform .45s ease}.ln-style-card:hover .ln-style-card__media img{transform:scale(1.025)}.ln-style-card__gradient{position:absolute;right:0;bottom:0;left:0;height:58%;background:linear-gradient(180deg,transparent 0%,var(--ln-style-overlay-soft) 24%,var(--ln-style-overlay) 78%,var(--ln-style-overlay-strong) 100%);pointer-events:none}.ln-style-card__badge{position:absolute;top:11px;left:11px;z-index:3;max-width:calc(100% - 22px);padding:6px 9px;border:1px solid rgba(255,255,255,.72);border-radius:999px;background:#fffffff0;color:var(--ln-style-text);font-size:9px;font-weight:800;letter-spacing:.04em;line-height:1.2;text-transform:uppercase}.ln-style-card__content{position:absolute;right:10px;bottom:10px;left:10px;z-index:3;display:grid;gap:9px;color:#fff;pointer-events:none}.ln-style-card__story{min-width:0;padding-inline:4px;text-shadow:0 2px 10px rgba(0,0,0,.55)}.ln-style-card__meta{display:block;margin-bottom:4px;color:var(--ln-style-caption-title);font-size:9px;font-weight:750;line-height:1.25}.ln-style-card__quote{display:-webkit-box;margin:0;overflow:hidden;color:var(--ln-style-caption-text);font-size:12px;font-weight:700;line-height:1.34;-webkit-box-orient:vertical;-webkit-line-clamp:2}.ln-style-products{display:flex;gap:7px;overflow-x:auto;padding:0 1px 1px;overscroll-behavior-inline:contain;pointer-events:auto;scroll-snap-type:x mandatory;scrollbar-width:none;touch-action:pan-x}.ln-style-product-pill{display:grid;flex:0 0 calc(100% - 48px);grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:9px;min-width:0;min-height:62px;padding:8px;border:1px solid rgba(255,255,255,.68);border-radius:9px;background:#fffffff5;color:var(--ln-style-card-text);box-shadow:0 12px 28px #211f1c24;cursor:pointer;text-align:left;scroll-snap-align:start;scroll-snap-stop:always;transition:box-shadow .2s ease,transform .2s ease}.ln-style-product-pill:hover{box-shadow:0 14px 30px #211f1c33;transform:translateY(-1px)}.ln-style-product-pill:active{transform:translateY(1px)}.ln-style-product-pill img,.ln-style-product-pill .placeholder-svg{display:block;width:48px;height:48px;border:1px solid var(--ln-style-border);border-radius:7px;background:var(--ln-style-soft-bg);object-fit:cover}.ln-style-product-pill__copy{min-width:0}.ln-style-product-pill strong,.ln-style-product-pill small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ln-style-product-pill strong{font-size:11px;line-height:1.2}.ln-style-product-pill small{margin-top:3px;color:var(--ln-style-muted);font-size:10px}.ln-style-product-pill .ln-style-discount-price{display:flex;align-items:baseline;gap:5px}.ln-style-discount-price s{color:var(--ln-style-muted)}.ln-style-discount-price b{color:var(--ln-style-card-text);font-weight:800}.ln-style-product-pill em{padding:9px 10px;border-radius:7px;background:var(--ln-style-button-bg);color:var(--ln-style-button-text);font-size:10px;font-style:normal;font-weight:800;white-space:nowrap}.ln-style-card__link{width:fit-content;color:#fff;font-size:12px;font-weight:750;pointer-events:auto;text-underline-offset:4px}.ln-style__footer{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:18px;color:var(--ln-style-muted);font-size:11px}.ln-style__footer p{margin:0}.ln-style__progress{position:relative;width:170px;height:2px;overflow:hidden;background:var(--ln-style-border)}.ln-style__progress span{position:absolute;inset:0 auto 0 0;width:18%;background:var(--ln-style-text);transition:width .2s ease}.ln-style-modal[hidden],.ln-style-modal__panel[hidden]{display:none!important}.ln-style-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:grid;place-items:center;padding:24px}.ln-style-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#181512ad;cursor:pointer}.ln-style-modal__dialog{position:relative;z-index:1;width:min(1060px,96vw);max-height:92svh;overflow:auto;border:1px solid var(--ln-style-border);border-radius:18px;background:var(--ln-style-card-bg);color:var(--ln-style-card-text);box-shadow:0 34px 90px #211f1c4d}.ln-style-modal__close{position:sticky;top:14px;left:calc(100% - 58px);z-index:4;display:grid;width:44px;height:44px;margin:14px 14px -58px auto;padding:0;place-items:center;border:1px solid var(--ln-style-border);border-radius:50%;background:#fffffff5;color:var(--ln-style-text);font-size:25px;line-height:1;cursor:pointer}.ln-style-modal__layout{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(340px,.88fr);min-height:min(680px,86svh)}.ln-style-modal__media{min-height:620px;background:var(--ln-style-soft-bg)}.ln-style-modal__media>img,.ln-style-modal__media>.placeholder-svg{display:block;width:100%;height:100%;min-height:inherit;background:var(--ln-style-soft-bg);object-fit:var(--ln-style-modal-image-fit)}.ln-style-modal__shop{display:grid;align-content:start;gap:16px;padding:42px 32px 30px}.ln-style-modal__shop-head span{display:block;margin-bottom:8px;color:var(--ln-style-muted);font-size:10px;font-weight:750;letter-spacing:.14em;text-transform:uppercase}.ln-style-modal__shop-head h2{margin:0;font-family:var(--font-heading-family),Georgia,"Times New Roman",serif;font-size:clamp(32px,3vw,40px);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);letter-spacing:-.035em;line-height:1.04}.ln-style-modal__customer{display:grid;gap:5px}.ln-style-modal__customer strong{color:var(--ln-style-muted);font-size:11px;font-weight:750}.ln-style-modal__customer p{margin:0;color:var(--ln-style-muted);font-size:13px;line-height:1.55}.ln-style-modal__tabs{display:flex;gap:8px;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.ln-style-modal__tab{display:grid;flex:1 0 min(210px,70%);grid-template-columns:46px minmax(0,1fr);align-items:center;gap:10px;min-height:58px;padding:7px;border:1px solid var(--ln-style-border);border-radius:8px;background:var(--ln-style-card-bg);color:inherit;cursor:pointer;text-align:left}.ln-style-modal__tab.is-active{border-color:var(--ln-style-text);background:var(--ln-style-soft-bg);box-shadow:inset 0 0 0 1px var(--ln-style-text)}.ln-style-modal__tab img,.ln-style-modal__tab .placeholder-svg{width:46px;height:46px;border-radius:6px;background:var(--ln-style-soft-bg);object-fit:cover}.ln-style-modal__tab span{overflow:hidden;font-size:12px;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.ln-style-modal__panel.is-active{display:grid;gap:16px}.ln-style-modal-product{display:grid;grid-template-columns:104px minmax(0,1fr);gap:16px;padding:16px;border:1px solid var(--ln-style-border);background:var(--ln-style-soft-bg)}.ln-style-modal-product__image{display:block;width:104px;height:104px;overflow:hidden;border:1px solid var(--ln-style-border);background:var(--ln-style-card-bg)}.ln-style-modal-product__image img,.ln-style-modal-product__image .placeholder-svg{display:block;width:100%;height:100%;object-fit:contain}.ln-style-modal-product__info a{color:inherit;text-decoration:none}.ln-style-modal-product__info h3{margin:0;font-size:17px;line-height:1.25}.ln-style-modal-product__price{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px;margin-top:9px;font-size:15px;font-variant-numeric:tabular-nums}.ln-style-modal-product__price span{flex:0 0 100%;color:var(--ln-style-muted);font-size:10px;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.ln-style-modal-product__price s,.ln-style-modal-product__info p,.ln-style-view-full{color:var(--ln-style-muted)}.ln-style-modal-product__price strong{color:var(--ln-style-card-text);font-size:18px}.ln-style-modal-product__info p{margin:9px 0 0;font-size:11px;line-height:1.5}.ln-style-modal-product__availability{margin-top:8px;color:var(--ln-style-muted);font-size:11px;font-weight:700}.ln-style-modal-product__availability:before{display:inline-block;width:7px;height:7px;margin-right:6px;border-radius:50%;background:currentColor;content:""}.ln-style-modal-product__availability[data-available=true]{color:#2f6b4b}.ln-style-product-form{display:grid;gap:10px}.ln-style-form-error{display:flex;align-items:flex-start;gap:7px;margin-bottom:10px;color:#9b2c2c;font-size:12px;line-height:1.4}.ln-style-form-error[hidden]{display:none}.ln-style-form-error>span:first-child{display:grid;flex:0 0 18px;width:18px;height:18px;place-items:center;border:1px solid currentColor;border-radius:50%;font-size:11px;font-weight:800}.ln-style-variant-select{display:grid;gap:6px;font-size:11px;font-weight:750;letter-spacing:.06em;text-transform:uppercase}.ln-style-variant-select select{width:100%;min-height:44px;padding:0 12px;border:1px solid var(--ln-style-border);border-radius:6px;background:var(--ln-style-card-bg);color:inherit}.ln-style-atc,.ln-style-view-full{display:inline-flex;align-items:center;justify-content:center;min-height:48px;border-radius:6px;font-weight:800;text-decoration:none}.ln-style-atc{position:relative;border:1px solid var(--ln-style-button-bg);background:var(--ln-style-button-bg);color:var(--ln-style-button-text);cursor:pointer}.ln-style-atc .loading__spinner{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%)}.ln-style-atc.loading [data-ln-atc-label]{opacity:0}.ln-style-atc[disabled],.ln-style-atc[aria-disabled=true]{opacity:.55;cursor:not-allowed}.ln-style-view-full{border:1px solid var(--ln-style-border);color:var(--ln-style-card-text)}.ln-style-modal-open{overflow:hidden}.ln-style-section :is(button,a,select):focus-visible{outline:3px solid color-mix(in srgb,var(--ln-style-text) 36%,transparent);outline-offset:3px}@media(max-width:989px){.ln-style-modal__layout{grid-template-columns:1fr}.ln-style-modal__media{min-height:480px;max-height:58svh}}@media(max-width:749px){.ln-style-section{padding:52px 0 58px}.ln-style__inner{width:calc(100% - 28px)}.ln-style__head{display:block;margin-bottom:20px}.ln-style__head h2{font-size:39px}.ln-style__intro{font-size:13px}.ln-style__controls,.ln-style__footer{display:none}.ln-style__viewport{margin-right:-14px;overflow:visible}.ln-style-gallery{display:flex;gap:var(--ln-style-mobile-gap);padding-right:14px;overscroll-behavior-inline:contain}.ln-style-card{flex:0 0 var(--ln-style-mobile-card-width);width:var(--ln-style-mobile-card-width);min-width:var(--ln-style-mobile-card-width)}.ln-style-card__content{right:8px;bottom:8px;left:8px}.ln-style-product-pill{flex-basis:calc(100% - 47px)}.ln-style-modal{align-items:end;padding:0}.ln-style-modal__dialog{width:100%;max-height:92svh;padding-bottom:env(safe-area-inset-bottom);border-radius:18px 18px 0 0}.ln-style-modal__close{top:12px;left:calc(100% - 56px);margin:12px 12px -56px auto}.ln-style-modal__media{min-height:390px;max-height:50svh}.ln-style-modal__shop{padding:26px 18px 22px}.ln-style-modal__shop-head h2{font-size:31px}.ln-style-modal__tab{flex-basis:min(220px,76vw)}.ln-style-modal-product{grid-template-columns:92px minmax(0,1fr);gap:12px;padding:12px}.ln-style-modal-product__image{width:92px;height:92px}}@media(prefers-reduced-motion:reduce){.ln-style-gallery{scroll-behavior:auto}.ln-style-card__media img,.ln-style-product-pill,.ln-style__nav,.ln-style__progress span{transition:none}.ln-style-card:hover .ln-style-card__media img,.ln-style-product-pill:hover,.ln-style__nav:hover:not(:disabled){transform:none}}
/*# sourceMappingURL=/cdn/shop/t/38/assets/luminova-style-gallery.css.map */
