/* Visual system based on the approved Anna Sophia references. */
:root {
  --solo: #4b3026;
  --terracotta: #c97f56;
  --areia: #d8b79f;
  --perola: #fffaf7;
  --paper: #fffdfb;
  --white: #ffffff;
  --ink: #382720;
  --muted: #786c66;
  --line: rgba(75, 48, 38, 0.14);
  --line-strong: rgba(75, 48, 38, 0.26);
  --surface: #ffffff;
  --surface-soft: #fbf4ef;
  --font-body: "Manrope", system-ui, sans-serif;
  --font-display: "Playfair Display", Georgia, serif;
  --content: 1280px;
  --radius: 10px;
  --radius-soft: 14px;
  --shadow: 0 18px 54px rgba(75, 48, 38, 0.08);
}

body {
  color: var(--ink);
  background: var(--paper);
}

h1, h2, h3, h4, h5, h6 {
  color: var(--ink);
  font-family: var(--font-display) !important;
  font-weight: 500;
  letter-spacing: 0;
}

.container {
  width: min(calc(100% - 48px), var(--content));
}

.announcement-bar {
  color: var(--muted);
  border-bottom: 1px solid var(--line);
  background: #fbf7f4;
}

.announcement-inner {
  position: relative;
  min-height: 34px;
  gap: clamp(3rem, 10vw, 9rem);
  font-size: 0.71rem;
  font-weight: 600;
}

.announcement-inner span::before {
  width: 15px;
  height: 15px;
  border-radius: 0;
  background: currentColor;
  content: "";
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7'%3E%3Cpath d='M3 6h13v10H3zM16 9h3l2 3v4h-5z'/%3E%3Ccircle cx='7' cy='18' r='2'/%3E%3Ccircle cx='18' cy='18' r='2'/%3E%3C/svg%3E") center / contain no-repeat;
}

.announcement-inner span:nth-child(2)::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='M3 10h18M7 15h4'/%3E%3C/svg%3E");
}

.announcement-inner button {
  position: absolute;
  right: 0;
  width: 34px;
  height: 34px;
  color: var(--muted);
  background: transparent;
  font-size: 1.1rem;
}

.header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 250, 247, 0.92);
  box-shadow: 0 14px 38px rgba(75, 48, 38, 0.055);
  backdrop-filter: blur(18px);
}

.header-inner {
  grid-template-columns: 168px minmax(360px, 1fr) auto;
  min-height: 86px;
  gap: 1.6rem;
}

.brand img {
  width: auto;
  max-width: 128px;
  max-height: 70px;
  object-fit: contain;
}

.nav {
  justify-self: center;
}

.nav-menu {
  gap: clamp(1.05rem, 2.35vw, 2.15rem);
}

.nav a {
  position: relative;
  padding: 0.58rem 0;
  color: var(--ink);
  border: 0;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.nav a::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--terracotta);
  content: "";
  transform: translateX(-50%);
  transition: width 180ms ease;
}

.nav a:hover,
.nav .current-menu-item > a,
.nav a.active {
  color: var(--terracotta);
}

.nav a:hover::after,
.nav .current-menu-item > a::after,
.nav a.active::after {
  width: 26px;
}

.header-tools,
.header-actions {
  display: flex;
  align-items: center;
}

.header-tools {
  justify-content: flex-end;
  gap: 0.9rem;
}

.header-search {
  width: clamp(210px, 17vw, 250px);
  height: 46px;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 1rem;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95), 0 8px 24px rgba(75, 48, 38, 0.045);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.header-search:focus-within {
  border-color: rgba(201, 127, 86, 0.58);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(201, 127, 86, 0.1), 0 12px 28px rgba(75, 48, 38, 0.07);
}

.header-search input[type="search"] {
  min-width: 0;
  height: 44px;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--ink);
  font-size: 0.76rem;
  outline: 0;
}

.header-actions {
  gap: 0.34rem;
}

.header-actions .search-modal-toggle {
  display: none;
}

.header .icon-btn {
  position: relative;
  width: 42px !important;
  height: 42px !important;
  min-width: 42px;
  min-height: 42px;
  display: inline-grid !important;
  place-items: center;
  border: 1px solid transparent;
  border-radius: 50%;
  color: var(--solo) !important;
  background: transparent;
  line-height: 1;
  text-decoration: none;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease, transform 180ms ease;
}

.header .icon-btn:hover {
  border-color: rgba(201, 127, 86, 0.36);
  color: var(--terracotta) !important;
  background: rgba(201, 127, 86, 0.08);
  transform: translateY(-1px);
}

.header .icon-btn svg {
  width: 20px !important;
  height: 20px !important;
  display: block;
  flex: 0 0 auto;
  color: currentColor !important;
  stroke: currentColor !important;
  stroke-width: 1.75 !important;
  fill: none !important;
  overflow: visible;
}

.count {
  top: 2px;
  right: 1px;
  min-width: 16px;
  height: 16px;
  display: grid;
  place-items: center;
  border: 2px solid var(--paper);
  border-radius: 999px;
  color: #fff;
  background: var(--terracotta);
  font-size: 0.56rem;
  font-weight: 800;
  line-height: 1;
}

.hero-shell {
  min-height: 510px;
  max-height: 560px;
  overflow: hidden;
  border: 1px solid rgba(75, 48, 38, 0.08);
  border-radius: var(--radius-soft);
  background: #eee1d7;
  box-shadow: 0 24px 70px rgba(75, 48, 38, 0.08);
}

.hero-shell::before {
  background: linear-gradient(90deg, rgba(255, 250, 247, 0.98) 0%, rgba(255, 250, 247, 0.91) 36%, rgba(255, 250, 247, 0.18) 67%);
}

.hero-content {
  max-width: 520px;
  padding: 4.7rem 0 4.7rem clamp(2rem, 5vw, 4.3rem);
}

