/*
 * @copyright 2026 Fortee Custom Apparel Inc. All rights reserved.
 * @license PROPRIETARY - Unauthorized copying, modification, or distribution
 *          of this file is strictly prohibited.
 *
 * fortee-home.css — shared styles for the homepage section family
 *   .flh-* prefix (Fortee Landing Homepage). Distinct from
 *   .flb-* (bundle landing) and .ftb2-* (2-step builder).
 *
 * Loaded once per page. Each fortee-home-* section emits its own
 * scoped overrides via #shopify-section-{{ section.id }} for
 * per-instance settings (padding, color, etc.).
 */:root{--flh-ink: var(--fortee-graphite);--flh-ink-soft: var(--fortee-graphite);--flh-ink-dim: var(--fortee-text-muted);--flh-blue: var(--fortee-blue);--flh-blue-dark: var(--fortee-blue-hover);--flh-blue-soft: var(--fortee-surface-accent);--flh-bg-alt: var(--fortee-surface-sunken);--flh-rule: var(--fortee-border);--flh-save: var(--fortee-success);--flh-night: var(--fortee-graphite);--flh-night-2: var(--fortee-graphite)}.flh-root,.flh-root *{box-sizing:border-box}.flh-root{font-family:var(--fortee-font-body);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;color:var(--flh-ink)}.flh-root img{max-width:100%;display:block}.flh-root a{color:inherit;text-decoration:none}.flh-root button{font-family:inherit;cursor:pointer}.flh-blue{color:var(--flh-blue)}.flh-eyebrow{font-family:var(--fortee-font-display);font-weight:800;letter-spacing:.18em;text-transform:uppercase;font-size:12px;color:var(--flh-blue)}.flh-wrap{max-width:var(--fortee-page-max, 1440px);margin:0 auto;padding:0 32px}@media(max-width:720px){.flh-wrap{padding:0 18px}}.flh-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 30px;font-family:var(--fortee-font-display);font-weight:800;font-size:13px;letter-spacing:.14em;text-transform:uppercase;border-radius:var(--fortee-radius-pill);border:0;transition:transform .15s ease,background .15s ease,color .15s ease;cursor:pointer;text-decoration:none}.flh-btn:hover{transform:translateY(-1px)}.flh-btn-blue{background:var(--flh-blue);color:var(--fortee-paper)}.flh-btn-blue:hover{background:var(--flh-blue-dark);color:var(--fortee-paper)}.flh-btn-black{background:var(--flh-ink);color:var(--fortee-paper)}.flh-btn-black:hover{background:var(--flh-blue);color:var(--fortee-paper)}.flh-btn-white{background:var(--fortee-paper);color:var(--flh-ink)}.flh-btn-white:hover{background:var(--flh-blue);color:var(--fortee-paper)}.flh-btn-full{width:100%}.flh-root .flh-btn-white{color:var(--flh-ink)}.flh-root .flh-btn-blue,.flh-root .flh-btn-black{color:var(--fortee-paper)}.flh-section{padding:96px 0}.flh-section--alt{background:var(--flh-bg-alt);color:var(--flh-ink)}.flh-section-head{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:48px}.flh-section-head .flh-eyebrow{margin-bottom:14px}.flh-section-head h2{font-family:var(--fortee-font-display);font-size:clamp(40px,5.2vw,72px);margin:0;text-transform:uppercase;line-height:.95;letter-spacing:-.015em}.flh-section-head p{margin:18px 0 0;max-width:600px;color:var(--flh-ink-dim);line-height:1.6;font-size:16px}.flh-tabs{display:flex;justify-content:center;gap:6px;flex-wrap:wrap;margin-bottom:48px;border-bottom:1px solid var(--flh-rule)}.flh-tab{padding:18px 24px;font-family:var(--fortee-font-display);font-weight:800;letter-spacing:.16em;text-transform:uppercase;font-size:13px;color:var(--flh-ink-dim);background:none;border:0;border-bottom:3px solid transparent;margin-bottom:-1px;transition:all .15s ease}.flh-tab:hover{color:var(--flh-ink)}.flh-tab.is-active{color:var(--flh-ink);border-bottom-color:var(--flh-blue)}.flh-product-grid{display:none;grid-template-columns:repeat(4,1fr);gap:20px}.flh-product-grid.is-active{display:grid}@media(max-width:1000px){.flh-product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.flh-product-grid{grid-template-columns:repeat(2,1fr);gap:12px}}.flh-product-card{background:var(--fortee-paper);border:1px solid var(--flh-rule);border-radius:var(--fortee-radius-lg);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;position:relative;display:flex;flex-direction:column}.flh-product-card:hover{transform:translateY(-4px);box-shadow:var(--fortee-elevation-1)}.flh-product-card>a{display:block;width:100%}.flh-product-img{width:100%;background:var(--fortee-surface-sunken);background-size:cover;background-position:center;position:relative;overflow:hidden}.flh-product-img:before{content:"";display:block;padding-top:100%}.flh-product-img img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.flh-product-badge{position:absolute;top:14px;left:14px;background:var(--flh-ink);color:var(--fortee-paper);font-family:var(--fortee-font-display);font-weight:900;font-size:var(--fortee-text-2xs);letter-spacing:.16em;text-transform:uppercase;padding:6px 11px;border-radius:var(--fortee-radius-md);z-index:2}.flh-product-badge--new{background:var(--flh-blue)}.flh-product-info{padding:20px 22px 22px;display:flex;flex-direction:column;flex:1}.flh-product-tag{font-family:var(--fortee-font-display);font-weight:600;letter-spacing:.04em;font-size:12px;color:var(--flh-ink-dim);margin-bottom:6px}.flh-product-name{font-family:var(--fortee-font-display);font-weight:800;font-size:18px;letter-spacing:-.005em;margin:0 0 10px;line-height:1.15;color:var(--flh-ink)}.flh-product-price-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:6px}.flh-price{font-family:var(--fortee-font-display);font-weight:900;font-size:18px;color:var(--flh-ink)}.flh-price-old{font-family:var(--fortee-font-display);font-weight:600;font-size:14px;color:var(--flh-ink-dim);text-decoration:line-through}.flh-price-save{background:var(--flh-save);color:var(--fortee-paper);font-family:var(--fortee-font-display);font-weight:800;font-size:var(--fortee-text-2xs);letter-spacing:.06em;padding:4px 8px;border-radius:var(--fortee-radius-md)}.flh-product-rating{font-size:12px;color:var(--flh-ink-dim);margin-bottom:12px;display:flex;align-items:center;gap:8px}.flh-stars{color:var(--flh-blue);letter-spacing:1px;font-size:12px}.flh-product-desc{font-size:13px;color:var(--flh-ink-dim);line-height:1.5;margin:0 0 14px}.flh-bulk-pill{background:var(--flh-blue-soft);color:var(--flh-blue-dark);border-radius:var(--fortee-radius-lg);padding:10px 12px;margin-bottom:12px;display:flex;align-items:center;gap:10px;font-size:12px}.flh-bulk-pill:before{content:"\2713";color:var(--flh-blue);font-weight:900;font-size:14px}.flh-bulk-pill strong{font-family:var(--fortee-font-display);font-weight:800;letter-spacing:.04em;font-size:12px;display:block}.flh-bulk-pill small{display:block;color:var(--flh-ink-dim);font-size:var(--fortee-text-2xs);margin-top:1px}.flh-product-cta{margin-top:auto}.flh-combo-hero{position:relative;min-height:600px;background-size:cover;background-position:center;overflow:hidden;display:flex;align-items:center;justify-content:center;text-align:center}.flh-combo-prop{position:absolute;border-radius:var(--fortee-radius-lg);box-shadow:var(--fortee-elevation-2);overflow:hidden;background-size:cover;background-position:center;z-index:1}.flh-combo-prop--p1{top:7%;left:5%;width:140px;height:170px;transform:rotate(-8deg)}.flh-combo-prop--p2{top:8%;right:8%;width:120px;height:150px;transform:rotate(7deg)}.flh-combo-prop--p3{bottom:9%;left:7%;width:110px;height:140px;transform:rotate(11deg)}.flh-combo-prop--p4{bottom:6%;right:5%;width:160px;height:200px;transform:rotate(-6deg)}.flh-combo-prop--p5{top:36%;left:14%;width:80px;height:100px;transform:rotate(15deg);opacity:.7}.flh-combo-prop--p6{top:38%;right:13%;width:90px;height:115px;transform:rotate(-12deg);opacity:.7}@media(max-width:900px){.flh-combo-prop--p5,.flh-combo-prop--p6{display:none}}@media(max-width:640px){.flh-combo-prop{transform:scale(.7)}}.flh-combo-hero-inner{position:relative;z-index:2;max-width:680px;padding:0 24px}.flh-combo-hero-inner .flh-small{color:var(--fortee-paper);opacity:.7;font-family:var(--fortee-font-display);font-weight:600;font-size:14px;letter-spacing:.06em;margin-bottom:14px}.flh-combo-hero-inner h2{font-family:var(--fortee-font-display);text-transform:uppercase;font-size:clamp(56px,8vw,108px);line-height:.92;margin:0 0 22px;letter-spacing:-.02em;color:var(--fortee-paper)}.flh-combo-hero-inner h2 em{font-style:normal;color:var(--flh-blue)}.flh-combo-hero-inner p{color:#ffffffd9;font-size:16px;line-height:1.55;margin:0 auto 30px;max-width:520px}.flh-explore-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}@media(max-width:1000px){.flh-explore-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:720px){.flh-explore-grid{display:flex;grid-template-columns:none;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:14px;padding:4px 18px 8px;margin:0 -18px}.flh-explore-grid::-webkit-scrollbar{display:none}.flh-explore-card{flex:0 0 86vw;max-width:380px;scroll-snap-align:center}.flh-explore-info{padding:24px 22px 26px;gap:16px}.flh-explore-info h3{font-size:20px}.flh-explore-info p{font-size:13px;line-height:1.5}.flh-explore-info .flh-btn{padding:14px 28px;font-size:13px;letter-spacing:.14em}.flh-explore-pill-tag{font-size:var(--fortee-text-2xs);padding:5px 10px;top:14px;left:14px}}.flh-explore-card{position:relative;border-radius:var(--fortee-radius-lg);overflow:hidden;display:flex;flex-direction:column;background:var(--fortee-paper);box-shadow:0 1px 2px #1013170f,0 10px 28px #10131712;transition:transform .2s ease,box-shadow .2s ease}.flh-explore-card:hover{transform:translateY(-4px);box-shadow:0 2px 4px #10131714,0 18px 40px #1013171f}.flh-explore-img{position:relative;aspect-ratio:1 / 1;flex-shrink:0;padding:18px;background-size:contain;background-repeat:no-repeat;background-position:center;background-origin:content-box;background-color:var(--fortee-paper, #ffffff)}.flh-explore-img:empty{display:block}.flh-explore-img--empty{background-image:linear-gradient(160deg,#eef2f7,#dfe6ef)}.flh-explore-pill-tag{position:absolute;top:14px;left:14px;background:var(--fortee-danger);color:var(--fortee-paper);font-family:var(--fortee-font-display);font-weight:900;font-size:var(--fortee-text-2xs);letter-spacing:.18em;text-transform:uppercase;padding:5px 10px;border-radius:var(--fortee-radius-pill);z-index:2}.flh-explore-info{position:relative;z-index:1;flex:1;padding:24px 22px 26px;text-align:center;color:var(--fortee-paper);display:flex;flex-direction:column;justify-content:space-between;gap:16px}.flh-explore-info h3{color:inherit;font-family:var(--fortee-font-display);text-transform:uppercase;font-size:20px;letter-spacing:-.005em;margin:0;line-height:1.05}.flh-explore-info p{font-size:13px;line-height:1.5;margin:0;opacity:.85}.flh-explore-info .flh-btn{margin:0 auto}.flh-ugc-row{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}@media(max-width:1100px){.flh-ugc-row{grid-template-columns:repeat(4,1fr)}}@media(max-width:720px){.flh-ugc-row{display:flex;grid-template-columns:none;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:12px;padding:4px 18px 8px;margin:0 -18px}.flh-ugc-row::-webkit-scrollbar{display:none}.flh-ugc-tile{flex:0 0 70vw;max-width:320px;scroll-snap-align:center}}.flh-ugc-tile{aspect-ratio:9 / 16;border-radius:var(--fortee-radius-lg);overflow:hidden;background-size:cover;background-position:center;position:relative;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease}.flh-ugc-tile:hover{transform:scale(1.02)}.flh-ugc-tile:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000001a,#000000a6)}.flh-ugc-tile-tag{position:absolute;bottom:12px;left:12px;right:12px;color:var(--fortee-paper);font-family:var(--fortee-font-display);font-weight:600;font-size:var(--fortee-text-2xs);z-index:2}.flh-play-btn{width:54px;height:54px;border-radius:var(--fortee-radius-circle);background:var(--flh-blue);color:var(--fortee-paper);display:flex;align-items:center;justify-content:center;font-size:18px;box-shadow:0 8px 22px #0095ff73;z-index:2;position:relative;border:0}.flh-ugc-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9000;display:none;align-items:center;justify-content:center;padding:24px;background:#000000d9}.flh-ugc-lightbox.is-open{display:flex}.flh-ugc-lightbox-card{position:relative;width:100%;max-width:480px;aspect-ratio:9 / 16;background:var(--fortee-ink);border-radius:var(--fortee-radius-lg);overflow:hidden}.flh-ugc-lightbox-card iframe{width:100%;height:100%;border:0}.flh-ugc-lightbox-close{position:absolute;top:14px;right:14px;width:38px;height:38px;background:#fffffff2;color:var(--flh-ink);border:0;border-radius:var(--fortee-radius-circle);font-size:18px;cursor:pointer;z-index:2}.flh-pillars-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:48px;text-align:center;align-items:start}@media(max-width:900px){.flh-pillars-grid{grid-template-columns:1fr;gap:36px}}.flh-pillar-icon{width:88px;height:88px;border-radius:var(--fortee-radius-circle);background:var(--flh-ink);color:var(--flh-blue);display:flex;align-items:center;justify-content:center;margin:0 auto 22px;font-size:34px}.flh-pillar h3{font-family:var(--fortee-font-display);text-transform:uppercase;font-size:18px;letter-spacing:.04em;margin:0 0 12px;line-height:1;color:var(--flh-ink)}.flh-pillar p{color:var(--flh-ink-soft);line-height:1.55;font-size:14px;margin:0 auto;max-width:300px}.flh-pillars-cta{display:flex;justify-content:center;margin-top:48px}.flh-reviews-head{margin-bottom:64px;text-align:center}.flh-big-num{font-family:var(--fortee-font-display);text-transform:uppercase;font-size:clamp(48px,7vw,96px);line-height:1;margin:0 0 8px;letter-spacing:-.02em}.flh-big-title{font-family:var(--fortee-font-display);text-transform:uppercase;font-size:clamp(40px,5vw,76px);line-height:1;margin:0;letter-spacing:-.015em}.flh-reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:48px;text-align:center;max-width:1100px;margin:0 auto}@media(max-width:900px){.flh-reviews-grid{grid-template-columns:1fr;gap:36px}}.flh-review .flh-stars-row{font-size:18px;color:var(--flh-blue);letter-spacing:3px;margin-bottom:18px}.flh-review h4{font-family:var(--fortee-font-display);font-weight:900;font-size:18px;margin:0 0 16px;color:var(--flh-ink)}.flh-review p{font-size:14px;line-height:1.65;color:var(--flh-ink-soft);margin:0 0 18px}.flh-review .flh-author{font-style:italic;font-size:13px;color:var(--flh-ink-dim)}.flh-difference{display:grid;grid-template-columns:1fr 1fr;min-height:520px}@media(max-width:900px){.flh-difference{grid-template-columns:1fr}}.flh-difference-img{background-size:cover;background-position:center;min-height:380px}.flh-difference-text{background:var(--fortee-paper);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px 48px;text-align:center;border-top:1px solid var(--flh-rule);border-bottom:1px solid var(--flh-rule)}.flh-difference-text h2{font-family:var(--fortee-font-display);text-transform:uppercase;font-size:clamp(40px,4.5vw,64px);line-height:.95;letter-spacing:-.015em;margin:0 0 18px;color:var(--flh-ink)}.flh-difference-text h2 em{font-style:normal;color:var(--flh-blue)}.flh-difference-text p{font-size:15px;color:var(--flh-ink-soft);max-width:380px;margin:0 0 28px;line-height:1.55}.flh-difference-strip{height:14px;background:var(--flh-blue)}
/*# sourceMappingURL=/cdn/shop/t/33/assets/fortee-home.css.map */
