/*
Theme Name: Pomana Child
Theme URI: https://pomana.modeltheme.com/
Template: pomana
Author: ModelTheme
Author URI: http://modeltheme.com/
Description: Lottery & Giveaways WordPress Theme
Version: 1.1
Text Domain: pomana
Tags: custom-header, custom-menu, featured-images, post-formats, sticky-post
*/
/* Theme customization starts here
------------------------------------------------------- */
.logo .dreamer-inline-logo {
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  vertical-align: middle;
}

.logo .dreamer-inline-logo svg {
  display: block;
  height: auto;
  max-width: 100%;
  width: 180px;
}

.is_nav_sticky .logo .dreamer-inline-logo.theme-logo-sticky svg,
.logo .dreamer-inline-logo.theme-logo-sticky svg {
  width: 165px;
}

#modeltheme-main-head .dreamer-mobile-header-actions {
  display: none;
}

@media (max-width: 767px) {
  #modeltheme-main-head .navbar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 72px;
    padding: 8px 0;
  }

  #modeltheme-main-head .navbar-header .logo {
    margin: 0 !important;
  }

  #modeltheme-main-head .navbar-header .logo a {
    display: block;
    line-height: 0;
  }

  #modeltheme-main-head .dreamer-mobile-header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
    margin-right: 12px;
  }

  #modeltheme-main-head .dreamer-mobile-action {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(18, 19, 24, 0.14);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.92);
    color: #121318;
    text-decoration: none;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
  }

  #modeltheme-main-head .dreamer-mobile-action i {
    font-size: 18px;
    line-height: 1;
  }

  #modeltheme-main-head .dreamer-mobile-cart-count {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border-radius: 999px;
    background: #ba2929;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    box-shadow: 0 0 0 2px rgba(4, 4, 8, 0.92);
  }

  #modeltheme-main-head .dreamer-mobile-header-actions .navbar-toggle {
    display: block;
    position: static;
    float: none;
    margin: 0 !important;
    padding: 0 0 0 6px !important;
    border: 0 none !important;
    border-radius: 0;
    background: transparent !important;
    transform: none;
    box-shadow: none;
  }

  #modeltheme-main-head .dreamer-mobile-header-actions .navbar-toggle .icon-bar {
    width: 22px;
    height: 2px;
    margin: 3px 0;
    background: #ffffff !important;
  }

  #modeltheme-main-head .dreamer-mobile-header-actions .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 3px;
  }

  .logo .dreamer-inline-logo svg {
    width: 155px;
  }

  .is_nav_sticky .logo .dreamer-inline-logo.theme-logo-sticky svg,
  .logo .dreamer-inline-logo.theme-logo-sticky svg {
    width: 145px;
  }
}

/* Homepage logo placement: larger logo, fixed nav height footprint */
body.home #modeltheme-main-head .navbar-header .logo {
  margin: 8px 0 0 !important;
}

body.home #modeltheme-main-head .logo .dreamer-inline-logo {
  display: block;
  height: 78px;
  box-sizing: border-box;
  padding-top: 5px;
  overflow: visible;
  transform: translateY(-5px);
}

body.home #modeltheme-main-head .logo .dreamer-inline-logo svg {
  width: 235px;
}

body.home.is_nav_sticky #modeltheme-main-head .logo .dreamer-inline-logo.theme-logo-sticky,
body.home #modeltheme-main-head .logo .dreamer-inline-logo.theme-logo-sticky {
  height: 72px;
  transform: translateY(-4px);
}

body.home.is_nav_sticky #modeltheme-main-head .logo .dreamer-inline-logo.theme-logo-sticky svg,
body.home #modeltheme-main-head .logo .dreamer-inline-logo.theme-logo-sticky svg {
  width: 205px;
}

@media (max-width: 767px) {
  body.home #modeltheme-main-head .logo .dreamer-inline-logo {
    height: auto;
    padding-top: 0;
    transform: none;
  }

  body.home #modeltheme-main-head .logo .dreamer-inline-logo svg,
  body.home.is_nav_sticky #modeltheme-main-head .logo .dreamer-inline-logo.theme-logo-sticky svg,
  body.home #modeltheme-main-head .logo .dreamer-inline-logo.theme-logo-sticky svg {
    width: min(160px, 44vw);
  }

  body.home .vc_row.vc_custom_1718705661519 > .wpb_column > .vc_column-inner {
    padding-top: 84px !important;
  }

  body.home.first_header.is_header_semitransparent #modeltheme-main-head .navbar-collapse,
  body.home.first_header.is_header_semitransparent #navbar {
    background: rgba(4, 4, 8, 0.97) !important;
    border-color: rgba(255, 96, 96, 0.18) !important;
  }

  body.home.first_header.is_header_semitransparent #navbar ul.menu,
  body.home.first_header.is_header_semitransparent #navbar .sub-menu {
    background: transparent !important;
  }

  body.home.first_header.is_header_semitransparent #navbar .menu-item > a,
  body.home.first_header.is_header_semitransparent #navbar .cf-mega-menu.sub-menu ul li a {
    color: #f7f8fb !important;
    text-shadow: none !important;
  }

  body.home.first_header.is_header_semitransparent #navbar .sub-menu .menu-item > a,
  body.home.first_header.is_header_semitransparent #navbar ul.sub-menu li a {
    color: #d7b25a !important;
    opacity: 1 !important;
    text-shadow: none !important;
  }

  body.home.first_header.is_header_semitransparent #navbar .menu-item,
  body.home.first_header.is_header_semitransparent #navbar ul.sub-menu li {
    border-color: rgba(255, 255, 255, 0.08) !important;
  }

  body.home.first_header.is_header_semitransparent #navbar .action-expand::after {
    color: #f7f8fb !important;
  }

  body.home.first_header.is_header_semitransparent #navbar .expand {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
}

/* Homepage hero background override (ensures new image wins over cached builder CSS). */
body.home .vc_row.vc_custom_1718705661519 {
  background-image: url("/wp-content/themes/pomana-child/assets/images/background.png") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding-left: 0 !important;
  position: relative;
  overflow: hidden;
}

/* Home header: deeper black bar for better menu/logo legibility. */
body.home.first_header.is_header_semitransparent #modeltheme-main-head-sticky-wrapper,
body.home.first_header.is_header_semitransparent nav#modeltheme-main-head,
body.home.first_header.is_header_semitransparent #modeltheme-main-head .navbar-default,
body.home.first_header.is_header_semitransparent #modeltheme-main-head-sticky-wrapper .navbar-default,
body.home.first_header.is_header_semitransparent.is_nav_sticky .is-sticky nav#modeltheme-main-head,
body.home.first_header.is_header_semitransparent.is_nav_sticky .is-sticky .navbar-default {
  background: rgba(4, 4, 8, 0.9) !important;
  border-bottom: 1px solid rgba(255, 96, 96, 0.3);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.52);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

body.home.first_header.is_header_semitransparent #navbar .menu-item > a,
body.home.first_header.is_header_semitransparent .navbar-nav .search_products a,
body.home.first_header.is_header_semitransparent .navbar-nav .shop_cart a {
  color: #f7f8fb !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.55);
}

@media (min-width: 768px) {
  body.home.first_header.is_header_semitransparent #navbar .sub-menu {
    background: rgba(255, 252, 252, 0.98);
  }

  body.home.first_header.is_header_semitransparent #navbar .sub-menu .menu-item > a,
  body.home.first_header.is_header_semitransparent #navbar ul.sub-menu li a {
    color: #1b2230 !important;
    text-shadow: none !important;
  }

  body.home.first_header.is_header_semitransparent #navbar .sub-menu .menu-item > a:hover,
  body.home.first_header.is_header_semitransparent #navbar ul.sub-menu li a:hover {
    color: #c73333 !important;
  }
}

/* Hero visual polish: cinematic overlay + premium content panel. */
body.home .vc_row.vc_custom_1718705661519::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 4, 8, 0.9) 0%, rgba(4, 4, 8, 0.7) 36%, rgba(4, 4, 8, 0.42) 66%, rgba(4, 4, 8, 0.3) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.5) 100%);
  pointer-events: none;
  z-index: 1;
}

body.home .vc_row.vc_custom_1718705661519::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 22% 42%, rgba(186, 41, 41, 0.45) 0, rgba(186, 41, 41, 0) 45%);
  pointer-events: none;
  z-index: 2;
}

body.home .vc_row.vc_custom_1718705661519 > .wpb_column {
  position: relative;
  z-index: 3;
  padding: 0 !important;
}

body.home .vc_row.vc_custom_1718705661519 > .wpb_column > .vc_column-inner {
  position: relative;
  width: min(58vw, 980px);
  max-width: 100%;
  min-height: clamp(620px, 78vh, 860px);
  margin: 0 0 0 calc((100vw - 100%) / -2) !important;
  padding: clamp(124px, 15vh, 168px) 56px 78px !important;
  border-right: 1px solid rgba(255, 95, 95, 0.42);
  background: linear-gradient(90deg, rgba(5, 5, 9, 0.88) 0%, rgba(10, 10, 15, 0.74) 54%, rgba(186, 41, 41, 0.16) 100%);
  box-shadow: 24px 0 48px rgba(0, 0, 0, 0.46), inset 0 0 38px rgba(186, 41, 41, 0.2);
}

body.home .vc_row.vc_custom_1718705661519 > .wpb_column > .vc_column-inner > .wpb_wrapper {
  min-height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 18px;
}

body.home .vc_row.vc_custom_1718705661519 > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_empty_space {
  display: none;
}

