:root {
  --orange: #ee4d2d;
  --orange-bright: #ff470f;
  --teal: #00bfa5;
  --text: #020817;
  --muted: #6b7280;
  --soft: #f3f4f6;
  --line: #eeeeee;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: #3a3a3a;
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

button,
a,
input {
  font: inherit;
}

button,
a {
  color: inherit;
  text-decoration: none;
}

button {
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
}

img {
  display: block;
}

.phone {
  width: min(100vw, 390px);
  min-height: 100vh;
  margin: 0 auto;
  background: #f3f4f6;
  position: relative;
  overflow-x: hidden;
}

.product-page {
  padding-bottom: 74px;
  background: #f5f5f5;
}

.hero {
  position: relative;
  width: 100%;
  height: min(100vw, 390px);
  background: #eee;
  overflow: hidden;
}

.gallery {
  width: 100%;
  height: 100%;
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.gallery::-webkit-scrollbar {
  display: none;
}

.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex: 0 0 100%;
  scroll-snap-align: center;
}

.top-actions {
  position: absolute;
  top: 10px;
  left: 12px;
  right: 12px;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}

.top-right {
  display: flex;
  gap: 10px;
}

.round-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  display: grid;
  place-items: center;
  color: #fff;
  pointer-events: auto;
}

.round-btn svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  stroke-width: 2.2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dots {
  font-size: 27px;
  line-height: 27px;
  padding-bottom: 5px;
}

.counter {
  position: absolute;
  right: 18px;
  bottom: 18px;
  min-width: 49px;
  height: 26px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}

.panel {
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
}

.price-panel {
  padding: 0;
}

.price-line-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  min-height: 73px;
  padding: 12px 16px 4px;
}

.price-left {
  min-width: 0;
}

.price-line {
  display: flex;
  align-items: flex-end;
  color: var(--orange);
  gap: 4px;
  line-height: 1;
}

.currency {
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 7px;
}

.price-main {
  font-size: 38px;
  font-weight: 800;
}

.cents {
  font-size: 26px;
  font-weight: 800;
  padding-bottom: 4px;
}

.pix {
  color: var(--orange);
  font-size: 14px;
  padding-bottom: 7px;
  margin-left: 4px;
}

.sold-heart {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #6b7280;
  font-size: 13px;
  padding-top: 8px;
  white-space: nowrap;
}

.heart {
  width: 26px;
  height: 26px;
  stroke: #cbd5e1;
  fill: none;
  stroke-width: 1.8;
}

.installments {
  color: #6b7280;
  font-size: 13px;
  margin-top: 3px;
}

.title {
  margin: 0;
  min-height: 61px;
  padding: 8px 16px 12px;
  font-size: 15px;
  line-height: 1.36;
  font-weight: 400;
  color: #1f2937;
}

.section {
  background: #fff;
  padding: 12px 16px;
  border-top: 1px solid #f3f4f6;
  border-bottom: 0;
}

.color-section {
  min-height: 143px;
}

.size-section {
  min-height: 103px;
}

.section h2 {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.5;
}

.variants,
.modal-variants {
  display: flex;
  gap: 10px;
}

