﻿@font-face {
  font-family: 'Reserva Display';
  src: url('fonts/ReservaDisplay.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Audacious Black';
  src: url('fonts/DEMO-audacious-displayblack.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary-color: #000;
  --secondary-color: #666;
  --border-color: #e5e5e5;
  --hover-color: #f5f5f5;
  --green-color: #22c55e;
}

/* Aplicando fonte Manrope 500 em todos os elementos */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
}

html {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  color: var(--primary-color);
  margin: 0;
  padding: 0;
  padding-top: 180px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.promo-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #000000;
  color: white;
  padding: 10px 0;
  z-index: 102;
  font-size: 13px;
  transition: transform 0.3s ease-in-out;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.promo-bar.promo-hidden {
  transform: translateY(-100%);
}

.countdown-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.urgency-badge {
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 2px;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 0.9;
  font-family: "Inter", sans-serif;
}

.scarcity-text {
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 2px;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 0.9;
  font-family: "Inter", sans-serif;
}

.countdown-label {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 1.8px;
  color: #ffffff;
  text-transform: uppercase;
  white-space: nowrap;
  flex-shrink: 0;
  font-family: "Inter", sans-serif;
  opacity: 0.95;
}

.countdown-logo {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
}

.countdown-logo img {
  display: block;
  visibility: visible;
}

.countdown-timer {
  flex-shrink: 0;
}

.logo-img {
  height: 24px;
  width: auto;
  display: block;
}

.countdown-timer {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
  white-space: nowrap;
  backdrop-filter: blur(10px);
}

.countdown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.countdown-number {
  font-size: 15px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  color: #ffffff;
  line-height: 1;
  min-width: 22px;
  text-align: center;
  letter-spacing: 0.5px;
}

.countdown-label-unit {
  font-size: 10px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-transform: lowercase;
  line-height: 1;
  margin-top: 2px;
  letter-spacing: 0.5px;
}

.countdown-separator {
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 2px;
  font-family: "Inter", sans-serif;
  align-self: flex-start;
  margin-top: 2px;
}

.promo-text {
  margin: 0;
  color: white;
}

.promo-highlight {
  color: #22c55e;
  font-weight: 600;
}

.header {
  position: fixed;
  top: 45px;
  left: 0;
  right: 0;
  background: white;
  z-index: 101;
  border-bottom: 1px solid var(--border-color);
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
}

.header.promo-bar-hidden {
  top: 0;
}

.header.header-hidden {
  transform: translateY(-100%);
}

.header-main {
  padding: 16px 0;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  position: relative;
}

.header-left {
  display: flex;
  align-items: center;
  gap: 24px;
  flex: 1;
  justify-content: flex-start;
  padding-top: 6px;
}

.logo {
  position: absolute;
  left: -50px;
  top: calc(50% + 3px);
  transform: translateY(-50%);
  z-index: 100;
  pointer-events: none;
  display: flex;
  align-items: center;
}

.menu-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  display: none;
  align-items: center;
}

.logo img {
  height: 35px;
}

.main-nav {
  display: flex;
  gap: 24px;
  align-items: center;
  line-height: 1;
}

.main-nav a {
  text-decoration: none;
  color: var(--primary-color);
  font-size: 14px;
  white-space: nowrap;
}

.main-nav a:hover {
  text-decoration: underline;
}

.main-nav .outlet {
  color: #000000;
}

.header-right {
  display: flex;
  transform: translate(15px, 6px);
  align-items: center;
  gap: 16px;
  flex: 1;
  justify-content: flex-end;
}

.search-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px 8px 16px;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  background: white;
  cursor: pointer;
  font-size: 14px;
  position: relative;
  max-width: 280px;
  width: 100%;
}

.search-text {
  color: #000;
  flex: 1;
  text-align: left;
}

.search-icon {
  color: #000;
  flex-shrink: 0;
}

.search-input-container {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border: 1px solid var(--border-color);
  border-radius: 20px;
  background: white;
  font-size: 14px;
  width: 200px;
}

.search-input-container .search-input {
  border: none;
  outline: none;
  flex: 1;
  font-size: 14px;
  color: var(--primary-color);
  background: transparent;
}

.search-input-container .search-icon {
  flex-shrink: 0;
  color: var(--secondary-color);
}

.icon-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-btn img {
  display: block;
}

.cart-count {
  position: absolute;
  top: 0;
  right: 0;
  background: var(--primary-color);
  color: white;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 10px;
}

.breadcrumb {
  padding: 8px 0;
  border-bottom: 1px solid var(--border-color);
  margin-top: 0;
}

