/*
Theme Name: Vestti
Theme URI: https://vestti.com.br
Author: Vestti
Author URI: https://vestti.com.br
Description: Tema base do Vestti (classificados) - Clean Premium
Version: 0.2.0
Text Domain: vestti
*/

/* ================================================= */
/* RESET                                             */
/* ================================================= */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  margin-top: 0 !important;
  scroll-padding-top: var(--vestti-header-offset, 0px);
}

body {
  overflow-x: hidden;
  margin-top: 0 !important;
  padding-top: var(--vestti-header-offset, 0px) !important;
}

body.vestti-app {
  margin-top: 0 !important;
  padding-top: var(--vestti-header-offset, 0px) !important;
}

body > #vestti-fixed-header {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

img,
svg,
video,
canvas {
  display: block;
  max-width: 100%;
  height: auto;
}

button,
input,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* ================================================= */
/* TOKENS                                            */
/* ================================================= */

:root {
  --vestti-header-offset: 108px;
  --vestti-canvas: #ffffff;
  --vestti-ink: #000000;
  --vestti-soul: #ef8f79;
  --vestti-soul-strong: #e57b62;
  --vestti-mist: #fff3ef;
  --vestti-border: #e5e5e5;
  --vestti-border-strong: #cfcfcf;
  --vestti-card: #ffffff;
  --vestti-text-body: #1a1a1a;
  --vestti-muted-2: #4a4a4a;

  --vestti-radius: 14px;
  --vestti-card-radius: 18px;
  --vestti-radius-pill: 999px;

  --vestti-shadow: 0 10px 30px -24px rgba(0, 0, 0, 0.35);
  --vestti-shadow-soft: 0 8px 24px -22px rgba(0, 0, 0, 0.28);
  --vestti-shadow-hover: 0 14px 28px -20px rgba(0, 0, 0, 0.32);
  --vestti-focus-ring: 0 0 0 3px rgba(239, 143, 121, 0.28);
  --vestti-motion-dur: 0.32s;
  --vestti-motion-ease: cubic-bezier(0.22, 1, 0.36, 1);

  --space-1: 8px;
  --space-2: 12px;
  --space-3: 16px;
  --space-4: 24px;
  --space-5: 32px;
  --space-6: 48px;
  --space-7: 64px;
  --space-8: 80px;

  --bg: var(--vestti-canvas);
  --card: var(--vestti-card);
  --text: var(--vestti-ink);
  --muted: var(--vestti-text-body);
  --brand: var(--vestti-soul);
  --brand-light: var(--vestti-mist);
  --border: var(--vestti-border);
  --input: var(--vestti-canvas);

  --vestti-text: var(--text);
  --vestti-brand: var(--brand);
  --vestti-input-bg: var(--input);
}

/* ================================================= */
/* TIPOGRAFIA                                        */
/* ================================================= */

body {
  font-family: "Outfit", "Noto Sans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  background: var(--vestti-canvas);
  color: var(--vestti-text-body);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color var(--vestti-motion-dur) var(--vestti-motion-ease);
}

a,
button,
input,
select,
textarea,
.vestti-btn,
.store-btn,
.vp-btn,
.vh-icon-link,
.vh-mobile-bottom-nav__link,
.vh-mobile-bottom-nav__link--post,
.sh-chip,
.sh-cat-chip,
.sh-intent-chip,
.sh-feed-mode,
.ig-filter-btn,
.p-card,
.card,
.vcard {
  transition-duration: var(--vestti-motion-dur);
  transition-timing-function: var(--vestti-motion-ease);
}

