﻿@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap");

:root {
  --color-background: #fbf9ff;
  --color-surface: #ffffff;
  --color-text: #17132f;
  --color-muted: #6f6a86;
  --color-border: #ebe7f4;
  --color-purple: #7900d9;
  --color-purple-dark: #2d0c4d;
  --color-purple-soft: #f4ebff;
  --color-orange: #ff6a00;
  --color-green: #029b43;
  --color-star: #f7a600;
  --container: 1320px;
  --shadow-card: 0 12px 34px rgba(40, 24, 84, 0.09);
  --shadow-soft: 0 8px 24px rgba(40, 24, 84, 0.08);
}

/* Mobile hardening: keeps every ecommerce block inside the viewport. */
@media (max-width: 760px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  body {
    background: #ffffff;
  }

  img,
  svg,
  video,
  iframe {
    max-width: 100%;
  }

  .container {
    width: min(100% - 28px, var(--container));
  }

  .pix-discount-bar {
    overflow: hidden;
  }

  .top-strip,
  .site-header__main {
    min-width: 0;
  }

  .site-header__main {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    align-items: center;
    padding: 14px 0;
  }

  .site-header__brand {
    min-width: 0;
  }

  .site-header__brand img {
    width: 142px;
  }

  .search-form {
    grid-column: 1 / -1;
    order: 3;
    width: 100%;
    min-height: 44px;
  }

  .search-form input {
    min-width: 0;
    font-size: 0.86rem;
  }

  .search-form button {
    width: 38px;
    height: 38px;
  }

  .site-header__tools {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    min-width: 0;
  }

  .account-link span,
  .cart-link span:not(.cart-link__badge) {
    display: none;
  }

  .account-link span {
    display: inline;
  }

  .category-nav {
    overflow: hidden;
  }

  .category-nav__inner {
    display: flex;
    gap: 8px;
    min-height: 52px;
    overflow-x: auto;
    padding: 0 14px;
    scroll-snap-type: x proximity;
  }

  .category-nav__item,
  .category-nav a,
  .category-nav__item > a {
    flex: 0 0 auto;
    white-space: nowrap;
    scroll-snap-align: start;
  }

  .category-nav a,
  .category-nav__item > a {
    min-height: 38px;
    padding: 0 12px;
    font-size: 0.74rem;
  }

  .section,
  .product-listing,
  .product-detail-section,
  .about-section,
  .about-story-section,
  .help-center-section,
  .faq-page-section {
    padding-top: 20px;
    padding-bottom: 24px;
  }

  .product-page__breadcrumb,
  .breadcrumb {
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    font-size: 0.75rem;
  }

  .listing-header h1,
  .section-heading h1,
  .section-heading h2,
  .about-story__content h1,
  .faq-sidebar h2,
  .help-hero h1 {
    font-size: clamp(1.45rem, 7vw, 2rem);
    line-height: 1.1;
  }

  .listing-toolbar,
  .section-heading--row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

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

  .product-card {
    min-width: 0;
  }

  .product-card__image {
    aspect-ratio: 1 / 1.02;
  }

  .product-card__content {
    gap: 6px;
    padding: 12px;
  }

  .product-card h2 {
    min-height: 40px;
    font-size: 0.8rem;
    line-height: 1.25;
  }

  .product-card__rating {
    font-size: 0.7rem;
  }

  .product-card__pix {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .product-card__pix strong {
    grid-row: auto;
    font-size: 1.24rem;
  }

  .product-card__pix span,
  .product-card__pix small {
    grid-column: auto;
    font-size: 0.62rem;
  }

  .product-card__price-row {
    display: grid;
    gap: 3px;
  }

  .installments {
    font-size: 0.66rem;
  }

  .buy-button {
    min-height: 38px;
    font-size: 0.8rem;
  }

  .product-detail {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .product-gallery {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .product-gallery__main {
    order: 1;
    min-height: 330px;
    border-radius: 9px;
  }

  .product-gallery__thumbs {
    order: 2;
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .product-gallery__thumb {
    flex: 0 0 62px;
    width: 62px;
  }

  .product-demo-stage {
    width: min(310px, 90%);
    height: 245px;
    transform: scale(0.78);
  }

  .product-gallery__discount {
    top: 12px;
    left: 12px;
    font-size: 0.68rem;
  }

  .product-gallery__zoom {
    top: 12px;
    right: 12px;
    width: 34px;
    height: 34px;
  }

  .product-summary {
    gap: 8px;
  }

  .product-summary__badges {
    margin-bottom: 6px;
  }

  .product-summary__badges span {
    font-size: 0.66rem;
  }

  .product-summary h1 {
    font-size: clamp(1.35rem, 7vw, 1.78rem);
  }

  .product-summary__pix strong {
    font-size: clamp(1.8rem, 10vw, 2.2rem);
  }

  .product-summary__installment {
    grid-template-columns: 16px minmax(0, 1fr) 12px;
    min-height: 34px;
  }

  .product-summary__installment span {
    display: grid;
    gap: 2px;
  }

  .product-summary__purchase {
    display: grid;
    grid-template-columns: auto minmax(116px, 1fr);
    gap: 10px;
  }

  .product-summary__purchase label {
    align-self: center;
  }

  .product-summary__qty {
    width: 116px;
    justify-self: start;
  }

  .product-shipping--inline,
  .product-summary__buy,
  .product-summary__cart {
    grid-column: 1 / -1;
  }

  .product-shipping__form {
    grid-template-columns: 1fr;
  }

  .product-shipping__result label {
    grid-template-columns: 16px minmax(0, 1fr);
  }

  .product-shipping__result em {
    grid-column: 2;
  }

  .product-summary__buy,
  .product-summary__cart,
  .product-summary__favorite {
    min-height: 40px;
    margin-top: 0;
  }

  .product-summary__favorite {
    grid-column: 1 / -1;
    width: 100%;
  }

  .product-summary__trust {
    grid-template-columns: 1fr;
  }

  .product-summary__trust span {
    border-right: 0;
    border-bottom: 1px solid #e4d8f0;
  }

  .product-summary__trust span:last-child {
    border-bottom: 0;
  }

  .product-detail-info {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 14px;
  }

  .product-detail-info__tabs {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    white-space: nowrap;
  }

  .product-detail-info__tabs button {
    flex: 0 0 auto;
    min-height: 36px;
    font-size: 0.82rem;
  }

  .product-detail-info__description {
    padding-right: 0;
  }

  .product-detail-info__specs {
    border-left: 0;
    padding-left: 0;
  }

  .product-page__breadcrumb,
  .about-story__breadcrumb,
  .faq-breadcrumb {
    margin: 0 0 6px;
    opacity: 0.68;
    overflow: hidden;
  }

  .product-page__breadcrumb .breadcrumb,
  .about-story__breadcrumb .breadcrumb,
  .faq-breadcrumb .breadcrumb {
    margin: 0;
  }

  .breadcrumb ol {
    align-items: center;
    overflow: hidden;
  }

  .breadcrumb li,
  .breadcrumb a,
  .breadcrumb [aria-current="page"] {
    font-size: 0.56rem;
    line-height: 1.15;
  }

  .breadcrumb a {
    color: #8d86a3;
    font-weight: 500;
  }

  .breadcrumb [aria-current="page"] {
    color: var(--color-text);
    font-weight: 700;
  }

  .breadcrumb li + li::before {
    margin: 0 4px;
    color: #c4bfd0;
    font-size: 0.52rem;
  }

  .product-page__breadcrumb,
  .about-story__breadcrumb,
  .faq-breadcrumb,
  .breadcrumb {
    overflow: hidden;
    scrollbar-width: none;
    margin: 4px 0 8px;
  }

  .product-page__breadcrumb::-webkit-scrollbar,
  .about-story__breadcrumb::-webkit-scrollbar,
  .faq-breadcrumb::-webkit-scrollbar,
  .breadcrumb::-webkit-scrollbar {
    display: none;
  }

  .breadcrumb ol {
    display: flex;
    align-items: center;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
  }

  .breadcrumb li {
    flex: 0 0 auto;
    color: #8d86a3;
    font-size: 0.66rem;
    line-height: 1.2;
  }

  .breadcrumb li[aria-current="page"] {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .breadcrumb a,
  .breadcrumb [aria-current="page"] {
    color: inherit;
    font-size: 0.66rem;
    font-weight: 600;
  }

  .breadcrumb [aria-current="page"] {
    color: var(--color-text);
    font-weight: 700;
  }

  .breadcrumb li + li::before {
    margin: 0 5px;
    color: #b8b1c8;
    font-size: 0.62rem;
  }

  .product-detail-info__specs div {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .product-related {
    padding: 14px;
  }

  .help-hero {
    min-height: 236px;
    height: auto;
    padding: 22px 18px;
    background-size: cover;
    background-position: 58% center;
  }

  .help-hero__content {
    max-width: 270px;
  }

  .help-search {
    max-width: 100%;
  }

  .help-shortcuts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .help-shortcuts article {
    min-height: 118px;
    padding: 14px;
  }

  .help-grid,
  .faq-layout,
  .about-compact,
  .about-story {
    grid-template-columns: 1fr;
  }

  .help-panel,
  .faq-topic,
  .about-compact article {
    padding: 16px;
  }

  .help-contact__row,
  .help-support-card,
  .faq-contact-card {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .help-contact__button,
  .help-support-card a {
    grid-column: 1 / -1;
    width: 100%;
  }

  .site-footer__main {
    padding: 22px 0 16px;
  }

  .footer-benefits {
    grid-template-columns: 1fr;
  }

  .site-footer__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 16px;
  }

  .site-footer__brand,
  .site-footer__contact {
    grid-column: 1 / -1;
  }

  .site-footer__brand p {
    max-width: none;
  }

  .site-footer__nav {
    gap: 8px;
  }

  .footer-newsletter {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 12px;
  }

  .footer-newsletter__form {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .footer-newsletter__form button {
    width: 100%;
  }

  .site-footer__bottom {
    grid-template-columns: 1fr;
    gap: 12px;
    text-align: left;
  }

  .footer-payments,
  .footer-security {
    justify-content: flex-start;
    border-left: 0;
    border-right: 0;
    border-top: 1px solid var(--color-border);
    padding: 12px 0 0;
  }

  .footer-security {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .cart-drawer {
    width: 100vw;
    max-width: 100vw;
    padding: 18px 14px;
  }

  .cart-item {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 10px;
  }

  .cart-item__price {
    grid-column: 2;
    justify-items: start;
  }

  .shipping-estimator__form {
    grid-template-columns: 1fr;
  }

  .shipping-estimator__result label {
    grid-template-columns: 16px minmax(0, 1fr);
  }

  .shipping-estimator__result em {
    grid-column: 2;
  }

  .cart-toast,
  .newsletter-toast {
    top: 14px;
    right: 14px;
    left: 14px;
    width: auto;
  }

  .variation-modal {
    width: calc(100vw - 24px);
    max-height: calc(100vh - 24px);
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 16px;
    overflow: auto;
  }

  .variation-modal__image {
    min-height: 210px;
  }

  .variation-modal__actions {
    grid-template-columns: 1fr;
  }

  .product-gallery-modal {
    padding: 10px;
  }

  .product-gallery-modal__dialog {
    width: 100%;
    min-height: 76vh;
    padding: 42px 12px 16px;
  }

  .product-gallery-modal__image {
    min-height: 340px;
  }
}

@media (max-width: 430px) {
  .container {
    width: min(100% - 20px, var(--container));
  }

  .product-grid,
  .product-related .product-grid,
  .product-grid--related {
    gap: 10px;
  }

  .product-card__content {
    padding: 10px;
  }

  .product-card h2 {
    font-size: 0.76rem;
  }

  .product-card__pix strong {
    font-size: 1.12rem;
  }

  .product-card__pix {
    display: grid !important;
    grid-template-columns: max-content 22px !important;
    align-items: center;
    gap: 4px;
    width: fit-content;
  }

  .product-card__pix small {
    display: inline-grid !important;
    width: 22px;
    min-width: 22px;
    height: 14px;
    place-items: center;
    border-radius: 4px;
    padding: 0;
  }

  .product-card__pix small::before {
    font-size: 0.5rem;
  }

  .buy-button {
    min-height: 36px;
    font-size: 0.76rem;
  }

  .product-gallery__main {
    min-height: 300px;
  }

  .product-demo-stage {
    transform: scale(0.7);
  }

  .site-footer__grid {
    grid-template-columns: 1fr;
  }

  .help-shortcuts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .help-shortcuts article {
    min-height: 104px;
    padding: 12px 10px;
  }

  .help-shortcuts .icon {
    width: 27px;
    height: 27px;
    margin-bottom: 7px;
  }

  .help-shortcuts strong {
    margin-bottom: 3px;
    font-size: 0.7rem;
    line-height: 1.15;
  }

  .help-shortcuts span {
    font-size: 0.58rem;
    line-height: 1.2;
  }
}

@media (max-width: 760px) {
  .account-dashboard__sidebar {
    display: grid;
    gap: 10px;
    padding: 14px !important;
  }

  .account-dashboard__sidebar h1 {
    margin: 0;
    font-size: 1.08rem;
  }

  .account-dashboard__sidebar p {
    display: none;
  }

  .account-sidebar-toggle {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    min-height: 46px;
    border: 1px solid #eadff4;
    border-radius: 10px;
    background: #fbf7ff;
    color: var(--color-text);
    padding: 0 12px;
    font: inherit;
    text-align: left;
  }

  .account-sidebar-toggle span {
    display: grid;
    gap: 2px;
  }

  .account-sidebar-toggle b {
    color: var(--color-purple);
    font-size: 0.78rem;
    line-height: 1;
  }

  .account-sidebar-toggle small {
    color: var(--color-text);
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.15;
  }

  .account-sidebar-toggle i {
    width: 9px;
    height: 9px;
    border-right: 2px solid var(--color-purple);
    border-bottom: 2px solid var(--color-purple);
    transform: rotate(45deg);
    transition: transform 0.18s ease;
  }

  .account-dashboard__sidebar.is-open .account-sidebar-toggle i {
    transform: translateY(3px) rotate(225deg);
  }

  .account-dashboard__sidebar nav {
    display: none !important;
    grid-template-columns: 1fr !important;
    gap: 4px;
    padding-top: 2px;
  }

  .account-dashboard__sidebar.is-open nav {
    display: grid !important;
  }
}

@media (max-width: 760px) {
  .account-dashboard__sidebar {
    display: grid;
    gap: 10px;
    padding: 14px !important;
  }

  .account-dashboard__sidebar h1 {
    margin: 0;
    font-size: 1.08rem;
  }

  .account-dashboard__sidebar p {
    display: none;
  }

  .account-sidebar-toggle {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    min-height: 46px;
    border: 1px solid #eadff4;
    border-radius: 10px;
    background: #fbf7ff;
    color: var(--color-text);
    padding: 0 12px;
    font: inherit;
    text-align: left;
  }

  .account-sidebar-toggle span {
    display: grid;
    gap: 2px;
  }

  .account-sidebar-toggle b {
    color: var(--color-purple);
    font-size: 0.78rem;
    line-height: 1;
  }

  .account-sidebar-toggle small {
    color: var(--color-text);
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.15;
  }

  .account-sidebar-toggle i {
    width: 9px;
    height: 9px;
    border-right: 2px solid var(--color-purple);
    border-bottom: 2px solid var(--color-purple);
    transform: rotate(45deg);
    transition: transform 0.18s ease;
  }

  .account-dashboard__sidebar.is-open .account-sidebar-toggle i {
    transform: translateY(3px) rotate(225deg);
  }

  .account-dashboard__sidebar nav {
    display: none !important;
    grid-template-columns: 1fr !important;
    gap: 4px;
    padding-top: 2px;
  }

  .account-dashboard__sidebar.is-open nav {
    display: grid !important;
  }
}

@media (max-width: 760px) {
  .account-dashboard__sidebar {
    display: grid;
    gap: 10px;
    padding: 14px !important;
  }

  .account-dashboard__sidebar h1 {
    margin: 0;
    font-size: 1.08rem;
  }

  .account-dashboard__sidebar p {
    display: none;
  }

  .account-sidebar-toggle {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    min-height: 46px;
    border: 1px solid #eadff4;
    border-radius: 10px;
    background: #fbf7ff;
    color: var(--color-text);
    padding: 0 12px;
    font: inherit;
    text-align: left;
  }

  .account-sidebar-toggle span {
    display: grid;
    gap: 2px;
  }

  .account-sidebar-toggle b {
    color: var(--color-purple);
    font-size: 0.78rem;
    line-height: 1;
  }

  .account-sidebar-toggle small {
    color: var(--color-text);
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.15;
  }

  .account-sidebar-toggle i {
    width: 9px;
    height: 9px;
    border-right: 2px solid var(--color-purple);
    border-bottom: 2px solid var(--color-purple);
    transform: rotate(45deg);
    transition: transform 0.18s ease;
  }

  .account-dashboard__sidebar.is-open .account-sidebar-toggle i {
    transform: translateY(3px) rotate(225deg);
  }

  .account-dashboard__sidebar nav {
    display: none !important;
    grid-template-columns: 1fr !important;
    gap: 4px;
    padding-top: 2px;
  }

  .account-dashboard__sidebar.is-open nav {
    display: grid !important;
  }
}

@media (max-width: 760px) {
  .account-dashboard__sidebar {
    display: grid;
    gap: 10px;
    padding: 14px;
  }

  .account-dashboard__sidebar h1 {
    margin: 0;
    font-size: 1.05rem;
  }

  .account-dashboard__sidebar p {
    display: none;
  }

  .account-sidebar-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    min-height: 46px;
    border: 1px solid #eadff4;
    border-radius: 10px;
    background: #fbf7ff;
    color: var(--color-text);
    padding: 0 12px;
    font: inherit;
    text-align: left;
  }

  .account-sidebar-toggle span {
    display: grid;
    gap: 2px;
  }

  .account-sidebar-toggle b {
    color: var(--color-purple);
    font-size: 0.78rem;
    line-height: 1;
  }

  .account-sidebar-toggle small {
    color: var(--color-text);
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.15;
  }

  .account-sidebar-toggle i {
    width: 9px;
    height: 9px;
    border-right: 2px solid var(--color-purple);
    border-bottom: 2px solid var(--color-purple);
    transform: rotate(45deg);
    transition: transform 0.18s ease;
  }

  .account-dashboard__sidebar.is-open .account-sidebar-toggle i {
    transform: translateY(3px) rotate(225deg);
  }

  .account-dashboard__sidebar nav {
    display: none;
    grid-template-columns: 1fr;
    gap: 4px;
    padding-top: 2px;
  }

  .account-dashboard__sidebar.is-open nav {
    display: grid;
  }
}

/* Mobile footer final blocks: newsletter, payments and security. */
@media (max-width: 760px) {
  .footer-newsletter {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 14px;
    padding: 12px;
    border-radius: 10px;
  }

  .footer-newsletter__title {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
  }

  .footer-newsletter__title > span {
    width: 44px;
    height: 44px;
  }

  .footer-newsletter__title .icon {
    width: 21px;
    height: 21px;
  }

  .footer-newsletter__title strong {
    margin: 2px 0 3px;
    font-size: 0.8rem;
    line-height: 1.15;
  }

  .footer-newsletter__title small {
    display: grid;
    grid-template-columns: 12px minmax(0, 1fr);
    gap: 5px;
    align-items: start;
    font-size: 0.64rem;
    line-height: 1.25;
  }

  .footer-newsletter__form {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .footer-newsletter__form input,
  .footer-newsletter__form button {
    min-height: 34px;
    border-radius: 7px;
    font-size: 0.78rem;
  }

  .site-footer__bottom {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 12px;
    padding-top: 12px;
  }

  .site-footer__bottom > div:first-child {
    display: grid;
    gap: 4px;
  }

  .site-footer__bottom p,
  .site-footer__bottom span {
    font-size: 0.66rem;
    line-height: 1.35;
  }

  .footer-payments {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 7px;
    justify-items: stretch;
    padding: 10px 0 0;
    border-top: 1px solid var(--color-border);
    border-left: 0;
    border-right: 0;
  }

  .footer-payments strong {
    grid-column: 1 / -1;
    margin: 0 0 2px;
    font-size: 0.64rem;
    text-align: left;
  }

  .footer-payment {
    min-width: 0;
    min-height: 26px;
    font-size: 0.62rem;
  }

  .footer-security {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 10px 0 0;
    border-top: 1px solid var(--color-border);
    border-left: 0;
  }

  .footer-security strong {
    margin: 0;
    font-size: 0.64rem;
    text-align: left;
  }

  .footer-security span {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 8px;
    align-items: center;
    font-size: 0.68rem;
    line-height: 1.3;
  }

  .footer-security .icon {
    width: 20px;
    height: 20px;
  }
}

/* Footer mobile compact columns - keep after the generic 430px overrides. */
@media (max-width: 760px) {
  .site-footer__main {
    padding: 18px 0 14px;
  }

  .site-footer__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 16px 18px;
    align-items: start;
  }

  .site-footer__brand {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 34px;
    gap: 8px 14px;
    align-items: start;
  }

  .site-footer__brand img {
    grid-column: 1;
    width: 132px;
  }

  .site-footer__brand p {
    grid-column: 1;
    max-width: none;
    margin: 8px 0 10px;
    font-size: 0.7rem;
    line-height: 1.42;
    text-align: justify;
    text-justify: inter-word;
  }

  .site-footer__social {
    grid-column: 2;
    grid-row: 1 / span 2;
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    gap: 8px;
    justify-items: center;
  }

  .site-footer__social a {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border-radius: 50%;
    background: #ffffff;
  }

  .site-footer__nav,
  .site-footer__contact {
    grid-column: auto !important;
    min-width: 0;
  }

  .site-footer h2 {
    margin-bottom: 8px;
    font-size: 0.7rem;
  }

  .site-footer h2::after {
    width: 18px;
    height: 2px;
    margin-top: 6px;
  }

  .site-footer__nav {
    gap: 6px;
  }

  .site-footer__nav a,
  .site-footer__contact p {
    font-size: 0.66rem;
    line-height: 1.28;
  }

  .site-footer__contact {
    gap: 8px;
  }

  .site-footer__contact p {
    grid-template-columns: 16px minmax(0, 1fr);
    gap: 6px;
  }

  .site-footer__contact p .icon {
    width: 15px;
    height: 15px;
  }

  .site-footer__support {
    display: none;
  }
}

@media (max-width: 430px) {
  .site-footer__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 14px 14px;
  }
}

@media (max-width: 430px) {
  .site-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 14px 16px;
  }

  .site-footer__brand {
    grid-column: 1 / -1;
  }

  .site-footer__contact {
    grid-column: span 1;
  }
}

/* Footer contact needs the full row on narrow phones.
 * This prevents phone and e-mail values from breaking character by character. */
@media (max-width: 380px) {
  .site-footer__contact {
    grid-column: 1 / -1 !important;
    width: 100%;
  }

  .site-footer__contact p {
    grid-template-columns: 16px minmax(0, 1fr) !important;
    width: 100%;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }
}

/* Final fix: header benefit strip must be a single horizontal row on mobile. */
@media (max-width: 760px) {
  .site-header .benefit-bar {
    display: block;
    order: 2;
    width: 100%;
    background: #ffffff;
  }

  .site-header .benefit-bar__inner.container {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 24px);
    min-height: 42px;
    margin: 0 auto;
    padding: 6px 0 8px;
    overflow: visible;
  }

  .site-header .benefit-bar span {
    flex: 0 0 30.5%;
    display: grid !important;
    grid-template-columns: 16px minmax(0, 1fr);
    align-items: center;
    gap: 2px 4px;
    min-width: 0;
    max-width: 30.5%;
    padding: 0 5px;
    border-right: 1px solid #eee7f5;
    color: transparent;
    font-size: 0;
    line-height: 1;
    text-align: left;
  }

  .site-header .benefit-bar span:first-child {
    padding-left: 0;
  }

  .site-header .benefit-bar span:last-child {
    padding-right: 0;
    border-right: 0;
  }

  .site-header .benefit-bar span:nth-child(2) {
    flex-basis: 39%;
    max-width: 39%;
  }

  .site-header .benefit-bar span .icon {
    grid-row: 1 / span 2;
    width: 16px;
    height: 16px;
    color: var(--color-purple);
    stroke-width: 1.9;
  }

  .site-header .benefit-bar span::after {
    display: block;
    min-width: 0;
    color: var(--color-text);
    font-size: 0.52rem;
    font-weight: 700;
    line-height: 1.12;
    white-space: pre-line;
  }

  .site-header .benefit-bar span:nth-child(1)::after {
    content: "Entrega discreta\A para todo o Brasil";
  }

  .site-header .benefit-bar span:nth-child(2)::after {
    content: "Compra 100% segura\A Ambiente protegido";
  }

  .site-header .benefit-bar span:nth-child(3)::after {
    content: "Privacidade\A Garantida";
  }
}

@media (max-width: 390px) {
  .site-header .benefit-bar__inner.container {
    width: calc(100% - 18px);
  }

  .site-header .benefit-bar span {
    grid-template-columns: 15px minmax(0, 1fr);
    gap: 1px 4px;
    padding: 0 4px;
  }

  .site-header .benefit-bar span .icon {
    width: 15px;
    height: 15px;
  }

  .site-header .benefit-bar span::after {
    font-size: 0.37rem;
  }
}

/* Final fix: header benefit strip must be a single horizontal row on mobile. */
@media (max-width: 760px) {
  .site-header .benefit-bar {
    display: block;
    order: 2;
    width: 100%;
    background: #ffffff;
  }

  .site-header .benefit-bar__inner.container {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 24px);
    min-height: 42px;
    margin: 0 auto;
    padding: 6px 0 8px;
    overflow: visible;
  }

  .site-header .benefit-bar span {
    flex: 0 0 33.333%;
    display: grid !important;
    grid-template-columns: 16px minmax(0, 1fr);
    align-items: center;
    gap: 2px 4px;
    min-width: 0;
    max-width: 33.333%;
    padding: 0 4px;
    border-right: 1px solid #eee7f5;
    color: transparent;
    font-size: 0;
    line-height: 1;
    text-align: left;
  }

  .site-header .benefit-bar span:first-child {
    padding-left: 0;
  }

  .site-header .benefit-bar span:last-child {
    padding-right: 0;
    border-right: 0;
  }

  .site-header .benefit-bar span .icon {
    grid-row: 1 / span 2;
    width: 16px;
    height: 16px;
    color: var(--color-purple);
    stroke-width: 1.9;
  }

  .site-header .benefit-bar span::after {
    display: block;
    min-width: 0;
    color: var(--color-text);
    font-size: 0.5rem;
    font-weight: 700;
    line-height: 1.12;
    white-space: pre-line;
  }

  .site-header .benefit-bar span:nth-child(1)::after {
    content: "Entrega discreta\A para todo o Brasil";
  }

  .site-header .benefit-bar span:nth-child(2)::after {
    content: "Compra 100% segura\A Ambiente protegido";
  }

  .site-header .benefit-bar span:nth-child(3)::after {
    content: "Privacidade\A Garantida";
  }
}

@media (max-width: 390px) {
  .site-header .benefit-bar__inner.container {
    width: calc(100% - 18px);
  }

  .site-header .benefit-bar span {
    grid-template-columns: 15px minmax(0, 1fr);
    gap: 1px 4px;
    padding: 0 4px;
  }

  .site-header .benefit-bar span .icon {
    width: 15px;
    height: 15px;
  }

  .site-header .benefit-bar span::after {
    font-size: 0.37rem;
  }
}

/* Mobile app-like layout inspired by the approved reference. */
.mobile-bottom-nav {
  display: none;
}

.mobile-category-drawer {
  display: none;
}

@media (max-width: 760px) {
  body {
    padding-bottom: 84px;
    background:
      radial-gradient(circle at 50% 0, rgba(142, 0, 224, 0.08), transparent 270px),
      #ffffff;
  }

  .pix-discount-bar {
    display: none;
  }

  .site-header {
    position: relative;
    border-bottom: 0;
    background: linear-gradient(180deg, #fff 0%, #fff 74%, #fbf6ff 100%);
    box-shadow: none;
  }

  .site-header::before {
    position: absolute;
    top: 8px;
    left: 50%;
    z-index: 2;
    display: block;
    width: 118px;
    height: 24px;
    border-radius: 0 0 18px 18px;
    background: #17132f;
    content: "";
    transform: translateX(-50%);
  }

  .benefit-bar {
    order: 3;
    margin-top: 8px;
    background: transparent;
    color: var(--color-text);
  }

  .benefit-bar__inner {
    display: flex;
    gap: 0;
    min-height: 64px;
    overflow-x: auto;
    padding: 0 12px 10px;
  }

  .benefit-bar span {
    flex: 0 0 34%;
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 2px 9px;
    align-items: center;
    min-width: 126px;
    color: var(--color-text);
    font-size: 0;
    line-height: 1.1;
    white-space: normal;
  }

  .benefit-bar span::first-line {
    font-size: 0;
  }

  .benefit-bar span .icon {
    grid-row: span 2;
    width: 28px;
    height: 28px;
    color: var(--color-purple);
  }

  .benefit-bar span:nth-child(1)::after {
    content: "Entrega discreta\A para todo o Brasil";
  }

  .benefit-bar span:nth-child(2)::after {
    content: "Compra 100% segura\A Ambiente protegido";
  }

  .benefit-bar span:nth-child(3)::after {
    content: "Privacidade\A Garantida";
  }

  .benefit-bar span::after {
    white-space: pre-line;
    color: var(--color-text);
    font-size: 0.78rem;
    font-weight: 700;
  }

  .site-header__main {
    grid-template-columns: minmax(0, 1fr) auto;
    row-gap: 18px;
    padding: 48px 0 10px;
  }

  .site-header__brand img {
    width: 180px;
  }

  .site-header__tools {
    gap: 14px;
  }

  .account-link,
  .cart-link {
    display: grid;
    gap: 2px;
    min-width: 44px;
    justify-items: center;
    color: var(--color-text);
    font-size: 0.78rem;
    font-weight: 700;
  }

  .account-link span,
  .cart-link span:not(.cart-link__badge) {
    display: inline;
  }

  .cart-link {
    padding-left: 13px;
    border-left: 1px solid #e2d9ef;
  }

  .account-link .icon,
  .cart-link .icon {
    width: 28px;
    height: 28px;
    stroke-width: 1.8;
  }

  .cart-link__badge {
    top: -8px;
    right: -7px;
    min-width: 22px;
    height: 22px;
    background: var(--color-purple);
    font-size: 0.75rem;
  }

  .search-form {
    min-height: 56px;
    border: 1px solid #d9c7ec;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(44, 20, 79, 0.06);
  }

  .search-form input {
    font-size: 1rem;
    padding-left: 18px;
  }

  .search-form button {
    width: 52px;
    height: 52px;
    background: linear-gradient(145deg, #8710de, #6500bd);
    box-shadow: 0 8px 20px rgba(121, 0, 217, 0.24);
  }

  .search-form button .icon {
    width: 25px;
    height: 25px;
  }

  .category-nav {
    border: 0;
    background: #ffffff;
  }

  .category-nav__inner {
    gap: 10px;
    min-height: auto;
    padding: 12px 12px 14px;
  }

  .category-nav__item {
    display: contents;
  }

  .category-nav a,
  .category-nav__item > a {
    display: grid;
    grid-template-rows: 28px auto;
    gap: 8px;
    place-items: center;
    width: 104px;
    min-height: 88px;
    border: 1px solid #e8e0f0;
    border-radius: 9px;
    background: #ffffff;
    color: var(--color-text);
    box-shadow: 0 8px 18px rgba(40, 24, 84, 0.04);
    font-size: 0.76rem;
    font-weight: 700;
    line-height: 1.08;
    padding: 10px 8px;
    text-align: center;
    text-transform: none;
    white-space: normal;
  }

  .category-nav a.is-active,
  .category-nav a:hover,
  .category-nav__item:hover > a,
  .category-nav__item:focus-within > a {
    border-color: transparent;
    background: #f3e6ff;
    color: var(--color-purple);
  }

  .category-nav a .icon,
  .category-nav__item > a .icon {
    width: 28px;
    height: 28px;
    color: currentColor;
  }

  .category-nav__item--all > a {
    font-size: 0;
  }

  .category-nav__item--all > a::after {
    content: "Todos";
    font-size: 0.78rem;
  }

  .banner-carousel {
    padding-top: 10px;
  }

  .banner-carousel__wrap {
    width: min(100% - 24px, var(--container));
  }

  .promo-banner {
    height: 250px;
    min-height: 250px;
    align-content: center;
    border-radius: 18px;
    background:
      radial-gradient(circle at 78% 52%, rgba(219, 169, 255, 0.88) 0 54px, transparent 55px),
      radial-gradient(circle at 86% 40%, rgba(255, 255, 255, 0.28) 0 84px, transparent 85px),
      linear-gradient(135deg, #2b1046 0%, #5b1295 56%, #8b25d7 100%);
    box-shadow: 0 16px 34px rgba(56, 15, 94, 0.24);
    padding: 28px 28px 24px;
    overflow: hidden;
  }

  .promo-banner::after {
    position: absolute;
    right: 30px;
    bottom: -26px;
    width: 94px;
    height: 210px;
    border-radius: 56px;
    background: linear-gradient(145deg, #9b62df, #4a157b);
    box-shadow: inset 16px 16px 30px rgba(255, 255, 255, 0.25), inset -18px -18px 30px rgba(40, 11, 74, 0.25);
    content: "";
    transform: rotate(11deg);
  }

  .promo-banner__tag {
    display: none;
  }

  .promo-banner strong {
    max-width: 68%;
    color: #ffffff;
    font-size: 2rem;
    line-height: 1.04;
  }

  .promo-banner small {
    max-width: 56%;
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.98rem;
    line-height: 1.22;
  }

  .carousel-arrow {
    z-index: 4;
    width: 42px;
    height: 42px;
    background: #ffffff;
    color: var(--color-purple);
    box-shadow: 0 8px 20px rgba(40, 24, 84, 0.14);
  }

  .carousel-arrow--prev {
    left: 2px;
  }

  .carousel-arrow--next {
    right: 2px;
  }

  .section--products {
    padding-top: 28px;
  }

  .section-heading--row {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 10px;
  }

  .section-heading h1,
  .section-heading h2 {
    font-size: 1.6rem;
    line-height: 1.05;
  }

  .section-heading p {
    font-size: 0.88rem;
  }

  .text-link {
    color: var(--color-purple);
    font-size: 0.82rem;
    font-weight: 900;
  }

  .product-grid,
  .product-related .product-grid,
  .product-grid--related {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .product-card {
    border-color: #eee7f5;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 12px 24px rgba(40, 24, 84, 0.08);
  }

  .favorite-button {
    top: 12px;
    right: 12px;
    width: 34px;
    height: 34px;
    color: #8d82a6;
    font-size: 1.25rem;
    box-shadow: 0 6px 14px rgba(40, 24, 84, 0.07);
  }

  .product-card__image {
    position: relative;
    aspect-ratio: 1 / 1.12;
    background:
      radial-gradient(circle at 50% 36%, #ffffff 0, #ffffff 36%, #fbf8ff 100%);
  }

  .product-card__image span {
    position: absolute;
    right: 24%;
    bottom: 12%;
    width: 44px;
    height: 138px;
    border-radius: 999px;
    background: linear-gradient(145deg, #a245de, #6415a5);
    color: transparent;
    box-shadow: inset 10px 14px 20px rgba(255, 255, 255, 0.22), inset -12px -18px 22px rgba(33, 11, 60, 0.18), 0 18px 24px rgba(52, 20, 86, 0.12);
    transform: rotate(14deg);
  }

  .product-card:nth-child(even) .product-card__image span {
    right: 32%;
    background: linear-gradient(145deg, #24222b, #0f0e16);
    transform: rotate(-18deg);
  }

  .product-card__image span::before {
    position: absolute;
    top: 40%;
    right: 0;
    left: 0;
    height: 2px;
    background: rgba(23, 19, 47, 0.45);
    content: "";
  }

  .product-card__image span::after {
    position: absolute;
    top: -7px;
    left: 50%;
    width: 20px;
    height: 12px;
    border-radius: 12px 12px 4px 4px;
    background: #17132f;
    content: "";
    transform: translateX(-50%);
  }

  .product-card__content {
    gap: 7px;
    padding: 12px 12px 14px;
  }

  .product-card h2 {
    min-height: 42px;
    color: var(--color-text);
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 1.12;
  }

  .product-card__rating {
    font-size: 0.74rem;
  }

  .product-card__stars {
    color: var(--color-purple);
  }

  .product-card__pix {
    grid-template-columns: max-content auto;
    align-items: center;
    gap: 4px 6px;
    width: auto;
  }

  .product-card__pix strong {
    grid-column: 1;
    color: var(--color-purple);
    font-size: 1.32rem;
    font-weight: 900;
  }

  .product-card__pix span {
    grid-column: 2;
    border: 1px solid var(--color-purple);
    border-radius: 6px;
    color: var(--color-purple);
    font-size: 0.66rem;
    padding: 2px 6px;
  }

  .product-card__pix small {
    display: none;
  }

  .product-card__old-price {
    display: none;
  }

  .price {
    color: var(--color-muted);
    font-size: 0.76rem;
    font-weight: 600;
  }

  .installments {
    width: fit-content;
    border-radius: 7px;
    background: #f5effb;
    color: var(--color-muted);
    font-size: 0.74rem;
    padding: 6px 8px;
  }

  .buy-button {
    min-height: 46px;
    border-radius: 999px;
    background: linear-gradient(90deg, #7500ca, #9a00e8);
    box-shadow: 0 10px 20px rgba(121, 0, 217, 0.22);
    font-size: 0.9rem;
    font-weight: 800;
  }

  .btn-whatsapp {
    right: 16px;
    bottom: 82px;
    z-index: 72;
  }

  .mobile-bottom-nav {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 70;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    min-height: 70px;
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
    border-top: 1px solid #eee7f5;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 -10px 28px rgba(40, 24, 84, 0.1);
    backdrop-filter: blur(16px);
  }

  .mobile-bottom-nav a {
    display: grid;
    place-items: center;
    gap: 3px;
    color: #7a728f;
    font-size: 0.68rem;
    font-weight: 700;
    text-decoration: none;
  }

  .mobile-bottom-nav a.is-active,
  .mobile-bottom-nav a:hover {
    color: var(--color-purple);
  }

  .mobile-bottom-nav .icon {
    width: 25px;
    height: 25px;
    stroke-width: 1.85;
  }

  body.mobile-categories-open {
    overflow: hidden;
  }

  .mobile-category-drawer {
    position: fixed;
    inset: 0;
    z-index: 90;
    display: block;
    visibility: hidden;
    pointer-events: none;
  }

  .mobile-category-drawer.is-open {
    visibility: visible;
    pointer-events: auto;
  }

  .mobile-category-drawer__backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background: rgba(24, 16, 40, 0.44);
    opacity: 0;
    transition: opacity 0.22s ease;
  }

  .mobile-category-drawer.is-open .mobile-category-drawer__backdrop {
    opacity: 1;
  }

  .mobile-category-drawer__sheet {
    position: absolute;
    right: 8px;
    bottom: calc(72px + env(safe-area-inset-bottom));
    left: 8px;
    max-height: calc(100dvh - 92px - env(safe-area-inset-bottom));
    padding: 15px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #eadff4;
    border-radius: 20px;
    background: linear-gradient(180deg, #ffffff 0%, #fcf8ff 100%);
    box-shadow: 0 22px 60px rgba(35, 18, 65, 0.24);
    scrollbar-width: none;
    transform: translateY(calc(100% + 88px));
    transition: transform 0.26s ease;
  }

  .mobile-category-drawer__sheet::-webkit-scrollbar {
    display: none;
  }

  .mobile-category-drawer.is-open .mobile-category-drawer__sheet {
    transform: translateY(0);
  }

  .mobile-category-drawer__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
  }

  .mobile-category-drawer__header > span {
    display: grid;
    gap: 2px;
  }

  .mobile-category-drawer__header small {
    color: #82778f;
    font-size: 0.62rem;
    font-weight: 650;
    text-transform: uppercase;
    letter-spacing: 0.06em;
  }

  .mobile-category-drawer__header strong {
    color: #1d1733;
    font-size: 1.15rem;
    line-height: 1.1;
  }

  .mobile-category-drawer__header button {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    padding: 0;
    border: 1px solid #eadff4;
    border-radius: 50%;
    background: #ffffff;
    color: #1d1733;
    font-size: 1.45rem;
    line-height: 1;
  }

  .mobile-category-drawer__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .mobile-category-drawer__card {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 8px;
    align-items: center;
    min-height: 68px;
    padding: 9px;
    border: 1px solid #eadff4;
    border-radius: 12px;
    background: #ffffff;
    color: #1d1733;
    text-decoration: none;
    box-shadow: 0 6px 16px rgba(56, 26, 88, 0.045);
  }

  .mobile-category-drawer__icon {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 10px;
    background: #f5eaff;
    color: #7d00d8;
  }

  .mobile-category-drawer__icon .icon {
    width: 17px;
    height: 17px;
  }

  .mobile-category-drawer__card > span:nth-child(2) {
    display: grid;
    min-width: 0;
    gap: 3px;
  }

  .mobile-category-drawer__card strong {
    font-size: 0.68rem;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .mobile-category-drawer__card small {
    color: #82778f;
    font-size: 0.54rem;
    line-height: 1.18;
  }

  .mobile-category-drawer__card b {
    display: none;
  }

  .mobile-category-drawer__popular {
    margin-top: 12px;
    padding: 11px;
    border-radius: 14px;
    background: #f5ecfc;
  }

  .mobile-category-drawer__popular h3 {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0 0 8px;
    color: #5f009f;
    font-size: 0.72rem;
    text-transform: uppercase;
  }

  .mobile-category-drawer__popular h3 .icon {
    width: 15px;
    height: 15px;
  }

  .mobile-category-drawer__popular > div {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 6px;
  }

  .mobile-category-drawer__popular a {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr) 18px;
    gap: 8px;
    align-items: center;
    min-width: 0;
    min-height: 42px;
    padding: 7px 9px;
    border-radius: 10px;
    background: #ffffff;
    color: #3c2751;
    text-decoration: none;
  }

  .mobile-category-drawer__popular a > .icon {
    width: 15px;
    height: 15px;
    color: #7900d1;
  }

  .mobile-category-drawer__popular a > span {
    display: grid;
    min-width: 0;
    gap: 2px;
  }

  .mobile-category-drawer__popular a strong {
    display: block;
    min-width: 0;
    font-size: 0.62rem;
    line-height: 1.12;
    overflow-wrap: anywhere;
  }

  .mobile-category-drawer__popular a small {
    display: none;
  }

  .mobile-category-drawer__popular a b {
    display: grid;
    width: 18px;
    height: 18px;
    place-items: center;
    color: #7900d1;
    font-size: 0.64rem;
  }
}

@media (max-width: 430px) {
  .site-header__brand img {
    width: 164px;
  }

  .benefit-bar span {
    flex-basis: 42%;
  }

  .category-nav a,
  .category-nav__item > a {
    width: 94px;
    min-height: 84px;
  }

  .promo-banner {
    height: 232px;
    min-height: 232px;
    padding: 24px;
  }

  .promo-banner strong {
    font-size: 1.78rem;
  }

  .promo-banner small {
    font-size: 0.9rem;
  }

  .product-grid,
  .product-related .product-grid,
  .product-grid--related {
    gap: 12px;
  }

  .product-card h2 {
    font-size: 0.82rem;
  }

  .product-card__pix strong {
    font-size: 1.2rem;
  }

  .buy-button {
    min-height: 42px;
    font-size: 0.84rem;
  }
}

/* Mobile repair pass: keeps the approved app layout from colliding with the real DOM order. */
@media (max-width: 760px) {
  .site-header {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #ffffff;
  }

  .site-header::before {
    display: none;
  }

  .site-header__main {
    order: 1;
    padding: 20px 0 8px;
  }

  .benefit-bar {
    order: 2;
    margin: 0;
    background: #ffffff;
    color: var(--color-text);
  }

  .category-nav {
    order: 3;
  }

  .benefit-bar__inner {
    width: 100%;
    min-height: 66px;
    padding: 8px 12px 12px;
    background: #ffffff;
  }

  .benefit-bar span {
    flex: 0 0 178px;
    min-width: 178px;
    border-right: 1px solid #eee7f5;
    color: transparent;
  }

  .benefit-bar span:last-child {
    border-right: 0;
  }

  .benefit-bar span::after {
    color: var(--color-text);
    font-size: 0.78rem;
    line-height: 1.18;
  }

  .benefit-bar .icon {
    color: var(--color-purple);
  }

  .site-header__brand img {
    width: 158px;
  }

  .site-header__tools {
    gap: 12px;
  }

  .account-link,
  .cart-link {
    min-width: 38px;
    font-size: 0.72rem;
    line-height: 1.1;
  }

  .account-link .icon,
  .cart-link .icon {
    width: 25px;
    height: 25px;
  }

  .cart-link {
    padding-left: 10px;
  }

  .search-form {
    min-height: 54px;
  }

  .category-nav__inner {
    gap: 8px;
    padding: 10px 12px 12px;
  }

  .category-nav a,
  .category-nav__item > a {
    width: 112px;
    min-height: 76px;
    grid-template-rows: 24px auto;
    gap: 7px;
    font-size: 0.7rem;
    line-height: 1.05;
    padding: 9px 8px;
    overflow: hidden;
  }

  .category-nav a .icon,
  .category-nav__item > a .icon {
    width: 24px;
    height: 24px;
  }

  .banner-carousel {
    padding-top: 8px;
  }

  .banner-carousel__wrap {
    width: min(100% - 24px, var(--container));
  }

  .promo-banner {
    height: 224px;
    min-height: 224px;
    border-radius: 18px;
    padding: 24px;
  }

  .promo-banner::after {
    right: 18px;
    bottom: -36px;
    width: 72px;
    height: 178px;
    opacity: 0.9;
  }

  .promo-banner strong {
    max-width: 64%;
    font-size: 1.56rem;
    line-height: 1.08;
  }

  .promo-banner small {
    max-width: 58%;
    font-size: 0.88rem;
  }

  .carousel-arrow {
    width: 38px;
    height: 38px;
  }

  .section-heading--row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
  }

  .section-heading--row .text-link {
    align-self: center;
    min-height: auto;
    border: 0;
    padding: 0;
    white-space: nowrap;
  }
}

@media (max-width: 430px) {
  .site-header__brand img {
    width: 146px;
  }

  .account-link,
  .cart-link {
    font-size: 0.68rem;
  }

  .category-nav a,
  .category-nav__item > a {
    width: 104px;
  }

  .promo-banner strong {
    max-width: 68%;
    font-size: 1.42rem;
  }

  .promo-banner small {
    max-width: 62%;
  }
}

/* Mobile header tune only: compact proportions based on the approved reference. */
@media (max-width: 760px) {
  .site-header {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #eee7f5;
    background: #ffffff;
    overflow: hidden;
  }

  .site-header::before {
    display: none;
  }

  .site-header__main {
    order: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px 12px;
    align-items: center;
    width: min(100% - 28px, var(--container));
    padding: 18px 0 8px;
  }

  .site-header__brand {
    display: flex;
    align-items: center;
    min-width: 0;
  }

  .site-header__brand img {
    width: 118px;
    max-width: 100%;
    height: auto;
  }

  .site-header__tools {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    min-width: 0;
  }

  .account-link,
  .cart-link {
    display: grid;
    place-items: center;
    gap: 1px;
    min-width: 30px;
    color: var(--color-text);
    font-size: 0.54rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
  }

  .cart-link {
    position: relative;
    padding-left: 10px;
    border-left: 1px solid #e5dcec;
  }

  .account-link .icon,
  .cart-link .icon {
    width: 17px;
    height: 17px;
    stroke-width: 1.9;
  }

  .cart-link span:not(.cart-link__badge) {
    display: none;
  }

  .account-link span {
    display: inline;
  }

  .cart-link__badge {
    top: -7px;
    right: -7px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    background: var(--color-purple);
    color: #ffffff;
    font-size: 0.58rem;
    line-height: 16px;
  }

  .search-form {
    grid-column: 1 / -1;
    order: 3;
    grid-template-columns: minmax(0, 1fr) 38px;
    width: 100%;
    min-height: 38px;
    border: 1px solid #ddccea;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: none;
  }

  .search-form input {
    min-width: 0;
    height: 38px;
    font-size: 0.72rem;
    padding: 0 0 0 15px;
  }

  .search-form button {
    width: 36px;
    height: 36px;
    margin: 1px;
    border-radius: 50%;
    background: linear-gradient(145deg, #8a00e6, #6d00c7);
    box-shadow: 0 4px 12px rgba(121, 0, 217, 0.22);
  }

  .search-form button .icon {
    width: 18px;
    height: 18px;
  }

  .benefit-bar {
    order: 2;
    margin: 0;
    background: #ffffff;
    color: var(--color-text);
  }

  .benefit-bar__inner {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    width: min(100% - 28px, var(--container));
    min-height: 42px;
    overflow: visible;
    padding: 5px 0 8px;
  }

  .benefit-bar span {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 2px 6px;
    align-items: center;
    min-width: 0;
    padding: 0 6px;
    border-right: 1px solid #eee7f5;
    color: transparent;
    font-size: 0;
    line-height: 1;
    white-space: normal;
  }

  .benefit-bar span:last-child {
    border-right: 0;
  }

  .benefit-bar span .icon,
  .benefit-bar .icon {
    grid-row: 1 / span 2;
    width: 18px;
    height: 18px;
    color: var(--color-purple);
    stroke-width: 1.9;
  }

  .benefit-bar span:nth-child(1)::after {
    content: "Entrega discreta\A para todo o Brasil";
  }

  .benefit-bar span:nth-child(2)::after {
    content: "Compra 100% segura\A Ambiente protegido";
  }

  .benefit-bar span:nth-child(3)::after {
    content: "Privacidade\A Garantida";
  }

  .benefit-bar span::after {
    min-width: 0;
    color: var(--color-text);
    font-size: 0.52rem;
    font-weight: 700;
    line-height: 1.15;
    white-space: pre-line;
  }

  .category-nav {
    order: 3;
  }
}

@media (max-width: 430px) {
  .site-header__main,
  .benefit-bar__inner {
    width: min(100% - 24px, var(--container));
  }

  .site-header__brand img {
    width: 112px;
  }

  .site-header__tools {
    gap: 8px;
  }

  .benefit-bar span {
    grid-template-columns: 16px minmax(0, 1fr);
    gap: 2px 5px;
    padding: 0 4px;
  }

  .benefit-bar span .icon,
  .benefit-bar .icon {
    width: 16px;
    height: 16px;
  }

  .benefit-bar span::after {
    font-size: 0.44rem;
  }
}

/* Header benefits: horizontal sequence on mobile. */
@media (max-width: 760px) {
  .benefit-bar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    width: min(100% - 24px, var(--container));
    min-height: 40px;
    padding: 6px 0 8px;
  }

  .benefit-bar span {
    flex: 1 1 0;
    display: grid;
    grid-template-columns: 17px minmax(0, 1fr);
    align-items: center;
    min-width: 0;
    padding: 0 7px;
  }

  .benefit-bar span:first-child {
    padding-left: 0;
  }

  .benefit-bar span:last-child {
    padding-right: 0;
  }

  .benefit-bar span .icon,
  .benefit-bar .icon {
    width: 17px;
    height: 17px;
  }

  .benefit-bar span::after {
    font-size: 0.45rem;
    line-height: 1.12;
  }
}

@media (max-width: 390px) {
  .benefit-bar__inner {
    width: min(100% - 18px, var(--container));
  }

  .benefit-bar span {
    grid-template-columns: 15px minmax(0, 1fr);
    gap: 2px 4px;
    padding: 0 4px;
  }

  .benefit-bar span .icon,
  .benefit-bar .icon {
    width: 15px;
    height: 15px;
  }

  .benefit-bar span::after {
    font-size: 0.39rem;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #ffffff;
  color: var(--color-text);
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.45;
}

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

a {
  color: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  width: min(100% - 64px, var(--container));
  margin-inline: auto;
}

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.icon {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-header {
  position: relative;
  z-index: 30;
  background: #ffffff;
  box-shadow: 0 1px 0 var(--color-border);
}

.benefit-bar {
  background: linear-gradient(90deg, #250b44, #421066 52%, #250b44);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 500;
}

.benefit-bar__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  min-height: 36px;
  gap: 16px;
  text-align: center;
}

.benefit-bar span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.benefit-bar .icon {
  width: 17px;
  height: 17px;
  stroke-width: 1.7;
}

.pix-discount-bar {
  border: 0;
  background: #f7efff;
  overflow: hidden;
}

.pix-discount-bar__track {
  min-height: 25px;
  width: max-content;
  min-width: 260%;
  display: inline-flex;
  align-items: center;
  justify-content: space-around;
  gap: 8px;
  padding: 0 8px;
  color: var(--color-purple);
  font-size: 0.64rem;
  font-weight: 600;
  white-space: nowrap;
  animation: pix-marquee 32s linear infinite;
}

.pix-discount-bar__track span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.pix-discount-bar__track span::after {
  content: "•";
  margin-left: 8px;
  color: rgba(121, 0, 217, 0.48);
}

.pix-discount-bar .icon {
  width: 12px;
  height: 12px;
  stroke-width: 2;
}

@keyframes pix-marquee {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

.site-header__main {
  display: grid;
  grid-template-columns: 220px minmax(280px, 600px) auto;
  align-items: center;
  gap: 34px;
  min-height: 84px;
}

.site-header__brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.site-header__brand img {
  width: 178px;
  height: auto;
  display: block;
}

.search-form {
  display: grid;
  grid-template-columns: 1fr 54px;
  min-height: 52px;
  border: 1px solid #dfd8ef;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  overflow: hidden;
}

.search-form input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  color: var(--color-text);
  font: inherit;
  font-size: 0.95rem;
  font-weight: 500;
  padding: 0 26px;
}

.search-form input::placeholder {
  color: #918aa5;
}

.search-form button {
  width: 48px;
  height: 48px;
  align-self: center;
  justify-self: center;
  border: 0;
  border-radius: 999px;
  background: var(--color-purple);
  color: #ffffff;
  cursor: pointer;
  line-height: 1;
}

.search-form button .icon {
  width: 23px;
  height: 23px;
  margin: auto;
  stroke-width: 2;
}

.site-header__tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 26px;
  white-space: nowrap;
}

.account-link,
.cart-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--color-text);
  font-size: 0.98rem;
  font-weight: 500;
  text-decoration: none;
}

.site-header__tools .icon {
  width: 24px;
  height: 24px;
  color: #141127;
  stroke-width: 1.9;
}

.cart-link {
  position: relative;
}

.cart-link__badge {
  position: absolute;
  top: -14px;
  left: 16px;
  min-width: 21px;
  height: 21px;
  border-radius: 999px;
  background: var(--color-purple);
  color: #ffffff;
  display: grid;
  place-items: center;
  font-size: 0.75rem;
  line-height: 1;
}

.category-nav {
  position: relative;
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  background: #ffffff;
}

.category-nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 58px;
}

.category-nav__item {
  display: flex;
  align-items: center;
  min-height: 58px;
}

.category-nav a,
.category-nav__item > a {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 10px;
  color: var(--color-text);
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.category-nav__item > a {
  border-radius: 8px;
  padding: 12px 14px;
}

.category-nav a .icon,
.category-nav__item > a .icon {
  color: currentColor;
  width: 18px;
  height: 18px;
  stroke-width: 1.75;
}

.category-nav a.is-active,
.category-nav a:hover,
.category-nav__item:hover > a,
.category-nav__item:focus-within > a {
  color: var(--color-purple);
  background: var(--color-purple-soft);
}

.mega-menu {
  position: absolute;
  left: 50%;
  top: calc(100% - 1px);
  width: min(calc(100vw - 96px), var(--container));
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(10px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.category-nav__item--all:hover .mega-menu,
.category-nav__item--all:focus-within .mega-menu {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.mega-menu::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 82px;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border-left: 1px solid var(--color-border);
  border-top: 1px solid var(--color-border);
  transform: rotate(45deg);
}

.mega-menu__content {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, max-content) minmax(260px, 1fr);
  align-items: stretch;
  column-gap: 0;
  row-gap: 0;
  border: 1px solid var(--color-border);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(31, 19, 66, 0.14);
  padding: 28px;
}

.mega-menu__content > .mega-menu__promo {
  justify-self: stretch;
  margin-left: 22px;
  margin-top: 0;
}

.mega-menu__column {
  display: flex;
  flex-direction: column;
  gap: 11px;
  min-height: 222px;
  padding: 0 20px;
  width: auto;
  border-right: 1px solid var(--color-border);
}

.mega-menu__column:first-child {
  padding-left: 0;
}

.mega-menu__column h3 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  color: var(--color-text);
  font-size: 0.84rem;
  font-weight: 700;
  text-transform: uppercase;
}

.mega-menu__column h3 .icon {
  width: 18px;
  height: 18px;
  color: var(--color-text);
}

.mega-menu__column a {
  display: inline-flex;
  color: var(--color-text);
  font-size: 0.88rem;
  font-weight: 500;
  white-space: normal;
  line-height: 1.2;
  text-decoration: none;
  text-transform: none;
  max-width: 210px;
}

.mega-menu__column a:hover {
  color: var(--color-purple);
  background: transparent;
}

.mega-menu__column .mega-menu__all {
  margin-top: auto;
  padding-top: 12px;
  color: var(--color-purple);
  font-weight: 600;
}

.mega-menu__column .mega-menu__all::after {
  content: "\2192";
  margin-left: 8px;
}

.mega-menu__promo {
  position: relative;
  display: block;
  align-self: start;
  width: 100%;
  max-width: 238px;
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  background:
    var(--mega-promo-image),
    linear-gradient(135deg, #f7efff, #efe2ff);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--color-text);
  flex: initial;
  overflow: hidden;
  padding: 0;
  text-decoration: none;
  text-transform: none;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.mega-menu__promo:hover,
.mega-menu__promo:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(40, 24, 84, 0.1);
}

.mega-menu__promo::before {
  content: none;
}

.mega-menu__promo::after {
  content: none;
}

.banner-carousel {
  padding: 34px 0 4px;
}

.banner-carousel__wrap {
  position: relative;
}

.banner-carousel__track {
  display: grid;
  overflow: hidden;
  border-radius: 18px;
  aspect-ratio: 1286 / 500;
  width: 100%;
  box-shadow: var(--shadow-soft);
}

.promo-banner {
  display: none;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 42px 56px;
  color: #ffffff;
  text-decoration: none;
  background-position: center;
  background-size: cover;
  background:
    radial-gradient(circle at 78% 45%, rgba(255, 255, 255, 0.22), transparent 220px),
    linear-gradient(110deg, #380b68, #8612d8);
}

.promo-banner > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promo-banner.is-active {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}

.promo-banner--pink {
  background:
    radial-gradient(circle at 75% 40%, rgba(255, 255, 255, 0.25), transparent 230px),
    linear-gradient(110deg, #5d0758, #e2369d);
}

.promo-banner--orange {
  background:
    radial-gradient(circle at 76% 42%, rgba(255, 255, 255, 0.24), transparent 230px),
    linear-gradient(110deg, #471447, #ff7a00);
}

.promo-banner {
  background-position: center;
  background-size: cover;
}

.promo-banner__tag {
  width: fit-content;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.promo-banner strong {
  display: block;
  max-width: 620px;
  margin-top: 18px;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1;
}

.promo-banner small {
  max-width: 520px;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1rem;
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 999px;
  background: #ffffff;
  color: var(--color-purple);
  box-shadow: var(--shadow-soft);
  cursor: pointer;
  font-size: 2.1rem;
  line-height: 1;
  transform: translateY(-50%);
}

.carousel-arrow--prev {
  left: -26px;
}

.carousel-arrow--next {
  right: -26px;
}

.section {
  padding: 54px 0;
}

.breadcrumb {
  display: block;
  width: 100%;
  margin: 0 0 18px;
  text-align: left;
  color: var(--color-muted);
  font-size: 0.74rem;
  font-weight: 600;
}

.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  line-height: 1.4;
}

.breadcrumb li + li::before {
  color: var(--color-muted);
  content: ">";
  opacity: 0.7;
}

.breadcrumb a {
  color: var(--color-muted);
  text-decoration: none;
  transition: color 0.2s ease;
}

.breadcrumb a:hover,
.breadcrumb a:focus-visible {
  color: var(--color-purple);
}

.breadcrumb [aria-current="page"] {
  color: var(--color-text);
  font-weight: 800;
}

.breadcrumb > a,
.breadcrumb > span,
.breadcrumb > strong {
  display: inline-flex;
  align-items: center;
  color: var(--color-muted);
  text-decoration: none;
  line-height: 1.4;
}

.breadcrumb > a:hover,
.breadcrumb > a:focus-visible {
  color: var(--color-purple);
}

.breadcrumb > a + a::before,
.breadcrumb > a + span::before,
.breadcrumb > a + strong::before,
.breadcrumb > span::before,
.breadcrumb > strong::before {
  content: ">";
  margin: 0 8px;
  color: var(--color-muted);
  opacity: 0.7;
  font-weight: 600;
}

.breadcrumb > strong {
  color: var(--color-text);
  font-weight: 800;
}

.section--products {
  padding-top: 22px;
}

.section-heading {
  margin-bottom: 28px;
}

.section-heading--row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.listing-header {
  margin-bottom: 24px;
}

.product-listing .section-heading h1 {
  color: var(--color-purple);
}

.section-heading h1,
.section-heading h2 {
  margin: 0;
  color: var(--color-text);
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  font-weight: 600;
  line-height: 1.08;
}

.section-heading h1 span {
  color: var(--color-purple);
  font-size: 1.6rem;
}

.section-heading p {
  margin: 7px 0 0;
  color: var(--color-muted);
  font-size: 0.95rem;
}

.listing-toolbar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin: -6px 0 28px;
}

.sort-control {
  display: grid;
  gap: 7px;
  min-width: 230px;
}

.sort-control label,
.sort-control > span {
  color: var(--color-text);
  font-size: 0.82rem;
  font-weight: 600;
}

.sort-control select {
  min-height: 42px;
  border: 1px solid #d6d0e4;
  border-radius: 7px;
  background: #ffffff;
  color: var(--color-text);
  font: inherit;
  font-size: 0.84rem;
  font-weight: 500;
  padding: 0 42px 0 14px;
}

.product-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 30px;
}

.product-pagination[hidden] {
  display: none;
}

.product-pagination button {
  min-width: 40px;
  min-height: 40px;
  border: 1px solid #d9c9ef;
  border-radius: 8px;
  background: #ffffff;
  color: var(--color-text);
  font: inherit;
  font-size: 0.84rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.product-pagination button:hover:not(:disabled),
.product-pagination button:focus-visible:not(:disabled) {
  border-color: var(--color-purple);
  color: var(--color-purple);
  transform: translateY(-1px);
}

.product-pagination button.is-active {
  border-color: var(--color-purple);
  background: var(--color-purple);
  color: #ffffff;
}

.product-pagination button:disabled {
  cursor: default;
  opacity: 0.45;
}

.mobile-categories-page {
  padding: 12px 0 96px;
  background: linear-gradient(180deg, #ffffff 0%, #fbf8ff 100%);
}

.mobile-categories-hero {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
  padding: 16px;
  border: 1px solid #eadff4;
  border-radius: 14px;
  background: linear-gradient(135deg, #ffffff 0%, #fbf4ff 100%);
  box-shadow: 0 10px 26px rgba(40, 24, 84, 0.07);
}

.mobile-categories-hero > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 12px;
  background: #f1e3ff;
  color: var(--color-purple);
}

.mobile-categories-hero .icon {
  width: 22px;
  height: 22px;
}

.mobile-categories-hero h1 {
  margin: 0;
  color: var(--color-purple);
  font-size: 1.35rem;
  line-height: 1;
}

.mobile-categories-hero p {
  margin: 5px 0 0;
  color: var(--color-muted);
  font-size: 0.74rem;
  line-height: 1.35;
}

.mobile-popular-categories {
  margin-bottom: 14px;
}

.mobile-section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 9px;
}

.mobile-section-heading h2 {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  color: var(--color-text);
  font-size: 0.9rem;
  line-height: 1;
}

.mobile-section-heading .icon {
  width: 15px;
  height: 15px;
  color: var(--color-purple);
}

.mobile-section-heading a {
  color: var(--color-purple);
  font-size: 0.68rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.mobile-popular-categories__chips {
  display: flex;
  gap: 7px;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: none;
}

.mobile-popular-categories__chips::-webkit-scrollbar {
  display: none;
}

.mobile-popular-categories__chips a {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 5px;
  min-height: 28px;
  border: 1px solid #eadff4;
  border-radius: 999px;
  background: #ffffff;
  color: var(--color-purple);
  font-size: 0.68rem;
  font-weight: 700;
  padding: 0 10px;
  text-decoration: none;
  box-shadow: 0 5px 14px rgba(40, 24, 84, 0.04);
}

.mobile-popular-categories__chips span {
  display: grid;
  place-items: center;
}

.mobile-popular-categories__chips .icon {
  width: 13px;
  height: 13px;
}

.mobile-category-list {
  display: grid;
  gap: 9px;
}

.mobile-category-list article {
  border: 1px solid #eadff4;
  border-radius: 13px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(40, 24, 84, 0.045);
  overflow: hidden;
}

.mobile-category-list__title {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-height: 56px;
  color: var(--color-text);
  padding: 10px 12px 7px;
  text-decoration: none;
}

.mobile-category-list__title .icon {
  width: 20px;
  height: 20px;
  color: var(--color-purple);
}

.mobile-category-list__icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #f4e8ff;
  color: var(--color-purple);
}

.mobile-category-list__title span {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.mobile-category-list__title b {
  color: var(--color-text);
  font-size: 0.92rem;
  line-height: 1.08;
}

.mobile-category-list__title small {
  color: var(--color-muted);
  font-size: 0.68rem;
  font-weight: 600;
  line-height: 1.15;
}

.mobile-category-list__title strong {
  color: var(--color-purple);
  font-size: 0.66rem;
  font-weight: 800;
  white-space: nowrap;
}

.mobile-category-list article > div {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 0 12px 11px 64px;
}

.mobile-category-list article > div a {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  border: 1px solid #eadff4;
  border-radius: 999px;
  background: #fbf8ff;
  color: #594d75;
  font-size: 0.62rem;
  font-weight: 700;
  padding: 0 8px;
  text-decoration: none;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  border: 1px solid #caaef5;
  border-radius: 10px;
  color: var(--color-purple);
  padding: 0 20px;
  font-weight: 600;
  text-transform: none;
  text-decoration: none;
}

.text-link::after {
  content: "\2192";
  font-size: 1.2rem;
}

.home-duo-banners {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 34px;
}

.home-product-block {
  margin-top: 42px;
}

.mini-carousel {
  margin-top: 34px;
}

.mini-carousel__wrap {
  position: relative;
}

.mini-carousel__track {
  display: grid;
  width: 100%;
  height: 190px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(40, 24, 84, 0.06);
}

.mini-carousel__slide {
  display: none;
  align-items: center;
  height: 100%;
  padding: 28px 52px;
  background-position: center;
  background-size: cover;
  color: #ffffff;
  text-decoration: none;
}

.mini-carousel__slide.is-active {
  display: flex;
}

.mini-carousel__slide--purple {
  background:
    radial-gradient(circle at 80% 45%, rgba(255, 255, 255, 0.2), transparent 210px),
    linear-gradient(115deg, #2d0c4d, #8500df);
}

.mini-carousel__slide--pink {
  background:
    radial-gradient(circle at 78% 38%, rgba(255, 255, 255, 0.22), transparent 210px),
    linear-gradient(115deg, #431137, #e033a2);
}

.mini-carousel__slide--orange {
  background:
    radial-gradient(circle at 78% 42%, rgba(255, 255, 255, 0.22), transparent 210px),
    linear-gradient(115deg, #3b1747, #ff6a00);
}

.mini-carousel__slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mini-carousel__slide--image {
  padding: 0;
}

.mini-carousel__slide span {
  max-width: 520px;
  font-size: clamp(1.45rem, 2.6vw, 2.35rem);
  font-weight: 700;
  line-height: 1.08;
}

.mini-carousel__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: #ffffff;
  color: var(--color-purple);
  box-shadow: var(--shadow-soft);
  cursor: pointer;
  font-size: 1.7rem;
  line-height: 1;
  transform: translateY(-50%);
}

.mini-carousel__arrow--prev {
  left: -16px;
}

.mini-carousel__arrow--next {
  right: -16px;
}

.promo-banner__tag,
.promo-banner strong,
.promo-banner small,
.mini-carousel__slide span {
  display: none !important;
}

.home-duo-banner {
  position: relative;
  display: grid;
  height: 238px;
  overflow: hidden;
  border-radius: 6px;
  background: #ffffff;
  background-position: center;
  background-size: cover;
  color: var(--color-text);
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(40, 24, 84, 0.06);
  isolation: isolate;
}

.home-duo-banner > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 280ms ease, filter 280ms ease;
}

.home-duo-banner:hover > img,
.home-duo-banner:focus-visible > img {
  transform: scale(1.045);
  filter: saturate(1.08);
}

.home-duo-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 82% 42%, rgba(186, 0, 255, 0.12), transparent 28%), linear-gradient(90deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.56));
  z-index: -1;
}

.home-duo-banner--intense::before {
  background: radial-gradient(circle at 45% 38%, rgba(255, 106, 0, 0.13), transparent 31%), linear-gradient(90deg, rgba(255, 255, 255, 0.93), rgba(255, 255, 255, 0.58));
}

.home-duo-banner__visual {
  position: absolute;
  inset: 0;
  z-index: 1;
  transition: transform 280ms ease, filter 280ms ease;
  transform-origin: center;
}

.home-duo-banner:hover .home-duo-banner__visual,
.home-duo-banner:focus-visible .home-duo-banner__visual {
  transform: scale(1.045);
  filter: saturate(1.08);
}

.home-duo-banner__toy,
.home-duo-banner__shape {
  position: absolute;
  display: block;
}

.home-duo-banner__toy {
  border-radius: 999px;
  box-shadow: 0 18px 26px rgba(40, 24, 84, 0.14);
}

.home-duo-banner__toy::before,
.home-duo-banner__toy::after {
  content: "";
  position: absolute;
  display: block;
}

.home-duo-banner__toy--left {
  left: 6%;
  bottom: 22px;
  width: 42px;
  height: 154px;
  transform: rotate(-18deg);
  background: linear-gradient(180deg, rgba(216, 175, 255, 0.78), #7028c8);
  opacity: 0.92;
}

.home-duo-banner__toy--left::before {
  inset: 12px 7px auto;
  height: 50px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
}

.home-duo-banner__toy--right {
  right: 9%;
  top: 30px;
  width: 54px;
  height: 172px;
  transform: rotate(-11deg);
  background: linear-gradient(180deg, #d44bdf 0%, #8b1fc0 100%);
}

.home-duo-banner__toy--right::before {
  left: 50%;
  top: -28px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 28%, #f7b8ff, #8e25bc 70%);
  transform: translateX(-50%);
}

.home-duo-banner__toy--right::after {
  left: 50%;
  bottom: 34px;
  width: 18px;
  height: 42px;
  border-radius: 999px;
  border: 3px solid rgba(255, 255, 255, 0.5);
  transform: translateX(-50%);
}

.home-duo-banner__shape {
  left: 19%;
  top: 40px;
  width: 190px;
  height: 134px;
  border-radius: 52% 48% 44% 56%;
  background: radial-gradient(circle at 36% 36%, #fff0e7, #edc1a7 72%);
  box-shadow: 0 22px 30px rgba(170, 91, 55, 0.12);
}

.home-duo-banner__shape::before,
.home-duo-banner__shape::after {
  content: "";
  position: absolute;
  top: 18px;
  width: 88px;
  height: 112px;
  border-radius: 48%;
  background: radial-gradient(circle at 45% 35%, #fff8f3, #e4b89e 78%);
}

.home-duo-banner__shape::before {
  left: -38px;
  transform: rotate(12deg);
}

.home-duo-banner__shape::after {
  right: -38px;
  transform: rotate(-12deg);
}

.home-duo-banner__toy--dark {
  right: 8%;
  top: 26px;
  width: 72px;
  height: 174px;
  border-radius: 34px 34px 22px 22px;
  transform: rotate(10deg);
  background: linear-gradient(110deg, #11111a, #4a4a55 50%, #11111a);
}

.home-duo-banner__toy--dark::before {
  inset: 18px 17px auto;
  height: 84px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), transparent);
}

.home-duo-banner__toy--dark::after {
  left: 50%;
  bottom: 24px;
  width: 22px;
  height: 48px;
  border-radius: 999px;
  border: 3px solid rgba(255, 255, 255, 0.22);
  transform: translateX(-50%);
}

.about-hero {
  padding: 34px 0 18px;
}

.about-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 34px;
  align-items: stretch;
}

.about-hero__copy {
  display: grid;
  align-content: center;
  min-height: 390px;
  padding: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, #2d0c4d 0%, #7900d9 62%, #9b28ff 100%);
  color: #ffffff;
  box-shadow: var(--shadow-card);
}

.about-hero__copy > span,
.about-kicker {
  color: var(--color-purple);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.about-hero__copy > span {
  color: rgba(255, 255, 255, 0.78);
}

.about-hero h1 {
  max-width: 760px;
  margin: 14px 0 18px;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 800;
  line-height: 1.02;
}

.about-hero p {
  max-width: 670px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1rem;
  line-height: 1.72;
}

.about-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.about-hero__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  border-radius: 7px;
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
}

.about-hero__actions a:first-child {
  background: #ffffff;
  color: var(--color-purple);
}

.about-hero__actions a:last-child {
  border: 1px solid rgba(255, 255, 255, 0.42);
  color: #ffffff;
}

.about-hero__panel {
  display: grid;
  gap: 14px;
}

.about-hero__panel div {
  display: grid;
  align-content: center;
  min-height: 120px;
  padding: 24px;
  border: 1px solid var(--color-border);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.about-hero__panel strong {
  color: var(--color-text);
  font-size: 1rem;
  font-weight: 800;
}

.about-hero__panel span {
  margin-top: 6px;
  color: var(--color-muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.about-section {
  padding: 34px 0;
}

.about-section--soft {
  background: rgba(244, 235, 255, 0.45);
}

.about-intro {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}

.about-intro h2,
.about-promise h2 {
  margin: 10px 0 0;
  color: var(--color-text);
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  font-weight: 800;
  line-height: 1.1;
}

.about-intro > p,
.about-promise__text p {
  margin: 0;
  color: var(--color-muted);
  font-size: 0.98rem;
  line-height: 1.85;
}

.about-values {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.about-values article {
  min-height: 250px;
  padding: 24px;
  border: 1px solid var(--color-border);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.about-values .icon {
  width: 34px;
  height: 34px;
  color: var(--color-purple);
  stroke-width: 1.7;
}

.about-values h3 {
  margin: 20px 0 10px;
  color: var(--color-text);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.28;
}

.about-values p {
  margin: 0;
  color: var(--color-muted);
  font-size: 0.86rem;
  line-height: 1.65;
}

.about-promise {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(320px, 0.75fr);
  gap: 42px;
  align-items: center;
  padding-bottom: 22px;
}

.about-promise__text p {
  margin-top: 18px;
}

.about-promise__list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-promise__list li {
  position: relative;
  padding: 16px 18px 16px 48px;
  border: 1px solid var(--color-border);
  border-radius: 9px;
  background: #ffffff;
  color: var(--color-text);
  font-size: 0.9rem;
  font-weight: 600;
  box-shadow: var(--shadow-soft);
}

.about-promise__list li::before {
  position: absolute;
  top: 16px;
  left: 18px;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  background: var(--color-purple-soft);
  color: var(--color-purple);
  content: "✓";
  font-size: 0.78rem;
  font-weight: 800;
}

.about-hero--story .about-hero__copy {
  min-height: auto;
  max-width: 760px;
  padding: 18px 0 16px;
  border-bottom: 1px solid var(--color-border);
  border-radius: 0;
  background: transparent;
  color: var(--color-text);
  box-shadow: none;
}

.about-hero--story .about-hero__inner {
  display: block;
}

.about-hero--story .about-hero__copy > span {
  color: var(--color-purple);
}

.about-hero--story h1 {
  color: var(--color-text);
  max-width: 700px;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  line-height: 1.08;
}

.about-hero--story p {
  max-width: 680px;
  color: var(--color-muted);
  font-size: 0.95rem;
}

.about-story-section {
  padding: 46px 0 26px;
}

.about-story {
  display: grid;
  grid-template-columns: minmax(260px, 0.5fr) minmax(0, 1fr);
  gap: 22px 44px;
  align-items: start;
}

.about-story__breadcrumb,
.faq-breadcrumb,
.product-page__breadcrumb {
  grid-column: 1 / -1;
}

.about-story aside {
  position: sticky;
  top: 24px;
}

.about-story h2 {
  margin: 10px 0 0;
  color: var(--color-text);
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  font-weight: 800;
  line-height: 1.1;
}

.about-story__content {
  padding: 0 0 0 32px;
  border-left: 2px solid var(--color-purple-soft);
}

.about-story__content p {
  margin: 0 0 20px;
  color: var(--color-muted);
  font-size: 0.96rem;
  line-height: 1.82;
  text-align: justify;
  text-justify: inter-word;
}

.about-story__content p:last-of-type {
  margin-bottom: 20px;
}

.about-story__content strong {
  display: block;
  padding-top: 16px;
  border-top: 1px solid var(--color-border);
  color: var(--color-text);
  font-size: 1.02rem;
  line-height: 1.65;
}

.policy-page {
  padding-top: 46px;
}

.policy-intro {
  margin: 22px 0 0;
  max-width: 440px;
  color: var(--color-muted);
  font-size: 0.96rem;
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-word;
}

.policy-content h3 {
  margin: 28px 0 12px;
  color: var(--color-text);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.35;
}

.policy-content h3:first-of-type {
  margin-top: 8px;
}

.policy-content ul {
  margin: -8px 0 22px;
  padding-left: 20px;
  color: var(--color-muted);
  font-size: 0.96rem;
  line-height: 1.75;
}

.policy-content li {
  margin-bottom: 8px;
  padding-left: 4px;
}

.policy-content p strong {
  display: inline;
  padding-top: 0;
  border-top: 0;
  font-size: inherit;
  line-height: inherit;
}

.help-center-section {
  padding: 34px 0 44px;
}

.help-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(390px, 0.44fr) minmax(420px, 0.56fr);
  gap: 18px;
  align-items: center;
  min-height: 190px;
  height: 190px;
  margin-bottom: 18px;
  padding: 26px 58px;
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background-color: #fbf5ff;
  background-image: url("../img/central-ajuda-banner.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 108% 108%;
}

.help-hero::before {
  content: none;
}

.help-hero::after {
  content: none;
}

.help-hero__content {
  position: relative;
  z-index: 1;
  max-width: 500px;
}

.help-hero h1 {
  margin: 0 0 10px;
  color: var(--color-text);
  font-size: clamp(1.95rem, 2.5vw, 2.3rem);
  font-weight: 650;
  line-height: 1.12;
}

.help-hero p {
  max-width: 470px;
  margin: 0;
  color: var(--color-muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.help-search {
  display: grid;
  grid-template-columns: 1fr 42px;
  max-width: 360px;
  min-height: 38px;
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(40, 24, 84, 0.06);
}

.help-search input,
.help-search button {
  border: 0;
  font: inherit;
}

.help-search input {
  min-width: 0;
  padding: 0 14px 0 38px;
  color: var(--color-text);
  font-size: 0.68rem;
  outline: 0;
  background:
    radial-gradient(circle at 16px 50%, transparent 0 5px, var(--color-muted) 5.5px 6.5px, transparent 7px),
    linear-gradient(45deg, transparent 0 67%, var(--color-muted) 68% 75%, transparent 76%) 22px 21px / 8px 8px no-repeat;
}

.help-search button {
  display: grid;
  place-items: center;
  background: var(--color-purple);
  color: #fff;
  cursor: pointer;
}

.help-hero__visual {
  display: none;
}

.help-hero__bag,
.help-hero__headset,
.help-hero__question,
.help-hero__plant {
  position: absolute;
  display: block;
}

.help-hero__bag {
  right: 282px;
  bottom: 6px;
  width: 86px;
  height: 108px;
  padding-top: 52px;
  border-radius: 8px 8px 14px 14px;
  background: linear-gradient(155deg, #4b1280, #8b00dc);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
  box-shadow: 0 18px 34px rgba(52, 17, 88, 0.2);
}

.help-hero__bag::before {
  position: absolute;
  top: -25px;
  left: 22px;
  width: 38px;
  height: 44px;
  border: 3px solid #4b1280;
  border-bottom: 0;
  border-radius: 28px 28px 0 0;
  content: "";
}

.help-hero__headset {
  right: 150px;
  bottom: 8px;
  width: 112px;
  height: 92px;
  border: 14px solid #22143d;
  border-bottom: 0;
  border-radius: 80px 80px 0 0;
  filter: drop-shadow(0 15px 22px rgba(40, 24, 84, 0.2));
}

.help-hero__headset::before,
.help-hero__headset::after {
  position: absolute;
  bottom: -23px;
  width: 30px;
  height: 50px;
  border-radius: 18px;
  background: linear-gradient(180deg, #7b00d9, #b85cff);
  content: "";
}

.help-hero__headset::before {
  left: -21px;
}

.help-hero__headset::after {
  right: -21px;
}

.help-hero__question {
  right: 112px;
  top: -3px;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: linear-gradient(145deg, #3a1168, #8b00dc);
  color: #fff;
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 68px;
  text-align: center;
  box-shadow: 0 16px 28px rgba(60, 20, 96, 0.22);
}

.help-hero__question::after {
  position: absolute;
  left: 13px;
  bottom: -6px;
  width: 18px;
  height: 18px;
  border-radius: 0 0 0 16px;
  background: #5f18aa;
  content: "";
  transform: rotate(-28deg);
}

.help-hero__plant {
  right: 28px;
  bottom: 13px;
  width: 54px;
  height: 40px;
  border-radius: 0 0 14px 14px;
  background: #f4eef9;
  box-shadow: inset 0 -12px 0 #d8c3e9;
}

.help-hero__plant::before {
  position: absolute;
  left: 8px;
  bottom: 30px;
  width: 40px;
  height: 48px;
  background: linear-gradient(140deg, transparent 48%, #3c7a45 50% 56%, transparent 58%),
    linear-gradient(30deg, transparent 48%, #5c9a5a 50% 56%, transparent 58%);
  content: "";
}

.help-shortcuts {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}

.help-shortcuts article {
  min-height: 96px;
  padding: 18px 14px;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(25, 17, 53, 0.04);
}

.help-shortcuts .icon {
  width: 34px;
  height: 34px;
  margin-bottom: 8px;
  color: var(--color-purple);
  stroke-width: 1.8;
}

.help-shortcuts strong,
.help-shortcuts span {
  display: block;
}

.help-shortcuts strong {
  margin-bottom: 4px;
  color: var(--color-text);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.3;
}

.help-shortcuts span {
  color: var(--color-muted);
  font-size: 0.66rem;
  line-height: 1.35;
}

.help-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 18px;
  align-items: start;
}

.help-panel {
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(25, 17, 53, 0.05);
}

.help-panel__title {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 18px 22px 8px;
}

.help-panel__title .icon {
  width: 18px;
  height: 18px;
  color: var(--color-purple);
}

.help-panel h2 {
  margin: 0;
  color: var(--color-text);
  font-size: 0.96rem;
  font-weight: 800;
}

.help-panel details {
  margin: 0 20px;
  border-bottom: 1px solid var(--color-border);
}

.help-panel details:last-child {
  border-bottom: 0;
}

.help-panel summary {
  position: relative;
  display: block;
  padding: 16px 34px 16px 0;
  color: var(--color-text);
  font-size: 0.82rem;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.help-panel summary::-webkit-details-marker {
  display: none;
}

.help-panel summary::after {
  position: absolute;
  right: 2px;
  top: 50%;
  color: var(--color-purple);
  content: "+";
  font-size: 1rem;
  font-weight: 800;
  transform: translateY(-50%);
}

.help-panel details[open] summary::after {
  content: "-";
}

.help-panel p {
  margin: 0 0 14px;
  color: var(--color-muted);
  font-size: 0.82rem;
  line-height: 1.65;
  text-align: justify;
  text-justify: inter-word;
}

.help-contact {
  display: grid;
  gap: 14px;
}

.help-panel--contact {
  padding: 18px 20px;
}

.help-panel--contact h2 {
  margin-bottom: 10px;
}

.help-contact__row {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 13px 0;
  border-top: 1px solid var(--color-border);
}

.help-contact__row .icon {
  width: 28px;
  height: 28px;
  color: var(--color-purple);
}

.help-contact__row strong,
.help-contact__row span {
  display: block;
}

.help-contact__row strong {
  color: var(--color-text);
  font-size: 0.78rem;
  font-weight: 800;
}

.help-contact__row span {
  color: var(--color-muted);
  font-size: 0.68rem;
  line-height: 1.45;
}

.help-contact__button,
.help-support-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 18px;
  border-radius: 5px;
  background: var(--color-purple);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  text-decoration: none;
}

.help-support-card {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 18px 22px;
  border-radius: 8px;
  background: linear-gradient(100deg, #fbf7ff, #f1e3ff);
}

.help-support-card .icon {
  width: 38px;
  height: 38px;
  color: var(--color-purple);
}

.help-support-card strong,
.help-support-card span {
  display: block;
}

.help-support-card strong {
  margin-bottom: 4px;
  color: var(--color-text);
  font-size: 0.86rem;
  font-weight: 800;
}

.help-support-card span {
  color: var(--color-muted);
  font-size: 0.72rem;
  line-height: 1.45;
}

.faq-page-section {
  padding: 46px 0 38px;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: 22px 34px;
  align-items: start;
}

.faq-sidebar {
  position: sticky;
  top: 24px;
}

.faq-sidebar h2 {
  margin: 10px 0 16px;
  color: var(--color-text);
  font-size: clamp(1.75rem, 3vw, 2.4rem);
  font-weight: 800;
  line-height: 1.1;
}

.faq-sidebar p {
  margin: 0;
  color: var(--color-muted);
  font-size: 0.98rem;
  line-height: 1.75;
}

.faq-contact-card {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 24px;
  padding: 18px;
  border: 1px solid var(--color-purple-soft);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(142, 0, 224, 0.08), rgba(255, 255, 255, 0.9));
  box-shadow: var(--shadow-soft);
}

.faq-contact-card .icon {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  color: var(--color-purple);
  stroke-width: 2;
}

.faq-contact-card strong,
.faq-contact-card a,
.faq-contact-card span {
  display: block;
}

.faq-contact-card strong {
  margin-bottom: 4px;
  color: var(--color-text);
  font-size: 0.92rem;
}

.faq-contact-card a,
.faq-contact-card span {
  color: var(--color-muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.faq-contact-card a {
  color: var(--color-purple);
  font-weight: 700;
}

.faq-content {
  display: grid;
  gap: 18px;
}

.faq-topic {
  padding: 22px;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(25, 17, 53, 0.06);
}

.faq-topic__header {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
}

.faq-topic__header span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--color-purple);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
}

.faq-topic__header h3 {
  margin: 0;
  color: var(--color-text);
  font-size: 1.04rem;
  font-weight: 800;
}

.faq-topic details {
  border-top: 1px solid var(--color-border);
}

.faq-topic summary {
  position: relative;
  display: block;
  padding: 17px 34px 17px 0;
  color: var(--color-text);
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.faq-topic summary::-webkit-details-marker {
  display: none;
}

.faq-topic summary::after {
  content: "+";
  position: absolute;
  right: 2px;
  top: 50%;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--color-purple-soft);
  color: var(--color-purple);
  font-weight: 800;
  line-height: 24px;
  text-align: center;
}

.faq-topic details[open] summary::after {
  content: "-";
}

.faq-topic details p {
  margin: 0 0 14px;
  color: var(--color-muted);
  font-size: 0.94rem;
  line-height: 1.75;
  text-align: justify;
  text-justify: inter-word;
}

.faq-topic details p:last-child {
  margin-bottom: 18px;
}

.about-compact-section {
  padding: 18px 0 46px;
}

.about-compact {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.about-compact article {
  padding: 26px;
  border: 1px solid var(--color-border);
  border-radius: 12px;
  background: var(--color-purple-soft);
}

.about-compact h2 {
  margin: 10px 0 12px;
  color: var(--color-text);
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.2;
}

.about-compact p {
  margin: 0;
  color: var(--color-muted);
  font-size: 0.9rem;
  line-height: 1.65;
}

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

.product-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

.product-card a {
  display: flex;
  min-height: 0;
  flex: 1 1 auto;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.favorite-button {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  width: 36px;
  height: 36px;
  border: 1px solid var(--color-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #b2aac5;
  cursor: pointer;
  font-size: 1.45rem;
  line-height: 1;
}

.favorite-button.is-favorite,
.product-summary__favorite.is-favorite {
  border-color: rgba(139, 0, 229, 0.3);
  background: #f6edff;
  color: var(--color-purple);
}

.product-card__image {
  aspect-ratio: 1 / 0.94;
  background:
    radial-gradient(circle at 50% 38%, #ffffff 0, #ffffff 34%, #f7f3fb 100%);
  display: grid;
  place-items: center;
  color: #b8b1c8;
  font-weight: 800;
}

.product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 16px;
}

.product-card__content {
  display: grid;
  flex: 1 1 auto;
  grid-template-rows: 3.9em minmax(42px, auto) minmax(20px, auto) minmax(22px, auto);
  align-content: start;
  gap: 7px;
  padding: 14px 18px 18px;
}

.product-card h2 {
  display: -webkit-box;
  height: 3.9em;
  min-height: 3.9em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin: 0;
  color: var(--color-text);
  font-size: 0.93rem;
  font-weight: 500;
  line-height: 1.3;
}

.product-card__rating {
  margin: 0;
  color: #ff8a00;
  font-size: 0.8rem;
  font-weight: 600;
}

.product-card__stars {
  color: #ffb000;
  font-weight: 700;
  letter-spacing: 0;
}

.product-card__rating span {
  color: var(--color-muted);
  font-weight: 400;
}

.product-card__rating .product-card__stars {
  color: #ffb000;
  font-weight: 700;
}

.product-card__price-row {
  display: flex;
  min-height: 20px;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 5px 8px;
  margin-top: -2px;
}

.price {
  margin: 0;
  color: var(--color-text);
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1;
}

.product-card__discount {
  display: none;
}

.product-card__old-price {
  margin: 0;
  color: var(--color-muted);
  font-size: 0.78rem;
  font-weight: 500;
  text-decoration: line-through;
}

.product-card__pix {
  display: grid;
  min-height: 42px;
  grid-template-columns: max-content max-content;
  align-items: center;
  gap: 2px 7px;
  width: fit-content;
  margin: 0;
  color: var(--color-green);
  line-height: 1;
}

.product-card__pix span {
  grid-column: 2;
  color: var(--color-green);
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
}

.product-card__pix strong {
  grid-row: 1 / span 2;
  color: var(--color-text);
  font-size: 1.55rem;
  font-weight: 700;
  letter-spacing: 0;
}

.product-card__pix small {
  grid-column: 2;
  color: var(--color-green);
  font-size: 0.68rem;
  font-weight: 600;
}

.installments {
  margin: -3px 0 2px;
  color: #5f5a73;
  font-size: 0.72rem;
  font-weight: 500;
  line-height: 1.25;
}

.product-card__installments-slot {
  display: flex;
  min-height: 22px;
  align-items: flex-start;
}

.buy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 6px;
  background: linear-gradient(90deg, #7b00d9, #8b00dc);
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 700;
  transition: background 160ms ease, opacity 160ms ease;
}

.buy-button::before {
  content: "\25A1";
  margin-right: 8px;
  font-size: 0.95rem;
}

.buy-button::before {
  content: "\25A1";
}

.buy-button.is-loading,
.variation-modal__buy.is-loading,
.product-summary__buy.is-loading,
.product-summary__cart.is-loading {
  background: #5f2aa5;
  border-color: #5f2aa5;
  color: #ffffff;
  opacity: 0.94;
}

.buy-button.is-ready,
.variation-modal__buy.is-ready,
.product-summary__buy.is-ready,
.product-summary__cart.is-ready {
  background: #0f8f4d;
  border-color: #0f8f4d;
  color: #ffffff;
}

.product-listing {
  padding-top: 28px;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  background: rgba(10, 8, 20, 0.58);
}

.cart-toast {
  position: fixed;
  top: 62px;
  right: 28px;
  z-index: 120;
  display: grid;
  grid-template-columns: 72px 1fr 22px;
  gap: 14px;
  width: min(360px, calc(100vw - 32px));
  border: 1px solid var(--color-border);
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(31, 19, 66, 0.14);
  opacity: 0;
  padding: 14px;
  pointer-events: none;
  transform: translateY(-10px);
  transition: opacity 180ms ease, transform 180ms ease;
}

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

.cart-toast__image {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border-radius: 8px;
  background: #fbf7ff;
  color: #b8b1c8;
  font-size: 0.68rem;
}

.cart-toast p {
  display: -webkit-box;
  margin: 0 0 8px;
  overflow: hidden;
  color: var(--color-muted);
  font-size: 0.84rem;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.cart-toast strong {
  color: var(--color-text);
  font-size: 0.9rem;
}

.cart-toast__close {
  align-self: start;
  border: 0;
  background: transparent;
  color: var(--color-text);
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1;
}

.newsletter-toast {
  position: fixed;
  top: 62px;
  right: 28px;
  z-index: 125;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) 22px;
  gap: 12px;
  align-items: center;
  width: min(360px, calc(100vw - 32px));
  border: 1px solid #d7f0e2;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(31, 19, 66, 0.16);
  opacity: 0;
  padding: 14px 14px 14px 16px;
  pointer-events: none;
  transform: translateY(-10px);
  transition: opacity 180ms ease, transform 180ms ease;
}

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

.newsletter-toast__icon {
  grid-column: 1;
  grid-row: 1;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background: #e9fbf2;
  color: var(--color-green);
  font-size: 1rem;
  font-weight: 800;
}

.newsletter-toast > div {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
}

.newsletter-toast strong {
  display: block;
  color: var(--color-text);
  font-size: 0.9rem;
  line-height: 1.25;
}

.newsletter-toast p {
  margin: 4px 0 0;
  color: var(--color-muted);
  font-size: 0.76rem;
  line-height: 1.35;
}

.newsletter-toast__close {
  grid-column: 3;
  grid-row: 1;
  align-self: start;
  justify-self: end;
  border: 0;
  background: transparent;
  color: var(--color-text);
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 1;
}

.variation-open .modal-backdrop {
  display: block;
}

.commerce-close {
  border: 0;
  background: transparent;
  color: var(--color-text);
  cursor: pointer;
  font-size: 2rem;
  line-height: 1;
}

.variation-modal {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 90;
  display: none;
  grid-template-columns: minmax(340px, 0.95fr) minmax(390px, 0.9fr);
  gap: 32px;
  width: min(1040px, calc(100vw - 56px));
  min-height: 500px;
  border: 1px solid var(--color-border);
  border-radius: 10px;
  background: #ffffff;
  padding: 24px;
  box-shadow: 0 24px 70px rgba(18, 12, 34, 0.22);
  transform: translate(-50%, -50%);
}

.variation-open .variation-modal {
  display: grid;
}

.variation-modal__close {
  position: absolute;
  top: 16px;
  right: 18px;
  font-size: 1.7rem;
}

.variation-modal__image {
  display: grid;
  min-height: 440px;
  place-items: center;
  border-radius: 8px;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.9), rgba(247, 239, 255, 0.4)),
    var(--mega-promo-image, linear-gradient(135deg, #ffffff, #f5e9ff));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #b8b1c8;
  font-weight: 700;
}

.variation-modal__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 18px 10px 18px 0;
}

.variation-modal__info h2 {
  max-width: 460px;
  margin: 0 0 16px;
  color: var(--color-text);
  font-size: 1.34rem;
  font-weight: 700;
  line-height: 1.16;
}

.variation-modal__price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin: 0 0 18px;
  color: var(--color-muted);
  font-size: 0.76rem;
  line-height: 1.2;
}

.variation-modal__price strong {
  color: var(--color-text);
  font-size: 0.88rem;
  font-weight: 700;
}

.variation-modal__price span {
  color: #8f879e;
  text-decoration: line-through;
}

.variation-modal__pix {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 5px;
  color: var(--color-green);
  line-height: 1;
}

.variation-modal__pix strong {
  color: var(--color-text);
  font-size: 1.58rem;
  font-weight: 800;
  line-height: 0.95;
}

.variation-modal__pix span {
  display: flex;
  flex-direction: column;
  gap: 1px;
  color: var(--color-green);
  font-size: 0.62rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.variation-modal__pix small {
  font-size: 0.56rem;
  font-weight: 800;
}

.variation-modal__pix::after {
  content: none;
  color: var(--color-text);
  font-weight: 500;
}

.variation-modal__option span {
  display: block;
  margin-bottom: 9px;
  font-size: 0.82rem;
  font-weight: 700;
}

.variation-modal__swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-height: none;
  overflow: visible;
  padding-right: 0;
}

.variation-modal__swatches button {
  min-height: 34px;
  border: 1px solid #bfb8ce;
  border-radius: 6px;
  background: #ffffff;
  cursor: pointer;
  font: inherit;
  font-size: 0.76rem;
  padding: 0 13px;
  white-space: nowrap;
}

.variation-modal__swatches button.is-selected {
  border-color: var(--color-purple);
  color: var(--color-purple);
  font-weight: 700;
}

.variation-modal__actions {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 10px;
  margin-top: 18px;
}

.qty-control {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  min-height: 48px;
  border: 1px solid #cfc8dc;
  background: #ffffff;
}

.qty-control button {
  border: 0;
  background: transparent;
  color: var(--color-text);
  cursor: pointer;
  font: inherit;
  font-size: 1.15rem;
}

.qty-control span {
  display: grid;
  place-items: center;
  color: var(--color-purple);
}

.variation-modal__buy {
  min-height: 44px;
  border-radius: 7px;
  border: 0;
  background: linear-gradient(90deg, var(--color-purple), #9e00f5);
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 800;
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 95;
  display: flex;
  width: min(460px, 100vw);
  height: 100vh;
  flex-direction: column;
  background: #ffffff;
  box-shadow: -24px 0 60px rgba(31, 19, 66, 0.16);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 28px 24px 24px;
  transform: translateX(104%);
  transition: transform 180ms ease;
}

body.cart-open,
body.variation-open {
  overflow: hidden;
}

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

.cart-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  padding-bottom: 4px;
}

.cart-drawer__header h2 {
  margin: 0;
  color: var(--color-text);
  font-size: 1.52rem;
  font-weight: 700;
  line-height: 1.1;
}

.cart-drawer__items {
  overflow: visible;
  max-height: none;
  padding-right: 2px;
}

.cart-empty {
  display: grid;
  gap: 6px;
  padding: 22px 0;
  color: var(--color-muted);
  font-size: 0.84rem;
}

.cart-empty strong {
  color: var(--color-text);
  font-size: 0.98rem;
}

.cart-item {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr) 82px;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid var(--color-border);
}

.cart-item__image {
  display: grid;
  width: 66px;
  height: 74px;
  place-items: center;
  border-radius: 8px;
  background: #fbf7ff;
  color: #b8b1c8;
  font-size: 0.68rem;
}

.cart-item h3 {
  display: -webkit-box;
  margin: 0 0 6px;
  overflow: hidden;
  color: var(--color-text);
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.32;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.cart-item__variation {
  margin: 0 0 10px;
  color: var(--color-muted);
  font-size: 0.7rem;
  line-height: 1.25;
}

.cart-item__variation strong {
  color: var(--color-purple);
  font-weight: 700;
}

.qty-control--small {
  width: 92px;
  min-height: 34px;
  border-color: #ded7ec;
  border-radius: 7px;
}

.qty-control--small button {
  color: var(--color-muted);
  font-size: 0.96rem;
}

.qty-control--small span {
  font-size: 0.86rem;
  font-weight: 600;
}

.cart-item__price {
  display: grid;
  justify-items: end;
  align-content: start;
  gap: 6px;
  color: var(--color-text);
}

.cart-item__remove {
  display: inline-grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #d92d20;
  cursor: pointer;
  padding: 0;
}

.cart-item__remove:hover,
.cart-item__remove:focus-visible {
  background: #fff1f0;
}

.cart-item__remove .icon {
  width: 17px;
  height: 17px;
  stroke-width: 1.9;
}

.cart-item__price small {
  color: var(--color-green);
  font-size: 0.7rem;
  line-height: 1.1;
  white-space: nowrap;
}

.cart-item__price s {
  color: var(--color-muted);
}

.cart-item__price strong {
  font-size: 0.98rem;
  line-height: 1;
}

.cart-drawer__summary {
  display: grid;
  gap: 14px;
  margin-top: 18px;
  padding-top: 2px;
}

.cart-drawer__summary > div:not(.shipping-estimator),
.cart-drawer__shipping {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--color-text);
  font-size: 0.9rem;
  font-weight: 500;
}

.cart-drawer__summary > div:not(.shipping-estimator) strong {
  font-weight: 700;
}

.cart-drawer__shipping {
  min-height: 48px;
  border: 0;
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  background: transparent;
  color: var(--color-text);
  cursor: pointer;
  font: inherit;
  padding: 0;
}

.cart-drawer__shipping-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
}

.cart-drawer__shipping .icon {
  width: 18px;
  height: 18px;
  color: var(--color-purple);
  stroke-width: 1.75;
}

.cart-drawer__shipping.is-open {
  border-bottom-color: transparent;
}

.cart-drawer__total strong {
  font-size: 1.28rem;
}

.cart-drawer__total span {
  font-size: 1.02rem;
  font-weight: 700;
}

.cart-drawer__summary small {
  justify-self: end;
  color: var(--color-green);
  font-size: 0.76rem;
  font-weight: 500;
}

.cart-drawer__checkout {
  min-height: 50px;
  border-radius: 6px;
  cursor: pointer;
  font: inherit;
  font-size: 0.94rem;
  font-weight: 700;
}

.cart-drawer__checkout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  background: linear-gradient(90deg, #7b00d9, #8b00dc);
  color: #ffffff;
}

.cart-drawer__checkout .icon {
  width: 18px;
  height: 18px;
  stroke-width: 2;
}

.cart-drawer__more {
  border: 0;
  background: transparent;
  color: #1a46da;
  cursor: pointer;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 500;
  padding: 4px 0 0;
}

.shipping-estimator {
  display: none;
  width: 100%;
  min-width: 0;
  border-bottom: 1px solid var(--color-border);
  padding: 0 0 14px;
}

.shipping-estimator.is-open {
  display: grid;
  gap: 12px;
}

.shipping-estimator label {
  color: var(--color-text);
  font-size: 0.82rem;
  font-weight: 600;
}

.shipping-estimator__form {
  display: grid;
  grid-template-columns: 1fr 96px;
  gap: 8px;
  width: 100%;
  min-width: 0;
}

.shipping-estimator__form input {
  min-width: 0;
  min-height: 40px;
  border: 1px solid #d8d1e7;
  border-radius: 6px;
  font: inherit;
  font-size: 0.84rem;
  padding: 0 12px;
}

.shipping-estimator__form button {
  border: 0;
  border-radius: 6px;
  background: var(--color-purple);
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-size: 0.8rem;
  font-weight: 700;
}

.shipping-estimator__result {
  display: none;
  gap: 10px;
  width: 100%;
  min-width: 0;
}

.shipping-estimator__result.is-visible {
  display: grid;
}

.shipping-estimator__result p {
  margin: 0;
  color: var(--color-text);
  font-size: 0.76rem;
  line-height: 1.35;
}

.shipping-estimator__result p button {
  border: 0;
  background: transparent;
  color: var(--color-purple);
  cursor: pointer;
  font: inherit;
  text-decoration: underline;
}

.shipping-estimator__result > strong {
  font-size: 0.82rem;
}

.shipping-estimator__result label {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr) auto;
  align-items: start;
  gap: 10px;
  width: 100%;
  min-width: 0;
  background: #f7f3fb;
  border-radius: 7px;
  padding: 11px 10px;
}

.shipping-estimator__result label span {
  min-width: 0;
}

.shipping-estimator__result b {
  display: block;
  font-size: 0.78rem;
  line-height: 1.28;
}

.shipping-estimator__result small {
  display: block;
  color: var(--color-muted);
  font-size: 0.7rem;
  line-height: 1.28;
  margin-top: 3px;
}

.shipping-estimator__result em {
  color: var(--color-green);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 600;
}

.buy-button::before {
  content: "\25A1";
}

.buy-button::before {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background: currentColor;
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 8h12l1 13H5L6 8z'/%3E%3Cpath d='M9 8a3 3 0 0 1 6 0'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 8h12l1 13H5L6 8z'/%3E%3Cpath d='M9 8a3 3 0 0 1 6 0'/%3E%3C/svg%3E") center / contain no-repeat;
}

.buy-button.is-loading::before,
.buy-button.is-ready::before {
  display: none;
}

.service-card {
  padding: 0 0 58px;
}

.service-card__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid var(--color-border);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: var(--shadow-card);
  overflow: hidden;
}

.service-card__inner div {
  display: grid;
  grid-template-columns: 42px 1fr;
  column-gap: 16px;
  row-gap: 4px;
  align-items: center;
  padding: 24px 28px;
  border-right: 1px solid var(--color-border);
}

.service-card__inner div:last-child {
  border-right: 0;
}

.service-icon {
  grid-row: span 2;
  width: 34px;
  height: 34px;
  color: var(--color-purple);
  stroke-width: 1.7;
}

.service-card strong {
  color: var(--color-text);
}

.service-card span {
  color: var(--color-muted);
  font-size: 0.92rem;
}

.product-page {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 22px 40px;
}

.product-detail-section {
  background: #ffffff;
  padding-top: 20px;
}

.product-detail {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(350px, 0.82fr);
  gap: 16px 28px;
}

.product-gallery {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 12px;
  min-width: 0;
}

.product-gallery__thumbs {
  display: grid;
  align-content: start;
  gap: 10px;
}

.product-gallery__thumb {
  display: grid;
  place-items: center;
  width: 72px;
  aspect-ratio: 1 / 1;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #ffffff;
  cursor: pointer;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.product-gallery__thumb.is-active,
.product-gallery__thumb:hover,
.product-gallery__thumb:focus-visible {
  border-color: var(--color-purple);
  box-shadow: 0 0 0 2px rgba(121, 0, 217, 0.08);
}

.product-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-gallery__thumb .product-demo-capsule {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  width: 21px;
  height: 52px;
  transform: rotate(var(--demo-rotate));
}

.product-gallery__thumb .product-demo-capsule::before {
  top: 42%;
  height: 2px;
}

.product-gallery__thumb .product-demo-capsule::after {
  top: -4px;
  width: 12px;
  height: 7px;
}

.product-gallery__main {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 500px;
  border: 1px solid var(--color-border);
  border-radius: 10px;
  background: #ffffff;
  overflow: hidden;
}

.product-gallery__main > img {
  width: 82%;
  max-height: 410px;
  object-fit: contain;
  cursor: zoom-in;
}

.product-gallery__placeholder {
  display: grid;
  place-items: center;
  width: 78%;
  height: 72%;
  border-radius: 8px;
  background: linear-gradient(135deg, #fbf4ff, #ffffff);
  color: #c0a9d8;
  font-weight: 700;
}

.product-demo-stage {
  position: relative;
  width: min(470px, 82%);
  height: 348px;
  cursor: zoom-in;
}

.product-demo-stage::after {
  position: absolute;
  right: 8%;
  bottom: 18px;
  left: 9%;
  height: 34px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(23, 19, 47, 0.18) 0, rgba(23, 19, 47, 0) 70%);
  content: "";
  filter: blur(2px);
}

.product-demo-capsule {
  position: absolute;
  z-index: 1;
  width: 76px;
  height: 218px;
  border-radius: 44px;
  background: var(--demo-color);
  box-shadow: inset -14px -18px 24px rgba(23, 19, 47, 0.18), inset 12px 16px 22px rgba(255, 255, 255, 0.18);
  transform: rotate(var(--demo-rotate));
}

.product-demo-capsule::before {
  position: absolute;
  top: 42%;
  right: 0;
  left: 0;
  height: 3px;
  background: rgba(23, 19, 47, 0.55);
  content: "";
}

.product-demo-capsule::after {
  position: absolute;
  top: -8px;
  left: 50%;
  width: 25px;
  height: 14px;
  border-radius: 12px 12px 4px 4px;
  background: #181520;
  content: "";
  transform: translateX(-50%);
}

.product-demo-capsule--pink {
  --demo-color: #f348a9;
  --demo-rotate: -11deg;
  top: 92px;
  left: 52px;
}

.product-demo-capsule--purple {
  --demo-color: #8f31d9;
  --demo-rotate: 9deg;
  top: 48px;
  left: 170px;
}

.product-demo-capsule--red {
  --demo-color: #ef2d42;
  --demo-rotate: 13deg;
  top: 86px;
  right: 116px;
}

.product-demo-capsule--black {
  --demo-color: #15151b;
  --demo-rotate: -14deg;
  top: 142px;
  right: 34px;
}

.product-gallery__discount {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 1;
  border-radius: 999px;
  background: var(--color-purple);
  color: #ffffff;
  font-size: 0.76rem;
  font-weight: 800;
  padding: 7px 13px;
}

.product-gallery__zoom {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--color-border);
  border-radius: 50%;
  background: #ffffff;
  color: var(--color-text);
  cursor: pointer;
}

.product-gallery__zoom .icon {
  width: 19px;
  height: 19px;
}

.product-gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: none;
  place-items: center;
  background: rgba(18, 12, 34, 0.72);
  padding: 28px;
}

.product-gallery-modal.is-open {
  display: grid;
}

body.gallery-modal-open {
  overflow: hidden;
}

.product-gallery-modal__dialog {
  position: relative;
  display: grid;
  place-items: center;
  width: min(920px, 94vw);
  min-height: min(720px, 84vh);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 24px 80px rgba(18, 12, 34, 0.28);
  padding: 34px;
}

.product-gallery-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid var(--color-border);
  border-radius: 50%;
  background: #ffffff;
  color: var(--color-text);
  cursor: pointer;
  font: inherit;
  font-size: 1.25rem;
  line-height: 1;
}

.product-gallery-modal__nav {
  position: absolute;
  top: 50%;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid var(--color-border);
  border-radius: 50%;
  background: #ffffff;
  color: var(--color-purple);
  cursor: pointer;
  font: inherit;
  font-size: 1.7rem;
  line-height: 1;
  transform: translateY(-50%);
  box-shadow: 0 10px 28px rgba(18, 12, 34, 0.14);
}

.product-gallery-modal__nav--prev {
  left: 16px;
}

.product-gallery-modal__nav--next {
  right: 16px;
}

.product-gallery-modal__image {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 520px;
}

.product-gallery-modal__image img {
  width: 100%;
  max-height: 76vh;
  object-fit: contain;
}

.product-gallery-modal .product-demo-stage {
  width: min(620px, 82vw);
  height: 430px;
  cursor: default;
  transform: scale(1.12);
}

.payment-modal {
  position: fixed;
  inset: 0;
  z-index: 121;
  display: none;
  place-items: center;
  background: rgba(18, 12, 34, 0.48);
  padding: 16px 24px;
}

.payment-modal.is-open {
  display: grid;
}

body.payment-modal-open {
  overflow: hidden;
}

.payment-modal__dialog {
  position: relative;
  width: min(940px, 96vw);
  max-height: none;
  overflow: visible;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid var(--color-border);
  box-shadow: 0 24px 80px rgba(18, 12, 34, 0.24);
  padding: 18px 20px;
}

.payment-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--color-border);
  border-radius: 50%;
  background: #ffffff;
  color: var(--color-purple);
  cursor: pointer;
  font: inherit;
  font-size: 1.4rem;
}

.cart-toast {
  grid-template-columns: 58px minmax(0, 1fr) 24px;
  gap: 12px;
  width: min(390px, calc(100vw - 32px));
  border-radius: 10px;
  padding: 12px;
}

.cart-toast__image {
  width: 58px;
  height: 58px;
  grid-column: 1;
  grid-row: 1;
  overflow: hidden;
  font-size: 0.62rem;
}

.cart-toast__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.cart-toast__content {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
}

.cart-toast p {
  margin-bottom: 5px;
  font-size: 0.78rem;
  line-height: 1.22;
  -webkit-line-clamp: 2;
}

.cart-toast strong {
  display: block;
  font-size: 0.84rem;
  line-height: 1.2;
}

.cart-toast__close {
  grid-column: 3;
  grid-row: 1;
}

.payment-modal h2 {
  margin: 0 0 12px;
  color: var(--color-text);
  font-size: 1.05rem;
}

.payment-modal__tab {
  display: inline-flex;
  gap: 5px;
  margin-bottom: 10px;
  border: 1px solid #ead8ff;
  border-radius: 999px;
  background: #fbf7ff;
  color: var(--color-purple);
  font-size: 0.72rem;
  font-weight: 800;
  padding: 6px 10px;
  text-transform: uppercase;
}

.payment-modal__tab strong {
  color: var(--color-green);
}

.payment-modal__section {
  margin-top: 10px;
}

.payment-modal__section h3 {
  margin: 0 0 8px;
  color: var(--color-text);
  font-size: 0.88rem;
}

.payment-modal__box {
  display: grid;
  gap: 0;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #fbf9ff;
  padding: 10px 12px;
  overflow: hidden;
}

.payment-modal__box p {
  margin: 0 0 8px;
  color: var(--color-text);
  font-size: 0.82rem;
}

.payment-modal__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  min-height: 26px;
  padding: 0 8px;
  color: var(--color-text);
  font-size: 0.8rem;
}

.payment-modal__row:nth-child(even) {
  background: #ffffff;
}

.payment-modal__row:nth-child(odd) {
  background: #f6f1fb;
}

.payment-modal__methods {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

.payment-modal__pix {
  border: 1px solid #d7f0e2;
  border-radius: 8px;
  background: #f4fff8;
  padding: 10px 12px;
}

.payment-modal__pix p {
  margin: 6px 0 0;
  color: var(--color-text);
  font-size: 0.82rem;
}

.payment-modal__back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  min-height: 34px;
  border: 1px solid var(--color-purple);
  border-radius: 8px;
  background: #ffffff;
  color: var(--color-purple);
  cursor: pointer;
  font: inherit;
  font-size: 0.8rem;
  font-weight: 800;
  padding: 0 18px;
  text-decoration: none;
}

.product-summary {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-content: start;
  justify-content: space-between;
  min-width: 0;
  padding: 0;
}

.product-summary > * {
  box-sizing: border-box;
  width: 100%;
}

.product-summary__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.product-summary__badges span {
  border-radius: 4px;
  background: #ead8ff;
  color: var(--color-purple);
  font-size: 0.72rem;
  font-weight: 800;
  padding: 5px 9px;
  text-transform: uppercase;
}

.product-summary__badges span + span {
  background: #e9fbf2;
  color: #137848;
}

.product-summary h1 {
  margin: 0 0 8px;
  color: var(--color-text);
  font-size: clamp(1.34rem, 1.65vw, 1.78rem);
  line-height: 1.12;
  letter-spacing: 0;
}

.product-summary__rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: var(--color-muted);
  font-size: 0.82rem;
}

.product-summary__rating span {
  color: var(--color-star);
  letter-spacing: 0;
}

.product-summary__rating b {
  color: var(--color-text);
}

.product-summary__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 10px 0 12px;
  color: var(--color-muted);
  font-size: 0.66rem;
  font-weight: 500;
  opacity: 0.68;
}

.product-summary__price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
  margin: -3px 0 2px;
}

.product-summary__price {
  color: var(--color-muted);
  font-size: 0.76rem;
  font-weight: 600;
  line-height: 1;
}

.product-summary__price-row s {
  color: var(--color-muted);
  font-size: 0.74rem;
  opacity: 0.82;
}

.product-summary__price-row em {
  border-radius: 5px;
  background: var(--color-purple-soft);
  color: var(--color-purple);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 700;
  padding: 4px 7px;
}

.product-summary__pix {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin: 0 0 6px;
  color: var(--color-green);
  line-height: 1;
}

.product-summary__pix strong {
  color: var(--color-text);
  font-size: clamp(1.95rem, 2.6vw, 2.35rem);
  font-weight: 800;
  letter-spacing: 0;
}

.product-summary__pix span,
.product-summary__pix small {
  color: var(--color-green);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.product-summary__pix small {
  font-weight: 700;
}

.product-summary__installment {
  display: grid;
  grid-template-columns: 14px minmax(0, 1fr) auto;
  align-items: center;
  gap: 7px;
  width: 100%;
  min-height: 30px;
  margin-bottom: 9px;
  border: 0;
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  border-radius: 0;
  background: transparent;
  color: var(--color-purple);
  cursor: pointer;
  font: inherit;
  padding: 6px 0;
  text-align: left;
}

.product-summary__installment .icon {
  width: 15px;
  height: 15px;
}

.product-summary__installment span {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 10px;
  min-width: 0;
}

.product-summary__installment b {
  color: var(--color-purple);
  font-size: 0.66rem;
  font-weight: 700;
}

.product-summary__installment small {
  display: none;
}

.product-summary__installment strong {
  font-size: 1rem;
  line-height: 1;
}

.product-variations {
  display: grid;
  gap: 8px;
  margin: 8px 0 10px;
}

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

.product-variations__group > span {
  color: var(--color-text);
  font-size: 0.78rem;
  font-weight: 800;
}

.product-variations__options {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.product-variations__options button {
  min-height: 30px;
  border: 1px solid #cfc4de;
  border-radius: 6px;
  background: #ffffff;
  color: var(--color-text);
  cursor: pointer;
  font: inherit;
  font-size: 0.76rem;
  padding: 0 12px;
}

.product-variations__options button.is-selected,
.product-variations__options button:hover,
.product-variations__options button:focus-visible {
  border-color: var(--color-purple);
  color: var(--color-purple);
  font-weight: 800;
  box-shadow: 0 0 0 2px rgba(121, 0, 217, 0.07);
}

.product-summary__purchase {
  display: grid;
  grid-template-columns: auto 88px minmax(136px, 0.9fr) minmax(190px, 1.12fr) 40px;
  gap: 8px 9px;
  align-items: center;
}

.product-summary__purchase label {
  color: var(--color-text);
  font-size: 0.8rem;
  font-weight: 800;
}

.product-summary__qty {
  min-height: 36px;
  border-radius: 7px;
  overflow: hidden;
}

.product-shipping--inline {
  grid-column: 1 / -1;
}

.product-summary__purchase + .product-shipping {
  display: none;
}

.product-summary__buy,
.product-summary__cart,
.product-summary__favorite {
  margin-top: 4px;
  min-height: 36px;
  border-radius: 7px;
  cursor: pointer;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 800;
}

.product-summary__buy,
.product-summary__cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 12px;
  white-space: nowrap;
}

.product-summary__buy {
  grid-column: 1 / 3;
  border: 0;
  background: linear-gradient(90deg, var(--color-purple), #9e00f5);
  color: #ffffff;
}

.product-summary__cart {
  grid-column: 3 / 5;
  border: 1px solid var(--color-purple);
  background: #ffffff;
  color: var(--color-purple);
}

.product-summary__favorite {
  grid-column: 5;
  border: 1px solid #d9d1e8;
  background: #ffffff;
  color: var(--color-purple);
  font-size: 1.02rem;
}

.product-summary__buy .icon,
.product-summary__cart .icon {
  width: 15px;
  height: 15px;
}

.product-shipping {
  display: grid;
  gap: 8px;
  margin: 10px 0 4px;
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  padding: 9px 0;
}

.product-shipping--inline {
  margin-bottom: 2px;
}

.product-shipping__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--color-text);
  cursor: pointer;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 800;
  padding: 0;
}

.product-shipping__header span:first-child {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.product-shipping__header .icon {
  width: 16px;
  height: 16px;
  color: var(--color-purple);
}

.product-shipping__panel {
  display: grid;
  gap: 8px;
}

.product-shipping__panel:not(.is-open) {
  display: none;
}

.product-shipping__panel:not(.is-open) .product-shipping__result {
  display: none;
}

.product-shipping__panel > label {
  color: var(--color-text);
  font-size: 0.72rem;
  font-weight: 800;
}

.product-shipping__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 112px;
  gap: 8px;
}

.product-shipping__form input {
  min-height: 36px;
  min-width: 0;
  border: 1px solid #d7cde5;
  border-radius: 7px;
  color: var(--color-text);
  font: inherit;
  font-size: 0.78rem;
  padding: 0 12px;
}

.product-shipping__form button {
  min-height: 36px;
  border: 1px solid var(--color-purple);
  border-radius: 7px;
  background: #ffffff;
  color: var(--color-purple);
  cursor: pointer;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 800;
}

.product-shipping__result {
  display: none;
  gap: 7px;
}

.product-shipping__result.is-visible {
  display: grid;
}

.product-shipping__result p {
  margin: 0;
  color: var(--color-muted);
  font-size: 0.7rem;
}

.product-shipping__result p button {
  border: 0;
  background: transparent;
  color: var(--color-purple);
  cursor: pointer;
  font: inherit;
  text-decoration: underline;
}

.product-shipping__result label {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr) auto;
  align-items: start;
  gap: 8px;
  border-radius: 7px;
  background: #f7f3fb;
  padding: 8px;
}

.product-shipping__result b {
  display: block;
  color: var(--color-text);
  font-size: 0.74rem;
}

.product-shipping__result small {
  display: block;
  color: var(--color-muted);
  font-size: 0.66rem;
  line-height: 1.25;
  margin-top: 2px;
}

.product-shipping__result em {
  color: var(--color-green);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 800;
}

.product-summary__trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 12px;
  border-radius: 8px;
  background: #f8f3ff;
  overflow: hidden;
}

.product-summary__trust span {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  column-gap: 6px;
  row-gap: 1px;
  align-items: center;
  min-height: 34px;
  padding: 6px 7px;
  border-right: 1px solid #e4d8f0;
}

.product-summary__trust span:last-child {
  border-right: 0;
}

.product-summary__trust .icon {
  grid-row: span 2;
  width: 14px;
  height: 14px;
  color: var(--color-purple);
}

.product-summary__trust b {
  color: var(--color-text);
  font-size: 0.5rem;
  text-transform: uppercase;
}

.product-summary__trust small {
  color: var(--color-muted);
  font-size: 0.5rem;
  line-height: 1.25;
}

.product-summary__badges {
  margin-bottom: 14px;
}

.product-summary__badges span {
  border-radius: 6px;
  padding: 8px 12px;
}

.product-summary h1 {
  margin-bottom: 10px;
  font-size: clamp(1.55rem, 2.2vw, 2.05rem);
}

.product-summary__meta {
  align-items: center;
  gap: 10px 18px;
  margin: 11px 0 18px;
  font-size: 0.82rem;
  opacity: 0.86;
}

.product-summary__meta i {
  display: block;
  width: 1px;
  height: 16px;
  background: #d8d0e8;
}

.product-summary__price-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(170px, 0.65fr);
  gap: 16px;
  align-items: stretch;
  margin-bottom: 8px;
  border: 1px solid var(--color-purple);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 24px rgba(121, 0, 217, 0.08);
  padding: 16px 20px;
}

.price-panel__pix {
  display: grid;
  align-content: center;
  gap: 9px;
}

.price-panel__tag {
  width: fit-content;
  border-radius: 7px;
  background: #e9fbf2;
  color: var(--color-green);
  font-size: 0.68rem;
  font-weight: 800;
  padding: 6px 10px;
  text-transform: uppercase;
}

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

.price-panel__pix-row strong {
  color: var(--color-purple);
  font-size: clamp(2.45rem, 4vw, 3.35rem);
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: 0;
}

.price-panel__pix-row > span {
  display: grid;
  gap: 5px;
  color: var(--color-green);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.price-panel__pix-row b {
  width: fit-content;
  border-radius: 7px;
  background: var(--color-green);
  color: #ffffff;
  font-size: 0.76rem;
  font-weight: 800;
  padding: 6px 9px;
}

.price-panel__pix > small {
  position: relative;
  color: var(--color-muted);
  font-size: 0.72rem;
  padding-left: 26px;
}

.price-panel__pix > small::before {
  position: absolute;
  left: 0;
  top: -1px;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 50%;
  background: var(--color-green);
  color: #ffffff;
  content: "✓";
  font-size: 0.72rem;
  font-weight: 800;
}

.price-panel__card {
  display: grid;
  align-content: center;
  gap: 8px;
  border-left: 1px solid var(--color-border);
  padding-left: 20px;
}

.price-panel__card > span,
.price-panel__card small {
  color: var(--color-text);
  font-size: 0.86rem;
}

.price-panel__card .product-summary__price {
  color: var(--color-text);
  font-size: 1.25rem;
  font-weight: 800;
}

.price-panel__card p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 8px 0 0;
}

.price-panel__card s {
  color: var(--color-muted);
  font-size: 0.78rem;
}

.price-panel__card em {
  border-radius: 7px;
  background: var(--color-purple-soft);
  color: var(--color-purple);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 800;
  padding: 6px 9px;
}

.product-summary__pix,
.product-summary__price-row {
  display: none;
}

.product-summary__installment {
  min-height: 42px;
  margin-bottom: 14px;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #ffffff;
  padding: 0 14px;
}

.product-summary__installment b {
  font-size: 0.78rem;
}

.product-summary__options-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 210px;
  gap: 14px 22px;
  align-items: end;
  margin-bottom: 18px;
}

.product-summary__quantity {
  display: grid;
  gap: 8px;
}

.product-summary__quantity label,
.product-variations__group > span {
  color: var(--color-text);
  font-size: 0.78rem;
  font-weight: 800;
}

.product-variations__options button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  border-radius: 8px;
  font-size: 0.78rem;
  padding: 0 14px;
}

.swatch {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

.swatch--pink { background: #f334a8; }
.swatch--purple { background: var(--color-purple); }
.swatch--black { background: #090914; }
.swatch--rainbow { background: conic-gradient(#ff1b89, #ffdb00, #1fcc70, #7b00d9, #ff1b89); }

.product-summary__quantity .product-summary__qty {
  min-height: 40px;
  border-radius: 8px;
}

.product-shipping--card {
  margin: 0 0 18px;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  padding: 14px 16px;
}

.product-shipping--card .product-shipping__panel {
  grid-template-columns: minmax(210px, 0.78fr) minmax(250px, 1fr);
  gap: 12px 18px;
  align-items: center;
}

.product-shipping__intro {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: center;
}

.product-shipping__intro .icon {
  width: 28px;
  height: 28px;
  color: var(--color-purple);
  stroke-width: 1.7;
}

.product-shipping__intro b,
.product-shipping__intro small {
  display: block;
}

.product-shipping__intro b {
  color: var(--color-text);
  font-size: 0.9rem;
}

.product-shipping__intro small {
  color: var(--color-muted);
  font-size: 0.7rem;
  line-height: 1.35;
}

.product-shipping--card .product-shipping__form {
  grid-template-columns: minmax(0, 1fr) 110px;
}

.product-shipping--card .product-shipping__form input,
.product-shipping--card .product-shipping__form button {
  min-height: 40px;
  border-radius: 8px;
  font-size: 0.78rem;
}

.product-shipping--card .product-shipping__result {
  grid-column: 1 / -1;
}

.product-summary__purchase {
  grid-template-columns: minmax(150px, 0.9fr) minmax(190px, 1.12fr) 50px;
  gap: 10px;
}

.product-summary__buy,
.product-summary__cart,
.product-summary__favorite {
  grid-column: auto;
  min-height: 48px;
  border-radius: 8px;
  font-size: 0.86rem;
}

.product-summary__favorite {
  font-size: 1.18rem;
}

.product-summary__trust {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 14px;
}

.product-summary {
  justify-content: start;
}

.product-summary__badges {
  gap: 6px;
  margin-bottom: 10px;
}

.product-summary__badges span {
  border-radius: 5px;
  font-size: 0.64rem;
  padding: 6px 10px;
}

.product-summary h1 {
  max-width: 620px;
  margin-bottom: 8px;
  font-size: clamp(1.42rem, 1.9vw, 1.86rem);
  line-height: 1.08;
}

.product-summary__rating {
  gap: 6px;
  font-size: 0.74rem;
}

.product-summary__meta {
  margin: 8px 0 14px;
  font-size: 0.72rem;
}

.product-summary__price-panel {
  grid-template-columns: minmax(0, 1.25fr) minmax(145px, 0.62fr);
  gap: 14px;
  margin-bottom: 7px;
  padding: 13px 18px;
}

.price-panel__tag {
  font-size: 0.62rem;
  padding: 5px 9px;
}

.price-panel__pix {
  gap: 7px;
}

.price-panel__pix-row {
  gap: 10px;
}

.price-panel__pix-row strong {
  font-size: clamp(2.15rem, 3.35vw, 2.9rem);
}

.price-panel__pix-row > span {
  gap: 4px;
  font-size: 0.76rem;
}

.price-panel__pix-row b {
  border-radius: 6px;
  font-size: 0.66rem;
  padding: 5px 8px;
}

.price-panel__pix > small {
  font-size: 0.68rem;
  padding-left: 23px;
}

.price-panel__pix > small::before {
  width: 16px;
  height: 16px;
  font-size: 0.66rem;
}

.price-panel__card {
  gap: 6px;
  padding-left: 18px;
}

.price-panel__card > span,
.price-panel__card small {
  font-size: 0.78rem;
}

.price-panel__card .product-summary__price {
  font-size: 1.08rem;
}

.price-panel__card p {
  gap: 7px;
  margin-top: 6px;
}

.price-panel__card s {
  font-size: 0.7rem;
}

.price-panel__card em {
  border-radius: 6px;
  font-size: 0.66rem;
  padding: 5px 8px;
}

.product-summary__installment {
  min-height: 38px;
  margin-bottom: 12px;
  padding: 0 13px;
}

.product-summary__installment .icon {
  width: 13px;
  height: 13px;
}

.product-summary__installment b {
  font-size: 0.72rem;
}

.product-summary__installment strong {
  font-size: 0.9rem;
}

.product-summary__options-row {
  grid-template-columns: minmax(0, 1fr) 190px;
  gap: 12px 18px;
  margin-bottom: 14px;
}

.product-summary__quantity label,
.product-variations__group > span {
  font-size: 0.72rem;
}

.product-variations__options {
  gap: 6px;
}

.product-variations__options button {
  min-height: 36px;
  border-radius: 7px;
  font-size: 0.72rem;
  padding: 0 12px;
}

.swatch {
  width: 12px;
  height: 12px;
}

.product-summary__quantity .product-summary__qty {
  min-height: 36px;
}

.product-shipping--card {
  margin-bottom: 14px;
  padding: 12px 14px;
}

.product-shipping--card .product-shipping__panel {
  grid-template-columns: minmax(190px, 0.78fr) minmax(220px, 1fr);
  gap: 10px 16px;
}

.product-shipping__intro {
  grid-template-columns: 30px 1fr;
  gap: 8px;
}

.product-shipping__intro .icon {
  width: 24px;
  height: 24px;
}

.product-shipping__intro b {
  font-size: 0.82rem;
}

.product-shipping__intro small {
  font-size: 0.66rem;
}

.product-shipping--card .product-shipping__form {
  grid-template-columns: minmax(0, 1fr) 100px;
}

.product-shipping--card .product-shipping__form input,
.product-shipping--card .product-shipping__form button {
  min-height: 36px;
  font-size: 0.72rem;
}

.product-summary__purchase {
  grid-template-columns: minmax(145px, 0.9fr) minmax(185px, 1.12fr) 48px;
  gap: 10px;
}

.product-summary__buy,
.product-summary__cart,
.product-summary__favorite {
  min-height: 46px;
  font-size: 0.82rem;
}

.product-detail {
  grid-template-columns: minmax(0, 1.04fr) minmax(340px, 0.78fr);
  gap: 16px 24px;
}

.product-summary__badges {
  margin-bottom: 8px;
}

.product-summary__badges span {
  font-size: 0.58rem;
  padding: 5px 9px;
}

.product-summary h1 {
  max-width: 560px;
  margin-bottom: 7px;
  font-size: clamp(1.28rem, 1.65vw, 1.68rem);
  line-height: 1.1;
}

.product-summary__rating {
  font-size: 0.68rem;
}

.product-summary__meta {
  margin: 7px 0 12px;
  font-size: 0.62rem;
}

.product-summary__rating {
  display: inline-flex;
  width: auto;
  margin-right: 10px;
  vertical-align: middle;
}

.product-summary__meta {
  display: inline-flex;
  width: auto;
  margin: 0 0 12px;
  vertical-align: middle;
}

.product-summary__meta i {
  height: 12px;
}

.product-summary__info-line {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 12px;
  margin: 0 0 12px;
  white-space: nowrap;
}

.product-summary__info-line .product-summary__rating,
.product-summary__info-line .product-summary__meta {
  margin: 0;
  width: auto;
}

.product-summary__info-line .product-summary__rating small,
.product-summary__info-line .product-summary__meta span {
  white-space: nowrap;
}

.product-summary__price-panel {
  display: block;
  align-items: center;
  margin-bottom: 6px;
  border: 0;
  padding: 0;
}

.product-summary__badges,
.price-panel__tag {
  display: none;
}

.product-summary__price-panel {
  border-color: transparent;
  background: #ffffff;
  box-shadow: none;
}

.price-panel__pix-row strong {
  color: var(--color-text);
}

.price-panel__pix-row > span,
.price-panel__pix-row b {
  color: var(--color-green);
}

.price-panel__pix-row b {
  border: 0;
  background: transparent;
  padding: 0;
}

.price-panel__card em {
  background: #f6efff;
}

.price-panel__tag {
  border-radius: 6px;
  font-size: 0.56rem;
  padding: 4px 8px;
}

.price-panel__pix-row strong {
  font-size: clamp(1.9rem, 2.65vw, 2.36rem);
  line-height: 0.95;
}

.price-panel__pix-row > span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  font-size: 0.62rem;
  line-height: 1;
  align-self: center;
}

.price-panel__pix-row b {
  display: block;
  margin-top: 0;
  font-size: 0.56rem;
  padding: 0;
}

.price-panel__pix > small {
  display: none;
  font-size: 0.64rem;
  padding-left: 20px;
}

.price-panel__pix > small::before {
  width: 14px;
  height: 14px;
  font-size: 0.58rem;
}

.price-panel__card {
  display: none;
}

.price-panel__card > span,
.price-panel__card small {
  font-size: 0.72rem;
  line-height: 1.2;
}

.price-panel__card .product-summary__price {
  font-size: 1.04rem;
}

.price-panel__card p,
.price-panel__card s,
.price-panel__card em {
  display: none;
}

.price-panel__card-line {
  margin: -3px 0 3px;
  color: var(--color-muted);
  font-size: 0.68rem;
  line-height: 1.1;
  font-weight: 500;
}

.price-panel__card-line .product-summary__price {
  color: var(--color-text);
  font-size: 0.76rem;
  font-weight: 700;
}

.product-summary__installment {
  min-height: 26px;
  margin-bottom: 12px;
  border: 0;
  background: transparent;
  padding: 0;
}

.product-summary__installment b {
  font-size: 0.66rem;
}

.product-summary__options-row {
  grid-template-columns: minmax(0, 1fr) minmax(150px, 170px);
  gap: 10px 16px;
  align-items: center;
  margin-bottom: 12px;
}

.product-summary__quantity {
  align-self: center;
}

.product-summary__quantity label {
  display: block;
  margin-bottom: 6px;
}

.product-summary__options-row--single {
  grid-template-columns: minmax(160px, 190px);
  justify-content: start;
}

.product-summary__options-row--single .product-summary__quantity {
  justify-self: start;
  width: 100%;
}

.product-summary__quantity label,
.product-variations__group > span {
  font-size: 0.66rem;
}

.product-variations__options button {
  flex: 0 1 auto;
  max-width: 100%;
  min-height: 32px;
  font-size: 0.66rem;
  padding: 0 12px;
  white-space: nowrap;
}

.product-variations__options button .swatch {
  display: none;
}

.product-variations {
  min-width: 0;
}

.product-variations__options {
  max-width: 100%;
  row-gap: 7px;
}

.product-summary__quantity .product-summary__qty {
  min-height: 34px;
}

.product-shipping--card {
  margin-bottom: 12px;
  padding: 10px 12px;
}

.product-shipping--card .product-shipping__panel {
  grid-template-columns: minmax(170px, 0.72fr) minmax(205px, 1fr);
  gap: 8px 14px;
}

.product-shipping__intro {
  grid-template-columns: 26px 1fr;
  gap: 8px;
}

.product-shipping__intro .icon {
  width: 22px;
  height: 22px;
}

.product-shipping__intro b {
  font-size: 0.76rem;
}

.product-shipping__intro small {
  font-size: 0.6rem;
}

.product-shipping--card .product-shipping__form {
  grid-template-columns: minmax(0, 1fr) 92px;
}

.product-shipping--card .product-shipping__form input,
.product-shipping--card .product-shipping__form button {
  min-height: 34px;
  font-size: 0.66rem;
}

.product-summary__purchase {
  grid-template-columns: minmax(138px, 0.9fr) minmax(170px, 1.1fr) 44px;
  gap: 8px;
}

.product-summary__buy,
.product-summary__cart,
.product-summary__favorite {
  min-height: 42px;
  font-size: 0.76rem;
}

.product-detail-info {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: 24px;
  margin-top: 14px;
  border: 1px solid var(--color-border);
  border-radius: 10px;
  background: #ffffff;
  padding: 14px 20px;
}

.product-detail-info__description {
  display: contents;
}

.product-detail-info__tabs {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  border-bottom: 1px solid var(--color-border);
  margin-bottom: 12px;
}

.product-detail-info__tabs button {
  position: relative;
  min-height: 36px;
  border: 0;
  background: transparent;
  color: var(--color-text);
  cursor: pointer;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 700;
}

.product-detail-info__tabs button.is-active {
  color: var(--color-purple);
}

.product-detail-info__tabs button.is-active::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  border-radius: 999px;
  background: var(--color-purple);
  content: "";
}

.product-detail-info__panel {
  display: none;
  grid-column: 1 / -1;
}

.product-detail-info__panel.is-active {
  display: block;
}

.product-description {
  color: var(--color-muted);
  font-size: 0.86rem;
  line-height: 1.55;
  text-align: justify;
}

.product-detail-info__bullets {
  display: grid;
  gap: 6px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.product-detail-info__bullets li {
  position: relative;
  padding-left: 24px;
  color: var(--color-text);
  font-size: 0.82rem;
}

.product-detail-info__bullets li::before {
  position: absolute;
  top: 1px;
  left: 0;
  color: var(--color-purple);
  content: "✓";
  font-weight: 800;
}

.product-detail-info__specs {
  border-left: 0;
  padding-left: 0;
}

.product-detail-info__reviews {
  color: var(--color-muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.review-summary {
  display: grid;
  grid-template-columns: minmax(180px, 0.32fr) minmax(320px, 1fr);
  gap: 24px;
  align-items: center;
  margin-bottom: 18px;
}

.review-summary__score {
  display: grid;
  gap: 4px;
  align-content: center;
  justify-items: center;
  text-align: center;
  min-height: 150px;
  padding: 20px;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: linear-gradient(180deg, #fbf7ff, #ffffff);
}

.review-summary__score strong {
  color: var(--color-text);
  font-size: 3rem;
  font-weight: 800;
  line-height: 0.95;
}

.review-summary__score span,
.review-list span {
  color: var(--color-star);
  font-size: 0.9rem;
  letter-spacing: 0;
}

.review-summary__score small {
  color: var(--color-muted);
  font-size: 0.78rem;
  font-weight: 600;
}

.review-summary__bars {
  display: grid;
  gap: 9px;
}

.review-summary__bars div {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) 38px;
  gap: 10px;
  align-items: center;
  color: var(--color-muted);
  font-size: 0.76rem;
  font-weight: 600;
}

.review-summary__bars i {
  position: relative;
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #eee8f7;
}

.review-summary__bars i::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--value);
  border-radius: inherit;
  background: linear-gradient(90deg, var(--color-purple), #a600ff);
  content: "";
}

.review-summary__bars b {
  color: var(--color-text);
  font-weight: 700;
  text-align: right;
}

.review-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.review-list article {
  padding: 14px;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #ffffff;
}

.review-list article > div {
  display: grid;
  gap: 4px;
  margin-bottom: 8px;
}

.review-list strong {
  display: block;
  color: var(--color-text);
  font-size: 0.86rem;
  line-height: 1.25;
}

.review-list p {
  margin: 0;
  color: var(--color-muted);
  font-size: 0.8rem;
  line-height: 1.45;
}

.review-list small {
  display: block;
  margin-top: 10px;
  color: var(--color-green);
  font-size: 0.72rem;
  font-weight: 700;
}

.product-detail-info__specs dl {
  margin: 0;
}

.product-detail-info__specs div {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px solid var(--color-border);
}

.product-detail-info__specs div:last-child {
  border-bottom: 0;
}

.product-detail-info__specs dt {
  color: var(--color-text);
  font-size: 0.84rem;
  font-weight: 800;
}

.product-detail-info__specs dd {
  margin: 0;
  color: var(--color-muted);
  font-size: 0.84rem;
}

.product-related {
  grid-column: 1 / -1;
  margin-top: 8px;
  border-radius: 14px;
  background: linear-gradient(180deg, #fbf4ff 0, #ffffff 100%);
  padding: 22px;
}

.product-related h2 {
  margin: 0 0 18px;
  color: var(--color-purple);
  font-size: 1.15rem;
}

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

.site-footer {
  background: linear-gradient(180deg, #f7f2fb 0, #ffffff 42%, #fbf8ff 100%);
  border-top: 1px solid var(--color-border);
  color: var(--color-muted);
}

.footer-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 14px;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: linear-gradient(135deg, #211333 0%, #341653 100%);
  box-shadow: 0 14px 30px rgba(29, 14, 54, 0.14);
  overflow: hidden;
}

.footer-benefits div {
  display: grid;
  grid-template-columns: 28px 1fr;
  column-gap: 10px;
  row-gap: 1px;
  align-items: center;
  min-height: 58px;
  padding: 10px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-benefits div:last-child {
  border-right: 0;
}

.footer-benefits__icon {
  grid-row: span 2;
  width: 24px;
  height: 24px;
  color: #c98cff;
  stroke-width: 1.8;
}

.footer-benefits strong,
.site-footer h2,
.site-footer__brand strong,
.footer-newsletter strong,
.footer-payments strong,
.footer-security strong {
  color: var(--color-text);
}

.footer-benefits strong {
  color: #ffffff;
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1.2;
}

.footer-benefits span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.66rem;
  line-height: 1.3;
}

.site-footer__main {
  border-top: 1px solid var(--color-border);
  padding: 30px 0 22px;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: minmax(240px, 1.25fr) repeat(3, minmax(150px, 0.7fr)) minmax(260px, 1fr);
  gap: 28px;
}

.site-footer__brand img {
  width: 170px;
  height: auto;
}

.site-footer__brand p {
  max-width: 255px;
  margin: 14px 0 16px;
  color: var(--color-muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

.site-footer__social {
  display: flex;
  gap: 9px;
}

.site-footer__social a {
  display: inline-grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid var(--color-border);
  border-radius: 50%;
  background: #ffffff;
  color: var(--color-purple);
  text-decoration: none;
  box-shadow: var(--shadow-soft);
}

.site-footer__social .icon {
  width: 18px;
  height: 18px;
  stroke-width: 1.9;
}

.site-footer h2 {
  margin: 0 0 16px;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.site-footer h2::after {
  display: block;
  width: 24px;
  height: 2px;
  margin-top: 8px;
  border-radius: 999px;
  background: var(--color-purple);
  content: "";
}

.site-footer__nav {
  display: grid;
  align-content: start;
  gap: 11px;
}

.site-footer__nav a {
  color: var(--color-text);
  font-size: 0.78rem;
  text-decoration: none;
}

.site-footer__nav a:hover,
.site-footer__social a:hover {
  color: var(--color-purple);
}

.site-footer__contact {
  display: grid;
  align-content: start;
  gap: 10px;
}

.site-footer__contact p {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 9px;
  margin: 0;
  color: var(--color-text);
  font-size: 0.78rem;
  line-height: 1.38;
}

.site-footer__contact > p .icon {
  color: var(--color-purple);
  stroke-width: 1.9;
}

.site-footer__support {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 10px;
  align-items: center;
  margin-top: 4px;
  padding: 12px;
  border-radius: 8px;
  background: var(--color-purple-soft);
}

.site-footer__support > .icon {
  width: 34px;
  height: 34px;
  color: var(--color-purple);
  stroke-width: 1.7;
}

.site-footer__support strong,
.site-footer__support span {
  display: block;
}

.site-footer__support strong {
  margin-bottom: 2px;
  color: var(--color-text);
  font-size: 0.78rem;
}

.site-footer__support span {
  font-size: 0.72rem;
  line-height: 1.35;
}

.footer-newsletter {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(420px, 1.2fr);
  gap: 24px;
  align-items: center;
  margin-top: 20px;
  padding: 10px 34px;
  border: 1px solid var(--color-border);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(40, 24, 84, 0.08);
}

.footer-newsletter__title {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: center;
}

.footer-newsletter__title > span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #a72aff, #7900d9);
  color: #ffffff;
}

.footer-newsletter__title .icon {
  width: 22px;
  height: 22px;
}

.footer-newsletter__title strong {
  display: block;
  margin-bottom: 2px;
  font-size: 0.82rem;
  line-height: 1.25;
}

.footer-newsletter__title p {
  margin: 0;
  font-size: 0.86rem;
}

.footer-newsletter__title b {
  color: var(--color-purple);
}

.footer-newsletter__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px;
  gap: 6px 18px;
}

.footer-newsletter__form input {
  min-height: 36px;
  border: 1px solid #ded7ec;
  border-radius: 8px;
  color: var(--color-text);
  font: inherit;
  font-size: 0.86rem;
  padding: 0 16px;
}

.footer-newsletter__form button {
  min-height: 36px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(90deg, #7b00d9, #8b00dc);
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 800;
}

.footer-newsletter__title small {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--color-muted);
  font-size: 0.68rem;
  line-height: 1.25;
}

.footer-newsletter__title small .icon {
  width: 14px;
  height: 14px;
  color: var(--color-muted);
}

.site-footer__bottom {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(390px, 1.05fr) minmax(360px, 1fr);
  gap: 0;
  align-items: center;
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid var(--color-border);
}

.site-footer__bottom p {
  margin: 0 0 4px;
  color: var(--color-text);
  font-size: 0.72rem;
  line-height: 1.35;
}

.site-footer__bottom span {
  font-size: 0.72rem;
  line-height: 1.35;
}

.footer-payments {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  justify-content: center;
  padding: 0 24px;
  border-left: 1px solid var(--color-border);
  border-right: 1px solid var(--color-border);
}

.footer-payments strong {
  flex: 0 0 100%;
  margin-bottom: 2px;
  color: var(--color-text);
  font-size: 0.64rem;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.footer-payment {
  display: inline-grid;
  min-width: 48px;
  min-height: 24px;
  place-items: center;
  border: 1px solid var(--color-border);
  border-radius: 6px;
  background: #ffffff;
  color: var(--color-text);
  font-size: 0.66rem;
  font-weight: 800;
  line-height: 1;
}

.footer-payment--visa {
  color: #17479e;
  font-size: 0.82rem;
  font-style: italic;
  letter-spacing: 0;
}

.footer-payment--master {
  display: flex;
  justify-content: center;
}

.footer-payment--master i {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.footer-payment--master i:first-child {
  margin-right: -6px;
  background: #eb001b;
}

.footer-payment--master i:last-child {
  background: #f79e1b;
  mix-blend-mode: multiply;
}

.footer-payment--elo {
  color: #151515;
  font-size: 0.9rem;
  letter-spacing: 0;
}

.footer-payment--pix {
  color: #58c2b2;
  font-size: 0.86rem;
  font-weight: 700;
}

.footer-payment--boleto {
  position: relative;
  padding-top: 9px;
  font-size: 0.56rem;
}

.footer-payment--boleto::before {
  position: absolute;
  top: 5px;
  left: 12px;
  right: 12px;
  height: 8px;
  background: repeating-linear-gradient(90deg, #111 0 1px, transparent 1px 3px, #111 3px 5px, transparent 5px 7px);
  content: "";
}

.footer-security {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 18px;
  align-items: center;
  padding-left: 24px;
}

.footer-security strong {
  grid-column: 1 / -1;
  margin-bottom: 2px;
  color: var(--color-text);
  font-size: 0.64rem;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.footer-security span {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 8px;
  align-items: center;
  color: var(--color-text);
  font-size: 0.72rem;
  line-height: 1.35;
}

.footer-security .icon {
  width: 24px;
  height: 24px;
  color: var(--color-purple);
  stroke-width: 1.8;
}

.btn-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 70;
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border-radius: 50%;
  background: #25d366;
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(37, 211, 102, 0.34), 0 6px 16px rgba(23, 19, 47, 0.18);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-whatsapp:hover,
.btn-whatsapp:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(37, 211, 102, 0.4), 0 8px 18px rgba(23, 19, 47, 0.2);
}

.btn-whatsapp svg {
  display: block;
  width: 34px !important;
  min-width: 34px;
  height: 34px !important;
  margin: 0;
  padding: 0 !important;
  fill: #ffffff;
}

.account-login-page {
  padding: 18px 0 28px;
  background: linear-gradient(180deg, #ffffff 0, #fbf9ff 100%);
}

.account-login__breadcrumb {
  justify-self: stretch;
}

.account-login__breadcrumb a {
  text-decoration: none;
}

.account-login {
  display: grid;
  grid-template-columns: minmax(380px, 0.78fr) minmax(520px, 1.18fr);
  gap: 22px;
  align-items: stretch;
}

.account-login--solo {
  grid-template-columns: minmax(0, 560px);
  justify-content: center;
  min-height: 520px;
  align-items: center;
}

.account-login__card,
.account-login__visual {
  min-height: 430px;
  border: 1px solid var(--color-border);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(40, 24, 84, 0.06);
}

.account-login__card {
  padding: 30px 34px 22px;
}

.account-login--solo .account-login__card {
  width: 100%;
  min-height: auto;
}

.account-login__card h1 {
  margin: 0 0 8px;
  color: var(--color-text);
  font-size: clamp(1.65rem, 2.35vw, 2.18rem);
  line-height: 1.08;
  font-weight: 800;
}

.account-login__card > p {
  margin: 0 0 20px;
  color: var(--color-muted);
  font-size: 0.84rem;
}

.account-login__form {
  display: grid;
  gap: 10px;
}

.account-login__form label {
  color: var(--color-text);
  font-size: 0.78rem;
  font-weight: 700;
}

.account-login__form label span {
  color: var(--color-muted);
  font-size: 0.72rem;
  font-weight: 600;
}

.account-login__field {
  min-height: 44px;
  display: grid;
  grid-template-columns: 24px 1fr auto;
  align-items: center;
  gap: 10px;
  border: 1px solid #ded6ee;
  border-radius: 6px;
  background: #ffffff;
  padding: 0 12px;
  color: #9a92ad;
}

.account-login__field input {
  min-width: 0;
  border: 0;
  outline: 0;
  color: var(--color-text);
  font: inherit;
  font-size: 0.82rem;
}

.account-login__field input::placeholder {
  color: #b6afc4;
}

.account-login__field button {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 0;
  background: transparent;
  color: var(--color-purple-dark);
  cursor: pointer;
}

.account-login__forgot {
  justify-self: end;
  color: var(--color-purple);
  font-size: 0.78rem;
  font-weight: 700;
}

.account-login__back {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  color: var(--color-purple);
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 800;
}

.account-login__submit {
  min-height: 46px;
  border: 0;
  border-radius: 6px;
  background: linear-gradient(90deg, var(--color-purple), #9200ee);
  color: #ffffff;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(121, 0, 217, 0.22);
}

.account-login__divider {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 14px;
  margin: 12px 0;
  color: var(--color-muted);
  font-size: 0.78rem;
}

.account-login__divider::before,
.account-login__divider::after {
  content: "";
  height: 1px;
  background: var(--color-border);
}

.account-login__create {
  min-height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid #ded6ee;
  border-radius: 6px;
  color: var(--color-text);
  text-decoration: none;
  font-size: 0.84rem;
}

.account-login__create strong {
  color: var(--color-purple);
}

.account-login--recovery .account-login__card {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.account-login-page--register .container {
  display: grid;
  justify-items: center;
}

.account-login--register {
  width: min(100%, 610px);
  grid-template-columns: 1fr;
}

.account-login--register .account-login__card {
  width: 100%;
  min-height: auto;
  padding: 28px 34px 26px;
}

.checkout-page {
  padding: 26px 0 48px;
  background: linear-gradient(180deg, #fff 0%, #fbf9ff 100%);
}

.checkout-page__breadcrumb {
  margin-bottom: 16px;
}

.checkout-page__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.checkout-page__header span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 6px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #f3e8ff;
  color: var(--color-purple);
  font-size: 0.76rem;
  font-weight: 600;
  text-transform: uppercase;
}

.checkout-page__header h1 {
  margin: 0;
  font-size: clamp(1.8rem, 2.7vw, 2.65rem);
  line-height: 1.08;
}

.checkout-page__header p {
  max-width: 660px;
  margin: 8px 0 0;
  color: var(--color-muted);
  font-size: 0.95rem;
}

.checkout-page__header a {
  color: var(--color-purple);
  font-size: 0.86rem;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  white-space: nowrap;
}

.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 18px;
  align-items: start;
}

.checkout-layout__main {
  display: grid;
  gap: 14px;
}

.checkout-step,
.checkout-summary {
  border: 1px solid var(--color-border);
  border-radius: 10px;
  background: var(--color-surface);
  box-shadow: 0 12px 26px rgba(42, 20, 79, 0.055);
}

.checkout-step {
  padding: 18px;
}

.checkout-step > header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}

.checkout-step > header > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--color-purple-soft);
  color: var(--color-purple);
  font-size: 0.86rem;
  font-weight: 700;
}

.checkout-step h2,
.checkout-summary h2 {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.2;
}

.checkout-step p {
  margin: 4px 0 0;
  color: var(--color-muted);
  font-size: 0.82rem;
}

.checkout-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.checkout-form-grid label,
.checkout-shipping-box__address strong {
  color: var(--color-text);
  font-size: 0.82rem;
  font-weight: 600;
}

.checkout-form-grid input,
.checkout-shipping-box__options label,
.checkout-payment-grid label {
  border: 1px solid #ddd2ef;
  border-radius: 8px;
  background: #fff;
}

.checkout-form-grid input {
  width: 100%;
  margin-top: 6px;
  padding: 13px 14px;
  color: var(--color-text);
  font: inherit;
  font-size: 0.9rem;
  font-weight: 500;
}

.checkout-shipping-box {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 14px;
}

.checkout-shipping-box__address {
  padding: 14px;
  border-radius: 8px;
  background: #fbf8ff;
}

.checkout-shipping-box__address p {
  margin-top: 8px;
  color: var(--color-text);
  font-size: 0.9rem;
  line-height: 1.55;
}

.checkout-shipping-box__options,
.checkout-payment-grid {
  display: grid;
  gap: 10px;
}

.checkout-shipping-box__options label,
.checkout-payment-grid label {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 12px;
  cursor: pointer;
}

.checkout-shipping-box__options b,
.checkout-payment-grid strong {
  display: block;
  font-size: 0.88rem;
  font-weight: 600;
}

.checkout-shipping-box__options small,
.checkout-payment-grid small {
  display: block;
  margin-top: 2px;
  color: var(--color-muted);
  font-size: 0.76rem;
}

.checkout-shipping-box__options em {
  color: var(--color-green);
  font-style: normal;
  font-size: 0.83rem;
  font-weight: 600;
}

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

.checkout-payment-grid label {
  grid-template-columns: auto minmax(0, 1fr);
}

.checkout-payment-grid label.is-selected {
  border-color: rgba(121, 0, 217, 0.5);
  background: #fbf8ff;
}

.checkout-summary {
  position: sticky;
  top: 18px;
  padding: 18px;
}

.checkout-summary__items {
  display: grid;
  gap: 12px;
  margin: 16px 0;
}

.checkout-summary__items article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.checkout-summary__items article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 8px;
  background: #faf6ff;
  color: #b8abc9;
  font-size: 0.72rem;
  font-weight: 600;
}

.checkout-summary__items strong {
  display: block;
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.35;
}

.checkout-summary__items small {
  display: block;
  margin-top: 3px;
  color: var(--color-muted);
  font-size: 0.74rem;
}

.checkout-summary__items em {
  font-style: normal;
  font-size: 0.88rem;
  font-weight: 700;
  white-space: nowrap;
}

.checkout-summary dl {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 14px 0;
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}

.checkout-summary dl div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.checkout-summary dt {
  color: var(--color-muted);
  font-size: 0.86rem;
}

.checkout-summary dd {
  margin: 0;
  color: var(--color-text);
  font-size: 0.9rem;
  font-weight: 600;
}

.checkout-summary dl div:last-child dt,
.checkout-summary dl div:last-child dd {
  color: var(--color-text);
  font-size: 1.08rem;
  font-weight: 700;
}

.checkout-summary__submit {
  width: 100%;
  margin-top: 16px;
  padding: 14px 18px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, #7900d9, #a600f0);
  color: #fff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(121, 0, 217, 0.18);
}

.checkout-summary > p {
  margin: 12px 0 0;
  color: var(--color-muted);
  font-size: 0.76rem;
  line-height: 1.45;
  text-align: center;
}

.account-register__form {
  gap: 9px;
}

.account-register-confirmation {
  display: grid;
  gap: 12px;
  margin: 16px 0 18px;
  color: var(--color-text);
  text-align: center;
}

.account-register-confirmation p {
  margin: 0;
  font-size: 0.94rem;
  font-weight: 800;
}

.account-register-confirmation div {
  display: grid;
  gap: 8px;
  padding: 14px 16px;
  border: 1px solid var(--color-text);
  background: #ffffff;
  text-align: left;
}

.account-register-confirmation strong {
  font-size: 1.02rem;
  line-height: 1.25;
}

.account-register-confirmation span,
.account-register-confirmation small {
  color: var(--color-text);
  font-size: 0.8rem;
  line-height: 1.45;
}

.account-register-confirmation a {
  color: var(--color-purple);
  font-weight: 700;
}

.account-register-success {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: none;
  place-items: center;
  padding: 24px;
  background: rgba(16, 12, 31, 0.54);
}

.account-register-success.is-visible {
  display: grid;
}

.account-register-success__dialog {
  position: relative;
  width: min(100%, 520px);
  border-radius: 12px;
  background: #ffffff;
  padding: 28px 28px 24px;
  color: var(--color-text);
  box-shadow: 0 24px 70px rgba(24, 12, 46, 0.2);
}

.account-register-success__close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--color-text);
  font-size: 1.35rem;
  cursor: pointer;
}

.account-register-success__eyebrow {
  margin: 0 36px 16px 0;
  font-size: 0.93rem;
  font-weight: 800;
  line-height: 1.35;
}

.account-register-success__box {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
  padding: 15px 16px;
  border: 1px solid var(--color-text);
  background: #ffffff;
}

.account-register-success__box strong {
  font-size: 1rem;
  line-height: 1.25;
}

.account-register-success__box span,
.account-register-success__resend p {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.45;
}

.account-register-success__resend {
  text-align: center;
}

.account-register-success__resend input,
.account-register-confirmation__resend input {
  display: none;
}

.account-register-success__resend button {
  border: 0;
  background: transparent;
  color: var(--color-purple);
  font: inherit;
  font-weight: 800;
  text-decoration: underline;
  cursor: pointer;
}

.account-register-confirmation__resend {
  margin: 0;
  text-align: center;
}

.account-register-confirmation__resend button {
  border: 0;
  background: transparent;
  color: var(--color-purple);
  font: inherit;
  font-weight: 800;
  text-decoration: underline;
  cursor: pointer;
}

.account-link--logged {
  display: grid;
  grid-template-columns: 24px auto;
  gap: 0 8px;
  line-height: 1.1;
}

.account-link--logged .icon {
  grid-row: span 2;
}

.account-link--logged span {
  font-size: 0.82rem;
  font-weight: 800;
}

.account-link--logged small {
  color: var(--color-muted);
  font-size: 0.7rem;
  font-weight: 600;
}

.account-dashboard-page {
  padding: 18px 0 28px;
  background: linear-gradient(180deg, #ffffff 0, #fbf9ff 100%);
}

.account-dashboard__breadcrumb {
  margin-bottom: 16px;
}

.account-dashboard {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.account-dashboard__sidebar,
.account-panel,
.account-dashboard__hero,
.account-dashboard__stats article {
  border: 1px solid var(--color-border);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(40, 24, 84, 0.05);
}

.account-dashboard__sidebar {
  position: sticky;
  top: 16px;
  padding: 20px;
}

.account-dashboard__sidebar h1 {
  margin: 0 0 6px;
  color: var(--color-text);
  font-size: 1.45rem;
  line-height: 1.1;
}

.account-dashboard__sidebar p {
  margin: 0 0 18px;
  color: var(--color-muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.account-dashboard__sidebar nav {
  display: grid;
  gap: 4px;
}

.account-dashboard__sidebar a {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  align-items: center;
  min-height: 42px;
  padding: 0 12px;
  border-radius: 8px;
  color: var(--color-text);
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 700;
}

.account-dashboard__sidebar a.is-active,
.account-dashboard__sidebar a:hover {
  background: #f7f4fb;
  color: var(--color-purple);
}

.account-dashboard__sidebar .icon {
  width: 20px;
  height: 20px;
  color: currentColor;
}

.account-sidebar-toggle {
  display: none;
}

.account-dashboard__content {
  display: grid;
  gap: 16px;
}

[data-account-summary] {
  display: grid;
  gap: 16px;
}

.account-dashboard__hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  align-items: center;
  min-height: 118px;
  padding: 18px 22px;
  background:
    radial-gradient(circle at 92% 55%, rgba(121, 0, 217, 0.09), transparent 21%),
    linear-gradient(135deg, #ffffff 0%, #fbf9ff 58%, #f5effc 100%);
}

.account-dashboard__hero::after {
  content: "";
  position: absolute;
  right: 32px;
  bottom: 0;
  width: 210px;
  height: 96px;
  background:
    radial-gradient(ellipse at 72% 86%, rgba(68, 20, 96, 0.18), transparent 42%),
    linear-gradient(135deg, transparent 42%, #8a28dd 43% 78%, transparent 79%);
  opacity: 0.2;
  pointer-events: none;
}

.account-dashboard__hero > span,
.account-dashboard__stats span,
.account-panel--support > span {
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #f7f3fb;
  color: var(--color-purple);
}

.account-dashboard__hero > span {
  width: 58px;
  height: 58px;
}

.account-dashboard__hero .icon {
  width: 26px;
  height: 26px;
}

.account-dashboard__hero h2 {
  margin: 0 0 6px;
  color: var(--color-text);
  font-size: 1.25rem;
  line-height: 1.15;
}

.account-dashboard__hero p {
  max-width: 620px;
  margin: 0;
  color: var(--color-muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

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

.account-dashboard__stats article {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 2px 12px;
  align-items: center;
  min-height: 74px;
  padding: 12px 14px;
}

.account-dashboard__stats span {
  grid-row: span 2;
  width: 44px;
  height: 44px;
}

.account-dashboard__stats .icon {
  width: 22px;
  height: 22px;
}

.account-dashboard__stats strong {
  color: var(--color-text);
  font-size: 1.25rem;
  line-height: 1;
}

.account-dashboard__stats small {
  color: var(--color-muted);
  font-size: 0.76rem;
  font-weight: 700;
}

.account-dashboard__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.account-panel {
  padding: 16px;
  min-width: 0;
}

.account-panel header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
}

.account-panel header span {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  justify-content: flex-end;
}

.account-panel h2 {
  margin: 0;
  color: var(--color-text);
  font-size: 0.92rem;
  line-height: 1.25;
}

.account-panel header a,
.account-empty-state a,
.account-panel--support a,
.account-dashboard__login-required a {
  color: #6f38b8;
  font-size: 0.76rem;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.account-panel--orders {
  grid-column: 1;
  grid-row: span 2;
}

.account-panel--favorites {
  grid-column: 1;
  grid-row: auto;
}

.account-panel--support {
  grid-column: 2;
  grid-row: auto;
}

.account-orders {
  display: grid;
  gap: 12px;
}

.account-order {
  display: grid;
  grid-template-columns: 1fr 86px 112px 78px;
  gap: 10px;
  align-items: center;
  min-height: 38px;
  padding: 6px 0;
  border-bottom: 1px solid var(--color-border);
  color: var(--color-text);
  text-decoration: none;
  font-size: 0.78rem;
}

.account-order-head {
  display: grid;
  gap: 10px;
  align-items: center;
  padding: 0 0 7px;
  border-bottom: 1px solid var(--color-border);
  color: #8c849b;
  font-size: 0.65rem;
  font-weight: 650;
  text-transform: uppercase;
  letter-spacing: 0;
}

.account-order-head--summary {
  grid-template-columns: 1fr 86px 112px 78px;
}

.account-order-head--summary span:last-child,
.account-order-head--full span:nth-child(5) {
  justify-self: end;
}

.account-order:last-child {
  border-bottom: 0;
}

.account-order span {
  font-weight: 800;
}

.account-order small {
  color: var(--color-muted);
  font-size: 0.72rem;
}

.account-order em {
  width: fit-content;
  border-radius: 999px;
  background: #f3edf9;
  color: #7a35c4;
  padding: 5px 9px;
  font-style: normal;
  font-size: 0.68rem;
  font-weight: 800;
}

.account-order em.account-order__status--separation,
.account-order em.account-order__status--separacao,
.account-order em.account-order__status--em-separacao,
.account-order em.account-order__status--em-separação {
  background: #f1e5fb;
  color: #7a22c8;
}

.account-order em.account-order__status--sent,
.account-order em.account-order__status--enviado {
  background: #e7f0ff;
  color: #2268ce;
}

.account-order em.account-order__status--delivered,
.account-order em.account-order__status--entregue {
  background: #e8f8ee;
  color: #12833b;
}

.account-order em.account-order__status--approved,
.account-order em.account-order__status--aprovado {
  background: #fff4cf;
  color: #9b6a00;
}

.account-order em.account-order__status--canceled,
.account-order em.account-order__status--cancelled,
.account-order em.account-order__status--cancelado {
  background: #f0f0f3;
  color: #666476;
}

.account-order__status--separation,
.account-order__status--separacao,
.account-order__status--em-separacao,
.account-order__status--em-separação {
  background: #f1e5fb;
  color: #7a22c8;
}

.account-order__status--sent,
.account-order__status--enviado {
  background: #e7f0ff;
  color: #2268ce;
}

.account-order__status--delivered,
.account-order__status--entregue {
  background: #e8f8ee;
  color: #12833b;
}

.account-order__status--approved,
.account-order__status--aprovado {
  background: #fff4cf;
  color: #9b6a00;
}

.account-order__status--canceled,
.account-order__status--cancelled,
.account-order__status--cancelado {
  background: #f0f0f3;
  color: #666476;
}

.account-order strong {
  justify-self: end;
  font-size: 0.78rem;
}

.account-order-card {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--color-border);
  border-radius: 10px;
  background: #ffffff;
}

.account-order-card header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin: 0;
}

.account-order-card header div {
  display: grid;
  gap: 3px;
}

.account-order-card header strong {
  color: var(--color-text);
  font-size: 0.9rem;
  font-weight: 800;
}

.account-order-card header span {
  color: var(--color-muted);
  font-size: 0.74rem;
  font-weight: 600;
}

.account-order-card em {
  flex: 0 0 auto;
  width: fit-content;
  border-radius: 999px;
  padding: 5px 10px;
  font-style: normal;
  font-size: 0.68rem;
  font-weight: 800;
}

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

.account-order-card__meta span {
  display: grid;
  gap: 3px;
  min-width: 0;
  padding: 10px 12px;
  border-radius: 8px;
  background: #fbfaff;
}

.account-order-card__meta small {
  color: #7d758b;
  font-size: 0.68rem;
  font-weight: 700;
}

.account-order-card__meta b {
  min-width: 0;
  color: var(--color-text);
  font-size: 0.78rem;
  font-weight: 750;
  overflow-wrap: anywhere;
}

.account-order-card__products {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: center;
  color: #5d5668;
  font-size: 0.78rem;
}

.account-order-card__products span {
  border-radius: 999px;
  background: #f3edf9;
  color: #6f38b8;
  padding: 4px 9px;
  font-size: 0.68rem;
  font-weight: 800;
}

.account-order-card__products p {
  margin: 0;
  line-height: 1.35;
}

.account-order-card > button {
  width: fit-content;
  border: 0;
  background: transparent;
  color: #6f38b8;
  font: inherit;
  font-size: 0.76rem;
  font-weight: 800;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.account-order-details {
  display: grid;
  gap: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--color-border);
}

.account-order-details[hidden] {
  display: none;
}

.account-order-details dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}

.account-order-details div {
  display: grid;
  gap: 3px;
}

.account-order-details dt {
  color: #7d758b;
  font-size: 0.68rem;
  font-weight: 700;
}

.account-order-details dd {
  margin: 0;
  color: #3d354a;
  font-size: 0.78rem;
  line-height: 1.4;
}

.account-order-details a {
  width: fit-content;
  color: #6f38b8;
  font-size: 0.76rem;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.account-orders--compact {
  gap: 0;
}

.account-orders--compact .account-order-head {
  margin-bottom: 2px;
}

.account-order-head--full {
  grid-template-columns: minmax(120px, 1.1fr) 78px minmax(112px, 1fr) 118px 86px 86px;
  gap: 12px;
}

.account-order-head--full span:last-child {
  justify-self: end;
}

.account-order-row {
  display: grid;
  grid-template-columns: minmax(120px, 1.1fr) 78px minmax(112px, 1fr) 118px 86px 86px;
  gap: 12px;
  align-items: center;
  min-height: 56px;
  padding: 10px 0;
  border-bottom: 1px solid var(--color-border);
  color: var(--color-text);
  text-decoration: none;
  font-size: 0.76rem;
  font-weight: 550;
}

.account-order-row:last-child {
  border-bottom: 0;
}

.account-order-row span {
  min-width: 0;
  color: var(--color-muted);
  font-weight: 550;
}

.account-order-row span:first-child {
  display: grid;
  gap: 3px;
}

.account-order-row strong {
  color: var(--color-text);
  font-size: 0.8rem;
  font-weight: 720;
}

.account-order-row small {
  color: var(--color-muted);
  font-size: 0.72rem;
  font-weight: 500;
}

.account-order-row em {
  justify-self: start;
  width: fit-content;
  border-radius: 999px;
  padding: 5px 10px;
  font-style: normal;
  font-size: 0.68rem;
  font-weight: 700;
}

.account-order-row b {
  justify-self: end;
  color: var(--color-text);
  font-size: 0.8rem;
  font-weight: 720;
}

.account-order-row u {
  justify-self: end;
  color: #6f38b8;
  font-size: 0.74rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.order-detail-page {
  display: grid;
  gap: 12px;
}

.order-account-page .account-dashboard__content {
  min-width: 0;
}

.order-detail-page__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0;
  padding: 14px 16px;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(49, 22, 92, 0.035);
}

.order-detail-page__title h1 {
  margin: 4px 0 3px;
  color: var(--color-text);
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 620;
}

.order-detail-page__title p {
  margin: 0;
  color: var(--color-muted);
  font-size: 0.74rem;
  font-weight: 500;
}

.order-detail-page__title > em {
  width: fit-content;
  border-radius: 999px;
  padding: 5px 10px;
  font-style: normal;
  font-size: 0.68rem;
  font-weight: 560;
}

.order-detail-page__title > span {
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 0.68rem;
  font-weight: 600;
}

.order-detail-page__title > .account-order__status--separation {
  background: #f1e5fb !important;
  color: #7a22c8 !important;
}

.order-detail-page__title > .account-order__status--sent {
  background: #e7f0ff !important;
  color: #2268ce !important;
}

.order-detail-page__title > .account-order__status--delivered {
  background: #e8f8ee !important;
  color: #12833b !important;
}

.order-detail-page__title > .account-order__status--approved {
  background: #fff4cf !important;
  color: #9b6a00 !important;
}

.order-detail-page__title > .account-order__status--cancelled {
  background: #f0f0f3 !important;
  color: #666476 !important;
}

.order-detail-page__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin: 0;
}

.order-detail-page__header h1 {
  margin: 8px 0 4px;
  color: var(--color-text);
  font-size: 1.4rem;
}

.order-detail-page__header p {
  margin: 0;
  color: var(--color-muted);
  font-size: 0.82rem;
}

.order-detail-page__header em {
  width: fit-content;
  border-radius: 999px;
  padding: 6px 11px;
  font-style: normal;
  font-size: 0.72rem;
  font-weight: 600;
}

.order-detail-page__back {
  color: #6f38b8;
  font-size: 0.72rem;
  font-weight: 560;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.order-detail-page__back--top {
  justify-self: end;
}

.order-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 12px;
  align-items: start;
}

.order-detail-layout__main {
  display: grid;
  gap: 12px;
}

.order-detail-summary,
.order-tracking-card,
.order-detail-items,
.order-detail-sidebar section {
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(49, 22, 92, 0.035);
}

.order-detail-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 0;
  overflow: hidden;
}

.order-detail-summary article {
  display: grid;
  gap: 6px;
  min-width: 0;
  padding: 12px 16px 10px;
  border-right: 1px solid var(--color-border);
}

.order-detail-summary article:last-of-type {
  border-right: 0;
}

.order-detail-summary small,
.order-detail-sidebar dt,
.order-detail-items__head,
.order-timeline small,
.order-tracking-code small {
  color: var(--color-muted);
  font-size: 0.62rem;
  font-weight: 500;
}

.order-detail-summary strong {
  color: var(--color-text);
  font-size: 0.78rem;
  font-weight: 600;
}

.order-detail-summary em {
  width: fit-content;
  border-radius: 999px;
  padding: 5px 11px;
  font-style: normal;
  font-size: 0.64rem;
  font-weight: 560;
}

.order-detail-summary p {
  grid-column: 1 / -1;
  margin: 0;
  padding: 0 16px 12px;
  color: #008f43;
  font-size: 0.68rem;
  font-weight: 520;
}

.order-detail-summary__eta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.order-detail-summary__eta .icon {
  width: 13px;
  height: 13px;
  color: #08a34d;
}

.order-tracking-card {
  display: grid;
  gap: 11px;
  padding: 12px;
}

.order-tracking-card header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
}

.order-tracking-card header span {
  color: var(--color-muted);
  font-size: 0.66rem;
  font-weight: 450;
  white-space: nowrap;
}

.order-tracking-card h2,
.order-detail-items h2,
.order-detail-sidebar h2 {
  margin: 0;
  color: var(--color-text);
  font-size: 0.82rem;
  font-weight: 620;
}

.order-timeline {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  position: relative;
  margin: 0;
  padding: 14px 4px 4px;
  list-style: none;
}

.order-timeline::before {
  content: "";
  position: absolute;
  top: 31px;
  left: 8%;
  right: 8%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #8a00e6 0 78%, #e6ddeb 78% 100%);
}

.order-timeline li {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 7px;
  text-align: center;
  color: var(--color-muted);
  font-size: 0.66rem;
  line-height: 1.25;
}

.order-timeline li::before {
  content: "";
  grid-row: 1;
  grid-column: 1;
  z-index: 1;
  width: 28px;
  height: 28px;
  border: 1px solid #ded3e8;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 5px #ffffff;
}

.order-timeline__icon {
  z-index: 2;
  display: grid;
  grid-row: 1;
  grid-column: 1;
  width: 28px;
  height: 28px;
  place-items: center;
  color: #b8adc9;
}

.order-timeline__icon .icon {
  width: 15px;
  height: 15px;
  stroke-width: 2.45;
}

.order-timeline li.is-complete::before,
.order-timeline li.is-current::before {
  border-color: #8a00e6;
  background: #8a00e6;
  box-shadow: 0 0 0 5px #ffffff;
}

.order-timeline li.is-current::before {
  box-shadow: 0 0 0 5px #f4e8ff;
}

.order-timeline li.is-complete .order-timeline__icon,
.order-timeline li.is-current .order-timeline__icon {
  color: #ffffff;
}

.order-timeline li[data-step="delivered"]:not(.is-complete):not(.is-current) .order-timeline__icon {
  color: #b8adc9;
}

.order-timeline li.is-current b {
  color: #6f00d4;
}

.order-timeline b {
  color: var(--color-text);
  font-size: 0.64rem;
  font-weight: 560;
}

.order-timeline small {
  max-width: 92px;
  min-height: 28px;
  font-size: 0.62rem;
  line-height: 1.25;
}

.order-tracking-code {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 8px;
  align-items: center;
  padding: 9px 12px;
  border-radius: 8px;
  background: #faf6ff;
}

.order-tracking-code > .icon {
  width: 22px;
  height: 22px;
  color: #7900d9;
  stroke-width: 2.1;
}

.order-tracking-code div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1px 8px;
  align-items: baseline;
  min-width: 0;
}

.order-tracking-code strong {
  color: var(--color-text);
  font-size: 0.78rem;
  font-weight: 620;
}

.order-tracking-code p {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--color-text);
  font-size: 0.68rem;
  font-weight: 500;
  line-height: 1.25;
}

.order-detail-items {
  display: grid;
  gap: 0;
  padding: 12px;
}

.order-detail-items h2 {
  margin-bottom: 10px;
}

.order-detail-items__head,
.order-detail-items article {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 88px 108px 92px;
  gap: 10px;
  align-items: center;
}

.order-detail-items__head {
  padding: 0 0 8px;
  border-bottom: 1px solid var(--color-border);
}

.order-detail-items__head span:first-child {
  grid-column: 1 / span 2;
}

.order-detail-items article {
  min-height: 54px;
  padding: 9px 0;
  border-bottom: 1px solid var(--color-border);
}

.order-detail-items article:last-child {
  border-bottom: 0;
}

.order-product-thumb {
  display: grid;
  width: 36px;
  height: 42px;
  place-items: center;
  border-radius: 7px;
  background: #f8f5fb;
  color: #b8adc9;
  font-size: 0.58rem;
  font-weight: 500;
}

.order-detail-items strong {
  color: var(--color-text);
  font-size: 0.74rem;
  line-height: 1.3;
  font-weight: 500;
}

.order-product-info {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.order-product-info em {
  color: var(--color-muted);
  font-size: 0.66rem;
  font-style: normal;
  font-weight: 450;
  line-height: 1.25;
}

.order-detail-items small {
  color: var(--color-text);
  font-size: 0.7rem;
  font-weight: 520;
}

.order-detail-items b {
  justify-self: end;
  color: var(--color-text);
  font-size: 0.76rem;
  font-weight: 600;
}

.order-detail-sidebar {
  display: grid;
  gap: 12px;
}

.order-detail-sidebar section {
  display: grid;
  gap: 8px;
  padding: 12px;
}

.order-detail-sidebar header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
}

.order-detail-sidebar a {
  color: #6f38b8;
  font-size: 0.7rem;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.order-detail-sidebar p {
  margin: 0;
  color: var(--color-muted);
  font-size: 0.72rem;
  line-height: 1.5;
}

.order-detail-sidebar__address p {
  font-size: 0.68rem;
  line-height: 1.42;
}

.order-detail-sidebar p strong {
  color: var(--color-text);
  font-weight: 520;
}

.order-detail-sidebar p span {
  display: inline-block;
  margin-left: 6px;
  border-radius: 999px;
  padding: 3px 7px;
  background: #e8f8ee;
  color: #12833b;
  font-size: 0.62rem;
  font-weight: 560;
}

.order-detail-sidebar dl {
  display: grid;
  gap: 9px;
  margin: 0;
}

.order-detail-sidebar dl div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(72px, max-content);
  align-items: flex-start;
  gap: 12px;
}

.order-detail-sidebar dl dt {
  min-width: 0;
  line-height: 1.4;
  overflow-wrap: break-word;
}

.order-detail-sidebar dl dt > span,
.order-detail-sidebar dl dt > small {
  display: block;
}

.order-detail-sidebar dl dt > small {
  margin-top: 2px;
  color: var(--color-muted);
  font-size: 0.62rem;
  font-weight: 450;
  line-height: 1.35;
}

.order-detail-sidebar dd {
  min-width: 72px;
  margin: 0;
  color: var(--color-text);
  font-size: 0.72rem;
  font-weight: 520;
  text-align: right;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: normal;
}

.order-detail-sidebar dl div:last-child {
  padding-top: 9px;
  border-top: 1px solid var(--color-border);
}

.order-detail-sidebar dl div:last-child dd {
  color: #6f00d4;
}

.order-detail-page__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.order-detail-page__grid section,
.order-detail-page__items {
  padding: 16px;
  border: 1px solid var(--color-border);
  border-radius: 10px;
  background: #ffffff;
}

.order-detail-page h2 {
  margin: 0 0 10px;
  color: var(--color-text);
  font-size: 0.82rem;
  font-weight: 620;
}

.order-detail-page dl {
  display: grid;
  gap: 8px;
  margin: 0;
}

.order-detail-page dl div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.order-detail-page dt,
.order-detail-page small {
  color: var(--color-muted);
  font-size: 0.76rem;
}

.order-detail-page dd,
.order-detail-page p {
  margin: 0;
  color: var(--color-text);
  font-size: 0.74rem;
  font-weight: 520;
}

.order-detail-page__items {
  display: grid;
  gap: 12px;
}

.order-detail-page__items article {
  display: grid;
  grid-template-columns: 68px 1fr auto;
  gap: 12px;
  align-items: center;
  padding-top: 12px;
  border-top: 1px solid var(--color-border);
}

.order-detail-page__items article:first-of-type {
  padding-top: 0;
  border-top: 0;
}

.order-detail-page__items article > span {
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  border-radius: 8px;
  background: #f8f5fb;
  color: #b8adc9;
  font-size: 0.68rem;
  font-weight: 700;
}

.order-detail-page__items strong {
  display: block;
  color: var(--color-text);
  font-size: 0.84rem;
  line-height: 1.35;
}

.order-detail-page__items b {
  color: var(--color-text);
  font-size: 0.88rem;
}

.account-data-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
}

.account-address {
  margin: 0;
  color: var(--color-muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.account-data-list p {
  display: grid;
  gap: 3px;
  min-width: 0;
  margin: 0;
}

.account-data-list small {
  color: #8c849b;
  font-size: 0.64rem;
  font-weight: 650;
  text-transform: uppercase;
  letter-spacing: 0;
}

.account-data-list strong {
  min-width: 0;
  color: var(--color-text);
  font-size: 0.76rem;
  font-weight: 560;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.account-data-list .icon {
  width: 18px;
  height: 18px;
  color: var(--color-purple);
}

.account-address {
  font-style: normal;
}

.account-panel--support {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 7px;
  align-content: center;
  min-height: 180px;
}

.account-panel--support > span {
  width: 54px;
  height: 54px;
}

.account-panel--support .icon {
  width: 25px;
  height: 25px;
}

.account-panel--support p,
.account-empty-state p {
  margin: 0;
  color: var(--color-muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.account-panel--support a,
.account-dashboard__login-required a {
  display: inline-grid;
  min-height: 40px;
  place-items: center;
  border-radius: 7px;
  background: var(--color-purple);
  color: #ffffff;
  padding: 0 22px;
  box-shadow: 0 8px 18px rgba(121, 0, 217, 0.18);
  text-decoration: none;
}

.account-empty-state {
  display: grid;
  gap: 6px;
  padding: 18px;
  border-radius: 8px;
  background: #fbfaff;
}

.account-empty-state strong {
  color: var(--color-text);
  font-size: 0.84rem;
}

.account-empty-state--compact {
  padding: 12px;
}

.account-favorites__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.account-favorites__grid > .account-empty-state {
  grid-column: 1 / -1;
}

.account-favorite-card {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 13px;
  align-items: center;
  min-height: 108px;
  padding: 12px;
  border: 1px solid var(--color-border);
  border-radius: 10px;
  background: #ffffff;
  color: var(--color-text);
  text-decoration: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.account-favorite-card:hover {
  border-color: #d4c4e5;
  box-shadow: 0 10px 24px rgba(29, 20, 43, 0.06);
  transform: translateY(-1px);
}

.account-favorite-card__image {
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  border-radius: 8px;
  background: #f8f5fb;
  color: #b8adc9;
  font-size: 0.68rem;
  font-weight: 700;
  overflow: hidden;
}

.account-favorite-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.account-favorite-card strong {
  display: -webkit-box;
  margin: 2px 0 5px;
  overflow: hidden;
  color: var(--color-text);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.28;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.account-favorite-card__content {
  display: grid;
  align-content: center;
  min-width: 0;
}

.account-favorite-card__content small {
  color: #82788e;
  font-size: 0.68rem;
  font-weight: 650;
}

.account-favorite-card__price {
  color: #058d41;
  font-size: 0.72rem;
  font-weight: 750;
}

.account-favorite-card__price b {
  color: var(--color-text);
  font-size: 0.92rem;
  font-weight: 800;
}

.account-favorite-card em {
  margin-top: 5px;
  color: #6f38b8;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.account-favorites-view {
  min-height: 360px;
}

.account-favorites-view[hidden],
[data-account-summary][hidden],
.account-section-view[hidden] {
  display: none;
}

.account-favorites-view__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  gap: 12px;
}

.account-section-view {
  min-height: 320px;
}

.account-address-manager {
  display: grid;
  gap: 12px;
}

.account-address-card {
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #ffffff;
}

.account-address-card header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
}

.account-address-card span {
  color: var(--color-text);
  font-size: 0.78rem;
  font-weight: 700;
}

.account-address-card button,
.account-address-card header a {
  border: 0;
  background: transparent;
  color: #6d617d;
  font: inherit;
  font-size: 0.76rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.account-address-card button:hover,
.account-address-card header a:hover {
  color: var(--color-purple);
}

.account-address-card address {
  margin: 0;
  color: #4f4960;
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.account-addresses-page > .account-address-manager__add {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center;
  gap: 9px;
  width: fit-content !important;
  min-width: 218px;
  min-height: 42px !important;
  height: auto !important;
  margin-top: 14px;
  padding: 11px 17px !important;
  border: 1px solid #cbb8df !important;
  border-radius: 7px !important;
  background: #ffffff !important;
  box-shadow: none !important;
  color: var(--color-purple) !important;
  font-family: inherit;
  font-size: 0.76rem !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: 0;
  text-decoration: none !important;
  white-space: nowrap;
  cursor: pointer;
  transform: none !important;
}

.account-addresses-page > .account-address-manager__add .icon {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.account-addresses-page > .account-address-manager__add:hover {
  border-color: var(--color-purple) !important;
  background: #faf7ff !important;
}

.account-addresses-page > .account-address-manager__add:focus-visible {
  outline: 2px solid rgba(139, 0, 232, 0.22);
  outline-offset: 2px;
}

.account-addresses-page > header,
.account-address-editor > header {
  align-items: flex-start;
}

.account-addresses-page > header > div,
.account-address-editor > header > div {
  display: grid;
  gap: 4px;
}

.account-addresses-page > header p,
.account-address-editor > header p {
  margin: 0;
  color: var(--color-muted);
  font-size: 0.72rem;
  line-height: 1.4;
}

.account-empty-state--addresses {
  min-height: 150px;
  align-content: center;
  justify-items: center;
  text-align: center;
}

.account-address-native-form .form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.account-address-native-form .form-group {
  position: relative;
  min-width: 0;
  margin: 0;
}

.account-address-native-form .form-label {
  display: block;
  float: none;
  width: auto;
  margin: 0 0 6px;
  color: var(--color-text);
  font-size: 0.74rem;
  font-weight: 560;
}

.account-address-native-form .form-control,
.account-address-native-form .form-select {
  width: 100%;
  min-height: 40px;
  border: 1px solid #ded6ee;
  border-radius: 7px;
  background: #ffffff;
  padding: 0 12px;
  color: var(--color-text);
  font: inherit;
  font-size: 0.8rem;
  font-weight: 450;
  outline: 0;
}

.account-address-native-form .form-control:focus,
.account-address-native-form .form-select:focus {
  border-color: var(--color-purple);
  box-shadow: 0 0 0 3px rgba(128, 0, 224, 0.08);
}

.account-address-native-form .form > .btn-primary {
  grid-column: 1 / -1;
  justify-self: end;
  min-width: 180px;
  min-height: 40px;
  border: 1px solid var(--color-purple);
  border-radius: 7px;
  background: var(--color-purple);
  color: #ffffff;
  font: inherit;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0 18px;
  cursor: pointer;
}

.account-profile-page > header {
  align-items: flex-start;
}

.account-profile-page > header > div {
  display: grid;
  gap: 4px;
}

.account-profile-page > header p {
  margin: 0;
  color: var(--color-muted);
  font-size: 0.72rem;
  line-height: 1.4;
}

.account-profile-list--registered {
  margin-bottom: 16px;
  padding: 14px;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #faf9fc;
}

.account-profile-native-form .form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.account-profile-native-form .form-group {
  min-width: 0;
  margin: 0;
}

.account-profile-native-form .form-group:nth-child(3) {
  grid-column: 1 / -1;
}

.account-profile-native-form .form-label {
  display: block;
  float: none;
  width: auto;
  margin: 0 0 6px;
  color: var(--color-text);
  font-size: 0.74rem;
  font-weight: 560;
}

.account-profile-native-form .form-control {
  width: 100%;
  min-height: 40px;
  border: 1px solid #ded6ee;
  border-radius: 7px;
  background: #ffffff;
  padding: 0 12px;
  color: var(--color-text);
  font: inherit;
  font-size: 0.8rem;
  font-weight: 450;
  outline: 0;
}

.account-profile-native-form .form-control:focus {
  border-color: var(--color-purple);
  box-shadow: 0 0 0 3px rgba(128, 0, 224, 0.08);
}

.account-profile-native-form .form > .btn-primary {
  grid-column: 1 / -1;
  justify-self: end;
  min-width: 180px;
  min-height: 40px;
  border: 1px solid var(--color-purple);
  border-radius: 7px;
  background: var(--color-purple);
  color: #ffffff;
  font: inherit;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0 18px;
  cursor: pointer;
}

.account-profile-manager {
  display: grid;
  gap: 12px;
}

.account-profile-card__heading {
  display: grid;
  gap: 3px;
}

.account-profile-card__heading small {
  color: var(--color-muted);
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1.35;
}

.account-profile-card {
  display: grid;
  gap: 14px;
  padding: 16px;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #ffffff;
}

.account-profile-card header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
}

.account-profile-card span {
  color: var(--color-text);
  font-size: 0.78rem;
  font-weight: 700;
}

.account-profile-card button {
  border: 0;
  background: transparent;
  color: #6d617d;
  font: inherit;
  font-size: 0.76rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.account-profile-card button:hover {
  color: var(--color-purple);
}

.account-profile-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
  margin: 0;
}

.account-profile-list div {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.account-profile-list dt {
  color: #7d758b;
  font-size: 0.72rem;
  font-weight: 500;
}

.account-profile-list dd {
  min-width: 0;
  margin: 0;
  color: #383145;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.account-profile-native-form[hidden],
.account-profile-card[hidden] {
  display: none;
}

.account-profile-native-form {
  display: grid;
  gap: 14px;
  padding: 16px;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #ffffff;
}

.account-profile-native-form > h3 {
  margin: 0;
  color: var(--color-text);
  font-size: 0.9rem;
  font-weight: 600;
}

.account-profile-native-form .form-label {
  font-weight: 500;
}

.account-profile-native-form .form-control {
  font-weight: 400;
}

.account-profile-edit-form > .account-profile-edit-form__cancel {
  grid-column: 1;
  justify-self: end;
  align-self: center;
  min-width: 116px;
  min-height: 40px;
  border: 1px solid #ded6ee;
  border-radius: 7px;
  color: #625a70;
  background: #ffffff;
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
}

.account-profile-native-form .account-profile-edit-form > .btn-primary {
  grid-column: 2;
  justify-self: start;
  min-width: 180px;
  font-weight: 600;
  letter-spacing: 0;
}

.account-profile-form {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #ffffff;
}

.account-profile-form[hidden] {
  display: none;
}

.account-profile-form h3 {
  margin: 0;
  color: var(--color-text);
  font-size: 0.95rem;
}

.account-profile-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.account-profile-form__grid label {
  display: grid;
  gap: 6px;
  color: var(--color-text);
  font-size: 0.74rem;
  font-weight: 560;
}

.account-profile-form__grid input {
  min-height: 40px;
  border: 1px solid #ded6ee;
  border-radius: 7px;
  padding: 0 12px;
  color: var(--color-text);
  font: inherit;
  font-size: 0.8rem;
  font-weight: 450;
  outline: 0;
}

.account-profile-form__actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.account-profile-form__actions button {
  min-height: 40px;
  border: 1px solid var(--color-purple);
  border-radius: 7px;
  background: #ffffff;
  color: var(--color-purple);
  font: inherit;
  font-size: 0.8rem;
  font-weight: 800;
  padding: 0 16px;
  cursor: pointer;
}

.account-profile-form__actions button[type="submit"] {
  background: var(--color-purple);
  color: #ffffff;
}

.account-address-form {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--color-border);
  border-radius: 10px;
  background: #ffffff;
}

.account-address-form[hidden] {
  display: none;
}

.account-address-form h3 {
  margin: 0;
  color: var(--color-text);
  font-size: 0.96rem;
}

.account-address-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.account-address-form__grid label {
  display: grid;
  gap: 6px;
  color: var(--color-text);
  font-size: 0.74rem;
  font-weight: 560;
}

.account-address-form__grid input {
  min-height: 40px;
  border: 1px solid #ded6ee;
  border-radius: 7px;
  padding: 0 12px;
  color: var(--color-text);
  font: inherit;
  font-size: 0.8rem;
  font-weight: 450;
  outline: 0;
}

.account-address-form__actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.account-address-form__actions button {
  min-height: 40px;
  border: 1px solid var(--color-purple);
  border-radius: 7px;
  background: #ffffff;
  color: var(--color-purple);
  font: inherit;
  font-size: 0.8rem;
  font-weight: 800;
  padding: 0 16px;
  cursor: pointer;
}

.account-address-form__actions button[type="submit"] {
  background: var(--color-purple);
  color: #ffffff;
}

.account-dashboard__login-required {
  width: min(100%, 560px);
  margin: 0 auto;
  text-align: center;
}

.account-dashboard__login-required h1 {
  margin: 0 0 8px;
  font-size: 1.6rem;
}

.account-dashboard__login-required p {
  margin: 0 0 16px;
  color: var(--color-muted);
}

.account-recovery__form {
  margin-top: 6px;
}

.account-recovery__note {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  align-items: start;
  margin: 18px 0 4px;
  padding: 13px 14px;
  border-radius: 8px;
  background: #f8f1ff;
  color: var(--color-purple-dark);
}

.account-recovery__note .icon {
  width: 20px;
  height: 20px;
  color: var(--color-purple);
}

.account-recovery__note p {
  margin: 0;
  color: var(--color-muted);
  font-size: 0.76rem;
  line-height: 1.4;
}

.account-login__visual {
  position: relative;
  overflow: hidden;
  padding: 42px 44px;
  background: radial-gradient(circle at 78% 48%, rgba(121, 0, 217, 0.22), transparent 28%), linear-gradient(135deg, #fbf5ff 0%, #f2e3ff 48%, #ead6ff 100%);
}

.account-login__visual--image {
  min-height: 430px;
  padding: 0;
  background: #0a0308;
}

.account-login__visual--image::before {
  display: none;
}

.account-login__visual--image img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center;
}

.account-login-page--recovery .container {
  display: grid;
  justify-items: center;
}

.account-login--recovery {
  width: min(100%, 560px);
  grid-template-columns: 1fr;
}

.account-login--recovery .account-login__card {
  width: 100%;
}

.account-login__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 38% 70%, rgba(255,255,255,0.68), transparent 34%), linear-gradient(150deg, transparent 22%, rgba(255,255,255,0.36) 22% 30%, transparent 30% 38%, rgba(255,255,255,0.28) 38% 47%, transparent 47%);
  opacity: 0.95;
}

.account-login__copy {
  position: relative;
  z-index: 1;
  max-width: 380px;
}

.account-login__copy > span {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(121, 0, 217, 0.12);
  color: var(--color-purple-dark);
  margin-bottom: 18px;
}

.account-login__copy p {
  margin: 0;
  color: var(--color-text);
  font-size: clamp(1.25rem, 2.1vw, 1.75rem);
  line-height: 1.22;
  font-weight: 500;
}

.account-login__copy strong {
  font-weight: 800;
}

.account-login__scene {
  position: absolute;
  right: 48px;
  bottom: 52px;
  width: min(45%, 390px);
  height: 285px;
  z-index: 1;
}

.account-login__bag {
  position: absolute;
  right: 76px;
  bottom: 54px;
  width: 175px;
  height: 170px;
  border-radius: 10px 10px 18px 18px;
  background: linear-gradient(135deg, #8c28e3, #4c0a86);
  box-shadow: 0 28px 45px rgba(59, 9, 101, 0.28);
  display: grid;
  place-items: center;
}

.account-login__bag::before,
.account-login__bag::after {
  content: "";
  position: absolute;
  top: -56px;
  width: 72px;
  height: 78px;
  border: 6px solid #5c168c;
  border-bottom: 0;
  border-radius: 80px 80px 0 0;
}

.account-login__bag::before {
  left: 42px;
}

.account-login__bag::after {
  right: 42px;
}

.account-login__bag img {
  width: 118px;
  filter: brightness(0) invert(1);
}

.account-login__candle {
  position: absolute;
  left: 14px;
  bottom: 34px;
  width: 86px;
  height: 78px;
  border-radius: 12px 12px 18px 18px;
  background: linear-gradient(#c082ed, #7430a6);
  box-shadow: inset 0 10px 20px rgba(255,255,255,0.24), 0 18px 24px rgba(72, 13, 117, 0.18);
}

.account-login__candle::before {
  content: "";
  position: absolute;
  left: 38px;
  top: -26px;
  width: 10px;
  height: 22px;
  border-radius: 999px 999px 999px 0;
  background: #ffcb73;
  transform: rotate(12deg);
}

.account-login__product {
  position: absolute;
  right: 0;
  bottom: 16px;
  width: 170px;
  height: 70px;
  border-radius: 999px;
  background: radial-gradient(circle at 84% 50%, #f6d5ff 0 11px, #2b133f 12px 21px, transparent 22px), linear-gradient(90deg, #521279, #1f1232);
  transform: rotate(-14deg);
  box-shadow: 0 18px 25px rgba(41, 14, 61, 0.26);
}

.account-login__plant {
  position: absolute;
  right: -18px;
  bottom: 124px;
  width: 80px;
  height: 138px;
  background: linear-gradient(70deg, transparent 43%, #308651 44% 52%, transparent 53%), linear-gradient(105deg, transparent 43%, #60b96d 44% 52%, transparent 53%), linear-gradient(135deg, transparent 43%, #3f9c59 44% 52%, transparent 53%);
  opacity: 0.85;
}

@media (max-width: 1080px) {
  .site-header__main {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px 0;
  }

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

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

  .account-login {
    grid-template-columns: 1fr;
  }

  .account-dashboard {
    grid-template-columns: 1fr;
  }

  .account-dashboard__sidebar {
    position: static;
  }

  .account-dashboard__sidebar nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .account-dashboard__grid {
    grid-template-columns: 1fr;
  }

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

  .checkout-summary {
    position: static;
  }

  .account-panel--orders {
    grid-row: auto;
  }

  .account-panel--favorites,
  .account-panel--support {
    grid-column: auto;
  }

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

  .account-favorites-view__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .account-login__visual {
    min-height: 390px;
  }

  .account-login__scene {
    width: 360px;
    right: 28px;
  }

  .category-nav__inner {
    overflow-x: auto;
    scrollbar-width: none;
  }

  .category-nav__inner::-webkit-scrollbar {
    display: none;
  }

  .mega-menu {
    display: none;
  }

  .service-card__inner,
  .benefit-bar__inner {
    grid-template-columns: 1fr;
  }

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

  .benefit-bar__inner {
    padding: 10px 0;
  }

  .service-card__inner div {
    border-right: 0;
    border-bottom: 1px solid var(--color-border);
  }

  .service-card__inner div:last-child {
    border-bottom: 0;
  }

  .footer-benefits div {
    min-height: 56px;
    padding: 10px 18px;
    border-bottom: 1px solid var(--color-border);
  }

  .footer-benefits div:nth-child(odd) {
    border-right: 1px solid var(--color-border);
  }

  .footer-benefits div:nth-child(even) {
    border-right: 0;
  }

  .footer-benefits div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .footer-benefits div:last-child {
    border-bottom: 0;
  }

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

  .site-footer__brand,
  .site-footer__contact {
    grid-column: span 2;
  }

  .footer-newsletter,
  .site-footer__bottom {
    grid-template-columns: 1fr;
  }

  .site-footer__bottom {
    gap: 12px;
  }

  .footer-payments {
    justify-content: flex-start;
    padding: 12px 0;
    border-top: 1px solid var(--color-border);
    border-right: 0;
    border-left: 0;
  }

  .footer-payments strong,
  .footer-security strong {
    text-align: left;
  }

  .footer-security {
    padding-left: 0;
    border-left: 0;
    padding-top: 12px;
    border-top: 1px solid var(--color-border);
  }

  .product-detail {
    grid-template-columns: 1fr;
  }

  .product-gallery__main {
    min-height: 410px;
  }

  .product-summary__purchase {
    grid-template-columns: minmax(180px, 0.92fr) minmax(220px, 1.12fr) 60px;
  }

  .product-detail-info {
    grid-template-columns: 1fr;
  }

  .product-summary__price-panel,
  .product-summary__options-row,
  .product-shipping--card .product-shipping__panel {
    grid-template-columns: 1fr;
  }

  .price-panel__card {
    border-left: 0;
    border-top: 1px solid var(--color-border);
    padding-top: 18px;
    padding-left: 0;
  }

  .review-summary,
  .review-list {
    grid-template-columns: 1fr;
  }

  .product-detail-info__specs {
    border-left: 0;
    padding-left: 0;
  }

  .about-hero__inner,
  .about-intro,
  .about-promise,
  .about-story,
  .faq-layout {
    grid-template-columns: 1fr;
  }

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

  .about-story aside,
  .faq-sidebar {
    position: static;
  }

  .help-hero {
    grid-template-columns: 1fr;
    height: 220px;
    min-height: 220px;
    padding: 24px 28px;
  }

  .help-hero__visual {
    min-height: 130px;
  }

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

  .help-grid {
    grid-template-columns: 1fr;
  }

  .about-compact {
    grid-template-columns: 1fr;
  }

  .variation-modal {
    grid-template-columns: 1fr;
    overflow: auto;
    max-height: calc(100vh - 40px);
  }

  .variation-modal__image {
    min-height: 280px;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(100% - 24px, var(--container));
  }

  .site-header__brand img {
    width: 150px;
  }

  .search-form {
    grid-template-columns: 1fr 50px;
    min-height: 50px;
  }

  .search-form button {
    width: 42px;
    height: 42px;
  }

  .category-nav__inner {
    min-height: 58px;
  }

  .banner-carousel {
    padding-top: 22px;
  }

  .promo-banner {
    padding: 28px;
  }

  .promo-banner strong {
    font-size: 2rem;
  }

  .carousel-arrow {
    width: 42px;
    height: 42px;
  }

  .carousel-arrow--prev {
    left: -8px;
  }

  .carousel-arrow--next {
    right: -8px;
  }

  .section-heading--row {
    align-items: flex-start;
    flex-direction: column;
  }

  .checkout-page {
    padding: 20px 0 34px;
  }

  .checkout-page__header {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .checkout-form-grid,
  .checkout-shipping-box,
  .checkout-payment-grid {
    grid-template-columns: 1fr;
  }

  .checkout-step,
  .checkout-summary {
    padding: 14px;
  }

  .checkout-summary__items article {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .checkout-summary__items article > span {
    width: 48px;
    height: 48px;
  }

  .checkout-summary__items em {
    grid-column: 2;
    justify-self: start;
  }

  .home-duo-banners {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 24px;
  }

  .home-duo-banner {
    height: 210px;
  }

  .mini-carousel {
    margin-top: 26px;
  }

  .mini-carousel__track {
    height: 150px;
  }

  .mini-carousel__slide {
    padding: 22px 30px;
  }

  .mini-carousel__slide span {
    max-width: 78%;
    font-size: 1.35rem;
  }

  .mini-carousel__arrow {
    width: 34px;
    height: 34px;
    font-size: 1.45rem;
  }

  .mini-carousel__arrow--prev {
    left: -8px;
  }

  .mini-carousel__arrow--next {
    right: -8px;
  }

  .home-duo-banner__toy--left {
    left: 4%;
    width: 34px;
    height: 122px;
  }

  .home-duo-banner__toy--right {
    right: 8%;
    width: 44px;
    height: 134px;
  }

  .home-duo-banner__toy--right::before {
    width: 48px;
    height: 48px;
  }

  .home-duo-banner__shape {
    left: 24%;
    width: 130px;
    height: 94px;
  }

  .home-duo-banner__toy--dark {
    width: 54px;
    height: 136px;
  }

  .about-hero {
    padding: 28px 0 20px;
  }

  .about-hero__copy {
    min-height: auto;
    padding: 30px 24px;
  }

  .about-hero h1 {
    font-size: 2rem;
  }

  .about-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .about-hero__actions a {
    width: 100%;
  }

  .about-section {
    padding: 26px 0;
  }

  .about-story-section {
    padding: 24px 0;
  }

  .about-story {
    gap: 22px;
  }

  .about-story__content {
    padding: 0;
    border-left: 0;
  }

  .about-values {
    grid-template-columns: 1fr;
  }

  .about-values article {
    min-height: auto;
  }

  .about-promise {
    gap: 24px;
  }

  .about-compact-section {
    padding-bottom: 30px;
  }

  .footer-benefits {
    grid-template-columns: 1fr;
    margin-top: 12px;
    margin-bottom: 14px;
    border-radius: 12px;
  }

  .footer-benefits div {
    grid-template-columns: 28px 1fr;
    min-height: 54px;
    padding: 9px 16px;
    border-right: 0;
    border-bottom: 1px solid var(--color-border);
  }

  .footer-benefits div:nth-child(odd) {
    border-right: 0;
  }

  .footer-benefits div:nth-last-child(-n + 2) {
    border-bottom: 1px solid var(--color-border);
  }

  .footer-benefits div:last-child {
    border-bottom: 0;
  }

  .footer-benefits__icon {
    width: 24px;
    height: 24px;
  }

  .site-footer__main {
    padding: 24px 0 20px;
  }

  .site-footer__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .site-footer__brand,
  .site-footer__contact {
    grid-column: auto;
  }

  .site-footer__brand img {
    width: 170px;
  }

  .site-footer h2 {
    margin-bottom: 12px;
  }

  .site-footer__nav {
    gap: 10px;
  }

  .footer-newsletter {
    gap: 14px;
    margin-top: 16px;
    padding: 12px;
  }

  .footer-newsletter__title,
  .footer-newsletter__form,
  .footer-security {
    grid-template-columns: 1fr;
  }

  .footer-newsletter__title > span {
    width: 44px;
    height: 44px;
  }

  .footer-newsletter__form button {
    width: 100%;
  }

  .btn-whatsapp {
    right: 16px;
    bottom: 96px;
    width: 50px;
    height: 50px;
  }

  .btn-whatsapp svg {
    width: 32px !important;
    min-width: 32px;
    height: 32px !important;
  }

  .help-center-section {
    padding-top: 24px;
  }

  .help-hero {
    height: auto;
    min-height: 220px;
    padding: 22px 18px;
    background-size: cover;
    background-position: center right;
  }

  .help-hero__visual {
    display: none;
  }

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

  .help-contact__row,
  .help-support-card {
    grid-template-columns: 34px 1fr;
  }

  .help-contact__button,
  .help-support-card a {
    grid-column: 2;
    width: fit-content;
  }

  .product-detail-section {
    padding-top: 16px;
  }

  .product-gallery {
    grid-template-columns: 1fr;
  }

  .product-gallery__thumbs {
    display: flex;
    order: 2;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .product-gallery__thumb {
    flex: 0 0 72px;
    width: 72px;
  }

  .product-gallery__main {
    min-height: 390px;
  }

  .product-gallery__main > img {
    width: 92%;
    max-height: 285px;
  }

  .product-demo-stage {
    width: min(340px, 88%);
    height: 260px;
    transform: scale(0.82);
  }

  .product-gallery-modal {
    padding: 18px;
  }

  .product-gallery-modal__dialog {
    width: min(100% - 16px, 360px);
    min-height: 70vh;
    padding: 34px 18px 20px;
    border-radius: 10px;
  }

  .product-gallery-modal__close {
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
  }

  .product-gallery-modal__image {
    min-height: 360px;
  }

  .product-gallery-modal__nav {
    width: 38px;
    height: 38px;
    font-size: 1.35rem;
  }

  .product-gallery-modal__nav--prev {
    left: 10px;
  }

  .product-gallery-modal__nav--next {
    right: 10px;
  }

  .product-gallery-modal .product-demo-stage {
    width: min(360px, 80vw);
    height: 280px;
    transform: scale(0.9);
  }

  .payment-modal {
    padding: 18px;
  }

  .payment-modal__dialog {
    width: min(100% - 16px, 360px);
    max-height: calc(100vh - 48px);
    overflow: auto;
    padding: 40px 14px 16px;
    border-radius: 10px;
  }

  .payment-modal__close {
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    font-size: 1.2rem;
  }

  .payment-modal h2 {
    margin-bottom: 8px;
    font-size: 0.92rem;
  }

  .payment-modal__tab {
    margin-bottom: 8px;
    font-size: 0.62rem;
    padding: 5px 8px;
  }

  .payment-modal__section {
    margin-top: 8px;
  }

  .payment-modal__section h3 {
    margin-bottom: 6px;
    font-size: 0.78rem;
  }

  .payment-modal__box {
    padding: 8px;
  }

  .payment-modal__box p,
  .payment-modal__pix p {
    margin-bottom: 6px;
    font-size: 0.7rem;
    line-height: 1.25;
  }

  .payment-modal__row {
    grid-template-columns: 1fr;
    gap: 2px;
    min-height: 0;
    padding: 4px 6px;
    font-size: 0.68rem;
    line-height: 1.2;
  }

  .payment-modal__methods {
    gap: 5px;
    margin-top: 6px;
  }

  .payment-modal__methods .footer-payment {
    min-width: 40px;
    height: 24px;
    font-size: 0.6rem;
  }

  .payment-modal__pix {
    padding: 8px;
  }

  .payment-modal__back {
    min-height: 32px;
    margin-top: 10px;
    font-size: 0.72rem;
  }

  .site-footer__bottom {
    text-align: center;
  }

  .site-footer__bottom > div:first-child {
    justify-items: center;
  }

  .footer-payments {
    justify-content: center;
    justify-items: center;
  }

  .footer-payments {
    grid-template-columns: repeat(5, 48px);
    width: max-content;
    max-width: 100%;
    margin-inline: auto;
  }

  .footer-payments strong,
  .footer-security strong {
    text-align: center;
  }

  .footer-payment {
    justify-self: center;
  }

  .footer-security {
    justify-items: center;
  }

  .footer-security span {
    width: fit-content;
    margin: 0 auto;
    justify-content: center;
    text-align: left;
  }

  .footer-benefits {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 10px 0 12px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
  }

  .footer-benefits div {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 2px 7px;
    align-items: center;
    min-height: 58px;
    padding: 10px 8px;
    border: 1px solid #eadff4;
    border-radius: 9px;
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(40, 24, 84, 0.06);
  }

  .footer-benefits div:last-child,
  .footer-benefits div:nth-child(odd),
  .footer-benefits div:nth-child(even),
  .footer-benefits div:nth-last-child(-n + 2) {
    border: 1px solid #eadff4;
  }

  .footer-benefits__icon {
    grid-row: span 2;
    width: 19px;
    height: 19px;
    color: var(--color-purple);
  }

  .footer-benefits strong {
    color: var(--color-text);
    font-size: 0.64rem;
    line-height: 1.12;
  }

  .footer-benefits span {
    color: var(--color-muted);
    font-size: 0.58rem;
    line-height: 1.2;
  }

  .product-shipping__form {
    grid-template-columns: 1fr;
  }

  .product-summary__trust {
    grid-template-columns: 1fr;
  }

  .product-summary__trust span {
    border-right: 0;
    border-bottom: 1px solid var(--color-border);
  }

  .product-summary__trust span:last-child {
    border-bottom: 0;
  }

  .product-summary__purchase {
    grid-template-columns: 1fr 48px;
  }

  .product-summary__buy,
  .product-summary__cart {
    grid-column: 1 / -1;
  }

  .product-summary__favorite {
    grid-column: 2;
  }

  .product-detail-info {
    padding: 16px;
  }

  .product-detail-info__tabs {
    gap: 14px;
  }

  .product-detail-info__tabs button {
    min-height: 38px;
    font-size: 0.86rem;
  }

  .product-detail-info__specs div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .product-related {
    padding: 16px;
  }

  .footer-payments {
    justify-content: flex-start;
  }

  .footer-payments strong,
  .footer-security strong {
    text-align: left;
  }

  .listing-header {
    gap: 16px;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .account-dashboard-page {
    padding: 14px 0 22px;
  }

  .account-dashboard__sidebar {
    padding: 16px;
  }

  .account-dashboard__sidebar nav {
    grid-template-columns: 1fr;
  }

  .account-dashboard__hero {
    grid-template-columns: 44px 1fr;
    min-height: auto;
    padding: 16px;
  }

  .account-dashboard__hero::after {
    display: none;
  }

  .account-dashboard__hero > span {
    width: 44px;
    height: 44px;
  }

  .account-dashboard__hero h2 {
    font-size: 1.05rem;
  }

  .account-dashboard__stats,
  .account-favorites__grid,
  .account-favorites-view__grid,
  .account-address-form__grid,
  .account-profile-list,
  .account-profile-form__grid,
  .account-address-native-form .form,
  .account-profile-native-form .form {
    grid-template-columns: 1fr;
  }

  .account-addresses-page > header,
  .account-address-editor > header,
  .account-profile-page > header {
    display: grid;
    gap: 10px;
  }

  .account-address-native-form .form > .btn-primary {
    grid-column: 1;
    width: 100%;
  }

  .account-profile-native-form .form-group:nth-child(3),
  .account-profile-native-form .form > .btn-primary {
    grid-column: 1;
  }

  .account-profile-native-form .form > .btn-primary {
    width: 100%;
  }

  .account-address-form__actions,
  .account-profile-form__actions {
    flex-direction: column;
  }

  .account-order {
    grid-template-columns: 1fr auto;
    gap: 6px 10px;
  }

  .account-order-head {
    display: none;
  }

  .account-order-row {
    grid-template-columns: 1fr auto;
    gap: 6px 10px;
    padding: 12px 0;
  }

  .account-order-row > span:nth-child(2),
  .account-order-row > span:nth-child(3),
  .account-order-row em,
  .account-order-row u {
    grid-column: 1;
  }

  .account-order-row b {
    grid-column: 2;
    grid-row: 1 / span 4;
  }

  .account-order-card header,
  .account-order-card__products {
    grid-template-columns: 1fr;
  }

  .account-order-card header {
    display: grid;
  }

  .account-order-card__meta,
  .account-order-details dl,
  .order-detail-page__grid {
    grid-template-columns: 1fr;
  }

  .order-detail-page__header {
    display: grid;
  }

  .order-detail-page__title,
  .order-detail-layout {
    display: grid;
    grid-template-columns: 1fr;
  }

  .order-detail-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .order-timeline {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 0;
  }

  .order-timeline::before {
    top: 14px;
    bottom: 14px;
    left: 13px;
    right: auto;
    width: 3px;
    height: auto;
    background: linear-gradient(180deg, #8a00e6 0 78%, #e6ddeb 78% 100%);
  }

  .order-timeline li {
    grid-template-columns: 28px 1fr;
    justify-items: start;
    text-align: left;
  }

  .order-timeline li::before {
    grid-row: 1 / span 2;
  }

  .order-timeline__icon {
    grid-row: 1 / span 2;
  }

  .order-detail-items__head {
    display: none;
  }

  .order-detail-items article {
    grid-template-columns: 44px 1fr auto;
  }

  .order-detail-items article small:nth-of-type(2) {
    display: none;
  }

  .order-detail-page__items article {
    grid-template-columns: 58px 1fr;
  }

  .order-detail-page__items b {
    grid-column: 2;
  }

  .account-order small,
  .account-order em {
    grid-column: 1;
  }

  .account-order strong {
    grid-column: 2;
    grid-row: 1 / span 3;
  }

  .listing-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .sort-control {
    width: 100%;
  }

  .variation-modal {
    width: calc(100vw - 24px);
    padding: 18px;
  }

  .variation-modal__image {
    min-height: 220px;
  }

  .variation-modal__info h2 {
    font-size: 1.18rem;
    line-height: 1.18;
  }

  .variation-modal__pix {
    align-items: center;
    gap: 8px;
  }

  .variation-modal__swatches {
    gap: 7px;
  }

  .variation-modal__actions {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .cart-drawer {
    width: min(100vw, 430px);
    padding: 24px 16px;
  }

  .cart-item {
    grid-template-columns: 58px 1fr;
    gap: 10px;
  }

  .cart-item__image {
    width: 58px;
    height: 58px;
  }

  .cart-item__price {
    grid-column: 2;
    justify-items: start;
  }

  .cart-item h3 {
    font-size: 0.82rem;
    line-height: 1.25;
  }

  .pix-discount-bar__track {
    min-height: 22px;
    min-width: 320%;
    gap: 8px;
    padding: 0 8px;
    font-size: 0.6rem;
  }

  .account-login-page {
    padding: 14px 0 22px;
  }

  .account-login__card {
    padding: 24px 18px 18px;
  }

  .account-login__card h1 {
    font-size: 2rem;
  }

  .account-login--register {
    width: 100%;
  }

  .account-login--register .account-login__card {
    padding: 24px 18px 22px;
  }

  .account-register-success {
    padding: 16px;
  }

  .account-register-success__dialog {
    padding: 24px 18px 20px;
  }

  .account-login__visual {
    min-height: 330px;
    padding: 26px 22px;
  }

  .account-login__scene {
    right: -20px;
    bottom: 42px;
    width: 290px;
    transform: scale(0.82);
    transform-origin: right bottom;
  }

  .account-login__copy {
    max-width: 260px;
  }

  .account-login__copy p {
    font-size: 1.16rem;
  }

}

/* Final mobile override: this must stay at the end of the stylesheet. */
@media (max-width: 760px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .container {
    width: min(100% - 28px, var(--container));
  }

  .site-header__main {
    display: grid;
    grid-template-columns: minmax(158px, 1fr) 82px;
    gap: 10px 12px;
    align-items: center;
    width: min(100% - 42px, var(--container));
    min-height: 112px;
    padding: 34px 0 13px;
  }

  .site-header__brand img {
    width: 154px;
  }

  .search-form {
    grid-column: 1 / -1;
    order: 3;
    width: 100%;
    min-height: 34px;
    border-color: #dfcfed;
    border-radius: 999px;
    grid-template-columns: minmax(0, 1fr) 34px;
    box-shadow: none;
    overflow: hidden;
  }

  .search-form input {
    min-width: 0;
    height: 34px;
    font-size: 0.68rem;
    padding: 0 0 0 13px;
  }

  .search-form button {
    width: 32px;
    height: 32px;
    margin: 1px;
    border-radius: 50%;
  }

  .search-form button .icon {
    width: 16px;
    height: 16px;
  }

  .site-header__tools {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 82px;
    min-width: 0;
    justify-content: space-between;
  }

  .account-link,
  .cart-link {
    display: grid;
    place-items: center;
    gap: 1px;
    min-width: 30px;
    color: var(--color-text);
    font-size: 0.56rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none;
  }

  .account-link .icon,
  .cart-link .icon {
    width: 18px;
    height: 18px;
    stroke-width: 1.9;
  }

  .cart-link {
    position: relative;
    padding-left: 11px;
    border-left: 1px solid #e5dcec;
    font-size: 0;
  }

  .cart-link__badge {
    position: absolute;
    top: -7px;
    right: -6px;
    display: grid;
    min-width: 16px;
    width: 16px;
    height: 16px;
    place-items: center;
    border-radius: 999px;
    background: var(--color-purple);
    color: #ffffff;
    font-size: 0.58rem;
    font-weight: 800;
    line-height: 1;
    padding: 0;
  }

  .cart-link .icon {
    margin-top: 1px;
  }

  .site-header .benefit-bar {
    display: block;
    order: 2;
    width: 100%;
    background: #ffffff;
  }

  .site-header .benefit-bar__inner.container {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 18px);
    min-height: 39px;
    margin: 0 auto;
    padding: 5px 2px 8px;
    overflow: visible;
  }

  .site-header .benefit-bar span {
    flex: 0 0 31%;
    display: grid !important;
    grid-template-columns: 16px minmax(0, 1fr);
    align-items: center;
    gap: 2px 4px;
    min-width: 0;
    max-width: 31%;
    padding: 0 4px;
    border-right: 1px solid #eee7f5;
    color: transparent;
    font-size: 0;
    line-height: 1;
    text-align: left;
  }

  .site-header .benefit-bar span:first-child {
    padding-left: 0;
  }

  .site-header .benefit-bar span:last-child {
    padding-right: 0;
    border-right: 0;
  }

  .site-header .benefit-bar span .icon {
    grid-row: 1 / span 2;
    width: 16px;
    height: 16px;
    color: var(--color-purple);
    stroke-width: 1.9;
  }

  .site-header .benefit-bar span::after {
    display: block;
    min-width: 0;
    color: var(--color-text);
    font-size: 0.51rem;
    font-weight: 700;
    line-height: 1.12;
    white-space: pre-line;
  }

  .site-header .benefit-bar span:nth-child(1)::after {
    content: "Entrega discreta\A para todo o Brasil";
  }

  .site-header .benefit-bar span:nth-child(2)::after {
    content: "Compra 100% segura\A Ambiente protegido";
  }

  .site-header .benefit-bar span:nth-child(2) {
    flex-basis: 38%;
    max-width: 38%;
  }

  .site-header .benefit-bar span:nth-child(3)::after {
    content: "Privacidade\A garantida";
  }

  .account-link span,
  .cart-link span:not(.cart-link__badge) {
    display: none;
  }

  .account-link span {
    display: inline;
  }

  .category-nav__inner {
    display: flex;
    gap: 5px;
    min-height: auto;
    overflow-x: auto;
    padding: 8px 10px 11px;
    scrollbar-width: none;
  }

  .category-nav__inner::-webkit-scrollbar {
    display: none;
  }

  .category-nav__item,
  .category-nav a,
  .category-nav__item > a {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .category-nav a,
  .category-nav__item > a {
    display: grid;
    grid-template-rows: 20px auto;
    gap: 3px;
    place-items: center;
    width: 70px;
    min-height: 62px;
    border: 1px solid #eadff3;
    border-radius: 7px;
    background: #ffffff;
    color: var(--color-text);
    box-shadow: 0 4px 12px rgba(40, 24, 84, 0.04);
    font-size: 0.64rem;
    font-weight: 800;
    line-height: 1.08;
    padding: 6px 4px 5px;
    text-align: center;
    text-transform: none;
    white-space: normal;
  }

  .category-nav a .icon,
  .category-nav__item > a .icon {
    width: 19px;
    height: 19px;
    color: var(--color-purple);
    stroke-width: 1.9;
  }

  .category-nav a.is-active,
  .category-nav a:hover,
  .category-nav__item:hover > a,
  .category-nav__item:focus-within > a {
    border-color: transparent;
    background: #f4e7ff;
    color: var(--color-purple);
  }

  .category-nav__item--all > a {
    font-size: 0;
  }

  .category-nav__item--all > a::after {
    content: "Todos";
    color: var(--color-purple);
    font-size: 0.66rem;
    font-weight: 800;
    line-height: 1;
  }

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

  .product-card {
    min-width: 0;
  }

  .product-card__content {
    gap: 6px;
    padding: 12px;
  }

  .product-card h2 {
    min-height: 40px;
    font-size: 0.8rem;
    line-height: 1.25;
  }

  .product-card__pix {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .product-card__pix strong,
  .product-card__pix span,
  .product-card__pix small {
    grid-column: auto;
    grid-row: auto;
  }

  .product-card__pix strong {
    font-size: 1.22rem;
  }

  .buy-button {
    min-height: 38px;
    font-size: 0.8rem;
  }

  .product-detail {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .product-gallery {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .product-gallery__main {
    order: 1;
    min-height: 330px;
  }

  .product-gallery__thumbs {
    order: 2;
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .product-gallery__thumb {
    flex: 0 0 62px;
    width: 62px;
  }

  .product-demo-stage {
    width: min(310px, 90%);
    height: 245px;
    transform: scale(0.78);
  }

  .product-summary h1 {
    font-size: clamp(1.35rem, 7vw, 1.78rem);
  }

  .product-summary__pix strong {
    font-size: clamp(1.8rem, 10vw, 2.2rem);
  }

  .product-summary__purchase {
    grid-template-columns: auto minmax(116px, 1fr);
    gap: 10px;
  }

  .product-summary__qty {
    width: 116px;
    justify-self: start;
  }

  .product-shipping--inline,
  .product-summary__buy,
  .product-summary__cart,
  .product-summary__favorite {
    grid-column: 1 / -1;
    width: 100%;
  }

  .product-shipping__form,
  .shipping-estimator__form {
    grid-template-columns: 1fr;
  }

  .product-summary__trust,
  .product-detail-info,
  .help-grid,
  .faq-layout,
  .about-compact,
  .about-story {
    grid-template-columns: 1fr;
  }

  .product-summary__trust span {
    border-right: 0;
    border-bottom: 1px solid #e4d8f0;
  }

  .product-detail-info {
    gap: 10px;
    padding: 12px;
  }

  .product-detail-info__tabs {
    display: grid;
    grid-template-columns: 0.8fr 1.45fr 0.95fr;
    gap: 0;
    overflow: hidden;
    white-space: nowrap;
    scrollbar-width: none;
    padding-bottom: 0;
  }

  .product-detail-info__tabs::-webkit-scrollbar {
    display: none;
  }

  .product-detail-info__tabs button {
    flex: initial;
    min-height: 32px;
    width: 100%;
    font-size: 0.66rem;
    padding: 0 4px;
    text-align: center;
  }

  .product-detail-info__tabs button[data-product-tab="reviews"] {
    font-size: 0;
  }

  .product-detail-info__tabs button[data-product-tab="reviews"]::before {
    content: "Avaliações";
    font-size: 0.66rem;
  }

  .product-detail-info__panel h3,
  .product-detail-info__description h3 {
    font-size: 0.82rem;
    line-height: 1.25;
    margin-bottom: 10px;
  }

  .product-detail-info__panel p,
  .product-detail-info__description p {
    font-size: 0.78rem;
    line-height: 1.55;
  }

  .product-detail-info__bullets {
    gap: 6px;
    margin-top: 10px;
  }

  .product-detail-info__bullets li {
    font-size: 0.76rem;
    line-height: 1.35;
  }

  .product-detail-info__specs {
    border-left: 0;
    padding-left: 0;
  }

  .help-hero {
    min-height: 236px;
    height: auto;
    padding: 22px 18px;
    background-size: cover;
    background-position: 58% center;
  }

  .help-hero__content {
    max-width: 270px;
  }

  .help-shortcuts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .help-shortcuts article {
    min-height: 118px;
    padding: 14px;
  }

  .site-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 16px 18px;
  }

  .site-footer__brand {
    grid-column: 1 / -1;
  }

  .site-footer__contact {
    grid-column: span 1;
  }

  .site-footer__brand img {
    width: 132px;
  }

  .site-footer__brand p {
    margin: 10px 0 12px;
    font-size: 0.72rem;
    line-height: 1.45;
  }

  .site-footer h2 {
    margin-bottom: 9px;
    font-size: 0.72rem;
  }

  .site-footer h2::after {
    width: 20px;
    margin-top: 6px;
  }

  .site-footer__nav {
    gap: 7px;
  }

  .site-footer__nav a,
  .site-footer__contact p {
    font-size: 0.68rem;
    line-height: 1.3;
  }

  .site-footer__support {
    display: none;
  }

  .footer-benefits,
  .footer-newsletter,
  .footer-newsletter__form,
  .site-footer__bottom,
  .footer-security {
    grid-template-columns: 1fr;
  }

  .footer-newsletter {
    gap: 12px;
    padding: 12px;
  }

  .footer-newsletter__title {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
  }

  .footer-newsletter__title > span {
    width: 44px;
    height: 44px;
  }

  .footer-newsletter__title .icon {
    width: 21px;
    height: 21px;
  }

  .footer-newsletter__title strong {
    margin: 2px 0 3px;
    font-size: 0.8rem;
    line-height: 1.15;
  }

  .footer-newsletter__title small {
    display: grid;
    grid-template-columns: 12px minmax(0, 1fr);
    gap: 5px;
    align-items: start;
    font-size: 0.64rem;
    line-height: 1.25;
  }

  .cart-drawer {
    width: 100vw;
    max-width: 100vw;
    padding: 18px 14px;
  }

  .cart-item {
    grid-template-columns: 54px minmax(0, 1fr);
  }

  .cart-item__price {
    grid-column: 2;
    justify-items: start;
  }

  .variation-modal {
    width: calc(100vw - 24px);
    max-height: calc(100vh - 24px);
    grid-template-columns: 1fr;
    overflow: auto;
  }
}

@media (max-width: 760px) {
  .site-footer__brand {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 34px;
    gap: 6px 14px;
    align-items: start;
  }

  .site-footer__brand img,
  .site-footer__brand p {
    grid-column: 1;
  }

  .site-footer__brand p {
    margin: 8px 0 0;
    text-align: justify;
    text-justify: inter-word;
  }

  .site-footer__social {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: start;
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    gap: 8px;
    justify-items: center;
    padding-top: 2px;
  }

  .site-footer__social a {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 50%;
  }

  .site-footer__social .icon {
    width: 14px;
    height: 14px;
  }

  .footer-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: calc(100% - 18px);
    margin-right: auto;
    margin-left: auto;
    gap: 7px;
  }

  .footer-benefits div {
    min-height: 58px;
    padding: 9px 7px;
  }

  .site-footer__bottom {
    justify-items: center;
    text-align: center;
  }

  .site-footer__bottom > div:first-child {
    width: 100%;
    justify-items: center;
  }

  .footer-payments {
    display: grid;
    grid-template-columns: repeat(5, 44px);
    justify-content: center;
    justify-items: center;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .footer-payments strong {
    grid-column: 1 / -1;
    width: 100%;
    text-align: center;
  }

  .footer-payment {
    width: 44px;
  }

  .footer-security {
    width: 100%;
    justify-items: center;
    text-align: center;
  }

  .footer-security strong {
    width: 100%;
    text-align: center;
  }

  .footer-security span {
    display: grid;
    grid-template-columns: 22px auto;
    justify-content: center;
    justify-items: start;
    align-items: center;
    width: 100%;
    max-width: 280px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

  .section--products {
    padding-top: 20px;
  }

  .section-heading {
    margin-bottom: 14px;
  }

  .section-heading--row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 10px;
  }

  .section-heading h1,
  .section-heading h2 {
    font-size: 1.42rem;
    line-height: 1.05;
  }

  .section-heading p {
    margin-top: 3px;
    font-size: 0.78rem;
    line-height: 1.25;
  }

  .text-link {
    min-height: auto;
    border: 0;
    padding: 0;
    font-size: 0.72rem;
    font-weight: 800;
  }

  .product-listing .listing-header {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    align-items: end;
    margin-bottom: 16px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .product-listing .section-heading h1 {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--color-purple);
    font-size: clamp(1.04rem, 6.2vw, 1.32rem);
    font-weight: 700;
    line-height: 1.02;
    white-space: normal;
  }

  .product-listing .section-heading h1 #category-title {
    display: inline;
    max-width: 100%;
    overflow-wrap: normal;
    word-break: normal;
  }

  .product-listing .section-heading h1 span:last-child {
    flex: 0 0 auto;
    font-size: 0.88rem;
  }

  .product-listing .section-heading p {
    max-width: 210px;
    margin-top: 4px;
    color: var(--color-muted);
    font-size: 0.64rem;
    line-height: 1.2;
  }

  .product-listing .sort-control {
    display: grid;
    grid-template-columns: auto minmax(118px, 148px);
    align-items: center;
    min-width: 0;
    max-width: none;
    gap: 8px;
    justify-self: start;
    margin-top: 2px;
  }

  .product-listing .sort-control label,
  .product-listing .sort-control > span {
    font-size: 0.66rem;
    font-weight: 700;
    white-space: nowrap;
  }

  .product-listing .sort-control select {
    width: 100%;
    min-height: 32px;
    border-radius: 8px;
    font-size: 0.62rem;
    padding: 0 20px 0 7px;
  }

  .product-grid,
  .product-related .product-grid,
  .product-grid--related {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px;
  }

  .product-card {
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(40, 24, 84, 0.08);
  }

  .favorite-button {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    font-size: 1.05rem;
  }

  .product-card__image {
    position: relative;
    aspect-ratio: 1 / 1.28;
    background: linear-gradient(180deg, #ffffff 0%, #fbf8ff 100%);
  }

  .product-card__image span {
    transform: scale(0.82);
  }

  .product-card__content {
    gap: 5px;
    padding: 10px 10px 11px;
  }

  .product-card h2 {
    min-height: 36px;
    font-size: 0.75rem;
    font-weight: 650;
    line-height: 1.16;
  }

  .product-card__rating {
    font-size: 0.68rem;
    line-height: 1;
  }

  .product-card__pix {
    grid-template-columns: max-content auto;
    gap: 0 5px;
    width: auto;
    color: var(--color-purple);
  }

  .product-card__pix strong {
    grid-column: 1;
    grid-row: 1;
    color: var(--color-purple);
    font-size: 1.08rem;
    font-weight: 700;
  }

  .product-card__pix span {
    display: none;
  }

  .product-card__pix small {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    display: inline-grid;
    min-width: 26px;
    place-items: center;
    border: 1px solid var(--color-purple);
    border-radius: 5px;
    color: var(--color-purple);
    font-size: 0;
    font-weight: 650;
    padding: 1px 4px;
  }

  .product-card__pix small::before {
    content: "PIX";
    font-size: 0.56rem;
    line-height: 1;
  }

  .product-card__price-row {
    display: block;
    margin: -2px 0 0;
  }

  .product-card__old-price {
    display: none;
  }

  .price {
    display: block;
    color: var(--color-muted);
    font-size: 0.66rem;
    font-weight: 500;
    line-height: 1.15;
  }

  .installments {
    width: fit-content;
    margin: 2px 0 4px;
    border-radius: 6px;
    background: #f4ecff;
    color: #5f4f78;
    font-size: 0.63rem;
    font-weight: 500;
    line-height: 1.1;
    padding: 5px 6px;
  }

  .buy-button {
    min-height: 36px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 650;
  }

  .site-header .benefit-bar {
    display: none !important;
  }

  .pix-discount-bar {
    display: block !important;
    order: 4;
    width: 100%;
    border-top: 1px solid #eadff4;
    border-bottom: 1px solid #eadff4;
    background: #f7efff;
  }

  .pix-discount-bar__track {
    min-height: 28px;
    min-width: 360%;
    padding: 0 10px;
    font-size: 0.62rem;
    font-weight: 700;
    animation: pix-marquee 28s linear infinite;
  }

  .pix-discount-bar .icon {
    width: 11px;
    height: 11px;
  }

  .site-header__main {
    min-height: 132px;
    padding-top: 28px;
    padding-bottom: 18px;
  }

  .site-header__brand img {
    width: 188px;
  }

  .site-header__tools .icon {
    width: 28px;
    height: 28px;
  }

  .banner-carousel {
    padding-top: 18px;
  }

  .banner-carousel__track {
    aspect-ratio: auto;
    height: 285px;
    border-radius: 16px;
  }

  .promo-banner {
    min-height: 285px;
    padding: 0;
    background-position: center;
  }

  .promo-banner::after {
    display: none !important;
    content: none !important;
  }

  .carousel-arrow {
    width: 42px;
    height: 42px;
    font-size: 1.7rem;
  }
}

@media (max-width: 430px) {
  .container {
    width: min(100% - 20px, var(--container));
  }

  .product-grid,
  .product-related .product-grid,
  .product-grid--related {
    gap: 10px;
  }

  .product-card__content {
    padding: 10px;
  }

  .product-card h2 {
    font-size: 0.76rem;
  }

  .product-card__pix strong {
    font-size: 1.12rem;
  }

  .product-gallery__main {
    min-height: 300px;
  }

  .product-demo-stage {
    transform: scale(0.7);
  }

  .site-footer__grid {
    grid-template-columns: 1fr;
  }

  .help-shortcuts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .help-shortcuts article {
    min-height: 104px;
    padding: 12px 10px;
  }

  .help-shortcuts .icon {
    width: 27px;
    height: 27px;
    margin-bottom: 7px;
  }

  .help-shortcuts strong {
    margin-bottom: 3px;
    font-size: 0.7rem;
    line-height: 1.15;
  }

  .help-shortcuts span {
    font-size: 0.58rem;
    line-height: 1.2;
  }
}
/* Native Nuvemshop commerce bindings */
.product-card__action {
  display: flex;
  min-height: 58px;
  align-items: flex-end;
  margin-top: auto;
  padding: 0 16px 16px;
}

.product-card__action > form,
.product-card__action > .buy-button {
  margin-top: auto;
}

.product-card__action form,
.product-card__action .buy-button {
  width: 100%;
}

.product-card__action .buy-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  cursor: pointer;
  text-decoration: none;
}

.product-card__action .buy-button.is-disabled {
  cursor: not-allowed;
  opacity: .55;
}

.product-variations__group select {
  min-width: 132px;
  height: 38px;
  padding: 0 34px 0 12px;
  border: 1px solid #d9c9e8;
  border-radius: 6px;
  background: #fff;
  color: #17132e;
  font: inherit;
}

.product-summary__quantity input {
  width: 96px;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #d9c9e8;
  border-radius: 6px;
  text-align: center;
}

/* Native Nuvemshop cart: EROTIQA drawer and cart page */
#modal-cart.modal-erotiqa-cart {
  width: min(500px, 100vw);
  max-width: 100vw;
  padding: 0;
  overflow: hidden;
  background: #fff;
  color: #17132f;
  box-shadow: -18px 0 48px rgba(23, 13, 56, .14);
}

#modal-cart.modal-erotiqa-cart > form {
  display: flex;
  height: 100%;
  min-height: 0;
  flex-direction: column;
}

#modal-cart .modal-header {
  display: flex;
  width: 100%;
  min-height: 72px;
  align-items: center;
  margin: 0;
  padding: 20px 26px 16px;
  border-bottom: 1px solid #eee9f5;
  background: #fff;
}

#modal-cart .erotiqa-cart__title {
  margin: 0;
  color: #17132f;
  font-size: 1.42rem;
  font-weight: 650;
  line-height: 1.1;
}

#modal-cart .modal-close {
  order: 2;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  margin: 0 0 0 auto;
  padding: 0;
  border-radius: 6px;
  color: #17132f;
}

#modal-cart .modal-close:hover,
#modal-cart .modal-close:focus-visible {
  background: #f8f4fc;
}

#modal-cart .modal-close .icon-inline {
  width: 17px;
  height: 17px;
}

#modal-cart .modal-body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 26px 24px;
  scrollbar-width: thin;
  scrollbar-color: #d7cee6 transparent;
}

#modal-cart .cart-row {
  width: 100%;
  margin: 0;
}

#modal-cart .js-ajax-cart-list {
  display: grid;
}

#modal-cart .cart-item {
  position: relative;
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr) 28px;
  gap: 12px;
  width: 100%;
  margin: 0 !important;
  padding: 16px 0;
  border-bottom: 1px solid #eee9f5;
}

#modal-cart .cart-item > .col-2,
#modal-cart .cart-item > .col-10,
#modal-cart .cart-item > .cart-item-delete {
  width: auto;
  max-width: none;
  padding: 0;
}

#modal-cart .cart-item > .col-2 {
  grid-column: 1;
}

#modal-cart .cart-item > .col-2 a {
  display: grid;
  width: 68px;
  height: 76px;
  place-items: center;
  overflow: hidden;
  border-radius: 7px;
  background: #faf7fd;
}

#modal-cart .cart-item > .col-2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#modal-cart .cart-item > .col-10 {
  grid-column: 2;
  min-width: 0;
}

#modal-cart .cart-item > .col-10 > .w-100 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 9px 10px;
  align-items: end;
}

#modal-cart .cart-item-name {
  grid-column: 1 / -1;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #17132f;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.35;
}

#modal-cart .cart-item-name a {
  color: inherit;
}

#modal-cart .cart-item-name small {
  display: block;
  margin-top: 3px;
  color: #756d8c;
  font-size: .69rem;
  font-weight: 450;
  line-height: 1.3;
}

#modal-cart .cart-item-quantity {
  min-width: 94px;
}

#modal-cart .form-quantity {
  display: flex;
  width: 94px !important;
  height: 34px;
  align-items: center;
  margin: 0 !important;
  overflow: hidden;
  border: 1px solid #dcd4e9;
  border-radius: 6px;
  background: #fff;
}

#modal-cart .form-quantity .row {
  display: contents;
}

#modal-cart .cart-item-btn,
#modal-cart .cart-item-input {
  display: grid;
  width: 31px;
  min-width: 31px;
  height: 32px;
  place-items: center;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #514963;
  font-size: .82rem;
  line-height: 1;
}

#modal-cart .cart-item-input {
  color: #7600d9;
  font-weight: 550;
}

#modal-cart .cart-item-subtotal {
  align-self: center;
  margin: 0;
  color: #17132f;
  font-size: .88rem;
  font-weight: 650;
  line-height: 1.1;
  white-space: nowrap;
}

#modal-cart .cart-item-delete {
  position: static;
  grid-column: 3;
  align-self: start;
}

#modal-cart .cart-item-delete .btn {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  margin: 0;
  padding: 0;
  border-radius: 6px;
  color: #9a3045;
}

#modal-cart .cart-item-delete .btn:hover,
#modal-cart .cart-item-delete .btn:focus-visible {
  background: #fff1f3;
}

#modal-cart .js-empty-ajax-cart {
  padding: 24px 0;
}

#modal-cart .alert {
  border-radius: 6px;
  font-size: .78rem;
  line-height: 1.4;
}

#modal-cart [data-store="cart-subtotal"] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 0 !important;
  padding: 18px 0;
  border-bottom: 1px solid #eee9f5;
  color: #17132f;
  font-size: .88rem;
  font-weight: 500;
}