.breadcrumb .container {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.breadcrumb a {
  color: var(--secondary-color);
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.product-section {
  padding: 40px 0;
}

.product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.gallery {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.main-image {
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 0;
  position: relative;
  cursor: pointer;
  will-change: auto;
}

.main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  display: block;
  pointer-events: none;
}

.main-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0;
  pointer-events: none;
}

.pix-badges-container {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}

.pix-badge {
  position: relative;
  background: #e4f6ed;
  color: rgb(74, 151, 33);
  padding: 4px 12px;
  border-radius: 4px;
  white-space: nowrap;
  box-shadow: none;
  font-family: "Inter", sans-serif;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 4px;
  line-height: 20px;
}

.pix-badge-text {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: inline;
  font-family: "Inter", sans-serif;
  color: rgb(74, 151, 33);
}

.pix-badge-method {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: inline;
  font-family: "Inter", sans-serif;
  color: rgb(74, 151, 33);
}

.pix-badge-main-image {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 11;
  background: #e4f6ed;
  color: rgb(74, 151, 33);
  padding: 4px 12px;
  border-radius: 4px;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-family: "Inter", sans-serif;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 4px;
  line-height: 20px;
}

.discount-badge-47 {
  position: absolute;
  top: 25px;
  right: 16px;
  z-index: 11;
  background: #000;
  color: white;
  padding: 8px 12px;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  min-width: 65px;
}

.discount-number {
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  color: #ffffff;
  font-family: "Spectral", serif;
}

.discount-text {
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  color: #ff0000;
  letter-spacing: 1px;
  margin-top: 2px;
  font-family: "Spectral", serif;
}

.discount-pix {
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  margin-top: 2px;
  font-family: "Inter", sans-serif;
}

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

.carousel-indicator {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.carousel-indicator.active {
  background: white;
  width: 24px;
  border-radius: 4px;
}

/* Added carousel arrow button styles */
.carousel-prev,
.carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 20;
  opacity: 0;
  transition: all 0.3s ease;
}

.carousel-prev:hover,
.carousel-next:hover {
  background: rgba(0, 0, 0, 0.7);
  transform: translateY(-50%) scale(1.1);
}

.main-image:hover .carousel-prev,
.main-image:hover .carousel-next {
  opacity: 1;
}

.carousel-prev {
  left: 16px;
}

.carousel-next {
  right: 16px;
}

.zoom-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.95);
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

.zoom-overlay.active {
  display: flex;
}

.zoom-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  border: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.zoom-close:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}

#zoomImage {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  border-radius: 8px;
}

.product-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.product-info h1 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
}

.wishlist-btn {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wishlist-btn img {
  display: block;
}

.shirt-selection-container {
  padding: 12px 16px;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  background: transparent;
}

.shirt-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--primary-color);
}

.selection-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 12px;
}

.selection-group:last-child {
  margin-bottom: 0;
}

.selection-label {
  font-size: 14px;
  color: var(--secondary-color);
}

.selection-label span {
  color: var(--primary-color);
  font-weight: 500;
}

.color-options {
  display: flex;
  gap: 8px;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: visible;
  padding-top: 10px;
  padding-bottom: 4px;
}

.color-btn {
  width: 28px;
  height: 28px;
  border: 2px solid var(--border-color);
  border-radius: 50%;
  cursor: pointer;
  background: white;
  padding: 3px;
  overflow: hidden;
  flex-shrink: 0;
}

.color-btn.active {
  border-color: var(--primary-color);
}

.color-btn-out-of-stock {
  position: relative;
  opacity: 0.5;
  cursor: not-allowed;
  overflow: visible;
}

.color-btn-out-of-stock:hover {
  border-color: var(--border-color) !important;
}

