:root {
  --off-white: #F8F6F3;
  --sand: #E8DED2;
  --beige-light: #DCCFC2;
  --taupe: #B9A999;
  --brown-elegant: #6E5D52;
  --soft-black: #2C2C2C;
  --card-shadow: 0 10px 30px rgba(44, 44, 44, 0.06);
  --radius-soft: 16px;
}

body {
  background: var(--off-white);
  color: var(--soft-black);
  font-family: 'Inter', 'Poppins', sans-serif;
  letter-spacing: 0.01em;
}

h1, h2, h3, h4, h5, h6,
.logo-name,
.nav-menu .menu-title,
.banner-left h1,
.banner-content h2,
.title-3 h2,
.footer-title h3 {
  font-family: 'Playfair Display', 'Cormorant Garamond', serif;
  letter-spacing: 0.02em;
}

a { color: inherit; }

.header-top-strip {
  background: var(--sand);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
  text-align: center;
  padding: 10px 12px;
}

.header-style-2 {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(248, 246, 243, 0.95);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(110, 93, 82, 0.12);
}

.main-header.navbar-searchbar { background: transparent; }
.main-menu { min-height: 80px; }

.nav-menu .menu-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.nav-menu .nav-category-link,
.nav-menu .nav-more-link {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

@media (min-width: 1200px) {
  .nav-menu {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 6px;
  }

  .nav-menu > li {
    flex: 0 0 auto;
  }
}

.nav-menu .nav-more-item .nav-more-menu {
  min-width: 220px;
  padding: 10px 0;
  border-radius: 12px;
  border: 1px solid rgba(110, 93, 82, 0.12);
}

.nav-menu .nav-more-item .nav-more-menu .nav-category-item {
  display: block;
}

.nav-menu .nav-more-item .nav-more-menu .nav-category-link {
  display: block;
  padding: 10px 18px;
  color: var(--soft-black);
}

.nav-menu .nav-more-item .nav-more-menu .nav-category-link:hover {
  background: rgba(110, 93, 82, 0.08);
}

.name-usr {
  background: transparent !important;
  color: var(--soft-black) !important;
  border: 1px solid rgba(44,44,44,0.12);
  border-radius: 999px;
}

.left-side-contain .banner-left {
  background: rgba(248, 246, 243, 0.95);
  padding: 48px;
  border-radius: var(--radius-soft);
  box-shadow: var(--card-shadow);
}

.banner-left h4 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.6);
  background: rgba(44,44,44,0.72);
  color: #f8f6f3;
  font-family: 'Inter', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 11px;
  margin-bottom: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}

.banner-left h1 {
  font-size: clamp(36px, 6vw, 64px);
  line-height: 1.02;
  color: #1f1f1f;
  text-shadow: 0 8px 24px rgba(255,255,255,0.45);
  margin-bottom: 12px;
}

.banner-left p {
  font-size: 20px;
  color: var(--brown-elegant);
  max-width: 520px;
}

.poster-section .poster-image {
  position: relative;
}

.poster-section .poster-image::after {
  display: none;
}

.poster-section .poster-image > div {
  position: relative;
  z-index: 1;
}

.hero-slide-layer {
  position: relative;
  height: 100%;
  min-height: 620px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
}

.hero-slide-layer::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
  pointer-events: none;
}

.hero-slide-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.12);
  filter: blur(10px) saturate(0.95) !important;
  opacity: 1;
}

.hero-slide-focus {
  position: relative;
  z-index: 3;
  width: 80%;
  max-width: 80%;
  height: 80%;
  max-height: 80%;
  object-fit: contain;
  object-position: center center;
  border-radius: 10px;
  box-shadow: 0 26px 70px rgba(0,0,0,0.45);
}

.left-side-contain {
  z-index: 8 !important;
}

.left-side-contain .banner-left {
  position: relative;
  z-index: 9;
}

.btn,
.btn-solid-default,
.btn-warning {
  border-radius: 0 !important;
  border: 1px solid var(--soft-black) !important;
  background: transparent !important;
  color: var(--soft-black) !important;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 500;
  padding: 12px 28px;
}

.btn:hover,
.btn-solid-default:hover,
.btn-warning:hover {
  background: var(--soft-black) !important;
  color: var(--off-white) !important;
}

.purchase-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 0 !important;
  border: 1px solid var(--soft-black) !important;
  background: transparent !important;
  color: var(--soft-black) !important;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 500;
  padding: 12px 28px;
  transition: background-color .25s ease, color .25s ease, transform .25s ease;
}

.purchase-btn i {
  font-size: 12px;
  opacity: 0.95;
}

.purchase-btn:hover {
  background: var(--soft-black) !important;
  color: var(--off-white) !important;
  transform: translateY(-1px);
}

