:root {
  --bg: #11100f;
  --bg-soft: #1b1a18;
  --text: #f7f1e8;
  --muted: #c9bfb2;
  --line: rgba(255,255,255,.14);
  --accent: #d8b56d;
  --accent-dark: #9b7733;
  --card: #ffffff;
  --ink: #171512;
  --max: 1180px;
}

.kryolo-hp-main,
.kryolo-hp-main * { box-sizing: border-box; }

.kryolo-hp-main {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #f7f3ed;
}

.kryolo-hp-main a { color: inherit; text-decoration: none; }
.kryolo-hp-main img { max-width: 100%; height: auto; }

.kryolo-hp-main .container,
body.home .kryolo-hp-main .container {
  width: min(var(--max), calc(100% - 32px));
  max-width: var(--max);
  margin-inline: auto;
}

.kryolo-hp-main .hero-store {
  position: relative;
  min-height: clamp(620px, 82vh, 900px);
  background: var(--bg);
  color: var(--text);
  display: grid;
  align-items: center;
  overflow: hidden;
}

.kryolo-hp-main .hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  opacity: .78;
}

.kryolo-hp-main .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.46) 40%, rgba(0,0,0,.15) 100%), linear-gradient(0deg, rgba(0,0,0,.55), transparent 50%);
}

.kryolo-hp-main .hero-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin-left: max(16px, calc((100vw - var(--max)) / 2));
}

.kryolo-hp-main .eyebrow {
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: .22em;
  color: var(--accent);
  font-weight: 800;
  font-size: 12px;
}

.kryolo-hp-main .hero-content h1 {
  margin: 0;
  font-size: clamp(44px, 7vw, 96px);
  line-height: .94;
  letter-spacing: -.06em;
  max-width: 840px;
  color: var(--text);
}

.kryolo-hp-main .hero-content p:not(.eyebrow) {
  color: var(--muted);
  font-size: clamp(16px, 2vw, 21px);
  line-height: 1.65;
  max-width: 620px;
}

.kryolo-hp-main .hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }

.kryolo-hp-main .button,
.kryolo-hp-main .woocommerce a.button,
.kryolo-hp-main .woocommerce button.button,
.kryolo-hp-main .woocommerce input.button,
.kryolo-hp-main .woocommerce #respond input#submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 14px 22px;
  font-weight: 800;
  border: 0;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.kryolo-hp-main .button:hover,
.kryolo-hp-main .woocommerce a.button:hover,
.kryolo-hp-main .woocommerce button.button:hover { transform: translateY(-2px); }

.kryolo-hp-main .button.primary,
.kryolo-hp-main .woocommerce a.button,
.kryolo-hp-main .woocommerce button.button,
.kryolo-hp-main .woocommerce input.button { background: var(--accent); color: #171512; }

.kryolo-hp-main .button.secondary { background: rgba(255,255,255,.10); color: var(--text); border: 1px solid var(--line); }

.kryolo-hp-main .intro-strip {
  background: #0e0d0c;
  color: var(--text);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.kryolo-hp-main .intro-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding: 18px 0;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--muted);
}

.kryolo-hp-main .featured-products { padding: 86px 0; }

.kryolo-hp-main .section-heading { text-align: center; max-width: 720px; margin: 0 auto 44px; }
.kryolo-hp-main .section-heading h1,
.kryolo-hp-main .section-heading h2 { margin: 0; font-size: clamp(34px, 5vw, 64px); letter-spacing: -.05em; color: var(--ink); }
.kryolo-hp-main .section-heading p { color: #6f675f; line-height: 1.7; }

.kryolo-hp-main .woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  margin: 0;
  padding: 0;
}

.kryolo-hp-main .woocommerce ul.products::before,
.kryolo-hp-main .woocommerce ul.products::after { display: none; }

.kryolo-hp-main .woocommerce ul.products li.product {
  width: auto !important;
  margin: 0 !important;
  float: none !important;
  background: var(--card);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(30,20,10,.08);
  padding-bottom: 18px;
  transition: transform .2s ease, box-shadow .2s ease;
}