.color-btn-out-of-stock .notify-icon {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 18px;
  height: 18px;
  color: #999;
  flex-shrink: 0;
  background: white;
  border-radius: 50%;
  padding: 2px;
  z-index: 10;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.color-btn-out-of-stock .color-thumb {
  opacity: 0.5;
}

.color-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.size-options {
  display: flex;
  gap: 8px;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: visible;
  padding-top: 10px;
  padding-bottom: 4px;
}

.size-btn {
  padding: 6px 10px;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  background: white;
  cursor: pointer;
  font-size: 12px;
  flex-shrink: 0;
  white-space: nowrap;
}

.size-btn:hover {
  background: var(--hover-color);
}

.size-btn.active {
  border-color: var(--primary-color);
  background: var(--primary-color);
  color: white;
}

.size-btn-out-of-stock {
  position: relative;
  color: #999 !important;
  opacity: 0.7;
  cursor: not-allowed;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 8px;
}

.size-btn-out-of-stock:hover {
  background: white !important;
  border-color: var(--border-color) !important;
}

.size-btn-out-of-stock .notify-icon {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 18px;
  height: 18px;
  color: #999;
  flex-shrink: 0;
  background: white;
  border-radius: 50%;
  padding: 2px;
}

.size-btn-out-of-stock span {
  color: #999;
}

.price-section {
  padding: 20px 0;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.price-main {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 0;
}

.price-old {
  font-size: 16px;
  color: var(--secondary-color);
  text-decoration: line-through;
}

.price-current {
  font-size: 28px;
  font-weight: 600;
  color: var(--primary-color);
}

.price-installment {
  font-size: 14px;
  color: var(--secondary-color);
  margin-bottom: 4px;
}

.savings {
  color: #22c55e;
  font-weight: 600;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
}

.frete-badge {
  position: relative;
  background: #e4f6ed;
  color: rgb(74, 151, 33);
  padding: 4px 12px;
  border-radius: 4px;
  white-space: nowrap;
  box-shadow: none;
  font-family: "Inter", sans-serif;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  line-height: 20px;
  margin-top: 0;
  margin-bottom: 8px;
  width: fit-content;
}

.frete-badge-text {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: inline;
  font-family: "Inter", sans-serif;
  color: rgb(74, 151, 33);
}

.frete-badge-state {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: inline;
  font-family: "Inter", sans-serif;
  color: rgb(74, 151, 33);
  font-weight: 600;
}

.cart-section {
  display: flex;
  gap: 12px;
}

.add-to-cart-btn {
  flex: 1;
  background: #38ab6b;
  color: white;
  border: none;
  padding: 16px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.additional-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.info-link {
  display: flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  color: var(--primary-color);
  font-size: 14px;
  cursor: pointer;
  text-align: left;
  padding: 8px 0;
}

.info-link img {
  display: block;
}

.info-link:hover {
  text-decoration: underline;
}

.info-link .chevron {
  margin-left: auto;
  transition: transform 0.3s ease;
}

.info-link.active .chevron {
  transform: rotate(180deg);
}

.size-table-container {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.size-table-container.active {
  max-height: 400px;
  margin-top: 16px;
}

.size-table {
  width: 100%;
  border-collapse: collapse;
  background: white;
  border-radius: 8px;
  overflow: hidden;
}

.size-table thead {
  background: var(--primary-color);
  color: white;
}

.size-table th,
.size-table td {
  padding: 12px 16px;
  text-align: left;
  font-size: 14px;
}

.size-table tbody tr {
  border-bottom: 1px solid var(--border-color);
}

.size-table tbody tr:last-child {
  border-bottom: none;
}

.size-table tbody tr:hover {
  background: var(--hover-color);
}

.size-table td:first-child {
  font-weight: 600;
}

.tabs {
  border-top: 1px solid var(--border-color);
  padding-top: 24px;
}

.tab-list {
  display: flex;
  gap: 24px;
  border-bottom: 1px solid var(--border-color);
}

.tab-btn {
  background: none;
  border: none;
  padding: 12px 0;
  font-size: 14px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
}

.tab-btn.active {
  border-bottom-color: var(--primary-color);
  font-weight: 600;
}

.tab-content {
  padding: 20px 0;
}

.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
}

.tab-panel p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--secondary-color);
}

.mobile-search {
  display: none;
  padding: 12px 0;
  border-top: 1px solid var(--border-color);
  margin-top: 12px;
}

.mobile-search-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

.mobile-search-input {
  flex: 1;
  padding: 10px 16px 10px 44px;
  border: 1px solid var(--border-color);
  border-radius: 20px;
  font-size: 14px;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  color: #000;
  width: 100%;
}

.mobile-search-input::placeholder {
  color: #666;
  opacity: 1;
}

.mobile-search-input:focus {
  outline: none;
  border-color: var(--primary-color);
}

.mobile-search-icon {
  position: absolute;
  left: 14px;
  color: #000;
  pointer-events: none;
  flex-shrink: 0;
}

.similar-products {
  padding: 60px 0;
  background: white;
}

.similar-products-title {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
  color: var(--primary-color);
}

.similar-products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.product-card {
  display: flex;
  flex-direction: column;
  background: white;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.product-card-image {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #f5f5f5;
}

.product-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wishlist-icon {
  position: absolute;
  top: 12px;
  right: 12px;
  background: white;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  transition: transform 0.2s;
}

.wishlist-icon:hover {
  transform: scale(1.1);
}

.out-of-stock-overlay {
  position: absolute;
  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: 1;
}

.out-of-stock-overlay span {
  background: var(--primary-color);
  color: white;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.product-card-info {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.product-card-info h3 {
  font-size: 14px;
  font-weight: 500;
  color: var(--primary-color);
  line-height: 1.4;
  min-height: 40px;
}

.product-card-prices {
  display: flex;
  align-items: center;
  gap: 8px;
}

.product-card-prices .new-price {
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-color);
}

.footer {
  background: #f5f5f5;
  margin-top: 60px;
}

.footer-newsletter {
  background: white;
  padding: 40px 0;
  border-bottom: 1px solid var(--border-color);
}

.newsletter-content {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 40px;
  align-items: center;
}

.newsletter-left {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.newsletter-icon {
  flex-shrink: 0;
  color: #e74c3c;
}

.newsletter-text h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 4px;
}

.newsletter-text p {
  font-size: 14px;
  color: var(--secondary-color);
  line-height: 1.5;
}

.newsletter-form {
  display: flex;
  gap: 12px;
}

.newsletter-input {
  flex: 1;
  padding: 12px 16px;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  font-size: 14px;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
}

.newsletter-input:focus {
  outline: none;
  border-color: var(--primary-color);
}

.newsletter-btn {
  padding: 12px 32px;
  background: var(--primary-color);
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}

.newsletter-btn:hover {
  background: #333;
}

.app-download p {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
}

.app-buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.app-btn img {
  height: 40px;
  width: auto;
}

.footer-nav {
  padding: 40px 0;
}

.footer-columns {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
}

.footer-column h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
  color: var(--primary-color);
}

.footer-column ul {
  list-style: none;
}

.footer-column ul li {
  margin-bottom: 12px;
}

.footer-column ul li a {
  color: var(--secondary-color);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s;
}

.footer-column ul li a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}

.whatsapp-link {
  color: #25d366 !important;
  font-weight: 600;
}

.contact-hours {
  font-size: 13px;
  color: var(--secondary-color);
  margin-top: 12px;
  line-height: 1.6;
}

.contact-email {
  font-size: 13px;
  color: var(--secondary-color);
  margin-top: 12px;
}

.social-links {
  display: flex;
  gap: 16px;
  margin-top: 16px;
}

.social-links a {
  color: var(--secondary-color);
  font-size: 20px;
  transition: color 0.2s;
}

.social-links a:hover {
  color: var(--primary-color);
}

/* WhatsApp Widget */
.whatsapp-widget {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 999;
  transition: all 0.3s ease;
}

.whatsapp-help-btn {
  background: white;
  border: none;
  border-radius: 12px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  font-family: "Manrope", sans-serif;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.whatsapp-help-btn:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}

.whatsapp-expanded {
  position: relative;
  margin-top: 8px;
  animation: slideDown 0.3s ease;
}

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

@keyframes pulse-glow {
  0%, 100% {
    box-shadow: 0 2px 10px rgba(211, 47, 47, 0.5);
  }
  50% {
    box-shadow: 0 2px 20px rgba(211, 47, 47, 0.8), 0 0 30px rgba(255, 215, 0, 0.3);
  }
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.8);
  }
  50% {
    opacity: 0.7;
    text-shadow: 0 0 20px rgba(255, 215, 0, 1);
  }
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-2px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(2px);
  }
}

