.bastion-category__header{max-width:52rem;margin-bottom:clamp(1.5rem,4vw,3rem)}.bastion-category__header--left{text-align:left}.bastion-category__header--center{margin-inline:auto;text-align:center}.bastion-category__eyebrow{margin:0 0 .75rem;font-size:.75rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.bastion-category__heading{margin:0;font-size:var(--bastion-category-heading-size-desktop);font-weight:var(--bastion-category-heading-weight);line-height:1;text-transform:var(--bastion-category-heading-case)}.bastion-category--heading-font-heading .bastion-category__heading{font-family:var(--heading-font-family);font-style:var(--heading-font-style)}.bastion-category--heading-font-body .bastion-category__heading{font-family:var(--text-font-family);font-style:var(--text-font-style)}.bastion-category__intro{margin-top:1rem}.bastion-category__grid{display:grid;grid-template-columns:repeat(var(--bastion-category-columns),minmax(0,1fr));gap:var(--bastion-category-gap)}.bastion-category-card{display:grid;min-width:0;overflow:hidden;border:1px solid rgb(var(--border-color));border-radius:var(--bastion-category-radius);background:rgb(var(--background-secondary, var(--background)))}.bastion-category-card--desktop-bottom{grid-template-rows:auto 1fr}.bastion-category-card--desktop-top{grid-template-rows:1fr auto}.bastion-category-card--desktop-top .bastion-category-card__media{grid-row:1}.bastion-category-card--desktop-top .bastion-category-card__content{grid-row:2}.bastion-category-card__content{z-index:1;padding:clamp(1.25rem,2.5vw,2.25rem);text-align:center}.bastion-category-card__heading{margin:0;font-size:clamp(1.35rem,2vw,2rem);line-height:1.05}.bastion-category-card__text{margin-top:.8rem}.bastion-category-card__link{display:inline-block;margin-top:1rem;border-bottom:1px solid currentColor;font-weight:700;line-height:1.3;text-transform:uppercase}.bastion-category-card__media{position:relative;min-height:12rem;aspect-ratio:var(--bastion-card-media-ratio)}.bastion-category-card__image,.bastion-category-card__placeholder{width:100%;height:100%;object-fit:contain}.bastion-category-card__placeholder{padding:8%}@media screen and (max-width:999px)and (min-width:700px){.bastion-category__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:699px){.bastion-category__heading{font-size:var(--bastion-category-heading-size-mobile)}.bastion-category__grid{grid-template-columns:repeat(var(--bastion-category-mobile-columns),minmax(0,1fr))}.bastion-category__grid--mobile-horizontal .bastion-category-card{grid-template-columns:minmax(0,1fr) minmax(8rem,44%);grid-template-rows:minmax(12rem,auto)}.bastion-category__grid--mobile-horizontal .bastion-category-card__content{grid-column:1;grid-row:1;align-self:center;padding:1.25rem;text-align:left}.bastion-category__grid--mobile-horizontal .bastion-category-card__media{grid-column:2;grid-row:1;min-height:100%;aspect-ratio:auto}.bastion-category__grid--mobile-horizontal .bastion-category-card--mobile-left{grid-template-columns:minmax(8rem,44%) minmax(0,1fr)}.bastion-category__grid--mobile-horizontal .bastion-category-card--mobile-left .bastion-category-card__media{grid-column:1}.bastion-category__grid--mobile-horizontal .bastion-category-card--mobile-left .bastion-category-card__content{grid-column:2}.bastion-category__grid--mobile-stacked .bastion-category-card__content{padding:1.25rem}.bastion-category__grid--mobile-stacked .bastion-category-card__media{min-height:10rem}}@media screen and (max-width:480px){.bastion-category__grid--mobile-horizontal{grid-template-columns:minmax(0,1fr)}}.bastion-custom-banner{display:block;max-width:100%;padding-block:var(--bastion-custom-banner-padding-top) var(--bastion-custom-banner-padding-bottom);overflow:clip}.bastion-custom-banner [data-status]{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}.bastion-custom-banner__frame{position:relative;width:calc(100% - (var(--bastion-custom-banner-gap) * 2));max-width:var(--container-max-width, 1600px);margin-inline:auto;overflow:hidden;border-radius:var(--bastion-custom-banner-radius);isolation:isolate}.bastion-custom-banner--full .bastion-custom-banner__frame{max-width:none}.bastion-custom-banner__viewport{display:grid;min-height:var(--bastion-custom-banner-height)}.bastion-custom-banner__slide{position:relative;display:grid;grid-area:1 / 1;min-width:0;min-height:var(--bastion-custom-banner-height);isolation:isolate;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .42s ease,visibility .42s ease}.bastion-custom-banner__slide[data-active]{z-index:1;opacity:1;visibility:visible;pointer-events:auto}.bastion-custom-banner__media,.bastion-custom-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0}.bastion-custom-banner__media picture{display:contents}.bastion-custom-banner__image,.bastion-custom-banner__placeholder{width:100%;height:100%;object-fit:cover;object-position:var(--bastion-custom-banner-image-position)}.bastion-custom-banner__placeholder{background:rgb(var(--background-secondary))}.bastion-custom-banner__overlay{z-index:1;background:rgb(var(--bastion-custom-banner-overlay))}.bastion-custom-banner__content{z-index:2;align-self:center;width:min(100%,var(--bastion-custom-banner-content-width));padding:clamp(1.5rem,4vw,4rem);color:var(--bastion-custom-banner-content-color)}.bastion-custom-banner__slide--top-left .bastion-custom-banner__content{align-self:start;justify-self:start}.bastion-custom-banner__slide--top-center .bastion-custom-banner__content{align-self:start;justify-self:center}.bastion-custom-banner__slide--top-right .bastion-custom-banner__content{align-self:start;justify-self:end}.bastion-custom-banner__slide--middle-left .bastion-custom-banner__content{align-self:center;justify-self:start}.bastion-custom-banner__slide--middle-center .bastion-custom-banner__content{align-self:center;justify-self:center}.bastion-custom-banner__slide--middle-right .bastion-custom-banner__content{align-self:center;justify-self:end}.bastion-custom-banner__slide--bottom-left .bastion-custom-banner__content{align-self:end;justify-self:start}.bastion-custom-banner__slide--bottom-center .bastion-custom-banner__content{align-self:end;justify-self:center}.bastion-custom-banner__slide--bottom-right .bastion-custom-banner__content{align-self:end;justify-self:end}.bastion-custom-banner__content--left{text-align:left}.bastion-custom-banner__content--center{text-align:center}.bastion-custom-banner__content--right{text-align:right}.bastion-custom-banner__content--center .bastion-custom-banner__button-wrap{justify-content:center}.bastion-custom-banner__content--right .bastion-custom-banner__button-wrap{justify-content:flex-end}.bastion-custom-banner__eyebrow{margin:0 0 .75rem;font-size:.75rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.bastion-custom-banner__heading{margin:0;color:inherit;font-family:var(--heading-font-family);line-height:1;letter-spacing:-.025em}.bastion-custom-banner__heading--medium{font-size:clamp(2rem,4.5vw,4.5rem)}.bastion-custom-banner__heading--large{font-size:clamp(2.5rem,6vw,6rem)}.bastion-custom-banner__heading--uppercase{text-transform:uppercase}.bastion-custom-banner__text{max-width:44rem;margin-top:1rem;font-size:clamp(1rem,1.5vw,1.3rem);line-height:1.42}.bastion-custom-banner__content--center .bastion-custom-banner__text{margin-inline:auto}.bastion-custom-banner__content--right .bastion-custom-banner__text{margin-inline-start:auto}.bastion-custom-banner__button-wrap{display:flex;margin-top:1.5rem}.bastion-custom-banner .bastion-custom-banner__button{border-radius:var(--bastion-custom-banner-button-radius);font-weight:var(--bastion-custom-banner-button-weight)}.bastion-custom-banner__controls{position:absolute;z-index:3;inset-inline-start:50%;inset-block-end:1rem;transform:translate(-50%);display:flex;align-items:center;gap:.35rem;padding:.4rem;border:1px solid rgb(255 255 255 / .22);border-radius:999px;color:#fff;background:#0000008f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.bastion-custom-banner__control,.bastion-custom-banner__dot{display:grid;place-items:center;flex:none}.bastion-custom-banner__control{width:2rem;height:2rem;border-radius:50%}.bastion-custom-banner__control svg{width:1.15rem}.bastion-custom-banner__dots{display:flex;align-items:center;gap:.4rem}.bastion-custom-banner__dot{width:.5rem;height:.5rem;border:1px solid currentColor;border-radius:50%}.bastion-custom-banner__dot[aria-current=true]{background:currentColor}.bastion-custom-banner__pause-icon{width:.62rem;height:.72rem;border-inline:2px solid currentColor}.bastion-custom-banner__control[aria-pressed=true] .bastion-custom-banner__pause-icon{width:0;height:0;margin-inline-start:.1rem;border-block:.36rem solid transparent;border-inline-start:.55rem solid currentColor;border-inline-end:0}@media screen and (max-width:699px){.bastion-custom-banner{padding-block:min(var(--bastion-custom-banner-padding-top),56px) min(var(--bastion-custom-banner-padding-bottom),56px)}.bastion-custom-banner__viewport,.bastion-custom-banner__slide{min-height:var(--bastion-custom-banner-mobile-height)}.bastion-custom-banner__image{object-position:var(--bastion-custom-banner-mobile-image-position)}.bastion-custom-banner__content{padding:2rem var(--container-gutter) 5rem}.bastion-custom-banner__slide--mobile-top-left .bastion-custom-banner__content{align-self:start;justify-self:start}.bastion-custom-banner__slide--mobile-top-center .bastion-custom-banner__content{align-self:start;justify-self:center}.bastion-custom-banner__slide--mobile-middle-left .bastion-custom-banner__content{align-self:center;justify-self:start}.bastion-custom-banner__slide--mobile-middle-center .bastion-custom-banner__content{align-self:center;justify-self:center}.bastion-custom-banner__slide--mobile-bottom-left .bastion-custom-banner__content{align-self:end;justify-self:start}.bastion-custom-banner__slide--mobile-bottom-center .bastion-custom-banner__content{align-self:end;justify-self:center}.bastion-custom-banner__heading--medium{font-size:clamp(2rem,9vw,3.25rem)}.bastion-custom-banner__heading--large{font-size:clamp(2.5rem,11vw,4rem)}}@media(prefers-reduced-motion:reduce){.bastion-custom-banner__slide{transition:none}}.bastion-editorial-banner{display:block;padding-block:var(--bastion-editorial-padding-top) var(--bastion-editorial-padding-bottom);background:rgb(var(--background));color:rgb(var(--text-color))}.bastion-editorial-banner__frame{position:relative;display:grid;width:calc(100% - (var(--bastion-editorial-outer-gap) * 2));max-width:var(--container-max-width, 1600px);min-height:var(--bastion-editorial-height-desktop);margin-inline:auto;overflow:hidden;border-radius:var(--bastion-editorial-radius);isolation:isolate}.bastion-editorial-banner--full .bastion-editorial-banner__frame{max-width:none}.bastion-editorial-banner__media,.bastion-editorial-banner__content{grid-area:1 / 1}.bastion-editorial-banner__media{position:relative;z-index:0;min-height:inherit}.bastion-editorial-banner__media picture{display:contents}.bastion-editorial-banner__image,.bastion-editorial-banner__placeholder{width:100%;height:100%;min-height:inherit;object-fit:cover;object-position:var(--bastion-editorial-image-position-desktop)}.bastion-editorial-banner__placeholder{background:rgb(var(--text-color) / .08)}.bastion-editorial-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgb(var(--bastion-editorial-overlay))}.bastion-editorial-banner__content{position:relative;z-index:1;display:flex;min-height:inherit;padding:clamp(1.5rem,4vw,4rem);pointer-events:none}.bastion-editorial-banner__content-inner{width:min(100%,var(--bastion-editorial-content-width));pointer-events:auto}.bastion-editorial-banner__content--desktop-top-left{align-items:flex-start;justify-content:flex-start}.bastion-editorial-banner__content--desktop-top-center{align-items:flex-start;justify-content:center}.bastion-editorial-banner__content--desktop-top-right{align-items:flex-start;justify-content:flex-end}.bastion-editorial-banner__content--desktop-middle-left{align-items:center;justify-content:flex-start}.bastion-editorial-banner__content--desktop-middle-center{align-items:center;justify-content:center}.bastion-editorial-banner__content--desktop-middle-right{align-items:center;justify-content:flex-end}.bastion-editorial-banner__content--desktop-bottom-left{align-items:flex-end;justify-content:flex-start}.bastion-editorial-banner__content--desktop-bottom-center{align-items:flex-end;justify-content:center}.bastion-editorial-banner__content--desktop-bottom-right{align-items:flex-end;justify-content:flex-end}.bastion-editorial-banner__content--desktop-align-left{text-align:left}.bastion-editorial-banner__content--desktop-align-center{text-align:center}.bastion-editorial-banner__content--desktop-align-right{text-align:right}.bastion-editorial-banner__content--desktop-align-center .bastion-editorial-banner__button-wrap{margin-inline:auto}.bastion-editorial-banner__content--desktop-align-right .bastion-editorial-banner__button-wrap{margin-inline-start:auto}.bastion-editorial-banner__eyebrow{margin:0 0 .75rem;font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.bastion-editorial-banner__heading{margin:0;color:inherit;font-family:var(--heading-font-family);font-size:var(--bastion-editorial-heading-desktop);font-weight:var(--heading-font-weight);line-height:1.04;letter-spacing:-.025em;text-transform:uppercase}.bastion-editorial-banner__text{margin-top:1.25rem;font-size:var(--bastion-editorial-text-desktop);line-height:1.4}.bastion-editorial-banner__text>:first-child{margin-top:0}.bastion-editorial-banner__text>:last-child{margin-bottom:0}.bastion-editorial-banner__button-wrap{width:min(100%,var(--bastion-editorial-button-desktop));margin-top:1.75rem}.bastion-editorial-banner__button--placeholder{display:flex}@media screen and (max-width:699px){.bastion-editorial-banner{padding-block:min(var(--bastion-editorial-padding-top),48px) min(var(--bastion-editorial-padding-bottom),48px)}.bastion-editorial-banner__frame{min-height:var(--bastion-editorial-height-mobile)}.bastion-editorial-banner__image,.bastion-editorial-banner__placeholder{object-position:var(--bastion-editorial-image-position-mobile)}.bastion-editorial-banner__content{padding:2rem}.bastion-editorial-banner__content--mobile-top-left{align-items:flex-start;justify-content:flex-start}.bastion-editorial-banner__content--mobile-top-center{align-items:flex-start;justify-content:center}.bastion-editorial-banner__content--mobile-top-right{align-items:flex-start;justify-content:flex-end}.bastion-editorial-banner__content--mobile-middle-left{align-items:center;justify-content:flex-start}.bastion-editorial-banner__content--mobile-middle-center{align-items:center;justify-content:center}.bastion-editorial-banner__content--mobile-middle-right{align-items:center;justify-content:flex-end}.bastion-editorial-banner__content--mobile-bottom-left{align-items:flex-end;justify-content:flex-start}.bastion-editorial-banner__content--mobile-bottom-center{align-items:flex-end;justify-content:center}.bastion-editorial-banner__content--mobile-bottom-right{align-items:flex-end;justify-content:flex-end}.bastion-editorial-banner__content--mobile-align-left{text-align:left}.bastion-editorial-banner__content--mobile-align-center{text-align:center}.bastion-editorial-banner__content--mobile-align-right{text-align:right}.bastion-editorial-banner__content--mobile-align-left .bastion-editorial-banner__button-wrap{margin-inline:0 auto}.bastion-editorial-banner__content--mobile-align-center .bastion-editorial-banner__button-wrap{margin-inline:auto}.bastion-editorial-banner__content--mobile-align-right .bastion-editorial-banner__button-wrap{margin-inline:auto 0}.bastion-editorial-banner__heading{font-size:var(--bastion-editorial-heading-mobile)}.bastion-editorial-banner__text{margin-top:1rem;font-size:var(--bastion-editorial-text-mobile)}.bastion-editorial-banner__button-wrap{width:min(100%,var(--bastion-editorial-button-mobile));margin-top:1.5rem}}.bastion-feature-hotspots{display:block;padding-block:var(--bastion-hotspots-padding-top) var(--bastion-hotspots-padding-bottom);overflow:clip;background:rgb(var(--background));color:rgb(var(--text-color))}.bastion-feature-hotspots__inner{width:min(100%,var(--bastion-hotspots-max-width));margin-inline:auto;padding-inline:max(var(--container-gutter),1.25rem)}.bastion-feature-hotspots__layout{display:grid;grid-template-columns:minmax(0,var(--bastion-hotspots-image-share)) minmax(0,1fr);gap:var(--bastion-hotspots-gap);align-items:start}.bastion-feature-hotspots__media-column,.bastion-feature-hotspots__content{min-width:0}.bastion-feature-hotspots--sticky .bastion-feature-hotspots__media-column{position:sticky;top:1.5rem}.bastion-feature-hotspots__media{position:relative;overflow:hidden;border-radius:var(--bastion-hotspots-radius);background:rgb(var(--text-color) / .04)}.bastion-feature-hotspots__picture,.bastion-feature-hotspots__image,.bastion-feature-hotspots__placeholder,.bastion-feature-hotspots__placeholder-svg{display:block;width:100%}.bastion-feature-hotspots__image{height:auto}.bastion-feature-hotspots__placeholder{aspect-ratio:1}.bastion-feature-hotspots__placeholder-svg{height:100%}.bastion-feature-hotspots__hotspot{position:absolute;z-index:2;left:var(--hotspot-x-desktop);top:var(--hotspot-y-desktop);display:grid;place-items:center;width:var(--bastion-hotspots-marker-desktop);min-width:var(--bastion-hotspots-marker-desktop);height:var(--bastion-hotspots-marker-desktop);padding:0;color:rgb(var(--text-color));font:inherit;font-size:max(12px,calc(var(--bastion-hotspots-marker-desktop) * .36));font-weight:700;line-height:1;border:1px solid rgb(var(--text-color) / .2);border-radius:var(--bastion-hotspots-marker-radius);background:rgb(var(--background) / .84);box-shadow:0 .5rem 1.5rem #00000024;transform:translate(-50%,-50%);cursor:pointer;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:color .16s ease,background-color .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease}.bastion-feature-hotspots__hotspot[data-active=true]{color:rgb(var(--background));border-color:rgb(var(--text-color));background:rgb(var(--text-color));box-shadow:0 .65rem 1.75rem #0003;transform:translate(-50%,-50%) scale(1.05)}.bastion-feature-hotspots--custom-markers .bastion-feature-hotspots__hotspot{color:var(--bastion-hotspots-inactive-text);border-color:color-mix(in srgb,var(--bastion-hotspots-inactive-text) 24%,transparent);background:color-mix(in srgb,var(--bastion-hotspots-inactive-background) 88%,transparent)}.bastion-feature-hotspots--custom-markers .bastion-feature-hotspots__hotspot[data-active=true]{color:var(--bastion-hotspots-active-text);border-color:var(--bastion-hotspots-active-background);background:var(--bastion-hotspots-active-background)}.bastion-feature-hotspots__hotspot:focus-visible,.bastion-feature-hotspots__summary:focus-visible{outline:2px solid currentColor;outline-offset:3px}.bastion-feature-hotspots__content{padding-block:clamp(.25rem,2vw,2rem)}.bastion-feature-hotspots__heading{max-width:18ch;margin:0 0 clamp(2rem,4vw,4rem);font-family:var(--heading-font-family);font-size:var(--bastion-hotspots-heading-desktop);font-style:var(--heading-font-style);font-weight:var(--heading-font-weight);line-height:1.06;letter-spacing:-.025em;text-transform:none}.bastion-feature-hotspots__features{border-top:1px solid rgb(var(--text-color) / var(--bastion-hotspots-border-opacity))}.bastion-feature-hotspots__feature{border-bottom:1px solid rgb(var(--text-color) / var(--bastion-hotspots-border-opacity))}.bastion-feature-hotspots__summary{display:grid;grid-template-columns:var(--bastion-hotspots-marker-desktop) minmax(0,1fr) 1.25rem;gap:clamp(.85rem,1.8vw,1.35rem);align-items:center;min-height:calc(var(--bastion-hotspots-marker-desktop) + 1.5rem);padding-block:.75rem;list-style:none;cursor:pointer}.bastion-feature-hotspots__summary::-webkit-details-marker{display:none}.bastion-feature-hotspots__number{display:grid;place-items:center;width:var(--bastion-hotspots-marker-desktop);height:var(--bastion-hotspots-marker-desktop);color:rgb(var(--text-color));font-size:max(12px,calc(var(--bastion-hotspots-marker-desktop) * .36));font-weight:700;line-height:1;border-radius:var(--bastion-hotspots-marker-radius);background:rgb(var(--text-color) / .08);transition:color .16s ease,background-color .16s ease}.bastion-feature-hotspots__feature[open] .bastion-feature-hotspots__number{color:rgb(var(--background));background:rgb(var(--text-color))}.bastion-feature-hotspots--custom-markers .bastion-feature-hotspots__number{color:var(--bastion-hotspots-inactive-text);background:var(--bastion-hotspots-inactive-background)}.bastion-feature-hotspots--custom-markers .bastion-feature-hotspots__feature[open] .bastion-feature-hotspots__number{color:var(--bastion-hotspots-active-text);background:var(--bastion-hotspots-active-background)}.bastion-feature-hotspots__title{font-size:var(--bastion-hotspots-title-desktop);font-weight:700;line-height:1.18;letter-spacing:-.015em}.bastion-feature-hotspots__toggle{position:relative;width:1.1rem;height:1.1rem;justify-self:end}.bastion-feature-hotspots__toggle:before,.bastion-feature-hotspots__toggle:after{content:"";position:absolute;top:50%;left:50%;width:100%;height:1px;background:currentColor;transform:translate(-50%,-50%);transition:opacity .16s ease,transform .16s ease}.bastion-feature-hotspots__toggle:after{transform:translate(-50%,-50%) rotate(90deg)}.bastion-feature-hotspots__feature[open] .bastion-feature-hotspots__toggle:after{opacity:0;transform:translate(-50%,-50%) rotate(0)}.bastion-feature-hotspots__description{max-width:46rem;padding:0 2.35rem 1.35rem calc(var(--bastion-hotspots-marker-desktop) + clamp(.85rem,1.8vw,1.35rem));color:rgb(var(--text-color) / .72);font-size:var(--bastion-hotspots-text-desktop);line-height:1.55;letter-spacing:normal;text-transform:none}.bastion-feature-hotspots__description>:first-child{margin-top:0}.bastion-feature-hotspots__description>:last-child{margin-bottom:0}.bastion-feature-hotspots__empty{color:rgb(var(--text-color) / .7)}@media screen and (max-width:749px){.bastion-feature-hotspots{padding-block:var(--bastion-hotspots-mobile-padding-top) var(--bastion-hotspots-mobile-padding-bottom)}.bastion-feature-hotspots__inner{padding-inline:0}.bastion-feature-hotspots__layout{grid-template-columns:minmax(0,1fr);gap:0}.bastion-feature-hotspots--sticky .bastion-feature-hotspots__media-column{position:static}.bastion-feature-hotspots__media{border-radius:0}.bastion-feature-hotspots__hotspot{left:var(--hotspot-x-mobile);top:var(--hotspot-y-mobile);width:var(--bastion-hotspots-marker-mobile);min-width:var(--bastion-hotspots-marker-mobile);height:var(--bastion-hotspots-marker-mobile);font-size:max(11px,calc(var(--bastion-hotspots-marker-mobile) * .36))}.bastion-feature-hotspots__content{padding:var(--bastion-hotspots-mobile-padding-top) max(var(--container-gutter),1.25rem) 0}.bastion-feature-hotspots__heading{margin-bottom:2rem;font-size:var(--bastion-hotspots-heading-mobile)}.bastion-feature-hotspots__summary{grid-template-columns:var(--bastion-hotspots-marker-mobile) minmax(0,1fr) 1.1rem;gap:.85rem;min-height:calc(var(--bastion-hotspots-marker-mobile) + 1.4rem);padding-block:.7rem}.bastion-feature-hotspots__number{width:var(--bastion-hotspots-marker-mobile);height:var(--bastion-hotspots-marker-mobile);font-size:max(11px,calc(var(--bastion-hotspots-marker-mobile) * .36))}.bastion-feature-hotspots__title{font-size:var(--bastion-hotspots-title-mobile)}.bastion-feature-hotspots__description{padding:0 2rem 1.25rem calc(var(--bastion-hotspots-marker-mobile) + .85rem);font-size:var(--bastion-hotspots-text-mobile)}}@media(prefers-reduced-motion:reduce){.bastion-feature-hotspots__hotspot,.bastion-feature-hotspots__number,.bastion-feature-hotspots__toggle:before,.bastion-feature-hotspots__toggle:after{transition:none}}.bastion-landscape-collection-banner{display:block;padding-block:var(--bastion-landscape-padding-top) var(--bastion-landscape-padding-bottom);background:rgb(var(--background));color:rgb(var(--text-color))}.bastion-landscape-collection-banner__frame{position:relative;width:calc(100% - (var(--bastion-landscape-outer-gap) * 2));max-width:var(--bastion-landscape-max-width);margin-inline:auto;overflow:hidden;border-radius:var(--bastion-landscape-radius);background:rgb(var(--background));isolation:isolate}.bastion-landscape-collection-banner--full .bastion-landscape-collection-banner__frame{width:100%;max-width:none}.bastion-landscape-collection-banner__frame--wide{aspect-ratio:3 / 1}.bastion-landscape-collection-banner__frame--banner{aspect-ratio:16 / 7}.bastion-landscape-collection-banner__frame--classic{aspect-ratio:16 / 9}.bastion-landscape-collection-banner__slides,.bastion-landscape-collection-banner__slide,.bastion-landscape-collection-banner__media,.bastion-landscape-collection-banner__media picture,.bastion-landscape-collection-banner__content{position:absolute;top:0;right:0;bottom:0;left:0}.bastion-landscape-collection-banner__slide{display:grid;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .32s ease,visibility 0s linear .32s}.bastion-landscape-collection-banner__slide[data-active=true]{z-index:1;opacity:1;visibility:visible;pointer-events:auto;transition-delay:0s}.bastion-landscape-collection-banner__media,.bastion-landscape-collection-banner__content{grid-area:1 / 1;min-width:0;min-height:0}.bastion-landscape-collection-banner__media{z-index:0}.bastion-landscape-collection-banner__image,.bastion-landscape-collection-banner__placeholder,.bastion-landscape-collection-banner__empty{display:block;width:100%;height:100%;object-fit:cover;object-position:var(--bastion-landscape-desktop-position, center center)}.bastion-landscape-collection-banner__placeholder,.bastion-landscape-collection-banner__empty{background:rgb(var(--text-color) / .08)}.bastion-landscape-collection-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgb(var(--bastion-landscape-overlay));pointer-events:none}.bastion-landscape-collection-banner__content{z-index:1;display:flex;padding:min(var(--bastion-landscape-content-padding),6vw);pointer-events:none}.bastion-landscape-collection-banner__content-inner{width:min(100%,var(--bastion-landscape-content-width));pointer-events:auto}.bastion-landscape-collection-banner__content--top-left{align-items:flex-start;justify-content:flex-start}.bastion-landscape-collection-banner__content--top-center{align-items:flex-start;justify-content:center}.bastion-landscape-collection-banner__content--top-right{align-items:flex-start;justify-content:flex-end}.bastion-landscape-collection-banner__content--middle-left{align-items:center;justify-content:flex-start}.bastion-landscape-collection-banner__content--middle-center{align-items:center;justify-content:center}.bastion-landscape-collection-banner__content--middle-right{align-items:center;justify-content:flex-end}.bastion-landscape-collection-banner__content--bottom-left{align-items:flex-end;justify-content:flex-start}.bastion-landscape-collection-banner__content--bottom-center{align-items:flex-end;justify-content:center}.bastion-landscape-collection-banner__content--bottom-right{align-items:flex-end;justify-content:flex-end}.bastion-landscape-collection-banner__content-inner--left{text-align:left}.bastion-landscape-collection-banner__content-inner--center{text-align:center}.bastion-landscape-collection-banner__content-inner--right{text-align:right}.bastion-landscape-collection-banner__heading{margin:0;color:inherit;font-size:clamp(1.25rem,4.5vw,var(--bastion-landscape-heading-size));line-height:1.05}.bastion-landscape-collection-banner__text{margin-top:clamp(.5rem,1.5vw,1rem);color:inherit;font-size:clamp(.8125rem,1.8vw,var(--bastion-landscape-text-size));line-height:1.5}.bastion-landscape-collection-banner__text>:first-child{margin-top:0}.bastion-landscape-collection-banner__text>:last-child{margin-bottom:0}.bastion-landscape-collection-banner__button-wrap{display:flex;margin-top:clamp(.75rem,2vw,1.5rem)}.bastion-landscape-collection-banner__content-inner--center .bastion-landscape-collection-banner__button-wrap{justify-content:center}.bastion-landscape-collection-banner__content-inner--right .bastion-landscape-collection-banner__button-wrap{justify-content:flex-end}.bastion-landscape-collection-banner__button{max-width:100%;white-space:nowrap}.bastion-landscape-collection-banner__slide-link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:block;cursor:pointer}.bastion-landscape-collection-banner__slide-link:focus-visible{outline:2px solid rgb(var(--text-color));outline-offset:-4px}.bastion-landscape-collection-banner__controls{position:absolute;right:clamp(.75rem,2vw,1.5rem);bottom:clamp(.75rem,2vw,1.5rem);z-index:3;display:flex;align-items:center;gap:.375rem}.bastion-landscape-collection-banner__control,.bastion-landscape-collection-banner__dot{display:grid;place-items:center;margin:0;border:1px solid rgb(var(--text-color) / .28);background:rgb(var(--background) / .88);color:rgb(var(--text-color));cursor:pointer}.bastion-landscape-collection-banner__control{width:2.5rem;height:2.5rem;padding:0;border-radius:2px;font:inherit;font-size:1rem;line-height:1}.bastion-landscape-collection-banner__dots{display:flex;align-items:center;gap:.5rem;padding-inline:.25rem}.bastion-landscape-collection-banner__dot{width:.625rem;height:.625rem;padding:0;border-radius:50%;background:rgb(var(--background) / .75)}.bastion-landscape-collection-banner__dot[aria-current=true]{border-color:rgb(var(--text-color));background:rgb(var(--text-color))}.bastion-landscape-collection-banner__control:hover,.bastion-landscape-collection-banner__control:focus-visible,.bastion-landscape-collection-banner__dot:hover,.bastion-landscape-collection-banner__dot:focus-visible{border-color:rgb(var(--text-color));outline:2px solid rgb(var(--background));outline-offset:2px}@media screen and (max-width:699px){.bastion-landscape-collection-banner__image,.bastion-landscape-collection-banner__placeholder,.bastion-landscape-collection-banner__empty{object-position:var(--bastion-landscape-mobile-position, var(--bastion-landscape-desktop-position, center center))}.bastion-landscape-collection-banner__content{padding:min(var(--bastion-landscape-content-padding),5vw)}.bastion-landscape-collection-banner__text{line-height:1.4}.bastion-landscape-collection-banner__controls{right:.625rem;bottom:.625rem}.bastion-landscape-collection-banner__control{width:2.25rem;height:2.25rem}}@media(prefers-reduced-motion:reduce){.bastion-landscape-collection-banner__slide{transition:none}}.bastion-essential{display:block;color:rgb(var(--text-color));background:rgb(var(--background))}.bastion-essential__container--full{width:100%}.bastion-essential__product{padding-block-end:0}.bastion-essential__gallery{--bastion-product-gallery-padding: clamp(.5rem, 1.4vw, 1.5rem);position:relative;min-width:0;padding:var(--bastion-product-gallery-padding);background:var(--bastion-product-media-background)}.bastion-essential__media-badges{position:absolute;z-index:2;inset-block-start:calc(var(--bastion-product-gallery-padding) + .75rem);inset-inline-start:calc(var(--bastion-product-gallery-padding) + 6.25rem);pointer-events:none}.bastion-essential__media-badges:empty{display:none}.bastion-essential__native-gallery{--product-gallery-gap: .75rem;--product-gallery-carousel-grid: auto / auto-flow 100%;--product-gallery-carousel-scroll-snap-type: x mandatory}.bastion-essential .product-gallery__carousel{grid-auto-flow:column;grid-auto-columns:100%;grid-template-columns:none;overflow-x:auto;overflow-y:hidden}.bastion-essential .product-gallery__media{display:grid;place-items:center;overflow:hidden;box-sizing:border-box;background:var(--bastion-product-image-frame-background);border:1px solid rgb(var(--text-color) / var(--bastion-product-border-opacity));border-radius:var(--bastion-product-media-radius)}.bastion-essential .product-gallery__media>*{width:100%;height:100%}.bastion-essential .product-gallery__media:is([data-media-type=video],[data-media-type=external_video])>video-media{width:auto!important;height:100%!important;min-width:0!important;max-width:100%!important;max-height:100%!important;aspect-ratio:1 / 1!important;margin-inline:auto!important;align-self:center!important;justify-self:center!important;overflow:hidden}.bastion-essential .product-gallery__media:is([data-media-type=video],[data-media-type=external_video]){position:relative}.bastion-essential .product-gallery__media:is([data-media-type=video],[data-media-type=external_video]) video-media>:is(video,iframe,img){width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;padding:0!important;object-fit:contain!important;object-position:center!important;background:var(--bastion-product-image-frame-background)}.bastion-essential .product-gallery__media:is([data-media-type=video],[data-media-type=external_video]) video-media[loaded]:not([playing])::part(play-button){display:inline-grid;opacity:1;pointer-events:none}.bastion-essential .product-gallery__media:is([data-media-type=video],[data-media-type=external_video]) video-media[playing]::part(play-button){opacity:0;pointer-events:none}.bastion-essential .product-gallery__media :is(img,video,iframe,model-viewer){width:100%;height:100%;padding:var(--bastion-product-media-padding);object-fit:var(--bastion-product-image-fit);object-position:center}.bastion-essential .product-gallery__thumbnail-list .scroll-marker{overflow:hidden;background:var(--bastion-product-image-frame-background);border:1px solid rgb(var(--text-color) / .18);border-radius:min(.5rem,var(--bastion-product-media-radius))}.bastion-essential .product-gallery__thumbnail-list .scroll-marker:after{display:none}.bastion-essential .product-gallery__thumbnail-list .scroll-marker[aria-current=true]{outline:2px solid rgb(var(--text-color));outline-offset:-2px}.bastion-essential .product-gallery__controls-floating .scroll-marker-group--counter{display:none}.bastion-essential__purchase-panel{min-width:0;padding:clamp(1rem,var(--bastion-product-panel-padding),3rem);background:rgb(var(--background));border:1px solid rgb(var(--text-color) / var(--bastion-product-border-opacity));border-radius:var(--bastion-product-panel-radius)}.bastion-essential__info{display:grid;gap:1.15rem}.bastion-essential__info:has(>.bastion-essential__info-block[data-block-type=price]):has(>.bastion-essential__info-block[data-block-type=badges]){grid-template-columns:max-content minmax(0,1fr);grid-auto-flow:row dense;align-items:center;column-gap:clamp(.75rem,1.5vw,1rem)}.bastion-essential__info:has(>.bastion-essential__info-block[data-block-type=price]):has(>.bastion-essential__info-block[data-block-type=badges])>.bastion-essential__info-block:not([data-block-type=price],[data-block-type=badges]){grid-column:1 / -1}.bastion-essential__info-block[data-block-type=price]{grid-column:1}.bastion-essential__info-block[data-block-type=badges]{grid-column:2}.bastion-essential__info-block:empty{display:none}:root[data-theme=dark] .bastion-essential__info-block[data-block-type="@app"] [id*=__afterpay_on_site_messaging_] square-placement{color:rgb(var(--text-color))!important}.bastion-essential__info-block[data-block-type=variant-picker] .variant-picker{row-gap:var(--bastion-variant-group-gap)}.bastion-essential__info-block[data-block-type=variant-picker] .variant-picker__option{row-gap:var(--bastion-variant-label-gap)}.bastion-essential__info-block[data-block-type=variant-picker] .variant-picker__option-values{gap:var(--bastion-variant-choice-gap)!important}.bastion-essential__info-block[data-block-type=variant-picker] .bastion-swatch,.bastion-essential__info-block[data-block-type=variant-picker] .color-swatch{--swatch-width: var(--bastion-variant-swatch-size);--swatch-height: var(--bastion-variant-swatch-size);width:var(--bastion-variant-swatch-size);height:var(--bastion-variant-swatch-size)}.bastion-essential__info-block[data-block-type=variant-picker] .block-swatch,.bastion-essential__info-block[data-block-type=variant-picker] .select{min-height:var(--bastion-variant-choice-height);padding-block:0;padding-inline:var(--bastion-variant-choice-padding);font-size:var(--bastion-variant-choice-font-size);line-height:1.2}.bastion-essential__eyebrow{width:fit-content;margin:0;padding:.45rem .7rem;background:rgb(var(--text-color) / .07);border-inline-start:4px solid rgb(var(--text-color));font:var(--button-font);letter-spacing:.12em;text-transform:uppercase}.bastion-essential__eyebrow--custom{color:var(--bastion-eyebrow-text);background:var(--bastion-eyebrow-background);border-inline-start-color:var(--bastion-eyebrow-accent)}.bastion-essential__product-title.bastion-essential__product-title{margin:0;font-family:var(--heading-font-family);font-weight:var(--bastion-title-font-weight);letter-spacing:-.035em;line-height:1}.bastion-essential__info-block[data-block-type=price] .text-on-sale{color:currentColor}.bastion-essential__info-block[data-block-type=price] .price-list{flex-wrap:nowrap;align-items:center;gap:clamp(.6rem,1.2vw,.9rem)}.bastion-essential__info-block[data-block-type=price] sale-price{font-family:var(--heading-font-family);font-size:var(--bastion-price-size-desktop);font-weight:800;letter-spacing:-.045em;line-height:.9;white-space:nowrap}.bastion-essential__info-block[data-block-type=price] compare-at-price{color:rgb(var(--text-color) / .5);font-size:var(--bastion-compare-price-size-desktop);font-weight:400;line-height:1;white-space:nowrap}.bastion-essential__info-block[data-block-type=badges] .badge--on-sale{padding:.6rem .8rem;color:rgb(var(--background));background:rgb(var(--text-color));font-size:clamp(.625rem,.8vw,.875rem);font-weight:700;line-height:1}.bastion-essential--custom-sale-badge .bastion-essential__info-block[data-block-type=badges] .badge--on-sale{color:var(--bastion-product-sale-badge-text);background:var(--bastion-product-sale-badge-background)}.bastion-essential__summary{color:rgb(var(--text-color) / .68)}.bastion-essential__summary>:first-child,.bastion-essential__description>:first-child{margin-block-start:0}.bastion-essential__summary>:last-child,.bastion-essential__description>:last-child{margin-block-end:0}.bastion-essential .button,.bastion-essential .shopify-payment-button__button{min-height:3.5rem}.bastion-essential__info-block[data-block-type=buy-buttons] .button{color:rgb(var(--background));background:rgb(var(--text-color));border-color:rgb(var(--text-color))}.bastion-essential__info-block[data-block-type=buy-buttons] .button:disabled{color:rgb(var(--text-color) / .72);background:rgb(var(--text-color) / .12);border-color:rgb(var(--text-color) / .28);opacity:1;cursor:not-allowed!important;transition:none}.bastion-essential__info-block[data-block-type=buy-buttons] .button:disabled .button__content{transform:none!important}.bastion-essential__info-block[data-block-type=buy-buttons] .button:disabled .button__content:before,.bastion-essential__info-block[data-block-type=buy-buttons] .button:disabled .button__content:after{display:none!important}.bastion-essential--circle-swatches .color-swatch{--swatch-width: 2rem;--swatch-height: 2rem;border-radius:999px}.bastion-essential--circle-swatches .color-swatch--sm{--swatch-width: 1rem;--swatch-height: 1rem}.bastion-essential .bastion-swatch-wrap{display:inline-flex}.bastion-essential .bastion-swatch{display:block;width:2.5rem;height:2.5rem;padding:3px;background:#d7d7d7;background:var(--bastion-swatch-background);background-clip:content-box;border:1px solid rgb(var(--text-color) / .22);border-radius:999px;box-shadow:inset 0 0 0 2px rgb(var(--background));cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,opacity .16s ease}.bastion-essential .bastion-swatch--small{width:1.75rem;height:1.75rem;padding:2px}.bastion-essential .bastion-swatch-wrap>input:checked+.bastion-swatch{border-color:rgb(var(--text-color));box-shadow:inset 0 0 0 2px rgb(var(--background)),0 0 0 2px rgb(var(--text-color))}.bastion-essential .bastion-swatch.is-unavailable{opacity:.46}.bastion-essential .bastion-swatch-wrap>input:checked+.bastion-swatch.is-unavailable{opacity:1}.bastion-essential .bastion-swatch:hover{border-color:rgb(var(--text-color) / .72)}.bastion-essential__trust-grid{display:grid;grid-template-columns:repeat(var(--bastion-product-trust-columns),minmax(0,1fr));margin-block-start:1.5rem;border-block:1px solid rgb(var(--text-color) / var(--bastion-product-border-opacity));border-inline-start:1px solid rgb(var(--text-color) / var(--bastion-product-border-opacity))}.bastion-essential__trust-item{display:grid;align-content:start;justify-items:center;gap:.35rem;min-width:0;padding:1rem .65rem;text-align:center;border-inline-end:1px solid rgb(var(--text-color) / var(--bastion-product-border-opacity))}.bastion-essential__trust-icon{display:grid;width:var(--bastion-product-icon-size);height:var(--bastion-product-icon-size);place-items:center;color:currentColor}.bastion-essential__trust-icon .icon{max-width:100%;max-height:100%}.bastion-essential__trust-heading{font:var(--button-font);letter-spacing:var(--button-letter-spacing);text-transform:var(--button-text-transform)}.bastion-essential__trust-text{color:rgb(var(--text-color) / .68);font-size:.75rem;line-height:1.35}.bastion-essential__trust-text p{margin:0}.bastion-essential__details{margin-block-start:1rem;border-block-start:1px solid rgb(var(--text-color) / var(--bastion-product-border-opacity))}.bastion-essential__deferred-cross-sell{display:grid;gap:1.15rem;margin-block-start:1.15rem}.bastion-essential__detail{border-block-end:1px solid rgb(var(--text-color) / var(--bastion-product-border-opacity))}.bastion-essential__detail-summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-block:1rem;font:var(--button-font);cursor:pointer;list-style:none}.bastion-essential__detail-summary::-webkit-details-marker{display:none}.bastion-essential__detail-title{display:inline-flex;align-items:center;gap:.65rem}.bastion-essential__detail-toggle{position:relative;flex:0 0 .875rem;width:.875rem;height:.875rem}.bastion-essential__detail-toggle:before,.bastion-essential__detail-toggle:after{content:"";position:absolute;top:50%;left:50%;width:.75rem;height:1px;background:currentColor;transform:translate(-50%,-50%);transition:transform .18s ease}.bastion-essential__detail-toggle:after{transform:translate(-50%,-50%) rotate(90deg)}.bastion-essential__detail[open] .bastion-essential__detail-toggle:after{transform:translate(-50%,-50%) rotate(0)}.bastion-essential__detail-content{padding:0 0 1rem;color:rgb(var(--text-color) / .76)}.bastion-essential__detail-content>:first-child{margin-block-start:0}@media screen and (min-width:1000px){.bastion-essential__product{gap:1.5rem}.bastion-essential .product-gallery__media{height:var(--bastion-product-desktop-media-height);min-height:0}.bastion-essential--left-thumbnails .product-gallery{grid-template-columns:4.75rem minmax(0,1fr);align-items:start;column-gap:.75rem}.bastion-essential--left-thumbnails .product-gallery__image-list{grid-column:2;grid-row:1}.bastion-essential--left-thumbnails .product-gallery__controls-floating .product-gallery__thumbnail-list{grid-column:1;grid-row:1;display:block;width:100%;height:var(--bastion-product-desktop-media-height);padding:0;pointer-events:auto;position:static}.bastion-essential--left-thumbnails .product-gallery__controls-floating .scroll-marker-group--thumbnails{display:flex;flex-direction:column;align-items:stretch;gap:.75rem;width:100%;max-height:var(--bastion-product-desktop-media-height);margin:0;padding:2px;overflow-x:hidden;overflow-y:auto;position:static;inset:auto;transform:none}.bastion-essential--left-thumbnails .product-gallery__thumbnail-list .scroll-marker{--scroll-marker-width: 100%;flex:0 0 auto;width:100%;min-width:0;height:auto;aspect-ratio:1}.bastion-essential__purchase-panel{margin:1.5rem 1.5rem 1.5rem 0}.bastion-essential--ridge-desktop .bastion-essential__product{gap:0}.bastion-essential--ridge-desktop .bastion-essential__purchase-panel{margin:0;align-self:start;border-block:0;border-inline-end:0;border-radius:0}.bastion-essential--sticky-panel .bastion-essential__purchase-panel{position:sticky;top:calc(var(--sticky-area-height) + 1rem);align-self:start}.bastion-essential--ridge-desktop.bastion-essential--sticky-panel .bastion-essential__purchase-panel{top:var(--sticky-area-height)}}@media screen and (max-width:999px){.bastion-essential__product{gap:0!important;padding-block-end:0!important}.bastion-essential__gallery{--bastion-product-gallery-padding: .5rem}.bastion-essential__media-badges{inset-inline-start:calc(var(--bastion-product-gallery-padding) + .75rem)}.bastion-essential .product-gallery__media{height:var(--bastion-product-mobile-media-height);min-height:0}.bastion-essential__purchase-panel{padding:1rem var(--container-gutter) 1.5rem;border-inline:0;border-radius:0}.bastion-essential__info-block[data-block-type=price] sale-price{font-size:var(--bastion-price-size-mobile)}.bastion-essential__info-block[data-block-type=price] compare-at-price{font-size:var(--bastion-compare-price-size-mobile)}.bastion-essential--compact-mobile .bastion-essential__purchase-panel{padding:.75rem var(--container-gutter) 1rem}.bastion-essential--compact-mobile .bastion-essential__info{gap:.6rem}.bastion-essential--compact-mobile .bastion-essential__info-block[data-block-type=eyebrow],.bastion-essential--compact-mobile .bastion-essential__info-block[data-block-type=separator]{display:none}.bastion-essential--compact-mobile .bastion-essential__product-title{line-height:.98}.bastion-essential--compact-mobile .variant-picker__option{row-gap:.35rem}.bastion-essential--compact-mobile .button,.bastion-essential--compact-mobile .shopify-payment-button__button{min-height:3rem}.bastion-essential--compact-mobile .bastion-essential__trust-grid{margin-block-start:.75rem}.bastion-essential__trust-grid{grid-template-columns:repeat(var(--bastion-product-trust-columns-mobile),minmax(0,1fr))}}@media screen and (max-width:420px){.bastion-essential__trust-item{padding-inline:.35rem}.bastion-essential__trust-heading,.bastion-essential__trust-text{font-size:.65rem}}.bastion-product-image{display:block;padding-block:var(--bastion-product-image-padding-top) var(--bastion-product-image-padding-bottom);padding-inline:var(--bastion-product-image-padding-inline);background:rgb(var(--background));color:rgb(var(--text-color))}.bastion-product-image__inner{width:min(100%,var(--bastion-product-image-max-width));margin-inline:auto}.bastion-product-image__picture{display:block;overflow:hidden;border-radius:var(--bastion-product-image-radius)}.bastion-product-image__media{display:block;width:100%;height:auto}@media screen and (max-width:699px){.bastion-product-image{padding-block:var(--bastion-product-image-mobile-padding-top) var(--bastion-product-image-mobile-padding-bottom);padding-inline:var(--bastion-product-image-mobile-padding-inline)}}.bastion-product-story-tabs{display:block;padding-block:var(--bastion-story-padding-top) var(--bastion-story-padding-bottom);overflow:hidden;background:rgb(var(--background));color:rgb(var(--text-color))}.bastion-product-story-tabs__inner{width:min(100%,var(--bastion-story-max-width));margin-inline:auto;padding-inline:max(var(--container-gutter),1.25rem)}.bastion-product-story-tabs__layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:var(--bastion-story-column-gap);align-items:start}.bastion-product-story-tabs__layout--story-wide{grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr)}.bastion-product-story-tabs__layout--tabs-wide{grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr)}.bastion-product-story-tabs__story,.bastion-product-story-tabs__details{min-width:0}.bastion-product-story-tabs__heading{max-width:none;margin:0;font-family:var(--heading-font-family);font-size:var(--bastion-story-heading-desktop);font-style:var(--heading-font-style);font-weight:var(--heading-font-weight);line-height:1.08;letter-spacing:-.025em;text-transform:none;white-space:nowrap}.bastion-product-story-tabs__body{max-width:38rem;margin-top:clamp(1.5rem,3vw,2.75rem);color:rgb(var(--text-color) / var(--bastion-story-body-opacity));font-size:var(--bastion-story-body-desktop);line-height:1.65;letter-spacing:normal;text-transform:none}.bastion-product-story-tabs__body>:first-child,.bastion-product-story-tabs__panel>:first-child{margin-top:0}.bastion-product-story-tabs__body>:last-child,.bastion-product-story-tabs__panel>:last-child{margin-bottom:0}.bastion-product-story-tabs__links{display:grid;justify-items:start;gap:.35rem;margin-top:clamp(1.5rem,3vw,2.5rem)}.bastion-product-story-tabs__link{display:inline-flex;align-items:center;gap:.45rem;color:inherit;font-weight:700;font-size:var(--bastion-story-detail-desktop);line-height:1.35;text-decoration:none;transition:opacity .16s ease,transform .16s ease}.bastion-product-story-tabs__link:hover{opacity:.68}.bastion-product-story-tabs__link:active{transform:translateY(1px)}.bastion-product-story-tabs__link:focus-visible,.bastion-product-story-tabs__panel:focus-visible{outline:2px solid currentColor;outline-offset:4px}.bastion-product-story-tabs__tab-scroll{overflow-x:auto;scrollbar-width:none}.bastion-product-story-tabs__tab-scroll::-webkit-scrollbar{display:none}.bastion-product-story-tabs__tab-list{display:flex;justify-content:flex-start;align-items:center;gap:var(--bastion-story-tab-gap-desktop);width:max-content;min-width:100%}.bastion-product-story-tabs__tab{min-height:2.75rem;padding:.45rem 0;white-space:nowrap;color:rgb(var(--text-color) / .68);font:inherit;font-size:var(--bastion-story-tab-desktop);font-weight:700;line-height:1.2;letter-spacing:.01em;border:0;background:transparent;cursor:pointer;transition:color .16s ease,opacity .16s ease,transform .16s ease}.bastion-product-story-tabs--uppercase-tabs .bastion-product-story-tabs__tab{text-transform:uppercase}.bastion-product-story-tabs__tab[aria-selected=true]{color:rgb(var(--text-color))}.bastion-product-story-tabs--custom-accent .bastion-product-story-tabs__tab[aria-selected=true]{color:var(--bastion-story-accent)}.bastion-product-story-tabs__tab:hover{color:rgb(var(--text-color))}.bastion-product-story-tabs__tab:active{transform:translateY(1px)}.bastion-product-story-tabs__tab:focus-visible{outline:none;box-shadow:inset 0 -2px currentColor}.bastion-product-story-tabs__panels{margin-top:var(--bastion-story-panel-gap-desktop)}.bastion-product-story-tabs__panel{max-width:46rem;color:rgb(var(--text-color) / .82);font-size:var(--bastion-story-detail-desktop);line-height:1.65;letter-spacing:normal;text-transform:none}.bastion-product-story-tabs__panel[hidden]{display:none}.bastion-product-story-tabs__panel :is(strong,b){color:rgb(var(--text-color))}.bastion-product-story-tabs__panel a{color:inherit;text-decoration-thickness:1px;text-underline-offset:.2em}.bastion-product-story-tabs--custom-accent .bastion-product-story-tabs__panel a{color:var(--bastion-story-accent)}.bastion-product-story-tabs__panel ul,.bastion-product-story-tabs__panel ol{padding-inline-start:1.25rem}.bastion-product-story-tabs__empty{color:rgb(var(--text-color) / .6)}@media screen and (max-width:749px){.bastion-product-story-tabs{padding-block:var(--bastion-story-mobile-padding-top) var(--bastion-story-mobile-padding-bottom)}.bastion-product-story-tabs__inner{padding-inline:max(var(--container-gutter),1rem)}.bastion-product-story-tabs__layout,.bastion-product-story-tabs__layout--story-wide,.bastion-product-story-tabs__layout--tabs-wide{grid-template-columns:minmax(0,1fr);gap:clamp(3rem,14vw,5rem)}.bastion-product-story-tabs__heading{font-size:var(--bastion-story-heading-mobile);white-space:normal}.bastion-product-story-tabs__body{margin-top:1.5rem;font-size:var(--bastion-story-body-mobile)}.bastion-product-story-tabs__link,.bastion-product-story-tabs__panel{font-size:var(--bastion-story-detail-mobile)}.bastion-product-story-tabs__links{margin-top:1.5rem}.bastion-product-story-tabs__tab-scroll{margin-inline:calc(max(var(--container-gutter),1rem)*-1);padding-inline:max(var(--container-gutter),1rem)}.bastion-product-story-tabs__tab-list{justify-content:flex-start;gap:var(--bastion-story-tab-gap-mobile);min-width:max-content}.bastion-product-story-tabs__tab{font-size:var(--bastion-story-tab-mobile)}.bastion-product-story-tabs__panels{margin-top:var(--bastion-story-panel-gap-mobile)}}@media(prefers-reduced-motion:no-preference){.bastion-product-story-tabs__panel:not([hidden]){animation:bastion-story-panel-in .16s ease-out}}@media(prefers-reduced-motion:reduce){.bastion-product-story-tabs__link,.bastion-product-story-tabs__tab{transition:none}}@keyframes bastion-story-panel-in{0%{opacity:0;transform:translateY(.25rem)}to{opacity:1;transform:translateY(0)}}.bastion-promises{display:flex;align-items:center;max-width:100%;min-height:var(--bastion-promises-min-height);padding-block:var(--bastion-promises-padding-block);overflow:clip;background:rgb(var(--background));color:rgb(var(--text-color))}.bastion-promises__inner{flex:1 1 auto;width:min(100%,var(--bastion-promises-content-max-width));margin-inline:auto;padding-inline:var(--bastion-promises-horizontal-padding)}.bastion-promises--full .bastion-promises__inner{width:100%;max-width:none}.bastion-promises__header{max-width:52rem;margin-bottom:var(--bastion-promises-header-gap)}.bastion-promises__header--left{margin-inline:0 auto;text-align:left}.bastion-promises__header--center{margin-inline:auto;text-align:center}.bastion-promises__header--right{margin-inline:auto 0;text-align:right}.bastion-promises__heading{margin:0;color:rgb(var(--text-color));font-family:var(--heading-font-family);font-size:clamp(1.75rem,4vw,3rem);font-weight:var(--heading-font-weight);line-height:1.08}.bastion-promises__intro{margin-top:.75rem;color:rgb(var(--text-color) / .76)}.bastion-promises__intro>:first-child{margin-top:0}.bastion-promises__intro>:last-child{margin-bottom:0}.bastion-promises__grid{display:grid;grid-template-columns:repeat(var(--bastion-promises-columns),minmax(0,1fr));column-gap:var(--bastion-promises-column-gap);row-gap:var(--bastion-promises-row-gap)}.bastion-promises__item{min-width:0}.bastion-promises__item-content{display:flex;align-items:center;gap:var(--bastion-promises-item-gap);min-width:0;min-height:100%;padding:var(--bastion-promises-item-padding);border:1px solid transparent;border-radius:var(--bastion-promises-item-radius);color:rgb(var(--text-color));text-decoration:none;transition:border-color .2s ease,background-color .2s ease,transform .2s ease}.bastion-promises--item-soft .bastion-promises__item-content{background:rgb(var(--background-secondary))}.bastion-promises--item-outline .bastion-promises__item-content{border-color:rgb(var(--text-color) / .16)}a.bastion-promises__item-content:hover{border-color:rgb(var(--text-color) / .3);transform:translateY(-2px)}.bastion-promises--layout-stacked .bastion-promises__item-content{flex-direction:column;justify-content:flex-start}.bastion-promises--align-left .bastion-promises__item-content{justify-content:flex-start;text-align:left}.bastion-promises--align-center .bastion-promises__item-content{justify-content:center;text-align:center}.bastion-promises--align-right .bastion-promises__item-content{justify-content:flex-end;text-align:right}.bastion-promises--layout-stacked.bastion-promises--align-left .bastion-promises__item-content{align-items:flex-start}.bastion-promises--layout-stacked.bastion-promises--align-center .bastion-promises__item-content{align-items:center}.bastion-promises--layout-stacked.bastion-promises--align-right .bastion-promises__item-content{align-items:flex-end}.bastion-promises__icon-shell{display:grid;place-items:center;flex:0 0 var(--bastion-promises-icon-shell-size);width:var(--bastion-promises-icon-shell-size);height:var(--bastion-promises-icon-shell-size);border:1px solid transparent;border-radius:var(--bastion-promises-icon-radius);color:rgb(var(--text-color))}.bastion-promises--icon-shape-circle .bastion-promises__icon-shell{border-radius:50%}.bastion-promises--icon-shape-square .bastion-promises__icon-shell{border-radius:0}.bastion-promises--icon-tone-accent .bastion-promises__icon-shell{color:rgb(var(--accent))}.bastion-promises--icon-tone-subdued .bastion-promises__icon-shell{color:rgb(var(--text-color) / .72)}.bastion-promises--icon-soft .bastion-promises__icon-shell{border-color:rgb(var(--text-color) / .1);background:rgb(var(--text-color) / .07);box-shadow:0 8px 24px rgb(var(--text-color) / .05)}.bastion-promises--icon-outline .bastion-promises__icon-shell{border-color:currentColor;background:transparent}.bastion-promises--icon-solid .bastion-promises__icon-shell{border-color:rgb(var(--text-color));background:rgb(var(--text-color));color:rgb(var(--background));box-shadow:0 8px 24px #0000001f}.bastion-promises__icon{display:grid;place-items:center;width:var(--bastion-promises-icon-size);color:inherit}.bastion-promises__icon .icon{display:block;max-width:100%;color:inherit}.bastion-promises__supplied-icon{display:block;width:100%;aspect-ratio:1;background:currentColor;-webkit-mask-image:var(--bastion-promises-supplied-icon);-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain;mask-image:var(--bastion-promises-supplied-icon);mask-position:center;mask-repeat:no-repeat;mask-size:contain}.bastion-promises__copy{display:flex;min-width:0;flex-direction:column;gap:.25rem}.bastion-promises__title{color:rgb(var(--text-color));font-family:var(--heading-font-family);font-size:var(--bastion-promises-title-size);font-weight:var(--bastion-promises-title-weight);line-height:1.22;letter-spacing:.025em;overflow-wrap:anywhere}.bastion-promises__title--uppercase{text-transform:uppercase}.bastion-promises__text{color:rgb(var(--text-color) / .72);font-size:var(--bastion-promises-text-size);line-height:1.4;overflow-wrap:anywhere}@media screen and (max-width:699px){.bastion-promises{min-height:var(--bastion-promises-min-height-mobile);padding-block:var(--bastion-promises-padding-block-mobile)}.bastion-promises__inner{padding-inline:var(--bastion-promises-horizontal-padding-mobile)}.bastion-promises__header{margin-bottom:var(--bastion-promises-header-gap-mobile)}.bastion-promises__grid{grid-template-columns:repeat(var(--bastion-promises-mobile-columns),minmax(0,1fr));column-gap:var(--bastion-promises-column-gap-mobile);row-gap:var(--bastion-promises-row-gap-mobile)}.bastion-promises--mobile-2.bastion-promises--odd .bastion-promises__item:last-child{grid-column:1 / -1;width:calc((100% - var(--bastion-promises-column-gap-mobile)) / 2);justify-self:center}.bastion-promises__item-content{gap:var(--bastion-promises-item-gap-mobile);padding:var(--bastion-promises-item-padding-mobile)}.bastion-promises__icon-shell{flex-basis:var(--bastion-promises-icon-shell-size-mobile);width:var(--bastion-promises-icon-shell-size-mobile);height:var(--bastion-promises-icon-shell-size-mobile)}.bastion-promises__icon{width:var(--bastion-promises-icon-size-mobile)}.bastion-promises__title{font-size:var(--bastion-promises-title-size-mobile)}.bastion-promises__text{font-size:var(--bastion-promises-text-size-mobile)}.bastion-promises--mobile-align-left .bastion-promises__item-content{justify-content:flex-start;text-align:left}.bastion-promises--mobile-align-center .bastion-promises__item-content{justify-content:center;text-align:center}.bastion-promises--mobile-align-right .bastion-promises__item-content{justify-content:flex-end;text-align:right}.bastion-promises--layout-stacked.bastion-promises--mobile-align-left .bastion-promises__item-content{align-items:flex-start}.bastion-promises--layout-stacked.bastion-promises--mobile-align-center .bastion-promises__item-content{align-items:center}.bastion-promises--layout-stacked.bastion-promises--mobile-align-right .bastion-promises__item-content{align-items:flex-end}}.bastion-hero{display:block;position:relative;overflow:hidden;background:rgb(var(--background))}.bastion-hero__viewport{display:grid;min-height:var(--bastion-hero-height)}.bastion-hero__slide{position:relative;grid-area:1 / 1;display:grid;min-height:var(--bastion-hero-height);isolation:isolate;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .45s ease,visibility .45s ease}.bastion-hero__slide[data-active]{z-index:1;opacity:1;visibility:visible;pointer-events:auto}.bastion-hero__media,.bastion-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0}.bastion-hero__media picture{display:contents}.bastion-hero__image,.bastion-hero__placeholder{width:100%;height:100%;object-fit:cover;object-position:var(--bastion-image-position)}.bastion-hero__placeholder{background:rgb(var(--background))}.bastion-hero__overlay{z-index:1;background:rgb(var(--bastion-overlay))}.bastion-hero__content{z-index:2;width:min(100%,var(--bastion-hero-content-width));padding:max(2rem,var(--container-gutter));color:var(--bastion-text-color)}.bastion-hero__slide--top-left .bastion-hero__content{align-self:start;justify-self:start}.bastion-hero__slide--top-center .bastion-hero__content{align-self:start;justify-self:center}.bastion-hero__slide--top-right .bastion-hero__content{align-self:start;justify-self:end}.bastion-hero__slide--middle-left .bastion-hero__content{align-self:center;justify-self:start}.bastion-hero__slide--middle-center .bastion-hero__content{align-self:center;justify-self:center}.bastion-hero__slide--middle-right .bastion-hero__content{align-self:center;justify-self:end}.bastion-hero__slide--bottom-left .bastion-hero__content{align-self:end;justify-self:start}.bastion-hero__slide--bottom-center .bastion-hero__content{align-self:end;justify-self:center}.bastion-hero__slide--bottom-right .bastion-hero__content{align-self:end;justify-self:end}.bastion-hero__content--left{text-align:left}.bastion-hero__content--center{text-align:center}.bastion-hero__content--right{text-align:right}.bastion-hero__content--center .button{margin-inline:auto}.bastion-hero__content--right .button{margin-inline-start:auto}.bastion-hero__eyebrow{margin:0 0 .75rem;font-size:.75rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.bastion-hero__heading{margin:0;color:inherit;line-height:.98}.bastion-hero__heading--medium{font-size:clamp(2rem,5vw,4.5rem)}.bastion-hero__heading--large{font-size:clamp(2.5rem,7vw,6.5rem)}.bastion-hero__text{max-width:48rem;margin:1rem 0 0;font-size:clamp(1rem,1.6vw,1.35rem)}.bastion-hero__content--center .bastion-hero__text{margin-inline:auto}.bastion-hero__content--right .bastion-hero__text{margin-inline-start:auto}.bastion-hero__content .button{margin-top:1.5rem}.bastion-hero .bastion-hero__button{border-radius:var(--bastion-button-radius);font-weight:var(--bastion-button-weight)}.bastion-hero__controls{position:absolute;z-index:3;left:50%;bottom:1.25rem;transform:translate(-50%);display:flex;align-items:center;gap:.5rem;padding:.45rem;border-radius:999px;color:#fff;background:#0000007a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.bastion-hero__arrow,.bastion-hero__pause,.bastion-hero__dot{display:grid;place-items:center;flex:none}.bastion-hero__arrow,.bastion-hero__pause{width:2rem;height:2rem;border-radius:50%}.bastion-hero__arrow svg{width:1.2rem}.bastion-hero__dots{display:flex;align-items:center;gap:.45rem}.bastion-hero__dot{width:.55rem;height:.55rem;border:1px solid currentColor;border-radius:50%}.bastion-hero__dot[aria-current=true]{background:currentColor}.bastion-hero__pause-icon{width:.65rem;height:.75rem;border-inline:2px solid currentColor}.bastion-hero__pause[aria-pressed=true] .bastion-hero__pause-icon{width:0;height:0;margin-inline-start:.1rem;border-block:.38rem solid transparent;border-inline-start:.58rem solid currentColor;border-inline-end:0}@media screen and (max-width:699px){.bastion-hero__viewport,.bastion-hero__slide{min-height:var(--bastion-hero-mobile-height)}.bastion-hero__image{object-position:var(--bastion-mobile-image-position)}.bastion-hero__content{padding:2rem var(--container-gutter) 5.5rem}.bastion-hero__slide--mobile-top-left .bastion-hero__content{align-self:start;justify-self:start}.bastion-hero__slide--mobile-top-center .bastion-hero__content{align-self:start;justify-self:center}.bastion-hero__slide--mobile-middle-left .bastion-hero__content{align-self:center;justify-self:start}.bastion-hero__slide--mobile-middle-center .bastion-hero__content{align-self:center;justify-self:center}.bastion-hero__slide--mobile-bottom-left .bastion-hero__content{align-self:end;justify-self:start}.bastion-hero__slide--mobile-bottom-center .bastion-hero__content{align-self:end;justify-self:center}.bastion-hero__heading--medium{font-size:clamp(2rem,10vw,3.25rem)}.bastion-hero__heading--large{font-size:clamp(2.5rem,12vw,4rem)}.bastion-hero__controls{bottom:1rem}}@media(prefers-reduced-motion:reduce){.bastion-hero__slide{transition:none}}.bastion-social-gallery{display:block;padding-block:var(--bsg-padding-top) var(--bsg-padding-bottom);background:rgb(var(--background));color:rgb(var(--text-color));overflow:hidden}.bastion-social-gallery__inner{width:min(100%,var(--container-max-width, 1600px));margin-inline:auto;padding-inline:max(var(--container-gutter),1rem)}.bastion-social-gallery--full .bastion-social-gallery__inner{width:100%;max-width:none}.bastion-social-gallery__header{display:flex;align-items:end;justify-content:space-between;gap:1.5rem;margin-bottom:clamp(1.5rem,4vw,3rem)}.bastion-social-gallery__header--center{align-items:center;flex-direction:column;text-align:center}.bastion-social-gallery__header--right{text-align:right}.bastion-social-gallery__heading{margin:0;font-family:var(--heading-font-family);font-size:var(--bsg-heading-size-mobile);font-weight:var(--heading-font-weight);line-height:1;letter-spacing:-.025em;text-transform:var(--bsg-heading-text-transform)}.bastion-social-gallery__account{display:inline-flex;align-items:center;gap:.65rem;margin-top:.75rem;color:inherit;font-size:var(--bsg-username-size-mobile);line-height:1.2;text-decoration:none;text-transform:var(--bsg-username-text-transform)}.bastion-social-gallery__instagram-icon{display:inline-flex;width:var(--bsg-instagram-icon-size);height:var(--bsg-instagram-icon-size);flex:none}.bastion-social-gallery__instagram-icon svg{display:block;width:100%;height:100%}.bastion-social-gallery__avatar,.bastion-social-gallery__avatar img{width:2.5rem;height:2.5rem;border-radius:50%}.bastion-social-gallery__avatar img{display:block;object-fit:cover}.bastion-social-gallery__gallery-shell{position:relative}.bastion-social-gallery__track{gap:var(--bsg-gap)}.bastion-social-gallery__track--grid{display:grid;grid-template-columns:repeat(var(--bsg-columns-mobile),minmax(0,1fr))}.bastion-social-gallery__track--carousel{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - (var(--bsg-gap) * (var(--bsg-columns-mobile) - 1))) / var(--bsg-columns-mobile));overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;scrollbar-width:none}.bastion-social-gallery__track--carousel::-webkit-scrollbar{display:none}.bastion-social-gallery__card{min-width:0;scroll-snap-align:start}.bastion-social-gallery__media-wrap{position:relative;overflow:hidden;border-radius:var(--bsg-radius);background:rgb(var(--text-color) / .06)}.bastion-social-gallery__media-button{display:block;width:100%;padding:0;border:0;background:transparent;color:inherit;cursor:pointer;text-decoration:none}.bastion-social-gallery__media,.bastion-social-gallery__empty-media{display:block;width:100%;aspect-ratio:var(--bsg-media-ratio);object-fit:cover;transition:transform .35s ease}.bastion-social-gallery__media-button:hover .bastion-social-gallery__media{transform:scale(1.025)}.bastion-social-gallery__empty-media{display:grid;place-items:center;font-family:var(--heading-font-family);text-transform:uppercase;background:rgb(var(--text-color) / .06)}.bastion-social-gallery__placeholder{padding:20%;fill:rgb(var(--text-color) / .25)}.bastion-social-gallery__media-badge{position:absolute;top:.75rem;right:.75rem;display:grid;place-items:center;width:2.25rem;height:2.25rem;border-radius:50%;color:#fff;background:#0000009e;pointer-events:none}.bastion-social-gallery__media-badge svg{width:1.15rem}.bastion-social-gallery__caption{display:-webkit-box;margin:.8rem 0 0;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:var(--bsg-caption-lines);color:rgb(var(--text-color) / .72)}.bastion-social-gallery__product{display:flex;align-items:center;gap:.7rem;min-height:3rem;margin-top:.75rem;padding:.4rem .65rem .4rem .4rem;border:1px solid rgb(var(--text-color) / .14);border-radius:min(var(--bsg-radius),10px);color:inherit;text-decoration:none}.bastion-social-gallery__product span:first-of-type{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bastion-social-gallery__product svg{width:1rem;flex:none}.bastion-social-gallery__product-image{width:2.5rem;height:2.5rem;border-radius:6px;object-fit:cover}.bastion-social-gallery__arrow{position:absolute;z-index:2;top:50%;display:grid;place-items:center;width:3rem;height:3rem;padding:0;border:1px solid rgb(var(--text-color) / .12);border-radius:50%;background:rgb(var(--background));color:rgb(var(--text-color));box-shadow:0 .4rem 1.4rem #0000001f;transform:translateY(-50%);cursor:pointer}.bastion-social-gallery__arrow svg{width:1.25rem}.bastion-social-gallery__arrow--previous{left:.75rem}.bastion-social-gallery__arrow--next{right:.75rem}.bastion-social-gallery__setup{padding:2rem;border:1px dashed rgb(var(--text-color) / .25);border-radius:var(--bsg-radius);text-align:center;color:rgb(var(--text-color) / .7)}.bastion-social-gallery__dialog{width:min(94vw,68rem);max-height:92vh;padding:0;border:0;border-radius:max(var(--bsg-radius),8px);background:rgb(var(--background));color:rgb(var(--text-color));overflow:visible}.bastion-social-gallery__dialog::backdrop{background:#000000b8;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.bastion-social-gallery__dialog-close{position:absolute;z-index:2;top:.75rem;right:.75rem;display:grid;place-items:center;width:2.75rem;height:2.75rem;padding:0;border:0;border-radius:50%;background:#000000a3;color:#fff;cursor:pointer}.bastion-social-gallery__dialog-close svg{width:1.25rem}.bastion-social-gallery__dialog-grid{display:grid;max-height:92vh;overflow:auto}.bastion-social-gallery__dialog-media{display:grid;min-height:18rem;place-items:center;background:#050505}.bastion-social-gallery__dialog-media img,.bastion-social-gallery__dialog-video{display:block;width:100%;max-height:70vh;object-fit:contain}.bastion-social-gallery__dialog-content{display:grid;align-content:start;gap:1.25rem;padding:clamp(1.25rem,4vw,2.5rem)}.bastion-social-gallery__dialog-caption{margin:0;white-space:pre-line}.bastion-social-gallery__dialog-product{color:inherit;font-weight:600}.bastion-social-gallery__dialog-instagram{justify-self:start}@media screen and (min-width:700px){.bastion-social-gallery__heading{font-size:var(--bsg-heading-size-desktop)}.bastion-social-gallery__account{font-size:var(--bsg-username-size-desktop)}.bastion-social-gallery__track--grid{grid-template-columns:repeat(var(--bsg-columns-desktop),minmax(0,1fr))}.bastion-social-gallery__track--carousel{grid-auto-columns:calc((100% - (var(--bsg-gap) * (var(--bsg-columns-desktop) - 1))) / var(--bsg-columns-desktop))}.bastion-social-gallery__dialog-grid{grid-template-columns:minmax(0,1.6fr) minmax(18rem,.8fr)}}@media screen and (max-width:699px){.bastion-social-gallery__header{align-items:flex-start;flex-direction:column}.bastion-social-gallery__header--center{align-items:center}.bastion-social-gallery__header--right{align-items:flex-end}.bastion-social-gallery__arrow{display:none}}@media(prefers-reduced-motion:reduce){.bastion-social-gallery__media{transition:none}}.bastion-story__header{max-width:52rem;margin-bottom:clamp(2rem,5vw,4rem)}.bastion-story__header--left{text-align:left}.bastion-story__header--center{margin-inline:auto;text-align:center}.bastion-story__eyebrow,.bastion-story-row__eyebrow{margin:0 0 .75rem;font-size:.75rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.bastion-story__section-heading{margin:0;color:var(--bastion-story-section-heading-color, inherit);font-size:var(--bastion-story-section-heading-size-desktop);line-height:1}.bastion-story__header>.bastion-story__eyebrow{color:var(--bastion-story-section-heading-color, inherit)}.bastion-story__intro{margin-top:1rem;color:var(--bastion-story-section-text-color, inherit);font-size:var(--bastion-story-intro-size-desktop)}.bastion-story__rows{display:grid;gap:var(--bastion-story-gap)}.bastion-story-row{display:grid;grid-template-columns:minmax(0,var(--bastion-story-media-width)) minmax(0,calc(100% - var(--bastion-story-media-width)));overflow:hidden;border-radius:var(--bastion-story-radius)}.bastion-story--boxed .bastion-story-row{border:1px solid rgb(var(--border-color));background:rgb(var(--background-secondary, var(--background)))}.bastion-story-row--desktop-right{grid-template-columns:minmax(0,calc(100% - var(--bastion-story-media-width))) minmax(0,var(--bastion-story-media-width))}.bastion-story-row--desktop-right .bastion-story-row__media{grid-column:2}.bastion-story-row--desktop-right .bastion-story-row__content{grid-column:1;grid-row:1}.bastion-story-row__media{min-height:22rem;aspect-ratio:var(--bastion-story-ratio);overflow:hidden}.bastion-story-row__video,.bastion-story-row__image,.bastion-story-row__placeholder{width:100%;height:100%;object-fit:cover}.bastion-story-row__video{aspect-ratio:auto}.bastion-story-row__video>:is(video,img){width:100%;height:100%;object-fit:cover}.bastion-story-row__placeholder{background:rgb(var(--background-secondary, var(--background)))}.bastion-story-row__content{align-self:center;padding:clamp(2rem,5vw,5rem)}.bastion-story-row__content--left{text-align:left}.bastion-story-row__content--center{text-align:center}.bastion-story-row__content--center .button{margin-inline:auto}.bastion-story-row__heading{margin:0;color:var(--bastion-story-heading-color, inherit);font-size:var(--bastion-story-heading-size-desktop);line-height:1.02}.bastion-story-row__content>.bastion-story-row__eyebrow{color:var(--bastion-story-heading-color, inherit)}.bastion-story-row__text{max-width:44rem;margin-top:1.25rem;color:var(--bastion-story-text-color, inherit);font-size:var(--bastion-story-text-size-desktop)}.bastion-story-row__content--center .bastion-story-row__text{margin-inline:auto}.bastion-story-row__content .button{margin-top:1.75rem}.bastion-story .bastion-story-row__button{border-radius:var(--bastion-button-radius);font-weight:var(--bastion-button-weight)}@media screen and (max-width:699px){.bastion-story-row,.bastion-story-row--desktop-right{grid-template-columns:minmax(0,1fr)}.bastion-story-row__media,.bastion-story-row--desktop-right .bastion-story-row__media{grid-column:1;grid-row:1;min-height:18rem}.bastion-story-row__content,.bastion-story-row--desktop-right .bastion-story-row__content{grid-column:1;grid-row:2;padding:2rem var(--container-gutter) 3rem}.bastion-story-row--mobile-content-first .bastion-story-row__media{grid-row:2}.bastion-story-row--mobile-content-first .bastion-story-row__content{grid-row:1}.bastion-story__section-heading{font-size:var(--bastion-story-section-heading-size-mobile)}.bastion-story__intro{font-size:var(--bastion-story-intro-size-mobile)}.bastion-story-row__heading{font-size:var(--bastion-story-heading-size-mobile)}.bastion-story-row__text{font-size:var(--bastion-story-text-size-mobile)}}.bastion-tab-products{display:block;padding-block:var(--bastion-tabs-padding-top) var(--bastion-tabs-padding-bottom);overflow:hidden;background:rgb(var(--background));color:rgb(var(--text-color))}.bastion-tab-products__inner{width:min(100%,var(--container-max-width, 1600px));margin-inline:auto;padding-inline:max(var(--container-gutter),1rem)}.bastion-tab-products--full .bastion-tab-products__inner{width:100%;max-width:none}.bastion-tab-products__heading{margin:0 auto clamp(2rem,5vw,4.5rem);font-family:var(--heading-font-family);font-size:var(--bastion-tabs-heading-desktop);font-weight:var(--heading-font-weight);line-height:1.08;letter-spacing:-.025em;text-transform:uppercase}.bastion-tab-products__heading--left{text-align:left}.bastion-tab-products__heading--center{text-align:center}.bastion-tab-products__heading--right{text-align:right}.bastion-tab-products__heading span+span{margin-inline-start:.18em}.bastion-tab-products__heading-secondary{opacity:var(--bastion-tabs-heading-secondary-opacity)}.bastion-tab-products__tabs-scroll{overflow-x:auto;scrollbar-width:none;margin-inline:calc(max(var(--container-gutter),1rem)*-1);padding-inline:max(var(--container-gutter),1rem)}.bastion-tab-products__tabs-scroll::-webkit-scrollbar,.bastion-tab-products__track::-webkit-scrollbar{display:none}.bastion-tab-products__tabs{display:flex;justify-content:center;align-items:center;gap:clamp(1.75rem,6vw,5rem);width:max-content;min-width:100%;padding-bottom:clamp(1.75rem,4vw,3rem)}.bastion-tab-products__tab{display:inline-flex;align-items:center;gap:.45rem;min-height:2.75rem;padding:0;white-space:nowrap;color:rgb(var(--text-color) / .62);font:inherit;font-size:var(--bastion-tabs-tab-size-desktop);border:0;background:transparent;cursor:pointer;transition:color .18s ease}.bastion-tab-products__tab[aria-selected=true]{color:rgb(var(--text-color))}.bastion-tab-products__active-dot{width:.5rem;height:.5rem;flex:0 0 auto;border-radius:50%;background:currentColor;opacity:0;transform:scale(.5);transition:opacity .18s ease,transform .18s ease}.bastion-tab-products__tab[aria-selected=true] .bastion-tab-products__active-dot{opacity:1;transform:scale(1)}.bastion-tab-products__panel{position:relative}.bastion-tab-products__panel[hidden]{display:none}.bastion-tab-products__track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - (var(--bastion-tabs-columns) - 1) * var(--bastion-tabs-gap)) / var(--bastion-tabs-columns));gap:var(--bastion-tabs-gap);overflow-x:auto;overflow-y:hidden;padding:2px;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;overscroll-behavior-inline:contain}.bastion-tab-products__card{display:flex;flex-direction:column;min-width:0;overflow:hidden;border:1px solid rgb(var(--border-color));border-radius:var(--bastion-tabs-card-radius);background:rgb(var(--background));color:rgb(var(--text-color));scroll-snap-align:start}.bastion-tab-products__media{position:relative;aspect-ratio:var(--bastion-tabs-media-ratio);overflow:hidden;background:rgb(var(--text-color) / .04)}.bastion-tab-products__image-link{display:block;width:100%;height:100%}.bastion-tab-products__image,.bastion-tab-products__placeholder{width:100%;height:100%;object-fit:contain;transition:transform .35s ease}.bastion-tab-products__image-link:hover .bastion-tab-products__image{transform:scale(1.025)}.bastion-tab-products__badge{position:absolute;z-index:1;top:1rem;left:1rem;padding:.25rem .5rem;border-radius:.3rem;background:rgb(var(--text-color) / .1);color:rgb(var(--text-color));font-size:.75rem;line-height:1}.bastion-tab-products__badge--sale{background:var(--bastion-tabs-sale-badge-background);box-shadow:var(--bastion-tabs-sale-badge-shadow);color:var(--bastion-tabs-sale-badge-text);font-weight:700}.bastion-tab-products__badge--sold-out{background:var(--bastion-tabs-sold-out-badge-background);box-shadow:var(--bastion-tabs-sold-out-badge-shadow);color:var(--bastion-tabs-sold-out-badge-text);font-weight:700}.bastion-tab-products__info{display:flex;flex:1;flex-direction:column;padding:1.15rem}.bastion-tab-products__rating{min-height:1.25rem;margin-bottom:.65rem}.bastion-tab-products__rating .rating-badge{justify-content:flex-start}.bastion-tab-products__title-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.75rem;align-items:start}.bastion-tab-products__title{color:inherit;font-size:var(--bastion-tabs-card-title-size-desktop);font-weight:700;line-height:1.25;text-decoration:none}.bastion-tab-products__price{white-space:nowrap}.bastion-tab-products__price .price-list{justify-content:flex-end}.bastion-tab-products__variant,.bastion-tab-products__detail{margin:.35rem 0 0;color:rgb(var(--text-color) / .65);font-size:var(--bastion-tabs-card-detail-size-desktop);line-height:1.4}.bastion-tab-products__swatches{margin-top:.8rem}.bastion-tab-products__swatch-fieldset{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem;min-width:0;margin:0;padding:.25rem 0;border:0}.bastion-tab-products__swatch-fieldset .color-swatch.color-swatch{--swatch-width: var(--bastion-tabs-swatch-size);--swatch-height: var(--bastion-tabs-swatch-size);--swatch-selected-border-offset: 3px;flex:0 0 auto;border-radius:50%}.bastion-tab-products__swatch-fieldset .color-swatch__indicator{display:none}.bastion-tab-products__swatch-fieldset :is(:checked+.color-swatch.color-swatch,.color-swatch.color-swatch.is-selected){outline:var(--bastion-tabs-selected-swatch-ring-width) solid var(--bastion-tabs-selected-swatch-ring-color)!important;outline-offset:2px}.bastion-tab-products__selected-swatch{margin:.45rem 0 0;color:rgb(var(--text-color) / .65);font-size:var(--bastion-tabs-card-detail-size-desktop);line-height:1.4}.bastion-tab-products__detail{margin-top:1rem;padding-top:1rem;border-top:1px solid rgb(var(--border-color))}.bastion-tab-products__cta-wrap{margin-top:auto;padding-top:1rem}.bastion-tab-products__cta-wrap:not(.bastion-tab-products__cta-wrap--desktop){display:none}.bastion-tab-products__arrow{position:absolute;z-index:2;top:calc((100% - 8rem)/2);display:grid;place-items:center;width:3rem;height:3rem;padding:0;color:rgb(var(--text-color));border:1px solid rgb(var(--border-color));border-radius:50%;background:rgb(var(--background));box-shadow:0 .5rem 1.5rem #00000014;cursor:pointer;transform:translateY(-50%)}.bastion-tab-products__arrow:disabled{opacity:.35;cursor:default}.bastion-tab-products__arrow svg{width:1.25rem;height:1.25rem}.bastion-tab-products__arrow--previous{left:-.75rem}.bastion-tab-products__arrow--next{right:-.75rem}@media screen and (max-width:699px){.bastion-tab-products{padding-block:min(var(--bastion-tabs-padding-top),48px) min(var(--bastion-tabs-padding-bottom),48px)}.bastion-tab-products__heading{margin-bottom:1.75rem;font-size:var(--bastion-tabs-heading-mobile)}.bastion-tab-products__heading span{display:inline}.bastion-tab-products__tabs{justify-content:flex-start;gap:2.5rem;min-width:max-content;padding-bottom:1.5rem}.bastion-tab-products__tab{font-size:var(--bastion-tabs-tab-size-mobile)}.bastion-tab-products__title{font-size:var(--bastion-tabs-card-title-size-mobile)}.bastion-tab-products__variant,.bastion-tab-products__detail,.bastion-tab-products__selected-swatch{font-size:var(--bastion-tabs-card-detail-size-mobile)}.bastion-tab-products__track{grid-auto-columns:min(var(--bastion-tabs-mobile-card-width),92vw);margin-inline:calc(max(var(--container-gutter),1rem)*-1);padding-inline:max(var(--container-gutter),1rem);scroll-padding-inline:max(var(--container-gutter),1rem)}.bastion-tab-products__arrow{display:none}.bastion-tab-products__cta-wrap--mobile{display:block}.bastion-tab-products__cta-wrap:not(.bastion-tab-products__cta-wrap--mobile){display:none}}@media(prefers-reduced-motion:reduce){.bastion-tab-products__track{scroll-behavior:auto}.bastion-tab-products__image,.bastion-tab-products__active-dot{transition:none}}.footer__block.footer__block--app_promo{align-self:flex-start;grid-column:1 / -1;width:100%;max-width:min(var(--footer-app-block-width),100%)}.footer-app-promo{display:grid;gap:var(--footer-app-content-gap)}.footer-app-promo__content{max-width:42rem}.footer-app-promo__badges{display:flex;gap:var(--footer-app-badge-gap);align-items:center;margin-block-start:.25rem}.footer-app-promo__badges--row{flex-wrap:nowrap}.footer-app-promo__badges--row>*{flex:1 1 0;min-width:0;max-width:var(--footer-app-badge-width)}.footer-app-promo__badges--row .footer-app-promo__badge{width:100%}.footer-app-promo__badges--column{flex-direction:column;align-items:flex-start}.footer-app-promo__badges--column>*{width:min(var(--footer-app-badge-width),100%)}.footer-app-promo--center .footer-app-promo__badges--column{align-items:center}.footer-app-promo--right .footer-app-promo__badges--column{align-items:flex-end}.footer-app-promo__badge-link{display:inline-flex;border-radius:.5rem;transition:opacity .18s ease,transform .18s ease}.footer-app-promo__badge{display:block;width:min(var(--footer-app-badge-width),100%);height:auto}.footer-app-promo--center{justify-items:center;text-align:center}.footer-app-promo--center .footer-app-promo__badges{justify-content:center}.footer-app-promo--right{justify-items:end;text-align:right}.footer-app-promo--right .footer-app-promo__badges{justify-content:flex-end}@media(hover:hover){.footer-app-promo__badge-link:hover{opacity:.86;transform:translateY(-2px)}}
/*# sourceMappingURL=/cdn/shop/t/137/compiled_assets/styles.css.map */
