.highlight-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:3rem;flex-wrap:wrap;gap:1.5rem}.highlight-header__left{flex:1 1 auto}.highlight-header__title{margin:0 0 1rem}.highlight-header__description{margin:0}.highlight-header__right{flex:0 0 auto}.highlight-list{margin-top:3rem}.highlight-list .grid__item{display:flex}.highlight-card{display:block;position:relative;width:100%;border-radius:var(--popup-corner-radius, 1rem);overflow:hidden;background-color:rgb(var(--color-background));box-shadow:var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow),var(--popup-shadow-opacity))}.highlight-card__inner{position:relative;width:100%;padding-bottom:177.77%}@supports (aspect-ratio: 1){.highlight-card__inner{padding-bottom:0;aspect-ratio:9 / 16}}.highlight-card__trigger{position:absolute;top:0;left:0;width:100%;height:100%;padding:0;margin:0;border:none;background:transparent;cursor:pointer;overflow:hidden}.highlight-card__trigger:focus-visible{outline:.2rem solid rgba(var(--color-foreground),.5);outline-offset:.3rem;box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 .5rem .4rem rgba(var(--color-foreground),.3)}.highlight-card__image,.highlight-card__video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform var(--duration-default) ease,opacity var(--duration-default) ease}.highlight-card__video{opacity:0;z-index:1;pointer-events:none}@media(hover:hover){.highlight-card__trigger:hover .highlight-card__image{transform:scale(1.05)}.highlight-card__trigger:hover .highlight-card__video{opacity:1}}.highlight-card__footer{position:absolute;bottom:0;left:0;width:100%;padding:3rem 1.5rem 1.5rem;background:linear-gradient(to top,#000000b3,#0000);display:flex;align-items:center;gap:.8rem;color:#fff;z-index:2;pointer-events:none}.highlight-card__creator{font-weight:600;font-size:1.4rem}.highlight-modal-template{display:none}.highlight-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:101;display:block;background:#0000008c;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease,visibility .25s ease}.highlight-modal[open]{opacity:1;visibility:visible;pointer-events:auto}.highlight-modal[open] .highlight-modal__inner{transform:translate(-50%,-50%) scale(1)}.highlight-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0}.highlight-modal__inner{position:absolute;top:50%;left:50%;transform:translate(-50%,-48%) scale(.98);transition:transform .25s ease;width:min(1080px,calc(100vw - 3rem));max-height:90vh;background:rgb(var(--color-background));border-radius:var(--popup-corner-radius, 1rem);overflow:hidden;display:flex;flex-direction:column;box-shadow:0 10px 40px #0003}.highlight-modal__close{position:absolute;right:1.2rem;top:2rem;width:3.6rem;height:3.6rem;border:none;border-radius:50%;background:rgba(var(--color-background),.92);color:#000;z-index:20;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 .2rem .5rem #0000001a;transition:transform var(--duration-default) ease}.highlight-modal__close:hover{transform:scale(1.05);box-shadow:0 .4rem 1.2rem #0000002e}.highlight-modal__content-wrapper{width:100%;height:100%}.highlight-modal__content-wrapper:focus-visible{outline:none}.highlight-modal__layout{display:grid;grid-template-columns:minmax(0,1fr) 430px;width:100%;height:90vh}@media screen and (max-width:749px){.highlight-modal__layout{grid-template-columns:1fr;grid-template-rows:auto auto}.highlight-modal__inner{width:100vw;max-width:100vw;max-height:100vh;border-radius:0}}.highlight-modal__media-section{min-width:0;min-height:0;position:relative;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden}.highlight-modal__gallery-image,.highlight-modal__gallery-video{display:block;width:100%;border-radius:0}.highlight-modal__media-section:not(.highlight-modal__media-section--gallery){display:flex;align-items:center;justify-content:center}.highlight-modal__media-section:not(.highlight-modal__media-section--gallery) .highlight-modal__gallery-image,.highlight-modal__media-section:not(.highlight-modal__media-section--gallery) .highlight-modal__gallery-video{display:block;width:100%;max-height:100%;object-fit:contain}.highlight-modal__media-section--gallery{justify-content:flex-start;gap:1rem;padding:1rem}.highlight-modal__media-section--gallery .highlight-modal__gallery-image,.highlight-modal__media-section--gallery .highlight-modal__gallery-video{display:block;width:100%;height:auto;object-fit:contain}.highlight-modal__info-section{min-width:0;min-height:0;display:flex;flex-direction:column;padding:2rem;background-color:rgb(var(--color-background));overflow-y:auto}@media screen and (max-width:749px){.highlight-modal__media-section{max-height:75vh}.highlight-modal__info-section{border-top:.1rem solid rgba(var(--color-foreground),.08);padding:1.6rem}}@media screen and (min-width:750px){.highlight-modal__info-section{width:430px;border-left:.1rem solid rgba(var(--color-foreground),.08)}}.highlight-modal__header{display:flex;justify-content:space-between;align-items:center;gap:1.2rem;margin-bottom:2rem;padding:0 5rem 1.6rem 0;border-bottom:.1rem solid rgba(var(--color-foreground),.08)}.highlight-modal__creator{display:flex;align-items:center;gap:.8rem;font-weight:600;font-size:1.5rem;line-height:1.4;color:rgb(var(--color-foreground))}.highlight-modal__instagram-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.highlight-modal__instagram-icon svg{width:2rem;height:2rem}.highlight-modal__view-original{font-size:1.3rem;font-weight:600;color:rgb(var(--color-foreground));text-decoration:none;white-space:nowrap;transition:opacity .2s ease}.highlight-modal__view-original:hover{opacity:.65}.highlight-modal__caption{font-size:1.45rem;line-height:1.7;color:rgba(var(--color-foreground),.88);word-break:break-word;white-space:normal;overflow-wrap:anywhere}.highlight-modal__caption p{margin:0 0 1.4rem}.highlight-modal__caption p:last-child{margin-bottom:0}.highlight-modal__caption a{text-decoration:underline}.highlight-modal__products{margin-top:2.4rem;padding-top:2rem;border-top:.1rem solid rgba(var(--color-foreground),.08)}mod .highlight-modal__products-title{font-size:1.5rem;font-weight:600;margin:0 0 1.2rem}.highlight-modal__product-item{margin-bottom:1rem}.highlight-modal__product-item:last-child{margin-bottom:0}.highlight-modal__product-link{display:flex;align-items:center;gap:1.2rem;padding:1rem;border:.1rem solid rgba(var(--color-foreground),.08);border-radius:var(--inputs-radius, .8rem);text-decoration:none;color:rgb(var(--color-foreground));transition:background-color var(--duration-default) ease,border-color var(--duration-default) ease}.highlight-modal__product-link:hover{background-color:rgba(var(--color-foreground),.04);border-color:rgba(var(--color-foreground),.18)}.highlight-modal__product-image-wrapper{width:6rem;height:6rem;border-radius:.4rem;overflow:hidden;background-color:rgba(var(--color-foreground),.04);flex-shrink:0}.highlight-modal__product-image{display:block;width:100%;height:100%;object-fit:cover}.highlight-modal__product-details{display:flex;flex-direction:column;gap:.4rem;min-width:0}.highlight-modal__product-title{font-weight:600;font-size:1.3rem;line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.highlight-modal__product-price{font-size:1.3rem;color:rgba(var(--color-foreground),.75)}
/*# sourceMappingURL=/cdn/shop/t/3/assets/component-highlights.css.map */