body.home .vc_row.vc_custom_1718705661519 .vc_custom_1678962107514,
body.home .vc_row.vc_custom_1718705661519 .vc_custom_1678962107514 .vc_column-inner,
body.home .vc_row.vc_custom_1718705661519 .vc_custom_1678962813197 {
  width: 100%;
  max-width: none;
  margin: 0 !important;
  padding: 0 !important;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body.home .vc_row.vc_custom_1718705661519 .vc_custom_1678962813197::before {
  content: none;
}

body.home .vc_row.vc_custom_1718705661519 .pomana-fashion-hero-upper-txt {
  margin-bottom: 14px !important;
  font-size: clamp(13px, 1.1vw, 16px) !important;
  line-height: 1.45 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase;
  color: #ff6f6f !important;
  text-shadow: 0 0 14px rgba(186, 41, 41, 0.52);
}

body.home .vc_row.vc_custom_1718705661519 .pomana-fashion-hero-txt {
  margin: 0 0 18px !important;
  font-size: clamp(52px, 8vw, 102px) !important;
  line-height: 0.92 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase;
  color: #ffffff !important;
  text-shadow: 0 0 24px rgba(186, 41, 41, 0.38), 0 14px 34px rgba(0, 0, 0, 0.56);
}

body.home .vc_row.vc_custom_1718705661519 .pomana-fashion-hero-txt .dreamer-hero-bigger {
  display: inline-block;
  position: relative;
  padding-inline: 0.02em;
  color: #ffeab3 !important;
  background-image: linear-gradient(
    108deg,
    #6e4300 0%,
    #b97810 14%,
    #ffe7a0 32%,
    #fff7d1 44%,
    #ffc858 57%,
    #b46a06 73%,
    #5d3400 100%
  );
  background-size: 260% 100%;
  background-position: 0 50%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 12px rgba(255, 181, 66, 0.42), 0 0 28px rgba(255, 153, 0, 0.32), 0 0 44px rgba(255, 120, 0, 0.22);
  filter: drop-shadow(0 0 10px rgba(255, 183, 64, 0.22));
  animation: dreamer-gold-shine 2.2s linear infinite, dreamer-gold-pulse 1.8s ease-in-out infinite;
}

body.home .vc_row.vc_custom_1718705661519 .pomana-fashion-hero-txt .dreamer-hero-bigger::after {
  content: "";
  position: absolute;
  top: 6%;
  bottom: 6%;
  left: -32%;
  width: 30%;
  background: linear-gradient(
    112deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 248, 210, 0.24) 24%,
    rgba(255, 244, 190, 0.96) 50%,
    rgba(255, 248, 210, 0.2) 76%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
  filter: blur(0.5px);
  opacity: 0;
  pointer-events: none;
  animation: dreamer-gold-streak 2.2s linear infinite;
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  body.home .vc_row.vc_custom_1718705661519 .pomana-fashion-hero-txt {
    background: linear-gradient(180deg, #ffffff 0%, #ffe2e2 58%, #ff9f9f 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
  }
}

body.home .vc_row.vc_custom_1718705661519 .wpb_text_column p {
  max-width: 700px;
  color: #f4f4f8 !important;
  font-size: clamp(17px, 1.45vw, 23px) !important;
  line-height: 1.55 !important;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.58);
}

body.home .vc_row.vc_custom_1718705661519 a.button-winona.btn.btn-lg {
  margin-top: 8px;
  min-width: 295px;
  padding: 16px 30px;
  border-radius: 12px;
  border: 1px solid rgba(255, 121, 121, 0.75);
  background: linear-gradient(90deg, #7d1515 0%, #ba2929 52%, #d83939 100%) !important;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  box-shadow: 0 16px 30px rgba(186, 41, 41, 0.46), 0 0 28px rgba(186, 41, 41, 0.26);
  transition: transform 220ms ease, box-shadow 220ms ease;
  align-self: flex-start;
}

body.home .vc_row.vc_custom_1718705661519 a.button-winona.btn.btn-lg:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 36px rgba(186, 41, 41, 0.58), 0 0 32px rgba(186, 41, 41, 0.34);
}

@media (max-width: 991px) {
  body.home .vc_row.vc_custom_1718705661519 > .wpb_column > .vc_column-inner {
    width: min(100%, 760px);
    min-height: auto;
    margin-left: 0 !important;
    padding: 126px 34px 56px !important;
  }
}

@media (max-width: 767px) {
  .modeltheme-breadcrumbs .page-title {
    font-size: clamp(22px, 7.2vw, 30px) !important;
    line-height: 1 !important;
    letter-spacing: 0.01em !important;
    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
  }

  body.home .vc_row.vc_custom_1718705661519 > .wpb_column > .vc_column-inner {
    width: 100%;
    min-height: clamp(395px, 53vh, 474px);
    padding: 28px 20px 16px !important;
    border-right: 0;
    box-shadow: none;
  }

  body.home .vc_row.vc_custom_1718705661519 > .wpb_column > .vc_column-inner > .wpb_wrapper {
    gap: 12px;
    justify-content: center;
  }

  body.home .vc_row.vc_custom_1718705661519 .vc_empty_space {
    display: none !important;
  }

  body.home .vc_row.vc_custom_1718705661519 .pomana-fashion-hero-upper-txt {
    margin-bottom: 6px !important;
    letter-spacing: 0.11em !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
  }

  body.home .vc_row.vc_custom_1718705661519 .pomana-fashion-hero-txt {
    font-size: clamp(34px, 11vw, 52px) !important;
    line-height: 0.94 !important;
    margin-bottom: 8px !important;
  }

  body.home .vc_row.vc_custom_1718705661519 .wpb_text_column p {
    font-size: 14px !important;
    line-height: 1.45 !important;
  }

  body.home .vc_row.vc_custom_1718705661519 a.button-winona.btn.btn-lg {
    min-width: min(100%, 240px);
    margin-top: 2px;
    padding: 13px 18px;
    font-size: 13px;
  }
}

/* Global accent color override: replace legacy orange with brand red. */
:root {
  --dreamer-accent: rgb(186, 41, 41);
  --dreamer-accent-soft: rgba(186, 41, 41, 0.33);
  --dreamer-accent-tint: #f9e3e3;
}

.tag-cloud-link {
  color: var(--dreamer-accent) !important;
  background: var(--dreamer-accent-tint) !important;
}

.widget_recent_entries_with_thumbnail .post-date {
  color: var(--dreamer-accent);
}

.pomana-icon-rounded-contact .mt-icon-listgroup-icon-holder-inner a span {
  background-color: var(--dreamer-accent) !important;
}

.svg-block.numbered:before {
  background: var(--dreamer-accent);
}

.highlight-blue strong {
  color: var(--dreamer-accent);
  background: linear-gradient(to top, var(--dreamer-accent-tint) 50%, transparent 50%);
}

a.wp-block-button__link {
  background: var(--dreamer-accent);
}

.page-links .post-page-numbers.current {
  color: var(--dreamer-accent);
}

ul.mt-all-answers li.selected {
  background: var(--dreamer-accent);
}

/* Fallback for builder inline styles still using legacy orange values. */
[style*="color:#ec6623"],
[style*="color: #ec6623"],
[style*="color:#EC6623"],
[style*="color: #EC6623"] {
  color: var(--dreamer-accent) !important;
}

[style*="background:#ec6623"],
[style*="background: #ec6623"],
[style*="background:#EC6623"],
[style*="background: #EC6623"],
[style*="background-color:#ec6623"],
[style*="background-color: #ec6623"],
[style*="background-color:#EC6623"],
[style*="background-color: #EC6623"] {
  background: var(--dreamer-accent) !important;
  background-color: var(--dreamer-accent) !important;
}

[style*="border-color:#ec6623"],
[style*="border-color: #ec6623"],
[style*="border-color:#EC6623"],
[style*="border-color: #EC6623"] {
  border-color: var(--dreamer-accent) !important;
}

[style*="fill:#ec6623"],
[style*="fill: #ec6623"],
[style*="fill:#EC6623"],
[style*="fill: #EC6623"] {
  fill: var(--dreamer-accent) !important;
}

/* Home: Latest Competitions showpiece section (red/black theme). */
body.home .vc_row.recent_products {
  margin-top: 0 !important;
  padding-top: 42px !important;
  padding-bottom: 86px !important;
  position: relative;
  z-index: 20;
  overflow: hidden !important;
  background-image:
    radial-gradient(circle at 12% 24%, rgba(186, 41, 41, 0.42) 0, rgba(186, 41, 41, 0) 35%),
    radial-gradient(circle at 88% 2%, rgba(186, 41, 41, 0.25) 0, rgba(186, 41, 41, 0) 42%),
    linear-gradient(180deg, #09090b 0%, #0d0d12 42%, #050507 100%) !important;
  background-color: #09090b !important;
  border-top: 1px solid rgba(186, 41, 41, 0.45);
  border-bottom: 1px solid rgba(186, 41, 41, 0.35);
}

body.home .vc_row.recent_products::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30%;
  width: 160%;
  height: 2px;
  background: linear-gradient(90deg, rgba(186, 41, 41, 0), rgba(255, 96, 96, 0.95), rgba(186, 41, 41, 0));
  box-shadow: 0 0 18px rgba(186, 41, 41, 0.8);
  animation: dreamer-red-sweep 5.2s linear infinite;
  pointer-events: none;
}

body.home .vc_row.recent_products::after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.02) 0,
    rgba(255, 255, 255, 0.02) 1px,
    rgba(0, 0, 0, 0) 1px,
    rgba(0, 0, 0, 0) 6px
  );
  opacity: 0.2;
  pointer-events: none;
}

body.home .vc_row.recent_products > .wpb_column {
  position: relative;
  z-index: 2;
}

body.home .vc_row.recent_products .vc_custom_heading {
  color: #f7f7fa !important;
  font-size: clamp(38px, 6vw, 68px) !important;
  line-height: 1.03 !important;
  letter-spacing: 0.02em !important;
  text-shadow: 0 12px 26px rgba(0, 0, 0, 0.7);
  margin-bottom: 14px !important;
}

body.home .vc_row.recent_products .highlight-blue strong {
  color: #ff4d4d !important;
  transform: none !important;
  background: none !important;
  text-shadow: 0 0 16px rgba(186, 41, 41, 0.7);
  animation: dreamer-neon-flicker 3.2s linear infinite;
  will-change: opacity, text-shadow;
}

body.home .vc_row.recent_products .wpb_text_column p {
  color: #cfcfd6 !important;
  font-size: 20px !important;
  letter-spacing: 0.01em;
}

body.home .vc_row.recent_products .woocommerce {
  margin-bottom: 26px !important;
}

