:root{--font-body: "Roboto", sans-serif;--font-heading: "Roboto", sans-serif;--font-inter:"Inter", sans-serif;--text-h1-size: 56px;--text-h1-weight: 500;--text-h1-line-height: 1.2;--text-h2-size: 40px;--text-h2-weight: 400;--text-h2-line-height: 1.2;--text-h3-size: 32px;--text-h3-weight: 500;--text-h3-line-height: 1.2;--text-h4-size: 24px;--text-h4-weight: 700;--text-h4-line-height: 1.3;--text-p-size: 16px;--text-p-weight: 400;--text-p-line-height: 1.4}body{font-family:var(--font-body);font-size:var(--text-p-size);font-weight:var(--text-p-weight);line-height:var(--text-p-line-height)}h1,.h1{font-family:var(--font-heading);font-size:var(--text-h1-size);font-weight:var(--text-h1-weight);line-height:var(--text-h1-line-height)}h2,.h2{font-family:var(--font-heading);font-size:var(--text-h2-size);font-weight:var(--text-h2-weight);line-height:var(--text-h2-line-height)}h3,.h3{font-family:var(--font-heading);font-size:var(--text-h3-size);font-weight:var(--text-h3-weight);line-height:var(--text-h3-line-height)}h4,.h4{font-family:var(--font-heading);font-size:var(--text-h4-size);font-weight:var(--text-h4-weight);line-height:var(--text-h4-line-height)}.ds{padding-top:48px;padding-bottom:72px;--ds-brand-red: #ee3342;--ds-brand-turquoise: #20b2bb;--ds-black: #000000;--ds-white: #fefdff;--ds-grey-100: #eff0f0;--ds-grey-200: #cecfd0;--ds-grey-300: #adadb0;--ds-grey-400: #8b8c90;--ds-grey-500: #6a6b70;--ds-grey-600: #494950;--ds-grey-700: #232323;--ds-border-soft: var(--ds-grey-200);--ds-border-strong: var(--ds-grey-300)}.ds__inner{max-width:1200px;margin:0 auto}.ds__hero{margin-bottom:32px}.ds__eyebrow,.ds-kicker,.ds-label{font-size:1.2rem;letter-spacing:.08em;text-transform:uppercase;opacity:.7;margin-bottom:8px}.ds__title{margin:0 0 12px}.ds__intro{max-width:720px;margin:0}.ds__nav-wrap{position:sticky;top:20px;z-index:2;background:rgb(var(--color-background));padding:12px 0 18px;margin-bottom:24px}.ds__nav{display:flex;flex-wrap:wrap;gap:10px 14px;border-bottom:1px solid var(--ds-border-soft);padding-bottom:12px}.ds__nav a{text-decoration:none;font-size:1.4rem}.ds-section{padding:36px 0;border-top:1px solid var(--ds-border-soft)}.ds-section__head{margin-bottom:28px}.ds-subsection,.ds-component{margin-top:36px}.ds-subsection h3,.ds-component h3{margin-bottom:16px}.ds-grid{display:grid;gap:20px}.ds-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.ds-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.ds-row{display:flex;flex-wrap:wrap;gap:16px;align-items:center}.ds-row--top{margin-top:16px}.ds-stack{display:grid;gap:16px}.ds-card{border:1px solid var(--ds-border-soft);padding:24px;border-radius:16px;background:var(--ds-white)}.ds-card--soft{background:var(--ds-grey-100)}.ds-card--dark{background:var(--ds-grey-700);color:var(--ds-white);border-color:var(--ds-grey-700)}.ds-brand-logos{display:flex;flex-wrap:wrap;align-items:center;gap:30px}.ds-brand-logo{width:280px;max-width:100%}.ds-brand-logo--inverse{display:inline-flex;align-items:center;justify-content:center;background:var(--ds-black);padding:8px 12px;border-radius:4px}.ds-brand-logo--inverse img{width:280px;max-width:100%;display:block}.ds-muted,.ds-small{opacity:.7}.ds-small{font-size:1.3rem}.ds-display{font-size:clamp(3.2rem,5vw,6rem);line-height:1;margin:0}.ds-type-sample{padding-bottom:18px;border-bottom:1px dashed var(--ds-border-soft)}.ds-color-table{border:1px solid var(--ds-border-soft);background:var(--ds-white)}.ds-color-table__head,.ds-color-row{display:grid;grid-template-columns:1fr 1fr}.ds-color-table__cell{padding:12px 16px;border-bottom:1px solid var(--ds-border-soft);font-weight:500;color:var(--ds-grey-500)}.ds-color-table__cell+.ds-color-table__cell{border-left:1px solid var(--ds-border-soft)}.ds-color-table__group{padding:16px;font-weight:600;border-bottom:1px solid var(--ds-border-soft)}.ds-color-row__name,.ds-color-row__value{padding:10px 16px;border-bottom:1px solid var(--ds-border-soft);min-height:44px;display:flex;align-items:center}.ds-color-row__value{gap:12px;border-left:1px solid var(--ds-border-soft)}.ds-color-chip{width:64px;height:20px;border-radius:2px;border:1px solid var(--ds-border-soft);display:inline-block}.ds-swatch__chip--brand-red{background:var(--ds-brand-red)}.ds-swatch__chip--brand-turquoise{background:var(--ds-brand-turquoise)}.ds-swatch__chip--black{background:var(--ds-black)}.ds-swatch__chip--white{background:var(--ds-white)}.ds-swatch__chip--grey-100{background:var(--ds-grey-100)}.ds-swatch__chip--grey-200{background:var(--ds-grey-200)}.ds-swatch__chip--grey-300{background:var(--ds-grey-300)}.ds-swatch__chip--grey-400{background:var(--ds-grey-400)}.ds-swatch__chip--grey-500{background:var(--ds-grey-500)}.ds-swatch__chip--grey-600{background:var(--ds-grey-600)}.ds-swatch__chip--grey-700{background:var(--ds-grey-700)}.ds-icon-set{display:grid;gap:14px}.ds-icon-row{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.ds-icon-card{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px}.ds-icon-placeholder{display:inline-flex;width:24px;height:24px;align-items:center;justify-content:center;font-size:2rem;line-height:1;background:transparent}.ds-icon-placeholder svg [stroke=black]{stroke:currentColor}.ds-icon-placeholder svg [fill=black]{fill:currentColor}.ds-icon-row--black{color:var(--ds-black)}.ds-icon-row--white{color:var(--ds-white);background:var(--ds-grey-700);padding:8px;border-radius:2px}.ds-icon-row--red{color:var(--ds-brand-red)}.ds-layout-demo{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:16px}.ds-layout-demo--2{grid-template-columns:repeat(2,minmax(0,1fr))}.ds-layout-demo__item{min-height:80px;border:1px dashed var(--ds-border-strong);border-radius:12px;display:flex;align-items:center;justify-content:center;background:var(--ds-grey-100)}.ds-badge,.ds-tag{display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border-radius:999px;font-size:1.2rem;line-height:1}.ds-badge{background:var(--ds-grey-200)}.ds-badge--soft,.ds-tag--soft{background:#d8f0f2}.ds-badge--outline,.ds-tag--outline{border:1px solid var(--ds-border-strong);background:transparent}.ds-badge--dark{background:var(--ds-grey-700);color:var(--ds-white)}.ds-avatar{width:48px;height:48px;border-radius:999px;background:var(--ds-grey-700);color:var(--ds-white);display:inline-flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:600}.ds-avatar--sm{width:36px;height:36px;font-size:1.1rem}.ds-avatar--lg{width:64px;height:64px;font-size:1.8rem}.ds-text-link{text-decoration:underline;text-underline-offset:.2em;color:var(--ds-brand-turquoise)}.ds .button{background:var(--ds-brand-red);color:var(--ds-white);border:1px solid var(--ds-brand-red)}.ds .button.button--secondary{background:var(--ds-white);color:var(--ds-grey-700);border:1px solid var(--ds-border-strong)}.ds .button:hover,.ds .button:focus-visible{background:#d12d3a;border-color:#d12d3a}.ds .button.button--secondary:hover,.ds .button.button--secondary:focus-visible{background:var(--ds-grey-100)}.ds-cta-showcase{background:var(--ds-grey-200)}.ds-cta{display:inline-flex;align-items:center;justify-content:center;min-height:43px;padding:12px 24px;border-radius:2px;text-decoration:none;font-size:1.6rem;line-height:1.2;font-weight:500;border:1.5px solid var(--ds-brand-red);background:var(--ds-brand-red);color:var(--ds-white);gap:8px}.ds-cta--black{border-color:var(--ds-black);background:var(--ds-black)}.ds-cta--white{border-color:var(--ds-white);background:var(--ds-white);color:var(--ds-brand-red)}.ds-cta--outline-white{color:var(--ds-white);background:transparent}.ds-cta--outline-dark{border-color:var(--ds-black);background:transparent;color:var(--ds-black)}.ds-cta--outline-light{border-color:var(--ds-white);background:transparent;color:var(--ds-white)}.ds-cta--icon{justify-content:space-between;min-width:138px;padding:4px 4px 4px 16px}.ds-cta--icon-tight{padding-right:12px}.ds-cta__icon{width:35px;height:35px;border-radius:1px;display:inline-flex;align-items:center;justify-content:center;background:#fefdff29;color:currentColor}.ds-cta__icon-transparent{width:35px;height:35px;border-radius:1px;display:inline-flex;align-items:center;justify-content:center;background:transparent;color:currentColor}.ds-cta__icon--red{background:#e3183729}.ds-check{display:inline-flex;gap:10px;align-items:center}.ds-field,.ds-textarea,.field__input{width:100%;min-height:48px;padding:12px 14px;border:1px solid var(--ds-border-strong);border-radius:12px;background:transparent}.ds-textarea{min-height:120px}.ds-form{display:grid;gap:16px;max-width:760px}.ds-form__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.ds-loader{width:24px;height:24px;border-radius:999px;border:2px solid var(--ds-border-strong);border-top-color:var(--ds-grey-700);animation:ds-spin .9s linear infinite}@keyframes ds-spin{to{transform:rotate(360deg)}}.ds-menu{list-style:none;padding:0;margin:0;display:grid;gap:10px}.ds-menu a{text-decoration:none}.ds-alert{padding:16px 18px;border-radius:12px;border:1px solid transparent}.ds-alert--info{background:var(--ds-grey-100)}.ds-alert--success{background:#d2eff1}.ds-alert--warning{background:#fce1e4}.ds-modal-demo{position:relative;min-height:320px;border-radius:20px;overflow:hidden;border:1px solid var(--ds-border-soft)}.ds-modal-demo__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000059}.ds-modal-demo__panel{position:absolute;left:50%;top:50%;width:min(92%,480px);transform:translate(-50%,-50%);background:rgb(var(--color-background));border-radius:18px;padding:24px;z-index:1;box-shadow:0 12px 30px #0000001f}.ds-skeleton-card{max-width:320px;padding:20px;border:1px solid var(--ds-border-soft);border-radius:16px}.ds-skeleton{background:linear-gradient(90deg,var(--ds-grey-100) 25%,var(--ds-grey-200) 37%,var(--ds-grey-100) 63%);background-size:400% 100%;border-radius:10px;animation:ds-shimmer 1.4s ease infinite}.ds-skeleton--image{height:160px;margin-bottom:16px}.ds-skeleton--line{height:16px;margin-bottom:10px}.ds-skeleton--short{width:60%}@keyframes ds-shimmer{0%{background-position:100% 0}to{background-position:0 0}}.ds-table-wrap{overflow-x:auto}.ds-table{width:100%;border-collapse:collapse}.ds-table th,.ds-table td{padding:14px 16px;text-align:left;border-bottom:1px solid var(--ds-border-soft)}.ds-tabs{border:1px solid var(--ds-border-soft);border-radius:16px;overflow:hidden}.ds-tabs__nav{display:flex;gap:0;border-bottom:1px solid var(--ds-border-soft);overflow-x:auto}.ds-tab{-webkit-appearance:none;appearance:none;border:0;background:transparent;padding:14px 18px;cursor:pointer;white-space:nowrap}.ds-tab.is-active{background:var(--ds-grey-100);font-weight:600}.ds-tabs__panel{padding:20px}.ds-tag{background:var(--ds-grey-200)}.ds-tooltip-demo{position:relative;display:inline-flex;flex-direction:column;gap:10px}.ds-tooltip{display:inline-block;width:fit-content;background:var(--ds-grey-700);color:var(--ds-white);padding:8px 10px;border-radius:8px;font-size:1.2rem}.ds-product-card{font-family:Roboto,sans-serif;width:100%;max-width:440px;background:var(--ds-grey-100);border-radius:4px;padding:16px;box-sizing:border-box}.ds-product-card--vertical{display:flex;flex-direction:column;align-items:flex-start}.ds-product-card--with-ctas{gap:32px}.ds-product-card--base{gap:16px;padding-bottom:24px}.ds-product-card__image{width:100%;height:300px;background:var(--ds-white);border-radius:2px;overflow:hidden;display:flex;align-items:center;justify-content:center}.ds-product-card__image img{width:100%;height:100%;object-fit:cover;display:block}.ds-product-card__image--sm{width:175px;height:175px}.ds-product-card__text{width:100%;display:flex;flex-direction:column;gap:8px}.ds-product-card__meta{width:100%;display:flex;flex-direction:column;gap:4px}.ds-product-card__category{margin:0;font-size:1.6rem;line-height:1.2;font-weight:500;letter-spacing:0;text-transform:uppercase;color:var(--ds-brand-red)}.ds-product-card__title{margin:0;font-size:3.2rem;line-height:1.28;font-weight:500;letter-spacing:0;color:var(--ds-black)}.ds-product-card__feature{margin:0;font-size:1.6rem;line-height:1.44;font-weight:400;letter-spacing:0;color:var(--ds-grey-600)}.ds-product-card__price{margin:0;font-size:2rem;line-height:1.36;font-weight:500;letter-spacing:0;color:var(--ds-black)}.ds-product-card__cta-stack{width:100%;display:flex;flex-direction:column;gap:8px}.ds-product-card__cta{display:flex;align-items:center;justify-content:center;text-decoration:none;width:100%;padding:12px 24px;border-radius:2px;font-size:1.6rem;line-height:1.2;font-weight:500;box-sizing:border-box}.ds-product-card__cta--learn{background:var(--ds-white);color:var(--ds-brand-red)}.ds-product-card__cta--add{background:var(--ds-brand-red);color:var(--ds-white)}.ds-product-card--horizontal{display:flex;flex-direction:row;gap:32px;align-items:flex-start}.ds-product-card__left{flex:1 1 auto;display:flex;gap:24px;align-items:flex-start}.ds-product-card__left-text{flex:1 1 auto;display:flex;flex-direction:column;gap:4px}.ds-product-card__cta--wide{flex:0 0 40%}@media screen and (max-width:989px){.ds-grid--2,.ds-grid--3,.ds-form__grid,.ds-layout-demo,.ds-layout-demo--2,.ds-color-table__head,.ds-color-row{grid-template-columns:1fr}.ds-color-row__value,.ds-color-table__cell+.ds-color-table__cell{border-left:0}.ds__nav-wrap{position:static}.ds-product-card--horizontal{flex-direction:column;gap:16px}.ds-product-card--horizontal .ds-product-card__image--sm{width:100%;height:200px}.ds-product-card__cta--wide{flex:0 0 auto;width:100%}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/section-design-system.css.map */
