/*
Theme Name: Anichar Luxe Bags
Theme URI: https://anichar.com/
Author: Anichar
Author URI: https://anichar.com/
Description: A feminine luxury WooCommerce theme created for ANICHAR, designed exclusively for selling luxury women’s bags. Public storefront text and WooCommerce customer pages are styled and prepared in English.
Version: 2.0.0
Requires at least: 6.2
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: anichar-luxe-bags
Tags: e-commerce, woocommerce, luxury, fashion, handbags, responsive, custom-logo, custom-menu, featured-images
*/

:root {
  --anichar-blush: #ead0cd;
  --anichar-blush-2: #f7e9e7;
  --anichar-rose: #c87985;
  --anichar-rose-dark: #a95666;
  --anichar-cream: #fffaf7;
  --anichar-ivory: #fdf8f4;
  --anichar-charcoal: #222021;
  --anichar-muted: #70686a;
  --anichar-gold: #c4a36e;
  --anichar-line: rgba(168, 111, 116, .24);
  --anichar-shadow: 0 18px 55px rgba(67, 39, 39, .10);
  --anichar-serif: "Cormorant Garamond", Georgia, serif;
  --anichar-sans: "Montserrat", Arial, sans-serif;
  --anichar-script: "Playfair Display", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--anichar-charcoal);
  background: var(--anichar-cream);
  font-family: var(--anichar-sans);
  font-size: 15px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; transition: color .2s ease, opacity .2s ease, border-color .2s ease; }
a:hover { color: var(--anichar-rose-dark); }
img { max-width: 100%; height: auto; display: block; }
button, input, textarea, select { font: inherit; }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.anichar-wrap,
.container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.anichar-topbar {
  background: linear-gradient(90deg, #fff7f6, #f5dedd, #fff7f6);
  color: #7d6562;
  min-height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 11px;
  font-weight: 500;
}
.anichar-topbar .heart { color: var(--anichar-rose); margin-left: 12px; }

.site-header {
  background: rgba(255, 255, 255, .93);
  border-bottom: 1px solid rgba(196, 163, 110, .18);
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(12px);
}
.admin-bar .site-header { top: 32px; }
.header-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 112px;
  gap: 24px;
}
.brand {
  text-align: center;
  line-height: 1;
  min-width: 280px;
}
.brand-mark {
  width: 48px;
  height: 16px;
  margin: 0 auto 4px;
  opacity: .85;
}
.site-title {
  display: block;
  font-family: var(--anichar-serif);
  font-size: clamp(34px, 4vw, 54px);
  letter-spacing: .23em;
  font-weight: 500;
  color: #282324;
}
.site-description {
  display: block;
  margin-top: 5px;
  color: var(--anichar-rose);
  text-transform: uppercase;
  letter-spacing: .21em;
  font-size: 11px;
}
.primary-nav ul,
.secondary-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 30px;
}
.primary-nav a,
.secondary-nav a,
.header-action {
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 12px;
  font-weight: 500;
  color: #282324;
}
.secondary-nav { justify-self: end; }
.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  margin-top: 16px;
}
.header-action {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  text-transform: none;
  letter-spacing: .03em;
  font-size: 12px;
}
.header-action .icon-glyph { width: 18px; display:inline-flex; justify-content:center; align-items:center; font-size: 16px; line-height:1; color: currentColor; }
.cart-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 17px;
  height: 17px;
  border-radius: 999px;
  background: var(--anichar-rose);
  color: #fff;
  font-size: 10px;
  margin-left: -3px;
}
.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--anichar-line);
  background: #fff;
  color: var(--anichar-charcoal);
  border-radius: 999px;
}
.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.anichar-button,
.button,
.wp-element-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 43px;
  padding: 13px 28px;
  border: 1px solid var(--anichar-rose);
  border-radius: 0;
  background: var(--anichar-rose) !important;
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  box-shadow: none;
  transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}
.anichar-button:hover,
.button:hover,
.wp-element-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
  background: var(--anichar-rose-dark) !important;
  border-color: var(--anichar-rose-dark);
  color: #fff !important;
  transform: translateY(-1px);
}
.anichar-button.outline {
  color: var(--anichar-rose-dark) !important;
  background: transparent !important;
  border-color: var(--anichar-rose);
}
.anichar-button.outline:hover {
  color: #fff !important;
  background: var(--anichar-rose) !important;
}

