<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
:root {
  --pb--tablet-breakpoint: 1024px;
  --pb--mobile-extra-breakpoint: 880px;
  --pb--mobile-breakpoint: 480px;
}

@media (max-width: 1024px) {
  .force-100-tablet {
    width: 100% !important;
  }
}
@media (max-width: 880px) {
  .force-100-mobile-extra {
    width: 100% !important;
  }
}
@media (max-width: 480px) {
  .force-100-mobile {
    width: 100% !important;
  }
}
body:not([class*=elementor-page-]) .site-main {
  max-width: 1650px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  padding: 17px 50px;
  font-weight: 400;
  border-radius: 100px;
  color: #ffffff;
  background-color: var(--e-global-color-primary);
  text-transform: uppercase;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: var(--e-global-color-f3b45a7);
  color: #ffffff;
}

.woocommerce-message::before {
  color: var(--e-global-color-primary);
}

.woocommerce-message {
  border-top-color: var(--e-global-color-primary);
}

.woocommerce table.shop_table {
  border: 0px solid rgba(0, 0, 0, 0.1);
}

td.actions {
  border: none !important;
}

.woocommerce-cart .elementor-widget-jet-blocks-cart,
.woocommerce-checkout .elementor-widget-jet-blocks-cart {
  display: none;
}

.woocommerce-mini-cart__buttons.buttons .button.checkout.wc-forward {
  display: none;
}</pre></body></html>