@keyframes timer-pulse {
  0%, 100% {
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.5), inset 0 0 10px rgba(255, 215, 0, 0.2);
    border-color: #ffd700;
  }
  50% {
    box-shadow: 0 0 25px rgba(255, 215, 0, 0.8), inset 0 0 15px rgba(255, 215, 0, 0.4);
    border-color: #ffed4e;
  }
}

@keyframes number-flash {
  0%, 100% {
    opacity: 1;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.8);
  }
  50% {
    opacity: 0.9;
    text-shadow: 0 0 15px rgba(255, 215, 0, 1);
  }
}

@keyframes separator-blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}

.whatsapp-card {
  background: white;
  border-radius: 12px;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  color: #000;
  transition: all 0.3s ease;
  min-width: 140px;
}

.whatsapp-card:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}

.whatsapp-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #25d366;
  font-size: 24px;
}

.whatsapp-text {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  font-family: "Manrope", sans-serif;
}

.whatsapp-close {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 32px;
  height: 32px;
  background: white;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  color: #666;
  transition: all 0.3s ease;
  z-index: 1000;
}

.whatsapp-close:hover {
  background: #f5f5f5;
  transform: scale(1.1);
  color: #000;
}

@media (max-width: 768px) {
  body {
    padding-top: 180px;
  }

  .promo-bar {
    padding: 6px 0;
    font-size: 12px;
  }

  .header {
    top: 65px;
  }

  .menu-btn {
    display: none;
  }

  .logo {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    pointer-events: none;
    display: flex;
    align-items: center;
    padding-left: 16px;
  }

  .logo img {
    height: 28px;
  }

  .mobile-search {
    display: block;
  }

  .search-btn {
    display: none;
  }

  .product-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .main-image {
    aspect-ratio: 1 / 1.2; /* mais alta */
    width: 100vw;
    margin-left: -20px;
    margin-right: -20px;
  }

  .main-nav {
    display: none;
  }

  .header-right {
    gap: 8px;
  }

  .header-main {
    padding: 12px 0;
  }

  .pix-badge-main-image {
    top: 12px;
    left: 12px;
    padding: 4px 10px;
    font-size: 11px;
  }

  .zoom-overlay {
    padding: 20px;
  }

  #zoomImage {
    max-width: 95%;
    max-height: 95%;
  }

  .newsletter-content {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .newsletter-form {
    flex-direction: column;
  }

  .footer-columns {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }

  .similar-products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .product-info h1 {
    font-size: 22px;
  }

  .price-current {
    font-size: 24px;
  }

  .price-old {
    font-size: 14px;
  }

  .price-installment {
    font-size: 13px;
  }

  .savings {
    font-size: 13px;
  }

  .cart-item-price-current {
    font-size: 15px;
  }

  .cart-item-price-old {
    font-size: 13px;
  }

  .cart-item-discount {
    font-size: 12px;
  }

  .shirt-selection-container {
    padding: 10px 12px;
    margin-bottom: 16px;
  }

  .shirt-selection-container:last-of-type {
    margin-bottom: 0;
  }

  .product-section {
    padding: 24px 0;
  }

  .whatsapp-widget {
    bottom: 20px;
    right: 20px;
  }

  .whatsapp-help-btn {
    padding: 10px 20px;
    font-size: 14px;
  }

  .whatsapp-card {
    padding: 10px 16px;
    min-width: 120px;
  }

  .whatsapp-icon {
    width: 28px;
    height: 28px;
    font-size: 20px;
  }

  .whatsapp-text {
    font-size: 14px;
  }

  .whatsapp-close {
    width: 28px;
    height: 28px;
    top: -6px;
    right: -6px;
  }

  .whatsapp-minimized {
    width: 56px;
    height: 56px;
    bottom: 20px;
    right: 20px;
    font-size: 26px;
  }
}