#modal-cart [data-store="cart-subtotal"] > span,
#modal-cart [data-store="cart-subtotal"] > strong {
  width: auto;
  flex: none;
}

#modal-cart [data-store="cart-subtotal"] strong {
  font-size: .94rem;
  font-weight: 650;
}

#modal-cart .js-has-new-shipping {
  padding: 0;
}

#modal-cart #cart-shipping-container {
  width: 100%;
  margin: 0;
}

#modal-cart [data-store="shipping-calculator"] {
  margin: 0 !important;
}

#modal-cart .shipping-calculator-head {
  min-height: 84px;
}

#modal-cart .shipping-calculator-form,
#modal-cart .js-shipping-calculator-with-zipcode {
  width: 100%;
}

#modal-cart .shipping-calculator-form .form-row,
#modal-cart .js-shipping-calculator-with-zipcode .row {
  margin-right: 0;
  margin-left: 0;
}

#modal-cart .shipping-calculator-form .col-12,
#modal-cart .shipping-calculator-form .col-5,
#modal-cart .shipping-calculator-form .col-6,
#modal-cart .js-shipping-calculator-with-zipcode .col,
#modal-cart .js-shipping-calculator-with-zipcode .col-auto {
  padding-right: 4px;
  padding-left: 4px;
}

#modal-cart .shipping-calculator-form .col-12 {
  padding-bottom: 2px;
  color: #17132f;
  font-size: .82rem;
  font-weight: 650;
}

