*,:before,:after{box-sizing:border-box}.page-width-inner{max-width:var(--page-inner-width);margin:0 auto;padding:0 var(--sta-container-inline-padding)}img{max-width:100%;height:auto}.page-clip-x{width:100%;overflow-x:clip}.svg-ico{display:inline-block;vertical-align:middle;width:1em;height:1em;transition:fill var(--sta-transition-duration) var(--sta-transition-timing-function);fill:currentColor}.sta-simple-header a{color:rgb(var(--sta-p400-color));text-decoration:none}.sta-simple-header a:is(:hover,:focus-visible){color:rgb(var(--sta-p600-color));text-decoration:none}.sta-logo{display:block;width:100%;fill:var(--sta-logo-color)}.sta-btn-group{display:flex;flex-flow:row wrap;gap:1rem}.sta-btn-group._align-left{justify-content:flex-start}.sta-btn-group._align-center{justify-content:center}.sta-btn-group._align-right{justify-content:flex-end}.sta-btn{display:inline-block;vertical-align:middle;padding:var(--sta-btn-block-padding) var(--sta-btn-inline-padding);transition-property:color,border-color,background-color;transition-duration:var(--sta-transition-duration);transition-timing-function:var(--sta-transition-timing-function);border:var(--sta-btn-border-width) solid var(--sta-btn-border-color);border-radius:var(--sta-btn-border-radius);background:var(--sta-btn-background-color);color:var(--sta-btn-color);font-family:var(--sta-btn-font-family);font-size:var(--sta-btn-font-size);font-weight:var(--sta-btn-font-weight);line-height:var(--sta-btn-line-height);letter-spacing:var(--sta-btn-letter-spacing);text-transform:uppercase;text-decoration:none;cursor:pointer}.sta-btn:hover,.sta-btn:focus-visible{border-color:var(--sta-btn-hover-border-color);background:var(--sta-btn-hover-background-color);color:var(--sta-btn-hover-color)}.sta-btn._primary-white{--sta-btn-color: rgb(var(--sta-p400-color));--sta-btn-hover-color: rgb(var(--sta-white-color));--sta-btn-border-color: rgb(var(--sta-p400-color));--sta-btn-hover-border-color: rgb(var(--sta-p400-color));--sta-btn-background-color: rgb(var(--sta-white-color));--sta-btn-hover-background-color: rgb(var(--sta-p400-color))}.sta-btn._primary-light{--sta-btn-color: rgb(var(--sta-p400-color));--sta-btn-hover-color: rgb(var(--sta-white-color));--sta-btn-border-color: rgb(var(--sta-bg400-color));--sta-btn-hover-border-color: rgb(var(--sta-bg400-color));--sta-btn-background-color: rgb(var(--sta-bg200-color));--sta-btn-hover-background-color: rgb(var(--sta-p400-color))}.sta-btn._primary-lightest{--sta-btn-color: rgb(var(--sta-p400-color));--sta-btn-hover-color: rgb(var(--sta-p400-color));--sta-btn-border-color: rgb(var(--sta-bg400-color));--sta-btn-hover-border-color: rgb(var(--sta-bg400-color));--sta-btn-background-color: rgb(var(--sta-white-color));--sta-btn-hover-background-color: rgb(var(--sta-bg200-color))}.sta-btn._secondary{--sta-btn-color: rgb(var(--sta-white-color));--sta-btn-hover-color: rgb(var(--sta-white-color));--sta-btn-border-color: rgb(var(--sta-s400-color));--sta-btn-hover-border-color: rgb(var(--sta-s400-color));--sta-btn-background-color: rgb(var(--sta-s400-color));--sta-btn-hover-background-color: rgb(var(--sta-s500-color))}.sta-btn._gold{--sta-btn-color: rgb(var(--sta-white-color));--sta-btn-hover-color: rgb(var(--sta-white-color));--sta-btn-border-color: rgb(var(--sta-t600-color));--sta-btn-hover-border-color: rgb(var(--sta-t600-color));--sta-btn-background-color: rgb(var(--sta-t600-color));--sta-btn-hover-background-color: rgb(var(--sta-t800-color))}.sta-btn._gold-light{--sta-btn-color: rgb(var(--sta-black-color));--sta-btn-hover-color: rgb(var(--sta-white-color));--sta-btn-border-color: rgb(var(--sta-t600-color));--sta-btn-hover-border-color: rgb(var(--sta-t600-color));--sta-btn-background-color: rgb(var(--sta-t200-color));--sta-btn-hover-background-color: rgb(var(--sta-t600-color))}.sta-btn._header-register{--sta-btn-block-padding: .8rem;--sta-btn-inline-padding: 1.5rem;--sta-btn-color: rgb(var(--sta-p400-color));--sta-btn-hover-color: rgb(var(--sta-white-color));--sta-btn-border-color: rgb(var(--sta-bg400-color));--sta-btn-hover-border-color: rgb(var(--sta-p400-color));--sta-btn-background-color: rgb(var(--sta-bg200-color));--sta-btn-hover-background-color: rgb(var(--sta-p400-color));text-align:center}.sta-btn._header-action{--sta-btn-block-padding: .8rem;--sta-btn-inline-padding: 1rem;--sta-btn-color: rgb(var(--sta-p400-color));--sta-btn-hover-color: rgb(var(--sta-p400-color));--sta-btn-border-color: rgb(var(--sta-bg400-color));--sta-btn-hover-border-color: rgb(var(--sta-bg400-color));--sta-btn-background-color: rgb(var(--sta-white-color));--sta-btn-hover-background-color: rgb(var(--sta-bg200-color));text-align:center}.sta-btn._ico-only{--sta-btn-block-padding: 1rem;--sta-btn-inline-padding: 1rem;--sta-btn-color: rgb(var(--sta-p400-color));--sta-btn-hover-color: rgb(var(--sta-p400-color));--sta-btn-border-color: rgb(var(--sta-bg400-color));--sta-btn-hover-border-color: rgb(var(--sta-bg400-color));--sta-btn-background-color: rgb(var(--sta-white-color));--sta-btn-hover-background-color: rgb(var(--sta-bg200-color));text-align:center}.sta-btn:disabled{opacity:.5;cursor:default}.sta-btn:disabled:is(:hover,:focus-visible){border-color:var(--sta-btn-border-color);background:var(--sta-btn-background-color);color:var(--sta-btn-color)}.sta-btn._full{width:100%}.sta-btn._h-large{min-height:6rem}.sta-btn._small{--sta-btn-block-padding: .8rem;--sta-btn-inline-padding: 2.5rem;--sta-btn-font-size: 1.2rem}.sta-btn._flex{display:inline-flex;flex-flow:row nowrap;align-items:center;gap:var(--sta-btn-gap)}.sta-btn._flex._centered{justify-content:center}.sta-btn__ico{flex:0 0 auto;font-size:var(--sta-btn-ico-size);line-height:var(--sta-btn-ico-size)}.sta-btn__ico._trigger-default{display:var(--sta-btn-ico-default-display)}.sta-btn__ico._trigger-close{display:var(--sta-btn-ico-close-display)}.sta-btn__name{flex:0 1 auto}.sta-btn__badge{display:grid;place-items:center;flex:0 0 auto;min-width:calc(var(--sta-btn-badge-size) + 2 * var(--sta-btn-badge-border-width));height:calc(var(--sta-btn-badge-size) + 2 * var(--sta-btn-badge-border-width));padding:0 4px;border:var(--sta-btn-badge-border-width) solid currentColor;border-radius:100px;font-size:var(--sta-btn-badge-font-size);line-height:1;text-align:center}.sta-btn._icon{--sta-btn-inline-padding: 14px}@media screen and (max-width:479px){.sta-btn-group>*,.sta-btn-group .sta-btn{width:100%}}@media screen and (min-width:990px){.sta-btn._header-register,.sta-btn._header-action{--sta-btn-block-padding: .9rem}.sta-btn._header-action{--sta-btn-inline-padding: 1.2rem}}.sta-header{display:grid;grid-template-columns:auto 1fr;grid-template-areas:"logo actions";align-items:center;gap:1.5rem;padding-top:1.2rem;padding-bottom:1.2rem}.sta-header__logo{grid-area:logo;max-width:11rem}.sta-header__menu{display:none;grid-area:menu}.sta-header__mega-menu{display:none;grid-area:mega-menu}.sta-header__search{display:none;grid-area:search}.sta-header__actions{--sta-btn-ico-size: 1.8rem;grid-area:actions;display:flex;flex-flow:row nowrap;gap:.5rem;justify-content:flex-end}.sta-header__action{flex:0 0 auto}.sta-header__action>details{height:100%}.sta-header__action._register{display:none;flex:1 1 auto}.sta-header__title{margin-top:0;margin-bottom:1.5rem;font-family:var(--font-heading-family);font-size:var(--sta-header-title-font-size);font-weight:var(--sta-header-title-font-weight);line-height:1.3}@media screen and (min-width:750px){.sta-header{grid-template-columns:auto 1fr minmax(40rem,1fr);grid-template-areas:"logo . search" "logo . actions";gap:1.3rem 2.5rem}.sta-header__logo{max-width:18.2rem}.sta-header__search{display:block}.sta-header__actions{--sta-btn-ico-size: 2rem;gap:1.3rem}.sta-header__action._register{display:block}}@media screen and (min-width:990px){.sta-header{grid-template-columns:auto 3fr 1.75fr;grid-template-areas:"logo menu search" "logo mega-menu actions";gap:1.3rem 5rem}.sta-header__menu,.sta-header__mega-menu{display:block}.sta-header__action._menu-trigger{display:none}}.sta-top-menu{position:relative;z-index:10;list-style:none;margin:0;padding:0;font-size:1.1rem;font-weight:500}.sta-top-menu._flex{display:flex;flex-flow:row nowrap;align-items:center;justify-content:flex-end;gap:1.5rem}details .sta-top-menu._sub{position:absolute;z-index:-1;display:flex;flex-flow:column nowrap;gap:1rem;width:25rem;min-width:100%;margin-top:1.2rem;padding:1.5rem;transition:opacity var(--duration-default) ease,transform var(--duration-default) ease;transform:translateY(-1.5rem);opacity:0;box-shadow:0 1rem 2rem rgba(var(--sta-p700-color),.25);background:rgba(var(--sta-white-color),1)}details[open] .sta-top-menu._sub{animation:animateMenuOpen var(--duration-default) ease;animation-fill-mode:forwards;z-index:1}@media(prefers-reduced-motion){details[open]>.header__submenu{opacity:1;transform:translateY(0)}}.sta-top-menu__link{display:block;color:rgba(var(--sta-black-color),1);text-decoration:none}.sta-top-menu__link:is(._header){display:flex;flex-flow:row nowrap;align-items:center;gap:.6rem}.sta-top-menu__link:is(:hover,:focus-visible,._active){color:rgba(var(--sta-p400-color),1)}summary.sta-top-menu__link .icon-caret{position:relative;top:auto;right:0;height:.4rem}@media screen and (min-width:990px){.sta-top-menu._flex{gap:4%}}.sta-menu{display:flex;flex-flow:row nowrap;align-items:center;justify-content:flex-end;gap:3rem;list-style:none;margin:0;padding:0}.sta-menu__link{font-size:1.4rem;font-weight:500;text-transform:uppercase}.sta-menu__sub{border-top:.1rem solid rgba(var(--sta-bg400-color),1);box-shadow:0 1rem 2rem rgba(var(--sta-p700-color),.25)}@media screen and (min-width:990px){.sta-menu{gap:6%}}.sta-header-search{--sta-header-search-field-height: 4rem}.sta-header-search__form{position:relative}.sta-header-search__form .field__input{height:var(--sta-header-search-field-height);padding:1.9rem 1rem .9rem 1.5rem;font-size:1.4rem}.sta-header-search__form .field__label{top:calc(var(--inputs-border-width) + 1.2rem);left:calc(var(--inputs-border-width) + 1.5rem);font-size:1.1rem;font-weight:500}.field__input:focus~.field__label,.field__input:not(:placeholder-shown)~.field__label,.field__input:-webkit-autofill~.field__label,.customer .field input:focus~label,.customer .field input:not(:placeholder-shown)~label,.customer .field input:-webkit-autofill~label{top:calc(var(--inputs-border-width) + .2rem);left:calc(var(--inputs-border-width) + 1.5rem)}.sta-header-search__form .field__button{top:var(--inputs-border-width);display:grid;place-content:center;width:var(--sta-header-search-field-height);height:var(--sta-header-search-field-height);color:rgb(var(--sta-p400-color));font-size:2.2rem}.sta-header-search__form .reset__button{right:calc(1rem + var(--sta-header-search-field-height));font-size:1.4rem}.sta-header-search__form .reset__button:hover,.sta-header-search__form .reset__button:focus-visible{color:rgb(var(--sta-s400-color))}.sta-header-search__form .search__button{right:1rem}.sta-header-search__form .search__button:hover,.sta-header-search__form .search__button:focus-visible{color:rgb(var(--sta-p600-color))}.sta-product-specs{display:flex;flex-flow:column nowrap;align-items:stretch;gap:.8rem}.sta-product-specs._horizontal{display:grid;grid-template-columns:repeat(auto-fill,minmax(22rem,1fr))}.sta-product-spec{display:flex;flex-flow:row nowrap;align-items:flex-start;gap:1.2rem}.sta-product-spec__ico{flex:0 0 var(--sta-product-spec-ico-size);color:var(--sta-product-spec-ico-color);font-size:var(--sta-product-spec-ico-size)}.sta-product-spec__body{flex:1 1 auto;padding-top:.2rem;color:var(--sta-product-spec-color);font-size:var(--sta-product-spec-font-size);font-weight:var(--sta-product-spec-font-weight)}.sta-product-spec__body p{margin-top:0}.sta-product-spec__body p:last-child{margin-bottom:0}.sta-product-spec__title{margin:0;color:var(--sta-product-spec-header-color);font-size:var(--sta-product-spec-header-size);font-weight:var(--sta-product-spec-font-weight);text-transform:uppercase}.sta-product-spec__price-grid{display:grid;grid-template-columns:auto 1fr}.sta-product-badge{display:grid;place-content:center;place-items:center;width:var(--sta-badge-size);height:var(--sta-badge-size);border-radius:100rem;background:rgba(var(--sta-badge-background-color),1);color:rgba(var(--sta-white-color),1);font-size:var(--sta-badge-font-size);font-weight:500;text-transform:uppercase}.sta-product-badge:before,.sta-product-badge:after{content:"";position:absolute;z-index:1;background:rgba(var(--sta-badge-background-color),.4);border-radius:100rem}.sta-product-badge:before{top:calc(-1 * var(--sta-badge-outer-offset));right:calc(-1 * var(--sta-badge-outer-offset));bottom:calc(-1 * var(--sta-badge-outer-offset));left:calc(-1 * var(--sta-badge-outer-offset))}.sta-product-badge:after{top:calc(-2 * var(--sta-badge-outer-offset));right:calc(-2 * var(--sta-badge-outer-offset));bottom:calc(-2 * var(--sta-badge-outer-offset));left:calc(-2 * var(--sta-badge-outer-offset))}.sta-product-badge._live{--sta-badge-background-color: var(--sta-s400-color)}.sta-product-badge._sold{--sta-badge-background-color: var(--sta-p400-color)}.sta-product-badge._new:before{display:none}.sta-product-badge._new:after{content:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0iIzAwMzU4RSI+DQogICAgPHBhdGggZD0iTTE2LDFsMS4zLDEuNmwxLjYtMS4zbDEsMS44bDEuOC0xTDIyLjIsNGwxLjktMC42bDAuMiwybDItMC4ybC0wLjEsMmwyLDAuMWwtMC41LDJsMiwwLjVsLTAuOSwxLjhsMS44LDAuOWwtMS4yLDEuNmwxLjYsMS4ybC0xLjUsMS40bDEuNCwxLjVsLTEuNywxbDEuMSwxLjdsLTEuOSwwLjdsMC43LDEuOWwtMiwwLjNsMC4zLDJsLTItMC4xbDAsMmwtMi0wLjRsLTAuNCwyTDIxLDI4LjZsLTAuOCwxLjlsLTEuNy0xLjFMMTcuNCwzMUwxNiwyOS41TDE0LjYsMzFsLTEuMS0xLjdsLTEuNywxLjFMMTEsMjguNmwtMS45LDAuOGwtMC40LTJsLTIsMC40bDAtMmwtMiwwLjFsMC4zLTJsLTItMC4zbDAuNy0xLjlsLTEuOS0wLjdsMS4xLTEuN2wtMS43LTFsMS40LTEuNUwxLDE1LjNsMS42LTEuMmwtMS4yLTEuNmwxLjgtMC45TDIuMyw5LjhsMi0wLjVsLTAuNS0ybDItMC4xbC0wLjEtMmwyLDAuMmwwLjItMkw5LjgsNGwwLjYtMS45bDEuOCwxbDEtMS44bDEuNiwxLjNMMTYsMXoiLz4NCjwvc3ZnPg0K);background:transparent}.sta-product-badge__name{position:relative;z-index:3}@media screen and (min-width:750px){.sta-product-badge{--sta-badge-size: 3.8rem;--sta-badge-font-size: 1rem}}.bookmark-ico{display:block;width:var(--sta-wish-btn-ico-size);height:var(--sta-wish-btn-ico-size);transition:fill var(--sta-transition-duration) var(--sta-transition-timing-function);fill:currentColor}.bookmark-ico__inner-stroke,.bookmark-ico__inner-fill,.bookmark-ico__base-stroke,.bookmark-ico__outer-stroke,.bookmark-ico__plus,.bookmark-ico__minus{transition-property:fill,opacity;transition-duration:var(--sta-transition-duration);transition-timing-function:var(--sta-transition-timing-function)}.bookmark-ico__inner-stroke{opacity:var(--sta-wish-inner-stroke-opacity)}.bookmark-ico__inner-fill{opacity:var(--sta-wish-inner-fill-opacity);fill:var(--sta-wish-inner-fill-color)}.bookmark-ico__base-stroke{opacity:var(--sta-wish-base-stroke-opacity)}.bookmark-ico__outer-stroke{opacity:var(--sta-wish-outer-stroke-opacity)}.bookmark-ico__plus{opacity:var(--sta-wish-plus-opacity)}.bookmark-ico__minus{opacity:var(--sta-wish-minus-opacity)}.sta-wish-btn{display:grid;place-content:center;width:var(--sta-wish-btn-size);height:var(--sta-wish-btn-size);transition-property:color,border-color,background-color;transition-duration:var(--sta-transition-duration);transition-timing-function:var(--sta-transition-timing-function);border:0;border-radius:var(--sta-btn-border-radius);background:var(--sta-wish-btn-background);cursor:pointer}.sta-wish-btn:is(:hover,:focus-visible){background:var(--sta-wish-btn-hover-background)}.sta-wish-btn:not(._in-list):is(:hover,:focus-visible){--sta-wish-plus-opacity: 1;--sta-wish-inner-fill-opacity: 1;--sta-wish-inner-fill-color: rgb(var(--sta-white-color))}.sta-wish-btn._in-list{--sta-wish-inner-stroke-opacity: 0;--sta-wish-inner-fill-opacity: 1}.sta-wish-btn._in-list:is(:hover,:focus-visible){--sta-wish-minus-opacity: 1}.sta-socials{--sta-social-ico-size: 2.4rem;--sta-social-ico-color: rgba(var(--sta-p400-color), 1);display:flex;flex-flow:row wrap;gap:1rem}.sta-social{display:block;transition:color var(--sta-transition-duration) var(--sta-transition-timing-function);color:var(--sta-social-ico-color);font-size:var(--sta-social-ico-size);text-decoration:none}.sta-social._facebook:is(:hover,:focus-visible){--sta-social-ico-color: rgba(var(--facebook-color), 1)}.sta-social._x:is(:hover,:focus-visible){--sta-social-ico-color: rgba(var(--x-color), 1)}.sta-social._instagram:is(:hover,:focus-visible){--sta-social-ico-color: rgba(var(--instagram-color), 1)}.sta-social._youtube:is(:hover,:focus-visible){--sta-social-ico-color: rgba(var(--youtube-color), 1)}.sta-social._tiktok:is(:hover,:focus-visible){--sta-social-ico-color: rgba(var(--tiktok-color), 1)}.sta-social._pinterest:is(:hover,:focus-visible){--sta-social-ico-color: rgba(var(--pinterest-color), 1)}.sta-social._snapchat:is(:hover,:focus-visible){--sta-social-ico-color: rgba(var(--snapchat-color), 1)}.sta-social._tumblr:is(:hover,:focus-visible){--sta-social-ico-color: rgba(var(--tumblr-color), 1)}.sta-social._vimeo:is(:hover,:focus-visible){--sta-social-ico-color: rgba(var(--vimeo-color), 1)}.sta-grid{display:grid;grid-template-columns:repeat(var(--sta-grid-columns),1fr);gap:var(--sta-grid-row-gap) var(--sta-grid-column-gap)}.sta-grid__header,.sta-grid__footer{grid-column-start:1;grid-column-end:-1}.sta-grid__footer{margin-top:2rem}@media screen and (min-width:750px){.sta-grid__header-bordered{padding-bottom:2rem;border-bottom:1px solid rgb(var(--sta-bg400-color))}}.sta-product-price{display:grid;grid-template-columns:1fr;grid-template-rows:auto 1fr;gap:.6rem;color:rgb(var(--sta-black-color))}.sta-product-price._two-cols{grid-template-columns:1fr 2fr}.sta-product-price__title{font-size:var(--sta-product-spec-header-size);font-weight:var(--sta-product-spec-font-weight);line-height:1.1;text-transform:uppercase}.sta-product-price__price{font-size:2.6rem;font-weight:500;line-height:1}.sta-product-price__price small{font-size:1.4rem}.sta-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(20.8rem,1fr));gap:var(--sta-product-grid-gap)}.sta-products-grid._medium-card{grid-template-columns:repeat(auto-fill,minmax(26rem,1fr))}@media screen and (min-width:480px){.sta-products-grid__cell._x2{grid-column:span 2}}.breadcrumbs{display:none;padding:1.2rem 0;border-bottom:1px solid rgb(var(--sta-bg400-color));background:rgb(var(--sta-white-color))}.breadcrumbs__list{display:flex;flex-flow:row wrap;gap:.8rem;margin:0;padding:0;list-style:none;font-size:1.1rem;font-weight:500;line-height:1.1}.breadcrumbs__item{display:flex;flex-flow:row nowrap;gap:.8rem}.breadcrumbs__item:not(:last-child):after{content:"/"}.breadcrumbs__link{display:inline-flex;flex-flow:row nowrap;gap:.8rem;align-items:center;color:rgb(var(--sta-black-color));text-decoration:none}.breadcrumbs__link:is(:hover,:focus-visible){color:rgb(var(--sta-p400-color));text-decoration:none}.breadcrumbs__ico{margin-top:-.2rem;font-size:1.4rem}@media screen and (min-width:750px){.breadcrumbs{display:block}}.sta-image-wrapper:has(.sta-image._bordered){padding:.1rem;overflow:hidden;border:1px solid rgb(var(--sta-bg400-color));border-radius:var(--sta-global-border-radius);background-color:rgb(var(--sta-t50-color))}.sta-image{display:block}.sta-image._bordered{border-radius:var(--sta-global-border-radius)}.sta-image-grid{display:grid;grid-template-columns:repeat(var(--sta-image-grid-columns),1fr);gap:var(--sta-image-grid-row-gap) var(--sta-image-grid-column-gap);margin-bottom:2rem}.sta-image-grid .sta-image-wrapper{margin:0;padding:.1rem;max-height:100%;aspect-ratio:1;overflow:hidden;border:1px solid rgb(var(--sta-bg400-color));border-radius:var(--sta-global-border-radius);background-color:rgb(var(--sta-t50-color))}.sta-image-grid .sta-image{width:100%;height:100%;object-fit:cover;border-radius:var(--sta-global-border-radius)}.sta-department-promo{--sta-grid-columns: 1}.sta-department-promo__title{margin:0;color:rgb(var(--sta-p400-color))}.sta-department-promo__body{padding:.1rem 1.6rem 0}@media screen and (min-width:750px){.sta-department-promo{--sta-grid-columns: 2}.sta-department-promo__body{padding-right:2.4rem;padding-left:2.4rem}}@media screen and (min-width:990px){.sta-department-promo__body{padding-right:4rem;padding-left:4rem}}.sta-page-header{padding:2rem 0;border-bottom:1px solid rgb(var(--sta-bg400-color));background:rgb(var(--sta-bg50-color))}.sta-page-header__title{margin:0 0 3rem}.sta-page-header__title:last-child{margin-bottom:0}@media screen and (min-width:750px){.sta-page-header{padding:4rem 0}}.sta-department-hero{display:grid;grid-template-columns:1fr;align-items:center;background-repeat:no-repeat;background-position:50% 50%;background-size:cover}.sta-department-hero__container{position:relative;z-index:2;display:grid;grid-template-columns:1fr;gap:2rem;width:100%;padding-top:4rem;padding-bottom:2rem}.sta-department-hero__body{text-align:center}.sta-department-hero__pre-title{margin-bottom:3rem;color:rgb(var(--sta-p400-color));font-size:1.1rem;line-height:1;text-decoration-line:underline;text-decoration-color:rgb(var(--sta-p400-color));text-underline-offset:1.2rem;text-decoration-thickness:.1rem;text-transform:uppercase}.sta-department-hero__title{margin:0;font-size:2.6rem}.sta-department-hero__ill{position:relative;z-index:1;text-align:right}@media screen and (min-width:750px){.sta-department-hero{grid-template-areas:"single"}.sta-department-hero__container{grid-template-columns:1fr 1fr;grid-area:single;padding-top:4rem;padding-bottom:4rem}.sta-department-hero__body{text-align:left}.sta-department-hero__pre-title{margin-bottom:5rem;text-underline-offset:1.8rem}.sta-department-hero__title{font-size:4rem}.sta-department-hero__ill{grid-area:single}}@media screen and (min-width:990px){.sta-department-hero__title{font-size:5rem}}.sta-panel{width:100%;max-width:calc(var(--page-width) + 2 * var(--sta-container-inline-padding));margin:0 auto;padding-right:var(--sta-container-inline-padding);padding-left:var(--sta-container-inline-padding)}.sta-panel__container{border:1px solid rgb(var(--sta-bg400-color));border-radius:var(--sta-global-border-radius)}.sta-icon-block{display:grid;grid-template-columns:auto 1fr;gap:3rem;align-items:start;margin-bottom:3.2rem}.sta-icon-block:last-child{margin-bottom:0}.sta-icon-block__icon{display:grid;place-items:center;width:5rem}.sta-icon-block__ico{max-width:100%}.sta-icon-block__body p{margin-top:0}.sta-icon-block__title{margin-top:0;color:rgb(var(--sta-p400-color))}@media screen and (min-width:750px){.sta-icon-block__icon{width:7.2rem}}@media screen and (min-width:990px){.sta-icon-block{gap:4rem}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/sta-base.css.map */
