/*
  PAYSHOP LAYOUT PATCH 001
  Objetivo: modernização visual da frente pública sem alterar regras de negócio.
  Escopo: header, home, categorias, cards, banners, listas e footer.
*/

:root {
  --ps-purple: #5a1388;
  --ps-purple-2: #7b22c8;
  --ps-purple-3: #2a093f;
  --ps-acai: #42105f;
  --ps-pink: #ec2f8f;
  --ps-green: #24b46b;
  --ps-yellow: #ffc857;
  --ps-bg: #fff8fb;
  --ps-soft: #f6edf9;
  --ps-text: #211428;
  --ps-muted: #74667b;
  --ps-border: rgba(90, 19, 136, .12);
  --ps-shadow: 0 18px 45px rgba(68, 16, 96, .13);
  --ps-shadow-hover: 0 24px 60px rgba(68, 16, 96, .20);
  --ps-radius: 24px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Montserrat', 'Cairo', Arial, sans-serif !important;
  background: linear-gradient(180deg, #fff 0%, var(--ps-bg) 42%, #fff 100%);
  color: var(--ps-text);
}

a {
  transition: .22s ease;
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: var(--ps-purple-2);
}

img {
  max-width: 100%;
}

/* ===== HEADER ===== */
.header {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9998;
  width: 100%;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--ps-border);
  box-shadow: 0 12px 32px rgba(33, 20, 40, .06);
}

body {
  padding-top: 142px;
}

.header__top {
  background: linear-gradient(90deg, var(--ps-purple-3), var(--ps-purple), var(--ps-pink));
  color: #fff;
  font-size: 12px;
}

.header__top a,
.header__top i,
.header__top li {
  color: #fff !important;
}

.header__top__left ul li {
  font-weight: 600;
  letter-spacing: .01em;
}

.header__logo {
  padding: 17px 0;
}

.header__logo img,
.humberger__menu__logo img,
.footer__about__logo img {
  max-height: 48px;
  width: auto;
  object-fit: contain;
}

.header__menu {
  padding: 22px 0 18px;
}

.header__menu ul li {
  margin-right: 24px;
}

.header__menu ul li a {
  font-size: 16px;
  color: var(--ps-text);
  /* font-weight: 800; */
  text-transform: none;
  letter-spacing: -.01em;
  padding: 8px 0;
}

.header__menu ul li.active>a,
.header__menu ul li:hover>a {
  color: var(--ps-purple-2);
}

.header__menu ul li.active>a:after,
.header__menu ul li:hover>a:after {
  width: 100%;
}

.header__menu ul li>a {
  position: relative;
}

.header__menu ul li>a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  border-radius: 10px;
  background: linear-gradient(90deg, var(--ps-purple-2), var(--ps-pink));
  transition: .22s ease;
}

.header__menu__dropdown {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--ps-shadow);
  border: 1px solid var(--ps-border);
}

.header__cart {
  padding: 20px 0 14px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.header__cart ul {
  margin: 0;
}

.header__cart ul li a {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--ps-purple), var(--ps-pink));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 12px 24px rgba(123, 34, 200, .23);
}

.header__cart ul li a i {
  color: #fff;
  font-size: 18px;
}

.header__cart ul li a span {
  top: -8px;
  right: -8px;
  background: var(--ps-yellow);
  color: #30153f;
  font-weight: 900;
}

.header__cart__price {
  font-size: 12px;
  color: var(--ps-muted);
  font-weight: 700;
}

.header__cart__price span {
  color: var(--ps-purple);
  font-weight: 900;
}

.humberger__open {
  border-radius: 14px;
  border: 1px solid var(--ps-border);
  color: var(--ps-purple);
}

/* ===== BUSCA / HERO ===== */
.hero {
  padding-top: 26px;
}

.hero .container {
  position: relative;
}

.hero__categories {
  border-radius: var(--ps-radius);
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--ps-border);
  box-shadow: var(--ps-shadow);
}

.hero__categories__all {
  background: linear-gradient(135deg, var(--ps-purple), var(--ps-pink));
  padding: 17px 22px;
  font-weight: 900;
  letter-spacing: .01em;
}

.hero__categories ul {
  border: none;
  padding: 16px 0;
}

.hero__categories ul li a {
  color: var(--ps-text);
  font-size: 14px;
  font-weight: 700;
  padding: 10px 24px;
  display: block;
}

.hero__categories ul li a:hover {
  background: var(--ps-soft);
  color: var(--ps-purple-2);
  padding-left: 30px;
}

.hero__search {
  margin-bottom: 24px;
}

.hero__search__form {
  border: none;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 14px 32px rgba(68, 16, 96, .10);
  overflow: hidden;
  min-height: 58px;
}

.hero__search__form form input {
  height: 58px;
  font-weight: 600;
  color: var(--ps-text);
  padding-left: 24px;
}