#modal-cart .shipping-calculator-form .col-5 {
  flex: 1 1 auto;
  max-width: none;
}

#modal-cart .shipping-calculator-form .col-6 {
  flex: 0 0 104px;
  max-width: 104px;
}

#modal-cart .shipping-calculator-form .form-control,
#modal-cart .shipping-calculator-form .btn {
  min-height: 40px;
  border-radius: 6px;
  font-size: .76rem;
}

#modal-cart .shipping-calculator-form .btn {
  border-color: #8200e6;
  background: #8200e6;
  color: #fff;
  font-weight: 650;
}

#modal-cart .js-shipping-calculator-change-zipcode {
  border: 0;
  background: transparent;
  color: #7100c9;
  font-size: .7rem;
  text-decoration: underline;
}

#modal-cart .js-shipping-calculator-response,
#modal-cart .js-store-branches-container {
  width: 100%;
  margin: 0 0 12px !important;
}

#modal-cart .js-shipping-calculator-response ul,
#modal-cart .radio-button-container {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
}

#modal-cart .radio-button-item {
  width: 100%;
  margin: 0;
  list-style: none;
}

#modal-cart .radio-button {
  display: block;
  width: 100%;
  margin: 0;
  cursor: pointer;
}

#modal-cart .radio-button-content {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 8px;
  width: 100%;
  min-height: 64px;
  align-items: start;
  padding: 11px 12px;
  border: 1px solid transparent;
  border-radius: 7px;
  background: #faf7fd;
}

