/*
Theme Name: Viral Picks
Theme URI: https://shop.shijiekj.top/
Author: Codex
Description: Viral product storefront theme for WordPress + WooCommerce.
Version: 1.0.0
Text Domain: viral-picks
*/

:root {
  --vp-accent: #ff6b00;
  --vp-accent-2: #ff8c32;
  --vp-dark: #121212;
  --vp-text: #1b1b1f;
  --vp-muted: #6d6e77;
  --vp-line: #e8e8ec;
  --vp-bg: #f7f7f9;
  --vp-card: #ffffff;
  --vp-radius: 22px;
  --vp-shadow: 0 14px 40px rgba(15, 23, 42, 0.08);
  --vp-width: min(1180px, calc(100vw - 32px));
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  color: var(--vp-text);
  background: linear-gradient(180deg, #fff6ef 0%, #ffffff 20%, #ffffff 100%);
  line-height: 1.6;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

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

.vp-site {
  min-height: 100vh;
}

.vp-container {
  width: var(--vp-width);
  margin: 0 auto;
}

.vp-announcement {
  background: linear-gradient(90deg, var(--vp-accent) 0%, #ff8f1f 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.vp-announcement__inner {
  width: var(--vp-width);
  margin: 0 auto;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.vp-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(232, 232, 236, 0.85);
}

.vp-header__inner {
  width: var(--vp-width);
  margin: 0 auto;
  min-height: 86px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
}

.vp-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 30px;
  font-weight: 900;
}

.vp-brand__mark {
  color: var(--vp-accent);
}

.vp-brand__wordmark {
  color: #111;
}

.vp-brand__wordmark span {
  color: var(--vp-accent);
}

.vp-nav {
  justify-self: center;
}

.vp-nav ul {
  display: flex;
  align-items: center;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
  font-weight: 700;
}

.vp-nav a {
  color: #2f2f35;
}

.vp-nav a:hover,
.vp-nav .current-menu-item > a,
.vp-nav .current_page_item > a {
  color: var(--vp-accent);
}

.vp-header__actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.vp-header__search {
  min-width: 250px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--vp-line);
  border-radius: 999px;
  padding: 11px 18px;
  background: #fff;
}

.vp-header__search input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
}

.vp-cart-link {
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #111;
  color: #fff;
  padding: 12px 16px;
  border-radius: 999px;
  font-weight: 800;
}

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

.vp-section--tight {
  padding-top: 22px;
}

.vp-section__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.vp-section__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 800;
  color: var(--vp-accent);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 10px;
}

.vp-section__title {
  margin: 0;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.vp-section__desc {
  margin: 10px 0 0;
  color: var(--vp-muted);
  max-width: 720px;
}

.vp-hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: stretch;
}

.vp-card {
  background: var(--vp-card);
  border: 1px solid rgba(232, 232, 236, 0.92);
  border-radius: var(--vp-radius);
  box-shadow: var(--vp-shadow);
}

.vp-hero__copy {
  padding: 42px;
  background: radial-gradient(circle at top left, rgba(255, 107, 0, 0.18), transparent 36%), #fff;
}

.vp-hero__badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 107, 0, 0.12);
  color: var(--vp-accent);
  font-size: 12px;
  font-weight: 800;
}

.vp-hero__title {
  margin: 18px 0 14px;
  font-size: clamp(42px, 6vw, 66px);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.vp-hero__lead {
  margin: 0;
  color: var(--vp-muted);
  font-size: 18px;
  max-width: 520px;
}

.vp-hero__cta {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.vp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  padding: 0 24px;
  border: 0;
  border-radius: 14px;
  font-weight: 800;
  cursor: pointer;
}

.vp-button--primary {
  background: linear-gradient(90deg, var(--vp-accent) 0%, var(--vp-accent-2) 100%);
  color: #fff;
}

.vp-button--secondary {
  background: #fff;
  color: #111;
  border: 1px solid var(--vp-line);
}

.vp-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 26px;
  color: #474854;
  font-weight: 700;
  font-size: 14px;
}

