.product-masonry__title{margin:0;text-align:left;white-space:normal;font-family:var(--font-heading-family, inherit);font-size:2.1rem;font-weight:var(--font-heading-weight, 700);color:#414141;line-height:1.08;position:relative;padding:0;margin-bottom:1.5rem;letter-spacing:-.05em!important}@media screen and (min-width: 750px){.product-masonry__title{margin-bottom:3rem;font-size:4rem;text-align:left;line-height:1.08}}.product-masonry__title p{display:inline;background:none;margin:0;padding:0;line-height:inherit;white-space:normal;position:relative;letter-spacing:-.03em!important}.product-masonry__title p:last-child{position:relative;margin-bottom:0}.product-masonry__subtitle{margin:0 0 3rem;font-size:1.1rem;line-height:1.5;letter-spacing:-.02em;color:#666;max-width:600px}@media screen and (min-width: 750px){.product-masonry__subtitle{font-size:1.3rem;margin-bottom:2rem;letter-spacing:-.03em;max-width:500px;margin-top:.5rem}}@media screen and (min-width: 1200px){.product-masonry__subtitle{font-size:1.7rem;max-width:700px}}.product-masonry__subtitle p{margin:0;padding:0}.product-masonry__heading-highlight{position:relative;display:inline-block;z-index:1}.product-masonry__heading-highlight>*{position:relative;z-index:2}.product-masonry__heading-highlight:before{content:"";position:absolute;left:-.1em;right:-.25em;bottom:-.04em;height:48%;background:#e0dce9;z-index:0;pointer-events:none}@media screen and (min-width: 750px){.product-masonry__heading-highlight:before{height:48%;bottom:-.05em;left:-.1em;right:-.25em}}.product-masonry{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:.75rem;position:relative}@media screen and (min-width: 750px){.product-masonry{grid-template-columns:repeat(4,1fr);gap:1rem}}.product-masonry__item{position:relative;display:block;width:100%}.product-masonry__item:nth-child(n+9){display:none}.product-masonry__image-wrapper{position:relative;border-radius:var(--border-radius);overflow:hidden;background:rgb(var(--color-background));display:block;width:100%;height:100%;aspect-ratio:1}.product-masonry__image{width:100%;height:100%;display:block;border-radius:var(--border-radius);object-fit:cover;object-position:center}.product-masonry__hotspot{position:absolute;width:40px;height:40px;transform:translate(-50%,-50%);background:transparent;border:none;cursor:pointer;z-index:2;padding:0}.product-masonry__hotspot-dot{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:16px;height:16px;background:#fffffff2;border:2px solid rgba(0,0,0,.8);border-radius:50%;transition:all .3s ease;box-shadow:0 2px 8px #0003}.product-masonry__hotspot-pulse{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:16px;height:16px;background:#fff9;border-radius:50%;animation:pulse 2s ease-out infinite}@keyframes pulse{0%{transform:translate(-50%,-50%) scale(1);opacity:1}to{transform:translate(-50%,-50%) scale(2.5);opacity:0}}.product-masonry__hotspot:hover .product-masonry__hotspot-dot{width:20px;height:20px;background:#fff;box-shadow:0 4px 12px #0000004d}.product-masonry__modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.95);background:rgb(var(--color-background));border-radius:20px;box-shadow:0 20px 60px #0000004d;width:90%;max-width:600px;max-height:90vh;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease,transform .3s ease;z-index:1000;pointer-events:none;overflow:hidden}@media screen and (min-width: 750px){.product-masonry__modal{max-width:1000px;max-height:600px}}.product-masonry__modal.active{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,-50%) scale(1)}.product-masonry__modal-content{display:flex;flex-direction:column;max-height:90vh;overflow-y:auto;position:relative}@media screen and (min-width: 750px){.product-masonry__modal-content{flex-direction:row;max-height:600px;overflow:hidden}}.product-masonry__popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000bf;opacity:0;visibility:hidden;transition:all .3s ease;z-index:999;pointer-events:none;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.product-masonry__popup-overlay.active{opacity:1;visibility:visible;pointer-events:auto}.product-masonry__modal-close{position:absolute;top:1rem;right:1rem;background:#fffffff2;border:none;cursor:pointer;padding:0;line-height:1;font-size:2rem;color:#000;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:10;box-shadow:0 2px 8px #00000026;transition:all .2s ease}.product-masonry__modal-close:hover{background:#fff;transform:scale(1.1)}.product-masonry__carousel-wrapper{position:relative;width:100%;background:#f5f5f5;aspect-ratio:1}@media screen and (min-width: 750px){.product-masonry__carousel-wrapper{width:50%;flex-shrink:0;aspect-ratio:auto;height:600px}}.product-masonry__carousel{position:relative;width:100%;height:100%;overflow:hidden}.product-masonry__carousel-item{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden;transition:opacity .4s ease,visibility .4s ease}.product-masonry__carousel-item.active{opacity:1;visibility:visible}.product-masonry__carousel-image{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.product-masonry__carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:5;color:#000;box-shadow:0 2px 8px #00000026}.product-masonry__carousel-btn:hover{background:#fff;transform:translateY(-50%) scale(1.1)}.product-masonry__carousel-btn--prev{left:1rem}.product-masonry__carousel-btn--next{right:1rem}.product-masonry__carousel-dots{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:5}.product-masonry__carousel-dot{width:8px;height:8px;border-radius:50%;background:#fff9;border:none;cursor:pointer;padding:0;transition:all .2s ease}.product-masonry__carousel-dot.active,.product-masonry__carousel-dot:hover{background:#fff;transform:scale(1.2)}.product-masonry__modal-info{padding:2rem}@media screen and (min-width: 750px){.product-masonry__modal-info{width:50%;flex-shrink:0;overflow-y:auto;display:flex;flex-direction:column;justify-content:center;padding:3rem}}.product-masonry__modal-title{margin:0 0 .75rem;font-size:1.6rem;line-height:1.3;font-weight:600;color:rgb(var(--color-foreground))}.product-masonry__modal-price{margin:0 0 1rem;font-size:1.4rem;font-weight:600}.product-masonry__modal-description{margin:0 0 1.5rem;font-size:1.4rem;line-height:1.6;color:rgba(var(--color-foreground),.75)}.product-masonry__modal-actions{display:flex;gap:1rem;margin-top:1.5rem}@media screen and (max-width: 749px){.product-masonry__modal{max-width:95%}.product-masonry__modal-info{padding:1.5rem}.product-masonry__modal-title{font-size:1.4rem}.product-masonry__modal-price,.product-masonry__modal-description{font-size:1.3rem}.product-masonry__modal-actions{flex-direction:column}.product-masonry__carousel-btn{width:36px;height:36px}.product-masonry__carousel-btn svg{width:20px;height:20px}}
/*# sourceMappingURL=/cdn/shop/t/105/assets/product-masonry.css.map */
