.caption-toggle{display:none}@media screen and (max-width:749px){.highlight-modal__caption{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.highlight-modal__caption.is-expanded{display:block;-webkit-line-clamp:unset}.caption-toggle{display:inline-block;margin-top:.8rem;padding:0;border:none;background:none;font-size:1.3rem;font-weight:600;text-decoration:underline;cursor:pointer}}.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;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.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);width:var(--highlight-modal-width, calc(100vw - 120px) );max-width:1200px;height:var(--highlight-modal-height, 90vh)}.highlight-modal__close{position:fixed;right:24px;top:24px;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{display:flex;height:100%;min-height:0;overflow:hidden;border-radius:var(--popup-corner-radius,1rem)}.highlight-modal__content-wrapper:focus-visible{outline:none}@media(max-width:749px){.highlight-modal__close{top:12px;right:12px}}.highlight-modal__layout{display:flex;height:100%;width:100%}@media screen and (max-width:749px){.highlight-modal__layout{flex-direction:column;width:100%}.highlight-modal__inner{width:100%;max-width:100%;height:100%;max-height:100%;border-radius:0}}.highlight-modal__media-section{min-width:0;position:relative;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;flex:1 1 0;background-color:#000}.highlight-modal__gallery-image,.highlight-modal__gallery-video{display:block;border-radius:0}.highlight-modal__media-section:not(.highlight-modal__media-section--gallery){display:flex;align-items:center;justify-content:center;height:100%;overflow:hidden}.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;height:100%;max-height:100%;width:100%;max-width:100%;object-fit:contain;flex-shrink:1}@media screen and (max-width:749px){.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{width:100%;max-width:100%;height: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;overflow-x:hidden}@media screen and (max-width:749px){.highlight-modal__media-section{height:58vh;max-height:58vh;flex:0 0 auto}.highlight-modal__info-section{border-top:.1rem solid rgba(var(--color-foreground),.08);padding:1.6rem}}@media screen and (min-width:750px){.highlight-modal__layout--single .highlight-modal__media-section{flex:0 0 var(--highlight-media-width, auto)}.highlight-modal__info-section{width:clamp(320px,34vw,400px);min-width:320px;flex:0 0 clamp(320px,34vw,400px);border-left:.1rem solid rgba(var(--color-foreground),.08)}}.highlight-modal__header{display:flex;flex-direction:column;align-items:flex-start;gap:.6rem;margin-bottom:2rem;padding:0 0 1.6rem;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;min-width:0;color:rgb(var(--color-foreground));text-decoration:none}.highlight-modal__creator:hover span{text-decoration:underline}.highlight-modal__creator span{overflow-wrap:anywhere;word-break:break-word}.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__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)}.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)}.highlight-modal__previous,.highlight-modal__next{position:fixed;top:50%;transform:translateY(-50%);width:56px;height:56px;border-radius:999px;border:1px solid rgba(255,255,255,.9);background:#ffffffbf;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);color:#4e4e4e;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #0000001f;transition:background .25s ease,transform .25s ease,box-shadow .25s ease;opacity:.92}.highlight-modal__previous,.highlight-modal__next{z-index:9999!important}.highlight-modal__previous.is-hidden,.highlight-modal__next.is-hidden{opacity:0;pointer-events:none}.highlight-modal__previous svg,.highlight-modal__next svg{width:24px;height:24px}@media(min-width:750px){.highlight-modal__previous{left:24px}.highlight-modal__next{right:24px}}@media(max-width:749px){.highlight-modal__previous{left:12px;width:4.8rem;height:4.8rem}.highlight-modal__next{right:12px;width:4.8rem;height:4.8rem}}.highlight-modal__previous:hover,.highlight-modal__next:hover{background:#fffffff2;opacity:1;transform:translateY(-50%) scale(1.08);box-shadow:0 8px 24px #0000002e}
/*# sourceMappingURL=/cdn/shop/t/10/assets/component-highlights.css.map */