.kryolo-hp-main .woocommerce ul.products li.product:hover { transform: translateY(-6px); box-shadow: 0 24px 70px rgba(30,20,10,.13); }

.kryolo-hp-main .woocommerce ul.products li.product a img {
  margin: 0 0 18px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  width: 100%;
}

.kryolo-hp-main .woocommerce ul.products li.product .woocommerce-loop-product__title {
  padding: 0 18px;
  font-size: 16px;
  color: var(--ink);
  font-weight: 800;
  margin-bottom: 13px;
}

.kryolo-hp-main .woocommerce ul.products li.product .price {
  display: block;
  padding: 0 18px;
  color: var(--accent-dark);
  font-weight: 900;
}

.kryolo-hp-main .woocommerce ul.products li.product .button,
.kryolo-hp-main .woocommerce ul.products li.product .kryolo-options-button {
  margin: 12px 18px 0;
  width: calc(100% - 36px);
  min-height: 44px;
  background: linear-gradient(135deg, var(--accent), #f1d89b) !important;
  color: #17120d !important;
  letter-spacing: .02em;
  box-shadow: 0 12px 28px rgba(155,119,51,.16);
}

.kryolo-hp-main .woocommerce ul.products li.product .button:hover,
.kryolo-hp-main .woocommerce ul.products li.product .kryolo-options-button:hover {
  background: linear-gradient(135deg, #f1d89b, var(--accent)) !important;
  color: #17120d !important;
}


.kryolo-hp-main .woocommerce ul.products li.product .kryolo-options-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.kryolo-hp-main .woocommerce ul.products li.product .kryolo-options-button i {
  font-size: 17px;
  line-height: 1;
}

.kryolo-hp-main .woocommerce ul.products li.product .star-rating { margin-left: 18px; color: var(--accent); }

.kryolo-hp-main .brand-callout {
  margin-bottom: 90px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  background: #191714;
  color: var(--text);
  border-radius: 34px;
  padding: clamp(28px, 5vw, 60px);
  align-items: end;
}

.kryolo-hp-main .brand-callout h2 { margin: 0; font-size: clamp(32px, 4vw, 56px); letter-spacing: -.04em; color: var(--text); }
.kryolo-hp-main .brand-callout p:not(.eyebrow) { color: var(--muted); line-height: 1.8; font-size: 18px; }

.kryolo-hp-main .notice,
.kryolo-hp-main .kryolo-hp-notice { background: #fff4ce; border-radius: 16px; padding: 16px; }

@media (max-width: 980px) {
  .kryolo-hp-main .woocommerce ul.products,
  .kryolo-hp-main .intro-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .kryolo-hp-main .brand-callout { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .kryolo-hp-main .hero-store { min-height: 640px; }
  .kryolo-hp-main .hero-content { width: min(100% - 32px, 100%); margin-inline: auto; }
  .kryolo-hp-main .intro-grid { grid-template-columns: 1fr; }
  .kryolo-hp-main .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .kryolo-hp-main .featured-products { padding: 58px 0; }
  .kryolo-hp-main .woocommerce ul.products li.product { border-radius: 18px; padding-bottom: 12px; }
  .kryolo-hp-main .woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 0 12px; font-size: 13px; }
  .kryolo-hp-main .woocommerce ul.products li.product .price { padding: 0 12px; font-size: 13px; }
  .kryolo-hp-main .woocommerce ul.products li.product .button,
  .kryolo-hp-main .woocommerce ul.products li.product .kryolo-options-button { margin: 10px 12px 0; width: calc(100% - 24px); padding: 9px 8px; min-height: 38px; font-size: 12px; margin-bottom: 10px; }
}


/* Ajuste: botão de produto somente com um ícone de olho, sem texto visível. */
.kryolo-hp-main .woocommerce ul.products li.product .kryolo-options-button {
  width: 44px !important;
  height: 44px !important;
  min-height: 44px !important;
  padding: 0 !important;
  margin: 12px 18px 0 !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
  font-size: 0 !important;
  line-height: 1 !important;
}

.kryolo-hp-main .woocommerce ul.products li.product .kryolo-options-button span,
.kryolo-hp-main .woocommerce ul.products li.product .kryolo-options-button .button-text {
  display: none !important;
}

.kryolo-hp-main .woocommerce ul.products li.product .kryolo-options-button i {
  display: block !important;
  font-size: 17px !important;
  line-height: 1 !important;
  margin: 0 !important;
}

/* Evita duplicidade do olho quando o tema/plug-ins adicionam quick view na grade da home. */
.kryolo-hp-main .woocommerce ul.products li.product a.quick-view,
.kryolo-hp-main .woocommerce ul.products li.product a.quick_view,
.kryolo-hp-main .woocommerce ul.products li.product .quick-view,
.kryolo-hp-main .woocommerce ul.products li.product .quick_view,
.kryolo-hp-main .woocommerce ul.products li.product .yith-wcqv-button,
.kryolo-hp-main .woocommerce ul.products li.product .mf-product-quick-view,
.kryolo-hp-main .woocommerce ul.products li.product .product-quick-view {
  display: none !important;
}

@media (max-width: 640px) {
  .kryolo-hp-main .woocommerce ul.products li.product .kryolo-options-button {
    width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
    margin: 10px 12px 0 !important;
    padding: 0 !important;
  }
}

/* Ajuste: substitui o texto explicativo do bloco final pela logo oficial. */
.kryolo-hp-main .brand-callout-logo {
  align-items: center;
}

.kryolo-hp-main .brand-callout-logo .official-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.kryolo-hp-main .brand-callout-logo .official-logo-wrap .custom-logo-link,
.kryolo-hp-main .brand-callout-logo .official-logo-wrap .custom-logo-link img,
.kryolo-hp-main .brand-callout-logo .official-logo {
  display: block;
}

.kryolo-hp-main .brand-callout-logo .official-logo-wrap .custom-logo-link img,
.kryolo-hp-main .brand-callout-logo .official-logo {
  max-width: min(100%, 430px);
  width: 430px;
  height: auto;
  border-radius: 0;
  filter: drop-shadow(0 20px 36px rgba(0,0,0,.22));
}

@media (max-width: 980px) {
  .kryolo-hp-main .brand-callout-logo .official-logo-wrap {
    justify-content: flex-start;
  }

  .kryolo-hp-main .brand-callout-logo .official-logo-wrap .custom-logo-link img,
  .kryolo-hp-main .brand-callout-logo .official-logo {
    width: min(100%, 360px);
  }
}


/* Home: remove todas as referências de comparação de produtos no feed. */
.kryolo-hp-main .woocommerce ul.products li.product a.compare,
.kryolo-hp-main .woocommerce ul.products li.product .compare,
.kryolo-hp-main .woocommerce ul.products li.product .compare-button,
.kryolo-hp-main .woocommerce ul.products li.product .product-compare,
.kryolo-hp-main .woocommerce ul.products li.product .mf-compare-button,
.kryolo-hp-main .woocommerce ul.products li.product .yith-compare,
.kryolo-hp-main .woocommerce ul.products li.product .yith-wcwl-add-to-wishlist + .compare,
.kryolo-hp-main .woocommerce ul.products li.product [class*="compare"] {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

/* Home: botão principal no padrão WooCommerce, com texto visível e largura total. */
.kryolo-hp-main .woocommerce ul.products li.product a.button,
.kryolo-hp-main .woocommerce ul.products li.product .kryolo-options-button {
  display: flex !important;
  width: calc(100% - 36px) !important;
  min-width: 0 !important;
  margin: 14px 18px 0 !important;
  text-align: center !important;
  white-space: normal !important;
  line-height: 1.2 !important;
}

.kryolo-hp-main .woocommerce ul.products li.product .kryolo-options-button::before,
.kryolo-hp-main .woocommerce ul.products li.product .kryolo-options-button::after,
.kryolo-hp-main .woocommerce ul.products li.product a.button::before,
.kryolo-hp-main .woocommerce ul.products li.product a.button::after {
  content: none !important;
  display: none !important;
}

@media (max-width: 640px) {
  .kryolo-hp-main .woocommerce ul.products li.product a.button,
  .kryolo-hp-main .woocommerce ul.products li.product .kryolo-options-button {
    width: calc(100% - 24px) !important;
    margin: 10px 12px 0 !important;
    font-size: 12px !important;
  }
}


/* Ajuste solicitado: texto do botão "Ver opções" em preto. */
.kryolo-hp-main .woocommerce ul.products li.product a.button,
.kryolo-hp-main .woocommerce ul.products li.product .kryolo-options-button,
.kryolo-hp-main .woocommerce ul.products li.product a.button:hover,
.kryolo-hp-main .woocommerce ul.products li.product .kryolo-options-button:hover,
.kryolo-hp-main .woocommerce ul.products li.product a.button:focus,
.kryolo-hp-main .woocommerce ul.products li.product .kryolo-options-button:focus {
  color: #000000 !important;
}

/* Correção final: exibe o texto do botão da home e ocupa toda a largura do card. */
.kryolo-hp-main .woocommerce ul.products li.product a.button,
.kryolo-hp-main .woocommerce ul.products li.product a.kryolo-options-button,
.kryolo-hp-main .woocommerce ul.products li.product .kryolo-options-button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: calc(100% - 36px) !important;
  height: auto !important;
  min-height: 44px !important;
  margin: 14px 18px 0 !important;
  padding: 12px 18px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, var(--accent), #f1d89b) !important;
  color: #000000 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-indent: 0 !important;
  letter-spacing: .02em !important;
  white-space: normal !important;
  overflow: visible !important;
  opacity: 1 !important;
  visibility: visible !important;
  text-decoration: none !important;
  box-shadow: 0 12px 28px rgba(155,119,51,.16) !important;
}

.kryolo-hp-main .woocommerce ul.products li.product a.button span,
.kryolo-hp-main .woocommerce ul.products li.product a.kryolo-options-button span,
.kryolo-hp-main .woocommerce ul.products li.product .kryolo-options-button span,
.kryolo-hp-main .woocommerce ul.products li.product .kryolo-options-button .button-text {
  display: inline !important;
  color: #000000 !important;
  font-size: inherit !important;
  text-indent: 0 !important;
  visibility: visible !important;
}

.kryolo-hp-main .woocommerce ul.products li.product a.button i,
.kryolo-hp-main .woocommerce ul.products li.product a.kryolo-options-button i,
.kryolo-hp-main .woocommerce ul.products li.product .kryolo-options-button i,
.kryolo-hp-main .woocommerce ul.products li.product a.button::before,
.kryolo-hp-main .woocommerce ul.products li.product a.button::after,
.kryolo-hp-main .woocommerce ul.products li.product a.kryolo-options-button::before,
.kryolo-hp-main .woocommerce ul.products li.product a.kryolo-options-button::after,
.kryolo-hp-main .woocommerce ul.products li.product .kryolo-options-button::before,
.kryolo-hp-main .woocommerce ul.products li.product .kryolo-options-button::after {
  display: none !important;
  content: none !important;
}

@media (max-width: 640px) {
  .kryolo-hp-main .woocommerce ul.products li.product a.button,
  .kryolo-hp-main .woocommerce ul.products li.product a.kryolo-options-button,
  .kryolo-hp-main .woocommerce ul.products li.product .kryolo-options-button {
    width: calc(100% - 24px) !important;
    min-height: 38px !important;
    margin: 10px 12px 0 !important;
    padding: 10px 10px !important;
    font-size: 12px !important;
  }
}