#modal-cart .shipping-method:checked + .radio-button-content,
#modal-cart .js-selected-shipping-method + .radio-button-content {
  border-color: #8500ea;
  background: #f8f1ff;
}

#modal-cart .radio-button-label,
#modal-cart .radio-button-text,
#modal-cart .radio-button-text > div {
  min-width: 0;
}

#modal-cart .radio-button-text {
  margin: 0;
  color: #332c43;
  font-size: .71rem;
  font-weight: 450;
  line-height: 1.32;
}

#modal-cart .radio-button-text .col-8 {
  flex: 1 1 auto;
  max-width: none;
  padding: 0 8px 0 0;
}

#modal-cart .radio-button-text .col-4 {
  flex: 0 0 auto;
  width: auto;
  max-width: 96px;
  padding: 0;
}

#modal-cart .shipping-price {
  margin: 0;
  color: #00a247;
  font-size: .76rem;
  line-height: 1.2;
  white-space: nowrap;
}

#modal-cart .js-cart-total-container {
  margin: 0 !important;
  padding: 17px 0 10px;
  border-top: 1px solid #eee9f5;
}

#modal-cart .js-cart-total-container > .h2 {
  align-items: center;
  color: #17132f;
  font-size: 1.08rem;
  font-weight: 650;
}

