:root {
  --plum-950: #2f162b;
  --plum-900: #43223e;
  --plum-800: #5c2f54;
  --rose-600: #d94f72;
  --rose-500: #eb6f8d;
  --rose-300: #f4a8b9;
  --blush-100: #fbecef;
  --blush-50: #fff7f8;
  --cream: #fffaf4;
  --ink: #2b2027;
  --muted: #74636d;
  --line: #ead8de;
  --white: #ffffff;
  --shadow-soft: 0 14px 40px rgba(67, 34, 62, 0.12);
  --shadow-card: 0 10px 28px rgba(67, 34, 62, 0.1);
  --puma-red: #d94f72 !important;
  --theme-color: #eb6f8d !important;
  --theme-gradient: linear-gradient(180deg, #eb6f8d 0%, #c83f65 100%) !important;
  --theme-glow: rgba(235, 111, 141, 0.42) !important;
}

html {
  scroll-behavior: smooth;
  background: #eadde2;
}

body {
  background:
    radial-gradient(circle at 20% 0%, rgba(244, 168, 185, 0.35), transparent 30%),
    linear-gradient(180deg, #f5e9ed 0%, #e8dce2 100%);
  color: var(--ink);
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.55;
}

body .main_wrapper {
  max-width: 500px;
  background: var(--cream);
  box-shadow: 0 0 55px rgba(57, 29, 53, 0.16);
}

body button,
body input,
body select,
body textarea,
body .button,
body .hero_btn,
body .order_button {
  font-family: "Manrope", "Segoe UI", sans-serif;
}

body h2.title {
  margin-bottom: 24px;
  color: var(--plum-950);
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(31px, 8vw, 40px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.5px;
  text-transform: none;
}

body h2.title span,
body .dark_theme h2.title span {
  color: var(--rose-600) !important;
}

body h2.title::after {
  width: 54px;
  height: 3px;
  margin-top: 13px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--rose-600), var(--rose-300));
}

body section {
  padding-top: 42px;
  padding-bottom: 42px;
}

body .hero_section {
  padding-bottom: 32px;
  background:
    radial-gradient(circle at 92% 8%, rgba(235, 111, 141, 0.3), transparent 29%),
    linear-gradient(145deg, var(--plum-950) 0%, #4b2846 54%, #6e395d 100%);
  font-family: "Manrope", "Segoe UI", sans-serif;
}

body .top_promo_bar {
  padding: 11px 14px;
  background: linear-gradient(90deg, #f8b8c6, #f2869f) !important;
  color: var(--plum-950) !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.8px;
}

body .hero_content {
  padding: 30px 18px 8px;
}

body .hero_title {
  max-width: 430px;
  margin: 0 auto 22px;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 39px !important;
  font-weight: 400;
  line-height: 1.03 !important;
  letter-spacing: -0.7px;
  text-transform: none;
}

body .brand_accent {
  color: #ffd8e1 !important;
  font-size: inherit !important;
}

body .hero_image_full {
  margin: 0 0 26px;
  overflow: hidden;
  border: 5px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background: #eecfd5;
  box-shadow: 0 18px 42px rgba(25, 10, 22, 0.34);
}

body .hero_image_full img {
  aspect-ratio: 3 / 4;
  border-radius: 22px;
  object-fit: cover;
}

body .landing_banner {
  width: 100%;
  overflow: hidden;
  background: var(--blush-50);
}

body .landing_banner img {
  display: block;
  width: 100%;
  height: auto;
}

body .landing_banner--after-hero {
  border-bottom: 1px solid var(--line);
}

body .landing_banner--after-form {
  margin-top: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  box-shadow: 0 16px 36px rgba(22, 8, 19, 0.22);
}

body .gift_badge {
  right: 14px;
  bottom: 14px;
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 999px;
  border-color: rgba(255, 255, 255, 0.48) !important;
  background: rgba(235, 111, 141, 0.94) !important;
  color: #fff !important;
  box-shadow: 0 8px 24px rgba(47, 22, 43, 0.25);
}

body .gift_text {
  font-size: 11px;
  letter-spacing: 0.5px;
}

body .gift_badge .gift_text,
body .gift_badge .gift_icon {
  color: #fff !important;
}

body .hero_price_box {
  gap: 10px;
  margin-bottom: 18px;
}

body .price_tag {
  min-width: 0;
  padding: 12px 14px;
  border-color: rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
}

body .price_tag.new_price {
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-color: rgba(255, 255, 255, 0.35) !important;
  background: linear-gradient(135deg, #f49ab0, #e85d80) !important;
  color: #fff !important;
  box-shadow: 0 8px 24px rgba(235, 111, 141, 0.28);
}

body .price_tag.new_price .label,
body .price_tag.new_price .val {
  color: #fff !important;
}

body .old_price .val {
  color: #cbbdc6;
}

body .price_tag .val {
  font-size: 21px;
}

body .promo_date_banner {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

body .mkt_demand {
  border-color: rgba(244, 168, 185, 0.3);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
}

body .ds-title,
body .ds-highlight {
  color: #ffc4d1;
}

body .ds-fill,
body .mkt-stock-fill {
  background: linear-gradient(90deg, var(--rose-300), var(--rose-600));
}

body .demand-struct {
  border-color: rgba(244, 168, 185, 0.55);
  background: linear-gradient(90deg, rgba(244, 168, 185, 0.16), rgba(244, 168, 185, 0.05));
}

body .hero_subtitle {
  margin: 22px auto 24px;
  color: #eadde5;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.7px;
}

body .hero_btn,
body .order_button,
body .rf-submit {
  border-radius: 16px;
  background: linear-gradient(135deg, var(--rose-500), #cf4569) !important;
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(217, 79, 114, 0.28) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

body .hero_btn {
  padding: 19px 24px;
  font-size: 16px;
  letter-spacing: 0.5px;
}

body .hero_btn:hover,
body .order_button:hover,
body .rf-submit:hover {
  filter: saturate(1.08) brightness(1.03);
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(217, 79, 114, 0.34);
}

body .description_section {
  background: var(--cream);
}

body .description_section > .title,
body .catitem > .title,
body .tlt > .title {
  padding-right: 20px;
  padding-left: 20px;
}

body .feature_card {
  gap: 13px;
  margin-bottom: 13px;
  padding: 17px;
  border: 1px solid var(--line);
  border-left: 4px solid var(--rose-500);
  border-top-color: var(--line);
  border-radius: 18px;
  background: var(--blush-50);
  box-shadow: 0 6px 18px rgba(67, 34, 62, 0.06);
}

body .feature_icon {
  display: grid;
  width: 42px;
  height: 42px;
  min-width: 42px;
  margin-right: 0;
  place-items: center;
  border-radius: 14px;
  background: var(--blush-100);
  font-size: 23px;
}

body .feature_content h3 {
  color: var(--plum-900);
  font-size: 15px;
  letter-spacing: 0.4px;
}

body .feature_content p {
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.52;
}

body .size_section {
  background: linear-gradient(180deg, var(--blush-100), var(--blush-50));
  font-family: "Manrope", "Segoe UI", sans-serif;
}

body .nike_size_box {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-card);
}

body .nike_size_title {
  color: var(--plum-900);
  font-size: 18px;
  letter-spacing: 0.4px;
}

body .nike_size_table {
  border-color: var(--plum-900);
  border-width: 1px;
}

body .nike_size_table th,
body .nike_size_table td {
  border-color: #ddccd3;
  border-width: 1px;
}

body .nike_size_table thead tr:first-child th,
body .nike_size_table .size_name {
  background: var(--plum-900) !important;
  color: #fff !important;
}

body .nike_size_table tbody tr:nth-child(even) td {
  background: var(--blush-50);
}

body .size_part_title {
  color: var(--rose-600);
}

body .size_explain_box,
body .size_note_box {
  border-radius: 14px;
  background: var(--blush-50);
}

body .cat {
  padding-top: 42px;
  background:
    radial-gradient(circle at 100% 0%, rgba(244, 168, 185, 0.35), transparent 28%),
    var(--blush-50);
}

body .product_list {
  gap: 26px;
  padding: 8px 18px 42px;
}

body .product_card {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow-card);
}

body .product_card .swipe_gallery {
  background: #ead9df;
}

body .product_card .swipe_gallery img {
  aspect-ratio: 3 / 4;
  height: auto;
  object-fit: cover;
}

body .slider_btn {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(67, 34, 62, 0.88) !important;
  color: #fff !important;
  box-shadow: 0 8px 22px rgba(47, 22, 43, 0.28);
  backdrop-filter: blur(7px);
}

body .product_card_info {
  padding: 18px 19px;
  background: #fff;
}

body .color_name {
  color: var(--plum-900);
  font-size: 17px;
}

body .color_num {
  color: var(--muted);
}

body .price_new {
  color: var(--rose-600);
}

body .order_button {
  margin: 0 14px 14px;
  padding: 18px 15px;
  border-radius: 15px;
  font-size: 15px;
  letter-spacing: 0.55px;
}

body .tlt {
  padding-top: 40px;
  background: var(--cream);
}

body .order_steps1 {
  background: var(--cream);
}

body .order_steps1 .step_item .step_wrapper {
  border-color: var(--line);
  background: #fff;
  box-shadow: 0 6px 18px rgba(67, 34, 62, 0.06);
}

body .order_steps1 h4 {
  color: var(--plum-900);
}

body .order_steps1 .step_item img {
  filter: hue-rotate(105deg) saturate(0.72) brightness(0.96);
}

body .delivery-block-v3 {
  background: var(--cream);
}

body .delivery-block-v3 .delivery-cont > li {
  border-color: var(--line);
  border-radius: 18px;
  background: var(--blush-50);
}

body .delivery-block-v3 .delivery-cont > li h3 {
  color: var(--plum-900);
}

body .mkt_reviews_section {
  background:
    radial-gradient(circle at 90% 0%, rgba(235, 111, 141, 0.22), transparent 30%),
    var(--plum-950);
}

body .mkt_reviews_section .feature-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 18px 40px rgba(20, 8, 18, 0.24);
}

body .main-style-heading {
  color: #fff;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0;
}

body .trust-dashboard,
body .adv-review-card,
body #review-form-wrap {
  border-color: rgba(255, 255, 255, 0.11);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.08);
}

body .write-review-btn,
body .td-bar-fill {
  background: linear-gradient(135deg, var(--rose-500), #cf4569);
}

body .ar-avatar {
  box-shadow: 0 0 0 3px rgba(244, 168, 185, 0.22);
}

body .footer_order_section {
  background:
    radial-gradient(circle at 5% 10%, rgba(235, 111, 141, 0.22), transparent 25%),
    linear-gradient(150deg, var(--plum-950), #4e2947);
  color: #fff;
}

body .footer_content {
  padding-right: 18px;
  padding-left: 18px;
}

body .footer_title {
  color: #ffe5eb;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.4px;
  text-transform: none;
}

body .footer_order_section .hero_image_full {
  margin: 26px 0 !important;
}

body .gift_recap {
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.08) !important;
  color: #ffe5eb !important;
}

body .premium_form {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 16px 38px rgba(22, 8, 19, 0.2);
}

body .premium_input {
  border: 1px solid rgba(67, 34, 62, 0.16);
  border-radius: 14px;
  background-color: #fff;
  color: var(--ink);
}

body select.premium_select {
  background-color: #fff !important;
  color: var(--ink) !important;
}

body select.premium_select option {
  background: #fff !important;
  color: var(--ink) !important;
}

body .premium_input:focus,
body .rf-input:focus {
  border-color: var(--rose-500) !important;
  outline: 3px solid rgba(235, 111, 141, 0.16);
}

body .site_footer {
  color: #d9cbd4;
}

body .fomo-toast {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 250, 244, 0.96);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(12px);
}

body .fomo-title {
  color: var(--plum-900);
}

@media (max-width: 520px) {
  body .main_wrapper {
    box-shadow: none;
  }
}

@media (max-width: 390px) {
  body .hero_content {
    padding-right: 14px;
    padding-left: 14px;
  }

  body .hero_title {
    font-size: 33px !important;
  }

  body .hero_price_box {
    gap: 7px;
  }

  body .price_tag {
    padding: 10px 9px;
  }

  body .price_tag .label {
    font-size: 9px;
  }

  body .price_tag .val {
    font-size: 18px;
  }

  body .product_list {
    padding-right: 12px;
    padding-left: 12px;
  }

  body .order_button {
    font-size: 14px;
  }

  body .footer_title {
    font-size: 30px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