.hero__search__form form button,
.site-btn,
.primary-btn {
  background: linear-gradient(135deg, var(--ps-purple), var(--ps-pink)) !important;
  border: 0 !important;
  color: #fff !important;
  /* border-radius:16px;
  font-weight:900; */
  letter-spacing: .02em;
  box-shadow: 0 14px 26px rgba(123, 34, 200, .23);
}

.hero__search__form form button {
  right: 7px;
  top: 7px;
  height: 44px;
  padding: 0 25px;
  border-radius: 16px;
}

.hero__search__phone__icon {
  background: #e9fff4;
  color: var(--ps-green);
  box-shadow: 0 12px 26px rgba(36, 180, 107, .15);
}

.hero__search__phone__text h6 {
  font-weight: 900;
  color: var(--ps-text);
}

.hero__search__phone__text span {
  color: var(--ps-muted);
  font-weight: 600;
}

.hero-slider,
.hero__item {
  border-radius: 32px;
  overflow: hidden;
  box-shadow: var(--ps-shadow);
}

.hero__item {
  min-height: 430px;
  position: relative;
  background-size: cover !important;
  background-position: center !important;
}

.hero__item:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(42, 9, 63, .88) 0%, rgba(90, 19, 136, .62) 43%, rgba(236, 47, 143, .16) 100%);
  z-index: 1;
}

.hero__text {
  position: relative;
  z-index: 2;
  max-width: 620px;
  padding-left: 20px;
}

.hero__text span {
  display: inline-flex;
  background: rgba(255, 255, 255, .16);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  backdrop-filter: blur(8px);
}

.hero__text h2 {
  color: #fff;
  font-size: 48px;
  line-height: 1.04;
  font-weight: 900;
  letter-spacing: -.04em;
  margin-top: 18px;
  margin-bottom: 16px;
}

.hero__text p {
  color: rgba(255, 255, 255, .90);
  font-size: 16px;
  font-weight: 600;
}

.hero__text .primary-btn {
  padding: 15px 26px;
  border-radius: 18px;
}

.swiper-pagination-bullet {
  background: #fff;
  opacity: .55;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--ps-yellow);
}

/* ===== CATEGORIAS ===== */
.categories {
  padding: 46px 0 20px;
  margin-top: 40px;
}

.categories__item {
  height: 210px;
  border-radius: 28px;
  overflow: hidden;
  position: relative;
  box-shadow: var(--ps-shadow);
  /* background-position: center !important; */
  background-size: cover !important;
  transform: translateZ(0);
}

.categories__item:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(42, 9, 63, .05) 0%, rgb(42 9 63 / 45%) 100%)
}

.categories__item h5 {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
}

.categories__item h5 a {
  width: 100%;
  border-radius: 18px;
  background: rgba(255, 255, 255, .94);
  color: var(--ps-purple);
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .13);
}

.categories__item:hover {
  transform: translateY(-4px);
  box-shadow: var(--ps-shadow-hover);
}

/* ===== SEÇÕES / PRODUTOS ===== */
.spad {
  padding-top: 54px;
  padding-bottom: 54px;
}

.section-title {
  text-align: left;
  margin-bottom: 28px;
  position: relative;
}

.section-title h2 {
  color: var(--ps-text);
  font-size: 34px;
  font-weight: 900;
  letter-spacing: -.035em;
}

.section-title h2:after {
  content: "";
  display: block;
  width: 70px;
  height: 5px;
  margin-top: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ps-purple), var(--ps-pink));
}

.section-title a span small {
  display: inline-flex;
  float: right;
  background: var(--ps-soft);
  color: var(--ps-purple);
  border-radius: 999px;
  padding: 9px 15px;
  font-weight: 900;
}

.featured__controls ul {
  text-align: left;
  margin-bottom: 26px;
}

.featured__controls ul li {
  background: #fff;
  border: 1px solid var(--ps-border);
  color: var(--ps-purple);
  border-radius: 999px;
  padding: 9px 16px;
  margin-right: 8px;
  margin-bottom: 8px;
  box-shadow: 0 8px 20px rgba(68, 16, 96, .06);
}

.featured__controls ul li a {
  font-weight: 800;
  color: var(--ps-purple) !important;
}

.featured__item,
.product__discount__item {
  background: #fff;
  border: 1px solid var(--ps-border);
  border-radius: 28px;
  overflow: hidden;
  padding: 12px;
  box-shadow: 0 12px 32px rgba(68, 16, 96, .08);
  transition: .22s ease;
  height: 100%;
}

.featured__item:hover,
.product__discount__item:hover {
  transform: translateY(-6px);
  box-shadow: var(--ps-shadow-hover);
}

.featured__item__pic,
.product__discount__item__pic {
  border-radius: 22px;
  height: 245px;
  background-size: cover !important;
  background-position: center !important;
  overflow: hidden;
  position: relative;
}