#modal-cart .js-cart-total {
  font-size: 1.18rem;
}

#modal-cart .js-ajax-cart-submit {
  margin: 0 0 10px !important;
}

#modal-cart [data-component="cart.checkout-button"] {
  min-height: 48px;
  border: 0;
  border-radius: 6px;
  background: linear-gradient(90deg, #7600d9, #9300e8);
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: .86rem;
  font-weight: 650;
  letter-spacing: 0;
  text-transform: none;
}

#modal-cart .btn-link {
  color: #7100c9;
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.erotiqa-cart-page {
  max-width: 1240px;
  padding-top: 8px;
  padding-bottom: 56px;
}

#shoppingCartPage .cart-body {
  width: 100%;
}

#shoppingCartPage .js-ajax-cart-list {
  overflow: hidden;
  border: 1px solid #ebe5f2;
  border-radius: 7px;
  background: #fff;
}

#shoppingCartPage .cart-item {
  display: flex;
  width: 100%;
  margin: 0 !important;
  padding: 18px 16px;
  border-bottom: 1px solid #eee9f5;
}

#shoppingCartPage .cart-item:last-child {
  border-bottom: 0;
}

#shoppingCartPage .cart-item-name {
  color: #17132f;
  font-size: .88rem;
  font-weight: 500;
  line-height: 1.38;
}

