.collection-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(500px,1fr))}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}footer{display:flex;justify-content:space-between;margin-top:2rem}footer a{text-decoration:none;color:var(--color-foreground)}footer .footer__links,footer .footer__payment{display:flex;gap:1rem}header{height:5rem;display:flex;align-items:center;justify-content:space-between}header a{position:relative;text-decoration:none;color:var(--color-foreground);display:flex;align-items:center;justify-content:center}header a sup{position:absolute;left:100%;overflow:hidden;max-width:var(--page-margin)}header svg{width:2rem}header .header__menu,header .header__icons{display:flex;gap:1rem}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media(max-width:1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:4px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.lq-buy{width:min(1180px,92vw);margin:0 auto;padding:16px 0 clamp(40px,5vw,64px)}.lq-buy__grid{display:flex;flex-wrap:wrap;gap:clamp(28px,4vw,56px)}.lq-buy__gallery{flex:1 1 380px;min-width:300px}.lq-buy__main{border-radius:24px;overflow:hidden;background:radial-gradient(120% 90% at 50% 25%,#eef1fb,#e3e7f5);box-shadow:0 24px 50px #1c24461f}.lq-buy__thumbs{display:flex;gap:12px;margin-top:14px}.lq-buy__thumb{flex:1;padding:0;border-radius:14px;overflow:hidden;cursor:pointer;border:2px solid #eef0f4;background:none;transition:border-color .15s ease}.lq-buy__thumb:hover{border-color:#c7cde6}.lq-buy__thumb.is-active{border-color:#39499b}.lq-buy__box{flex:1 1 360px;min-width:300px;display:flex;flex-direction:column}.lq-buy__badge{display:inline-flex;align-self:flex-start;align-items:center;gap:7px;background:#eef0fa;color:#39499b;font-weight:700;font-size:12px;letter-spacing:.3px;padding:6px 13px;border-radius:999px;text-transform:uppercase}.lq-buy__title{font-size:clamp(28px,4vw,40px);line-height:1.05;letter-spacing:-1px;font-weight:900;margin:14px 0 0}.lq-buy__rating{display:flex;align-items:center;gap:10px;margin-top:12px}.lq-buy__stars{color:#f5a623;font-size:16px;letter-spacing:1px}.lq-buy__rating-text{font-size:13.5px;color:#6b7280;font-weight:500}.lq-buy__price-row{display:flex;align-items:baseline;gap:12px;margin-top:18px}.lq-buy__price{font-size:38px;font-weight:900;letter-spacing:-.6px}.lq-buy__price-note{font-size:14px;color:#6b7280}.lq-buy__deposit{display:flex;align-items:center;gap:10px;background:#e9f6ee;border-radius:12px;padding:12px 15px;margin-top:14px}.lq-buy__deposit-lead{font-weight:800;color:#157a3d;font-size:15px}.lq-buy__deposit-sub{font-size:12.5px;color:#3a7a52;margin-top:1px}.lq-buy__features{display:flex;flex-direction:column;gap:9px;margin-top:18px}.lq-buy__feature{display:flex;gap:10px;align-items:center;font-size:15px;font-weight:500}.lq-buy__tick{color:#157a3d;font-weight:900}.lq-buy__cart{display:flex;gap:12px;align-items:stretch;margin-top:22px}.lq-buy__submit{flex:1;text-align:center;background:#39499b;color:#fff;font-weight:800;font-size:17px;padding:16px;border:none;border-radius:999px;cursor:pointer;box-shadow:0 12px 26px #39499b47;transition:background .15s ease}.lq-buy__submit[disabled]{opacity:.55;cursor:not-allowed}.lq-buy__status{margin-top:12px;font-size:14px;font-weight:600;color:#157a3d;background:#e9f6ee;border-radius:10px;padding:10px 14px}.lq-buy__status a{color:#157a3d;text-decoration:underline;font-weight:800}.lq-buy__status.is-error{color:#b42318;background:#fdecec}.lq-buy__status.is-error a{color:#b42318}.lq-buy__trust{display:flex;flex-wrap:wrap;gap:18px;justify-content:space-between;border-top:1px solid #eef0f4;margin-top:22px;padding-top:18px;font-size:13px;color:#6b7280;font-weight:600}.lq-buy__trust span{display:flex;gap:7px;align-items:center}.lq-cart{padding:clamp(28px,4vw,48px) 0 96px}.lq-cart.is-loading [data-lq-cart-inner]{opacity:.55;pointer-events:none;transition:opacity .15s ease}.lq-cart__title{font-size:clamp(26px,4vw,36px);font-weight:900;letter-spacing:-.6px;margin:0 0 24px}.lq-cart__empty{text-align:center;padding:48px 20px 64px}.lq-cart__empty-icon{font-size:44px}.lq-cart__empty-title{font-size:20px;font-weight:800;margin-top:12px}.lq-cart__empty-text{font-size:15px;color:#6b7280;margin:6px 0 22px}.lq-cart__empty-cta{padding:13px 26px;font-size:15px}.lq-cart__form{display:flex;flex-wrap:wrap;gap:clamp(24px,4vw,48px);align-items:flex-start}.lq-cart__items{flex:1 1 460px;min-width:300px;display:flex;flex-direction:column}.lq-cart__item{display:flex;align-items:center;gap:16px;padding:18px 0;border-bottom:1px solid #eef0f4}.lq-cart__item-img{flex:none;width:80px;height:80px;border-radius:12px;overflow:hidden;background:#f3f5fb}.lq-cart__item-img img{width:100%;height:100%;object-fit:cover;display:block}.lq-cart__item-info{flex:1 1 auto;min-width:0}.lq-cart__item-title{font-size:16px;font-weight:800;color:#1d2433}.lq-cart__item-variant{font-size:13px;color:#6b7280;margin-top:2px}.lq-cart__item-price-m{display:none;font-weight:800;margin-top:6px}.lq-cart__remove{margin-top:8px;padding:0;border:none;background:none;cursor:pointer;font-size:13px;font-weight:600;color:#9aa2b1;text-decoration:underline}.lq-cart__remove:hover{color:#d23f3f}.lq-cart__item-price{flex:none;font-size:16px;font-weight:800;min-width:90px;text-align:right}.lq-cart__summary{flex:1 1 300px;min-width:280px;border:1px solid #eef0f4;border-radius:18px;padding:22px;background:#fafbfd}.lq-cart__deposit{display:flex;gap:10px;align-items:center;background:#e9f6ee;border-radius:12px;padding:12px 14px;margin-bottom:18px}.lq-cart__deposit-lead{font-weight:800;color:#157a3d;font-size:14px}.lq-cart__deposit-sub{font-size:12px;color:#3a7a52;margin-top:1px}.lq-cart__subtotal-row{display:flex;justify-content:space-between;align-items:baseline;font-size:16px;font-weight:700}.lq-cart__subtotal{font-size:22px;font-weight:900}.lq-cart__tax-note{font-size:12.5px;color:#6b7280;margin:6px 0 16px}.lq-cart__checkout{display:block;width:100%;text-align:center;padding:15px;font-size:16px;border:none;cursor:pointer}.lq-cart__continue{display:block;text-align:center;margin-top:14px;font-size:14px;font-weight:600;color:#6b7280}.lq-cart__continue:hover{color:#39499b}@media(max-width:560px){.lq-cart__item-price{display:none}.lq-cart__item-price-m{display:block}.lq-cart__qty{align-self:flex-start}}.lq-footer{background:#0f1015;color:#8a93a8;padding:30px 0 96px}.lq-footer__inner{display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;align-items:center;font-size:13.5px}.lq-footer__brand{display:flex;align-items:center;gap:9px;color:#fff}.lq-footer__links{display:flex;gap:22px;flex-wrap:wrap}.lq-footer__links a{color:#8a93a8}.lq-footer__links a:hover{color:#fff}.lq-header{position:sticky;top:0;z-index:40;background:#ffffffe0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid #eef0f4}.lq-header__inner{display:flex;align-items:center;justify-content:space-between;padding:14px 0}.lq-header__brand{display:flex;align-items:center;gap:9px}.lq-header__actions{display:flex;align-items:center;gap:16px}.lq-header__price{font-size:15px;font-weight:700;color:#1d2433}.lq-header__cart{position:relative;display:flex;align-items:center;color:#1d2433;--icon-stroke-width: 1.6}.lq-header__cart svg{width:24px;height:24px;display:block}.lq-header__cart-count{position:absolute;top:-7px;right:-8px;min-width:17px;height:17px;padding:0 4px;border-radius:999px;background:#39499b;color:#fff;font-size:10.5px;font-weight:800;line-height:17px;text-align:center}.lq-marquee{overflow:hidden;white-space:nowrap;background:#1d2433}.lq-marquee__track{display:inline-block;animation:lq-marq 30s linear infinite}.lq-marquee__set{display:inline-block;padding:11px 0;font-size:13px;font-weight:500;color:#fff;letter-spacing:.2px}.lq-marquee__item{margin:0 22px}.lq-marquee__check{color:#3ddc84;font-weight:700}.lq-marquee__dot{margin:0 22px;color:#aab2c8}@media(prefers-reduced-motion:reduce){.lq-marquee__track{animation:none}}.lq-sticky{position:fixed;left:0;right:0;bottom:0;z-index:50;background:#fffffff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid #e6e9ef;box-shadow:0 -8px 24px #1c24461a}.lq-sticky__inner{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:11px 0}.lq-sticky__text{min-width:0}.lq-sticky__price{font-size:15px;font-weight:900;line-height:1.1}.lq-sticky__price-rest{color:#6b7280;font-weight:600;font-size:12.5px}.lq-sticky__note{font-size:11.5px;color:#157a3d;font-weight:700}.lq-sticky__cta{flex:none;font-weight:800;font-size:15px;padding:14px 26px}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.search-results .prev,.search-results .page,.search-results .next{grid-column:1 / -1}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/5/compiled_assets/styles.css.map */
