@charset "UTF-8";

/* ============================================================
   FONTES OFICIAIS CROCS
   ============================================================ */
@font-face {
  font-family: 'Crocs';
  src: url('https://crocsbr.vtexassets.com/assets/vtex/assets-builder/crocsbr.m3-theme/6.0.67/fonts/TT_Crocs_Regular___bd55d607fd20c856d777d64d121c92da.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Crocs';
  src: url('https://crocsbr.vtexassets.com/assets/vtex/assets-builder/crocsbr.m3-theme/6.0.67/fonts/TT_Crocs_Bold___3f60a96a168386f6ed0b780f3ad58113.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Karl';
  src: url('https://crocsbr.vtexassets.com/assets/vtex/assets-builder/crocsbr.m3-theme/6.0.67/fonts/KarlST-Medium___76d90ba4297dc4580db148ae331f3431.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Karl';
  src: url('https://crocsbr.vtexassets.com/assets/vtex/assets-builder/crocsbr.m3-theme/6.0.67/fonts/KarlST-Black___a3a865155beae30b34972d92c4d373fc.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Karl';
  src: url('https://crocsbr.vtexassets.com/assets/vtex/assets-builder/crocsbr.m3-theme/6.0.67/fonts/KarlST-UltraBlack___97f631d172b33d528e448dbed1ae0868.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* ============================================================
   RESET E CONFIGURAÇÕES GLOBAIS
   ============================================================ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

html, body {
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
  font-family: 'Crocs', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: #141215;
  background-color: #ffffff;
  line-height: 1.35;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

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

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

/* ============================================================
   UTILITÁRIOS RESPONSIVOS
   ============================================================ */
.desktop-only {
  display: flex !important;
}

.mobile-only {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .desktop-only {
    display: none !important;
  }
  .mobile-only {
    display: flex !important;
  }
}

/* ============================================================
   1. TOPBAR NOTIFICAÇÃO PRETA
   ============================================================ */
.crocsbr-m3-custom-2-x-FlexLayoutChildren--topbar-black {
  background-color: #141215;
  width: 100%;
  padding: 0 12px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.crocsbr-m3-custom-2-x-FlexLayoutItem--topbar-black {
  max-width: 1440px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.topbar-slider-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #ffffff;
  font-size: 11px;
  width: 100%;
  text-align: center;
}

.topbar-arrow-btn {
  color: #aaaaaa;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.topbar-arrow-btn:hover {
  color: #ffffff;
}

.topbar-slider-text {
  letter-spacing: 0.03em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.topbar-slider-text strong {
  color: #80c142;
  font-weight: 700;
}

.crocsbr-m3-custom-2-x-FlexLayoutChildren--topbar-discountButton {
  align-items: center;
  height: 42px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  padding-left: 20px;
  margin-left: 20px;
}

.topbar-coupon-btn {
  background: transparent;
  border-left: 3px solid #ffffff;
  color: #ffffff;
  font-size: 11px;
  text-transform: uppercase;
  padding: 2px 0 2px 12px;
  cursor: pointer;
}

.topbar-coupon-btn strong {
  color: #80c142;
}

.topbar-coupon-btn .coupon-code {
  background: #2a282c;
  padding: 2px 6px;
  border-radius: 2px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .crocsbr-m3-custom-2-x-FlexLayoutChildren--topbar-black {
    height: 36px;
    padding: 0 8px;
  }
  .topbar-slider-text {
    font-size: 10.5px;
    white-space: normal;
    line-height: 1.2;
  }
}

/* ============================================================
   2. MAIN HEADER & SUBMENU
   ============================================================ */
.vtex-store-header-2-x-headerStickyRow--main-header {
  border-bottom: 1px solid #eaeaea;
  background: #ffffff;
  width: 100%;
}

.header-container-responsive {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
  height: 60px;
}

.crocs-main-logo {
  max-width: 120px;
  max-height: 48px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.header-search-desktop {
  flex: 1;
  max-width: 380px;
  margin: 0 20px;
}

.search-input-box {
  display: flex;
  align-items: center;
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  padding: 4px 12px;
  width: 100%;
}

.search-input-field {
  border: none;
  background: transparent;
  width: 100%;
  font-size: 13px;
  outline: none;
  padding: 4px 6px;
}

.search-icon-btn {
  color: #444;
  display: flex;
  align-items: center;
}

.header-icons-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.header-icon-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  position: relative;
  cursor: pointer;
}

.vtex-minicart-2-x-cartBadge {
  position: absolute;
  top: -6px;
  right: -8px;
  background-color: #80c142;
  color: #000000;
  font-family: 'Karl', sans-serif;
  font-size: 10px;
  font-weight: 800;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-search-bar {
  display: none;
  padding: 8px 16px;
  background: #ffffff;
  border-bottom: 1px solid #eee;
}

.mobile-search-bar.open {
  display: block;
}

/* Category Bar */
.crocs-category-submenu-bar {
  border-top: 1px solid #f2f2f2;
  background: #ffffff;
  width: 100%;
}

.crocs-category-submenu-inner {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 8px 16px;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.crocs-category-submenu-inner::-webkit-scrollbar {
  display: none;
}

.crocs-cat-link {
  font-family: 'Karl', sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  text-transform: uppercase;
  color: #141215;
  padding: 2px 0;
}

.crocs-cat-link.collab-link {
  color: #0077c8;
}

.crocs-cat-link.highlight-link {
  color: #d32f2f;
}

@media screen and (max-width: 768px) {
  .header-container-responsive {
    height: 52px;
    padding: 8px 14px;
  }
  .crocs-main-logo {
    max-width: 95px;
    max-height: 40px;
    width: auto;
    height: auto;
  }
  .header-icons-right {
    gap: 12px;
  }
  .crocs-category-submenu-inner {
    justify-content: flex-start;
    gap: 18px;
    padding: 8px 14px;
  }
}

/* ============================================================
   PROMO BANNER
   ============================================================ */
.crocs-promo-banner-wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px 16px;
  overflow: hidden;
}

.crocs-promo-banner-img {
  width: 100%;
  height: auto;
  max-height: 380px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

@media screen and (max-width: 768px) {
  .crocs-promo-banner-wrapper {
    padding: 0 0 12px;
  }
  .crocs-promo-banner-img {
    border-radius: 0;
  }
}

/* ============================================================
   3. PRODUCT DETAIL PAGE (PDP) CONTAINER & 2-COL / 1-COL
   ============================================================ */
.product-pdp-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 16px 24px 60px;
}

.product-pdp-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.product-images-col {
  width: 100%;
}

.product-info-col {
  width: 100%;
}

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

/* --- Desktop Gallery --- */
.desktop-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.crocsbr-m3-custom-2-x-productImage {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  background-color: #f8f8f8;
  cursor: pointer;
  aspect-ratio: 1 / 1;
}

.crocsbr-m3-custom-2-x-productImage.full-span {
  grid-column: 1 / -1;
  aspect-ratio: 16 / 13;
}

.crocsbr-m3-custom-2-x-productImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.crocsbr-m3-custom-2-x-productImage:hover img {
  transform: scale(1.02);
}

/* --- Mobile Gallery (1 Main Image + Thumbnail Strip) --- */
.mobile-gallery-wrapper {
  width: 100%;
  flex-direction: column;
  padding: 0 16px;
}

.mobile-main-image-box {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #f8f8f8;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
}

.mobile-main-image-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pdp-badge-collab {
  position: absolute;
  top: 12px;
  left: 12px;
  background: linear-gradient(135deg, #0077c8, #00a4e4);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 20px;
  z-index: 2;
  box-shadow: 0 2px 4px rgba(0,0,0,0.12);
}

.mobile-thumbs-strip {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 12px 0 6px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.mobile-thumbs-strip::-webkit-scrollbar {
  display: none;
}

.thumb-btn {
  flex: 0 0 58px;
  height: 58px;
  border-radius: 6px;
  border: 1px solid #d2d2d2;
  background: #ffffff;
  padding: 2px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.2s ease;
}

.thumb-btn:hover {
  border-color: #888888;
}

.thumb-btn.active {
  border: 2px solid #000000;
  box-shadow: 0 0 0 1px #000000;
}

.thumb-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
}

/* ============================================================
   4. PRODUCT INFO (BREADCRUMBS, TITLE, PRICE, SIZES, CTA)
   ============================================================ */
.pdp-breadcrumbs {
  font-size: 11px;
  color: #888888;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.pdp-breadcrumbs a {
  color: #777777;
}

.pdp-breadcrumbs a:hover {
  color: #000000;
}

.pdp-breadcrumbs .active-crumb {
  color: #141215;
  font-weight: 700;
}

.pdp-reviews-summary {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  cursor: pointer;
  width: fit-content;
}

.pdp-stars {
  color: #ffb800;
  letter-spacing: 1px;
}

.pdp-score {
  font-weight: 700;
  color: #141215;
}

.pdp-review-count {
  color: #727273;
  text-decoration: underline;
}

.pdp-product-title {
  font-family: 'Karl', sans-serif;
  font-size: 34px;
  font-weight: 700;
  color: #141215;
  line-height: 1.15;
}

/* Price Box */
.pdp-price-box {
  background: #fafafa;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  padding: 14px 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.pdp-current-price {
  font-family: 'Karl', sans-serif;
  font-size: 30px;
  font-weight: 900;
  color: #141215;
}

.pdp-installments-text {
  font-size: 13px;
  color: #333333;
}

.pdp-installments-text strong {
  color: #000000;
}

.pdp-pix-discount {
  background: #ebf9eb;
  color: #1b5e20;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: 4px;
  width: fit-content;
  border-left: 3px solid #80c142;
}

/* Color Variant */
.pdp-section-label {
  font-size: 13px;
  font-weight: 700;
  color: #141215;
  margin-bottom: 8px;
}

.pdp-color-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 100%;
}

.color-swatch-item {
  position: relative;
  width: 52px;
  height: 52px;
  border-radius: 8px;
  border: 2px solid #e5e7eb;
  padding: 2px;
  overflow: visible;
  cursor: pointer;
  background-color: #ffffff;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

.color-swatch-item:hover {
  border-color: #9ca3af;
  transform: translateY(-2px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.color-swatch-item.active {
  border-color: #141215;
  box-shadow: 0 0 0 1px #141215, 0 2px 4px rgba(0,0,0,0.08);
}

/* Destaque especial para o McQueen */
.color-swatch-item.featured-swatch {
  border-color: #e52521;
  box-shadow: 0 0 0 2px rgba(229, 37, 33, 0.35), 0 3px 8px rgba(229, 37, 33, 0.25);
  transform: scale(1.06);
}

.color-swatch-item.featured-swatch.active {
  border-color: #c41814;
  box-shadow: 0 0 0 2px #c41814, 0 4px 10px rgba(196, 24, 20, 0.35);
}

.swatch-highlight-tag {
  position: absolute;
  top: -8px;
  right: -6px;
  background: linear-gradient(135deg, #e52521, #ff5722);
  color: #ffffff;
  font-size: 8px;
  font-weight: 900;
  padding: 2px 4px;
  border-radius: 4px;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  z-index: 2;
  pointer-events: none;
  line-height: 1;
}

.swatch-stock-tag {
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  background: #cf222e;
  color: #ffffff;
  font-size: 8px;
  font-weight: 800;
  padding: 1.5px 4px;
  border-radius: 4px;
  white-space: nowrap;
  letter-spacing: -0.2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  z-index: 3;
  pointer-events: none;
  line-height: 1;
}

.color-swatch-item.active .swatch-stock-tag {
  background: #141215;
}

.variation-stock-pill {
  display: inline-block;
  background: #fef0f0;
  color: #cf222e;
  border: 1px solid rgba(207, 34, 46, 0.25);
  font-size: 11.5px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 12px;
  margin-left: 8px;
  vertical-align: middle;
}

.variation-stock-pill strong {
  font-weight: 800;
  color: #cf222e;
}

.color-swatch-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

/* Sizing */
.pdp-size-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.pdp-guide-btn {
  font-size: 12px;
  font-weight: 700;
  color: #0077c8;
  text-decoration: underline;
  cursor: pointer;
}

.pdp-size-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  width: 100%;
}

.vtex-size-btn {
  height: 42px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background: #ffffff;
  color: #000000;
  font-family: 'Karl', sans-serif;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease;
}

.vtex-size-btn:hover {
  border-color: #000000;
  background: #f8f8f8;
}

.vtex-size-btn.selected {
  border-color: #000000;
  background: #000000;
  color: #ffffff;
}

.pdp-size-error {
  color: #d32f2f;
  font-size: 12px;
  font-weight: 700;
  margin-top: 6px;
}

/* Quantity & Buy Button Row */
.pdp-buy-action-row {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.pdp-stepper-box {
  display: flex;
  align-items: center;
  border: 1px solid #cccccc;
  border-radius: 24px;
  overflow: hidden;
  height: 48px;
  width: 104px;
  flex-shrink: 0;
  background: #ffffff;
}

.stepper-action-btn {
  width: 34px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  background: #f0f0f0;
  color: #333333;
}

.stepper-action-btn:hover {
  background: #e4e4e4;
}

.stepper-display-input {
  width: 36px;
  text-align: center;
  border: none;
  font-family: 'Karl', sans-serif;
  font-size: 16px;
  font-weight: 700;
  outline: none;
}

.pdp-btn-buy-cart {
  flex: 1;
  height: 48px;
  background-color: #80c142;
  color: #000000;
  font-family: 'Karl', sans-serif;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(128, 193, 66, 0.35);
  transition: all 0.2s ease;
}

.pdp-btn-buy-cart:hover {
  background-color: #73b338;
}

.pdp-seller-tag {
  font-size: 13px;
  background: #fafafa;
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid #ebebeb;
  width: fit-content;
}

.seller-crocs-green {
  color: #72af38;
  font-weight: 800;
}

/* App Promo Card */
.pdp-app-promo-card {
  background: #ebf2e3;
  border: 1px solid #d2e4c2;
  border-radius: 10px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.app-promo-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.app-promo-text {
  font-size: 12px;
  color: #444444;
  line-height: 1.4;
}

.text-green-highlight {
  color: #4a9420;
}

.app-disclaimer {
  font-size: 10.5px;
  color: #666666;
}

.app-badges-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex-shrink: 0;
}

.app-badges-group img {
  height: 32px;
  width: auto;
}

/* Accordions */
.pdp-accordions-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: #ebf2e3;
  border-radius: 12px;
  padding: 12px;
}

.crocs-acc-card {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
}

.crocs-acc-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 16px;
  font-size: 13.5px;
  font-weight: 700;
  text-align: left;
  background: #ffffff;
}

.acc-chevron {
  font-size: 12px;
  color: #666;
}

.crocs-acc-body {
  padding: 0 16px 16px;
  font-size: 13px;
  line-height: 1.6;
  color: #313131;
}

.crocs-acc-body p {
  margin-bottom: 10px;
}

.crocs-benefits-list {
  list-style: none;
  margin: 10px 0;
}

.crocs-benefits-list li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 6px;
}

.crocs-benefits-list li::before {
  content: '•';
  color: #0077c8;
  position: absolute;
  left: 0;
  font-weight: bold;
}

.crocs-disclaimer {
  font-size: 11.5px;
  color: #777777;
}

/* Shipping Simulator */
.shipping-input-row {
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
}

.shipping-cep-field {
  flex: 1;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 13px;
  outline: none;
}

.shipping-calc-btn {
  background: #000;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 4px;
}

.shipping-quote-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  font-size: 12px;
}

/* ============================================================
   5. REVIEWS & SHELF SECTIONS
   ============================================================ */
.pdp-section-container {
  max-width: 1440px;
  margin: 40px auto;
  padding: 0 24px;
}

.pdp-section-header {
  border-bottom: 2px solid #000000;
  padding-bottom: 10px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.pdp-section-title {
  font-family: 'Karl', sans-serif;
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
}

.pdp-section-subtitle {
  font-size: 13px;
  color: #666;
}

.reviews-breakdown-card {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 24px;
  background: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.reviews-big-score {
  text-align: center;
  border-right: 1px solid #e0e0e0;
  padding-right: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.score-number {
  font-family: 'Karl', sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
}

.score-stars {
  color: #ffb800;
  font-size: 16px;
  margin: 6px 0;
}

.score-desc {
  font-size: 12px;
  color: #666;
}

.reviews-bars-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}

.bar-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
}

.bar-track {
  flex: 1;
  height: 8px;
  background: #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
}

.bar-fill {
  height: 100%;
  background: #ffb800;
}

.reviews-grid-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.customer-review-card {
  background: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 6px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.review-top-row {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}

.verified-badge {
  color: #2e7d32;
  font-size: 11px;
}

.review-time {
  color: #888;
}

.review-stars-yellow {
  color: #ffb800;
  font-size: 13px;
}

.review-text {
  font-size: 12.5px;
  color: #444;
  line-height: 1.4;
}

/* Related Shelf */
.related-shelf-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.shelf-item-card {
  border: 1px solid #ebebeb;
  border-radius: 6px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  background: #ffffff;
}

.shelf-img-box {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #f7f7f7;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 8px;
}

.shelf-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shelf-category-tag {
  font-size: 11px;
  color: #777;
  text-transform: uppercase;
}

.shelf-product-name {
  font-family: 'Karl', sans-serif;
  font-size: 13px;
  font-weight: 700;
  margin: 4px 0 6px;
}

.shelf-product-price {
  font-family: 'Karl', sans-serif;
  font-size: 15px;
  font-weight: 800;
  margin-top: auto;
}

.shelf-installments {
  font-size: 11px;
  color: #666;
}

/* ============================================================
   6. STICKY BOTTOM BAR & MINICART DRAWER
   ============================================================ */
.vtex-flex-layout-0-x-flexRow--bottomBarRow {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 101;
  box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.1);
  transform: translateY(100%);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.vtex-flex-layout-0-x-flexRow--bottomBarRow.visible {
  transform: translateY(0);
}

.sticky-bar-content-responsive {
  max-width: 1440px;
  margin: 0 auto;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.sticky-prod-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sticky-thumb-img {
  width: 44px;
  height: 44px;
  border-radius: 4px;
  border: 1px solid #eee;
  object-fit: cover;
}

.sticky-title-text {
  font-family: 'Karl', sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.sticky-price-text {
  font-family: 'Karl', sans-serif;
  font-size: 15px;
  font-weight: 800;
}

.sticky-actions-group {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sticky-size-dropdown {
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 20px;
  font-family: 'Karl', sans-serif;
  font-size: 13px;
  font-weight: 700;
  outline: none;
  background: #fff;
}

.sticky-btn-buy {
  background: #80c142;
  color: #000;
  font-family: 'Karl', sans-serif;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 24px;
  border-radius: 24px;
}

/* Minicart Drawer */
.minicart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
}

.minicart-overlay.open {
  opacity: 1;
  visibility: visible;
}

.minicart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 400px;
  height: 100%;
  background: #ffffff;
  z-index: 999;
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
}

.minicart-drawer.open {
  transform: translateX(0);
}

.minicart-header {
  padding: 16px;
  border-bottom: 1px solid #ebebeb;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.minicart-title {
  font-family: 'Karl', sans-serif;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}

.minicart-close-btn {
  font-size: 24px;
  color: #888;
}

.minicart-shipping-meter {
  background: #f4fbf4;
  border-bottom: 1px solid #d8f3d8;
  padding: 10px 16px;
}

.free-shipping-label-text {
  font-size: 12px;
  color: #1c521c;
  font-weight: 600;
  margin-bottom: 6px;
}

.free-shipping-track {
  width: 100%;
  height: 6px;
  background: #e0e0e0;
  border-radius: 3px;
  overflow: hidden;
}

.free-shipping-fill {
  height: 100%;
  background: #80c142;
}

.minicart-body-scroll {
  flex: 1;
  overflow-y: auto;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.minicart-footer {
  padding: 16px;
  border-top: 1px solid #ebebeb;
  background: #fafafa;
}

.minicart-subtotal-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  margin-bottom: 12px;
}

.minicart-subtotal-row strong {
  font-family: 'Karl', sans-serif;
  font-size: 18px;
}

.minicart-checkout-btn {
  width: 100%;
  height: 46px;
  background: #80c142;
  color: #000;
  font-family: 'Karl', sans-serif;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 23px;
}

/* Modal */
.size-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}

.size-modal-backdrop.open {
  opacity: 1;
  visibility: visible;
}

.size-modal-content {
  background: #ffffff;
  border-radius: 8px;
  max-width: 520px;
  width: 100%;
  padding: 20px;
}

.size-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.size-modal-title {
  font-family: 'Karl', sans-serif;
  font-size: 17px;
  font-weight: 800;
}

.crocs-size-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12.5px;
  text-align: center;
}

.crocs-size-table th, .crocs-size-table td {
  padding: 8px;
  border: 1px solid #ddd;
}

.crocs-size-table th {
  background: #f5f5f5;
  font-weight: 700;
}

/* ============================================================
   7. FOOTER
   ============================================================ */
.crocs-site-footer {
  background: #141215;
  color: #ffffff;
  padding-top: 36px;
  width: 100%;
}

.footer-newsletter-wrap {
  border-bottom: 1px solid #28262a;
  padding-bottom: 24px;
  margin-bottom: 28px;
}

.footer-inner-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
}

.newsletter-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.newsletter-title {
  font-family: 'Karl', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.newsletter-sub {
  font-size: 12px;
  color: #aaaaaa;
}

.newsletter-form-box {
  display: flex;
  gap: 8px;
  max-width: 400px;
  width: 100%;
}

.newsletter-input-field {
  flex: 1;
  padding: 10px 14px;
  border-radius: 20px;
  border: 1px solid #444;
  background: #242226;
  color: #fff;
  font-size: 12px;
  outline: none;
}

.newsletter-submit-btn {
  background: #80c142;
  color: #000;
  font-family: 'Karl', sans-serif;
  font-weight: 700;
  font-size: 12px;
  padding: 10px 18px;
  border-radius: 20px;
}

.footer-links-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding-bottom: 30px;
}

.footer-col-title {
  font-family: 'Karl', sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.footer-links-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 12px;
  color: #aaaaaa;
}

.footer-links-list a:hover {
  color: #ffffff;
}

.contact-line, .contact-email {
  font-size: 12px;
  color: #aaaaaa;
}

.contact-phone {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin: 4px 0;
}

.footer-bottom-copyright {
  background: #0a090b;
  padding: 16px;
  border-top: 1px solid #1c1a1f;
  text-align: center;
  font-size: 10.5px;
  color: #777;
}

.payment-badges-row {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.pay-badge {
  background: #ffffff;
  color: #000000;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 3px;
  font-size: 10px;
}

/* ============================================================
   8. MEDIA QUERIES PARA CELULAR (TOTALMENTE ALINHADO)
   ============================================================ */
@media screen and (max-width: 1024px) {
  .product-pdp-container {
    padding: 0 0 40px;
  }

  .product-pdp-layout {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }

  .product-images-col {
    width: 100%;
  }

  .product-info-col {
    width: 100%;
    padding: 0 16px;
  }

  .pdp-product-title {
    font-size: 24px;
  }

  .pdp-current-price {
    font-size: 26px;
  }

  .pdp-app-promo-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .app-badges-group {
    flex-direction: row;
    width: 100%;
  }

  .app-badges-group img {
    height: 30px;
  }

  .reviews-breakdown-card {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .reviews-big-score {
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 16px;
    padding-right: 0;
  }

  .reviews-grid-cards {
    grid-template-columns: 1fr;
  }

  .related-shelf-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .pdp-section-container {
    padding: 0 16px;
    margin: 30px auto;
  }

  .newsletter-row {
    flex-direction: column;
    text-align: center;
  }

  .newsletter-form-box {
    max-width: 100%;
  }

  .footer-links-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .sticky-bar-content-responsive {
    padding: 8px 12px;
  }

  .sticky-actions-group {
    width: 100%;
    justify-content: space-between;
  }

  .sticky-size-dropdown {
    flex: 0 0 40%;
    font-size: 12px;
  }

  .sticky-btn-buy {
    flex: 1;
    font-size: 13px;
    padding: 10px 14px;
    text-align: center;
  }

  .minicart-drawer {
    max-width: 100%;
  }
}

/* ============================================================
   CHECKOUT PREMIUM CROCS
   ============================================================ */
.checkout-page {
  background: #f7f7f7;
  min-height: 100vh;
}

.checkout-page [hidden] {
  display: none !important;
}

.checkout-topbar {
  background: #ffffff;
  border-bottom: 1px solid #eaeaea;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 32px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

.checkout-logo-link .crocs-main-logo {
  max-height: 40px;
  max-width: 130px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.checkout-secure-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Karl', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #141215;
}

.checkout-wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 20px 16px 40px;
}

.checkout-steps {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  font-family: 'Karl', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #a0a0a0;
  flex-wrap: wrap;
}

.checkout-steps .step {
  display: flex;
  align-items: center;
  gap: 6px;
}

.checkout-steps .step.active {
  color: #141215;
}

.checkout-steps .step.done {
  color: #80c142;
}

.step-sep {
  width: 32px;
  height: 2px;
  background: #e0e0e0;
  border-radius: 1px;
}

.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(320px, 0.9fr);
  gap: 32px;
  align-items: start;
}

.checkout-layout > * {
  min-width: 0;
}

.checkout-form {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.checkout-card,
.checkout-summary,
.checkout-empty {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  margin-bottom: 16px;
  border: 1px solid #f0f0f0;
}

.checkout-card h2,
.checkout-summary h2 {
  font-family: 'Karl', sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: #141215;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.checkout-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 16px;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 12px;
  font-weight: 700;
  color: #141215;
}

.field.span-2 {
  grid-column: span 2;
}

.field input,
.field select,
.field textarea {
  height: 42px;
  border: 1px solid #d2d2d2;
  border-radius: 6px;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 400;
  font-family: inherit;
  background: #fafafa;
  color: #141215;
  transition: all 0.2s ease;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.02);
}

.field input::placeholder,
.field textarea::placeholder {
  color: #999;
}

.field textarea {
  height: auto;
  padding: 14px 16px;
  resize: vertical;
  font-size: 14px;
  line-height: 1.5;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: #141215;
  background: #ffffff;
  box-shadow: 0 0 0 1px #141215;
}

.cep-field-group {
  position: relative;
}

.cep-input-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.cep-input-wrap input {
  width: 100%;
  padding-right: 120px;
}

.cep-link {
  position: absolute;
  right: 10px;
  font-size: 11px;
  font-weight: 700;
  color: #0077c8;
  text-decoration: underline;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.2s;
}

.cep-link:hover {
  color: #005a9c;
}

.payment-note {
  font-size: 14px;
  color: #555;
  margin-bottom: 12px;
  background: #f5f5f5;
  padding: 10px 14px;
  border-radius: 8px;
  border-left: 4px solid #141215;
}

.payment-option {
  display: flex;
  align-items: center;
  gap: 16px;
  border: 2px solid #80c142;
  background: #f4faee;
  border-radius: 12px;
  padding: 12px 16px;
  cursor: default;
  transition: all 0.2s;
}

.payment-option input {
  accent-color: #80c142;
  width: 20px;
  height: 20px;
}

.payment-option-body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
  font-weight: 400;
  font-size: 13px;
  color: #555;
}

.payment-option-body strong {
  color: #141215;
  font-family: 'Karl', sans-serif;
  font-size: 16px;
  font-weight: 800;
}

.pix-only {
  background: #32bcad;
  color: #fff;
  border-radius: 6px;
  padding: 6px 10px;
  font-family: 'Karl', sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.checkout-form-error {
  background: #ffebe9;
  color: #cf222e;
  border: 1px solid #ff8182;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  margin: 16px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.checkout-submit-btn {
  width: 100%;
  height: 48px;
  margin-top: 12px;
  background: #80c142;
  color: #000;
  font-family: 'Karl', sans-serif;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 28px;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 12px rgba(128, 193, 66, 0.3);
}

.checkout-submit-btn:hover {
  background: #73b338;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(128, 193, 66, 0.4);
}

.checkout-keep-shopping {
  display: block;
  text-align: center;
  margin-top: 20px;
  font-family: 'Karl', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #141215;
  text-decoration: underline;
  transition: color 0.2s;
}

.checkout-keep-shopping:hover {
  color: #80c142;
}

.checkout-item {
  display: flex;
  gap: 16px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #f0f0f0;
}

.checkout-item img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #eaeaea;
  background: #f8f8f8;
}

.checkout-item strong {
  display: block;
  font-family: 'Karl', sans-serif;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #141215;
}

.checkout-item span,
.checkout-item em {
  display: block;
  font-size: 13px;
  color: #666;
  font-style: normal;
  margin-bottom: 2px;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  color: #555;
  margin-top: 12px;
}

.summary-row.total {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 2px solid #eaeaea;
  font-family: 'Karl', sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #141215;
}

.free-label {
  color: #80c142;
  font-weight: 700;
}

.checkout-empty {
  text-align: center;
  padding: 64px 24px;
}

.checkout-empty h1 {
  font-family: 'Karl', sans-serif;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 12px;
}

.checkout-empty p {
  color: #555;
  font-size: 16px;
}

.checkout-back-btn {
  display: inline-flex;
  margin-top: 24px;
  background: #141215;
  color: #fff;
  font-family: 'Karl', sans-serif;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 28px;
  padding: 16px 32px;
  transition: all 0.2s;
}

.checkout-back-btn:hover {
  background: #333;
  transform: translateY(-2px);
}

.checkout-pix {
  max-width: 560px;
  margin: 0 auto;
}

.pix-card h1 {
  font-family: 'Karl', sans-serif;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 12px;
  text-align: center;
}

.pix-amount {
  margin-bottom: 24px;
  font-size: 16px;
  text-align: center;
  color: #555;
}

.pix-amount strong {
  font-family: 'Karl', sans-serif;
  font-size: 20px;
  color: #141215;
}

.pix-qr-box {
  display: flex;
  justify-content: center;
  margin: 16px auto 24px;
  padding: 24px;
  background: #fff;
  border: 2px dashed #d2d2d2;
  border-radius: 16px;
  width: fit-content;
}

.pix-help {
  margin-top: 20px;
  font-size: 14px;
  color: #555;
  line-height: 1.5;
  text-align: center;
}

.pix-status-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 auto 16px;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 700;
  width: fit-content;
}

.pix-status-badge.pending {
  background: #fff8e1;
  color: #b78103;
  border: 1px solid #ffe082;
}

.pix-status-badge.approved {
  background: #f4faee;
  color: #4f8b1d;
  border: 1px solid rgba(128, 193, 66, 0.4);
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffb800;
  animation: pulseDot 1.5s infinite;
}

.pix-status-badge.approved .status-dot {
  background: #80c142;
  animation: none;
}

@keyframes pulseDot {
  0% { transform: scale(0.8); opacity: 0.5; }
  50% { transform: scale(1.2); opacity: 1; }
  100% { transform: scale(0.8); opacity: 0.5; }
}

.pix-success-card {
  text-align: center;
  padding: 36px 24px;
}

.pix-success-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #80c142;
  color: #ffffff;
  font-size: 32px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  box-shadow: 0 4px 16px rgba(128, 193, 66, 0.35);
}

.pix-success-desc {
  font-size: 15px;
  color: #555;
  max-width: 400px;
  margin: 0 auto 20px;
  line-height: 1.5;
}

.pix-success-details {
  background: #f9f9f9;
  border-radius: 8px;
  padding: 16px;
  margin: 20px 0;
  text-align: left;
}

/* ============================================================
   PERSONALIZE (JIBBITZ)
   ============================================================ */
.personalize-card {
  overflow: hidden;
}

.personalize-desc {
  font-size: 14px;
  color: #555;
  margin-top: -12px;
  margin-bottom: 20px;
}

.jibbitz-list {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 12px;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.jibbitz-list::-webkit-scrollbar {
  height: 6px;
}

.jibbitz-list::-webkit-scrollbar-thumb {
  background-color: #d2d2d2;
  border-radius: 4px;
}

.jibbitz-item {
  flex: 0 0 140px;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  background: #fafafa;
}

.jibbitz-img-box {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  overflow: hidden;
}

.jibbitz-img-box img {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
}

.jibbitz-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 12px;
}

.jibbitz-info strong {
  font-size: 13px;
  color: #141215;
  line-height: 1.2;
}

.jibbitz-info span {
  font-size: 13px;
  font-weight: 700;
  color: #80c142;
}

.add-jibbitz-btn {
  margin-top: auto;
  background: #141215;
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 8px;
  border-radius: 16px;
  transition: background 0.2s;
}

.add-jibbitz-btn:hover {
  background: #80c142;
  color: #000;
}
@media screen and (max-width: 900px) {
  .checkout-topbar {
    padding: 12px 16px;
  }

  .checkout-logo-link .crocs-main-logo {
    height: 24px;
  }

  .checkout-wrap {
    padding: 16px 12px 40px;
  }

  .checkout-steps {
    font-size: 12px;
    gap: 8px;
    justify-content: center;
  }

  .checkout-layout {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .checkout-card,
  .checkout-summary,
  .checkout-empty {
    padding: 16px;
    border-radius: 12px;
  }

  .checkout-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .checkout-form {
    order: 1;
  }

  .checkout-summary {
    order: 2;
  }

  .field.span-2 {
    grid-column: span 1;
  }

  .field input,
  .field select,
  .field textarea {
    font-size: 16px; /* Evita zoom automático no iOS */
    height: 44px;
  }

  .cep-input-wrap input {
    padding-right: 110px;
  }
}

/* ============================================================
   PDP PERSONALIZE SUAS CROCS (JIBBITZ SECTION)
   ============================================================ */
.pdp-jibbitz-section {
  width: 100%;
  margin: 16px 0 20px 0;
  padding: 0;
  box-sizing: border-box;
}

.jibbitz-section-card {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 18px 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
}

.jibbitz-section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}

.jibbitz-main-title {
  font-family: 'Karl', sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #141215;
  margin: 0;
}

.jibbitz-subtitle {
  font-size: 14px;
  color: #666;
  margin: 4px 0 0 0;
}

.jibbitz-view-bag-btn {
  background: none;
  border: none;
  color: #80c142;
  font-family: 'Karl', sans-serif;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  transition: opacity 0.2s, transform 0.2s;
  padding: 4px 8px;
}

.jibbitz-view-bag-btn:hover {
  opacity: 0.85;
  transform: translateX(2px);
}

.jibbitz-progress-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
}

.jibbitz-progress-bars {
  display: flex;
  gap: 6px;
  flex: 1;
}

.jibbitz-bar-segment {
  flex: 1;
  height: 6px;
  background: #e8e8e8;
  border-radius: 999px;
  transition: background-color 0.4s ease;
}

.jibbitz-bar-segment.active {
  background: #80c142;
}

.jibbitz-progress-counter {
  font-family: 'Karl', sans-serif;
  font-size: 14px;
  font-weight: 800;
  color: #141215;
  min-width: 32px;
  text-align: right;
  transition: color 0.3s;
}

.jibbitz-progress-counter.completed {
  color: #80c142;
}

.jibbitz-carousel-strip {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding: 16px 2px 14px;
  margin-top: 6px;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.jibbitz-carousel-strip::-webkit-scrollbar {
  height: 6px;
}

.jibbitz-carousel-strip::-webkit-scrollbar-thumb {
  background: #d4d4d4;
  border-radius: 4px;
}

.jibbitz-pdp-card {
  position: relative;
  flex: 0 0 148px;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 12px 10px;
  text-align: center;
  background: #ffffff;
  cursor: pointer;
  transition: all 0.2s ease;
  user-select: none;
  display: flex;
  flex-direction: column;
}

.jibbitz-pdp-card:hover {
  border-color: #141215;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.jibbitz-pdp-card.selected {
  border-color: #80c142;
  background: #f4faee;
  box-shadow: 0 2px 8px rgba(128, 193, 66, 0.2);
}

.jibbitz-pdp-card.disabled {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
  border-color: #e5e5e5;
}

.jibbitz-check-badge {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 22px;
  height: 22px;
  background: #80c142;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  animation: jibbitzPop 0.2s ease-out;
}

@keyframes jibbitzPop {
  0% { transform: scale(0.4); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}

.jibbitz-pdp-img-box {
  width: 100%;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

.jibbitz-pdp-img-box img {
  max-width: 100%;
  max-height: 80px;
  object-fit: contain;
  transition: transform 0.2s;
}

.jibbitz-pdp-card:hover .jibbitz-pdp-img-box img {
  transform: scale(1.05);
}

.jibbitz-pdp-name {
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  color: #141215;
  margin: 0 0 4px;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 30px;
}

.jibbitz-pdp-badge-included {
  font-size: 11px;
  font-weight: 800;
  color: #80c142;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 8px;
}

.jibbitz-toggle-circle-btn {
  margin: auto auto 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: none;
  background: #141215;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.2s;
}

.jibbitz-toggle-circle-btn.is-selected {
  background: #cf222e;
}

.jibbitz-toggle-circle-btn:hover {
  transform: scale(1.1);
}

.jibbitz-all-selected-banner {
  margin-top: 14px;
  padding: 12px 16px;
  background: #f4faee;
  border: 1px solid rgba(128, 193, 66, 0.4);
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #4f8b1d;
  font-weight: 700;
  animation: jibbitzFadeIn 0.3s ease;
}

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

.banner-check-icon {
  background: #80c142;
  color: #ffffff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 900;
}

.banner-view-bag-link {
  background: none;
  border: none;
  color: #4f8b1d;
  font-weight: 800;
  text-decoration: underline;
  cursor: pointer;
  padding: 0;
  margin-left: 4px;
}

.banner-view-bag-link:hover {
  color: #141215;
}

.jibbitz-footer-note {
  margin-top: 16px;
  font-size: 13px;
  color: #666;
}

.jibbitz-footer-note strong {
  font-family: 'Karl', sans-serif;
  font-size: 15px;
  color: #141215;
}

.jibbitz-footer-note .note-sub {
  font-size: 12px;
  color: #888;
}

@media screen and (max-width: 768px) {
  .pdp-jibbitz-section {
    padding: 16px 12px;
  }

  .jibbitz-section-card {
    padding: 16px 14px;
  }

  .jibbitz-pdp-card {
    flex: 0 0 132px;
    padding: 10px 8px;
  }

  .jibbitz-pdp-img-box {
    height: 75px;
  }

  .jibbitz-main-title {
    font-size: 18px;
  }
}

/* ==========================================================================
   ORDER BUMP - FARÓIS LED CROCS X RELÂMPAGO MCQUEEN
   ========================================================================== */
.order-bump-card {
  border: 2px dashed #80c142 !important;
  background: #fdfefc !important;
  border-radius: 12px !important;
  padding: 16px !important;
  margin-bottom: 16px;
  position: relative;
  transition: all 0.25s ease;
  box-shadow: 0 4px 14px rgba(128, 193, 66, 0.08);
}

.order-bump-card.active {
  border: 2px solid #80c142 !important;
  background: #f3faf0 !important;
  box-shadow: 0 6px 20px rgba(128, 193, 66, 0.2) !important;
}

.order-bump-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #ff4747;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 4px 10px;
  border-radius: 20px;
  margin-bottom: 10px;
  animation: bumpPulse 2s infinite ease-in-out;
}

@keyframes bumpPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.03); box-shadow: 0 2px 8px rgba(255, 71, 71, 0.4); }
}

.order-bump-header {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #ffffff;
  border: 1.5px solid #80c142;
  border-radius: 8px;
  padding: 10px 14px;
  cursor: pointer;
  user-select: none;
  transition: all 0.2s ease;
}

.order-bump-card.active .order-bump-header {
  background: #eaf5e4;
  border-color: #6db231;
}

.order-bump-checkbox {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  accent-color: #80c142;
  cursor: pointer;
  margin: 0 !important;
}

.order-bump-header-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 8px;
  flex-wrap: wrap;
}

.order-bump-action {
  font-weight: 800;
  font-size: 13.5px;
  color: #141215;
}

.order-bump-price-pill {
  background: #80c142;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 6px;
  white-space: nowrap;
}

.order-bump-body {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px dashed rgba(128, 193, 66, 0.35);
}

.order-bump-img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  background: #ffffff;
  border: 1px solid #e2ebd6;
  border-radius: 8px;
  padding: 4px;
  flex-shrink: 0;
}

.order-bump-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}

.order-bump-info strong {
  font-size: 14px;
  font-weight: 800;
  color: #141215;
  line-height: 1.25;
}

.order-bump-info p {
  font-size: 12px;
  color: #555;
  line-height: 1.35;
  margin: 0;
}

.order-bump-pricing {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 3px;
}

.order-bump-old {
  font-size: 12px;
  color: #999;
  text-decoration: line-through;
}

.order-bump-current {
  font-size: 13px;
  color: #80c142;
  font-weight: 700;
}

.order-bump-current strong {
  font-size: 15px;
  color: #141215;
}

.checkout-item-bump {
  border-left: 3px solid #80c142;
  padding-left: 8px;
  background: #fbfdf9;
  border-radius: 6px;
  padding-top: 6px;
  padding-bottom: 6px;
}

/* Seletor de Quantidade do Order Bump */
.order-bump-qty-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  flex-wrap: wrap;
}

.order-bump-qty-label {
  font-size: 12px;
  font-weight: 700;
  color: #141215;
}

.order-bump-qty-control {
  display: inline-flex;
  align-items: center;
  background: #ffffff;
  border: 1.5px solid #80c142;
  border-radius: 6px;
  overflow: hidden;
  height: 30px;
}

.order-bump-qty-btn {
  background: #f4fbf0;
  border: none;
  width: 30px;
  height: 30px;
  font-size: 15px;
  font-weight: 800;
  color: #141215;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease;
  user-select: none;
  padding: 0;
  line-height: 1;
}

.order-bump-qty-btn:hover {
  background: #80c142;
  color: #ffffff;
}

.order-bump-qty-input {
  width: 32px;
  height: 30px;
  border: none;
  text-align: center;
  font-size: 13.5px;
  font-weight: 800;
  color: #141215;
  background: #ffffff;
  padding: 0;
  margin: 0;
  -moz-appearance: textfield;
}

.order-bump-qty-input::-webkit-outer-spin-button,
.order-bump-qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.order-bump-subtotal-badge {
  font-size: 12px;
  font-weight: 700;
  color: #4f8b1d;
  background: #eaf7e3;
  padding: 3px 8px;
  border-radius: 6px;
  border: 1px solid rgba(128, 193, 66, 0.3);
}

/* ============================================================
   MODAL ESPECIAL DIA DAS CRIANÇAS (DESIGN MINIMALISTA & PREMIUM)
   ============================================================ */
.kids-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(15, 23, 42, 0.45);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.kids-modal-overlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.kids-modal-card {
  background: #ffffff;
  width: 100%;
  max-width: 400px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 50px -10px rgba(15, 23, 42, 0.16), 0 0 1px rgba(15, 23, 42, 0.08);
  transform: scale(0.96) translateY(8px);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
}

.kids-modal-overlay.is-open .kids-modal-card {
  transform: scale(1) translateY(0);
}

.kids-modal-close-btn {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #f8fafc;
  color: #94a3b8;
  border: 1px solid #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.2s ease;
}

.kids-modal-close-btn:hover {
  background: #f1f5f9;
  color: #334155;
}

.kids-modal-header {
  padding: 24px 24px 8px;
  text-align: left;
}

.kids-modal-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f0fdf4;
  color: #166534;
  border: 1px solid #dcfce7;
  font-family: inherit;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.2px;
  padding: 3px 10px;
  border-radius: 999px;
  margin-bottom: 12px;
}

.kids-modal-badge .badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #22c55e;
  display: inline-block;
}

