@font-face {
  font-family: "noka";
  src: url("fonts/noka.woff2") format("woff2"),
       url("fonts/noka.woff") format("woff"),
       url("fonts/noka.ttf") format("truetype");
  font-weight: 400 700;
  font-style: normal;
}

*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif; }

.mini-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 430px;
  height: 55px;
  margin: 0 auto;
  padding: 0 1rem;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #111;
  box-sizing: border-box;
}
.mini-banner__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  color: #111;
  flex-shrink: 0;
}
.mini-banner__nav:hover {
  opacity: 0.7;
}
.mini-banner__slider {
  flex: 1;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mini-banner__item {
  display: none;
  align-items: center;
  gap: 1rem;
  color: #111;
  text-decoration: none;
  flex: 1;
  max-width: 600px;
  justify-content: center;
}
.mini-banner__item.active {
  display: flex;
}
.mini-banner__item:hover {
  color: #111;
}
.mini-banner__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.mini-banner__icon img {
  display: block;
  width: 48px;
  height: 32px;
  object-fit: contain;
}
.mini-banner__text { line-height: 1.4; text-align: center; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.c_neutral\.1000 { color: #111; }
.fs_base { font-size: 16px; }
.fw_bold { font-weight: 700; }
.ls_-1px\! { letter-spacing: -1px !important; }
.mini-banner__text u { text-decoration: underline; }

.Hero-module__Z8hQ_W__content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
  text-align: center;
}
.Hero-module__Z8hQ_W__officialSeal {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  background: #f5f5f5;
  border-radius: 4px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #111;
}
.Hero-module__Z8hQ_W__officialSealIcon { display: flex; color: #ffc107; flex-shrink: 0; }
.Hero-module__Z8hQ_W__officialSealLine { display: block; text-align: left; line-height: 1.3; }
.Hero-module__Z8hQ_W__shield {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  flex-wrap: wrap;
}
.Hero-module__Z8hQ_W__shield img { display: block; width: 56px; height: 67px; object-fit: contain; }
.Hero-module__Z8hQ_W__shieldX {
  font-size: 1.75rem;
  font-weight: 700;
  color: #111;
  line-height: 1;
  opacity: 0.9;
}
.Hero-module__Z8hQ_W__headline {
  margin: 0 0 1rem;
  padding: 0;
  font-family: noka, "noka Fallback", prometo, sans-serif;
  font-size: 38.7px;
  font-weight: 800;
  text-align: center;
  color: #111;
  line-height: 1.2;
}
.Hero-module__Z8hQ_W__headlineAccent {
  display: block;
}
.Hero-module__Z8hQ_W__headlineSmall {
  display: block;
  font-size: 0.45em;
  font-weight: 600;
  margin: 0.15em 0;
  opacity: 0.9;
}
.Hero-module__Z8hQ_W__sub {
  margin: 0 0 2rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #555;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.hero-media {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
.CheckoutHeader-module__DbGuya__stripe {
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #002776, #ffc107, #009739);
}
.Hero-module__Z8hQ_W__products {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}
.Hero-module__Z8hQ_W__productImg {
  width: auto;
  height: 300px;
  object-fit: contain;
}
.Hero-module__Z8hQ_W__heroVideo {
  width: 430px;
  min-width: 430px;
  height: 587.26px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .Hero-module__Z8hQ_W__productImg { height: 200px; }
}
.Hero-module__Z8hQ_W__discountBadge {
  display: inline-block;
  margin-bottom: 1.5rem;
  padding: 0.5rem 1rem;
  background: #111;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.Hero-module__Z8hQ_W__cta {
  display: inline-block;
  padding: 1rem 2.5rem;
  background: #111;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 0.75rem;
  transition: background 0.2s;
}
.Hero-module__Z8hQ_W__cta:hover { background: #333; }
.Hero-module__Z8hQ_W__guaranteeText {
  margin: 0 0 0.5rem;
  font-size: 0.9rem;
  color: #2e7d32;
  font-weight: 500;
}
.Hero-module__Z8hQ_W__micro {
  margin: 0 0 1.5rem;
  font-size: 0.8rem;
  color: #757575;
}
.Hero-module__Z8hQ_W__seal {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  color: #757575;
  margin-top: 1rem;
}
.Hero-module__Z8hQ_W__seal img { display: block; }

.header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  border-bottom: 1px solid #e5e5e5;
}
.header-logo {
  display: block;
  line-height: 0;
}
.header-logo img {
  display: block;
  width: 39px;
  height: 14px;
}
.header-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111;
  text-decoration: none;
  position: relative;
}
.header-cart:hover { color: #333; }
.header-cart__count {
  position: absolute;
  top: -6px;
  right: -8px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  background: #111;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
}

.main { padding: 2rem 0 3rem; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .grid { grid-template-columns: 1fr; }
}

.product-gallery .product-title--gallery {
  font-size: 24px;
  margin: 0 0 0.5rem;
}
.product-gallery .category {
  margin-bottom: 0.5rem;
}
.product-gallery .rating-row {
  margin-bottom: 1rem;
}
.product-image {
  aspect-ratio: 1;
  background: #f5f5f5;
  overflow: hidden;
}
@media (max-width: 768px) {
  .product-image {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    width: calc(100% + 3rem);
    max-width: 100vw;
  }
}
.product-image img { width: 100%; height: 100%; object-fit: contain; }
.product-image-nav {
  margin-top: 0.75rem;
}
.product-image-nav-btn {
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  color: #111;
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  cursor: pointer;
}
.product-image-nav-btn:hover {
  background: #eee;
}
.product-image-thumbs {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.5rem;
  flex-wrap: wrap;
}
.product-thumb {
  width: 4rem;
  height: 4rem;
  padding: 2px;
  border: 2px solid transparent;
  background: none;
  cursor: pointer;
  overflow: hidden;
}
.product-thumb:hover { border-color: #ccc; }
.product-thumb.active { border-color: #111; }
.product-thumb img { width: 100%; height: 100%; object-fit: cover; }

.product-info { display: flex; flex-direction: column; }
.category { display: inline-block; font-size: 0.9rem; color: #757575; text-decoration: none; margin-bottom: 0.5rem; font-weight: 500; }
.category:hover { color: #111; text-decoration: underline; }
.product-title { font-size: clamp(1.75rem, 4vw, 2.25rem); font-weight: 700; color: #111; margin: 0 0 1rem; line-height: 1.2; letter-spacing: -0.02em; }
.rating-row { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1.5rem; }
.stars { display: flex; gap: 0.15rem; }
.star { color: #ddd; font-size: 1rem; }
.star.filled { color: #111; }
.rating-num { font-size: 0.9rem; color: #757575; }
.rating-link { background: none; border: none; cursor: pointer; font-size: 0.9rem; color: #757575; text-decoration: underline; padding: 0; }
.rating-link:hover { color: #111; }

.pricing { margin-bottom: 1.5rem; }
.price-container { margin-bottom: 0; }
.pix-price.main-price { font-size: 18px; font-weight: 700; color: #111; }
.original-price { font-size: 1rem; color: #757575; text-decoration: line-through; margin-left: 0.5rem; }
.discount { font-size: 0.85rem; color: #2e7d32; font-weight: 600; margin-left: 0.5rem; }
.installment-info { margin-top: 0.125rem; }
.installments { font-size: 14px; color: #111; margin: 0; }
.coupon-banner { background: #f5f5f5; padding: 1rem; border-radius: 4px; margin-top: 1rem; }
.coupon-banner p { font-size: 0.9rem; color: #111; margin: 0 0 0.5rem; line-height: 1.4; }
.coupon-link { background: none; border: none; cursor: pointer; font-size: 0.9rem; color: #757575; text-decoration: underline; padding: 0; }
.coupon-link:hover { color: #111; }

.color-selector { margin-bottom: 1.5rem; }
.color-selector h3 { font-size: 0.95rem; font-weight: 600; color: #111; margin: 0 0 0.75rem; }
.color-options { display: flex; gap: 0.75rem; flex-wrap: wrap; justify-content: flex-start; }
.color-item { display: flex; flex-direction: column; align-items: center; }
.color-btn {
  width: 125px; height: 125px; border-radius: 8px;
  border: 2px solid #e5e5e5; cursor: pointer; padding: 0;
  transition: border-color 0.2s;
  overflow: hidden; background: #f5f5f5;
  display: block;
}
.color-btn img {
  width: 100%; height: auto; display: block; object-fit: contain; object-position: left center;
}
.color-btn:hover { border-color: #999; }
.color-btn.active { border-color: #111; }
.color-label { font-size: 0.85rem; color: #757575; margin-top: 0.25rem; }

.size-selector { margin-bottom: 1.5rem; }
.size-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 0.75rem; }
.size-selector h3 { font-size: 0.95rem; font-weight: 600; color: #111; margin: 0; }
.size-chart-btn { background: none; border: none; cursor: pointer; font-size: 0.9rem; color: #757575; text-decoration: underline; padding: 0; }
.size-chart-btn:hover { color: #111; }
.size-options { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.size-btn {
  min-width: 3rem; height: 3rem;
  border: 1px solid #e5e5e5; background: #fff; color: #111;
  font-size: 0.95rem; font-weight: 500; cursor: pointer;
  transition: all 0.2s;
}
.size-btn:hover { border-color: #111; }
.size-btn.active { border-color: #111; background: #111; color: #fff; }
.size-notice { display: flex; align-items: center; gap: 0.5rem; background: #fff8e1; padding: 0.75rem 1rem; margin-top: 1rem; font-size: 0.9rem; color: #5d4037; border-radius: 4px; }
.size-notice__icon { flex-shrink: 0; width: 1.25em; height: 1.25em; }

.ctas { margin-top: 1.5rem; display: flex; flex-direction: column; gap: 0.75rem; }
.personalize-btn {
  width: 100%; padding: 1rem 2rem;
  background: transparent; color: #111; border: 2px solid #111;
  border-radius: 9999px; font-size: 1rem; font-weight: 600;
  cursor: pointer; display: flex; align-items: center; justify-content: center;
  gap: 0.5rem; transition: all 0.2s;
}
.personalize-btn:hover { background: #f5f5f5; }
.personalize-btn img { height: 16px; width: auto; }
.personalizacao-section {
  display: none;
  margin-top: 0.5rem;
}
.personalizacao-section.open { display: block; }
.personalizacao {
  background: #f9f9f9;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 1rem 1.25rem;
}
.personalizacao-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.personalizacao-label { display: flex; flex-direction: column; gap: 0.25rem; }
.personalizacao-title { font-size: 0.95rem; font-weight: 600; color: #111; }
.personalizacao-price { font-size: 0.9rem; color: #757575; }
.personalizacao-fields {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #e5e5e5;
}
.personalizacao-input {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  font-size: 0.95rem;
  color: #111;
  background: #fff;
}
.personalizacao-input::placeholder { color: #999; }
.personalizacao-input:focus {
  outline: none;
  border-color: #111;
}
.add-to-cart {
  width: 100%; padding: 1rem 2rem; border-radius: 9999px;
  background: #111; color: #fff; border: none;
  font-size: 1rem; font-weight: 600; cursor: pointer;
  transition: background 0.2s;
}
.add-to-cart:hover { background: #333; }
.secondary-actions { display: flex; gap: 1rem; align-items: center; flex-wrap: wrap; }
.fav-btn { display: flex; align-items: center; gap: 0.5rem; background: none; border: none; cursor: pointer; font-size: 0.9rem; color: #757575; padding: 0.5rem 0; }
.fav-btn:hover { color: #111; }
.share-row { display: flex; align-items: center; gap: 0.5rem; font-size: 0.9rem; color: #757575; }
.share-link { color: #757575; text-decoration: none; }
.share-link:hover { color: #111; }
.copy-link { background: none; border: none; cursor: pointer; font-size: 0.9rem; color: #757575; text-decoration: underline; padding: 0; }
.copy-link:hover { color: #111; }

.description { margin: 2rem 0; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; }
.desc-toggle {
  width: 100%; display: flex; justify-content: space-between; align-items: center;
  padding: 1.25rem 0; background: none; border: none; cursor: pointer;
  font-size: 1rem; font-weight: 600; color: #111; text-align: left;
}
.desc-toggle:hover { color: #333; }
.chevron { transition: transform 0.2s; }
.desc-toggle.open .chevron { transform: rotate(180deg); }
.desc-content { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.desc-content.open { max-height: 8000px; }
.desc-inner { padding-bottom: 1.25rem; font-size: 0.95rem; line-height: 1.6; color: #333; }
.desc-inner p { margin: 0 0 1rem; }
.desc-inner h4 { font-size: 0.95rem; font-weight: 600; color: #111; margin: 1rem 0 0.5rem; }
.desc-inner ul { margin: 1rem 0; padding-left: 1.25rem; }
.desc-inner li { margin-bottom: 0.5rem; }
.more-details { background: none; border: none; cursor: pointer; font-size: 0.9rem; color: #757575; text-decoration: underline; padding: 0; margin-top: 0.5rem; }
.more-details:hover { color: #111; }
.meta { margin-top: 1.5rem; font-size: 0.9rem; color: #757575; }
.meta p { margin: 0.25rem 0; }
.extended-content-image { width: 100%; height: auto; display: block; margin-top: 2rem; padding-top: 2rem; border-top: 1px solid #e5e5e5; }
.extended-headline { font-size: 32px; font-weight: 700; color: #111; margin: 2rem 0 1rem; letter-spacing: -0.02em; text-align: center; }
.extended-description { font-size: 0.95rem; line-height: 1.6; color: #333; margin: 0 0 1rem; text-align: center; }

.reviews { margin: 2rem 0; }
.reviews-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.5rem; flex-wrap: wrap; gap: 1rem; }
.reviews h2 { font-size: 1.25rem; font-weight: 600; color: #111; margin: 0; }
.recommend { font-size: 0.9rem; color: #2e7d32; font-weight: 500; }
.review-card { border-bottom: 1px solid #e5e5e5; padding: 1.25rem 0; }
.review-card.hidden { display: none; }
.review-card.visible { display: block; }
.review-stars { color: #111; font-size: 1.1rem; margin-bottom: 0.5rem; }
.review-meta { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 0.5rem; }
.author { font-weight: 600; font-size: 0.95rem; color: #111; }
.date { font-size: 0.85rem; color: #757575; }
.verified { font-size: 0.8rem; color: #2e7d32; display: block; margin-bottom: 0.5rem; }
.review-text { font-size: 0.95rem; line-height: 1.5; color: #333; margin: 0 0 0.5rem; }
.recommend-q { font-size: 0.85rem; color: #757575; }
.view-all-btn, .report-btn { background: none; border: none; cursor: pointer; font-size: 0.95rem; color: #757575; text-decoration: underline; padding: 0; margin-top: 1.5rem; }
.view-all-btn:hover, .report-btn:hover { color: #111; }
.report-btn { margin-left: 1rem; }

.SocialProof-module__sKLGIW__section {
  padding: 3rem 0;
  background: #fafafa;
}
.SocialProof-module__sKLGIW__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #111;
  text-align: center;
  margin: 0 0 2rem;
}
.SocialProof-module__sKLGIW__carousel {
  overflow-x: auto;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  -webkit-overflow-scrolling: touch;
}
.SocialProof-module__sKLGIW__track {
  display: flex;
  gap: 1.5rem;
  padding: 0 0.5rem;
  min-width: min-content;
}
.SocialProof-module__sKLGIW__card {
  flex: 0 0 373px;
  background: #fff;
  border-radius: 8px;
  padding: 1.5rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.SocialProof-module__sKLGIW__cardHeader {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.SocialProof-module__sKLGIW__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}
.SocialProof-module__sKLGIW__info { display: flex; flex-direction: column; }
.SocialProof-module__sKLGIW__name { font-weight: 600; font-size: 0.95rem; color: #111; }
.SocialProof-module__sKLGIW__city { font-size: 0.85rem; color: #757575; }
.SocialProof-module__sKLGIW__stars {
  color: #ffc107;
  font-size: 1rem;
  margin-bottom: 0.75rem;
}
.SocialProof-module__sKLGIW__text {
  width: 325.5px;
  height: 63px;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #333;
  margin: 0 0 1rem;
}
.SocialProof-module__sKLGIW__proofImage {
  width: 325px;
  height: 300px;
  object-fit: cover;
  border-radius: 4px;
}
.SocialProof-module__sKLGIW__cta {
  display: block;
  text-align: center;
  padding: 1rem;
  background: #111;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  max-width: 300px;
  margin: 0 auto;
  transition: background 0.2s;
}
.SocialProof-module__sKLGIW__cta:hover { background: #333; color: #fff; }

.WhySection-module__RE18wa__inner {
  margin: 0 auto 0;
  padding: 0 1.5rem 3rem;
}
.WhySection-module__RE18wa__title {
  margin: 0 0 1.75rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #111;
  text-align: center;
}
.WhySection-module__RE18wa__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.WhySection-module__RE18wa__block {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 1.25rem;
  text-align: center;
}
.WhySection-module__RE18wa__icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111;
  background: #f5f5f5;
  border-radius: 50%;
  margin: 0 auto 0.85rem;
}
.WhySection-module__RE18wa__blockTitle {
  margin: 0 0 0.6rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: #111;
}
.WhySection-module__RE18wa__blockText {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #444;
}
.WhySection-module__RE18wa__cta {
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 0.9rem 1.4rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 700;
  background: #111;
  color: #fff;
}

.related-links { margin: 3rem 0; padding-top: 2rem; border-top: 1px solid #e5e5e5; }
.related-links h3 { font-size: 1rem; font-weight: 600; color: #111; margin: 0 0 1rem; }
.related-links .links { display: flex; flex-wrap: wrap; gap: 0.5rem 1rem; margin-bottom: 1.5rem; }
.related-links a { font-size: 0.9rem; color: #757575; text-decoration: none; }
.related-links a:hover { color: #111; text-decoration: underline; }

.footer { background: #f5f5f5; padding: 3rem 1.5rem 2rem; margin-top: 0; }
.footer-container { max-width: 1200px; margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 2rem; margin-bottom: 2rem; }
.footer-grid h4 { font-size: 0.85rem; font-weight: 700; color: #111; margin: 0 0 1rem; text-transform: uppercase; letter-spacing: 0.05em; }
.footer-grid a { display: block; font-size: 0.9rem; color: #757575; text-decoration: none; margin-bottom: 0.5rem; }
.footer-grid a:hover { color: #111; }
.copyright { font-size: 0.8rem; color: #999; margin: 0; padding-top: 2rem; border-top: 1px solid #e5e5e5; }
.footer-legal { font-size: 0.8rem; color: #999; margin: 0; padding-top: 2rem; border-top: 1px solid #e5e5e5; text-align: left; max-width: 100%; }
@media (min-width: 1024px) { .lg\:ta_right { text-align: right; } .footer-legal { text-align: right; } }

.size-guide-modal {
  position: fixed;
  inset: 0;
  z-index: 9998;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.size-guide-modal.open {
  opacity: 1;
  visibility: visible;
}
.size-guide-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
}
.size-guide-content {
  position: relative;
  max-width: 500px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  background: #fff;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}
.size-guide-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2rem;
  height: 2rem;
  font-size: 1.5rem;
  line-height: 1;
  background: none;
  border: none;
  cursor: pointer;
  color: #757575;
}
.size-guide-close:hover { color: #111; }
.ComparisonSection-module__JInJNW__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #111;
  margin: 0 0 1.5rem;
  text-align: center;
}
.ComparisonSection-module__JInJNW__table {
  margin-bottom: 1.5rem;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  overflow: hidden;
}
.ComparisonSection-module__JInJNW__tableHeader {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  background: #f5f5f5;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.75rem 1rem;
  text-align: center;
}
.ComparisonSection-module__JInJNW__tableHeader span:first-child {
  text-align: center;
}
.ComparisonSection-module__JInJNW__tableRow {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0.75rem 1rem;
  font-size: 0.9rem;
  border-top: 1px solid #e5e5e5;
  text-align: center;
}
.ComparisonSection-module__JInJNW__tableRow span {
  text-align: center;
}
.ComparisonSection-module__JInJNW__sizeLabel { font-weight: 600; }
.ComparisonSection-module__JInJNW__sub {
  font-size: 0.9rem;
  color: #555;
  margin: 0 0 1.5rem;
  line-height: 1.4;
}
.ComparisonSection-module__JInJNW__cta {
  display: block;
  text-align: center;
  padding: 1rem;
  background: #111;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.2s;
}
.ComparisonSection-module__JInJNW__cta:hover { background: #333; color: #fff; }

.toast {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 9999;
  padding: 1rem 1.5rem;
  background: #111;
  color: #fff;
  border-radius: 4px;
  font-size: 0.95rem;
  opacity: 0;
  transform: translateX(100%);
  transition: opacity 0.3s, transform 0.3s;
  pointer-events: none;
}
.toast.show {
  opacity: 1;
  transform: translateX(0);
}
