.veiled-category-story{background:var(--vcs-section-bg);color:var(--vcs-text-color);position:relative;z-index:var(--vcs-z-index);overflow:clip;font-family:var(--vcs-body-font)}.veiled-category-story *,.veiled-category-story *:before,.veiled-category-story *:after{box-sizing:border-box}.veiled-category-story--sticky{scroll-snap-align:start}.veiled-category-story__sticky{min-height:var(--vcs-min-height-desktop);display:grid;grid-template-columns:minmax(280px,1fr) minmax(220px,var(--vcs-card-rail-width));position:relative;overflow:hidden}.veiled-category-story--sticky .veiled-category-story__sticky{position:sticky;top:0}.veiled-category-story--copy-right .veiled-category-story__copy{grid-column:2;grid-row:1}.veiled-category-story--copy-right .veiled-category-story__rail{grid-column:1;grid-row:1;justify-self:start;padding-left:var(--vcs-desktop-padding-x);padding-right:0}.veiled-category-story__bg{background-image:var(--vcs-active-bg);background-position:center;background-size:cover;top:0;right:0;bottom:0;left:0;position:absolute;transform:scale(var(--vcs-bg-scale));transition:opacity var(--vcs-transition-speed) ease,transform var(--vcs-transition-speed) cubic-bezier(.22,1,.36,1);z-index:0}.veiled-category-story__bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(17,16,13,var(--vcs-overlay-left-opacity)),rgba(17,16,13,calc(var(--vcs-overlay-left-opacity) * .55)) 44%,#11100d1f),linear-gradient(180deg,#11100d14,rgba(17,16,13,var(--vcs-overlay-bottom-opacity)))}.veiled-category-story__copy{align-self:end;max-width:var(--vcs-content-max-width);padding:var(--vcs-desktop-padding-y) var(--vcs-desktop-padding-x);position:relative;z-index:2}.veiled-category-story__index{color:var(--vcs-text-color);display:block;font-size:12px;font-weight:900;letter-spacing:.12em;margin-bottom:18px;text-transform:uppercase}.veiled-category-story__title{color:var(--vcs-text-color);font-family:var(--vcs-heading-font);font-size:var(--vcs-title-size-desktop);font-weight:600;line-height:.88;margin:0;text-transform:none;max-width:12ch}.veiled-category-story__text{color:var(--vcs-muted-color);font-size:var(--vcs-body-size-desktop);line-height:1.55;margin:28px 0;max-width:430px}.veiled-category-story__text p{margin:0}.veiled-category-story__button{align-items:center;background:var(--vcs-button-bg);border:1px solid var(--vcs-button-border);color:var(--vcs-button-text);display:inline-flex;font-size:12px;font-weight:900;justify-content:center;letter-spacing:.12em;min-height:46px;padding:14px 22px;text-decoration:none;text-transform:uppercase;transition:background .25s ease,color .25s ease,border-color .25s ease,transform .25s ease}.veiled-category-story__button:hover,.veiled-category-story__button:focus-visible{background:var(--vcs-button-hover-bg);color:var(--vcs-button-hover-text);border-color:var(--vcs-button-hover-bg);transform:translateY(-2px)}.veiled-category-story__button:focus-visible,.veiled-category-story__card:focus-visible{outline:2px solid var(--vcs-accent-color);outline-offset:4px}.veiled-category-story__rail{align-self:center;display:grid;gap:var(--vcs-card-gap);justify-self:end;max-width:var(--vcs-card-rail-width);padding:var(--vcs-desktop-padding-y) var(--vcs-desktop-padding-x) var(--vcs-desktop-padding-y) 0;position:relative;width:100%;z-index:2}.veiled-category-story__card{align-items:center;-webkit-appearance:none;appearance:none;background:var(--vcs-card-bg);border:var(--vcs-card-border-width) solid var(--vcs-card-border);border-radius:var(--vcs-card-radius);color:var(--vcs-card-text);cursor:pointer;display:grid;gap:12px;grid-template-columns:var(--vcs-image-width) 1fr;min-height:calc(var(--vcs-image-height) + (var(--vcs-card-padding) * 2));padding:var(--vcs-card-padding);text-align:left;transition:opacity .25s ease,transform .25s ease,box-shadow .25s ease,border-color .25s ease;width:100%}.veiled-category-story__card.is-active{box-shadow:0 18px 50px #00000038;transform:translate(-12px)}.veiled-category-story__card:not(.is-active){opacity:.72}.veiled-category-story__card:hover{opacity:1;transform:translate(-6px)}.veiled-category-story__card-media{display:block;height:var(--vcs-image-height);overflow:hidden;width:var(--vcs-image-width)}.veiled-category-story__card-image,.veiled-category-story__placeholder{display:block;height:100%;object-fit:cover;width:100%}.veiled-category-story__placeholder{background:#ded4c3}.veiled-category-story__card-body{display:block;min-width:0}.veiled-category-story__card-eyebrow{color:var(--vcs-accent-color);display:block;font-size:10px;font-weight:900;letter-spacing:.14em;margin-bottom:8px;text-transform:uppercase}.veiled-category-story__card-title{color:var(--vcs-card-text);display:block;font-family:var(--vcs-body-font);font-size:14px;font-weight:900;line-height:1.25;text-transform:none}.veiled-category-story__card-meta{color:var(--vcs-card-muted);display:block;font-size:12px;font-weight:700;margin-top:6px}.veiled-category-story.is-changing .veiled-category-story__bg{opacity:.76;transform:scale(calc(var(--vcs-bg-scale) + .04))}.veiled-category-story.is-changing .veiled-category-story__index,.veiled-category-story.is-changing .veiled-category-story__title,.veiled-category-story.is-changing .veiled-category-story__text,.veiled-category-story.is-changing .veiled-category-story__button{opacity:0;transform:translateY(12px)}.veiled-category-story__index,.veiled-category-story__title,.veiled-category-story__text,.veiled-category-story__button{transition:opacity calc(var(--vcs-transition-speed) * .55) ease,transform calc(var(--vcs-transition-speed) * .55) ease}@media screen and (max-width:989px){.veiled-category-story__sticky{min-height:var(--vcs-min-height-tablet);grid-template-columns:minmax(260px,1fr) minmax(220px,300px)}.veiled-category-story__copy{padding:var(--vcs-tablet-padding-y) var(--vcs-tablet-padding-x)}.veiled-category-story__rail{padding:var(--vcs-tablet-padding-y) var(--vcs-tablet-padding-x) var(--vcs-tablet-padding-y) 0}.veiled-category-story__title{font-size:var(--vcs-title-size-tablet)}}@media screen and (max-width:749px){.veiled-category-story__sticky{min-height:var(--vcs-min-height-mobile);display:flex;flex-direction:column;justify-content:flex-end}.veiled-category-story__copy{max-width:none;padding:var(--vcs-mobile-padding-y) var(--vcs-mobile-padding-x) 24px;width:100%}.veiled-category-story__title{font-size:var(--vcs-title-size-mobile);max-width:10ch}.veiled-category-story__text{font-size:var(--vcs-body-size-mobile);margin:20px 0}.veiled-category-story__rail{max-width:none;padding:0 var(--vcs-mobile-padding-x) var(--vcs-mobile-padding-y);width:100%}.veiled-category-story--mobile-horizontal-cards .veiled-category-story__rail{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.veiled-category-story--mobile-horizontal-cards .veiled-category-story__rail::-webkit-scrollbar{display:none}.veiled-category-story--mobile-horizontal-cards .veiled-category-story__card{flex:0 0 82%;scroll-snap-align:start}.veiled-category-story__card{grid-template-columns:84px 1fr;transform:none}.veiled-category-story__card.is-active,.veiled-category-story__card:hover{transform:none}.veiled-category-story__card-media{height:92px;width:84px}.veiled-category-story__bg:after{background:linear-gradient(180deg,#11100d1f,rgba(17,16,13,var(--vcs-overlay-bottom-opacity)) 48%,#11100deb)}}@media(prefers-reduced-motion:reduce){.veiled-category-story *,.veiled-category-story *:before,.veiled-category-story *:after{animation-duration:.01ms!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}@media screen and (max-width:749px){.veiled-category-story__sticky{display:flex;flex-direction:column;justify-content:center;align-items:stretch;overflow:hidden}.veiled-category-story__copy{width:100%;max-width:100%}.veiled-category-story__rail{width:calc(100% + var(--vcs-mobile-padding-x));max-width:none;margin-top:28px;margin-left:0;display:flex;flex-direction:row;align-items:stretch;justify-content:flex-start;gap:12px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:0 var(--vcs-mobile-padding-x) 8px 0;scrollbar-width:none}.veiled-category-story__rail::-webkit-scrollbar{display:none}.veiled-category-story__card{flex:0 0 112px;width:112px;min-width:112px;max-width:112px;display:flex;flex-direction:column;align-items:stretch;text-align:left;padding:0;overflow:hidden;scroll-snap-align:start}.veiled-category-story__card-media{width:100%;height:140px;flex-shrink:0;overflow:hidden}.veiled-category-story__card-image,.veiled-category-story__placeholder{width:100%;height:100%;display:block;object-fit:cover}.veiled-category-story__card-body{padding:9px}.veiled-category-story__card-eyebrow{font-size:9px;line-height:1.1;margin-bottom:5px}.veiled-category-story__card-title{font-size:11px;line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.veiled-category-story__card-meta{font-size:10px;line-height:1.2;margin-top:6px}}@media screen and (max-width:420px){.veiled-category-story__card{flex-basis:104px;width:104px;min-width:104px;max-width:104px}.veiled-category-story__card-media{height:130px}.veiled-category-story__card-body{padding:8px}}@media screen and (max-width:749px){.veiled-category-story__card-body{display:none}.veiled-category-story__card{flex:0 0 96px;width:96px;min-width:96px;max-width:96px;padding:0;border-radius:var(--vcs-card-radius);overflow:hidden}.veiled-category-story__card-media{width:100%;height:125px;display:block}.veiled-category-story__card-image,.veiled-category-story__placeholder{width:100%;height:100%;object-fit:cover;display:block}}@media screen and (max-width:420px){.veiled-category-story__card{flex-basis:88px;width:88px;min-width:88px;max-width:88px}.veiled-category-story__card-media{height:118px}}@media screen and (max-width:749px){.veiled-category-story__sticky{min-height:var(--vcs-min-height-mobile);display:flex!important;flex-direction:column!important;justify-content:flex-end!important;align-items:stretch!important;overflow:hidden;padding:var(--vcs-mobile-padding-y) var(--vcs-mobile-padding-x)}.veiled-category-story__copy{width:100%;max-width:100%;z-index:2;margin-top:auto;margin-bottom:18px}.veiled-category-story__title{margin-bottom:14px}.veiled-category-story__text{margin-bottom:20px}.veiled-category-story__button{margin-top:4px}.veiled-category-story__rail{width:calc(100% + var(--vcs-mobile-padding-x));max-width:none;z-index:2;display:flex!important;flex-direction:row!important;justify-content:flex-start!important;align-items:center!important;gap:10px;margin:0;padding:0 var(--vcs-mobile-padding-x) 4px 0;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.veiled-category-story__rail::-webkit-scrollbar{display:none}.veiled-category-story__card{flex:0 0 74px;width:74px;min-width:74px;max-width:74px;height:94px;padding:0;overflow:hidden;scroll-snap-align:start;display:block!important}.veiled-category-story__card-media{width:100%;height:100%;display:block;overflow:hidden}.veiled-category-story__card-image,.veiled-category-story__placeholder{width:100%;height:100%;display:block;object-fit:cover}.veiled-category-story__card-body{display:none!important}}@media screen and (max-width:420px){.veiled-category-story__copy{margin-bottom:16px}.veiled-category-story__rail{gap:9px}.veiled-category-story__card{flex-basis:68px;width:68px;min-width:68px;max-width:68px;height:88px}}@media screen and (max-width:749px){.veiled-category-story__sticky{padding-left:12px!important;padding-right:12px!important}.veiled-category-story__copy{padding-left:0!important;padding-right:0!important}.veiled-category-story__rail{width:calc(100% + 12px);padding-right:12px}}@media screen and (max-width:420px){.veiled-category-story__sticky{padding-left:10px!important;padding-right:10px!important}.veiled-category-story__rail{width:calc(100% + 10px);padding-right:10px}}@media screen and (max-width:749px){.veiled-category-story__card{flex:0 0 72px!important;width:72px!important;min-width:72px!important;max-width:72px!important;height:68px!important;min-height:68px!important;max-height:68px!important;padding:0!important;overflow:hidden!important;line-height:0!important}.veiled-category-story__card-media{width:100%!important;height:100%!important;min-height:0!important;max-height:none!important;display:block!important}.veiled-category-story__card-image,.veiled-category-story__placeholder{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}.veiled-category-story__card-body{display:none!important}}@media screen and (max-width:420px){.veiled-category-story__card{flex-basis:66px!important;width:66px!important;min-width:66px!important;max-width:66px!important;height:62px!important;min-height:62px!important;max-height:62px!important}}
/*# sourceMappingURL=/cdn/shop/t/16/assets/app-veiled-category-story.css.map */