.vp-hero__visual {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  background:
    radial-gradient(circle at top right, rgba(255, 107, 0, 0.24), transparent 28%),
    linear-gradient(135deg, #fff6ef 0%, #ffffff 48%, #f7f7fa 100%);
}

.vp-hero__visual::before {
  content: "";
  position: absolute;
  inset: 22px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255, 107, 0, 0.12), rgba(17, 17, 17, 0.04));
}

.vp-hero__visual-content {
  position: relative;
  z-index: 1;
  height: 100%;
  display: grid;
  place-items: center;
  padding: 34px;
}

.vp-hero__visual-box {
  width: 100%;
  max-width: 470px;
  aspect-ratio: 4 / 3;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(232, 232, 236, 0.92);
  box-shadow: var(--vp-shadow);
  overflow: hidden;
  display: grid;
  place-items: center;
}

.vp-placeholder {
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 107, 0, 0.2), rgba(255, 140, 50, 0.08)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.85) 0, rgba(255, 255, 255, 0.85) 18px, rgba(255, 245, 238, 0.92) 18px, rgba(255, 245, 238, 0.92) 36px);
  display: grid;
  place-items: center;
  color: #777a84;
  text-align: center;
  font-weight: 800;
  padding: 24px;
}

.vp-category-grid,
.vp-points-grid,
.vp-trust-grid,
.vp-footer__grid {
  display: grid;
  gap: 18px;
}

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

.vp-category-card,
.vp-point-card,
.vp-trust-card {
  padding: 24px 20px;
}

.vp-category-card {
  display: grid;
  gap: 14px;
  min-height: 160px;
}

.vp-category-card__icon,
.vp-point-card__icon,
.vp-trust-card__icon,
.vp-benefit__icon,
.vp-step__num {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: inline-grid;
  place-items: center;
  background: rgba(255, 107, 0, 0.12);
  color: var(--vp-accent);
  font-size: 26px;
}

.vp-category-card h3,
.vp-point-card h3,
.vp-trust-card h3,
.vp-product-extra h3,
.vp-product-block h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.16;
}

.vp-category-card p,
.vp-point-card p,
.vp-trust-card p {
  margin: 0;
  color: var(--vp-muted);
}

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

.vp-product-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.vp-product-card__media {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: linear-gradient(145deg, #fff4eb, #fff);
}

.vp-product-card__media a,
.vp-product-card__media img {
  width: 100%;
  height: 100%;
}

.vp-product-card__media img {
  object-fit: cover;
}

.vp-product-card__body {
  padding: 18px;
  display: grid;
  gap: 10px;
}

.vp-product-card__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 107, 0, 0.1);
  color: var(--vp-accent);
  font-size: 11px;
  font-weight: 800;
  justify-self: start;
}

.vp-product-card h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.28;
}

.vp-price {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
}

.vp-price del,
.vp-woocommerce-price del {
  color: #9a9ca8;
}

.vp-rating {
  display: flex;
  gap: 2px;
  color: #ffad18;
  font-size: 15px;
}

.vp-point-card {
  display: grid;
  gap: 12px;
  text-align: center;
}

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

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

.vp-review-card {
  padding: 22px;
}

.vp-review-card p {
  margin: 12px 0 18px;
  color: #434553;
}

.vp-review-card strong {
  display: block;
}

.vp-countdown {
  display: grid;
  grid-template-columns: 1.25fr auto;
  gap: 24px;
  align-items: center;
  padding: 26px 28px;
  background: linear-gradient(90deg, #ff6b00 0%, #ff9028 100%);
  color: #fff;
}

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

.vp-countdown__tile {
  min-width: 86px;
  padding: 14px 10px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.16);
  text-align: center;
}

.vp-countdown__value {
  display: block;
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
}