a:hover {
  color: var(--vestti-soul-strong);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: none;
  box-shadow: var(--vestti-focus-ring);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: var(--vestti-ink);
  font-weight: 650;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

p {
  margin: 0;
  color: var(--vestti-text-body);
}

::selection {
  background: rgba(255, 140, 122, 0.28);
  color: var(--vestti-ink);
}

/* ================================================= */
/* LAYOUT BASE                                       */
/* ================================================= */

.container,
.container-vestti {
  width: min(1400px, 100%);
  margin: 0 auto;
  padding-inline: 22px;
}

.sh-section,
.ig-section,
.va-archive,
.vf-page,
.va-page,
.v-wrap,
.vestti-terms-page,
.vestti-account-page,
.vestti-store-page,
.vp-root {
  animation: vestti-fade-up 0.35s ease both;
}

@keyframes vestti-fade-up {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ================================================= */
/* HEADER                                            */
/* ================================================= */

#vestti-fixed-header {
  position: fixed;
  top: 0 !important;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 110;
  margin: 0 !important;
  padding: 0 !important;
}

.vestti-header,
.vh-shell {
  background: #fff;
  border-bottom: 1px solid rgba(160, 160, 160, 0.62);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
  margin: 0;
}

.vestti-header__row,
.vh-primary {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  padding: 0 22px;
  margin: 0;
}

.vh-logo {
  flex: 0 0 auto;
  width: clamp(56px, 7vw, 92px);
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.vh-logo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 42px;
  object-fit: contain;
}

.vh-search-wrap {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
}

.vh-search-form {
  width: 100%;
}

.vh-search {
  min-height: 44px;
  height: 44px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 8px;
  padding: 3px;
  border-radius: var(--vestti-radius-pill);
  border: 1px solid rgba(160, 160, 160, 0.68);
  background: rgba(245, 245, 245, 0.9);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.vh-search select {
  appearance: none;
  min-height: 36px;
  border: 0;
  border-radius: var(--vestti-radius-pill);
  padding: 0 12px;
  background: transparent;
  color: #404040;
  font-size: 13px;
  font-weight: 600;
}

.vh-search-input-wrap {
  min-width: 0;
  min-height: 36px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-inline: 10px;
  border-radius: var(--vestti-radius-pill);
  background: rgba(255, 255, 255, 0.84);
}

.vh-search-input-wrap i {
  color: #8f8f8f;
  font-size: 16px;
  flex: 0 0 auto;
}

.vh-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  background: transparent;
  color: var(--vestti-ink);
  font-size: 14px;
}

.vh-search input::placeholder {
  color: #8f8f8f;
}
.vh-location-btn,
.vh-search-submit {
  min-height: 36px;
  border: 1px solid rgba(160, 160, 160, 0.72);
  border-radius: var(--vestti-radius-pill);
  background: #fff;
  color: #303030;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.vh-location-btn:hover,
.vh-search-submit:hover {
  transform: translateY(-1px);
  border-color: rgba(160, 160, 160, 0.95);
  box-shadow: 0 8px 20px -22px rgba(0, 0, 0, 0.34);
}

.vh-main-actions {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}

.vh-action-link {
  min-height: 44px;
  border: 1px solid rgba(160, 160, 160, 0.68);
  border-radius: var(--vestti-radius-pill);
  background: rgba(255, 255, 255, 0.84);
  color: #262626;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 600;
  position: relative;
  transition: transform 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}

.vh-action-link:hover {
  transform: translateY(-1px);
  border-color: rgba(160, 160, 160, 0.95);
  background: #fff;
}

.vh-announce {
  flex: 0 0 auto;
  min-height: 44px;
  border-radius: var(--vestti-radius);
  border: 1px solid var(--vestti-soul-strong);
  background: var(--vestti-soul);
  color: #000000;
  font-size: 13px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 14px;
  white-space: nowrap;
  transition: transform 0.25s ease, filter 0.25s ease;
}

.vh-announce:hover {
  transform: translateY(-1px);
  filter: brightness(1.02);
  color: #000000;
}

.vh-secondary {
  border-top: 1px solid rgba(160, 160, 160, 0.38);
  margin: 0;
  padding: 0;
}

.vh-secondary-scroll {
  min-height: 36px;
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  padding: 2px 22px;
  margin: 0;
  scrollbar-width: none;
}

.vh-secondary-scroll::-webkit-scrollbar {
  display: none;
}

.vh-nav-link {
  min-height: 32px;
  border-radius: var(--vestti-radius-pill);
  border: 1px solid transparent;
  color: #4a4a4a;
  background: transparent;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.vh-nav-link:hover {
  color: #262626;
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(160, 160, 160, 0.65);
}

.vh-nav-link.is-active {
  color: #000000;
  background: #fff;
  border-color: rgba(160, 160, 160, 0.8);
}

.vh-nav-badge {
  min-height: 18px;
  border-radius: 999px;
  background: rgba(255, 140, 122, 0.2);
  color: #b91c1c;
  font-size: 10px;
  font-weight: 700;
  padding: 0 6px;
  display: inline-flex;
  align-items: center;
}

.vh-location-layer {
  position: fixed;
  inset: 0;
  z-index: 130;
  display: grid;
  place-items: center;
}

.vh-location-layer[hidden] {
  display: none !important;
}

.vh-location-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
}

.vh-location-modal {
  width: min(420px, calc(100% - 24px));
  border: 1px solid rgba(160, 160, 160, 0.75);
  border-radius: var(--vestti-card-radius);
  background: #fff;
  box-shadow: var(--vestti-shadow);
  padding: 20px;
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
}

.vh-location-title {
  font-size: 22px;
}

.vh-location-sub {
  color: #525252;
  font-size: 13px;
}

.vh-location-actions {
  display: flex;
  gap: 8px;
}

.vh-location-cancel,
.vh-location-save {
  flex: 1;
  min-height: 42px;
  border-radius: var(--vestti-radius);
  border: 1px solid rgba(160, 160, 160, 0.8);
  background: #fff;
  color: #262626;
  font-weight: 600;
  cursor: pointer;
}

.vh-location-save {
  background: var(--vestti-soul);
  border-color: var(--vestti-soul-strong);
  color: #000000;
}

/* ================================================= */
/* FEED / GRID                                       */
/* ================================================= */

.p-feed,
.feed,
.feed-grid,
.sh-feed-grid {
  column-count: 4;
  column-gap: 28px;
}

.p-feed > *,
.feed > *,
.feed-grid > *,
.sh-feed-grid > * {
  break-inside: avoid;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
}

/* ================================================= */
/* CARDS (PRODUTO)                                   */
/* ================================================= */

.p-card,
.card,
.vcard,
.va-card,
.vestti-order-card,
.vestti-collection-card,
.vestti-tracking-item,
.vestti-row,
.vestti-pane,
.vp-card {
  border: 1px solid rgba(160, 160, 160, 0.68);
  border-radius: var(--vestti-card-radius);
  background: var(--vestti-card);
  box-shadow: var(--vestti-shadow-soft);
}

.p-card,
.card,
.vcard {
  display: inline-block;
  width: 100%;
  margin: 0 0 22px;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.p-card:hover,
.card:hover,
.vcard:hover {
  transform: translateY(-2px) scale(1.01);
  box-shadow: var(--vestti-shadow-hover);
  border-color: rgba(160, 160, 160, 0.95);
}

.p-media,
.image,
.p-media-link {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 16px;
  background: linear-gradient(180deg, #f7f7f7 0%, #f2f2f2 100%);
}

.p-media,
.p-media-link {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.p-media img,
.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.p-card:hover .p-media img,
.card:hover .p-media img,
.p-card:hover .image img,
.card:hover .image img {
  transform: scale(1.03);
}

.p-card.is-locked .p-media img,
.card.is-locked .p-media img,
.p-card.is-locked .image img,
.card.is-locked .image img {
  filter: grayscale(0.1);
  opacity: 0.86;
}

.p-body,
.vcard .vitrine-body {
  padding: 18px;
  display: grid;
  gap: 10px;
}

.p-title,
.p-title-link,
.p-link {
  margin: 0;
  color: var(--vestti-ink);
  font-size: 20px;
  font-weight: 650;
  line-height: 1.3;
  letter-spacing: -0.01em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.p-title-link:hover,
.p-link:hover {
  color: #000000;
}

.p-price,
.vp-price-current {
  color: var(--vestti-ink);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -0.02em;
}

.p-price {
  font-size: 21px;
}

.p-price__values {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
}

.p-price__old,
.vp-price-original {
  color: #9a9a9a;
  font-size: 13px;
  font-weight: 600;
  text-decoration: line-through;
}

.p-price__fallback {
  color: #525252;
  font-size: 13px;
  font-weight: 600;
}

.meta,
.location,
.p-brand,
.p-proof,
.p-fav-public,
.p-want-public,
.vp-installments,
.vp-posted {
  color: #595959;
  font-size: 12px;
  font-weight: 500;
}

.p-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.p-proof-chip,
.p-badge,
.vp-badge,
.store-pill,
.ig-section-kicker {
  min-height: 26px;
  padding: 0 10px;
  border-radius: var(--vestti-radius-pill);
  border: 1px solid rgba(160, 160, 160, 0.65);
  background: rgba(245, 245, 245, 0.78);
  color: #404040;
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 600;
}

.p-actions-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 8px;
  margin-top: 4px;
}

.p-fav-public,
.p-want-public,
.vp-public-favs {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #595959;
}

.p-fav-public__icon,
.p-want-public__icon,
.vp-public-favs__icon {
  font-size: 13px;
}

.p-fav-public__num,
.p-want-public__num,
.vp-public-favs__num {
  color: #000000;
  font-weight: 700;
}

/* ================================================= */
/* BOTOES                                            */
/* ================================================= */

.vestti-btn,
.store-btn,
.vp-btn,
.va-form button,
.vf-page button {
  appearance: none;
  min-height: 44px;
  border-radius: var(--vestti-radius);
  border: 1px solid rgba(160, 160, 160, 0.8);
  background: #fff;
  color: #262626;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 16px;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background-color 0.25s ease, color 0.25s ease, filter 0.25s ease;
}

.vestti-btn:hover,
.store-btn:hover,
.vp-btn:hover,
.va-form button:hover,
.vf-page button:hover {
  transform: translateY(-1px);
  border-color: rgba(160, 160, 160, 0.98);
  box-shadow: 0 10px 24px -24px rgba(0, 0, 0, 0.42);
}

.vestti-btn:active,
.store-btn:active,
.vp-btn:active,
.va-form button:active,
.vf-page button:active {
  transform: translateY(1px);
}

.vestti-btn--brand,
.vestti-btn--primary,
.store-btn--brand,
.vp-btn--primary,
.vestti-auth-gate__btn--brand {
  border-color: var(--vestti-soul-strong);
  background: var(--vestti-soul);
  color: #000000;
  box-shadow: 0 10px 24px -22px rgba(243, 111, 90, 0.55);
}

.vestti-btn--brand:hover,
.vestti-btn--primary:hover,
.store-btn--brand:hover,
.vp-btn--primary:hover,
.vestti-auth-gate__btn--brand:hover {
  filter: brightness(1.02);
  color: #000000;
}

.vestti-btn--ghost,
.vestti-btn--secondary,
.vp-btn--ghost,
.vp-btn--secondary {
  background: #fff;
  border-color: rgba(160, 160, 160, 0.78);
  color: #262626;
}

.vestti-btn[disabled],
.store-btn[disabled],
.vp-btn[disabled],
button[disabled],
input[disabled] {
  opacity: 0.58;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

/* ================================================= */
/* INPUTS                                            */
/* ================================================= */

input[type="text"],
input[type="search"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="url"],
input[type="date"],
input[type="time"],
input[type="datetime-local"],
select,
textarea,
.input,
.vestti-input,
.va-form input,
.va-form select,
.va-form textarea,
.vf-page input,
.vf-page select,
.vf-page textarea,
.vestti-form input,
.vestti-form select,
.vestti-form textarea,
.vestti-store-form input,
.vestti-store-form select,
.vestti-store-form textarea,
.vp-modal__message {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(160, 160, 160, 0.78);
  border-radius: var(--vestti-radius);
  background: color-mix(in srgb, var(--vestti-mist) 86%, #ffffff 14%);
  color: #000000;
  font-size: 14px;
  line-height: 1.35;
  padding: 0 13px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

textarea,
.vp-modal__message {
  min-height: 108px;
  padding: 12px 13px;
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  color: #9a9a9a;
}

input:focus,
select:focus,
textarea:focus,
.input:focus,
.vestti-input:focus {
  border-color: rgba(243, 111, 90, 0.55);
  background: #fff;
  box-shadow: var(--vestti-focus-ring);
  outline: none;
}

.vestti-input-prefix {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border: 1px solid rgba(160, 160, 160, 0.78);
  border-radius: var(--vestti-radius);
  background: color-mix(in srgb, var(--vestti-mist) 86%, #ffffff 14%);
}

.vestti-input-prefix b {
  color: #525252;
  font-size: 13px;
  font-weight: 700;
}

.vestti-input-prefix input {
  border: 0;
  padding: 0;
  min-height: 30px;
  background: transparent;
  box-shadow: none;
}
/* ================================================= */
/* PAGINA DE LOJA / VITRINE                          */
/* ================================================= */

/* Home */
.sh-page {
  width: min(1400px, 100%);
  margin: 0 auto;
  padding: 24px 22px 0;
}

.sh-section {
  margin-block: var(--space-6);
}

.sh-banner-block {
  margin-top: 8px;
}

.sh-banner-swiper {
  border-radius: var(--vestti-card-radius);
  overflow: hidden;
  border: 1px solid rgba(160, 160, 160, 0.72);
  background: #fff;
  box-shadow: var(--vestti-shadow-soft);
  position: relative;
}

.sh-banner-carousel__track {
  display: flex;
  width: 100%;
  transition: transform 0.5s ease;
  will-change: transform;
}

.sh-banner-slide {
  position: relative;
  min-height: 340px;
  display: block;
  flex: 0 0 100%;
}

.sh-banner-nav {
  appearance: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: rgba(255, 255, 255, 0.92);
  color: #000000;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 3;
}

.sh-banner-nav--prev {
  left: 10px;
}

.sh-banner-nav--next {
  right: 10px;
}

.sh-banner-dots {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 7px;
  z-index: 3;
}

.sh-banner-dot {
  appearance: none;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  border: 0;
  background: rgba(255, 255, 255, 0.48);
  cursor: pointer;
}

.sh-banner-dot.is-active {
  width: 22px;
  background: rgba(255, 255, 255, 0.95);
}

.sh-banner-image,
.sh-banner-fallback {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.sh-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 20, 38, 0.08) 0%, rgba(11, 20, 38, 0.48) 100%);
}

.sh-banner-copy {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 22px;
  z-index: 1;
  color: #fff;
  display: grid;
  gap: 6px;
}

.sh-banner-copy strong {
  font-size: clamp(22px, 2.3vw, 34px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.sh-banner-copy span {
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
}

.sh-banner-pagination {
  bottom: 14px !important;
}

.sh-title-row,
.sh-feed-head,
.ig-section-head,
.va-archive__head,
.vestti-store-head,
.vestti-account-head,
.vf-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.sh-title,
.ig-section-title,
.va-archive__title {
  font-size: clamp(24px, 2vw, 34px);
}

.sh-title-link {
  color: inherit;
  text-decoration: none;
}

.sh-title-link--drops {
  border-bottom: 1px dashed transparent;
  transition: color .22s ease, border-color .22s ease;
}

@media (min-width: 921px) {
  .sh-title-link--drops:hover {
    color: #000000;
    border-bottom-color: rgba(0, 0, 0, 0.35);
  }
}

@media (max-width: 920px) {
  .sh-title-link--drops {
    pointer-events: none;
    cursor: default;
    border-bottom-color: transparent;
  }
}

.sh-title-sub,
.ig-section-sub,
.va-archive__desc {
  color: #595959;
  font-size: 13px;
}

.sh-cats-scroll,
.sh-intents,
.sh-feed-modes,
.ig-stock-filter {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.sh-cat-chip,
.sh-intent-chip,
.sh-feed-mode,
.ig-filter-btn {
  min-height: 36px;
  border-radius: var(--vestti-radius-pill);
  border: 1px solid rgba(160, 160, 160, 0.78);
  background: rgba(255, 255, 255, 0.84);
  color: #404040;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  cursor: pointer;
  transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.sh-cat-chip:hover,
.sh-intent-chip:hover,
.sh-feed-mode:hover,
.ig-filter-btn:hover {
  transform: translateY(-1px);
  color: #000000;
  border-color: rgba(160, 160, 160, 0.96);
}

.sh-cat-chip.is-active,
.sh-intent-chip.is-active,
.sh-feed-mode.is-active,
.ig-filter-btn.is-active {
  background: #fff;
  color: #000000;
  border-color: rgba(160, 160, 160, 0.96);
}

.sh-cat-icon {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(245, 245, 245, 0.9);
}

.sh-cat-label {
  display: inline-flex;
  align-items: center;
}

.sh-feed-grid {
  margin-top: 6px;
}

.sh-loader,
.sh-empty,
.ig-empty,
.vestti-empty,
.vp-empty,
.v-empty-state {
  border: 1px dashed rgba(160, 160, 160, 0.9);
  border-radius: var(--vestti-radius);
  background: rgba(255, 255, 255, 0.72);
  padding: 14px;
  color: #525252;
  font-size: 13px;
}

.sh-sentinel {
  width: 100%;
  height: 2px;
}

/* Archive */
.va-archive {
  width: min(1400px, 100%);
  margin: 0 auto;
  padding: 26px 22px var(--space-7);
  display: grid;
  gap: 22px;
}

.va-archive__head {
  align-items: center;
}

.va-archive__ordering {
  min-width: 220px;
}

.va-archive__feed,
.sh-feed-grid,
.ig-pinned-feed,
#igCatalogFeed {
  min-height: 120px;
}

.va-archive__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.va-archive__pagination .page-numbers {
  min-width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(160, 160, 160, 0.8);
  background: #fff;
  color: #404040;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}

.va-archive__pagination .page-numbers.current {
  color: #000000;
  border-color: rgba(160, 160, 160, 0.95);
}

/* Loja publica */
.ig-store-shell {
  width: min(1300px, 100%);
  margin: 28px auto 0;
  padding: 0 22px var(--space-7);
}

.ig-store-shell.is-store-highlight .store-hero {
  border-color: rgba(170, 170, 170, 0.9);
}

.store-hero {
  border-radius: var(--vestti-card-radius);
  overflow: hidden;
  border: 1px solid rgba(170, 170, 170, 0.95);
  background: #fff;
  box-shadow: none;
}

.store-cover {
  min-height: 250px;
  background: linear-gradient(120deg, #f7f7f7 0%, #efefef 100%);
  background-size: cover;
  background-position: center;
}

.store-profile {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 0 24px 24px;
}

.store-avatar {
  width: 108px;
  height: 108px;
  margin-top: -54px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #fff;
  background: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  font-weight: 800;
  color: #000000;
  box-shadow: none;
}

.store-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.store-about {
  min-width: 0;
}

.store-name-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.store-name {
  margin: 0;
  color: #000000;
  font-family: "Inter", "Outfit", "Noto Sans", "Segoe UI", sans-serif;
  font-size: clamp(26px, 2.2vw, 36px);
  font-weight: 800;
  line-height: 1.06;
}

.store-verified-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #dc2626;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.store-handle {
  margin-top: 4px;
  color: #595959;
  font-size: 12px;
  font-weight: 500;
}

.store-bio-wrap {
  margin-top: 8px;
  max-width: 760px;
}

.store-bio {
  margin: 0;
  color: #262626;
  font-size: 14px;
  line-height: 1.55;
}

.store-bio.is-clamped {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.store-bio.is-expanded {
  display: block;
  overflow: visible;
}

.store-bio-toggle {
  margin-top: 4px;
  border: 0;
  background: transparent;
  color: #3f3f3f;
  font-size: 12px;
  font-weight: 700;
  padding: 0;
  min-height: 0;
  cursor: pointer;
}

.store-rating {
  margin-top: 10px;
  display: grid;
  gap: 6px;
}

.store-rating__summary {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.store-rating__summary.is-hidden {
  display: none;
}

.store-rating__compact-star {
  color: #000000;
  font-size: 13px;
  line-height: 1;
}

.store-rating__avg {
  color: #000000;
  font-size: 13px;
  font-weight: 700;
}

.store-rating__count {
  color: #595959;
  font-size: 13px;
  font-weight: 600;
}

.store-rating__actions {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.store-rating__hint {
  color: #595959;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.store-rating__zero,
.store-rating__star {
  min-width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 1px solid rgba(209, 213, 219, 0.95);
  background: #fafafa;
  color: #595959;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  transition: all 0.2s ease;
}

.store-rating__star {
  font-size: 14px;
}

.store-rating__zero:hover,
.store-rating__star:hover {
  border-color: #000000;
  color: #000000;
}

.store-rating__zero.is-on,
.store-rating__star.is-on {
  border-color: #000000;
  background: #000000;
  color: #fff;
}

.store-rating__zero:disabled,
.store-rating__star:disabled {
  opacity: 0.62;
  cursor: not-allowed;
}

.store-context-meta {
  margin-top: 10px;
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.store-context-tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.store-context-tag {
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(209, 213, 219, 0.86);
  background: rgba(245, 245, 245, 0.86);
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
}

.store-about-trigger {
  min-height: 30px;
  border-radius: 999px;
  border: 1px solid rgba(209, 213, 219, 0.95);
  background: #fff;
  color: #374151;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  cursor: pointer;
}

.store-about-trigger__icon {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 1px solid rgba(156, 156, 156, 0.9);
  color: #3f3f3f;
  font-size: 11px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.store-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.ig-store-shell .store-actions .store-btn {
  border-radius: 999px;
  box-shadow: none;
}

.ig-store-shell .store-btn--primary,
.ig-store-shell .store-btn--follow {
  border-color: #000000;
  background: #000000;
  color: #fff;
}

.ig-store-shell .store-btn--primary:hover,
.ig-store-shell .store-btn--follow:hover {
  border-color: #000000;
  background: #000000;
  color: #fff;
}

.ig-store-shell .store-btn--share {
  min-width: 44px;
  width: 44px;
  padding: 0;
  border-color: rgba(209, 213, 219, 0.95);
  background: #f7f7f7;
  color: #374151;
}

.ig-store-shell .store-btn--share svg {
  display: block;
}

body.store-about-open {
  overflow: hidden;
}

.store-about-modal {
  position: fixed;
  inset: 0;
  z-index: 140;
  display: grid;
  align-items: center;
  justify-items: center;
  padding: 18px;
}

.store-about-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.42);
}

.store-about-modal__dialog {
  position: relative;
  width: min(520px, 100%);
  border-radius: 18px;
  border: 1px solid rgba(209, 213, 219, 0.95);
  background: #fff;
  overflow: hidden;
}

.store-about-modal__head {
  padding: 16px 18px;
  border-bottom: 1px solid rgba(210, 210, 210, 0.95);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.store-about-modal__head h2 {
  margin: 0;
  font-size: 18px;
  color: #000000;
}

.store-about-modal__close {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  border: 1px solid rgba(209, 213, 219, 0.95);
  background: #fff;
  color: #3f3f3f;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.store-about-modal__body {
  padding: 12px 18px 18px;
}

.store-about-modal__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.store-about-modal__list li {
  border-radius: 12px;
  border: 1px solid rgba(210, 210, 210, 0.95);
  background: #fafafa;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.store-about-modal__list li span {
  color: #3f3f3f;
  font-size: 12px;
  font-weight: 600;
}

.store-about-modal__list li strong {
  color: #000000;
  font-size: 13px;
  font-weight: 800;
}

.ig-section {
  margin-top: var(--space-6);
}

.ig-section--pinned {
  padding: 18px;
  border-radius: var(--vestti-card-radius);
  border: 1px solid rgba(255, 140, 122, 0.26);
  background: linear-gradient(180deg, rgba(255, 140, 122, 0.08) 0%, rgba(255, 255, 255, 0.95) 100%);
}

.ig-collection-filter {
  margin-bottom: 8px;
}

.ig-advanced-filters {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 8px 0 12px;
}

.ig-advanced-filters input,
.ig-advanced-filters select {
  min-height: 38px;
  border-radius: var(--vestti-radius-pill);
  border: 1px solid rgba(160, 160, 160, 0.82);
  background: #fff;
  color: #262626;
  font-size: 13px;
  padding: 0 12px;
  min-width: 0;
}

.ig-advanced-filters [data-store-filter-reset] {
  justify-content: center;
}

.ig-collection-status {
  margin: 0 0 14px;
  color: #525252;
  font-size: 12px;
  font-weight: 600;
}

.ig-collection-hero {
  --drop-accent: #dc2626;
  margin: 0 0 14px;
  border: 1px solid color-mix(in srgb, var(--drop-accent) 28%, #d4d4d4 72%);
  border-radius: var(--vestti-radius);
  overflow: hidden;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(255, 255, 255, 0.96));
}

.ig-collection-hero[hidden] {
  display: none;
}

.ig-collection-hero img {
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
  background: #f2f2f2;
}

.ig-collection-hero-body {
  padding: 10px 12px;
}

.ig-collection-hero-title {
  margin: 0;
  color: #000000;
  font-size: 16px;
  font-weight: 800;
}

.ig-collection-hero-meta {
  margin-top: 4px;
  color: #262626;
  font-size: 12px;
}

.ig-drop-room {
  --drop-accent: #dc2626;
  position: relative;
}

.ig-drop-room.is-drop-locked #igCatalogFeed {
  filter: blur(8px) saturate(0.68);
  pointer-events: none;
  user-select: none;
}

.ig-drop-room__lock {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 4;
}

.ig-drop-room__lock[hidden] {
  display: none !important;
}

.ig-drop-room__veil {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(7px);
}

.ig-drop-room__panel {
  position: relative;
  width: min(460px, calc(100% - 28px));
  border-radius: calc(var(--vestti-radius) + 4px);
  border: 1px solid color-mix(in srgb, var(--drop-accent) 36%, #d4d4d4 64%);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 20px 40px -30px rgba(0, 0, 0, 0.8);
  display: grid;
  gap: 8px;
  padding: 14px 14px 16px;
  text-align: center;
}

.ig-drop-room__kicker {
  margin: 0;
  color: var(--drop-accent);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.ig-drop-room__title {
  margin: 0;
  color: #000000;
  font-size: clamp(20px, 3.6vw, 28px);
  line-height: 1.1;
}

.ig-drop-room__meta {
  margin: 0;
  color: #262626;
  font-size: 13px;
}

.ig-drop-room__notify {
  min-height: 54px;
  width: 100%;
  border-radius: 12px;
  border: 1px solid color-mix(in srgb, var(--drop-accent) 70%, #000000 30%);
  background: var(--drop-accent);
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.02em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  cursor: pointer;
}

.ig-drop-room__notify.is-on {
  background: color-mix(in srgb, var(--drop-accent) 20%, #ffffff 80%);
}

.ig-drop-placeholder {
  aspect-ratio: 4 / 5;
  border-radius: var(--vestti-card-radius);
  border: 1px solid rgba(160, 160, 160, 0.78);
  background: linear-gradient(135deg, rgba(235, 235, 235, 0.88), rgba(245, 245, 245, 0.92));
  overflow: hidden;
  position: relative;
}

.ig-drop-placeholder span {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.06));
  transform: translateX(-100%);
  animation: vestti-drop-placeholder 1.8s linear infinite;
}

@keyframes vestti-drop-placeholder {
  from { transform: translateX(-100%); }
  to { transform: translateX(100%); }
}

.ig-toast {
  position: fixed;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #000000;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 14px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 120;
}

.ig-toast.is-on {
  opacity: 1;
}
/* Conta e painel da loja */
.vestti-account-page,
.vestti-store-page,
.va-page,
.vf-page,
.v-wrap,
.vestti-create-store,
.vestti-terms-page {
  width: min(1360px, 100%);
  margin: 0 auto;
  padding: 28px 22px var(--space-7);
}

.vestti-account-wrap,
.vestti-store-wrap,
.vf-wrap,
.va-page .container,
.v-wrap .container {
  display: grid;
  gap: 18px;
}

.vestti-account-head,
.vestti-store-head,
.vf-head {
  margin-bottom: 4px;
}

.vestti-account-head h1,
.vestti-store-head h1,
.vf-head h1 {
  font-size: clamp(30px, 2.8vw, 44px);
}

.vestti-account-head p,
.vestti-store-head p,
.vf-head p,
.vestti-collection-sub,
.vestti-public-link-line,
.vestti-quality-hint {
  color: #595959;
  font-size: 13px;
}

.vestti-store-head__actions,
.vestti-actions,
.vestti-inline-actions,
.vestti-order-card__actions,
.vestti-tracking-item__actions,
.vestti-collection-actions,
.vestti-collections-title {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.vestti-abandon-form {
  margin: 0;
}

.vestti-btn--danger-soft {
  border-color: rgba(239, 68, 68, 0.35);
  background: rgba(254, 242, 242, 0.92);
  color: #991b1b;
}

.vestti-btn--danger-soft:hover {
  border-color: rgba(239, 68, 68, 0.6);
  background: #ffe4e6;
  color: #881337;
}

.vestti-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding: 6px;
  border-radius: var(--vestti-radius);
  border: 1px solid rgba(160, 160, 160, 0.72);
  background: rgba(255, 255, 255, 0.8);
}

.vestti-tabs a {
  min-height: 36px;
  border-radius: var(--vestti-radius-pill);
  border: 1px solid transparent;
  color: #4a4a4a;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.vestti-tabs a:hover {
  color: #262626;
  border-color: rgba(160, 160, 160, 0.76);
  background: #fff;
}

.vestti-tabs a.is-active {
  color: #000000;
  background: #fff;
  border-color: rgba(160, 160, 160, 0.92);
}

.vestti-pane,
.va-card,
.vcard,
.vcard--center {
  padding: 20px;
}

.vcard--center {
  text-align: center;
}

.vestti-msg,
.vestti-alert,
.login .message,
.login .notice,
.login #login_error {
  border: 1px solid rgba(160, 160, 160, 0.82);
  border-radius: var(--vestti-radius);
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.92);
  color: #262626;
  font-size: 13px;
}

.vestti-msg--ok,
.vestti-alert--ok {
  border-color: color-mix(in srgb, var(--vestti-soul-strong) 36%, #ffffff 64%);
  background: color-mix(in srgb, var(--vestti-soul) 16%, #ffffff 84%);
  color: #000000;
}

.vestti-msg--err,
.vestti-alert--err {
  border-color: rgba(239, 68, 68, 0.22);
  background: rgba(254, 242, 242, 0.9);
  color: #991b1b;
}

.vestti-kv {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(160, 160, 160, 0.5);
}

.vestti-kv span {
  color: #525252;
  font-size: 12px;
}

.vestti-kv strong {
  color: #000000;
  font-size: 14px;
  font-weight: 650;
}

.vestti-list,
.vestti-orders-list,
.vestti-top-products {
  display: grid;
  gap: 10px;
}

.vestti-row,
.vestti-order-card,
.vestti-tracking-item,
.vestti-collection-card {
  padding: 14px;
}

.vestti-order-card__head,
.vestti-order-card__meta,
.vestti-tracking-item__head,
.vestti-tracking-item__meta {
  display: grid;
  gap: 6px;
}

.vestti-order-card__note {
  margin-top: 8px;
  color: #525252;
  font-size: 12px;
}

.vestti-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.vestti-metrics > * {
  padding: 14px;
  border: 1px solid rgba(160, 160, 160, 0.72);
  border-radius: var(--vestti-radius);
  background: rgba(255, 255, 255, 0.84);
}

.vestti-analytics-head {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.vestti-analytics-card,
.vestti-analytics-table-wrap,
.vestti-tracking-create,
.vestti-collection-create,
.vestti-collections-list,
.vestti-tracking-ready {
  border: 1px solid rgba(160, 160, 160, 0.72);
  border-radius: var(--vestti-card-radius);
  background: #fff;
  box-shadow: var(--vestti-shadow-soft);
  padding: 14px;
}

.vestti-analytics-table-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.vestti-advanced-dashboard {
  margin-top: 12px;
  display: grid;
  gap: 10px;
}

.vestti-advanced-dashboard__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  border: 1px solid rgba(160, 160, 160, 0.72);
  border-radius: var(--vestti-card-radius);
  background: #fff;
  box-shadow: var(--vestti-shadow-soft);
  padding: 14px;
}

.vestti-advanced-dashboard__head h3 {
  margin: 0;
  font-size: 16px;
}

.vestti-advanced-dashboard__head p {
  margin: 4px 0 0;
  color: #525252;
  font-size: 12px;
}

.vestti-period-filters {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.vestti-period-filters button {
  min-height: 32px;
  border-radius: 999px;
  border: 1px solid rgba(160, 160, 160, 0.86);
  background: #fff;
  color: #262626;
  font-size: 12px;
  font-weight: 700;
  padding: 0 12px;
}

.vestti-period-filters button.is-active {
  background: #000000;
  border-color: #000000;
  color: #fff;
}

.vestti-advanced-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.vestti-advanced-cards article {
  border: 1px solid rgba(160, 160, 160, 0.72);
  border-radius: var(--vestti-radius);
  background: rgba(255, 255, 255, 0.9);
  padding: 12px;
  display: grid;
  gap: 4px;
}

.vestti-advanced-cards article span {
  color: #525252;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.vestti-advanced-cards article strong {
  color: #000000;
  font-size: 20px;
  line-height: 1.05;
}

.vestti-advanced-top {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.vestti-advanced-top article {
  border: 1px solid rgba(160, 160, 160, 0.72);
  border-radius: var(--vestti-radius);
  background: rgba(255, 255, 255, 0.92);
  padding: 12px;
  display: grid;
  gap: 4px;
}

.vestti-advanced-top h4 {
  margin: 0;
  font-size: 12px;
  color: #525252;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.vestti-advanced-top p {
  margin: 0;
  color: #000000;
  font-size: 14px;
  font-weight: 700;
}

.vestti-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.vestti-table th,
.vestti-table td {
  text-align: left;
  padding: 10px 10px;
  border-bottom: 1px solid rgba(160, 160, 160, 0.46);
  vertical-align: top;
  font-size: 13px;
}

.vestti-table th {
  color: #525252;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.vestti-status,
.badge {
  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  border: 1px solid rgba(160, 160, 160, 0.78);
  background: rgba(245, 245, 245, 0.84);
  color: #404040;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
}

.vestti-status--publish {
  border-color: color-mix(in srgb, var(--vestti-soul-strong) 36%, #ffffff 64%);
  background: color-mix(in srgb, var(--vestti-soul) 16%, #ffffff 84%);
  color: #000000;
}

.vestti-status--private {
  border-color: rgba(140, 140, 140, 0.42);
  background: rgba(235, 235, 235, 0.72);
  color: #262626;
}

.vestti-status--future,
.vestti-status--premiere {
  border-color: rgba(229, 123, 98, 0.35);
  background: rgba(255, 243, 239, 0.9);
  color: #b91c1c;
}

.vestti-quality-score {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(245, 245, 245, 0.86);
  color: #000000;
  font-size: 11px;
  font-weight: 700;
}

.vestti-products-table td {
  vertical-align: middle;
}

.vestti-product-thumb {
  width: 56px;
  height: 56px;
  border-radius: 10px;
  object-fit: cover;
  display: block;
  background: #f2f2f2;
}

.vestti-product-title-link {
  color: #000000;
  font-weight: 600;
}

.vestti-product-title-link:hover {
  color: #000000;
  text-decoration: underline;
}

.vestti-product-date {
  color: #404040;
  white-space: nowrap;
}

.vestti-product-status-cell {
  display: grid;
  gap: 6px;
}

.vestti-status-note {
  color: #404040;
  font-size: 11px;
  line-height: 1.3;
}

.vestti-status-note--hype {
  color: #9a3412;
  font-weight: 700;
}

.vestti-status-form {
  margin: 0;
  position: relative;
  display: grid;
  gap: 6px;
  width: max-content;
  max-width: 100%;
}

.vestti-status-chip {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.vestti-status-chip:hover {
  filter: brightness(0.97);
}

.vestti-status-popover {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  z-index: 30;
  min-width: 190px;
  padding: 8px;
  border-radius: 12px;
  border: 1px solid rgba(160, 160, 160, 0.92);
  background: #fff;
  box-shadow: 0 14px 30px -24px rgba(0, 0, 0, 0.4);
  display: grid;
  gap: 6px;
}

.vestti-status-popover[hidden] {
  display: none !important;
}

.vestti-status-popover__option {
  width: 100%;
  min-height: 32px;
  border-radius: 9px;
  border: 1px solid rgba(160, 160, 160, 0.86);
  background: #fff;
  color: #262626;
  font-size: 12px;
  font-weight: 600;
  text-align: left;
  padding: 0 10px;
  cursor: pointer;
}

.vestti-status-popover__option:hover {
  border-color: rgba(140, 140, 140, 0.92);
  background: #f7f7f7;
}

.vestti-status-popover__option.is-disabled,
.vestti-status-popover__option:disabled {
  opacity: 0.52;
  cursor: not-allowed;
  background: #f5f5f5;
  color: #737373;
}

.vestti-status-popover__option.is-disabled:hover,
.vestti-status-popover__option:disabled:hover {
  border-color: rgba(160, 160, 160, 0.86);
  background: #f5f5f5;
}

.vestti-status-popover__premiere {
  display: grid;
  gap: 5px;
  color: #525252;
  font-size: 11px;
}

.vestti-status-popover__premiere input {
  min-height: 34px;
  border-radius: 9px;
  border: 1px solid rgba(160, 160, 160, 0.86);
  background: #fff;
  color: #000000;
  font-size: 12px;
  padding: 0 8px;
}

.vestti-inline-actions--status {
  align-items: flex-start;
}

.vestti-status-form--chip {
  max-width: 220px;
}

@media (max-width: 920px) {
  .vestti-status-form--chip {
    max-width: 180px;
  }
}

.vestti-product-boost {
  display: grid;
  gap: 6px;
}

.vestti-product-boost__time {
  color: var(--vestti-soul-strong);
  font-size: 12px;
  font-weight: 600;
}

.vestti-boost-inline-form--compact {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.vestti-boost-inline-form--compact select {
  min-height: 34px;
  padding: 0 8px;
}

.vestti-boost-inline-form--compact .vestti-btn {
  min-height: 34px;
  padding: 0 10px;
}

.vestti-delete-product-form {
  margin: 0;
}

.vestti-trash-btn {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  border: 1px solid rgba(239, 68, 68, 0.28);
  background: #fff;
  color: #b91c1c;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.vestti-trash-btn:hover {
  border-color: rgba(239, 68, 68, 0.5);
  background: #fff1f2;
  color: #991b1b;
}

.vestti-trash-btn svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.vestti-form,
.vestti-store-form,
.va-form,
.vestti-form-store {
  display: grid;
  gap: 12px;
}

.vestti-tracking-layout,
.vestti-collection-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 12px;
}

.vestti-collection-select {
  min-height: 180px;
  padding: 8px;
}

.vestti-collection-picker {
  display: grid;
  gap: 8px;
}

.vestti-collection-picker__search {
  min-height: 40px;
}

.vestti-collection-picker__list {
  max-height: 220px;
  overflow: auto;
  border: 1px solid rgba(160, 160, 160, 0.72);
  border-radius: var(--vestti-radius);
  background: rgba(245, 245, 245, 0.62);
  padding: 8px;
  display: grid;
  gap: 6px;
}

.vestti-collection-picker__item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: var(--vestti-radius);
  border: 1px solid transparent;
  background: #fff;
  color: #262626;
  font-size: 13px;
  cursor: pointer;
}

.vestti-collection-picker__item:hover {
  border-color: rgba(160, 160, 160, 0.86);
}

.vestti-collection-picker__item input {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  min-height: 16px;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  accent-color: var(--vestti-soul-strong);
}

.vestti-empty--soft {
  border: 1px dashed rgba(160, 160, 160, 0.72);
  border-radius: var(--vestti-radius);
  background: rgba(255, 255, 255, 0.8);
}

.vestti-collection-pill {
  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  border: 1px solid rgba(160, 160, 160, 0.76);
  background: rgba(245, 245, 245, 0.84);
  color: #404040;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
}

.vestti-collection-pill.is-live {
  background: color-mix(in srgb, var(--vestti-soul) 16%, #ffffff 84%);
  border-color: color-mix(in srgb, var(--vestti-soul-strong) 36%, #ffffff 64%);
  color: #000000;
}

.vestti-collection-pill.is-upcoming {
  background: color-mix(in srgb, #dc2626 12%, #ffffff 88%);
  border-color: color-mix(in srgb, #dc2626 36%, #ffffff 64%);
  color: #b91c1c;
}

.vestti-collection-summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.vestti-collection-summary::-webkit-details-marker {
  display: none;
}

.vestti-collection-summary__main {
  display: grid;
  gap: 5px;
}

.vestti-collection-summary__side {
  display: grid;
  justify-items: end;
  gap: 4px;
}

.vestti-collection-summary__count {
  color: #525252;
  font-size: 12px;
}

.vestti-collection-summary__meta {
  color: #9a3412;
  font-size: 11px;
  line-height: 1.35;
  text-align: right;
}

.vestti-collection-body {
  margin-top: 12px;
  display: grid;
  gap: 10px;
}

.vestti-collection-banner-preview,
.banner-preview,
.logo-preview,
.vestti-preview,
.vestti-preview--avatar,
.vestti-preview--banner {
  border-radius: var(--vestti-radius);
  border: 1px solid rgba(160, 160, 160, 0.72);
  max-width: 100%;
}

.vestti-collection-cover-preview {
  max-width: min(260px, 100%);
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.vestti-preview--avatar {
  width: 120px;
  height: 120px;
  object-fit: cover;
}

.vestti-preview--banner {
  width: min(420px, 100%);
}

.vestti-store-builder {
  display: grid;
  grid-template-columns: minmax(320px, 380px) minmax(0, 1fr);
  gap: 14px;
}

.vestti-store-form--builder,
.vestti-store-builder__preview {
  border: 1px solid rgba(160, 160, 160, 0.72);
  border-radius: var(--vestti-card-radius);
  background: #fff;
  box-shadow: var(--vestti-shadow-soft);
  padding: 16px;
}

.vestti-store-builder__head {
  display: grid;
  gap: 6px;
}

.vestti-store-builder__head h2,
.vestti-store-builder__preview-head h3 {
  margin: 0;
  color: #000000;
  font-size: 20px;
  line-height: 1.2;
}

.vestti-store-builder__head p,
.vestti-store-builder__preview-head p {
  margin: 0;
  color: #525252;
  font-size: 13px;
}

.vestti-store-builder__fields {
  display: grid;
  gap: 12px;
}

.vestti-store-builder__section {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(160, 160, 160, 0.42);
  border-radius: var(--vestti-radius);
  background: rgba(255, 255, 255, 0.86);
}

.vestti-store-builder__section-head {
  display: grid;
  gap: 4px;
}

.vestti-store-builder__section-head h3,
.vestti-store-builder__subsection h4 {
  margin: 0;
  color: #111111;
}

.vestti-store-builder__section-head p,
.vestti-store-builder__subsection p {
  margin: 0;
  color: #525252;
  font-size: 12px;
}

.vestti-store-builder__color-grid,
.vestti-store-builder__two-col,
.vestti-store-builder__toggle-grid {
  display: grid;
  gap: 12px;
}

.vestti-store-builder__color-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vestti-store-builder__color-grid input[type="color"] {
  width: 100%;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.vestti-store-builder__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 58px;
  padding: 10px 12px;
  border: 1px solid rgba(160, 160, 160, 0.42);
  border-radius: var(--vestti-radius);
  background: rgba(255, 255, 255, 0.82);
}

.vestti-store-builder__toggle strong,
.vestti-store-builder__toggle small {
  display: block;
}

.vestti-store-builder__toggle small {
  color: #595959;
  font-size: 11px;
}

.vestti-store-builder__subsection {
  display: grid;
  gap: 10px;
}

.vestti-store-builder__fields label {
  display: grid;
  gap: 6px;
}

.vestti-store-builder__file-help {
  color: #525252;
  font-size: 12px;
}

.vestti-store-builder__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.vestti-store-builder__preview {
  display: grid;
  gap: 10px;
}

.vestti-store-builder__preview-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.vestti-store-builder__preview-canvas {
  border: 1px solid rgba(160, 160, 160, 0.72);
  border-radius: var(--vestti-radius);
  background: #f7f7f7;
  padding: 12px;
  max-height: 85vh;
  overflow: auto;
}

.vestti-store-builder__preview .ig-store-shell {
  width: 100%;
  margin: 0;
  padding: 0;
}

.vestti-store-builder-shell {
  background:
    radial-gradient(circle at top right, color-mix(in srgb, var(--store-button-bg, #111111) 12%, transparent 88%) 0, transparent 34%),
    linear-gradient(180deg, color-mix(in srgb, var(--store-page-bg, #fff7f3) 92%, #ffffff 8%) 0%, color-mix(in srgb, var(--store-page-bg, #fff7f3) 76%, #ffffff 24%) 100%);
  color: var(--store-text, #111111);
}

.vestti-store-builder-shell .store-hero,
.vestti-store-builder-shell .ig-section {
  background: color-mix(in srgb, var(--store-page-bg, #fff7f3) 14%, #ffffff 86%);
  border-color: color-mix(in srgb, var(--store-text, #111111) 10%, #ffffff 90%);
}

.vestti-store-builder-shell .store-btn--brand {
  background: var(--store-button-bg, #111111);
  border-color: var(--store-button-bg, #111111);
  color: var(--store-button-text, #ffffff);
}

.vestti-store-builder-shell .store-btn,
.vestti-store-builder-shell .store-name,
.vestti-store-builder-shell .store-bio,
.vestti-store-builder-shell .store-handle,
.vestti-store-builder-shell .store-pill {
  color: var(--store-text, #111111);
}

.vestti-store-builder-shell .store-cover.is-default,
.vestti-store-builder-shell .store-cover {
  background-color: color-mix(in srgb, var(--store-button-bg, #111111) 12%, var(--store-page-bg, #fff7f3) 88%);
}

.vestti-store-builder__preview .store-cover {
  min-height: 220px;
}

.vestti-store-builder__preview .p-feed,
.vestti-store-builder__preview .feed {
  column-count: 3;
  column-gap: 16px;
}

.vestti-store-builder__preview .store-actions .store-btn {
  pointer-events: none;
}

.vestti-store-builder__preview .vestti-store-sticker--banner {
  z-index: 2;
}

@media (min-width: 920px) {
  .vestti-store-builder__two-col,
  .vestti-store-builder__toggle-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.vestti-auth-intro,
.vestti-auth-logo,
.vestti-auth-sub,
.user-pass-wrap {
  width: 100%;
}

.vestti-terms-wrap {
  max-width: 880px;
  margin: 0 auto;
  border: 1px solid rgba(160, 160, 160, 0.72);
  border-radius: var(--vestti-card-radius);
  background: #fff;
  box-shadow: var(--vestti-shadow-soft);
  padding: 24px;
  display: grid;
  gap: 16px;
}

/* Vitrine cards compativeis */
.vitrine-cover,
.vitrine-avatarwrap,
.vitrine-body,
.vitrine-links,
.vitrine-social {
  width: 100%;
}

.vitrine-name {
  color: #000000;
  font-weight: 700;
}

.vitrine-link {
  color: #404040;
  font-size: 13px;
}

/* ================================================= */
/* FOOTER                                            */
/* ================================================= */

.vestti-footer {
  margin-top: var(--space-6);
  padding: 24px 0 calc(24px + env(safe-area-inset-bottom));
  border-top: 1px solid rgba(160, 160, 160, 0.58);
  background: rgba(255, 255, 255, 0.84);
}

.vestti-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.vestti-footer__copy,
.vestti-footer__meta {
  color: #595959;
  font-size: 12px;
}

.vestti-footer__meta a {
  font-weight: 700;
  color: #262626;
}

/* ================================================= */
/* MOBILE BOTTOM NAV                                 */
/* ================================================= */

.vh-mobile-bottom-nav {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 105;
  display: none;
  padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.78);
  border-top: 1px solid rgba(160, 160, 160, 0.55);
  backdrop-filter: blur(12px) saturate(1.04);
  -webkit-backdrop-filter: blur(12px) saturate(1.04);
}

.vh-mobile-bottom-nav__inner {
  width: min(560px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
}

.vh-mobile-bottom-nav__link {
  min-height: 52px;
  border-radius: 14px;
  border: 1px solid transparent;
  color: #4a4a4a;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 2px;
  font-size: 10px;
  font-weight: 600;
}

.vh-mobile-bottom-nav__link i {
  font-size: 20px;
  line-height: 1;
}

.vh-mobile-bottom-nav__avatar {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  object-fit: cover;
  border: 1px solid rgba(160, 160, 160, 0.92);
  display: block;
}

.vh-mobile-bottom-nav__link.is-active {
  color: #000000;
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(160, 160, 160, 0.68);
}

.vh-mobile-bottom-nav__link.is-active .vh-mobile-bottom-nav__avatar {
  border-color: rgba(0, 0, 0, 0.2);
}

.vh-mobile-bottom-nav__link--post {
  color: #b91c1c;
  background: rgba(255, 141, 124, 0.24);
  border-color: rgba(243, 111, 90, 0.38);
}

/* ================================================= */
/* HELPERS                                           */
/* ================================================= */

.muted,
.text-slate-500,
.text-slate-400,
.text-slate-700,
.text-xs,
.text-sm {
  color: #525252;
}

.lead {
  color: #404040;
  font-size: 14px;
}

.link-more {
  color: #262626;
  font-weight: 700;
}

.v-empty-state,
.va-card,
.card,
.vcard,
.vcard--center,
.v-wrap .card {
  background: #fff;
}

.hidden {
  display: none !important;
}

.block {
  display: block;
}

.inline-flex {
  display: inline-flex;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.flex-col {
  flex-direction: column;
}

.items-center {
  align-items: center;
}

.items-start {
  align-items: flex-start;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.gap-2 {
  gap: 8px;
}

.gap-3 {
  gap: 12px;
}

.rounded-full {
  border-radius: 999px;
}

.rounded-lg,
.rounded-xl {
  border-radius: var(--vestti-radius);
}

.shadow-sm,
.shadow-lg {
  box-shadow: var(--vestti-shadow-soft);
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.w-full {
  width: 100%;
}

/* ================================================= */
/* SINGLE PRODUCT                                    */
/* ================================================= */

.vp-root {
  width: min(1360px, 100%);
  margin: 0 auto;
  padding: 24px 22px calc(var(--space-7) + env(safe-area-inset-bottom));
}

.vp-shell {
  display: grid;
  gap: 18px;
}

.vp-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.vp-back-link,
.vp-inline-link {
  color: #525252;
  font-size: 13px;
  font-weight: 600;
}

.vp-back-link:hover,
.vp-inline-link:hover {
  color: #262626;
}

.vp-crumb-sep {
  color: #d4d4d4;
}

.vp-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 14px;
  align-items: start;
}

.vp-main,
.vp-side {
  display: grid;
  gap: 12px;
}

.vp-card {
  padding: 14px;
}

.vp-card--gallery,
.vp-card--related {
  display: grid;
  gap: 12px;
}

.vp-main-image-wrap {
  aspect-ratio: 4 / 5;
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(180deg, #f7f7f7 0%, #f2f2f2 100%);
  touch-action: pan-y;
}

.vp-main-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vp-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.vp-thumb {
  border: 1px solid rgba(160, 160, 160, 0.74);
  border-radius: 12px;
  overflow: hidden;
  padding: 0;
  background: #fff;
  cursor: pointer;
}

.vp-thumb.is-active {
  border-color: rgba(243, 111, 90, 0.45);
  box-shadow: 0 0 0 2px rgba(243, 111, 90, 0.2);
}

.vp-thumb img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.vp-price {
  display: grid;
  gap: 6px;
}

.vp-price-stack {
  display: grid;
  gap: 8px;
}

.vp-price-current {
  font-size: clamp(22.5px, 1.65vw, 31.5px);
}

.vp-installments {
  font-size: 12px;
}

.vp-title,
.vp-title--side {
  color: #000000;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.vp-title--side {
  font-size: clamp(30px, 2.5vw, 42.5px);
}

.vp-seller,
.vp-seller--inline {
  display: flex;
  align-items: center;
  gap: 10px;
}

.vp-seller-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(160, 160, 160, 0.78);
  object-fit: cover;
  background: #f2f2f2;
}

.vp-seller-info {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.vp-tags {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}

.vp-badges {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}

.vp-section-divider {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(235, 235, 235, 0.55);
}

.vp-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.vp-title-row .vp-title--side {
  flex: 1;
  min-width: 0;
}

.vp-quick-actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.vp-icon-btn {
  appearance: none;
  border: 1px solid rgba(160, 160, 160, 0.72);
  background: rgba(247, 247, 247, 0.9);
  color: #404040;
  border-radius: 999px;
  min-height: 32px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.vp-icon-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(160, 160, 160, 0.9);
}

.vp-icon-btn .vp-fav-icon,
.vp-icon-btn .vp-icon {
  font-size: 14px;
  line-height: 1;
}

.vp-icon-count {
  color: #000000;
  font-weight: 700;
}

.vp-icon-btn.vp-fav-btn.is-on,
.vp-icon-btn.vp-fav-btn[aria-pressed="true"] {
  border-color: rgba(243, 111, 90, 0.45);
  background: #fff3ef;
  color: #dc2626;
}

.vp-icon-btn.vp-want-btn.is-on,
.vp-icon-btn.vp-want-btn[aria-pressed="true"] {
  border-color: color-mix(in srgb, var(--vestti-soul-strong) 44%, #ffffff 56%);
  background: color-mix(in srgb, var(--vestti-soul) 18%, #ffffff 82%);
  color: #000000;
}

.vp-seller-card {
  display: grid;
  gap: 8px;
  padding: 12px;
  border: 1px solid rgba(160, 160, 160, 0.55);
  border-radius: 14px;
  background: var(--vestti-card);
}

.vp-seller-card__top {
  display: flex;
  align-items: center;
  gap: 10px;
}

.vp-seller-card__main {
  min-width: 0;
  display: grid;
  gap: 6px;
}

.vp-seller-card__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.vp-seller-card__title h3 {
  margin: 0;
  font-size: 15px;
  flex: 1;
  min-width: 0;
}

.vp-seller-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 12px;
  color: #525252;
}

.vp-store-reputation {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.vp-store-reputation.is-highlight .vp-store-reputation__pill {
  border-color: color-mix(in srgb, var(--vestti-soul-strong) 40%, #ffffff 60%);
  background: color-mix(in srgb, var(--vestti-soul) 15%, #ffffff 85%);
  color: #000000;
}

.vp-store-reputation__pill {
  min-height: 24px;
  border-radius: 999px;
  border: 1px solid rgba(160, 160, 160, 0.74);
  background: #f7f7f7;
  color: #262626;
  font-size: 11px;
  font-weight: 700;
  padding: 0 9px;
  display: inline-flex;
  align-items: center;
}

.vp-store-reputation__pill.is-verified {
  border-color: color-mix(in srgb, var(--vestti-soul-strong) 44%, #ffffff 56%);
  background: color-mix(in srgb, var(--vestti-soul) 18%, #ffffff 82%);
  color: #000000;
}

.vp-store-reputation__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: #525252;
  font-size: 12px;
}

.vp-btn--xs {
  min-height: 32px;
  padding: 0 12px;
  font-size: 12px;
  border-radius: 999px;
}

.vp-public-favs {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
}

.vp-public-favs__icon {
  color: #dc2626;
}

.vp-public-favs--wants .vp-public-favs__icon {
  color: #dc2626;
}

.vp-public-favs__num {
  color: #000000;
  font-weight: 700;
}

.vp-public-favs__label {
  color: #525252;
}

.vp-actions {
  display: grid;
  gap: 8px;
}

.vp-actions-main,
.vp-actions-extra {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 8px;
}

.vp-fav-btn,
.vp-fav-btn--mobile,
.vp-want-btn {
  position: relative;
}

.vp-fav-icon {
  display: none;
  font-size: 18px;
}

.vp-fav-icon--off {
  display: inline;
}

.vp-fav-btn.is-on,
.vp-fav-btn[aria-pressed="true"] {
  border-color: rgba(243, 111, 90, 0.45);
  background: #fff3ef;
  color: #dc2626;
}

.vp-fav-btn.is-on .vp-fav-icon--off,
.vp-fav-btn[aria-pressed="true"] .vp-fav-icon--off {
  display: none;
}

.vp-fav-btn.is-on .vp-fav-icon--on,
.vp-fav-btn[aria-pressed="true"] .vp-fav-icon--on {
  display: inline;
}

.vp-want-btn.is-on,
.vp-want-btn[aria-pressed="true"] {
  border-color: color-mix(in srgb, var(--vestti-soul-strong) 44%, #ffffff 56%);
  background: color-mix(in srgb, var(--vestti-soul) 18%, #ffffff 82%);
  color: #000000;
}

.vp-seller-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.vp-link-btn {
  appearance: none;
  border: 0;
  background: none;
  padding: 0;
  color: #525252;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.vp-link-btn:hover {
  color: #262626;
}

/* ================================================= */
/* MINIMAL REFRESH                                   */
/* ================================================= */

:root {
  --vestti-canvas: #ffffff;
  --vestti-card: #ffffff;
  --vestti-ink: #000000;
  --vestti-text-body: #1a1a1a;
  --vestti-border: #e5e5e5;
  --vestti-border-strong: #cfcfcf;
  --vestti-soul: #ef8f79;
  --vestti-soul-strong: #e57b62;
  --vestti-radius: 12px;
  --vestti-card-radius: 14px;
  --vestti-shadow-soft: 0 10px 22px -24px rgba(0, 0, 0, 0.42);
  --vestti-shadow-hover: 0 16px 28px -26px rgba(0, 0, 0, 0.46);
}

body,
body.vestti-app {
  font-family: "Inter", "SF Pro Text", "SF Pro Display", "Roboto", "Segoe UI", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  background: var(--vestti-canvas);
  color: var(--vestti-text-body);
}

.container,
.container-vestti,
.sh-page,
.va-archive,
.ig-store-shell,
.vp-root {
  width: min(1220px, 100%);
}

.container,
.container-vestti {
  padding-inline: 20px;
}

.sh-page,
.va-archive,
.ig-store-shell,
.vp-root {
  padding-inline: 20px;
}

.sh-section,
.ig-section,
.va-archive,
.vestti-account-page,
.vestti-store-page,
.va-page,
.vf-page,
.v-wrap,
.vestti-create-store,
.vestti-terms-page {
  margin-block: 40px;
}

.sh-title,
.ig-section-title,
.va-archive__title {
  font-size: clamp(20px, 1.7vw, 28px);
  letter-spacing: -0.02em;
}

.sh-title-sub,
.ig-section-sub,
.va-archive__desc {
  font-size: 13px;
  color: #595959;
}

.sh-banner-swiper {
  border: 1px solid rgba(175, 175, 175, 0.72);
  box-shadow: none;
}

.sh-banner-slide {
  min-height: 224px;
}

.sh-banner-fallback--1 {
  background: linear-gradient(130deg, #f2f2f2 0%, #e9e9e9 100%);
}

.sh-banner-fallback--2 {
  background: linear-gradient(130deg, #f3f3f3 0%, #ebebeb 100%);
}

.sh-banner-fallback--3 {
  background: linear-gradient(130deg, #f6f6f6 0%, #e9e9e9 100%);
}

.sh-banner-fallback--4 {
  background: linear-gradient(130deg, #f2f2f2 0%, #e6e6e6 100%);
}

.sh-home-tabs {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  padding: 6px;
  border-radius: var(--vestti-radius-pill);
  border: 1px solid rgba(175, 175, 175, 0.84);
  background: rgba(255, 255, 255, 0.74);
}

.sh-home-tab {
  min-height: 33px;
  padding: 0 14px;
  border-radius: var(--vestti-radius-pill);
  border: 1px solid transparent;
  color: #3f3f3f;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.sh-home-tab:hover {
  color: #000000;
  border-color: rgba(175, 175, 175, 0.92);
  background: #fff;
}

.sh-cats-scroll--icons .sh-cat-icon {
  display: none;
}

.sh-cats-scroll--icons .sh-cat-chip {
  padding-inline: 14px;
}

.sh-store-filters {
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.sh-store-filter {
  appearance: none;
  min-height: 34px;
  border-radius: var(--vestti-radius-pill);
  border: 1px solid rgba(175, 175, 175, 0.82);
  background: #fff;
  color: #404040;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 12px;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.sh-store-filter:hover {
  border-color: rgba(175, 175, 175, 1);
  color: #000000;
}

.sh-store-filter.is-active {
  border-color: rgba(0, 0, 0, 0.18);
  background: #f3f3f3;
  color: #000000;
}

.sh-store-filter__icon {
  font-size: 16px;
  line-height: 1;
  color: inherit;
  font-variation-settings: 'FILL' 0, 'wght' 500, 'GRAD' 0, 'opsz' 20;
}

.sh-store-filter__count {
  min-width: 19px;
  height: 19px;
  border-radius: 999px;
  background: #f2f2f2;
  color: #3f3f3f;
  font-size: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
}

.sh-stores-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.sh-store-card {
  border: 1px solid rgba(175, 175, 175, 0.86);
  border-radius: var(--vestti-card-radius);
  background: #fff;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
  box-shadow: var(--vestti-shadow-soft);
}

.sh-store-card__banner {
  position: relative;
  display: block;
  aspect-ratio: 16 / 7;
  overflow: hidden;
  background: #f2f2f2;
}

.sh-store-card__banner img,
.sh-store-card__banner-fallback {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.sh-store-card__position {
  position: absolute;
  top: 8px;
  right: 8px;
  min-height: 24px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.92);
  color: #000000;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  padding: 0 9px;
}

.sh-store-card__body {
  padding: 12px;
  display: grid;
  gap: 10px;
}

.sh-store-card__profile {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.sh-store-card__avatar,
.sh-store-card__avatar-fallback {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(175, 175, 175, 0.92);
  background: #f2f2f2;
  flex-shrink: 0;
}

.sh-store-card__avatar {
  object-fit: cover;
}

.sh-store-card__avatar-fallback {
  color: #262626;
  font-size: 15px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sh-store-card__identity {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.sh-store-card__identity strong {
  color: #000000;
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sh-store-card__identity small {
  color: #595959;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sh-store-card__follow {
  appearance: none;
  min-height: 34px;
  border-radius: 10px;
  border: 1px solid rgba(175, 175, 175, 0.92);
  background: #fff;
  color: #262626;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
}

.sh-store-card__follow.is-on {
  border-color: color-mix(in srgb, var(--vestti-soul-strong) 44%, #ffffff 56%);
  background: color-mix(in srgb, var(--vestti-soul) 18%, #ffffff 82%);
  color: #000000;
}

.sh-store-card__follow.is-disabled {
  border-style: dashed;
  color: #707070;
}

.sh-drops-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.vestti-drop-card {
  --drop-accent: #dc2626;
  position: relative;
  border: 1px solid rgba(175, 175, 175, 0.78);
  border-radius: calc(var(--vestti-card-radius) + 8px);
  background: linear-gradient(160deg, rgba(246, 242, 238, 0.94) 0%, rgba(229, 224, 217, 0.88) 100%);
  overflow: hidden;
  display: block;
  isolation: isolate;
  box-shadow: 0 30px 60px -42px rgba(0, 0, 0, 0.5);
}

.vestti-drop-card__media {
  position: relative;
}

.vestti-drop-card__media-link {
  display: block;
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #0f0f11;
}

.vestti-drop-card__media-link img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.55s ease;
}

.vestti-drop-card__media-link:hover img {
  transform: scale(1.06);
}

.vestti-drop-card__shade {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, color-mix(in srgb, var(--drop-accent) 28%, transparent 72%) 0%, transparent 34%),
    linear-gradient(180deg, rgba(11, 10, 14, 0.12) 0%, rgba(11, 10, 14, 0.24) 20%, rgba(11, 10, 14, 0.5) 58%, rgba(11, 10, 14, 0.88) 100%);
  pointer-events: none;
}

.vestti-drop-card__badge {
  display: none !important;
}

.vestti-drop-card__status-row {
  display: flex;
  align-items: center;
  gap: 6px;
  pointer-events: auto;
}

.vestti-drop-card__countdown-inline {
  flex: 1 1 0;
  min-width: 0;
  min-height: 32px;
  border-radius: 10px;
  border: 1px solid color-mix(in srgb, var(--drop-accent) 64%, rgba(255, 255, 255, 0.36) 36%);
  background: color-mix(in srgb, var(--drop-accent) 34%, rgba(18, 16, 18, 0.54) 66%);
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vestti-drop-card.is-upcoming .vestti-drop-card__countdown-inline {
  border-color: color-mix(in srgb, var(--drop-accent) 74%, rgba(255, 255, 255, 0.26) 26%);
  color: #ffffff;
}

.vestti-drop-card.is-active .vestti-drop-card__countdown-inline,
.vestti-drop-card__countdown-inline.is-live {
  border-color: color-mix(in srgb, var(--drop-accent) 82%, rgba(255, 255, 255, 0.18) 18%);
  background: transparent;
  color: #ffffff;
  box-shadow: none;
}

.vestti-drop-card.is-ended .vestti-drop-card__countdown-inline,
.vestti-drop-card__countdown-inline.is-ended {
  border-color: color-mix(in srgb, var(--drop-accent) 56%, rgba(255, 255, 255, 0.18) 44%);
  background: color-mix(in srgb, var(--drop-accent) 28%, rgba(18, 16, 18, 0.62) 72%);
  color: rgba(255, 246, 244, 0.96);
}

.vestti-drop-card__body {
  position: absolute;
  inset: 0;
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 6px;
  z-index: 3;
  pointer-events: none;
}

.vestti-drop-card__title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(16px, 1.45vw, 24px);
  line-height: 1.04;
  font-weight: 900;
  letter-spacing: -0.03em;
  max-width: 72%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.vestti-drop-card__title-link {
  color: inherit;
  text-decoration: none;
  pointer-events: auto;
}

.vestti-drop-card__title-link:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.12em;
}

.vestti-drop-card__meta {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 12px;
  line-height: 1.35;
  letter-spacing: 0.01em;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.vestti-drop-card__meta--eyebrow {
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  -webkit-line-clamp: 1;
}

.vestti-drop-card__price,
.vestti-drop-card__time {
  display: none !important;
}

.vestti-drop-card__actions {
  display: flex !important;
  align-items: center;
  gap: 6px;
  pointer-events: auto;
}

.vestti-drop-card__open {
  width: auto;
  flex: 1 1 0;
  min-width: 0;
  min-height: 34px;
  border-radius: 10px;
  border: 1px solid color-mix(in srgb, var(--drop-accent) 74%, rgba(255, 255, 255, 0.24) 26%);
  background: color-mix(in srgb, var(--drop-accent) 78%, rgba(255, 248, 246, 0.22) 22%);
  color: #2a1310;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.01em;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px -22px rgba(0, 0, 0, 0.55);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vestti-drop-card__open:hover {
  transform: translateY(-1px);
  background: color-mix(in srgb, var(--drop-accent) 86%, rgba(255, 250, 248, 0.14) 14%);
  border-color: color-mix(in srgb, var(--drop-accent) 86%, rgba(255, 255, 255, 0.14) 14%);
  box-shadow: 0 16px 34px -24px rgba(0, 0, 0, 0.64);
}

.vestti-drop-card__notify {
  position: static;
  width: 32px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 10px;
  border: 1px solid color-mix(in srgb, var(--drop-accent) 64%, rgba(255, 255, 255, 0.28) 36%);
  background: color-mix(in srgb, var(--drop-accent) 34%, rgba(18, 16, 18, 0.54) 66%);
  color: #ffffff;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 0;
  flex: 0 0 36px;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  pointer-events: auto;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: border-color .2s ease, background .2s ease, color .2s ease, opacity .2s ease;
}

.vestti-drop-card__notify::before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 22a2.5 2.5 0 0 0 2.45-2h-4.9A2.5 2.5 0 0 0 12 22Zm7-4H5v-2l2-2v-3.5A5 5 0 0 1 11 5.1V4a1 1 0 1 1 2 0v1.1a5 5 0 0 1 4 4.9V14l2 2v2Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 22a2.5 2.5 0 0 0 2.45-2h-4.9A2.5 2.5 0 0 0 12 22Zm7-4H5v-2l2-2v-3.5A5 5 0 0 1 11 5.1V4a1 1 0 1 1 2 0v1.1a5 5 0 0 1 4 4.9V14l2 2v2Z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.vestti-drop-card__notify:hover {
  border-color: color-mix(in srgb, var(--drop-accent) 78%, rgba(255, 255, 255, 0.22) 22%);
  background: color-mix(in srgb, var(--drop-accent) 46%, rgba(18, 16, 18, 0.42) 54%);
}

.vestti-drop-card__notify.is-on {
  border-color: color-mix(in srgb, var(--drop-accent) 86%, rgba(255, 255, 255, 0.14) 14%);
  background: color-mix(in srgb, var(--drop-accent) 68%, rgba(18, 16, 18, 0.24) 32%);
  color: #ffffff;
}

.vestti-drop-card__notify.is-loading {
  opacity: .68;
  cursor: wait;
}

.vestti-drop-card__calendar {
  min-height: 32px;
  padding: 0 12px;
  border-radius: 10px;
  border: 1px solid color-mix(in srgb, var(--drop-accent) 42%, rgba(255, 255, 255, 0.44) 58%);
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.vestti-drop-card__calendar::before {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M7 2a1 1 0 0 1 1 1v1h8V3a1 1 0 1 1 2 0v1h1a3 3 0 0 1 3 3v10a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V7a3 3 0 0 1 3-3h1V3a1 1 0 0 1 1-1Zm12 8H5v7a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-7Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M7 2a1 1 0 0 1 1 1v1h8V3a1 1 0 1 1 2 0v1h1a3 3 0 0 1 3 3v10a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V7a3 3 0 0 1 3-3h1V3a1 1 0 0 1 1-1Zm12 8H5v7a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-7Z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.vestti-drop-card__calendar:hover {
  transform: translateY(-1px);
  border-color: color-mix(in srgb, var(--drop-accent) 62%, rgba(255, 255, 255, 0.38) 38%);
  background: rgba(255, 255, 255, 0.22);
}

.vestti-drop-page {
  width: min(1240px, 100%);
  margin: 0 auto;
  padding: calc(var(--vestti-header-offset) + 16px) 14px calc(100px + env(safe-area-inset-bottom));
  display: grid;
  gap: 16px;
}

.vestti-drop-hero {
  --drop-accent: #dc2626;
  border: 1px solid rgba(175, 175, 175, 0.86);
  border-radius: calc(var(--vestti-card-radius) + 4px);
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 18px 44px -36px rgba(0, 0, 0, 0.56);
}

.vestti-drop-hero__banner {
  position: relative;
  aspect-ratio: 16 / 6;
  background: #000000;
}

.vestti-drop-hero__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.vestti-drop-hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.52) 64%, rgba(0, 0, 0, 0.78) 100%);
  pointer-events: none;
}

.vestti-drop-hero__countdown {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  min-height: 38px;
  border-radius: 12px;
  border: 1px solid color-mix(in srgb, var(--drop-accent) 56%, #ffffff 44%);
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.62);
  z-index: 2;
}

.vestti-drop-hero.is-active .vestti-drop-hero__countdown,
.vestti-drop-hero__countdown.is-live {
  border-color: transparent;
  background: var(--drop-accent);
  color: #000000;
}

.vestti-drop-hero.is-ended .vestti-drop-hero__countdown,
.vestti-drop-hero__countdown.is-ended {
  border-color: rgba(160, 160, 160, 0.58);
  background: rgba(0, 0, 0, 0.82);
  color: rgba(235, 235, 235, 0.92);
}

.vestti-drop-hero__body {
  padding: 14px 14px 16px;
  display: grid;
  gap: 8px;
}

.vestti-drop-hero__title {
  margin: 0;
  color: #000000;
  font-size: clamp(20px, 3vw, 30px);
  line-height: 1.14;
}

.vestti-drop-hero__description {
  margin: 0;
  color: #3f3f46;
  font-size: 14px;
  line-height: 1.55;
}

.vestti-drop-hero__meta {
  margin: 0;
  color: #525252;
  font-size: 12px;
  font-weight: 600;
}

.vestti-drop-products {
  display: grid;
  gap: 10px;
}

.vestti-drop-products__title {
  margin: 0;
  color: #000000;
  font-size: 21px;
  line-height: 1.1;
}

.vestti-drop-products__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.vestti-drop-empty {
  padding: 12px;
  border-radius: 12px;
  border: 1px dashed rgba(160, 160, 160, 0.9);
  background: #fff;
  color: #404040;
  font-size: 13px;
}

.vp-modal {
  position: fixed;
  inset: 0;
  z-index: 210;
  display: grid;
  place-items: center;
  padding: 18px;
}

.vp-modal[hidden] {
  display: none !important;
}

.vp-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.42);
}

.vp-modal__card {
  position: relative;
  width: min(760px, 100%);
  max-height: calc(100vh - 36px);
  overflow: auto;
  border: 1px solid rgba(175, 175, 175, 0.9);
  border-radius: var(--vestti-card-radius);
  background: #fff;
  box-shadow: 0 22px 50px -34px rgba(0, 0, 0, 0.64);
  padding: 16px;
}

.vp-modal__close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(175, 175, 175, 0.88);
  background: #fff;
  color: #3f3f3f;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.vp-modal__actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 12px;
}

.sh-feed-modal__card h3 {
  margin: 0 0 10px;
  padding-right: 42px;
}

.sh-feed-filters--modal {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.sh-feed-field {
  display: grid;
  gap: 6px;
}

.sh-feed-field > span {
  color: #595959;
  font-size: 12px;
  font-weight: 600;
}

.sh-feed-field input,
.sh-feed-field select {
  min-height: 42px;
}

.sh-loader--inline {
  margin-top: 12px;
  width: 100%;
  text-align: center;
}

.p-feed,
.feed,
.feed-grid,
.sh-feed-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  column-count: initial;
  column-gap: 0;
}

.p-feed > *,
.feed > *,
.feed-grid > *,
.sh-feed-grid > * {
  break-inside: auto;
  page-break-inside: auto;
  -webkit-column-break-inside: auto;
}

.p-card,
.card,
.vcard {
  margin: 0;
}

.p-card,
.card,
.vcard,
.va-card,
.vestti-order-card,
.vestti-collection-card,
.vestti-tracking-item,
.vestti-row,
.vestti-pane,
.vp-card {
  border-color: rgba(175, 175, 175, 0.86);
  box-shadow: var(--vestti-shadow-soft);
}

.p-card:hover,
.card:hover,
.vcard:hover {
  transform: translateY(-2px);
  box-shadow: var(--vestti-shadow-hover);
  border-color: rgba(175, 175, 175, 1);
}

.p-card:hover .p-media img,
.card:hover .p-media img,
.vcard:hover .p-media img {
  transform: scale(1.025);
}

.p-media,
.image,
.p-media-link {
  aspect-ratio: 5 / 6;
  border-radius: 12px;
}

.p-body,
.vcard .vitrine-body {
  padding: 12px;
  gap: 8px;
}

.p-title,
.p-title-link,
.p-link {
  font-size: 16px;
  line-height: 1.3;
}

.p-price {
  font-size: 18px;
}

.p-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.p-price__whole {
  font-weight: 800;
  letter-spacing: -0.01em;
}

.p-meta-line {
  margin: 0;
  color: #595959;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.p-meta-handle {
  color: #404040;
  font-weight: 700;
}

.p-meta-dot {
  color: #d4d4d4;
}

.p-meta-location {
  color: #525252;
}

.p-fav,
.p-fav-btn {
  appearance: none;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(175, 175, 175, 0.9);
  background: rgba(255, 255, 255, 0.94);
  color: #595959;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  z-index: 2;
}

.p-fav__icon {
  font-size: 17px;
  line-height: 1;
}

.p-fav__icon--on {
  display: none;
}

.p-fav.is-on,
.p-fav-btn.is-on,
.p-fav[aria-pressed="true"],
.p-fav-btn[aria-pressed="true"] {
  border-color: rgba(239, 68, 68, 0.45);
  background: rgba(254, 242, 242, 0.96);
  color: #dc2626;
}

.p-fav.is-on .p-fav__icon--off,
.p-fav-btn.is-on .p-fav__icon--off,
.p-fav[aria-pressed="true"] .p-fav__icon--off,
.p-fav-btn[aria-pressed="true"] .p-fav__icon--off {
  display: none;
}

.p-fav.is-on .p-fav__icon--on,
.p-fav-btn.is-on .p-fav__icon--on,
.p-fav[aria-pressed="true"] .p-fav__icon--on,
.p-fav-btn[aria-pressed="true"] .p-fav__icon--on {
  display: inline;
}

.p-card-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  min-height: 24px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.94);
  color: #000000;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  padding: 0 9px;
  z-index: 2;
}

.p-card-badge--boost {
  border-color: rgba(229, 123, 98, 0.44);
  background: rgba(255, 243, 239, 0.9);
  color: #b91c1c;
}

.p-card-badge--new {
  border-color: color-mix(in srgb, var(--vestti-soul-strong) 44%, #ffffff 56%);
  background: color-mix(in srgb, var(--vestti-soul) 18%, #ffffff 82%);
  color: #000000;
}

.p-card-badge--spotlight {
  border-color: color-mix(in srgb, #dc2626 36%, #ffffff 64%);
  background: color-mix(in srgb, #dc2626 12%, #ffffff 88%);
  color: #b91c1c;
}

.p-want-public {
  width: fit-content;
  min-height: 26px;
  padding: 0 8px;
  border-radius: 999px;
  border: 1px solid rgba(175, 175, 175, 0.86);
  background: #f7f7f7;
}

.p-want-public__label {
  font-size: 11px;
  font-weight: 600;
}

.p-want-public__icon {
  color: #dc2626;
}

.p-card--spotlight .p-media,
.p-card--spotlight .p-media-link {
  aspect-ratio: 16 / 8;
}

.p-spotlight-fallback {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(130deg, #f2f2f2 0%, #e9e9e9 100%);
}

.p-spotlight-avatar {
  position: absolute;
  bottom: 8px;
  left: 10px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #fff;
  box-shadow: 0 8px 12px -12px rgba(0, 0, 0, 0.56);
}

.p-spotlight-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-spotlight-meta {
  margin: 0;
  color: #595959;
  font-size: 12px;
}

/* Premium single product */
.vp-root {
  width: min(1280px, 100%);
  padding-top: 34px;
  padding-bottom: calc(var(--space-7) + env(safe-area-inset-bottom));
}

.vp-shell {
  gap: 30px;
}

.vp-breadcrumbs {
  gap: 10px;
}

.vp-posted {
  display: none;
}

.vp-layout {
  grid-template-columns: minmax(0, 1fr);
  gap: 28px;
}

.vp-main,
.vp-side {
  gap: 16px;
}

.vp-card {
  border-color: rgba(180, 180, 180, 0.86);
  border-radius: 16px;
  box-shadow: 0 16px 34px -34px rgba(0, 0, 0, 0.42);
}

.vp-card--gallery {
  padding: 0;
}

.vp-main-image-wrap {
  aspect-ratio: 4 / 5.1;
  min-height: clamp(380px, 62vh, 760px);
  border-radius: 16px;
}

.vp-main-image-wrap img {
  transition: transform 0.3s ease;
}

.vp-main-image-wrap:hover img {
  transform: scale(1.015);
}

.vp-thumbs {
  padding: 12px 12px 14px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.vp-thumb {
  border-radius: 10px;
}

.vp-side {
  position: static;
  top: auto;
  align-self: start;
}

.vp-card--price {
  padding: 18px;
}

.vp-price-stack {
  gap: 14px;
}

.vp-title-row {
  gap: 14px;
}

.vp-title--side {
  font-size: clamp(32px, 2.35vw, 44px);
  line-height: 1.05;
}

.vp-price-current-wrap {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.vp-price-current {
  font-size: clamp(36px, 3.2vw, 52px);
  line-height: 1;
  letter-spacing: -0.03em;
  color: #000000;
  font-weight: 800;
}

.vp-discount-badge {
  min-height: 26px;
  border-radius: 999px;
  padding: 0 10px;
  border: 1px solid rgba(239, 68, 68, 0.34);
  background: #fef2f2;
  color: #dc2626;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
}

.vp-price-original {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  font-size: 14px;
  color: #8a8a8a;
  text-decoration: line-through;
}

.vp-installments {
  color: #595959;
  font-size: 13px;
}

.vp-badge {
  border-radius: 999px;
  min-height: 28px;
  padding: 0 11px;
}

.vp-badge,
.vp-badge a {
  color: #4a4a4a;
  font-size: 12px;
}

.vp-seller-card {
  background: #fafafa;
  border-color: #e5e5e5;
  box-shadow: none;
}

.vp-seller-card__title h3 {
  font-size: 16px;
}

.vp-seller-card__meta {
  color: #595959;
}

.vp-store-reputation__meta {
  color: #595959;
}

.vp-quick-actions {
  gap: 7px;
}

.vp-icon-btn {
  min-height: 34px;
  border-radius: 999px;
  transition: border-color 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

.vp-cta-row {
  margin-top: 4px;
}

.vp-cta-main {
  width: 100%;
}

.vp-btn.vp-cta-main.vp-buy-btn,
.vp-mobile-cta.vp-buy-btn {
  min-height: 62px;
  border-radius: 14px;
  border-color: #000000;
  background: #000000;
  color: #ffffff;
  box-shadow: 0 20px 36px -26px rgba(0, 0, 0, 0.64);
}

.vestti-btn--brand,
.vestti-btn--primary,
.store-btn--brand,
.vp-btn--primary,
.vestti-auth-gate__btn--brand {
  border-color: #000000;
  background: #000000;
  color: #ffffff;
  box-shadow: none;
}

.vestti-btn--brand:hover,
.vestti-btn--primary:hover,
.store-btn--brand:hover,
.vp-btn--primary:hover,
.vestti-auth-gate__btn--brand:hover {
  border-color: #000000;
  background: #000000;
  color: #ffffff;
}

.vp-btn.vp-cta-main.vp-buy-btn:hover,
.vp-mobile-cta.vp-buy-btn:hover {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}

.vp-buy-btn__title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.vp-buy-btn__legal {
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
}

.vp-payment-legal,
.vp-payment-legal--modal {
  color: #595959;
  font-size: 12px;
}

.vp-seller-links {
  gap: 14px;
}

.vp-link-btn,
.vp-inline-link {
  color: #595959;
  font-weight: 600;
  transition: color 0.3s ease;
}

.vp-link-btn:hover,
.vp-inline-link:hover {
  color: #000000;
}

.vp-side-description {
  margin-top: 4px;
}

.vp-section-title {
  margin: 0 0 8px;
  color: #000000;
  font-size: 18px;
  letter-spacing: -0.01em;
}

.vp-desc-intro,
.vp-description,
.vp-description p,
.vp-description li {
  color: #4a4a4a;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.vp-description {
  overflow-x: hidden;
}

.vp-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.vp-trust-item {
  border: 1px solid rgba(180, 180, 180, 0.86);
  border-radius: 12px;
  background: #fafafa;
  padding: 12px;
  display: grid;
  gap: 5px;
}

.vp-trust-item h4 {
  margin: 0;
  font-size: 12px;
  color: #000000;
}

.vp-trust-item p {
  margin: 0;
  font-size: 13px;
  color: #595959;
}

.vp-card--related {
  padding: 16px;
  gap: 14px;
}

.vp-related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.vp-related-grid--cards {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.vp-related-grid--cards .p-card {
  min-width: 0;
  height: 100%;
}

.vp-related-grid--cards .p-media {
  aspect-ratio: 1 / 1.15;
}

.vp-related-grid--cards .p-body {
  padding: 10px;
}

.vp-related-card {
  display: grid;
  gap: 8px;
  border: 1px solid rgba(180, 180, 180, 0.9);
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  padding-bottom: 10px;
}

.vp-related-card img {
  width: 100%;
  aspect-ratio: 1 / 1.15;
  object-fit: cover;
}

.vp-related-card h4 {
  margin: 0;
  padding: 0 10px;
  color: #000000;
  font-size: 14px;
  line-height: 1.3;
}

.vp-related-price {
  padding: 0 10px;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
}

.vp-piece-meta {
  display: grid;
  gap: 4px;
  padding: 10px;
  border: 1px solid rgba(180, 180, 180, 0.9);
  border-radius: 12px;
  background: #f7f7f7;
}

.vp-piece-meta p {
  margin: 0;
  color: #262626;
  font-size: 12px;
  line-height: 1.35;
}

.vp-piece-meta strong {
  color: #000000;
}

.vp-card--seller-details {
  padding: 16px;
}

.vp-seller-details {
  border: 1px solid rgba(180, 180, 180, 0.9);
  border-radius: 12px;
  background: #fafafa;
}

.vp-seller-details[open] {
  background: #ffffff;
}

.vp-seller-details summary {
  list-style: none;
  cursor: pointer;
  min-height: 48px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  font-size: 14px;
  font-weight: 700;
  color: #000000;
}

.vp-seller-details summary::-webkit-details-marker {
  display: none;
}

.vp-seller-details summary::after {
  content: "+";
  margin-left: auto;
  color: #595959;
  font-size: 18px;
  line-height: 1;
}

.vp-seller-details[open] summary::after {
  content: "-";
}

.vp-seller-details__body {
  padding: 0 12px 12px;
}

.vp-aux-actions {
  display: flex;
  justify-content: flex-end;
}

.vp-mobile-buy {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 70;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  border-top: 1px solid rgba(180, 180, 180, 0.9);
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: none;
  align-items: center;
  gap: 12px;
}

.vp-mobile-total {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.vp-mobile-total span {
  color: #595959;
  font-size: 12px;
}

.vp-mobile-total strong {
  color: #000000;
  font-size: 18px;
  line-height: 1;
}

.vestti-btn,
.store-btn,
.vp-btn,
.vp-icon-btn,
.p-fav,
.p-fav-btn,
.sh-cat-chip,
.sh-store-filter,
.sh-home-tab {
  transition-duration: 0.3s;
}

.va-category-page {
  padding-top: 20px;
  padding-bottom: 28px;
}

.va-category-title {
  margin: 0 0 12px;
  color: #000000;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.va-category-pagination {
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.va-category-pagination ul {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.va-category-pagination .page-numbers {
  min-width: 33px;
  height: 33px;
  border-radius: 999px;
  border: 1px solid rgba(175, 175, 175, 0.88);
  background: #fff;
  color: #404040;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}

.va-category-pagination .page-numbers.current {
  border-color: rgba(0, 0, 0, 0.2);
  color: #000000;
  background: #f3f3f3;
}

@media (max-width: 1199px) {
  .sh-section,
  .ig-section,
  .va-archive,
  .vestti-account-page,
  .vestti-store-page,
  .va-page,
  .vf-page,
  .v-wrap,
  .vestti-create-store,
  .vestti-terms-page {
    margin-block: 34px;
  }

  .p-feed,
  .feed,
  .feed-grid,
  .sh-feed-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sh-stores-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .vp-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  .vp-side {
    position: static;
    top: auto;
  }

  .vp-main-image-wrap {
    min-height: clamp(460px, 66vh, 720px);
  }

  .vp-related-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .container,
  .container-vestti,
  .sh-page,
  .va-archive,
  .ig-store-shell,
  .vp-root {
    padding-inline: 14px;
  }

  .sh-banner-slide {
    min-height: 186px;
  }

  .sh-home-tabs {
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .sh-home-tabs::-webkit-scrollbar {
    display: none;
  }

  .sh-stores-grid {
    margin-top: 12px;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(248px, 76vw);
    grid-template-columns: none;
    overflow-x: auto;
    gap: 10px;
    padding-bottom: 4px;
    scrollbar-width: thin;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .sh-store-card {
    scroll-snap-align: start;
  }

  .sh-drops-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vestti-drop-page {
    padding: calc(var(--vestti-header-offset) + 14px) 12px calc(96px + env(safe-area-inset-bottom));
  }

  .vestti-drop-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .p-feed,
  .feed,
  .feed-grid,
  .sh-feed-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sh-feed-filters--modal {
    grid-template-columns: minmax(0, 1fr);
  }

  .vp-root {
    padding-top: 22px;
    padding-bottom: calc(94px + env(safe-area-inset-bottom));
  }

  .vp-shell {
    gap: 20px;
  }

  .vp-main-image-wrap {
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  .vp-thumbs {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    padding: 10px 10px 12px;
    gap: 8px;
  }

  .vp-card--price {
    padding: 14px;
  }

  .vp-title--side {
    font-size: clamp(28px, 8vw, 36px);
  }

  .vp-price-current {
    font-size: clamp(31px, 8vw, 42px);
  }

  .vp-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vp-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vp-mobile-buy {
    display: flex;
  }

  .vp-cta-row,
  .vp-payment-legal {
    display: none;
  }
}

@media (max-width: 920px) {
  .vestti-drop-card__body {
    padding: 10px;
    gap: 5px;
  }

  .vestti-drop-card__title {
    max-width: 100%;
    font-size: clamp(14px, 3.2vw, 19px);
    -webkit-line-clamp: 1;
  }

  .vestti-drop-card__meta {
    display: none;
  }
}

@media (max-width: 640px) {
  .sh-banner-slide {
    min-height: 156px;
  }

  .sh-drops-grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(250px, 84vw);
    overflow-x: auto;
    gap: 10px;
    padding-bottom: 4px;
    scrollbar-width: thin;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .sh-drops-grid .vestti-drop-card {
    scroll-snap-align: start;
  }

  .vestti-drop-hero__banner {
    aspect-ratio: 4 / 5;
  }

  .vestti-drop-products__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .sh-banner-nav {
    width: 34px;
    height: 34px;
    font-size: 16px;
  }

  .p-media,
  .image,
  .p-media-link {
    aspect-ratio: 1 / 1.12;
  }

  .p-title,
  .p-title-link,
  .p-link {
    font-size: 15px;
  }

  .p-price {
    font-size: 17px;
  }

  .vp-modal {
    padding: 10px;
  }

  .vp-modal__card {
    max-height: calc(100vh - 20px);
    padding: 14px;
  }

  .vp-breadcrumbs {
    gap: 6px;
    font-size: 12px;
  }

  .vp-title-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .vp-quick-actions {
    width: 100%;
  }

  .vp-icon-btn {
    flex: 1;
    justify-content: center;
  }

  .vp-trust-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .vp-related-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .vp-btn.vp-mobile-cta.vp-buy-btn {
    min-height: 54px;
  }

  .vp-buy-btn__title {
    font-size: 16px;
  }
}

@media (max-width: 420px) {
  .p-feed,
  .feed,
  .feed-grid,
  .sh-feed-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ================================================= */
/* PREMIUM DISCOVERY OVERRIDES                       */
/* ================================================= */

:root {
  --vestti-cta: #000000;
  --vestti-cta-ink: #ffffff;
  --vestti-premium-shadow: 0 26px 64px -54px rgba(0, 0, 0, 0.42);
  --vestti-premium-shadow-hover: 0 34px 74px -52px rgba(0, 0, 0, 0.5);
}

.sh-page {
  padding-top: 14px;
}

.sh-section {
  margin-block: clamp(30px, 5vw, 72px);
}

.sh-title {
  font-size: clamp(26px, 3.2vw, 44px);
  letter-spacing: -0.03em;
}

.sh-title-sub {
  color: #595959;
  font-size: clamp(13px, 1.3vw, 16px);
}

.sh-hero-premium {
  margin-top: 6px;
}

.sh-home-page .sh-hero-premium {
  width: min(1180px, 100%);
  max-width: 100%;
  margin-inline: auto;
}

.sh-hero-premium__carousel {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--vestti-premium-shadow);
}

.sh-hero-premium__carousel.sh-banner-swiper {
  border: 0;
  background: transparent;
}

.sh-hero-premium__carousel .sh-banner-carousel__track {
  height: 100%;
}

.sh-hero-premium__carousel .sh-banner-slide {
  min-height: 0;
  height: 100%;
}

.sh-hero-premium__media {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  min-height: 0;
  border-radius: 0;
  overflow: hidden;
  background: #000000;
  background-size: cover;
  background-position: center;
  box-shadow: none;
  text-decoration: none;
}

.sh-hero-premium__media .sh-banner-fallback {
  position: absolute;
  inset: 0;
}

.sh-hero-premium__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(168deg, rgba(0, 0, 0, 0.34) 0%, rgba(0, 0, 0, 0.68) 56%, rgba(0, 0, 0, 0.84) 100%);
  pointer-events: none;
}

.sh-hero-premium__copy {
  position: absolute;
  left: clamp(18px, 4vw, 44px);
  right: clamp(18px, 4vw, 44px);
  bottom: clamp(18px, 4vw, 44px);
  z-index: 1;
  display: grid;
  gap: 12px;
  color: #fff;
}

.sh-hero-premium__kicker {
  width: fit-content;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.12);
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
}

.sh-hero-premium__copy h1 {
  color: #fff;
  font-size: clamp(34px, 5.2vw, 72px);
  line-height: 0.96;
  letter-spacing: -0.04em;
  max-width: 11ch;
}

.sh-hero-premium__copy p {
  max-width: 56ch;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(14px, 1.6vw, 20px);
}

.sh-hero-premium__cta.vestti-btn {
  min-height: 52px;
  border-radius: 14px;
  border-color: var(--vestti-cta);
  background: var(--vestti-cta);
  color: var(--vestti-cta-ink);
  font-size: 15px;
  font-weight: 700;
  padding-inline: 20px;
  width: fit-content;
}

.sh-home-tabs {
  gap: 10px;
  padding: 4px;
}

.sh-home-tab {
  min-height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(175, 175, 175, 0.66);
  background: #fff;
  color: #404040;
  font-size: 12px;
  font-weight: 650;
  padding: 0 14px;
}

.sh-achados-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.sh-achado-slot.is-hero {
  grid-column: span 2;
}

.sh-achado-slot .p-card {
  height: 100%;
}

.sh-stores-grid {
  gap: 16px;
}

.sh-store-card {
  border: 1px solid rgba(190, 190, 190, 0.7);
  border-radius: 24px;
  box-shadow: var(--vestti-premium-shadow);
}

.sh-store-card__banner {
  aspect-ratio: 16 / 7.4;
}

.sh-store-card__banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.3) 100%);
  pointer-events: none;
}

.sh-store-card__position {
  border-color: rgba(0, 0, 0, 0.16);
  background: rgba(255, 255, 255, 0.95);
}

.sh-store-card__body {
  padding: 14px;
  gap: 11px;
}

.sh-store-card__identity strong {
  font-size: 15px;
}

.sh-store-card__identity .sh-store-card__handle {
  color: #404040;
  font-weight: 700;
}

.sh-store-card__stats {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.sh-store-card__stats span {
  min-height: 24px;
  border-radius: 999px;
  border: 1px solid rgba(175, 175, 175, 0.82);
  background: #f7f7f7;
  color: #4a4a4a;
  font-size: 11px;
  font-weight: 700;
  padding: 0 9px;
  display: inline-flex;
  align-items: center;
}

.sh-store-card__follow {
  min-height: 38px;
  border-radius: 12px;
  border-color: #000000;
  background: #000000;
  color: #fff;
  font-size: 12px;
}

.sh-store-card__follow:hover {
  background: #000000;
  border-color: #000000;
}

.sh-store-card__follow.is-on {
  border-color: color-mix(in srgb, var(--vestti-soul-strong) 44%, #ffffff 56%);
  background: color-mix(in srgb, var(--vestti-soul) 18%, #ffffff 82%);
  color: #000000;
}

.sh-store-card__follow.is-loading,
.store-btn.is-loading,
.vp-btn.is-loading {
  opacity: 0.72;
}

.p-feed,
.feed,
.feed-grid,
.sh-feed-grid {
  gap: 18px;
}

.p-card,
.card,
.vcard {
  border-radius: 22px;
  border: 1px solid rgba(185, 185, 185, 0.86);
  box-shadow: var(--vestti-premium-shadow);
  overflow: hidden;
}

.p-card:hover,
.card:hover,
.vcard:hover {
  transform: translateY(-4px);
  box-shadow: var(--vestti-premium-shadow-hover);
}

.p-card .p-media,
.p-card .p-media-link {
  aspect-ratio: 4 / 5;
  border-radius: 0;
}

.p-card .p-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, 0.26) 100%);
  opacity: 0;
  transition: opacity 0.28s var(--vestti-motion-ease);
  pointer-events: none;
}

.p-media-cta {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  min-height: 36px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  background: rgba(0, 0, 0, 0.78);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.24s var(--vestti-motion-ease), transform 0.24s var(--vestti-motion-ease), background-color 0.24s ease;
  z-index: 3;
}

.p-card .p-body {
  padding: 12px 12px 14px;
  gap: 10px;
}

.p-title,
.p-title-link,
.p-link {
  font-size: 15px;
  line-height: 1.28;
}

.p-price {
  font-size: clamp(22px, 2.2vw, 30px);
}

.p-price__whole {
  font-weight: 800;
  letter-spacing: -0.02em;
}

.p-store-line {
  display: grid;
  gap: 5px;
}

.p-store-chip {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
}

.p-store-chip__avatar,
.p-store-chip__avatar-fallback {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid rgba(170, 170, 170, 0.86);
  background: #f2f2f2;
  flex-shrink: 0;
}

.p-store-chip__avatar {
  object-fit: cover;
}

.p-store-chip__avatar-fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #262626;
  font-size: 11px;
  font-weight: 700;
}

.p-store-chip__name {
  max-width: 18ch;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #262626;
  font-size: 12px;
  font-weight: 700;
}

.p-meta-line--store {
  gap: 6px;
}

.p-meta-line--store .p-meta-handle {
  color: #404040;
  font-size: 11px;
}

.p-rarity-row {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin: 0;
}

.p-rarity-badge {
  min-height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #f7f7f7;
  color: #262626;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
}

.p-card-floating-tags {
  position: absolute;
  left: 10px;
  bottom: 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  pointer-events: none;
  z-index: 2;
}

.p-card-floating-tag {
  min-height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.92);
  color: #000000;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
}

.ig-store-shell .ig-store-card.p-card--listing .p-media,
.ig-store-shell .ig-store-card.p-card--listing .p-media-link {
  aspect-ratio: 4 / 5;
}

.ig-store-shell .ig-store-card.p-card--listing .p-body {
  padding: 10px 10px 11px;
  gap: 0;
  display: block;
}

.ig-store-shell .ig-store-card.p-card--listing .p-title-link,
.ig-store-shell .ig-store-card.p-card--listing .p-store-line,
.ig-store-shell .ig-store-card.p-card--listing .p-rarity-row,
.ig-store-shell .ig-store-card.p-card--listing .p-proof--social {
  display: none !important;
}

.ig-store-shell .ig-store-card.p-card--listing .p-price-row {
  margin: 0;
}

.ig-store-shell .ig-store-card.p-card--listing .p-price {
  font-size: 20px;
  line-height: 1.1;
}

.ig-store-shell .ig-store-card.p-card--listing .p-price__whole {
  color: #000000;
}

.p-proof--social {
  gap: 8px;
}

.p-fav-public,
.p-want-public {
  min-height: 26px;
  border-radius: 999px;
  border: 1px solid rgba(175, 175, 175, 0.84);
  background: #f7f7f7;
  color: #525252;
  padding: 0 9px;
  font-size: 11px;
}

.p-fav-public__label,
.p-want-public__label {
  font-size: 11px;
  color: #525252;
}

.p-fav-public__num,
.p-want-public__num {
  font-size: 12px;
  color: #000000;
}

.p-card-badge {
  border-radius: 999px;
  min-height: 24px;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.p-card-badge--new {
  border-color: color-mix(in srgb, var(--vestti-soul-strong) 44%, #ffffff 56%);
  background: color-mix(in srgb, var(--vestti-soul) 18%, #ffffff 82%);
  color: #000000;
}

.p-card--feature .p-media,
.p-card--feature .p-media-link {
  aspect-ratio: 5 / 4.35;
}

.p-card--injected-special .p-card-badge {
  border-color: color-mix(in srgb, #dc2626 36%, #ffffff 64%);
  background: color-mix(in srgb, #dc2626 12%, #ffffff 88%);
  color: #b91c1c;
}

@media (hover: hover) and (pointer: fine) {
  .p-card:hover .p-media::after {
    opacity: 1;
  }

  .p-card:hover .p-media-cta {
    opacity: 1;
    transform: translateY(0);
  }
}

.p-media-cta:hover {
  background: rgba(0, 0, 0, 0.92);
  color: #fff;
}

.ig-section--proof {
  padding: 16px;
  border-radius: 22px;
  border: 1px solid rgba(192, 192, 192, 0.86);
  background: linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%);
  box-shadow: var(--vestti-premium-shadow);
}

.ig-proof-feed {
  margin-top: 12px;
}

.store-hero {
  border-radius: 26px;
  border: 1px solid rgba(170, 170, 170, 0.95);
  box-shadow: none;
}

.store-cover {
  min-height: 250px;
  position: relative;
}

.store-cover::after {
  content: none;
}

.store-btn--follow {
  min-width: 142px;
}

.store-btn--follow.is-on,
#igFollowBtn.is-on,
#vpFollowBtn.is-on {
  border-color: #000000;
  background: #000000;
  color: #fff;
  opacity: 0.88;
}

.vp-layout {
  align-items: start;
}

@media (min-width: 1080px) {
  .vp-layout {
    grid-template-columns: minmax(0, 1.1fr) minmax(380px, 0.9fr);
    gap: 24px;
  }

  .vp-side {
    position: sticky;
    top: calc(var(--vestti-header-offset, 96px) + 16px);
  }
}

.vp-card--conversion {
  border-radius: 20px;
  box-shadow: var(--vestti-premium-shadow);
}

.vp-card--conversion .vp-price-current {
  color: #000000;
  font-size: clamp(38px, 4vw, 58px);
}

.vp-social-proof {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 2px 0 4px;
}

.vp-social-pill {
  min-height: 30px;
  border-radius: 999px;
  border: 1px solid rgba(175, 175, 175, 0.84);
  background: #f7f7f7;
  color: #404040;
  font-size: 12px;
  font-weight: 600;
  padding: 0 11px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.vp-social-pill b {
  color: #000000;
  font-size: 13px;
}

.vp-social-pill--want {
  border-color: rgba(229, 123, 98, 0.44);
  background: rgba(255, 243, 239, 0.64);
}

.vp-btn.vp-cta-main.vp-buy-btn,
.vp-mobile-cta.vp-buy-btn {
  border-color: var(--vestti-cta);
  background: linear-gradient(180deg, #000000 0%, #000000 100%);
  color: var(--vestti-cta-ink);
  box-shadow: 0 20px 34px -24px rgba(0, 0, 0, 0.7);
}

.vp-btn.vp-cta-main.vp-buy-btn:hover,
.vp-mobile-cta.vp-buy-btn:hover {
  border-color: #000000;
  background: linear-gradient(180deg, #000000 0%, #000000 100%);
}

@keyframes vestti-cta-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.38);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

.vp-buy-btn--pulse {
  animation: vestti-cta-pulse 2.8s ease infinite;
}

.vestti-gamification {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 12px;
}

.vestti-gamification__card {
  border: 1px solid rgba(175, 175, 175, 0.86);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--vestti-shadow-soft);
  padding: 14px;
  display: grid;
  gap: 8px;
}

.vestti-gamification__card h3 {
  font-size: 14px;
  color: #404040;
}

.vestti-gamification__card b {
  color: #000000;
  font-size: clamp(18px, 2.1vw, 24px);
  line-height: 1.1;
}

.vestti-gamification__card p {
  color: #525252;
  font-size: 12px;
}

.vestti-gamification__card--boost {
  border-color: rgba(229, 123, 98, 0.34);
  background: linear-gradient(180deg, rgba(255, 243, 239, 0.46) 0%, rgba(255, 255, 255, 0.96) 100%);
}

.vestti-gamification__progress-bar {
  width: 100%;
  height: 10px;
  border-radius: 999px;
  background: #e8e8e8;
  overflow: hidden;
}

.vestti-gamification__progress-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #000000 0%, #262626 100%);
}

.vestti-row-boosted td {
  background: rgba(255, 243, 239, 0.34);
}

.vestti-boost-tag {
  margin-left: 8px;
  min-height: 22px;
  border-radius: 999px;
  border: 1px solid rgba(229, 123, 98, 0.4);
  background: rgba(255, 243, 239, 0.9);
  color: #b91c1c;
  font-size: 10px;
  font-weight: 700;
  padding: 0 8px;
  display: inline-flex;
  align-items: center;
}

@keyframes vestti-feedback-pop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}

.p-fav.is-on,
.p-fav-btn.is-on,
.vp-fav-btn.is-on,
.sh-store-card__follow.is-on,
#igFollowBtn[data-following="1"],
#vpFollowBtn[data-following="1"] {
  animation: vestti-feedback-pop 0.3s ease;
}

@media (max-width: 1100px) {
  .sh-achados-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sh-achado-slot.is-hero {
    grid-column: span 2;
  }

  .vestti-gamification {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .sh-home-page .sh-hero-premium {
    width: 100vw;
    max-width: 100vw;
    margin-inline: calc(50% - 50vw);
  }

  .sh-hero-premium__carousel {
    border-radius: 0;
  }

  .sh-hero-premium__media {
    min-height: 0;
    border-radius: 0;
  }

  .sh-hero-premium__copy {
    left: clamp(16px, 3.8vw, 30px);
    right: clamp(16px, 3.8vw, 30px);
    bottom: clamp(16px, 3.8vw, 30px);
    gap: 8px;
  }

  .sh-hero-premium__kicker {
    min-height: 24px;
    padding: 0 10px;
    font-size: 11px;
  }

  .sh-hero-premium__copy h1 {
    max-width: 12ch;
    font-size: clamp(26px, 5.6vw, 46px);
  }

  .sh-hero-premium__copy p {
    max-width: 40ch;
    font-size: clamp(12px, 2vw, 16px);
  }

  .sh-hero-premium__cta.vestti-btn {
    min-height: 44px;
    padding-inline: 16px;
    font-size: 14px;
  }

  .sh-achados-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sh-feed-grid > .p-card:nth-child(6n),
  .p-feed > .p-card:nth-child(6n),
  .feed > .p-card:nth-child(6n),
  .feed-grid > .p-card:nth-child(6n) {
    grid-column: span 1;
  }

  .p-media-cta {
    opacity: 1;
    transform: translateY(0);
    background: rgba(0, 0, 0, 0.72);
  }

  .store-cover {
    min-height: 210px;
  }

  .vestti-gamification {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 640px) {
  .sh-section {
    margin-block: 26px;
  }

  .sh-hero-premium__copy {
    left: 14px;
    right: 14px;
    bottom: 14px;
    gap: 6px;
  }

  .sh-hero-premium__kicker {
    min-height: 22px;
    padding: 0 8px;
    font-size: 10px;
  }

  .sh-hero-premium__copy h1 {
    max-width: 11ch;
    font-size: clamp(22px, 6.4vw, 30px);
  }

  .sh-hero-premium__copy p {
    max-width: 30ch;
    font-size: 12px;
  }

  .sh-hero-premium__cta.vestti-btn {
    width: fit-content;
    max-width: 100%;
    min-height: 40px;
    padding-inline: 14px;
    font-size: 13px;
  }

  .sh-achados-grid,
  .sh-achado-slot.is-hero {
    grid-template-columns: minmax(0, 1fr);
    grid-column: span 1;
  }

  .p-card--listing:not(.p-card--spotlight) .p-body {
    padding: 11px;
  }

  .p-price {
    font-size: 22px;
  }

  .p-store-chip__name {
    max-width: 14ch;
  }

  .vp-social-proof {
    flex-direction: column;
  }

  .vp-buy-btn--pulse {
    animation-duration: 3.4s;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vp-buy-btn--pulse,
  .p-fav.is-on,
  .p-fav-btn.is-on,
  .vp-fav-btn.is-on,
  .sh-store-card__follow.is-on,
  #igFollowBtn[data-following="1"],
  #vpFollowBtn[data-following="1"] {
    animation: none !important;
  }

  .p-media-cta,
  .p-card .p-media::after,
  .p-card,
  .store-btn,
  .vp-btn,
  .sh-store-card__follow {
    transition: none !important;
  }
}

/* ================================================= */
/* MOBILE CONVERSION REFINEMENTS                     */
/* ================================================= */

.p-media-cta {
  display: none !important;
}

.p-meta-location--mobile {
  display: none;
}

.vp-seller-avatar-link {
  display: inline-flex;
  border-radius: 50%;
}

.vp-seller-avatar-link .vp-seller-avatar {
  transition: transform 0.22s ease;
}

.vp-seller-avatar-link:hover .vp-seller-avatar {
  transform: scale(1.03);
}

@media (max-width: 920px) {
  .vh-mobile-bottom-nav {
    display: block;
    background: rgba(255, 255, 255, 0.72);
    border-top-color: rgba(160, 160, 160, 0.68);
    backdrop-filter: blur(18px) saturate(1.18);
    -webkit-backdrop-filter: blur(18px) saturate(1.18);
  }

  body {
    padding-bottom: calc(88px + env(safe-area-inset-bottom));
  }

  .vestti-footer {
    padding-bottom: calc(112px + env(safe-area-inset-bottom));
  }

  .vp-mobile-buy {
    bottom: calc(74px + env(safe-area-inset-bottom));
  }

  .vp-root {
    padding-bottom: calc(176px + env(safe-area-inset-bottom));
  }

  .sh-cats-scroll:not(.sh-cats-scroll--icons) {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    grid-auto-columns: max-content;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 8px;
    padding-bottom: 4px;
    flex-wrap: nowrap;
  }

  .sh-cats-scroll .sh-cat-chip {
    white-space: nowrap;
  }

  .p-feed,
  .feed,
  .feed-grid,
  .sh-feed-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-count: initial !important;
    gap: 12px;
  }

  .p-feed > *,
  .feed > *,
  .feed-grid > *,
  .sh-feed-grid > * {
    break-inside: auto;
    page-break-inside: auto;
    -webkit-column-break-inside: auto;
  }

  .p-card,
  .card,
  .vcard {
    margin: 0;
    border-radius: 16px;
  }

  .p-card--listing:not(.p-card--spotlight) .p-body {
    padding: 10px;
    gap: 6px;
    display: grid;
    grid-template-areas:
      "title"
      "price"
      "store";
  }

  .p-card--listing:not(.p-card--spotlight) .p-title-link {
    grid-area: title;
  }

  .p-card--listing:not(.p-card--spotlight) .p-price-row {
    grid-area: price;
  }

  .p-card--listing:not(.p-card--spotlight) .p-store-line {
    grid-area: store;
    display: flex;
    align-items: center;
    gap: 0;
    min-width: 0;
  }

  .p-card--listing:not(.p-card--spotlight) .p-title,
  .p-card--listing:not(.p-card--spotlight) .p-title-link,
  .p-card--listing:not(.p-card--spotlight) .p-link {
    font-size: 13px;
    line-height: 1.3;
    -webkit-line-clamp: 2;
  }

  .p-card--listing:not(.p-card--spotlight) .p-price {
    font-size: 18px;
    line-height: 1.1;
  }

  .p-card--listing:not(.p-card--spotlight) .p-store-chip {
    gap: 0;
    min-width: 0;
  }

  .p-card--listing:not(.p-card--spotlight) .p-store-chip__avatar,
  .p-card--listing:not(.p-card--spotlight) .p-store-chip__avatar-fallback,
  .p-card--listing:not(.p-card--spotlight) .p-meta-handle,
  .p-card--listing:not(.p-card--spotlight) .p-meta-dot,
  .p-card--listing:not(.p-card--spotlight) .p-rarity-row,
  .p-card--listing:not(.p-card--spotlight) .p-proof--social {
    display: none !important;
  }

  .p-card--listing:not(.p-card--spotlight) .p-store-chip__name,
  .p-card--listing:not(.p-card--spotlight) .p-meta-location {
    font-size: 11px;
    color: #525252;
    font-weight: 600;
  }

  .p-card--listing:not(.p-card--spotlight) .p-meta-line--store {
    display: inline-flex;
    align-items: center;
    min-width: 0;
  }

  .p-card--listing:not(.p-card--spotlight) .p-meta-location--desktop {
    display: none;
  }

  .p-card--listing:not(.p-card--spotlight) .p-meta-location--mobile {
    display: inline;
  }

  .p-card--listing:not(.p-card--spotlight) .p-meta-location--mobile::before {
    content: " - ";
    color: #9a9a9a;
  }
}

/* ================================================= */
/* VISUAL CONSISTENCY OVERRIDES                      */
/* ================================================= */

:root {
  --vestti-radius: 12px;
  --vestti-card-radius: 16px;
  --vestti-shadow-soft: 0 10px 24px -26px rgba(0, 0, 0, 0.3);
  --vestti-shadow-hover: 0 16px 28px -26px rgba(0, 0, 0, 0.34);
}

/* Reduce pill usage on secondary controls. */
.vh-search,
.vh-search select,
.vh-search-input-wrap,
.vh-location-btn,
.vh-search-submit,
.sh-feed-pill,
.sh-home-tab,
.sh-cat-chip,
.ig-advanced-filters input,
.ig-advanced-filters select {
  border-radius: var(--vestti-radius);
}

/* Cleaner header search: flat, no border, no inset noise. */
.vh-search {
  border: 0;
  background: var(--vestti-mist);
  box-shadow: none;
}

.vh-search-input-wrap {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.vh-search input,
.vh-search select {
  border: 0 !important;
  background: transparent;
  box-shadow: none !important;
}

.vh-location-btn,
.vh-search-submit {
  border: 0;
  box-shadow: none;
}

/* Product cards: no border, subtle depth, keep tactile hover/zoom. */
.p-card,
.card,
.vcard {
  border: 0;
  border-radius: var(--vestti-card-radius);
  background: #fff;
  box-shadow: var(--vestti-shadow-soft);
}

.sh-achado-slot .p-card {
  border: 0;
}

.p-card:hover,
.card:hover,
.vcard:hover {
  transform: translateY(-2px) scale(1.01);
  box-shadow: var(--vestti-shadow-hover);
}

.p-card:hover .p-media img,
.card:hover .p-media img,
.p-card:hover .image img,
.card:hover .image img,
.vcard:hover .p-media img {
  transform: scale(1.03);
}

/* Lighter chips/tags to preserve image focus. */
.p-proof-chip,
.p-badge,
.vp-badge,
.store-pill,
.ig-section-kicker {
  border: 0;
  border-radius: var(--vestti-radius);
  background: rgba(255, 140, 122, 0.1);
  color: var(--vestti-soul-strong);
}

/* Denser feed grid for better browsing cadence. */
.p-feed,
.feed,
.feed-grid,
.sh-feed-grid {
  gap: 16px;
}

@media (max-width: 920px) {
  .p-feed,
  .feed,
  .feed-grid,
  .sh-feed-grid {
    gap: 12px;
  }
}

/* Home categories: symmetrical chips with visible icons. */
.sh-categories .sh-title-row {
  justify-content: flex-end;
}

.sh-categories .sh-title-sub {
  margin-left: auto;
  text-align: right;
}

.sh-cats-scroll--icons {
  display: grid;
  grid-auto-flow: row;
  grid-template-rows: none;
  grid-auto-columns: minmax(0, 1fr);
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
  align-items: stretch;
  overflow: visible;
  padding-bottom: 0;
}

.sh-cats-scroll--icons .sh-cat-chip {
  width: 100%;
  min-height: 44px;
  padding: 8px 12px;
  justify-content: flex-start;
  border-radius: 12px;
}

.sh-cats-scroll--icons .sh-cat-icon {
  display: inline-flex;
  width: 20px;
  height: 20px;
  border-radius: 8px;
  background: rgba(255, 140, 122, 0.1);
  color: var(--vestti-soul-strong);
  font-size: 16px;
  line-height: 1;
}

.sh-cats-scroll--icons .sh-cat-label {
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 920px) {
  .sh-cats-scroll--icons {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 8px;
    padding-bottom: 4px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
  }

  .sh-cats-scroll--icons::-webkit-scrollbar {
    display: none;
  }

  .sh-cats-scroll--icons .sh-cat-chip {
    width: auto;
    min-width: max-content;
    max-width: min(82vw, 280px);
    flex: 0 0 auto;
  }

  .sh-cats-scroll--icons .sh-cat-label {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (max-width: 640px) {
  .sh-cats-scroll--icons {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    grid-auto-columns: max-content;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 8px 10px;
    align-items: stretch;
    padding-bottom: 4px;
  }

  .sh-cats-scroll--icons .sh-cat-chip {
    width: auto;
    min-width: max-content;
    max-width: min(72vw, 240px);
    flex: initial;
  }
}

/* Reduce vertical whitespace around home categories section. */
.sh-home-page .sh-hero-premium {
  margin-bottom: 14px;
}

.sh-home-page .sh-categories {
  margin-top: 14px;
  margin-bottom: 14px;
}

.sh-home-page .sh-categories + .sh-stores-highlight {
  margin-top: 14px;
}

@media (max-width: 920px) {
  .sh-home-page .sh-hero-premium,
  .sh-home-page .sh-categories,
  .sh-home-page .sh-categories + .sh-stores-highlight {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

/* ================================================= */
/* CHAT + REFINOS VISUAIS                            */
/* ================================================= */

.vh-icon-link {
  position: relative;
}

.vh-icon-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  background: #ef4444;
}

.vh-mobile-bottom-nav__link {
  position: relative;
}

.vh-mobile-bottom-nav__badge {
  position: absolute;
  top: 4px;
  right: 8px;
  min-width: 16px;
  height: 16px;
  border-radius: 999px;
  padding: 0 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  background: #ef4444;
}

.vestti-chat-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 14px;
}

.vestti-chat-preview-list {
  display: grid;
  gap: 10px;
}

.vestti-chat-preview-item {
  border: 1px solid rgba(160, 160, 160, 0.72);
  background: #fff;
  border-radius: 14px;
  padding: 12px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.vestti-chat-preview-item strong {
  display: block;
  font-size: 14px;
  color: #000000;
}

.vestti-chat-preview-item small {
  color: #525252;
}

.vestti-chat-preview-item p {
  margin-top: 6px;
  color: #262626;
  font-size: 13px;
}

.vestti-chat-preview-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.vestti-chat-unread-badge {
  min-width: 20px;
  height: 20px;
  border-radius: 999px;
  padding: 0 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  background: #ef4444;
  color: #fff;
}

.vestti-chat-cta-row {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.vp-cta-row--secondary {
  margin-top: 10px;
}

.vp-cta-row--secondary .vp-btn {
  width: 100%;
  min-height: 42px;
  border-radius: 10px;
  border-color: rgba(160, 160, 160, 0.9);
  background: #fff;
  color: #404040;
  font-size: 12px;
  line-height: 1.2;
}

.vp-cta-row--secondary .vp-btn:hover {
  border-color: rgba(150, 150, 150, 0.95);
  background: #f7f7f7;
  color: #262626;
}

.vc-chat-page {
  width: min(1200px, 100%);
  margin: 0 auto;
  padding: 24px 20px calc(34px + env(safe-area-inset-bottom));
}

.vc-chat-shell {
  display: grid;
  grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
  gap: 14px;
}

.vc-chat-sidebar,
.vc-chat-main {
  border: 1px solid rgba(160, 160, 160, 0.72);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 24px -22px rgba(0, 0, 0, 0.28);
}

.vc-chat-sidebar {
  padding: 12px;
}

.vc-chat-sidebar__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
}

.vc-chat-sidebar__head h1 {
  font-size: 20px;
}

.vc-chat-pill {
  min-width: 28px;
  height: 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: #b91c1c;
  border: 1px solid rgba(243, 111, 90, 0.45);
  background: rgba(255, 141, 124, 0.22);
}

.vc-chat-thread-list {
  display: grid;
  gap: 8px;
  max-height: 68vh;
  overflow: auto;
}

.vc-thread-item {
  border: 1px solid rgba(160, 160, 160, 0.72);
  border-radius: 14px;
  background: #fff;
  text-align: left;
  padding: 10px;
  cursor: pointer;
}

.vc-thread-item.is-active {
  border-color: rgba(243, 111, 90, 0.5);
  background: rgba(255, 141, 124, 0.1);
}

.vc-thread-item__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.vc-thread-item strong {
  color: #000000;
  font-size: 14px;
}

.vc-thread-item small {
  display: block;
  color: #525252;
  margin-top: 2px;
}

.vc-thread-item p {
  font-size: 12px;
  color: #262626;
  margin-top: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vc-thread-unread {
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  background: #ef4444;
}

.vc-chat-main {
  padding: 12px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 72vh;
}

.vc-chat-main__head {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}

.vc-chat-main__title strong {
  font-size: 18px;
  color: #000000;
  display: block;
}

.vc-chat-main__title small {
  color: #525252;
}

.vc-chat-main__actions {
  display: flex;
  gap: 8px;
}

.vc-chat-messages {
  border: 1px solid rgba(190, 190, 190, 0.9);
  border-radius: 14px;
  background: #f7f7f7;
  padding: 12px;
  overflow: auto;
  max-height: calc(72vh - 150px);
  min-height: 320px;
}

.vc-chat-empty {
  color: #525252;
  font-size: 14px;
  margin: 0;
}

.vc-message {
  display: flex;
  margin-bottom: 8px;
}

.vc-message.is-me {
  justify-content: flex-end;
}

.vc-message.is-other {
  justify-content: flex-start;
}

.vc-message__bubble {
  max-width: min(560px, 92%);
  border-radius: 12px;
  padding: 10px;
  border: 1px solid rgba(160, 160, 160, 0.65);
  background: #fff;
}

.vc-message.is-me .vc-message__bubble {
  background: rgba(255, 141, 124, 0.18);
  border-color: rgba(243, 111, 90, 0.4);
}

.vc-message__bubble p {
  color: #000000;
  margin: 0 0 6px;
}

.vc-message__bubble img {
  max-width: 240px;
  border-radius: 8px;
  border: 1px solid rgba(160, 160, 160, 0.72);
}

.vc-message__bubble small {
  display: block;
  color: #525252;
  font-size: 11px;
}

.vc-chat-composer {
  margin-top: 10px;
  display: grid;
  gap: 8px;
}

.vc-chat-composer textarea {
  width: 100%;
  min-height: 78px;
  resize: vertical;
  border-radius: 12px;
  border: 1px solid rgba(160, 160, 160, 0.84);
  background: #f7f7f7;
  padding: 10px;
}

.vc-chat-composer__actions {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.vc-chat-toast {
  position: fixed;
  right: 14px;
  bottom: calc(88px + env(safe-area-inset-bottom));
  z-index: 999;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #fff;
  box-shadow: 0 18px 34px -26px rgba(0, 0, 0, 0.45);
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  padding: 9px 13px;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.vc-chat-toast.is-on {
  opacity: 1;
  transform: translateY(0);
}

.vc-chat-toast.is-error {
  border-color: rgba(239, 68, 68, 0.45);
  color: #991b1b;
}

@media (max-width: 920px) {
  .vestti-tabs {
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: thin;
  }

  .vestti-tabs a {
    min-height: 44px;
    white-space: nowrap;
  }

  .vestti-chat-summary-grid {
    grid-template-columns: 1fr;
  }

  .vc-chat-page {
    padding: 14px 12px calc(120px + env(safe-area-inset-bottom));
  }

  .vc-chat-shell {
    grid-template-columns: 1fr;
  }

  .vc-chat-thread-list {
    max-height: 34vh;
  }

  .vc-chat-main {
    min-height: 58vh;
  }

  .vc-chat-messages {
    min-height: 240px;
    max-height: 44vh;
  }
}

.p-card.is-sold,
.card.is-sold,
.vcard.is-sold {
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.96) 0%, rgba(241, 245, 249, 0.98) 100%);
}

.p-card.is-sold .p-media img,
.card.is-sold .p-media img,
.vcard.is-sold .p-media img,
.p-card.is-sold .image img,
.card.is-sold .image img,
.vcard.is-sold .image img {
  filter: brightness(0.38) saturate(0.72);
}

.p-card.is-sold .p-body,
.card.is-sold .p-body,
.vcard.is-sold .p-body {
  opacity: 0.78;
}

.p-card-sold-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 6, 23, 0.18) 0%, rgba(2, 6, 23, 0.68) 100%);
  z-index: 2;
  pointer-events: none;
}

.p-card-sold-badge {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 36px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: linear-gradient(135deg, #16a34a 0%, #22c55e 100%);
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  box-shadow: 0 20px 38px -28px rgba(15, 23, 42, 0.92);
  z-index: 3;
  pointer-events: none;
}

.p-card-sold-badge--stock {
  background: linear-gradient(135deg, #b45309 0%, #f59e0b 100%);
}

.vestti-drop-notice {
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(34, 197, 94, 0.28);
  background: linear-gradient(180deg, rgba(240, 253, 244, 0.96) 0%, rgba(255, 255, 255, 0.98) 100%);
  color: #166534;
  font-size: 13px;
  font-weight: 700;
}

.vestti-drop-page {
  position: relative;
  isolation: isolate;
  width: min(1260px, 100%);
  padding: calc(var(--vestti-header-offset) + 18px) 16px calc(104px + env(safe-area-inset-bottom));
  gap: 18px;
}

.vestti-drop-page::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: min(42vw, 420px);
  height: 280px;
  background: radial-gradient(circle, rgba(244, 63, 94, 0.12) 0%, rgba(244, 63, 94, 0) 72%);
  pointer-events: none;
  filter: blur(10px);
}

.vestti-drop-hero {
  position: relative;
  border-radius: calc(var(--vestti-card-radius) + 8px);
  background: linear-gradient(160deg, rgba(246, 242, 238, 0.96) 0%, rgba(230, 226, 219, 0.9) 100%);
  box-shadow: 0 30px 60px -42px rgba(0, 0, 0, 0.5);
}

.vestti-drop-hero__banner {
  aspect-ratio: 16 / 6.5;
}

.vestti-drop-hero__shade {
  background:
    radial-gradient(circle at top right, color-mix(in srgb, var(--drop-accent) 28%, transparent 72%) 0%, transparent 34%),
    linear-gradient(180deg, rgba(11, 10, 14, 0.08) 0%, rgba(11, 10, 14, 0.3) 24%, rgba(11, 10, 14, 0.62) 64%, rgba(11, 10, 14, 0.88) 100%);
}

.vestti-drop-hero__countdown {
  left: 16px;
  right: auto;
  bottom: 16px;
  min-width: min(280px, calc(100% - 32px));
  padding: 0 14px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.vestti-drop-hero__body {
  position: relative;
  padding: 18px 18px 20px;
  gap: 10px;
}

.vestti-drop-hero__eyebrow-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.vestti-drop-hero__eyebrow {
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--drop-accent) 32%, rgba(255, 255, 255, 0.68) 68%);
  background: color-mix(in srgb, var(--drop-accent) 12%, rgba(255, 255, 255, 0.92) 88%);
  color: #7f1d1d;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
}

.vestti-drop-hero__store {
  color: #3f3f46;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.vestti-drop-hero__store:hover {
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 0.14em;
}

.vestti-drop-hero__title {
  max-width: 18ch;
  font-size: clamp(26px, 4.2vw, 42px);
  line-height: 1;
  letter-spacing: -0.04em;
}

.vestti-drop-hero__description {
  max-width: 62ch;
  font-size: 14px;
  line-height: 1.6;
}

.vestti-drop-hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.vestti-drop-hero__fact {
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.24);
  background: rgba(255, 255, 255, 0.76);
  color: #334155;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.vestti-drop-hero__fact strong {
  color: #000000;
  font-weight: 800;
}

.vestti-drop-hero__fact--accent {
  border-color: color-mix(in srgb, var(--drop-accent) 28%, rgba(255, 255, 255, 0.72) 72%);
  background: color-mix(in srgb, var(--drop-accent) 12%, rgba(255, 255, 255, 0.92) 88%);
  color: #111827;
}

.vestti-drop-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.vestti-drop-hero__action {
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: color-mix(in srgb, var(--drop-accent) 78%, rgba(255, 248, 246, 0.2) 22%);
  color: #2a1310;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 18px 34px -26px rgba(15, 23, 42, 0.72);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
  cursor: pointer;
}

.vestti-drop-hero__action:hover {
  transform: translateY(-1px);
  filter: brightness(1.02);
}

.vestti-drop-hero__action--ghost {
  background: rgba(255, 255, 255, 0.82);
  color: #111827;
}

.vestti-drop-products {
  border: 1px solid rgba(175, 175, 175, 0.82);
  border-radius: calc(var(--vestti-card-radius) + 4px);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--vestti-shadow-soft);
  padding: 14px;
}

.vestti-drop-products__title {
  font-size: 24px;
}

.vestti-drop-products__subtitle {
  margin: 4px 0 0;
  color: #525252;
  font-size: 13px;
  font-weight: 600;
}

.vestti-drop-products__grid {
  margin-top: 12px;
}

.vestti-drop-empty {
  border-style: solid;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 250, 252, 0.94) 100%);
  line-height: 1.6;
}

.vc-thread-item {
  transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.vc-thread-item:hover {
  border-color: rgba(148, 163, 184, 0.82);
  transform: translateY(-1px);
}

.vc-thread-item.is-sold {
  border-color: rgba(22, 163, 74, 0.28);
  background: linear-gradient(180deg, rgba(240, 253, 244, 0.96) 0%, rgba(255, 255, 255, 1) 100%);
}

.vc-thread-item__meta-badges {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  flex-wrap: wrap;
}

.vc-thread-sale {
  min-height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  border: 1px solid rgba(22, 163, 74, 0.26);
  background: rgba(22, 163, 74, 0.12);
  color: #166534;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
}

.vc-thread-sale--muted {
  border-color: rgba(148, 163, 184, 0.32);
  background: rgba(241, 245, 249, 0.92);
  color: #475569;
}

.vc-chat-product-card[hidden] {
  display: none !important;
}

.vc-chat-product-card {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 12px;
  margin-bottom: 10px;
  padding: 12px;
  border: 1px solid rgba(203, 213, 225, 0.9);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.96) 0%, rgba(255, 255, 255, 1) 100%);
  box-shadow: 0 14px 30px -28px rgba(15, 23, 42, 0.45);
}

.vc-chat-product-card__media {
  display: block;
  aspect-ratio: 1;
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(180deg, #f8fafc 0%, #e2e8f0 100%);
}

.vc-chat-product-card__media.is-disabled {
  pointer-events: none;
  opacity: 0.7;
}

.vc-chat-product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.vc-chat-product-card__body {
  min-width: 0;
  display: grid;
  gap: 8px;
  align-content: start;
}

.vc-chat-product-card__eyebrow {
  color: #64748b;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vc-chat-product-card__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}

.vc-chat-product-card__head strong {
  color: #020617;
  font-size: 17px;
  line-height: 1.1;
}

.vc-chat-product-card__price {
  margin: 0;
  color: #0f172a;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.1;
}

.vc-chat-product-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.vc-chat-product-status {
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.34);
  background: rgba(248, 250, 252, 0.96);
  color: #334155;
  font-size: 11px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.vc-chat-product-status.is-available {
  border-color: rgba(148, 163, 184, 0.36);
  background: rgba(248, 250, 252, 0.96);
  color: #334155;
}

.vc-chat-product-status.is-sold-here,
.vc-chat-product-status.is-sold {
  border-color: rgba(22, 163, 74, 0.28);
  background: rgba(240, 253, 244, 0.96);
  color: #166534;
}

.vc-chat-product-status.is-sold-elsewhere {
  border-color: rgba(148, 163, 184, 0.36);
  background: rgba(241, 245, 249, 0.96);
  color: #475569;
}

.vc-chat-product-card small {
  color: #64748b;
  font-size: 12px;
  line-height: 1.5;
}

@media (max-width: 920px) {
  .vc-chat-main__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .vc-chat-main__actions {
    width: 100%;
  }

  .vc-chat-main__actions .vestti-btn {
    flex: 1 1 0;
    justify-content: center;
  }

  .vc-chat-product-card {
    grid-template-columns: 96px minmax(0, 1fr);
    padding: 10px;
  }

  .vc-chat-product-card__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .vestti-drop-page {
    padding: calc(var(--vestti-header-offset) + 14px) 12px calc(98px + env(safe-area-inset-bottom));
    gap: 14px;
  }

  .vestti-drop-hero__body {
    padding: 14px;
  }

  .vestti-drop-hero__title {
    max-width: none;
  }

  .vestti-drop-hero__facts {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 4px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .vestti-drop-hero__facts::-webkit-scrollbar {
    display: none;
  }

  .vestti-drop-hero__fact {
    white-space: nowrap;
    flex: 0 0 auto;
  }

  .vestti-drop-products {
    padding: 12px;
  }
}

@media (max-width: 640px) {
  .p-card-sold-badge {
    min-height: 32px;
    padding: 0 16px;
    font-size: 11px;
  }

  .vc-chat-product-card {
    grid-template-columns: 1fr;
  }

  .vc-chat-product-card__media {
    aspect-ratio: 16 / 9;
  }

  .vc-chat-product-card__actions .vestti-btn {
    flex: 1 1 140px;
    justify-content: center;
  }

  .vestti-drop-hero__banner {
    aspect-ratio: 4 / 5;
  }

  .vestti-drop-hero__countdown {
    left: 10px;
    right: 10px;
    min-width: 0;
    width: auto;
  }

  .vestti-drop-hero__facts {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    overflow: visible;
  }

  .vestti-drop-hero__fact {
    white-space: normal;
  }
}

/* ================================================= */
/* STORE PAGE REFINEMENTS                            */
/* ================================================= */

.ig-store-shell .store-hero {
  box-shadow: none !important;
  border-color: rgba(170, 170, 170, 0.95) !important;
}

.ig-store-shell .store-cover::after {
  content: none !important;
}

.ig-store-shell .store-avatar {
  border: 5px solid #fff !important;
  box-shadow: none !important;
}

.ig-store-shell .store-about .store-btn,
.ig-store-shell .store-actions .store-btn {
  border-radius: 999px;
}

.ig-store-shell .store-actions .store-btn {
  box-shadow: none !important;
}

.ig-store-shell .store-btn--share {
  min-width: 44px;
  width: 44px;
  padding: 0;
}

.ig-store-shell .ig-pinned-feed,
.ig-store-shell .ig-proof-feed {
  margin-top: 12px;
}

@media (max-width: 920px) {
  .ig-store-shell .store-profile {
    grid-template-columns: 1fr;
    gap: 12px;
    align-items: start;
    padding: 0 16px 18px;
  }

  .ig-store-shell .store-avatar {
    width: 96px;
    height: 96px;
    margin-top: -48px;
  }

  .ig-store-shell .store-actions {
    justify-content: flex-start;
  }

  .ig-store-shell .store-actions .store-btn {
    min-height: 42px;
  }

  .ig-store-shell .ig-pinned-feed,
  .ig-store-shell .ig-proof-feed {
    display: grid !important;
    grid-auto-flow: column;
    grid-auto-columns: minmax(176px, 62vw);
    grid-template-columns: none !important;
    overflow-x: auto;
    gap: 10px;
    padding-bottom: 4px;
    scrollbar-width: thin;
    -ms-overflow-style: none;
  }

  .ig-store-shell .ig-pinned-feed::-webkit-scrollbar,
  .ig-store-shell .ig-proof-feed::-webkit-scrollbar {
    height: 6px;
  }
}

.p-card-badge--bazaar {
  border-color: rgba(239, 143, 121, 0.46);
  background: rgba(255, 243, 239, 0.95);
  color: #b91c1c;
}

/* ================================================= */
/* RESPONSIVE HOTFIXES: PERFIL + PAINEL             */
/* ================================================= */

@media (max-width: 920px) {
  .vestti-store-page,
  .va-page,
  .vf-page,
  .v-wrap,
  .vestti-create-store,
  .vestti-terms-page {
    padding-inline: 14px;
  }

  .vestti-store-head,
  .vestti-account-head,
  .vf-head {
    align-items: flex-start;
  }

  .vestti-store-head > :first-child,
  .vestti-account-head > :first-child {
    min-width: 0;
  }

  .vestti-public-link-line a {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .vestti-store-head__actions {
    width: 100%;
  }

  .vestti-store-head__actions .vestti-btn,
  .vestti-store-head__actions .vestti-abandon-form {
    flex: 1 1 180px;
  }

  .vestti-tabs {
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-snap-type: x proximity;
  }

  .vestti-tabs::-webkit-scrollbar {
    display: none;
  }

  .vestti-tabs a {
    scroll-snap-align: start;
  }

  .vestti-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vestti-analytics-head,
  .vestti-tracking-layout,
  .vestti-collection-layout,
  .vestti-store-builder {
    grid-template-columns: minmax(0, 1fr);
  }

  .vestti-analytics-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .vestti-analytics-table-wrap .vestti-table {
    min-width: 620px;
  }

  .vestti-store-builder__preview-canvas {
    max-height: none;
    overflow: visible;
  }

  .vestti-chat-preview-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .vestti-chat-preview-actions {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

@media (max-width: 640px) {
  .vestti-store-page,
  .va-page,
  .vf-page,
  .v-wrap,
  .vestti-create-store,
  .vestti-terms-page {
    padding-inline: 12px;
  }

  .vestti-store-head__actions .vestti-btn,
  .vestti-store-head__actions .vestti-abandon-form,
  .vestti-store-head__actions .vestti-abandon-form .vestti-btn,
  .vestti-chat-preview-actions .vestti-btn {
    width: 100%;
    justify-content: center;
  }

  .vestti-store-head__actions .vestti-btn,
  .vestti-store-head__actions .vestti-abandon-form {
    flex-basis: 100%;
  }

  .vestti-metrics {
    grid-template-columns: minmax(0, 1fr);
  }

  .vestti-products-table,
  .vestti-products-table tbody,
  .vestti-products-table tr,
  .vestti-products-table td {
    display: block;
    width: 100%;
  }

  .vestti-products-table thead {
    display: none;
  }

  .vestti-products-table tbody {
    display: grid;
    gap: 10px;
  }

  .vestti-products-table tr {
    border: 1px solid rgba(160, 160, 160, 0.72);
    border-radius: 16px;
    background: #fff;
    box-shadow: var(--vestti-shadow-soft);
    padding: 12px;
  }

  .vestti-products-table td {
    border: 0;
    padding: 0;
    display: grid;
    gap: 6px;
  }

  .vestti-products-table td + td {
    margin-top: 10px;
  }

  .vestti-products-table td::before {
    content: attr(data-label);
    color: #525252;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .vestti-products-table td[data-label="Foto"]::before {
    margin-bottom: 2px;
  }

  .vestti-product-thumb {
    width: 72px;
    height: 72px;
  }

  .vestti-status-form,
  .vestti-status-form--chip {
    width: 100%;
    max-width: none;
  }

  .vestti-status-chip {
    width: 100%;
    justify-content: center;
  }

  .vestti-product-date {
    white-space: normal;
  }

  .vestti-collection-select {
    min-height: 150px;
  }

  .vestti-store-builder__preview {
    padding: 14px;
  }

  .vestti-store-builder__preview-canvas {
    padding: 8px;
  }
}

.p-card--bazaar .p-bazaar-meta {
  margin: 0 0 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.p-card--bazaar .p-bazaar-meta__date,
.p-card--bazaar .p-bazaar-meta__bairro {
  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  border: 1px solid rgba(239, 143, 121, 0.42);
  background: rgba(255, 243, 239, 0.95);
  color: #b91c1c;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
}

.p-card--bazaar .p-bazaar-meta__bairro {
  border-color: rgba(140, 140, 140, 0.34);
  background: rgba(247, 247, 247, 0.92);
  color: #262626;
}

.sh-bazaar-section {
  display: grid;
  gap: 12px;
}

.sh-bazaar-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(210px, 28vw);
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-width: thin;
  -ms-overflow-style: none;
}

.sh-bazaar-carousel::-webkit-scrollbar {
  height: 6px;
}

.sh-bazaar-carousel > .p-card {
  min-width: 0;
}

.sh-bazaar-map-section {
  display: grid;
  gap: 10px;
}

.sh-bazaar-map {
  min-height: 360px;
  border-radius: 18px;
  border: 1px solid rgba(160, 160, 160, 0.78);
  overflow: hidden;
  background: linear-gradient(145deg, #e8e8e8 0%, #f7f7f7 100%);
}

.sh-bazaar-map.is-empty {
  min-height: 180px;
  display: grid;
  place-items: center;
}

.sh-bazaar-map-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 12px;
  color: #404040;
}

.sh-bazaar-map-legend__item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.vestti-map-pin-wrap {
  background: transparent;
  border: 0;
}

.vestti-map-pin {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  border: 2px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 16px -10px rgba(0, 0, 0, 0.75);
  font-size: 14px;
  line-height: 1;
}

.vestti-map-pin--store {
  background: linear-gradient(145deg, #000000 0%, #1a1a1a 100%);
  color: #fff;
}

.vestti-map-pin--bazar {
  background: linear-gradient(145deg, #ef8f79 0%, #dc2626 100%);
  color: #fff;
}

.vestti-map-popup {
  display: grid;
  gap: 4px;
  min-width: 150px;
}

.vestti-map-popup strong {
  color: #000000;
  font-size: 13px;
}

.vestti-map-popup small {
  color: #404040;
  font-size: 11px;
}

.vestti-map-popup a {
  color: #dc2626;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
}

.vp-bazaar-panel {
  margin-top: 12px;
  padding: 12px;
  border-radius: 14px;
  border: 1px solid rgba(239, 143, 121, 0.34);
  background: linear-gradient(160deg, rgba(255, 243, 239, 0.9) 0%, rgba(255, 255, 255, 0.95) 100%);
  display: grid;
  gap: 10px;
}

.vp-bazaar-panel__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.vp-bazaar-chip {
  min-height: 24px;
  border-radius: 999px;
  border: 1px solid rgba(140, 140, 140, 0.36);
  padding: 0 9px;
  font-size: 11px;
  font-weight: 700;
  color: #262626;
  background: #fff;
  display: inline-flex;
  align-items: center;
}

.vp-bazaar-chip--urgent {
  border-color: rgba(229, 123, 98, 0.45);
  background: rgba(255, 243, 239, 0.95);
  color: #b91c1c;
}

.vp-bazaar-panel__list {
  margin: 0;
  display: grid;
  gap: 8px;
}

.vp-bazaar-panel__list > div {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 8px;
}

.vp-bazaar-panel__list dt {
  margin: 0;
  color: #525252;
  font-size: 12px;
  font-weight: 700;
}

.vp-bazaar-panel__list dd {
  margin: 0;
  color: #000000;
  font-size: 13px;
  font-weight: 700;
}

.vp-bazaar-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.vp-bazaar-panel__actions .vp-btn {
  flex: 1 1 170px;
}

@media (max-width: 920px) {
  .sh-bazaar-carousel {
    grid-auto-columns: minmax(188px, 72vw);
  }

  .sh-bazaar-map {
    min-height: 280px;
  }
}

/* Single product redesign */
.vp-root {
  background: #f5f2ec;
  padding: 24px 16px 120px;
}

.vp-shell--product {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  gap: 22px;
}

.vp-shell--product .vp-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #6b7280;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.vp-shell--product .vp-breadcrumbs .vp-crumb-sep:first-of-type {
  display: none;
}

.vp-shell--product .vp-breadcrumbs a {
  color: #4b5563;
  text-decoration: none;
}

.vp-shell--product .vp-breadcrumbs a:hover {
  color: #111111;
}

.vp-shell--product .vp-posted {
  margin-left: auto;
  color: #6b7280;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vp-showcase {
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 32px;
  box-shadow: 0 18px 48px -32px rgba(17, 17, 17, 0.18);
  padding: 28px;
}

.vp-layout--showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  gap: 40px;
  align-items: start;
}

.vp-main--showcase,
.vp-side--showcase {
  min-width: 0;
}

.vp-shell--product .vp-gallery-panel,
.vp-shell--product .vp-card--product-showcase {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.vp-main-image-wrap--showcase {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 34%),
    linear-gradient(145deg, #0f1115 0%, #050607 100%);
  box-shadow: 0 24px 44px -28px rgba(15, 15, 15, 0.55);
}

.vp-mobile-carousel {
  display: none;
}

.vp-main-image-wrap--showcase::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 8, 10, 0.08) 0%, rgba(8, 8, 10, 0.12) 48%, rgba(8, 8, 10, 0.42) 100%);
  pointer-events: none;
}

.vp-main-image-wrap--showcase img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 0.5s ease;
}

.vp-gallery-panel:hover .vp-main-image-wrap--showcase img {
  transform: scale(1.04);
}

.vp-main-image-hint {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  border-radius: 16px;
  padding: 0 16px;
  background: rgba(17, 17, 17, 0.4);
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.vp-main-image-hint svg {
  width: 20px;
  height: 20px;
}

.vp-shell--product .vp-thumbs {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(72px, 1fr));
  gap: 10px;
}

.vp-shell--product .vp-thumb {
  aspect-ratio: 4 / 5;
  border-radius: 18px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  background: #f3f1eb;
  overflow: hidden;
  box-shadow: none;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.vp-shell--product .vp-thumb.is-active {
  border-color: #111111;
  box-shadow: 0 0 0 2px rgba(17, 17, 17, 0.08);
  transform: translateY(-2px);
}

.vp-shell--product .vp-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vp-card--product-showcase {
  display: grid;
  gap: 22px;
  align-content: start;
}

.vp-title-row--showcase {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.vp-title-stack {
  min-width: 0;
  display: grid;
  gap: 6px;
}

.vp-title--showcase {
  margin: 0;
  color: #111111;
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  font-weight: 900;
  line-height: 0.94;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.vp-title-meta {
  margin: 0;
  color: #6b7280;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vp-shell--product .vp-quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.vp-shell--product .vp-icon-btn {
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: #f6f4ef;
  box-shadow: none;
  gap: 8px;
}

.vp-shell--product .vp-icon-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(17, 17, 17, 0.16);
  background: #fbfaf7;
}

.vp-shell--product .vp-icon-count {
  color: #4b5563;
  font-size: 13px;
  font-weight: 700;
}

.vp-shell--product .vp-fav-btn.is-on,
.vp-shell--product .vp-fav-btn[aria-pressed="true"] {
  background: #fff1f2;
  border-color: rgba(225, 29, 72, 0.18);
  color: #e11d48;
}

.vp-shell--product .vp-want-btn.is-on,
.vp-shell--product .vp-want-btn[aria-pressed="true"] {
  background: #fffbeb;
  border-color: rgba(202, 138, 4, 0.18);
  color: #ca8a04;
}

.vp-price-stack--showcase {
  display: grid;
  gap: 10px;
}

.vp-shell--product .vp-price-current-wrap {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 10px 14px;
}

.vp-price-current--showcase {
  color: #111111;
  font-size: clamp(3.2rem, 7vw, 4.8rem);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.08em;
}

.vp-shell--product .vp-price-original {
  margin: 0 0 9px;
}

.vp-shell--product .vp-installments {
  color: #6b7280;
  font-size: 13px;
}

.vp-tags--showcase {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.vp-tags--showcase .vp-badge {
  min-height: 34px;
  padding: 0 14px;
  border-radius: 14px;
  border: 1px solid rgba(17, 17, 17, 0.06);
  background: #f4f4f2;
  color: #444444;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 8px 18px -16px rgba(17, 17, 17, 0.22);
}

.vp-tags--showcase .vp-badge a {
  color: inherit;
  text-decoration: none;
}

.vp-piece-meta--showcase {
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  border-radius: 20px;
  border: 1px solid rgba(17, 17, 17, 0.06);
  background: #f7f6f2;
}

.vp-piece-meta--showcase p {
  margin: 0;
  color: #525252;
  font-size: 13px;
}

.vp-piece-meta--showcase strong {
  color: #111111;
}

.vp-cta-row--showcase {
  margin: 0;
}

.vp-shell--product .vp-cta-row--showcase .vp-buy-btn {
  width: 100%;
  min-height: 62px;
  border-radius: 18px;
  border: 1px solid #111111;
  background: #111111;
  color: #ffffff;
  box-shadow: 0 18px 28px -22px rgba(17, 17, 17, 0.85);
}

.vp-shell--product .vp-cta-row--showcase .vp-buy-btn:hover {
  background: #252525;
  border-color: #252525;
}

.vp-shell--product .vp-buy-btn__title {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.vp-seller-card--showcase {
  padding: 18px;
  border-radius: 24px;
  border: 1px solid rgba(17, 17, 17, 0.06);
  background: #f7f6f2;
  box-shadow: none;
}

.vp-seller-card--showcase .vp-seller-card__top {
  display: flex;
  align-items: center;
  gap: 16px;
}

.vp-shell--product .vp-seller-avatar {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  object-fit: cover;
}

.vp-shell--product .vp-seller-card__main {
  flex: 1 1 auto;
  min-width: 0;
}

.vp-shell--product .vp-seller-card__title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.vp-shell--product .vp-seller-card__title h3 {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 800;
}

.vp-seller-card__subtitle {
  margin: 4px 0 0;
  color: #6b7280;
  font-size: 12px;
  line-height: 1.4;
}

.vp-shell--product .vp-btn--xs {
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  background: #ffffff;
  color: #111111;
  box-shadow: 0 10px 20px -18px rgba(17, 17, 17, 0.4);
}

.vp-shell--product .vp-btn--xs:hover {
  border-color: #111111;
  background: #111111;
  color: #ffffff;
}

.vp-shell--product #vpFollowBtn.is-on,
.vp-shell--product #vpFollowBtn[data-following="1"] {
  background: #111111;
  color: #ffffff;
  border-color: #111111;
}

.vp-seller-card__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.vp-store-pill {
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: rgba(255, 255, 255, 0.72);
  color: #444444;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
}

.vp-store-pill--verified {
  border-color: rgba(37, 99, 235, 0.16);
  background: rgba(239, 246, 255, 0.92);
  color: #2563eb;
}

.vp-side-description--showcase {
  padding: 20px;
  border-radius: 24px;
  border: 1px solid rgba(17, 17, 17, 0.06);
  background: #f7f6f2;
}

.vp-section-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.vp-section-icon {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: #ebe8e1;
  color: #6b7280;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.vp-section-icon svg {
  width: 16px;
  height: 16px;
}

.vp-shell--product .vp-section-title {
  margin: 0;
  color: #111111;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.vp-shell--product .vp-desc-intro {
  margin: 0 0 10px;
  color: #3f3f46;
  font-size: 14px;
  font-weight: 600;
}

.vp-shell--product .vp-description,
.vp-shell--product .vp-description p,
.vp-shell--product .vp-description li {
  color: #5b5b60;
  font-size: 14px;
  line-height: 1.7;
}

.vp-shell--product .vp-description p:last-child {
  margin-bottom: 0;
}

.vp-shell--product .vp-bazaar-panel {
  margin-top: 0;
  padding: 18px;
  border-radius: 24px;
}

.vp-trust-grid--showcase {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.vp-trust-grid--showcase .vp-trust-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(17, 17, 17, 0.06);
  background: #ffffff;
  box-shadow: 0 12px 24px -24px rgba(17, 17, 17, 0.3);
}

.vp-trust-item__icon {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.12);
  color: #16a34a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.vp-trust-item__icon--blue {
  background: rgba(59, 130, 246, 0.12);
  color: #2563eb;
}

.vp-trust-item__icon svg {
  width: 18px;
  height: 18px;
}

.vp-trust-grid--showcase .vp-trust-item h4 {
  margin: 0 0 4px;
  color: #111111;
  font-size: 14px;
  font-weight: 800;
}

.vp-trust-grid--showcase .vp-trust-item p {
  margin: 0;
  color: #6b7280;
  font-size: 12px;
  line-height: 1.5;
}

.vp-shell--product .vp-card--surface {
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 24px;
  box-shadow: 0 16px 36px -30px rgba(17, 17, 17, 0.16);
}

.vp-shell--product .vp-card--related,
.vp-shell--product .vp-card--seller-details {
  padding: 24px;
}

.vp-shell--product .vp-aux-actions {
  display: flex;
  justify-content: flex-end;
}

.vp-shell--product .vp-link-btn {
  min-height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  background: #ffffff;
  color: #111111;
}

.vp-shell--product .vp-link-btn:hover {
  border-color: #111111;
  background: #111111;
  color: #ffffff;
}

/* ================================================= */
/* STORE IDENTITY                                    */
/* ================================================= */

.ig-store-page .p-card.vestti-store-card {
  content-visibility: auto;
  contain-intrinsic-size: 340px 540px;
}

.p-card.vestti-card-layout--square .p-media,
.p-card.vestti-card-layout--square .p-media-link {
  aspect-ratio: 1 / 1;
}

.p-card.vestti-card-layout--minimal {
  border-color: rgba(226, 232, 240, 0.72);
  box-shadow: 0 18px 34px -32px rgba(15, 23, 42, 0.24);
}

.p-card.vestti-card-layout--minimal .p-body {
  padding: 14px 14px 16px;
  gap: 8px;
}

.p-card.vestti-card-layout--polaroid {
  border-radius: 10px;
  background: #fffdf8;
  padding: 0 0 14px;
  box-shadow: 0 20px 42px -34px rgba(15, 23, 42, 0.26);
}

.p-card.vestti-card-layout--polaroid .p-media,
.p-card.vestti-card-layout--polaroid .p-media-link {
  margin: 12px 12px 0;
  border-radius: 4px;
}

.p-card.vestti-card-layout--polaroid .p-body {
  padding: 14px 16px 4px;
}

.p-card.vestti-store-hover-no-zoom:hover .p-media img,
.p-card.vestti-store-hover-no-zoom:hover .image img {
  transform: none !important;
}

.p-card.vestti-store-hover-flat:hover {
  transform: none !important;
  box-shadow: var(--vestti-shadow-soft) !important;
}

.vestti-store-sticker {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: rgba(17, 17, 17, 0.92);
  color: #ffffff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.vestti-store-sticker--banner {
  z-index: 2;
}

.vestti-store-sticker--product.is-top-left {
  top: 44px;
  left: 10px;
}

.vestti-store-sticker--product.is-top-right {
  top: 44px;
  right: 10px;
}

.vestti-store-sticker--product.is-bottom-left {
  bottom: 12px;
  left: 12px;
}

.vestti-store-sticker--product.is-bottom-right {
  bottom: 12px;
  right: 12px;
}

.vestti-store-sticker--banner.is-top-left {
  top: 18px;
  left: 18px;
}

.vestti-store-sticker--banner.is-top-right {
  top: 18px;
  right: 18px;
}

.vestti-store-sticker--banner.is-bottom-left {
  bottom: 18px;
  left: 18px;
}

.vestti-store-sticker--banner.is-bottom-right {
  bottom: 18px;
  right: 18px;
}

.vestti-store-sticker--outline {
  background: rgba(255, 255, 255, 0.18);
  border-width: 2px;
}

.vestti-store-sticker--seal {
  border-radius: 10px;
  transform: rotate(-4deg);
}

.vestti-store-sticker--flash {
  border-radius: 12px;
  clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
}

.vp-shell--product .vp-mobile-buy {
  left: 12px;
  right: 12px;
  bottom: 12px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 22px 40px -26px rgba(17, 17, 17, 0.28);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.vp-shell--product .vp-mobile-cta {
  border-radius: 16px;
  border-color: #111111;
  background: #111111;
}

.vp-shell--product .vp-mobile-cta:hover {
  border-color: #252525;
  background: #252525;
}

@media (max-width: 980px) {
  .vp-showcase {
    padding: 22px;
  }

  .vp-layout--showcase {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }

  .vp-title-row--showcase {
    flex-direction: column;
  }

  .vp-shell--product .vp-posted {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 720px) {
  .vp-root {
    padding: 18px 12px 120px;
  }

  .vp-shell--product .vp-breadcrumbs {
    gap: 6px;
    font-size: 11px;
  }

  .vp-showcase {
    border-radius: 26px;
    padding: 16px;
  }

  .vp-mobile-carousel {
    display: block;
    margin-bottom: 14px;
  }

  .vp-mobile-carousel__track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 100%;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 4px;
    scroll-snap-type: x mandatory;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }

  .vp-mobile-carousel__track::-webkit-scrollbar {
    display: none;
  }

  .vp-mobile-carousel__slide {
    margin: 0;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    aspect-ratio: 4 / 5;
    border-radius: 16px;
    overflow: hidden;
    background:
      radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 34%),
      linear-gradient(145deg, #0f1115 0%, #050607 100%);
    box-shadow: 0 24px 44px -30px rgba(15, 15, 15, 0.48);
  }

  .vp-mobile-carousel__slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }

  .vp-main-image-wrap--showcase,
  .vp-shell--product .vp-thumbs {
    display: none;
  }

  .vp-main-image-wrap--showcase {
    border-radius: 22px;
  }

  .vp-title-row--showcase {
    order: 1;
  }

  .vp-price-stack--showcase {
    order: 2;
  }

  .vp-cta-row--showcase {
    order: 3;
  }

  .vp-tags--showcase {
    order: 4;
  }

  .vp-piece-meta--showcase {
    order: 5;
  }

  .vp-seller-card--showcase {
    order: 6;
  }

  .vp-side-description--showcase {
    order: 7;
  }

  .vp-shell--product .vp-bazaar-panel {
    order: 8;
  }

  .vp-trust-grid--showcase {
    order: 9;
  }

  .vp-boost-form,
  .vp-boost-help,
  .vp-boost-note {
    order: 10;
  }

  .vp-main-image-hint {
    left: 12px;
    right: 12px;
    bottom: 12px;
    min-height: 42px;
    border-radius: 14px;
    font-size: 10px;
    letter-spacing: 0.14em;
  }

  .vp-shell--product .vp-quick-actions {
    width: 100%;
  }

  .vp-shell--product .vp-icon-btn {
    flex: 1 1 calc(50% - 5px);
    justify-content: center;
  }

  .vp-price-current--showcase {
    font-size: clamp(2.75rem, 14vw, 3.8rem);
  }

  .vp-seller-card--showcase .vp-seller-card__top,
  .vp-shell--product .vp-seller-card__title {
    flex-direction: column;
    align-items: stretch;
  }

  .vp-shell--product .vp-btn--xs {
    width: 100%;
    justify-content: center;
  }

  .vp-trust-grid--showcase {
    grid-template-columns: minmax(0, 1fr);
  }

  .vp-shell--product .vp-card--related,
  .vp-shell--product .vp-card--seller-details {
    padding: 18px;
  }

  .vp-root .vp-mobile-buy {
    display: none !important;
  }
}