body.home .vc_row.recent_products .woocommerce ul.products li.product .woocommerce_product__wrap_box {
  background: linear-gradient(180deg, #15151b 0%, #101015 100%);
  border: 1px solid rgba(186, 41, 41, 0.48);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(186, 41, 41, 0.1) inset;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

body.home .vc_row.recent_products .woocommerce ul.products li.product:hover .woocommerce_product__wrap_box {
  transform: translateY(-8px);
  border-color: rgba(255, 98, 98, 0.85);
  box-shadow: 0 28px 40px rgba(0, 0, 0, 0.62), 0 0 28px rgba(186, 41, 41, 0.4);
}

body.home .vc_row.recent_products .woocommerce ul.products li.product .woocommerce-product-list-header {
  background: radial-gradient(circle at 50% 22%, rgba(186, 41, 41, 0.2), rgba(186, 41, 41, 0) 54%),
    linear-gradient(180deg, #1d1d24 0%, #131319 100%);
  border-bottom: 1px solid rgba(186, 41, 41, 0.3);
}

body.home .vc_row.recent_products .woocommerce ul.products li.product .thumbnail-and-details {
  box-shadow: none;
  border-radius: 0;
  background: transparent;
}

body.home .vc_row.recent_products .woocommerce ul.products li.product .woocommerce-product-list-header img {
  filter: drop-shadow(0 16px 18px rgba(0, 0, 0, 0.55));
}

body.home .vc_row.recent_products .woocommerce ul.products li.product .overlay-components {
  background: #16161d;
  border: 1px solid rgba(186, 41, 41, 0.55);
  border-radius: 11px;
  width: 42px;
  padding: 9px 0;
}

body.home .vc_row.recent_products .woocommerce ul.products li.product .overlay-components .component.add-to-cart .button {
  position: static !important;
  height: auto;
  line-height: 1;
  max-width: none;
  border: 0;
  background: transparent !important;
  color: #ff5555 !important;
  font-size: 18px !important;
}

body.home .vc_row.recent_products .woocommerce ul.products li.product .woocommerce-loop-product-content {
  background: #111117;
  padding: 26px 28px 18px;
}

body.home .vc_row.recent_products .woocommerce ul.products li.product h3.woocommerce-loop-product__title a {
  color: #ffffff !important;
}

body.home .vc_row.recent_products .woocommerce ul.products li.product .details-container > div.details-item .amount,
body.home .vc_row.recent_products .woocommerce ul.products li.product .details-container > div.details-item ins,
body.home .vc_row.recent_products .woocommerce ul.products li.product .price span {
  color: #ff6b6b !important;
  font-weight: 700;
}

body.home .vc_row.recent_products .woocommerce ul.products li.product .star-rating::before {
  color: #4f4f58;
}

body.home .vc_row.recent_products .woocommerce ul.products li.product .lottery-time,
body.home .vc_row.recent_products .woocommerce ul.products li.product .has-finished {
  color: #ffd3d3 !important;
}

body.home .vc_row.recent_products .woocommerce ul.products li.product .has-finished {
  display: inline-block;
  margin-top: 8px;
  border: 1px solid rgba(186, 41, 41, 0.58);
  background: rgba(186, 41, 41, 0.16);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-weight: 600;
}

body.home .vc_row.recent_products .woocommerce ul.products li.product.dreamer-lottery-closed .has-finished {
  border-color: rgba(255, 106, 106, 0.84);
  background: linear-gradient(90deg, rgba(104, 14, 14, 0.9) 0%, rgba(186, 41, 41, 0.78) 50%, rgba(104, 14, 14, 0.9) 100%);
  color: #fff3f3 !important;
  box-shadow: 0 10px 20px rgba(186, 41, 41, 0.38), 0 0 18px rgba(186, 41, 41, 0.24);
}

body.home .vc_row.recent_products .woocommerce ul.products li.product .dreamer-loop-countdown-wrap {
  margin-top: 10px;
}

body.home .vc_row.recent_products .woocommerce ul.products li.product .dreamer-countdown-headline {
  display: block;
  margin: 0 0 8px;
  color: #d6d7dd;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.home .vc_row.recent_products .woocommerce ul.products li.product .dreamer-loop-countdown {
  display: flex;
  align-items: stretch;
  gap: 8px;
}

body.home .vc_row.recent_products .woocommerce ul.products li.product .dreamer-count-block {
  min-width: 52px;
  padding: 7px 6px 6px;
  border-radius: 10px;
  border: 1px solid rgba(255, 120, 120, 0.42);
  background: rgba(16, 16, 24, 0.95);
  text-align: center;
}

body.home .vc_row.recent_products .woocommerce ul.products li.product .dreamer-count-block .dreamer-count-value {
  display: block;
  margin-bottom: 3px;
  color: #ffffff;
  font-size: 26px;
  font-weight: 800;
  line-height: 0.95;
}

body.home .vc_row.recent_products .woocommerce ul.products li.product .dreamer-count-block small {
  display: block;
  color: #cfd2db;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

body.home .vc_row.recent_products .woocommerce ul.products li.product.dreamer-lottery-live .dreamer-countdown-headline {
  color: #ffdfa2;
  text-shadow: 0 0 10px rgba(255, 204, 98, 0.24);
}

body.home .vc_row.recent_products .woocommerce ul.products li.product.dreamer-lottery-live .dreamer-count-block {
  border-color: rgba(255, 202, 99, 0.56);
  background: linear-gradient(180deg, rgba(65, 45, 12, 0.94) 0%, rgba(19, 14, 10, 0.95) 100%);
  box-shadow: inset 0 0 16px rgba(255, 195, 82, 0.18), 0 6px 12px rgba(0, 0, 0, 0.26);
}

body.home .vc_row.recent_products .woocommerce ul.products li.product.dreamer-lottery-live .dreamer-count-block .dreamer-count-value {
  color: #fff2cf;
  text-shadow: 0 0 12px rgba(255, 203, 96, 0.34);
}

body.home .vc_row.recent_products .woocommerce ul.products li.product.dreamer-lottery-live .dreamer-count-block small {
  color: #ffcb59;
}

body.home .vc_row.recent_products .products .ticket-info {
  margin-top: 0 !important;
  border-top: 1px solid rgba(186, 41, 41, 0.45) !important;
  background: linear-gradient(180deg, rgba(186, 41, 41, 0.16), rgba(186, 41, 41, 0.03));
  padding: 14px 10px 8px !important;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
}

body.home .vc_row.recent_products .products .ticket-info > div {
  display: flex !important;
  flex: 1 1 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 74px;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #d8d8de !important;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  line-height: 1.25;
  padding: 6px 4px 8px;
  position: relative;
}

body.home .vc_row.recent_products .products .ticket-info > div:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background: linear-gradient(180deg, rgba(186, 41, 41, 0), rgba(186, 41, 41, 0.58), rgba(186, 41, 41, 0));
}

body.home .vc_row.recent_products .products .ticket-info > div b {
  display: block;
  margin-bottom: 6px;
  font-size: clamp(32px, 8vw, 46px);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.03em;
  color: #ffffff;
  text-shadow: 0 0 18px rgba(186, 41, 41, 0.26);
}

body.home .vc_row.recent_products .products .ticket-info .lottery-sold b {
  color: #ff6b6b;
  text-shadow: 0 0 20px rgba(186, 41, 41, 0.52);
}

body.home .vc_row.recent_products .woocommerce ul.products li.product.dreamer-lottery-live .ticket-info {
  border-top: 1px solid rgba(243, 188, 73, 0.62) !important;
  background: linear-gradient(180deg, rgba(220, 166, 54, 0.2), rgba(220, 166, 54, 0.04));
}

body.home .vc_row.recent_products .woocommerce ul.products li.product.dreamer-lottery-live .ticket-info > div {
  color: #ead8b2 !important;
}

body.home .vc_row.recent_products .woocommerce ul.products li.product.dreamer-lottery-live .ticket-info > div:not(:last-child)::after {
  background: linear-gradient(180deg, rgba(240, 187, 74, 0), rgba(255, 208, 116, 0.68), rgba(240, 187, 74, 0));
}

body.home .vc_row.recent_products .woocommerce ul.products li.product.dreamer-lottery-live .ticket-info > div b {
  text-shadow: 0 0 18px rgba(245, 192, 84, 0.33);
}

body.home .vc_row.recent_products .woocommerce ul.products li.product.dreamer-lottery-live .ticket-info .lottery-sold b {
  color: #ffd67a;
  text-shadow: 0 0 20px rgba(245, 192, 84, 0.52);
}

body.home .vc_row.recent_products .products .wcl-progress-meter {
  margin: 8px 18px 12px !important;
  position: relative;
  padding-top: 8px;
}

body.home .vc_row.recent_products .products .wcl-progress-meter .zero {
  position: static !important;
  display: flex;
  width: fit-content;
  margin: 0 0 10px auto;
  padding: 4px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 120, 120, 0.62);
  background: rgba(13, 13, 19, 0.95);
  color: #f5f5f9 !important;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.4), 0 0 14px rgba(186, 41, 41, 0.28);
}

body.home .vc_row.recent_products .products .wcl-progress-meter .max {
  display: none;
}

body.home .vc_row.recent_products .products .wcl-progress-meter progress[value] {
  width: 100%;
  height: 14px;
  border: none;
  border-radius: 999px;
  background-color: #14141d;
  box-shadow: inset 0 0 0 2px rgba(186, 41, 41, 0.62), inset 0 4px 10px rgba(0, 0, 0, 0.68), 0 8px 18px rgba(0, 0, 0, 0.36);
  overflow: hidden;
}

body.home .vc_row.recent_products .products .wcl-progress-meter progress[value]::-webkit-progress-bar {
  background:
    linear-gradient(180deg, rgba(22, 22, 30, 1) 0%, rgba(10, 10, 16, 1) 100%),
    repeating-linear-gradient(135deg, rgba(186, 41, 41, 0.12) 0 10px, rgba(186, 41, 41, 0) 10px 20px);
  border-radius: 999px;
}

body.home .vc_row.recent_products .products .wcl-progress-meter progress[value]::-webkit-progress-value {
  border-radius: 999px;
  background-image:
    linear-gradient(90deg, #711616 0%, #ba2929 48%, #ff6262 100%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.28) 0 9px, rgba(255, 255, 255, 0) 9px 18px);
  background-size: 100% 100%, 44px 100%;
  box-shadow: 0 0 16px rgba(186, 41, 41, 0.75);
  animation: dreamer-progress-shimmer 1.45s linear infinite;
}

body.home .vc_row.recent_products .products .wcl-progress-meter progress[value]::-moz-progress-bar {
  border-radius: 999px;
  background: linear-gradient(90deg, #711616 0%, #ba2929 48%, #ff6262 100%);
  box-shadow: 0 0 16px rgba(186, 41, 41, 0.75);
}

body.home .vc_row.recent_products .woocommerce ul.products li.product.dreamer-lottery-live .wcl-progress-meter .zero {
  border-color: rgba(255, 205, 104, 0.72);
  background: rgba(18, 14, 9, 0.95);
  color: #fff4d8 !important;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.4), 0 0 14px rgba(245, 190, 77, 0.34);
}

body.home .vc_row.recent_products .woocommerce ul.products li.product.dreamer-lottery-live .wcl-progress-meter progress[value] {
  box-shadow: inset 0 0 0 2px rgba(236, 182, 65, 0.74), inset 0 4px 10px rgba(0, 0, 0, 0.68), 0 8px 18px rgba(0, 0, 0, 0.36);
}

body.home .vc_row.recent_products .woocommerce ul.products li.product.dreamer-lottery-live .wcl-progress-meter progress[value]::-webkit-progress-bar {
  background:
    linear-gradient(180deg, rgba(34, 26, 12, 1) 0%, rgba(16, 12, 8, 1) 100%),
    repeating-linear-gradient(135deg, rgba(255, 206, 98, 0.16) 0 10px, rgba(255, 206, 98, 0) 10px 20px);
}

body.home .vc_row.recent_products .woocommerce ul.products li.product.dreamer-lottery-live .wcl-progress-meter progress[value]::-webkit-progress-value {
  background-image:
    linear-gradient(90deg, #6f5012 0%, #c59227 46%, #ffd676 100%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.32) 0 9px, rgba(255, 255, 255, 0) 9px 18px);
  box-shadow: 0 0 16px rgba(245, 190, 77, 0.78);
}

body.home .vc_row.recent_products .woocommerce ul.products li.product.dreamer-lottery-live .wcl-progress-meter progress[value]::-moz-progress-bar {
  background: linear-gradient(90deg, #6f5012 0%, #c59227 46%, #ffd676 100%);
  box-shadow: 0 0 16px rgba(245, 190, 77, 0.78);
}

body.home .vc_row.recent_products .woocommerce ul.products li.product.dreamer-lottery-closed .ticket-info,
body.home .vc_row.recent_products .woocommerce ul.products li.product.dreamer-lottery-closed .wcl-progress-meter {
  display: none !important;
}

body.home .vc_row.recent_products a.button-winona.btn.btn-lg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 360px;
  padding: 18px 38px;
  font-size: clamp(16px, 2vw, 21px);
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 800;
  border: 1px solid rgba(255, 120, 120, 0.7);
  box-shadow: 0 14px 28px rgba(186, 41, 41, 0.42);
  transform: translateZ(0);
  transition: transform 200ms ease, box-shadow 200ms ease;
}

body.home .vc_row.recent_products a.button-winona.btn.btn-lg:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 36px rgba(186, 41, 41, 0.55);
}

/* Competitions archive: premium shop styling and cleaner lottery cards. */
.dreamer-competitions-archive .modeltheme-breadcrumbs {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 24%, rgba(186, 41, 41, 0.34) 0, rgba(186, 41, 41, 0) 28%),
    radial-gradient(circle at 82% 20%, rgba(255, 196, 88, 0.14) 0, rgba(255, 196, 88, 0) 24%),
    linear-gradient(120deg, #09090c 0%, #120d11 48%, #1a0c0c 100%);
}

.dreamer-competitions-archive .modeltheme-breadcrumbs::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, rgba(6, 6, 10, 0.84) 0%, rgba(6, 6, 10, 0.42) 48%, rgba(186, 41, 41, 0.12) 100%);
  pointer-events: none;
}

.dreamer-competitions-archive .modeltheme-breadcrumbs .container {
  position: relative;
  z-index: 1;
}

.dreamer-competitions-archive .modeltheme-breadcrumbs .page-title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 0.96;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-shadow: 0 12px 28px rgba(0, 0, 0, 0.42);
}

.dreamer-competitions-archive .high-padding {
  background:
    radial-gradient(circle at 92% 14%, rgba(186, 41, 41, 0.08) 0, rgba(186, 41, 41, 0) 24%),
    linear-gradient(180deg, #f7f3f0 0%, #efe8e4 100%);
  padding-top: 34px;
  padding-bottom: 76px;
}

.dreamer-competitions-archive .dreamer-competitions-intro {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

.dreamer-competitions-archive .dreamer-competitions-intro p {
  margin: 0;
  color: #57545d;
  font-size: 16px;
  line-height: 1.65;
}

.dreamer-competitions-archive .woocommerce .woocommerce-result-count {
  color: #605b65;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dreamer-competitions-archive .woocommerce .woocommerce-ordering {
  margin-bottom: 28px;
}

.dreamer-competitions-archive .woocommerce .woocommerce-ordering select {
  min-width: 240px;
  height: 46px;
  border: 1px solid rgba(27, 34, 48, 0.12);
  border-radius: 999px;
  background: #fff;
  color: #1b2230;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(15, 18, 26, 0.08);
}

.dreamer-competitions-archive .woocommerce ul.products li.product.col-md-4,
.dreamer-competitions-archive .woocommerce-page ul.products li.product.col-md-4 {
  margin-bottom: 34px !important;
}

.dreamer-competitions-archive .woocommerce ul.products li.product .woocommerce_product__wrap_box {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: linear-gradient(180deg, #15151b 0%, #0f0f14 100%);
  border: 1px solid rgba(186, 41, 41, 0.34);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.18), 0 0 0 1px rgba(255, 255, 255, 0.03) inset;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.dreamer-competitions-archive .woocommerce ul.products li.product:hover .woocommerce_product__wrap_box {
  transform: translateY(-6px);
  border-color: rgba(255, 102, 102, 0.74);
  box-shadow: 0 26px 42px rgba(0, 0, 0, 0.24), 0 0 24px rgba(186, 41, 41, 0.18);
}

.dreamer-competitions-archive .woocommerce ul.products li.product .woocommerce-product-list-header {
  position: relative;
  min-height: 315px;
  background:
    radial-gradient(circle at 50% 18%, rgba(186, 41, 41, 0.18), rgba(186, 41, 41, 0) 48%),
    linear-gradient(180deg, #1c1c23 0%, #121218 100%);
  border-bottom: 1px solid rgba(186, 41, 41, 0.24);
}

.dreamer-competitions-archive .woocommerce ul.products li.product .thumbnail-and-details {
  display: flex;
  min-height: 315px;
  padding: 16px 18px 0;
  align-items: flex-end;
  justify-content: center;
  background: transparent;
  box-shadow: none;
}

.dreamer-competitions-archive .woocommerce ul.products li.product .woo_catalog_media_images {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  min-height: 100%;
  padding: 34px 18px 22px;
}

.dreamer-competitions-archive .woocommerce ul.products li.product .woocommerce-product-list-header img {
  max-height: 215px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 16px 18px rgba(0, 0, 0, 0.5));
}

.dreamer-competitions-archive .woocommerce ul.products li.product .overlay-components {
  top: 16px;
  right: 16px;
  gap: 8px;
  width: 44px;
  padding: 10px 0;
  border: 1px solid rgba(186, 41, 41, 0.44);
  border-radius: 12px;
  background: rgba(15, 15, 21, 0.88);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.dreamer-competitions-archive .woocommerce ul.products li.product .overlay-components .component.add-to-cart .button {
  position: static !important;
  height: auto;
  line-height: 1;
  max-width: none;
  border: 0;
  background: transparent !important;
  color: #ff6767 !important;
  font-size: 18px !important;
}

.dreamer-competitions-archive .woocommerce ul.products li.product .woocommerce-loop-product-content {
  flex: 1 1 auto;
  padding: 26px 24px 0;
  background: transparent;
}

.dreamer-competitions-archive .woocommerce ul.products li.product h3.woocommerce-loop-product__title {
  min-height: 56px;
  margin-bottom: 10px !important;
  padding-bottom: 0 !important;
  font-size: 28px !important;
  line-height: 1.06;
}

.dreamer-competitions-archive .woocommerce ul.products li.product h3.woocommerce-loop-product__title a {
  color: #ffffff !important;
}

.dreamer-competitions-archive .woocommerce ul.products li.product .details-container {
  padding-bottom: 0;
}

.dreamer-competitions-archive .woocommerce ul.products li.product .details-container > div.details-item {
  align-items: center;
}

.dreamer-competitions-archive .woocommerce ul.products li.product .details-container > div.details-item .amount,
.dreamer-competitions-archive .woocommerce ul.products li.product .details-container > div.details-item ins,
.dreamer-competitions-archive .woocommerce ul.products li.product .price span {
  color: #ff8a6a !important;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.02em;
  padding: 0;
  background: transparent;
}

.dreamer-competitions-archive .woocommerce ul.products li.product .star-rating {
  display: none !important;
}

.dreamer-competitions-archive .woocommerce ul.products li.product .has-finished {
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
  padding: 7px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 114, 114, 0.52);
  background: rgba(186, 41, 41, 0.16);
  color: #ffe5e5 !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dreamer-competitions-archive .woocommerce ul.products li.product.dreamer-lottery-closed .has-finished {
  background: linear-gradient(90deg, rgba(104, 14, 14, 0.94) 0%, rgba(186, 41, 41, 0.76) 48%, rgba(104, 14, 14, 0.94) 100%);
  box-shadow: 0 10px 20px rgba(186, 41, 41, 0.24);
}

.dreamer-competitions-archive .woocommerce ul.products li.product .dreamer-loop-countdown-wrap {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.dreamer-competitions-archive .woocommerce ul.products li.product .dreamer-countdown-headline {
  display: block;
  margin: 0 0 10px;
  color: #bdbfc7;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.dreamer-competitions-archive .woocommerce ul.products li.product .dreamer-loop-countdown {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.dreamer-competitions-archive .woocommerce ul.products li.product .dreamer-count-block {
  min-width: 0;
  padding: 9px 7px 8px;
  border-radius: 12px;
  border: 1px solid rgba(255, 118, 118, 0.34);
  background: rgba(25, 25, 34, 0.92);
  text-align: center;
}

.dreamer-competitions-archive .woocommerce ul.products li.product .dreamer-count-block .dreamer-count-value {
  display: block;
  margin-bottom: 4px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 800;
  line-height: 0.95;
}

.dreamer-competitions-archive .woocommerce ul.products li.product .dreamer-count-block small {
  display: block;
  color: #c8ccd6;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.dreamer-competitions-archive .woocommerce ul.products li.product.dreamer-lottery-live .dreamer-countdown-headline {
  color: #ffdca0;
}

.dreamer-competitions-archive .woocommerce ul.products li.product.dreamer-lottery-live .dreamer-count-block {
  border-color: rgba(255, 202, 99, 0.54);
  background: linear-gradient(180deg, rgba(65, 45, 12, 0.94) 0%, rgba(19, 14, 10, 0.95) 100%);
  box-shadow: inset 0 0 16px rgba(255, 195, 82, 0.18);
}

.dreamer-competitions-archive .woocommerce ul.products li.product.dreamer-lottery-live .dreamer-count-block .dreamer-count-value {
  color: #fff2cf;
}

.dreamer-competitions-archive .woocommerce ul.products li.product.dreamer-lottery-live .dreamer-count-block small {
  color: #ffcb59;
}

.dreamer-competitions-archive .woocommerce .products .ticket-info {
  margin-top: 18px !important;
  padding: 16px 14px 0 !important;
  border-top: 1px solid rgba(186, 41, 41, 0.34) !important;
  background: linear-gradient(180deg, rgba(186, 41, 41, 0.12), rgba(186, 41, 41, 0.02));
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.dreamer-competitions-archive .woocommerce .products .ticket-info > div {
  position: relative;
  display: flex !important;
  flex: 1 1 0;
  min-height: 76px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px 6px 10px;
  color: #d9dae1 !important;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.25;
  text-transform: uppercase;
}

.dreamer-competitions-archive .woocommerce .products .ticket-info > div:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  bottom: 10px;
  width: 1px;
  background: linear-gradient(180deg, rgba(186, 41, 41, 0), rgba(186, 41, 41, 0.52), rgba(186, 41, 41, 0));
}

.dreamer-competitions-archive .woocommerce .products .ticket-info > div b {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 28px;
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: -0.03em;
}

.dreamer-competitions-archive .woocommerce .products .ticket-info .lottery-sold b {
  color: #ff6f6f;
}

.dreamer-competitions-archive .woocommerce ul.products li.product.dreamer-lottery-live .ticket-info {
  border-top-color: rgba(243, 188, 73, 0.56) !important;
  background: linear-gradient(180deg, rgba(220, 166, 54, 0.18), rgba(220, 166, 54, 0.04));
}

.dreamer-competitions-archive .woocommerce ul.products li.product.dreamer-lottery-live .ticket-info > div {
  color: #ead8b2 !important;
}

.dreamer-competitions-archive .woocommerce ul.products li.product.dreamer-lottery-live .ticket-info > div:not(:last-child)::after {
  background: linear-gradient(180deg, rgba(240, 187, 74, 0), rgba(255, 208, 116, 0.68), rgba(240, 187, 74, 0));
}

.dreamer-competitions-archive .woocommerce ul.products li.product.dreamer-lottery-live .ticket-info .lottery-sold b {
  color: #ffd67a;
}

.dreamer-competitions-archive .woocommerce .products .wcl-progress-meter {
  margin: 12px 18px 20px !important;
  padding-top: 0;
}

.dreamer-competitions-archive .woocommerce .products .wcl-progress-meter .zero {
  position: static !important;
  display: flex;
  width: fit-content;
  margin: 0 0 10px auto;
  padding: 4px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 120, 120, 0.62);
  background: rgba(13, 13, 19, 0.95);
  color: #f5f5f9 !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.26);
}

.dreamer-competitions-archive .woocommerce .products .wcl-progress-meter .max {
  display: none;
}

.dreamer-competitions-archive .woocommerce .products .wcl-progress-meter progress[value] {
  width: 100%;
  height: 14px;
  border: 0;
  border-radius: 999px;
  background-color: #14141d;
  box-shadow: inset 0 0 0 2px rgba(186, 41, 41, 0.5), inset 0 4px 10px rgba(0, 0, 0, 0.68);
  overflow: hidden;
}

.dreamer-competitions-archive .woocommerce .products .wcl-progress-meter progress[value]::-webkit-progress-bar {
  background:
    linear-gradient(180deg, rgba(22, 22, 30, 1) 0%, rgba(10, 10, 16, 1) 100%),
    repeating-linear-gradient(135deg, rgba(186, 41, 41, 0.12) 0 10px, rgba(186, 41, 41, 0) 10px 20px);
  border-radius: 999px;
}

.dreamer-competitions-archive .woocommerce .products .wcl-progress-meter progress[value]::-webkit-progress-value {
  border-radius: 999px;
  background-image:
    linear-gradient(90deg, #711616 0%, #ba2929 48%, #ff6262 100%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.28) 0 9px, rgba(255, 255, 255, 0) 9px 18px);
  box-shadow: 0 0 16px rgba(186, 41, 41, 0.58);
}

.dreamer-competitions-archive .woocommerce .products .wcl-progress-meter progress[value]::-moz-progress-bar {
  border-radius: 999px;
  background: linear-gradient(90deg, #711616 0%, #ba2929 48%, #ff6262 100%);
}

.dreamer-competitions-archive .woocommerce ul.products li.product.dreamer-lottery-live .wcl-progress-meter .zero {
  border-color: rgba(255, 205, 104, 0.72);
  background: rgba(18, 14, 9, 0.95);
  color: #fff4d8 !important;
}

.dreamer-competitions-archive .woocommerce ul.products li.product.dreamer-lottery-live .wcl-progress-meter progress[value] {
  box-shadow: inset 0 0 0 2px rgba(236, 182, 65, 0.74), inset 0 4px 10px rgba(0, 0, 0, 0.68);
}

.dreamer-competitions-archive .woocommerce ul.products li.product.dreamer-lottery-live .wcl-progress-meter progress[value]::-webkit-progress-bar {
  background:
    linear-gradient(180deg, rgba(34, 26, 12, 1) 0%, rgba(16, 12, 8, 1) 100%),
    repeating-linear-gradient(135deg, rgba(255, 206, 98, 0.16) 0 10px, rgba(255, 206, 98, 0) 10px 20px);
}

.dreamer-competitions-archive .woocommerce ul.products li.product.dreamer-lottery-live .wcl-progress-meter progress[value]::-webkit-progress-value {
  background-image:
    linear-gradient(90deg, #6f5012 0%, #c59227 46%, #ffd676 100%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.32) 0 9px, rgba(255, 255, 255, 0) 9px 18px);
}

.dreamer-competitions-archive .woocommerce ul.products li.product.dreamer-lottery-live .wcl-progress-meter progress[value]::-moz-progress-bar {
  background: linear-gradient(90deg, #6f5012 0%, #c59227 46%, #ffd676 100%);
}

.dreamer-competitions-archive .woocommerce ul.products li.product.dreamer-lottery-closed .ticket-info,
.dreamer-competitions-archive .woocommerce ul.products li.product.dreamer-lottery-closed .wcl-progress-meter {
  display: none !important;
}

@media (max-width: 991px) {
  .dreamer-competitions-archive .woocommerce ul.products li.product.col-md-4,
  .dreamer-competitions-archive .woocommerce-page ul.products li.product.col-md-4 {
    width: 50%;
  }

  .dreamer-competitions-archive .woocommerce ul.products li.product .woocommerce-product-list-header,
  .dreamer-competitions-archive .woocommerce ul.products li.product .thumbnail-and-details {
    min-height: 280px;
  }

  .dreamer-competitions-archive .woocommerce ul.products li.product h3.woocommerce-loop-product__title {
    font-size: 24px !important;
  }

  .dreamer-competitions-archive .woocommerce ul.products li.product .dreamer-loop-countdown {
    gap: 8px;
  }

  .dreamer-competitions-archive .woocommerce .products .ticket-info > div b {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .dreamer-competitions-archive .high-padding {
    padding-top: 26px;
    padding-bottom: 54px;
  }

  .dreamer-competitions-archive .dreamer-competitions-intro {
    margin-bottom: 22px;
  }

  .dreamer-competitions-archive .woocommerce ul.products li.product.col-md-4,
  .dreamer-competitions-archive .woocommerce-page ul.products li.product.col-md-4 {
    width: 100%;
    float: none;
  }

  .dreamer-competitions-archive .woocommerce .woocommerce-result-count,
  .dreamer-competitions-archive .woocommerce .woocommerce-ordering {
    float: none;
    width: 100%;
  }

  .dreamer-competitions-archive .woocommerce .woocommerce-ordering select {
    width: 100%;
    min-width: 0;
  }

  .dreamer-competitions-archive .woocommerce ul.products li.product .woocommerce-product-list-header,
  .dreamer-competitions-archive .woocommerce ul.products li.product .thumbnail-and-details {
    min-height: 250px;
  }

  .dreamer-competitions-archive .woocommerce ul.products li.product .woocommerce-loop-product-content {
    padding: 22px 18px 0;
  }

  .dreamer-competitions-archive .woocommerce ul.products li.product .dreamer-loop-countdown {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dreamer-competitions-archive .woocommerce .products .ticket-info {
    padding: 14px 10px 0 !important;
  }

  .dreamer-competitions-archive .woocommerce .products .ticket-info > div {
    min-height: 70px;
    font-size: 9px;
  }

  .dreamer-competitions-archive .woocommerce .products .ticket-info > div b {
    font-size: 22px;
  }

  .dreamer-competitions-archive .woocommerce .products .wcl-progress-meter {
    margin: 10px 14px 18px !important;
  }
}

/* Home: keep builder rows flowing together without white gap artifacts. */
body.home .entry-content,
body.home .entry-content > .wpb-content-wrapper {
  background: #09090c;
}

body.home .entry-content > .wpb-content-wrapper > br,
body.home .entry-content > .wpb-content-wrapper > .vc_row + br,
body.home .entry-content > .wpb-content-wrapper > .vc_row-full-width + br,
body.home .entry-content > .wpb-content-wrapper > .vc_empty_space + br {
  display: none !important;
}

body.home .entry-content > .wpb-content-wrapper > .vc_row-full-width.vc_clearfix {
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  line-height: 0 !important;
  overflow: hidden !important;
}

body.home .vc_row.dreamer-prizes-section > br,
body.home .vc_row.dreamer-prizes-section .wpb_wrapper > br,
body.home .vc_row.dreamer-how-it-works > br,
body.home .vc_row.dreamer-how-it-works .wpb_wrapper > br,
body.home .vc_row.facility > br,
body.home .vc_row.facility .wpb_wrapper > br {
  display: none !important;
}

/* Home: "Thousands of prizes" section refresh with richer content styling. */
body.home .vc_row.dreamer-prizes-section {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: clamp(28px, 4.2vw, 48px) 0 clamp(22px, 3.4vw, 38px) !important;
  position: relative;
  overflow: hidden;
  background-image:
    radial-gradient(circle at 84% 14%, rgba(186, 41, 41, 0.4) 0, rgba(186, 41, 41, 0) 36%),
    radial-gradient(circle at 12% 78%, rgba(186, 41, 41, 0.22) 0, rgba(186, 41, 41, 0) 42%),
    linear-gradient(122deg, #09090c 0%, #120d11 46%, #1a0c0c 100%) !important;
  background-color: #09090c !important;
}

body.home .vc_row.dreamer-prizes-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(5, 5, 8, 0.8) 0%, rgba(5, 5, 8, 0.48) 46%, rgba(186, 41, 41, 0.14) 100%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.02) 0, rgba(255, 255, 255, 0.02) 1px, transparent 1px, transparent 7px);
  pointer-events: none;
}

body.home .vc_row.dreamer-prizes-section::after {
  content: none;
}

body.home .vc_row.dreamer-prizes-section .dreamer-prizes-image > .vc_column-inner {
  padding-right: 34px !important;
}

body.home .vc_row.dreamer-prizes-section .dreamer-prizes-image .vc_single_image-wrapper {
  display: block;
  border-radius: 0;
  overflow: visible;
  background: transparent !important;
  border: 0 !important;
}

body.home .vc_row.dreamer-prizes-section .dreamer-prizes-image .vc_single_image-wrapper img {
  border: 0 !important;
}

body.home .vc_row.dreamer-prizes-section .dreamer-prizes-image .vc_figure {
  margin: 0;
}

body.home .vc_row.dreamer-prizes-section .dreamer-prizes-image img {
  display: block;
  width: 100%;
  border-radius: 14px;
  border: 0;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.5), 0 0 24px rgba(186, 41, 41, 0.2);
}

body.home .vc_row.dreamer-prizes-section .dreamer-prizes-content > .vc_column-inner {
  position: relative;
  padding: clamp(6px, 1.1vw, 14px) 0 0 !important;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body.home .vc_row.dreamer-prizes-section .dreamer-prizes-content > .vc_column-inner::before {
  content: "";
  position: absolute;
  left: -22px;
  top: 16px;
  bottom: 16px;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 108, 108, 0.85), rgba(186, 41, 41, 0.06));
  box-shadow: 0 0 12px rgba(186, 41, 41, 0.5);
  pointer-events: none;
}

body.home .vc_row.dreamer-prizes-section > .wpb_column {
  position: relative;
  z-index: 2;
}

body.home .vc_row.dreamer-prizes-section .dreamer-prizes-content .vc_custom_heading {
  margin: 0 0 12px !important;
  font-size: clamp(40px, 4.7vw, 66px) !important;
  line-height: 1.01 !important;
  letter-spacing: 0.01em !important;
  color: #f7f7fa !important;
}

body.home .vc_row.dreamer-prizes-section .dreamer-prizes-content .highlight-blue strong {
  color: #ff5d5d !important;
  background: none !important;
  text-shadow: 0 0 12px rgba(186, 41, 41, 0.72);
}

body.home .vc_row.dreamer-prizes-section .dreamer-prizes-content .wpb_text_column p {
  margin: 0;
  color: #e3e3ea !important;
  font-size: clamp(17px, 1.35vw, 22px) !important;
  line-height: 1.62 !important;
}

body.home .vc_row.dreamer-prizes-section .dreamer-prizes-bullets {
  margin-top: 10px;
  margin-bottom: 8px;
}

body.home .vc_row.dreamer-prizes-section .dreamer-prizes-bullets ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.home .vc_row.dreamer-prizes-section .dreamer-prizes-bullets li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  color: #d5d5de;
  font-size: 16px;
  line-height: 1.45;
}

body.home .vc_row.dreamer-prizes-section .dreamer-prizes-bullets li:last-child {
  margin-bottom: 0;
}

body.home .vc_row.dreamer-prizes-section .dreamer-prizes-bullets li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #ff9f9f 0%, #ff6666 38%, #ba2929 100%);
  box-shadow: 0 0 12px rgba(186, 41, 41, 0.76);
}

body.home .vc_row.dreamer-prizes-section .dreamer-prizes-stats {
  margin-top: 16px !important;
  margin-bottom: 20px !important;
  padding: 14px 0;
  border-top: 1px solid rgba(186, 41, 41, 0.34);
  border-bottom: 1px solid rgba(186, 41, 41, 0.22);
  display: flex;
  flex-wrap: wrap;
}

body.home .vc_row.dreamer-prizes-section .dreamer-prizes-stats .wpb_column {
  flex: 1 1 33.333%;
  min-width: 0;
  padding-left: 18px;
  padding-right: 18px;
  position: relative;
}

body.home .vc_row.dreamer-prizes-section .dreamer-prizes-stats .wpb_column:first-child {
  padding-left: 0;
}

body.home .vc_row.dreamer-prizes-section .dreamer-prizes-stats .wpb_column:last-child {
  padding-right: 0;
}

body.home .vc_row.dreamer-prizes-section .dreamer-prizes-stats .wpb_column:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  bottom: 8px;
  width: 1px;
  background: linear-gradient(180deg, rgba(186, 41, 41, 0), rgba(255, 116, 116, 0.5), rgba(186, 41, 41, 0));
}

body.home .vc_row.dreamer-prizes-section .dreamer-prizes-stats .wpb_wrapper {
  min-height: 0;
  padding: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
  text-align: left;
  box-shadow: none;
}

body.home .vc_row.dreamer-prizes-section .dreamer-prizes-stats p {
  margin: 0;
  color: #d8d8e1 !important;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  line-height: 1.25;
}

body.home .vc_row.dreamer-prizes-section .dreamer-prizes-stats strong {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-size: clamp(30px, 3.2vw, 48px);
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1;
  text-shadow: 0 0 14px rgba(186, 41, 41, 0.24);
}

body.home .vc_row.dreamer-prizes-section a.button-winona.btn.btn-lg {
  min-width: min(100%, 360px);
  padding: 16px 28px;
  border-radius: 12px;
  border: 1px solid rgba(255, 116, 116, 0.8);
  background: linear-gradient(90deg, #771818 0%, #ba2929 52%, #de4a4a 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 16px 30px rgba(186, 41, 41, 0.5), 0 0 22px rgba(186, 41, 41, 0.35);
  letter-spacing: 0.08em;
  font-weight: 800;
  text-transform: uppercase;
}

body.home .vc_row.dreamer-prizes-section a.button-winona.btn.btn-lg:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 36px rgba(186, 41, 41, 0.58), 0 0 28px rgba(186, 41, 41, 0.38);
}

/* Home: How It Works section in the same dark/red brand language. */
body.home .vc_row.vc_custom_1674119142110.dreamer-how-it-works {
  background-color: #09090c !important;
  background-image:
    radial-gradient(circle at 10% 12%, rgba(186, 41, 41, 0.3) 0, rgba(186, 41, 41, 0) 30%),
    radial-gradient(circle at 88% 78%, rgba(214, 168, 77, 0.1) 0, rgba(214, 168, 77, 0) 28%),
    linear-gradient(124deg, #08080b 0%, #120d10 48%, #18090a 100%) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

body.home .vc_row.dreamer-how-it-works {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: clamp(28px, 4vw, 46px) 0 clamp(30px, 4.2vw, 48px) !important;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 12%, rgba(186, 41, 41, 0.3) 0, rgba(186, 41, 41, 0) 30%),
    radial-gradient(circle at 88% 78%, rgba(214, 168, 77, 0.1) 0, rgba(214, 168, 77, 0) 28%),
    linear-gradient(124deg, #08080b 0%, #120d10 48%, #18090a 100%) !important;
  border-top: 1px solid rgba(255, 108, 108, 0.16);
  border-bottom: 1px solid rgba(255, 108, 108, 0.1);
}

body.home .vc_row.dreamer-how-it-works.vc_row-flex {
  align-items: flex-start !important;
}

body.home .vc_row.vc_custom_1674119142110.dreamer-how-it-works > .wpb_column > .vc_column-inner,
body.home .vc_row.vc_custom_1673618398401.facility > .wpb_column > .vc_column-inner {
  background: transparent !important;
}

body.home .vc_row.dreamer-how-it-works::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, rgba(6, 6, 10, 0.84) 0%, rgba(6, 6, 10, 0.48) 48%, rgba(186, 41, 41, 0.14) 100%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.02) 0, rgba(255, 255, 255, 0.02) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 6px);
  pointer-events: none;
}

body.home .vc_row.dreamer-how-it-works > .wpb_column {
  position: relative;
  z-index: 2;
}

body.home .vc_row.dreamer-how-it-works .dreamer-how-it-works-content > .vc_column-inner {
  padding-top: 0 !important;
  padding-right: clamp(14px, 2.2vw, 34px) !important;
}

body.home .vc_row.dreamer-how-it-works .vc_custom_heading {
  margin-bottom: 12px !important;
  color: #f7f7fa !important;
  -webkit-text-fill-color: #f7f7fa !important;
  text-shadow: 0 12px 26px rgba(0, 0, 0, 0.36);
}

body.home .vc_row.vc_custom_1674119142110.dreamer-how-it-works h2.vc_custom_heading.highlight-blue {
  color: #f7f7fa !important;
  -webkit-text-fill-color: #f7f7fa !important;
}

body.home .vc_row.dreamer-how-it-works .highlight-blue strong {
  color: #ff5d5d !important;
  -webkit-text-fill-color: #ff5d5d !important;
  background: none !important;
  text-shadow: 0 0 14px rgba(186, 41, 41, 0.7);
}

body.home .vc_row.dreamer-how-it-works .dreamer-how-intro p {
  max-width: 640px;
  margin: 0 0 20px !important;
  color: #e7e8ef !important;
  -webkit-text-fill-color: #e7e8ef !important;
  font-size: clamp(17px, 1.2vw, 21px) !important;
  line-height: 1.6 !important;
  opacity: 1 !important;
}

body.home .vc_row.dreamer-how-it-works .dreamer-how-steps {
  margin-top: 8px;
}

body.home .vc_row.dreamer-how-it-works .dreamer-how-steps .wpb_wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 22px;
}

body.home .vc_row.dreamer-how-it-works .dreamer-step-item {
  position: relative;
  margin: 0;
  padding: 18px 18px 18px 56px;
  border: 1px solid rgba(255, 108, 108, 0.24);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(24, 24, 31, 0.96) 0%, rgba(13, 13, 18, 0.98) 100%);
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.28), inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  color: #f4f4f7 !important;
}