.vp-countdown__label {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  opacity: 0.88;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

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

.vp-faq {
  display: grid;
  gap: 14px;
}

.vp-faq__item {
  overflow: hidden;
}

.vp-faq__button {
  width: 100%;
  text-align: left;
  background: #fff;
  border: 0;
  padding: 20px 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-weight: 800;
}

.vp-faq__button span:last-child {
  font-size: 26px;
  line-height: 1;
  color: var(--vp-accent);
}

.vp-faq__panel {
  display: none;
  padding: 0 22px 22px;
  color: var(--vp-muted);
}

.vp-faq__item.is-open .vp-faq__panel {
  display: block;
}

.vp-subscribe {
  padding: 26px 28px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
}

.vp-subscribe__form {
  display: flex;
  gap: 14px;
}

.vp-subscribe input[type="email"] {
  min-width: 320px;
  border-radius: 14px;
  border: 1px solid var(--vp-line);
  padding: 0 18px;
  min-height: 54px;
}

.vp-footer {
  margin-top: 16px;
  border-top: 1px solid var(--vp-line);
  background: #fff;
}

.vp-footer__grid {
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  padding: 34px 0;
}

.vp-footer h4 {
  margin: 0 0 14px;
  font-size: 16px;
}

.vp-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
  color: var(--vp-muted);
}

.vp-footer__social {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}

.vp-footer__social a {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 800;
}

.vp-footer__bottom {
  border-top: 1px solid var(--vp-line);
  padding: 16px 0 28px;
  color: var(--vp-muted);
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.vp-breadcrumb {
  padding: 18px 0 0;
  font-size: 14px;
  color: var(--vp-muted);
}

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

.vp-product-gallery,
.vp-product-summary,
.vp-product-block,
.vp-product-extra {
  padding: 24px;
}

.vp-product-gallery__main {
  aspect-ratio: 1 / 1;
  background: linear-gradient(145deg, #fff3e9, #fff);
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 16px;
  display: grid;
  place-items: center;
}

.vp-product-gallery__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.vp-gallery-thumbs img,
.vp-gallery-thumbs span {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid var(--vp-line);
  background: #fff;
}

.vp-product-summary h1 {
  margin: 10px 0 12px;
  font-size: clamp(32px, 5vw, 48px);
  line-height: 1;
  letter-spacing: -0.05em;
}

.vp-product-summary__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.vp-product-summary__copy {
  color: var(--vp-muted);
}

.vp-product-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.vp-benefit {
  padding: 18px 16px;
  text-align: center;
}

.vp-product-grid-2 {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
}

.vp-product-grid-2--reverse {
  grid-template-columns: 0.9fr 1.1fr;
}

.vp-product-media-placeholder {
  min-height: 290px;
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 107, 0, 0.16), rgba(255, 140, 50, 0.06)),
    #fff;
  display: grid;
  place-items: center;
  color: #7a7d86;
  text-align: center;
  padding: 20px;
}

.vp-product-scene-image {
  width: 100%;
  border-radius: 18px;
  display: block;
}

.vp-spec-grid,
.vp-steps-grid,
.vp-related-grid {
  display: grid;
  gap: 18px;
}

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

.vp-spec-list,
.vp-include-list {
  padding-left: 18px;
  margin: 0;
  color: var(--vp-muted);
}

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

.vp-step {
  padding: 22px;
}

.vp-step h4 {
  margin: 16px 0 8px;
  font-size: 18px;
}

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

.vp-empty-products {
  grid-column: 1 / -1;
  padding: 34px;
  text-align: center;
}

.vp-shop-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}

.vp-filter-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.vp-chip {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--vp-line);
  font-weight: 700;
}

.vp-chip.is-active {
  background: rgba(255, 107, 0, 0.12);
  border-color: rgba(255, 107, 0, 0.25);
  color: var(--vp-accent);
}

.vp-page {
  padding: 46px 0 60px;
}

.vp-page__header {
  margin-bottom: 28px;
}

.vp-page__title {
  margin: 0;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1;
  letter-spacing: -0.05em;
}

.vp-page__content,
.vp-page__content p,
.vp-page__content li {
  color: #474854;
}

.vp-woo .quantity .qty {
  min-height: 48px;
  border-radius: 12px;
  border: 1px solid var(--vp-line);
}

.vp-woo form.cart {
  display: grid;
  gap: 14px;
  margin: 22px 0;
}

.vp-woo form.cart::after {
  content: "";
  display: table;
  clear: both;
}

.vp-woo .single_add_to_cart_button,
.vp-woo .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background: linear-gradient(90deg, var(--vp-accent) 0%, var(--vp-accent-2) 100%) !important;
  color: #fff !important;
  border-radius: 14px !important;
  min-height: 52px;
  border: 0 !important;
  font-weight: 800 !important;
  padding: 0 22px !important;
}

