footer-group[app-target=footer-group],div[app-target=menu-drawer],header[app-target=header],.shopify-section-group-header-group,#chat-widget-container,mobile-dock[app-target=mobile-dock]{display:none!important}.products-grid{display:grid;grid-template-columns:repeat(2,minmax(auto,1fr));gap:14px;padding:20px 20px 100px;margin-top:60px}.product-card{opacity:0;transform:translateY(20px);animation:fadeInUp .6s ease forwards;transition:all .3s ease;background:#fff;box-shadow:0 2px 10px #0000000d;background-color:#fafafa;padding:15px;border-radius:10px}.product-card:nth-child(1){animation-delay:.1s}.product-card:nth-child(2){animation-delay:.2s}.product-card:nth-child(3){animation-delay:.3s}.product-card:nth-child(4){animation-delay:.4s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.product-image{width:100%;height:auto;max-width:72px;height:72px;object-fit:contain;margin:0 auto 10px}.product-title{text-align:center;font-size:14px;line-height:1.2;margin:0 auto 10px;font-weight:700;color:#000}.product-type{text-align:center;font-size:12px;line-height:1.2;margin:0 auto 10px;font-weight:400;color:#00000080}.product-price{font-weight:400;color:#000;margin:0 auto;text-align:center;font-size:12px;line-height:1.2}.quantity-selector{display:flex;align-items:center;gap:10px;margin-top:10px;border-radius:unset;border:none;justify-content:center}.quantity-selector button{border-radius:unset;border:none;width:25px;height:25px;transition:all .3s linear}.quantity-input{pointer-events:none;width:100%;max-width:24px;padding:5px;font-size:12px;font-weight:500;line-height:1.1;text-align:center;-moz-appearance:textfield;transition:all .3s ease}.quantity-input::-webkit-outer-spin-button,.quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.quantity-btn{width:30px;height:30px;border:1px solid #ddd;background:#f5f5f5;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;-webkit-user-select:none;user-select:none;transition:opacity .3s ease,transform .2s ease}.quantity-btn:active{transform:scale(.95)}.quantity-btn:not(:disabled):hover{transform:scale(1.05)}.cart-button-container{position:fixed;bottom:0;left:0;right:0;padding:15px;background:#fff;box-shadow:0 -2px 10px #0000001a;border-top:1px solid #efefef;z-index:100;display:flex;justify-content:space-between;align-items:center;gap:20px;opacity:0;transform:translateY(20px);animation:fadeInUp .6s ease .5s forwards;transition:all .3s ease}.cart-totals{flex:1}.cart-total-label{font-size:12px;line-height:1.2;margin-bottom:4px;font-weight:400;color:#00000080}.cart-total-price{font-size:19px;line-height:1.2;font-weight:700;color:#000;display:flex;align-items:center}.cart-total-price span{font-size:12px;line-height:1.2;font-weight:700;color:#ff000060;margin-left:10px}.add-to-cart-btn{position:relative;display:flex;align-items:center;justify-content:center;min-height:44px;width:100%;max-width:120px;padding:15px 20px;background:#000;color:#fff;border:none;border-radius:50px;font-size:14px;line-height:1.2;cursor:pointer;transition:background-color .3s ease;opacity:.5;pointer-events:none}.add-to-cart-btn.active{opacity:1;pointer-events:auto}.add-to-cart-btn:hover{background:#333}.button-loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:none}.add-to-cart-btn.loading .button-loader{display:block}.spinner{animation:rotate 2s linear infinite;width:20px;height:20px;z-index:2}.path{stroke:#fff;stroke-linecap:round;stroke-width:4px;animation:dash 1.5s ease-in-out infinite}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.add-to-cart-btn.loading .button-text{opacity:0}.meama-tabs{padding-top:20px}.tab-buttons{display:flex;gap:10px;padding:0 20px;margin-bottom:20px}.tab-button{flex:1;padding:15px;background:#fafafa;border:none;border-radius:8px;font-size:14px;font-weight:500;color:#00000080;cursor:pointer;transition:all .3s ease}.tab-button:hover{transform:translateY(-2px)}.tab-button.active{background:#000;color:#fff;transform:scale(1.05)}.tab-pane{display:none}.tab-pane.active{display:block}.tab-pane .products-grid{margin-top:0}#products-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;padding:20px 20px 100px}.gift-counter{margin:20px 0 0 auto;width:100%;max-width:300px;display:flex;align-items:center;justify-content:flex-end;gap:5px;color:#000;background-color:#fff;padding:8px 20px;border-radius:50px;animation:slideIn .3s ease-out}.gift-icon svg{width:30px;height:30px}.gift-count{font-size:13px;font-weight:700;min-width:20px;text-align:center;border-radius:50px;background:#000;color:#fff;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.meama-offer-banner{display:flex;gap:5px;justify-content:center;align-items:center;background-color:#f4a560;border-radius:10px;width:100%;max-width:90%;margin:20px auto 10px;padding:20px}.meama-offer-banner svg{width:20px;margin-right:10px;height:20px;cursor:pointer;text-align:center;position:absolute;right:15px;width:30px;height:30px}.meama-offer-banner{font-weight:700;position:relative;font-size:15px;line-height:1.1;text-decoration:none}.offers-popup h2{font-size:20px;line-height:1.1;font-weight:700;padding-left:20px}.offers-popup{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:1000;overflow-y:auto}#offers-products-container{margin-top:20px;padding:10px 20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.offers-popup.active{display:block}.offers-popup-content{background:#fff;max-width:90%;width:100%;margin:40px auto;padding:20px 0;border-radius:8px;position:relative}.close-popup{position:absolute;right:20px;top:20px;background:none;border:none;font-size:24px;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#f5f5f5}.popup-cart-button-container{position:sticky;bottom:0;background:#fff;padding:20px 0;margin-top:20px;border-top:1px solid #eee;text-align:center}.popup-add-to-cart-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 30px;background:#000;color:#fff;border:none;border-radius:25px;cursor:pointer;opacity:.5;transition:opacity .3s}.popup-add-to-cart-btn.active{opacity:1}.offers-quantity-selector{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:10px}.offers-quantity-btn{background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .3s ease}.offers-quantity-btn:disabled{cursor:not-allowed}.offers-quantity-input{width:20px;height:20px;text-align:center;border-radius:50%;font-size:16px;font-weight:500;-moz-appearance:textfield}.offers-quantity-input::-webkit-outer-spin-button,.offers-quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.offers-product-card{display:flex;flex-direction:column;align-items:center;padding:20px;border:1px solid #e5e5e5;border-radius:8px;text-align:center}.offers-product-card .product-image{width:100%;height:auto;margin-bottom:15px}.offers-product-card .product-title{font-size:16px;font-weight:500;margin-bottom:5px}.offers-product-card .product-type{font-size:14px;color:#666;margin-bottom:10px}.offers-product-card .product-price{font-size:18px;font-weight:600;margin-bottom:15px}@keyframes slideIn{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 768px){#products-container{grid-template-columns:repeat(2,minmax(100px,1fr));gap:15px;padding:15px 15px 100px}.product-card{padding:15px}}
/*# sourceMappingURL=/cdn/shop/t/47/assets/meama-dropper.css.map */