.featured__item__pic:after,
.product__discount__item__pic:after {
  content: "Atacado e varejo";
  position: absolute;
  left: 12px;
  top: 12px;
  background: rgba(255, 255, 255, .94);
  color: var(--ps-purple);
  border-radius: 999px;
  padding: 7px 11px;
  font-size: 11px;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .10);
}

.product__discount__percent {
  background: linear-gradient(135deg, var(--ps-pink), #ff6a3d);
  font-weight: 900;
  box-shadow: 0 12px 22px rgba(236, 47, 143, .22);
}

.featured__item__pic__hover,
.product__item__pic__hover {
  bottom: 18px;
}

.featured__item__pic__hover li a,
.product__item__pic__hover li a {
  border: none;
  background: #fff;
  color: var(--ps-purple);
  box-shadow: 0 12px 22px rgba(0, 0, 0, .14);
}

.featured__item__pic__hover li:hover a,
.product__item__pic__hover li:hover a {
  background: linear-gradient(135deg, var(--ps-purple), var(--ps-pink));
  color: #fff;
  transform: none;
}

.featured__item__text,
.product__discount__item__text {
  padding: 18px 6px 4px;
  text-align: left;
}

.featured__item__text h6,
.product__discount__item__text h5 a {
  color: var(--ps-text);
  font-weight: 800;
  min-height: 42px;
  line-height: 1.35;
}

.featured__item__text h5,
.product__item__price {
  color: var(--ps-purple) !important;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -.03em;
}

.product__item__price span {
  color: #aaa;
  text-decoration: line-through;
  font-weight: 700;
}

.featured__item__text:after,
.product__discount__item__text:after {
  content: "PIX • cartão • entrega programada";
  display: block;
  margin-top: 7px;
  color: var(--ps-muted);
  font-size: 11px;
  font-weight: 700;
}

/* ===== BANNERS / LISTAS ===== */
.banner {
  padding: 20px 0 28px;
}

.ps-promo-banners {
  padding-top: 34px;
}

.ps-promo-banners .section-title {
  width: 100%;
  margin-bottom: 24px;
}

.banner__pic {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--ps-shadow);
}

.banner__pic img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: .25s ease;
}

.banner__pic:hover img {
  transform: scale(1.035);
}

.latest-product__text {
  background: #fff;
  border: 1px solid var(--ps-border);
  border-radius: 28px;
  padding: 24px;
  box-shadow: 0 12px 32px rgba(68, 16, 96, .08);
}

.latest-product__text h4 {
  font-weight: 900;
  color: var(--ps-text);
}

.latest-product__item {
  border-radius: 20px;
  padding: 10px;
}

.latest-product__item:hover {
  background: var(--ps-soft);
}

.latest-product__item__pic img {
  border-radius: 16px;
  height: 86px;
  object-fit: cover;
  width: 100%;
}

.latest-product__item__text h6 {
  font-weight: 800;
  color: var(--ps-text);
}

.latest-product__item__text span {
  color: var(--ps-purple);
  font-weight: 900;
  font-size: 17px;
}

/* ===== CATEGORIAS/LISTAGENS/PRODUTO: HERANÇA VISUAL ===== */
.breadcrumb-section {
  background: linear-gradient(135deg, var(--ps-purple-3), var(--ps-purple), var(--ps-pink)) !important;
  border-radius: 0 0 36px 36px;
  overflow: hidden;
  position: relative;
}

.breadcrumb__text h2 {
  font-weight: 900;
  letter-spacing: -.03em;
}

.sidebar__item,
.product__details__text,
.product__details__pic,
.shoping__cart__table,
.checkout__form,
.checkout__order {
  background: #fff;
  border: 1px solid var(--ps-border);
  border-radius: 28px;
  box-shadow: 0 12px 32px rgba(68, 16, 96, .08);
  padding: 24px;
}

.product__details__pic__item img,
.product__details__pic__slider img {
  border-radius: 24px;
}

.product__details__text h3 {
  font-weight: 900;
  color: var(--ps-text);
  letter-spacing: -.03em;
}

.product__details__price {
  color: var(--ps-purple) !important;
  font-weight: 900;
}

.product__details__quantity .quantity {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--ps-border);
}

/* ===== FOOTER ===== */
.footer {
  margin-top: 40px;
  background: radial-gradient(circle at top left, rgba(236, 47, 143, .26), transparent 30%), linear-gradient(135deg, var(--ps-purple-3), #180425 80%);
  color: #fff;
  border-radius: 42px 42px 0 0;
}

.footer a,
.footer p,
.footer li,
.footer h6 {
  color: #fff !important;
}

.footer__about ul li {
  font-weight: 600;
  opacity: .86;
}

.footer__widget form input {
  border: none;
  border-radius: 16px 0 0 16px;
  height: 52px;
  font-weight: 700;
}

.footer__widget form button {
  border-radius: 0 12px 12px 0;
  height: 52px;
}

.footer__widget__social a {
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .16);
  backdrop-filter: blur(10px);
}