.vp-woo .vp-buy-now-button {
  min-height: 52px;
  border: 0;
  border-radius: 14px;
  padding: 0 22px;
  background: #111 !important;
  color: #fff !important;
  font-weight: 900;
  cursor: pointer;
}

.woocommerce .price {
  color: #111 !important;
  font-size: 28px !important;
  font-weight: 900 !important;
}

.vp-quantity-unit-price {
  color: var(--vp-muted);
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  margin-top: 6px;
}

.woocommerce .woocommerce-breadcrumb {
  margin: 0 !important;
  color: var(--vp-muted);
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  opacity: 0.45;
}

.woocommerce .star-rating {
  color: #ffad18;
}

.woocommerce .woocommerce-tabs ul.tabs {
  padding: 0 !important;
  margin: 0 0 18px !important;
}

.woocommerce .woocommerce-tabs ul.tabs li {
  border-radius: 14px 14px 0 0 !important;
}

.woocommerce .woocommerce-tabs .panel {
  background: #fff;
  border-radius: 0 18px 18px 18px;
  padding: 18px 0 0;
}

.woocommerce .related ul.products,
.woocommerce .up-sells ul.products,
.woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after,
.woocommerce .related ul.products::before,
.woocommerce .related ul.products::after {
  display: none !important;
}

.woocommerce ul.products li.product,
.woocommerce .related ul.products li.product {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
  background: #fff;
  border: 1px solid var(--vp-line);
  border-radius: var(--vp-radius);
  box-shadow: var(--vp-shadow);
  overflow: hidden;
  padding: 0 0 18px;
}

.woocommerce ul.products li.product a img {
  margin: 0 0 14px !important;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  padding: 0 18px;
  font-size: 18px !important;
}

.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .star-rating,
.woocommerce ul.products li.product .button {
  margin-left: 18px !important;
  margin-right: 18px !important;
}

.woocommerce nav.woocommerce-pagination ul {
  border: 0 !important;
  display: flex;
  gap: 10px;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: 0 !important;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--vp-line);
  min-width: 42px;
}

.vp-mobile-menu-toggle {
  display: none;
}

@media (max-width: 1140px) {
  .vp-hero,
  .vp-product-layout,
  .vp-product-grid-2,
  .vp-product-grid-2--reverse,
  .vp-countdown,
  .vp-subscribe,
  .vp-footer__grid {
    grid-template-columns: 1fr;
  }

  .vp-category-grid,
  .vp-products-grid,
  .vp-points-grid,
  .vp-trust-grid,
  .vp-product-benefits,
  .vp-reviews,
  .vp-related-grid,
  .woocommerce .related ul.products,
  .woocommerce ul.products,
  .vp-steps-grid,
  .vp-spec-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vp-header__inner {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .vp-nav {
    grid-column: 1 / -1;
    justify-self: start;
    overflow-x: auto;
    width: 100%;
    padding-bottom: 6px;
  }

  .vp-nav ul {
    width: max-content;
  }

  .vp-header__actions {
    justify-self: end;
  }
}

@media (max-width: 767px) {
  :root {
    --vp-width: calc(100vw - 20px);
    --vp-radius: 18px;
  }

  .vp-announcement__inner {
    min-height: 42px;
    font-size: 12px;
    gap: 10px;
    padding: 0 8px;
  }

  .vp-header__inner {
    min-height: 72px;
    gap: 14px;
  }

  .vp-brand {
    font-size: 24px;
  }

  .vp-header__search {
    display: none;
  }

  .vp-nav ul {
    gap: 18px;
    font-size: 14px;
  }

  .vp-hero__copy,
  .vp-product-gallery,
  .vp-product-summary,
  .vp-card,
  .vp-subscribe,
  .vp-countdown {
    padding-left: 20px;
    padding-right: 20px;
  }

  .vp-hero__title {
    font-size: 38px;
  }

  .vp-section__title,
  .vp-page__title,
  .vp-product-summary h1 {
    font-size: 32px;
  }

  .vp-category-grid,
  .vp-products-grid,
  .vp-points-grid,
  .vp-trust-grid,
  .vp-product-benefits,
  .vp-reviews,
  .vp-related-grid,
  .woocommerce .related ul.products,
  .woocommerce ul.products,
  .vp-steps-grid,
  .vp-spec-grid {
    grid-template-columns: 1fr;
  }

  .vp-subscribe__form {
    flex-direction: column;
  }

  .vp-subscribe input[type="email"] {
    min-width: 0;
    width: 100%;
  }
}

/* VYRA storefront refresh */
body {
  background: #ffffff;
  color: #111111;
  font-family: "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}

.vp-topbar {
  background: #050505;
  color: #ffffff;
}

.vp-topbar__inner {
  width: min(1280px, calc(100vw - 32px));
  min-height: 42px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  font-size: 14px;
  font-weight: 600;
}

.vp-shell-header {
  background: #ffffff;
  border-bottom: 1px solid #efefef;
}

.vp-shell-header__inner {
  width: min(1280px, calc(100vw - 32px));
  min-height: 86px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
}

.vp-shell-brand,
.vp-shell-brand:visited {
  color: #111111;
  font-size: 34px;
  letter-spacing: 0.08em;
  font-weight: 800;
}

.vp-shell-brand--footer {
  font-size: 42px;
}

.vp-shell-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
}

.vp-shell-nav a {
  color: #1b1b1f;
  font-weight: 600;
  font-size: 16px;
}

.vp-shell-nav a:hover {
  color: var(--vp-accent);
}

.vp-shell-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.vp-shell-search {
  min-width: 300px;
  height: 52px;
  border: 1px solid #e8e8ec;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  background: #ffffff;
}

.vp-shell-search input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 15px;
}

