/**
 * Theme Name:     WoMo Audio Custom Theme
 * Author:         Flips Digital
 * Template:       freshhome
 * Text Domain:	   womo-audio-custom-theme
 * Description:    WoMo Audio Custom Theme, Child theme for FreshHome - WooCommerce Theme.
 * Theme URI:      https://freshhome.madrasthemes.com/
 * Author URI:     https://flipsdigital.com
 * Version:        1.0.0
 * License:        GNU General Public License v2 or later
 * License URI:    http://www.gnu.org/licenses/gpl-2.0.html
 * Tags:           child theme
 */
.d-none {
  display: none !important;
}

@media (max-width: 781px) {
  .wp-block-group .button-wrapper {
    flex-wrap: wrap;
  }
}
.wp-block-group .button-wrapper .wp-block-button__link {
  white-space: nowrap;
}
@media (max-width: 781px) {
  .wp-block-group .button-wrapper .wp-block-button {
    margin-left: 0;
  }
}
.wp-block-group.home-v1-new-arrivals .wp-block-columns.is-layout-flex {
  gap: 40px;
}
.wp-block-group.home-v1-new-arrivals .wp-block-group .header-row {
  max-width: var(--wp--style--global--wide-size);
}
.wp-block-group.home-v1-new-arrivals .wp-block-group h2, .wp-block-group.home-v1-new-arrivals .wp-block-group p {
  max-width: var(--wp--style--global--wide-size);
}
.wp-block-group.home-v1-collections .wp-block-columns.is-layout-flex {
  gap: 20px;
}
@media (min-width: 992px) {
  .wp-block-group.home-v1-collections .wp-block-columns.is-layout-flex {
    gap: 40px;
  }
}
@media (min-width: 782px) and (max-width: 991px) {
  .wp-block-group.home-v1-collections .wp-block-columns.is-layout-flex h4.wp-block-heading {
    font-size: 20px;
  }
}
.wp-block-group.home-v1-collections .wp-block-columns.is-layout-flex > .wp-block-column .wp-block-cover {
  min-height: unset;
  aspect-ratio: 534/332;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-group.home-v1-svg-badge .wp-block-group .shop-badge img {
  margin-left: -3rem;
}
.wp-block-group.home-blog .wp-block-post-template > .wp-block-post img {
  aspect-ratio: 534/332;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-group.home-blog .wp-block-post-template > .wp-block-post .news-info .news-date {
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.wp-block-group.home-blog .wp-block-post-template > .wp-block-post .news-info .news-date .taxonomy-category {
  position: relative;
  display: block;
  margin: 0 !important;
}
.wp-block-group.home-blog .wp-block-post-template > .wp-block-post .news-info .news-date .wp-block-post-date {
  margin: 0 !important;
}
.wp-block-group.home-hero-slide .slick-arrow {
  border-radius: 0;
  width: 30px;
  height: 30px;
}/*# sourceMappingURL=style.css.map */