/*!
 * @copyright 2026 Fortee Uniforme Inc. All rights reserved.
 * @license PROPRIETARY - Unauthorized copying prohibited.
 * Protected under the Canadian Copyright Act (R.S.C., 1985, c. C-42).
 */:root{--ftc-blue: var(--fortee-blue);--ftc-blue-hover: var(--fortee-blue-hover);--ftc-dark: var(--fortee-ink);--ftc-grey: var(--fortee-surface-sunken);--ftc-light-grey: var(--fortee-surface-sunken);--ftc-white: var(--fortee-paper);--ftc-radius-card: var(--fortee-radius-md);--ftc-radius-img: var(--fortee-radius-md);--ftc-radius-banner: var(--fortee-radius-lg);--ftc-shadow-card: var(--fortee-elevation-1);--ftc-gap-desktop: var(--fortee-space-5);--ftc-gap-mobile: var(--fortee-space-3);--ftc-page-pad-desktop: var(--fortee-space-7);--ftc-page-pad-mobile: var(--fortee-space-4)}.facets.page-width,.facets-vertical.page-width,.facets-wrapper.page-width,.collection.page-width{max-width:var(--fortee-collection-max, 1728px)}.ftc-promo{position:relative;isolation:isolate;border-radius:var(--ftc-radius-banner);background-color:var(--ftc-promo-color, var(--ftc-dark));overflow:hidden;--ftc-promo-gutter: 1.5rem;width:calc(100% - var(--ftc-promo-gutter) * 2);max-width:calc(var(--fortee-collection-max, 1728px) - var(--ftc-promo-gutter) * 2);margin:0 auto 24px}.ftc-promo--has-bg{background-image:var(--ftc-promo-img);background-repeat:no-repeat;background-size:cover;background-position:var(--ftc-promo-pos, center right);min-height:320px}@media screen and (min-width:750px){.ftc-promo--has-bg{aspect-ratio:var(--ftc-promo-ratio, 3);min-height:200px}.ftc-promo--has-bg .ftc-promo__text{padding:clamp(18px,3vw,48px)}.ftc-promo--has-bg .ftc-promo__heading{font-size:clamp(19px,2.5vw,40px);margin:0 0 clamp(10px,1.6vw,24px)}.ftc-promo--has-bg .ftc-promo__subtitle{font-size:clamp(11px,.9vw,13px);margin:0 0 clamp(6px,.8vw,12px)}.ftc-promo--has-bg .ftc-promo__btn{padding:clamp(8px,1vw,14px) clamp(18px,2.2vw,32px);font-size:clamp(12px,1vw,14px)}}.ftc-promo--scrim:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;background:linear-gradient(to right,var(--ftc-promo-scrim),transparent 72%)}.ftc-promo__inner{display:flex;align-items:center;min-height:inherit;height:100%}.ftc-promo__text{padding:40px}.ftc-promo--has-bg .ftc-promo__text{max-width:58%}.ftc-promo__subtitle{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--ftc-promo-text, var(--ftc-blue));margin:0 0 12px}.ftc-promo__heading{font-family:var(--fortee-font-display);font-size:32px;font-weight:700;line-height:1.2;color:var(--ftc-promo-heading, var(--ftc-dark));margin:0 0 24px}.ftc-promo__btn{display:inline-block;background:var(--ftc-promo-btn-bg, var(--ftc-blue));color:var(--ftc-promo-btn-fg, var(--ftc-white));border:none;border-radius:var(--fortee-radius-lg);padding:14px 32px;font-family:var(--fortee-font-display);font-size:14px;font-weight:600;text-decoration:none;cursor:pointer;transition:filter .2s}.ftc-promo__btn:hover{filter:brightness(1.12);color:var(--ftc-promo-btn-fg, var(--ftc-white))}.ftc-collection-title{font-family:var(--fortee-font-display);font-size:28px;font-weight:700;color:var(--ftc-dark);margin:0 0 4px}.ftc-collection-count{font-size:14px;color:var(--fortee-text-muted);margin-bottom:24px}.facets-vertical .facet-filters .facet-filters__field .select__select,.facets-vertical .facet-filters .facet-filters__field label{font-family:var(--fortee-font-display);font-size:14px}.facets-vertical .facets-wrapper{gap:32px}.facets-vertical .facets-wrapper--no-filters .product-grid-container{width:100%}.facets__disclosure{border-bottom:1px solid var(--fortee-border);padding-bottom:16px;margin-bottom:16px}.facets__disclosure .facets__summary{font-family:var(--fortee-font-display);font-size:15px;font-weight:600;color:var(--ftc-dark);padding:8px 0}.facets__disclosure .facets__display{padding-top:8px}.facets__disclosure .facets__colors .facet-checkbox{width:28px;height:28px;border-radius:var(--fortee-radius-circle);border:2px solid transparent;cursor:pointer;transition:border-color .2s}.facets__disclosure .facets__colors .facet-checkbox.active,.facets__disclosure .facets__colors .facet-checkbox:hover{border-color:var(--ftc-blue)}.facets__disclosure .facets__sizes .facet-checkbox{display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:36px;padding:0 14px;border:1.5px solid var(--fortee-border);border-radius:var(--fortee-radius-lg);font-size:13px;font-weight:500;color:var(--ftc-dark);cursor:pointer;transition:all .2s;background:var(--ftc-white)}.facets__disclosure .facets__sizes .facet-checkbox.active,.facets__disclosure .facets__sizes .facet-checkbox:hover{border-color:var(--ftc-blue);color:var(--ftc-blue);background:#009aff0f}.collection .product-grid .grid__item{min-width:0}.collection .product-grid .grid__item .ftc-card{width:100%}.ftc-card{background:var(--ftc-white);border-radius:var(--ftc-radius-card);box-shadow:var(--fortee-elevation-1);overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .25s,transform .25s;text-decoration:none;color:inherit}.ftc-card:hover{box-shadow:var(--fortee-elevation-1);transform:translateY(-2px)}.ftc-card__media{position:relative;background:var(--ftc-light-grey);border-radius:var(--ftc-radius-img);aspect-ratio:1;overflow:hidden;margin:10px}.ftc-card__media img{object-fit:contain;width:100%;height:100%;display:block}.ftc-card__badge{position:absolute;top:10px;right:10px;background:var(--ftc-blue);color:var(--ftc-white);border-radius:var(--fortee-radius-lg);padding:4px 12px;font-size:var(--fortee-text-2xs);font-weight:600;text-transform:uppercase;letter-spacing:.04em;z-index:2}.ftc-card__badge--sale{background:var(--fortee-danger)}.ftc-card__badge--sold-out{background:var(--fortee-text-muted)}.ftc-card__body{padding:12px 14px 16px;display:flex;flex-direction:column;gap:8px;flex:1}.ftc-card__swatches{display:flex;gap:6px;flex-wrap:wrap}.ftc-card__swatch{width:20px;height:20px;border-radius:var(--fortee-radius-circle);border:1.5px solid var(--fortee-border);cursor:pointer;transition:border-color .2s;flex-shrink:0}.ftc-card__swatch:hover,.ftc-card__swatch.active{border-color:var(--ftc-blue)}.ftc-card__title{font-family:var(--fortee-font-display);font-size:14px;font-weight:500;line-height:1.4;color:var(--ftc-dark);margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ftc-card__title a{text-decoration:none;color:inherit}.ftc-card__title a:hover{color:var(--ftc-blue)}.ftc-card__meta{display:flex;flex-direction:column;gap:2px}.ftc-card__meta-line{font-size:var(--fortee-text-2xs);line-height:1.3;color:var(--fortee-text-muted);font-weight:400;margin:0;overflow-wrap:break-word}.ftc-card__price{font-family:var(--fortee-font-display);font-size:14px;font-weight:700;color:var(--ftc-dark);margin:0;display:flex;align-items:center;gap:8px}.ftc-card__price-compare{font-size:13px;font-weight:400;color:var(--fortee-text-muted);text-decoration:line-through}.mobile-facets__wrapper{border-radius:var(--fortee-radius-lg) 20px 0 0}.mobile-facets__wrapper .mobile-facets__header{font-family:var(--fortee-font-display);font-weight:600}.mobile-facets__wrapper .mobile-facets__main{padding:0 20px 20px}.mobile-facets__wrapper .mobile-facets__details summary{font-family:var(--fortee-font-display);font-size:15px;font-weight:600;padding:14px 0;border-bottom:1px solid var(--fortee-border)}.mobile-facets__wrapper .mobile-facets__apply{background:var(--ftc-blue);color:var(--ftc-white);border-radius:var(--fortee-radius-lg);font-weight:600}.ftc-newsletter{border-radius:var(--ftc-radius-banner);background:var(--ftc-dark);overflow:hidden;margin:40px var(--ftc-page-pad-mobile) 0;padding:48px 40px}.ftc-newsletter__inner{display:grid;grid-template-columns:1fr auto;align-items:center;gap:40px}.ftc-newsletter__heading{font-family:var(--fortee-font-display);font-size:28px;font-weight:700;line-height:1.2;color:var(--ftc-white);margin:0 0 8px}.ftc-newsletter__subtitle{font-size:15px;color:var(--fortee-text-muted);margin:0 0 20px;line-height:1.5}.ftc-newsletter__form{display:flex;gap:12px}.ftc-newsletter__input{flex:1;min-width:0;padding:14px 20px;border:1.5px solid var(--fortee-text-secondary);border-radius:var(--fortee-radius-lg);background:transparent;color:var(--ftc-white);font-size:14px;font-family:var(--fortee-font-display);outline:none;transition:border-color .2s}.ftc-newsletter__input::placeholder{color:var(--fortee-text-muted)}.ftc-newsletter__input:focus{border-color:var(--ftc-blue)}.ftc-newsletter__btn{display:inline-flex;align-items:center;justify-content:center;background:var(--ftc-blue);color:var(--ftc-white);border:none;border-radius:var(--fortee-radius-lg);padding:14px 32px;font-family:var(--fortee-font-display);font-size:14px;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .2s;text-decoration:none}.ftc-newsletter__btn:hover{background:var(--ftc-blue-hover);color:var(--ftc-white)}.ftc-newsletter__logo{max-width:180px;opacity:.15}@media screen and (min-width:750px){.ftc-promo{--ftc-promo-gutter: 5rem;margin-bottom:32px}}@media screen and (min-width:990px){.ftc-promo__heading{font-size:40px}.ftc-promo__text{padding:48px}.ftc-newsletter{margin:48px var(--ftc-page-pad-desktop) 0;padding:56px 48px}.ftc-newsletter__heading{font-size:36px}}@media screen and (min-width:750px)and (max-width:989px){.ftc-promo__heading{font-size:28px}.ftc-newsletter{margin:32px var(--ftc-page-pad-mobile) 0}}@media screen and (max-width:749px){.ftc-promo--has-bg{background-image:var(--ftc-promo-img-sm, var(--ftc-promo-img));background-position:var(--ftc-promo-pos-mobile, center right);min-height:280px}.ftc-promo--has-bg:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;background:linear-gradient(to right,var(--ftc-promo-veil, rgba(255, 255, 255, .82)) 0%,var(--ftc-promo-veil, rgba(255, 255, 255, .82)) 48%,transparent 80%)}.ftc-promo--scrim:before{background:linear-gradient(to bottom,var(--ftc-promo-scrim),transparent 100%)}.ftc-promo__inner{align-items:flex-start}.ftc-promo__text{padding:28px 24px}.ftc-promo--has-bg .ftc-promo__text{max-width:62%}.ftc-promo__heading{font-size:24px;margin-bottom:16px}.ftc-newsletter__inner{grid-template-columns:1fr;gap:24px;text-align:center}.ftc-newsletter{padding:32px 20px}.ftc-newsletter__heading{font-size:22px}.ftc-newsletter__form{flex-direction:column}.ftc-newsletter__logo{display:none}.ftc-card__media{margin:6px;border-radius:var(--fortee-radius-lg)}.ftc-card__body{padding:8px 10px 12px;gap:6px}.ftc-card__title,.ftc-card__price{font-size:13px}.ftc-card__swatch{width:16px;height:16px}.ftc-card__meta{gap:1px}.ftc-card__meta-line{font-size:11px;line-height:1.25}}
/*# sourceMappingURL=/cdn/shop/t/33/assets/fortee-collection.css.map */