.variant-item {
  width: 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.variant-thumb {
  width: 60px;
  height: 60px;
  display: block;
  flex: 0 0 60px;
  border: 2px solid #e5e7eb;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}

.variant-thumb.active {
  border-color: var(--orange);
}

.variant-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.variant-label {
  width: 72px;
  margin-top: 7px;
  color: #6b7280;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.size-pill {
  min-width: 108px;
  height: 39px;
  padding: 0 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #f5f5f5;
  color: #333;
  font-size: 14px;
}

.size-pill.active {
  border-color: var(--orange);
  background: #fff8f5;
}

.size-options,
.modal-sizes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.strip {
  height: 8px;
  background: #f5f5f5;
}

.row {
  min-height: 50px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border-bottom: 1px solid #eeeeee;
  font-size: 14px;
}

.row .chev,
.tabs .chev {
  margin-left: auto;
  color: #9ca3af;
  font-size: 28px;
  line-height: 1;
}

.truck {
  width: 22px;
  height: 22px;
  color: #16a34a;
}

.green {
  color: #16a34a;
  font-weight: 700;
}

.old {
  color: #9ca3af;
  text-decoration: line-through;
}

.gift {
  font-size: 20px;
  width: 26px;
}

.tabs {
  height: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #eeeeee;
  position: relative;
}

.tab {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 15px;
  color: #9ca3af;
}

.tab.active {
  color: #1f2937;
  font-weight: 600;
}

.tabs::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 2px;
  background: var(--orange);
}

.description {
  padding: 16px 16px 0;
  background: #fff;
}

.description h2 {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.5;
}

.description p {
  margin: 0 0 14px;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.65;
}

.description h3 {
  margin: 14px 0 8px;
  color: #111827;
  font-size: 14px;
}

.description-content {
  max-height: 54px;
  overflow: hidden;
}

.description.open .description-content {
  max-height: none;
}

.size-table {
  width: 100%;
  border-collapse: collapse;
  margin: 8px 0 14px;
  font-size: 13px;
  color: #374151;
}

.size-table td {
  border: 1px solid #eeeeee;
  padding: 8px 10px;
}

.size-table td:first-child {
  width: 78px;
  color: #111827;
  font-weight: 700;
}

.see-more {
  width: calc(100% + 32px);
  margin-left: -16px;
  height: 46px;
  border-top: 1px solid #f3f4f6;
  color: #6b7280;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.reviews {
  background: #fff;
  padding: 22px 16px 90px;
}

.reviews-head {
  display: flex;
  align-items: center;
  gap: 9px;
  padding-bottom: 18px;
  border-bottom: 1px solid #eeeeee;
}

.score {
  font-size: 31px;
  font-weight: 700;
}

.star-big {
  color: #ffc107;
  font-size: 28px;
}

.reviews-title {
  color: #6b7280;
  font-size: 17px;
}

.more-link {
  margin-left: auto;
  color: #6b7280;
  font-size: 17px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.review {
  display: grid;
  grid-template-columns: 40px 1fr auto;
  column-gap: 12px;
  padding: 20px 0;
  border-bottom: 1px solid #eeeeee;
}

.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e5e7eb;
  color: #6b7280;
  display: grid;
  place-items: center;
  font-size: 16px;
}

.review-name {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 12px;
}

.review-stars {
  color: #ffc107;
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.review-text {
  color: #4b5563;
  font-size: 17px;
  line-height: 1.48;
  margin-bottom: 12px;
}

.review-photo {
  width: 64px;
  height: 64px;
  border-radius: 4px;
  object-fit: cover;
}

.useful {
  color: #9ca3af;
  font-size: 16px;
  white-space: nowrap;
  padding-top: 3px;
}

.recommend-title {
  padding: 16px;
  background: #fff;
  font-size: 18px;
  font-weight: 700;
}

.recommend-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 0 12px 18px;
}

.product-card {
  background: #fff;
  border: 1px solid #f3f4f6;
  border-radius: 4px;
  overflow: hidden;
}

.product-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #eee;
}

.card-body {
  padding: 8px;
}

.card-name {
  min-height: 35px;
  font-size: 14px;
  line-height: 1.25;
  color: #1f2937;
  overflow: hidden;
}

.card-rating {
  color: #fbbf24;
  font-size: 13px;
  margin-top: 5px;
}

.card-price {
  color: var(--orange);
  font-weight: 700;
  margin-top: 3px;
}

.card-price strong {
  font-size: 22px;
}

.card-meta {
  color: #6b7280;
  font-size: 12px;
  margin-top: 4px;
}

.bottom-bar {
  position: fixed;
  left: 50%;
  bottom: 0;
  width: min(100vw, 390px);
  transform: translateX(-50%);
  height: 50px;
  display: grid;
  grid-template-columns: 72px 72px 1fr;
  z-index: 20;
}

.bar-icon {
  background: var(--teal);
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.55);
}

.bar-icon svg {
  width: 31px;
  height: 31px;
  color: #fff;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.buy-fixed {
  background: var(--orange);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 40;
  display: none;
  align-items: flex-end;
  justify-content: center;
}

.modal-backdrop.open {
  display: flex;
}

.sheet {
  width: min(100vw, 390px);
  background: #fff;
  border-radius: 14px 14px 0 0;
  padding: 16px;
}

.sheet-top {
  display: grid;
  grid-template-columns: 80px 1fr 28px;
  gap: 12px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eeeeee;
}

.sheet-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 4px;
}