.collection-banner,
.category-wrap,
.product-box,
.card,
.contact-details,
.materialContainer,
.cart-table,
.checkout-section .checkout-form,
.dashboard .box-head,
.footer-newsletter {
  border-radius: var(--radius-soft) !important;
  overflow: hidden;
  box-shadow: var(--card-shadow);
  border: 1px solid rgba(110, 93, 82, 0.1);
  background: #fff;
}

.collection-banner .banner-img,
.collection-banner .contain-banner,
.category-card-lumina {
  position: relative;
  overflow: hidden;
}

.collection-banner .banner-img img,
.category-card-lumina img {
  transition: transform 0.5s ease;
}

.collection-banner:hover .banner-img img,
.category-card-lumina:hover img {
  transform: scale(1.06);
}

.collection-banner .banner-content h2,
.category-card-lumina h3 {
  color: #fff;
  text-shadow: 0 4px 24px rgba(0,0,0,0.3);
}

/* Nossas Categorias: fundo desfocado para destacar texto */
.category-section .category-wrap.category-padding {
  position: relative;
  overflow: hidden;
}

.category-section .category-wrap.category-padding img.bg-img {
  transform: scale(1.08);
  filter: blur(6px) saturate(0.9);
}

.category-section .category-wrap.category-padding::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  pointer-events: none;
}

.category-section .category-wrap.category-padding .category-content {
  position: relative;
  z-index: 2;
}

.category-section .category-wrap.category-padding .category-content h3,
.category-section .category-wrap.category-padding .category-content span {
  color: #fff !important;
  text-shadow: 0 6px 20px rgba(0,0,0,0.45);
}

.collection-banner .banner-content span,
.category-card-lumina .category-overlay a {
  color: #fff;
}

.collection-banner .banner-detail span {
  background: rgba(248, 246, 243, 0.9);
  padding: 8px 14px;
  border-radius: 999px;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0.08em;
}

.lumina-style-section {
  padding-top: 84px;
  padding-bottom: 30px;
}

.lumina-style-header h5 {
  font-family: 'Inter', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  color: var(--taupe);
}

.lumina-style-header p {
  max-width: 620px;
  margin: 10px auto 0;
  color: var(--brown-elegant);
  font-size: 16px;
}

.lumina-style-card {
  border-radius: 18px !important;
  overflow: hidden;
  border: 1px solid rgba(110, 93, 82, 0.15);
  box-shadow: 0 14px 34px rgba(44,44,44,0.08);
}

.lumina-style-card .banner-img {
  position: relative;
}

.lumina-style-card .banner-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.06) 0%, rgba(0,0,0,0.42) 100%);
  transition: background .35s ease;
}

.lumina-style-card .banner-content {
  text-align: left;
  left: 26px !important;
  right: 26px;
  bottom: 24px !important;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .35s ease, transform .35s ease;
}

.lumina-style-card .banner-content h2 {
  font-size: clamp(34px, 4.2vw, 56px);
  line-height: 1;
  margin-bottom: 8px !important;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .32s ease, transform .32s ease;
}

.lumina-style-card .banner-content p {
  color: rgba(248, 246, 243, 0.9);
  max-width: 430px;
  margin-bottom: 14px;
  font-size: 14px;
  letter-spacing: 0.02em;
}

.lumina-style-card .banner-content span {
  border: 1px solid rgba(255,255,255,0.8);
  padding: 7px 18px;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  transition: all .25s ease;
}

.lumina-style-card:hover .banner-img::after {
  background: linear-gradient(180deg, rgba(0,0,0,0.18) 0%, rgba(0,0,0,0.62) 100%);
}

.lumina-style-card:hover .banner-content {
  opacity: 1;
  transform: translateY(0);
}

.lumina-style-card:hover .banner-content h2 {
  opacity: 1;
  transform: translateY(0);
}

.lumina-style-card:hover .banner-content span {
  background: rgba(248, 246, 243, 0.9);
  color: #2c2c2c;
}

.lumina-style-card .banner-detail {
  top: 16px;
  right: 16px;
}

.lumina-style-card .banner-detail .font-dark-30 {
  background: rgba(255,255,255,0.95);
  color: var(--soft-black);
  font-weight: 600;
}

.lumina-style-card-lg {
  min-height: 620px;
}

.lumina-style-card-lg .bg-img {
  min-height: 620px;
  object-fit: cover;
}

.title-3 h2,
.title h2 {
  font-size: clamp(32px, 4vw, 52px);
}

