/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/* BODY */
body {
  font-size: 16px;
  --content-vertical-spacing: var(--content-margin);
  --content-margin: max(3.33vw, 36px);
  --normal-container-max-width: 99999px !important;
  --wide-offset: 0;
  --container-width-base: calc(100vw - var(--content-margin) * 2);
  --container-width: min(100%, var(--container-width-base)); }
  body a {
    text-decoration: none; }
  body p a {
    text-decoration: underline; }
  @media (min-width: 690px) {
    body .thumbs-left .flexy {
      margin-left: calc(var(--thumbs-width) + var(--thumbs-spacing, 10vw));
      margin-right: var(--thumbs-spacing, 10vw); } }
  @media (min-width: 1000px) {
    body .ct-order-review, body .sticky-summary .entry-summary, body .sticky-gallery .woocommerce-product-gallery {
      top: calc(var(--admin-bar, 0px) + var(--header-sticky-height, 0px)); } }
  body .coupon {
    display: none !important; }
  body .wp-block-separator {
    max-width: none; }
    body .wp-block-separator:not(.is-style-dots) {
      height: 1px; }
  body.search .hero-section[data-type=type-1] {
    margin-bottom: 0; }
  body.search .woocommerce-products-header, body.search .entries, body.search .entry-content .ct-container {
    display: none; }
  body.search ul.products {
    display: none; }

/* END BODY */
/* HEADER */
.current-menu-item > a {
  font-weight: 700 !important; }

#header .ct-container-fluid {
  width: var(--container-width); }
#header .ct-toggle-dropdown-desktop {
  display: none; }
#header .ct-language-switcher {
  display: none; }
#header .widget_currency_sel_widget a {
  padding-left: 0px; }
#header .has-medium-font-size a {
  font-size: var(--wp--preset--font-size--medium) !important; }
#header [data-device="desktop"] .default-logo {
  height: 60px !important; }
#header [data-device="desktop"] .site-logo-container {
  overflow: hidden;
  height: 60px !important;
  transition: all 0.4s ease-in-out; }
#header [data-device="desktop"] .ct-container-fluid {
  transition: all 0.4s ease-in-out; }
#header [data-device="desktop"] [data-row="middle"], #header [data-device="desktop"] [data-column] {
  opacity: 1;
  transition: all 0.4s ease-in-out; }
#header [data-device="desktop"] [data-sticky="yes:shrink"] .site-logo-container {
  height: 39px !important; }
#header [data-device="desktop"] [data-sticky="yes:shrink"] [data-row="middle"] > .ct-container-fluid {
  --shrink-height: 50px; }
  #header [data-device="desktop"] [data-sticky="yes:shrink"] [data-row="middle"] > .ct-container-fluid > *:not([data-column="middle"]) {
    opacity: 0;
    visibility: hidden; }
#header [data-device="desktop"] .ct-widget select {
  background: none;
  border: none;
  font-family: var(--fontFamily);
  font-size: var(--fontSize);
  font-weight: 700; }
  #header [data-device="desktop"] .ct-widget select option {
    padding: 0 0 !important; }

#footer .ct-container-fluid {
  width: var(--container-width); }
  #footer .ct-container-fluid a {
    text-decoration: none; }

[data-id="widget-area-1"], .ct-language-switcher {
  --margin: 0 !important; }

.ct-language-switcher {
  padding: 0.5em 0.5em 0.4em; }

.wcml-cs-active-currency {
  display: none !important;
  padding: 0.5em 0.5em 0.4em; }

.wcml_currency_switcher li {
  font-size: 16px;
  font-weight: bold; }

.wcml-horizontal-list li a {
  line-height: 1.65 !important; }

.ct-header-cart .ct-cart-item:before {
  content: "cart";
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold; }

.ct-mega-menu-full-width .sub-menu {
  padding-top: var(--content-margin); }
  .ct-mega-menu-full-width .sub-menu::after {
    border-bottom: solid 2px black; }

.ct-cart-item .ct-label .woocommerce-Price-amount {
  display: none; }
.ct-cart-item [class*=ct-dynamic-count] {
  position: relative;
  top: unset;
  right: unset;
  left: unset;
  color: inherit;
  background-color: transparent;
  font-size: 16px;
  font-weight: bold; }
  .ct-cart-item [class*=ct-dynamic-count]:before {
    content: "("; }
  .ct-cart-item [class*=ct-dynamic-count]:after {
    content: ")"; }
  .ct-cart-item [class*=ct-dynamic-count][data-count="0"] {
    display: flex; }

/* END HEADER */
/* MOBILE HEADER */
#offcanvas .ct-panel-actions {
  position: absolute;
  z-index: 100;
  width: 100%;
  top: 0;
  min-height: 70px;
  padding-block: 0; }

[data-header*="type-1"] .ct-header [data-id="logo"] {
  --margin: 0 0 0 0px !important; }

