.fc-section{--fc-section-y: var(--fc-space-20)}@media screen and (max-width:749px){.fc-section{--fc-section-y: var(--fc-space-12)}}.fc-icon{width:24px;height:24px;display:block}.fc-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--fc-space-6);margin-bottom:var(--fc-space-8);flex-wrap:wrap}.fc-section-head__title{font-size:clamp(28px,2.4vw,34px);margin:0}.fc-section-head__sub{color:var(--fc-ink-muted);margin:10px 0 0;max-width:700px}.fc-section-head__link{flex:0 0 auto;font-family:var(--fc-font-heading);font-weight:600;font-size:15px;color:var(--fc-brand-strong);text-decoration:none;margin-top:6px}.fc-section-head__link:hover{text-decoration:underline;text-underline-offset:3px}.fc-overline--on-dark{color:var(--fc-teal-200)}.fc-hero__inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);gap:var(--fc-space-10);align-items:center;padding-block:var(--fc-space-16)}.fc-hero__heading{font-size:clamp(40px,4.4vw,64px);line-height:1.05;margin:var(--fc-space-4) 0 var(--fc-space-5);max-width:13ch}.fc-hero__text{color:var(--fc-ink-muted);max-width:46ch;margin-bottom:var(--fc-space-6);font-size:17px}.fc-hero__text p{margin:0}.fc-hero__actions{display:flex;gap:var(--fc-space-3);flex-wrap:wrap}.fc-hero__rating{display:flex;align-items:center;gap:10px;margin-top:var(--fc-space-6);font-size:var(--fc-text-sm);color:var(--fc-ink)}.fc-hero__image{width:100%;height:auto;display:block}@media screen and (max-width:989px){.fc-hero__inner{grid-template-columns:minmax(0,1fr);gap:var(--fc-space-6);padding-block:var(--fc-space-10)}.fc-hero__media{order:-1}.fc-hero__heading{max-width:none}}.fc-usp-strip{border-bottom:1px solid var(--fc-line)}.fc-usp-strip .fc-usp{margin:0;padding:var(--fc-space-8) 0}.fc-usp__item{display:flex;gap:var(--fc-space-4);align-items:flex-start}.fc-usp__icon{flex:0 0 auto;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--fc-brand-tint);color:var(--fc-brand-strong)}.fc-usp__icon .fc-icon{width:18px;height:18px}.fc-usp__body-wrap{display:flex;flex-direction:column;gap:3px}.fc-usp__title{font-family:var(--fc-font-heading);font-weight:700;font-size:16px}.fc-usp__body{font-size:var(--fc-text-sm);color:var(--fc-ink-muted)}.fc-clamp-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.fc-problems{padding-block:var(--fc-section-y)}.fc-problem-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--fc-space-6);margin:0;padding:0}.fc-problem-card{display:flex}.fc-problem-card__link{display:flex;flex-direction:column;width:100%;text-decoration:none;color:inherit;background:var(--fc-sand);border:1px solid transparent;border-radius:var(--fc-radius-card);overflow:hidden;transition:border-color var(--fc-dur) var(--fc-ease),box-shadow var(--fc-dur) var(--fc-ease)}.fc-problem-card__link:hover{border-color:var(--fc-teal-300);box-shadow:var(--fc-shadow-md)}.fc-problem-card__media{display:grid;place-items:center;aspect-ratio:16 / 10;background:var(--fc-sand-deep);overflow:hidden}.fc-problem-card__image{width:100%;height:100%;object-fit:cover;display:block}.fc-problem-card__icon{color:var(--fc-brand)}.fc-problem-card__icon .fc-icon{width:40px;height:40px}.fc-problem-card__body{display:flex;flex-direction:column;gap:8px;padding:var(--fc-space-5);flex:1 1 auto}.fc-problem-card__title{font-family:var(--fc-font-heading);font-weight:700;font-size:20px;letter-spacing:var(--fc-tracking-heading)}.fc-problem-card__text{font-size:var(--fc-text-sm);color:var(--fc-ink-muted);min-height:2.8em}.fc-problem-card__foot{margin-top:auto;padding-top:var(--fc-space-3)}@media screen and (max-width:1199px){.fc-problem-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:574px){.fc-problem-grid{grid-template-columns:minmax(0,1fr)}}.fc-categories{padding-block:var(--fc-section-y)}.fc-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--fc-space-6);margin:0;padding:0}.fc-category-tile__link{position:relative;display:block;overflow:hidden;border-radius:var(--fc-radius-md);aspect-ratio:4 / 3;text-decoration:none;color:#fff}.fc-category-tile__image{width:100%;height:100%;object-fit:cover;display:block}.fc-category-tile__link:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#181b1dc7,#181b1d4d 38%,#181b1d00 62%)}.fc-category-tile__body{position:absolute;z-index:1;inset-inline-start:var(--fc-space-5);inset-block-end:var(--fc-space-5);inset-inline-end:var(--fc-space-5);display:flex;flex-direction:column;gap:2px}.fc-category-tile__title{font-family:var(--fc-font-heading);font-weight:700;font-size:24px;letter-spacing:var(--fc-tracking-heading)}.fc-category-tile__text{font-size:var(--fc-text-sm);opacity:.92}.fc-category-tile__link:hover .fc-category-tile__image{transform:scale(1.03)}.fc-category-tile__image{transition:transform .4s var(--fc-ease)}@media screen and (max-width:989px){.fc-category-grid{grid-template-columns:minmax(0,1fr)}}.fc-bundles{padding-block:var(--fc-section-y)}.fc-bundle-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--fc-space-6);margin:0;padding:0;align-items:start}.fc-bundle-card{display:flex;gap:var(--fc-space-4);align-items:flex-start;padding:var(--fc-space-4);background:var(--fc-white);border:1px solid var(--fc-line);border-radius:var(--fc-radius-card);text-decoration:none;color:inherit;transition:border-color var(--fc-dur) var(--fc-ease),box-shadow var(--fc-dur) var(--fc-ease)}.fc-bundle-card:hover{border-color:var(--fc-teal-300);box-shadow:var(--fc-shadow-md)}.fc-bundle-card__media{flex:0 0 auto;width:104px;height:104px;display:grid;place-items:center;overflow:hidden;background:var(--fc-media-well);border-radius:var(--fc-radius-sm)}.fc-bundle-card__image{width:100%;height:100%;object-fit:contain;display:block}.fc-bundle-card__body{display:flex;flex-direction:column;align-items:flex-start;gap:6px;min-width:0}.fc-bundle-card__title{font-family:var(--fc-font-heading);font-weight:700;font-size:17px;line-height:1.3;letter-spacing:var(--fc-tracking-heading)}.fc-bundle-card__text{font-size:var(--fc-text-sm);color:var(--fc-ink-muted)}.fc-bundle-card__price{display:flex;align-items:baseline;gap:8px;margin-top:2px}.fc-bundle-card__price-now{font-family:var(--fc-font-heading);font-weight:700;font-size:17px}.fc-bundle-card__price-was{color:var(--fc-ink-subtle-text);font-size:var(--fc-text-sm)}.fc-bundle-empty{grid-column:1 / -1;padding:var(--fc-space-8);border:1px dashed var(--fc-line-strong);border-radius:var(--fc-radius-card);color:var(--fc-ink-muted);text-align:center}@media screen and (max-width:989px){.fc-bundle-grid{grid-template-columns:minmax(0,1fr)}}.fc-why{padding-block:var(--fc-section-y)}.fc-why-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--fc-space-6);margin:0;padding:0}.fc-why-card{display:flex;flex-direction:column;gap:10px;background:var(--fc-white);border:1px solid var(--fc-line);border-radius:var(--fc-radius-card);padding:var(--fc-space-6)}.fc-why-card__icon{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:var(--fc-yellow-500);color:var(--fc-charcoal);margin-bottom:var(--fc-space-2)}.fc-why-card__icon .fc-icon{width:20px;height:20px}.fc-why-card__title{font-family:var(--fc-font-heading);font-weight:700;font-size:17px;line-height:1.3;letter-spacing:var(--fc-tracking-heading)}.fc-why-card__text{font-size:var(--fc-text-sm);color:var(--fc-ink-muted)}@media screen and (max-width:989px){.fc-why-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:574px){.fc-why-grid{grid-template-columns:minmax(0,1fr)}}.fc-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--fc-space-6);margin:0;padding:0}.fc-product-grid>li{display:flex}@media screen and (max-width:1199px){.fc-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (max-width:989px){.fc-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--fc-space-4)}}.fc-card{display:flex;flex-direction:column;width:100%;background:var(--fc-white);border:1px solid var(--fc-line);border-radius:var(--fc-radius-card);overflow:hidden;transition:border-color var(--fc-dur) var(--fc-ease),box-shadow var(--fc-dur) var(--fc-ease)}.fc-card:hover{border-color:var(--fc-teal-300);box-shadow:var(--fc-shadow-md)}.fc-card__media{position:relative;display:block;aspect-ratio:1;background:var(--fc-media-well);overflow:hidden}.fc-card__image{width:100%;height:100%;object-fit:contain;display:block}.fc-card__image{transition:transform var(--fc-dur-slow, .35s) var(--fc-ease)}.fc-card:hover .fc-card__image{transform:scale(1.02)}.fc-card__image--hover{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;mix-blend-mode:normal;object-fit:cover;transition:opacity var(--fc-dur) var(--fc-ease)}.fc-card:hover .fc-card__image--hover{opacity:1}.fc-card--sold-out .fc-card__image{opacity:.55}@media(prefers-reduced-motion:reduce){.fc-card:hover .fc-card__image{transform:none}}.fc-card__badges{position:absolute;inset-block-start:12px;inset-inline-start:12px;display:flex;flex-direction:column;align-items:flex-start;gap:6px}.fc-card__body{display:flex;flex-direction:column;gap:10px;padding:var(--fc-space-4) var(--fc-space-4) var(--fc-space-5);flex:1 1 auto}.fc-card__overline{margin:0;font-size:11px;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:var(--fc-ink-subtle-text)}.fc-card__title{margin:0;font-size:17px}.fc-card__title{word-break:normal;overflow-wrap:anywhere;-webkit-hyphens:auto;hyphens:auto}.fc-card__link{font-family:var(--fc-font-heading);font-weight:700;font-size:17px;line-height:1.3;letter-spacing:var(--fc-tracking-heading);color:inherit;text-decoration:none;min-height:78px}.fc-card__link:hover{text-decoration:underline;text-underline-offset:3px}.fc-card__meta{display:flex;align-items:center;gap:10px;min-height:20px}.fc-card__sizes{font-size:var(--fc-text-sm);color:var(--fc-ink-muted)}.fc-card__price{display:flex;align-items:baseline;gap:8px;margin-top:auto;flex-wrap:wrap}.fc-card__price-from{font-size:var(--fc-text-sm);color:var(--fc-ink-muted)}.fc-card__price-now{font-family:var(--fc-font-heading);font-weight:700;font-size:22px}.fc-card__price-now--sale{color:var(--fc-sale)}.fc-card__price-was{color:var(--fc-ink-subtle-text);font-size:var(--fc-text-sm)}.fc-card__form{margin:0}.fc-card__button{display:flex;align-items:center;justify-content:center;width:100%;min-height:44px;margin-top:4px;background:var(--fc-brand-strong);color:#fff;border:0;border-radius:var(--fc-radius-sm);font-family:var(--fc-font-heading);font-weight:600;font-size:15px;text-decoration:none;box-shadow:none}.fc-card__button:hover{background:var(--fc-brand-hover);color:#fff}.fc-card__button--muted{background:var(--fc-grey-200);color:var(--fc-ink-muted)}.fc-card__button--muted:hover{background:var(--fc-grey-300);color:var(--fc-ink-muted)}.fc-rating--compact{font-size:var(--fc-text-sm);gap:6px}.fc-rating__empty,.fc-rating__half{color:var(--fc-grey-300)}.fc-rating__count{color:var(--fc-ink-muted)}.fc-featured,.fc-reviews{padding-block:var(--fc-section-y)}.fc-reviews__aggregate{display:flex;align-items:center;gap:10px;margin:10px 0 0;font-size:var(--fc-text-sm)}.fc-review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--fc-space-6);margin:0;padding:0}.fc-review__inner{display:flex;flex-direction:column;gap:var(--fc-space-3);height:100%;margin:0;background:var(--fc-sand);border:0;border-radius:var(--fc-radius-card);padding:var(--fc-space-6)}.fc-review__quote{margin:0;flex:1 1 auto}.fc-review__meta{display:flex;flex-direction:column;gap:3px;font-size:var(--fc-text-sm)}.fc-review__name{font-style:normal;font-weight:600}.fc-review__verified{color:var(--fc-ink-subtle-text);font-size:var(--fc-text-xs)}.fc-review__origin{color:var(--fc-teal-800);font-size:var(--fc-text-xs);background:var(--fc-teal-100);border-radius:var(--fc-radius-pill);padding:3px 9px;align-self:flex-start;margin-top:4px}@media screen and (max-width:989px){.fc-review-grid{grid-template-columns:minmax(0,1fr)}}.fc-newsletter-wrap{padding-block:var(--fc-space-12)}.fc-newsletter{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.9fr);gap:var(--fc-space-10);align-items:center;background:var(--fc-yellow-100);border-radius:var(--fc-radius-lg);padding:var(--fc-space-10) var(--fc-space-12)}.fc-newsletter__heading{font-size:24px;margin:0 0 8px}.fc-newsletter__sub{margin:0;color:var(--fc-ink-muted);font-size:var(--fc-text-sm)}.fc-newsletter__inner{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:var(--fc-space-3);align-items:end}.fc-newsletter__field{display:flex;flex-direction:column;gap:6px}.fc-newsletter__label{font-size:var(--fc-text-sm);font-weight:600}.fc-newsletter__input{width:100%;height:46px;padding-inline:var(--fc-space-4);background:var(--fc-white);color:var(--fc-ink);border:1px solid var(--fc-line);border-radius:var(--fc-radius-sm);font-family:var(--fc-font-body);font-size:16px}.fc-newsletter__input:focus{outline:none;border-color:var(--fc-brand-strong);box-shadow:0 0 0 3px #00949c2e}.fc-newsletter__button{align-self:end}.fc-newsletter__fine,.fc-newsletter__error,.fc-newsletter__ok{grid-column:1 / -1;font-size:var(--fc-text-xs);color:var(--fc-ink-muted)}.fc-newsletter__error{color:var(--fc-sale)}.fc-newsletter__ok{color:var(--fc-success)}@media screen and (max-width:989px){.fc-newsletter{grid-template-columns:minmax(0,1fr);gap:var(--fc-space-6);padding:var(--fc-space-8)}.fc-newsletter__inner{grid-template-columns:minmax(0,1fr)}.fc-newsletter__button{justify-self:start}}.fc-advice{padding-block:var(--fc-space-12)}.fc-advice__inner{display:flex;align-items:center;justify-content:space-between;gap:var(--fc-space-8);flex-wrap:wrap}.fc-advice__body{display:flex;align-items:center;gap:var(--fc-space-4)}.fc-advice__icon{color:var(--fc-brand);flex:0 0 auto}.fc-advice__icon .fc-icon{width:40px;height:40px}.fc-advice__heading{font-size:var(--fc-text-h3);margin:0 0 4px}.fc-advice__text{color:var(--fc-ink-muted)}.fc-advice__text p{margin:0}.fc-advice__actions{display:flex;gap:var(--fc-space-3);flex-wrap:wrap}.fc-announce{background:var(--fc-teal-700);color:#fff}.fc-announce__list{display:flex;align-items:center;justify-content:center;gap:clamp(20px,4vw,64px);margin:0;padding:11px 0;list-style:none}.fc-announce__item{font-size:var(--fc-text-sm);white-space:nowrap}.fc-announce__item a{color:inherit;text-decoration:none}.fc-announce__item a:hover{text-decoration:underline;text-underline-offset:3px}@media screen and (max-width:989px){.fc-announce__list{justify-content:center;position:relative;height:19px;padding:11px 0}.fc-announce__item{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;opacity:0;animation:fc-announce-cycle 16s infinite}.fc-announce__item:nth-child(1){animation-delay:0s}.fc-announce__item:nth-child(2){animation-delay:4s}.fc-announce__item:nth-child(3){animation-delay:8s}.fc-announce__item:nth-child(4){animation-delay:12s}}@keyframes fc-announce-cycle{0%,1%{opacity:0}3%,22%{opacity:1}25%,to{opacity:0}}@media(prefers-reduced-motion:reduce){.fc-announce__item{animation:none;opacity:1;position:static}.fc-announce__list{height:auto;flex-wrap:wrap;row-gap:4px}}.fc-header-search{grid-area:search;justify-self:stretch;min-width:0}.fc-header-search__wrap{display:block}.fc-header-search__form{display:flex;align-items:center;gap:8px;height:44px;padding-inline:14px;box-sizing:border-box;background:var(--fc-grey-50);border:1px solid var(--fc-line);border-radius:var(--fc-radius-pill);transition:border-color var(--fc-dur) var(--fc-ease),background var(--fc-dur) var(--fc-ease)}.fc-header-search__form:focus-within{background:var(--fc-white);border-color:var(--fc-brand-strong);box-shadow:0 0 0 3px var(--fc-brand-tint)}.fc-header-search__icon{display:flex;flex:0 0 auto;color:var(--fc-ink-muted);pointer-events:none}.fc-header-search__icon .fc-icon{width:18px;height:18px}.fc-header-search__input{flex:1 1 auto;min-width:0;width:100%;height:100%;padding:0;border:0;background:none;box-shadow:none;font-family:var(--fc-font-body);font-size:var(--fc-text-body);color:var(--fc-ink)}.fc-header-search__input::placeholder{color:var(--fc-ink-subtle)}.fc-header-search__input:focus{outline:none;box-shadow:none}.fc-header-search__input::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none}.fc-header-search .fc-header-search__clear{flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:0;cursor:pointer;background:none;box-shadow:none;border-radius:var(--fc-radius-pill);color:var(--fc-ink-subtle);transition:color var(--fc-dur) var(--fc-ease),background-color var(--fc-dur) var(--fc-ease)}.fc-header-search .fc-header-search__clear:hover{color:var(--fc-ink);background:var(--fc-grey-100)}.fc-header-search__clear svg,.fc-header-search__clear .icon{width:14px;height:14px}.fc-header-search__clear.hidden{display:none}.fc-header-search .predictive-search{inset-block-start:calc(100% + 8px);border-radius:var(--fc-radius-md);border:1px solid var(--fc-line);box-shadow:var(--fc-shadow-menu);overflow:hidden}@media screen and (min-width:990px){.header-wrapper{position:relative}.fc-header-search .fc-header-search__wrap{position:static}.fc-header-search .predictive-search{inset:calc(100% + 8px) 80px auto auto;width:760px;max-width:calc(100vw - 160px);padding:24px;border-radius:12px;overflow:visible;z-index:6}.header-wrapper:has(.fc-header-search predictive-search[open]){z-index:10}.header-wrapper:has(.fc-header-search predictive-search[open]):after{content:"";position:absolute;inset:100% 0 auto 0;height:100vh;background:#171a1c59;z-index:4;pointer-events:none}.fc-header-search .predictive-search__results-groups-wrapper{display:grid;grid-template-columns:240px minmax(0,424px);gap:48px;justify-content:space-between}.fc-header-search .predictive-search__results-groups-wrapper--no-suggestions,.fc-header-search .predictive-search__results-groups-wrapper--no-products{grid-template-columns:minmax(0,1fr)}}.fc-header-search .predictive-search__result-group{padding:0;border:0}.fc-header-search .predictive-search__heading{margin:0 0 10px;padding:0;border:0;font-family:var(--fc-font-heading);font-size:var(--fc-text-xs);line-height:var(--fc-lh-xs);font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--fc-ink-subtle-text)}.fc-header-search .predictive-search__results-list{display:grid;gap:10px}.fc-header-search .predictive-search__list-item{margin:0}.fc-header-search .predictive-search__item{padding:0;min-height:0;gap:12px}.fc-header-search .predictive-search__item-heading{margin:0;font-family:var(--fc-font-body);font-weight:400;font-size:var(--fc-text-sm);line-height:var(--fc-lh-sm);letter-spacing:0;color:var(--fc-ink)}.fc-header-search .predictive-search__item--link-with-thumbnail{display:grid;grid-template-columns:56px minmax(0,1fr);column-gap:12px;align-items:center;min-height:56px}.fc-header-search .predictive-search__image{width:56px;height:56px;object-fit:contain;border-radius:8px;background:var(--fc-media-well);mix-blend-mode:multiply}.fc-header-search .predictive-search__item--link-with-thumbnail .predictive-search__item-content{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"title price" "meta price";column-gap:12px;row-gap:2px;align-items:center;padding:0}.fc-header-search .predictive-search__item--link-with-thumbnail .predictive-search__item-heading{grid-area:title;font-weight:500;font-size:var(--fc-text-body);line-height:var(--fc-lh-body);display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.fc-header-search .fc-predictive__meta{grid-area:meta;font-size:var(--fc-text-xs);line-height:var(--fc-lh-xs);color:var(--fc-ink-muted)}.fc-header-search .predictive-search__item--link-with-thumbnail .price{grid-area:price;font-family:var(--fc-font-body);font-weight:500;font-size:var(--fc-text-sm);line-height:var(--fc-lh-sm);letter-spacing:0;color:var(--fc-ink)}.fc-header-search .predictive-search__item:hover .predictive-search__item-heading{text-decoration:underline;text-underline-offset:3px}.fc-header-search .predictive-search__search-for-button{padding:16px 0 0;margin:0;border:0}.fc-header-search .predictive-search__search-for-button .predictive-search__item{font-family:var(--fc-font-body);font-weight:500;font-size:var(--fc-text-sm);line-height:var(--fc-lh-sm);color:var(--fc-teal-700);padding:0;justify-content:flex-start}@media screen and (min-width:990px){.header--has-menu.header--middle-left{grid-template-areas:"heading navigation search icons";grid-template-columns:auto auto minmax(200px,1fr) auto;column-gap:var(--fc-space-6);align-items:center}.header--has-menu.header--middle-left .header__inline-menu{grid-area:navigation}.header__search{display:none!important}}@media screen and (max-width:989px){.fc-header-search .predictive-search{inset:calc(100% + 8px) 16px auto 16px;width:auto;padding:16px;border-radius:12px;z-index:6}.header-wrapper:has(.fc-header-search predictive-search[open]){z-index:10}.header-wrapper:has(.fc-header-search predictive-search[open]):after{content:"";position:absolute;inset:100% 0 auto 0;height:100vh;background:#171a1c59;z-index:4;pointer-events:none}.fc-header-search .predictive-search__results-groups-wrapper{display:grid;gap:20px}}.fc-section--breadcrumb{padding-block:var(--fc-space-5) 0}.fc-pdp__overline{margin:0 0 var(--fc-space-2)}.product__title,.product__title h1{font-size:clamp(30px,3vw,40px);line-height:1.1}.fc-pdp__summary{color:var(--fc-ink-muted);margin:0 0 var(--fc-space-4);font-size:16px}.fc-pdp__rating{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:var(--fc-space-4)}.fc-pdp__rating-count{font-size:var(--fc-text-sm);color:var(--fc-ink-muted)}.fc-pdp__rating-link{font-size:var(--fc-text-sm);color:var(--fc-ink);text-decoration:underline;text-underline-offset:3px}.product__info-container .price{font-family:var(--fc-font-heading);font-weight:700;font-size:28px}.product__info-container .price--on-sale .price__sale{display:inline-flex;align-items:baseline;gap:10px;flex-wrap:nowrap}.product__info-container .price--on-sale .price__sale .price-item--sale{color:var(--fc-sale);margin:0}.product__info-container .price--on-sale .price__sale .fc-price__was{order:2}.product__info-container .price--on-sale .price-item--regular{color:var(--fc-ink-subtle-text);text-decoration:line-through;font-size:var(--fc-text-sm);line-height:var(--fc-lh-sm);font-weight:600;letter-spacing:0;margin:0}.product__info-container .price .price__badge-sale{display:none;align-self:center;margin-left:10px;background:var(--fc-sale);color:#fff;border-color:var(--fc-sale);border-radius:var(--fc-radius-sm);padding:5px 10px;line-height:1;font-family:var(--fc-font-heading);font-size:var(--fc-text-overline);font-weight:600;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap}.product__info-container .price--on-sale .price__badge-sale{display:inline-block}.fc-bullets{display:grid;gap:10px;margin:var(--fc-space-5) 0;padding:0}.fc-bullets li{display:flex;align-items:flex-start;gap:12px;font-size:16px}.fc-bullets .fc-icon{width:20px;height:20px;flex:0 0 auto;color:var(--fc-brand-strong);margin-top:2px}.fc-note{display:flex;align-items:flex-start;gap:12px;background:var(--fc-yellow-100);border-radius:var(--fc-radius-sm);padding:var(--fc-space-4);margin-block:var(--fc-space-4);font-size:var(--fc-text-sm)}.fc-note .fc-icon{width:18px;height:18px;flex:0 0 auto;color:var(--fc-brand-strong);margin-top:2px}.fc-trust{margin-block:var(--fc-space-5)}.fc-trust__stock{margin:0 0 var(--fc-space-4);font-weight:600}.fc-trust__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--fc-space-4) var(--fc-space-5);margin:0;padding:0}.fc-trust__grid li{display:flex;align-items:flex-start;gap:10px;font-size:var(--fc-text-sm);color:var(--fc-ink-muted)}.fc-trust__grid .fc-icon{width:20px;height:20px;flex:0 0 auto;color:var(--fc-ink-muted);margin-top:1px}@media screen and (max-width:749px){.fc-trust__grid{grid-template-columns:minmax(0,1fr)}}.fc-specs{border:1px solid var(--fc-line);border-radius:var(--fc-radius-sm);overflow:hidden;margin-block:var(--fc-space-6)}.fc-specs__heading{font-size:16px;margin:0;padding:var(--fc-space-4);border-bottom:1px solid var(--fc-line)}.fc-specs__list{margin:0}.fc-specs__row{display:grid;grid-template-columns:34% 1fr;gap:var(--fc-space-4);padding:12px var(--fc-space-4)}.fc-specs__row:nth-child(odd){background:var(--fc-grey-50)}.fc-specs__row dt{color:var(--fc-ink-muted);font-size:var(--fc-text-sm);margin:0}.fc-specs__row dd{margin:0;font-size:var(--fc-text-sm)}.product-form__input--pill fieldset{display:block}.product-form__input--pill .form__label{margin-bottom:var(--fc-space-3)}fieldset.product-form__input--pill{display:grid;grid-template-columns:repeat(auto-fill,minmax(62px,1fr));gap:10px}fieldset.product-form__input--pill>legend{grid-column:1 / -1}fieldset.product-form__input--pill>input[type=radio]{position:absolute;opacity:0;pointer-events:none}.product-form__input--pill label{margin:0;justify-content:center;text-align:center;min-height:46px;font-family:var(--fc-font-heading);font-weight:600;border-radius:8px}.product-form__input--pill input[type=radio]:checked+label{background:var(--fc-charcoal);color:#fff;border-color:var(--fc-charcoal)}.product-form__input--pill input[type=radio]:disabled+label,.product-form__input--pill input[type=radio].disabled+label{color:var(--fc-ink-subtle);background-image:linear-gradient(to top left,transparent 46%,var(--fc-line-strong) 46%,var(--fc-line-strong) 54%,transparent 54%)}.product-form__submit{font-size:16px;min-height:52px}.product__media-wrapper .product__media{background:var(--fc-media-well);border-radius:var(--fc-radius-md);overflow:hidden}.fc-pdp__badge{position:absolute;inset-block-start:20px;inset-inline-start:20px;z-index:2}.fc-swatches--image{margin-block:var(--fc-space-5)}.fc-swatch-image{width:76px;height:76px}.fc-sticky-atc__info{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1 1 auto}.fc-sticky-atc__title{font-size:var(--fc-text-sm);color:var(--fc-ink-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fc-sticky-atc__price .price{font-family:var(--fc-font-heading);font-weight:700}.fc-sticky-atc__button{flex:0 0 auto;min-width:45%}.facets-vertical .fc-card{height:100%}.facets-container{align-items:center}.facet-filters__label{font-size:var(--fc-text-sm);color:var(--fc-ink-muted)}.facets__label{font-size:var(--fc-text-sm);color:var(--fc-ink)}.facets__label.disabled,.facets__label[disabled]{color:var(--fc-ink-subtle)}.product-count__text,.product-count{font-size:16px;color:var(--fc-ink)}.facets__form .select,.facet-filters .select{min-width:200px}.facets__form .select__select,.facet-filters__sort{height:44px;padding-inline:18px 44px;border:1px solid var(--fc-line-strong);border-radius:var(--fc-radius-pill);background:var(--fc-white);font-family:var(--fc-font-body);font-size:var(--fc-text-sm)}.facets-vertical .facets__disclosure-vertical{border-bottom:1px solid var(--fc-line)}.facets-vertical .facets__disclosure-vertical:last-of-type{border-bottom:0}.facets-vertical .facets__summary{padding-block:var(--fc-space-4);font-family:var(--fc-font-body);font-weight:500;font-size:17px;letter-spacing:0}.facets-vertical .facets__display-vertical{padding-bottom:var(--fc-space-4)}.facets-vertical .facet-checkbox{padding:7px 0;font-size:var(--fc-text-sm)}.facets__label>svg rect{rx:4px;ry:4px;stroke:var(--fc-line-strong)}.facets__label:has(input:checked)>svg rect{fill:var(--fc-charcoal);stroke:var(--fc-charcoal)}.facets__label:has(input:checked) .icon-checkmark{color:var(--fc-white)}.facets__list--grid{display:flex;flex-wrap:wrap;gap:8px}.facets__list--grid .facets__item,.facets__list--grid .mobile-facets__item{margin:0}.facets__list--grid .facet-checkbox,.facets__list--grid .mobile-facets__label{padding:0 12px;margin:0;display:inline-flex;align-items:center;justify-content:center;min-width:52px;min-height:40px;box-sizing:border-box;white-space:nowrap;border:1px solid var(--fc-line-strong);border-radius:8px;font-family:var(--fc-font-heading);font-weight:600;font-size:var(--fc-text-sm);cursor:pointer;transition:border-color var(--fc-dur) var(--fc-ease),background-color var(--fc-dur) var(--fc-ease)}.facets__list--grid .facet-checkbox:hover,.facets__list--grid .mobile-facets__label:hover{border-color:var(--fc-ink)}.facets__list--grid .facet-checkbox input[type=checkbox],.facets__list--grid .mobile-facets__label input[type=checkbox]{position:absolute;opacity:0;pointer-events:none}.facets__list--grid .facet-checkbox>svg,.facets__list--grid .facet-checkbox .svg-wrapper,.facets__list--grid .mobile-facets__label>svg,.facets__list--grid .mobile-facets__label .svg-wrapper{display:none}.facets__list--grid .facet-checkbox:has(input:checked),.facets__list--grid .mobile-facets__label:has(input:checked){background:var(--fc-charcoal);border-color:var(--fc-charcoal);color:#fff}.facets__list--grid .facet-checkbox--disabled,.facets__list--grid .mobile-facets__label.disabled{opacity:.45}.facets__list--grid.mobile-facets__list{padding:0 var(--fc-space-5)}.facets__list--grid .mobile-facets__item{border:0;padding:0}.mobile-facets__open-active:before{content:"\a0\b7\a0"}.active-facets.active-facets-mobile{display:none}.fc-collection-banner__inner{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:var(--fc-space-12);align-items:center;padding-block:var(--fc-space-12)}.fc-collection-banner__inner:not(:has(.fc-collection-banner__media)){grid-template-columns:minmax(0,1fr)}.fc-collection-banner__title{font-size:var(--fc-text-h1);margin:0 0 var(--fc-space-2)}.fc-collection-banner__count{margin:0 0 var(--fc-space-4);color:var(--fc-ink-muted);font-size:var(--fc-text-sm)}.fc-collection-banner__text{color:var(--fc-ink-muted);max-width:62ch}.fc-collection-banner__text p{margin:0 0 var(--fc-space-3)}.fc-collection-banner__image{width:100%;height:auto;border-radius:var(--fc-radius-lg);display:block}.fc-breadcrumb ol{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 8px;padding:0}.fc-breadcrumb li{display:flex;align-items:center;gap:8px;font-size:var(--fc-text-sm);color:var(--fc-ink-muted)}.fc-breadcrumb li+li:before{content:"\203a";color:var(--fc-ink-subtle)}.fc-breadcrumb li[aria-current]{color:var(--fc-ink)}.fc-breadcrumb a{color:inherit;text-decoration:none}.fc-breadcrumb a:hover{text-decoration:underline;text-underline-offset:3px}.fc-chips{display:flex;flex-wrap:wrap;gap:var(--fc-space-2);margin:var(--fc-space-5) 0 0;padding:0}.fc-chip{display:inline-flex;align-items:center;gap:5px;padding:8px 14px;border-radius:var(--fc-radius-pill);background:var(--fc-white);border:1px solid var(--fc-line);font-size:var(--fc-text-sm);color:var(--fc-ink);text-decoration:none;transition:border-color var(--fc-dur) var(--fc-ease)}.fc-chip:hover{border-color:var(--fc-teal-300)}.fc-chip.is-current .fc-menu-count{color:#ffffffb3}@media screen and (max-width:989px){.fc-collection-banner__inner{grid-template-columns:minmax(0,1fr);gap:var(--fc-space-6);padding-block:var(--fc-space-8)}.fc-collection-banner__media{order:-1}}.fc-size-band{padding-block:48px;background:var(--fc-yellow-100)}.fc-size-band__inner{display:flex;align-items:center;justify-content:space-between;gap:24px}.fc-size-band__lead{display:flex;align-items:center;gap:16px;min-width:0}.fc-size-band__icon{flex:0 0 48px;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--fc-yellow-500);color:var(--fc-ink)}.fc-size-band__icon .fc-icon{width:22px;height:22px}.fc-size-band__body{max-width:700px;display:grid;gap:4px}.fc-size-band__heading{margin:0}.fc-size-band__text{margin:0;color:var(--fc-ink-muted);font-size:var(--fc-text-sm);line-height:var(--fc-lh-sm)}.fc-size-band__button{flex:0 0 auto;min-height:44px;padding:0 20px;border-radius:var(--fc-radius-pill)}@media screen and (max-width:749px){.fc-size-band__inner{flex-direction:column;align-items:flex-start}}.fc-collection-text{padding-block:64px 96px}.fc-collection-text__heading{margin:0 0 16px}.fc-collection-text__body{color:var(--fc-ink-muted)}.fc-collection-text__body p{margin:0 0 var(--fc-space-4);break-inside:avoid-column}.fc-collection-text__body p:last-child{margin-bottom:0}@media screen and (min-width:990px){.fc-collection-text__body{column-count:2;column-gap:48px}}.facets-vertical .facets__label,.facets-vertical .facet-checkbox{line-height:1.35}.facets-vertical .facet-checkbox>span{overflow-wrap:anywhere}.fc-all-collections{padding-block:var(--fc-space-12) var(--fc-space-20)}.fc-all-collections__head{max-width:68ch;margin-bottom:var(--fc-space-12)}.fc-all-collections__title{font-size:var(--fc-text-h1);margin:0 0 var(--fc-space-3)}.fc-all-collections__intro{color:var(--fc-ink-muted)}.fc-all-collections__intro p{margin:0}.fc-group{margin-bottom:var(--fc-space-12)}.fc-group__title{font-size:var(--fc-text-h3);margin:0 0 var(--fc-space-5);padding-bottom:var(--fc-space-3);border-bottom:2px solid var(--fc-brand-tint-2)}.fc-group__title a{color:inherit;text-decoration:none}.fc-group__title a:hover{color:var(--fc-brand-strong)}.fc-group__list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--fc-space-5) var(--fc-space-6);margin:0;padding:0}.fc-group__list--flat{grid-template-columns:repeat(4,minmax(0,1fr))}.fc-group__item{display:flex;align-items:baseline;gap:6px;font-family:var(--fc-font-heading);font-weight:600;color:var(--fc-ink);text-decoration:none}.fc-group__item:hover .fc-group__item-title{text-decoration:underline;text-underline-offset:3px}.fc-group__sub{display:grid;gap:6px;margin:var(--fc-space-2) 0 0;padding:0}.fc-group__subitem{font-size:var(--fc-text-sm);color:var(--fc-ink-muted);text-decoration:none}.fc-group__subitem:hover{color:var(--fc-brand-strong)}@media screen and (max-width:989px){.fc-group__list,.fc-group__list--flat{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:574px){.fc-group__list,.fc-group__list--flat{grid-template-columns:minmax(0,1fr)}}.footer .footer-block__heading{font-family:var(--fc-font-body);font-weight:500;font-size:var(--fc-text-body);letter-spacing:0}.footer__content-top{padding-bottom:56px}.footer .list-menu__item--link{padding-block:7px}.header{padding-block:16px}.header__inline-menu .header__menu-item{font-family:var(--fc-font-body);font-size:16px;font-weight:400;letter-spacing:0;padding:8px 0;margin-inline-end:26px}.header__inline-menu .mega-menu>summary{position:relative}.header__menu-item:hover span,.header__active-menu-item{color:var(--fc-brand-strong)}.header__inline-menu details[open]>summary>span{color:var(--fc-brand-strong);box-shadow:0 12px 0 -10px var(--fc-brand-strong)}.header__icons{gap:var(--fc-space-3);align-items:center}.header__icon:not(.fc-cart-pill){height:40px;width:40px}.fc-cart-pill{display:inline-flex;align-items:center;gap:8px;height:40px;width:auto;padding-inline:16px;background:var(--fc-charcoal);color:#fff;border-radius:var(--fc-radius-pill);text-decoration:none}.fc-cart-pill:hover{background:#000;color:#fff}.fc-cart-pill{position:relative}.fc-cart-pill .fc-cart-pill__icon,.fc-cart-pill .fc-cart-pill__icon svg{width:18px;height:18px}.fc-cart-pill__count{display:none;position:absolute;inset-block-start:4px;inset-inline-end:1px;min-width:16px;height:16px;padding-inline:4px;box-sizing:border-box;align-items:center;justify-content:center;background:var(--fc-yellow-500);color:var(--fc-ink);border-radius:var(--fc-radius-pill);font-family:var(--fc-font-heading);font-size:10px;font-weight:700;line-height:1;letter-spacing:0}.header__icon .fc-cart-pill__count{display:none;height:16px}.fc-cart-pill__label{font-family:var(--fc-font-body);font-weight:500;font-size:var(--fc-text-sm);letter-spacing:0;white-space:nowrap}.cart-count-bubble{display:none}.mega-menu__content{border-top:1px solid var(--fc-line);box-shadow:var(--fc-shadow-menu)}.mega-menu__inner{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--fc-space-10);padding-block:var(--fc-space-10) var(--fc-space-8)}.mega-menu__inner--with-promo{grid-template-columns:repeat(3,minmax(0,1fr)) 340px}.mega-menu__content .mega-menu__list{display:contents;padding:0;margin:0}.mega-menu__col{display:flex;flex-direction:column;align-items:flex-start}.mega-menu__col-heading{font-family:var(--fc-font-body);font-size:11px;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:var(--fc-ink-subtle-text);margin-bottom:var(--fc-space-4)}.mega-menu__col-list{display:grid;gap:0;margin:0;padding:0;width:100%}.mega-menu__content .mega-menu__link{display:block;padding:9px 0;font-size:16px;color:var(--fc-ink);text-decoration:none}.mega-menu__content .mega-menu__link:hover{color:var(--fc-brand-strong)}.mega-menu__see-all{margin-top:var(--fc-space-4)}.mega-menu__promo{position:relative;display:block;text-decoration:none;color:inherit;background:var(--fc-sand);border-radius:var(--fc-radius-md);overflow:hidden;padding-bottom:var(--fc-space-5);transition:box-shadow var(--fc-dur) var(--fc-ease)}.mega-menu__promo:hover{box-shadow:var(--fc-shadow-md)}.mega-menu__promo-badge{position:absolute;inset-block-start:var(--fc-space-4);inset-inline-start:var(--fc-space-4);z-index:1}.mega-menu__promo-image{width:100%;height:200px;object-fit:contain;display:block}.mega-menu__promo-body{display:flex;flex-direction:column;gap:6px;padding-inline:var(--fc-space-5)}.mega-menu__promo-heading{font-family:var(--fc-font-heading);font-weight:700;font-size:18px;letter-spacing:var(--fc-tracking-heading)}.mega-menu__promo-text{font-size:var(--fc-text-sm);color:var(--fc-ink-muted)}.mega-menu__promo .fc-see-all{margin-top:4px}.mega-menu__service-strip{background:var(--fc-brand-tint);border-top:1px solid var(--fc-teal-100)}.mega-menu__service-inner{display:flex;align-items:center;gap:var(--fc-space-10);padding-block:var(--fc-space-4);flex-wrap:wrap}.mega-menu__service{display:inline-flex;align-items:center;gap:10px;font-size:var(--fc-text-sm)}.mega-menu__service .fc-icon{width:18px;height:18px;color:var(--fc-brand-strong);flex:0 0 auto}@media screen and (max-width:1199px){.mega-menu__inner--with-promo{grid-template-columns:repeat(3,minmax(0,1fr))}.mega-menu__promo{display:none}}.fc-announce__mobile{display:none;margin:0;padding:10px 0;text-align:center;font-size:var(--fc-text-sm)}@media screen and (max-width:989px){.fc-announce__list--has-mobile{display:none}.fc-announce__mobile{display:block}}@media screen and (max-width:989px){.fc-cart-pill{background:none;color:inherit;padding-inline:0;width:40px;justify-content:center}.fc-cart-pill:hover{background:none;color:inherit}.fc-cart-pill .fc-cart-pill__label{display:none}.fc-cart-pill .fc-cart-pill__icon,.fc-cart-pill .fc-cart-pill__icon svg{width:22px;height:22px}.fc-cart-pill .fc-cart-pill__count{display:inline-flex}}@media screen and (max-width:749px){fieldset.product-form__input--pill{grid-template-columns:repeat(6,minmax(0,1fr));gap:8px}.product-form__input--pill label{min-height:42px;font-size:var(--fc-text-sm)}.fc-swatch-image{width:56px;height:56px;border-radius:50%}.fc-pdp__badge{inset-block-start:12px;inset-inline-start:12px}.product__media-wrapper .product__media{border-radius:0}}.fc-sticky-atc__thumb{flex:0 0 auto;width:48px;height:48px;overflow:hidden;border-radius:var(--fc-radius-sm);background:var(--fc-media-well)}.fc-sticky-atc__thumb img{width:100%;height:100%;object-fit:contain;display:block}.fc-sticky-atc__title{font-size:var(--fc-text-xs)}.fc-sticky-atc__price{font-family:var(--fc-font-heading);font-weight:700;font-size:16px}.fc-sticky-atc__button{min-width:46%;min-height:46px}@media screen and (max-width:749px){.fc-hero__inner{padding-block:var(--fc-space-8)}.fc-usp-strip .fc-usp{padding:var(--fc-space-6) 0;gap:var(--fc-space-4)}.fc-section-head{margin-bottom:var(--fc-space-5)}.fc-section-head__title{font-size:24px}.fc-card__body{padding:var(--fc-space-3) var(--fc-space-3) var(--fc-space-4);gap:8px}.fc-card__link{font-size:15px}.fc-card__price-now{font-size:18px}.fc-category-tile__title{font-size:20px}.fc-newsletter{padding:var(--fc-space-6)}}.fc-drawer-search{position:relative;display:flex;align-items:center;margin-bottom:var(--fc-space-5)}.fc-drawer-search__icon{position:absolute;inset-inline-start:16px;display:flex;color:var(--fc-ink-subtle);pointer-events:none}.fc-drawer-search__icon .fc-icon{width:19px;height:19px}.fc-drawer-search__input{width:100%;height:48px;padding-inline:46px 18px;background:var(--fc-grey-50);color:var(--fc-ink);border:1px solid var(--fc-line);border-radius:var(--fc-radius-pill);font-family:var(--fc-font-body);font-size:16px}.fc-drawer-search__input:focus{outline:none;border-color:var(--fc-brand-strong);background:var(--fc-white)}.menu-drawer__menu-item{align-items:flex-start;padding-block:var(--fc-space-4)}.fc-drawer-item{display:flex;flex-direction:column;gap:3px;text-align:start}.fc-drawer-item__title{font-family:var(--fc-font-heading);font-weight:700;font-size:18px;letter-spacing:var(--fc-tracking-heading)}.fc-drawer-item__sub{font-family:var(--fc-font-body);font-weight:400;font-size:var(--fc-text-sm);color:var(--fc-ink-muted);text-transform:none;letter-spacing:0}.menu-drawer__menu-item--active .fc-drawer-item__title{color:var(--fc-brand-strong)}.fc-drawer-promo{display:flex;align-items:center;gap:var(--fc-space-3);margin:var(--fc-space-5) var(--fc-space-4);padding:var(--fc-space-3);background:var(--fc-sand);border-radius:var(--fc-radius-md);text-decoration:none;color:inherit}.fc-drawer-promo__image{width:64px;height:64px;object-fit:contain;border-radius:var(--fc-radius-sm)}.fc-drawer-promo__body{display:flex;flex-direction:column;gap:2px;flex:1 1 auto;min-width:0}.fc-drawer-promo__title{font-family:var(--fc-font-heading);font-weight:700;font-size:16px}.fc-drawer-promo__text{font-size:var(--fc-text-sm);color:var(--fc-ink-muted)}.fc-drawer-promo__caret{flex:0 0 auto;transform:rotate(-90deg);color:var(--fc-ink-subtle)}.fc-drawer-service{display:grid;gap:2px;margin:0 var(--fc-space-4) var(--fc-space-4);padding:0}.fc-drawer-service li a,.fc-drawer-service li span{display:flex;align-items:center;gap:12px;padding-block:11px;font-size:var(--fc-text-sm);color:var(--fc-ink);text-decoration:none}.fc-drawer-service .fc-icon{width:19px;height:19px;flex:0 0 auto;color:var(--fc-ink-muted)}.fc-pdp__price-note{margin:6px 0 0;font-size:var(--fc-text-sm);color:var(--fc-ink-muted)}.product__info-container .price--large{display:inline-flex}.fc-option-legend{display:flex;align-items:baseline;justify-content:space-between;gap:var(--fc-space-4);width:100%;text-transform:none;letter-spacing:0}.fc-option-guide{display:inline-flex;align-items:center;gap:6px;font-size:var(--fc-text-sm);font-weight:600;color:var(--fc-brand-strong);text-decoration:none;white-space:nowrap}.fc-option-guide:hover{text-decoration:underline;text-underline-offset:3px}.fc-option-guide .fc-icon{width:16px;height:16px}.fc-problem-card__count,.fc-problem-card__chevron{display:none}@media screen and (max-width:749px){.fc-problem-grid{gap:0;border-block:1px solid var(--fc-line)}.fc-problem-card+.fc-problem-card{border-top:1px solid var(--fc-line)}.fc-problem-card__link{flex-direction:row;align-items:center;gap:var(--fc-space-3);background:none;border:0;border-radius:0;padding:var(--fc-space-4) 0}.fc-problem-card__link:hover{box-shadow:none;border-color:transparent}.fc-problem-card__media{display:none}.fc-problem-card__body{padding:0;gap:2px}.fc-problem-card__title{font-size:17px}.fc-problem-card__text{min-height:0}.fc-problem-card__foot{display:flex;align-items:center;gap:var(--fc-space-3);margin:0;padding:0;flex:0 0 auto}.fc-problem-card__cta{display:none}.fc-problem-card__count{display:inline;font-size:var(--fc-text-sm);color:var(--fc-brand-strong);white-space:nowrap}.fc-problem-card__chevron{display:inline-flex;transform:rotate(-90deg);color:var(--fc-ink-subtle)}.fc-problem-card__chevron svg{width:14px;height:14px}}.fc-hero__image--mobile{display:none}@media screen and (max-width:749px){.fc-hero__image--desktop{display:none}.fc-hero__image--mobile{display:block}.fc-hero__media .fc-hero__image{width:100%;aspect-ratio:358 / 240;object-fit:cover;border-radius:var(--fc-radius-md)}}.fc-drawer-item__chev{margin-inline-start:auto;transform:rotate(-90deg);color:var(--fc-ink-subtle)}.fc-drawer-item__chev svg{width:12px;height:12px}body{font-size:var(--fc-text-body);line-height:var(--fc-lh-body)}.fc-hero__heading,.h0{font-size:var(--fc-text-h0);line-height:var(--fc-lh-h0);letter-spacing:var(--fc-ls-h0);font-weight:700}.product__title h1,.fc-collection-banner__title,.fc-all-collections__title{font-size:var(--fc-text-h1);line-height:var(--fc-lh-h1);letter-spacing:var(--fc-ls-h1);font-weight:700}.fc-section-head__title,.fc-reviews .fc-section-head__title{font-size:var(--fc-text-h2);line-height:var(--fc-lh-h2);letter-spacing:var(--fc-ls-h2);font-weight:700}.fc-problem-card__title,.fc-category-tile__title,.fc-collection-text__heading,.fc-newsletter__heading,.fc-group__title{font-size:var(--fc-text-h3);line-height:var(--fc-lh-h3);letter-spacing:var(--fc-ls-h3);font-weight:600}.fc-card__link,.fc-card__title,.fc-bundle-card__title,.fc-why-card__title,.mega-menu__promo-heading,.fc-advice__heading,.fc-size-band__heading,.product__accordion .accordion__title,.fc-drawer-promo__title{font-size:var(--fc-text-h4);line-height:var(--fc-lh-h4);letter-spacing:0;font-weight:600}.fc-card__price-now,.product__info-container .price--large .price-item,.fc-sticky-atc__price{font-size:var(--fc-text-price);line-height:var(--fc-lh-price);letter-spacing:var(--fc-ls-price);font-weight:700}.fc-bundle-card__price-now{font-size:var(--fc-text-price-sm);line-height:var(--fc-lh-body);font-weight:700}.fc-overline,.fc-card__overline,.fc-pdp__overline,.mega-menu__col-heading,.fc-badge{font-family:var(--fc-font-heading);font-size:var(--fc-text-overline);line-height:var(--fc-lh-overline);letter-spacing:.08em;text-transform:uppercase;font-weight:600}.fc-hero__text{font-size:var(--fc-text-lead);line-height:var(--fc-lh-lead)}.fc-section-head__sub,.fc-collection-banner__text,.fc-collection-text__body,.fc-review__quote,.fc-pdp__summary,.fc-bullets,.product__accordion .accordion__content,.fc-advice__text,.fc-newsletter__sub,.fc-all-collections__intro{font-size:var(--fc-text-body);line-height:var(--fc-lh-body)}.header__inline-menu .header__menu-item,.mega-menu__link,.fc-drawer-item__title{font-family:var(--fc-font-body);font-size:var(--fc-text-body);line-height:var(--fc-lh-body);font-weight:500;letter-spacing:0}.fc-drawer-item__title{font-size:18px;line-height:28px;font-weight:400}.button,.fc-hero__actions .button,.product-form__submit,.fc-card .button,.fc-newsletter button{font-family:var(--fc-font-body);font-size:var(--fc-text-btn);line-height:var(--fc-lh-btn);letter-spacing:var(--fc-ls-btn);font-weight:600}.fc-announce__item,.fc-announce__mobile,.fc-cart-pill__label,.fc-header-search__input,.fc-drawer-search__input,.fc-usp__body,.fc-problem-card__text,.fc-category-tile__text,.fc-bundle-card__text,.fc-why-card__text,.fc-rating,.fc-card__meta,.fc-swatches__label,.fc-option-legend,.fc-note,.fc-trust__list li,.fc-specs__row,.fc-chip,.fc-collection-banner__count,.fc-breadcrumb li,.fc-drawer-item__sub,.fc-drawer-promo__text,.fc-review__name,.footer .list-menu__item--link,.mega-menu__promo-text,.mega-menu__service,.fc-pdp__price-note,.fc-group__subitem,.fc-newsletter__label,.fc-sticky-atc__title{font-size:var(--fc-text-sm);line-height:var(--fc-lh-sm)}.fc-announce__item,.fc-announce__mobile,.fc-cart-pill__label,.fc-usp__title{font-weight:500}.fc-usp__title{font-family:var(--fc-font-body);font-size:var(--fc-text-body);line-height:var(--fc-lh-body);letter-spacing:0}.fc-see-all,.fc-section-head__link,.fc-problem-card__cta,.fc-pdp__rating-link,.fc-option-guide{font-family:var(--fc-font-body);font-size:var(--fc-text-sm);line-height:var(--fc-lh-sm);font-weight:600;letter-spacing:0}.fc-section-head__link{font-size:var(--fc-text-btn)}.fc-review__meta,.fc-card__price-was,.fc-bundle-card__price-was{font-size:var(--fc-text-xs);line-height:var(--fc-lh-xs)}.color-scheme-2 .fc-overline,.color-scheme-5 .fc-overline,.fc-newsletter .fc-overline,.color-scheme-2 .fc-see-all,.color-scheme-5 .fc-see-all,.fc-newsletter .fc-see-all,.color-scheme-2 .fc-section-head__link,.color-scheme-5 .fc-section-head__link,.fc-problem-card__link .fc-problem-card__cta,.fc-problem-card__link .fc-problem-card__count,.fc-review__inner .fc-see-all{color:var(--fc-brand-hover)}.color-scheme-2 .fc-see-all--block,.color-scheme-5 .fc-see-all--block{border-color:var(--fc-brand-hover)}@media screen and (max-width:749px){.fc-announce__mobile{font-size:var(--fc-text-xs);line-height:var(--fc-lh-xs)}.fc-card__link,.fc-card__title{font-size:18px;line-height:24px}.fc-card__link{min-height:72px}.fc-problem-card__title{font-size:var(--fc-text-body);line-height:var(--fc-lh-body);font-family:var(--fc-font-body);font-weight:500;letter-spacing:0}}@media screen and (min-width:990px){.page-width{max-width:1440px;padding-inline:80px}}@media screen and (max-width:749px){.page-width{padding-inline:16px}}.fc-announce__list{gap:0;padding:8px 0;min-height:22px}.fc-announce__item+.fc-announce__item:before{content:"\b7";margin-inline:.25em}@media screen and (max-width:989px){.fc-announce__item+.fc-announce__item:before{content:none}}@media screen and (min-width:990px){.header:not(.drawer-menu).page-width{padding-inline:80px}.header-wrapper .header{padding-block:14px 13px;min-height:71px}.header--has-menu.header--middle-left{grid-template-columns:auto minmax(0,1fr) 220px auto;column-gap:0}.header__heading-logo{width:196px;height:auto}.header__heading,.header--middle-left .header__heading-link{display:flex;align-items:center;margin:0;padding:0;line-height:0}.header--middle-left .header__inline-menu{margin-left:32px}.header__inline-menu .list-menu--inline{display:flex;flex-wrap:nowrap;gap:18px}.header__inline-menu .header__menu-item{display:inline-flex;align-items:center;gap:4px;padding:0;margin:0;white-space:nowrap;color:var(--fc-ink)}.header__inline-menu .header__menu-item .icon-caret{position:static;width:14px;height:14px;margin:0;transform:none;flex:0 0 auto;color:var(--fc-ink-muted)}.header__inline-menu details[open]>summary .icon-caret{transform:rotate(180deg)}.fc-header-search{margin-inline-end:0}.fc-header-search__form{height:44px;padding-inline:14px}.fc-header-search__input{font-size:15px}.fc-header-search__icon .fc-icon{width:18px;height:18px}.header__icons{gap:0;padding:0 0 0 14px}.header__icons .header__icon--account{width:44px;height:44px;margin:0 3px 0 -11px}.header__icon--account .svg-wrapper,.header__icon--account .fc-icon{width:22px;height:22px}.header__icons .fc-cart-pill{height:38px;padding:8px 14px 8px 12px;gap:8px;margin:0}.fc-cart-pill__icon svg{width:18px;height:18px}}@media screen and (min-width:990px)and (max-width:1419px){.header--has-menu.header--middle-left{grid-template-areas:"heading navigation icons";grid-template-columns:auto minmax(0,1fr) auto}.header>.fc-header-search{display:none}.header__icons .header__search{display:inline-flex!important}.header__icons .header__search .header__icon--search{width:44px;height:44px;margin:0 3px 0 -11px}.header__icons .header__search .svg-wrapper,.header__icons .header__search .icon{width:20px;height:20px}}@media screen and (min-width:990px)and (max-width:1229px){.page-width,.header:not(.drawer-menu).page-width{padding-inline:48px}.header__heading-logo{width:160px}.header--middle-left .header__inline-menu{margin-left:24px}.header__inline-menu .list-menu--inline{gap:14px}.header__inline-menu .header__menu-item{font-size:15px;line-height:22px}.header__icons .fc-cart-pill{width:40px;height:40px;padding:0;justify-content:center}.header__icons .fc-cart-pill .fc-cart-pill__label{display:none}.fc-cart-pill .fc-cart-pill__count{display:inline-flex;inset-block-start:-3px;inset-inline-end:-3px}}@media screen and (min-width:990px){.fc-hero{position:relative;overflow:hidden}.fc-hero__inner{position:relative;display:block;min-height:620px;padding-block:84px;box-sizing:border-box}.fc-hero__body{position:relative;z-index:1;width:min(600px,47%);display:flex;flex-direction:column;gap:20px}.fc-hero__body>*{margin:0}.fc-hero__heading{max-width:none;font-size:clamp(44px,4.17vw,60px)}.fc-hero__text{max-width:540px}.fc-hero__media{position:absolute;top:40px;left:calc(640 / 1440 * 100%);width:calc(760 / 1440 * 100%);aspect-ratio:760 / 585}.fc-hero__media .fc-hero__image{width:100%;height:100%;object-fit:contain;border-radius:0}}.fc-hero__actions{gap:12px}.fc-hero__actions .button{min-height:52px;padding:0 28px;border-radius:var(--fc-radius-pill)}.fc-usp-strip .fc-usp{padding:24px 0 23px;justify-content:space-between}.fc-usp__item{gap:12px;align-items:center}.fc-usp__icon{width:40px;height:40px;border-radius:50%;background:var(--fc-teal-50);display:grid;place-items:center}.fc-usp__icon .fc-icon{width:20px;height:20px}.fc-usp__body-wrap{gap:2px}.fc-section-head{align-items:flex-end;margin-bottom:32px;gap:24px}.fc-section-head>div{display:flex;flex-direction:column;gap:8px}.fc-section-head__title,.fc-section-head__sub{margin:0}.fc-section-head__link{display:inline-flex;align-items:center;min-height:44px;padding:0 20px;margin:0;border-radius:var(--fc-radius-pill);color:var(--fc-brand-strong);text-decoration:none}.fc-section-head__link:hover{background:var(--fc-teal-50)}.fc-problem-grid,.fc-product-grid,.fc-category-grid,.fc-bundle-grid,.fc-why-grid,.fc-review-grid{gap:24px}@media screen and (min-width:990px){.fc-problems{padding-block:96px 48px}.fc-featured{padding-block:48px}.fc-categories{padding-block:80px}.fc-bundles{padding-block:80px 48px}.fc-why{padding-block:80px}.fc-reviews{padding-block:80px 48px}.fc-newsletter-wrap{padding-block:48px 96px}}.fc-problem-card__link{border:0;border-radius:12px;background:var(--fc-sand)}.fc-problem-card__media{aspect-ratio:auto;height:200px;background:var(--fc-sand-deep)}.fc-problem-card__image{object-fit:contain}.fc-problem-card__body{padding:16px;gap:6px}.fc-problem-card__foot{padding-top:4px;line-height:22px}.fc-card{border-radius:12px;border-color:var(--fc-line)}.fc-card__media{aspect-ratio:auto;height:300px;background:var(--fc-media-well)}.fc-card__image{mix-blend-mode:multiply}.fc-card__body{padding:16px;gap:6px}.fc-card__meta{gap:8px}.fc-card__price{min-height:34px;padding-top:4px;box-sizing:border-box}.fc-card__button{margin-top:6px}.fc-category-tile__link{border-radius:20px;height:300px;width:100%;aspect-ratio:auto}.fc-category-tile__body{inset:auto 20px 20px 20px;gap:4px;padding:0}.fc-bundle-grid{align-items:start}.fc-bundle-card{padding:19px 23px 19px 19px;gap:20px;border-radius:12px;border:1px solid var(--fc-line);align-items:center}.fc-bundle-card__price{margin-top:0}.fc-bundle-card__media{width:120px;height:120px;border-radius:8px;background:var(--fc-media-well);flex:0 0 120px}.fc-bundle-card__body{gap:6px}.fc-why-card{padding:28px 24px;gap:10px;border-radius:12px;background:#fff;border:0}.fc-why-card__icon{width:44px;height:44px;border-radius:50%;background:var(--fc-yellow-500);margin-bottom:0}.fc-review__inner{padding:24px;gap:12px;border-radius:12px;background:var(--fc-sand);border:0}.fc-newsletter{border-radius:20px;padding:40px 48px;gap:64px;background:var(--fc-yellow-100)}.fc-newsletter button,.fc-newsletter .button{min-height:44px;min-width:0;padding:0 20px;border-radius:var(--fc-radius-pill)}@media screen and (min-width:990px){.fc-newsletter{grid-template-columns:minmax(0,560px) auto;justify-content:space-between}.fc-newsletter__inner{grid-template-columns:320px auto;grid-template-areas:"field button" "fine button";column-gap:12px;row-gap:6px;align-items:end}.fc-newsletter__field{grid-area:field}.fc-newsletter__button{grid-area:button}.fc-newsletter__fine{grid-area:fine}}.fc-newsletter__heading{margin:0 0 8px}.fc-newsletter__sub{font-size:var(--fc-text-body);line-height:var(--fc-lh-body)}.fc-newsletter__label{font-weight:500}.fc-newsletter__input{height:48px;font-size:var(--fc-text-body);border-radius:6px}.fc-newsletter__input::placeholder{color:var(--fc-ink-subtle)}.fc-newsletter__fine{font-size:var(--fc-text-xs);line-height:var(--fc-lh-xs);color:var(--fc-ink-subtle-text)}.footer{padding-block:56px}.footer .footer-block__heading{font-family:var(--fc-font-body);font-size:var(--fc-text-body);line-height:var(--fc-lh-body);font-weight:500;letter-spacing:0;color:#fff;margin-bottom:8px}.footer .footer-block__details-content .list-menu__item--link,.footer .footer-block__details-content,.footer .footer-block__details-content p{font-size:var(--fc-text-sm);line-height:var(--fc-lh-sm);color:#ffffffb8;padding-block:0}.footer .footer-block__details-content li+li{margin-top:8px}.footer .footer-block__details-content p{margin:0}@media screen and (min-width:990px){.product.product--medium:not(.product--no-media) .product__media-wrapper,.product.product--large:not(.product--no-media) .product__media-wrapper{max-width:50%;width:50%}.product.product--medium:not(.product--no-media) .product__info-wrapper,.product.product--large:not(.product--no-media) .product__info-wrapper{max-width:50%;width:50%;padding-left:80px}}.product__media-wrapper{position:relative}.fc-pdp__badge{position:absolute;z-index:2;inset-block-start:20px;inset-inline-start:20px}.fc-pdp__badge--kundefavorit{background:var(--fc-yellow-500);color:var(--fc-charcoal)}.fc-pdp__badge--pakke{background:var(--fc-teal-600);color:#fff}.fc-pdp__badge--nyhed{background:var(--fc-charcoal);color:#fff}.product__media-wrapper .product__media-list .product__media-item{background:var(--fc-media-well);border-radius:20px;overflow:hidden}.product__media-wrapper .product__media-item .product__media img{object-fit:contain;mix-blend-mode:multiply}@media screen and (min-width:990px){.product--thumbnail .product__media-list .product__media-item .product-media-container,.product--thumbnail_slider .product__media-list .product__media-item .product-media-container{aspect-ratio:640 / 560}.product--thumbnail .product-media-container .media,.product--thumbnail_slider .product-media-container .media{padding-top:87.5%!important}}.thumbnail-slider{margin-top:12px}.product__media-wrapper .thumbnail-slider{display:flex;align-items:center;gap:4px;margin-inline:0!important;padding:0}.product__media-wrapper .thumbnail-slider .thumbnail-list.slider,.product__media-wrapper .thumbnail-slider .thumbnail-list.slider--tablet-up{display:flex;flex-wrap:nowrap;flex:1 1 auto;min-width:0;width:auto;gap:8px;margin:0;padding:2px;scroll-padding-left:2px;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:none}.product__media-wrapper .thumbnail-slider .thumbnail-list.slider::-webkit-scrollbar{display:none}.product__media-wrapper .thumbnail-slider .thumbnail-list__item,.product__media-wrapper .thumbnail-slider .thumbnail-list__item.slider__slide{flex:0 0 64px;width:64px!important;max-width:none;scroll-snap-align:start}.thumbnail-slider .thumbnail{border-radius:8px;overflow:hidden;background:var(--fc-media-well);border:0;box-shadow:inset 0 0 0 1px var(--fc-line)}.thumbnail-slider .thumbnail img{object-fit:cover}.thumbnail-slider .thumbnail[aria-current]{box-shadow:0 0 0 2px var(--fc-brand-strong)}.thumbnail-slider .slider-buttons{display:none}.product__media-wrapper .thumbnail-slider .slider-button{width:28px;height:28px;min-width:0;flex:0 0 auto;margin:0}.product__media-wrapper .thumbnail-slider .slider-button .icon{width:7px;height:7px}.product__media-wrapper .thumbnail-slider:has(.slider-button--prev[disabled]):has(.slider-button--next[disabled]) .slider-button{display:none}.product__info-container .product__title h1{margin:0}.product__info-container .price__container{display:inline-flex;align-items:baseline;margin:0;line-height:30px}.product__info-container .price--large .price__regular,.product__info-container .price--large .price__sale{line-height:30px}.fc-pdp__summary{max-width:540px}@media screen and (min-width:990px){.product__media-wrapper .product__media-list.contains-media{margin-bottom:0}}.product__info-container [id^=price-]{display:inline-flex;align-items:baseline;gap:10px;margin-top:14px}.product__info-container [id^=price-]+.fc-pdp__price-note{display:inline;margin-left:10px}.fc-pdp__summary{margin-top:18px;color:var(--fc-ink-muted)}.fc-swatch-image{width:72px;height:72px;border-radius:8px;background-size:contain;background-color:var(--fc-media-well);background-blend-mode:multiply}.fc-swatch-image-list{gap:10px}fieldset.product-form__input--pill{grid-template-columns:repeat(auto-fill,52px);gap:8px}fieldset.product-form__input--pill input[type=radio]+label{width:52px;min-height:44px;padding:0;margin:0;border-radius:8px;border:1px solid var(--fc-line-strong);background:#fff;color:var(--fc-ink);font-family:var(--fc-font-body);font-weight:400;font-size:var(--fc-text-sm);letter-spacing:0;display:inline-flex;align-items:center;justify-content:center}fieldset.product-form__input--pill input[type=radio]:checked+label{background:var(--fc-charcoal);border-color:var(--fc-charcoal);color:#fff}@media screen and (min-width:750px){.product__info-wrapper .product__info-container{display:flex;flex-wrap:wrap;column-gap:12px;align-items:flex-start}.product__info-container>*{flex:0 0 100%;max-width:100%}.product__info-container>.product-form__quantity{flex:0 0 124px;margin:0}.product__info-container>.product-form__quantity+*{flex:1 1 0;min-width:0;margin:0}}.product-form__quantity .form__label{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.product-form__quantity .quantity{width:124px;min-height:52px;border-radius:var(--fc-radius-pill)}.product-form__quantity .quantity:after,.product-form__quantity .quantity:before{border-radius:var(--fc-radius-pill)}.product-form__submit{min-height:52px;border-radius:var(--fc-radius-pill)}.product-form__submit .fc-atc-price{margin-left:4px}.product-form__buttons{max-width:none}.fc-specs{background:var(--fc-sand);border-radius:12px;padding:8px 20px;margin-top:20px}.fc-specs__row{display:grid;grid-template-columns:126px 1fr;gap:16px;padding:10px 0;border-bottom:1px solid var(--fc-line);background:none!important}.fc-specs__row:last-child{border-bottom:0}.fc-specs__row>:first-child{font-weight:600;color:var(--fc-ink)}.fc-specs__row>:last-child{color:var(--fc-ink-muted)}.fc-clamp-desc{position:relative;max-height:132px;overflow:hidden}.fc-clamp-desc:after{content:"";position:absolute;inset:auto 0 0 0;height:48px;background:linear-gradient(transparent,#fff)}.fc-clamp-desc.is-open{max-height:none}.fc-clamp-desc.is-open:after{display:none}.fc-clamp-toggle{margin-top:8px;background:none;border:0;padding:0;cursor:pointer;color:var(--fc-brand-strong);font-weight:600;font-size:var(--fc-text-sm);text-decoration:underline;text-underline-offset:3px}@media screen and (min-width:750px){.fc-trust__stock{display:none}}.fc-pdp__summary,.fc-pdp__summary p{font-size:var(--fc-text-body);line-height:var(--fc-lh-body);color:var(--fc-ink-muted)}@media screen and (min-width:750px){.product__info-wrapper .product__info-container>*{margin-block:18px 0}.product__info-wrapper .product__info-container>:first-child{margin-top:0}.product__info-wrapper .product__info-container>.product__title,.product__info-wrapper .product__info-container>.fc-pdp__rating{margin-top:8px}.product__info-wrapper .product__info-container>[id^=price-]{margin-top:18px;flex:0 0 auto;height:30px}.product__info-wrapper .product__info-container>.fc-pdp__price-note{flex:1 1 0;margin:26px 0 0 -2px;align-self:flex-start}.product__info-wrapper .product__info-container>.fc-note{margin-top:10px}.product__info-wrapper .product__info-container>.product-form__quantity,.product__info-wrapper .product__info-container>.product-form__quantity+*{margin-top:22px}.product__info-wrapper .product__info-container product-form.product-form{margin:0}}.product__info-container .product-form__input,.product__info-container variant-selects{max-width:none}.product-form__buttons .product-form__submit.button.button--secondary{--color-button: 0, 124, 133;background:var(--fc-brand-strong);color:#fff}.product-form__buttons .product-form__submit.button.button--secondary:after{box-shadow:none!important}.product-form__buttons .product-form__submit.button.button--secondary:hover{background:var(--fc-brand-hover)}.product-form__buttons .shopify-payment-button{margin-top:10px}.product-form__buttons .shopify-payment-button__button,.product-form__buttons .shopify-payment-button__button--unbranded,.product-form__buttons .shopify-payment-button__more-options{border-radius:var(--fc-radius-pill);min-height:52px}.product-form__buttons{--shopify-accelerated-checkout-button-border-radius: var(--fc-radius-pill)}.product-form__buttons .shopify-payment-button__button--unbranded{--color-button: 255, 255, 255;--color-button-text: 24, 27, 29;background:#fff;color:var(--fc-ink)}.product-form__buttons .shopify-payment-button__button--unbranded:hover:not([disabled]){background:#fff;color:var(--fc-ink)}.product-form__buttons .shopify-payment-button__button--unbranded:after{box-shadow:inset 0 0 0 1.5px var(--fc-ink)!important}.product-form__buttons .shopify-payment-button__button--unbranded:hover:after{box-shadow:inset 0 0 0 2px var(--fc-ink)!important}.product__info-container .jdgm-preview-badge:has(.jdgm-prev-badge[data-number-of-reviews="0"]),.product__info-container:has(.fc-pdp__rating) .jdgm-preview-badge{display:none}.fc-collection-banner__inner>.fc-breadcrumb ol{margin:0}@media screen and (min-width:990px){.fc-collection-banner__inner{grid-template-columns:minmax(0,640px) 420px;grid-template-areas:"crumb crumb" "body media";justify-content:space-between;column-gap:48px;row-gap:16px;padding-block:40px;align-items:center}.fc-collection-banner__inner:not(:has(.fc-collection-banner__media)){grid-template-areas:"crumb" "body"}.fc-collection-banner__inner>.fc-breadcrumb{grid-area:crumb}.fc-collection-banner__body{grid-area:body}.fc-collection-banner__media{grid-area:media}}.fc-collection-banner__title{margin:0}.fc-collection-banner__image{width:100%;aspect-ratio:420 / 260;object-fit:cover;border-radius:16px}.fc-collection-banner__text{color:var(--fc-ink-muted);max-width:640px;margin-top:10px}.fc-chips{gap:8px;margin-top:10px}.fc-chip{min-height:38px;padding:7px 13px;border-radius:var(--fc-radius-pill);border-color:var(--fc-line-strong);color:var(--fc-ink);font-weight:500}.fc-chip.is-current{background:var(--fc-charcoal);border-color:var(--fc-charcoal);color:#fff}.facets-vertical .product-count__text,.product-count__text{font-size:var(--fc-text-body);color:var(--fc-ink);font-weight:400}.facet-filters.sorting{border:1px solid var(--fc-line-strong);border-radius:var(--fc-radius-pill);min-height:44px;padding:0 16px;display:inline-flex;align-items:center;gap:4px}.facet-filters__label{margin:0;font-size:var(--fc-text-sm);color:var(--fc-ink)}.facet-filters__sort{font-size:var(--fc-text-sm);font-weight:600;border:0;box-shadow:none}.facets .facet-checkbox__count,.mobile-facets .facet-checkbox__count{display:none}.facets-vertical .facets__summary{font-family:var(--fc-font-body);font-size:var(--fc-text-body);font-weight:500;color:var(--fc-ink);padding-block:16px}.facets-vertical .facets__disclosure-vertical{border-top:1px solid var(--fc-line)}.facets-vertical .facet-checkbox{font-size:var(--fc-text-sm);line-height:var(--fc-lh-sm);padding-block:6px}.fc-price-presets{display:grid;gap:4px;margin:0 0 12px}.fc-price-preset{display:flex;align-items:center;gap:10px;padding-block:6px;font-size:var(--fc-text-sm);color:var(--fc-ink);text-decoration:none}.fc-price-preset:before{content:"";width:18px;height:18px;border:1px solid var(--fc-line-strong);border-radius:4px;background:#fff;flex:0 0 auto}.fc-price-preset.is-active:before{background:var(--fc-charcoal) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center/12px no-repeat;border-color:var(--fc-charcoal)}.facets-vertical .facets__header-vertical,.facets-vertical price-range.facets__price{display:none}@media screen and (min-width:750px){.facets-vertical-form{display:flex;align-items:center;justify-content:space-between;width:100%}.facets-vertical-form .product-count-vertical{order:-1;margin:0}.facets-vertical-sort{padding-block:32px 8px}}.facets-vertical .facets__heading--vertical,#verticalTitle{display:none}@media screen and (min-width:750px){.facets-vertical-sort .facets-vertical-form{justify-content:space-between}}.facets-vertical-sort .product-count__text{font-size:17px;line-height:26px;font-weight:500;color:var(--fc-ink);margin:0}.facets-vertical-sort .facet-filters.sorting{min-height:42px;padding:9px 11px 9px 13px;flex:0 0 auto}.facets-vertical-sort .facet-filters__field{justify-content:flex-start}.facets-vertical-sort .facet-filters__label{margin:0 4px 0 0;font-size:15px;line-height:22px;font-weight:500;color:var(--fc-ink)}.facets-vertical-sort .facet-filters__field .select{position:relative;display:flex;align-items:center;min-width:0;width:auto}.facets-vertical-sort .facet-filters__sort{width:auto;field-sizing:content;height:22px;padding:0 26px 0 0;font-size:15px;line-height:22px;font-weight:500;color:var(--fc-ink);cursor:pointer}.facets-vertical-sort .facet-filters__field .select .svg-wrapper{position:absolute;top:calc(50% - 9px);right:0;width:18px;height:18px;display:flex;align-items:center;justify-content:center;color:var(--fc-ink)}.facets-vertical-sort .facet-filters__field .select .svg-wrapper .icon-caret{width:14px;height:14px}body .facets-vertical .facets-wrapper{padding-right:40px}.product__info-wrapper .product__info-container>div:has(>form.installment),.product__info-wrapper .product__info-container>product-recommendations.complementary-products{margin-top:0}.product__info-container .fc-bullets{gap:8px;margin-bottom:0}.product__info-container .fc-bullets li{align-items:center;gap:10px;font-size:var(--fc-text-body);line-height:var(--fc-lh-body);color:var(--fc-ink)}.product__info-container .fc-bullets .fc-icon{width:18px;height:18px;margin:0}.product__info-container .fc-swatches--image{margin-bottom:0}.product__info-container .fc-swatches__label{margin:0 0 10px;font-weight:500;color:var(--fc-ink);line-height:22px}.product__info-container .fc-swatches__value{font-weight:500}fieldset.product-form__input .fc-option-legend{margin:0 0 10px;padding:0;height:22px;line-height:22px;font-weight:500;color:var(--fc-ink);align-items:center}.product-form__input .fc-option-guide{font-weight:500;color:var(--fc-teal-700)}.product__info-container .fc-note{align-items:center;gap:8px;padding:10px 12px;border-radius:8px;margin-bottom:0;color:var(--fc-ink)}.product__info-container .fc-note .fc-icon{width:16px;height:16px;margin:0}.product__info-container .product-form__submit,.product__info-container .fc-trust{margin-bottom:0}.product__info-container .fc-trust__grid{grid-template-columns:repeat(2,minmax(0,270px));justify-content:space-between;gap:8px 16px}.product__info-container .fc-trust__grid li{align-items:center;gap:8px;line-height:22px}.product__info-container .fc-trust__grid .fc-icon{width:18px;height:18px;margin:0}@media screen and (max-width:749px){.product__info-container .fc-trust__grid{grid-template-columns:minmax(0,1fr)}}.fc-specs{border:0}.fc-specs__row{grid-template-columns:110px 1fr}.fc-specs__row:not(:last-child){padding-bottom:9px}.fc-specs__row>:first-child{font-weight:500}.product__info-container variant-selects fieldset.product-form__input{margin-bottom:0}.product__accordion.accordion summary{padding:16px 0 15px}.product__accordion.accordion .summary__title{align-items:center}.product__accordion.accordion summary .icon-caret{position:static;width:20px;height:20px;flex:0 0 auto;color:var(--fc-ink);transition:transform var(--fc-dur) var(--fc-ease)}.product__accordion.accordion summary{display:flex;align-items:center;justify-content:space-between}.product__accordion.accordion details[open]>summary .icon-caret{transform:rotate(180deg)}.product__accordion.accordion .accordion__content{padding:0;margin:-4px 0 16px;max-width:540px;color:var(--fc-ink-muted)}.fc-clamp-desc{max-height:104px}.fc-related:not(:has(.grid__item)) .fc-section-head{display:none}.fc-related .fc-section-head{margin-bottom:32px;align-items:center}.fc-related .related-products{padding-block:0;min-height:1px}@media screen and (min-width:750px){.fc-problem-grid[data-desktop-limit="4"]>.fc-problem-card:nth-child(n+5){display:none}}@media screen and (max-width:989px){.header{grid-template-areas:"left-icons heading icons" "search search search";row-gap:0;padding-block:10px 10px}.fc-header-search{grid-area:search;margin:10px 0 0}.fc-header-search__form{height:42px;padding-inline:14px;background:var(--fc-media-well)}.fc-header-search__input{font-size:15px}.header__icon--search,.header__search{display:none!important}}@media screen and (max-width:749px){.fc-announce__mobile{padding-block:7px}.fc-hero__inner{display:flex;flex-direction:column;gap:16px;padding-block:24px}.fc-hero__body{display:contents}.fc-hero__body>.fc-overline{order:1;margin:0}.fc-hero__heading{order:2;margin:0}.fc-hero__text{order:3;margin:0}.fc-hero__media{order:4}.fc-hero__actions{order:5;flex-direction:column;gap:10px}.fc-hero__actions .button{width:100%}.fc-hero__media .fc-hero__image{border-radius:16px}.fc-usp-strip .fc-usp{display:grid;grid-template-columns:1fr;gap:10px;padding:16px 0}.fc-usp__item{gap:8px;align-items:center}.fc-usp__icon{width:16px;height:16px;background:none;color:var(--fc-brand-strong)}.fc-usp__icon .fc-icon{width:16px;height:16px}.fc-usp__title{font-size:var(--fc-text-sm);line-height:var(--fc-lh-sm);font-weight:400}.fc-usp__body{display:none}.fc-problems{padding-block:32px}.fc-problem-grid{gap:8px;border:0}.fc-problem-card+.fc-problem-card{border-top:0}.fc-problem-card__link{background:var(--fc-media-well);border-radius:12px;padding:12px 14px;min-height:70px;gap:12px}.fc-problem-card__count{background:var(--fc-teal-50);border-radius:var(--fc-radius-pill);padding:2px 8px;font-size:var(--fc-text-xs)}.fc-problem-card__text{font-size:var(--fc-text-xs);line-height:var(--fc-lh-xs)}.fc-featured{background:var(--fc-sand);padding-block:32px}.fc-categories{padding-block:32px;background:#fff}.fc-category-grid{grid-template-columns:minmax(0,1fr);gap:10px}.fc-category-grid>li{min-width:0}.fc-category-tile__link{height:120px;border-radius:12px}.fc-category-tile__image{width:100%;height:100%;object-fit:cover}.fc-category-tile__body{inset:auto 16px 14px 16px}.fc-category-tile__title{font-size:20px;line-height:26px}}@media screen and (max-width:989px){body .header.header--has-menu,body .header--has-account.header--has-menu:not(.header--mobile-left):not(.header--has-app){grid-template-areas:"left-icons heading icons" "search search search";grid-template-columns:1fr auto 1fr}body .header>.fc-header-search{grid-area:search;width:100%}body .header .header__heading-logo{width:164px}.header-wrapper .header{padding:0 16px 10px;grid-template-rows:50px auto}body .header.header--has-menu,body .header--has-account.header--has-menu:not(.header--mobile-left):not(.header--has-app){grid-template-columns:auto minmax(0,1fr) auto}body .header>.fc-header-search{margin:0}body .header header-drawer{margin:0 0 0 -8px}body .header header-drawer .header__icon--menu .icon{width:24px;height:24px}body .header .header__heading,body .header .header__heading-link{justify-self:start;margin:0;padding:0;line-height:0;text-align:left}body .header .header__heading{margin-inline-start:2px}body .header .header__icons{justify-self:end;padding:0;gap:0}body .header .header__icon--account{margin-inline-end:-4px}body .header .header__icon--account .svg-wrapper,body .header .header__icon--account .fc-icon{width:22px;height:22px}body .header .fc-cart-pill{margin:0 -3px 0 0}}@media screen and (max-width:749px){.fc-problem-card__body{display:grid;grid-template-columns:minmax(0,1fr) auto;column-gap:12px;row-gap:2px;align-items:center;width:100%}.fc-problem-card__title{grid-column:1;grid-row:1}.fc-problem-card__text{grid-column:1;grid-row:2;-webkit-line-clamp:1;min-height:0}.fc-problem-card__foot{grid-column:2;grid-row:1 / span 2}.fc-section-head__link{display:none}.fc-problems .fc-see-all--block{display:inline-flex;margin-top:16px;border:0;padding:0;width:auto;justify-content:flex-start}}.fc-problems__more{display:none}@media screen and (max-width:749px){.fc-problems__more{display:inline-flex;margin-top:16px}}@media screen and (max-width:749px){.fc-hero__actions{align-items:stretch;width:100%}.fc-hero__actions .button{width:100%;max-width:none}}@media screen and (max-width:749px){.fc-section-head{margin-bottom:16px}.fc-section-head>div{gap:16px}.fc-section-head__overline{margin:0}main:has(>.shopify-section>.fc-hero){display:flex;flex-direction:column}main>.shopify-section:has(>.fc-categories){order:1}main>.shopify-section:has(>.fc-why),main>.shopify-section:has(>.fc-reviews),main>.shopify-section:has(>.fc-newsletter-wrap),main>.shopify-section:has(>.fc-help){order:2}.fc-hero__body>.fc-overline{text-align:left;align-self:flex-start}.fc-hero__actions{gap:16px}.fc-problems{padding-block:32px}.fc-problem-card__media{display:none}.fc-problem-card__link{display:flex;align-items:center;padding:12px 14px;min-height:70px;box-sizing:border-box;background:var(--fc-media-well);border-radius:12px}.fc-problem-card__body{padding:0;gap:2px 12px}.fc-problem-card__title{font-family:var(--fc-font-body);font-size:var(--fc-text-body);line-height:var(--fc-lh-body);font-weight:500;letter-spacing:0;color:var(--fc-ink)}.fc-problem-card__text{font-size:var(--fc-text-xs);line-height:var(--fc-lh-xs);color:var(--fc-ink-muted)}.fc-problem-card__foot{display:flex;align-items:center;gap:12px;padding:0;margin:0}.fc-problem-card__cta{display:none}.fc-problem-card__count{display:inline-flex;padding:2px 8px;border-radius:var(--fc-radius-pill);background:var(--fc-teal-50);color:var(--fc-teal-700);font-size:var(--fc-text-xs);line-height:var(--fc-lh-xs);white-space:nowrap}.fc-problem-card__chevron{display:inline-flex;width:16px;height:16px;align-items:center;justify-content:center;color:var(--fc-ink);transform:none}.fc-problem-card__chevron .fc-icon{width:16px;height:16px}.fc-problems__more{margin-top:16px;font-family:var(--fc-font-body);font-weight:500;font-size:var(--fc-text-sm);line-height:var(--fc-lh-sm);color:var(--fc-teal-700)}.fc-featured{padding-block:32px}.fc-featured__chips{display:flex;flex-wrap:wrap;gap:6px;margin:0 0 16px;padding:0}.fc-chip.fc-chip--sm{min-height:30px;padding:5px 11px;font-size:var(--fc-text-xs);line-height:var(--fc-lh-xs);font-weight:400;border-color:var(--fc-line);background:#fff}.fc-chip.fc-chip--sm.is-current{background:var(--fc-charcoal);border-color:var(--fc-charcoal);color:#fff}.fc-featured .fc-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.fc-featured__more{display:flex;width:100%;min-height:44px;margin-top:16px;border-radius:var(--fc-radius-pill)}.fc-bundles{padding-block:0}.fc-bundle-band{background:var(--fc-teal-700);color:#fff}.fc-bundle-band__inner{display:flex;flex-direction:column;gap:12px;padding-block:32px}.fc-bundle-band__overline{margin:0;color:#fff}.fc-bundle-band__heading{margin:0;color:#fff;font-size:var(--fc-text-h2);line-height:var(--fc-lh-h2)}.fc-bundle-band__text{margin:0;color:#fff;font-size:var(--fc-text-body);line-height:var(--fc-lh-body)}.fc-bundle-band__media{display:block;height:200px;border-radius:12px;background:#fff;overflow:hidden}.fc-bundle-band__image{width:100%;height:100%;object-fit:contain}.fc-bundle-band__price{display:flex;align-items:baseline;gap:10px;margin:0}.fc-bundle-band__price-now{font-family:var(--fc-font-heading);font-weight:700;font-size:var(--fc-text-price);line-height:var(--fc-lh-price);color:#fff}.fc-bundle-band__price-was{font-size:var(--fc-text-body);line-height:var(--fc-lh-body);color:#fff;opacity:.85}.fc-bundle-band__button{display:flex;width:100%;min-height:52px;border-radius:var(--fc-radius-pill)}.fc-category-grid>li{order:var(--fc-m-order, 0)}.fc-category-tile__link{background:var(--fc-media-well)}.fc-category-tile__body{inset:16px 16px auto 16px;gap:2px}.fc-category-tile__title{font-size:18px;line-height:24px;font-weight:600}.fc-category-tile__text{font-size:var(--fc-text-xs);line-height:var(--fc-lh-xs)}.fc-category-tile__arrow{position:absolute;z-index:2;left:16px;bottom:16px;display:flex;color:#fff}.fc-category-tile__arrow .fc-icon{width:18px;height:18px}.fc-category-tile__link:after{background:linear-gradient(90deg,#181b1d9e,#181b1d40 60%,#181b1d00)}.fc-help__inner{display:flex;flex-direction:column;gap:12px;padding-block:32px}.fc-help__heading{margin:0;font-family:var(--fc-font-heading);font-weight:600;font-size:22px;line-height:26px;letter-spacing:0}.fc-help__text{margin:0;color:var(--fc-ink-muted);font-size:var(--fc-text-body);line-height:var(--fc-lh-body)}.fc-help__button{display:flex;width:100%;min-height:44px;border-radius:var(--fc-radius-pill)}}@media screen and (max-width:749px){.fc-featured .fc-card__overline{letter-spacing:.04em}.fc-card__overline{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.fc-card__brand,.fc-card__sizes{display:none}.fc-card .fc-swatch-dot{width:12px;height:12px}.fc-card .fc-swatch-dot--desktop{display:none}.fc-card__meta{min-height:20px}footer.footer{padding-top:0}.footer .footer__content-top{padding-top:32px;padding-bottom:24px}.fc-footer__logo{display:block;margin-bottom:20px}.fc-footer__logo img{width:164px;height:auto;display:block}.footer .footer__blocks-wrapper{row-gap:20px}.footer .footer-block{margin:0}.fc-footer__company{margin:20px 0 0;color:#ffffffb8;font-size:var(--fc-text-xs);line-height:var(--fc-lh-xs)}.footer .footer__content-top.page-width,.footer .footer__content-bottom .page-width,.footer .footer__content-bottom-wrapper{padding-inline:16px}.footer .footer__blocks-wrapper{margin:0}}@media screen and (max-width:989px){body:not(.template-index) .header>.fc-header-search{display:none}body:not(.template-index) .header-wrapper .header{grid-template-rows:50px;padding-bottom:0}body:not(.template-index) .header.header--has-menu,body:not(.template-index) .header--has-account.header--has-menu:not(.header--mobile-left):not(.header--has-app){grid-template-areas:"left-icons heading icons"}body:not(.template-index) .header__icons .header__search{display:inline-flex!important;margin:0 -1px 0 0}body:not(.template-index) .header__icons .header__search .header__icon--search{display:flex!important;width:40px;height:40px}body:not(.template-index) .header__icons .header__search .icon{width:22px;height:22px}}@media screen and (max-width:749px){.fc-breadcrumb ol{gap:6px;margin:0}.fc-breadcrumb li{gap:6px;font-size:var(--fc-text-xs);line-height:var(--fc-lh-xs)}.fc-section:has(>.fc-breadcrumb),.shopify-section:has(>nav.fc-breadcrumb){padding-top:12px!important}.product__media-wrapper slider-component.slider-mobile-gutter:not(.thumbnail-slider){margin-inline:-16px;padding:0}.product__media-wrapper .thumbnail-slider{margin-inline:0!important;padding:0!important}.product__media-wrapper .thumbnail-slider .thumbnail-list.slider{padding:0!important;margin:0!important;scroll-padding-left:0}.thumbnail-slider .slider-button{display:none}product-info[id^=MainProduct-]{padding-top:0!important}.product__media-wrapper .product__media-list .product__media-item{padding:0!important;height:390px;max-height:100vw;overflow:hidden}.product__media-wrapper .product__media-list .product__media-item .product-media-container{border:0}.product__media-wrapper ul.product__media-list.slider{margin:0!important;padding:0!important;gap:0;scroll-padding-left:0}.product__media-wrapper .product__media-list .product__media-item .product-media-container{height:390px;max-height:100vw}.product__media-wrapper .product__media-list .product__media-item{width:100%;margin:0;border-radius:0}.product__media-wrapper .product__media-item .product-media-container{aspect-ratio:1}.product__media-wrapper .product-media-container .media{padding-top:100%!important}.product__media-wrapper .product__media-item .product__media img{padding:20px;box-sizing:border-box}.product__media-wrapper .product__media-icon,.product__media-wrapper .slider-buttons{display:none}.fc-pdp__badge{inset-block-start:16px;inset-inline-start:0}.product__media-wrapper .thumbnail-slider{margin-top:12px}.product__media-wrapper .thumbnail-slider .thumbnail-list.slider{padding:2px!important;gap:8px}.product__media-wrapper .thumbnail-slider .thumbnail{border-radius:8px;box-shadow:inset 0 0 0 1px var(--fc-line)}.product__media-wrapper .thumbnail-slider .thumbnail[aria-current]{box-shadow:inset 0 0 0 1.5px var(--fc-brand-strong)}.product__info-wrapper{padding-top:16px}.product__info-container>*{margin-block:16px 0}.product__info-container>:first-child{margin-top:0}.product__info-container>.product__title,.product__info-container>[id^=price-]{margin-top:10px}.product__info-container>.fc-pdp__price-note{margin:10px 0 0 10px;align-self:center}.product__info-container>.fc-pdp__summary{margin-top:10px}.product__info-container>.product-form__quantity{display:none}.product__info-container>.product-form__quantity+*{flex:0 0 100%;margin-top:16px}.product__info-container .fc-pdp__price-note{font-size:var(--fc-text-xs);line-height:var(--fc-lh-xs)}.fc-related .grid__item:nth-child(n+3){display:none}}@media screen and (max-width:749px){.product__info-wrapper .product__info-container{display:flex;flex-wrap:wrap;align-items:flex-start}.product__info-container>*{flex:0 0 100%;max-width:100%;min-width:0}.product__info-container>[id^=price-]{flex:0 0 auto}.product__info-container>.fc-pdp__price-note{flex:1 1 0}.product__info-container>.fc-benefits-accordion{order:1;margin-top:16px}.product__info-container>.product__accordion:not(.fc-benefits-accordion),.product__info-container>.product__accordion:not(.fc-benefits-accordion)~*{order:2}.product__info-container>.product__accordion:not(.fc-benefits-accordion){margin-top:0}.fc-bullets--compact{gap:8px;margin:0}.fc-bullets--compact li{font-size:var(--fc-text-sm);line-height:var(--fc-lh-sm);color:var(--fc-ink-muted);gap:8px}.fc-bullets--compact .fc-icon{width:16px;height:16px}}@media screen and (max-width:749px){.fc-collection-banner__media{display:none}.fc-collection-banner__inner{display:flex;flex-direction:column;align-items:stretch;gap:10px;padding-block:16px 20px}.fc-collection-banner__body{min-width:0;width:100%}.fc-collection-banner__inner>.fc-breadcrumb ol{margin:0}.fc-collection-banner__title{font-size:34px;line-height:38px;letter-spacing:-.02em}.fc-collection-banner__text{margin-top:10px;font-size:var(--fc-text-sm);line-height:var(--fc-lh-sm)}.fc-chips{flex-wrap:nowrap;overflow-x:auto;gap:6px;margin:10px -16px 0;padding:0 16px;scrollbar-width:none}.fc-chips::-webkit-scrollbar{display:none}.fc-chips>li{flex:0 0 auto}.fc-chip{min-height:32px;padding:6px 11px;font-size:var(--fc-text-xs);line-height:var(--fc-lh-xs);white-space:nowrap}.collection .facets-vertical,div[class*=__product-grid-padding]{position:relative}.facets-vertical .facets-wrapper{padding:0}.facets-vertical .facets-container{display:block;padding:0}body .facets-vertical .facets-wrapper{padding-right:0;width:100%}menu-drawer.mobile-facets__wrapper{margin:0 -16px!important;padding:12px 16px;border-bottom:1px solid var(--fc-line);width:auto}.mobile-facets__wrapper .mobile-facets__disclosure{margin:0}.mobile-facets__open{min-height:38px;padding:7px 11px;gap:6px;border:1px solid var(--fc-line-strong);border-radius:var(--fc-radius-pill);background:#fff;color:var(--fc-ink)}.mobile-facets__open .icon-filter{width:16px;height:16px}.mobile-facets__open-label{font-family:var(--fc-font-body);font-size:var(--fc-text-sm);line-height:var(--fc-lh-sm);font-weight:500;letter-spacing:0;text-decoration:none;color:var(--fc-ink)}.facets-container>.product-count{margin:0;padding:12px 0 0;text-align:left}.facets-container>.product-count .product-count__text{font-size:var(--fc-text-xs);line-height:var(--fc-lh-xs);color:var(--fc-ink-muted);margin:0}facet-filters-form.facets-vertical-sort.small-hide{display:block!important;position:absolute;z-index:2;top:20px;right:16px;padding:0!important;width:auto}.facets-vertical-sort .facets-vertical-form{display:block;width:auto}.facets-vertical-sort .product-count-vertical,.facets-vertical-sort .facet-filters__label{display:none}.facets-vertical-sort .facet-filters.sorting{border:0;padding:0;min-height:0}.facets-vertical-sort .facet-filters__sort{font-weight:400;padding-right:22px}.facets-vertical-sort .facet-filters__field .select .svg-wrapper{width:16px;height:16px;top:calc(50% - 8px)}.product-grid-container{padding-top:8px}}@media screen and (max-width:749px){.fc-size-band{padding-block:24px}.fc-size-band__inner{gap:12px;align-items:stretch}.fc-size-band__lead{display:grid;grid-template-columns:40px minmax(0,1fr);column-gap:12px;row-gap:12px;align-items:center}.fc-size-band__icon{width:40px;height:40px;flex-basis:40px}.fc-size-band__icon .fc-icon{width:20px;height:20px}.fc-size-band__body{display:contents}.fc-size-band__heading{grid-column:2;font-size:var(--fc-text-h4);line-height:var(--fc-lh-h4)}.fc-size-band__text{grid-column:1 / -1}.fc-size-band__button{display:flex;width:100%;justify-content:center}.fc-collection-text{padding-block:24px 32px}.fc-collection-text__heading{font-size:22px;line-height:26px;margin-bottom:8px}.fc-collection-text__body,.fc-collection-text__body p{font-size:var(--fc-text-sm);line-height:var(--fc-lh-sm)}.fc-clamp-mobile{position:relative;max-height:110px;overflow:hidden}.fc-clamp-mobile:after{content:"";position:absolute;inset:auto 0 0 0;height:44px;background:linear-gradient(#fff0,#fff)}.fc-clamp-mobile.is-open{max-height:none}.fc-clamp-mobile.is-open:after{display:none}}.product__media-wrapper media-gallery{display:block}.product__media-wrapper [id^=GalleryViewer-]{position:relative}.fc-gallery-counter{display:none}@media screen and (min-width:750px){.product__media-wrapper .thumbnail-slider{position:relative;gap:0}.product__media-wrapper .thumbnail-slider .slider-button{position:absolute;top:50%;z-index:2;margin:0;width:36px;height:36px;min-width:36px;border-radius:50%;background:var(--fc-white);color:var(--fc-charcoal);box-shadow:inset 0 0 0 1px var(--fc-line-strong),var(--fc-shadow-md);transform:translateY(-50%);opacity:1;transition:opacity var(--fc-dur) var(--fc-ease),box-shadow var(--fc-dur) var(--fc-ease)}.product__media-wrapper .thumbnail-slider .slider-button--prev{left:4px}.product__media-wrapper .thumbnail-slider .slider-button--next{right:4px}.product__media-wrapper .thumbnail-slider .slider-button .icon{width:10px;height:10px;color:var(--fc-charcoal)}.product__media-wrapper .thumbnail-slider .slider-button:not([disabled]):hover{box-shadow:inset 0 0 0 1px var(--fc-ink-subtle),var(--fc-shadow-lg)}.product__media-wrapper .thumbnail-slider .slider-button:focus-visible{outline:2px solid var(--fc-brand-strong);outline-offset:2px}.product__media-wrapper .thumbnail-slider .slider-button[disabled]{opacity:0;pointer-events:none}}@media screen and (max-width:749px){.product__media-wrapper media-gallery{margin-inline:-16px;padding-bottom:12px;background:var(--fc-media-well)}.product__media-wrapper slider-component.slider-mobile-gutter:not(.thumbnail-slider){margin-inline:0}.product__media-wrapper .thumbnail-slider{margin:12px 0 0!important;padding:0!important}.product__media-wrapper .thumbnail-slider .thumbnail-list.slider{padding:2px 16px!important;margin:0!important;gap:8px;scroll-padding-left:16px}.product__media-wrapper .thumbnail-slider .thumbnail-list__item,.product__media-wrapper .thumbnail-slider .thumbnail-list__item.slider__slide{flex:0 0 60px;width:60px!important}.product__media-wrapper .thumbnail-slider .thumbnail{background:var(--fc-white);box-shadow:inset 0 0 0 1px var(--fc-line)}.product__media-wrapper .thumbnail-slider .thumbnail[aria-current]{box-shadow:inset 0 0 0 1.5px var(--fc-brand-strong)}.fc-gallery-counter{display:inline-flex;position:absolute;right:12px;bottom:12px;z-index:2;padding:3px 9px;border-radius:var(--fc-radius-pill);background:#181b1db3;color:var(--fc-white);font-family:var(--fc-font-body);font-size:12px;line-height:16px;font-weight:600;letter-spacing:.02em;font-variant-numeric:tabular-nums;pointer-events:none;white-space:pre}.fc-gallery-counter[hidden]{display:none}}.product__media-wrapper .product-media-container,.product__media-wrapper .product-media-container.global-media-settings{background:var(--fc-media-well)!important;border:0;box-shadow:none}.product__media-wrapper .product__media{isolation:isolate;background:var(--fc-media-well)}.product__media-wrapper .product__media img{mix-blend-mode:multiply}@media screen and (min-width:750px){.fc-problem-card--over-limit{display:none}}.fc-problems--same .fc-problem-card--over-limit{display:none}@media screen and (max-width:749px){.fc-section-head{gap:12px}.fc-section-head>div{gap:8px}.fc-section-head__overline{margin:0 0 8px}.fc-problems--same .fc-section-head__link,.fc-featured:not(:has(.fc-featured__more)) .fc-section-head__link,.fc-categories .fc-section-head__link,.fc-bundles--same .fc-section-head__link,.fc-reviews .fc-section-head__link{display:inline-flex;min-height:0;padding:0;margin:0;border-radius:0;background:none;font-size:var(--fc-text-btn)}.fc-problems--same .fc-section-head__link:hover,.fc-featured:not(:has(.fc-featured__more)) .fc-section-head__link:hover,.fc-categories .fc-section-head__link:hover,.fc-bundles--same .fc-section-head__link:hover,.fc-reviews .fc-section-head__link:hover{background:none;text-decoration:underline;text-underline-offset:3px}main:has(.fc-bundles--same)>.shopify-section:has(>.fc-categories),main:has(.fc-bundles--same)>.shopify-section:has(>.fc-why),main:has(.fc-bundles--same)>.shopify-section:has(>.fc-reviews),main:has(.fc-bundles--same)>.shopify-section:has(>.fc-newsletter-wrap),main:has(.fc-bundles--same)>.shopify-section:has(>.fc-help){order:0}.fc-usp-strip .fc-usp:has(.fc-usp__item--full){grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 12px;padding:20px 0}.fc-usp__item--full{align-items:flex-start;gap:10px}.fc-usp__item--full .fc-usp__icon{width:32px;height:32px;border-radius:50%;background:var(--fc-teal-50);color:var(--fc-brand-strong)}.fc-usp__item--full .fc-usp__icon .fc-icon{width:16px;height:16px}.fc-usp__item--full .fc-usp__body-wrap{gap:2px;min-width:0}.fc-usp__item--full .fc-usp__title{font-size:var(--fc-text-body);line-height:var(--fc-lh-body);font-weight:500}.fc-usp__item--full .fc-usp__body{display:block;font-size:var(--fc-text-xs);line-height:var(--fc-lh-xs);color:var(--fc-ink-muted)}.fc-problems--same .fc-problem-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;border:0}.fc-problems--same .fc-problem-card+.fc-problem-card{border-top:0}.fc-problems--same .fc-problem-card__link{display:flex;flex-direction:column;align-items:stretch;gap:0;padding:0;min-height:0;background:var(--fc-sand);border:0;border-radius:12px;overflow:hidden}.fc-problems--same .fc-problem-card__media{display:grid;height:auto;aspect-ratio:4 / 3;background:var(--fc-sand-deep)}.fc-problems--same .fc-problem-card__image{object-fit:contain}.fc-problems--same .fc-problem-card__body{display:flex;flex-direction:column;gap:4px;padding:12px;width:auto;flex:1 1 auto}.fc-problems--same .fc-problem-card__title{font-family:var(--fc-font-heading);font-weight:700;font-size:17px;line-height:22px;letter-spacing:var(--fc-tracking-heading);grid-column:auto;grid-row:auto}.fc-problems--same .fc-problem-card__text{-webkit-line-clamp:2;font-size:var(--fc-text-xs);line-height:var(--fc-lh-xs);min-height:0;grid-column:auto;grid-row:auto}.fc-problems--same .fc-problem-card__foot{display:block;margin-top:auto;padding:6px 0 0;grid-column:auto;grid-row:auto;line-height:20px}.fc-problems--same .fc-problem-card__cta{display:inline-flex;font-size:var(--fc-text-sm)}.fc-problems--same .fc-problem-card__count,.fc-problems--same .fc-problem-card__chevron{display:none}.fc-bundles.fc-bundles--same{padding-block:32px}.fc-bundles--same .fc-bundle-grid{gap:12px}.fc-bundles--same .fc-bundle-card{padding:12px;gap:12px}.fc-bundles--same .fc-bundle-card__media{width:96px;height:96px;flex:0 0 96px}.fc-reviews .fc-review-grid{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;margin-inline:-16px;padding:0 16px 4px;scroll-padding-inline:16px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.fc-reviews .fc-review-grid::-webkit-scrollbar{display:none}.fc-review{flex:0 0 80%;max-width:320px;min-width:0;display:flex;scroll-snap-align:start}.fc-review__inner{height:auto;width:100%}.fc-review__quote{display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden;flex:0 0 auto}.fc-review__meta{margin-top:auto}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/fodcenter-sections.css.map */