.vp-shell-icon {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  border: 1px solid #ebebef;
  color: #111111;
  font-size: 21px;
}

.vp-shell-icon--cart {
  position: relative;
}

.vp-shell-icon--cart span {
  position: absolute;
  top: -4px;
  right: -3px;
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  background: var(--vp-accent);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: 800;
}

.vp-shell-icon .vp-ui-icon {
  width: 22px;
  height: 22px;
}

.vp-home {
  padding: 24px 0 64px;
}

.vp-home__container {
  width: min(1280px, calc(100vw - 32px));
  margin: 0 auto;
}

.vp-home-hero {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  background: linear-gradient(90deg, #fefbf7 0%, #f8ead8 100%);
  border: 1px solid #f0ece6;
  min-height: 620px;
}

.vp-home-hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.45s ease;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
}

.vp-home-hero__slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.vp-home-hero__copy {
  padding: 84px 62px 54px;
}

.vp-home-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--vp-accent);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.vp-home-hero__copy h1 {
  margin: 18px 0 14px;
  max-width: 520px;
  font-size: clamp(48px, 6vw, 76px);
  line-height: 0.96;
  letter-spacing: -0.06em;
}

.vp-home-hero__copy p {
  margin: 0;
  max-width: 460px;
  font-size: 18px;
  line-height: 1.5;
  color: #444651;
}

.vp-home-hero__button {
  margin-top: 28px;
  min-width: 212px;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--vp-accent);
  color: #fff;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 800;
  box-shadow: 0 16px 28px rgba(255, 107, 0, 0.24);
}

.vp-home-hero__claims {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.vp-home-hero__claim {
  min-width: 122px;
  display: grid;
  justify-items: center;
  gap: 8px;
  color: #343744;
  text-align: center;
}

.vp-home-hero__claim span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 2px solid #d6d8df;
  font-size: 20px;
}

.vp-home-hero__claim strong {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
}

.vp-home-hero__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 44px;
}

.vp-home-hero__media {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255,255,255,0.54), rgba(255,255,255,0.16));
  display: grid;
  place-items: center;
  overflow: hidden;
}