.hero {
  min-height: 575px;
  display: grid;
  align-items: stretch;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 28%, rgba(234, 208, 205, .7), transparent 28%),
    linear-gradient(90deg, rgba(255, 250, 247, .97) 0%, rgba(255, 250, 247, .88) 40%, rgba(255, 242, 241, .85) 100%);
}
.hero:before,
.hero:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.hero:before {
  background: radial-gradient(circle at left top, rgba(236,210,207,.55), transparent 42%);
  background-repeat: no-repeat;
  background-size: 400px auto;
  background-position: left top;
  opacity: .55;
}
.hero:after {
  background: linear-gradient(90deg, rgba(255,255,255,.5), rgba(255,255,255,0) 56%);
}
.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  align-items: center;
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
  gap: 40px;
  padding: 58px 0;
}
.hero-eyebrow {
  font-family: var(--anichar-script);
  color: var(--anichar-rose);
  font-style: italic;
  font-size: clamp(34px, 5vw, 64px);
  font-weight: 400;
  letter-spacing: .02em;
  line-height: .9;
}
.hero h1 {
  margin: 7px 0 18px;
  font-family: var(--anichar-serif);
  font-weight: 500;
  color: #222;
  font-size: clamp(45px, 6.7vw, 86px);
  line-height: .97;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.anichar-divider {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--anichar-gold);
  margin: 0 0 21px;
}
.anichar-divider:before,
.anichar-divider:after {
  content: "";
  display: block;
  width: 72px;
  height: 1px;
  background: currentColor;
  opacity: .65;
}
.hero-copy {
  max-width: 360px;
  color: #555052;
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.7;
  margin: 0 0 28px;
}
.hero-media {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-stage {
  position: relative;
  width: min(630px, 100%);
  aspect-ratio: 1.25/1;
  border-radius: 2px;
  background:
    linear-gradient(160deg, rgba(255,255,255,.55), rgba(255,255,255,.12)),
    radial-gradient(circle at 78% 16%, rgba(240,198,198,.6), transparent 24%),
    linear-gradient(180deg, #fff8f5, #f5e5e0);
  box-shadow: var(--anichar-shadow);
  overflow: hidden;
}
.hero-stage:before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 33%;
  background: linear-gradient(180deg, transparent, rgba(230, 191, 187, .55));
}
.hero-stage .silk {
  position: absolute;
  right: -8%;
  bottom: 0;
  width: 56%;
  height: 26%;
  border-radius: 80% 0 0 0;
  background: linear-gradient(135deg, rgba(225, 159, 168, .45), rgba(252, 236, 234, .8));
  transform: rotate(-4deg);
}
.hero-stage .roses {
  position: absolute;
  right: 4%;
  top: 4%;
  width: 27%;
  min-height: 28%;
  display:none; background-image:none;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: .95;
}
.hero-stage .main-bag {
  position: absolute;
  right: 16%;
  bottom: 18%;
  width: 62%;
  min-height: 62%;
  display:none; background-image:none;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  filter: drop-shadow(0 18px 20px rgba(61, 38, 38, .18));
}
.hero-stage .mini-bag {
  position: absolute;
  left: 8%;
  bottom: 8%;
  width: 38%;
  min-height: 35%;
  display:none; background-image:none;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  filter: drop-shadow(0 14px 16px rgba(61, 38, 38, .12));
}

.section {
  padding: 68px 0;
}
.section-title {
  margin: 0 0 28px;
  text-align: center;
}
.section-title h2,
.woocommerce-products-header__title,
.entry-title,
.page-title {
  margin: 0;
  font-family: var(--anichar-serif);
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.2;
}
.section-title .anichar-divider { justify-content: center; margin: 14px auto 0; }
.section-title .anichar-divider:before,
.section-title .anichar-divider:after { width: 58px; }

.collections-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 23px;
}
.collection-card {
  background: #fff;
  border: 1px solid var(--anichar-line);
  padding: 8px 8px 18px;
  text-align: center;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.collection-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--anichar-shadow);
  border-color: rgba(200, 121, 133, .42);
}
.collection-card .collection-image {
  aspect-ratio: 1.22/1;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 75% 18%, rgba(238, 190, 191, .42), transparent 27%),
    linear-gradient(150deg, #fffaf7, #f5e9e5);
  overflow: hidden;
}
.collection-card img {
  width: 95%;
  max-height: 180px;
  object-fit: contain;
  filter: drop-shadow(0 12px 18px rgba(75, 45, 45, .12));
}
.collection-card h3 {
  margin: 15px 0 4px;
  font-family: var(--anichar-serif);
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 600;
}
.collection-card span {
  color: var(--anichar-rose-dark);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 11px;
}