.hero-content h1 {
  max-width: 13.5ch;
  margin-top: 0.8rem;
  font-size: clamp(2.6rem, 4.2vw, 4.25rem);
  line-height: 1.02;
}

.hero-lead {
  max-width: 470px;
  margin-top: 1rem;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.35rem;
}

.btn,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.single_add_to_cart_button {
  min-height: 42px;
  border-radius: 12px !important;
  padding: 0.72rem 1.18rem;
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
  box-shadow: none !important;
}

.btn-primary,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  color: #fff !important;
  border: 1px solid var(--terracotta) !important;
  background: linear-gradient(180deg, #d7936c 0%, var(--terracotta) 100%) !important;
}

.btn-primary:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: var(--solo) !important;
}

.btn-secondary {
  border: 1px solid rgba(75, 48, 38, 0.22) !important;
  color: var(--solo);
  background: rgba(255, 255, 255, 0.72);
}

.hero-dots {
  bottom: 14px;
}

.hero-dots button {
  width: 18px;
  height: 3px;
  border-radius: 999px;
  background: rgba(75, 48, 38, 0.22);
}

.hero-dots button.is-active {
  background: var(--solo);
}

.home-categories {
  padding: 30px 0 10px;
}

.home-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.home-category-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-soft);
  background: var(--white);
  box-shadow: 0 14px 42px rgba(75, 48, 38, 0.045);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.home-category-card:hover {
  border-color: var(--terracotta);
  box-shadow: 0 20px 54px rgba(75, 48, 38, 0.09);
  transform: translateY(-2px);
}

.home-category-card img {
  width: 100%;
  aspect-ratio: 1.65 / 1;
  object-fit: cover;
}

.home-category-card span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  padding: 0.75rem 1.05rem;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.02rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), #fffaf7);
}

.home-category-card b {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(201, 127, 86, 0.24);
  border-radius: 9px;
  color: var(--terracotta);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1;
}

.section,
.home-product-shelf {
  padding: clamp(2.8rem, 5vw, 4.5rem) 0;
}

.home-shelf-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.home-shelf-head h2,
.home-testimonials h2 {
  margin: 0;
  font-size: clamp(1.65rem, 3vw, 2.25rem);
}

.home-shelf-head > a {
  color: var(--ink);
  font-size: 0.75rem;
  font-weight: 700;
}

.home-shelf-head > a span {
  margin-left: 0.4rem;
  color: var(--terracotta);
}

.home-products-grid.products,
.shop-redesign-products.products {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.product-card,
.shop-redesign-products .product-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: none;
}

.product-card:hover,
.shop-redesign-products .product-card:hover {
  border-color: rgba(201, 127, 86, 0.55);
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}

.product-media,
.shop-redesign-products .product-media {
  min-height: 0;
  aspect-ratio: 1.1 / 1;
  background: #fcf7f3;
}

.product-media img,
.shop-redesign-products .product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-info,
.shop-redesign-products .product-info {
  padding: 0.9rem 1rem 1rem;
}

.product-card .category,
.shop-redesign-products .category {
  display: none;
}

.product-card .product-title,
.shop-redesign-products .product-title {
  min-height: 2.5em;
  margin: 0;
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.3;
}

.product-card .stars,
.shop-redesign-products .stars {
  display: none;
}

.product-card .price,
.shop-redesign-products .price {
  min-height: 28px;
  margin-top: 0.55rem;
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 800;
}

.product-card .price del {
  color: var(--muted);
  font-size: 0.7rem;
}

.product-actions,
.shop-redesign-products .product-actions {
  position: static;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.55rem;
  opacity: 1;
  transform: none;
}

.product-actions .btn,
.shop-redesign-products .product-actions .btn {
  min-height: auto;
  border: 0;
  padding: 0;
  color: var(--terracotta) !important;
  background: transparent !important;
  font-size: 0.72rem;
  font-weight: 700;
}

.product-actions .quick,
.shop-redesign-products .product-actions .quick {
  width: 42px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(201, 127, 86, 0.35);
  border-radius: 10px;
  color: transparent;
  background: rgba(201, 127, 86, 0.1);
}

.product-actions .quick::before,
.shop-redesign-products .product-actions .quick::before {
  width: 18px;
  height: 18px;
  background: var(--terracotta);
  content: "";
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8'%3E%3Ccircle cx='8' cy='20' r='1.5'/%3E%3Ccircle cx='18' cy='20' r='1.5'/%3E%3Cpath d='M3 4h2l2.5 11h10l2-8H6'/%3E%3C/svg%3E") center / contain no-repeat;
}

.badge,
.product-badge {
  top: 10px;
  left: 10px;
  border-radius: 8px;
  padding: 0.3rem 0.55rem;
  color: #fff;
  background: var(--terracotta);
  font-size: 0.61rem;
  letter-spacing: 0;
}

#beneficios {
  padding: 0 0 2rem;
}

.benefits {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.benefit,
.benefit:nth-child(2n) {
  min-height: 95px;
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  gap: 0.8rem;
  border: 0;
  border-left: 1px solid var(--line);
  border-radius: 0;
  padding: 1rem 1.15rem;
  background: var(--white);
}

.benefit:first-child {
  border-left: 0;
}

.benefit-icon {
  width: 40px;
  height: 40px;
  color: var(--solo);
  background: transparent;
}

.benefit-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.benefit strong,
.benefit span {
  display: block;
  text-align: left;
}

.benefit strong {
  color: var(--ink);
  font-size: 0.78rem;
}

.benefit span {
  margin-top: 0.2rem;
  color: var(--muted);
  font-size: 0.67rem;
  line-height: 1.45;
}

.home-promo {
  padding: 0 0 2rem;
}

.home-promo-inner {
  position: relative;
  min-height: 245px;
  display: grid;
  align-items: center;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--surface-soft);
}

.home-promo-inner::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(251, 244, 239, 0.98) 0%, rgba(251, 244, 239, 0.86) 38%, rgba(251, 244, 239, 0.08) 70%);
  content: "";
}