/* Popup Estoure e Ganhe */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  padding: 20px;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.popup-overlay.active {
  display: flex;
}

.popup-container {
  background: #ffffff;
  border-radius: 12px;
  padding: 48px 40px;
  max-width: 520px;
  width: 100%;
  position: relative;
  text-align: center;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(0, 0, 0, 0.08);
  animation: slideUp 0.3s ease;
}

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

.popup-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: transparent;
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #666;
  transition: background-color 0.2s ease;
}

.popup-close:hover {
  background: rgba(0, 0, 0, 0.05);
}

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

.popup-title {
  font-size: 32px;
  font-weight: 700;
  color: #000000;
  margin: 0 0 12px 0;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.popup-subtitle {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.balloons-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
  position: relative;
  min-height: 200px;
}


.balloon {
  cursor: pointer;
  transition: transform 0.2s ease;
  position: relative;
}

.balloon:hover {
  transform: scale(1.05);
}

.balloon-image {
  width: 180px;
  height: auto;
  display: block;
}

.popup-instruction {
  margin-top: 24px;
  font-size: 15px;
  color: #333;
  font-weight: 400;
  letter-spacing: 0.2px;
  font-family: "Inter", sans-serif;
  text-align: center;
  line-height: 1.5;
}

.reveal-discount-btn {
  width: 100%;
  max-width: 320px;
  background: #000000;
  color: white;
  border: none;
  padding: 16px 24px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 24px auto 0;
  display: block;
}

.reveal-discount-btn:hover {
  background: #333333;
}

.reveal-discount-btn:active {
  transform: scale(0.98);
}

.popup-footer-text {
  margin-top: 24px;
  font-size: 14px;
  color: #666;
  font-weight: 400;
  letter-spacing: 0.3px;
  font-family: "Inter", sans-serif;
}


.balloon.popped {
  animation: pop 0.5s ease-out forwards;
}

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

/* Modal de Resultado */
.result-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10001;
  padding: 20px;
  animation: fadeIn 0.3s ease;
}

