Raining Cats and Dogs

Raining Cats and Dogs

Regular price
$25.00
Sale price
$25.00
Regular price
Sold out
Unit price
per 
Shipping calculated at checkout.

Top: Linen, Ozone
Middle: Freesia, Sea Salt, Eucalyptus
Base: Moss, Powder

// selectCallback is the callback name in Timber var selectCallback = function(variant, selector) { // Simply toggle on/off the panel according to the variant selected $('.description').css('display', 'none'); $('#' + variant.id).css('display', 'block'); // rest of the Timber code }