[data-goss-vehicle-chip]{display:inline-flex;align-items:center;gap:.2rem}.goss-chip{display:inline-flex;align-items:center;gap:.6rem;max-width:24rem;padding:.7rem 1.2rem;font-size:1.2rem;font-weight:600;line-height:1;color:rgb(var(--color-foreground));background:rgba(var(--color-foreground),.06);border-radius:5rem;text-decoration:none;white-space:nowrap;transition:background-color .4s cubic-bezier(.602,.007,.374,.995)}.goss-chip:hover{background:rgba(var(--color-foreground),.12)}.goss-chip__icon{flex:none}.goss-chip__label{overflow:hidden;text-overflow:ellipsis}.goss-chip__clear{width:2.2rem;height:2.2rem;padding:0;font-size:1.5rem;line-height:1;color:rgba(var(--color-foreground),.55);background:none;border:none;border-radius:50%;cursor:pointer;transition:color .4s cubic-bezier(.602,.007,.374,.995)}.goss-chip__clear:hover{color:rgb(var(--color-foreground))}@media screen and (max-width:749px){.goss-chip__label{max-width:9rem}}.goss-fit{display:inline-flex;align-items:center;gap:.5rem;margin:.8rem 0;padding:.8rem 1.4rem;font-size:1.3rem;font-weight:600;border-radius:5rem}.goss-fit--yes{color:#0a5c2e;background:#107a3e1a}.goss-fit--warn{color:#8a5300;background:#c47d0a1f}.goss-fit--neutral{color:rgba(var(--color-foreground),.75);background:rgba(var(--color-foreground),.05)}.goss-fit a{color:inherit}.header__icons .localization-selector.link>span,.header__icons .localization-selector.link .icon-caret{display:none}.header__icons .localization-selector.link:before{content:"";display:block;position:static;z-index:auto;border-radius:0;width:2.1rem;height:2.1rem;background-color:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.6'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M3 12h18M12 3a15.3 15.3 0 0 1 0 18M12 3a15.3 15.3 0 0 0 0 18'/%3E%3C/svg%3E") center / contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.6'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M3 12h18M12 3a15.3 15.3 0 0 1 0 18M12 3a15.3 15.3 0 0 0 0 18'/%3E%3C/svg%3E") center / contain no-repeat}.header__icons .localization-selector.link{padding:1.1rem}.goss-cbanner{display:flex;align-items:center;justify-content:space-between;gap:1.6rem;max-width:var(--page-width);margin:2rem auto 0;padding:1.5rem 2.4rem;background:#f2f2f2;border-radius:1.2rem;font-size:1.4rem;color:#17181a}.goss-cbanner__clear,.goss-cbanner__link{flex:none;padding:0;font-size:1.35rem;color:#17181a;background:none;border:none;cursor:pointer;text-decoration:none;opacity:.75;transition:opacity .4s cubic-bezier(.602,.007,.374,.995)}.goss-cbanner__clear:hover,.goss-cbanner__link:hover{opacity:1}@media screen and (max-width:749px){.goss-cbanner{margin:1.2rem 1.5rem 0;flex-wrap:wrap}}.card__heading{font-size:1.5rem;font-weight:600;letter-spacing:normal}.card__heading .full-unstyled-link{text-underline-offset:.3rem}.card-information .price{margin-top:.4rem;font-size:1.4rem;font-weight:400;color:#606060}.card-information{padding:.4rem .2rem 0;text-align:left}.goss-breadcrumb{display:flex;flex-wrap:wrap;gap:.6rem;margin:0 0 1.6rem;font-size:1.25rem;color:#606060}.goss-breadcrumb a{color:#606060;text-decoration:none}.goss-breadcrumb a:hover{color:#000;text-decoration:underline}.goss-breadcrumb [aria-current]{color:#17181a;font-weight:500;max-width:32ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.collapsible-content .accordion{margin-bottom:1rem;padding:.4rem 2rem;background:#f2f2f2;border-radius:1.2rem;border-top:none;border-bottom:none}.collapsible-content .accordion+.accordion{margin-top:0}.collapsible-content .accordion .summary__title{align-items:center}.collapsible-content .accordion summary{padding:1.4rem 0}.goss-chip{border:none;cursor:pointer;font-family:inherit}.goss-chip--cta{background:rgba(var(--color-foreground),.06)}@media screen and (max-width:749px){.goss-chip--cta .goss-chip__label{display:none}}html.goss-fitmodal-open{overflow:hidden}.goss-fitmodal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:2rem}.goss-fitmodal[hidden]{display:none}.goss-fitmodal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0a0a0c8c;animation:gossFmFade .3s cubic-bezier(.602,.007,.374,.995)}.goss-fitmodal__dialog{position:relative;width:100%;max-width:44rem;padding:3.2rem;background:#fff;border-radius:2rem;box-shadow:0 30px 80px #00000059;animation:gossFmIn .45s cubic-bezier(.602,.007,.374,.995)}@keyframes gossFmFade{0%{opacity:0}to{opacity:1}}@keyframes gossFmIn{0%{opacity:0;transform:translateY(1.6rem)}to{opacity:1;transform:translateY(0)}}.goss-fitmodal__close{position:absolute;top:.8rem;right:.8rem;width:4.8rem;height:4.8rem;font-size:2.6rem;line-height:1;color:#606060;background:none;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .3s cubic-bezier(.602,.007,.374,.995),color .3s cubic-bezier(.602,.007,.374,.995)}.goss-fitmodal__close:hover{background:#f2f2f2}.goss-fitmodal__close:hover{color:#000}.goss-fitmodal__title{margin:0 0 .6rem;font-size:2.2rem}.goss-fitmodal__sub{margin:0 0 2.4rem;font-size:1.4rem;color:#606060}.goss-fitmodal__form{display:flex;flex-direction:column;gap:1.4rem}.goss-fitmodal__form label{display:block;font-size:1.1rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#606060}.goss-fitmodal__form select{display:block;width:100%;height:4.6rem;margin-top:.5rem;padding:0 3.4rem 0 1.2rem;font-size:1.5rem;color:#17181a;background-color:#f2f2f2;border:1px solid #e0e0e0;border-radius:1.2rem;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23606060' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1.2rem center;cursor:pointer}.goss-fitmodal__form select:disabled{opacity:.45;cursor:not-allowed}.goss-fitmodal__submit{height:4.8rem;margin-top:1rem;font-size:1.5rem;font-weight:700;letter-spacing:.06em;color:#fff;background:#000;border:none;border-radius:5rem;cursor:pointer;transition:background-size .85s cubic-bezier(.602,.007,.374,.995);background-image:radial-gradient(circle,#ffffff29 0% 100%);background-size:0% 0%;background-position:center;background-repeat:no-repeat}.goss-fitmodal__submit:hover:not(:disabled){background-size:260% 260%}.goss-fitmodal__submit:disabled{opacity:.5;cursor:not-allowed}.goss-gallery-nav-host{position:relative;display:block}.goss-gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:4;display:flex;align-items:center;justify-content:center;width:4.4rem;height:4.4rem;color:#17181a;background:#fff;border:none;border-radius:50%;box-shadow:0 4px 16px #00000029;cursor:pointer;transition:transform .3s cubic-bezier(.602,.007,.374,.995),box-shadow .3s cubic-bezier(.602,.007,.374,.995)}.goss-gallery-arrow:hover{transform:translateY(-50%) scale(1.08);box-shadow:0 6px 22px #00000038}.goss-gallery-arrow--prev{left:1.4rem}.goss-gallery-arrow--next{right:1.4rem}@media screen and (max-width:749px){.goss-gallery-arrow{width:3.6rem;height:3.6rem}}@media screen and (min-width:1200px){:root{--page-width: 144rem}.page-width{padding-left:8rem;padding-right:8rem}}.collapsible-content__header{text-align:left}.collapsible-content__wrapper .collapsible-content-wrapper-narrow{max-width:100%;padding-left:0;padding-right:0}.collapsible-content__wrapper{padding-left:2rem;padding-right:2rem}@media screen and (min-width:1200px){.collapsible-content__wrapper{padding-left:max(8rem,calc((100vw - 144rem)/2 + 8rem));padding-right:max(8rem,calc((100vw - 144rem)/2 + 8rem))}}.header__inline-menu,header-drawer{display:none!important}.goss-burger{display:inline-flex;align-items:center;justify-content:center;width:4.4rem;height:4.4rem;margin-left:1rem;padding:0;color:rgb(var(--color-foreground));background:none;border:none;border-radius:50%;cursor:pointer;transition:background-color .3s cubic-bezier(.602,.007,.374,.995)}.goss-burger:hover{background:rgba(var(--color-foreground),.06)}html.goss-megamenu-open{overflow:hidden}.goss-megamenu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;background:#fff;overflow-y:auto;animation:gossMmIn .45s cubic-bezier(.602,.007,.374,.995)}.goss-megamenu[hidden]{display:none}@keyframes gossMmIn{0%{opacity:0}to{opacity:1}}.goss-megamenu__bar{position:relative;display:flex;align-items:center;justify-content:center;padding:2rem 2.4rem}.goss-megamenu__close{position:absolute;left:2.4rem;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:4.4rem;height:4.4rem;color:#17181a;background:none;border:none;border-radius:50%;cursor:pointer;transition:background-color .3s cubic-bezier(.602,.007,.374,.995)}.goss-megamenu__close:hover{background:#f2f2f2}.goss-megamenu__logo-img{height:4rem;width:auto}.goss-megamenu__cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:2rem;max-width:128rem;margin:6rem auto 4rem;padding:0 2.4rem}.goss-megamenu__card{position:relative;aspect-ratio:3 / 4;border-radius:1.6rem;overflow:hidden;background:#f2f2f2;display:block}.goss-megamenu__card img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .85s cubic-bezier(.602,.007,.374,.995)}.goss-megamenu__card:hover img{transform:none}.goss-megamenu__card-pill{position:absolute;left:50%;bottom:3rem;transform:translate(-50%);display:inline-flex;align-items:center;gap:.8rem;padding:1.2rem 2.2rem;font-size:1.5rem;font-weight:600;color:#17181a;background:#fff;border-radius:5rem;white-space:nowrap;box-shadow:0 4px 18px #00000024}.goss-megamenu__links{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:1.6rem 4rem;max-width:128rem;margin:0 auto 6rem;padding:0 2.4rem}.goss-megamenu__link{font-size:1.6rem;font-weight:600;color:#17181a;text-decoration:none}.goss-megamenu__link:hover{text-decoration:underline;text-underline-offset:.4rem}.goss-megamenu__shopall{padding:1.4rem 2.8rem;font-size:1.5rem;font-weight:600;color:#17181a;border-radius:5rem;text-decoration:none;transition:filter .3s cubic-bezier(.602,.007,.374,.995)}.goss-megamenu__shopall:hover{filter:brightness(1.06)}@media screen and (max-width:899px){.goss-megamenu__cards{grid-template-columns:1fr 1fr;margin-top:3rem}.goss-megamenu__links{gap:1.4rem 2.4rem}}.goss-megamenu.is-closing{opacity:0;transition:opacity .45s cubic-bezier(.602,.007,.374,.995)}.goss-megamenu__logo-img{will-change:transform;transform-origin:center}
/*# sourceMappingURL=/cdn/shop/t/5/assets/goss-vehicle.css.map */