.vp-home-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vp-home-hero__placeholder {
  width: calc(100% - 22px);
  height: calc(100% - 22px);
  border-radius: 22px;
  background: linear-gradient(135deg, #1d1d1f 0%, #3b3b40 100%);
  display: grid;
  place-items: center;
  padding: 24px;
  color: #fff;
  font-size: clamp(24px, 3vw, 42px);
  line-height: 1.08;
  font-weight: 800;
  text-align: center;
  letter-spacing: -0.04em;
}

.vp-home-hero__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 58px;
  height: 58px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: #222;
  font-size: 40px;
  line-height: 1;
  box-shadow: 0 10px 20px rgba(21, 21, 21, 0.09);
  cursor: pointer;
  z-index: 2;
}

.vp-home-hero__nav--prev {
  left: 18px;
}

.vp-home-hero__nav--next {
  right: 18px;
}

.vp-home-hero__dots {
  position: absolute;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 3;
}

.vp-home-hero__dot {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  border: 0;
  background: rgba(255,255,255,0.78);
  cursor: pointer;
}

.vp-home-hero__dot.is-active {
  background: var(--vp-accent);
}

.vp-home-section {
  margin-top: 42px;
}

.vp-home-section__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.vp-home-section__title {
  margin: 0;
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.vp-home-section__title--center {
  text-align: center;
  margin-bottom: 24px;
}

.vp-home-section__title span {
  margin-left: 6px;
}

.vp-home-section__link {
  color: #20222b;
  font-weight: 700;
}

.vp-category-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.vp-category-row__item {
  min-height: 132px;
  border-radius: 18px;
  border: 1px solid #ececf1;
  background: #fff;
  display: grid;
  place-items: center;
  gap: 10px;
  padding: 18px 12px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.vp-category-row__icon {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  border: 2px solid #d5d8df;
  font-size: 27px;
}

.vp-category-row__label {
  font-size: 16px;
  font-weight: 700;
}

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

.vp-store-card {
  border-radius: 20px;
  overflow: hidden;
}

.vp-store-card__media {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #fff6ec 0%, #f6f6f8 100%);
}

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

.vp-store-card__placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  padding: 18px;
  text-align: center;
  color: #20222b;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.12;
}

.vp-store-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--vp-accent);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
}

.vp-store-card__body {
  padding: 12px 2px 0;
}

.vp-store-card__body h3 {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.35;
  min-height: 40px;
}

.vp-store-card__rating {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #70737e;
}

.vp-store-card__rating .vp-rating {
  color: var(--vp-accent);
  font-size: 14px;
}

.vp-store-card__price {
  margin-top: 8px;
  font-size: 17px;
  font-weight: 900;
}

.vp-store-card__price del {
  color: #989ca7;
  font-weight: 600;
}