.product-box .img-wrapper {
  background: linear-gradient(180deg, #f8f6f3 0%, #efe7dd 100%);
}

.product-box .product-details h5,
.product-box .font-light {
  color: var(--soft-black);
}

.product-box .product-details {
  padding: 16px 16px 18px !important;
}

.product-box .product-details .rating-details {
  margin-bottom: 10px;
}

.product-box .product-details .main-price {
  padding: 0 !important;
}

.product-box .product-details .font-default h5,
.product-box .product-details h5 {
  margin: 0 0 8px !important;
  line-height: 1.3;
}

.product-box .product-details p {
  margin-bottom: 0;
  line-height: 1.45;
}

.product-box .product-details .listing-content {
  margin-top: 6px;
  margin-bottom: 10px;
}

.product-box .product-details h3.theme-color,
.product-box .product-details .theme-color {
  margin-top: 8px;
}

/* Loja: cards sempre totalmente visíveis e empilhados */
.shop-product-grid > div {
  display: flex;
}

.shop-product-card {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.shop-product-card .img-wrapper {
  flex-shrink: 0;
}

.shop-product-card .product-details {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex: 1 1 auto;
}

.shop-product-card .product-details .rating-details,
.shop-product-card .product-details .main-price {
  display: block !important;
  width: 100%;
}

.shop-product-card .product-details .rating-details {
  margin-bottom: 8px;
}

.shop-product-card .product-details .main-price {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-top: 0 !important;
}

.shop-product-card .product-details .main-price h3,
.shop-product-card .product-details .main-price p,
.shop-product-card .product-details .listing-content,
.shop-product-card .product-details .listing-content span,
.shop-product-card .product-details .listing-content p,
.shop-product-card .product-details h5 {
  width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.shop-product-card .product-details .main-price p {
  display: block !important;
  margin: 0;
  line-height: 1.5;
}

.shop-product-card .product-details .main-price form {
  width: 100%;
  margin-top: auto;
}

.shop-product-card .product-details .main-price .purchase-btn {
  width: 100%;
  justify-content: center;
}

.shop-product-card .product-details h5 {
  margin-bottom: 8px !important;
}

/* Home: Produtos em destaque usa estrutura product-style-3/product-title */
.ratio_asos .product-style-3.product-style-chair {
  padding: 0 !important;
}

.ratio_asos .product-style-3.product-style-chair .product-title {
  padding: 14px 14px 16px !important;
}

.ratio_asos .product-style-3 .r-price {
  align-items: flex-start;
  margin-bottom: 8px;
  gap: 12px !important;
}

.ratio_asos .product-style-3 .r-price .theme-color {
  white-space: nowrap;
  font-weight: 600;
}

.ratio_asos .product-style-3 .product-title > p.font-light {
  margin-bottom: 8px !important;
  line-height: 1.35;
}

.ratio_asos .product-style-3 .product-title .font-default h5 {
  margin: 0 !important;
  line-height: 1.42;
  overflow-wrap: anywhere;
}

.theme-color,
.product-box .theme-color,
.product-box .rating .theme-color {
  color: var(--brown-elegant) !important;
}

.lumina-benefits .benefit-item {
  background: #fff;
  border: 1px solid rgba(110,93,82,0.12);
  border-radius: 12px;
  padding: 22px;
  text-align: center;
  height: 100%;
}

.lumina-benefits .benefit-item h5 {
  margin-top: 10px;
  margin-bottom: 4px;
  font-family: 'Inter', sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.09em;
}

.lumina-newsletter {
  background: var(--sand);
  border-radius: var(--radius-soft);
  padding: 34px;
}

.lumina-newsletter h4 {
  font-size: 24px;
  margin-bottom: 8px;
}

.lumina-newsletter .form-control {
  border-radius: 0;
  border: 1px solid rgba(44,44,44,0.35);
  background: #fff;
}

.footer-newsletter {
  background: linear-gradient(180deg, #f7f3ee 0%, #efe6db 100%);
  border: 1px solid rgba(110,93,82,0.18);
  border-radius: 16px;
  padding: 28px 24px 24px;
  min-height: 220px;
  box-shadow: 0 10px 26px rgba(44,44,44,0.05);
}

.footer-newsletter h3 {
  margin: 0 0 16px;
  line-height: 1.2;
  letter-spacing: 0.04em;
}

.footer-newsletter .form-newsletter .input-group {
  margin-bottom: 14px !important;
}

.footer-newsletter .form-control {
  border: 1px solid rgba(44,44,44,0.28);
  background: #fff;
  min-height: 46px;
}

.footer-newsletter .input-group-text {
  border: 1px solid rgba(44,44,44,0.28);
  border-left: 0;
  background: #fff;
  padding: 0 16px;
}

.footer-newsletter p {
  margin-top: 8px;
  line-height: 1.55;
}

footer {
  background: #f4f1ec;
  border-top: 1px solid rgba(110,93,82,0.12);
}

.footer-links .footer-content ul li,
.footer-contact li,
.sub-footer li,
.sub-footer p {
  font-family: 'Inter', sans-serif;
}

footer .footer-links .footer-title h3::after {
  display: none !important;
}

footer .footer-links .footer-content {
  display: block !important;
}

@media (max-width: 991px) {
  .main-menu { min-height: 70px; }
  .left-side-contain .banner-left { padding: 28px; }
  .banner-left h1 { font-size: 42px; }

  .product-box .product-details {
    padding: 14px 14px 16px !important;
  }

  .shop-product-card .product-details .main-price .purchase-btn {
    padding: 11px 16px;
  }

  .ratio_asos .product-style-3.product-style-chair .product-title {
    padding: 13px 12px 14px !important;
  }
}

@media (max-width: 767px) {
  .header-top-strip { font-size: 11px; }
  .poster-section {
    min-height: 80vh;
    margin-bottom: 14px;
  }

  .poster-section .poster-image img {
    min-height: 78vh;
    object-fit: cover;
  }

  .hero-slide-layer {
    min-height: 78vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hero-slide-bg {
    filter: blur(8px) saturate(0.95) !important;
    transform: scale(1.1);
  }

  .hero-slide-focus {
    display: block;
    width: 80%;
    max-width: 80%;
    height: 80%;
    max-height: 56vh;
    object-fit: contain;
    object-position: center center;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0 14px 42px rgba(0,0,0,0.34);
  }

  .left-side-contain {
    left: 12px !important;
    right: 12px !important;
    bottom: 14px !important;
    transform: none !important;
    width: auto !important;
  }

  .left-side-contain .banner-left {
    padding: 18px 16px;
    background: rgba(248, 246, 243, 0.9);
    border: 1px solid rgba(255,255,255,0.55);
    backdrop-filter: blur(4px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.16);
  }

  .banner-left h4 {
    letter-spacing: 0.12em;
    margin-bottom: 8px;
  }

  .banner-left h1 {
    font-size: clamp(28px, 8.8vw, 38px);
    line-height: 1.06;
    margin-bottom: 10px;
  }

  .banner-left p {
    font-size: 15px;
    line-height: 1.5;
    color: #4a4039;
    margin-bottom: 12px;
  }

  .banner-left .btn-solid-default {
    width: 100%;
    padding: 12px 16px;
    font-size: 12px;
    letter-spacing: 0.1em;
    background: #2c2c2c !important;
    color: #f8f6f3 !important;
    border-color: #2c2c2c !important;
  }

  .poster-section .slider-nav.image-show {
    bottom: 6px;
  }

  .poster-section .slider-nav .poster-img {
    border: 1px solid rgba(255,255,255,0.4);
    box-shadow: 0 6px 16px rgba(0,0,0,0.2);
  }

  .product-box .product-details {
    padding: 12px 12px 14px !important;
  }

  .shop-product-card .product-details {
    padding: 12px 12px 14px !important;
  }

  .shop-product-card .product-details .main-price form {
    margin-top: 6px;
  }

  .ratio_asos .product-style-3.product-style-chair .product-title {
    padding: 12px 10px 13px !important;
  }

  .poster-section .prev,
  .poster-section .next {
    top: auto !important;
    bottom: 28px !important;
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    z-index: 5;
  }

  .poster-section .prev {
    left: 50% !important;
    right: auto !important;
    transform: translateX(-120%) !important;
  }

  .poster-section .next {
    left: 50% !important;
    right: auto !important;
    transform: translateX(20%) !important;
  }

  .collection-banner .banner-content h2,
  .category-card-lumina h3 { font-size: 30px; }

  .lumina-style-section {
    padding-top: 56px;
  }

  .lumina-style-card .banner-content {
    left: 18px !important;
    right: 18px;
    bottom: 18px !important;
    opacity: 1;
    transform: none;
  }

  .lumina-style-card .banner-content h2 {
    font-size: clamp(26px, 9vw, 38px);
    opacity: 1;
    transform: none;
  }

  .lumina-style-card .banner-content p {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .lumina-style-card-lg,
  .lumina-style-card-lg .bg-img {
    min-height: 420px;
  }

  .footer-newsletter {
    padding: 22px 18px 20px;
    min-height: auto;
  }

  footer .footer-links .footer-title {
    margin-bottom: 10px;
  }

  footer .footer-links .footer-title h3 {
    cursor: default !important;
    margin-bottom: 0;
  }

  footer .footer-links .footer-content {
    display: block !important;
    padding-top: 0 !important;
  }
}