.sheet-price {
  color: var(--orange);
  line-height: 1.1;
  margin-top: 6px;
}

.sheet-price .currency {
  font-size: 16px;
  padding-bottom: 0;
}

.sheet-price .price-main {
  font-size: 30px;
}

.sheet-price .cents {
  font-size: 24px;
  padding-bottom: 0;
}

.sheet .pix {
  color: var(--orange);
  font-size: 15px;
  padding-bottom: 0;
}

.sheet-sub,
.sheet-stock {
  color: #9ca3af;
  font-size: 16px;
  margin-top: 7px;
}

.close {
  color: #9ca3af;
  font-size: 28px;
  line-height: 1;
}

.sheet-block {
  padding: 17px 0 18px;
  border-bottom: 1px solid #eeeeee;
}

.sheet-block h3,
.quantity-row h3 {
  margin: 0 0 16px;
  font-size: 19px;
}

.modal-variant {
  width: 48px;
  height: 48px;
  border: 2px solid #e5e7eb;
  border-radius: 4px;
  overflow: hidden;
}

.modal-variant.active {
  border-color: var(--orange);
}

.modal-variant img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-size {
  height: 34px;
  min-width: 87px;
  padding: 0 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #f5f5f5;
  font-size: 17px;
}

.modal-size.active {
  border-color: var(--orange);
  background: #fff8f5;
}

.quantity-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 0 18px;
}

.quantity-row h3 {
  margin: 0;
}

.qty {
  height: 36px;
  min-width: 112px;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  display: grid;
  grid-template-columns: 1fr 1px 1fr 1px 1fr;
  align-items: center;
  overflow: hidden;
}

.qty button,
.qty span {
  height: 100%;
  display: grid;
  place-items: center;
  font-size: 20px;
}

.qty .divider {
  height: 100%;
  background: #e5e7eb;
}

.qty .plus {
  color: var(--orange);
}

.sheet-buy {
  width: 100%;
  height: 47px;
  border-radius: 8px;
  background: var(--orange);
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  margin-top: 4px;
}

.cart-page {
  min-height: 100vh;
  background: #f3f4f6;
  padding-bottom: 92px;
}

.cart-header {
  height: 50px;
  position: sticky;
  top: 0;
  z-index: 10;
  background: #fff;
  display: grid;
  grid-template-columns: 48px 1fr 48px;
  align-items: center;
  border-bottom: 1px solid #e5e7eb;
}

.cart-header .back {
  width: 48px;
  height: 50px;
  display: grid;
  place-items: center;
}

.cart-header svg {
  width: 23px;
  height: 23px;
  stroke: #020817;
  fill: none;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cart-header h1 {
  margin: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.cart-card {
  background: #fff;
  margin: 8px 8px 0;
  border-radius: 8px;
  overflow: hidden;
}

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

.cart-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 4px;
}

.cart-product-title {
  font-size: 14px;
  line-height: 1.42;
  margin-bottom: 2px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cart-variant {
  color: #6b7280;
  font-size: 12px;
}

.cart-price {
  color: var(--orange-bright);
  font-size: 14px;
  font-weight: 700;
  margin-top: 5px;
}

.cart-price span {
  color: #9ca3af;
  font-weight: 400;
  font-size: 12px;
}

.cart-old-price {
  color: #9ca3af;
  font-size: 12px;
  margin-top: 2px;
}

.cart-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}

.cart-controls .qty {
  width: 92px;
  min-width: 92px;
  height: 27px;
}

.cart-controls .qty button,
.cart-controls .qty span {
  font-size: 18px;
}

.trash svg {
  width: 20px;
  height: 20px;
  color: #9ca3af;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.shipping {
  padding: 14px 12px 16px;
}

.shipping-head,
.total-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
}

.shipping-head span:last-child {
  color: #6b7280;
}

.shipping-option {
  margin-top: 12px;
  border: 1px solid #86efac;
  background: #f0fdf4;
  border-radius: 4px;
  padding: 10px 9px;
}

.shipping-option-main {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
}

.shipping-option-main span:last-child {
  color: #6b7280;
}

.shipping-date {
  margin-top: 10px;
  color: #9ca3af;
  font-size: 16px;
}

.coupon {
  padding: 14px 12px 12px;
}