.vp-service-strip {
  margin-top: 34px;
  border-radius: 22px;
  background: linear-gradient(145deg, #fff8f2 0%, #ffffff 100%);
  border: 1px solid #f0ece7;
  padding: 22px 24px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.vp-service-strip__item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.vp-service-strip__item > span {
  font-size: 30px;
  line-height: 1;
}

.vp-service-strip__item strong {
  display: block;
  margin-bottom: 2px;
  font-size: 17px;
}

.vp-service-strip__item small {
  color: #6d707a;
  font-size: 14px;
  line-height: 1.45;
}

.vp-signup-banner {
  margin-top: 40px;
  padding: 34px 38px;
  border-radius: 24px;
  background: linear-gradient(145deg, #fffaf4 0%, #ffffff 100%);
  border: 1px solid #f0ece7;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
}

.vp-signup-banner h2 {
  margin: 0 0 8px;
  font-size: 44px;
  letter-spacing: -0.05em;
}

.vp-signup-banner p {
  margin: 0;
  max-width: 420px;
  color: #676b76;
  font-size: 18px;
}

.vp-signup-banner__form {
  display: flex;
  align-items: center;
  gap: 0;
  width: min(520px, 100%);
  border: 1px solid #ececf1;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}

.vp-signup-banner__form input {
  width: 100%;
  min-width: 220px;
  height: 58px;
  padding: 0 18px;
  border: 0;
  outline: 0;
}

.vp-signup-banner__form button {
  min-width: 154px;
  height: 58px;
  border: 0;
  background: var(--vp-accent);
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  cursor: pointer;
}

.vp-shell-footer {
  margin-top: 68px;
  background: #fff;
  border-top: 1px solid #efefef;
}

.vp-shell-footer__inner {
  width: min(1280px, calc(100vw - 32px));
  margin: 0 auto;
  padding: 44px 0 30px;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr 1fr;
  gap: 28px;
}

.vp-shell-footer__brand p {
  max-width: 240px;
  color: #6a6d78;
  font-size: 16px;
}

.vp-shell-footer__social {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.vp-shell-footer__social a {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid #ececf1;
  display: grid;
  place-items: center;
  color: #111;
  font-weight: 700;
}

.vp-shell-footer__col h4 {
  margin: 0 0 14px;
  font-size: 18px;
}

.vp-shell-footer__col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.vp-shell-footer__col li,
.vp-shell-footer__col a {
  color: #626673;
  font-size: 15px;
}

.vp-shell-payments {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.vp-shell-payments span {
  min-width: 74px;
  min-height: 40px;
  border-radius: 12px;
  border: 1px solid #ececf1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  font-size: 13px;
  font-weight: 800;
}

.vp-shell-footer__bottom {
  width: min(1280px, calc(100vw - 32px));
  margin: 0 auto;
  padding: 0 0 28px;
  color: #777a84;
  font-size: 14px;
}

.vp-whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 96px;
  z-index: 58;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  background: #25d366;
  color: #fff;
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.18);
  transition: transform .18s ease, box-shadow .18s ease;
}

.vp-whatsapp-float:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 38px rgba(15, 23, 42, 0.22);
}

.vp-whatsapp-float svg {
  width: 28px;
  height: 28px;
}

#cnvrse-teaser,
#cnvrse-customer-form-container,
.cnvrse-footer {
  display: none !important;
}

#cnvrse-chat-widget {
  right: 20px !important;
  bottom: 20px !important;
  font-family: "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif !important;
}

#cnvrse-chat-launcher {
  width: 58px !important;
  height: 58px !important;
  background: linear-gradient(135deg, #111827 0%, #1f2937 100%) !important;
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.20) !important;
  animation: none !important;
}

#cnvrse-chat-launcher:hover {
  transform: translateY(-2px) scale(1.02) !important;
  box-shadow: 0 20px 38px rgba(15, 23, 42, 0.24) !important;
}

#cnvrse-chat-launcher .cnvrse-launcher-icon {
  width: 22px !important;
  height: 22px !important;
}

#cnvrse-chat-window {
  width: min(380px, calc(100vw - 24px)) !important;
  border-radius: 24px !important;
  overflow: hidden !important;
  border: 1px solid rgba(232, 232, 236, 0.92) !important;
  box-shadow: 0 28px 60px rgba(15, 23, 42, 0.22) !important;
  bottom: 72px !important;
}

#cnvrse-chat-window .cnvrse-header {
  padding: 16px 18px !important;
  background: linear-gradient(135deg, #111827 0%, #1f2937 100%) !important;
  color: #fff !important;
  border: 0 !important;
}

#cnvrse-chat-window .cnvrse-header-icon {
  display: none !important;
}

#cnvrse-chat-window .cnvrse-title {
  font-size: 17px !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
}

#cnvrse-chat-window .cnvrse-subtitle {
  margin-top: 2px !important;
  font-size: 12px !important;
  opacity: 0.78 !important;
}

#cnvrse-chat-window .cnvrse-close-btn {
  color: #fff !important;
  opacity: .92 !important;
}

#cnvrse-chat-window .cnvrse-messages {
  background: #ffffff !important;
  padding: 16px !important;
}

#cnvrse-chat-window .cnvrse-message-admin .cnvrse-message-bubble {
  background: #f3f4f6 !important;
  color: #111827 !important;
  border-radius: 16px 16px 16px 6px !important;
}

#cnvrse-chat-window .cnvrse-message-visitor .cnvrse-message-bubble {
  background: linear-gradient(135deg, #ff6b00 0%, #ff8c32 100%) !important;
  color: #fff !important;
  border-radius: 16px 16px 6px 16px !important;
}

#cnvrse-chat-window .cnvrse-input-container {
  padding: 14px 16px 16px !important;
  background: #fff !important;
  border-top: 1px solid #eef0f3 !important;
}

