/**
 * ORONEWLIFE - Estilos Customizados para Integração
 */

/* ========================================
   NOVA PALETA DE CORES - ORONEWLIFE 2025
   ======================================== */
:root {
  /* Cores Primárias */
  --oro-pink: #F07DEA;
  --oro-purple: #A460ED;
  --oro-blue: #9FC9F3;
  --oro-light: #EEEEEE;
  
  /* Gradientes */
  --oro-gradient-primary: linear-gradient(135deg, #F07DEA 0%, #A460ED 100%);
  --oro-gradient-secondary: linear-gradient(135deg, #A460ED 0%, #9FC9F3 100%);
  --oro-gradient-accent: linear-gradient(135deg, #F07DEA 0%, #9FC9F3 100%);
  --oro-gradient-text: linear-gradient(90deg, #F07DEA 0%, #A460ED 50%, #9FC9F3 100%);
  
  /* Cores de Texto */
  --oro-text-dark: #2D2D2D;
  --oro-text-medium: #555555;
  --oro-text-light: #888888;
  
  /* Sobrescrever variáveis do Webflow */
  --primary-colors--green: #A460ED;
  --primary-colors--yellow: #F07DEA;
  --primary-colors--gray: #EEEEEE;
}

/* ========================================
   ESTILOS GLOBAIS - NOVA PALETA
   ======================================== */

/* Texto com Gradiente */
.oro-text-gradient {
  background: var(--oro-gradient-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Títulos de Seção com Gradiente */
.section-title,
h1.section-title,
h2.section-title {
  background: linear-gradient(90deg, #A460ED 0%, #F07DEA 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

.section-title-italic {
  -webkit-text-fill-color: #F07DEA !important;
}

/* Botões Principais */
.btn-primary,
.w-button,
.button,
.nav-menu-button {
  background: var(--oro-gradient-primary) !important;
  border: none !important;
  color: white !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 15px rgba(164, 96, 237, 0.3) !important;
}

.btn-primary:hover,
.w-button:hover,
.button:hover,
.nav-menu-button:hover {
  background: var(--oro-gradient-secondary) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 25px rgba(164, 96, 237, 0.4) !important;
}

/* Links e Textos Interativos */
a.nav-link,
.nav-link,
.footer-link {
  color: var(--oro-text-dark) !important;
  transition: color 0.3s ease !important;
}

a.nav-link:hover,
.nav-link:hover,
.footer-link:hover {
  color: var(--oro-purple) !important;
}

/* Badges e Tags */
.badge,
.tag,
.product-badge {
  background: var(--oro-gradient-primary) !important;
  color: white !important;
}

/* Cards com Hover Elegante */
.product-card,
.article-card,
.card {
  transition: all 0.3s ease !important;
  border: 1px solid rgba(164, 96, 237, 0.1) !important;
}

.product-card:hover,
.article-card:hover,
.card:hover {
  border-color: rgba(164, 96, 237, 0.3) !important;
  box-shadow: 0 10px 40px rgba(164, 96, 237, 0.15) !important;
}

/* Hero Section Background */
.hero-section,
.section.hero {
  background: linear-gradient(135deg, #EEEEEE 0%, rgba(159, 201, 243, 0.1) 50%, rgba(240, 125, 234, 0.05) 100%) !important;
}

/* Inputs e Forms */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea,
select {
  border: 1px solid #ddd !important;
  transition: all 0.3s ease !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus {
  border-color: var(--oro-purple) !important;
  box-shadow: 0 0 0 3px rgba(164, 96, 237, 0.15) !important;
  outline: none !important;
}

/* Scrollbar Personalizada */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: var(--oro-light);
}

::-webkit-scrollbar-thumb {
  background: var(--oro-gradient-primary);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--oro-gradient-secondary);
}

/* Selection */
::selection {
  background: rgba(164, 96, 237, 0.3);
  color: var(--oro-text-dark);
}

/* Arista Pro Font */
@font-face {
  font-family: 'Arista Pro';
  src: url('../fonts/Arista-Pro-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.main-logo-text {
  font-family: 'Arista Pro', 'Poppins', sans-serif;
  font-weight: bold;
  font-size: 20px;
  background: var(--oro-gradient-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-decoration: none;
}

/* Corrigir overflow que corta a imagem do produto em todos os níveis e breakpoints */
.section.benefit,
.section.benefit.inner,
.benefit-content-wrap,
.benefit-section-wrap,
.benefit-hand-wrap,
.benefit-circle-wrap,
.benefit-circle-inner,
.benefit-circle-wrap::before,
.benefit-circle-inner::before {
  overflow: visible !important;
  clip-path: none !important;
  -webkit-clip-path: none !important;
}

/* Seção de benefícios - Manter posicionamento original do Webflow */
/* .benefit-section-wrap já tem position: relative e max-width: 1920px no CSS do Webflow */
/* .benefit-hand-wrap já tem position: absolute e inset correto no CSS do Webflow */
/* .benefit-medicine-box já tem position: absolute e inset: -24% auto auto 18% no CSS do Webflow */
/* NÃO sobrescrever essas propriedades para manter consistência entre resoluções */

/* Aumentar imagem de fundo da seção de benefícios (flor de lótus) */
.benefit-bg-image {
  transform: scale(1.15);
  transform-origin: center center;
}

/* Garantir que os overrides funcionem em todos os breakpoints */
@media screen and (max-width: 991px) {
  .section.benefit,
  .section.benefit.inner,
  .benefit-content-wrap,
  .benefit-section-wrap,
  .benefit-hand-wrap,
  .benefit-circle-wrap,
  .benefit-circle-inner {
    overflow: visible !important;
    clip-path: none !important;
    -webkit-clip-path: none !important;
  }
}

@media screen and (max-width: 767px) {
  .section.benefit,
  .section.benefit.inner,
  .benefit-content-wrap,
  .benefit-section-wrap,
  .benefit-hand-wrap,
  .benefit-circle-wrap,
  .benefit-circle-inner {
    overflow: visible !important;
    clip-path: none !important;
    -webkit-clip-path: none !important;
  }
}

@media screen and (max-width: 479px) {
  .section.benefit,
  .section.benefit.inner,
  .benefit-content-wrap,
  .benefit-section-wrap,
  .benefit-hand-wrap,
  .benefit-circle-wrap,
  .benefit-circle-inner {
    overflow: visible !important;
    clip-path: none !important;
    -webkit-clip-path: none !important;
  }
}


/* Toast Notifications */
.toast {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10000;
  min-width: 300px;
  max-width: 400px;
  padding: 16px 20px;
  border-radius: 8px;
  background: #1a1a1a;
  color: white;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  transform: translateX(120%);
  transition: transform 0.3s ease;
}

.toast.show {
  transform: translateX(0);
}

.toast-success {
  background: linear-gradient(135deg, #10b981, #059669);
}

.toast-error {
  background: linear-gradient(135deg, #ef4444, #dc2626);
}

.toast-warning {
  background: linear-gradient(135deg, #f59e0b, #d97706);
}

.toast-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.toast-message {
  flex: 1;
  font-size: 14px;
  line-height: 1.5;
}

.toast-close {
  background: none;
  border: none;
  color: white;
  font-size: 20px;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s;
}

.toast-close:hover {
  opacity: 1;
}

/* Global Loader */
#global-loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10001;
}

.loader-spinner {
  width: 50px;
  height: 50px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #1a1a1a;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Modal Styles */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.modal-overlay.show {
  opacity: 1;
  visibility: visible;
}

.modal-container {
  background: white;
  border-radius: 12px;
  padding: 40px;
  max-width: 450px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  transform: scale(0.9);
  transition: transform 0.3s;
}

.modal-overlay.show .modal-container {
  transform: scale(1);
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #666;
  line-height: 1;
  transition: color 0.2s;
}

.modal-close:hover {
  color: #1a1a1a;
}

.modal-title {
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 24px 0;
  color: #1a1a1a;
}

/* Auth Form Styles */
.auth-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group label {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

.form-group input {
  padding: 14px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 16px;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.form-group input:focus {
  outline: none;
  border-color: #1a1a1a;
  box-shadow: 0 0 0 3px rgba(26, 26, 26, 0.1);
}

.form-button {
  padding: 16px 24px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}

.form-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  filter: brightness(1.05);
}

.form-button.primary {
  background: #1a1a1a;
  color: white;
}

.form-button.primary:hover {
  background: #333;
  transform: translateY(-1px);
}

.form-links {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}

.form-links a {
  color: #666;
  text-decoration: none;
  transition: color 0.2s;
}

.form-links a:hover {
  color: #1a1a1a;
  text-decoration: underline;
}

/* Captcha Form Styles */
.captcha-group {
  background: #f8f9fa;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
}

.captcha-group label {
  font-weight: 600;
  color: #1a5a1a;
  font-size: 15px;
}

.captcha-input-wrap {
  display: flex;
  gap: 8px;
  align-items: center;
}

.captcha-input-wrap input {
  flex: 1;
  padding: 12px 14px;
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
}

.captcha-input-wrap input:focus {
  outline: none;
  border-color: #1a5a1a;
  box-shadow: 0 0 0 3px rgba(26, 90, 26, 0.1);
}

.captcha-refresh-btn {
  background: #e8f5e9;
  border: 1px solid #c8e6c9;
  border-radius: 6px;
  padding: 10px 14px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.captcha-refresh-btn:hover {
  background: #c8e6c9;
  transform: rotate(180deg);
}

/* Product Card Styles */
.product-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s, box-shadow 0.3s;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.product-card-link {
  text-decoration: none;
  color: inherit;
}

.product-image-wrap {
  position: relative;
  aspect-ratio: 1;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto !important;
  min-height: 280px;
}

.product-image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 280px;
  object-fit: contain;
  transition: transform 0.3s;
}

/* Shop Page Product Grid Improvements */
.section.products .product-image-wrap {
  height: auto !important;
  min-height: 300px;
  padding: 20px;
  background: transparent;
}

.section.products .product-image {
  max-height: 300px;
  object-fit: contain;
}

.single-product-wrap .product-image-wrap {
  overflow: visible;
  height: auto !important;
  min-height: 250px;
}

.single-product-wrap .product-image {
  max-width: 100%;
  max-height: 280px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.product-card:hover .product-image {
  transform: scale(1.05);
}

.product-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: linear-gradient(135deg, #ef4444, #dc2626);
  color: white;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
}

.product-info {
  padding: 20px;
}

.product-name {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 8px 0;
  color: #1a1a1a;
}

.product-description {
  font-size: 14px;
  color: #666;
  margin: 0 0 12px 0;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-price-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

.product-original-price {
  font-size: 14px;
  color: #999;
  text-decoration: line-through;
}

.product-price {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
}

.add-to-cart-btn {
  width: 100%;
  padding: 14px;
  background: #1a1a1a;
  color: white;
  border: none;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}

.add-to-cart-btn:hover {
  background: #333;
}

/* Cart Item Styles */
.cart-item {
  display: flex;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #eee;
}

.cart-item-image {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}

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

.cart-item-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cart-item-name {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  color: #1a1a1a;
}

.cart-item-price {
  font-size: 14px;
  color: #666;
}

.cart-item-quantity {
  display: flex;
  align-items: center;
  gap: 8px;
}

.qty-btn {
  width: 28px;
  height: 28px;
  border: 1px solid #ddd;
  background: white;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}

.qty-btn:hover {
  background: #f5f5f5;
  border-color: #1a1a1a;
}

.qty-value {
  font-size: 14px;
  min-width: 24px;
  text-align: center;
}

.cart-item-remove {
  background: none;
  border: none;
  font-size: 24px;
  color: #999;
  cursor: pointer;
  transition: color 0.2s;
}

.cart-item-remove:hover {
  color: #ef4444;
}

/* Blog Card Styles */
.blog-card {
  display: block;
  background: white;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s, box-shadow 0.3s;
}

.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.blog-image-wrap {
  aspect-ratio: 16/9;
  overflow: hidden;
}

.blog-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.blog-card:hover .blog-image {
  transform: scale(1.05);
}

.blog-content {
  padding: 20px;
}

.blog-category {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #666;
  letter-spacing: 0.5px;
}

.blog-title {
  font-size: 18px;
  font-weight: 600;
  margin: 8px 0;
  color: #1a1a1a;
  line-height: 1.4;
}

.blog-excerpt {
  font-size: 14px;
  color: #666;
  margin: 0 0 12px 0;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-date {
  font-size: 12px;
  color: #999;
}

/* Products Grid */
.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}

/* Home Products Grid - Centralizado */
.product-collection-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
}

.product-grid-wrap {
  justify-content: center;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 24px;
}

/* User Menu */
.user-menu {
  position: relative;
}

.user-menu-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  min-width: 200px;
  padding: 8px 0;
  display: none;
}

.user-menu:hover .user-menu-dropdown {
  display: block;
}

.user-menu-item {
  display: block;
  padding: 12px 20px;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  transition: background 0.2s;
}

.user-menu-item:hover {
  background: #f5f5f5;
}

/* Responsive */
@media (max-width: 768px) {
  .modal-container {
    padding: 24px;
    margin: 16px;
  }
  
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  
  .blog-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .toast {
    left: 20px;
    right: 20px;
    max-width: none;
    min-width: auto;
  }
}

@media (max-width: 480px) {
  .products-grid {
    grid-template-columns: 1fr;
  }
}

/* Payment Methods */
.payment-methods-section {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #eee;
}

.payment-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}

.payment-method {
  flex: 1;
  min-width: 120px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s;
}

.payment-method:hover {
  border-color: #999;
}

.payment-method.selected {
  border-color: #1a1a1a;
  background: #f8f8f8;
}

.payment-method input[type="radio"] {
  display: none;
}

.payment-icon {
  flex-shrink: 0;
}

.payment-name {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

.card-element-container {
  background: #f8f8f8;
  padding: 20px;
  border-radius: 8px;
  margin-top: 16px;
}

#card-element {
  padding: 12px;
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
}

.card-errors {
  color: #ef4444;
  font-size: 13px;
  margin-top: 8px;
}

/* Shipping Options */
.shipping-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 20px 0;
}

.shipping-option {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s;
}

.shipping-option:hover {
  border-color: #999;
}

.shipping-option.selected {
  border-color: #1a1a1a;
  background: #f8f8f8;
}

.shipping-option input[type="radio"] {
  display: none;
}

.shipping-option-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.shipping-name {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
}

.shipping-time {
  font-size: 12px;
  color: #666;
}

.shipping-price {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
}

/* Checkout Summary */
.checkout-summary {
  background: #f8f8f8;
  border-radius: 12px;
  padding: 24px;
}

.checkout-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}

.checkout-item {
  display: flex;
  gap: 12px;
}

.checkout-item-image {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}

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

.checkout-item-qty {
  position: absolute;
  top: -6px;
  right: -6px;
  background: #1a1a1a;
  color: white;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkout-item-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}

.checkout-item-name {
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
}

.checkout-item-price {
  font-size: 14px;
  color: #666;
}

.checkout-totals {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}

.checkout-line {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #666;
}

.checkout-line.discount {
  color: #22c55e;
}

.checkout-line.total {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  padding-top: 12px;
  border-top: 1px solid #e0e0e0;
}

.checkout-coupon {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
}

.checkout-coupon input {
  flex: 1;
  padding: 12px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 14px;
}

.checkout-coupon input:focus {
  outline: none;
  border-color: #1a1a1a;
}

.coupon-btn {
  padding: 12px 20px;
  background: white;
  border: 1px solid #1a1a1a;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}

.coupon-btn:hover {
  background: #1a1a1a;
  color: white;
}

.checkout-submit-btn {
  width: 100%;
  cursor: pointer;
}

/* PIX Modal */
.pix-content {
  text-align: center;
}

.pix-qrcode {
  margin: 20px 0;
}

.pix-qrcode img {
  max-width: 200px;
  border-radius: 8px;
}

.pix-info {
  text-align: center;
}

.pix-code-container {
  display: flex;
  gap: 8px;
  margin: 16px 0;
}

.pix-code-container input {
  flex: 1;
  padding: 12px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 12px;
  font-family: monospace;
}

.copy-pix-btn {
  padding: 12px 20px;
  background: #1a1a1a;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.2s;
}

.copy-pix-btn:hover {
  background: #333;
}

.pix-timer {
  font-size: 12px;
  color: #666;
  margin-top: 12px;
}

/* Order Confirmation */
.order-confirmation-content {
  text-align: center;
  padding: 40px 20px;
}

.order-success-icon {
  margin-bottom: 24px;
}

.order-success-title {
  font-size: 32px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 8px 0;
}

.order-number {
  font-size: 16px;
  color: #666;
  margin-bottom: 32px;
}

.order-details {
  background: #f8f8f8;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 32px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.order-detail-row {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #e0e0e0;
}

.order-detail-row:last-child {
  border-bottom: none;
}

.order-status {
  font-weight: 600;
}

.order-status.paid {
  color: #22c55e;
}

.order-status.pending {
  color: #f59e0b;
}

.order-status.shipped {
  color: #3b82f6;
}

.order-actions {
  display: flex;
  justify-content: center;
}

/* Responsive */
@media (max-width: 768px) {
  .payment-methods {
    flex-direction: column;
  }
  
  .payment-method {
    min-width: auto;
  }
  
  .checkout-coupon {
    flex-direction: column;
  }
}

/* ========================================
   SHOP PAGE - Product Cards Enhanced
   ======================================== */

/* Product Badges Container - posicionado no canto superior esquerdo */
.product-badges-container {
  position: absolute;
  top: 8px;
  left: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  z-index: 10;
}

/* Manter single-product-wrap com posição relativa */
.single-product-wrap {
  position: relative !important;
  overflow: visible !important;
}

/* Individual Badge Styles */
.product-badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.2;
}

.product-badge-new {
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: white;
  animation: pulse-badge 2s infinite;
}

.product-badge-featured {
  background: linear-gradient(135deg, #8b5cf6, #7c3aed);
  color: white;
}

.product-badge-discount {
  background: linear-gradient(135deg, #ef4444, #dc2626);
  color: white;
  animation: pulse-badge 2s infinite;
}

@keyframes pulse-badge {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

/* Product Rating */
.product-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 6px 0;
  font-size: 13px;
}

.product-stars {
  color: #fbbf24;
  letter-spacing: 1px;
  font-size: 14px;
}

.product-reviews {
  color: #6b7280;
  font-size: 12px;
}

/* Original Price (strikethrough) */
.product-original-price {
  text-decoration: line-through;
  color: #9ca3af;
  font-size: 12px;
  margin-right: 6px;
}

/* Stock Warning */
.product-stock-warning {
  background: linear-gradient(135deg, #fef3c7, #fde68a);
  color: #92400e;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  margin: 6px 0;
  text-align: center;
  animation: pulse-stock 1.5s infinite;
}

@keyframes pulse-stock {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.7; }
}

/* Enhanced Product Card */
.product-content-wrap {
  position: relative;
}

/* Product details wrap - center all content */
.product-details-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}

/* Product name centered */
.product-name-wrap {
  display: block;
  text-align: center;
  width: 100%;
}

/* Efeito de brilho para produtos em destaque */
.product-name-featured {
  background: linear-gradient(
    90deg,
    #183506 0%,
    #183506 40%,
    #ffd700 50%,
    #183506 60%,
    #183506 100%
  );
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine-text 3s infinite linear;
}

@keyframes shine-text {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}

/* Ensure info text styling */
.product-info-text {
  color: #183506;
  font-weight: 500;
  font-size: 13px;
  text-align: center;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .product-badges {
    top: 8px;
    left: 8px;
  }
  
  .product-badge {
    padding: 3px 8px;
    font-size: 10px;
  }
  
  .product-rating {
    flex-wrap: wrap;
  }
  
  .product-stars {
    font-size: 12px;
  }
}

/* =========================================
   ACCOUNT PAGE STYLES
   ========================================= */

.account-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
}

.account-header {
  margin-bottom: 40px;
}

.account-title {
  font-size: 32px;
  font-weight: 700;
  color: #183506;
  margin-bottom: 10px;
}

.account-subtitle {
  color: #6A7166;
  font-size: 16px;
}

.account-card {
  background: white;
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 25px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.account-card .card-title {
  font-size: 20px;
  font-weight: 600;
  color: #183506;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.account-card .card-title svg {
  width: 24px;
  height: 24px;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.info-item {
  padding: 15px;
  background: #f8f9fa;
  border-radius: 8px;
}

.info-label {
  font-size: 12px;
  color: #6A7166;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}

.info-value {
  font-size: 16px;
  color: #333;
  font-weight: 500;
}

.account-nav {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.nav-tab {
  padding: 12px 24px;
  background: #f2f2f2;
  border-radius: 8px;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s;
}

.nav-tab:hover,
.nav-tab.active,
.nav-tab.w--current {
  background: #183506;
  color: white;
}

.edit-btn {
  background: #183506;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 500;
  transition: background 0.2s;
}

.edit-btn:hover {
  background: #0f2504;
}

.loading-spinner {
  display: flex;
  justify-content: center;
  padding: 40px;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 3px solid #f2f2f2;
  border-top-color: #183506;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.not-logged-in {
  text-align: center;
  padding: 60px 20px;
}

.not-logged-in h2 {
  color: #183506;
  margin-bottom: 15px;
}

.not-logged-in p {
  color: #6A7166;
  margin-bottom: 25px;
}

.login-link {
  display: inline-block;
  background: #183506;
  color: white;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}

.login-link:hover {
  background: #0f2504;
}

/* =========================================
   ORDERS PAGE STYLES
   ========================================= */

.orders-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
}

.order-card {
  background: white;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.order-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  flex-wrap: wrap;
  gap: 10px;
}

.order-number {
  font-size: 18px;
  font-weight: 600;
  color: var(--oro-purple);
}

.order-status {
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
}

.order-status.pending {
  background: #fef3c7;
  color: #92400e;
}

.order-status.processing {
  background: #dbeafe;
  color: #1e40af;
}

.order-status.shipped {
  background: #d1fae5;
  color: #065f46;
}

.order-status.delivered {
  background: #dcfce7;
  color: #166534;
}

.order-status.cancelled {
  background: #fee2e2;
  color: #991b1b;
}

.order-date {
  color: #6A7166;
  font-size: 14px;
}

.order-items {
  border-top: 1px solid #e5e7eb;
  padding-top: 15px;
}

.order-item {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  font-size: 14px;
}

.order-item-name {
  color: #333;
}

.order-item-qty {
  color: #6A7166;
}

.order-total {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #e5e7eb;
  padding-top: 15px;
  margin-top: 15px;
  font-weight: 600;
  font-size: 16px;
}

.empty-orders {
  text-align: center;
  padding: 60px 20px;
}

.empty-orders h3 {
  color: var(--oro-purple);
  margin-bottom: 10px;
}

.empty-orders p {
  color: #6A7166;
  margin-bottom: 20px;
}

.shop-link {
  display: inline-block;
  background: var(--oro-gradient-primary);
  color: white;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.shop-link:hover {
  background: var(--oro-gradient-secondary);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(164, 96, 237, 0.3);
}

/* ========================================
   AUTH MODAL - Login/Cadastro Moderno
   ======================================== */

.auth-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  padding: 20px;
}

.auth-modal-overlay.show {
  opacity: 1;
  visibility: visible;
}

.auth-modal-container {
  background: linear-gradient(145deg, #ffffff 0%, rgba(159, 201, 243, 0.05) 100%);
  border-radius: 16px;
  padding: 32px;
  max-width: 520px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 25px 80px rgba(164, 96, 237, 0.2), 0 10px 30px rgba(0, 0, 0, 0.1);
  transform: scale(0.9) translateY(20px);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.auth-modal-optional {
  font-size: 12px;
  font-weight: 400;
  color: #9ca3af;
}

.auth-modal-overlay.show .auth-modal-container {
  transform: scale(1) translateY(0);
}

.auth-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  background: #f3f4f6;
  border: none;
  border-radius: 50%;
  font-size: 24px;
  color: #666;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  line-height: 1;
}

.auth-modal-close:hover {
  background: #e5e7eb;
  color: #1a1a1a;
  transform: rotate(90deg);
}

/* Tabs */
.auth-modal-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 28px;
  background: #f3f4f6;
  padding: 6px;
  border-radius: 12px;
}

.auth-modal-tab {
  flex: 1;
  padding: 12px 20px;
  border: none;
  background: transparent;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #666;
  cursor: pointer;
  transition: all 0.2s ease;
}

.auth-modal-tab:hover:not(.active) {
  color: #333;
}

.auth-modal-tab.active {
  background: var(--oro-gradient-primary);
  color: white;
  box-shadow: 0 4px 12px rgba(164, 96, 237, 0.3);
}

/* Content */
.auth-modal-content {
  display: none;
}

.auth-modal-content.active {
  display: block;
  animation: authModalFadeIn 0.3s ease;
}

@keyframes authModalFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.auth-modal-title {
  font-size: 26px;
  font-weight: 700;
  background: var(--oro-gradient-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0 0 8px 0;
  text-align: center;
}

.auth-modal-subtitle {
  font-size: 14px;
  color: #6b7280;
  margin: 0 0 24px 0;
  text-align: center;
}

/* Form */
.auth-modal-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.auth-modal-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.auth-modal-field label {
  font-size: 13px;
  font-weight: 600;
  color: #374151;
}

.auth-modal-field input {
  padding: 14px 16px;
  border: 2px solid #e5e7eb;
  border-radius: 10px;
  font-size: 15px;
  transition: all 0.2s ease;
  background: white;
}

.auth-modal-field input:focus {
  outline: none;
  border-color: var(--oro-purple);
  box-shadow: 0 0 0 4px rgba(164, 96, 237, 0.15);
}

.auth-modal-field input::placeholder {
  color: #9ca3af;
}

/* Captcha */
.auth-modal-captcha {
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: linear-gradient(135deg, rgba(159, 201, 243, 0.15) 0%, rgba(164, 96, 237, 0.1) 100%);
  padding: 16px;
  border-radius: 10px;
  border: 1px solid rgba(164, 96, 237, 0.2);
}

.auth-modal-captcha label {
  font-size: 14px;
  font-weight: 600;
  color: var(--oro-purple);
}

.auth-modal-captcha #captcha-question {
  font-weight: 700;
  color: var(--oro-pink);
}

.auth-modal-captcha input {
  padding: 12px 14px;
  border: 2px solid rgba(164, 96, 237, 0.3);
  border-radius: 8px;
  font-size: 16px;
  background: white;
  transition: all 0.2s ease;
}

.auth-modal-captcha input:focus {
  outline: none;
  border-color: var(--oro-purple);
  box-shadow: 0 0 0 3px rgba(164, 96, 237, 0.2);
}

/* Honeypot - Oculto */
.auth-honeypot {
  position: absolute;
  left: -9999px;
  top: -9999px;
  opacity: 0;
  height: 0;
  width: 0;
  pointer-events: none;
}

/* Submit Button */
.auth-modal-submit {
  width: 100%;
  padding: 16px 24px;
  background: var(--oro-gradient-primary);
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 8px;
  position: relative;
  overflow: hidden;
}

.auth-modal-submit::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

.auth-modal-submit:hover::before {
  left: 100%;
}

.auth-modal-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(164, 96, 237, 0.4);
}

.auth-modal-submit:active {
  transform: translateY(0);
}

.auth-modal-submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}

.auth-modal-submit-loading {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* Links */
.auth-modal-links {
  text-align: center;
  margin-top: 20px;
}

.auth-modal-link {
  color: var(--oro-purple);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease;
}

.auth-modal-link:hover {
  color: var(--oro-pink);
  text-decoration: underline;
}

/* Terms */
.auth-modal-terms {
  font-size: 12px;
  color: #6b7280;
  text-align: center;
  margin-top: 20px;
  line-height: 1.6;
}

.auth-modal-terms a {
  color: var(--oro-purple);
  font-weight: 500;
  text-decoration: none;
}

.auth-modal-terms a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 480px) {
  .auth-modal-container {
    padding: 28px 20px;
    margin: 10px;
    border-radius: 16px;
  }
  
  .auth-modal-title {
    font-size: 22px;
  }
  
  .auth-modal-tabs {
    margin-bottom: 20px;
  }
  
  .auth-modal-tab {
    padding: 10px 16px;
    font-size: 14px;
  }
  
  .auth-modal-field input,
  .auth-modal-captcha input {
    padding: 12px 14px;
    font-size: 16px;
  }
  
  .auth-modal-submit {
    padding: 14px 20px;
  }
}

/* =====================================================
   CART ICON & MODAL STYLES
   ===================================================== */

/* Navbar Cart Icon */
.nav-cart-wrap {
  display: flex !important;
  align-items: center;
  margin-right: 16px;
  position: relative;
  z-index: 100;
}

.navbar-right-wrap .nav-cart-wrap {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.nav-cart-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: transparent;
  color: var(--oro-purple);
  text-decoration: none;
  transition: all 0.2s ease;
}

.nav-cart-button:hover {
  background: rgba(164, 96, 237, 0.1);
  transform: scale(1.05);
}

.nav-cart-icon {
  width: 22px;
  height: 22px;
  stroke: var(--oro-purple);
  transition: stroke 0.2s ease;
}

.nav-cart-button:hover .nav-cart-icon {
  stroke: var(--oro-pink);
}

.cart-badge {
  position: absolute;
  top: 2px;
  right: 2px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  background: var(--oro-gradient-primary);
  color: white;
  font-size: 11px;
  font-weight: 600;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(164, 96, 237, 0.4);
  transition: transform 0.2s ease;
}

.cart-badge:empty,
.cart-badge[data-count="0"] {
  display: none;
}

.cart-badge.cart-badge-animate {
  animation: cartBadgePop 0.3s ease;
}

@keyframes cartBadgePop {
  0% { transform: scale(1); }
  50% { transform: scale(1.3); }
  100% { transform: scale(1); }
}

/* Cart Modal Overlay */
.cart-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.cart-modal-overlay.show {
  opacity: 1;
  visibility: visible;
}

/* Cart Modal Container */
.cart-modal-container {
  width: 100%;
  max-width: 420px;
  height: 100vh;
  background: white;
  box-shadow: -10px 0 40px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.cart-modal-overlay.show .cart-modal-container {
  transform: translateX(0);
}

/* Cart Modal Close Button */
.cart-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  background: #f3f4f6;
  border: none;
  border-radius: 50%;
  font-size: 24px;
  color: #6b7280;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  z-index: 10;
}

.cart-modal-close:hover {
  background: #e5e7eb;
  color: var(--oro-purple);
}

/* Cart Modal Title */
.cart-modal-title {
  padding: 24px 24px 16px;
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  background: var(--oro-gradient-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  border-bottom: 1px solid #e5e7eb;
}

/* Cart Modal Items Container */
.cart-modal-items {
  flex: 1;
  overflow-y: auto;
  padding: 16px 24px;
}

/* Cart Item */
.cart-modal-item {
  display: flex;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid #f3f4f6;
}

.cart-modal-item:last-child {
  border-bottom: none;
}

.cart-modal-item-image {
  width: 70px;
  height: 70px;
  border-radius: 10px;
  overflow: hidden;
  background: #f8f9fa;
  flex-shrink: 0;
}

.cart-modal-item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cart-modal-item-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cart-modal-item-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--oro-text-dark);
  margin: 0 0 4px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cart-modal-item-price {
  font-size: 15px;
  font-weight: 700;
  color: var(--oro-purple);
}

.cart-modal-item-controls {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}

.cart-modal-qty-btn {
  width: 28px;
  height: 28px;
  border: 1px solid #d1d5db;
  background: white;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  color: #374151;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease;
}

.cart-modal-qty-btn:hover {
  border-color: var(--oro-purple);
  background: rgba(164, 96, 237, 0.1);
  color: var(--oro-purple);
}

.cart-modal-qty-value {
  font-size: 14px;
  font-weight: 600;
  min-width: 24px;
  text-align: center;
  color: var(--oro-purple);
}

.cart-modal-item-remove {
  margin-left: auto;
  background: none;
  border: none;
  color: #9ca3af;
  cursor: pointer;
  padding: 4px;
  transition: color 0.2s ease;
}

.cart-modal-item-remove:hover {
  color: #ef4444;
}

.cart-modal-item-remove svg {
  width: 18px;
  height: 18px;
}

/* Cart Empty State */
.cart-modal-empty {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 24px;
  text-align: center;
}

.cart-empty-icon {
  stroke: #d1d5db;
  margin-bottom: 20px;
}

.cart-empty-text {
  font-size: 16px;
  color: #6b7280;
  margin: 0 0 20px;
}

.cart-empty-link {
  display: inline-block;
  padding: 12px 28px;
  background: var(--oro-gradient-primary);
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s ease;
}

.cart-empty-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(164, 96, 237, 0.4);
}

/* Cart Modal Footer */
.cart-modal-footer {
  padding: 20px 24px;
  border-top: 1px solid #e5e7eb;
  background: #fafafa;
}

.cart-modal-subtotal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  font-size: 15px;
  color: #374151;
}

.cart-modal-subtotal-value {
  font-size: 20px;
  font-weight: 700;
  color: var(--oro-purple);
}

.cart-modal-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cart-modal-btn {
  display: block;
  width: 100%;
  padding: 14px 20px;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s ease;
  cursor: pointer;
  border: none;
}

.cart-modal-btn-primary {
  background: var(--oro-gradient-primary);
  color: white;
}

.cart-modal-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(164, 96, 237, 0.4);
}

.cart-modal-btn-secondary {
  background: white;
  color: var(--oro-purple);
  border: 2px solid var(--oro-purple);
}

.cart-modal-btn-secondary:hover {
  background: rgba(164, 96, 237, 0.1);
}

/* Cart Modal Responsive */
@media (max-width: 480px) {
  .cart-modal-container {
    max-width: 100%;
  }
  
  .cart-modal-title {
    font-size: 20px;
    padding: 20px 20px 14px;
  }
  
  .cart-modal-items {
    padding: 12px 16px;
  }
  
  .cart-modal-footer {
    padding: 16px;
  }
  
  .nav-cart-wrap {
    margin-right: 8px;
  }
  
  .nav-cart-button {
    width: 40px;
    height: 40px;
  }
}

/* Shop Page Add to Cart Button */
.shop-add-to-cart-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin-top: 10px;
  padding: 12px 20px;
  background: var(--oro-gradient-primary);
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.shop-add-to-cart-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(164, 96, 237, 0.4);
  filter: brightness(1.05);
}

.shop-add-to-cart-btn:active {
  transform: translateY(0);
}

.shop-add-to-cart-btn svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
}

/* Added to cart feedback animation */
.shop-add-to-cart-btn.added {
  background: linear-gradient(135deg, #059669, #10b981);
}

.shop-add-to-cart-btn.added::after {
  content: '✓';
  margin-left: 4px;
}

@media (max-width: 768px) {
  .shop-add-to-cart-btn {
    padding: 10px 16px;
    font-size: 13px;
  }
}

/* ========================================
 * ORDER CONFIRMATION PAGE STYLES
 * ======================================== */
.order-confirmation-section {
  padding: 60px 0;
  min-height: 60vh;
}
.order-confirmation-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 10;
}
.order-confirmation-content {
  background: white;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  padding: 40px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.order-success-icon {
  margin-bottom: 24px;
}
.order-success-icon svg {
  width: 80px;
  height: 80px;
}
.order-success-title {
  font-size: 28px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 8px;
}
.order-number {
  font-size: 16px;
  color: #666;
  margin-bottom: 32px;
}
.order-details-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 32px;
  text-align: left;
}
@media (max-width: 600px) {
  .order-details-grid {
    grid-template-columns: 1fr;
  }
}
.order-detail-card {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 20px;
}
.order-detail-card h4 {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.order-detail-card p {
  font-size: 14px;
  color: #555;
  margin: 4px 0;
  line-height: 1.5;
}
.order-items-section {
  margin-top: 32px;
  text-align: left;
  width: 100%;
}
.order-items-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #333;
}
.order-item {
  display: flex !important;
  align-items: center !important;
  padding: 16px;
  background: #f8f9fa;
  border-radius: 12px;
  margin-bottom: 12px;
  width: 100%;
  box-sizing: border-box;
  position: static !important;
  float: none !important;
}
.order-item-image {
  width: 60px !important;
  height: 60px !important;
  min-width: 60px;
  border-radius: 8px;
  object-fit: cover;
  margin-right: 16px;
  background: #eee;
  position: static !important;
  float: none !important;
}
.order-item-info {
  flex: 1;
  min-width: 0;
}
.order-item-name {
  font-weight: 500;
  color: #333;
  margin-bottom: 4px;
  word-wrap: break-word;
}
.order-item-qty {
  font-size: 13px;
  color: #666;
}
.order-item-price {
  font-weight: 600;
  color: #333;
  white-space: nowrap;
  margin-left: 16px;
  position: static !important;
  float: none !important;
}
.order-summary-section {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #eee;
  text-align: left;
}
.order-summary-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  font-size: 14px;
}
.order-summary-row.total {
  font-size: 18px;
  font-weight: 600;
  border-top: 2px solid #333;
  margin-top: 12px;
  padding-top: 16px;
}
.order-status-badge {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 24px;
}
.order-status-badge.pending { background: #fef3c7; color: #92400e; }
.order-status-badge.pending_payment { background: #fef3c7; color: #92400e; }
.order-status-badge.paid { background: #d1fae5; color: #065f46; }
.order-status-badge.processing { background: #dbeafe; color: #1e40af; }
.order-status-badge.shipped { background: #e0e7ff; color: #3730a3; }
.order-status-badge.delivered { background: #d1fae5; color: #065f46; }
.order-status-badge.cancelled { background: #fee2e2; color: #991b1b; }
.order-actions {
  margin-top: 32px;
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.order-loading {
  text-align: center;
  padding: 60px 20px;
}
.order-loading-spinner {
  width: 48px;
  height: 48px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #22c55e;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 16px;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Botão secundário para order confirmation */
.order-actions .secondary-btn {
  background: #333 !important;
}
.order-actions .secondary-btn:hover {
  background: #444 !important;
}

/* ========================================
   CORREÇÕES ORONEWLIFE - DEC 2025
   ======================================== */

/* Botão "Quero ser Consultor" com texto branco */
.primary-button-text,
.primary-button-text-absolute {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
}

/* Footer Copyright Centralizado */
.footer-bottom {
  text-align: center !important;
}

.footer-bottom-flex {
  justify-content: center !important;
  text-align: center !important;
}

.footer-copyright {
  text-align: center !important;
  width: 100%;
}

/* Future Section - Fonte e Espaçamento Reduzidos */
.future-section-wrap {
  padding: 40px 0 !important;
}

.future-section-wrap .section-title {
  font-size: 2rem !important;
  margin-bottom: 15px !important;
}

.future-section-wrap .section-details {
  font-size: 0.95rem !important;
  line-height: 1.5 !important;
  margin-bottom: 20px !important;
}

.future-card-title {
  font-size: 1rem !important;
  line-height: 1.4 !important;
}

.future-card-three-title {
  font-size: 1.5rem !important;
  line-height: 1.3 !important;
}

/* Formulário CTA/Newsletter - Integração com Backend */
.cta-form-wrap {
  display: flex;
  gap: 10px;
  max-width: 500px;
  margin: 0 auto;
}

.cta-form-field {
  flex: 1;
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.3);
  background: rgba(255,255,255,0.1);
  color: white;
}

.cta-form-field::placeholder {
  color: rgba(255,255,255,0.7);
}

.cta-form-button {
  padding: 12px 24px;
  border-radius: 8px;
  background: var(--oro-gradient-primary) !important;
  border: none;
  color: white;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cta-form-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(164, 96, 237, 0.4);
}

/* ========================================
   ABOUT PAGE - CARROSSEL E TIMELINE
   ======================================== */

/* Carrossel de Imagens do Banner About */
.about-banner-carousel {
  position: relative;
  overflow: hidden;
}

.about-carousel-slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.about-carousel-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}

.about-carousel-slide.active {
  opacity: 1;
}

.about-carousel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(164, 96, 237, 0.65) 0%, rgba(240, 125, 234, 0.55) 100%);
  z-index: 1;
}

.about-banner-carousel .inner-banner-content,
.about-banner-carousel .stat-summery-grid {
  position: relative;
  z-index: 2;
}

.about-carousel-indicators {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 3;
}

.about-carousel-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: all 0.3s ease;
}

.about-carousel-dot.active {
  background: white;
  transform: scale(1.2);
}

.about-carousel-dot:hover {
  background: rgba(255, 255, 255, 0.8);
}

/* Layout da Seção Nossa Jornada */
.journey-layout {
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 40px;
  align-items: start;
}

@media (max-width: 992px) {
  .journey-layout {
    grid-template-columns: 1fr;
  }
}

/* Container de Imagens na Lateral Esquerda */
.journey-images-container {
  position: sticky;
  top: 100px;
}

.journey-image-stack {
  position: relative;
  height: 400px;
}

.journey-image {
  position: absolute;
  width: 280px;
  height: 200px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(164, 96, 237, 0.2);
  transition: all 0.4s ease;
}

.journey-image-1 {
  top: 0;
  left: 0;
  z-index: 3;
}

.journey-image-2 {
  top: 80px;
  left: 40px;
  z-index: 2;
}

.journey-image-3 {
  top: 160px;
  left: 20px;
  z-index: 1;
}

.journey-image:hover {
  transform: scale(1.05);
  z-index: 10 !important;
  box-shadow: 0 20px 50px rgba(164, 96, 237, 0.3);
}

@media (max-width: 992px) {
  .journey-images-container {
    position: relative;
    top: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  
  .journey-image-stack {
    display: flex;
    gap: 15px;
    height: auto;
  }
  
  .journey-image {
    position: relative;
    width: 140px;
    height: 100px;
    top: auto !important;
    left: auto !important;
  }
}

/* Conteúdo da Jornada */
.journey-content {
  flex: 1;
}

/* Timeline Horizontal */
.timeline-horizontal-wrapper {
  overflow-x: auto;
  padding: 20px 0;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  user-select: none;
}

.timeline-horizontal-wrapper:active {
  cursor: grabbing;
}

.timeline-horizontal-wrapper::-webkit-scrollbar {
  height: 6px;
}

.timeline-horizontal-wrapper::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 3px;
}

.timeline-horizontal-wrapper::-webkit-scrollbar-thumb {
  background: var(--oro-gradient-primary);
  border-radius: 3px;
}

.timeline-horizontal-scroll {
  position: relative;
  display: inline-flex;
  min-width: max-content;
  padding-bottom: 20px;
  padding-right: 50px;
}

.timeline-horizontal-line {
  position: absolute;
  top: 62px;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #F07DEA 0%, #A460ED 50%, #9FC9F3 100%);
  border-radius: 2px;
}

.timeline-horizontal-items {
  display: flex;
  gap: 40px;
  position: relative;
  padding-left: 20px;
}

.timeline-h-item {
  flex: 0 0 220px;
  text-align: center;
  padding-top: 30px;
}

.timeline-h-dot {
  width: 36px;
  height: 36px;
  background: url('/images/logo-icon.png') center/contain no-repeat;
  background-color: white;
  border-radius: 50%;
  margin: 0 auto 20px;
  position: relative;
  border: 3px solid white;
  box-shadow: 0 4px 15px rgba(164, 96, 237, 0.3);
  margin-top: 15px;
}

.timeline-h-year {
  font-size: 1.5rem;
  font-weight: 700;
  background: var(--oro-gradient-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 15px;
}

.timeline-h-content {
  background: white;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(164, 96, 237, 0.1);
  transition: all 0.3s ease;
}

.timeline-h-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(164, 96, 237, 0.15);
  border-color: rgba(164, 96, 237, 0.3);
}

.timeline-h-title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--oro-purple);
  margin-bottom: 8px;
}

.timeline-h-desc {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 768px) {
  .timeline-h-item {
    flex: 0 0 180px;
  }
  
  .timeline-h-content {
    padding: 15px;
  }
  
  .timeline-h-year {
    font-size: 1.25rem;
  }
}
