@charset "utf-8";

.m-topbar a[href*="pinterest"], .m-topbar a[href*="twitter"], .m-topbar a[href*="snapchat"], .m-topbar a[href*="youtube"], .m-topbar a[href*="tiktok"] { display: none; }

body .m-product-card__tag-name { font-size: 12px; font-weight: 500; text-transform: capitalize; padding: 4px 10px; border-radius: 40px; }

.m-icon-box--small { border-top: 1px solid rgb(var(--color-border)); }

.m-icon-box--small .m-icon-box__heading { line-height: 26px; font-size: 18px; margin-bottom: 6px; }

body .m-footer--block .social-media-links { gap: 12px; margin: 0px; padding: 5px 0px; }

body .m-footer--block .social-media-links a { color: rgb(34, 34, 34); width: 48px; height: 48px; padding: 0px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background-color: rgb(233, 233, 233); transition: 0.3s; }

body .m-footer--block .social-media-links a:hover { background-color: rgb(34, 34, 34); color: rgb(255, 255, 255); box-shadow: rgb(34, 34, 34) 0px 0px 0px 0.2rem; }