.result-modal.active {
  display: flex;
}

.result-content {
  background: #ffffff;
  border-radius: 12px;
  padding: 48px 40px;
  max-width: 520px;
  width: 100%;
  position: relative;
  text-align: center;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(0, 0, 0, 0.08);
  animation: slideUp 0.3s ease;
}

@keyframes slideIn {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.result-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: transparent;
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #666;
  transition: background-color 0.2s ease;
}

.result-close:hover {
  background: rgba(0, 0, 0, 0.05);
}

.result-title {
  font-size: 32px;
  font-weight: 700;
  color: #000000;
  margin: 0 0 12px 0;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.result-text {
  font-size: 16px;
  color: #666;
  margin: 0 0 24px 0;
  font-weight: 400;
  letter-spacing: 0.3px;
  font-family: "Inter", sans-serif;
}

.result-offer {
  background: #f8f9fa;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 24px;
}

.offer-main {
  font-size: 28px;
  font-weight: 700;
  color: #000000;
  margin: 0 0 8px 0;
  font-family: "Inter", sans-serif;
}

.offer-bonus {
  font-size: 16px;
  font-weight: 500;
  color: #666;
  margin: 0;
  font-family: "Inter", sans-serif;
}

.result-button {
  width: 100%;
  background: #000000;
  color: white;
  border: none;
  padding: 14px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.result-button:hover {
  background: #333333;
}

@media (max-width: 768px) {
  .countdown-content {
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .urgency-badge,
  .scarcity-text {
    font-size: 10px;
    letter-spacing: 1.5px;
  }

  .countdown-label {
    font-size: 11px;
    letter-spacing: 1.5px;
  }

  .countdown-logo {
    display: flex;
  }

  .countdown-timer {
    padding: 5px 12px;
    border-width: 1px;
  }

  .countdown-number {
    font-size: 13px;
    min-width: 20px;
  }

  .countdown-label-unit {
    font-size: 9px;
  }

  .countdown-separator {
    font-size: 13px;
  }

  .popup-container {
    padding: 40px 24px;
    max-width: 90%;
    border-radius: 12px;
  }

  .popup-title {
    font-size: 24px;
    letter-spacing: 1.2px;
  }

  .popup-subtitle {
    font-size: 16px;
  }

  .balloons-container {
    gap: 10px;
    min-height: 150px;
  }

  .balloon-image {
    width: 130px;
  }

  .popup-instruction {
    font-size: 13px;
    margin-top: 20px;
    padding: 0 10px;
  }

  .reveal-discount-btn {
    max-width: 100%;
    padding: 14px 20px;
    font-size: 14px;
    margin-top: 16px;
  }

  .popup-footer-text {
    font-size: 12px;
    margin-top: 20px;
  }

  .result-content {
    padding: 40px 24px;
    max-width: 90%;
    border-radius: 12px;
  }

  .result-title {
    font-size: 24px;
    letter-spacing: 1.2px;
  }

  .offer-main {
    font-size: 24px;
  }

  .offer-bonus {
    font-size: 18px;
  }
}

/* ============================================
   CARRINHO LATERAL - CSS COMPLETO
   ============================================ */

/* Container Principal */
.cart-sidebar {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 420px;
  height: 100dvh;
  background: white;
  z-index: 1000;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  transition: right 0.3s ease;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.cart-sidebar.active {
  right: 0;
}

/* Header do Carrinho */
.cart-sidebar-header {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  border-bottom: 1px solid var(--border-color);
}

.cart-header-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cart-header-icon {
  color: var(--primary-color);
  flex-shrink: 0;
}

.cart-sidebar-header h2 {
  font-size: 20px;
  font-weight: 600;
  color: var(--primary-color);
  margin: 0;
}

.cart-product-count {
  font-size: 14px;
  color: var(--secondary-color);
  font-weight: 400;
}

.cart-close-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
  transition: opacity 0.2s;
}

.cart-close-btn:hover {
  opacity: 0.7;
}

/* Conteúdo do Carrinho - COM SCROLL */
.cart-sidebar-content {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 24px;
  padding-bottom: 20px;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  overscroll-behavior: contain;
}

/* Mensagem de Carrinho Vazio */
.cart-empty {
  padding: 60px 24px;
  text-align: center;
}

.cart-empty p {
  font-size: 16px;
  color: var(--secondary-color);
  margin: 0;
}

.cart-empty-subtitle {
  font-size: 14px;
  color: var(--secondary-color);
  margin-top: 8px;
  opacity: 0.7;
}

/* Itens do Carrinho */
.cart-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cart-item {
  display: flex;
  gap: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
}

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

.cart-item-image {
  width: 120px;
  height: 120px;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
  background: var(--hover-color);
}

.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-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-color);
  margin: 0;
}

.cart-item-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 14px;
  color: var(--secondary-color);
}

