<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.stl-section{padding:0;max-width:1200px;margin:0 auto;width:100%;aspect-ratio:1 / 1}.stl-container{display:grid;grid-template-columns:1fr;gap:30px;align-items:center;width:100%}.stl-text-column{display:flex;justify-content:center;align-items:center}.stl-text-content{font-family:serif;font-size:1.5rem;line-height:1.5;color:#333;text-align:center;max-width:450px;position:relative}.stl-quote-icon{width:30px;height:auto;fill:#000;margin-bottom:1rem}.stl-image-column .placeholder-svg{width:100%;height:auto;background:#f2f2f2;border:1px dashed #ccc}.stl-main-image{display:block;width:100%;height:auto;cursor:pointer;transition:opacity .3s ease}.stl-main-image:hover{opacity:.85}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.stl-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;display:flex;justify-content:center;align-items:center;padding:20px;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility 0s .3s;box-sizing:border-box}.stl-modal.is-open{opacity:1;visibility:visible;transition-delay:0s}.stl-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0009;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);cursor:pointer}.stl-modal-content{position:relative;background-color:#fff;width:100%;height:100%;max-width:925px;max-height:90vh;display:flex;flex-direction:column;border-radius:8px;overflow:hidden;box-shadow:0 10px 30px #0003;transform:scale(.95);transition:transform .3s ease}.stl-modal.is-open .stl-modal-content{transform:scale(1)}.stl-modal-close{position:absolute;top:15px;right:20px;background:#ffffffb3;border:none;font-size:2rem;line-height:1;color:#000;cursor:pointer;width:40px;height:40px;border-radius:50%;display:flex;justify-content:center;align-items:center;z-index:10;transition:transform .2s}.stl-modal-close:hover{transform:scale(1.1)}.stl-modal-body{display:flex;flex-grow:1;height:100%;overflow:hidden}.stl-modal-image-column{flex-basis:50%;flex-shrink:0;background-color:#f5f5f5;height:100%}.stl-modal-image-column img{width:100%;height:100%;object-fit:cover}.stl-modal-product-column{flex-basis:50%;display:flex;flex-direction:column;height:100%}.stl-modal-header{padding:30px 40px 20px;border-bottom:1px solid #eee;flex-shrink:0}.stl-modal-header h2{font-weight:700;font-family:var(--heading-font-family);font-size:1.8rem;color:#ed84a0;text-decoration:none}.stl-product-list{padding:30px 40px;overflow-y:auto;flex-grow:1;display:flex;flex-direction:column;gap:30px}.stl-product-item{display:flex;gap:20px;align-items:flex-start}.stl-product-image-link img{width:100px;height:auto;display:block}.stl-product-info{display:flex;flex-direction:column;gap:5px;width:100%}.stl-product-title{font-weight:700;font-family:var(--heading-font-family);font-size:1rem;color:#ed84a0;text-decoration:none}.stl-product-title:hover{text-decoration:underline}.stl-product-form{display:flex;flex-direction:column;gap:15px;margin-top:5px}.stl-meta-price-row{display:flex;justify-content:space-between;align-items:center;gap:15px}.stl-product-metafields{font-size:.8rem;color:#666}.stl-product-price-wrapper .price{font-size:1.1rem;font-weight:700;color:#000}.variant-picker .h-stack{display:flex;flex-wrap:wrap;gap:8px}.variant-picker__option&gt;label{display:none}.option-value input[type=radio]{position:absolute;opacity:0;width:0;height:0}.option-value__label{display:inline-block;padding:6px 12px;font-size:.85rem;border:1px solid #ccc;border-radius:4px;cursor:pointer;background-color:#fff;transition:all .2s ease-in-out}.option-value input[type=radio]:checked+.option-value__label{background-color:#000;color:#fff;border-color:#000}.stl-product-actions{display:flex;align-items:center;gap:10px}.stl-product-quantity{width:70px;height:42px;text-align:center;border:1px solid #ccc;border-radius:4px}.stl-add-to-cart-btn{background-color:#ed84a0;color:#fff;font-weight:700;letter-spacing:.05em;text-transform:uppercase;border-radius:5px;border:1px solid transparent;flex-grow:1;height:42px;font-size:.9rem;transition:background-color .2s}.stl-add-to-cart-btn:hover:not(:disabled){background-color:#d9708f}.stl-add-to-cart-btn:disabled{opacity:.6;cursor:not-allowed}@media (min-width: 768px){.stl-text-content{text-align:left}.stl-container--left.stl-container{grid-template-columns:1fr 2fr}.stl-container--right.stl-container{grid-template-columns:2fr 1fr}.stl-container--right .stl-text-column{order:2}}@media (max-width: 992px){.stl-modal-image-column{display:none}.stl-modal-product-column{flex-basis:100%}.stl-modal-content{max-height:85vh}}@media (max-width: 576px){.stl-modal{padding:0}.stl-modal-content{border-radius:0;max-height:100%;height:100%}.stl-modal-header,.stl-product-list{padding:20px}.stl-product-item{gap:15px}.stl-product-image-link img{width:80px}.stl-section{padding:0;max-width:1200px;margin:0 auto;min-height:auto;display:flex;justify-content:center;align-items:center}.stl-outer-carousel{position:relative;width:100%;height:365px}.stl-outer-carousel__slide{position:absolute;top:0;left:0;width:100%;height:580px;background-size:contain;background-position:center;background-repeat:no-repeat;opacity:0;transition:opacity 1s ease-in-out;will-change:opacity}.stl-outer-carousel,.stl-outer-carousel__slide{height:400px!important}.stl-outer-carousel__slide{background-size:contain!important}}.stl-carousel{position:relative;width:100%;height:100%;overflow:hidden}.stl-carousel__track-container{width:100%;height:100%}.stl-carousel__track{display:flex;height:100%;transition:transform .3s ease-in-out}.stl-carousel__slide{flex-shrink:0;width:100%;height:100%;background-size:cover;background-position:center center;background-repeat:no-repeat;background-color:#f5f5f5}.stl-carousel__button{position:absolute;top:50%;transform:translateY(-50%);background-color:#fffc;border:1px solid #ccc;border-radius:50%;width:44px;height:44px;cursor:pointer;z-index:10;font-size:24px;line-height:1;display:flex;align-items:center;justify-content:center;transition:background-color .2s,opacity .2s}.stl-carousel__button:hover{background-color:#fff}.stl-carousel__button:disabled{cursor:not-allowed;opacity:.3}.stl-carousel__button--prev{left:15px}.stl-carousel__button--next{right:15px}.stl-outer-carousel{position:relative;width:100%;height:580px;cursor:pointer;overflow:hidden;border-radius:8px;display:block}.stl-outer-carousel__slide{position:absolute;top:0;left:0;width:100%;height:580px;background-size:contain;background-position:center;background-repeat:no-repeat;opacity:0;transition:opacity 1s ease-in-out;will-change:opacity}.stl-outer-carousel__slide.is-active{opacity:1}
/*# sourceMappingURL=/cdn/shop/t/57/assets/colleciton-with-stl-blocks.css.map */
</pre></body></html>