.promotion-lookbook{background:var(--promotion-page-bg);color:var(--promotion-text);min-height:100vh;padding:0}.promotion-lookbook__shell{position:relative;width:100%;min-height:100vh;margin:0;background:var(--promotion-bg);overflow:hidden;display:flex;flex-direction:column;isolation:isolate}.promotion-lookbook__content{width:100%;max-width:var(--promotion-max-width);margin:0 auto;padding:86px 64px 0;flex:1}.promotion-lookbook--first-image .promotion-lookbook__content{padding-top:0}.promotion-lookbook__items{display:grid;gap:74px}.promotion-lookbook__content-block{display:flex;grid-column:1 / -1;width:100%}.promotion-lookbook__content-block--left{justify-content:flex-start;text-align:left}.promotion-lookbook__content-block--center{justify-content:center;text-align:center}.promotion-lookbook__content-block--right{justify-content:flex-end;text-align:right}.promotion-lookbook__content-block--justify{justify-content:center;text-align:center}.promotion-lookbook__content-block--justify .promotion-lookbook__block-description,.promotion-lookbook__content-block--justify .promotion-lookbook__block-description p{text-align:justify;text-align-last:left}.promotion-lookbook__content-block-inner{width:min(100%,var(--promotion-block-content-width, 760px))}.promotion-lookbook__block-title{margin:0 0 14px;color:var(--promotion-block-title-color);font-size:var(--promotion-block-title-size);line-height:1.2;font-weight:var(--font-body-bold-weight, 700);text-transform:uppercase}.promotion-lookbook__block-heading{margin:0;color:var(--promotion-block-heading-color);font-size:var(--promotion-block-heading-size);line-height:.92;font-weight:400;text-transform:uppercase}.promotion-lookbook__block-description{max-width:none;margin-top:24px;color:var(--promotion-block-description-color);font-size:var(--promotion-block-description-size);line-height:1.75}.promotion-lookbook__content-block--center .promotion-lookbook__block-description{margin-right:auto;margin-left:auto}.promotion-lookbook__content-block--right .promotion-lookbook__block-description{margin-left:auto}.promotion-lookbook__block-description p{margin:0}.promotion-lookbook__image-block{display:flex;grid-column:1 / -1;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.promotion-lookbook__product-group{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:38px 28px;width:100%}.promotion-lookbook__product-group--columns-2{grid-template-columns:repeat(2,minmax(0,1fr))}.promotion-lookbook__product-group--columns-3{grid-template-columns:repeat(3,minmax(0,1fr))}.promotion-lookbook__product-group--columns-4{grid-template-columns:repeat(4,minmax(0,1fr))}.promotion-lookbook__product-group--carousel{display:block;position:relative;overflow:hidden}.promotion-lookbook__product-group--carousel.flickity-enabled{overflow:visible}.promotion-lookbook__product-slide{width:calc(25% - 21px);margin-right:28px}.promotion-lookbook__product-group--columns-2 .promotion-lookbook__product-slide{width:calc(50% - 14px)}.promotion-lookbook__product-group--columns-3 .promotion-lookbook__product-slide{width:calc(33.333333% - 18.666667px)}.promotion-lookbook__product-group--columns-4 .promotion-lookbook__product-slide{width:calc(25% - 21px)}.promotion-lookbook__product-group--banner{display:flex;justify-content:center}.promotion-lookbook__product-group--banner-left{justify-content:flex-start}.promotion-lookbook__product-group--banner-center{justify-content:center}.promotion-lookbook__product-group--banner-right{justify-content:flex-end}.promotion-lookbook__feature-products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:54px;align-items:center;width:100%}.promotion-lookbook__feature-products--count-1{grid-template-columns:minmax(0,760px);justify-content:center}.promotion-lookbook__feature-card{display:grid;grid-template-columns:minmax(0,46%) minmax(0,1fr);gap:34px;align-items:center;width:100%;margin:0}.promotion-lookbook__feature-visual{position:relative;margin:0}.promotion-lookbook__feature-image-link,.promotion-lookbook__feature-placeholder{display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:1 / 1}.promotion-lookbook__feature-image-link img,.promotion-lookbook__feature-placeholder svg{display:block;width:100%;height:100%;object-fit:contain}.promotion-lookbook__feature-info{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.promotion-lookbook__feature-title{margin:0 0 8px;color:var(--color-accent);font-size:1rem;line-height:1.35;font-weight:var(--font-body-bold-weight, 700)}.promotion-lookbook__feature-title:hover{color:var(--color-accent2)}.promotion-lookbook__feature-price{margin-bottom:12px}.promotion-lookbook__feature-price .price{display:flex;flex-wrap:wrap;gap:8px;align-items:baseline;justify-content:flex-start;color:var(--color-price, var(--color-accent));font-size:.9375rem;line-height:1.35;font-weight:var(--font-body-medium-weight, 500)}.promotion-lookbook__feature-price del{color:var(--promotion-muted)}.promotion-lookbook__feature-text{max-width:360px;color:var(--promotion-muted);font-size:.8125rem;line-height:1.7}.promotion-lookbook__image-block--left{justify-content:flex-start}.promotion-lookbook__image-block--center{justify-content:center}.promotion-lookbook__image-block--right{justify-content:flex-end}.promotion-lookbook__image-block-link{display:block;width:100%}.promotion-lookbook__standalone-image,.promotion-lookbook__image-block-placeholder{display:block;width:100%;overflow:hidden;border-radius:var(--promotion-image-radius)}.promotion-lookbook__standalone-image img,.promotion-lookbook__image-block-placeholder svg{display:block;width:100%;height:min(var(--promotion-image-max-height),100vh);max-height:var(--promotion-image-max-height);object-fit:cover}.promotion-lookbook__standalone-image--mobile{display:none}.promotion-lookbook__item{position:relative;display:block;min-height:0;margin:0;padding-bottom:0}.promotion-lookbook__item+.promotion-lookbook__item{padding-top:0;border-top:0}.promotion-lookbook__visual{position:relative;min-height:0;margin:0 0 18px}.promotion-lookbook__circle{display:none}.promotion-lookbook__image-link,.promotion-lookbook__image-frame{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:100%;min-height:0;aspect-ratio:1 / 1}.promotion-lookbook__image-link img,.promotion-lookbook__image-frame img,.promotion-lookbook__placeholder svg{display:block;width:100%;height:100%;max-height:none;object-fit:contain}.promotion-lookbook__banner-link{position:relative;z-index:1;display:block;width:100%;overflow:hidden;color:inherit}.promotion-lookbook__banner-link img{display:block;width:100%;height:auto;object-fit:contain}.promotion-lookbook__banner-card{width:min(100%,var(--promotion-banner-width, 75%))}.promotion-lookbook__banner-image--mobile{display:none}.promotion-lookbook__placeholder{position:relative;z-index:1;width:100%;max-width:440px;margin:0 auto}.promotion-lookbook__info{display:flex;flex-direction:column;align-items:center;color:var(--promotion-text);max-width:none;text-align:center}.promotion-lookbook__title{display:-webkit-box;min-height:2.8125rem;margin:0 0 8px;overflow:hidden;color:var(--color-accent);font-size:calc(var(--font-product-title-scale, 1) * .9375rem);line-height:calc(var(--font-product-title-line-height-scale, 1) * 1.5);font-weight:var(--font-body-bold-weight, 700);-webkit-box-orient:vertical;-webkit-line-clamp:2}.promotion-lookbook__title:hover{color:var(--color-accent2)}.promotion-lookbook__price{margin-bottom:10px;margin-top:auto}.promotion-lookbook__price .price,.promotion-lookbook__manual-price{color:var(--color-price, var(--color-accent));font-size:.875rem;line-height:1.35;font-weight:var(--font-body-medium-weight, 500)}.promotion-lookbook__price .price{display:flex;flex-wrap:wrap;gap:8px;align-items:baseline;justify-content:center}.promotion-lookbook__price del{color:var(--promotion-muted);font-size:.875rem}.promotion-lookbook__text{max-width:none;color:var(--promotion-muted);font-size:.8125rem;line-height:1.6}.promotion-lookbook__text p{margin:0}.promotion-lookbook__button{margin-top:16px}.promotion-lookbook__footer{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:center;margin-top:78px;padding:24px 72px;background:var(--promotion-footer-bg);color:var(--promotion-footer-text)}.promotion-lookbook__footer-item:last-child{text-align:right}.promotion-lookbook__footer-label{display:block;font-size:.9375rem;line-height:1.3;opacity:.82}.promotion-lookbook__footer-value,.promotion-lookbook__footer-value a{color:inherit;font-size:1.25rem;line-height:1.25;font-weight:var(--font-body-bold-weight, 700)}@media only screen and (min-width:1200px){.promotion-lookbook__content{padding-top:104px}}@media only screen and (min-width:768px){.promotion-lookbook__product-group--carousel.flickity-enabled .flickity-nav{display:flex;opacity:1}.promotion-lookbook__product-group--carousel.flickity-enabled .flickity-prev{left:-27px}.promotion-lookbook__product-group--carousel.flickity-enabled .flickity-next{right:-27px}}@media only screen and (max-width:1067px){.promotion-lookbook__content{padding:72px 34px 0}.promotion-lookbook__product-group{grid-template-columns:repeat(2,minmax(0,1fr));gap:42px 24px}.promotion-lookbook__product-slide,.promotion-lookbook__product-group--columns-2 .promotion-lookbook__product-slide,.promotion-lookbook__product-group--columns-3 .promotion-lookbook__product-slide,.promotion-lookbook__product-group--columns-4 .promotion-lookbook__product-slide{width:calc(50% - 12px);margin-right:24px}.promotion-lookbook__product-group--banner{display:flex}.promotion-lookbook__feature-products{gap:36px}.promotion-lookbook__feature-card{grid-template-columns:minmax(0,44%) minmax(0,1fr);gap:24px}.promotion-lookbook__block-heading{font-size:min(var(--promotion-block-heading-size),84px)}}@media only screen and (max-width:767px){.promotion-lookbook{min-height:auto}.promotion-lookbook__content{padding:48px 20px 0}.promotion-lookbook__block-title{font-size:min(var(--promotion-block-title-size),18px)}.promotion-lookbook__block-heading{font-size:min(var(--promotion-block-heading-size),54px)}.promotion-lookbook__block-description{font-size:min(var(--promotion-block-description-size),16px)}.promotion-lookbook__standalone-image--desktop{display:none}.promotion-lookbook__standalone-image--mobile{display:block}.promotion-lookbook__banner-image--desktop{display:none}.promotion-lookbook__banner-image--mobile{display:block}.promotion-lookbook__product-group{grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 16px}.promotion-lookbook__product-group--mobile-columns-1{grid-template-columns:1fr}.promotion-lookbook__product-group--mobile-columns-2{grid-template-columns:repeat(2,minmax(0,1fr))}.promotion-lookbook__product-slide,.promotion-lookbook__product-group--mobile-columns-2 .promotion-lookbook__product-slide{width:calc(50% - 8px);margin-right:16px}.promotion-lookbook__product-group--mobile-columns-1 .promotion-lookbook__product-slide{width:100%}.promotion-lookbook__product-group--banner{display:flex}.promotion-lookbook__banner-card{width:min(100%,var(--promotion-banner-mobile-width, 100%))}.promotion-lookbook__feature-products,.promotion-lookbook__feature-products--count-1{grid-template-columns:1fr;gap:34px}.promotion-lookbook__feature-card{grid-template-columns:minmax(0,42%) minmax(0,1fr);gap:18px}.promotion-lookbook__feature-title{font-size:.9375rem}.promotion-lookbook__feature-text{max-width:none;font-size:.8125rem}.promotion-lookbook__item,.promotion-lookbook__item--image-right{min-height:auto;padding-bottom:0;text-align:center}.promotion-lookbook__item+.promotion-lookbook__item{padding-top:0}.promotion-lookbook__visual,.promotion-lookbook__image-link,.promotion-lookbook__image-frame{min-height:0}.promotion-lookbook__image-link img,.promotion-lookbook__image-frame img,.promotion-lookbook__placeholder svg{max-height:none}.promotion-lookbook__info,.promotion-lookbook__item--image-right .promotion-lookbook__info{max-width:none}.promotion-lookbook__title{font-size:calc(var(--font-product-title-scale, 1) * .875rem);min-height:2.625rem}.promotion-lookbook__price .price,.promotion-lookbook__manual-price{font-size:.8125rem}.promotion-lookbook__text{max-width:none;margin:0}.promotion-lookbook__price .price{justify-content:center}.promotion-lookbook__footer{grid-template-columns:1fr;gap:10px;margin-top:42px;padding:22px 20px;text-align:center}.promotion-lookbook__footer-item:last-child{text-align:center}}@media only screen and (max-width:420px){.promotion-lookbook__product-group{grid-template-columns:1fr}.promotion-lookbook__product-slide,.promotion-lookbook__product-group--mobile-columns-1 .promotion-lookbook__product-slide,.promotion-lookbook__product-group--mobile-columns-2 .promotion-lookbook__product-slide{width:100%;margin-right:16px}.promotion-lookbook__product-group--banner{display:flex}.promotion-lookbook__feature-card{grid-template-columns:1fr;text-align:center}.promotion-lookbook__feature-info{align-items:center;text-align:center}.promotion-lookbook__feature-price .price{justify-content:center}.promotion-lookbook__block-heading{font-size:min(var(--promotion-block-heading-size),44px)}.promotion-lookbook__visual,.promotion-lookbook__image-link,.promotion-lookbook__image-frame{min-height:0}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/promotion-lookbook.css.map */