.products-section { background: #fff; }
.anichar-products,
.woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
  margin: 0 !important;
  padding: 0 !important;
}
.woocommerce ul.products::before,
.woocommerce ul.products::after { display: none !important; }
.woocommerce ul.products li.product,
.anichar-product-card {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 0 18px !important;
  background: #fff;
  border: 1px solid rgba(168, 111, 116, .16);
  text-align: center;
  min-height: 100%;
  position: relative;
  transition: box-shadow .25s ease, transform .25s ease, border-color .25s ease;
}
.woocommerce ul.products li.product:hover,
.anichar-product-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--anichar-shadow);
  border-color: rgba(200, 121, 133, .36);
}
.woocommerce ul.products li.product a img,
.anichar-product-image {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  padding: 20px;
  margin: 0 !important;
  background: linear-gradient(160deg, #fff, #f9eeee);
}
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.anichar-product-card h3 {
  padding: 18px 14px 4px !important;
  margin: 0 !important;
  color: #2d2929;
  font-family: var(--anichar-serif);
  font-size: 18px !important;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .02em;
  text-transform: none;
}
.woocommerce ul.products li.product .price,
.anichar-price {
  color: #3d3434 !important;
  display: block;
  font-size: 14px !important;
  font-weight: 600;
  margin: 3px 0 13px !important;
}
.woocommerce ul.products li.product .button,
.anichar-product-card .anichar-button {
  margin: 0 18px !important;
  min-height: 36px;
  padding: 11px 16px;
  width: calc(100% - 36px);
  font-size: 10px;
}
.woocommerce span.onsale,
.product-badge {
  min-height: auto;
  min-width: auto;
  border-radius: 0;
  padding: 5px 10px;
  top: 12px !important;
  left: 12px !important;
  right: auto !important;
  background: var(--anichar-rose) !important;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 10px;
  font-weight: 700;
}
.wishlist-heart {
  position: absolute;
  right: 13px;
  top: 13px;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(80, 70, 70, .18);
  background: rgba(255,255,255,.78);
  border-radius: 999px;
  color: #5c5657;
}
.woocommerce ul.products li.product .star-rating { margin: 8px auto; }
.view-all-wrap { text-align: center; margin-top: 28px; }

.trust-strip {
  background: var(--anichar-blush-2);
  border-top: 1px solid rgba(196, 163, 110, .12);
  border-bottom: 1px solid rgba(196, 163, 110, .12);
  padding: 30px 0;
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.trust-item {
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  gap: 17px;
  padding: 10px 28px;
  border-right: 1px solid rgba(168, 111, 116, .25);
}
.trust-item:last-child { border-right: 0; }
.trust-icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--anichar-rose-dark);
}
.trust-icon .icon-glyph { font-size: 32px; line-height: 1; color: currentColor; }
.trust-item h3 {
  margin: 0 0 3px;
  font-size: 13px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .13em;
}
.trust-item p { margin: 0; color: #61595b; font-size: 13px; line-height: 1.45; }

.story-section {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.story-section:after {
  content: "";
  position: absolute;
  right: -75px;
  top: 20px;
  width: 420px;
  height: 420px;
  background-image: radial-gradient(circle at center, rgba(241,226,223,.9), transparent 62%);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: .45;
  pointer-events: none;
}
.story-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .92fr 1fr;
  gap: 48px;
  align-items: center;
}
.story-photo {
  min-height: 310px;
  background:
    url('assets/images/craft-scene.png') center/cover no-repeat,
    linear-gradient(135deg, #fff5f2, #efd8d2);
  border: 1px solid rgba(168, 111, 116, .18);
  box-shadow: var(--anichar-shadow);
}
.script-label {
  display: block;
  font-family: var(--anichar-script);
  font-style: italic;
  font-size: 31px;
  color: var(--anichar-rose);
  margin-bottom: 6px;
}
.story-content h2 {
  margin: 0;
  font-family: var(--anichar-serif);
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 500;
  line-height: 1.13;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.story-content .anichar-divider { margin-top: 16px; }
.story-content p {
  max-width: 620px;
  color: #504b4c;
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.85;
}

.newsletter {
  position: relative;
  overflow: hidden;
  padding: 36px 0;
  background:
    linear-gradient(90deg, rgba(247,233,231,.97), rgba(255,248,246,.98)),
    radial-gradient(circle at left bottom, rgba(220,155,164,.35), transparent 25%);
}
.newsletter:before,
.newsletter:after {
  content: "";
  position: absolute;
  width: 190px;
  height: 140px;
  background: radial-gradient(circle at left top, rgba(236,210,207,.55), transparent 42%);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: .35;
}
.newsletter:before { left: -24px; bottom: -20px; transform: rotate(180deg); }
.newsletter:after { right: -24px; top: -20px; }
.newsletter-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 32px;
}
.newsletter-title {
  display: grid;
  grid-template-columns: 62px 1fr;
  align-items: center;
  gap: 19px;
}
.newsletter-icon {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: rgba(255,255,255,.72);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--anichar-rose-dark);
  box-shadow: 0 8px 22px rgba(70, 38, 38, .08);
}
.newsletter-icon .icon-glyph { font-size: 24px; line-height:1; color: currentColor; }
.newsletter h2 {
  margin: 0;
  font-family: var(--anichar-serif);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 27px;
  font-weight: 500;
}
.newsletter p { margin: 4px 0 0; color: #675f60; font-size: 13px; }
.newsletter-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0;
  max-width: 520px;
  justify-self: end;
  width: 100%;
}
.newsletter-form input[type="email"] {
  min-height: 48px;
  border: 1px solid rgba(168, 111, 116, .22);
  border-right: 0;
  padding: 0 18px;
  background: #fff;
  outline: none;
}
.newsletter-form button { min-height: 48px; }

.site-footer {
  background: #fffaf7;
  color: #363032;
}
.footer-main {
  padding: 56px 0 40px;
  display: grid;
  grid-template-columns: 1.2fr 2.4fr 1.2fr;
  gap: 44px;
}
.footer-brand .site-title {
  font-size: 38px;
  letter-spacing: .22em;
}
.footer-brand p {
  margin: 10px 0 18px;
  max-width: 180px;
  font-family: var(--anichar-serif);
  font-style: italic;
  font-size: 19px;
  line-height: 1.25;
  color: #575152;
}
.social-links { display: flex; gap: 14px; }
.social-links a {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(168, 111, 116, .2);
  color: #2b2627;
  font-size: 12px;
  font-weight: 700;
}
.footer-columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
.footer-column h3 {
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: 12px;
}
.footer-column ul { list-style: none; padding: 0; margin: 0; }
.footer-column li { margin: 5px 0; }
.footer-column a { color: #625b5d; font-size: 13px; }
.footer-care-card {
  padding: 26px;
  border: 1px solid rgba(168, 111, 116, .2);
  background: rgba(255,255,255,.76);
}
.footer-care-card .care-row {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 13px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(168, 111, 116, .14);
}
.footer-care-card .care-row:last-child { border-bottom: 0; }
.footer-care-card .icon-glyph { font-size: 22px; line-height:1; color: var(--anichar-rose-dark); display:inline-flex; align-items:center; justify-content:center; }
.footer-care-card strong { display: block; text-transform: uppercase; letter-spacing: .12em; font-size: 11px; }
.footer-care-card span { display: block; color: #6e6668; font-size: 12px; }
.footer-bottom {
  border-top: 1px solid rgba(168, 111, 116, .14);
  padding: 18px 0;
  color: #71696a;
  font-size: 12px;
}
.footer-bottom-inner { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.footer-bottom-links { display: flex; gap: 25px; }

.content-area {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 58px 0;
}
.entry-content,
.woocommerce-page .content-area { min-height: 450px; }
.entry-content > *:first-child { margin-top: 0; }
.entry-content a { color: var(--anichar-rose-dark); }

/* WooCommerce pages */
.woocommerce .woocommerce-breadcrumb {
  color: #8b7c7c;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .12em;
  margin: 0 0 22px;
}
.woocommerce-result-count,
.woocommerce-ordering { color: #655e5f; font-size: 13px; }
.woocommerce .woocommerce-ordering select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.select2-container--default .select2-selection--single {
  border: 1px solid rgba(168, 111, 116, .24);
  background: #fff;
  min-height: 44px;
  border-radius: 0;
  padding: 10px 12px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 42px; }
.select2-container--default .select2-selection--single .select2-selection__arrow { height: 42px; }
.woocommerce table.shop_table {
  border: 1px solid rgba(168, 111, 116, .18);
  border-radius: 0;
  background: #fff;
}
.woocommerce table.shop_table th {
  text-transform: uppercase;
  letter-spacing: .11em;
  font-size: 12px;
  color: #403a3b;
}
.woocommerce table.shop_table td,
.woocommerce table.shop_table th { border-color: rgba(168, 111, 116, .13); }
.woocommerce-cart-form,
.woocommerce-checkout-review-order,
.woocommerce-checkout .col2-set,
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce form.checkout_coupon {
  background: #fff;
  border: 1px solid rgba(168, 111, 116, .16);
  padding: 24px;
  box-shadow: 0 10px 34px rgba(67, 39, 39, .05);
}
.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
  border-top-color: var(--anichar-rose);
  background: #fff8f7;
  color: #413b3c;
}
.woocommerce-info::before,
.woocommerce-message::before { color: var(--anichar-rose); }
.woocommerce-error::before { color: #a64755; }
.woocommerce div.product div.images img {
  background: linear-gradient(160deg, #fff, #f9eeee);
  border: 1px solid rgba(168, 111, 116, .13);
}
.woocommerce div.product .product_title {
  font-family: var(--anichar-serif);
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.1;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-weight: 500;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--anichar-rose-dark);
  font-size: 24px;
  font-weight: 600;
}
.woocommerce div.product form.cart div.quantity { margin-right: 12px; }
.woocommerce .quantity .qty {
  min-height: 43px;
  border: 1px solid rgba(168, 111, 116, .24);
}
.woocommerce-tabs.wc-tabs-wrapper {
  margin-top: 54px;
  background: #fff;
  border: 1px solid rgba(168, 111, 116, .14);
  padding: 20px 25px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before { border-color: rgba(168, 111, 116, .18); }
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-radius: 0;
  background: #fff7f6;
  border-color: rgba(168, 111, 116, .18);
}
.woocommerce-MyAccount-navigation ul { margin: 0; padding: 0; list-style: none; }
.woocommerce-MyAccount-navigation li { border-bottom: 1px solid rgba(168, 111, 116, .13); }
.woocommerce-MyAccount-navigation li a { display: block; padding: 12px 0; text-transform: uppercase; letter-spacing: .1em; font-size: 12px; }

.empty-shop-message {
  text-align: center;
  padding: 60px 20px;
  border: 1px dashed rgba(168,111,116,.35);
  background: #fff;
}
.empty-shop-message h3 {
  font-family: var(--anichar-serif);
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: 30px;
  margin: 0 0 10px;
}

@media (max-width: 1100px) {
  .collections-grid, .anichar-products, .woocommerce ul.products { grid-template-columns: repeat(3, 1fr); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .footer-main { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .admin-bar .site-header { top: 0; }
  .header-inner { grid-template-columns: auto 1fr auto; min-height: 78px; }
  .brand { min-width: 0; }
  .site-title { font-size: 34px; }
  .site-description { font-size: 9px; }
  .menu-toggle { display: inline-block; }
  .primary-nav,
  .secondary-nav {
    display: none;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 78px;
    background: #fff;
    border: 1px solid var(--anichar-line);
    padding: 18px;
    box-shadow: var(--anichar-shadow);
  }
  .secondary-nav { top: 306px; justify-self: initial; }
  body.mobile-menu-open .primary-nav,
  body.mobile-menu-open .secondary-nav { display: block; }
  .primary-nav ul,
  .secondary-nav ul { display: grid; gap: 12px; }
  .header-actions { display: none; }
  .hero-inner { grid-template-columns: 1fr; padding-top: 48px; }
  .hero { min-height: auto; }
  .story-grid, .newsletter-inner { grid-template-columns: 1fr; }
  .newsletter-form { justify-self: start; }
  .footer-columns { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .anichar-wrap, .container, .content-area, .hero-inner { width: min(100% - 28px, 1180px); }
  .anichar-topbar { font-size: 9px; letter-spacing: .12em; padding: 0 10px; text-align: center; }
  .site-title { font-size: 27px; letter-spacing: .16em; }
  .hero h1 { letter-spacing: .07em; }
  .collections-grid, .anichar-products, .woocommerce ul.products { grid-template-columns: 1fr 1fr; gap: 14px; }
  .collection-card h3 { font-size: 14px; }
  .trust-grid, .footer-columns { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid rgba(168, 111, 116, .18); padding-left: 0; padding-right: 0; }
  .trust-item:last-child { border-bottom: 0; }
  .newsletter-form { grid-template-columns: 1fr; gap: 10px; }
  .newsletter-form input[type="email"] { border-right: 1px solid rgba(168,111,116,.22); }
  .footer-bottom-inner { flex-direction: column; align-items: flex-start; }
  .footer-bottom-links { flex-wrap: wrap; gap: 12px; }
}
@media (max-width: 420px) {
  .collections-grid, .anichar-products, .woocommerce ul.products { grid-template-columns: 1fr; }
}


/* Updated raster-photo assets: no SVG illustrations */
.brand-mark {
  width: auto;
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 6px;
  color: var(--anichar-gold);
  font-size: 20px;
  line-height: 1;
}
.hero:before {
  background: radial-gradient(circle at left top, rgba(239, 218, 214, .58), transparent 36%);
}
.hero-stage {
  background: url('assets/images/hero-photo.png') center center/cover no-repeat;
  box-shadow: var(--anichar-shadow);
}
.hero-stage:before { display:none; }
.hero-stage .silk,
.hero-stage .roses,
.hero-stage .main-bag,
.hero-stage .mini-bag {
  display: none;
}
.collection-card .collection-image {
  background: linear-gradient(150deg, #fffaf7, #f5e9e5);
}
.collection-card img {
  width: 100%;
  max-height: none;
  height: 100%;
  object-fit: cover;
  filter: none;
}
.woocommerce ul.products li.product a img,
.anichar-product-image {
  object-fit: cover;
  padding: 0;
  background: linear-gradient(160deg, #fff, #f9eeee);
}
.story-section:after {
  opacity: .35;
}
.story-photo {
  min-height: 340px;
}
.newsletter:before,
.newsletter:after {
  background-image: none;
  background: radial-gradient(circle at center, rgba(230, 190, 190, .38), transparent 60%);
}
.icon-glyph {
  font-style: normal;
  font-weight: 400;
}

/* Functional ANICHAR wishlist */
.anichar-wishlist-button {
  position: absolute;
  right: 13px;
  top: 13px;
  z-index: 5;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(80, 70, 70, .18);
  background: rgba(255,255,255,.86);
  border-radius: 999px;
  color: #5c5657;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, transform .2s ease, border-color .2s ease;
}

.anichar-wishlist-button:hover {
  transform: translateY(-1px);
  color: #fff;
  background: var(--anichar-rose);
  border-color: var(--anichar-rose);
}

.anichar-wishlist-button.is-active {
  color: #fff;
  background: var(--anichar-rose-dark);
  border-color: var(--anichar-rose-dark);
}

.anichar-wishlist-button .wishlist-icon {
  font-size: 19px;
  line-height: 1;
  margin-top: -1px;
}

.woocommerce ul.products li.product {
  position: relative;
}

.woocommerce ul.products li.product .anichar-wishlist-button {
  top: 14px;
  right: 14px;
}

.anichar-wishlist-page {
  margin: 40px auto;
}

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

.anichar-wishlist-item {
  border: 1px solid rgba(168, 111, 116, .16);
  background: #fff;
  padding: 0 0 18px;
  text-align: center;
}

.wishlist-item-image {
  display: block;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: linear-gradient(160deg, #fff, #f9eeee);
}

.wishlist-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.anichar-wishlist-item h3 {
  margin: 16px 14px 12px;
  font-family: var(--anichar-serif);
  font-size: 18px;
}

.wishlist-actions {
  display: grid;
  gap: 10px;
  padding: 0 16px;
}

.anichar-remove-wishlist {
  border: 0;
  background: transparent;
  color: var(--anichar-rose-dark);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 11px;
  cursor: pointer;
}

.anichar-empty-wishlist {
  text-align: center;
  padding: 70px 20px;
  border: 1px solid rgba(168, 111, 116, .16);
  background: #fffaf7;
}

.anichar-empty-wishlist p {
  font-family: var(--anichar-serif);
  font-size: 24px;
  margin: 0 0 22px;
}

@media (max-width: 900px) {
  .anichar-wishlist-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .anichar-wishlist-grid {
    grid-template-columns: 1fr;
  }
}

.anichar-newsletter-message {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 500;
}

.anichar-newsletter-message.success {
  color: #2f7d4f;
}

.anichar-newsletter-message.error {
  color: #b94a48;
}

.newsletter-form button:disabled {
  opacity: .7;
  cursor: not-allowed;
}