/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

:root {
  --bp-ink: #30414c;
  --bp-ink-soft: #434261;
  --bp-accent: #605bff;
  --bp-surface: #f5f7fb;
  --bp-surface-strong: #eef1f8;
  --bp-line: rgba(48, 65, 76, 0.12);
  --bp-radius: 12px;
  --bp-shadow: 0 24px 60px rgba(48, 65, 76, 0.12);
}

body.bp-site {
  color: var(--bp-ink);
  font-family: "Inter", sans-serif;
  background: #fbfcff;
}

.bp-site h1,
.bp-site h2,
.bp-site h3,
.bp-site h4,
.bp-site .wd-entities-title,
.bp-site .entry-title {
  color: var(--bp-ink);
  font-family: "Sora", sans-serif;
  letter-spacing: -0.03em;
}

.bp-site .whb-general-header {
  border-bottom: 1px solid var(--bp-line);
}

.bp-site .whb-logo a,
.bp-site .site-logo-wrap a {
  display: block;
  width: 168px;
  height: 40px;
  background: url("/wp-content/uploads/2026/04/basepaws-logo.svg") no-repeat center / contain;
}

.bp-site .whb-logo img,
.bp-site .site-logo-wrap img {
  opacity: 0;
}

.bp-site .wd-nav[class*="wd-style-"] > li > a,
.bp-site .whb-navigation .menu > li > a {
  font-weight: 600;
  color: var(--bp-ink);
}

.bp-site .wd-nav[class*="wd-style-"] > li > a:hover,
.bp-site .whb-navigation .menu > li > a:hover {
  color: var(--bp-accent);
}

.bp-site .wd-button,
.bp-site button,
.bp-site input[type="submit"],
.bp-button {
  border-radius: var(--bp-radius);
}

.bp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.bp-button:hover {
  transform: translateY(-1px);
}

.bp-button-primary {
  background: var(--bp-accent);
  color: #fff;
  box-shadow: 0 16px 30px rgba(96, 91, 255, 0.25);
}

.bp-button-secondary {
  background: var(--bp-surface-strong);
  color: var(--bp-ink-soft);
}

.bp-shell-header,
.bp-shell-footer {
  width: min(1280px, calc(100vw - 40px));
  margin: 20px auto;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 28px;
  box-shadow: 0 18px 50px rgba(48, 65, 76, 0.08);
  backdrop-filter: blur(18px);
}

.bp-site-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 40;
  width: 100%;
  margin: 0;
  padding: 18px 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 2px 12px rgba(48, 65, 76, 0.08);
}