.kids-modal-title {
  font-family: inherit;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  color: #0f172a;
  margin-bottom: 4px;
  letter-spacing: -0.3px;
}

.kids-modal-subtitle {
  font-size: 13px;
  color: #64748b;
  line-height: 1.4;
  font-weight: 400;
}

.kids-modal-content {
  padding: 12px 24px 24px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.kids-modal-reasons-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 16px;
}

.kids-reason-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #fafafa;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #f1f5f9;
  transition: background 0.2s ease;
}

.kids-reason-item:hover {
  background: #f8fafc;
}

.kids-reason-icon {
  flex-shrink: 0;
  margin-top: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #f1f5f9;
}

.kids-reason-text h4 {
  font-size: 13px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 2px;
  line-height: 1.3;
}

.kids-reason-text p {
  font-size: 11.5px;
  color: #64748b;
  line-height: 1.35;
}

.kids-modal-alert {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fefce8;
  border: 1px solid #fef08a;
  border-radius: 10px;
  padding: 8px 12px;
  margin-bottom: 16px;
  font-size: 11.5px;
  color: #854d0e;
  line-height: 1.3;
}

.kids-modal-alert svg {
  flex-shrink: 0;
}

.kids-modal-alert strong {
  font-weight: 600;
}

.kids-modal-cta-btn {
  width: 100%;
  background: #447b1f;
  color: #ffffff;
  border: none;
  font-family: inherit;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.1px;
  padding: 12.5px 18px;
  border-radius: 12px;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(68, 123, 31, 0.25);
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.kids-modal-cta-btn:hover {
  background: #396819;
  box-shadow: 0 6px 18px rgba(68, 123, 31, 0.32);
  transform: translateY(-1px);
}

.kids-modal-cta-btn:active {
  transform: translateY(0);
}

.kids-modal-dismiss {
  display: block;
  text-align: center;
  margin-top: 10px;
  font-size: 11.5px;
  color: #94a3b8;
  background: none;
  border: none;
  cursor: pointer;
  width: 100%;
  transition: color 0.2s ease;
  font-weight: 500;
}

.kids-modal-dismiss:hover {
  color: #64748b;
}

@media (max-width: 480px) {
  .kids-modal-card {
    border-radius: 20px;
    max-width: 100%;
  }
  .kids-modal-header {
    padding: 20px 20px 6px;
  }
  .kids-modal-title {
    font-size: 17.5px;
  }
  .kids-modal-content {
    padding: 8px 20px 20px;
  }
}


/* ============================================================
   LIVE SALES TOAST NOTIFICATION (POPUP DE PESSOAS COMPRANDO)
   ============================================================ */
.live-sales-toast {
  position: fixed;
  bottom: 24px;
  left: 24px;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.06);
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 360px;
  width: calc(100% - 32px);
  z-index: 9990;
  opacity: 0;
  transform: translateY(30px) scale(0.95);
  transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1), transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}

.live-sales-toast.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.live-sales-icon-badge {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, #eaf7e3 0%, #dcf4d0 100%);
  color: #43881a;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid rgba(128, 193, 66, 0.35);
}

.live-sales-info {
  flex: 1;
  min-width: 0;
}

.live-sales-buyer {
  font-size: 13px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
}

.live-sales-action {
  font-size: 12px;
  color: #64748b;
  line-height: 1.35;
  margin-bottom: 3px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.live-sales-action strong {
  color: #0f172a;
  font-weight: 600;
}

.live-sales-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
}

.live-sales-time {
  color: #94a3b8;
}

.live-sales-verified {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  color: #16a34a;
  font-weight: 600;
}

.live-sales-close {
  background: none;
  border: none;
  color: #94a3b8;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  padding: 4px;
  margin-left: 2px;
  align-self: flex-start;
  transition: color 0.2s ease;
}

.live-sales-close:hover {
  color: #475569;
}

@media (max-width: 768px) {
  .live-sales-toast {
    left: 16px;
    right: 16px;
    bottom: 84px; /* acima da barra fixa inferior */
    max-width: none;
    width: auto;
  }
}


