/** Shopify CDN: Minification failed

Line 18:0 Unexpected "<"

**/
 .last-four-letters {
    color: #008000; /* Cor 1 */
    color: #008000; /* Cor 2 */
}

.last-four-letters:hover {
    color: #008000; /* Cor 3 */
}

.last-four-letters:active {
    color: #008000; /* Cor 4 */
}
<div id='product-component-1753223526766'></div>
<script type="text/javascript">
/*<![CDATA[*/
(function () {
  var scriptURL = 'https://sdks.shopifycdn.com/buy-button/latest/buy-button-storefront.min.js';
  if (window.ShopifyBuy) {
    if (window.ShopifyBuy.UI) {
      ShopifyBuyInit();
    } else {
      loadScript();
    }
  } else {
    loadScript();
  }
  function loadScript() {
    var script = document.createElement('script');
    script.async = true;
    script.src = scriptURL;
    (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(script);
    script.onload = ShopifyBuyInit;
  }
  function ShopifyBuyInit() {
    var client = ShopifyBuy.buildClient({
      domain: '2zydtc-rh.myshopify.com',
      storefrontAccessToken: 'd0ca5996b2657b6b52fe501135752b51',
    });
    ShopifyBuy.UI.onReady(client).then(function (ui) {
      ui.createComponent('product', {
        id: '8443999289494',
        node: document.getElementById('product-component-1753223526766'),
        moneyFormat: '%24%7B%7Bamount%7D%7D',
        options: {
  "product": {
    "styles": {
      "product": {
        "@media (min-width: 601px)": {
          "max-width": "calc(25% - 20px)",
          "margin-left": "20px",
          "margin-bottom": "50px"
        }
      },
      "button": {
        ":hover": {
          "background-color": "#3f8f1e"
        },
        "background-color": "#469f21",
        ":focus": {
          "background-color": "#3f8f1e"
        }
      }
    },
    "text": {
      "button": "Add to cart"
    }
  },
  "productSet": {
    "styles": {
      "products": {
        "@media (min-width: 601px)": {
          "margin-left": "-20px"
        }
      }
    }
  },
  "modalProduct": {
    "contents": {
      "img": false,
      "imgWithCarousel": true,
      "button": false,
      "buttonWithQuantity": true
    },
    "styles": {
      "product": {
        "@media (min-width: 601px)": {
          "max-width": "100%",
          "margin-left": "0px",
          "margin-bottom": "0px"
        }
      },
      "button": {
        ":hover": {
          "background-color": "#3f8f1e"
        },
        "background-color": "#469f21",
        ":focus": {
          "background-color": "#3f8f1e"
        }
      }
    },
    "text": {
      "button": "Add to cart"
    }
  },
  "option": {},
  "cart": {
    "styles": {
      "button": {
        ":hover": {
          "background-color": "#3f8f1e"
        },
        "background-color": "#469f21",
        ":focus": {
          "background-color": "#3f8f1e"
        }
      }
    },
    "text": {
      "total": "Subtotal",
      "button": "Checkout"
    }
  },
  "toggle": {
    "styles": {
      "toggle": {
        "background-color": "#469f21",
        ":hover": {
          "background-color": "#3f8f1e"
        },
        ":focus": {
          "background-color": "#3f8f1e"
        }
      }
    }
  }
},
      });
    });
  }
})();
/*]]>*/
</script>

          .btn.add-to-cart {
    background-color: #ff5733; /* Altere para a cor desejada */
    color: #ffffff; /* Altere para a cor do texto desejada */
    border: none; /* Remove a borda, se deseja */
    padding: 10px 20px; /* Ajusta o padding, se necessário */
    border-radius: 5px; /* Arredonda os cantos */
    font-size: 16px; /* Tamanho da fonte */
    cursor: pointer; /* Muda o cursor para indicar que é clicável */
}

.btn.add-to-cart:hover {
    background-color: #c70039; /* Cor ao passar o mouse */
}

 