#shoppingCartPage .cart-item-name small {
  display: block;
  margin-top: 3px;
  color: #756d8c;
  font-size: .72rem;
}

#shoppingCartPage .form-quantity {
  margin-bottom: 0 !important;
}

#shoppingCartPage .cart-item-subtotal {
  color: #17132f;
  font-size: .92rem;
  font-weight: 650;
}

#shoppingCartPage .cart-item-delete {
  top: 18px;
  right: 14px;
}

#shoppingCartPage #cart-shipping-container,
#shoppingCartPage #cart-sticky-summary {
  border: 1px solid #ebe5f2;
  border-radius: 7px;
  background: #fff;
}

#shoppingCartPage #cart-shipping-container {
  margin: 0;
  padding: 4px 14px 10px;
}

#shoppingCartPage #cart-sticky-summary {
  padding: 18px;
}

#shoppingCartPage [data-component="cart.checkout-button"] {
  min-height: 48px;
  border: 0;
  border-radius: 6px;
  background: linear-gradient(90deg, #7600d9, #9300e8);
  color: #fff;
  font-size: .86rem;
  font-weight: 650;
  letter-spacing: 0;
  text-transform: none;
}

@media (max-width: 767px) {
  #modal-cart .modal-header {
    min-height: 64px;
    padding: 17px 18px 13px;
  }

  #modal-cart .erotiqa-cart__title {
    font-size: 1.24rem;
  }

  #modal-cart .modal-body {
    padding: 0 18px calc(86px + env(safe-area-inset-bottom));
  }

  #modal-cart .cart-item {
    grid-template-columns: 60px minmax(0, 1fr) 26px;
    gap: 10px;
    padding: 14px 0;
  }

  #modal-cart .cart-item > .col-2 a {
    width: 60px;
    height: 68px;
  }

  #modal-cart .cart-item-name {
    font-size: .75rem;
  }

  #modal-cart .cart-item > .col-10 > .w-100 {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  #modal-cart .cart-item-subtotal {
    justify-self: start;
  }

  #modal-cart .shipping-calculator-head {
    min-height: 90px;
  }

  #shoppingCartPage.erotiqa-cart-page {
    padding-right: 14px;
    padding-left: 14px;
  }

  #shoppingCartPage .cart-item {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 10px;
    padding: 14px 12px;
  }

  #shoppingCartPage .cart-item > .col-2,
  #shoppingCartPage .cart-item > .col-10 {
    width: auto;
    max-width: none;
    padding: 0;
  }

  #shoppingCartPage .cart-item > .col-2 {
    grid-column: 1;
  }

  #shoppingCartPage .cart-item > .col-10 {
    grid-column: 2;
  }

  #shoppingCartPage .cart-item > .cart-item-delete {
    top: 10px;
    right: 8px;
  }

  #shoppingCartPage .cart-item > .col-10 > .row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    margin: 0;
  }

  #shoppingCartPage .cart-item-name {
    grid-column: 1 / -1;
    width: 100%;
    max-width: none;
    padding: 0 30px 0 0;
    font-size: .78rem;
  }

  #shoppingCartPage .cart-item-quantity,
  #shoppingCartPage .cart-item-subtotal {
    width: auto;
    max-width: none;
    padding: 0;
  }

  #shoppingCartPage #cart-shipping-container,
  #shoppingCartPage #cart-sticky-summary {
    margin-top: 12px;
  }
}