body.home .vc_row.dreamer-how-it-works .dreamer-step-item .dreamer-step-no {
  position: absolute;
  left: 0;
  top: 3px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 800;
  color: #ffffff;
  background: linear-gradient(180deg, #d94141 0%, #ba2929 100%);
  box-shadow: 0 8px 18px rgba(186, 41, 41, 0.38);
}

body.home .vc_row.dreamer-how-it-works .dreamer-step-item h4 {
  margin: 0 0 6px !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-size: clamp(24px, 1.45vw, 30px) !important;
  line-height: 1.18;
  letter-spacing: -0.01em;
  opacity: 1 !important;
}

body.home .vc_row.dreamer-how-it-works .dreamer-step-item p {
  margin: 0 !important;
  color: #e0e2ea !important;
  -webkit-text-fill-color: #e0e2ea !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  opacity: 1 !important;
}

body.home .vc_row.dreamer-how-it-works .dreamer-how-it-works-image > .vc_column-inner {
  position: relative;
  padding-left: clamp(8px, 1.9vw, 26px) !important;
}

body.home .vc_row.dreamer-how-it-works .dreamer-how-it-works-image > .vc_column-inner::before {
  content: "";
  position: absolute;
  right: 10%;
  top: 50%;
  width: min(610px, 72%);
  height: min(340px, 62%);
  border-radius: 52% 48% 44% 56% / 48% 62% 38% 52%;
  transform: translateY(-50%);
  background: radial-gradient(circle at 30% 30%, rgba(186, 41, 41, 0.3) 0%, rgba(186, 41, 41, 0.12) 54%, rgba(186, 41, 41, 0) 100%);
  pointer-events: none;
}

body.home .vc_row.dreamer-how-it-works .dreamer-how-it-works-image .wpb_single_image {
  position: relative;
  z-index: 2;
}

body.home .vc_row.dreamer-how-it-works .dreamer-how-it-works-image img {
  display: block;
  width: 100%;
  max-width: 100%;
  filter: drop-shadow(0 26px 26px rgba(0, 0, 0, 0.34));
}

/* Home: Prize Collections stays in the same dark/red brand language. */
body.home .vc_row.vc_custom_1673618398401.facility {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  background-color: #09090c !important;
  background-image:
    radial-gradient(circle at 14% 16%, rgba(186, 41, 41, 0.3) 0, rgba(186, 41, 41, 0) 28%),
    radial-gradient(circle at 82% 12%, rgba(214, 168, 77, 0.1) 0, rgba(214, 168, 77, 0) 22%),
    linear-gradient(180deg, #09090c 0%, #120d11 48%, #16090a 100%) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

body.home .vc_row.facility {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 16%, rgba(186, 41, 41, 0.3) 0, rgba(186, 41, 41, 0) 28%),
    radial-gradient(circle at 82% 12%, rgba(214, 168, 77, 0.1) 0, rgba(214, 168, 77, 0) 22%),
    linear-gradient(180deg, #09090c 0%, #120d11 48%, #16090a 100%) !important;
  padding-top: clamp(38px, 4.7vw, 58px) !important;
  padding-bottom: clamp(34px, 4vw, 52px) !important;
  border-top: 1px solid rgba(255, 108, 108, 0.12);
  border-bottom: 1px solid rgba(255, 108, 108, 0.08);
}

body.home .vc_row.facility .vc_empty_space.hide_on_mobile.hide_on_tablet {
  display: none !important;
}

body.home .vc_row.facility::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, rgba(6, 6, 10, 0.82) 0%, rgba(6, 6, 10, 0.42) 50%, rgba(186, 41, 41, 0.12) 100%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.02) 0, rgba(255, 255, 255, 0.02) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 7px);
  pointer-events: none;
}