.home-promo-inner > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-promo-inner > div {
  position: relative;
  z-index: 1;
  max-width: 520px;
  padding: 2rem 3rem;
}

.home-promo h2 {
  margin: 0.35rem 0 0.55rem;
  font-size: 2rem;
}

.home-promo p {
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.6;
}

.home-testimonials {
  padding-top: 1rem;
  text-align: center;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 1.4rem;
  text-align: left;
}

.testimonial-grid blockquote {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.3rem;
  background: var(--white);
}

.testimonial-grid p {
  min-height: 3.8em;
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.55;
}

.testimonial-stars {
  margin: 0.7rem 0;
  color: var(--terracotta);
  letter-spacing: 0.12em;
}

.testimonial-grid cite {
  display: grid;
  color: var(--ink);
  font-size: 0.72rem;
  font-style: normal;
}

.testimonial-grid cite span {
  color: var(--muted);
}

.home-inspiration {
  padding-top: 0;
}

.inspiration-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.inspiration-grid img {
  width: 100%;
  aspect-ratio: 1.45 / 1;
  border-radius: var(--radius);
  object-fit: cover;
}

.shop-redesign-hero {
  min-height: 0;
  display: block;
  color: var(--ink);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.shop-redesign-hero-inner {
  padding-block: 2.4rem 2rem;
}

.shop-redesign-hero .breadcrumb {
  margin-bottom: 1.3rem;
}

.shop-redesign-hero .section-kicker {
  display: none;
}

.shop-redesign-hero h1 {
  max-width: none;
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.2rem, 4vw, 3.4rem);
}

.shop-redesign-hero p {
  margin-top: 0.65rem;
  color: var(--muted);
}

.shop-redesign {
  padding-bottom: 5rem;
}

.shop-redesign-filters {
  border-color: var(--line);
  background: var(--white);
  box-shadow: none;
}

.shop-redesign-filters a.is-active {
  color: var(--terracotta);
  background: var(--surface-soft);
}

.shop-redesign-body {
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 24px;
}

.shop-filter-card,
.shop-redesign-head .toolbar {
  border-color: var(--line);
  background: var(--white);
  box-shadow: none;
}

.shop-redesign-head h2 {
  font-size: 2rem;
}

.product-top-breadcrumb {
  padding-top: 2rem;
}

.product-page-redesign {
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  padding-top: 1.4rem;
}

.product-page-redesign .gallery .woocommerce-product-gallery__image:first-child,
.product-page-redesign .gallery .woocommerce-product-gallery__image:first-child img {
  min-height: 600px;
  border-radius: var(--radius) !important;
}

.product-page-redesign .flex-control-thumbs li {
  min-height: 90px;
  border-radius: var(--radius) !important;
}

.product-summary {
  border: 0;
  padding: 0.5rem 0;
  background: transparent;
  box-shadow: none;
}

.product-summary .product_title {
  margin: 0.5rem 0 0.8rem;
  font-size: clamp(2.1rem, 4vw, 3.4rem);
}

.product-summary .price {
  color: var(--ink);
}

.product-summary .single_add_to_cart_button {
  border-radius: 999px !important;
  background: var(--terracotta) !important;
}

.product-service-grid {
  border-color: var(--line);
  background: var(--line);
}

.product-service-grid span,
.product-service-grid span:nth-child(2) {
  background: var(--white);
}

.woocommerce-Tabs-panel {
  border-color: var(--line) !important;
  background: var(--white) !important;
  box-shadow: none !important;
}

.anna-flow-hero {
  padding: 2.6rem 0 1.4rem;
  border-bottom: 0;
  background: var(--paper);
}

.anna-flow-hero::after {
  display: none;
}

.anna-flow-hero h1 {
  max-width: none;
  margin-top: 0.55rem;
  color: var(--ink);
  font-size: clamp(2.3rem, 4vw, 3.5rem);
}

.anna-flow-hero .lead {
  margin-top: 0.6rem;
  color: var(--muted);
}

.anna-flow-benefits {
  display: none;
}

.anna-flow-card,
.woocommerce-cart .woocommerce-cart-form,
.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout form.checkout,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  border-color: var(--line) !important;
  background: var(--white) !important;
  box-shadow: none !important;
}

.anna-flow-card {
  padding: 0;
  border: 0;
  background: transparent !important;
}

.woocommerce-cart .woocommerce-cart-form,
.woocommerce-cart .cart-collaterals .cart_totals {
  padding: 1.2rem;
}

.woocommerce-cart .cart-collaterals .cart_totals h2,
.woocommerce-checkout h3,
.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3 {
  font-size: 1.65rem;
}

.woocommerce table.shop_table th {
  color: var(--ink);
  background: var(--surface-soft);
}

.woocommerce-checkout form.checkout {
  gap: 24px;
  padding: 0;
  border: 0 !important;
  background: transparent !important;
}

.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce-checkout .woocommerce-additional-fields,
.woocommerce-checkout #order_review {
  border-color: var(--line);
  background: var(--white);
  box-shadow: none;
}

.woocommerce-checkout #order_review_heading {
  color: var(--ink);
  border: 1px solid var(--line);
  border-bottom: 0;
  background: var(--surface-soft);
}

.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
  color: var(--terracotta);
  background: var(--surface-soft);
}

.footer {
  padding-top: 3rem;
  color: var(--muted);
  border-top: 1px solid var(--line);
  background: #faf3ee;
}

.footer-grid {
  grid-template-columns: 1.25fr repeat(3, 1fr);
  gap: 2rem;
}

.footer h3 {
  color: var(--ink);
  font-size: 0.73rem;
  letter-spacing: 0.11em;
}

.footer p,
.footer li {
  color: var(--muted);
  font-size: 0.76rem;
}

.footer-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 2.2rem;
  border-block: 1px solid var(--line);
}