.ct-panel-content[data-device="mobile"] {
  --panel-padding: 0 !important;
  --menu-item-padding: var(--items-vertical-spacing, 5px) 0 !important; }
  .ct-panel-content[data-device="mobile"] > * {
    background-color: #fff;
    margin-block: 0 !important; }
  .ct-panel-content[data-device="mobile"] .mobile-menu ul {
    list-style-type: none; }
    .ct-panel-content[data-device="mobile"] .mobile-menu ul li {
      padding-left: var(--content-margin); }
    .ct-panel-content[data-device="mobile"] .mobile-menu ul li a:not(:empty)::before {
      content: "";
      background: none;
      cursor: pointer; }
  .ct-panel-content[data-device="mobile"] .ct-menu-link {
    padding: 20px 0 !important; }
  .ct-panel-content[data-device="mobile"] .site-logo-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    min-height: 70px;
    padding-left: var(--content-margin); }
  .ct-panel-content[data-device="mobile"] .ct-header-text {
    background-color: #fff;
    padding: 20px 0;
    border-top: solid 2px black; }
  .ct-panel-content[data-device="mobile"] .entry-content * {
    width: var(--container-width);
    margin: 0 auto; }
    .ct-panel-content[data-device="mobile"] .entry-content * select {
      height: auto;
      background: none;
      border-bottom-width: 0px;
      font-family: var(--fontFamily);
      font-size: 20px; }
  .ct-panel-content[data-device="mobile"] .menu-item {
    padding-right: var(--content-margin); }
    .ct-panel-content[data-device="mobile"] .menu-item:first-of-type {
      padding: 0 0 !important; }
    .ct-panel-content[data-device="mobile"] .menu-item .ct-sub-menu-parent {
      padding: 0 var(--content-margin); }
  .ct-panel-content[data-device="mobile"] .sub-menu {
    padding: 0 var(--content-margin) 20px; }
    .ct-panel-content[data-device="mobile"] .sub-menu .menu-item {
      padding: 0;
      border-bottom: none; }
      .ct-panel-content[data-device="mobile"] .sub-menu .menu-item .artistlist {
        margin: 0;
        padding-left: var(--content-margin); }
        .ct-panel-content[data-device="mobile"] .sub-menu .menu-item .artistlist li {
          border-bottom: none;
          padding-left: 0; }

/* END MOBILE HEADER */
.artistlist li a:not(:hover) {
  text-decoration: none !important; }

.wp-block-post-title {
  margin-top: 0 !important;
  line-height: 25px; }

.wp-block-post-featured-image, .wp-block-product-thumbnail {
  position: relative; }
  .wp-block-post-featured-image img, .wp-block-product-thumbnail img {
    width: 100%; }
  .wp-block-post-featured-image .badge, .wp-block-product-thumbnail .badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    display: block;
    text-transform: uppercase;
    background-color: black;
    font-size: 18px;
    padding: 6px 8px;
    color: white;
    line-height: 1; }
  .wp-block-post-featured-image:hover img:has(+ img), .wp-block-product-thumbnail:hover img:has(+ img) {
    opacity: 0; }
    .wp-block-post-featured-image:hover img:has(+ img) + img, .wp-block-product-thumbnail:hover img:has(+ img) + img {
      visibility: visible;
      opacity: 1; }
  .wp-block-post-featured-image img, .wp-block-product-thumbnail img {
    transition: opacity 0.6s ease; }
    .wp-block-post-featured-image img + img, .wp-block-product-thumbnail img + img {
      transition: opacity 0.6s ease;
      opacity: 0;
      visibility: hidden;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }

body .ct-default-gallery .entry-summary > form.cart, body .ct-stacked-gallery .entry-summary > form.cart {
  margin-top: 0;
  border-top: none; }
body .product[class*=gallery] .product_meta {
  margin-top: 0;
  border-top: none; }
@media (min-width: 1000px) {
  body .ct-default-gallery .woocommerce-product-gallery, body .ct-stacked-gallery .woocommerce-product-gallery {
    width: 65%; }
  body .ct-default-gallery .entry-summary, body .ct-stacked-gallery .entry-summary {
    width: 35%; } }
@media (max-width: 689.98px) {
  body .ct-panel {
    --panel-padding: var(--content-margin); }
  body .out-of-stock-badge {
    left: var(--badge-left, 15px) !important; } }
body .product-entry-wrapper {
  --thumbs-width: 120px; }

.product-attributes-list {
  font-size: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 2px solid black; }
  .product-attributes-list li {
    font-size: 17px;
    line-height: 26px;
    border-top: 2px solid black;
    margin-bottom: 0;
    padding: 10px 0; }

.summary.entry-summary > * {
  margin-bottom: var(--content-margin); }
  .summary.entry-summary > *.product_title {
    line-height: 35px; }
  .summary.entry-summary > *.artist_title {
    margin-bottom: 0px !important;
    font-weight: bold;
    font-size: 17px;
    line-height: 25px;
    text-transform: uppercase; }
  .summary.entry-summary > *.cart {
    padding-top: 0 !important; }
    .summary.entry-summary > *.cart:not(:first-of-type) {
      display: none; }
  .summary.entry-summary > *.product_meta {
    display: none; }
  .summary.entry-summary > *.legacy-itemprop-offers .wgm-info {
    display: none; }

.entry-content h1:first-child {
  line-height: 35px; }

a.active {
  text-decoration: none !important; }

.wp-block-product-grid {
  margin-left: var(--content-margin) !important;
  margin-right: var(--content-margin) !important; }

.out-of-stock-badge {
  left: calc(var(--thumbs-width) + var(--thumbs-spacing, 10vw) + 20px) !important; }

.menu-search-currency {
  display: flex;
  flex-direction: row; }
  .menu-search-currency .ct-label {
    height: auto;
    background: none;
    border-bottom-width: 0px;
    font-family: var(--fontFamily);
    font-size: 20px;
    font-weight: normal; }
  .menu-search-currency .widget select {
    text-align: right;
    margin-left: auto !important;
    padding-right: 0px !important; }

:root {
  --paletteColor8: var(--theme-palette-color-8); }

/*# sourceMappingURL=merona.css.map */