body.home .vc_row.facility > .wpb_column {
  position: relative;
  z-index: 2;
}

body.home .vc_row.facility .vc_custom_heading {
  color: #f7f7fa !important;
  text-shadow: 0 12px 26px rgba(0, 0, 0, 0.36);
}

body.home .vc_row.facility .highlight-blue strong {
  color: #ff5d5d !important;
  background: none !important;
  text-shadow: 0 0 14px rgba(186, 41, 41, 0.7);
}

body.home .vc_row.facility .wpb_text_column p {
  color: #d9d9e2 !important;
}

body.home .vc_row.facility .mt-tabs {
  margin-top: 10px;
}

body.home .vc_row.facility .mt-tabs .tabs-style-iconbox nav {
  background: rgba(10, 10, 14, 0.84);
  border: 1px solid rgba(255, 108, 108, 0.16);
  border-radius: 24px;
  box-shadow: 0 22px 36px rgba(0, 0, 0, 0.28);
  padding: 12px;
}

body.home .vc_row.facility .mt-tabs .tabs nav ul {
  gap: 12px;
  max-width: none;
}

body.home .vc_row.facility .mt-tabs .tabs nav ul li {
  flex: 1 1 18%;
  min-width: 160px;
  border: 1px solid rgba(255, 108, 108, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.02) !important;
  overflow: hidden;
}

