body.template-collection,body.template-search,html{background-color:#fff}body.template-collection .main-content,body.template-search .main-content{padding-top:40px}@media screen and (min-width:750px){body.template-collection .main-content,body.template-search .main-content{padding-top:27px}}@media screen and (min-width:750px){.vpv-collection--w-d-page .vpv-collection__inner{width:100%;max-width:var(--vpv-page-max-width, 1500px);margin-inline:auto;padding-inline:var(--vpv-page-gutter, 16px);box-sizing:border-box}}@media screen and (max-width:749px){.vpv-collection--w-m-page .vpv-collection__inner{width:100%;max-width:var(--vpv-page-max-width, 1500px);margin-inline:auto;padding-inline:var(--vpv-page-gutter, 16px);box-sizing:border-box}}.vpv-collection__toolbar{display:grid;align-items:center;margin-top:18px;column-gap:16px;row-gap:16px;padding-bottom:16px;padding-inline:var(--vpv-toolbar-pad-inline-start-mobile, 16px) var(--vpv-toolbar-pad-inline-end-mobile, 16px);grid-template-columns:1fr auto;grid-template-areas:"filter filter" "chips  chips" "count  sort"}.vpv-collection__filter-btn{grid-area:filter}.vpv-collection__count{grid-area:count}.vpv-collection__active-tags{grid-area:chips}.vpv-collection__sort{grid-area:sort;justify-self:end}.vpv-collection__filter-btn{display:inline-flex;align-items:center;justify-content:space-between;gap:16px;width:100%;padding:16px;background:transparent;border:1px solid #171415;border-radius:0;color:#171415;font-family:var(--typeBasePrimary),var(--typeBaseFallback);font-size:14px;font-weight:500;line-height:100%;cursor:pointer}.vpv-collection__filter-icon{display:flex;align-items:center;justify-content:center;flex:0 0 auto;width:20px;height:20px}.vpv-collection__filter-icon svg{display:block}.vpv-collection__filter-label{display:inline-flex;align-items:center;gap:4px}.vpv-collection__filter-count{font-weight:inherit}.vpv-collection__count{color:#171415;font-family:var(--typeBasePrimary),var(--typeBaseFallback);font-size:13px;font-weight:400}.vpv-collection__active-tags{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:0;padding:0}.vpv-collection__active-tags:empty{display:none}.vpv-collection__active-tag{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;background:#fff;border:1px solid #e0e0e0;color:#171415;font-family:var(--typeBasePrimary),var(--typeBaseFallback);font-size:13px;line-height:1;text-decoration:none}.vpv-collection__active-tag-x{width:12px;height:12px;stroke:currentColor;stroke-width:4px}.vpv-collection__active-tag:hover{background:#171415;color:#fff}.vpv-collection__clear a{font-family:var(--typeBasePrimary),var(--typeBaseFallback);font-size:13px;color:#171415;text-decoration:underline}.vpv-collection__sort{display:inline-flex;align-items:center;gap:4px}.vpv-collection__sort label{margin:0;color:#171415;font-family:var(--typeBasePrimary),var(--typeBaseFallback);font-size:14px;font-weight:400;line-height:100%;white-space:nowrap}.vpv-collection__sort-select{position:relative;display:inline-flex;align-items:center}.vpv-collection__sort select{appearance:none;-webkit-appearance:none;margin:0;border:0;background:transparent;padding:0 19px 0 0;color:#757575;font-family:var(--typeBasePrimary),var(--typeBaseFallback);font-size:14px!important;font-weight:400;line-height:100%;cursor:pointer}.vpv-collection__sort select::-ms-expand{display:none}.vpv-collection__sort-chevron{position:absolute;right:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:15px;height:15px;pointer-events:none}@media screen and (min-width:750px){.vpv-collection__toolbar{grid-template-columns:auto 1fr auto;grid-template-areas:"filter count sort";column-gap:24px;row-gap:28px;padding-inline:var(--vpv-toolbar-pad-inline-start, 56px) var(--vpv-toolbar-pad-inline-end, 56px)}.vpv-collection__toolbar:has(.vpv-collection__active-tags:not(:empty)){grid-template-areas:"filter count sort" "chips  chips sort"}.vpv-collection__filter-btn{width:182px}.vpv-collection__count{justify-self:start}.vpv-collection__sort{align-self:end}}.vpv-collection__toolbar--no-filters{display:flex;align-items:center;justify-content:space-between;column-gap:16px}.vpv-collection__body{padding-top:8px}.vpv-collection__grid{display:grid;grid-template-columns:repeat(var(--vpv-cols-mobile, 2),minmax(0,1fr));gap:24px 12px}@media screen and (min-width:750px){.vpv-collection__grid{grid-template-columns:repeat(var(--vpv-cols-tablet, 3),minmax(0,1fr));gap:40px 12px}}@media screen and (min-width:1024px){.vpv-collection__grid{grid-template-columns:repeat(var(--vpv-cols-desktop, 3),minmax(0,1fr))}}@media screen and (min-width:1600px){.vpv-collection__grid{grid-template-columns:repeat(var(--vpv-cols-large, 4),minmax(0,1fr))}}.vpv-collection__promo{grid-column:1 / -1;grid-row:3;margin-left:calc(-1 * var(--vpv-pad-inline-start-mobile, var(--vpv-pad-inline-start, 0px)));margin-right:calc(-1 * var(--vpv-pad-inline-end-mobile, var(--vpv-pad-inline-end, 0px)))}@media screen and (min-width:750px){.vpv-collection__promo{grid-column:1;grid-row:2;margin-left:0;margin-right:0}.vpv-collection__promo .vpv-promo-card{aspect-ratio:auto;height:100%}}.vpv-collection__promo--flow{grid-row:auto}@media screen and (min-width:750px){.vpv-collection__promo--flow{grid-column:auto}}.vpv-collection__empty{padding:48px 0;text-align:center;font-family:var(--typeBasePrimary),var(--typeBaseFallback)}.vpv-collection .pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px;margin:0;padding:var(--vpv-pad-block-end, 0) 0 0}@media screen and (max-width:749px){.vpv-collection .pagination{padding-top:var(--vpv-pad-block-end-mobile, var(--vpv-pad-block-end, 0))}}.vpv-collection .pagination>span{display:inline-flex;width:auto;min-width:0;margin:0;padding:0;background:none;line-height:normal}.vpv-collection .pagination .page a,.vpv-collection .pagination .page.current,.vpv-collection .pagination .prev a,.vpv-collection .pagination .next a{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;margin:0;box-sizing:border-box;border:1px solid #000;background:#fff;color:#000;opacity:1;text-decoration:none;font-family:Barlow,sans-serif;font-size:11px;font-weight:600;line-height:67%;letter-spacing:-.11px;text-transform:uppercase;text-align:center;transition:background-color .15s ease,color .15s ease}.vpv-collection .pagination .page.current,.vpv-collection .pagination .page a:hover,.vpv-collection .pagination .page a:focus-visible,.vpv-collection .pagination .prev a:hover,.vpv-collection .pagination .prev a:focus-visible,.vpv-collection .pagination .next a:hover,.vpv-collection .pagination .next a:focus-visible{background:#000;color:#fff}.vpv-collection .pagination .prev .icon,.vpv-collection .pagination .next .icon{width:auto;height:10px;color:inherit;fill:currentColor}#FilterDrawer.vpv-filter-panel{position:fixed;top:0;bottom:0;left:0;right:auto;height:auto;width:100%;max-width:375px;margin:0;padding:0;border:0;border-radius:0;background:#f7f5f3;box-shadow:0 0 150px #0000001a;transform:translate(-100%);transition:transform .3s cubic-bezier(.165,.84,.44,1);z-index:2147483647;display:block;overflow:hidden}#FilterDrawer.vpv-filter-panel.drawer--is-open{transform:translate(0)}.vpv-filter-panel__inner{display:flex;flex-direction:column;width:100%;height:100%;overflow:hidden;-webkit-overflow-scrolling:touch}.vpv-filter-panel__header{flex:0 0 auto;position:relative;display:flex;align-items:center;padding:10px;margin-bottom:15px}.vpv-filter-panel__header:after{content:"";position:absolute;left:10px;right:10px;bottom:0;height:1px;background:#eaeaea}.vpv-filter-panel__title{margin:0;color:#000;font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);font-size:29px;font-weight:600;line-height:120%;text-transform:uppercase}.vpv-filter-panel__close{position:absolute;top:15px;right:10px;display:flex;padding:0;background:transparent;border:0;color:#000;cursor:pointer}.vpv-filter-panel__content{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:0 10px}.vpv-filter-panel__count{margin:16px 0;font-family:var(--typeBasePrimary),var(--typeBaseFallback);font-size:13px;color:#6b6b6b}.vpv-filter-panel__footer{flex:0 0 auto;position:relative;padding:12px 10px;background:#f7f5f3}.vpv-filter-panel__footer:before{content:"";position:absolute;top:0;left:10px;right:10px;height:1px;background:#eaeaea}.vpv-filter-panel__apply{width:100%}.vpv-filter-group{border-bottom:1px solid #eaeaea}.vpv-filter-group__trigger{display:flex;align-items:center;gap:12px;width:100%;padding:18px 0;background:transparent;border:0;cursor:pointer;font-family:var(--typeBasePrimary),var(--typeBaseFallback);font-size:13px;font-weight:600;line-height:100%;letter-spacing:-.13px;text-transform:uppercase;color:#171415;text-align:left}.vpv-filter-group__icon{width:22px;height:22px;object-fit:contain}.vpv-filter-group__label{flex:1 1 auto}.vpv-filter-group__chevron{flex:0 0 auto;display:flex;width:40px;height:40px;padding:10px;justify-content:center;align-items:center;transition:transform .2s ease;transform:rotate(180deg)}.vpv-filter-group__chevron svg{display:block;width:20px;height:20px}.vpv-filter-group__trigger.is-open .vpv-filter-group__chevron{transform:rotate(0)}.vpv-filter-group__inner{padding:0 0 24px}.vpv-filter-btn-item,.vpv-filter-image-item,.vpv-filter-swatch-item{margin:0}.vpv-filter-btns{display:grid;grid-template-columns:repeat(var(--vpv-filter-cols, 4),minmax(0,1fr));column-gap:5px;row-gap:8px;margin:0;padding:0}.vpv-filter-btn{display:flex;align-items:center;justify-content:center;width:100%;height:50px;margin:0;padding:0 8px;border:1px solid #a9a9a9;box-shadow:none;background:#fff;color:#171415;font-family:var(--typeBasePrimary),var(--typeBaseFallback);font-size:13px;font-weight:400;line-height:100%;letter-spacing:-.13px;text-align:center;cursor:pointer}.vpv-filter-btn__input{position:absolute;opacity:0;width:0;height:0}.vpv-filter-btn__input:checked+.vpv-filter-btn{background:#171415;border-color:#a9a9a9;color:#fff}.vpv-filter-btn-item:hover .vpv-filter-btn{border-color:#171415}.vpv-filter-list{margin:0;padding:0;display:flex;flex-direction:column;gap:22px}.vpv-filter-list-item{margin:0}.vpv-filter-checkbox{display:flex;align-items:center;gap:8px;margin:0;cursor:pointer;font-family:var(--typeBasePrimary),var(--typeBaseFallback);font-size:13px;font-weight:400;line-height:100%;letter-spacing:-.13px;color:#171415}.vpv-filter-checkbox__input{position:absolute;opacity:0;width:0;height:0}.vpv-filter-checkbox__box{flex:0 0 auto;width:16px;height:16px;border:1px solid #a9a9a9;background:#fff;position:relative}.vpv-filter-checkbox__input:checked+.vpv-filter-checkbox__box{background:#171415;border-color:#171415}.vpv-filter-checkbox__input:checked+.vpv-filter-checkbox__box:after{content:"";position:absolute;left:5px;top:1px;width:4px;height:9px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.vpv-filter-images{display:grid;grid-template-columns:repeat(2,1fr);gap:6px;margin:0;padding:0}.vpv-filter-image{display:flex;flex-direction:column;align-items:center;gap:9px;margin:0;padding:22px;border:1px solid #a9a9a9;background:transparent;cursor:pointer;color:#171415;font-family:var(--typeBasePrimary),var(--typeBaseFallback);font-size:13px;font-weight:400;line-height:100%;letter-spacing:-.13px;text-align:center;transition:background .15s ease,border-color .15s ease,color .15s ease}.vpv-filter-image__input{position:absolute;opacity:0;width:0;height:0}.vpv-filter-image__img{width:50px;height:50px;object-fit:contain}.vpv-filter-image:hover{border-color:#171415}.vpv-filter-image__input:checked+.vpv-filter-image{background:#171415;border-color:#171415;color:#fff}.vpv-filter-image__input:checked+.vpv-filter-image .vpv-filter-image__img{filter:grayscale(1) invert(1)}.vpv-filter-swatches{display:flex;flex-wrap:wrap;gap:16px;margin:0;padding:2px}.vpv-filter-swatch{display:flex;flex-direction:column;align-items:center;gap:6px;margin:0;cursor:pointer}.vpv-filter-swatch__input{position:absolute;opacity:0;width:0;height:0}.vpv-filter-swatch__chip{width:24px;height:24px;border-radius:50%;border:1px solid var(--swatch-border, #cdcdcd);background-size:cover;background-position:center;transition:border-color .15s ease,box-shadow .15s ease}.vpv-filter-swatch__chip.color-swatch:before{opacity:0}.vpv-filter-swatch:hover .vpv-filter-swatch__chip{border-color:#000}.vpv-filter-swatch__input:checked+.vpv-filter-swatch__chip{box-shadow:0 0 0 2px #000}.vpv-filter-swatch__text{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.vpv-filter-group__trigger:not(.is-open)~.vpv-width-help{display:none}.vpv-width-help{margin:0 0 24px}.vpv-width-help__trigger{display:inline-flex;align-items:center;gap:6px;padding:0;background:transparent;border:0;color:#171415;font-family:var(--typeBasePrimary),var(--typeBaseFallback);font-size:13px;font-weight:500;text-decoration:underline;cursor:pointer}.vpv-width-help__icon{width:18px;height:18px}.vpv-width-help__panel{position:relative;margin-top:10px;padding:12px;background:#fff;border:1px solid #e4e4e3;font-family:var(--typeBasePrimary),var(--typeBaseFallback);font-size:13px}.vpv-width-help__close{position:absolute;top:12px;right:12px;display:flex;padding:0;background:transparent;border:0;color:#171415;cursor:pointer}.vpv-width-help__heading{margin:0 0 6px;font-family:var(--typeBasePrimary),var(--typeBaseFallback);font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:-.13px;color:#171415}.vpv-width-help__panel[hidden]{display:none}.vpv-width-help__heading+.vpv-width-guide__block{margin-top:8px}.vpv-width-help__heading:not(:first-child){margin-top:20px}.vpv-width-guide__block{margin-bottom:12px}.vpv-width-guide__img{background:#f2f2f2;padding:16px}.vpv-width-guide__img img{display:block;width:100%;height:auto}.vpv-width-guide__copy{margin-top:12px}.vpv-width-guide__copy p{margin:0 0 8px}.vpv-width-guide__copy p:last-child{margin-bottom:0}.vpv-width-guide__tips{margin-top:20px}.vpv-width-guide__tips p{margin:0 0 8px}.vpv-width-guide__tips :is(h1,h2,h3,h4,h5,h6){margin:0 0 6px;font-family:var(--typeBasePrimary),var(--typeBaseFallback);font-size:13px;font-weight:600;line-height:normal;letter-spacing:-.13px;text-transform:uppercase;color:#171415}.vpv-filter-group__inner .price-range{margin-top:4px}
/*# sourceMappingURL=/cdn/shop/t/142/assets/vpv-collection.css.map */
