.content-header { display: none !important; }
.app { background: #f7f7f7; padding-bottom: 54px; }

.product-gallery {
  position: relative;
  background: #fff;
  padding: 66px 18px 14px;
}

.gallery-actions {
  position: absolute;
  z-index: 10;
  top: 13px;
  left: 16px;
  right: 16px;
  display: flex;
  align-items: center;
  gap: 9px;
}

.gallery-actions > span { flex: 1; }
.gallery-actions button {
  position: relative;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #727272bd;
  color: #fff;
  font-size: 26px;
  cursor: pointer;
  backdrop-filter: blur(4px);
}

.gallery-actions button i {
  position: absolute;
  right: 0;
  top: -4px;
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f4512b;
  font: normal 11px Arial;
}

.main-photo {
  position: relative;
  height: 470px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.main-photo > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: opacity .15s ease;
}

.main-photo > span {
  position: absolute;
  right: 3px;
  bottom: 8px;
  padding: 7px 12px;
  border-radius: 18px;
  background: #555d;
  color: #fff;
  font-size: 16px;
}

.gallery-arrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #555;
  font-size: 28px;
  box-shadow: 0 3px 15px #0002;
  cursor: pointer;
}

.gallery-arrow.prev { left: 0; }
.gallery-arrow.next { right: 0; }

.thumbnail-strip {
  height: 72px;
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: 7px;
  overflow-x: auto;
  scrollbar-width: none;
}

.thumbnail-strip::-webkit-scrollbar { display: none; }
.thumbnail-strip button {
  width: 67px;
  height: 67px;
  flex: none;
  padding: 3px;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 5px;
  background: #fff;
}

