SHOP SMART

Find the Perfect Gift

Explore Artifax technology for every kind of occasion.

ARTIFAX PICKS

Gifts They'll Actually Use

Practical Artifax products selected for gifting.

GIFT SMARTER

Gifts for Every Budget

Find something useful without overthinking it.

THE ARTIFAX GIFT GUIDE

Give Something They'll Actually Use.

Explore the complete Artifax collection and find technology made for everyday life.

Explore All Products
/* ========================================================= ARTIFAX MOBILE PRODUCT ALIGNMENT FIX Keeps every product card structurally aligned. ========================================================= */ @media screen and (max-width: 749px) { /* Product grid */ .artifax-gifting-products-grid { display: grid !important; grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px !important; align-items: stretch !important; } /* Every product card becomes a fixed vertical system */ .artifax-gifting-product-card { min-width: 0 !important; height: 100% !important; min-height: 0 !important; display: flex !important; flex-direction: column !important; box-sizing: border-box !important; overflow: hidden !important; } /* Image area is identical across cards */ .artifax-gifting-product-image, .artifax-gifting-product-card .product-image, .artifax-gifting-product-card .artifax-product-image { width: 100% !important; height: 150px !important; min-height: 150px !important; max-height: 150px !important; object-fit: contain !important; object-position: center !important; display: block !important; } /* Content fills remaining card height */ .artifax-gifting-product-content, .artifax-gifting-product-card .product-content { display: flex !important; flex-direction: column !important; flex: 1 1 auto !important; min-height: 0 !important; padding: 8px !important; box-sizing: border-box !important; } /* Rating always occupies the same height */ .artifax-gifting-product-rating, .artifax-gifting-product-card .rating, .artifax-gifting-product-card .artifax-rating-area { min-height: 20px !important; height: 20px !important; display: flex !important; align-items: center !important; margin: 0 0 5px !important; } /* Product title: exactly controlled 3-line space */ .artifax-gifting-product-title, .artifax-gifting-product-card .product-title { min-height: 43px !important; max-height: 43px !important; height: 43px !important; margin: 0 0 5px !important; overflow: hidden !important; display: -webkit-box !important; -webkit-box-orient: vertical !important; -webkit-line-clamp: 3 !important; line-clamp: 3 !important; line-height: 1.2 !important; } /* Description gets a controlled 2-line area */ .artifax-gifting-product-description, .artifax-gifting-product-card .product-description { min-height: 27px !important; max-height: 27px !important; height: 27px !important; margin: 0 0 5px !important; overflow: hidden !important; display: -webkit-box !important; -webkit-box-orient: vertical !important; -webkit-line-clamp: 2 !important; line-clamp: 2 !important; line-height: 1.3 !important; } /* Price always starts at the same vertical position */ .artifax-gifting-product-price, .artifax-gifting-product-card .product-price { min-height: 24px !important; height: 24px !important; display: flex !important; align-items: center !important; margin: 0 0 7px !important; white-space: nowrap !important; overflow: hidden !important; } /* Button is always at the bottom */ .artifax-gifting-product-button, .artifax-gifting-product-card .product-button, .artifax-gifting-product-card .explore-product { width: 100% !important; min-height: 34px !important; height: 34px !important; margin-top: auto !important; box-sizing: border-box !important; flex-shrink: 0 !important; } /* Gift badge stays inside image and cannot affect layout */ .artifax-gifting-product-card .gift-badge, .artifax-gifting-product-card .badge { position: absolute !important; top: 6px !important; left: 6px !important; z-index: 3 !important; } } /* Smaller phones */ @media screen and (max-width: 390px) { .artifax-gifting-products-grid { gap: 8px !important; } .artifax-gifting-product-image, .artifax-gifting-product-card .product-image, .artifax-gifting-product-card .artifax-product-image { height: 135px !important; min-height: 135px !important; max-height: 135px !important; } .artifax-gifting-product-content, .artifax-gifting-product-card .product-content { padding: 7px !important; } .artifax-gifting-product-title, .artifax-gifting-product-card .product-title { font-size: 11px !important; min-height: 40px !important; max-height: 40px !important; height: 40px !important; } .artifax-gifting-product-description, .artifax-gifting-product-card .product-description { font-size: 8.5px !important; min-height: 25px !important; max-height: 25px !important; height: 25px !important; } .artifax-gifting-product-button, .artifax-gifting-product-card .product-button, .artifax-gifting-product-card .explore-product { min-height: 32px !important; height: 32px !important; font-size: 9px !important; } } /* ========================================================= FINAL MOBILE HERO FIX Show the complete uploaded banner without cropping. ========================================================= */ @media screen and (max-width: 749px) { #artifax-gifting-template--28429846774124__custom_liquid_aALCDH .artifax-gifting__hero { width: calc(100% - 12px) !important; height: auto !important; min-height: 0 !important; max-height: none !important; aspect-ratio: auto !important; overflow: hidden !important; margin: 6px auto 28px !important; border-radius: 14px !important; } #artifax-gifting-template--28429846774124__custom_liquid_aALCDH .artifax-gifting__hero-image { display: block !important; width: 100% !important; height: auto !important; min-height: 0 !important; max-height: none !important; object-fit: contain !important; object-position: center center !important; } /* The image already contains its own text/design. Hide overlay content so nothing sits on top of it. */ #artifax-gifting-template--28429846774124__custom_liquid_aALCDH .artifax-gifting__hero-content { display: none !important; } } @media screen and (max-width: 390px) { #artifax-gifting-template--28429846774124__custom_liquid_aALCDH .artifax-gifting__hero { width: calc(100% - 10px) !important; height: auto !important; aspect-ratio: auto !important; margin: 5px auto 24px !important; border-radius: 12px !important; } #artifax-gifting-template--28429846774124__custom_liquid_aALCDH .artifax-gifting__hero-image { width: 100% !important; height: auto !important; object-fit: contain !important; } }