.footer__copyright {
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.footer__copyright__payment img {
  border-radius: 12px;
  max-height: 38px;
  object-fit: contain;
}

/* ===== FLOAT BUTTONS ===== */
a[href*="api.whatsapp.com"] img[style*="position:fixed"] {
  display: none !important;
}

.ps-scroll-top {
  position: fixed;
  right: 22px;
  bottom: 24px;
  z-index: 9999;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, var(--ps-purple), var(--ps-pink));
  box-shadow: 0 16px 34px rgba(63, 7, 95, .28);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: .22s ease;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}

.ps-scroll-top i {
  font-size: 22px;
  line-height: 1;
}

.ps-scroll-top.is-visible {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0);
  pointer-events: auto;
}

.ps-scroll-top:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 42px rgba(63, 7, 95, .34);
}

/* ===== MOBILE ===== */
@media (max-width:991px) {

  body {
    padding-top: 76px;
  }

  .header__top,
  .header .container>.row {
    display: none;
  }

  .header {
    min-height: 66px;
  }

  .humberger__open {
    display: block;
    top: 14px;
  }

  .hero {
    padding-top: 18px;
  }

  .hero__categories {
    margin-bottom: 18px;
  }

  .hero__search {
    display: block;
  }

  .hero__search__form {
    width: 100%;
    margin-bottom: 14px;
  }

  .hero__search__phone {
    float: none;
    display: flex;
    align-items: center;
  }

  .hero__item {
    min-height: 390px;
    border-radius: 26px;
  }

  .hero__text {
    padding: 32px 22px;
  }

  .hero__text h2 {
    font-size: 34px;
  }

  .categories__item {
    height: 180px;
  }

  .featured__item__pic,
  .product__discount__item__pic {
    height: 230px;
  }
}

@media (max-width:575px) {
  body {
    background: #fff;
  }

  .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero__search__form form input {
    font-size: 13px;
    padding-left: 16px;
    padding-right: 105px;
  }

  .hero__search__form form button {
    padding: 0 15px;
    font-size: 12px;
  }

  .hero__item {
    min-height: 350px;
  }

  .hero__text h2 {
    font-size: 29px;
  }

  .hero__text p {
    font-size: 14px;
  }

  .section-title h2 {
    font-size: 27px;
  }

  .featured__controls ul li {
    font-size: 12px;
    padding: 8px 12px;
  }

  .featured__item,
  .product__discount__item {
    border-radius: 24px;
    margin-bottom: 20px;
  }

  .featured__item__pic,
  .product__discount__item__pic {
    height: 240px;
  }

  .banner__pic {
    margin-bottom: 18px;
  }

  .footer {
    border-radius: 32px 32px 0 0;
  }
}

/* ===== BLOCOS EXTRAS HOME PATCH 001 ===== */

.ps-benefits {
  padding: 18px 0 10px;
}

.ps-benefits__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

.ps-benefits__grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ps-benefit-card {
  background: #fff;
  border: 1px solid var(--ps-border);
  border-radius: 18px;
  padding: 0;
  box-shadow: 0 12px 30px rgba(68, 16, 96, .07);
}

.ps-mini-banner {
  position: relative;
  height: 152px;
  min-height: 152px;
  display: block;
  overflow: hidden;
  isolation: isolate;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right center;
}

.ps-mini-banner:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .98) 38%, rgba(255, 255, 255, .76) 58%, rgba(255, 255, 255, .12) 100%),
    radial-gradient(circle at 86% 18%, rgba(143, 64, 214, .10), transparent 34%);
}

.ps-mini-banner:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  border: 1px solid rgba(104, 36, 148, .08);
  pointer-events: none;
}

.ps-mini-banner__content {
  position: relative;
  z-index: 1;
  width: 56%;
  height: 100%;
  min-height: 152px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px;
  overflow: hidden;
}

.ps-mini-banner__icon {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background: rgba(247, 237, 255, .96);
  color: var(--ps-purple);
  font-size: 17px;
  margin-bottom: 9px;
  box-shadow: 0 8px 18px rgba(104, 36, 148, .10);
}

.ps-mini-banner strong {
  display: block;
  color: var(--ps-text);
  font-size: 15px;
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -.025em;
  margin: 0 0 6px;
}

