:root{--ff-white: #ffffff;--ff-off-white: #f8f8f8;--ff-light-gray: #f2f2f2;--ff-border: #e5e5e5;--ff-mid-gray: #999999;--ff-dark-gray: #555555;--ff-charcoal: #1a1a1a;--ff-black: #0d0d0d;--ff-accent: #c9a96e;--ff-accent-hover: #b8943d;--ff-success: #2e7d32;--ff-sale: #c62828;--ff-font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--ff-font-heading: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--ff-text-xs: .75rem;--ff-text-sm: .875rem;--ff-text-base: 1rem;--ff-text-lg: 1.125rem;--ff-text-xl: 1.25rem;--ff-text-2xl: 1.5rem;--ff-text-3xl: 2rem;--ff-text-4xl: 2.5rem;--ff-text-5xl: 3.25rem;--ff-weight-normal: 400;--ff-weight-medium: 500;--ff-weight-semibold: 600;--ff-weight-bold: 700;--ff-space-xs: .25rem;--ff-space-sm: .5rem;--ff-space-md: 1rem;--ff-space-lg: 1.5rem;--ff-space-xl: 2rem;--ff-space-2xl: 3rem;--ff-space-3xl: 4rem;--ff-space-4xl: 6rem;--ff-space-5xl: 8rem;--ff-max-width: 1200px;--ff-max-width-narrow: 800px;--ff-gutter: 1.5rem;--ff-section-spacing: 5rem;--ff-radius-sm: 4px;--ff-radius-md: 6px;--ff-radius-lg: 8px;--ff-radius-full: 9999px;--ff-shadow-sm: 0 1px 3px rgba(0, 0, 0, .06);--ff-shadow-md: 0 4px 12px rgba(0, 0, 0, .08);--ff-shadow-lg: 0 8px 30px rgba(0, 0, 0, .1);--ff-shadow-hover: 0 8px 25px rgba(0, 0, 0, .12);--ff-transition-fast: .15s ease;--ff-transition-base: .25s ease;--ff-transition-slow: .4s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}body{font-family:var(--ff-font-body);font-size:var(--ff-text-base);font-weight:var(--ff-weight-normal);line-height:1.6;color:var(--ff-charcoal);background-color:var(--ff-white);overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}ul,ol{list-style:none}input,textarea,select{font-family:inherit;font-size:inherit}h1,h2,h3,h4,h5,h6{font-family:var(--ff-font-heading);font-weight:var(--ff-weight-semibold);line-height:1.2;color:var(--ff-charcoal);letter-spacing:-.02em}h1{font-size:var(--ff-text-5xl)}h2{font-size:var(--ff-text-3xl)}h3{font-size:var(--ff-text-xl)}h4{font-size:var(--ff-text-lg)}p{color:var(--ff-dark-gray);line-height:1.7}.ff-label{font-size:var(--ff-text-xs);font-weight:var(--ff-weight-semibold);letter-spacing:.12em;text-transform:uppercase;color:var(--ff-mid-gray)}.ff-container{width:100%;max-width:var(--ff-max-width);margin:0 auto;padding:0 var(--ff-gutter)}.ff-container--narrow{max-width:var(--ff-max-width-narrow)}.ff-section{padding:var(--ff-section-spacing) 0}.ff-section--sm{padding:var(--ff-space-3xl) 0}.ff-section--no-top{padding-top:0}.ff-section--gray{background-color:var(--ff-off-white)}.ff-section__header{text-align:center;margin-bottom:var(--ff-space-3xl)}.ff-section__header h2{margin-bottom:var(--ff-space-sm)}.ff-section__header p{max-width:550px;margin:0 auto;font-size:var(--ff-text-base)}.ff-grid{display:grid;gap:var(--ff-gutter)}.ff-grid--2{grid-template-columns:repeat(2,1fr)}.ff-grid--3{grid-template-columns:repeat(3,1fr)}.ff-grid--4{grid-template-columns:repeat(4,1fr)}@media(max-width:768px){:root{--ff-text-5xl: 2rem;--ff-text-3xl: 1.5rem;--ff-section-spacing: 3rem;--ff-gutter: 1rem}.ff-grid--3,.ff-grid--4{grid-template-columns:repeat(2,1fr)}.ff-grid--2{grid-template-columns:1fr}}@media(max-width:480px){.ff-grid--3,.ff-grid--4{grid-template-columns:1fr}}.ff-btn{display:inline-flex;align-items:center;justify-content:center;font-family:var(--ff-font-body);font-size:var(--ff-text-sm);font-weight:var(--ff-weight-semibold);letter-spacing:.04em;padding:.875rem 2rem;border-radius:var(--ff-radius-sm);transition:all var(--ff-transition-base);text-transform:uppercase;min-height:48px;gap:.5rem}.ff-btn--primary{background-color:var(--ff-charcoal);color:var(--ff-white)}.ff-btn--primary:hover{background-color:var(--ff-black);box-shadow:var(--ff-shadow-md)}.ff-btn--secondary{background-color:var(--ff-white);color:var(--ff-charcoal);border:1.5px solid var(--ff-charcoal)}.ff-btn--secondary:hover{background-color:var(--ff-charcoal);color:var(--ff-white)}.ff-btn--accent{background-color:var(--ff-accent);color:var(--ff-white)}.ff-btn--accent:hover{background-color:var(--ff-accent-hover)}.ff-btn--full{width:100%}.ff-btn--lg{padding:1rem 2.5rem;font-size:var(--ff-text-base)}.ff-product-card{position:relative;background:var(--ff-white);border-radius:var(--ff-radius-md);overflow:hidden;transition:box-shadow var(--ff-transition-base)}.ff-product-card:hover{box-shadow:var(--ff-shadow-hover)}.ff-product-card__image-wrap{position:relative;aspect-ratio:1 / 1;overflow:hidden;background:var(--ff-light-gray)}.ff-product-card__image{width:100%;height:100%;object-fit:cover;transition:transform var(--ff-transition-slow)}.ff-product-card:hover .ff-product-card__image{transform:scale(1.04)}.ff-product-card__badge{position:absolute;top:.75rem;left:.75rem;background:var(--ff-sale);color:var(--ff-white);font-size:var(--ff-text-xs);font-weight:var(--ff-weight-semibold);padding:.25rem .625rem;border-radius:var(--ff-radius-sm);letter-spacing:.04em;text-transform:uppercase;z-index:2}.ff-product-card__quick-add{position:absolute;bottom:0;left:0;right:0;background:#1a1a1ae6;color:var(--ff-white);font-size:var(--ff-text-sm);font-weight:var(--ff-weight-semibold);letter-spacing:.04em;text-transform:uppercase;padding:.75rem;text-align:center;transform:translateY(100%);transition:transform var(--ff-transition-base);z-index:2;cursor:pointer;border:none;width:100%}.ff-product-card:hover .ff-product-card__quick-add{transform:translateY(0)}.ff-product-card__info{padding:1rem .25rem}.ff-product-card__title{font-size:var(--ff-text-sm);font-weight:var(--ff-weight-medium);color:var(--ff-charcoal);margin-bottom:.25rem;line-height:1.4}.ff-product-card__title a:hover{color:var(--ff-accent)}.ff-product-card__price{font-size:var(--ff-text-sm);font-weight:var(--ff-weight-semibold);color:var(--ff-charcoal)}.ff-product-card__price--compare{font-weight:var(--ff-weight-normal);color:var(--ff-mid-gray);text-decoration:line-through;margin-left:.5rem;font-size:var(--ff-text-xs)}::-webkit-scrollbar{height:4px;width:6px}::-webkit-scrollbar-track{background:var(--ff-light-gray)}::-webkit-scrollbar-thumb{background:var(--ff-border);border-radius:var(--ff-radius-full)}.ff-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.ff-text-center{text-align:center}.ff-text-left{text-align:left}.ff-visually-hidden{clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}*:focus-visible{outline:2px solid var(--ff-charcoal);outline-offset:2px;border-radius:var(--ff-radius-sm)}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--ff-charcoal);outline-offset:2px}:focus:not(:focus-visible){outline:none}.ff-header__action-btn,.ff-header__menu-toggle,.ff-collection__pagination a,.ff-collection__pagination span{min-width:48px;min-height:48px;display:inline-flex;align-items:center;justify-content:center}.ff-collection__filter-btn{min-height:48px;display:inline-flex;align-items:center}.ff-product-card__quick-add{min-height:48px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.ff-breadcrumbs{max-width:var(--ff-max-width);margin:0 auto;padding:1rem var(--ff-gutter) 0}.ff-breadcrumbs__list{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem;list-style:none;padding:0;margin:0;font-size:.8125rem;color:var(--ff-mid-gray)}.ff-breadcrumbs__item a{color:var(--ff-mid-gray);text-decoration:none;transition:color var(--ff-transition-fast)}.ff-breadcrumbs__item a:hover{color:var(--ff-charcoal)}.ff-breadcrumbs__item+.ff-breadcrumbs__item:before{content:"/";margin-right:.25rem;color:var(--ff-border)}.ff-breadcrumbs__item:last-child{color:var(--ff-charcoal);font-weight:500}
/*# sourceMappingURL=/cdn/shop/t/13/assets/ff-global.css.map */
