.featured-collection .fc-carousel__viewport{gap:var(--fc-gap, 24px)}.featured-collection .fc-carousel__slide{flex:0 0 calc((100% - (var(--fc-gap, 24px) * (var(--fc-cols, 4) - 1))) / var(--fc-cols, 4))}@media(max-width:1023px){.featured-collection .fc-carousel__slide{flex:0 0 calc((100% - var(--fc-gap, 24px)) / 2)}}@media(max-width:749px){.featured-collection .fc-carousel__viewport{gap:12px}.featured-collection .fc-carousel__slide{flex:0 0 58vw}}.featured-collection--container-boxed{max-width:var(--container-max);margin-left:auto;margin-right:auto}.featured-collection{background-color:var(--dost-bg, #F8F6F1);overflow:hidden}.featured-collection--container-boxed{max-width:var(--container-max);margin-left:auto;margin-right:auto;padding-left:var(--page-gutter);padding-right:var(--page-gutter);box-sizing:border-box}.featured-collection--container-boxed .featured-collection__header,.featured-collection--container-boxed .product-grid,.featured-collection--container-boxed .fc-carousel__progress,.featured-collection--container-boxed .fc-carousel__viewport{padding-left:0;padding-right:0;max-width:none}.featured-collection--container-boxed .fc-carousel__viewport{scroll-padding-left:0}.featured-collection--container-boxed .fc-carousel__viewport>.fc-carousel__slide:first-child{margin-left:0}.featured-collection--container-boxed .fc-carousel__viewport>.fc-carousel__slide:last-child{margin-right:0}.featured-collection--container-boxed .fc-carousel__progress-fill{left:0;max-width:100%}.featured-collection--container-full .featured-collection__header,.featured-collection--container-full .fc-carousel__viewport,.featured-collection--container-full .fc-carousel__progress,.featured-collection--container-full .product-grid{max-width:none}.featured-collection__header{max-width:var(--container-max);margin:0 auto 48px;padding:0 var(--page-gutter, 40px);display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.featured-collection__header-left{display:flex;flex-direction:column;align-items:flex-start}.featured-collection__header-right{display:flex;flex-direction:column;align-items:flex-end;gap:14px;flex-shrink:0}.featured-collection__eyebrow{font-family:var(--font-body-family, sans-serif);font-size:var(--font-size-label);font-weight:400;letter-spacing:.2em;text-transform:var(--tt-label, uppercase);color:var(--dost-gold, #C8A96E);margin:0 0 10px}.featured-collection__heading{font-family:var(--font-heading-family, serif);font-weight:400;line-height:1.1;letter-spacing:-.01em;color:var(--dost-text, #0D0D0D);margin:0;min-width:0;overflow-wrap:anywhere;word-break:break-word}.featured-collection--heading-small .featured-collection__heading{font-size:calc(var(--font-size-h2) * .8)}.featured-collection--heading-medium .featured-collection__heading{font-size:calc(var(--font-size-h2) * 1.05)}.featured-collection--heading-large .featured-collection__heading{font-size:calc(var(--font-size-h2) * 1.4)}.featured-collection__view-all{white-space:nowrap}.featured-collection__view-all-mobile{display:none;margin-top:36px;text-align:center}.fc-nav{display:flex;gap:8px;flex-shrink:0}.fc-nav-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid var(--dost-divider, rgba(0,0,0,.12));border-radius:var(--radius-button, 0);color:var(--dost-text, #0D0D0D);cursor:pointer;transition:background .18s,color .18s,border-color .18s;padding:0;outline:none}.fc-nav-btn:hover{background:var(--dost-text, #0D0D0D);color:var(--dost-bg, #F8F6F1);border-color:var(--dost-text, #0D0D0D)}.fc-nav-btn:disabled{opacity:.3;cursor:default}.fc-nav-btn:disabled:hover{background:transparent;color:var(--dost-text, #0D0D0D);border-color:var(--dost-divider, rgba(0,0,0,.12))}.fc-carousel{position:relative}.fc-carousel__viewport{overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;scroll-behavior:smooth;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-padding-left:var(--page-gutter, 40px);display:flex;padding:0;max-width:var(--container-max);margin:0 auto}.fc-carousel__viewport::-webkit-scrollbar{display:none}.fc-carousel__viewport>.fc-carousel__slide:first-child{margin-left:var(--page-gutter, 40px)}.fc-carousel__viewport>.fc-carousel__slide:last-child{margin-right:var(--page-gutter, 40px)}.fc-carousel__slide{scroll-snap-align:start;min-width:0}.fc-carousel__progress{max-width:var(--container-max);margin:24px auto 0;padding:0 var(--page-gutter, 40px);height:1px;background:var(--dost-divider, rgba(0,0,0,.15));position:relative}.fc-carousel__progress:before{content:"";position:absolute;left:var(--page-gutter, 40px);right:var(--page-gutter, 40px);top:0;height:1px;background:var(--dost-divider, rgba(0,0,0,.15))}.fc-carousel__progress-fill{position:absolute;top:0;left:var(--page-gutter, 40px);height:100%;background:var(--dost-text, #0D0D0D);transition:width .25s ease;width:25%;max-width:calc(100% - var(--page-gutter, 40px) * 2)}.product-grid{max-width:var(--container-max);margin:0 auto;padding:0 var(--page-gutter, 40px);display:grid;gap:var(--fc-gap, 24px);list-style:none}.product-grid--2-col{grid-template-columns:repeat(2,1fr)}.product-grid--3-col{grid-template-columns:repeat(3,1fr)}.product-grid--4-col{grid-template-columns:repeat(4,1fr)}.product-grid__item{display:block;min-width:0}@media screen and (max-width:1199px){.product-grid--4-col{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:989px){.featured-collection__header,.product-grid{padding:0 24px}.featured-collection__view-all--desktop{display:none}.featured-collection__view-all-mobile{display:block}.product-grid--3-col,.product-grid--4-col{grid-template-columns:repeat(2,1fr)}.featured-collection--heading-small .featured-collection__heading{font-size:var(--font-size-h4)}.featured-collection--heading-medium .featured-collection__heading{font-size:var(--font-size-h3)}.featured-collection--heading-large .featured-collection__heading{font-size:calc(var(--font-size-h3) * 1.15)}.fc-carousel__viewport{scroll-padding-left:24px}.fc-carousel__viewport>.fc-carousel__slide:first-child{margin-left:24px}.fc-carousel__viewport>.fc-carousel__slide:last-child{margin-right:24px}.fc-carousel__progress{padding:0 24px}.fc-carousel__progress:before{left:24px;right:24px}.fc-carousel__progress-fill{left:24px;max-width:calc(100% - 48px)}}@media screen and (max-width:749px){.featured-collection__header{padding:0 16px;margin-bottom:28px}.product-grid{padding:0 16px}.featured-collection--heading-small .featured-collection__heading{font-size:var(--font-size-h4)}.featured-collection--heading-medium .featured-collection__heading{font-size:var(--font-size-h3)}.featured-collection--heading-large .featured-collection__heading{font-size:calc(var(--font-size-h3) * 1.15)}.product-grid--2-col,.product-grid--3-col,.product-grid--4-col{grid-template-columns:repeat(2,1fr);gap:1px}.fc-carousel__viewport{scroll-padding-left:16px}.fc-carousel__viewport>.fc-carousel__slide:first-child{margin-left:16px}.fc-carousel__viewport>.fc-carousel__slide:last-child{margin-right:16px}.fc-carousel__progress{margin-top:16px;padding:0 16px}.fc-carousel__progress:before{left:16px;right:16px}.fc-carousel__progress-fill{left:16px;max-width:calc(100% - 32px)}}
/*# sourceMappingURL=/cdn/shop/t/68/assets/section-featured-collection.css.map */