.ps-mini-banner small {
  display: block;
  color: var(--ps-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.30;
  margin: 0;
}

.ps-mini-banner--delivery {
  background-image: url('../img/mini-banners/entrega-programada.png');
}

.ps-mini-banner--payment {
  background-image: url('../img/mini-banners/pix-cartao.png');
}

.ps-mini-banner--retailers {
  background-image: url('../img/mini-banners/compra-lojistas.png');
}


.ps-b2b-callout {
  padding: 22px 0 12px;
  margin-top: 40px;
}

.ps-b2b-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 450px;
  border-radius: 26px;
  padding: 34px 36px;
  color: #fff;
  background:
    radial-gradient(circle at top right, rgba(255, 200, 87, .20), transparent 34%),
    linear-gradient(135deg, var(--ps-purple-3), var(--ps-purple), var(--ps-pink));
  box-shadow: var(--ps-shadow);
  overflow: hidden;
}

.ps-b2b-card--warehouse {
  background-image:

    url('../img/cta/cta-b2b-warehouse.png');
  background-size: cover;
  /* background-position: center right; */
  background-repeat: no-repeat;
}

.ps-b2b-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.ps-eyebrow {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  padding: 8px 13px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 14px;
  backdrop-filter: blur(8px);
}

.ps-b2b-card h2 {
  color: #fff;
  font-weight: 900;
  letter-spacing: -.04em;
  font-size: 34px;
  line-height: 1.08;
  margin-bottom: 10px;
  max-width: 700px;
  text-shadow: 0 8px 20px rgba(0, 0, 0, .24);
}

.ps-b2b-card p {
  color: rgba(255, 255, 255, .92);
  font-weight: 600;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  max-width: 720px;
  text-shadow: 0 6px 16px rgba(0, 0, 0, .18);
}

.ps-b2b-actions {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.ps-link-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border-radius: 16px;
  padding: 0 20px;
  background: rgba(255, 255, 255, .14);
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, .24);
  font-weight: 900;
  backdrop-filter: blur(8px);
}

.ps-link-btn:hover {
  background: #fff;
  color: var(--ps-purple) !important;
}

@media(max-width:1199px) {

  .ps-benefits__grid,
  .ps-benefits__grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ps-mini-banner {
    height: 145px;
    min-height: 145px;
    background-size: auto 100%;
  }

  .ps-mini-banner__content {
    width: 58%;
    min-height: 145px;
    padding: 14px;
  }

  .ps-mini-banner strong {
    font-size: 14px;
  }

  .ps-mini-banner small {
    font-size: 11.4px;
  }
}

@media(max-width:991px) {

  .ps-benefits__grid,
  .ps-benefits__grid--three {
    grid-template-columns: 1fr;
  }

  .ps-mini-banner {
    height: 168px;
    min-height: 168px;
    background-size: auto 100%;
    background-position: right center;
  }

  .ps-mini-banner__content {
    width: 50%;
    min-height: 168px;
    padding: 18px;
  }

  .ps-mini-banner strong {
    font-size: 17px;
  }

  .ps-mini-banner small {
    font-size: 13px;
  }

  .ps-b2b-card {
    display: block;
    min-height: 0;
    padding: 28px 24px;
    background-position: center center;
  }

  .ps-b2b-content {
    max-width: 100%;
  }

  .ps-b2b-actions {
    margin-top: 22px;
    flex-wrap: wrap;
  }

  .ps-b2b-card h2 {
    font-size: 28px;
  }
}

@media(max-width:575px) {

  .ps-benefits__grid,
  .ps-benefits__grid--three {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ps-benefit-card {
    padding: 0
  }

  .ps-mini-banner {
    height: 138px;
    min-height: 138px;
    border-radius: 16px;
    background-size: auto 100%;
    background-position: right center;
  }

  .ps-mini-banner:before {
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .96) 56%, rgba(255, 255, 255, .38) 100%);
  }

  .ps-mini-banner__content {
    width: 64%;
    min-height: 138px;
    padding: 13px;
  }

  .ps-mini-banner__icon {
    width: 32px;
    height: 32px;
    font-size: 15px;
    margin-bottom: 7px;
  }

  .ps-mini-banner strong {
    font-size: 14px;
  }

  .ps-mini-banner small {
    font-size: 11.2px;
    line-height: 1.24;
  }

  .ps-b2b-card {
    padding: 22px 18px;
    border-radius: 20px;
    background-position: 70% center;
  }

  .ps-b2b-actions a {
    width: 100%;
  }

  .ps-b2b-card h2 {
    font-size: 24px;
  }

  .ps-b2b-card p {
    font-size: 13.5px;
    line-height: 1.55;
  }
}


/* =========================================================
   PAYSHOP LAYOUT v1.0.2 — BANNERS PREMIUM / WHITE LABEL
   Escopo: carrossel full width, imagem desktop/mobile, texto opcional e overlay opcional.
   ========================================================= */