.cart-item-size-color {
  display: block;
  font-size: 14px;
  color: var(--secondary-color);
}

.cart-item-price-section {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  flex-wrap: wrap;
}

.cart-item-price-old {
  font-size: 14px;
  color: var(--secondary-color);
  text-decoration: line-through;
}

.cart-item-price-current {
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-color);
}

.cart-item-discount {
  font-size: 14px;
  font-weight: 600;
  color: #dc2626;
}

/* Order Bump - Kit Cuecas */
.cart-item-bonus {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  padding: 16px;
  border-radius: 0;
  border: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: visible;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}

/* Espaçamento entre order bumps */
.cart-item-bonus + .cart-item-bonus {
  margin-top: 16px;
}

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

.cart-item-bonus .cart-item-details {
  flex: 1;
  min-width: 0;
  position: relative;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.cart-item-bonus .cart-item-title {
  font-size: 13px;
  font-weight: 600;
  color: var(--primary-color);
  margin: 0;
  line-height: 1.3;
  word-break: break-word;
}

.order-bump-header {
  width: 100%;
  position: relative;
  flex-shrink: 0;
}

.order-bump-label {
  display: block;
  cursor: pointer;
  width: 100%;
  position: relative;
}

.order-bump-content {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  position: relative;
  padding-left: 0;
  width: 100%;
  flex-shrink: 0;
}

.order-bump-checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.order-bump-checkbox-custom {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: 2px solid #d0d0d0;
  border-radius: 6px;
  background: white;
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.order-bump-content::before {
  content: '';
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.order-bump-checkbox-custom::after {
  content: '';
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.order-bump-checkbox:checked + .order-bump-checkbox-custom {
  background: var(--primary-color);
  border-color: var(--primary-color);
}

.order-bump-checkbox:checked + .order-bump-checkbox-custom::after {
  opacity: 1;
}

.order-bump-label:hover .order-bump-checkbox-custom {
  border-color: var(--primary-color);
}

.order-bump-label:hover .cart-item-bonus,
.cart-item-bonus:hover {
  background: linear-gradient(135deg, #f0f0f0 0%, #ffffff 100%);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.order-bump-label:has(.order-bump-checkbox:checked) .cart-item-bonus {
  background: linear-gradient(135deg, #e8f5e9 0%, #f1f8f4 100%);
  border: 2px solid var(--green-color);
  box-shadow: 0 4px 12px rgba(34, 197, 94, 0.15);
}

.order-bump-options {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #e5e5e5;
  animation: slideDown 0.3s ease;
  clear: both;
  width: 100%;
}

.order-bump-promo-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-color);
  margin: 12px 0 4px 0;
  text-align: center;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
}

.order-bump-cueca-group {
  margin-bottom: 12px;
}

.order-bump-cueca-group:last-child {
  margin-bottom: 0;
}

.order-bump-cueca-label {
  font-size: 11px;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.order-bump-options-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

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

.order-bump-option-group {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}

.order-bump-option-label {
  font-size: 12px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 4px;
  display: block;
}

.order-bump-color-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
  width: 100%;
  max-width: 180px;
}

.order-bump-size-options {
  display: flex;
  gap: 8px;
  flex-wrap: nowrap;
  overflow-x: auto;
  width: 100%;
  max-width: 100%;
  min-width: 220px;
}

.order-bump-color-btn {
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 2px 4px;
  background: white;
  border: 1.5px solid #e5e5e5;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 11px;
  font-weight: 500;
  color: var(--primary-color);
  flex: 1;
  justify-content: center;
}

.order-bump-color-btn:hover {
  border-color: var(--primary-color);
  background: #f8f9fa;
}

.order-bump-color-btn.active {
  border-color: var(--primary-color);
  background: var(--primary-color);
  color: white;
}

.order-bump-color-thumb {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 1.5px solid transparent;
  transition: border-color 0.2s ease;
}

.order-bump-color-btn.active .order-bump-color-thumb {
  border-color: var(--primary-color);
}

.order-bump-size-btn {
  padding: 6px 10px;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  background: white;
  cursor: pointer;
  font-size: 12px;
  flex-shrink: 0;
  white-space: nowrap;
  transition: all 0.2s ease;
  color: var(--primary-color);
}

.order-bump-size-btn:hover {
  background: var(--hover-color);
}

.order-bump-size-btn.active {
  border-color: var(--primary-color);
  background: var(--primary-color);
  color: white;
}

.cart-item-price {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 8px;
}

.cart-item-price-old {
  font-size: 13px;
  color: var(--secondary-color);
  text-decoration: line-through;
}

.cart-item-price-current {
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-color);
}

/* Footer do Carrinho - FLEXBOX NATURAL */
.cart-sidebar-footer {
  flex-shrink: 0;
  position: relative;
  padding: 16px 20px calc(50px + env(safe-area-inset-bottom)) 20px;
  border-top: 2px solid var(--border-color);
  background: white;
  display: flex;
  flex-direction: column;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
  z-index: 100;
}

.cart-total {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border-color);
}

.cart-total-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  font-size: 15px;
  color: var(--secondary-color);
}

.cart-total-line:last-child {
  margin-bottom: 0;
}

.cart-total-bonus {
  color: var(--primary-color);
  font-weight: 500;
}

.cart-total-pix {
  color: var(--green-color);
  font-weight: 500;
}

.cart-total-final {
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-color);
  margin-top: 12px;
  padding-top: 12px;
  padding-bottom: 0;
  margin-bottom: 0;
  border-top: 2px solid var(--border-color);
}

