@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #111827;
  background-color: #f9fafb;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}

button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

ul,
ol {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
}

p {
  margin: 0;
}

.breadcrumbs {
  display: none;
}

.page-template-default .site-main {
  padding: 48px 0;
}

h1 {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.25;
}
@media (min-width: 768px) {
  h1 {
    font-size: 3rem;
  }
}

h2 {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.25;
}
@media (min-width: 768px) {
  h2 {
    font-size: 2.25rem;
  }
}

h3 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25;
}

h4 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5rem !important;
}

p {
  font-size: 16px;
  line-height: 1.5;
  color: #374151;
  margin-bottom: 1rem;
}

a {
  color: #9333ea;
}
a:hover {
  color: #7e22ce;
}

.woocommerce-price-suffix {
  font-weight: 400 !important;
  font-size: 12px !important;
}

/* Map SCSS tokens to CSS custom properties so components that expect CSS vars
   (from the React project) render more similarly. Also set base body styles. */
:root {
  --color-primary: #9333ea;
  --color-primary-dark: #7e22ce;
  --color-secondary: #ec4899;
  --color-white: #ffffff;
  --color-gray-100: #f3f4f6;
  --color-gray-200: #e5e7eb;
  --radius: 0.625rem;
  --font-size: 16px;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #1f2937;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.site-header {
  background-color: #ffffff;
  border-bottom: 1px solid #e5e7eb;
  position: sticky;
  top: 0;
  z-index: 50;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.header-top-bar {
  background-color: #9333ea;
  color: #ffffff;
  font-size: 0.875rem;
  padding: 0.5rem 0;
  text-align: center;
}
.header-top-bar p {
  color: white;
}

.header-main {
  padding: 1rem 0;
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .header-content {
    margin-bottom: 0;
  }
}

.header-logo {
  flex-shrink: 0;
}
.header-logo .logo-link {
  display: block;
}
.header-logo .logo-img {
  height: 3rem;
  width: auto;
}
@media (min-width: 768px) {
  .header-logo .logo-img {
    height: 3.5rem;
  }
}
.header-logo .logo-text {
  font-size: 1.5rem;
  font-weight: 700;
  color: #9333ea;
}

.header-search {
  flex: 1;
  max-width: 42rem;
}
.header-search .search-form {
  position: relative;
  display: flex;
}
.header-search .fibosearch-wrapper {
  width: 100%;
}
.header-search .fibosearch-wrapper .fs-search,
.header-search .fibosearch-wrapper .fibosearch,
.header-search .fibosearch-wrapper form.fibosearch,
.header-search .fibosearch-wrapper form.fibo-search {
  display: block;
}
.header-search .fibosearch-wrapper input[type=search],
.header-search .fibosearch-wrapper input[type=text],
.header-search .fibosearch-wrapper .fs-input,
.header-search .fibosearch-wrapper .fibosearch__input {
  width: 100%;
  padding: 1rem 2rem 1rem 1rem;
  border: 2px solid #d1d5db;
  border-radius: 0.625rem;
  font-size: 16px;
}
.header-search .fibosearch-wrapper button[type=submit],
.header-search .fibosearch-wrapper .fs-submit,
.header-search .fibosearch-wrapper .fibosearch__submit {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  color: #ffffff;
  padding: 0.5rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-search .search-input {
  width: 100%;
  padding: 1rem 2rem 1rem 1rem;
  border: 2px solid #d1d5db;
  border-radius: 0.625rem;
  font-size: 16px;
  transition: border-color 0.2s ease-in-out;
}
.header-search .search-input:focus {
  outline: none;
  border-color: #9333ea;
}
.header-search .search-button {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: #9333ea;
  color: #ffffff;
  padding: 0.5rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease-in-out;
}
.header-search .search-button:hover {
  background-color: #7e22ce;
}
.header-search .search-button svg {
  width: 1.25rem;
  height: 1.25rem;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media (min-width: 1024px) {
  .header-actions {
    gap: 1rem;
  }
}
.header-actions .header-search.mobile-only {
  order: -1;
  flex-grow: 1;
  margin-right: 0.5rem;
}
@media (min-width: 1024px) {
  .header-actions .header-search.mobile-only {
    display: none;
  }
}

.header-icon {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #374151;
  transition: color 0.2s ease-in-out;
}
.header-icon:hover {
  color: #9333ea;
}
.header-icon svg {
  width: 1.5rem;
  height: 1.5rem;
}
.header-icon .cart-count {
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  background-color: #9333ea;
  color: #ffffff;
  font-size: 0.75rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.cart-icon {
  position: relative;
}

.mobile-menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #374151;
}
.mobile-menu-toggle .menu-icon-close {
  display: none;
}
.mobile-menu-toggle.active .menu-icon-open {
  display: none;
}
.mobile-menu-toggle.active .menu-icon-close {
  display: block;
}

.header-nav {
  border-top: 1px solid #e5e7eb;
  padding-top: 1rem;
}
.header-nav .nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.header-nav .nav-list > li {
  position: relative;
}
.header-nav .nav-list .sub-menu {
  display: none;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  min-width: 220px;
  padding: 0.5rem;
  margin: 0;
  list-style: none;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 0.625rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  z-index: 200;
}
.header-nav .nav-list .sub-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -0.5rem;
  height: 0.5rem;
  background: transparent;
}
.header-nav .nav-list .sub-menu li + li {
  margin-top: 2px;
}
.header-nav .nav-list .sub-menu a.nav-link {
  display: block;
  padding: 0.6rem 0.75rem;
  border-radius: 0.5rem;
  white-space: normal;
}
.header-nav .nav-list .sub-menu a.nav-link:hover {
  background: #f9fafb;
}
.header-nav .nav-list li:hover > .sub-menu,
.header-nav .nav-list li:focus-within > .sub-menu {
  display: block;
}
.header-nav .nav-link {
  font-size: 0.875rem;
  font-weight: 500;
  color: #374151;
  white-space: nowrap;
  transition: color 0.2s ease-in-out;
}
.header-nav .nav-link:hover {
  color: #9333ea;
}

.mobile-menu {
  display: none !important;
  border-top: 1px solid #e5e7eb;
  background-color: #ffffff;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  max-height: 80vh;
  overflow-y: auto;
}
@media (min-width: 1024px) {
  .mobile-menu {
    display: none !important;
  }
}
.mobile-menu.active {
  display: block !important;
}
.mobile-menu .mobile-nav-list {
  padding: 1rem;
}
.mobile-menu .mobile-nav-list > li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #e5e7eb;
}
.mobile-menu .mobile-nav-list > li:last-child {
  border-bottom: none;
}
.mobile-menu .mobile-nav-list a {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0.5rem 0;
  font-weight: 500;
  color: #374151;
}
.mobile-menu .mobile-nav-list a:hover {
  color: #9333ea;
}
.mobile-menu .mobile-nav-title {
  font-weight: 600;
  color: #111827;
  margin-bottom: 0.5rem;
}
.mobile-menu .mobile-nav-sub {
  padding-left: 1rem;
}
.mobile-menu .mobile-nav-sub a {
  font-size: 0.875rem;
  color: #4b5563;
}

.site-footer {
  background-color: #111827;
  color: #d1d5db;
  margin-top: auto;
}

.footer-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  padding: 3rem 0;
}
@media (min-width: 768px) {
  .footer-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .footer-content {
    grid-template-columns: repeat(4, 1fr);
  }
}