/* Native Nuvemshop quickshop with product variations */
#quickshop-modal.modal-erotiqa-quickshop {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  width: min(920px, calc(100vw - 40px));
  height: auto;
  max-height: calc(100vh - 40px);
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(21, 12, 48, .22);
  transform: translate(-50%, -50%);
}

#quickshop-modal .modal-header {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 4;
  display: block;
  width: auto;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

#quickshop-modal .modal-close {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  margin: 0;
  padding: 0;
  border-radius: 6px;
  background: #fff;
  color: #17132f;
}

#quickshop-modal .modal-close:hover,
#quickshop-modal .modal-close:focus-visible {
  background: #f6f1fb;
}

#quickshop-modal .modal-body {
  padding: 26px;
}

#quickshop-modal .js-item-variants {
  display: grid !important;
  grid-template-areas:
    "image name"
    "image price"
    "image form";
  grid-template-columns: minmax(300px, 44%) minmax(0, 1fr);
  grid-template-rows: auto auto 1fr;
  gap: 8px 28px;
  align-items: start;
  text-align: left;
}

#quickshop-modal .js-item-name {
  grid-area: name;
  margin: 12px 42px 0 0 !important;
  color: #17132f;
  font-size: 1.22rem;
  font-weight: 650;
  line-height: 1.25;
}