.total-line {
  padding-bottom: 12px;
  border-bottom: 1px solid #e5e7eb;
}

.total-line strong {
  font-size: 18px;
}

.coupon-title {
  margin-top: 12px;
  font-size: 18px;
}

.coupon-row {
  display: grid;
  grid-template-columns: 1fr 74px;
  gap: 5px;
  margin-top: 14px;
}

.coupon-row input {
  min-width: 0;
  height: 34px;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  background: #f9fafb;
  padding: 0 10px;
  outline: none;
  color: #9ca3af;
  font-size: 18px;
}

.coupon-row input::placeholder {
  color: #9ca3af;
}

.apply {
  height: 34px;
  border-radius: 4px;
  background: var(--orange-bright);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.checkout-bar {
  position: fixed;
  left: 50%;
  bottom: 0;
  width: min(100vw, 390px);
  transform: translateX(-50%);
  height: 76px;
  background: #fff;
  border-top: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  z-index: 20;
}

.checkout-total-label {
  color: #9ca3af;
  font-size: 15px;
  margin-bottom: 7px;
}

.checkout-total-value {
  color: var(--orange-bright);
  font-size: 23px;
  font-weight: 700;
}

.checkout-btn {
  min-width: 164px;
  height: 44px;
  border-radius: 8px;
  background: var(--orange-bright);
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

.empty-cart {
  min-height: calc(100vh - 50px);
  display: grid;
  place-content: center;
  gap: 16px;
  text-align: center;
  background: #fff;
  color: #6b7280;
  font-size: 14px;
}

.empty-link {
  color: var(--orange);
  font-size: 14px;
}

.checkout-page {
  background: #f5f5f5;
  padding-bottom: 86px;
}

.checkout-header {
  height: 50px;
  position: sticky;
  top: 0;
  z-index: 30;
  background: #fff;
  display: grid;
  grid-template-columns: 48px 1fr 48px;
  align-items: center;
  border-bottom: 1px solid #f3f4f6;
}

.checkout-header .back {
  width: 48px;
  height: 50px;
  display: grid;
  place-items: center;
}

.checkout-header svg,
.checkout-title-icon svg,
.safe-shield svg,
.pix-hero svg,
.pix-order-card svg,
.copy-pix svg {
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.checkout-header .back svg {
  width: 23px;
  height: 23px;
  stroke-width: 2.2;
  color: #1f2937;
}

.checkout-header h1 {
  margin: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

.checkout-section {
  background: #fff;
  margin-top: 8px;
  padding: 12px 16px;
}

.address-section {
  margin-top: 8px;
}

.checkout-title {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 600;
  color: #111827;
}

.checkout-title-icon {
  display: grid;
  place-items: center;
  color: var(--orange);
}

.checkout-title-icon svg {
  width: 18px;
  height: 18px;
  stroke-width: 2.2;
}

.checkout-form {
  display: grid;
  gap: 8px;
}

.checkout-form input {
  width: 100%;
  min-width: 0;
  height: 46px;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  background: #fff;
  padding: 0 12px;
  outline: none;
  color: #1f2937;
  font-size: 16px;
}

.checkout-form input:focus {
  border-color: var(--orange);
}

.checkout-form input::placeholder {
  color: #9ca3af;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.address-row {
  grid-template-columns: 1fr 70px;
}

.city-row {
  grid-template-columns: 1fr 60px;
}

.store-section {
  padding: 0;
}

.store-head {
  min-height: 36px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #f3f4f6;
}

.store-head span {
  background: var(--orange);
  color: #fff;
  font-size: 10px;
  padding: 3px 7px;
  border-radius: 4px;
  font-weight: 600;
}

.store-head strong {
  font-size: 13px;
}

.checkout-item {
  padding: 12px 16px;
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 12px;
  align-items: center;
}

.checkout-item img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 4px;
}

.checkout-item p {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.35;
  color: #1f2937;
}

.checkout-item strong {
  display: block;
  color: var(--orange);
  font-size: 16px;
}

.checkout-item strong span {
  font-size: 13px;
  font-weight: 400;
}

.checkout-item small {
  display: block;
  margin-top: 4px;
  color: #9ca3af;
  font-size: 12px;
}

.checkout-item > span {
  color: #9ca3af;
  font-size: 13px;
  align-self: end;
  padding-bottom: 7px;
}

.safe-section {
  padding: 0;
}

.safe-head {
  min-height: 48px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.safe-shield {
  width: 18px;
  height: 18px;
  color: var(--teal);
}

.safe-shield svg {
  width: 18px;
  height: 18px;
  stroke-width: 2.1;
}

.safe-head strong {
  font-size: 14px;
  flex: 0 0 auto;
}

.safe-head span:not(.safe-shield) {
  background: var(--orange);
  color: #fff;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 10px;
  font-weight: 600;
}

.safe-head button {
  margin-left: auto;
  color: var(--orange);
  font-size: 13px;
}

.safe-line {
  display: grid;
  grid-template-columns: 20px 1fr auto;
  gap: 10px;
  padding: 0 16px 12px;
  align-items: start;
  border-bottom: 1px solid #eeeeee;
  cursor: pointer;
}

.fake-checkbox,
.offer-check {
  width: 18px;
  height: 18px;
  border: 2px solid #d1d5db;
  border-radius: 5px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.fake-checkbox.checked,
.offer-check.checked {
  border-color: #22c55e;
  background: #22c55e;
}

.fake-checkbox.checked::after,
.offer-check.checked::after {
  content: "✓";
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.safe-line p {
  margin: 0;
  color: #4b5563;
  font-size: 13px;
  line-height: 1.45;
}

.safe-line strong {
  font-size: 13px;
  font-weight: 400;
  color: #1f2937;
  line-height: 1.45;
}

.section-row-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.section-row-head strong {
  font-size: 13px;
}

.section-row-head span {
  color: #9ca3af;
  font-size: 12px;
}

.shipping-choice {
  border: 1px solid rgba(0, 191, 165, 0.3);
  background: rgba(232, 245, 233, 0.3);
  border-radius: 8px;
  padding: 14px 12px;
  display: grid;
  grid-template-columns: 18px 1fr auto;
  align-items: start;
  gap: 10px;
}

.radio-dot {
  width: 18px;
  height: 18px;
  border: 3px solid var(--teal);
  border-radius: 50%;
  position: relative;
  margin-top: 1px;
}

.radio-dot::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: var(--teal);
}

.shipping-choice strong,
.shipping-choice b {
  font-size: 13px;
  color: #1f2937;
}

.shipping-choice p {
  margin: 6px 0 0;
  color: #9ca3af;
  font-size: 11px;
}

.pix-row {
  height: 45px;
  display: grid;
  grid-template-columns: 22px 1fr 20px;
  gap: 12px;
  align-items: center;
  border-bottom: 1px solid #f3f4f6;
}

.pix-mini svg {
  width: 22px;
  height: 22px;
}

.pix-row span:not(.pix-mini) {
  font-size: 13px;
}

.pix-row i {
  width: 18px;
  height: 18px;
  border: 3px solid var(--orange);
  border-radius: 50%;
  position: relative;
}

.pix-row i::after {
  content: "";
  position: absolute;
  inset: 3px;
  background: var(--orange);
  border-radius: 50%;
}

.checkout-offer {
  background: #fff;
  margin-top: 8px;
}

.checkout-offer h3 {
  margin: 0;
  padding: 13px 16px;
  background: #fff1eb;
  border-bottom: 1px solid #ffd1c7;
  color: var(--orange);
  font-size: 13px;
}

.offer-body {
  display: grid;
  grid-template-columns: 20px 60px 1fr;
  gap: 10px;
  align-items: start;
  padding: 14px 16px;
  cursor: pointer;
}

.offer-body img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
}

.offer-body strong {
  display: block;
  font-size: 13px;
  line-height: 1.25;
}

.offer-body p {
  margin: 6px 0;
  color: #6b7280;
  font-size: 12px;
}

.offer-body b {
  color: var(--orange);
  font-size: 16px;
}

.offer-body span {
  color: #9ca3af;
  text-decoration: line-through;
  font-size: 12px;
}

.offer-body em {
  background: var(--orange);
  color: #fff;
  border-radius: 4px;
  padding: 3px 6px;
  font-style: normal;
  font-size: 11px;
  font-weight: 700;
}

.payment-details h3,
.pix-card h3 {
  margin: 0 0 16px;
  font-size: 13px;
  color: #1f2937;
}

.payment-details div,
.pix-details div {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  color: #6b7280;
  font-size: 12px;
}

.payment-details div strong,
.pix-details div strong {
  color: #1f2937;
}

.payment-details .payment-total {
  border-top: 1px solid #f3f4f6;
  padding-top: 12px;
  color: #1f2937;
  font-weight: 600;
}

.checkout-page .checkout-bar {
  height: 72px;
  padding: 10px 16px;
}

.checkout-page .checkout-total-label {
  font-size: 11px;
  margin-bottom: 2px;
}

.checkout-page .checkout-total-value {
  font-size: 17px;
}

.checkout-page .checkout-btn {
  min-width: 164px;
  height: 46px;
  font-size: 14px;
  font-weight: 600;
}

.pix-page {
  background: #f5f5f5;
  padding-bottom: 26px;
}

.pix-hero {
  background: var(--orange);
  color: #fff;
  text-align: center;
  padding: 26px 16px 28px;
}

.pix-hero span {
  display: grid;
  place-items: center;
}

.pix-hero svg {
  width: 42px;
  height: 42px;
  stroke-width: 1.7;
}

.pix-hero h1 {
  margin: 12px 0 8px;
  font-size: 15px;
  font-weight: 700;
}

.pix-hero p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  font-weight: 600;
}

.pix-order-card,
.pix-card {
  background: #fff;
  margin: 0 12px;
  border-radius: 8px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
}

.pix-order-card {
  margin-top: -18px;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pix-order-card p {
  margin: 0;
  color: #9ca3af;
  font-size: 11px;
}

.pix-order-card strong {
  display: block;
  margin-top: 4px;
  color: #1f2937;
  font-size: 13px;
}

.pix-order-card span {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #ff9800;
  background: #fff3e0;
  border-radius: 999px;
  padding: 8px 13px;
  font-size: 11px;
  font-weight: 600;
}

.pix-order-card svg {
  width: 14px;
  height: 14px;
  stroke-width: 2;
}

.pix-card {
  margin-top: 12px;
  padding: 16px;
}

.pix-main-card {
  text-align: center;
}

.pix-card-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
}

.pix-card-title svg {
  width: 30px;
  height: 30px;
}

.pix-card-title strong {
  font-size: 14px;
}

.pix-amount {
  background: #f5f5f5;
  border-radius: 8px;
  padding: 20px 10px;
  margin-bottom: 18px;
}

.pix-amount strong {
  color: var(--orange);
  font-size: 22px;
}

.pix-amount p {
  margin: 8px 0 0;
  color: #9ca3af;
  font-size: 11px;
  font-weight: 600;
}

.qr-label {
  color: #6b7280;
  font-size: 11px;
  margin: 0 0 10px;
}

.qr-code {
  width: 180px;
  height: 180px;
  margin: 0 auto 18px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 8px;
  background: #fff;
}

.qr-loading {
  display: grid;
  place-items: center;
  color: #9ca3af;
  font-size: 12px;
}

.partner {
  margin: 0 0 14px;
  color: #4b5563;
  font-size: 13px;
  line-height: 1.45;
}

.partner strong {
  color: #4caf50;
}

.copy-pix {
  width: 100%;
  height: 58px;
  border-radius: 8px;
  background: var(--orange);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 10px 18px rgba(238, 77, 45, 0.2);
  transition:
    background 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease;
}

.copy-pix:disabled {
  opacity: 0.75;
  cursor: default;
}

.copy-pix svg {
  width: 22px;
  height: 22px;
  stroke-width: 2;
}

.copy-pix.copied {
  background: #12b76a;
  box-shadow: 0 12px 22px rgba(18, 183, 106, 0.26);
  animation: copyPulse 0.48s ease;
}

.copy-pix.copied svg {
  animation: copyIconPop 0.48s ease;
}

@keyframes copyPulse {
  0% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.035);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes copyIconPop {
  0% {
    transform: scale(0.82) rotate(-8deg);
  }
  55% {
    transform: scale(1.18) rotate(4deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}

.copy-code {
  margin-top: 14px;
  background: #f9fafb;
  border-radius: 8px;
  padding: 14px;
  text-align: left;
}

.copy-code strong {
  display: block;
  color: #6b7280;
  font-size: 11px;
  margin-bottom: 8px;
}

.copy-code p {
  margin: 0;
  color: #4b5563;
  font-size: 11px;
  line-height: 1.55;
  word-break: break-all;
}

.how-pay {
  margin-top: 14px;
  background: #fff8f5;
  border: 1px solid rgba(238, 77, 45, 0.2);
  border-radius: 8px;
  padding: 14px;
  text-align: left;
}

.how-pay > strong {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
}

.how-pay ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.how-pay li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  color: #374151;
  font-size: 12px;
  line-height: 1.45;
}

.how-pay li span {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #4caf50;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: 800;
}

.how-pay li p {
  margin: 0;
}

.pix-order-item {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  gap: 12px;
  align-items: center;
}

.pix-order-item > div {
  min-width: 0;
}

.pix-order-item img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 4px;
}

.pix-order-item p {
  margin: 0;
  color: #374151;
  font-size: 12px;
  overflow: hidden;
  display: block;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.35;
}

.pix-order-item strong {
  display: block;
  color: var(--orange);
  font-size: 12px;
  margin-top: 6px;
}

.pix-order-item > span {
  color: #9ca3af;
  font-size: 11px;
}

.pix-details div:last-child {
  border-top: 1px solid #f3f4f6;
  padding-top: 12px;
  color: #1f2937;
  font-size: 13px;
  font-weight: 700;
}

.pix-details div:last-child strong {
  color: var(--orange);
}

.back-store {
  width: calc(100% - 24px);
  height: 48px;
  margin: 16px 12px 0;
  border: 1px solid var(--orange);
  color: var(--orange);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
}

.thanks-page {
  background: #f5f5f5;
  padding-bottom: 26px;
}

.thanks-hero {
  background: var(--orange);
  color: #fff;
  text-align: center;
  padding: 28px 16px 42px;
}

.thanks-hero span {
  display: grid;
  place-items: center;
}

.thanks-hero svg {
  width: 46px;
  height: 46px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.thanks-hero h1 {
  margin: 13px 0 8px;
  font-size: 18px;
  font-weight: 800;
}

.thanks-hero p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  font-weight: 600;
}

.thanks-order-card,
.thanks-card {
  background: #fff;
  margin: 0 12px;
  border-radius: 8px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
}

.thanks-order-card {
  margin-top: -24px;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.thanks-order-card p {
  margin: 0;
  color: #9ca3af;
  font-size: 12px;
}

.thanks-order-card strong {
  display: block;
  margin-top: 5px;
  color: #1f2937;
  font-size: 16px;
}

.thanks-order-card span {
  background: #e8f5e9;
  color: #4caf50;
  border-radius: 999px;
  padding: 8px 13px;
  font-size: 12px;
  font-weight: 700;
}

.thanks-card {
  margin-top: 12px;
  padding: 16px;
}

.thanks-card h2 {
  margin: 0 0 10px;
  color: #1f2937;
  font-size: 15px;
}

.tracking-card > p {
  margin: 0;
  color: #4b5563;
  font-size: 13px;
  line-height: 1.55;
}

.tracking-card > p strong {
  color: var(--orange);
}

.tracking-status {
  margin-top: 14px;
  padding: 13px;
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  background: #fff8f5;
  border: 1px solid rgba(238, 77, 45, 0.18);
  border-radius: 8px;
}

.tracking-status > span,
.next-steps li span {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #4caf50;
  color: #fff;
  font-weight: 800;
  font-size: 13px;
}

.tracking-status strong {
  display: block;
  margin-bottom: 4px;
  color: #1f2937;
  font-size: 13px;
}

.tracking-status p {
  margin: 0;
  color: #6b7280;
  font-size: 12px;
  line-height: 1.45;
}

.next-steps ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.next-steps li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  align-items: start;
}

.next-steps li p {
  margin: 0;
  color: #4b5563;
  font-size: 13px;
  line-height: 1.45;
}

.review-lightbox {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.82);
  padding: 22px;
}

.review-lightbox.open {
  display: flex;
}

.review-lightbox img {
  max-width: 100%;
  max-height: 78vh;
  border-radius: 6px;
  object-fit: contain;
  background: #fff;
}

.review-lightbox-close {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 36px;
  height: 36px;
  color: #fff;
  font-size: 34px;
  line-height: 1;
}

@media (min-width: 391px) {
  .phone {
    margin-top: 14px;
    min-height: calc(100vh - 28px);
  }
}
