:root{--theme-showcase-animation-duration: .3s;--theme-showcase-char-delay: .05s;--theme-showcase-view-delay-base: .4s;--theme-showcase-price-return-delay: .5s}.theme-showcase--root{padding:var(--desktop-side-margin)}.theme-showcase--container{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.theme-showcase--item-large{grid-column:span 2}.theme-showcase--item-small{grid-column:span 1}.theme-showcase--link{display:block;text-decoration:none;color:inherit}.theme-showcase--image-wrapper{position:relative;overflow:hidden}.theme-showcase--image-wrapper.theme-showcase--image-ratio-portrait,.theme-showcase--image-wrapper.theme-showcase--image-ratio-square,.theme-showcase--image-wrapper.theme-showcase--image-ratio-landscape{aspect-ratio:var(--aspect-ratio)}.theme-showcase--image{width:100%;height:100%;object-fit:cover;object-position:var(--object-position, center);display:block;transition:transform 2s ease;transform:scale(1)}.theme-showcase--link:hover .theme-showcase--image,.theme-showcase--item:hover .theme-showcase--link .theme-showcase--image{transform:scale(1.02)}.theme-showcase--price{position:absolute;bottom:0;right:40px;background-color:#000;padding:16px 52px;font-size:14px;overflow:hidden;display:flex;align-items:center;justify-content:center;min-height:50px}.theme-showcase--price-characters{display:inline-block}.theme-showcase--price-char{display:inline-block;transition:transform var(--theme-showcase-animation-duration) cubic-bezier(.4,0,.2,1);transition-delay:calc(var(--char-index) * var(--theme-showcase-char-delay) + var(--theme-showcase-price-return-delay));will-change:transform}.theme-showcase--link:hover .theme-showcase--price-char{transform:translateY(-300%);transition-delay:calc(var(--char-index) * var(--theme-showcase-char-delay))}.theme-showcase--view-text{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);white-space:nowrap;display:block;pointer-events:none;overflow:hidden}.theme-showcase--view-char{display:inline-block;transform:translateY(200%);transition:transform var(--theme-showcase-animation-duration) cubic-bezier(.4,0,.2,1);transition-delay:calc(var(--view-char-index) * var(--theme-showcase-char-delay));will-change:transform}.theme-showcase--link:hover .theme-showcase--view-char{transform:translateY(0);transition-delay:calc(var(--view-char-index) * var(--theme-showcase-char-delay) + var(--theme-showcase-view-delay-base))}.theme-showcase--content{padding:12px 0}.theme-showcase--title{margin-bottom:8px}.theme-showcase--description{opacity:.8}@media (max-width: 768px){.theme-showcase--root{padding:0}.theme-showcase--container{grid-template-columns:1fr;gap:24px}.theme-showcase--item-large{grid-column:span 1}.theme-showcase--price{right:var(--mobile-side-margin);padding:12px 24px;font-size:12px;min-height:40px}.theme-showcase--content{padding:16px}}
/*# sourceMappingURL=/cdn/shop/t/56/assets/theme-showcase.css.map */
