<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Theme Name: MUTO NAOMI 2023
 * Theme URI: 
 * Description: 
 * Author: 
 * Author URI:  
 * Template: rey
 * Version: 1.0.0
 * License: General Public License
 * License URI: http://www.gnu.org/licenses/gpl.html
 * Text Domain: rey-child
 */

.wpcf7-form p.privacy .wpcf7-form-control-wrap {
  display: inline-block;
}
.wpcf7-form p.privacy .wpcf7-form-control-wrap .wpcf7-list-item {
  margin: 0;
}

/*ANCHOR woocommerce*/
.single-product .onbackorder form.variations_form .single_variation_wrap,
.single-product .onbackorder .available-on-backorder,
.single-product .onbackorder.product-type-simple form.cart,
.single-product .instock .rey-rightSummary .novendita,
p.stock.out-of-stock,
.rey-loopPrice {
  display: none !important;
}
form .form-row .woocommerce-input-wrapper .description {
  background: #e51e22;
  top: 20px;
}
.woocommerce-loop-product__title a,
.woocommerce-loop-category__title a {
  font-size: 16px !important;
}
.rey-wc-skin--wrapped .price {
  font-size: 14px !important;
}
.rey-wc-skin--wrapped .rey-loopWrapper-details {
  bottom: 25px;
}
.rey-wc-skin--wrapped
  .rey-loopWrapper-details
  h2.woocommerce-loop-product__title {
  margin-bottom: 0;
}

.gallery .rey-gridEl a img {
  max-height: 300px;
  min-height: 300px;
  object-fit: cover;
  overflow: hidden;
}

.home
  :is(.rey-stickyContent, .rey-siteHeader, .rey-pbTemplate--gs-header)
  .elementor-button:visited {
  color: #ffffff !important;
}

.home .rey-toggleBoxes--stacks .rey-toggleBox:hover {
  --tgbx-c: #000;
  --tgbx-bgc: HSLa(var(--neutral-0), 0.8);
  border-color: rgba(0, 0, 0, 0);
}

.rey-toggleBoxes--stacks .rey-toggleBox.--active {
  --tgbx-c: #fff;
  --tgbx-bgc: transparent;
  border-color: #fff;
}

.--active-hover-yes .rey-toggleBoxes--stacks .rey-toggleBox.--active {
  --tgbx-ta-o: 0;
}

.home .rey-toggleBoxes--stacks .rey-toggleBox:hover a {
  --tgbx-ta-o: 1;
}

:is(
    .btn,
    button,
    input[type="submit"],
    input[type="reset"],
    input[type="button"]
  ):is(.disabled, :disabled) {
  pointer-events: inherit !important;
}
</pre></body></html>