


25 T-1 Wraps
from $10.00
Size:
Quantity:
Add To Cart
/* Make shop/cart icon stand out */ .nav-bar .icon--cart { color: #ff6600 !important; font-size: 2em !important; animation: pulse 1.5s infinite; transition: all 0.3s ease-in-out; } @keyframes pulse { 0% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.2); opacity: 0.7; } 100% { transform: scale(1); opacity: 1; } } .nav-bar .icon--cart:hover { color: #e60023 !important; transform: scale(1.3); } /* Make any cart icon stand out */ a[href*="cart"], .header-actions .cart, .header-actions .sqs-cart-dropzone, .icon--cart { color: #ff6600 !important; font-size: 2em !important; animation: pulse 1.5s infinite; transition: all 0.3s ease-in-out; } @keyframes pulse { 0% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.2); opacity: 0.7; } 100% { transform: scale(1); opacity: 1; } } a[href*="cart"]:hover, .header-actions .cart:hover, .header-actions .sqs-cart-dropzone:hover, .icon--cart:hover { color: #e60023 !important; transform: scale(1.3); } https://mossyheadbaitcompany.squarespace.com/config/settings/developer-tools/url-mappings