.ps-home-hero {
  padding: 22px 0 34px;
  background:
    radial-gradient(circle at 18% 8%, rgba(123, 34, 200, .10), transparent 28%),
    radial-gradient(circle at 82% 10%, rgba(236, 47, 143, .10), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #fff8fb 100%);
}

.ps-hero-fluid {
  width: min(100%, 1640px);
  padding-left: 24px;
  padding-right: 24px;
}

.ps-hero-toolbar {
  position: relative;
  z-index: 96;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
  padding: 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(90, 19, 136, .10);
  box-shadow: 0 14px 40px rgba(68, 16, 96, .09);
  backdrop-filter: blur(16px);
}

.ps-hero-toolbar.is-fixed {
  position: relative;
  top: auto;
  left: auto;
  z-index: 96;
  width: auto;
  margin-bottom: 16px;
  transform: none;
  border-radius: 10px;
}

body.has-fixed-hero-toolbar {
  padding-top: 142px;
}

.ps-hero-categories {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  min-width: 0;
  overflow: visible;
}

.ps-hero-cat-dropdown {
  position: relative;
  display: inline-flex;
  z-index: 20;
}

.ps-hero-cat-toggle {
  min-height: 42px;
  border: 0;
  outline: 0;
  cursor: pointer;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 16px;
  border-radius: 6px;
  color: var(--ps-purple);
  font-weight: 900;
  font-size: 13px;
  background: #FF5722;

}

.ps-hero-cat-toggle span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}

.ps-hero-cat-toggle .fa-angle-down {
  transition: .22s ease;
}

.ps-hero-cat-dropdown.is-open .ps-hero-cat-toggle .fa-angle-down {
  transform: rotate(180deg);
}

.ps-hero-cat-menu {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  width: 290px;
  max-height: 360px;
  overflow: auto;
  padding: 8px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .98);
  border: 1px solid rgba(90, 19, 136, .10);
  box-shadow: 0 22px 55px rgba(39, 5, 58, .16);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  pointer-events: none;
  transition: .18s ease;
}

.ps-hero-cat-dropdown.is-open .ps-hero-cat-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.ps-hero-cat-menu a {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 0 12px;
  border-radius: 12px;
  color: #2a1435;
  font-size: 15px;
  font-weight: 600;
}

.ps-hero-cat-menu a:hover {
  background: var(--ps-soft);
  color: var(--ps-purple) !important;
}

.ps-hero-search {
  width: min(460px, 34vw);
  height: 48px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(90, 19, 136, .13);
  box-shadow: 0 12px 28px rgba(68, 16, 96, .06);
  flex-shrink: 0;
}

.ps-hero-search input {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
  padding: 0 16px;
  font-size: 14px;
  color: var(--ps-text);
  font-weight: 600;
}

.ps-hero-search button {
  width: 54px;
  height: 40px;
  margin-right: 4px;
  border: 0;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: purple;
  box-shadow: 0 12px 22px rgba(123, 34, 200, .24);
}

.hero-slider.ps-banner-slider {
  width: 100%;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(42, 9, 63, .16);
  border: 1px solid rgba(90, 19, 136, .10);
  /* background: #190722; */
}

.ps-banner-slide {
  position: relative;
  width: 100%;
  min-height: 430px;
  border-radius: 34px;
  overflow: hidden;
  background: #190722;
}

.ps-banner-media,
.ps-banner-media picture,
.ps-banner-media img {
  display: block;
  width: 100%;
  height: 100%;
}

.ps-banner-media {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.ps-banner-media img {
  object-fit: cover;
  object-position: center;
}

.ps-banner-media--link {
  cursor: pointer;
}

.ps-banner-slide:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: none;
}

.ps-banner-slide--overlay:before {
  background: linear-gradient(90deg, rgba(18, 4, 27, .74) 0%, rgba(42, 9, 63, .42) 43%, rgba(42, 9, 63, .05) 100%);
}

.ps-banner-content {
  position: relative;
  z-index: 3;
  min-height: 430px;
  max-width: 610px;
  padding: 58px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.ps-banner-content span {
  display: inline-flex;
  background: rgba(255, 255, 255, .16);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  backdrop-filter: blur(8px);
  margin-bottom: 18px;
}

.ps-banner-content h2 {
  color: #fff;
  font-size: 48px;
  line-height: 1.03;
  font-weight: 900;
  letter-spacing: -.045em;
  margin: 0 0 16px;
  text-shadow: 0 10px 24px rgba(0, 0, 0, .22);
}

.ps-banner-content p {
  color: rgba(255, 255, 255, .90);
  font-size: 16px;
  line-height: 1.55;
  font-weight: 600;
  max-width: 520px;
  margin: 0 0 24px;
  text-shadow: 0 8px 18px rgba(0, 0, 0, .18);
}

.ps-banner-content .primary-btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  border-radius: 17px;
  padding: 0 24px;
  background: linear-gradient(135deg, #8bd31b, #24b46b);
  color: #fff;
  box-shadow: 0 18px 35px rgba(36, 180, 107, .28);
}

.ps-banner-slider .swiper-pagination {
  bottom: 16px !important;
}

.ps-banner-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: .56;
}