#quickshop-modal .item-price-container {
  grid-area: price;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 10px;
  align-items: baseline;
  margin: 2px 0 8px !important;
}

#quickshop-modal .js-price-display {
  color: #17132f;
  font-size: 1.28rem;
  font-weight: 650;
  line-height: 1.1;
}

#quickshop-modal .js-compare-price-display {
  order: 2;
  color: #8a829a;
  font-size: .78rem;
  font-weight: 450;
}

#quickshop-modal .js-quickshop-img {
  grid-area: image;
  display: block !important;
  width: 100%;
  height: 360px;
  padding: 18px;
  border-radius: 7px;
  background: #fbf8fd;
  object-fit: contain;
}

#quickshop-modal #quickshop-form {
  grid-area: form;
  min-width: 0;
}

#quickshop-modal .js-product-form {
  display: grid;
  gap: 14px;
}

#quickshop-modal .js-product-variants {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}

#quickshop-modal .js-product-variants-group {
  width: 100%;
  max-width: none;
  flex: 1 1 100%;
  margin: 0 !important;
  padding: 0;
}

#quickshop-modal .js-product-variants-group label,
#quickshop-modal .js-product-variants-group .form-label {
  display: block;
  margin: 0 0 7px;
  color: #17132f;
  font-size: .76rem;
  font-weight: 600;
}

#quickshop-modal .js-product-variants-group select {
  width: 100%;
  min-height: 40px;
  border: 1px solid #d9d1e7;
  border-radius: 6px;
  background-color: #fff;
  color: #17132f;
  font-size: .78rem;
  font-weight: 450;
}

#quickshop-modal .js-product-variants-group .btn-variant,
#quickshop-modal .js-product-variants-group .js-insta-variant {
  min-height: 34px;
  margin: 0 5px 6px 0;
  padding: 7px 12px;
  border: 1px solid #d8d0e5;
  border-radius: 6px;
  background: #fff;
  color: #332c43;
  font-size: .72rem;
  font-weight: 500;
}

#quickshop-modal .js-product-variants-group .selected {
  border-color: #8500ea;
  color: #7600d9;
}

#quickshop-modal .js-quantity {
  width: 106px;
  margin: 0;
}

#quickshop-modal .js-product-form > .buy-button,
#quickshop-modal .js-product-form > .js-addtocart {
  width: 100%;
  min-height: 46px;
  margin: 0 !important;
  border: 0;
  border-radius: 6px;
  background: linear-gradient(90deg, #7600d9, #9300e8);
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: .86rem;
  font-weight: 650;
  letter-spacing: 0;
  text-transform: none;
}

#quickshop-modal .js-addtocart-placeholder {
  width: 100% !important;
  min-height: 46px;
  margin: 0 !important;
  border-radius: 6px;
}

@media (max-width: 767px) {
  #quickshop-modal.modal-erotiqa-quickshop {
    top: 0;
    left: 0;
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    max-height: 100vh;
    border-radius: 0;
    transform: none;
  }

  #quickshop-modal .modal-body {
    min-height: 100%;
    padding: 54px 18px calc(90px + env(safe-area-inset-bottom));
  }

  #quickshop-modal .js-item-variants {
    grid-template-areas:
      "image"
      "name"
      "price"
      "form";
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }

  #quickshop-modal .js-quickshop-img {
    height: min(300px, 36vh);
    padding: 12px;
  }

  #quickshop-modal .js-item-name {
    margin: 8px 0 0 !important;
    font-size: 1.05rem;
  }

  #quickshop-modal .js-price-display {
    font-size: 1.14rem;
  }
}

/* Consistent product-card rhythm */
.product-grid {
  align-items: stretch;
}

.product-card {
  display: flex;
  height: 100%;
  flex-direction: column;
}

.product-card > .js-product-container {
  display: flex;
  width: 100%;
  height: 100%;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
}

.product-card .product-card__link {
  display: flex;
  min-height: 0;
  flex: 1 1 auto;
  flex-direction: column;
}

.product-card__image {
  flex: 0 0 auto;
}

.product-card__content {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 6px;
}

.product-card .product-card__content h2,
.product-card .product-card__content .js-item-name {
  display: -webkit-box;
  min-height: calc(1.35em * 4);
  max-height: calc(1.35em * 4);
  margin: 0 0 3px;
  overflow: hidden;
  color: var(--color-text);
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.product-card__pix {
  min-height: 42px;
  margin-top: 0;
  flex: 0 0 42px;
}

.product-card__price-row {
  min-height: 20px;
  flex: 0 0 20px;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.product-card__installments-slot {
  display: flex;
  min-height: 22px;
  flex: 0 0 22px;
  align-items: flex-start;
}

.product-card .installments {
  min-height: 22px;
  margin-bottom: 0;
}

.product-card__action {
  display: flex;
  width: 100%;
  min-height: 58px;
  align-items: flex-end;
  margin-top: auto;
  flex: 0 0 auto;
  padding: 0 16px 16px;
}

.product-card__action form {
  display: flex;
  width: 100%;
  margin-top: auto;
}

.product-card__action .buy-button {
  width: 100%;
  min-height: 42px;
  margin-top: 0;
}

@media (max-width: 767px) {
  .product-card .product-card__content h2,
  .product-card .product-card__content .js-item-name {
    min-height: calc(1.35em * 3);
    max-height: calc(1.35em * 3);
    font-size: 0.76rem;
    line-height: 1.35;
    -webkit-line-clamp: 3;
  }

  .product-card__pix {
    min-height: 29px;
    flex-basis: 29px;
  }

  .product-card__price-row {
    min-height: 16px;
    flex-basis: 16px;
  }

  .product-card__installments-slot {
    min-height: 16px;
    flex-basis: 16px;
  }

  .product-card .installments {
    min-height: 16px;
  }
}

/* Final mobile header refinement: compact first view and explicit category navigation. */
.mobile-category-scroll {
  display: none;
}

@media (max-width: 760px) {
  .site-header__main {
    min-height: 106px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .site-header__brand img {
    width: 158px;
  }

  .category-nav {
    position: relative;
    overflow: hidden;
  }

  .category-nav__inner {
    scroll-behavior: smooth;
  }

  .mobile-category-scroll {
    position: absolute;
    top: 50%;
    z-index: 8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    margin: 0;
    border: 1px solid #d8c2ec;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 5px 16px rgba(57, 22, 90, 0.17);
    color: var(--color-purple);
    font-family: "Montserrat", sans-serif;
    font-size: 0.6rem;
    font-weight: 750;
    line-height: 1;
    opacity: 1;
    transform: translateY(-50%);
    transition:
      opacity 0.16s ease,
      transform 0.16s ease;
  }

  .mobile-category-scroll--next {
    right: 5px;
    width: 34px;
    padding: 0;
    animation: mobile-category-hint 1.8s ease-in-out 2;
  }

  .mobile-category-scroll--previous {
    left: 5px;
    width: 32px;
    padding: 0;
  }

  .mobile-category-scroll b {
    margin-top: -1px;
    font-family: Arial, sans-serif;
    font-size: 1.18rem;
    font-weight: 400;
    line-height: 1;
  }

  .mobile-category-scroll.is-hidden {
    pointer-events: none;
    opacity: 0;
    transform: translateY(-50%) scale(0.86);
    animation: none;
  }
}

@keyframes mobile-category-hint {
  0%,
  100% {
    transform: translateY(-50%) translateX(0);
  }

  50% {
    transform: translateY(-50%) translateX(3px);
  }
}
