:root{--vx-page-width:var(--page-width,1240px);--vx-border:#e5e7eb;--vx-text:#172033;--vx-muted:#667085;--vx-bg:#fff;--vx-soft:#f7f9fc;--vx-radius:16px}.vx-section{padding:56px 20px}.vx-page{width:min(100%,var(--vx-page-width));max-width:1240px;margin:0 auto}.vx-heading{margin:0 0 10px;font-family:var(--font-heading);font-size:clamp(28px,4vw,44px);line-height:1.1;color:var(--vx-text)}.vx-subtitle{max-width:760px;margin:0;color:var(--vx-muted);line-height:1.7}.vx-center{text-align:center}.vx-center .vx-subtitle{margin-left:auto;margin-right:auto}.vx-grid{display:grid;gap:24px}.vx-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.vx-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.vx-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.vx-card{background:#fff;border:1px solid var(--vx-border);border-radius:var(--vx-radius);overflow:hidden}.vx-card__body{padding:18px}.vx-card__media{aspect-ratio:1/1;background:#f4f6f8;overflow:hidden}.vx-card__media img{width:100%;height:100%;object-fit:cover;display:block}.vx-card__title{font-size:17px;font-weight:700;color:var(--vx-text);margin:0 0 8px}.vx-card__title a{color:inherit;text-decoration:none}.vx-price{display:flex;gap:9px;align-items:baseline;flex-wrap:wrap;font-weight:700}.vx-price s{font-weight:400;color:var(--vx-muted)}.vx-badge{display:inline-flex;border-radius:999px;background:#eef5ff;padding:5px 10px;color:#2869c7;font-size:12px;font-weight:700}.vx-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 18px;border-radius:10px;border:1px solid transparent;text-decoration:none;font-weight:700;cursor:pointer}.vx-btn--primary{background:var(--brand-blue,#4B91ED);color:#fff}.vx-btn--secondary{background:#fff;border-color:var(--vx-border);color:var(--vx-text)}.vx-stack{display:flex;gap:12px;flex-wrap:wrap}.vx-section-header{margin-bottom:30px}.vx-placeholder{background:#f2f4f7;display:grid;place-items:center;min-height:220px;color:#98a2b3}.vx-placeholder svg{width:100%;height:auto}.vx-input,.vx-select,.vx-textarea{width:100%;min-height:44px;border:1px solid #d0d5dd;border-radius:9px;background:#fff;padding:10px 12px;color:#101828}.vx-textarea{min-height:130px;resize:vertical}.vx-field label{display:block;font-weight:600;margin-bottom:6px}.vx-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.vx-table-wrap{overflow:auto;border:1px solid var(--vx-border);border-radius:14px}.vx-table{width:100%;border-collapse:collapse;min-width:640px}.vx-table th,.vx-table td{padding:14px 16px;border-bottom:1px solid var(--vx-border);text-align:left}.vx-table th{background:var(--vx-soft);font-size:13px}.vx-richtext>*:first-child{margin-top:0}.vx-richtext>*:last-child{margin-bottom:0}.vx-accordion details{border-bottom:1px solid var(--vx-border);padding:16px 0}.vx-accordion summary{cursor:pointer;font-weight:700}.vx-media-text{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:42px;align-items:center}.vx-media-text--reverse .vx-media-text__media{order:2}.vx-media-text__media img,.vx-banner img{width:100%;height:auto;display:block}.vx-banner{position:relative;overflow:hidden;border-radius:18px;min-height:360px;background:#eef2f7}.vx-banner__media{position:absolute;top:0;right:0;bottom:0;left:0}.vx-banner__media img{width:100%;height:100%;object-fit:cover}.vx-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,var(--overlay,.25))}.vx-banner__content{position:relative;z-index:1;display:flex;min-height:360px;align-items:center;padding:48px;color:#fff}.vx-banner__box{max-width:680px}.vx-banner__box .vx-heading,.vx-banner__box .vx-subtitle{color:inherit}.vx-slides{display:grid;grid-auto-flow:column;grid-auto-columns:100%;overflow:auto;scroll-snap-type:x mandatory}.vx-slide{scroll-snap-align:start}.vx-video{aspect-ratio:16/9;background:#000;border-radius:16px;overflow:hidden}.vx-video iframe,.vx-video video{width:100%;height:100%;border:0}.vx-product-main{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(380px,.85fr);gap:50px;align-items:start}.vx-product-gallery__main{border-radius:16px;overflow:hidden;background:#f6f7f8}.vx-product-gallery__main img{display:block;width:100%;height:auto}.vx-product-gallery__thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:10px}.vx-product-gallery__thumbs button{padding:0;border:1px solid var(--vx-border);border-radius:8px;overflow:hidden;background:#fff;cursor:pointer}.vx-product-gallery__thumbs img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover}.vx-product-info h1{font-size:clamp(30px,4vw,46px);line-height:1.08;margin:8px 0 14px}.vx-product-block{margin:0 0 18px}.vx-qty{width:90px}.vx-product-description{line-height:1.75;color:#475467}.vx-app-block{margin:18px 0}.vx-collection-card__media{aspect-ratio:4/3}.vx-collage{display:grid;grid-template-columns:2fr 1fr;grid-template-rows:1fr 1fr;gap:16px}.vx-collage>*:first-child{grid-row:1/3}.vx-collage .vx-card__media{height:100%;aspect-ratio:auto;min-height:220px}.vx-newsletter{padding:40px;border-radius:18px;background:var(--vx-soft)}.vx-newsletter form{display:flex;gap:10px;max-width:620px;margin-top:20px}.vx-newsletter .vx-input{flex:1}.vx-announcement{padding:9px 20px;background:var(--brand-blue,#4B91ED);color:#fff;text-align:center;font-size:13px}.vx-announcement a{color:inherit}.vx-spacer{display:block}.vx-divider{height:1px;background:var(--vx-border)}@media(max-width:989px){.vx-grid--4,.vx-grid--3{grid-template-columns:repeat(2,minmax(0,1fr))}.vx-product-main,.vx-media-text{grid-template-columns:1fr}.vx-media-text--reverse .vx-media-text__media{order:0}.vx-collage{grid-template-columns:1fr 1fr}.vx-collage>*:first-child{grid-row:auto;grid-column:1/3}}@media(max-width:749px){.vx-section{padding:40px 16px}.vx-grid--4,.vx-grid--3,.vx-grid--2,.vx-fields{grid-template-columns:1fr}.vx-product-main{display:block}.vx-product-info{margin-top:28px}.vx-collage{display:grid;grid-template-columns:1fr}.vx-collage>*:first-child{grid-column:auto}.vx-newsletter form{flex-direction:column}.vx-banner__content{padding:28px;min-height:320px}}
/*# sourceMappingURL=/cdn/shop/t/21/assets/shopify-sections.css.map */
