import Image from 'next/image' import { AddToCartOperation, Depot, Icons, ResponsiveImage } from 'components' import { formatNumber } from 'utils' import { useAppSelector } from 'hooks' import { siteTitle } from '@/utils' const AddToCart = props => { //? Props const { second, product } = props //? Store const { tempColor, tempSize } = useAppSelector(state => state.cart) //? Render(s) return ( <> {/* mobile */}