.lookbook-v2-row{grid-column:1 / -1!important;position:relative;display:grid!important;gap:24px;margin:0}@media screen and (max-width:740px){.lookbook-v2-row{grid-template-columns:1fr}}@media screen and (min-width:741px){.lookbook-v2-row{grid-template-columns:repeat(2,1fr)}.lookbook-v2-row--single-image{grid-template-columns:1fr}}.product-list__inner:has(.lookbook-v2-row){grid-template-columns:repeat(auto-fill,minmax(calc((100% - (var(--section-products-per-row) - 1) * var(--product-list-column-gap)) / var(--section-products-per-row)),1fr))!important}.lookbook-v2-row__card{position:relative;overflow:hidden;background-color:rgb(var(--background, 255, 255, 255))}.lookbook-v2-row__image-wrapper{position:relative;width:100%;height:100%}.lookbook-v2-row__image{display:block;width:100%;height:auto;object-fit:cover}@media screen and (max-width:740px){.lookbook-v2-row__card{display:none}.lookbook-v2-row__card--mobile-visible{display:block}.lookbook-v2-row__content-desktop{display:none}}@media screen and (min-width:741px){.lookbook-v2-row__content-mobile{display:none}}.lookbook-v2-row__content{position:absolute;top:0;bottom:0;left:0;right:0;display:flex;flex-direction:column;gap:8px;padding:24px;z-index:1;pointer-events:none}.lookbook-v2-row__content--top-left{justify-content:flex-start;align-items:flex-start}.lookbook-v2-row__content--top-center{justify-content:flex-start;align-items:center}.lookbook-v2-row__content--top-right{justify-content:flex-start;align-items:flex-end}.lookbook-v2-row__content--middle-left{justify-content:center;align-items:flex-start}.lookbook-v2-row__content--middle-center{justify-content:center;align-items:center}.lookbook-v2-row__content--middle-right{justify-content:center;align-items:flex-end}.lookbook-v2-row__content--bottom-left{justify-content:flex-end;align-items:flex-start}.lookbook-v2-row__content--bottom-center{justify-content:flex-end;align-items:center}.lookbook-v2-row__content--bottom-right{justify-content:flex-end;align-items:flex-end}.lookbook-v2-row__text{font-family:Montserrat,sans-serif;font-size:16px;font-weight:600;line-height:1.4;color:#fff;text-align:center;margin:0}.lookbook-v2-row__trigger{padding:12px 24px;background-color:rgb(var(--primary-button-background, 0, 0, 0));color:rgb(var(--primary-button-text-color, 255, 255, 255));border:none;border-radius:2px;font-family:Montserrat,sans-serif;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;pointer-events:auto;transition:transform .2s ease}.lookbook-v2-row__trigger:hover{transform:translateY(-2px)}.lookbook-v2-row__trigger:active{transform:translateY(0)}.lookbook-v2-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-end;padding:24px;gap:8px;z-index:2;background-color:#0006;opacity:0;transition:opacity .3s ease;pointer-events:none}.lookbook-v2-overlay:not([hidden]){opacity:1;pointer-events:auto}.lookbook-v2-overlay[hidden]{display:none}@media screen and (max-width:740px){.lookbook-v2-overlay{position:fixed;top:0;bottom:0;right:0;left:0;align-items:stretch;padding:16px;background-color:#00000080;max-height:100vh;overflow-y:auto}}.lookbook-v2-overlay__close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:8px;background-color:#fff;border:none;border-radius:99px;cursor:pointer;transition:opacity .2s ease}.lookbook-v2-overlay__close svg{width:16px;height:16px;fill:#000}.lookbook-v2-overlay__close:hover{opacity:.8}.lookbook-v2-overlay__products{display:flex;flex-direction:column;gap:8px}.lookbook-v2-inline{position:relative;overflow:hidden;background-color:rgb(var(--background, 255, 255, 255));text-decoration:none;display:block}.lookbook-v2-inline--span-2{grid-column:span 2}@media screen and (min-width:741px){.lookbook-v2-inline--span-2 .lookbook-v2-inline__image-wrapper{position:absolute;top:0;left:0;right:0;bottom:0}.lookbook-v2-inline--span-2 .lookbook-v2-inline__image{width:100%;height:100%;object-fit:cover}}@media screen and (max-width:740px){.product-list__inner{grid-auto-flow:dense}.lookbook-v2-inline--mobile-first{order:2}.product-list__inner>*{order:3}.product-list__inner>*:first-child{order:1}.product-list__inner>.lookbook-v2-inline--mobile-first{order:2}}.lookbook-v2-inline__image-wrapper{position:relative;width:100%;height:100%}.lookbook-v2-inline__image{display:block;width:100%;height:100%;object-fit:cover}.lookbook-v2-inline__content{position:absolute;top:0;bottom:0;left:0;right:0;display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:16px 20px;z-index:1}.lookbook-v2-inline__content--text-top{flex-direction:column}.lookbook-v2-inline__content--text-bottom{flex-direction:column-reverse}.lookbook-v2-inline__text{font-family:Montserrat,sans-serif;font-size:16px;font-weight:600;line-height:1.4;color:#fff;text-align:center;margin:0}.lookbook-v2-inline__cta{display:inline-block;padding:10px 20px;background-color:rgb(var(--primary-button-background, 0, 0, 0));color:rgb(var(--primary-button-text-color, 255, 255, 255));border:none;border-radius:2px;font-family:Montserrat,sans-serif;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;text-decoration:none;cursor:pointer;transition:transform .2s ease}.lookbook-v2-inline__cta:hover{transform:translateY(-2px)}.lookbook-v2-inline__cta:active{transform:translateY(0)}a.lookbook-v2-inline .lookbook-v2-inline__image{transition:transform .4s ease}a.lookbook-v2-inline:hover .lookbook-v2-inline__image{transform:scale(1.03)}a.lookbook-v2-inline:focus-visible{outline:2px solid rgb(var(--primary-button-background, 0, 0, 0));outline-offset:2px}@media(prefers-reduced-motion:reduce){.lookbook-v2-overlay,.lookbook-v2-row__trigger,.lookbook-v2-inline__cta,a.lookbook-v2-inline .lookbook-v2-inline__image{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/468/assets/lookbook-v2.css.map */
