.mojito-scs__grid{display:grid;grid-template-columns:1fr;gap:var(--mojito-scs-gap, 40px);align-items:start}.mojito-scs__col--image{order:var(--mojito-scs-img-order-m, 0);min-width:0}.mojito-scs__col--content{order:var(--mojito-scs-content-order-m, 1);min-width:0}@media(min-width:750px){.mojito-scs:not(.mojito-scs--single) .mojito-scs__grid{grid-template-columns:var(--mojito-scs-cols, 1fr 1fr)}.mojito-scs:not(.mojito-scs--single) .mojito-scs__col--image{order:var(--mojito-scs-img-order, 0);align-self:stretch}.mojito-scs:not(.mojito-scs--single) .mojito-scs__col--content{order:var(--mojito-scs-content-order, 1);align-self:start}.mojito-scs:not(.mojito-scs--single) .mojito-scs__image-wrap{height:var(--mojito-scs-height-d, 100%);aspect-ratio:auto}.mojito-scs:not(.mojito-scs--single) .mojito-scs__image-wrap>picture,.mojito-scs:not(.mojito-scs--single) .mojito-scs__image-wrap>.lazy-image,.mojito-scs:not(.mojito-scs--single) .mojito-scs__image-wrap>[role=img]{position:absolute;top:0;right:0;bottom:0;left:0}}.mojito-scs--single .mojito-scs__grid{max-width:1100px;margin-inline:auto}@media(max-width:749px){.mojito-scs--mtext-top .mojito-scs__col--content{display:contents}.mojito-scs--mtext-top .mojito-scs__header{order:-1;margin-bottom:0}.mojito-scs--mtext-top .mojito-scs__col--image{order:var(--mojito-scs-img-order-m, 0)}.mojito-scs--mtext-top .mojito-scs__grid-tiles{order:var(--mojito-scs-content-order-m, 1);min-width:0}}.mojito-scs__image-wrap{position:relative;width:100%;aspect-ratio:1 / var(--mojito-scs-aspect-m, 1);height:var(--mojito-scs-height-m, auto)}.mojito-scs__image-wrap>.lazy-image,.mojito-scs__image-wrap>[role=img]{width:100%;height:100%;overflow:hidden}.mojito-scs__image-wrap>picture{display:block;width:100%;height:100%;overflow:hidden}.mojito-scs__image-wrap img.mojito-scs__image{display:block;width:100%;height:100%;object-fit:cover}@media(min-width:750px){.mojito-scs__image-wrap{aspect-ratio:1 / var(--mojito-scs-aspect-d, 1);height:var(--mojito-scs-height-d, auto)}}.mojito-scs__header{margin-bottom:1.5rem}.mojito-scs__header--center{text-align:center}.mojito-scs__header--left{text-align:left}.mojito-scs__eyebrow{margin:0 0 .5em;text-transform:uppercase;letter-spacing:.12em;font-size:.8rem;font-weight:600;opacity:.7}.mojito-scs__heading{margin:0 0 .4em;font-size:calc(2rem * var(--mojito-scs-heading-size, 1.2));line-height:1.1}.mojito-scs__description{margin:0}.mojito-scs__grid-tiles{display:grid;grid-template-columns:repeat(var(--mojito-scs-grid-cols-m, 2),1fr);gap:var(--mojito-scs-tile-gap, 16px);margin:0;padding:0;list-style:none}@media(min-width:750px){.mojito-scs__grid-tiles{grid-template-columns:repeat(var(--mojito-scs-grid-cols-d, 2),1fr)}}.mojito-scs__tile{min-width:0}.mojito-scs__tile-link{position:relative;display:block;text-decoration:none;color:inherit}.mojito-scs__tile-media{position:relative;aspect-ratio:1 / var(--mojito-scs-tile-aspect, 1.1);overflow:hidden;background:#00000008}.mojito-scs__tile-media>.lazy-image,.mojito-scs__tile-media>[role=img]{width:100%;height:100%}.mojito-scs__tile-media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#00000073,#0000 45%);pointer-events:none}.mojito-scs__tile-label{position:absolute;left:16px;bottom:14px;z-index:1;color:#fff;font-size:1rem;font-weight:600;text-decoration:underline;text-underline-offset:3px}.mojito-scs__tile-link:hover .mojito-scs__tile-label{text-decoration:none}.mojito-scs__tile-link:focus-visible{outline:2px solid currentColor;outline-offset:2px}.mojito-scs__hotspot{position:absolute;left:var(--scs-x-m, 50%);top:var(--scs-y-m, 50%);transform:translate(-50%,-50%);z-index:3}@media(min-width:750px){.mojito-scs__hotspot{left:var(--scs-x-d, 50%);top:var(--scs-y-d, 50%)}}.mojito-scs__hotspot-btn{position:relative;width:34px;height:34px;border:none;border-radius:50%;background:var(--mojito-scs-hotspot, #fff);color:var(--mojito-scs-hotspot-fg, #111);cursor:pointer;box-shadow:0 2px 8px #00000047;transition:transform .2s ease}.mojito-scs__hotspot-btn:before,.mojito-scs__hotspot-btn:after{content:"";position:absolute;top:50%;left:50%;background:currentColor;border-radius:2px}.mojito-scs__hotspot-btn:before{width:2px;height:14px;transform:translate(-50%,-50%)}.mojito-scs__hotspot-btn:after{width:14px;height:2px;transform:translate(-50%,-50%)}.mojito-scs__hotspot-btn:hover{transform:scale(1.08)}.mojito-scs__hotspot-btn:focus-visible{outline:2px solid #fff;outline-offset:2px}.mojito-scs__hotspot-btn[aria-expanded=true]{transform:rotate(45deg)}.mojito-scs__hotspot-btn[aria-expanded=true]:hover{transform:rotate(45deg) scale(1.08)}.mojito-scs__hotspot-card{position:absolute;bottom:calc(100% + 12px);left:50%;transform:translate(-50%);z-index:4;display:flex;gap:12px;width:232px;max-width:72vw;padding:12px 16px 12px 12px;background:#fff;color:#111;border-radius:6px;box-shadow:0 6px 24px #0003}.mojito-scs__hotspot-card[hidden]{display:none}.mojito-scs__hotspot-card--below{bottom:auto;top:calc(100% + 12px)}.mojito-scs__hotspot-thumb{flex:0 0 72px;display:block}.mojito-scs__hotspot-thumb-media{position:relative;display:block;width:72px;aspect-ratio:1 / 1.2;overflow:hidden;background:#0000000a}.mojito-scs__hotspot-thumb-media>.lazy-image,.mojito-scs__hotspot-thumb-media>[role=img]{width:100%;height:100%}.mojito-scs__hotspot-info{display:flex;flex-direction:column;gap:4px;min-width:0}.mojito-scs__hotspot-title{margin:0;font-size:.9rem;line-height:1.25}.mojito-scs__hotspot-price{margin:0;font-size:.9rem;font-weight:600}.mojito-scs__hotspot-cta{margin-top:auto;font-size:.85rem;color:inherit;text-decoration:underline}.mojito-scs__hotspot-close{position:absolute;top:4px;right:4px;display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:none;background:transparent;color:#111;cursor:pointer}.mojito-scs__hotspot-close svg,.mojito-scs__hotspot-close .icon{width:12px;height:12px}
/*# sourceMappingURL=/cdn/shop/t/123/assets/mojito-shop-collections-split.css.map */
