/*
Theme Name: Dream Store Storefront
Theme URI: https://dreamstoretabacaria.com.br/
Description: Child theme da Dream Store para o e-commerce nacional em WooCommerce.
Author: Dream Store
Template: storefront
Version: 1.0.6
Text Domain: dreamstore-storefront
*/

:root {
  --dream-bg: #07070b;
  --dream-panel: #111119;
  --dream-ink: #ffffff;
  --dream-muted: #d8d1e8;
  --dream-gold: #f4c76b;
  --dream-green: #25d366;
  --dream-line: rgba(255,255,255,.14);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
.site {
  background: var(--dream-bg);
  color: var(--dream-ink);
}

html,
body {
  overflow-x: hidden;
}

a {
  color: var(--dream-gold);
}

.site-header {
  background:
    linear-gradient(90deg, rgba(7,7,11,.98), rgba(17,17,25,.94)),
    radial-gradient(circle at 78% 8%, rgba(244,199,107,.14), transparent 26%);
  border-bottom: 1px solid var(--dream-line);
  color: var(--dream-ink);
}

.site-header .site-branding img {
  max-width: 220px;
  height: auto;
}

.site-header .site-title a,
.site-header .site-description,
.site-header a,
.main-navigation ul li a,
.site-header-cart .cart-contents {
  color: var(--dream-ink);
}

.site-header .site-description {
  color: var(--dream-muted);
}

.main-navigation ul.menu > li > a,
.main-navigation ul.nav-menu > li > a {
  font-weight: 800;
}

.main-navigation ul.menu > li > a:hover,
.main-navigation ul.nav-menu > li > a:hover,
.site-header-cart .cart-contents:hover {
  color: var(--dream-gold);
}

.storefront-primary-navigation {
  background: rgba(0,0,0,.20);
  border-top: 1px solid var(--dream-line);
}

.site-main,
.content-area,
.hentry,
.woocommerce-products-header,
.woocommerce-info,
.woocommerce-message,
.woocommerce-error,
.cart-collaterals,
.woocommerce-checkout,
.woocommerce-account .entry-content {
  color: var(--dream-ink);
}

.site-content {
  background:
    linear-gradient(180deg, rgba(7,7,11,1) 0%, rgba(12,12,18,1) 100%);
  min-height: 58vh;
}

.woocommerce-products-header__title,
.entry-title {
  color: var(--dream-ink);
  font-weight: 900;
}

.dream-empty-shop {
  max-width: 860px;
  width: 100%;
  box-sizing: border-box;
  margin: 28px auto 72px;
  padding: clamp(28px, 5vw, 52px);
  border: 1px solid var(--dream-line);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.03)),
    radial-gradient(circle at 86% 0%, rgba(37,211,102,.18), transparent 28%);
  box-shadow: 0 26px 80px rgba(0,0,0,.34);
  text-align: center;
}

.dream-empty-shop h2 {
  color: var(--dream-ink);
  font-size: clamp(34px, 5vw, 60px);
  line-height: 1;
  margin: 0 0 16px;
  font-weight: 950;
}

.dream-empty-shop p {
  color: var(--dream-muted);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.45;
  max-width: 640px;
  margin: 0 auto 24px;
  white-space: normal;
  overflow-wrap: break-word;
}

.dream-empty-shop .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, #2bd96f, #13ad52);
  color: #061009;
  font-weight: 950;
  text-decoration: none;
}

.demo_store {
  position: static !important;
  display: block;
  box-sizing: border-box;
  white-space: normal;
  overflow-wrap: break-word;
  padding: 12px 24px;
  text-align: center;
  line-height: 1.35;
  background: #169c54;
  color: #061009;
  font-weight: 850;
}

.demo_store a {
  color: #061009;
  font-weight: 950;
  text-decoration: underline;
}

.storefront-handheld-footer-bar {
  display: none;
}

.site-footer {
  background: #050508;
  color: var(--dream-muted);
  border-top: 1px solid var(--dream-line);
}

.site-footer a {
  color: var(--dream-gold);
}

@media (max-width: 767px) {
  .col-full,
  .site-content .col-full {
    width: 100%;
    max-width: 100vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 22px;
    padding-right: 22px;
  }

  .content-area,
  .site-main {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .site-header {
    padding-top: 18px;
  }

  .site-header .site-branding img {
    max-width: 190px;
  }

  .dream-empty-shop {
    margin: 26px 0 56px;
    padding: 28px 18px;
    width: calc(100vw - 44px);
    max-width: calc(100vw - 44px);
    border-radius: 12px;
  }

  .dream-empty-shop h2 {
    font-size: 34px;
  }

  .dream-empty-shop p {
    width: 280px !important;
    font-size: 16px;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow-wrap: anywhere;
  }

  .woocommerce-products-header__title,
  .entry-title {
    font-size: 38px;
    line-height: 1.05;
  }

  .demo_store {
    display: none !important;
  }
}