.ps-banner-slider .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
  width: 26px;
  border-radius: 999px;
}

.ps-banner-nav {
  width: 46px !important;
  height: 46px !important;
  border-radius: 18px;
  background: rgba(255, 255, 255, .88);
  color: var(--ps-purple) !important;
  box-shadow: 0 14px 30px rgba(42, 9, 63, .18);
  border: 1px solid rgba(255, 255, 255, .46);
}

.ps-banner-nav:after {
  font-size: 18px !important;
  font-weight: 900;
}

@media (max-width:991px) {
  .ps-home-hero {
    padding: 14px 0 24px;
  }

  .ps-hero-fluid {
    padding-left: 14px;
    padding-right: 14px;
  }

  .ps-hero-toolbar {
    display: block;
    padding: 10px;
    border-radius: 22px;
  }

.ps-hero-toolbar.is-fixed {
  position: relative;
  top: auto;
  width: auto;
  border-radius: 22px;
}

body.has-fixed-hero-toolbar {
  padding-top: 76px;
} */

  .ps-hero-categories {
    margin-bottom: 10px;
    padding-bottom: 2px;
  }

  .ps-hero-cat-dropdown,
  .ps-hero-cat-toggle {
    width: 100%;
  }

  .ps-hero-cat-menu {
    width: 100%;
    max-height: 300px;
  }

  .ps-hero-cat-menu a {
    min-height: 38px;
    font-size: 12px;
    padding: 0 12px;
  }

  .ps-hero-search {
    width: 100%;
    height: 48px;
  }

  .hero-slider.ps-banner-slider,
  .ps-banner-slide {
    border-radius: 28px;
  }

  .ps-banner-slide,
  .ps-banner-content {
    min-height: 390px;
  }

  .ps-banner-content {
    padding: 42px 28px;
    max-width: 72%;
  }

  .ps-banner-content h2 {
    font-size: 34px;
  }
}

@media (max-width:767px) {

  .ps-banner-slide,
  .ps-banner-content {
    min-height: 430px;
  }

  .ps-banner-media img {
    object-fit: cover;
  }

  .ps-banner-slide--overlay:before {
    background: linear-gradient(180deg, rgba(18, 4, 27, .48) 0%, rgba(18, 4, 27, .18) 48%, rgba(18, 4, 27, .62) 100%);
  }

  .ps-banner-content {
    max-width: 100%;
    justify-content: flex-end;
    padding: 26px 22px 54px;
  }

  .ps-banner-content h2 {
    font-size: 29px;
    max-width: 340px;
  }

  .ps-banner-content p {
    font-size: 14px;
    max-width: 330px;
  }

  .ps-banner-nav {
    display: none !important;
  }
}

@media (max-width:575px) {
  .ps-hero-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ps-hero-toolbar {
    margin-bottom: 12px;
    border-radius: 20px;
  }

  .hero-slider.ps-banner-slider,
  .ps-banner-slide {
    border-radius: 24px;
  }

  .ps-banner-slide,
  .ps-banner-content {
    min-height: 390px;
  }

  .ps-banner-content {
    padding: 24px 18px 50px;
  }

  .ps-banner-content span {
    font-size: 10px;
    padding: 7px 11px;
  }

  .ps-banner-content h2 {
    font-size: 25px;
  }

  .ps-banner-content .primary-btn {
    min-height: 46px;
    padding: 0 18px;
    font-size: 12px;
  }
}

/* =========================================================
   PAYSHOP LAYOUT v1.0.3 — REFINAMENTO HOME/BANNER
   Escopo: fluidez global, carrossel sem zoom agressivo, radius menor,
   footer/newsletter e pagamentos mais limpos.
   ========================================================= */

:root {
  --ps-purple: #3f075f;
  --ps-purple-2: #6c20c5;
  --ps-purple-3: #16021f;
  --ps-pink: #d72aa8;
  --ps-soft: #f7f1fb;
  --ps-radius: 18px;
  --ps-shadow: 0 18px 46px rgba(39, 5, 58, .12);
  --ps-shadow-hover: 0 24px 58px rgba(39, 5, 58, .18);
}

@media (min-width:1200px) {
  .container {
    max-width: 1480px !important;
  }
}

.ps-home-hero,
.ps-benefits,
.categories,
.ps-b2b-callout,
.featured,
.banner,
.latest-product {
  width: 100%;
}