.bp-site-header__inner {
  width: min(1280px, calc(100vw - 40px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.bp-shell-header__inner,
.bp-shell-footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 28px;
}

.bp-shell-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.bp-shell-brand img {
  width: 168px;
  height: auto;
}

.bp-header-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bp-header-menu a,
.bp-shell-link,
.bp-shell-footer__links a {
  color: var(--bp-ink);
  font-weight: 600;
  text-decoration: none;
}

.bp-shell-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.bp-header-signin {
  color: var(--bp-ink);
  font-weight: 700;
  text-decoration: none;
}

.bp-shell-footer {
  margin-top: 28px;
  margin-bottom: 40px;
}

.bp-shell-footer__top {
  align-items: flex-start;
}

.bp-shell-footer__links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px 24px;
}

.bp-section-title {
  max-width: 720px;
  margin-bottom: 28px;
}

.bp-section-title.bp-align-center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.bp-eyebrow {
  margin-bottom: 10px;
  color: var(--bp-accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bp-copy {
  font-size: 18px;
  line-height: 1.7;
  color: var(--bp-ink-soft);
}

.bp-hero h1 {
  max-width: 9ch;
  margin-bottom: 18px;
  font-size: clamp(48px, 7vw, 82px);
  line-height: 0.95;
}

.bp-hero,
.bp-band,
.bp-stack,
.bp-story,
.bp-cta-panel,
.bp-article-cta {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
}

.bp-hero {
  padding: 72px;
  background:
    radial-gradient(circle at top left, rgba(96, 91, 255, 0.18), transparent 30%),
    radial-gradient(circle at 85% 18%, rgba(255, 185, 70, 0.22), transparent 20%),
    linear-gradient(135deg, #fffdf8 0%, #eef1ff 100%);
}

.bp-hero-home {
  min-height: min(96vh, 980px);
  padding: 132px 28px 84px;
  border-radius: 0;
  background: #dfe5ea;
}

.bp-hero-home__backdrop,
.bp-hero-home__overlay {
  position: absolute;
  inset: 0;
}

.bp-hero-home__backdrop {
  background:
    center center / cover no-repeat
    url("https://images.ctfassets.net/6oxbxlbed365/6LuAF75RE0g3O19JTVOGuN/567f593bc9ae99077331d3bc43847aa6/basepaws-home-hero-image_1.png");
}

.bp-hero-home__overlay {
  background:
    linear-gradient(90deg, rgba(255,255,255,0.94) 0%, rgba(255,255,255,0.84) 24%, rgba(255,255,255,0.28) 52%, rgba(255,255,255,0) 76%),
    linear-gradient(180deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.08) 100%);
}

.bp-hero-home__inner {
  position: relative;
  z-index: 2;
  width: min(1280px, calc(100vw - 40px));
  min-height: calc(min(96vh, 980px) - 216px);
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.bp-hero-grid-home {
  width: min(1280px, calc(100vw - 40px));
  margin: 0 auto;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: 16px;
  align-items: end;
}

.bp-hero-home__content {
  max-width: 520px;
}

.bp-hero-home h1,
.bp-hero-home .bp-copy {
  color: var(--bp-ink);
}

.bp-hero-home h1 {
  max-width: 7ch;
  margin-bottom: 20px;
  font-size: clamp(56px, 7.6vw, 102px);
  line-height: 0.9;
}

.bp-hero-home .bp-copy {
  margin-bottom: 28px;
  font-size: 22px;
  line-height: 1.5;
}

.bp-hero-home .bp-button-primary {
  background: #605bff;
}

.bp-hero-grid,
.bp-band-grid,
.bp-story-grid {
  display: grid;
  gap: 32px;
  align-items: center;
}

.bp-hero-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
}

.bp-band {
  padding: 48px;
  background: #fff;
  border: 1px solid var(--bp-line);
  box-shadow: var(--bp-shadow);
}

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

.bp-story {
  padding: 52px;
  background: #fff;
  border: 1px solid var(--bp-line);
  box-shadow: var(--bp-shadow);
}

.bp-story-grid {
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
}

.bp-stack {
  padding: 44px;
  background: var(--bp-surface);
}

.bp-card-grid,
.bp-icon-grid,
.bp-link-grid,
.bp-testimonial-grid {
  display: grid;
  gap: 22px;
}

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

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

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

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

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

.bp-card,
.bp-product-card,
.bp-icon-card,
.bp-testimonial,
.bp-mini-card {
  padding: 28px;
  background: #fff;
  border: 1px solid var(--bp-line);
  border-radius: 22px;
  box-shadow: 0 12px 32px rgba(48, 65, 76, 0.08);
}

.bp-card img,
.bp-product-card img,
.bp-mini-card img,
.bp-hero img,
.bp-band img,
.bp-story img {
  width: 100%;
  border-radius: 22px;
}

.bp-card h3,
.bp-product-card h3,
.bp-icon-card h3,
.bp-mini-card h3,
.bp-testimonial h3 {
  margin-bottom: 10px;
  font-size: 26px;
}

.bp-tag {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  padding: 8px 12px;
  background: rgba(96, 91, 255, 0.08);
  border-radius: 999px;
  color: var(--bp-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bp-price {
  margin: 14px 0 18px;
  font-size: 20px;
  font-weight: 800;
  color: var(--bp-ink);
}

.bp-product-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.bp-product-card h3 a {
  color: var(--bp-ink);
}

.bp-product-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  padding: 24px;
  background:
    radial-gradient(circle at top, rgba(96, 91, 255, 0.12), transparent 40%),
    linear-gradient(180deg, #fafbff 0%, #f0f3fb 100%);
  border-radius: 22px;
}

.bp-product-visual img {
  max-width: 88%;
  width: auto;
  max-height: 260px;
  object-fit: contain;
}

.bp-product-meta {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.bp-product-actions {
  display: flex;
  gap: 12px;
  margin-top: auto;
  flex-wrap: wrap;
}

.bp-muted {
  color: var(--bp-ink-soft);
}

.bp-list,
.bp-check-list {
  margin: 0;
  padding-left: 18px;
}

.bp-check-list li {
  margin-bottom: 10px;
}

.bp-logo-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  align-items: center;
}

.bp-logo-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  padding: 16px;
  background: #fff;
  border: 1px solid var(--bp-line);
  border-radius: 20px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--bp-ink-soft);
}

.bp-story-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bp-story-visual img {
  max-width: 100%;
  height: auto;
}

.bp-benefit-list {
  display: grid;
  gap: 18px;
}

.bp-benefit-item {
  padding: 20px 22px;
  background: var(--bp-surface);
  border: 1px solid var(--bp-line);
  border-radius: 18px;
}

.bp-benefit-item strong {
  display: block;
  margin-bottom: 8px;
  font-family: "Sora", sans-serif;
  font-size: 20px;
  color: var(--bp-ink);
}

.bp-benefit-item p {
  margin: 0;
  color: var(--bp-ink-soft);
}

.bp-cta-panel,
.bp-article-cta {
  padding: 42px;
  background: linear-gradient(135deg, #605bff 0%, #706dff 100%);
  color: #fff;
}

.bp-cta-panel h2,
.bp-article-cta h3,
.bp-cta-panel p,
.bp-article-cta p {
  color: #fff;
}

.bp-newsletter-form {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.bp-newsletter-form input[type="email"] {
  flex: 1 1 260px;
  min-height: 50px;
  padding: 0 16px;
  background: #fff;
  border: 1px solid transparent;
  border-radius: var(--bp-radius);
}

.bp-site .entry-content > * + *,
.bp-site .page-content > * + * {
  margin-top: 28px;
}

.bp-homepage .main-page-wrapper,
.bp-landing-page .main-page-wrapper,
.bp-editorial-page .main-page-wrapper,
.bp-product-page .main-page-wrapper {
  background:
    linear-gradient(180deg, rgba(248, 249, 255, 0.65) 0%, rgba(255, 255, 255, 1) 320px),
    #fff;
}

.bp-homepage .site-content,
.bp-landing-page .site-content,
.bp-editorial-page .site-content {
  padding-top: 24px;
  padding-bottom: 56px;
}

.bp-site .single-product-page,
.bp-site .single-product-content {
  border-radius: 32px;
}

.bp-site.single-product .summary.entry-summary {
  padding: 20px 0;
}

.bp-site.single-product .summary .price {
  color: var(--bp-accent);
  font-size: 30px;
  font-weight: 800;
}

.bp-site.single-product .product_title {
  font-size: clamp(34px, 5vw, 62px);
}

.bp-site.single-product .woocommerce-product-details__short-description ul {
  padding-left: 18px;
}

.bp-site.single-product .single_add_to_cart_button {
  background: var(--bp-accent);
}

.bp-site.blog .article-inner,
.bp-site.single-post .article-inner {
  background: #fff;
  border: 1px solid var(--bp-line);
  border-radius: 28px;
  box-shadow: 0 18px 40px rgba(48, 65, 76, 0.08);
}

.bp-site.blog .article-inner {
  padding: 28px;
}

.bp-site.single-post .article-inner {
  padding: 32px;
}

.bp-site .entry-header .entry-title {
  font-size: clamp(34px, 4vw, 54px);
}

.bp-site .post-date,
.bp-site .wd-post-date,
.bp-site .meta-author,
.bp-site .wd-post-meta {
  color: var(--bp-ink-soft);
}

.bp-site .mc4wp-form,
.bp-site .wpcf7-form {
  margin-top: 18px;
}

.bp-site .mc4wp-form input[type="email"],
.bp-site .wpcf7-form input[type="email"],
.bp-site .wpcf7-form input[type="text"],
.bp-site .wpcf7-form textarea {
  min-height: 50px;
  border-radius: var(--bp-radius);
}

.bp-site .wpcf7-form textarea {
  min-height: 180px;
  padding-top: 14px;
}

.bp-site .mc4wp-form input[type="submit"],
.bp-site .wpcf7-form input[type="submit"] {
  background: var(--bp-accent);
  color: #fff;
}

.bp-media-band {
  text-align: center;
}

.bp-media-logos {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  align-items: center;
}

.bp-media-logos img {
  width: 100%;
  max-width: 156px;
  height: 34px;
  margin: 0 auto;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.72;
}

.bp-rich-footer__top {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.4fr);
  gap: 32px;
}

.bp-rich-footer__brand {
  max-width: 420px;
}

.bp-rich-footer__columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.bp-rich-footer__columns h3 {
  margin-bottom: 12px;
  font-size: 16px;
}

.bp-rich-footer__columns a {
  display: block;
  margin-bottom: 10px;
  color: var(--bp-ink-soft);
  font-weight: 600;
  text-decoration: none;
}

body.page-template-elementor_canvas.bp-site .dialog-type-lightbox {
  z-index: 999999;
}

@media (max-width: 1024px) {
  .bp-shell-header,
  .bp-shell-footer {
    width: calc(100vw - 24px);
  }

  .bp-site-header {
    padding: 16px 18px;
  }

  .bp-site-header__inner {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .bp-shell-header__inner,
  .bp-shell-footer__top {
    flex-direction: column;
    align-items: stretch;
  }

  .bp-header-menu,
  .bp-shell-actions,
  .bp-shell-footer__links {
    justify-content: flex-start;
  }

  .bp-media-logos,
  .bp-rich-footer__top,
  .bp-rich-footer__columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bp-header-menu {
    flex-wrap: wrap;
    gap: 14px 18px;
  }

  .bp-shell-actions {
    flex-wrap: wrap;
  }

  .bp-hero,
  .bp-band,
  .bp-stack,
  .bp-cta-panel,
  .bp-article-cta {
    padding: 36px;
  }

  .bp-hero-home {
    min-height: auto;
    padding: 118px 18px 48px;
  }

  .bp-hero-home__inner {
    width: 100%;
    min-height: auto;
  }

  .bp-hero-grid,
  .bp-band-grid,
  .bp-story-grid,
  .bp-product-grid,
  .bp-card-grid,
  .bp-icon-grid,
  .bp-link-grid,
  .bp-testimonial-grid,
  .bp-logo-row,
  .bp-media-logos,
  .bp-rich-footer__top,
  .bp-rich-footer__columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .bp-shell-header__inner,
  .bp-shell-footer__top {
    padding: 20px;
  }

  .bp-site-header {
    padding: 14px 16px;
  }

  .bp-hero,
  .bp-band,
  .bp-stack,
  .bp-cta-panel,
  .bp-article-cta {
    padding: 24px;
    border-radius: 20px;
  }

  .bp-hero-home {
    padding: 106px 16px 34px;
  }

  .bp-hero-grid,
  .bp-band-grid,
  .bp-story-grid,
  .bp-product-grid,
  .bp-card-grid,
  .bp-icon-grid,
  .bp-link-grid,
  .bp-testimonial-grid,
  .bp-logo-row,
  .bp-media-logos,
  .bp-rich-footer__top,
  .bp-rich-footer__columns {
    grid-template-columns: 1fr;
  }

  .bp-site .entry-header .entry-title,
  .bp-site.single-product .product_title {
    font-size: 34px;
  }

  .bp-hero-home h1 {
    font-size: 52px;
  }

  .bp-hero-home .bp-copy {
    font-size: 18px;
  }
}

.bp-homepage .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}

.bp-homepage .elementor-section.elementor-section-boxed > .elementor-container,
.bp-homepage .elementor-section.elementor-section-full_width > .elementor-container {
  max-width: 1280px;
}

.bpv2-header-wrap {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  display: block !important;
  z-index: 300;
  padding: 0;
  background: transparent;
  box-shadow: none;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.bp-homepage.bp-scrolled .bpv2-header-wrap {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 2px 10px rgba(48, 65, 76, 0.08);
}

.bpv2-header-wrap > .elementor-container {
  position: relative;
  z-index: 2;
  min-height: 101px;
  max-width: none;
  width: 100%;
  align-items: center;
}

.bpv2-header-wrap,
.bpv2-header-shell,
.bpv2-header-actions,
.bpv2-header-logo-wrap,
.bpv2-header-menu-wrap {
  --display: flex;
}

.bpv2-header-wrap {
  width: 100%;
  min-height: 101px;
  --flex-direction: column;
  --justify-content: flex-start;
  --align-items: stretch;
}

.bpv2-header-shell {
  width: 100%;
  max-width: 1200px;
  min-height: 101px;
  margin: 0 auto;
  padding: 0 0 0 0;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.bpv2-header-wrap > .e-con-inner,
.bpv2-header-shell > .e-con-inner {
  width: 100%;
}

.bpv2-header-shell > .e-con-inner {
  display: flex;
  flex-direction: row !important;
  flex-wrap: nowrap;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 8px;
}

.bpv2-header-shell > .e-con-inner > .e-con,
.bpv2-header-shell > .e-con-inner > .elementor-element {
  width: auto;
  min-width: 0;
  flex: 0 0 auto;
}

.bpv2-header-shell > .e-con-inner > .bpv2-header-logo {
  width: 81px !important;
}

.bpv2-header-shell > .e-con-inner > .bpv2-header-menu {
  width: auto !important;
  flex: 1 1 auto;
  margin-left: 16px;
}

.bpv2-header-shell > .e-con-inner > .bpv2-header-register {
  width: 132px !important;
  margin-left: auto;
}

.bpv2-header-shell > .e-con-inner > .bpv2-header-signin {
  width: 99px !important;
}

.bpv2-header-shell > .e-con-inner > .bpv2-header-cart {
  width: 40px !important;
}

.bpv2-header-logo-wrap {
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-start;
  min-width: 81px;
}

.bpv2-header-logo-wrap > .e-con-inner {
  display: flex;
  align-items: center;
}

.bpv2-header-logo-wrap > .e-con-inner > .elementor-element {
  width: auto;
  flex: 0 0 auto;
}

.bpv2-header-menu-wrap {
  flex: 1 1 auto;
  min-width: 0;
  margin-left: 12px;
  align-items: center;
}

.bpv2-header-menu-wrap > .e-con-inner {
  display: flex;
  width: 100%;
  align-items: center;
}

.bpv2-header-actions {
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.bpv2-header-actions > .e-con-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.bpv2-header-actions > .e-con-inner > .elementor-element {
  width: auto;
  flex: 0 0 auto;
}

.bpv2-header-wrap .elementor-column,
.bpv2-header-wrap .elementor-widget-wrap,
.bpv2-header-wrap .bpv2-header-html,
.bpv2-header-wrap .bpv2-header-html .elementor-widget-container {
  width: 100%;
}

.bpv2-header-html {
  position: relative;
  z-index: 4;
}

.bpv2-header-html .header {
  position: relative;
  width: 100%;
  background: transparent;
  color: #30414c;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.bp-homepage.bp-scrolled .bpv2-header-html .header {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 2px 10px rgba(48, 65, 76, 0.08);
}

.bpv2-header-html .container-fluid {
  width: 100%;
  max-width: none;
  padding: 0 40px;
}

.bpv2-header-html .header__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 101px;
}

.bpv2-header-html .header__logo {
  flex: 0 0 auto;
}

.bpv2-header-html .logo__wrap {
  display: inline-flex;
  align-items: center;
}

.bpv2-header-html .logo__img {
  display: block;
  width: 82px;
  height: 50px;
  max-width: none;
}

.bpv2-header-html .navbar {
  flex: 1 1 auto;
  min-width: 0;
  margin-left: 26px;
}

.bpv2-header-html .navbar__list {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bpv2-header-html .navbar__item {
  display: flex;
  align-items: center;
}

.bpv2-header-html .navbar__link,
.bpv2-header-html .navbar__link > a {
  display: inline-flex;
  align-items: center;
  gap: 1px;
  color: #30414c;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
}

.bpv2-header-html .navbar__link p {
  margin: 0;
}

.bpv2-header-html .navbar__icon {
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
}

.bpv2-header-html .header__controls {
  flex: 0 0 auto;
}

.bpv2-header-html .header-controls__auth {
  display: flex;
  align-items: center;
  gap: 8px;
}

.bpv2-header-html .header-controls__cart {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  margin-left: 8px;
}

.bpv2-header-html .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 12px;
  box-shadow: none;
  text-decoration: none;
  white-space: nowrap;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.bpv2-header-html .btn__text {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.bpv2-header-html .btn--dark-reverse {
  min-width: 132px;
  min-height: 40px;
  padding: 7px 18px;
  background: #f0f2f7;
  border-color: transparent;
  color: #434261;
}

.bpv2-header-html .btn--gray-reverse {
  min-width: 99px;
  min-height: 40px;
  padding: 7px 18px;
  background: transparent;
  border-color: rgba(67, 66, 97, 0.2);
  color: #434261;
}

.bpv2-header-html .btn--primary {
  width: 47px;
  min-width: 47px;
  height: 40px;
  padding: 0;
  background: #605bff;
  color: #fff;
}

.bpv2-header-html .btn__icon {
  width: 25px;
  height: 25px;
}

.bpv2-header-logo img {
  width: 81px !important;
  min-width: 81px;
  max-width: none;
  height: 49px;
  object-fit: contain;
}

.bpv2-header-logo a {
  display: inline-flex;
  width: 81px;
}

.bpv2-header-logo,
.bpv2-header-logo .elementor-widget-container {
  width: 81px;
}

.bpv2-header-logo > a,
.bpv2-header-logo a {
  width: 81px !important;
}

.bpv2-header-menu .elementor-nav-menu {
  display: flex;
  justify-content: flex-start;
  gap: 13px;
}

.bpv2-header-menu .elementor-item {
  padding: 0;
  color: var(--bp-ink);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
}

.bpv2-header-menu .elementor-nav-menu--layout-horizontal {
  display: flex;
  align-items: center;
}

.bpv2-header-menu .elementor-item.has-submenu {
  padding-right: 0;
}

.bpv2-header-menu .sub-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 1px;
  font-size: 11px;
}

.bpv2-header-menu .elementor-item:hover,
.bpv2-header-menu .elementor-item:focus {
  color: var(--bp-accent);
}

.bpv2-header-button .elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 7px 18px;
  border-radius: 12px;
  background: #f0f2f7;
  color: #434261;
  border: 1px solid transparent;
  box-shadow: none;
  font-size: 13px;
  font-weight: 600;
}

.bpv2-header-button .elementor-button:hover,
.bpv2-header-button .elementor-button:focus {
  background: #eceff7;
  color: #434261;
}

.bpv2-header-register {
  width: 132px;
}

.bpv2-header-register .elementor-button {
  width: 132px;
}

.bpv2-header-signin .elementor-button {
  width: 99px;
  background: transparent;
  border-color: rgba(67, 66, 97, 0.2);
}

.bpv2-header-cart {
  width: 40px;
  min-width: 40px;
}

.bpv2-header-cart .elementor-widget-container,
.bpv2-header-cart .elementor-icon-wrapper,
.bpv2-header-cart a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

.bpv2-header-cart a {
  border-radius: 12px;
  background: #605bff;
  color: #fff;
  text-decoration: none;
}

.bpv2-header-cart .elementor-icon {
  font-size: 17px;
}

.bpv2-hero-section {
  position: relative;
  z-index: 1;
  display: block !important;
  min-height: 795px;
  padding: 101px 0 0;
  overflow: hidden;
  background-color: #f0f2f7;
  background-position: right 20px top 109px !important;
  background-size: auto 686px !important;
  background-repeat: no-repeat !important;
}

.bpv2-hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(247,248,253,0.96) 0%, rgba(247,248,253,0.88) 18%, rgba(247,248,253,0.46) 38%, rgba(247,248,253,0.12) 58%, rgba(247,248,253,0) 76%);
  z-index: 0;
}

.bpv2-hero-section::after {
  content: "";
  position: absolute;
  right: -12%;
  bottom: -180px;
  width: 78%;
  height: 300px;
  border-radius: 50%;
  background: #fff;
  z-index: 0;
}

.bpv2-hero-section > .elementor-container {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  min-height: calc(92vh - 166px);
  align-items: center;
}

.bpv2-hero-section > .e-con-inner,
.bpv2-hero-section > .e-con {
  width: 100%;
}

.bpv2-hero-section > .e-con-inner {
  display: flex;
}

.bpv2-hero-copy-col > .e-con-inner {
  width: 100%;
  max-width: 1200px;
  min-height: 694px;
  margin: 0 auto;
  padding-top: 108px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.bpv2-hero-copy-col > .elementor-widget-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  min-height: 694px;
  margin: 0 auto;
  align-content: center;
  padding-top: 108px;
  padding-left: 0;
}

.bpv2-hero-title .elementor-heading-title {
  color: var(--bp-ink);
  font-family: "Sora", sans-serif;
  max-width: 450px;
  font-size: clamp(56px, 4.5vw, 64px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.04em;
  white-space: pre-line;
}

.bpv2-hero-text {
  margin-top: 18px;
}

.bpv2-hero-text p {
  margin: 0;
  max-width: 380px;
  color: var(--bp-ink);
  font-size: 16px;
  line-height: 1.3;
}

.bpv2-hero-button {
  margin-top: 29px;
}

.bpv2-hero-button .elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  min-width: 142px;
  padding: 13px 18px;
  border-radius: 12px;
  background: #605bff;
  color: #fff;
  box-shadow: none;
  font-size: 13px;
  font-weight: 600;
}

.bpv2-header-button .elementor-button-text,
.bpv2-hero-button .elementor-button-text,
.bpv2-product-button .elementor-button-text,
.bpv2-secondary-button .elementor-button-text,
.bpv2-report-download .elementor-button-text,
.bpv2-reviews-cta .elementor-button-text {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.bpv2-standard-section,
.bpv2-benefit-section,
.bpv2-report-section,
.bpv2-team-section,
.bpv2-newsletter-section,
.bpv2-footer-section,
.bpv2-products-section,
.bpv2-media-section,
.bpv2-card-row,
.bpv2-tight-intro {
  padding-right: 28px;
  padding-left: 28px;
}

.bpv2-standard-section,
.bpv2-benefit-section,
.bpv2-report-section,
.bpv2-team-section,
.bpv2-newsletter-section,
.bpv2-footer-section {
  padding-top: 68px;
  padding-bottom: 68px;
}

.bpv2-tight-intro {
  padding-top: 68px;
  padding-bottom: 20px;
}

.bpv2-card-row,
.bpv2-products-section,
.bpv2-media-section,
.bpv2-product-tabs,
.bpv2-reviews-top {
  padding-top: 8px;
  padding-bottom: 68px;
}

.bpv2-standard-section > .elementor-container,
.bpv2-benefit-section > .elementor-container,
.bpv2-report-section > .elementor-container,
.bpv2-team-section > .elementor-container,
.bpv2-newsletter-section > .elementor-container,
.bpv2-footer-section > .elementor-container,
.bpv2-card-row > .elementor-container,
.bpv2-products-section > .elementor-container,
.bpv2-media-section > .elementor-container,
.bpv2-tight-intro > .elementor-container {
  align-items: center;
}

.bpv2-standard-section > .elementor-container,
.bpv2-benefit-section > .elementor-container,
.bpv2-report-section > .elementor-container,
.bpv2-team-section > .elementor-container {
  padding: 34px;
  border-radius: 20px;
  background: #f5f7fb;
}

.bpv2-eyebrow p {
  margin: 0 0 10px;
  color: var(--bp-accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

.bpv2-section-title .elementor-heading-title,
.bpv2-media-title .elementor-heading-title,
.bpv2-newsletter-title .elementor-heading-title {
  color: var(--bp-ink);
  font-family: "Sora", sans-serif;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.bpv2-body p,
.bpv2-card-body p,
.bpv2-footer-copy p,
.bpv2-footer-links p,
.bpv2-inline-link p {
  margin: 0;
  color: var(--bp-ink-soft);
  font-size: 17px;
  line-height: 1.7;
}

.bpv2-standard-image .elementor-image img,
.bpv2-report-image .elementor-image img,
.bpv2-team-image .elementor-image img {
  border-radius: 18px;
  width: 100%;
}

.bpv2-secondary-button .elementor-button,
.bpv2-product-button .elementor-button {
  min-height: 48px;
  padding: 0 22px;
  border-radius: 12px;
  background: #f0f2f7;
  color: #434261;
  box-shadow: none;
  font-weight: 700;
}

.bpv2-card-column > .elementor-widget-wrap,
.bpv2-review-card > .elementor-widget-wrap,
.bpv2-product-card > .elementor-widget-wrap {
  height: 100%;
  padding: 30px;
  border: 1px solid rgba(48, 65, 76, 0.08);
  border-radius: 18px;
  background: #fff;
}

.bpv2-small-icon .elementor-image img,
.bpv2-benefit-icon .elementor-image img,
.bpv2-newsletter-icon .elementor-image img {
  width: 36px;
  height: 36px;
}

.bpv2-card-title .elementor-heading-title,
.bpv2-benefit-title .elementor-heading-title,
.bpv2-product-title .elementor-heading-title,
.bpv2-footer-head .elementor-heading-title {
  color: var(--bp-ink);
  font-family: "Sora", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.bpv2-media-section .elementor-image {
  display: flex;
  justify-content: center;
}

.bpv2-logo-image .elementor-image img {
  max-height: 34px;
  width: auto;
  opacity: 0.8;
}

.bpv2-product-card > .elementor-widget-wrap {
  gap: 16px;
  text-align: left;
  padding-top: 24px;
  padding-bottom: 24px;
}

.bpv2-product-badge p {
  display: inline-flex;
  margin: 0 auto;
  padding: 6px 10px;
  border-radius: 999px;
  background: #eef1f8;
  color: var(--bp-ink);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.bpv2-product-image .elementor-image img {
  max-height: 180px;
  object-fit: contain;
}

.bpv2-product-subtitle p {
  margin: 0;
  color: var(--bp-ink-soft);
  font-size: 15px;
  line-height: 1.5;
}

.bpv2-product-list ul {
  margin: 0;
  padding-left: 18px;
  color: var(--bp-ink);
  font-size: 14px;
  line-height: 1.6;
}

.bpv2-product-price p {
  margin: 0;
  color: var(--bp-ink);
  font-size: 18px;
}

.bpv2-product-price strong {
  font-size: 22px;
  font-weight: 700;
}

.bpv2-product-price s {
  margin-left: 8px;
  color: rgba(48, 65, 76, 0.48);
}

.bpv2-product-button-primary .elementor-button {
  background: #605bff;
  color: #fff;
}

.bpv2-product-button .elementor-button {
  width: 100%;
}

.bpv2-product-tabs > .elementor-container {
  justify-content: center;
  gap: 16px;
}

.bpv2-tab-item > .elementor-widget-wrap {
  align-content: center;
  gap: 6px;
  min-height: 72px;
  padding: 14px 18px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(48, 65, 76, 0.08);
  text-align: center;
}

.bpv2-tab-item.is-active > .elementor-widget-wrap {
  background: #f5f7fb;
}

.bpv2-tab-icon .elementor-image img {
  width: 33px;
  height: 23px;
}

.bpv2-tab-text p {
  margin: 0;
  color: var(--bp-ink);
  font-size: 14px;
  font-weight: 600;
}

.bpv2-inline-link a,
.bpv2-footer-links a {
  color: var(--bp-ink);
  text-decoration: none;
}

.bpv2-inline-link a:hover,
.bpv2-footer-links a:hover {
  color: var(--bp-accent);
}

.bpv2-review-score .elementor-heading-title {
  color: var(--bp-accent);
  font-size: 26px;
}

.bpv2-overall-rating .elementor-heading-title {
  color: var(--bp-ink);
  font-size: 40px;
  line-height: 1;
}

.bpv2-review-based p {
  margin: 0;
  color: var(--bp-ink-soft);
  font-size: 14px;
}

.bpv2-reviews-top > .elementor-container {
  align-items: center;
}

.bpv2-reviews-cta {
  text-align: right;
}

.bpv2-report-download .elementor-button {
  width: 100%;
  justify-content: flex-start;
  min-height: 54px;
  padding: 0 18px;
}

.bpv2-reviews-section .bpv2-review-card > .elementor-widget-wrap {
  background: #f5f7fb;
}

.bpv2-review-name p {
  color: var(--bp-ink);
  font-size: 14px;
  font-weight: 700;
}

.bpv2-newsletter-section > .elementor-container,
.bpv2-footer-section > .elementor-container {
  padding: 40px;
  border-radius: 20px;
  background: #f5f7fb;
}

.bpv2-newsletter-form .wpcf7-form {
  display: grid;
  gap: 12px;
}

.bpv2-footer-logo .elementor-image img {
  width: 164px;
}

@media (max-width: 1024px) {
  .bpv2-header-wrap {
    padding-right: 18px;
    padding-left: 18px;
  }

  .bpv2-header-wrap > .elementor-container {
    min-height: 74px;
  }

  .bpv2-header-logo-col,
  .bpv2-header-menu-col,
  .bpv2-header-cta-col,
  .bpv2-header-signin-col,
  .bpv2-header-cart-col {
    width: 100%;
  }

  .bpv2-header-menu .elementor-nav-menu {
    gap: 18px;
    flex-wrap: wrap;
  }

  .bpv2-hero-section {
    min-height: 78vh;
    padding-top: 128px;
  }

  .bpv2-hero-section::before {
    background: linear-gradient(180deg, rgba(255,255,255,0.86) 0%, rgba(255,255,255,0.64) 32%, rgba(255,255,255,0.24) 62%, rgba(255,255,255,0) 100%);
  }

  .bpv2-hero-copy-col > .elementor-widget-wrap {
    max-width: 100%;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .bpv2-header-wrap,
  .bpv2-standard-section,
  .bpv2-benefit-section,
  .bpv2-report-section,
  .bpv2-team-section,
  .bpv2-newsletter-section,
  .bpv2-footer-section,
  .bpv2-products-section,
  .bpv2-media-section,
  .bpv2-card-row,
  .bpv2-tight-intro,
  .bpv2-hero-section {
    padding-right: 18px;
    padding-left: 18px;
  }

  .bpv2-header-wrap > .elementor-container {
    min-height: auto;
    padding-top: 14px;
    padding-bottom: 14px;
    row-gap: 10px;
  }

  .bpv2-header-logo-col,
  .bpv2-header-menu-col,
  .bpv2-header-cta-col,
  .bpv2-header-signin-col,
  .bpv2-header-cart-col,
  .bpv2-tab-item,
  .bpv2-product-card,
  .bpv2-card-column,
  .bpv2-review-card {
    width: 100%;
  }

  .bpv2-header-menu .elementor-nav-menu {
    gap: 12px;
  }

  .bpv2-header-signin {
    text-align: left;
  }

  .bpv2-header-cart-col {
    text-align: left;
  }

  .bpv2-hero-section {
    min-height: 72vh;
    padding-top: 134px;
    padding-bottom: 24px;
    background-position: 66% center !important;
  }

  .bpv2-hero-title .elementor-heading-title {
    font-size: clamp(38px, 12vw, 52px);
  }

  .bpv2-hero-text p {
    font-size: 15px;
    max-width: 260px;
  }

  .bpv2-newsletter-section > .elementor-container,
  .bpv2-footer-section > .elementor-container,
  .bpv2-standard-section > .elementor-container,
  .bpv2-benefit-section > .elementor-container,
  .bpv2-report-section > .elementor-container,
  .bpv2-team-section > .elementor-container,
  .bpv2-card-column > .elementor-widget-wrap,
  .bpv2-review-card > .elementor-widget-wrap,
  .bpv2-tab-item > .elementor-widget-wrap,
  .bpv2-product-card > .elementor-widget-wrap {
    padding: 24px;
  }

  .bpv2-reviews-cta {
    text-align: left;
  }
}
