.mobile-menu-search{width:100%;padding:12px 16px;border:1px solid #e8e8e8;border-radius:8px;font-size:16px;margin-bottom:16px;background:#f8f9fa}.mobile-quick-actions{display:flex;justify-content:space-around;margin-top:20px;padding-top:20px;border-top:1px solid #e8e8e8}.quick-action-btn{display:flex;flex-direction:column;align-items:center;gap:4px;padding:12px 8px;background:none;border:none;cursor:pointer;transition:all .3s ease;border-radius:8px;min-width:60px}.quick-action-btn:hover{background:#f0f8f8;transform:translateY(-1px)}.quick-action-btn .icon{font-size:20px}.quick-action-btn span:last-child{font-size:12px;font-weight:500;color:#666}.mobile-search-suggestions{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e8e8e8;border-top:none;border-radius:0 0 8px 8px;box-shadow:0 4px 12px #0000001a;z-index:1000}.suggestion-item{padding:12px 16px;cursor:pointer;transition:background .3s ease;border-bottom:1px solid #f0f0f0}.suggestion-item:hover{background:#f8f9fa}.suggestion-item:last-child{border-bottom:none}.compare-modal,.recently-viewed-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:flex;align-items:center;justify-content:center}.modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000b3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal-content{position:relative;background:#fff;border-radius:12px;padding:20px;max-width:90%;max-height:80%;overflow-y:auto;box-shadow:0 20px 40px #0000004d;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #e8e8e8}.modal-header h3{font-size:20px;font-weight:700;color:#2c3840;margin:0}.modal-close{background:none;border:none;font-size:24px;cursor:pointer;color:#666;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.modal-close:hover{background:#f0f0f0;color:#333}.compare-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.compare-item{text-align:center;padding:16px;border:1px solid #e8e8e8;border-radius:8px;background:#fff;transition:all .3s ease}.compare-item:hover{border-color:#099;box-shadow:0 2px 8px #0099991a;transform:translateY(-2px)}.compare-item img{width:100%;height:120px;object-fit:cover;border-radius:6px;margin-bottom:12px}.compare-item h4{font-size:14px;font-weight:600;color:#2c3840;margin-bottom:8px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.compare-item .price{font-size:16px;font-weight:700;color:#099;margin-bottom:12px}.add-to-compare{width:100%;padding:8px 12px;background:#099;color:#fff;border:none;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;transition:all .3s ease}.add-to-compare:hover{background:#007a7a;transform:translateY(-1px)}.recently-viewed-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px}.recent-item{text-align:center;padding:12px;border:1px solid #e8e8e8;border-radius:8px;background:#fff;transition:all .3s ease}.recent-item:hover{border-color:#099;box-shadow:0 2px 8px #0099991a;transform:translateY(-2px)}.recent-item img{width:100%;height:100px;object-fit:cover;border-radius:6px;margin-bottom:8px}.recent-item h4{font-size:14px;font-weight:600;color:#2c3840;margin-bottom:4px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.recent-item .price{font-size:14px;font-weight:700;color:#099;margin-bottom:8px}.view-product{width:100%;padding:6px 10px;background:#f8f9fa;color:#666;border:1px solid #e8e8e8;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;transition:all .3s ease}.view-product:hover{background:#099;color:#fff;border-color:#099}.mobile-payment-buttons{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.apple-pay-btn,.google-pay-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 20px;border:1px solid #e8e8e8;border-radius:8px;background:#fff;font-weight:600;font-size:16px;cursor:pointer;transition:all .3s ease;min-height:48px}.apple-pay-btn:hover{border-color:#000;background:#000;color:#fff}.google-pay-btn:hover{border-color:#4285f4;background:#4285f4;color:#fff}.apple-pay-btn .icon{font-size:18px}.google-pay-btn .icon{font-size:18px;font-weight:700;color:#4285f4}.google-pay-btn:hover .icon{color:#fff}button,.btn,.card,.product-item{min-height:44px;min-width:44px;touch-action:manipulation;-webkit-tap-highlight-color:transparent}@media(max-width:768px){.product-card-enhanced{margin-bottom:16px}.card-media-enhanced{height:200px}.card-information-enhanced{padding:16px 12px}.product-title-enhanced{font-size:14px;min-height:36px}.product-price-enhanced{font-size:16px}.add-to-cart-enhanced{padding:10px 12px;font-size:14px}.quick-action-btn{width:44px;height:44px}}@media(max-width:768px){.product-card-enhanced:hover{transform:translateY(-2px)}.card-media-enhanced:hover img{transform:scale(1.02)}}body{overscroll-behavior:contain}html{scroll-behavior:smooth}.mobile-menu{transition:transform .3s ease}.mobile-menu.open{transform:translate(0)}.loading-mobile{position:relative;overflow:hidden}.loading-mobile:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:loadingShimmer 1.5s infinite}@keyframes loadingShimmer{0%{left:-100%}to{left:100%}}@media(max-width:768px){.btn-mobile-optimized{padding:14px 20px;font-size:16px;border-radius:8px;min-height:48px;display:flex;align-items:center;justify-content:center;gap:8px}.btn-mobile-optimized .icon{font-size:18px}}
/*# sourceMappingURL=/cdn/shop/t/21/assets/component-mobile-enhancements.css.map */