body.home .vc_row.facility .mt-tabs .tabs nav ul li:nth-of-type(odd) {
  background: rgba(255, 255, 255, 0.02) !important;
}

body.home .vc_row.facility .mt-tabs .tabs-style-iconbox nav ul li a {
  padding: 18px 14px;
}

body.home .vc_row.facility .mt-tabs .tabs-style-iconbox nav ul li.tab-current a {
  background: linear-gradient(90deg, #7d1515 0%, #ba2929 52%, #d83939 100%) !important;
  box-shadow: none;
}

body.home .vc_row.facility .mt-tabs img.tabs_icon,
body.home .vc_row.facility .mt-tabs img.tabs_image,
body.home .vc_row.facility .mt-tabs .content-wrap section .col-md-6.text-center {
  display: none !important;
}

body.home .vc_row.facility .mt-tabs h5.tab-title {
  margin-top: 0;
  color: #f3f3f7;
  font-size: 15px !important;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.home .vc_row.facility .mt-tabs .tabs-style-iconbox nav ul li.tab-current h5.tab-title {
  color: #ffffff;
}

body.home .vc_row.facility .mt-tabs .content-wrap {
  margin-top: 28px;
}

body.home .vc_row.facility .mt-tabs .content-wrap section {
  max-width: none;
  padding: 32px 34px;
  border: 1px solid rgba(255, 108, 108, 0.16);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(18, 18, 24, 0.94) 0%, rgba(10, 10, 14, 0.98) 100%);
  box-shadow: 0 22px 38px rgba(0, 0, 0, 0.28), inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

body.home .vc_row.facility .mt-tabs .content-wrap section .row {
  margin-left: 0;
  margin-right: 0;
}

body.home .vc_row.facility .mt-tabs .content-wrap section .col-md-6 {
  float: none;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

body.home .vc_row.facility .mt-tabs .content-wrap section.content-current {
  text-align: left;
}

body.home .vc_row.facility .mt-tabs .content-wrap section p.tabs_content {
  max-width: 900px;
  margin-top: 0;
  color: #d3d5df !important;
  font-size: 18px;
  line-height: 1.72;
}

body.home .vc_row.facility .mt-tabs .tabs_title {
  margin: 0 0 12px !important;
  color: #ffffff;
  font-size: clamp(28px, 2.4vw, 40px);
  line-height: 1.08;
}

body.home .vc_row.facility .mt-tabs .content-wrap a.tabs_button {
  margin-top: 22px;
  padding: 14px 24px;
  border-radius: 12px;
  border: 1px solid rgba(255, 116, 116, 0.78);
  background: linear-gradient(90deg, #771818 0%, #ba2929 52%, #de4a4a 100%) !important;
  box-shadow: 0 14px 28px rgba(186, 41, 41, 0.34);
  color: #ffffff !important;
}

body.home .vc_row.facility .mt-tabs .content-wrap a.tabs_button:hover {
  background: linear-gradient(90deg, #631111 0%, #a72424 52%, #cd3b3b 100%) !important;
}

@keyframes dreamer-red-sweep {
  0% {
    transform: translateX(-18%);
  }
  100% {
    transform: translateX(18%);
  }
}

@keyframes dreamer-neon-flicker {
  0%,
  8%,
  12%,
  20%,
  28%,
  38%,
  46%,
  58%,
  64%,
  74%,
  82%,
  90%,
  100% {
    opacity: 1;
    text-shadow:
      0 0 8px rgba(255, 95, 95, 0.84),
      0 0 20px rgba(186, 41, 41, 0.82),
      0 0 32px rgba(186, 41, 41, 0.56);
  }
  10%,
  22%,
  24%,
  30%,
  48%,
  60%,
  76%,
  92% {
    opacity: 0.48;
    text-shadow:
      0 0 2px rgba(255, 120, 120, 0.38),
      0 0 6px rgba(186, 41, 41, 0.3);
  }
  50%,
  62% {
    opacity: 0.12;
    text-shadow: none;
  }
}

@keyframes dreamer-progress-shimmer {
  0% {
    background-position: 0 0, 0 0;
  }
  100% {
    background-position: 0 0, 44px 0;
  }
}

@keyframes dreamer-gold-shine {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 130% 50%;
  }
  100% {
    background-position: 260% 50%;
  }
}

@keyframes dreamer-gold-pulse {
  0%,
  100% {
    text-shadow: 0 0 10px rgba(255, 188, 88, 0.34), 0 0 22px rgba(255, 166, 39, 0.2), 0 0 36px rgba(255, 133, 0, 0.16);
  }
  35% {
    text-shadow: 0 0 16px rgba(255, 223, 153, 0.52), 0 0 32px rgba(255, 191, 86, 0.34), 0 0 48px rgba(255, 138, 0, 0.24);
  }
  50% {
    text-shadow: 0 0 22px rgba(255, 242, 191, 0.62), 0 0 40px rgba(255, 204, 118, 0.4), 0 0 56px rgba(255, 154, 35, 0.28);
  }
}

@keyframes dreamer-gold-streak {
  0% {
    transform: translateX(-340%) skewX(-20deg);
    opacity: 0;
  }
  8% {
    opacity: 0.95;
  }
  22% {
    transform: translateX(390%) skewX(-20deg);
    opacity: 0.95;
  }
  31%,
  100% {
    transform: translateX(390%) skewX(-20deg);
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home .vc_row.recent_products .highlight-blue strong {
    animation: none;
  }

  body.home .vc_row.vc_custom_1718705661519 .pomana-fashion-hero-txt .dreamer-hero-bigger,
  body.home .vc_row.vc_custom_1718705661519 .pomana-fashion-hero-txt .dreamer-hero-bigger::after {
    animation: none;
  }

  body.home .vc_row.recent_products .products .wcl-progress-meter progress[value]::-webkit-progress-value {
    animation: none;
  }
}

@media (max-width: 991px) {
  body.home .vc_row.recent_products {
    padding-top: 30px !important;
    padding-bottom: 58px !important;
  }

  body.home .vc_row.recent_products .wpb_text_column p {
    font-size: 17px !important;
  }

  body.home .vc_row.recent_products .products .wcl-progress-meter .zero {
    font-size: 18px;
  }

  body.home .vc_row.recent_products .woocommerce ul.products li.product .dreamer-loop-countdown {
    gap: 7px;
  }

  body.home .vc_row.recent_products .woocommerce ul.products li.product .dreamer-count-block {
    min-width: 48px;
    padding: 6px 5px;
  }

  body.home .vc_row.recent_products .woocommerce ul.products li.product .dreamer-count-block .dreamer-count-value {
    font-size: 22px;
  }

  body.home .vc_row.recent_products .woocommerce ul.products li.product .woocommerce-loop-product-content {
    padding: 22px 20px 16px;
  }

  body.home .vc_row.dreamer-prizes-section {
    padding: 36px 0 44px !important;
  }

  body.home .vc_row.dreamer-prizes-section .dreamer-prizes-image > .vc_column-inner {
    padding-right: 0 !important;
    margin-bottom: 26px;
  }

  body.home .vc_row.dreamer-prizes-section .dreamer-prizes-content > .vc_column-inner {
    padding: 12px 0 0 !important;
  }

  body.home .vc_row.dreamer-prizes-section .dreamer-prizes-content .vc_custom_heading {
    font-size: clamp(34px, 7.8vw, 56px) !important;
  }

  body.home .vc_row.dreamer-prizes-section .dreamer-prizes-stats strong {
    font-size: clamp(24px, 5.2vw, 34px);
  }

  body.home .vc_row.dreamer-how-it-works {
    padding: 44px 0 34px !important;
  }

  body.home .vc_row.dreamer-how-it-works .dreamer-how-it-works-content > .vc_column-inner {
    padding-right: 0 !important;
  }

  body.home .vc_row.dreamer-how-it-works .dreamer-how-steps .wpb_wrapper {
    gap: 14px 16px;
  }

  body.home .vc_row.dreamer-how-it-works .dreamer-step-item {
    padding-left: 44px;
  }

  body.home .vc_row.dreamer-how-it-works .dreamer-step-item h4 {
    font-size: clamp(22px, 2.2vw, 28px) !important;
  }

  body.home .vc_row.dreamer-how-it-works .dreamer-how-it-works-image > .vc_column-inner {
    padding-left: 0 !important;
    margin-top: 12px;
  }

  body.home .vc_row.dreamer-how-it-works .dreamer-how-it-works-image .wpb_wrapper > .vc_empty_space {
    display: none;
  }
}

/* Compact lottery cards: image-first layout with top date badge, slim progress bar, and entry button. */
.woocommerce ul.products li.product .woocommerce_product__wrap_box.dreamer-compact-card {
  --dreamer-card-accent: #d6a84d;
  --dreamer-card-accent-strong: #f2c76b;
  --dreamer-card-border: rgba(214, 168, 77, 0.58);
  --dreamer-card-surface: linear-gradient(180deg, rgba(15, 15, 20, 0.98) 0%, rgba(7, 7, 10, 0.98) 100%);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  padding: 18px 0 0;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
  transition: transform 220ms ease;
}

.woocommerce ul.products li.product.dreamer-lottery-live .woocommerce_product__wrap_box.dreamer-compact-card {
  --dreamer-card-accent: #e0b155;
  --dreamer-card-accent-strong: #ffd67d;
  --dreamer-card-border: rgba(255, 194, 93, 0.62);
}

.woocommerce ul.products li.product.dreamer-lottery-closed .woocommerce_product__wrap_box.dreamer-compact-card {
  --dreamer-card-accent: #8d8d95;
  --dreamer-card-accent-strong: #bebec6;
  --dreamer-card-border: rgba(141, 141, 149, 0.44);
}

.woocommerce ul.products li.product .woocommerce_product__wrap_box.dreamer-compact-card:hover {
  transform: translateY(-4px);
}

.woocommerce ul.products li.product .dreamer-card-date-badge {
  position: absolute;
  top: 18px;
  left: 50%;
  z-index: 4;
  display: inline-flex;
  align-items: flex-start;
  gap: 3px;
  padding: 8px 14px 9px;
  border-radius: 10px;
  background: rgba(96, 92, 92, 0.94);
  color: #ffffff;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.28);
}

.woocommerce ul.products li.product .dreamer-card-date-month,
.woocommerce ul.products li.product .dreamer-card-date-day {
  font-size: 18px;
}

.woocommerce ul.products li.product .dreamer-card-date-badge sup {
  font-size: 10px;
  line-height: 1;
}

.woocommerce ul.products li.product .dreamer-card-media {
  display: block;
  text-decoration: none;
}

.woocommerce ul.products li.product .dreamer-card-media-frame {
  display: block;
  aspect-ratio: 0.9;
  padding: 10px;
  border: 1px solid var(--dreamer-card-border);
  border-radius: 20px;
  background:
    radial-gradient(circle at 50% 4%, rgba(186, 41, 41, 0.28) 0, rgba(186, 41, 41, 0) 42%),
    var(--dreamer-card-surface);
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, 0.04) inset,
    0 14px 26px rgba(0, 0, 0, 0.36),
    0 0 26px rgba(186, 41, 41, 0.16);
  overflow: hidden;
}

.woocommerce ul.products li.product .dreamer-card-media-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
}

.woocommerce ul.products li.product .dreamer-card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 10px;
  padding: 0 !important;
  background: transparent !important;
}

.woocommerce ul.products li.product .dreamer-card-body h3.woocommerce-loop-product__title {
  min-height: 0;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 18px !important;
  line-height: 1.18 !important;
  text-align: center;
}

.woocommerce ul.products li.product .dreamer-card-body h3.woocommerce-loop-product__title a {
  display: -webkit-box;
  overflow: hidden;
  color: #ffffff !important;
  text-decoration: none;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.woocommerce ul.products li.product .dreamer-card-progress {
  position: relative;
  padding-top: 10px;
}

.woocommerce ul.products li.product .dreamer-card-progress-pill {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 2;
  min-width: 52px;
  padding: 7px 10px;
  border: 1px solid rgba(0, 0, 0, 0.55);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(63, 54, 33, 0.98) 0%, rgba(24, 24, 24, 0.98) 100%);
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.36);
}

.woocommerce ul.products li.product .dreamer-card-progress-track {
  position: relative;
  display: block;
  height: 18px;
  border-radius: 999px;
  background: #030304;
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, 0.05),
    inset 0 3px 10px rgba(0, 0, 0, 0.72);
  overflow: hidden;
}