#cnvrse-chat-window .cnvrse-input-wrapper {
  border: 1px solid #e5e7eb !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: none !important;
}

#cnvrse-chat-window .cnvrse-input {
  font-size: 14px !important;
}

#cnvrse-chat-window .cnvrse-send-btn {
  background: linear-gradient(135deg, #ff6b00 0%, #ff8c32 100%) !important;
  color: #fff !important;
  border-radius: 14px !important;
}

#cnvrse-chat-window .cnvrse-send-btn:hover {
  filter: brightness(.98) !important;
}

#cnvrse-chat-widget .cnvrse-unread-badge {
  background: #ff6b00 !important;
}

@media (max-width: 860px) {
  #cnvrse-chat-widget {
    right: 12px !important;
    bottom: 12px !important;
  }

  #cnvrse-chat-window {
    width: calc(100vw - 24px) !important;
    bottom: 72px !important;
  }

  .vp-whatsapp-float {
    right: 12px;
    bottom: 84px;
  }
}

@media (max-width: 1200px) {
  .vp-store-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .vp-category-row,
  .vp-service-strip,
  .vp-shell-footer__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vp-home-hero__slide {
    grid-template-columns: 1fr;
  }

  .vp-home-hero {
    min-height: 760px;
  }
}

@media (max-width: 860px) {
  .vp-topbar__inner,
  .vp-shell-header__inner,
  .vp-home__container,
  .vp-shell-footer__inner,
  .vp-shell-footer__bottom {
    width: calc(100vw - 20px);
  }

  .vp-topbar__inner {
    gap: 14px;
    font-size: 12px;
    flex-wrap: wrap;
    padding: 8px 0;
  }

  .vp-shell-header__inner {
    min-height: auto;
    padding: 14px 0;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .vp-shell-nav {
    justify-content: flex-start;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 6px;
  }

  .vp-shell-actions {
    justify-content: space-between;
  }

  .vp-shell-search {
    min-width: 0;
    width: 100%;
  }

  .vp-category-row,
  .vp-store-grid,
  .vp-service-strip,
  .vp-shell-footer__inner {
    grid-template-columns: 1fr;
  }

  .vp-home-hero {
    min-height: 840px;
  }

  .vp-home-hero__copy {
    padding: 42px 22px 18px;
  }

  .vp-home-hero__visual {
    padding: 18px 18px 76px;
  }

  .vp-home-hero__copy h1 {
    font-size: 44px;
  }

  .vp-home-hero__nav {
    display: none;
  }

  .vp-signup-banner {
    grid-template-columns: 1fr;
    padding: 26px 20px;
  }

  .vp-signup-banner h2 {
    font-size: 34px;
  }

  .vp-signup-banner__form {
    width: 100%;
    flex-direction: column;
    border: 0;
    gap: 12px;
    background: transparent;
  }

  .vp-signup-banner__form input,
  .vp-signup-banner__form button {
    width: 100%;
    border-radius: 14px;
    border: 1px solid #ececf1;
  }

  .vp-whatsapp-float {
    right: 12px;
    bottom: 88px;
  }
}

@media (max-width: 860px) {
  .vp-topbar,
  .vp-shell-nav,
  .vp-shell-actions,
  .vp-category-row,
  .vp-home-section__title--center,
  .vp-store-card__cta,
  .vp-signup-banner {
    display: none !important;
  }

  .vp-shell-header__inner {
    width: calc(100vw - 24px);
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px 0;
  }

  .vp-shell-brand,
  .vp-shell-brand:visited {
    font-size: 30px;
    line-height: 1;
  }

  .vp-home-hero,
  .vp-home-hero--poster {
    min-height: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    overflow: visible;
  }

  .vp-home-hero__slide {
    position: relative;
    inset: auto;
    display: block;
    opacity: 1;
    pointer-events: auto;
  }

  .vp-home-hero__copy,
  .vp-home-hero__nav,
  .vp-home-hero__dots {
    display: none !important;
  }

  .vp-home-hero__visual {
    padding: 0;
  }

  .vp-home-hero__media {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 1 / 1;
    border-radius: 14px;
  }
}