.ps-hero-fluid {
  width: min(100%, 1480px) !important;
  max-width: 1480px !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.ps-hero-toolbar,
.ps-benefits__grid,
.categories .container,
.ps-b2b-card,
.featured .container,
.banner .container,
.latest-product .container {
  max-width: 1480px;
}

.hero-slider.ps-banner-slider,
.ps-banner-slide {
  border-radius: 18px !important;
}

.hero-slider.ps-banner-slider {
  box-shadow: 0 20px 52px rgba(30, 3, 46, .14) !important;
  /* background:#180420; */
}

.ps-banner-slide {
  min-height: 0 !important;
  aspect-ratio: 870 / 430;
  /* background: #180420; */
}

.ps-banner-media {
  position: relative !important;
  inset: auto !important;
  z-index: 1;
  height: 100%;
  background: #180420;
}

.ps-banner-media,
.ps-banner-media picture,
.ps-banner-media img {
  height: 100% !important;
}

.ps-banner-media img {
  width: 100%;
  object-fit: contain !important;
  object-position: center !important;
  background: #180420;
}

.ps-banner-slide:before {
  border-radius: 18px;
}

.ps-banner-slide--overlay:before {
  background: linear-gradient(90deg, rgba(18, 4, 27, .45) 0%, rgba(42, 9, 63, .18) 42%, rgba(42, 9, 63, 0) 100%) !important;
}

.ps-banner-content {
  position: absolute !important;
  inset: 0 auto 0 0;
  min-height: 0 !important;
  height: 100%;
  max-width: 520px;
  padding: 42px 48px;
  pointer-events: none;
}

.ps-banner-content a {
  pointer-events: auto;
}

.ps-banner-content h2 {
  font-size: 42px;
}

.ps-banner-nav {
  width: 42px !important;
  height: 42px !important;
  border-radius: 14px !important;
}

.ps-banner-slider .swiper-pagination {
  bottom: 12px !important;
}

.ps-benefits {
  padding-top: 18px;
}

.ps-benefits__grid {
  gap: 14px;
}

.featured__item,
.product__discount__item,
.categories__item,
.latest-product__text,
.banner__pic,
.ps-b2b-card {
  border-radius: 18px !important;
}

.ps-benefit-card {
  border-radius: 18px !important;
}

.categories .container,
.featured .container,
.banner .container,
.latest-product .container {
  padding-left: 16px;
  padding-right: 16px;
}

.footer {
  border-radius: 28px 28px 0 0 !important;
  background: radial-gradient(circle at 10% 0%, rgba(215, 42, 168, .22), transparent 28%), linear-gradient(135deg, #16021f 0%, #2a073f 48%, #120219 100%) !important;
}

.footer__about__logo img {
  max-height: 54px;
}

.footer__widget form {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .10);
  border: 1px solid rgba(255, 255, 255, .14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

.footer__widget form input {
  flex: 1;
  min-width: 0;
  height: 46px !important;
  border-radius: 13px !important;
  padding: 0 16px !important;
  background: rgba(255, 255, 255, .96);
  color: #2d133b;
}

.footer__widget form button {
  height: 46px !important;
  /* border-radius:13px !important; */
  padding: 0 18px;
  white-space: nowrap;
}

.footer__copyright__payment img {
  max-height: 42px !important;
  width: auto;
  padding: 0;
  background: transparent !important;
  border-radius: 0 !important;
}

@media (max-width:991px) {

  .ps-hero-fluid,
  .categories .container,
  .featured .container,
  .banner .container,
  .latest-product .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .ps-banner-slide {
    aspect-ratio: 870 / 430;
  }

  .ps-banner-content {
    max-width: 58%;
    padding: 30px 28px;
  }

  .ps-banner-content h2 {
    font-size: 30px;
  }
}

@media (max-width:767px) {
  .ps-banner-slide {
    aspect-ratio: 430 / 430;
  }

  .ps-banner-media img {
    object-fit: contain !important;
  }

  .ps-banner-content {
    max-width: 100%;
    justify-content: flex-end;
    padding: 22px 18px 46px;
  }

  .ps-banner-content h2 {
    font-size: 24px;
  }
}

@media (max-width:575px) {

  .container,
  .ps-hero-fluid,
  .categories .container,
  .featured .container,
  .banner .container,
  .latest-product .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .hero-slider.ps-banner-slider,
  .ps-banner-slide,
  .ps-banner-slide:before {
    border-radius: 14px !important;
  }

  .footer__widget form {
    display: block;
  }

  .footer__widget form input,
  .footer__widget form button {
    width: 100%;
  }

  .footer__widget form button {
    margin-top: 8px;
  }
}

.ps-about-distributor__content {
  position: relative;
  z-index: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.ps-about-distributor__kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(63, 7, 95, .08);
  color: var(--ps-purple);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.ps-about-distributor__content h2 {
  max-width: 820px;
  color: var(--ps-text);
  font-size: 40px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -.04em;
  margin: 0 0 14px;
}

.ps-about-distributor__content h2:after {
  content: "";
  display: block;
  width: 76px;
  height: 5px;
  margin: 16px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ps-purple), var(--ps-pink));
}

.ps-about-distributor__content p {
  max-width: 820px;
  color: var(--ps-muted);
  font-size: 20px;
  line-height: 1.72;
  font-weight: 600;
  margin: 0;
}