.gents-featured-collection{background:var(--gents-fc-bg);color:var(--gents-fc-text);padding:var(--gents-fc-padding-top) 0 var(--gents-fc-padding-bottom);overflow:clip}.gents-featured-collection__inner{width:min(calc(100% - 40px),var(--gents-fc-max-width));margin-inline:auto}.gents-featured-collection__header{text-align:center;margin-bottom:28px}.gents-featured-collection__heading{margin:0;font-size:var(--gents-fc-heading-size);line-height:1.08;letter-spacing:-.025em;font-weight:700}.gents-featured-collection__tabs{display:flex;justify-content:center;align-items:center;gap:10px;margin-bottom:30px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.gents-featured-collection__tabs::-webkit-scrollbar{display:none}.gents-featured-collection__tab{-webkit-appearance:none;appearance:none;flex:0 0 auto;border:1px solid var(--gents-fc-accent);border-radius:999px;background:transparent;color:var(--gents-fc-text);padding:9px 18px;font:inherit;font-size:var(--gents-fc-tab-size);line-height:1;font-weight:700;letter-spacing:.02em;text-transform:uppercase;cursor:pointer;transition:background-color .18s ease,color .18s ease,border-color .18s ease}.gents-featured-collection__tab:hover,.gents-featured-collection__tab:focus-visible,.gents-featured-collection__tab.is-active{background:var(--gents-fc-accent);color:#111}.gents-featured-collection__tab:focus-visible{outline:2px solid currentColor;outline-offset:3px}.gents-featured-collection__panel[hidden]{display:none}.gents-featured-collection__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));column-gap:var(--gents-fc-column-gap);row-gap:var(--gents-fc-row-gap)}.gents-product-card{min-width:0}.gents-product-card__media{position:relative;display:block;overflow:hidden;aspect-ratio:1 / 1;border-radius:var(--gents-fc-image-radius);background:#f2eee5}.gents-product-card__image,.gents-product-card__placeholder{display:block;width:100%;height:100%;object-fit:contain;transition:transform .35s ease}.gents-product-card__media:hover .gents-product-card__image{transform:scale(1.025)}.gents-product-card__placeholder svg{width:100%;height:100%}.gents-product-card__badge{position:absolute;z-index:2;top:0;left:0;padding:8px 11px;background:var(--gents-fc-text);color:#fff;font-size:11px;line-height:1;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.gents-product-card__reviews{min-height:22px;margin-top:10px}.gents-product-card__reviews .jdgm-preview-badge{display:block;margin:0}.gents-product-card__reviews .jdgm-preview-badge,.gents-product-card__reviews .jdgm-prev-badge,.gents-product-card__reviews .jdgm-star{font-size:12px}.gents-product-card__content{margin-top:8px}.gents-product-card__title{margin:0;font-size:var(--gents-fc-title-size);line-height:1.08;letter-spacing:-.015em;font-weight:700}.gents-product-card__title a{color:inherit;text-decoration:none}.gents-product-card__description{margin-top:7px;font-size:var(--gents-fc-description-size);line-height:1.4}.gents-product-card__description p{margin:0}.gents-product-card__purchase{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:10px}.gents-product-card__price{display:flex;align-items:baseline;flex-wrap:wrap;gap:7px;font-size:var(--gents-fc-price-size);line-height:1.2;font-weight:700}.gents-product-card__price-current{white-space:nowrap}.gents-product-card__price-compare{opacity:.55;font-size:.85em;font-weight:500}.gents-product-card__quick-add-form{flex:0 0 auto;margin:0}.gents-product-card__quick-add{-webkit-appearance:none;appearance:none;border:1px solid var(--gents-fc-text);border-radius:999px;background:var(--gents-fc-text);color:#fff;padding:8px 13px;font:inherit;font-size:11px;line-height:1;font-weight:700;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;white-space:nowrap;transition:opacity .18s ease,background-color .18s ease,color .18s ease}.gents-product-card__quick-add:hover{opacity:.85}.gents-product-card__quick-add:focus-visible{outline:2px solid currentColor;outline-offset:3px}.gents-product-card__quick-add[disabled],.gents-product-card__quick-add.is-loading{cursor:wait;opacity:.55}.gents-product-card__quick-add.is-success{background:var(--gents-fc-accent);border-color:var(--gents-fc-accent);color:#111}.gents-product-card__quick-add.is-disabled{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;cursor:default;opacity:.55}.gents-product-card__quick-add-status{display:none}.gents-featured-collection__footer{display:flex;justify-content:center;margin-top:34px}.gents-featured-collection__shop-all{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:12px 24px;border-radius:4px;background:var(--gents-fc-accent);color:#111;text-decoration:none;font-size:12px;line-height:1;font-weight:800;letter-spacing:.04em;text-transform:uppercase;transition:opacity .18s ease}.gents-featured-collection__shop-all:hover{opacity:.85}.gents-featured-collection__shop-all:focus-visible{outline:2px solid currentColor;outline-offset:3px}.gents-featured-collection__empty{margin:0;text-align:center;font-size:14px}@media screen and (max-width:989px){.gents-featured-collection__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (max-width:749px){.gents-featured-collection{padding-top:var(--gents-fc-mobile-padding-top);padding-bottom:var(--gents-fc-mobile-padding-bottom)}.gents-featured-collection__inner{width:min(calc(100% - 28px),var(--gents-fc-max-width))}.gents-featured-collection__header{margin-bottom:20px}.gents-featured-collection__heading{font-size:var(--gents-fc-heading-size-mobile)}.gents-featured-collection__tabs{justify-content:flex-start;margin-inline:-14px;padding-inline:14px;margin-bottom:22px;gap:8px}.gents-featured-collection__tab{padding:9px 16px;font-size:var(--gents-fc-tab-size-mobile)}.gents-featured-collection__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--gents-fc-mobile-gap)}.gents-product-card__reviews{min-height:18px;margin-top:8px;white-space:nowrap;overflow:hidden}.gents-product-card__reviews .jdgm-preview-badge,.gents-product-card__reviews .jdgm-prev-badge,.gents-product-card__reviews .jdgm-star{font-size:10px}.gents-product-card__content{margin-top:6px}.gents-product-card__title{font-size:var(--gents-fc-title-size-mobile);line-height:1.08}.gents-product-card__description{margin-top:6px;font-size:var(--gents-fc-description-size-mobile);line-height:1.35}.gents-product-card__purchase{display:block;margin-top:8px}.gents-product-card__price{font-size:var(--gents-fc-price-size)}.gents-product-card__quick-add-form{margin-top:8px}.gents-product-card__quick-add{width:100%;min-height:38px}.gents-featured-collection__footer{margin-top:28px}.gents-featured-collection__shop-all{width:100%}}@media(prefers-reduced-motion:reduce){.gents-product-card__image,.gents-featured-collection__tab,.gents-product-card__quick-add,.gents-featured-collection__shop-all{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/gents-featured-collection.css.map */
