@import"https://fonts.googleapis.com/css2?family=Cormorant:wght@300;400;500&family=Cormorant+Garamond:wght@300;400;500;600;700&display=swap";*{box-sizing:border-box}.mara-event{max-width:900px;margin:0 auto;padding:10px 15px 50px;font-family:Cormorant,Cormorant Garamond,serif;color:#000;width:100%;overflow-x:hidden}.mara-hero{background:#f0e6d6;border-radius:16px;padding:60px 35px;text-align:center;margin-bottom:30px;border:1px solid #e0d4bf;position:relative;overflow:hidden}.mara-pre-title{font-family:Cormorant,Cormorant Garamond,serif;font-size:14px;letter-spacing:6px;text-transform:uppercase;color:#000;margin-bottom:25px;font-weight:400}.mara-title{font-family:Cormorant,Cormorant Garamond,serif;font-size:64px;font-weight:300;color:#000;margin:0 0 22px;line-height:1.1;letter-spacing:6px;text-transform:uppercase}.mara-subtitle{font-family:Cormorant,Cormorant Garamond,serif;font-size:17px;color:#000;font-weight:400;letter-spacing:3px;margin-top:15px;line-height:1.6;text-transform:uppercase}.mara-line{width:50px;height:1px;background:#000;margin:25px auto 0}.mara-event-date-hero{font-family:Cormorant,Cormorant Garamond,serif;font-size:15px;color:#000;font-weight:400;letter-spacing:3px;margin-top:22px;text-transform:uppercase}.mara-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:30px}.mara-card{background:#f0e6d6;border:1px solid #e0d4bf;border-radius:12px;padding:30px 20px;text-align:center;transition:all .3s ease}.mara-card:hover{background:#ebdfcc;transform:translateY(-4px);box-shadow:0 10px 30px #00000014}.mara-card-sale{display:inline-block;background:#d32f2f;color:#fff;font-family:Cormorant,Cormorant Garamond,serif;font-size:13px;font-weight:600;padding:5px 18px;border-radius:50px;letter-spacing:3px;margin-bottom:14px;text-transform:uppercase}.mara-card-title{font-family:Cormorant,Cormorant Garamond,serif;font-size:18px;font-weight:600;color:#000;margin-bottom:8px;letter-spacing:2px;text-transform:uppercase}.mara-card-desc{font-family:Cormorant,Cormorant Garamond,serif;font-size:14px;color:#000;line-height:1.5;font-weight:400}.mara-products-section{text-align:center;margin-bottom:30px;padding:50px 30px;background:#f0e6d6;border:1px solid #e0d4bf;border-radius:16px}.mara-products-label{font-family:Cormorant,Cormorant Garamond,serif;font-size:13px;letter-spacing:5px;text-transform:uppercase;color:#000;margin-bottom:12px;font-weight:400}.mara-products-title{font-family:Cormorant,Cormorant Garamond,serif;font-size:38px;font-weight:300;color:#000;margin:0 0 5px;letter-spacing:3px;text-transform:uppercase}.mara-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:35px}.mara-product-card{background:#fff;border-radius:12px;overflow:hidden;transition:all .3s ease;border:1px solid #e0d4bf;display:flex;flex-direction:column}.mara-product-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #0000001f}.mara-product-link{text-decoration:none;color:inherit;display:block}.mara-product-image{position:relative;width:100%;aspect-ratio:1 / 1;overflow:hidden;background:#f0e6d6}.mara-product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.mara-product-card:hover .mara-product-image img{transform:scale(1.05)}.mara-product-badge{position:absolute;top:10px;right:10px;background:#d32f2f;color:#fff;font-family:Cormorant,Cormorant Garamond,serif;font-size:13px;font-weight:600;padding:5px 12px;border-radius:50px;letter-spacing:1px}.mara-product-info{padding:16px 12px 10px;text-align:center;flex-grow:1}.mara-product-name{font-family:Cormorant,Cormorant Garamond,serif;font-size:16px;font-weight:600;color:#000;margin:0 0 8px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:40px;letter-spacing:1px}.mara-product-prices{display:flex;justify-content:center;align-items:center;gap:8px;flex-wrap:wrap}.mara-price-old{font-family:Cormorant,Cormorant Garamond,serif;font-size:14px;color:#000;text-decoration:line-through;opacity:.5}.mara-price-new{font-family:Cormorant,Cormorant Garamond,serif;font-size:16px;font-weight:600;color:#000}.mara-product-action{padding:0 12px 14px}.mara-add-form{margin:0}.mara-add-btn{width:100%;padding:11px 10px;background:#c4a97d;color:#fff;border:none;border-radius:50px;font-family:Cormorant,Cormorant Garamond,serif;font-size:13px;font-weight:500;letter-spacing:2px;text-transform:uppercase;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center;position:relative;-webkit-tap-highlight-color:transparent}.mara-add-btn:hover{background:#b09668;transform:translateY(-2px);box-shadow:0 6px 15px #00000026}.mara-add-btn.mara-sold-out{background:#b8b8b8;cursor:not-allowed}.mara-add-btn.mara-sold-out:hover{background:#b8b8b8;transform:none;box-shadow:none}.mara-add-loading,.mara-add-success,.mara-add-btn.loading .mara-add-text{display:none}.mara-add-btn.loading .mara-add-loading{display:inline}.mara-add-btn.success{background:#8fa581}.mara-add-btn.success .mara-add-text{display:none}.mara-add-btn.success .mara-add-success{display:inline}.mara-view-all-wrap{margin-top:35px}.mara-view-all{display:inline-block;padding:14px 35px;background:#c4a97d;color:#fff;text-decoration:none;border-radius:50px;font-family:Cormorant,Cormorant Garamond,serif;font-size:14px;font-weight:500;letter-spacing:2px;text-transform:uppercase;transition:all .3s ease}.mara-view-all:hover{background:#b09668;transform:translateY(-2px);box-shadow:0 8px 20px #00000026}.mara-footer-note{text-align:center;margin-top:35px;font-family:Cormorant,Cormorant Garamond,serif;font-size:15px;color:#000;padding:0 15px;letter-spacing:1px}.mara-footer-note span{color:#000;font-weight:600}.mara-cart-notify{position:fixed;bottom:30px;right:30px;background:#c4a97d;color:#fff;padding:16px 26px;border-radius:50px;font-family:Cormorant,Cormorant Garamond,serif;font-size:15px;letter-spacing:1px;box-shadow:0 15px 40px #0003;z-index:9999;opacity:0;transform:translateY(20px);transition:all .4s ease;pointer-events:none}.mara-cart-notify.show{opacity:1;transform:translateY(0)}.mara-cart-notify span{color:#fff;margin-right:8px;font-weight:600}@media(max-width:1024px){.mara-products-grid{grid-template-columns:repeat(3,1fr);gap:16px}}@media(max-width:768px){.mara-event{padding:8px 12px 40px}.mara-hero{padding:45px 22px;border-radius:14px;margin-bottom:22px}.mara-pre-title{font-size:12px;letter-spacing:5px;margin-bottom:18px}.mara-title{font-size:42px;line-height:1.1;letter-spacing:4px}.mara-subtitle{font-size:14px;margin-top:12px;letter-spacing:2px}.mara-line{margin:20px auto 0}.mara-event-date-hero{font-size:13px;margin-top:16px;letter-spacing:2px}.mara-cards{grid-template-columns:1fr;gap:12px;margin-bottom:22px}.mara-card{padding:25px 20px;border-radius:14px}.mara-card-sale{font-size:12px;padding:5px 16px;margin-bottom:12px}.mara-card-title{font-size:17px}.mara-card-desc{font-size:14px}.mara-products-section{padding:35px 18px;border-radius:14px;margin-bottom:22px}.mara-products-label{font-size:12px;letter-spacing:4px}.mara-products-title{font-size:30px;letter-spacing:2.5px}.mara-products-grid{grid-template-columns:repeat(2,1fr);gap:12px;margin-top:25px}.mara-product-card{border-radius:10px}.mara-product-badge{font-size:12px;padding:4px 10px;top:8px;right:8px}.mara-product-info{padding:12px 10px 8px}.mara-product-name{font-size:15px;min-height:36px}.mara-price-old{font-size:13px}.mara-price-new{font-size:15px}.mara-product-action{padding:0 10px 12px}.mara-add-btn{padding:10px 8px;font-size:12px;letter-spacing:1.5px}.mara-view-all-wrap{margin-top:25px}.mara-view-all{padding:13px 28px;font-size:13px;letter-spacing:1.5px}.mara-footer-note{font-size:14px;margin-top:28px}.mara-cart-notify{bottom:20px;right:15px;left:15px;text-align:center;padding:14px 20px;font-size:13px}}@media(max-width:480px){.mara-event{padding:6px 10px 35px}.mara-hero{padding:38px 18px;border-radius:12px}.mara-pre-title{font-size:11px;letter-spacing:4px;margin-bottom:16px}.mara-title{font-size:32px;letter-spacing:3px}.mara-subtitle{font-size:12px;line-height:1.5;letter-spacing:1.5px}.mara-event-date-hero{font-size:12px;letter-spacing:1.5px}.mara-card{padding:22px 18px}.mara-card-sale{font-size:11px;padding:4px 14px}.mara-card-title{font-size:16px}.mara-card-desc{font-size:13px}.mara-products-section{padding:28px 14px;border-radius:12px}.mara-products-title{font-size:26px;letter-spacing:2px}.mara-products-grid{gap:10px;margin-top:20px}.mara-product-badge{font-size:11px;padding:4px 9px;letter-spacing:.5px}.mara-product-info{padding:10px 8px 6px}.mara-product-name{font-size:13px;margin-bottom:6px;min-height:32px}.mara-price-old{font-size:12px}.mara-price-new{font-size:13px}.mara-product-action{padding:0 8px 10px}.mara-add-btn{padding:9px 6px;font-size:11px;letter-spacing:1px}.mara-view-all{padding:12px 24px;font-size:12px;letter-spacing:1.2px}.mara-footer-note{font-size:13px}.mara-cart-notify{padding:12px 18px;font-size:12px;bottom:15px}}@media(max-width:375px){.mara-event{padding:6px 8px 30px}.mara-hero{padding:32px 14px}.mara-title{font-size:28px;letter-spacing:2.5px}.mara-subtitle{font-size:11px;letter-spacing:1px}.mara-products-section{padding:24px 10px}.mara-products-title{font-size:23px}.mara-products-grid{gap:8px}.mara-product-info{padding:8px 6px 5px}.mara-product-name{font-size:12.5px;min-height:30px}.mara-price-old{font-size:11px}.mara-price-new{font-size:12.5px}.mara-product-action{padding:0 6px 8px}.mara-add-btn{padding:9px 4px;font-size:10px;letter-spacing:.8px}}@media(max-width:320px){.mara-title{font-size:24px;letter-spacing:2px}.mara-products-title{font-size:20px}.mara-product-name{font-size:12px}.mara-add-btn{font-size:9.5px}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/evento-custom.css.map */