.cart-checkout-btn {
  width: 100%;
  padding: 20px;
  background: #38ab6b;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  font-family: "Manrope", sans-serif;
  cursor: pointer;
  transition: background 0.2s;
  margin-top: 12px;
  margin-bottom: 0;
  box-shadow: 0 4px 12px rgba(56, 171, 107, 0.3);
  position: relative;
  z-index: 101;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-transform: uppercase;
}

.cart-checkout-btn .checkout-arrow {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.cart-checkout-btn:hover {
  background: #2d8a56;
}

/* Overlay do Carrinho */
.cart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

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

/* Responsivo Mobile */
@media (max-width: 768px) {
  .cart-sidebar {
    max-width: 100%;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  .cart-sidebar-header {
    padding: 20px;
    flex-shrink: 0;
  }

  .cart-sidebar-content {
    padding: 20px;
    padding-bottom: 30px;
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    min-height: 0;
  }

  .cart-sidebar-footer {
    flex-shrink: 0;
    position: relative;
    padding: 16px 20px calc(50px + env(safe-area-inset-bottom)) 20px;
    z-index: 100;
  }

  .cart-item-image {
    width: 100px;
    height: 100px;
  }

  .cart-item-title {
    font-size: 15px;
  }

  .cart-item-info {
    font-size: 13px;
  }

  .cart-total {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .cart-checkout-btn {
    padding: 18px;
    font-size: 14px;
    line-height: 16px;
    margin-top: 10px;
    position: relative;
    z-index: 101;
  }

  .cart-total-line {
    margin-bottom: 8px;
    font-size: 14px;
  }

  .cart-total-final {
    margin-top: 10px;
    padding-top: 10px;
    font-size: 17px;
  }

  .cart-item-bonus {
    padding: 16px;
  }

  .order-bump-content {
    padding-left: 0;
    gap: 12px;
    flex-wrap: wrap;
  }

  .order-bump-content::before {
    width: 20px;
    height: 20px;
  }

  .order-bump-checkbox-custom {
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
  }

  .cart-item-bonus .cart-item-image {
    width: 60px;
    height: 60px;
  }

  .cart-item-bonus .cart-item-details {
    padding-right: 0;
    min-width: 0;
    flex: 1;
  }

  .cart-item-bonus .cart-item-title {
    font-size: 14px;
    line-height: 1.3;
  }

  .cart-item-bonus .cart-item-price {
    margin-top: 6px;
  }

  .cart-item-bonus .cart-item-price-old {
    font-size: 11px;
  }

  .cart-item-bonus .cart-item-price-current {
    font-size: 16px;
  }

  .order-bump-options {
    margin-top: 10px;
    padding-top: 10px;
  }

  .order-bump-cueca-group {
    margin-bottom: 10px;
  }

  .order-bump-cueca-label {
    font-size: 10px;
    margin-bottom: 6px;
  }

  .order-bump-options-row {
    gap: 8px;
    flex-wrap: wrap;
  }

  .order-bump-option-group {
    min-width: calc(50% - 4px);
    flex: 1;
  }

  .order-bump-option-label {
    font-size: 12px;
    margin-bottom: 4px;
  }

  .order-bump-color-btn,
  .order-bump-size-btn {
    padding: 6px 10px;
    font-size: 12px;
  }

  .order-bump-color-thumb {
    width: 18px;
    height: 18px;
  }
}