.thumbnail-strip button.active { border-color: #f14b2c; }
.thumbnail-strip img { width: 100%; height: 100%; object-fit: contain; }

.flash-offer {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 19px;
  background: #fb542f;
  color: #fff;
}

.flash-offer > strong { font-size: 21px; font-style: italic; }
.flash-offer > span { display: flex; align-items: center; gap: 7px; font-size: 14px; }
.flash-offer b { padding: 7px 9px; border-radius: 3px; background: #242a2d; font-size: 21px; }
.flash-offer i { font-style: normal; font-size: 20px; }

.new-details {
  padding: 20px 19px 23px;
  background: #fff;
  border-bottom: 10px solid #f1f1f1;
}

.new-price { display: flex; align-items: center; gap: 9px; }
.new-price > strong { color: #f04d2d; font-size: 32px; }
.new-price del { color: #999; font-size: 17px; }
.new-price > span { padding: 4px 7px; background: #fff0eb; color: #f04d2d; }
.new-price small { margin-left: auto; color: #999; font-size: 15px; }
.new-price button { border: 0; background: transparent; font-size: 38px; line-height: 1; }
.new-details > p { margin: 10px 0 22px; font-size: 17px; color: #555; }
.new-details h1 { margin: 0; font-size: 19px; line-height: 1.55; font-weight: 400; }
.new-details h1 span {
  display: inline-block;
  margin-right: 9px;
  padding: 2px 7px;
  border-radius: 2px;
  background: #f14e31;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.new-shipping { background: #fff; border-bottom: 10px solid #f1f1f1; }
.new-shipping > div {
  min-height: 59px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 19px;
  border-bottom: 1px solid #eee;
}

.new-shipping > div > img {
  width: 29px;
  height: 29px;
  flex: none;
  object-fit: contain;
}

.new-shipping > div > img.payment-icon {
  width: 38px;
  height: 38px;
  margin: -5px;
  transform: scale(1.45);
}
.new-shipping p { flex: 1; margin: 0; font-size: 17px; }
.new-shipping p b { font-size: 18px; }
.new-shipping div:first-child p b { color: #00bba7; }
.new-shipping del { color: #999; }
.new-shipping i { color: #aaa; font-size: 28px; }

.sales-highlight {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 20px;
  border-bottom: 10px solid #f3f3f3;
  background: #fff9ea;
  color: #ef4c33;
}

.sales-highlight > img {
  width: 30px;
  height: 30px;
  flex: none;
  object-fit: contain;
}
.sales-highlight strong { flex: 1; font-size: 17px; }
.sales-highlight i { font: normal 29px/1 Arial; }

.delivery-benefits {
  padding: 4px 20px 13px;
  border-bottom: 10px solid #f3f3f3;
  background: #fff;
}

.delivery-benefits > div {
  min-height: 73px;
  display: flex;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid #eee;
}

.delivery-benefits > div:last-child { border-bottom: 0; }
.delivery-benefits img.benefit-icon { width: 31px; height: 31px; flex: none; object-fit: contain; }
.delivery-benefits img.location-icon {
  width: 29px;
  height: 29px;
}
.delivery-benefits p { margin: 0; font-size: 17px; line-height: 1.35; }
.delivery-benefits strong { font-size: 18px; }
.delivery-benefits small { display: block; margin-top: 5px; color: #888; font-size: 15px; }

.review-preview { border-bottom: 10px solid #f3f3f3; background: #fff; }
.review-preview header {
  min-height: 79px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  border-bottom: 1px solid #eee;
}

.review-preview header p { margin: 0; font-size: 18px; }
.review-preview header p > strong { margin-right: 8px; font-size: 31px; }
.review-preview header p > strong span { color: #ffbd20; }
.review-preview header p > b { font-size: 19px; }
.review-preview header small { color: #777; font-size: 16px; }
.review-preview header button { border: 0; background: none; color: #777; font-size: 16px; }

.review-tags {
  display: flex;
  gap: 11px;
  padding: 17px 20px;
  overflow-x: auto;
  scrollbar-width: none;
}

.review-tags::-webkit-scrollbar { display: none; }
.review-tags span {
  flex: none;
  padding: 9px 18px;
  border: 1px solid #ddd;
  border-radius: 24px;
  color: #555;
  font-size: 16px;
}

.featured-videos {
  padding: 0 20px 21px;
  border-bottom: 10px solid #f3f3f3;
  background: #fff;
}

.featured-videos > header {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.featured-videos h2 { margin: 0; font-size: 20px; }
.featured-videos header span { color: #777; font-size: 29px; }
.featured-video-card {
  position: relative;
  width: min(58%, 330px);
  aspect-ratio: 9 / 14;
  overflow: hidden;
  border-radius: 10px;
  background: #eee;
}

.featured-video-card video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.featured-video-card > button {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: 64px;
  height: 64px;
  transform: translate(-50%, -50%);
  border: 0;
  border-radius: 50%;
  background: #3b3b3bbf;
  color: #fff;
  font-size: 27px;
  cursor: pointer;
}

.featured-video-card > button.hidden { display: none; }
.video-caption {
  position: absolute;
  left: 17px;
  right: 12px;
  bottom: 14px;
  display: flex;
  flex-direction: column;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  text-shadow: 0 1px 4px #000;
  pointer-events: none;
}

.store, .description, .reviews {
  margin: 10px;
  background: #fff;
  border-radius: 8px;
  border: 0;
  box-shadow: none;
}

.bottom-bar {
  height: 54px;
  padding: 0;
  gap: 0;
  background: #fff;
}

.bottom-bar button { height: 54px; border-radius: 0 !important; }
.chat-action, .cart-action {
  width: 28%;
  border: 0;
  color: #fff;
  font-size: 30px;
}

.chat-action { background: #08bda8; }
.cart-action { background: #08a891; }
.bottom-bar .buy { flex: 1; background: #f0442c; color: #fff; font-size: 22px; }

@media (max-width: 620px) {
  .app { padding-bottom: 17vw; }
  .product-gallery { padding: 13.5vw 0 2.4vw; }
  .gallery-actions { top: 2.5vw; left: 3vw; right: 3vw; gap: 1.6vw; }
  .gallery-actions button { width: 9.2vw; height: 9.2vw; font-size: 5vw; }
  .main-photo { height: 68vw; }
  .gallery-arrow { width: 8vw; height: 8vw; font-size: 6vw; }
  .thumbnail-strip { height: 13vw; gap: 1.5vw; }
  .thumbnail-strip button { width: 12vw; height: 12vw; }
  .main-photo > span { font-size: 3vw; }
  .flash-offer { height: 12vw; padding: 0 3.5vw; }
  .flash-offer > strong { font-size: 4vw; }
  .flash-offer > span { font-size: 2.7vw; gap: 1vw; }
  .flash-offer b { padding: 1.2vw 1.5vw; font-size: 4vw; }
  .new-details { padding: 3.5vw 3.3vw 4vw; }
  .new-price { gap: 1.5vw; }
  .new-price > strong { font-size: 6vw; }
  .new-price del { font-size: 3vw; }
  .new-price > span { font-size: 3vw; }
  .new-price small { font-size: 2.8vw; }
  .new-price button { font-size: 7vw; }
  .new-details > p { font-size: 3.2vw; margin: 1.8vw 0 3.6vw; }
  .new-details h1 { font-size: 3.5vw; }
  .new-details h1 span { font-size: 2.4vw; }
  .new-shipping > div { min-height: 11vw; padding: 0 3.3vw; gap: 2vw; }
  .new-shipping > div > img { width: 5.3vw; height: 5.3vw; }
  .new-shipping p { font-size: 3.2vw; }
  .new-shipping p b { font-size: 3.5vw; }
  .sales-highlight { min-height: 11vw; gap: 2.2vw; padding: 0 3.3vw; }
  .sales-highlight > img { width: 5.4vw; height: 5.4vw; }
  .sales-highlight strong { font-size: 3.2vw; }
  .sales-highlight i { font-size: 5vw; }
  .delivery-benefits { padding: .5vw 3.3vw 2vw; }
  .delivery-benefits > div { min-height: 14vw; gap: 2.5vw; }
  .delivery-benefits img.benefit-icon { width: 5.5vw; height: 5.5vw; }
  .delivery-benefits img.location-icon { width: 5.3vw; height: 5.3vw; }
  .delivery-benefits p { font-size: 3.2vw; }
  .delivery-benefits strong { font-size: 3.4vw; }
  .delivery-benefits small { margin-top: .7vw; font-size: 2.8vw; }
  .review-preview header { min-height: 15vw; padding: 0 3.3vw; }
  .review-preview header p { font-size: 3.2vw; }
  .review-preview header p > strong { margin-right: 1vw; font-size: 5.5vw; }
  .review-preview header p > b { font-size: 3.5vw; }
  .review-preview header small, .review-preview header button { font-size: 2.9vw; }
  .review-tags { gap: 1.7vw; padding: 3vw 3.3vw; }
  .review-tags span { padding: 1.6vw 3.2vw; font-size: 3vw; }
  .featured-videos { padding: 0 3.3vw 3.5vw; }
  .featured-videos > header { min-height: 12vw; }
  .featured-videos h2 { font-size: 3.7vw; }
  .featured-video-card { width: 57%; }
  .featured-video-card > button { width: 12vw; height: 12vw; font-size: 5vw; }
  .video-caption { left: 3vw; bottom: 2.5vw; font-size: 3vw; }
  .bottom-bar, .bottom-bar button { height: 15vw; }
  .chat-action, .cart-action { width: 27%; font-size: 6vw; }
  .bottom-bar .buy { font-size: 4.3vw; }
}

/* Ajustes finais para celulares de qualquer largura */
html { overflow-x: hidden; }
img, video { max-width: 100%; }

@media (max-width: 620px) {
  body, .app {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .app {
    min-height: 100dvh;
    padding-bottom: calc(15vw + env(safe-area-inset-bottom));
  }

  .gallery-actions { padding-top: env(safe-area-inset-top); }
  .product-gallery { padding-top: calc(13.5vw + env(safe-area-inset-top)); }
  .main-photo { width: 100%; }
  .main-photo > img { width: 100%; }

  .new-price {
    flex-wrap: wrap;
    row-gap: 1vw;
  }

  .new-price small {
    margin-left: auto;
    white-space: nowrap;
  }

  .new-price button { flex: none; }
  .new-details h1,
  .new-shipping p,
  .delivery-benefits p,
  .sales-highlight strong,
  .store-main p {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .review-preview header {
    gap: 2vw;
  }

  .review-preview header p { min-width: 0; }
  .review-preview header button { flex: none; white-space: nowrap; }
  .featured-video-card { aspect-ratio: 9 / 16; }

  .store-main { gap: 2.5vw; }
  .store-main p { flex: 1; }
  .store-main button { flex: none; }

  .bottom-bar {
    width: 100%;
    height: calc(15vw + env(safe-area-inset-bottom));
    padding-bottom: env(safe-area-inset-bottom);
  }

  .bottom-bar button { height: 15vw; }
}

@media (max-width: 380px) {
  .gallery-actions button {
    width: 36px;
    height: 36px;
    font-size: 20px;
  }

  .gallery-actions { gap: 5px; }
  .main-photo { height: 66vw; }
  .flash-offer > strong { font-size: 14px; }
  .flash-offer > span { font-size: 10px; }
  .flash-offer b { font-size: 14px; }
  .new-price > strong { font-size: 21px; }
  .new-price small { width: 100%; margin-left: 0; font-size: 11px; }
  .new-details > p,
  .new-shipping p,
  .delivery-benefits p { font-size: 12px; }
  .new-details h1 { font-size: 14px; }
  .sales-highlight strong { font-size: 12px; }
  .review-preview header p > strong { font-size: 20px; }
  .review-preview header p > b { font-size: 13px; }
  .featured-video-card { width: 65%; }
  .store-main button { padding-inline: 10px; }
}

@media (orientation: landscape) and (max-height: 500px) {
  .bottom-bar,
  .bottom-bar button { height: 64px; }
  .app { padding-bottom: calc(64px + env(safe-area-inset-bottom)); }
  .product-gallery { padding-top: 58px; }
  .main-photo { height: 58vw; max-height: 320px; }
}

/* Composição mobile final baseada na referência */
.gallery-actions svg,
.gallery-arrow svg,
.content-header svg,
.bottom-bar svg {
  width: 25px;
  height: 25px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gallery-actions svg circle,
.content-header svg circle,
.bottom-bar svg circle { fill: currentColor; stroke: none; }

.content-header svg { width: 24px; height: 24px; }
.content-header label svg { width: 20px; height: 20px; color: #888; flex: none; }

.gallery-actions button {
  display: grid;
  place-items: center;
}

.gallery-arrow {
  display: grid;
  place-items: center;
}

.gallery-arrow svg { width: 20px; height: 20px; }

.bottom-bar svg {
  width: 27px;
  height: 27px;
  stroke-width: 1.7;
}

@media (max-width: 620px) {
  .app {
    padding-bottom: calc(54px + env(safe-area-inset-bottom));
  }

  .product-gallery {
    padding: calc(58px + env(safe-area-inset-top)) 0 10px;
  }

  .gallery-actions {
    top: calc(10px + env(safe-area-inset-top));
    left: 15px;
    right: 15px;
    gap: 9px;
    padding: 0;
  }

  .gallery-actions button {
    width: 43px;
    height: 43px;
    flex: none;
    font-size: 0;
  }

  .gallery-actions svg { width: 24px; height: 24px; }
  .gallery-actions button i { right: -2px; top: -4px; }

  .main-photo {
    width: 100%;
    height: min(84vw, 500px);
    background: #fff;
  }

  .main-photo > img {
    width: 100%;
    height: 100%;
    padding: 4px 9px;
    object-fit: contain;
    object-position: center;
  }

  .gallery-arrow {
    width: 38px;
    height: 38px;
    background: #ffffffed;
  }

  .gallery-arrow.prev { left: 13px; }
  .gallery-arrow.next { right: 13px; }

  .main-photo > span {
    right: 15px;
    bottom: 10px;
    padding: 6px 11px;
    font-size: 13px;
  }

  .thumbnail-strip {
    height: 68px;
    justify-content: flex-start;
    gap: 9px;
    margin: 8px 0 0;
    padding: 0 15px;
  }

  .thumbnail-strip button {
    width: 62px;
    height: 62px;
    padding: 3px;
    border-radius: 5px;
  }

  .thumbnail-strip img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .flash-offer {
    height: 54px;
    padding: 0 16px;
  }

  .flash-offer > strong {
    font-size: clamp(16px, 4.4vw, 21px);
    letter-spacing: .2px;
  }

  .flash-offer > span { font-size: clamp(11px, 3vw, 14px); }
  .flash-offer b { padding: 6px 8px; font-size: 17px; }

  .new-details { padding: 17px 17px 20px; }
  .new-price { flex-wrap: nowrap; gap: 7px; }
  .new-price > strong { font-size: clamp(25px, 7vw, 32px); white-space: nowrap; }
  .new-price del { font-size: clamp(13px, 3.7vw, 17px); white-space: nowrap; }
  .new-price > span { padding: 3px 5px; font-size: 13px; white-space: nowrap; }
  .new-price small { margin-left: auto; width: auto; font-size: clamp(11px, 3.1vw, 14px); white-space: nowrap; }
  .new-price button { padding: 0 0 0 3px; font-size: 31px; }
  .new-details > p { margin: 8px 0 18px; font-size: 15px; }
  .new-details h1 { font-size: clamp(15px, 4vw, 18px); line-height: 1.5; }
  .new-details h1 span { font-size: 11px; vertical-align: 2px; }

  .new-shipping > div {
    min-height: 59px;
    gap: 12px;
    padding: 0 17px;
  }

  .new-shipping > div > img { width: 26px; height: 26px; }
  .new-shipping > div > img.payment-icon {
    width: 36px;
    height: 36px;
    margin: -5px;
    transform: scale(1.45);
  }
  .new-shipping p { font-size: clamp(14px, 3.8vw, 17px); white-space: normal; }
  .new-shipping p b { font-size: inherit; }

  .bottom-bar {
    height: calc(54px + env(safe-area-inset-bottom));
    padding: 0 0 env(safe-area-inset-bottom);
    gap: 0;
    align-items: flex-start;
    background: #fff;
  }

  .bottom-bar button {
    height: 54px;
    display: grid;
    place-items: center;
  }

  .chat-action,
  .cart-action {
    width: 25%;
    flex: 0 0 25%;
  }

  .chat-action { background: #08bea9; }
  .cart-action { background: #08a991; }
  .bottom-bar .buy {
    flex: 1 1 50%;
    font-size: clamp(20px, 5.2vw, 24px);
    font-weight: 700;
    background: #f34a2e;
  }
}

@media (max-width: 360px) {
  .gallery-actions { left: 10px; right: 10px; gap: 6px; }
  .gallery-actions button { width: 38px; height: 38px; }
  .product-gallery { padding-top: calc(52px + env(safe-area-inset-top)); }
  .main-photo { height: 82vw; }
  .new-price { flex-wrap: wrap; }
  .new-price small { order: 5; width: 100%; }
  .review-preview header p > b { display: inline; }
}

.review-media {
  display: flex;
  gap: 9px;
  margin: 11px 0 14px;
  overflow-x: auto;
  scrollbar-width: none;
}

.review-media::-webkit-scrollbar { display: none; }
.review-media img,
.review-media video {
  width: 136px;
  height: 170px;
  flex: none;
  display: block;
  border-radius: 7px;
  background: #f3f3f3;
  object-fit: cover;
}

.reviews img.avatar {
  width: 42px;
  height: 42px;
  flex: none;
  display: block;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 28%;
}

.stars .empty-star { color: #ddd; }

@media (max-width: 620px) {
  .review-media img,
  .review-media video {
    width: clamp(112px, 31vw, 142px);
    height: clamp(140px, 39vw, 178px);
  }
}

body.modal-open { overflow: hidden; }

.purchase-modal {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: none;
  align-items: flex-end;
  justify-content: center;
}

.purchase-modal.open { display: flex; }
.purchase-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: #0007;
}

.purchase-sheet {
  position: relative;
  z-index: 1;
  width: min(590px, 100%);
  max-height: 84dvh;
  padding: 20px 22px calc(20px + env(safe-area-inset-bottom));
  overflow-y: auto;
  border-radius: 26px 26px 0 0;
  background: #fff;
  animation: purchase-sheet-in .22s ease-out;
}

@keyframes purchase-sheet-in {
  from { transform: translateY(30px); opacity: .5; }
  to { transform: translateY(0); opacity: 1; }
}

.purchase-close {
  position: absolute;
  top: 16px;
  right: 21px;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  color: #888;
  font: 300 44px/36px Arial;
}

.purchase-product {
  display: flex;
  align-items: center;
  gap: 19px;
  padding-right: 42px;
}

.purchase-product > img {
  width: 96px;
  height: 96px;
  flex: none;
  padding: 0;
  border: 0;
  border-radius: 10px;
  object-fit: contain;
}

.purchase-product > div { min-width: 0; }
.purchase-product p { display: flex; align-items: baseline; gap: 17px; margin: 0 0 8px; }
.purchase-product p span { color: #ec5800; font-size: 23px; }
.purchase-product p strong { color: #f4511e; font-size: 39px; white-space: nowrap; }
.purchase-product del { display: block; color: #888; font-size: 22px; }
.purchase-product small {
  display: inline-block;
  margin-top: 8px;
  padding: 5px 12px;
  border-radius: 6px;
  background: #fa5900;
  color: #fff;
  font-size: 17px;
}

.purchase-flash {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
  margin-top: 15px;
  padding: 0 22px;
  border-radius: 14px;
  background: linear-gradient(90deg, #ff7100, #f34d00);
  color: #fff;
}

.purchase-flash strong,
.purchase-flash span { font-size: 18px; }
.purchase-flash b { white-space: nowrap; }
.purchase-quantity h3 { margin: 15px 0 10px; font-size: 20px; }
.purchase-quantity > div {
  width: 180px;
  height: 54px;
  display: flex;
  align-items: center;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  box-shadow: 0 0 0 1px #f4f4f4;
}

.purchase-quantity button,
.purchase-quantity output {
  width: 33.333%;
  height: 100%;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  color: #333;
  font-size: 35px;
}

.purchase-quantity button:disabled { color: #bbb; }
.purchase-confirm,
.purchase-cart {
  width: 100%;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  border-radius: 42px;
  font-size: 20px;
  font-weight: 700;
}

.purchase-confirm {
  flex-direction: column;
  border: 0;
  background: linear-gradient(90deg, #ff6800, #f75000);
  color: #fff;
}

.purchase-confirm span { display: block; }
.purchase-cart {
  gap: 9px;
  border: 3px solid #f45a00;
  background: #fff;
  color: #f45a00;
}

.purchase-cart svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.purchase-cart svg circle { fill: currentColor; stroke: none; }

@media (max-width: 620px) {
  .purchase-sheet {
    width: calc(100% - 16px);
    max-height: 74dvh;
    padding: 11px 13px calc(11px + env(safe-area-inset-bottom));
    border-radius: 18px 18px 0 0;
  }

  .purchase-close { top: 3px; right: 7px; width: 34px; height: 34px; font-size: 36px; }
  .purchase-product { gap: 11px; padding-right: 27px; }
  .purchase-product > img { width: 84px; height: 84px; border: 0; border-radius: 8px; }
  .purchase-product p { gap: 7px; margin-bottom: 3px; }
  .purchase-product p span { font-size: 14px; }
  .purchase-product p strong { font-size: clamp(22px, 6.4vw, 27px); }
  .purchase-product del { font-size: 13px; }
  .purchase-product small { margin-top: 2px; padding: 2px 7px; font-size: 11px; }
  .purchase-flash { min-height: 37px; margin-top: 8px; padding: 0 10px; border-radius: 9px; }
  .purchase-flash strong, .purchase-flash span { font-size: clamp(11px, 3.2vw, 14px); }
  .purchase-quantity h3 { margin: 8px 0 6px; font-size: 16px; }
  .purchase-quantity > div { width: 138px; height: 41px; border-radius: 9px; }
  .purchase-quantity button, .purchase-quantity output { font-size: 22px; }
  .purchase-confirm, .purchase-cart {
    min-height: 45px;
    margin-top: 8px;
    border-radius: 26px;
    font-size: 16px;
  }

  .purchase-cart { border-width: 2px; }
  .purchase-cart svg { width: 22px; height: 22px; }
}

@media (max-width: 350px) {
  .purchase-product > img { width: 82px; height: 82px; }
  .purchase-product p strong { font-size: 25px; }
  .purchase-flash { align-items: flex-start; flex-direction: column; justify-content: center; gap: 2px; }
}