.woocommerce ul.products li.product .dreamer-card-progress-fill {
  display: block;
  height: 100%;
  min-width: 10px;
  border-radius: inherit;
  background: linear-gradient(90deg, #8c6114 0%, var(--dreamer-card-accent) 46%, var(--dreamer-card-accent-strong) 100%);
  box-shadow: 0 0 16px rgba(214, 168, 77, 0.48);
}

.woocommerce ul.products li.product .dreamer-card-entry-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 64px;
  padding: 14px 16px;
  border: 1px solid rgba(214, 168, 77, 0.34);
  border-radius: 18px;
  background: linear-gradient(90deg, rgba(63, 43, 13, 0.94) 0%, rgba(84, 55, 18, 0.98) 48%, rgba(38, 26, 12, 0.94) 100%);
  color: #ffffff !important;
  text-decoration: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03), 0 12px 24px rgba(0, 0, 0, 0.18);
}

.woocommerce ul.products li.product .dreamer-card-entry-label {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.woocommerce ul.products li.product .dreamer-card-entry-price {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  color: var(--dreamer-card-accent-strong) !important;
}

.woocommerce ul.products li.product .dreamer-card-entry-price,
.woocommerce ul.products li.product .dreamer-card-entry-price .amount,
.woocommerce ul.products li.product .dreamer-card-entry-price .woocommerce-Price-amount,
.woocommerce ul.products li.product .dreamer-card-entry-price .woocommerce-Price-currencySymbol,
.woocommerce ul.products li.product .dreamer-card-entry-price bdi {
  color: var(--dreamer-card-accent-strong) !important;
}

.woocommerce ul.products li.product .dreamer-card-entry-price ins {
  background: transparent;
  color: inherit;
  text-decoration: none;
}

.woocommerce ul.products li.product .dreamer-card-entry-price del {
  opacity: 0.55;
  font-size: 0.92em;
}

.woocommerce ul.products li.product.dreamer-lottery-closed .dreamer-card-entry-button {
  background: linear-gradient(90deg, rgba(44, 44, 49, 0.98) 0%, rgba(70, 70, 76, 0.98) 100%);
}

.woocommerce ul.products li.product.dreamer-lottery-closed .dreamer-card-entry-label {
  color: #ffffff;
}

body.home .vc_row.recent_products .woocommerce ul.products li.product .dreamer-card-body h3.woocommerce-loop-product__title,
.dreamer-competitions-archive .woocommerce ul.products li.product .dreamer-card-body h3.woocommerce-loop-product__title {
  font-size: 17px !important;
}

body.home .vc_row.recent_products .woocommerce ul.products li.product,
.dreamer-competitions-archive .woocommerce ul.products li.product {
  margin-bottom: 22px !important;
}

@media (max-width: 991px) {
  .woocommerce ul.products li.product .dreamer-card-date-month,
  .woocommerce ul.products li.product .dreamer-card-date-day {
    font-size: 16px;
  }

  .woocommerce ul.products li.product .dreamer-card-body h3.woocommerce-loop-product__title {
    font-size: 16px !important;
  }
}

@media (max-width: 767px) {
  body.home .vc_row.recent_products .woocommerce ul.products,
  .dreamer-competitions-archive .woocommerce ul.products {
    margin-left: -6px;
    margin-right: -6px;
  }

  body.home .vc_row.recent_products .woocommerce ul.products li.product.col-md-4,
  .dreamer-competitions-archive .woocommerce ul.products li.product.col-md-4 {
    width: 50% !important;
    float: left;
    clear: none !important;
    padding-left: 6px;
    padding-right: 6px;
    margin: 12px 0 10px !important;
  }

  .woocommerce ul.products li.product .woocommerce_product__wrap_box.dreamer-compact-card {
    gap: 8px;
    padding-top: 16px;
  }

  .woocommerce ul.products li.product .dreamer-card-date-badge {
    top: 16px;
    padding: 7px 11px 8px;
    border-radius: 9px;
  }

  .woocommerce ul.products li.product .dreamer-card-date-month,
  .woocommerce ul.products li.product .dreamer-card-date-day {
    font-size: 12px;
  }

  .woocommerce ul.products li.product .dreamer-card-date-badge sup {
    font-size: 8px;
  }

  .woocommerce ul.products li.product .dreamer-card-media-frame {
    aspect-ratio: 0.78;
    padding: 7px;
    border-radius: 16px;
  }

  .woocommerce ul.products li.product .dreamer-card-media-frame img {
    border-radius: 11px;
  }

  .woocommerce ul.products li.product .dreamer-card-body {
    gap: 8px;
  }

  .woocommerce ul.products li.product .dreamer-card-body h3.woocommerce-loop-product__title {
    font-size: 13px !important;
    line-height: 1.16 !important;
  }

  .woocommerce ul.products li.product .dreamer-card-progress {
    padding-top: 8px;
  }

  .woocommerce ul.products li.product .dreamer-card-progress-pill {
    left: 6px;
    min-width: 44px;
    padding: 5px 8px;
    font-size: 12px;
  }

  .woocommerce ul.products li.product .dreamer-card-progress-track {
    height: 14px;
  }

  .woocommerce ul.products li.product .dreamer-card-entry-button {
    min-height: 48px;
    padding: 10px 10px;
    border-radius: 14px;
    gap: 5px;
    flex-wrap: wrap;
  }

  .woocommerce ul.products li.product .dreamer-card-entry-label,
  .woocommerce ul.products li.product .dreamer-card-entry-price {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  body.home .vc_row.recent_products {
    padding-top: 24px !important;
  }

  body.home .vc_row.recent_products .vc_custom_heading {
    font-size: clamp(26px, 6.7vw, 30px) !important;
    line-height: 1.08 !important;
    white-space: nowrap;
    margin-bottom: 8px !important;
  }

  body.home .vc_row.recent_products .wpb_text_column.vc_custom_1673876730224 {
    display: none !important;
  }

  body.home .vc_row.recent_products .products .ticket-info {
    padding: 12px 8px 8px !important;
  }

  body.home .vc_row.recent_products .products .ticket-info > div {
    min-height: 68px;
    font-size: 11px;
    letter-spacing: 0.1em;
    padding: 4px 2px 8px;
  }

  body.home .vc_row.recent_products .products .ticket-info > div b {
    font-size: clamp(26px, 9vw, 36px);
    margin-bottom: 6px;
  }

  body.home .vc_row.recent_products .products .wcl-progress-meter {
    margin: 10px 12px 10px !important;
  }

  body.home .vc_row.recent_products .products .wcl-progress-meter .zero {
    font-size: 16px;
    padding: 3px 10px;
  }

  body.home .vc_row.recent_products .woocommerce ul.products li.product .dreamer-loop-countdown-wrap {
    margin-top: 8px;
  }

  body.home .vc_row.recent_products .woocommerce ul.products li.product .dreamer-countdown-headline {
    margin-bottom: 6px;
    font-size: 10px;
    letter-spacing: 0.1em;
  }

  body.home .vc_row.recent_products .woocommerce ul.products li.product .dreamer-loop-countdown {
    gap: 6px;
  }

  body.home .vc_row.recent_products .woocommerce ul.products li.product .dreamer-count-block {
    min-width: 44px;
    padding: 6px 4px 5px;
    border-radius: 9px;
  }

  body.home .vc_row.recent_products .woocommerce ul.products li.product .dreamer-count-block .dreamer-count-value {
    font-size: 20px;
  }

  body.home .vc_row.recent_products .woocommerce ul.products li.product .dreamer-count-block small {
    font-size: 10px;
  }

  body.home .vc_row.recent_products a.button-winona.btn.btn-lg {
    min-width: min(100%, 320px);
    padding: 15px 22px;
    font-size: 15px;
    letter-spacing: 0.06em;
  }

  body.home .vc_row.dreamer-prizes-section {
    padding: 16px 16px 24px !important;
  }

  body.home .vc_row.dreamer-prizes-section.vc_row-flex {
    display: block !important;
  }

  body.home .vc_row.dreamer-prizes-section > br,
  body.home .vc_row.dreamer-prizes-section .wpb_wrapper > br,
  body.home .vc_row.dreamer-prizes-section .dreamer-prizes-content .vc_empty_space.hide_on_desktop {
    display: none !important;
  }

  body.home .vc_row.dreamer-prizes-section .dreamer-prizes-image,
  body.home .vc_row.dreamer-prizes-section .dreamer-prizes-content {
    width: 100% !important;
    margin: 0 !important;
  }

  body.home .vc_row.dreamer-prizes-section .dreamer-prizes-image > .vc_column-inner {
    padding: 0 !important;
    margin-bottom: 10px;
  }

  body.home .vc_row.dreamer-prizes-section .dreamer-prizes-image .wpb_wrapper,
  body.home .vc_row.dreamer-prizes-section .dreamer-prizes-content .wpb_wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  body.home .vc_row.dreamer-prizes-section .dreamer-prizes-image .vc_single_image-wrapper {
    max-width: 100%;
    margin: 0 auto;
  }

  body.home .vc_row.dreamer-prizes-section .dreamer-prizes-image img {
    width: 100%;
    height: auto;
  }

  body.home .vc_row.dreamer-prizes-section .dreamer-prizes-content > .vc_column-inner {
    padding: 0 2px 0 !important;
  }

  body.home .vc_row.dreamer-prizes-section .dreamer-prizes-content .vc_custom_heading {
    font-size: 34px !important;
    line-height: 1.04 !important;
  }

  body.home .vc_row.dreamer-prizes-section .dreamer-prizes-content .wpb_text_column p {
    font-size: 16px !important;
  }

  body.home .vc_row.dreamer-prizes-section .dreamer-prizes-bullets li {
    padding-left: 24px;
    font-size: 15px;
  }

  body.home .vc_row.dreamer-prizes-section .dreamer-prizes-stats {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 14px;
    margin-bottom: 18px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 10px 0;
    text-align: center;
  }

  body.home .vc_row.dreamer-prizes-section .dreamer-prizes-stats > br,
  body.home .vc_row.dreamer-prizes-section .dreamer-prizes-stats .wpb_wrapper > br {
    display: none !important;
  }

  body.home .vc_row.dreamer-prizes-section .dreamer-prizes-stats .wpb_column {
    margin: 0 !important;
    padding-left: 0;
    padding-right: 0;
    flex: 1 1 100%;
    width: 100%;
  }

  body.home .vc_row.dreamer-prizes-section .dreamer-prizes-stats .wpb_column::after {
    content: none;
  }

  body.home .vc_row.dreamer-prizes-section .dreamer-prizes-stats .wpb_column > .vc_column-inner {
    padding: 0 !important;
  }

  body.home .vc_row.dreamer-prizes-section .dreamer-prizes-stats .wpb_wrapper {
    min-height: 0;
    padding: 0 !important;
    text-align: center;
    align-items: center;
  }

  body.home .vc_row.dreamer-prizes-section .dreamer-prizes-stats p,
  body.home .vc_row.dreamer-prizes-section .dreamer-prizes-stats strong {
    text-align: center;
  }

  body.home .vc_row.dreamer-prizes-section .dreamer-prizes-content > .vc_column-inner::before {
    left: -12px;
  }

  body.home .vc_row.dreamer-prizes-section a.button-winona.btn.btn-lg {
    min-width: 100%;
    width: 100%;
    padding: 14px 18px;
    font-size: 14px;
    letter-spacing: 0.06em;
  }

  body.home .vc_row.dreamer-how-it-works {
    padding: 30px 0 26px !important;
  }

  body.home .vc_row.dreamer-how-it-works .vc_custom_heading {
    font-size: 42px !important;
    line-height: 1.06 !important;
  }

  body.home .vc_row.dreamer-how-it-works .dreamer-how-intro p {
    font-size: 16px !important;
    margin-bottom: 16px !important;
  }

  body.home .vc_row.dreamer-how-it-works .dreamer-how-steps .wpb_wrapper {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  body.home .vc_row.dreamer-how-it-works .dreamer-step-item {
    padding-left: 40px;
  }

  body.home .vc_row.dreamer-how-it-works .dreamer-step-item .dreamer-step-no {
    width: 28px;
    height: 28px;
    font-size: 13px;
  }

  body.home .vc_row.dreamer-how-it-works .dreamer-step-item h4 {
    font-size: 22px !important;
  }

  body.home .vc_row.dreamer-how-it-works .dreamer-step-item p {
    font-size: 15px !important;
  }

  body.home .vc_row.dreamer-how-it-works .dreamer-how-it-works-image {
    margin-top: 12px;
  }

  body.home .vc_row.facility {
    padding: 34px 0 28px !important;
  }

  body.home .vc_row.facility .mt-tabs .tabs-style-iconbox nav {
    padding: 10px;
    border-radius: 18px;
  }

  body.home .vc_row.facility .mt-tabs .tabs nav ul {
    gap: 8px;
  }

  body.home .vc_row.facility .mt-tabs .tabs nav ul li {
    min-width: calc(50% - 4px);
    border-radius: 12px;
  }

  body.home .vc_row.facility .mt-tabs h5.tab-title {
    font-size: 12px !important;
    letter-spacing: 0.06em;
  }

  body.home .vc_row.facility .mt-tabs .content-wrap {
    margin-top: 18px;
  }

  body.home .vc_row.facility .mt-tabs .content-wrap section {
    padding: 22px 18px;
    border-radius: 18px;
  }

  body.home .vc_row.facility .mt-tabs .tabs_title {
    font-size: 24px;
  }

  body.home .vc_row.facility .mt-tabs .content-wrap section p.tabs_content {
    font-size: 15px;
    line-height: 1.65;
  }

  body.home .vc_row.facility .mt-tabs .content-wrap a.tabs_button {
    width: 100%;
    text-align: center;
    padding: 13px 16px;
  }

  body.home .vc_row.dreamer-how-it-works .dreamer-how-it-works-image > .vc_column-inner::before {
    width: 78%;
    height: 54%;
    right: 8%;
  }

  body.home .vc_row.dreamer-how-it-works .dreamer-how-it-works-image .wpb_wrapper > .vc_empty_space {
    display: none;
  }
}
