.lhotse-mini{--lh-ink: #343333;--lh-primary: #343333;--lh-green: #708353;--lh-green-dark: #455540;--lh-steel: #597586;--lh-beige: #e4e1d7;--lh-mauve: #b7a4ac;--lh-white: #ffffff;--lh-surface: #f8f9fa;--lh-surface-2: #f3f4f5;--lh-surface-3: #edeeef;--lh-border: #e1e3e4;--lh-muted: #605e5e;--lh-muted-2: #45483e;--lh-container: 1280px;--lh-gutter: 24px;--lh-radius: 4px;--lh-radius-lg: 8px;--lh-radius-sm: 2px;--lh-radius-pill: 999px;--lh-section-y: clamp(44px, 5.5vw, 72px);--lh-font: "Rubik", var(--body-font-family, system-ui), sans-serif;--lh-font-display: "Rubik", var(--body-font-family, system-ui), sans-serif;color:var(--lh-ink);font-family:var(--lh-font);background:var(--lh-white)}.lhotse-mini *,.lhotse-mini *:before,.lhotse-mini *:after{box-sizing:border-box}.lhotse-container{width:100%;max-width:var(--lh-container);margin-inline:auto;padding-inline:var(--lh-gutter)}.lhotse-sec-head{text-align:center;margin-bottom:clamp(16px,2vw,22px);position:relative}.lhotse-sec-head--row{display:flex;align-items:center;justify-content:space-between;gap:16px;text-align:left}.lhotse-sec-head__title{font-family:var(--lh-font-display);font-weight:800;text-transform:uppercase;letter-spacing:.12em;line-height:1.15;font-size:clamp(17px,2.2vw,24px);margin:0;color:var(--lh-ink)}.lhotse-sec-head__sub{color:var(--lh-muted);margin:10px 0 0;font-size:15px}.lhotse-sec-head__link{flex:none;font-weight:600;font-size:13px;text-transform:uppercase;letter-spacing:.06em;text-decoration:none;color:var(--lh-green);white-space:nowrap;transition:color .2s ease;display:inline-flex;align-items:center;gap:6px}.lhotse-sec-head__link:hover{color:var(--lh-green-dark)}.lhotse-sec-head__link svg{width:16px;height:16px}.lhotse-track{display:grid;grid-auto-flow:column;gap:var(--lh-gutter);overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:4px}.lhotse-track::-webkit-scrollbar{display:none}.lhotse-nav{display:inline-flex;gap:8px}.lhotse-nav__btn{width:40px;height:40px;flex:none;border:1px solid var(--lh-border);background:#fff;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:var(--lh-ink);transition:background .2s ease,border-color .2s ease}.lhotse-nav__btn:hover{background:var(--lh-surface-2);border-color:var(--lh-green)}.lhotse-nav__btn svg{width:20px;height:20px}.lhotse-nav--abs{position:absolute;right:0;top:50%;transform:translateY(-50%)}@media(max-width:749px){.lhotse-nav--abs{display:none}}.lhotse-hero{position:relative;width:100%;aspect-ratio:64 / 27;min-height:420px;overflow:hidden;background:var(--lh-primary);display:flex;align-items:center;justify-content:center}.lhotse-hero--banner{aspect-ratio:auto;min-height:0;display:block;background:var(--lh-primary)}.lhotse-hero__bannerlink{display:block}.lhotse-hero__bannerimg{display:block;width:100%;height:auto}.lhotse-hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.lhotse-hero__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity 1s ease}.lhotse-hero__slide.is-active{opacity:1}.lhotse-hero__img{width:100%;height:100%;object-fit:cover;object-position:center}.lhotse-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000047}.lhotse-hero__inner{position:relative;z-index:2;color:#fff;text-align:center;padding-inline:var(--lh-gutter);max-width:900px}.lhotse-hero__logo{height:40px;width:auto;margin:0 auto 20px;display:block}.lhotse-hero__eyebrow{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.28em;color:#fff;margin:0 0 14px;opacity:.9}.lhotse-hero__title{font-family:var(--lh-font-display);font-weight:800;font-size:clamp(30px,5.2vw,56px);line-height:1.08;letter-spacing:.06em;text-transform:uppercase;margin:0 0 22px;color:#fff;text-shadow:0 2px 18px rgba(0,0,0,.45);text-wrap:balance}.lhotse-hero__cta{display:inline-flex;align-items:center;gap:8px;background:var(--lh-green);color:#fff;font-weight:700;text-transform:uppercase;letter-spacing:.12em;font-size:13px;padding:15px 40px;border-radius:var(--lh-radius);transition:background .2s ease,transform .2s ease;text-decoration:none}.lhotse-hero__cta svg{width:16px;height:16px}.lhotse-hero__cta:hover{background:var(--lh-green-dark);transform:translateY(-1px)}@media(max-width:749px){.lhotse-hero{aspect-ratio:27 / 34;align-items:flex-end}.lhotse-hero__inner{padding-bottom:14%}}.lhotse-catgrid{padding-block:var(--lh-section-y)}.lhotse-catgrid--carousel .lhotse-track{grid-auto-columns:minmax(220px,1fr)}@media(min-width:1000px){.lhotse-catgrid--carousel .lhotse-track{grid-auto-columns:calc((100% - 4 * var(--lh-gutter)) / 5)}}.lhotse-catgrid__grid{display:grid;gap:var(--lh-gutter)}.lhotse-catgrid__grid--2{grid-template-columns:repeat(2,1fr)}.lhotse-catgrid__grid--3{grid-template-columns:repeat(3,1fr)}.lhotse-catgrid__grid--4{grid-template-columns:repeat(4,1fr)}.lhotse-cat{position:relative;display:block;overflow:hidden;border-radius:var(--lh-radius);text-decoration:none;background:var(--lh-surface-2);scroll-snap-align:start}.lhotse-catgrid--carousel .lhotse-cat{aspect-ratio:3 / 4}.lhotse-catgrid--square .lhotse-cat{aspect-ratio:4 / 3}.lhotse-cat__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.lhotse-cat:hover .lhotse-cat__img{transform:scale(1.06)}.lhotse-cat__grad{position:absolute;top:0;right:0;bottom:0;left:0}.lhotse-catgrid--carousel .lhotse-cat__grad{background:#00000059;transition:background .3s ease}.lhotse-catgrid--carousel .lhotse-cat:hover .lhotse-cat__grad{background:#00000040}.lhotse-catgrid--carousel .lhotse-cat__body{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:16px}.lhotse-catgrid--square .lhotse-cat__grad{background:linear-gradient(to top,rgba(0,0,0,.55),transparent 60%)}.lhotse-catgrid--square .lhotse-cat__body{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;padding:28px}.lhotse-cat__title{margin:0;color:#fff;font-family:var(--lh-font-display);font-weight:800;text-transform:uppercase;letter-spacing:.1em;line-height:1.2;font-size:clamp(15px,1.6vw,20px);text-shadow:0 1px 10px rgba(0,0,0,.4)}.lhotse-carousel{padding-block:var(--lh-section-y)}.lhotse-carousel--bg-surface{background:var(--lh-surface)}.lhotse-carousel--bg-surface2{background:var(--lh-surface-2)}.lhotse-carousel__viewport{position:relative}.lhotse-carousel .lhotse-track{grid-auto-columns:minmax(200px,1fr)}@media(min-width:1000px){.lhotse-carousel--carousel .lhotse-track{grid-auto-columns:calc((100% - 4 * var(--lh-gutter)) / 5)}}.lhotse-carousel--grid .lhotse-track{grid-auto-flow:row;grid-template-columns:repeat(5,1fr);overflow:visible}.lhotse-carousel--grid.lhotse-carousel--cols-4 .lhotse-track{grid-template-columns:repeat(4,1fr)}.lhotse-swipe{display:none}@keyframes lh-swipe-hint{0%,to{transform:translateY(-50%)}50%{transform:translate(-6px,-50%)}}.lhotse-pcard{scroll-snap-align:start;display:flex;flex-direction:column;background:transparent}.lhotse-pcard__media{position:relative;aspect-ratio:1 / 1;background:#fff;overflow:hidden;border:1px solid var(--lh-border);border-radius:var(--lh-radius-lg);transition:box-shadow .3s ease,border-color .3s ease}.lhotse-pcard:hover .lhotse-pcard__media{box-shadow:0 4px 20px #0000000f;border-color:#d7dad0}.lhotse-pcard__media-link{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:16px}.lhotse-pcard__media img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;transition:transform .5s ease}.lhotse-pcard:hover .lhotse-pcard__media img{transform:scale(1.05)}.lhotse-pcard__tl{position:absolute;top:10px;left:10px;z-index:2}.lhotse-pcard__bl{position:absolute;bottom:10px;left:10px;z-index:2}.lhotse-badge-vol{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;padding:0 8px;border-radius:50%;background:#343333c7;color:#fff;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.02em;line-height:1;text-align:center}.lhotse-badge-new{display:inline-flex;align-items:center;justify-content:center;background:var(--lh-ink);color:#fff;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:5px 9px;border-radius:var(--lh-radius-sm)}.lhotse-badge-off{display:inline-flex;align-items:center;background:var(--lh-green);color:#fff;font-size:11px;font-weight:700;padding:4px 10px;border-radius:var(--lh-radius-pill)}.lhotse-pcard__quick,.lhotse-pcard__cart{position:absolute;z-index:3;display:inline-flex;align-items:center;justify-content:center;border:0;cursor:pointer;background:#fff;color:var(--lh-ink);border-radius:50%;box-shadow:0 2px 8px #0000001f;transition:background .2s ease,transform .2s ease;padding:0}.lhotse-pcard__quick{top:10px;right:10px;width:34px;height:34px;opacity:0;transform:translateY(-4px)}.lhotse-pcard__cart{bottom:10px;right:10px;width:40px;height:40px}.lhotse-pcard:hover .lhotse-pcard__quick{opacity:1;transform:translateY(0)}.lhotse-pcard__quick:hover,.lhotse-pcard__cart:hover{background:var(--lh-green);color:#fff}.lhotse-pcard__quick svg{width:18px;height:18px}.lhotse-pcard__cart svg{width:20px;height:20px}.lhotse-pcard__cart--sold{background:var(--lh-surface-3);color:var(--lh-muted);cursor:not-allowed;box-shadow:none}.lhotse-pcard__addform{margin:0;position:static}.lhotse-pcard__body{display:flex;flex-direction:column;padding:12px 2px 0}.lhotse-pcard__title{font-weight:400;font-size:14px;line-height:1.35;color:var(--lh-ink);margin:0;text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.lhotse-pcard__title:hover{color:var(--lh-green-dark)}.lhotse-pcard__swatches{display:flex;gap:5px;margin:8px 0 6px;min-height:14px}.lhotse-pcard__sw{width:14px;height:14px;border-radius:50%;border:1px solid var(--lh-border)}.lhotse-pcard__sw--more{font-size:10px;color:var(--lh-muted);border:0;width:auto}.lhotse-pcard__price{font-weight:700;font-size:17px;color:var(--lh-ink);white-space:nowrap}.lhotse-pcard__was{margin-left:6px;font-size:13px;font-weight:400;color:var(--lh-muted);text-decoration:line-through}.lhotse-stl{padding-block:var(--lh-section-y)}.lhotse-stl__frame{position:relative;display:flex;overflow:hidden;border-radius:var(--lh-radius-lg);aspect-ratio:16 / 9;min-height:420px}.lhotse-stl__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.lhotse-stl__grad{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.55),transparent 55%)}.lhotse-stl__body{position:relative;z-index:2;margin-top:auto;width:100%;display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:24px;padding:clamp(28px,4vw,52px);color:#fff}.lhotse-stl__eyebrow{margin:0 0 12px;color:#fff;text-transform:uppercase;letter-spacing:.28em;font-size:12px;font-weight:600;opacity:.9}.lhotse-stl__title{margin:0 0 10px;color:#fff;font-family:var(--lh-font-display);font-weight:800;text-transform:uppercase;letter-spacing:.06em;font-size:clamp(24px,3.4vw,40px);text-shadow:0 2px 16px rgba(0,0,0,.4)}.lhotse-stl__text{margin:0;max-width:46ch;color:#ffffffe6}.lhotse-stl__btn{flex:none;background:var(--lh-green);color:#fff;font-weight:700;text-transform:uppercase;letter-spacing:.1em;font-size:13px;padding:14px 30px;border-radius:var(--lh-radius);transition:background .2s ease,transform .2s ease;text-decoration:none}.lhotse-stl__btn:hover{background:var(--lh-green-dark);transform:translateY(-1px)}.lhotse-stl__hotspot-wrap{position:absolute;z-index:3;transform:translate(-50%,-50%)}.lhotse-stl__hotspot{display:flex;width:40px;height:40px;border-radius:50%;background:#ffffffeb;border:2px solid var(--lh-green);align-items:center;justify-content:center;color:var(--lh-green);animation:lh-pulse 2.2s infinite;cursor:pointer;text-decoration:none}.lhotse-stl__hotspot svg{width:18px;height:18px}.lhotse-stl__pop{position:absolute;bottom:130%;left:50%;transform:translate(-50%) translateY(6px);width:max-content;max-width:220px;background:#fff;color:var(--lh-ink);border-radius:var(--lh-radius);padding:12px;box-shadow:0 12px 30px #0003;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,transform .2s ease}.lhotse-stl__hotspot-wrap:hover .lhotse-stl__pop,.lhotse-stl__hotspot-wrap:focus-within .lhotse-stl__pop{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.lhotse-stl__pop img{width:100%;height:120px;object-fit:cover;border-radius:var(--lh-radius-sm);margin-bottom:8px;background:var(--lh-surface-2)}.lhotse-stl__pop-eyebrow{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--lh-muted);font-weight:700}.lhotse-stl__pop-title{display:block;font-weight:600;font-size:13px;line-height:1.25;margin-top:2px}.lhotse-stl__pop-price{display:block;font-weight:700;font-size:14px;color:var(--lh-green-dark);margin-top:4px}.lhotse-stl__pop-was{margin-left:6px;font-size:12px;font-weight:400;color:var(--lh-muted);text-decoration:line-through}@keyframes lh-pulse{0%{box-shadow:0 0 #70835380}70%{box-shadow:0 0 0 14px #70835300}to{box-shadow:0 0 #70835300}}.lhotse-news{background:var(--lh-ink);color:#fff;padding-block:clamp(48px,7vw,72px)}.lhotse-news__inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:32px}.lhotse-news__title{margin:0 0 12px;font-family:var(--lh-font-display);font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:#fff;font-size:clamp(22px,3vw,32px)}.lhotse-news__title mark{background:transparent;color:var(--lh-green)}.lhotse-news__text{margin:0;max-width:46ch;color:#ffffffb8}.lhotse-news__form{display:flex;gap:8px;flex-wrap:wrap}.lhotse-news__input{min-width:260px;background:transparent;border:1px solid rgba(255,255,255,.3);color:#fff;padding:14px 20px;border-radius:var(--lh-radius);font-family:var(--lh-font)}.lhotse-news__input::placeholder{color:#ffffff80}.lhotse-news__input:focus{outline:2px solid var(--lh-green);outline-offset:1px}.lhotse-news__btn{background:var(--lh-green);color:#fff;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:14px 28px;border:0;border-radius:var(--lh-radius);cursor:pointer;font-family:var(--lh-font);transition:background .2s ease}.lhotse-news__btn:hover{background:var(--lh-green-dark)}.lhotse-news__note{margin:12px 0 0;font-size:13px;width:100%}.lhotse-news__note--ok{color:var(--lh-green)}.lhotse-news__note--err{color:#ffb4a9}.lhotse-visually-hidden{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.lhotse-editorial{position:relative;padding-block:clamp(56px,8vw,100px);overflow:hidden;background:#000}.lhotse-editorial__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.lhotse-editorial__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#000000d1,#0000009e 40%,#0003)}.lhotse-editorial .lhotse-container{position:relative;z-index:2}.lhotse-editorial__inner{max-width:600px;margin-inline:0;text-align:left}.lhotse-editorial__title{font-family:var(--lh-font-display);font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:clamp(18px,2.4vw,26px);color:#fff;margin:0 0 16px;text-shadow:0 2px 12px rgba(0,0,0,.35)}.lhotse-editorial__body p{color:#ffffffeb;line-height:1.7;font-size:15px;margin:0 0 12px}.lhotse-editorial__body p:last-child{margin-bottom:0}@media(max-width:999px){.lhotse-carousel--grid .lhotse-track,.lhotse-carousel--grid.lhotse-carousel--cols-4 .lhotse-track{grid-template-columns:repeat(3,1fr)}.lhotse-catgrid__grid--3,.lhotse-catgrid__grid--4{grid-template-columns:repeat(2,1fr)}}@media(max-width:749px){.lhotse-sec-head--row{flex-direction:column;align-items:stretch;text-align:center}.lhotse-news__form{width:100%}.lhotse-news__input{flex:1 1 auto;min-width:0}.lhotse-stl__frame{aspect-ratio:4 / 5;min-height:0}.lhotse-stl__hotspot-wrap{display:none}.lhotse-carousel--grid .lhotse-track,.lhotse-carousel--grid.lhotse-carousel--cols-4 .lhotse-track{grid-auto-flow:column;grid-template-columns:none;overflow-x:auto;scroll-snap-type:x mandatory}.lhotse-carousel .lhotse-track{grid-auto-columns:calc((100% - var(--lh-gutter)) / 2)}.lhotse-catgrid--carousel .lhotse-track{grid-auto-columns:62%}.lhotse-catgrid__grid--2{grid-template-columns:repeat(2,1fr)}.lhotse-carousel--grid .lhotse-swipe{display:inline-flex;align-items:center;justify-content:center;position:absolute;top:30%;right:10px;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;border:0;background:#34333380;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:lh-swipe-hint 1.6s ease-in-out infinite}.lhotse-carousel--grid .lhotse-swipe svg{width:22px;height:22px}}@media(prefers-reduced-motion:reduce){.lhotse-mini *{transition:none!important;animation:none!important}}
/*# sourceMappingURL=/cdn/shop/t/81/assets/lhotse-minisitio.css.map */