.footer-trust span {
  display: grid;
  gap: 0.15rem;
  padding: 1rem 1.4rem;
  border-left: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.68rem;
  text-align: center;
}

.footer-trust span:first-child {
  border-left: 0;
}

.footer-trust strong {
  color: var(--ink);
  font-size: 0.75rem;
}

.footer-bottom {
  margin-top: 0;
  border-top: 0;
  color: var(--muted);
  font-size: 0.69rem;
}

@media (max-width: 1080px) {
  .header-inner {
    grid-template-columns: 150px 1fr auto;
    gap: 1rem;
  }

  .header-search {
    display: none;
  }

  .header-actions .search-modal-toggle {
    display: grid;
  }

  .home-products-grid.products,
  .shop-redesign-products.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .container {
    width: min(calc(100% - 32px), var(--content));
  }

  .header-inner {
    grid-template-columns: 1fr auto;
    min-height: 76px;
  }

  .header-tools {
    grid-column: 2;
  }

  .nav {
    grid-column: auto;
  }

  .home-category-grid,
  .benefits,
  .inspiration-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .benefit:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .benefit:nth-child(4) {
    border-top: 1px solid var(--line);
  }

  .home-products-grid.products,
  .shop-redesign-products.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-grid p {
    min-height: 0;
  }

  .product-page-redesign {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .announcement-inner {
    justify-content: center;
  }

  .announcement-inner span:nth-child(2) {
    display: none;
  }

  .announcement-inner button {
    right: 4px;
  }

  .brand img {
    max-width: 115px;
    max-height: 62px;
  }

  .header-actions > a {
    display: grid !important;
  }

  .hero-shell {
    min-height: 590px;
    max-height: none;
  }

  .hero-shell::before {
    background: linear-gradient(0deg, rgba(255, 250, 247, 0.98) 0%, rgba(255, 250, 247, 0.86) 55%, rgba(255, 250, 247, 0.08) 88%);
  }

  .hero-content {
    padding: 17rem 0 3.5rem;
  }

  .hero-content h1 {
    font-size: 2.35rem;
  }

  .home-category-grid {
    gap: 10px;
  }

  .home-category-card img {
    aspect-ratio: 1.15 / 1;
  }

  .home-category-card span {
    min-height: 44px;
    padding: 0.6rem 0.75rem;
    font-size: 0.9rem;
  }

  .home-products-grid.products,
  .shop-redesign-products.products {
    gap: 10px;
  }

  .product-info,
  .shop-redesign-products .product-info {
    padding: 0.75rem;
  }

  .product-card .product-title,
  .shop-redesign-products .product-title {
    font-size: 0.75rem;
  }

  .product-actions .btn,
  .shop-redesign-products .product-actions .btn {
    display: none;
  }

  .benefit {
    grid-template-columns: 34px 1fr;
    padding: 0.8rem;
  }

  .benefit-icon,
  .benefit-icon svg {
    width: 28px;
    height: 28px;
  }

  .home-promo-inner {
    min-height: 340px;
    align-items: end;
  }

  .home-promo-inner::after {
    background: linear-gradient(0deg, rgba(251, 244, 239, 0.98) 0%, rgba(251, 244, 239, 0.84) 58%, rgba(251, 244, 239, 0.08) 92%);
  }

  .home-promo-inner > div {
    padding: 1.5rem;
  }

  .inspiration-grid {
    gap: 8px;
  }

  .footer-grid,
  .footer-trust {
    grid-template-columns: 1fr 1fr;
  }

  .footer-trust span:nth-child(3) {
    grid-column: 1 / -1;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .product-page-redesign .gallery .woocommerce-product-gallery__image:first-child,
  .product-page-redesign .gallery .woocommerce-product-gallery__image:first-child img {
    min-height: 390px;
  }
}

/* Final clean storefront polish. Keep this last to override legacy Woo/Elementor styles. */
.home-categories { padding: 36px 0 6px; }
.home-category-grid { gap: 12px; }
.home-category-card { border-color: rgba(75, 48, 38, 0.1); border-radius: 10px; background: #fff; box-shadow: 0 10px 28px rgba(75, 48, 38, 0.04); }
.home-category-card img { aspect-ratio: 1.85 / 1; }
.home-category-card span { min-height: 48px; padding: 0.75rem 1rem; font-size: 1rem; background: #fffaf7; }
.home-category-card b { width: auto; height: auto; border: 0; border-radius: 0; color: var(--solo); background: transparent; font-size: 1.05rem; }
.home-product-shelf { padding: 2.6rem 0 1.65rem; }
.home-shelf-head { margin-bottom: 1.05rem; }
.home-shelf-head h2 { color: var(--solo); font-size: clamp(1.8rem, 2.8vw, 2.55rem); line-height: 1.05; }
.home-shelf-head > a { color: var(--solo); font-size: 0.72rem; font-weight: 800; }
.home-products-grid.products, .shop-redesign-products.products { gap: 14px; }
.product-card, .shop-redesign-products .product-card { display: flex; min-height: 100%; flex-direction: column; border-color: rgba(75, 48, 38, 0.11); border-radius: 10px; background: #fff; box-shadow: 0 10px 30px rgba(75, 48, 38, 0.035); }
.product-card:hover, .shop-redesign-products .product-card:hover { border-color: rgba(201, 127, 86, 0.34); box-shadow: 0 18px 46px rgba(75, 48, 38, 0.075); }
.product-media, .shop-redesign-products .product-media { aspect-ratio: 1.25 / 1; background: #fffaf7; }
.product-media img, .shop-redesign-products .product-media img { padding: 0; object-fit: contain; }
.product-info, .shop-redesign-products .product-info { display: flex; flex: 1; flex-direction: column; padding: 0.95rem 1rem 1rem; }
.product-card .product-title, .shop-redesign-products .product-title { min-height: 2.4em; color: var(--ink); font-size: 0.84rem; font-weight: 800; }
.product-card .price, .shop-redesign-products .price { margin-top: 0.8rem; color: var(--solo); font-size: 0.95rem; }
.product-actions, .shop-redesign-products .product-actions { margin-top: auto; padding-top: 0.85rem; }
.product-actions .btn, .shop-redesign-products .product-actions .btn { color: var(--solo) !important; }
.product-actions .quick, .shop-redesign-products .product-actions .quick { width: 44px; height: 36px; border-color: rgba(75, 48, 38, 0.16); border-radius: 9px; background: #fff6f0; }
.product-actions .quick:hover, .shop-redesign-products .product-actions .quick:hover { border-color: var(--terracotta); background: var(--terracotta); }
.product-actions .quick:hover::before, .shop-redesign-products .product-actions .quick:hover::before { background: #fff; }
.benefits { border-color: rgba(75, 48, 38, 0.1); border-radius: 10px; box-shadow: 0 10px 28px rgba(75, 48, 38, 0.035); }
.benefit, .benefit:nth-child(2n) { min-height: 86px; grid-template-columns: 34px 1fr; gap: 0.72rem; padding: 0.9rem 1rem; }
.benefit-icon, .benefit-icon svg { width: 28px; height: 28px; }
.benefit-icon { color: var(--terracotta) !important; }
.benefit-icon svg, .benefit-icon svg * { fill: none !important; stroke: currentColor !important; }
.benefit strong { color: var(--solo); font-size: 0.75rem; }
.benefit span { color: var(--muted); font-size: 0.66rem; }

/* Header alignment polish v1.2.3 */
body.admin-bar .header { top: 32px; }
.header { background: rgba(255, 250, 247, 0.96) !important; border-bottom: 1px solid rgba(75, 48, 38, 0.12) !important; box-shadow: 0 8px 24px rgba(75, 48, 38, 0.045) !important; }
.header-inner { min-height: 104px !important; grid-template-columns: 180px minmax(420px, 1fr) minmax(300px, auto) !important; align-items: center !important; gap: 1.25rem !important; }
.brand { display: inline-flex !important; align-items: center !important; justify-content: flex-start !important; width: 160px !important; height: 88px !important; overflow: hidden !important; }
.brand img { width: 132px !important; max-width: 132px !important; height: auto !important; max-height: 86px !important; object-fit: contain !important; display: block !important; }
.nav { align-self: center !important; justify-self: center !important; }
.nav-menu { align-items: center !important; gap: clamp(1.35rem, 2.45vw, 2.65rem) !important; margin: 0 !important; }
.nav a { color: var(--solo) !important; font-size: 0.7rem !important; font-weight: 800 !important; letter-spacing: 0.14em !important; line-height: 1 !important; padding: 0.75rem 0 !important; }
.nav a:hover, .nav .current-menu-item > a, .nav a.active { color: var(--solo) !important; }
.nav a::after { background: var(--solo) !important; height: 2px !important; bottom: 0.12rem !important; }
.header-tools { align-items: center !important; justify-content: flex-end !important; gap: 0.7rem !important; min-width: 0 !important; }
.header-search { width: 230px !important; height: 42px !important; flex: 0 0 230px !important; gap: 0.55rem !important; border: 1px solid rgba(75, 48, 38, 0.14) !important; border-radius: 14px !important; padding: 0 0.85rem !important; background: #fff !important; box-shadow: none !important; color: var(--solo) !important; }
.header-search svg, .header-search svg * { width: 17px !important; height: 17px !important; color: var(--solo) !important; stroke: var(--solo) !important; fill: none !important; }
.header-search input[type="search"] { height: 40px !important; color: var(--solo) !important; font-size: 0.74rem !important; }
.header-search input[type="search"]::placeholder { color: rgba(75, 48, 38, 0.42) !important; opacity: 1 !important; }
.header-actions { height: 42px !important; align-items: center !important; gap: 0.4rem !important; }
.header .icon-btn, .header button.icon-btn, .header a.icon-btn { position: relative !important; width: 40px !important; height: 40px !important; min-width: 40px !important; min-height: 40px !important; display: inline-grid !important; place-items: center !important; padding: 0 !important; margin: 0 !important; border: 0 !important; border-radius: 12px !important; color: var(--solo) !important; background: transparent !important; box-shadow: none !important; transform: none !important; vertical-align: middle !important; }
.header .icon-btn:hover { color: var(--terracotta) !important; background: rgba(201, 127, 86, 0.08) !important; }
.header .icon-btn svg, .header .icon-btn svg *, .header .elementor-icon svg, .header .elementor-icon svg * { width: 21px !important; height: 21px !important; color: currentColor !important; stroke: currentColor !important; fill: none !important; stroke-width: 1.8 !important; }
.header .count { top: 1px !important; right: 2px !important; min-width: 16px !important; height: 16px !important; border: 2px solid #fffaf7 !important; border-radius: 999px !important; color: #fff !important; background: var(--terracotta) !important; font-size: 0.56rem !important; line-height: 1 !important; }
.header-actions .nav-toggle { display: none !important; }
@media (max-width: 1080px) { .header-inner { grid-template-columns: 135px 1fr auto !important; min-height: 84px !important; } .brand { width: 125px !important; height: 70px !important; } .brand img { width: 112px !important; max-width: 112px !important; max-height: 68px !important; } .header-search { display: none !important; } .header-actions .search-modal-toggle, .header-actions .nav-toggle { display: inline-grid !important; } }
@media (max-width: 782px) { body.admin-bar .header { top: 46px; } }
@media (max-width: 680px) { .header-inner { grid-template-columns: 1fr auto !important; min-height: 72px !important; } .brand { width: 110px !important; height: 60px !important; } .brand img { width: 98px !important; max-width: 98px !important; max-height: 58px !important; } .header .icon-btn, .header button.icon-btn, .header a.icon-btn { width: 36px !important; height: 36px !important; min-width: 36px !important; min-height: 36px !important; } }

/* Storefront product and trust polish v1.2.4 */
.home-products-grid.products { align-items: stretch !important; }
.product-card { position: relative !important; min-height: 100% !important; border: 1px solid rgba(75, 48, 38, 0.12) !important; border-radius: 10px !important; background: #fff !important; box-shadow: 0 12px 34px rgba(75, 48, 38, 0.045) !important; }
.product-card:hover { border-color: rgba(201, 127, 86, 0.38) !important; box-shadow: 0 18px 48px rgba(75, 48, 38, 0.08) !important; transform: translateY(-2px) !important; }
.product-card .badge { top: 12px !important; left: 12px !important; border-radius: 7px !important; background: var(--terracotta) !important; }
.product-card .product-media { display: grid !important; place-items: center !important; aspect-ratio: 1.18 / 1 !important; padding: 18px 18px 6px !important; background: linear-gradient(180deg, #fffdfb 0%, #fff8f3 100%) !important; }
.product-card .product-media img { width: 100% !important; height: 100% !important; max-height: 235px !important; object-fit: contain !important; mix-blend-mode: multiply; }
.product-card .product-info { min-height: 154px !important; display: grid !important; grid-template-columns: 1fr auto !important; grid-template-rows: auto auto 1fr !important; column-gap: 1rem !important; padding: 1rem 1.05rem 1.05rem !important; background: #fff !important; }
.product-card .category, .product-card .stars { display: none !important; }
.product-card .product-title { grid-column: 1 / -1 !important; min-height: auto !important; margin: 0 !important; color: var(--solo) !important; font-family: var(--font-display) !important; font-size: 1.03rem !important; font-weight: 500 !important; line-height: 1.22 !important; text-align: center !important; }
.product-card .price { grid-column: 1 / -1 !important; min-height: auto !important; margin: 1.25rem 0 0 !important; color: var(--terracotta) !important; font-size: 1rem !important; font-weight: 800 !important; text-align: center !important; }
.product-card .price del { color: rgba(75, 48, 38, 0.42) !important; }
.product-card .price ins { text-decoration: none !important; }
.product-card .product-actions { grid-column: 1 / -1 !important; min-height: 40px !important; display: flex !important; align-items: end !important; justify-content: flex-end !important; margin: 0 !important; padding: 0 !important; }
.product-card .product-actions .btn { display: none !important; }
.product-card .product-actions .quick { position: static !important; width: 42px !important; height: 38px !important; min-width: 42px !important; overflow: hidden !important; border: 0 !important; border-radius: 9px !important; background: var(--terracotta) !important; color: transparent !important; font-size: 0 !important; line-height: 0 !important; text-indent: -999px !important; box-shadow: none !important; }
.product-card .product-actions .quick::before { width: 18px !important; height: 18px !important; background: #fff !important; }
.product-card .product-actions .quick::after { display: none !important; content: none !important; }
.product-card .product-actions .quick:hover { background: var(--solo) !important; }
#beneficios { padding: 0 0 2.2rem !important; }
.benefits { display: grid !important; grid-template-columns: repeat(4, minmax(0, 1fr)) !important; overflow: hidden !important; border: 1px solid rgba(75, 48, 38, 0.1) !important; border-radius: 10px !important; background: #fff !important; box-shadow: 0 12px 30px rgba(75, 48, 38, 0.035) !important; }
.benefit, .benefit:nth-child(2n) { min-height: 90px !important; display: grid !important; grid-template-columns: 34px minmax(0, 1fr) !important; align-items: center !important; gap: 0.82rem !important; border: 0 !important; border-left: 1px solid rgba(75, 48, 38, 0.1) !important; padding: 1rem 1.15rem !important; background: #fff !important; }
.benefit:first-child { border-left: 0 !important; }
.benefit-icon { width: 30px !important; height: 30px !important; display: grid !important; place-items: center !important; color: var(--terracotta) !important; background: transparent !important; }
.benefit-icon svg { width: 26px !important; height: 26px !important; fill: none !important; stroke: currentColor !important; stroke-width: 1.55 !important; }
.benefit strong { display: block !important; margin: 0 0 0.12rem !important; color: var(--solo) !important; font-size: 0.76rem !important; font-weight: 800 !important; line-height: 1.2 !important; text-align: left !important; }
.benefit span { display: block !important; margin: 0 !important; color: var(--muted) !important; font-size: 0.72rem !important; line-height: 1.35 !important; text-align: left !important; }
.home-testimonials { padding-top: 1.8rem !important; }
.home-testimonials h2 { color: var(--solo) !important; font-size: clamp(2rem, 3vw, 2.8rem) !important; line-height: 1.05 !important; }
.testimonial-grid { gap: 16px !important; margin-top: 1.25rem !important; }
.testimonial-grid blockquote { min-height: 168px !important; display: flex !important; flex-direction: column !important; border: 1px solid rgba(75, 48, 38, 0.11) !important; border-radius: 10px !important; padding: 1.35rem !important; background: #fff !important; box-shadow: 0 10px 28px rgba(75, 48, 38, 0.035) !important; }
.testimonial-grid p { min-height: 0 !important; margin: 0 !important; color: var(--muted) !important; font-size: 0.82rem !important; line-height: 1.55 !important; }
.testimonial-stars { display: flex !important; gap: 0.22rem !important; margin: auto 0 0.65rem !important; color: var(--terracotta) !important; letter-spacing: 0 !important; }
.testimonial-stars span { width: 13px !important; height: 13px !important; background: currentColor !important; clip-path: polygon(50% 0%,61% 35%,98% 35%,68% 56%,79% 91%,50% 70%,21% 91%,32% 56%,2% 35%,39% 35%) !important; }
.testimonial-grid cite { color: var(--solo) !important; font-size: 0.74rem !important; }
.testimonial-grid cite span { color: var(--muted) !important; }
@media (max-width: 980px) { .benefits { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; } .benefit:nth-child(3) { border-left: 0 !important; border-top: 1px solid rgba(75, 48, 38, 0.1) !important; } .benefit:nth-child(4) { border-top: 1px solid rgba(75, 48, 38, 0.1) !important; } }
@media (max-width: 680px) { .product-card .product-media { padding: 12px !important; } .product-card .product-title { font-size: 0.9rem !important; } .benefits { grid-template-columns: 1fr !important; } .benefit, .benefit:nth-child(2n), .benefit:nth-child(3), .benefit:nth-child(4) { border-left: 0 !important; border-top: 1px solid rgba(75, 48, 38, 0.1) !important; } .benefit:first-child { border-top: 0 !important; } }

/* Single product polish v1.2.5 */
.single-product .product-summary .single_add_to_cart_button,
.single-product .product-summary .button,
.single-product .summary .button,
.single-product a.button,
.single-product button.button,
.single-product .btn-primary {
  border: 1px solid var(--terracotta) !important;
  border-radius: 10px !important;
  color: #fff !important;
  background: var(--terracotta) !important;
  box-shadow: none !important;
}
.single-product .product-summary .single_add_to_cart_button:hover,
.single-product .product-summary .button:hover,
.single-product .summary .button:hover,
.single-product a.button:hover,
.single-product button.button:hover,
.single-product .btn-primary:hover {
  border-color: var(--solo) !important;
  background: var(--solo) !important;
}
.single-product .quantity,
.single-product .quantity-control,
.single-product form.cart .quantity {
  overflow: hidden !important;
  border: 1px solid rgba(75, 48, 38, 0.16) !important;
  border-radius: 9px !important;
  background: #fff !important;
}
.single-product .quantity input,
.single-product .quantity button,
.single-product .quantity-control input,
.single-product .quantity-control button {
  border-color: rgba(75, 48, 38, 0.12) !important;
  color: var(--solo) !important;
  background: #fff !important;
}
.product-service-grid,
.single-product .product-service-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0 !important;
  overflow: hidden !important;
  margin: 2rem 0 2.2rem !important;
  border: 1px solid rgba(75, 48, 38, 0.1) !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: 0 12px 30px rgba(75, 48, 38, 0.035) !important;
}
.product-service-grid span,
.product-service-grid span:nth-child(2),
.single-product .product-service-grid span,
.single-product .product-service-grid span:nth-child(2) {
  min-height: 82px !important;
  display: grid !important;
  grid-template-columns: 34px minmax(0, 1fr) !important;
  align-items: center !important;
  column-gap: 0.85rem !important;
  border-left: 1px solid rgba(75, 48, 38, 0.1) !important;
  padding: 1rem 1.1rem !important;
  color: var(--muted) !important;
  background: #fff !important;
  font-family: var(--font-body) !important;
  font-size: 0.74rem !important;
  line-height: 1.35 !important;
}
.product-service-grid span:first-child,
.single-product .product-service-grid span:first-child { border-left: 0 !important; }
.product-service-grid svg,
.product-service-grid svg *,
.single-product .product-service-grid svg,
.single-product .product-service-grid svg * {
  width: 28px !important;
  height: 28px !important;
  color: var(--terracotta) !important;
  stroke: currentColor !important;
  fill: none !important;
}
.product-service-grid strong,
.single-product .product-service-grid strong {
  display: block !important;
  margin-bottom: 0.1rem !important;
  color: var(--solo) !important;
  font-family: var(--font-body) !important;
  font-size: 0.8rem !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs,
.single-product .woocommerce-tabs ul.tabs {
  display: flex !important;
  gap: 0.6rem !important;
  margin: 0 0 1rem !important;
  padding: 0 !important;
  border: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none !important; }
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.single-product .woocommerce-tabs ul.tabs li {
  margin: 0 !important;
  border: 1px solid rgba(75, 48, 38, 0.16) !important;
  border-radius: 999px !important;
  background: #fff !important;
  box-shadow: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.single-product .woocommerce-tabs ul.tabs li.active {
  border-color: rgba(201, 127, 86, 0.38) !important;
  background: #fff6f0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.single-product .woocommerce-tabs ul.tabs li a {
  padding: 0.72rem 1rem !important;
  color: var(--solo) !important;
  font-size: 0.72rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
}
.woocommerce-Tabs-panel,
.single-product .woocommerce-Tabs-panel {
  border: 1px solid rgba(75, 48, 38, 0.1) !important;
  border-radius: 10px !important;
  padding: clamp(1.4rem, 3vw, 2.2rem) !important;
  background: #fff !important;
  box-shadow: 0 12px 30px rgba(75, 48, 38, 0.035) !important;
}
.woocommerce-Tabs-panel h2,
.single-product .woocommerce-Tabs-panel h2 {
  margin-top: 0 !important;
  color: var(--solo) !important;
  font-size: clamp(1.75rem, 2.6vw, 2.45rem) !important;
  line-height: 1.1 !important;
}
.woocommerce table.shop_attributes,
.single-product table.shop_attributes {
  overflow: hidden !important;
  border: 1px solid rgba(75, 48, 38, 0.1) !important;
  border-radius: 10px !important;
  background: #fff !important;
}
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td,
.single-product table.shop_attributes th,
.single-product table.shop_attributes td {
  border-color: rgba(75, 48, 38, 0.08) !important;
  color: var(--solo) !important;
  background: #fff !important;
  font-family: var(--font-body) !important;
  font-size: 0.88rem !important;
}
.woocommerce table.shop_attributes th,
.single-product table.shop_attributes th { width: 150px !important; font-weight: 800 !important; }
.woocommerce table.shop_attributes td,
.single-product table.shop_attributes td { color: var(--muted) !important; font-style: normal !important; }
.woocommerce table.shop_attributes td p,
.single-product table.shop_attributes td p { margin: 0 !important; }
@media (max-width: 760px) {
  .product-service-grid,
  .single-product .product-service-grid { grid-template-columns: 1fr !important; }
  .product-service-grid span,
  .single-product .product-service-grid span { border-left: 0 !important; border-top: 1px solid rgba(75, 48, 38, 0.1) !important; }
  .product-service-grid span:first-child,
  .single-product .product-service-grid span:first-child { border-top: 0 !important; }
  .woocommerce div.product .woocommerce-tabs ul.tabs,
  .single-product .woocommerce-tabs ul.tabs { overflow-x: auto !important; padding-bottom: 0.2rem !important; }
}

/* Mini cart polish v1.2.6 */
.mini-cart-panel,
.elementor-menu-cart__container,
.elementor-menu-cart__main {
  color: var(--solo) !important;
  background: #fffdfb !important;
  border-color: rgba(75, 48, 38, 0.12) !important;
  box-shadow: 0 24px 70px rgba(75, 48, 38, 0.14) !important;
}
.elementor-menu-cart__main {
  width: min(390px, 94vw) !important;
  padding: 0 !important;
}
.elementor-menu-cart__close-button,
.elementor-menu-cart__close-button::before,
.elementor-menu-cart__close-button::after {
  color: var(--solo) !important;
  border-color: var(--solo) !important;
}
.elementor-menu-cart__products,
.woocommerce-mini-cart {
  padding: 1.1rem 1rem 0.4rem !important;
}
.elementor-menu-cart__product,
.woocommerce-mini-cart-item {
  display: grid !important;
  grid-template-columns: 82px minmax(0, 1fr) 28px !important;
  align-items: center !important;
  gap: 0.85rem !important;
  margin: 0 !important;
  padding: 0.9rem 0 !important;
  border-bottom: 1px solid rgba(75, 48, 38, 0.1) !important;
}
.elementor-menu-cart__product-image,
.woocommerce-mini-cart-item > a:first-child {
  width: 82px !important;
  height: 82px !important;
  display: grid !important;
  place-items: center !important;
  overflow: hidden !important;
  border-radius: 9px !important;
  background: #fff6f0 !important;
}
.elementor-menu-cart__product-image img,
.woocommerce-mini-cart-item img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: contain !important;
  margin: 0 !important;
  mix-blend-mode: multiply;
}
.elementor-menu-cart__product-name,
.elementor-menu-cart__product-name a,
.woocommerce-mini-cart-item a:not(.remove) {
  color: var(--solo) !important;
  font-family: var(--font-body) !important;
  font-size: 0.86rem !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
  text-decoration: none !important;
}
.elementor-menu-cart__product-price,
.woocommerce-mini-cart-item .quantity {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.35rem !important;
  width: fit-content !important;
  margin-top: 0.45rem !important;
  padding: 0.22rem 0.55rem !important;
  border: 1px solid rgba(75, 48, 38, 0.14) !important;
  border-radius: 999px !important;
  color: rgba(75, 48, 38, 0.68) !important;
  background: #fff !important;
  font-size: 0.74rem !important;
  font-weight: 700 !important;
}
.elementor-menu-cart__product-price .amount,
.woocommerce-mini-cart-item .quantity .amount {
  color: var(--terracotta) !important;
  font-weight: 800 !important;
}
.elementor-menu-cart__product-remove,
.woocommerce-mini-cart-item a.remove {
  position: static !important;
  width: 28px !important;
  height: 28px !important;
  display: grid !important;
  place-items: center !important;
  border: 1px solid rgba(75, 48, 38, 0.14) !important;
  border-radius: 50% !important;
  color: rgba(75, 48, 38, 0.55) !important;
  background: #fff !important;
  font-size: 1rem !important;
  line-height: 1 !important;
  text-decoration: none !important;
}
.elementor-menu-cart__product-remove:hover,
.woocommerce-mini-cart-item a.remove:hover {
  color: #fff !important;
  background: var(--terracotta) !important;
}
.elementor-menu-cart__subtotal,
.woocommerce-mini-cart__total {
  display: flex !important;
  align-items: baseline !important;
  justify-content: space-between !important;
  margin: 0 !important;
  padding: 1.2rem 1rem !important;
  border-top: 0 !important;
  border-bottom: 1px solid rgba(75, 48, 38, 0.1) !important;
  color: var(--solo) !important;
  background: #fffaf7 !important;
  font-family: var(--font-body) !important;
  font-size: 1.05rem !important;
  font-weight: 800 !important;
}
.elementor-menu-cart__subtotal .amount,
.woocommerce-mini-cart__total .amount {
  color: var(--terracotta) !important;
  font-size: 1.2rem !important;
  font-weight: 900 !important;
}
.elementor-menu-cart__footer-buttons,
.woocommerce-mini-cart__buttons {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 0.7rem !important;
  padding: 1rem !important;
  background: #fffdfb !important;
}
.elementor-menu-cart__footer-buttons .elementor-button,
.woocommerce-mini-cart__buttons .button {
  min-height: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(75, 48, 38, 0.18) !important;
  border-radius: 10px !important;
  color: var(--solo) !important;
  background: #fff !important;
  font-family: var(--font-body) !important;
  font-size: 0.76rem !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  opacity: 1 !important;
}
.elementor-menu-cart__footer-buttons .elementor-button--checkout,
.woocommerce-mini-cart__buttons .checkout {
  border-color: var(--terracotta) !important;
  color: #fff !important;
  background: var(--terracotta) !important;
}
.elementor-menu-cart__footer-buttons .elementor-button:hover,
.woocommerce-mini-cart__buttons .button:hover {
  border-color: var(--solo) !important;
  color: #fff !important;
  background: var(--solo) !important;
}
.elementor-menu-cart__footer-buttons .elementor-button-text {
  color: inherit !important;
}
.elementor-menu-cart__empty-message,
.woocommerce-mini-cart__empty-message {
  padding: 2rem 1rem !important;
  color: var(--muted) !important;
  text-align: center !important;
}