.footer-column .footer-logo {
  height: 7rem;
  width: auto;
  margin-bottom: 1rem;
}
.footer-column .footer-logo-text {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  display: block;
  margin-bottom: 1rem;
}
.footer-column .footer-text {
  color: white;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
.footer-column .footer-description {
  color: white;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.footer-social {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}
.footer-social .social-link {
  color: #9ca3af;
  transition: color 0.2s ease-in-out;
}
.footer-social .social-link:hover {
  color: #a855f7;
}
.footer-social .social-link svg {
  width: 1.25rem;
  height: 1.25rem;
}

.footer-title {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.footer-menu {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.footer-menu a {
  font-size: 0.875rem;
  color: #d1d5db;
  transition: color 0.2s ease-in-out;
}
.footer-menu a:hover {
  color: #a855f7;
}

.footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 0.875rem;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.footer-contact-item svg {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  margin-top: 0.125rem;
  color: #a855f7;
}
.footer-contact-item a {
  color: #d1d5db;
}
.footer-contact-item a:hover {
  color: #a855f7;
}

.footer-stores {
  border-top: 1px solid #1f2937;
  padding-top: 2rem;
  margin-top: 2rem;
}

.footer-stores-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .footer-stores-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.footer-store-card {
  background-color: #1f2937;
  padding: 1rem;
  border-radius: 0.75rem;
}

.footer-store-title {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 24px;
  font-size: 1rem;
}

.footer-store-details {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #9ca3af;
}

.footer-store-address,
.footer-store-phone,
.footer-store-whatsapp {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  color: white;
}
.footer-store-address svg,
.footer-store-phone svg,
.footer-store-whatsapp svg {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  margin-top: 0.125rem;
  color: #a855f7;
}

.footer-opening-hours {
  margin-top: 1.5rem;
  background-color: #1f2937;
  padding: 1rem;
  border-radius: 0.75rem;
}

.footer-opening-title {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
}
.footer-opening-title svg {
  width: 1rem;
  height: 1rem;
  color: #a855f7;
}

.footer-opening-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  font-size: 0.875rem;
}
@media (min-width: 640px) {
  .footer-opening-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.footer-opening-day {
  font-weight: 500;
  color: #d1d5db;
  margin-bottom: 0.25rem;
}

.footer-opening-time {
  color: white;
}

.footer-prr {
  border-top: 1px solid #1f2937;
  padding-top: 0;
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-prr-content {
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 768px) {
  .footer-prr-content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }
}
.footer-prr-content .footer-prr-logo {
  max-width: 400px;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .footer-prr-content .footer-prr-logo {
    max-width: 100%;
  }
}
.footer-prr-content .footer-prr-socials {
  display: flex;
  gap: 1rem;
  margin-left: 1.5rem;
}
.footer-prr-content .footer-prr-socials .footer-prr-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  background-color: rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out;
  filter: brightness(0) invert(1);
}
.footer-prr-content .footer-prr-socials .footer-prr-social-link:hover {
  background-color: rgba(0, 0, 0, 0.12);
  transform: translateY(-1px);
}
.footer-prr-content .footer-prr-socials .footer-prr-social-link img {
  max-width: 24px;
  max-height: 24px;
  object-fit: contain;
}

.footer-bottom {
  border-top: 1px solid #1f2937;
  padding: 1rem 0;
}

.footer-bottom-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: #9ca3af;
}
@media (min-width: 768px) {
  .footer-bottom-content {
    flex-direction: row;
  }
}
.footer-bottom-content p {
  color: white;
}

.btn, .contact-newsletter .newsletter-form input[type=submit],
.contact-newsletter .newsletter-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  border-radius: 0.625rem;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  text-decoration: none;
  border: none;
}
.btn:disabled, .contact-newsletter .newsletter-form input[type=submit]:disabled,
.contact-newsletter .newsletter-form button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.btn-primary {
  background-color: #9333ea;
  color: #ffffff;
}
.btn-primary:hover:not(:disabled) {
  background-color: #7e22ce;
  transform: scale(1.05);
  color: white;
}
.btn-primary:active:not(:disabled) {
  transform: scale(0.95);
}

.btn-secondary {
  background-color: #e5e7eb;
  color: #111827;
}
.btn-secondary:hover:not(:disabled) {
  background-color: #d1d5db;
}

.btn-white, .contact-newsletter .newsletter-form input[type=submit],
.contact-newsletter .newsletter-form button {
  background-color: #ffffff;
  color: #9333ea;
}
.btn-white:hover:not(:disabled), .contact-newsletter .newsletter-form input[type=submit]:hover:not(:disabled),
.contact-newsletter .newsletter-form button:hover:not(:disabled) {
  background-color: #f3f4f6;
}

.btn-outline {
  background-color: transparent;
  border: 2px solid #9333ea;
  color: #9333ea;
}
.btn-outline:hover:not(:disabled) {
  background-color: rgba(147, 51, 234, 0.08);
  color: #7e22ce;
}

.btn-lg {
  padding: 1rem 2rem;
  font-size: 1.125rem;
}

.btn-sm {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}

.card {
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 0.625rem;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.card:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  transform: translateY(-0.25rem);
}

.card-image {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  background-color: #f9fafb;
}
.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.card:hover .card-image img {
  transform: scale(1.1);
}

.card-badges {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.badge {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  border-radius: 0.5rem;
  color: #ffffff;
}

.badge-promotion {
  background-color: #dc2626;
}

.badge-new {
  background-color: #9333ea;
}

.badge-bestseller {
  background-color: #eab308;
}

.badge-out-of-stock {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.badge-out-of-stock span {
  background-color: #111827;
  color: #ffffff;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
}

.card-content {
  padding: 1rem;
}

.card-brand {
  font-size: 0.75rem;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.25rem;
}

.card-title {
  font-size: 0.875rem;
  font-weight: 500;
  color: #111827;
  margin-bottom: 0.5rem;
  min-height: 2.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-price {
  margin-bottom: 1rem;
}

.price-current {
  font-size: 1.125rem;
  font-weight: 700;
  color: #9333ea;
}

.price-original {
  font-size: 0.875rem;
  color: #6b7280;
  text-decoration: line-through;
  margin-left: 0.5rem;
}

.price-promotion-date {
  font-size: 0.75rem;
  color: #6b7280;
  margin-top: 0.25rem;
}

.card-button {
  width: 100%;
  padding: 0.5rem 1rem;
  border-radius: 0.625rem;
  font-weight: 500;
  font-size: 0.875rem;
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.card-button.btn-add-cart {
  background-color: #9333ea;
  color: #ffffff;
}
.card-button.btn-add-cart:hover:not(:disabled) {
  background-color: #7e22ce;
  transform: scale(0.95);
}
.card-button.btn-add-cart:disabled {
  background-color: #d1d5db;
  color: #6b7280;
  cursor: not-allowed;
}
.card-button svg {
  width: 1rem;
  height: 1rem;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 0.5rem;
}

.form-input,
.form-textarea,
.form-select {
  width: 100%;
  padding: 1rem;
  border: 1px solid #d1d5db;
  border-radius: 0.625rem;
  font-size: 16px;
  transition: border-color 0.2s ease-in-out;
}
.form-input:focus,
.form-textarea:focus,
.form-select:focus {
  outline: none;
  border-color: #9333ea;
}

.form-textarea {
  resize: vertical;
  min-height: 120px;
}

.form-checkbox {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}
.form-checkbox input[type=checkbox] {
  width: 1rem;
  height: 1rem;
  accent-color: #9333ea;
  cursor: pointer;
}

.form-submit {
  width: 100%;
  padding: 1rem;
  background-color: #9333ea;
  color: #ffffff;
  border-radius: 0.625rem;
  font-weight: 700;
  font-size: 1.125rem;
  transition: background-color 0.2s ease-in-out;
}
.form-submit:hover {
  background-color: #7e22ce;
}

.ms-toast {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  background: rgba(17, 24, 39, 0.95);
  color: #ffffff;
  padding: 0.75rem 1rem;
  border-radius: 0.625rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  z-index: 9999;
  min-width: 220px;
}

.ms-toast__message {
  font-size: 0.95rem;
}

.ms-toast__cta {
  background: #9333ea;
  color: #ffffff;
  padding: 0.5rem 0.75rem;
  border-radius: 0.375rem;
  text-decoration: none;
  font-weight: 600;
}

.ms-toast__close {
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1;
  cursor: pointer;
}

.home-hero {
  position: relative;
  overflow: hidden;
}
.home-hero .home-hero-slider {
  position: relative;
  min-height: 70vh;
}
@media (min-width: 768px) {
  .home-hero .home-hero-slider {
    min-height: 80vh;
  }
}
.home-hero .home-hero-slide {
  position: absolute;
  inset: 0;
  padding: 4rem 0;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.7s ease, visibility 0.7s ease;
  background: linear-gradient(135deg, #9333ea, #ec4899);
  color: #ffffff;
}
.home-hero .home-hero-slide.is-active {
  opacity: 1;
  visibility: visible;
}
.home-hero .home-hero-slide .home-hero-background {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
.home-hero .home-hero-slide .home-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(15, 23, 42, 0.9), rgba(15, 23, 42, 0.45) 60%, rgba(15, 23, 42, 0.85));
  z-index: 0;
}
.home-hero .home-hero-slide .container {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.home-hero .home-hero-slide .hero-content {
  max-width: 54rem;
}
@media (min-width: 768px) {
  .home-hero .home-hero-slide .hero-content {
    max-width: 100%;
  }
}
.home-hero .home-hero-slide .hero-title {
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 1rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .home-hero .home-hero-slide .hero-title {
    font-size: 3rem;
  }
}
.home-hero .home-hero-slide .hero-subtitle {
  margin-bottom: 1.5rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.125rem;
  max-width: 36rem;
}
.home-hero .home-hero-slide .hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.home-hero .home-hero-slide .hero-buttons a {
  text-transform: uppercase;
}
.home-hero .hero-slider-controls {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  display: flex;
  gap: 0.5rem;
  z-index: 1;
}
.home-hero .hero-slider-control {
  width: 44px;
  height: 44px;
  border-radius: 9999px;
  border: none;
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
}
.home-hero .hero-slider-control:hover {
  background: rgba(255, 255, 255, 0.35);
  transform: translateY(-1px);
}

.home-benefits {
  background-color: #ffffff;
  border-bottom: 1px solid #e5e7eb;
  padding: 2rem 0;
}

.benefits-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  justify-items: center;
}
@media (max-width: 767px) {
  .benefits-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }
}
@media (min-width: 1024px) {
  .benefits-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.benefits-grid .benefit-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 245px;
}
@media (max-width: 767px) {
  .benefits-grid .benefit-item {
    width: fit-content;
  }
}
.benefits-grid .benefit-item .benefit-icon {
  background-color: rgba(147, 51, 234, 0.08);
  padding: 0.5rem;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.benefits-grid .benefit-item .benefit-icon svg {
  color: #9333ea;
  width: 1.5rem;
  height: 1.5rem;
}
.benefits-grid .benefit-item .benefit-title {
  font-weight: 600;
  color: #111827;
  margin: 0;
  font-size: 0.9rem;
}
.benefits-grid .benefit-item .benefit-subtitle {
  margin: 0;
  color: #4b5563;
  font-size: 0.75rem;
}

.home-section {
  padding: 4rem 0;
}

.home-section .container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.home-promotions .section-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.home-promotions .section-header .section-link {
  color: #374151;
}
.home-promotions .promotions-cta {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}
.home-promotions .promotions-cta-btn {
  background: linear-gradient(135deg, #9333ea, #ec4899);
  color: #ffffff;
  border-radius: 1rem;
  padding: 1rem 3rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  box-shadow: 0 15px 35px rgba(15, 23, 42, 0.2);
  border: none;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.home-promotions .promotions-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 25px 45px rgba(15, 23, 42, 0.25);
}

.home-professional {
  padding: 4rem 0;
}
.home-professional .professional-card {
  background: linear-gradient(135deg, rgba(147, 51, 234, 0.06), rgba(236, 72, 153, 0.03));
  border-radius: 1rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  padding: 2rem;
  text-align: center;
  border: 1px solid rgba(17, 24, 39, 0.04);
}
@media (min-width: 768px) {
  .home-professional .professional-card {
    padding: 3rem;
  }
}
.home-professional .professional-card .professional-title {
  margin-bottom: 0.5rem;
  font-size: 1.875rem;
  color: #111827;
  line-height: 1.15;
}
.home-professional .professional-card .professional-text {
  color: #4b5563;
  margin-bottom: 1.5rem;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.0625rem;
}
.home-professional .professional-card button {
  background-color: #9333ea;
  color: #ffffff;
  padding: 1rem 2rem;
  border-radius: 0.625rem;
  font-weight: 700;
  transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.home-professional .professional-card button:hover {
  background-color: #7e22ce;
  transform: translateY(-2px);
}

.home-newsletter {
  padding: 4rem 0;
  background-color: #111827;
  color: #ffffff;
}
.home-newsletter .newsletter-content {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.home-newsletter .newsletter-content .newsletter-title {
  margin-bottom: 0.5rem;
  font-size: 1.875rem;
  color: #ffffff;
  font-weight: 700;
}
.home-newsletter .newsletter-content .newsletter-text {
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 1rem;
  font-size: 1rem;
}
.home-newsletter .newsletter-content .newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 640px) {
  .home-newsletter .newsletter-content .newsletter-form {
    flex-direction: row;
  }
}
.home-newsletter .newsletter-content .newsletter-form label {
  display: none;
}
.home-newsletter .newsletter-content .newsletter-form input[type=email],
.home-newsletter .newsletter-content .newsletter-form input[type=text],
.home-newsletter .newsletter-content .newsletter-form input[type=url] {
  flex: 1;
  padding: 1rem 1.5rem;
  border-radius: 0.625rem;
  border: none;
  background-color: #ffffff;
  color: #111827;
  font-size: 16px;
}
.home-newsletter .newsletter-content .newsletter-form button,
.home-newsletter .newsletter-content .newsletter-form input[type=submit],
.home-newsletter .newsletter-content .newsletter-form input[type=button] {
  padding: 1rem 2rem;
  border-radius: 0.625rem;
  background-color: #9333ea;
  color: #ffffff;
  border: none;
  font-weight: 700;
}
.home-newsletter .newsletter-content .newsletter-form button:hover,
.home-newsletter .newsletter-content .newsletter-form input[type=submit]:hover,
.home-newsletter .newsletter-content .newsletter-form input[type=button]:hover {
  background-color: #7e22ce;
}
.home-newsletter .newsletter-content .newsletter-privacy {
  color: rgba(255, 255, 255, 0.6);
  margin-top: 0.5rem;
  font-size: 0.875rem;
}

.section-title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .section-title {
    font-size: 2.25rem;
  }
}

.grid-categories {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (min-width: 768px) {
  .grid-categories {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .grid-categories {
    grid-template-columns: repeat(4, 1fr);
  }
}

.category-card {
  display: block;
  position: relative;
  border-radius: 0.625rem;
  overflow: hidden;
  background-color: #e5e7eb;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.category-card:hover {
  transform: translateY(-0.25rem);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.category-card .category-image {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.category-card .category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.category-card .category-image .category-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.15) 40%, transparent);
}
.category-card .category-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
}
.category-card:hover img {
  transform: scale(1.08);
}

.grid-products {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
@media (min-width: 768px) {
  .grid-products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .grid-products {
    grid-template-columns: repeat(4, 1fr);
  }
}

.grid-products .prodCard {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 0.625rem;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  will-change: transform;
  display: flex;
  flex-direction: column;
}
.grid-products .prodCard:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  transform: translateY(-4px);
}

.grid-products .prodCard__image {
  position: relative;
  background: #f9fafb;
  aspect-ratio: 1/1;
  overflow: hidden;
  /* ensure compatibility with WP thumbnail class if needed */
  /* hover scale handled by parent group on hover */
}
.grid-products .prodCard__image img,
.grid-products .prodCard__image .prodCard__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.prodCard:hover .grid-products .prodCard__image img {
  transform: scale(1.05);
}

.grid-products .prodCard__badges {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.grid-products .prodCard__badges span {
  font-size: 0.625rem; /* text-xs */
  font-weight: 700;
  color: #ffffff;
  padding: 0.25rem 0.5rem;
  border-radius: 0.375rem;
}

.grid-products .prodCard__badges .prodCard__badge--promo {
  background: #dc2626;
}

.grid-products .prodCard__badges .prodCard__badge--new {
  background: #9333ea;
}

.grid-products .prodCard__badges .prodCard__badge--bestseller {
  background: #eab308;
  color: #111827;
}

.grid-products .prodCard__out-of-stock {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 600;
}

.grid-products .prodCard__content {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.grid-products .prodCard__brand {
  font-size: 0.75rem;
  color: #6b7280;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.grid-products .prodCard__title {
  font-weight: 500;
  font-size: 0.875rem;
  color: #111827;
  margin-bottom: 0.5rem;
  line-height: 1.15;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* modern shorthand for compatibility where supported */
  line-clamp: 2;
  min-height: 40px;
  flex-grow: 1;
}

.grid-products .prodCard__price {
  margin-bottom: 1rem;
}
.grid-products .prodCard__price .woocommerce-price-suffix {
  font-weight: 400 !important;
  font-size: 12px !important;
}

.grid-products .prodCard__price .amount,
.grid-products .prodCard__price--current,
.grid-products .prodCard__price--current * {
  font-size: 1.125rem; /* text-lg */
  font-weight: 700;
  color: #111827;
}

.grid-products .prodCard__price--current.promo,
.grid-products .prodCard__price .text-purple {
  color: #9333ea;
}

.grid-products .prodCard__price .prodCard__price--original,
.grid-products .prodCard__price del {
  color: #6b7280;
  text-decoration: line-through;
  font-size: 0.875rem;
}

.grid-products .prodCard__actions {
  display: flex;
  gap: 0.5rem;
}

.grid-products .prodCard__actions .add_to_cart_button,
.grid-products .prodCard__actions button {
  width: auto;
  padding: 0.625rem;
  min-width: 44px;
  aspect-ratio: 1/1;
  border-radius: 0.5rem; /* rounded-lg */
  font-weight: 500;
  font-size: 0.875rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: background-color 0.15s ease-in-out, transform 0.15s ease-in-out;
}
.grid-products .prodCard__actions .add_to_cart_button svg,
.grid-products .prodCard__actions button svg {
  width: 24px;
  height: 24px;
}

.grid-products .prodCard__actions .add_to_cart_button:not(:disabled) {
  background: #9333ea;
  color: #ffffff;
}

.grid-products .prodCard__actions .add_to_cart_button:not(:disabled):hover {
  background: #7e22ce;
}

.grid-products .prodCard__actions .add_to_cart_button:disabled,
.grid-products .prodCard__actions .add_to_cart_button[aria-disabled=true] {
  background: #d1d5db;
  color: #6b7280;
  cursor: not-allowed;
}

.grid-products .addToCartBtn .button:before {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23A8846A" viewBox="0 0 24 24"><path d="M7 4h14l-1.5 9h-13z"/><circle cx="10" cy="20" r="2"/><circle cx="17" cy="20" r="2"/></svg>');
  margin-right: 6px;
}

.grid-products .wishlistBtn {
  background: none;
  border: 2px solid #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.brands-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (min-width: 768px) {
  .brands-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.brands-grid .brand-card {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, border-color 0.3s ease-in-out;
  border: 1px solid #e5e7eb;
}
.brands-grid .brand-card:hover {
  transform: translateY(-0.25rem);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border-color: rgba(147, 51, 234, 0.12);
}
.brands-grid .brand-card .brand-logo {
  max-width: 100%;
  max-height: 3rem;
  object-fit: contain;
}

.woocommerce ul.products li.product .button.add_to_cart_button,
.woocommerce-page ul.products li.product .button.add_to_cart_button,
.woocommerce .product .button.add_to_cart_button,
.woocommerce-page .product .button.add_to_cart_button {
  position: relative;
  color: transparent !important;
  font-size: 0 !important;
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.woocommerce ul.products li.product .button.add_to_cart_button:after,
.woocommerce-page ul.products li.product .button.add_to_cart_button:after,
.woocommerce .product .button.add_to_cart_button:after,
.woocommerce-page .product .button.add_to_cart_button:after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: no-repeat center/contain;
  /* SVG do cesto inline como background-image */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="8" cy="21" r="1"/><circle cx="19" cy="21" r="1"/><path d="M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12"/></svg>');
}

.woocommerce ul.products li.product .button.add_to_cart_button span,
.woocommerce-page ul.products li.product .button.add_to_cart_button span {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.lojaPage .lojaWrapper {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  padding: 60px 0;
}
.lojaPage .lojaFilters {
  background: #fafafa;
  padding: 24px 28px;
  border-radius: 12px;
  border: 1px solid #f0e0ea;
  position: sticky;
  top: 40px;
  height: fit-content;
  align-self: flex-start;
}
.lojaPage .lojaFilters h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 18px;
}
.lojaPage .lojaFilters .filterBox {
  margin-bottom: 24px;
}
.lojaPage .lojaFilters .filterBox h4 {
  font-size: 15px;
  margin-bottom: 10px;
  border-left: 3px solid #9333ea;
  padding-left: 8px;
  font-weight: 600;
}
.lojaPage .lojaFilters .filterBox .filterList,
.lojaPage .lojaFilters .filterBox ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.lojaPage .lojaFilters .filterBox .filterLink {
  display: block;
  padding: 6px 0;
  font-size: 14px;
  color: #444;
  text-decoration: none;
  transition: 0.2s;
}
.lojaPage .lojaFilters .filterBox .filterLink:hover {
  color: #9333ea;
}
.lojaPage .lojaFilters .filterBox .filterLink.is-active {
  font-weight: 600;
  color: #9333ea;
}
.lojaPage .lojaFilters .filterBox .priceRange {
  display: flex;
  gap: 10px;
}
.lojaPage .lojaFilters .filterBox .priceRange input {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
}
.lojaPage .lojaFilters .filterBox .btnFilter {
  margin-top: 12px;
  width: 100%;
  background: #9333ea;
  color: #fff;
  padding: 10px 14px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  transition: 0.2s;
}
.lojaPage .lojaFilters .filterBox .btnFilter:hover {
  background: #7e22ce;
}
.lojaPage .lojaContent .prodGrid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.lojaPage .lojaContent .prodCard {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e5b3c8;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.lojaPage .lojaContent .prodCard__badges {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 6px;
  pointer-events: none;
}
.lojaPage .lojaContent .prodCard__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #fff;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  text-transform: uppercase;
}
.lojaPage .lojaContent .prodCard__badge--promo {
  background: linear-gradient(135deg, #dc2626, #ef4444);
}
.lojaPage .lojaContent .prodCard__badge--new {
  background: linear-gradient(135deg, #9333ea, #ec4899);
}
.lojaPage .lojaContent .prodCard__badge--bestseller {
  background: linear-gradient(135deg, #f59e0b, #eab308);
  color: #111827;
  border-color: rgba(17, 24, 39, 0.08);
}
.lojaPage .lojaContent .prodCard::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 2px dashed rgba(147, 51, 234, 0.5);
  opacity: 0;
  transform: scale(0.97);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.lojaPage .lojaContent .prodCard:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.09);
}
.lojaPage .lojaContent .prodCard:hover::after {
  opacity: 1;
  transform: scale(1);
}
.lojaPage .lojaContent .prodCard__image {
  display: block;
}
.lojaPage .lojaContent .prodCard__image img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}
@media (max-width: 1199px) {
  .lojaPage .lojaContent .prodCard__image img {
    height: auto;
  }
}
.lojaPage .lojaContent .prodCard__content {
  padding: 14px 16px 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.lojaPage .lojaContent .prodCard__title {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 4px;
  min-height: 65px;
}
.lojaPage .lojaContent .prodCard__title a {
  color: #222;
  text-decoration: none;
  font-size: 20px;
}
.lojaPage .lojaContent .prodCard__title a:hover {
  color: #9333ea;
}
.lojaPage .lojaContent .prodCard__price {
  font-size: 16px;
  font-weight: 700;
  color: #222;
}
.lojaPage .lojaContent .prodCard__price .amount {
  color: #222;
}
.lojaPage .lojaContent .prodCard__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}
.lojaPage .lojaContent .prodCard__actions .add_to_cart_button {
  background: #9333ea !important;
  color: #fff !important;
  padding: 10px 16px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  transition: background 0.2s;
}
.lojaPage .lojaContent .prodCard__actions .add_to_cart_button:hover {
  background: #7e22ce !important;
}
.lojaPage .lojaContent .prodCard__actions .add_to_cart_button svg {
  width: 24px;
  height: 24px;
}
.lojaPage .lojaContent .btnDetails {
  padding: 8px 16px;
  border-radius: 4px;
  border: 1px solid #9333ea;
  background: #f9f1f5;
  color: #9333ea;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.2s;
}
.lojaPage .lojaContent .btnDetails:hover {
  background: #9333ea;
  color: #fff;
}
.lojaPage .filterToggle {
  display: none;
  background: #9333ea;
  color: #fff;
  padding: 12px 18px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  margin-bottom: 18px;
  cursor: pointer;
  border: none;
}
@media (max-width: 1200px) {
  .lojaPage .lojaContent .prodGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .lojaPage .lojaWrapper {
    grid-template-columns: 1fr;
  }
  .lojaPage .filterToggle {
    display: block;
  }
  .lojaPage .lojaFilters {
    position: fixed;
    left: -100%;
    top: 0;
    width: 85%;
    height: 100vh;
    overflow-y: auto;
    background: #fff;
    padding: 24px 20px 40px;
    border-radius: 0;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.25);
    z-index: 9999;
    transition: left 0.3s ease;
  }
  .lojaPage .lojaFilters.open {
    left: 0;
  }
  .lojaPage .lojaContent .prodGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
}
@media (max-width: 480px) {
  .lojaPage .lojaContent .prodGrid {
    grid-template-columns: 1fr;
  }
}

.prodCard__sale-dates {
  margin-top: 0.5rem;
  font-size: 0.85rem;
  color: #4b5563;
  padding: 0 1rem 0.5rem;
  display: flex;
  font-size: 12px;
  gap: 4px;
  padding-left: 0;
}
.prodCard__sale-dates span {
  display: block;
  margin-bottom: 0.25rem;
}
.prodCard__sale-dates .prodCard__sale-start {
  font-weight: 500;
}
.prodCard__sale-dates .prodCard__sale-end {
  font-weight: 500;
}

.filter-group {
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 1.5rem;
}
.filter-group:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.collapsible-trigger {
  cursor: pointer;
  position: relative;
  padding-right: 25px;
}
.collapsible-trigger::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: #6b7280;
  transition: transform 0.3s ease;
}

.collapsible.open .collapsible-trigger::after {
  content: "−";
  transform: translateY(-50%) rotate(180deg);
}

.collapsible-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.filter-title {
  font-size: 15px;
  margin-bottom: 10px;
  position: relative;
  font-weight: 600;
  padding-right: 20px;
}
.filter-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 2px;
  background: #9333ea;
  transition: transform 0.3s ease;
}

.filter-title.collapsed::after {
  transform: translateY(-50%) rotate(90deg);
}

.filter-title.expanded::after {
  transform: translateY(-50%) rotate(0deg);
}

/* Collapsible filters */
.filterBox.collapsible {
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.filterBox .collapsible-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-weight: 600;
  position: relative;
}

.filterBox .collapsible-trigger::after {
  content: "+";
  color: #6b7280;
  font-size: 1.25rem;
  line-height: 1;
}

.filterBox.collapsible.open .collapsible-trigger::after {
  content: "−";
}

.filterBox .collapsible-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.filterBox.collapsible.open .collapsible-content {
  overflow: visible;
  max-height: 1000px;
}

/* Ensure single product pages have vertical spacing from header and footer */
body.single-product .site-main {
  padding: 3rem 0;
}
@media (min-width: 768px) {
  body.single-product .site-main {
    padding: 4rem 0;
  }
}

.product-details {
  display: grid;
  gap: 3rem;
}
@media (min-width: 768px) {
  .product-details {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}
.product-details .product-gallery .product-main-image img {
  width: 100%;
  height: auto;
  border-radius: 0.625rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  display: block;
}
.product-details .product-gallery .product-thumbnails {
  margin-top: 1rem;
  display: flex;
  gap: 0.5rem;
}
.product-details .product-gallery .product-thumbnails .product-thumbnail {
  flex: 0 0 64px;
  height: 64px;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  cursor: pointer;
}
.product-details .product-gallery .product-thumbnails .product-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.product-details .product-gallery .product-thumbnails .product-thumbnail.active {
  border-color: #9333ea;
  box-shadow: 0 4px 10px rgba(16, 24, 40, 0.06);
}
.product-details .product-info .product-brand {
  color: #4b5563;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
.product-details .product-info .product-title {
  font-size: 2rem;
  line-height: 1.05;
  margin: 0 0 1rem 0;
  color: #111827;
}
.product-details .product-info .product-barcode {
  color: #6b7280;
  margin-bottom: 1rem;
}
.product-details .product-info .product-barcode .barcode-value {
  font-weight: 500;
  color: #374151;
}
.product-details .product-info .product-price-wrapper {
  margin-bottom: 1rem;
  display: flex;
  align-items: baseline;
  gap: 1rem;
}
.product-details .product-info .product-price-wrapper .product-price,
.product-details .product-info .product-price-wrapper .price {
  font-size: 2.5rem;
  font-weight: 700;
  color: #9333ea;
  line-height: 1;
}
.product-details .product-info .product-price-wrapper .product-price--original,
.product-details .product-info .product-price-wrapper del {
  font-size: 0.95rem;
  color: #6b7280;
  text-decoration: line-through;
  margin-left: 0.5rem;
}
.product-details .product-info .product-price-wrapper .price-badge {
  background: #dc2626;
  color: #ffffff;
  padding: 0.25rem 0.5rem;
  border-radius: 0.375rem;
  font-size: 0.75rem;
  font-weight: 600;
}
.product-details .product-info .product-stock {
  margin-bottom: 1rem;
}
.product-details .product-info .product-stock .stock-status {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #374151;
}
.product-details .product-info .product-stock .stock-status .stock-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}
.product-details .product-info .product-stock .stock-status.stock-in .stock-dot {
  background: #16a34a;
}
.product-details .product-info .product-stock .stock-status.stock-out .stock-dot {
  background: #dc2626;
}
.product-details .product-info .product-add-to-cart {
  margin-bottom: 1.5rem;
  /* Variation selects and other form controls */
}
.product-details .product-info .product-add-to-cart .woocommerce-variation-add-to-cart,
.product-details .product-info .product-add-to-cart .single_add_to_cart,
.product-details .product-info .product-add-to-cart .cart {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.product-details .product-info .product-add-to-cart .quantity {
  display: inline-flex;
  align-items: center;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  overflow: hidden;
  /* optional plus/minus buttons if present */
}
.product-details .product-info .product-add-to-cart .quantity input.qty {
  width: 72px;
  padding: 0.5rem 1rem;
  border: none;
  text-align: center;
  font-size: 1rem;
}
.product-details .product-info .product-add-to-cart .quantity button.qty-button {
  background: #f3f4f6;
  border: none;
  padding: 0.5rem 1rem;
  cursor: pointer;
}
.product-details .product-info .product-add-to-cart .single_add_to_cart_button,
.product-details .product-info .product-add-to-cart .button {
  background: #9333ea;
  color: #ffffff;
  padding: 1rem 2rem;
  border-radius: 0.625rem;
  font-weight: 700;
  border: none;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.product-details .product-info .product-add-to-cart .single_add_to_cart_button svg,
.product-details .product-info .product-add-to-cart .button svg {
  width: 1rem;
  height: 1rem;
}
.product-details .product-info .product-add-to-cart .single_add_to_cart_button:hover,
.product-details .product-info .product-add-to-cart .button:hover {
  background: #7e22ce;
  transform: translateY(-1px);
}
.product-details .product-info .product-add-to-cart select,
.product-details .product-info .product-add-to-cart .variations select {
  border: 1px solid #e5e7eb;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  background: #ffffff;
  color: #1f2937;
}
.product-details .product-info .product-benefits {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}
.product-details .product-info .product-benefits .benefit-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #374151;
}
.product-details .product-info .product-benefits .benefit-item svg {
  width: 1.125rem;
  height: 1.125rem;
  color: #9333ea;
}

.product-tabs {
  margin-top: 3rem;
}
.product-tabs .tabs-header {
  display: flex;
  gap: 0.5rem;
  border-bottom: 1px solid #e5e7eb;
}
.product-tabs .tabs-header .tab-button {
  background: transparent;
  border: none;
  padding: 0.5rem 1rem;
  font-weight: 600;
  color: #4b5563;
  cursor: pointer;
}
.product-tabs .tabs-header .tab-button.active {
  color: #9333ea;
  border-bottom: 3px solid #9333ea;
  padding-bottom: calc(0.5rem - 0.25rem);
}
.product-tabs .tabs-content .tab-panel {
  display: none;
  padding: 1.5rem 0;
}
.product-tabs .tabs-content .tab-panel.active {
  display: block;
}

.related-products {
  margin-top: 4rem;
}
.related-products .products-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (min-width: 768px) {
  .related-products .products-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Make related product cards visually match home product cards */
.related-products .products-grid {
  /* grid defined above */
}
.related-products .products-grid .prodCard {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 0.625rem;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  will-change: transform;
}
.related-products .products-grid .prodCard:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  transform: translateY(-4px);
}
.related-products .products-grid .prodCard__image {
  position: relative;
  background: #f9fafb;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.related-products .products-grid .prodCard__image img,
.related-products .products-grid .prodCard__image .prodCard__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.prodCard:hover .related-products .products-grid .prodCard__image img {
  transform: scale(1.05);
}
.related-products .products-grid .prodCard__badges {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.related-products .products-grid .prodCard__badges span {
  font-size: 0.625rem;
  font-weight: 700;
  color: #ffffff;
  padding: 0.25rem 0.5rem;
  border-radius: 0.375rem;
}
.related-products .products-grid .prodCard__badges .prodCard__badge--promo {
  background: #dc2626;
}
.related-products .products-grid .prodCard__badges .prodCard__badge--new {
  background: #9333ea;
}
.related-products .products-grid .prodCard__badges .prodCard__badge--bestseller {
  background: #eab308;
  color: #111827;
}
.related-products .products-grid .prodCard__out-of-stock {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 600;
}
.related-products .products-grid .prodCard__content {
  padding: 1rem;
}
.related-products .products-grid .prodCard__brand {
  font-size: 0.75rem;
  color: #6b7280;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.related-products .products-grid .prodCard__title {
  font-weight: 500;
  font-size: 0.875rem;
  color: #111827;
  margin-bottom: 0.5rem;
  line-height: 1.15;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 2;
  min-height: 40px;
}
.related-products .products-grid .prodCard__price {
  margin-bottom: 1rem;
}
.related-products .products-grid .prodCard__price .amount,
.related-products .products-grid .prodCard__price--current,
.related-products .products-grid .prodCard__price--current * {
  font-size: 1.125rem;
  font-weight: 700;
  color: #111827;
}
.related-products .products-grid .prodCard__price--current.promo,
.related-products .products-grid .prodCard__price .text-purple {
  color: #9333ea;
}
.related-products .products-grid .prodCard__price .prodCard__price--original,
.related-products .products-grid .prodCard__price del {
  color: #6b7280;
  text-decoration: line-through;
  font-size: 0.875rem;
}
.related-products .products-grid .prodCard__actions {
  display: flex;
  gap: 0.5rem;
}
.related-products .products-grid .prodCard__actions .add_to_cart_button,
.related-products .products-grid .prodCard__actions button {
  width: 100%;
  padding: 0.625rem 1rem;
  border-radius: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: background-color 0.15s ease-in-out, transform 0.15s ease-in-out;
}
.related-products .products-grid .prodCard__actions .add_to_cart_button:not(:disabled) {
  background: #9333ea;
  color: #ffffff;
}
.related-products .products-grid .prodCard__actions .add_to_cart_button:not(:disabled):hover {
  background: #7e22ce;
}
.related-products .products-grid .prodCard__actions .add_to_cart_button:disabled,
.related-products .products-grid .prodCard__actions .add_to_cart_button[aria-disabled=true] {
  background: #d1d5db;
  color: #6b7280;
  cursor: not-allowed;
}
.related-products .products-grid .prodCard__sale-dates {
  margin-top: 0.5rem;
  font-size: 0.85rem;
  color: #4b5563;
  display: flex;
  font-size: 12px;
  gap: 4px;
  padding-left: 0;
}
.related-products .products-grid .prodCard__sale-dates span {
  display: block;
  margin-bottom: 0.25rem;
}
.related-products .products-grid .prodCard__sale-dates .prodCard__sale-start {
  color: #16a34a;
}
.related-products .products-grid .prodCard__sale-dates .prodCard__sale-end {
  color: #b91c1c;
}

.about-page {
  background-color: #ffffff;
  color: #111827;
}
.about-page .container {
  text-align: center;
}

.about-hero {
  position: relative;
  min-height: 72vh;
  color: #ffffff;
  padding: 6rem 1.5rem 5rem;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.about-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.3), rgba(17, 24, 39, 0.9));
  z-index: 0;
}
.about-hero .about-hero-inner {
  max-width: 720px;
  position: relative;
  z-index: 1;
}
.about-hero .hero-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
  color: rgba(255, 255, 255, 0.7);
}
.about-hero .hero-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  margin-bottom: 1rem;
  line-height: 1.2;
}
.about-hero .hero-subtitle {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
  color: rgba(255, 255, 255, 0.9);
}
.about-hero .hero-stats {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.about-hero .hero-stats .hero-stat {
  background: rgba(255, 255, 255, 0.08);
  padding: 0.5rem 1rem;
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.about-hero .hero-stats .hero-stat-label {
  font-size: 0.75rem;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  display: block;
  opacity: 0.7;
}
.about-hero .hero-stats .hero-stat-value {
  font-size: 1.25rem;
  font-weight: 700;
}

.about-section {
  padding: 5rem 0;
}
.about-section:nth-child(even) {
  background-color: #f9fafb;
}
.about-section .section-heading {
  margin-bottom: 1rem;
  text-align: center;
}
.about-section .section-title {
  font-size: 2.25rem;
  margin-bottom: 0.5rem;
}
.about-section .contentAbout {
  max-width: 935px;
  margin: 0 auto;
}

.about-section-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.about-who .about-who-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5rem;
  align-items: start;
}
@media (min-width: 768px) {
  .about-who .about-who-grid {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 4rem;
  }
}
.about-who .about-who-grid .about-who-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-who .about-who-grid .about-who-copy .about-content {
  font-size: 1.0625rem;
  line-height: 1.8;
  color: #374151;
}
.about-who .about-who-grid .about-who-copy .about-content p {
  margin-bottom: 1rem;
}
.about-who .about-who-grid .about-who-copy .about-content p:last-child {
  margin-bottom: 0;
}
.about-who .about-who-grid .about-who-visual {
  position: sticky;
  top: 2rem;
}
@media (min-width: 768px) {
  .about-who .about-who-grid .about-who-visual {
    position: relative;
    top: 0;
  }
}
.about-who .about-who-visual {
  position: relative;
}
.about-who .about-who-visual .about-who-image {
  width: 100%;
  padding-bottom: 70%;
  border-radius: 1rem;
  background-size: cover;
  background-position: center;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease-in-out ease;
}
.about-who .about-who-visual .about-who-image:hover {
  transform: translateY(-6px);
}
.about-who .about-who-visual .about-who-support {
  margin-top: 1rem;
  font-size: 0.95rem;
  color: #4b5563;
}

.about-timeline .section-heading {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 3rem;
}
.about-timeline .section-heading .section-subtitle {
  margin-top: 0.5rem;
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.7;
}
.about-timeline .timeline {
  position: relative;
  display: grid;
  gap: 1.5rem;
  padding: 1rem 0;
}
.about-timeline .timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 2px;
  background: linear-gradient(180deg, rgba(147, 51, 234, 0.35), rgba(236, 72, 153, 0.25));
  border-radius: 999px;
}
@media (min-width: 768px) {
  .about-timeline .timeline::before {
    left: 50%;
    transform: translateX(-1px);
  }
}
.about-timeline .timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
  .about-timeline .timeline-item {
    grid-template-columns: 1fr 60px 1fr;
    gap: 2rem;
    align-items: stretch;
  }
}
@media (min-width: 768px) {
  .about-timeline .timeline-item .timeline-col--line {
    grid-column: 2;
  }
}
@media (min-width: 768px) {
  .about-timeline .timeline-item.is-left .timeline-col--content {
    grid-column: 1;
    justify-self: end;
    text-align: right;
  }
  .about-timeline .timeline-item.is-left .timeline-col--spacer {
    grid-column: 3;
    justify-self: start;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .about-timeline .timeline-item.is-right .timeline-col--content {
    grid-column: 3;
    justify-self: start;
    text-align: left;
  }
  .about-timeline .timeline-item.is-right .timeline-col--spacer {
    grid-column: 1;
    justify-self: end;
    text-align: right;
  }
}
.about-timeline .timeline-col--spacer {
  display: none;
}
@media (min-width: 768px) {
  .about-timeline .timeline-col--spacer {
    display: block;
  }
}
.about-timeline .timeline-col--line {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 4px;
}
@media (min-width: 768px) {
  .about-timeline .timeline-col--line {
    padding-top: 10px;
  }
}
.about-timeline .timeline-dot {
  width: 16px;
  height: 16px;
  border-radius: 9999px;
  background: linear-gradient(135deg, #9333ea, #ec4899);
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.18);
  border: 3px solid #ffffff;
}
.about-timeline .timeline-card {
  background: #ffffff;
  border-radius: 1rem;
  padding: 2rem;
  border: 1px solid rgba(17, 24, 39, 0.06);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s ease-in-out ease, box-shadow 0.2s ease-in-out ease;
}
.about-timeline .timeline-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.about-timeline .timeline-year {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.85rem;
  color: #ffffff;
  background: linear-gradient(135deg, #9333ea, #ec4899);
  margin-bottom: 0.5rem;
}
.about-timeline .timeline-year--side {
  display: inline-flex;
}
.about-timeline .timeline-text {
  color: #374151;
  line-height: 1.75;
  font-size: 0.98rem;
}

.about-specialists .about-specialists-content {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.about-specialists .about-specialists-content .about-content {
  max-width: 935px;
  margin: 0 auto;
}
.about-specialists .specialist-pillars {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .about-specialists .specialist-pillars {
    grid-template-columns: repeat(3, 1fr);
  }
}
.about-specialists .specialist-pillars .pillar-card {
  background: #ffffff;
  border-radius: 1rem;
  padding: 2rem;
  border: none;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s ease-in-out ease, box-shadow 0.2s ease-in-out ease;
  text-align: center;
  animation: fadeInUp 0.6s ease forwards;
  opacity: 0;
}
.about-specialists .specialist-pillars .pillar-card:nth-child(1) {
  animation-delay: 0.1s;
}
.about-specialists .specialist-pillars .pillar-card:nth-child(2) {
  animation-delay: 0.2s;
}
.about-specialists .specialist-pillars .pillar-card:nth-child(3) {
  animation-delay: 0.3s;
}
.about-specialists .specialist-pillars .pillar-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.about-specialists .specialist-pillars .pillar-card .pillar-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 1rem;
  background: linear-gradient(135deg, rgba(147, 51, 234, 0.1), rgba(236, 72, 153, 0.1));
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9333ea;
}
.about-specialists .specialist-pillars .pillar-card .pillar-icon svg {
  width: 32px;
  height: 32px;
}
.about-specialists .specialist-pillars .pillar-card .pillar-title {
  margin-bottom: 0.25rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #111827;
}
.about-specialists .specialist-pillars .pillar-card .pillar-text {
  margin: 0;
  color: #4b5563;
  font-size: 0.95rem;
  line-height: 1.6;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.about-presence .presence-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
}
@media (min-width: 768px) {
  .about-presence .presence-grid {
    grid-template-columns: 1fr;
  }
}
.about-presence .presence-content {
  max-width: 935px;
  margin: 0 auto;
}
.about-presence .presence-content .presence-highlights {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  color: #4b5563;
}
.about-presence .presence-visual {
  overflow: hidden;
  border-radius: 1rem;
}
.about-presence .presence-visual .presence-carousel {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  position: relative;
}
@media (min-width: 768px) {
  .about-presence .presence-visual .presence-carousel {
    grid-template-columns: repeat(3, 1fr);
  }
}
.about-presence .presence-visual .presence-carousel .presence-image {
  padding-bottom: 70%;
  border-radius: 0.625rem;
  background-size: cover;
  background-position: center;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(17, 24, 39, 0.05);
  transition: opacity 0.5s ease, transform 0.5s ease;
  min-height: 200px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.about-presence .presence-visual .presence-carousel .presence-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.1));
  opacity: 0;
  transition: opacity 0.2s ease-in-out ease;
}
.about-presence .presence-visual .presence-carousel .presence-image:hover {
  transform: translateY(-6px) scale(1.02);
}
.about-presence .presence-visual .presence-carousel .presence-image:hover::after {
  opacity: 1;
}

.about-services .services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 3rem;
}
@media (min-width: 1024px) {
  .about-services .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .about-services .services-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.about-services .service-card {
  background: linear-gradient(180deg, rgba(147, 51, 234, 0.08), rgba(236, 72, 153, 0.08));
  border-radius: 1rem;
  padding: 2rem;
  border: none;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s ease-in-out ease, box-shadow 0.2s ease-in-out ease;
  text-align: center;
  animation: fadeInUp 0.6s ease forwards;
  opacity: 0;
}
.about-services .service-card:nth-child(1) {
  animation-delay: 0.15s;
}
.about-services .service-card:nth-child(2) {
  animation-delay: 0.3s;
}
.about-services .service-card:nth-child(3) {
  animation-delay: 0.45s;
}
.about-services .service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.about-services .service-card .service-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 1rem;
  background: linear-gradient(135deg, rgba(147, 51, 234, 0.15), rgba(236, 72, 153, 0.15));
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9333ea;
  transition: transform 0.2s ease-in-out ease;
}
.about-services .service-card .service-icon svg {
  width: 32px;
  height: 32px;
}
.about-services .service-card:hover .service-icon {
  transform: scale(1.1) rotate(5deg);
}
.about-services .service-card .service-title {
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #111827;
}
.about-services .service-card .service-text {
  margin: 0;
  color: #4b5563;
  line-height: 1.6;
}

.about-brands .brand-grid {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
  .about-brands .brand-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.about-brands .brand-card {
  background-color: #ffffff;
  border-radius: 1rem;
  padding: 2rem;
  border: none;
  text-align: center;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s ease-in-out ease, box-shadow 0.2s ease-in-out ease;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
}
.about-brands .brand-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.about-brands .brand-card .brand-logo {
  width: 100%;
  padding-bottom: 60%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: filter 0.2s ease-in-out ease, opacity 0.2s ease-in-out ease;
}
.about-brands .brand-card:hover .brand-logo {
  filter: grayscale(0%);
  opacity: 1;
}
.about-brands .brand-cta {
  margin-top: 2rem;
  text-align: center;
}

.about-mission .mission-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  text-align: center;
}
.about-mission .mission-grid .mission-copy {
  max-width: 935px;
  margin: 0 auto;
}
.about-mission .mission-values-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.about-mission .mission-values {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  max-width: 800px;
}
.about-mission .mission-values .value-badge {
  background: linear-gradient(135deg, #9333ea, #ec4899);
  color: #ffffff;
  padding: 1rem 2rem;
  border-radius: 9999px;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease-in-out ease, box-shadow 0.2s ease-in-out ease;
  border: 2px solid transparent;
}
.about-mission .mission-values .value-badge:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  border-color: rgba(255, 255, 255, 0.3);
}

.about-stores .stores-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .about-stores .stores-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.about-stores .store-card {
  background: #ffffff;
  border-radius: 1rem;
  padding: 2rem;
  border: none;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s ease-in-out ease, box-shadow 0.2s ease-in-out ease;
}
.about-stores .store-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.about-stores .store-card .store-title {
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
}
.about-stores .store-card .store-address {
  margin-bottom: 1rem;
  color: #4b5563;
}
.about-stores .store-card .store-link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  color: #9333ea;
  font-weight: 600;
}
.about-stores .store-card .store-link svg {
  width: 24px;
  height: 24px;
}

.about-cta {
  text-align: center;
}
.about-cta .cta-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.about-client-area .client-area-card {
  background: linear-gradient(135deg, rgba(147, 51, 234, 0.15), rgba(236, 72, 153, 0.15));
  border-radius: 1rem;
  padding: 2rem;
  border: 1px solid rgba(17, 24, 39, 0.1);
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .about-client-area .client-area-card {
    flex-direction: column;
  }
}
.about-client-area .client-area-card .client-area-icon {
  width: 60px;
  height: 60px;
  border-radius: 9999px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.about-client-area .client-area-card .client-area-content {
  flex: 1;
}
.about-client-area .client-area-card .client-area-content .section-title {
  margin-top: 0;
  margin-bottom: 0.25rem;
}
.about-client-area .client-area-card .client-area-content p {
  margin-bottom: 1rem;
  color: #374151;
}

.about-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  padding: 2rem;
}
.about-lightbox.active {
  opacity: 1;
  visibility: visible;
}
.about-lightbox.active img {
  transform: scale(1);
}
.about-lightbox img {
  max-width: 90%;
  max-height: 90vh;
  border-radius: 1rem;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  transform: scale(0.9);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.about-lightbox .close-lightbox {
  position: absolute;
  top: 2rem;
  right: 2rem;
  color: #fff;
  font-size: 3rem;
  cursor: pointer;
  line-height: 1;
  transition: transform 0.2s ease;
}
.about-lightbox .close-lightbox:hover {
  transform: scale(1.1);
}

.page-template-template-contact .site-main {
  padding: 48px 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .contact-grid {
    grid-template-columns: 3fr 2fr;
    align-items: start;
  }
}

.contact-form-wrapper {
  background-color: #ffffff;
  border-radius: 0.625rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #e5e7eb;
  padding: 2rem;
}
@media (max-width: 768px) {
  .contact-form-wrapper {
    padding: 1rem;
  }
}
.contact-form-wrapper .wpcf7 form {
  margin: 0;
}
.contact-form-wrapper .wpcf7-form-control-wrap {
  display: block;
}
.contact-form-wrapper .wpcf7-spinner {
  margin-left: 0.5rem;
}
.contact-form-wrapper .wpcf7-response-output {
  margin: 1rem 0 0;
  padding: 1rem;
  border-radius: 0.625rem;
  border: 1px solid rgba(17, 24, 39, 0.08);
  background: rgba(249, 250, 251, 0.8);
  font-size: 0.875rem;
}
.contact-form-wrapper .wpcf7-not-valid-tip {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #dc2626;
}
.contact-form-wrapper .wpcf7-list-item {
  margin: 0;
}
.contact-form-wrapper .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.contact-form-wrapper .wpcf7-list-item-label {
  line-height: 1.3;
}

.contact-info-card {
  background-color: #ffffff;
  border-radius: 0.625rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #e5e7eb;
  padding: 1.5rem;
  margin-bottom: 1rem;
}
.contact-info-card:last-child {
  margin-bottom: 0;
}
.contact-info-card .card-title {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.contact-info-column {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #374151;
  transition: color 0.2s ease-in-out;
}
.contact-item:hover {
  color: #9333ea;
}
.contact-item .contact-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  background-color: rgba(147, 51, 234, 0.1);
  color: #9333ea;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact-item .contact-icon svg {
  height: 24px;
  width: 24px;
}
.contact-item .contact-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #6b7280;
  margin-bottom: 0.125rem;
}
.contact-item .contact-value {
  font-weight: 500;
}

.contact-whatsapp .whatsapp-header {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  color: #25d366;
}
.contact-whatsapp .whatsapp-header svg {
  width: 1.5rem;
  height: 1.5rem;
}
.contact-whatsapp .whatsapp-title {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0;
}
.contact-whatsapp .whatsapp-text {
  font-size: 0.875rem;
  color: #4b5563;
  margin-bottom: 1rem;
}
.contact-whatsapp .whatsapp-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.contact-whatsapp .whatsapp-button {
  display: block;
  padding: 0.5rem 1rem;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
  transition: background-color 0.2s ease-in-out;
}
.contact-whatsapp .whatsapp-button:hover {
  background-color: #128c7e;
}

.opening-hours-header {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.opening-hours-header .contact-icon {
  color: #9333ea;
}
.opening-hours-header .contact-icon svg {
  width: 24px;
  height: 24px;
}
.opening-hours-header .card-title {
  margin: 0;
}

.opening-hours-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.opening-hours-item {
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px dashed #e5e7eb;
}
.opening-hours-item:last-child {
  border-bottom: none;
}
.opening-hours-item .opening-day {
  color: #4b5563;
}
.opening-hours-item .opening-times,
.opening-hours-item .opening-time {
  font-weight: 500;
  color: #111827;
}
.opening-hours-item .opening-closed {
  color: #dc2626;
}

.contact-stores-section {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.contact-stores-section .section-title {
  margin-bottom: 2rem;
  text-align: center;
}
.contact-stores-section .stores-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .contact-stores-section .stores-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.contact-stores-section .store-card {
  background-color: #ffffff;
  border-radius: 0.625rem;
  padding: 2rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #e5e7eb;
}
.contact-stores-section .store-title {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: #9333ea;
}
.contact-stores-section .store-detail-item {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  color: #4b5563;
}
.contact-stores-section .store-detail-item svg {
  width: 1.25rem;
  height: 1.25rem;
  color: #9333ea;
  flex-shrink: 0;
}
.contact-stores-section .store-detail-item p {
  margin: 0;
}

.contact-maps-section {
  margin-bottom: 3rem;
}
.contact-maps-section .maps-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .contact-maps-section .maps-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.contact-maps-section .map-wrapper {
  width: 100%;
}
.contact-maps-section .map-iframe-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  border-radius: 0.5rem;
}
.contact-maps-section .map-iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.contact-maps-section .map-placeholder {
  background-color: #f3f4f6;
  border-radius: 0.5rem;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-maps-section .map-placeholder-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: #9ca3af;
  font-weight: 500;
  margin: 0;
}

.contact-newsletter {
  background-color: #9333ea;
  color: #ffffff;
  border-radius: 1rem;
  padding: 3rem;
  text-align: center;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .contact-newsletter {
    padding: 2rem;
  }
}
.contact-newsletter .newsletter-title {
  color: #ffffff;
  margin-bottom: 0.5rem;
}
.contact-newsletter .newsletter-text {
  color: white;
  margin-bottom: 2rem;
}
.contact-newsletter .newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 32rem;
  margin: 0 auto 1rem;
}
@media (min-width: 768px) {
  .contact-newsletter .newsletter-form {
    flex-direction: row;
    align-items: stretch;
  }
}
.contact-newsletter .newsletter-form input[type=submit],
.contact-newsletter .newsletter-form button {
  white-space: nowrap;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-newsletter .newsletter-form label {
  display: none;
}
.contact-newsletter .newsletter-input {
  flex: 1;
  padding: 0 1rem;
  border: none;
  border-radius: 0.625rem;
  font-size: 1rem;
  height: 3.5rem;
}
.contact-newsletter .newsletter-privacy {
  color: white;
  font-size: 0.75rem;
}

.promotions-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (min-width: 768px) {
  .promotions-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .promotions-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.desktop-only {
  display: none;
}
@media (min-width: 1024px) {
  .desktop-only {
    display: block;
  }
}

.mobile-only {
  display: block;
}
@media (min-width: 1024px) {
  .mobile-only {
    display: none;
  }
}

/*# sourceMappingURL=main.css.map */
