:root {
  --bodi-ink: #0b0b0f;
  --bodi-soft: #f7f1ec;
  --bodi-line: rgba(11, 11, 15, 0.12);
  --bodi-coral: #ff7769;
  --bodi-aqua: #94ece7;
  --bodi-sand: #efe3d7;
}

.home .top_panel_title {
  display: none;
}

.page_content_wrap {
  overflow: clip;
}

.bodi-home,
.bodi-page,
.bodi-shop-hero {
  color: var(--bodi-ink);
}

.bodi-section,
.bodi-banner,
.bodi-page-hero {
  padding: 72px 0;
}

.bodi-section--tight {
  padding-top: 52px;
}

.bodi-section--soft {
  background: linear-gradient(180deg, rgba(239, 227, 215, 0.35), rgba(255,255,255,0));
}

.bodi-section-head {
  max-width: 760px;
  margin: 0 auto 36px;
  text-align: center;
}

.bodi-section-head--left {
  margin-left: 0;
  text-align: left;
}

.bodi-section-head h1,
.bodi-section-head h2,
.bodi-page-hero h1,
.bodi-banner__copy h2 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 4vw, 4.6rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.bodi-section-head p,
.bodi-page-hero p,
.bodi-banner__copy p,
.bodi-product-card p,
.bodi-post-card p,
.bodi-benefits__item p,
.bodi-story__copy p,
.bodi-contact-card p,
.bodi-lookbook__copy p {
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(11, 11, 15, 0.72);
}

.bodi-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  font-weight: 700;
  color: rgba(11, 11, 15, 0.62);
}

.bodi-actions,
.bodi-section-cta {
  margin-top: 28px;
}

.bodi-hero {
  position: relative;
  min-height: 84vh;
  background: var(--bodi-soft);
}

.bodi-hero__track,
.bodi-hero__slide {
  position: relative;
  min-height: 84vh;
}

.bodi-hero__slide {
  display: none;
}

.bodi-hero__slide.is-active {
  display: block;
}

.bodi-hero__media,
.bodi-hero__overlay {
  position: absolute;
  inset: 0;
}

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

.bodi-hero__overlay {
  background: linear-gradient(90deg, rgba(11,11,15,0.56) 0%, rgba(11,11,15,0.18) 56%, rgba(11,11,15,0.06) 100%);
}

.bodi-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: 84vh;
}

.bodi-hero__copy {
  max-width: 560px;
  color: #fff;
}

.bodi-hero__copy .bodi-eyebrow,
.bodi-hero__copy p {
  color: rgba(255,255,255,0.88);
}

.bodi-hero__dots {
  position: absolute;
  bottom: 28px;
  left: 50%;
  z-index: 3;
  display: flex;
  gap: 10px;
  transform: translateX(-50%);
}

.bodi-hero__dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,0.35);
}

.bodi-hero__dots button.is-active {
  background: var(--bodi-coral);
}

.bodi-product-grid,
.bodi-post-grid,
.bodi-contact-grid {
  display: grid;
  gap: 24px;
}

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

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

.bodi-contact-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 28px;
}

.bodi-product-card,
.bodi-post-card,
.bodi-contact-card,
.bodi-benefits__item,
.bodi-faq__item {
  border: 1px solid var(--bodi-line);
  border-radius: 26px;
  background: #fff;
  overflow: hidden;
}

.bodi-product-card__media,
.bodi-post-card__media {
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #f4f4f4;
}

.bodi-product-card__media img,
.bodi-post-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.bodi-product-card:hover img,
.bodi-post-card:hover img {
  transform: scale(1.04);
}

.bodi-product-card__content,
.bodi-post-card__content,
.bodi-contact-card {
  padding: 24px;
}

.bodi-link-arrow {
  display: inline-block;
  margin-top: 18px;
  font-weight: 700;
}

.bodi-price-pending {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--bodi-soft);
  color: var(--bodi-ink);
  font-size: 0.95rem;
  font-weight: 700;
}

.bodi-pending-notice {
  margin: 18px 0;
  padding: 16px 18px;
  border: 1px solid var(--bodi-line);
  border-radius: 8px;
  background: #fff;
  color: rgba(11, 11, 15, 0.74);
  line-height: 1.55;
}

.bodi-banner__panel {
  position: relative;
  border-radius: 34px;
  overflow: hidden;
  min-height: 440px;
  background-position: center;
  background-size: cover;
}

.bodi-banner__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(11,11,15,0.75), rgba(11,11,15,0.18));
}

.bodi-banner__copy {
  position: relative;
  z-index: 2;
  max-width: 560px;
  padding: 72px;
  color: #fff;
}

.bodi-banner__copy .bodi-eyebrow,
.bodi-banner__copy p {
  color: rgba(255,255,255,0.86);
}

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

.bodi-benefits__item {
  padding: 24px;
}

.bodi-benefits__dot {
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 30%, var(--bodi-aqua), var(--bodi-coral));
}

.bodi-lookbook {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  align-items: center;
  gap: 48px;
}

.bodi-lookbook__visual {
  position: relative;
  border-radius: 34px;
  overflow: hidden;
}

.bodi-lookbook__visual img {
  width: 100%;
  display: block;
  aspect-ratio: 1 / 1.18;
  object-fit: cover;
}

.bodi-hotspot {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 0.78rem;
  font-weight: 700;
  color: #fff;
}

.bodi-hotspot::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 3px solid rgba(255,255,255,0.88);
  border-radius: 999px;
  background: var(--bodi-coral);
  box-shadow: 0 0 0 10px rgba(255,255,255,0.14);
}

.bodi-hotspot span {
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(11,11,15,0.66);
  backdrop-filter: blur(8px);
}

.bodi-hotspot--one { top: 38%; left: 17%; }
.bodi-hotspot--two { bottom: 18%; right: 10%; }

.bodi-page-hero__grid,
.bodi-story {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
  align-items: center;
}

.bodi-page-hero__image img {
  width: 100%;
  border-radius: 32px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.bodi-story__gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.bodi-story__gallery img {
  width: 100%;
  border-radius: 24px;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

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

.bodi-faq__button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 24px;
  border: 0;
  background: transparent;
  color: var(--bodi-ink);
  font-size: 1rem;
  font-weight: 700;
  text-align: left;
}

.bodi-faq__panel {
  display: none;
  padding: 0 24px 24px;
}

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

.bodi-faq__item.is-open .bodi-faq__icon {
  transform: rotate(45deg);
}

.bodi-contact-form {
  padding: 28px;
  border: 1px solid var(--bodi-line);
  border-radius: 30px;
  background: #fff;
}

.bodi-contact-form input,
.bodi-contact-form textarea {
  width: 100%;
}

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

.bodi-newsletter-form input[type="email"] {
  width: 100%;
  min-height: 54px;
  padding: 0 18px;
  border: 1px solid var(--bodi-line);
  border-radius: 999px;
  background: #fff;
}

.bodi-form-note {
  margin: 0;
  font-size: 0.9rem;
  color: rgba(11, 11, 15, 0.65);
}

.bodi-shop-hero {
  padding: 36px 0 28px;
}

.bodi-filter-bar {
  display: grid;
  gap: 16px;
  margin-top: 20px;
}

.bodi-filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  align-items: center;
}

.bodi-filter-label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: rgba(11,11,15,0.55);
}

.bodi-filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.bodi-chip {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid var(--bodi-line);
  border-radius: 999px;
  background: #fff;
  font-size: 0.9rem;
  line-height: 1;
}

.bodi-chip.is-active,
.bodi-chip:hover {
  border-color: var(--bodi-ink);
  background: var(--bodi-ink);
  color: #fff;
}

.footer_wrap .footer_widgets_wrap {
  margin-top: 32px;
  padding-top: 28px;
}

.footer_wrap .widget {
  margin-bottom: 20px;
}

.footer_wrap .widgettitle {
  margin-bottom: 14px;
  font-size: 1.05rem;
}

.bodi-popup-open {
  overflow: hidden;
}

.bodi-popup[hidden] {
  display: none !important;
}

.bodi-popup {
  position: fixed;
  inset: 0;
  z-index: 99999;
}

.bodi-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(11,11,15,0.55);
}

.bodi-popup__dialog {
  position: relative;
  z-index: 2;
  width: min(920px, calc(100% - 32px));
  margin: 6vh auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #fff;
  border-radius: 32px;
  overflow: hidden;
}

.bodi-popup__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.bodi-popup__content {
  padding: 42px;
}

.bodi-popup__close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 3;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: rgba(11,11,15,0.08);
  font-size: 1.6rem;
}

@media (max-width: 1279px) {
  .bodi-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .bodi-lookbook,
  .bodi-page-hero__grid,
  .bodi-story,
  .bodi-popup__dialog {
    grid-template-columns: 1fr;
  }

  .bodi-post-grid,
  .bodi-contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .bodi-section,
  .bodi-banner,
  .bodi-page-hero {
    padding: 52px 0;
  }

  .bodi-hero,
  .bodi-hero__track,
  .bodi-hero__slide,
  .bodi-hero__content {
    min-height: 70vh;
  }

  .bodi-product-grid,
  .bodi-benefits {
    grid-template-columns: 1fr;
  }

  .bodi-banner__copy,
  .bodi-popup__content {
    padding: 28px;
  }

  .bodi-hotspot span {
    display: none;
  }

  .bodi-story__gallery {
    grid-template-columns: 1fr;
  }
}

body.woocommerce-shop .bodi-shop-filter {
  height: auto !important;
  min-height: 0 !important;
}

body.woocommerce-shop .bodi-shop-filter::before,
body.woocommerce-shop .bodi-shop-filter::after,
body.woocommerce-shop .bodi-shop-filter__grid::before,
body.woocommerce-shop .bodi-shop-filter__grid::after {
  display: none !important;
  content: none !important;
}

body.woocommerce-shop .bodi-shop-filter__group {
  min-height: 0 !important;
}

body.woocommerce-shop ul.products li.product.post-44 .post_featured {
  background: url("/wp-content/uploads/2026/07/bodivolve-bra-noche-scaled-600x472.jpeg") center / cover no-repeat;
}

body.woocommerce-shop ul.products li.product.post-65 .post_featured {
  background: url("/wp-content/uploads/2026/07/bodivolve-short-noche-600x344.jpeg") center / cover no-repeat;
}

body.woocommerce-shop ul.products li.product.post-44 .post_featured > a,
body.woocommerce-shop ul.products li.product.post-65 .post_featured > a {
  display: block !important;
  min-height: 100% !important;
}

/* Final polish requested: real logo, header icons, filters, hover actions */
body .top_panel_default .sc_layouts_logo img,
body .menu_mobile .sc_layouts_logo img {
  display: block !important;
  width: auto !important;
  max-width: 154px !important;
  max-height: 42px !important;
  object-fit: contain !important;
}

body .top_panel_default .sc_layouts_logo::after,
body .menu_mobile .sc_layouts_logo .logo_text,
body .menu_mobile .sc_layouts_logo .logo_slogan {
  content: none !important;
  display: none !important;
}

body .top_panel_default .sc_layouts_column_align_right {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  gap: 20px;
}

.bodi-header-icons {
  display: inline-flex;
  align-items: center;
  gap: 17px;
  margin-left: 12px;
}

.bodi-header-icon {
  position: relative;
  width: 26px;
  height: 26px;
  display: inline-grid;
  place-items: center;
  border: 0;
  background: transparent;
  color: #111;
  font-size: 21px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}

.bodi-header-icon span {
  position: absolute;
  right: -5px;
  top: -5px;
  width: 15px;
  height: 15px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #9b210e;
  color: #fff;
  font-size: 9px;
}

.bodi-woopy-look--final .content_wrap {
  width: min(86vw, 1130px) !important;
  max-width: 1130px !important;
  margin: 0 auto !important;
  padding-left: 0 !important;
}

.bodi-woopy-look--final h2,
.bodi-woopy-look--final span {
  text-shadow: 0 3px 22px rgba(0,0,0,0.45);
}

.bodi-woopy-look--final a {
  border-color: #fff !important;
  color: #fff !important;
}

.bodi-woopy-look--final a:hover {
  background: #fff !important;
  color: #111 !important;
}

body.woocommerce-shop ul.products {
  margin-top: -165px !important;
  margin-bottom: -165px !important;
  top: -165px !important;
}

.bodi-shop-filter__sizes a {
  display: grid;
  place-items: center;
  min-height: 38px;
  border: 1px solid #e5e5e5;
  color: #777;
  text-decoration: none;
}

.bodi-shop-filter a.is-active,
.bodi-shop-filter__sizes a.is-active {
  color: #9b210e !important;
  font-weight: 800;
}

.bodi-shop-filter__colors a.is-active i {
  outline: 2px solid #111;
  outline-offset: 4px;
}

body.woocommerce-shop ul.products li.product .post_featured {
  position: relative !important;
  overflow: hidden !important;
}

body.woocommerce-shop ul.products li.product .mask,
body.woocommerce-shop ul.products li.product .icons {
  display: none !important;
}

.bodi-product-hover-actions {
  position: absolute;
  left: 50%;
  bottom: 24px;
  z-index: 5;
  display: flex;
  gap: 8px;
  transform: translate(-50%, 18px);
  opacity: 0;
  transition: opacity 220ms ease, transform 220ms ease;
  pointer-events: none;
}

body.woocommerce-shop ul.products li.product:hover .bodi-product-hover-actions,
body.woocommerce-shop ul.products li.product .post_featured:hover .bodi-product-hover-actions,
.bodi-wp-product:hover .bodi-product-hover-actions {
  opacity: 1;
  transform: translate(-50%, 0);
  pointer-events: auto;
}

.bodi-product-hover-actions a {
  min-width: 104px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #111;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(0,0,0,0.12);
}

.bodi-product-hover-actions a:last-child {
  background: #9b210e;
  color: #fff;
}

.bodi-woopy-contact__form label {
  position: relative;
  padding-left: 30px;
}

.bodi-woopy-contact__form label::before {
  position: absolute;
  left: 0;
  top: 0;
  color: #9b210e;
  font-size: 16px;
}

.bodi-woopy-contact__form p:nth-of-type(1) label::before { content: "👤"; }
.bodi-woopy-contact__form p:nth-of-type(2) label::before { content: "✉"; }
.bodi-woopy-contact__form p:nth-of-type(3) label::before { content: "◎"; }
.bodi-woopy-contact__form p:nth-of-type(4) label::before { content: "✎"; }

.menu_mobile .sc_layouts_logo {
  width: 154px !important;
  height: 42px !important;
  display: block !important;
  background: url("/wp-content/uploads/2026/07/logo.png") left center / contain no-repeat;
}

.footer_wrap .widget:first-child .widget_title {
  width: 160px;
  height: 38px;
  overflow: hidden;
  color: transparent !important;
  background: url("/wp-content/uploads/2026/07/logo.png") left center / contain no-repeat;
}

.footer_logo_wrap .logo_footer_text a {
  display: inline-block;
  width: 220px;
  height: 52px;
  overflow: hidden;
  color: transparent !important;
  background: url("/wp-content/uploads/2026/07/logo.png") center / contain no-repeat;
}

.bodi-woopy-contact__form input,
.bodi-woopy-contact__form textarea {
  padding-left: 30px !important;
}

body .top_panel_default .sc_layouts_row,
body .top_panel_default .sc_layouts_row_fixed_on {
  position: relative !important;
  min-height: 92px !important;
}

body .top_panel_default .sc_layouts_column_align_left {
  position: absolute !important;
  left: clamp(28px, 6vw, 88px) !important;
  top: 50% !important;
  z-index: 20 !important;
  width: auto !important;
  transform: translateY(-50%) !important;
  display: block !important;
}

body .top_panel_default .sc_layouts_column_align_left .sc_layouts_logo {
  min-width: 0 !important;
  width: 168px !important;
  height: 42px !important;
  display: block !important;
}

body .top_panel_default .sc_layouts_column_align_left .sc_layouts_logo img {
  width: 168px !important;
  height: auto !important;
  max-width: 168px !important;
  max-height: 42px !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body .top_panel_default .sc_layouts_column_align_right {
  width: 100% !important;
  min-height: 92px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

body .top_panel_default .menu_main_nav_area {
  display: flex !important;
  justify-content: center !important;
}

.bodi-header-icons {
  position: absolute !important;
  right: clamp(28px, 6vw, 88px) !important;
  top: 50% !important;
  z-index: 20 !important;
  margin: 0 !important;
  transform: translateY(-50%) !important;
}

.footer_wrap .widget:first-child .widget_title,
.footer_logo_wrap .logo_footer_text a {
  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important;
  text-indent: -9999px !important;
}

.footer_logo_wrap .logo_footer_text a {
  display: block !important;
  margin: 0 auto !important;
}

@media (max-width: 767px) {
  body .top_panel_default .sc_layouts_column_align_left {
    left: 18px !important;
  }

  .bodi-header-icons {
    display: none !important;
  }
}

/* Woopy-aligned rebuild */
body .top_panel_default .top_panel_navi {
  min-height: 92px;
  background: #fff;
}

body .sc_layouts_logo img {
  width: auto !important;
  max-width: 132px !important;
  max-height: 44px !important;
  object-fit: contain;
}

body .menu_main_nav > li > a {
  font-size: 14px;
  font-weight: 700;
}

.bodi-woopy-home {
  background: #fff;
}

.bodi-woopy-hero {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-height: 520px;
  width: 100%;
  overflow: hidden;
}

.bodi-woopy-hero__panel {
  position: relative;
  min-height: 520px;
  overflow: hidden;
}

.bodi-woopy-hero__panel--center {
  z-index: 3;
  overflow: visible;
}

.bodi-woopy-hero__panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bodi-woopy-hero__panel--center::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.18);
}

.bodi-woopy-hero__copy {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}

.bodi-woopy-hero__copy p {
  margin: 0 0 8px;
  color: #fff;
  font-size: 18px;
}

.bodi-woopy-hero__copy h1 {
  max-width: 860px;
  margin: 0;
  color: #fff;
  font-size: clamp(54px, 8vw, 112px);
  line-height: 0.92;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.bodi-woopy-hero__copy a,
.bodi-woopy-sale__copy a,
.bodi-woopy-look a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  min-height: 50px;
  margin-top: 28px;
  border: 2px solid currentColor;
  color: inherit;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.bodi-woopy-section {
  padding: 92px 0;
}

.bodi-woopy-heading {
  margin: 0 auto 44px;
  text-align: center;
}

.bodi-woopy-heading span {
  display: block;
  margin-bottom: 14px;
  color: #777;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.bodi-woopy-heading h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1;
  letter-spacing: 0;
}

.bodi-woopy-products,
.bodi-woopy-posts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 42px 30px;
}

.bodi-wp-product {
  background: transparent;
}

.bodi-wp-product__image,
.bodi-woopy-posts__image {
  position: relative;
  display: block;
  overflow: hidden;
  background: #f6f5f3;
}

.bodi-wp-product__image {
  aspect-ratio: 1 / 1.12;
}

.bodi-wp-product__image img,
.bodi-woopy-posts__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.bodi-wp-product__wish {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #111;
  font-size: 18px;
}

.bodi-wp-product h3,
.bodi-woopy-posts h3 {
  margin: 18px 0 7px;
  font-size: 18px;
  line-height: 1.2;
}

.bodi-wp-product h3 a,
.bodi-woopy-posts h3 a {
  color: #0a0a0a;
  text-decoration: none;
}

.bodi-wp-product__meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #777;
  font-size: 12px;
}

.bodi-wp-product__stars {
  color: #f5b400;
  letter-spacing: 1px;
}

.bodi-wp-product__price {
  margin-top: 5px;
  color: #777;
  font-size: 14px;
}

.bodi-price-pending {
  min-height: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #777;
  font-size: inherit;
  font-weight: 500;
}

.bodi-woopy-sale {
  position: relative;
  min-height: 360px;
  display: grid;
  place-items: center;
  background-position: center;
  background-size: cover;
  text-align: center;
}

.bodi-woopy-sale__shade {
  position: absolute;
  inset: 0;
  background: rgba(255, 247, 241, 0.82);
}

.bodi-woopy-sale__copy {
  position: relative;
  z-index: 1;
  color: #111;
}

.bodi-woopy-sale__copy span,
.bodi-woopy-look span {
  display: block;
  margin-bottom: 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.bodi-woopy-sale__copy h2 {
  margin: 0;
  font-size: clamp(38px, 5vw, 58px);
  letter-spacing: 0;
}

.bodi-woopy-benefits {
  padding: 54px 0;
  border-bottom: 1px solid #eee;
}

.bodi-woopy-benefits .content_wrap {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.bodi-woopy-benefits div {
  display: grid;
  grid-template-columns: 42px 1fr;
  column-gap: 14px;
  align-items: center;
}

.bodi-woopy-benefits span {
  grid-row: span 2;
  color: #9b210e;
  font-size: 28px;
}

.bodi-woopy-benefits strong {
  font-size: 15px;
}

.bodi-woopy-benefits small {
  color: #777;
  font-size: 12px;
}

.bodi-woopy-look {
  min-height: 430px;
  display: flex;
  align-items: center;
  background-position: center;
  background-size: cover;
  color: #fff;
}

.bodi-woopy-look .content_wrap {
  width: 100%;
}

.bodi-woopy-look h2 {
  max-width: 560px;
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.05;
  letter-spacing: 0;
}

.bodi-woopy-posts__image {
  aspect-ratio: 1.08 / 1;
}

.bodi-woopy-posts article > span {
  display: block;
  margin-top: 18px;
  color: #777;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.bodi-woopy-posts p {
  color: #777;
  font-size: 14px;
  line-height: 1.6;
}

body.woocommerce-shop .bodi-shop-hero {
  display: none;
}

body.woocommerce-shop .woocommerce-result-count {
  margin-left: 250px;
  color: #999;
}

body.woocommerce-shop .woocommerce-ordering {
  margin-bottom: 34px;
}

.bodi-shop-filter {
  float: left;
  width: 210px;
  margin: 0 42px 40px 0;
  color: #111;
}

.bodi-shop-filter h3 {
  margin: 0 0 20px;
  padding-top: 4px;
  border-top: 0;
  font-size: 18px;
}

.bodi-shop-filter a {
  display: block;
  margin: 0 0 12px;
  color: #222;
  text-decoration: none;
}

.bodi-shop-filter__colors a {
  display: inline-grid;
  justify-items: center;
  gap: 7px;
  margin-right: 14px;
  color: #777;
  font-size: 12px;
}

.bodi-shop-filter__colors i {
  width: 25px;
  height: 25px;
  display: block;
  border-radius: 50%;
}

.bodi-shop-filter__sizes {
  display: grid;
  grid-template-columns: repeat(3, 48px);
  gap: 8px;
}

.bodi-shop-filter__sizes span {
  display: grid;
  place-items: center;
  min-height: 38px;
  border: 1px solid #e5e5e5;
  color: #777;
}

body.woocommerce-shop ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 52px 34px;
}

body.woocommerce-shop ul.products::before,
body.woocommerce-shop ul.products::after {
  display: none !important;
}

body.woocommerce-shop ul.products li.product {
  width: auto !important;
  margin: 0 !important;
  float: none !important;
}

body.woocommerce-shop ul.products li.product .post_featured,
body.woocommerce-shop ul.products li.product .post_featured img {
  aspect-ratio: 1 / 1.1;
}

body.woocommerce-shop ul.products li.product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.woocommerce-shop ul.products li.product .button {
  display: none !important;
}

.bodi-woopy-blog {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 46px;
  padding: 86px 0;
}

.bodi-woopy-blog__post {
  margin-bottom: 62px;
}

.bodi-woopy-blog__post img {
  width: 100%;
  aspect-ratio: 1.85 / 1;
  object-fit: cover;
  display: block;
}

.bodi-woopy-blog__post h2 {
  margin: 24px 0 8px;
  font-size: 31px;
  letter-spacing: 0;
}

.bodi-woopy-blog__post h2 a {
  color: #111;
  text-decoration: none;
}

.bodi-woopy-blog__meta,
.bodi-woopy-blog__post p {
  color: #777;
  font-size: 13px;
  line-height: 1.7;
}

.bodi-arrow {
  display: inline-block;
  margin-top: 12px;
  color: #111;
  text-decoration: none;
}

.bodi-woopy-blog aside {
  padding: 34px 28px;
  background: #faf8f5;
  align-self: start;
}

.bodi-sidebox {
  margin-bottom: 34px;
}

.bodi-sidebox h3,
.bodi-sidebox label {
  display: block;
  margin-bottom: 16px;
  color: #111;
  font-weight: 700;
}

.bodi-sidebox input {
  width: 100%;
  min-height: 48px;
  border: 1px solid #eee;
  padding: 0 16px;
}

.bodi-mini-post {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 12px;
  margin-bottom: 15px;
  color: #111;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
}

.bodi-mini-post img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}

.bodi-tags span {
  display: inline-block;
  margin: 0 6px 8px 0;
  padding: 6px 12px;
  border: 1px solid #eee;
  background: #fff;
  color: #777;
  font-size: 12px;
}

.bodi-woopy-contact__top {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 70px;
  padding: 92px 0;
}

.bodi-woopy-contact h1 {
  margin: 0 0 28px;
  font-size: clamp(46px, 6vw, 78px);
  line-height: 0.98;
  letter-spacing: 0;
}

.bodi-woopy-contact p,
.bodi-woopy-contact li {
  color: #777;
  font-size: 18px;
  line-height: 1.7;
}

.bodi-woopy-contact ul {
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.bodi-woopy-contact li {
  margin-bottom: 18px;
}

.bodi-woopy-contact__form {
  padding-top: 18px;
}

.bodi-woopy-contact__form p {
  margin-bottom: 18px;
}

.bodi-woopy-contact__form label {
  display: block;
  color: #111;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.bodi-woopy-contact__form input,
.bodi-woopy-contact__form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  padding: 18px 0;
  color: #111;
  background: transparent;
}

.bodi-woopy-contact__form textarea {
  min-height: 150px;
}

.bodi-woopy-contact__form input[type="submit"] {
  width: auto;
  min-width: 180px;
  min-height: 58px;
  margin-top: 22px;
  padding: 0 34px;
  border: 0;
  background: #9b210e;
  color: #fff;
  font-weight: 700;
}

.bodi-woopy-map iframe {
  width: 100%;
  height: 520px;
  display: block;
  border: 0;
}

.footer_wrap {
  background: #191919 !important;
}

.footer_logo_text a {
  font-size: 42px;
  letter-spacing: 0.12em;
}

@media (max-width: 1024px) {
  .bodi-woopy-hero,
  .bodi-woopy-products,
  .bodi-woopy-posts,
  body.woocommerce-shop ul.products,
  .bodi-woopy-blog,
  .bodi-woopy-contact__top {
    grid-template-columns: 1fr;
  }

  .bodi-shop-filter,
  body.woocommerce-shop .woocommerce-result-count {
    float: none;
    width: auto;
    margin-left: 0;
  }

  .bodi-woopy-benefits .content_wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .bodi-woopy-hero,
  .bodi-woopy-hero__panel {
    min-height: 360px;
  }

  .bodi-woopy-hero__panel:not(.bodi-woopy-hero__panel--center) {
    display: none;
  }

  .bodi-woopy-hero__copy h1 {
    font-size: 44px;
  }

  .bodi-woopy-section {
    padding: 62px 0;
  }

  .bodi-woopy-benefits .content_wrap {
    grid-template-columns: 1fr;
  }
}

/* Woopy final visual correction pass */
body.home .page_content_wrap {
  padding-top: 0 !important;
}

body:not(.home) .page_content_wrap {
  padding-top: 58px !important;
}

body .top_panel_default .top_panel_navi {
  min-height: 88px !important;
  border-bottom: 1px solid #eee !important;
}

body .sc_layouts_logo {
  display: inline-flex !important;
  align-items: center;
  min-width: 146px;
  text-decoration: none !important;
}

body .top_panel_default .sc_layouts_logo img {
  display: none !important;
}

body .top_panel_default .sc_layouts_logo::after {
  content: "BODIVOLVE";
  color: #070707;
  font-size: 23px;
  font-weight: 900;
  letter-spacing: -0.045em;
}

.bodi-woopy-hero {
  min-height: clamp(620px, 72vh, 760px) !important;
  margin-top: 0 !important;
}

.bodi-woopy-hero__panel {
  min-height: clamp(620px, 72vh, 760px) !important;
}

.bodi-woopy-hero__copy {
  left: -100%;
  right: auto;
  width: 300%;
  padding: 0 7vw;
}

.bodi-woopy-hero__copy h1 {
  max-width: 1060px;
  font-size: clamp(58px, 9.2vw, 128px) !important;
  line-height: 0.9 !important;
  overflow-wrap: normal;
}

.bodi-woopy-section {
  padding: clamp(74px, 8vw, 118px) 0 !important;
}

.bodi-woopy-heading h2 {
  font-size: clamp(38px, 4.8vw, 68px) !important;
}

body.woocommerce-shop .page_content_wrap {
  padding-top: 62px !important;
}

body.woocommerce-shop .woocommerce-products-header,
body.woocommerce-shop .list_products_header {
  margin-bottom: 48px !important;
}

body.woocommerce-shop .woocommerce-products-header {
  display: none !important;
}

body.woocommerce-shop .woocommerce-result-count {
  margin-left: 252px !important;
}

.bodi-shop-filter {
  clear: left;
  min-height: 520px;
}

body.woocommerce-shop ul.products li.product .post_featured,
body.woocommerce-shop ul.products li.product .post_featured img,
body.woocommerce-shop ul.products li.product img {
  aspect-ratio: 1 / 1.18 !important;
}

.bodi-woopy-blog {
  padding-top: 0 !important;
}

.bodi-woopy-contact__top {
  padding-top: 8px !important;
  padding-bottom: 72px !important;
}

.bodi-woopy-contact h1 {
  font-size: clamp(48px, 6vw, 82px) !important;
}

body.woocommerce-shop .list_products_header {
  display: block !important;
  height: auto !important;
  overflow: visible !important;
}

body.woocommerce-shop .bodi-shop-filter {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  margin-top: 8px !important;
}

.bodi-woopy-map {
  position: relative;
  min-height: 460px;
  background:
    linear-gradient(135deg, rgba(0,0,0,0.2), rgba(0,0,0,0.05)),
    repeating-linear-gradient(45deg, #e8e3dc 0 18px, #ded8d0 18px 36px);
}

.bodi-woopy-map::before {
  content: "Lakeland, FL";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  padding: 14px 22px;
  background: #fff;
  color: #111;
  font-weight: 800;
  box-shadow: 0 12px 40px rgba(0,0,0,0.15);
}

.bodi-woopy-map iframe {
  position: relative;
  z-index: 2;
  background: transparent;
}

@media (max-width: 1024px) {
  body:not(.home) .page_content_wrap,
  body.woocommerce-shop .page_content_wrap {
    padding-top: 38px !important;
  }

  .bodi-woopy-hero__copy {
    left: 0;
    width: 100%;
  }

  .bodi-woopy-hero__copy h1 {
    max-width: 760px;
    font-size: clamp(48px, 12vw, 92px) !important;
  }

  body.woocommerce-shop .woocommerce-result-count {
    margin-left: 0 !important;
  }

  .bodi-shop-filter {
    min-height: 0;
  }
}

@media (max-width: 767px) {
  body .top_panel_default .top_panel_navi {
    min-height: 74px !important;
  }

  body .top_panel_default .sc_layouts_logo::after {
    font-size: 20px;
  }

  .bodi-woopy-hero,
  .bodi-woopy-hero__panel {
    min-height: 520px !important;
  }

  .bodi-woopy-hero__copy h1 {
    font-size: clamp(43px, 15vw, 64px) !important;
  }

  .bodi-woopy-contact__top {
    gap: 26px;
  }
}

/* Final Woopy parity: full-width slider + true shop grid */
.home .content_wrap:has(.bodi-woopy-final) {
  width: 100% !important;
  max-width: none !important;
}

.bodi-woopy-final .bodi-woopy-section > .content_wrap,
.bodi-woopy-final .bodi-woopy-benefits > .content_wrap {
  width: min(86vw, 1130px) !important;
  max-width: 1130px !important;
  margin-inline: auto !important;
}

.bodi-woopy-final {
  overflow: hidden;
}

.bodi-woopy-slider {
  position: relative;
  width: 100vw;
  min-height: clamp(560px, 67vh, 720px);
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  background: #111;
}

.bodi-woopy-slider__track,
.bodi-woopy-slider__slide {
  position: absolute;
  inset: 0;
}

.bodi-woopy-slider__slide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 700ms ease;
}

.bodi-woopy-slider__slide.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 2;
}

.bodi-woopy-slider__panels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  height: 100%;
}

.bodi-woopy-slider__panel {
  position: relative;
  overflow: hidden;
}

.bodi-woopy-slider__panel img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.06);
  transition: transform 7s ease;
}

.bodi-woopy-slider__slide.is-active .bodi-woopy-slider__panel img {
  transform: scale(1);
}

.bodi-woopy-slider__shade {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(90deg, rgba(0,0,0,0.18), rgba(0,0,0,0.1) 32%, rgba(0,0,0,0.2));
}

.bodi-woopy-slider__content {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: grid;
  place-items: center;
  padding: 0 clamp(22px, 7vw, 96px);
  text-align: center;
  color: #fff;
}

.bodi-woopy-slider__content p {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(15px, 1.6vw, 21px);
  font-weight: 500;
  text-shadow: 0 2px 18px rgba(0,0,0,0.32);
}

.bodi-woopy-slider__content h1 {
  max-width: 1080px;
  margin: 0;
  color: #fff;
  font-size: clamp(50px, 8.3vw, 126px);
  line-height: 0.92;
  font-weight: 900;
  letter-spacing: -0.045em;
  text-transform: uppercase;
  text-shadow: 0 5px 26px rgba(0,0,0,0.28);
}

.bodi-woopy-slider__text {
  max-width: 620px;
  margin: 18px auto 0;
  color: rgba(255,255,255,0.94);
  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.55;
  text-shadow: 0 2px 16px rgba(0,0,0,0.4);
}

.bodi-woopy-slider__content a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 164px;
  min-height: 48px;
  margin-top: 26px;
  border: 2px solid rgba(255,255,255,0.92);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: background 180ms ease, color 180ms ease;
}

.bodi-woopy-slider__content a:hover {
  background: #fff;
  color: #111;
}

.bodi-woopy-slider__arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 54px;
  height: 54px;
  transform: translateY(-50%);
  border: 0;
  background: rgba(255,255,255,0.12);
  color: #fff;
  font-size: 52px;
  line-height: 1;
  cursor: pointer;
}

.bodi-woopy-slider__arrow--prev {
  left: 38px;
}

.bodi-woopy-slider__arrow--next {
  right: 38px;
}

.bodi-woopy-slider__dots {
  position: absolute;
  left: 50%;
  bottom: 26px;
  z-index: 5;
  display: flex;
  gap: 9px;
  transform: translateX(-50%);
}

.bodi-woopy-slider__dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  background: transparent;
}

.bodi-woopy-slider__dots button.is-active {
  background: #fff;
}

.bodi-woopy-products--final {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.bodi-woopy-center-cta {
  margin-top: 46px;
  text-align: center;
}

.bodi-woopy-center-cta a {
  display: inline-flex;
  min-width: 132px;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  background: #9b210e;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.bodi-woopy-sale--final,
.bodi-woopy-look--final {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

body.woocommerce-shop ul.products {
  width: calc(100% - 270px) !important;
  margin-left: 270px !important;
  margin-top: -240px !important;
  margin-bottom: -230px !important;
  position: relative;
  top: -230px;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 54px 30px !important;
}

body.woocommerce-shop .woocommerce-result-count {
  margin-left: 270px !important;
}

body.woocommerce-shop .bodi-shop-filter {
  width: 230px !important;
  margin-right: 40px !important;
}

body.woocommerce-shop .bodi-shop-filter a[href*="bodi_color"] {
  color: #6f6a66;
}

body.woocommerce-shop ul.products li.product .post_featured,
body.woocommerce-shop ul.products li.product .post_featured img,
body.woocommerce-shop ul.products li.product img {
  aspect-ratio: 1 / 1.22 !important;
  object-fit: cover !important;
}

body.woocommerce-shop ul.products li.product.post-86 .post_featured {
  background: url("/wp-content/uploads/2026/07/bodivolve-leg-noche-600x775.jpeg") center / cover no-repeat;
}

body.woocommerce-shop ul.products li.product.post-86 .post_featured::before {
  content: "";
  display: block;
  aspect-ratio: 1 / 1.22;
}

body.woocommerce-shop ul.products li.product.post-86 .post_featured > a {
  position: absolute;
  inset: 0;
}

body.woocommerce-shop .page_content_wrap {
  padding-top: 46px !important;
  padding-bottom: 96px !important;
}

@media (max-width: 1180px) {
  body.woocommerce-shop ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 1024px) {
  .bodi-woopy-products--final,
  body.woocommerce-shop ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.woocommerce-shop ul.products,
  body.woocommerce-shop .woocommerce-result-count {
    width: 100% !important;
    margin-left: 0 !important;
  }

  body.woocommerce-shop ul.products {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    top: 0;
  }
}

@media (max-width: 767px) {
  .bodi-woopy-slider {
    min-height: 580px;
  }

  .bodi-woopy-slider__panels {
    grid-template-columns: 1fr;
  }

  .bodi-woopy-slider__panel:not(:nth-child(2)) {
    display: none;
  }

  .bodi-woopy-slider__content h1 {
    font-size: clamp(44px, 15vw, 70px);
  }

  .bodi-woopy-slider__text {
    max-width: 330px;
  }

  .bodi-woopy-slider__arrow {
    width: 40px;
    height: 40px;
    font-size: 38px;
  }

  .bodi-woopy-slider__arrow--prev {
    left: 10px;
  }

  .bodi-woopy-slider__arrow--next {
    right: 10px;
  }

  .bodi-woopy-products--final,
  body.woocommerce-shop ul.products {
    grid-template-columns: 1fr !important;
  }
}

/* Final Woopy polish: keep theme layout, fix logo, shop height, hover actions. */
body .top_panel_default .top_panel_navi .content_wrap {
  display: grid !important;
  grid-template-columns: 190px minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 24px !important;
  min-height: 92px !important;
}

body .top_panel_default .sc_layouts_column_align_left {
  position: static !important;
  transform: none !important;
  grid-column: 1 !important;
  display: flex !important;
  align-items: center !important;
  width: 190px !important;
  min-width: 190px !important;
  z-index: 3 !important;
}

body .top_panel_default .sc_layouts_column_align_left .sc_layouts_logo,
body .top_panel_default .sc_layouts_column_align_left .sc_layouts_logo img {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body .top_panel_default .sc_layouts_column_align_left .sc_layouts_logo img {
  width: 168px !important;
  max-width: 168px !important;
  max-height: 40px !important;
  object-fit: contain !important;
}

body .top_panel_default .sc_layouts_column_align_right {
  grid-column: 2 / 4 !important;
  min-height: 92px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 28px !important;
  width: auto !important;
}

body .top_panel_default .menu_main_nav_area {
  flex: 0 1 auto !important;
}

body .top_panel_default .menu_main_nav {
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 0 !important;
  white-space: nowrap !important;
}

body .top_panel_default .menu_main_nav > li {
  display: inline-flex !important;
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}

body .top_panel_default .menu_main_nav > li > a {
  padding-left: 13px !important;
  padding-right: 13px !important;
}

.bodi-header-icons {
  position: static !important;
  transform: none !important;
  right: auto !important;
  top: auto !important;
  display: inline-flex !important;
  flex: 0 0 auto !important;
}

body.woocommerce-shop .page_content_wrap {
  padding-top: 34px !important;
}

body.woocommerce-shop ul.products {
  margin-top: -390px !important;
  margin-bottom: -360px !important;
  top: -390px !important;
}

body.woocommerce-shop ul.products li.product .post_featured {
  background: #f7f4ef !important;
}

body.woocommerce-shop ul.products li.product .post_featured img,
body.woocommerce-shop ul.products li.product img {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 1 / 1.22 !important;
  object-fit: cover !important;
  display: block !important;
}

body.woocommerce-shop ul.products li.product.post-86 .post_featured {
  background: #f7f4ef !important;
}

body.woocommerce-shop ul.products li.product.post-86 .post_featured::before {
  content: none !important;
  display: none !important;
}

body.woocommerce-shop ul.products li.product.post-86 .post_featured > a {
  position: static !important;
  inset: auto !important;
  display: block !important;
}

.bodi-product-hover-actions {
  width: min(92%, 238px);
  justify-content: center;
}

.bodi-product-hover-actions a {
  min-width: 108px;
}

.footer_wrap .widget:first-child .widget_title,
.footer_logo_wrap .logo_footer_text a {
  filter: invert(1) brightness(2.8) contrast(1.15);
  opacity: 0.98;
}

.bodi-woopy-posts article:nth-child(1) .bodi-woopy-posts__image {
  background: url("/wp-content/uploads/2026/07/bodivolve-life-7-1009x1024.jpeg") center / cover no-repeat #f7f4ef;
}

.bodi-woopy-posts article:nth-child(2) .bodi-woopy-posts__image {
  background: url("/wp-content/uploads/2026/07/bodivolve-life-1.jpeg") center / cover no-repeat #f7f4ef;
}

.bodi-woopy-posts article:nth-child(3) .bodi-woopy-posts__image {
  background: url("/wp-content/uploads/2026/07/bodivolve-life-10-767x1024.jpeg") center / cover no-repeat #f7f4ef;
}

@media (max-width: 1024px) {
  body .top_panel_default .top_panel_navi .content_wrap {
    grid-template-columns: 160px 1fr !important;
  }

  body .top_panel_default .sc_layouts_column_align_left {
    width: 160px !important;
    min-width: 160px !important;
  }

  body .top_panel_default .sc_layouts_column_align_left .sc_layouts_logo img {
    width: 148px !important;
    max-width: 148px !important;
  }

  body .top_panel_default .sc_layouts_column_align_right {
    grid-column: 2 !important;
  }

  body.woocommerce-shop ul.products {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    top: 0 !important;
  }
}

/* Header final: theme-compatible single row. */
body .top_panel_default .top_panel_navi .content_wrap {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 32px !important;
  min-height: 92px !important;
}

body .top_panel_default .sc_layouts_column_align_left {
  flex: 0 0 180px !important;
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
}

body .top_panel_default .sc_layouts_column_align_right {
  flex: 1 1 auto !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 28px !important;
}

body .top_panel_default .menu_main_nav {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-end !important;
  flex-wrap: nowrap !important;
  gap: 0 !important;
}

body .top_panel_default .menu_main_nav_area {
  width: auto !important;
  max-width: none !important;
  flex: 0 0 auto !important;
}

body .top_panel_default .sc_layouts_column_align_right {
  flex-wrap: nowrap !important;
}

body .top_panel_default .top_panel_navi {
  position: relative !important;
  min-height: 92px !important;
}

body .top_panel_default .top_panel_navi .content_wrap {
  position: relative !important;
}

body .top_panel_default .sc_layouts_column_align_right {
  position: absolute !important;
  right: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  min-height: 0 !important;
  width: calc(100% - 300px) !important;
  z-index: 4 !important;
}

body .top_panel_default .sc_layouts_column_align_right .sc_layouts_item {
  flex: 0 0 auto !important;
  display: flex !important;
  align-items: center !important;
  gap: 46px !important;
}

body .top_panel_default .menu_main_nav > li {
  display: inline-flex !important;
  float: none !important;
}

body.woocommerce-shop ul.products li.product.post-86 .post_featured > a,
body.woocommerce-shop ul.products li.product.post-86 .post_featured > a img {
  position: static !important;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body.woocommerce-shop ul.products li.product.post-86 .post_featured img {
  content: url("/wp-content/uploads/2026/07/bodivolve-leg-noche-scaled-600x775.jpeg");
}

/* Demo-grade header + functional header overlays. */
body .top_panel_default .top_panel_navi {
  min-height: 150px !important;
  border-bottom: 1px solid #ededed !important;
}

body .top_panel_default .top_panel_navi .content_wrap {
  width: min(100% - 112px, 1728px) !important;
  max-width: 1728px !important;
  min-height: 120px !important;
  margin: 0 auto !important;
}

body .top_panel_default .sc_layouts_column_align_left {
  flex: 0 0 245px !important;
  width: 245px !important;
  min-width: 245px !important;
  max-width: 245px !important;
}

body .top_panel_default .sc_layouts_column_align_left .sc_layouts_logo img {
  width: 220px !important;
  max-width: 220px !important;
  max-height: 58px !important;
}

body .top_panel_default .sc_layouts_column_align_right {
  gap: 48px !important;
}

body .top_panel_default .menu_main_nav > li > a {
  padding: 0 20px !important;
  font-size: 20px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
}

.bodi-header-icons {
  gap: 32px !important;
  align-items: center !important;
  margin-left: 10px !important;
}

.bodi-header-icon {
  width: 34px !important;
  height: 34px !important;
  padding: 0 !important;
  color: #050505 !important;
  transition: color 180ms ease, transform 180ms ease !important;
}

.bodi-header-icon:hover {
  color: #9b210e !important;
  transform: translateY(-1px) !important;
}

.bodi-header-icon svg {
  width: 34px !important;
  height: 34px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.9 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.bodi-header-icon--grid svg {
  fill: currentColor !important;
  stroke: none !important;
}

.bodi-header-icon span {
  right: -8px !important;
  top: -7px !important;
  width: 22px !important;
  height: 22px !important;
  background: #9b210e !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

.bodi-search-modal[hidden],
.bodi-drawer[hidden] {
  display: none !important;
}

.bodi-search-modal,
.bodi-drawer {
  position: fixed;
  inset: 0;
  z-index: 999999;
}

.bodi-search-modal__backdrop,
.bodi-drawer__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 8, 8, 0.62);
  backdrop-filter: blur(3px);
}

.bodi-search-modal__box {
  position: absolute;
  left: 50%;
  top: 44%;
  width: min(820px, calc(100vw - 44px));
  padding: 56px;
  transform: translate(-50%, -50%);
  background: #fff;
  box-shadow: 0 28px 80px rgba(0,0,0,0.22);
}

.bodi-search-modal__box label {
  display: block;
  margin-bottom: 20px;
  color: #111;
  font-family: Outfit, sans-serif;
  font-size: clamp(36px, 5vw, 72px);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.055em;
}

.bodi-search-modal__box div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px;
  gap: 12px;
}

.bodi-search-modal__box input {
  height: 62px;
  border: 1px solid #dedbd5;
  padding: 0 22px;
  font-size: 18px;
}

.bodi-search-modal__box button[type="submit"],
.bodi-drawer__cta {
  min-height: 62px;
  border: 0;
  background: #9b210e;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.bodi-search-modal__close,
.bodi-drawer__close {
  position: absolute;
  right: 22px;
  top: 18px;
  border: 0;
  background: transparent;
  color: #111;
  font-size: 42px;
  line-height: 1;
  cursor: pointer;
}

.bodi-drawer__panel {
  position: absolute;
  right: 0;
  top: 0;
  width: min(440px, 100vw);
  height: 100%;
  padding: 54px 46px;
  background: #fff;
  box-shadow: -30px 0 80px rgba(0,0,0,0.2);
  overflow-y: auto;
}

.bodi-drawer__logo img {
  width: 210px;
  max-width: 100%;
  height: auto;
}

.bodi-drawer__panel p {
  margin: 30px 0;
  color: #777;
  font-size: 18px;
  line-height: 1.65;
}

.bodi-drawer__nav .menu_main_nav {
  display: grid !important;
  gap: 0 !important;
}

.bodi-drawer__nav .menu_main_nav > li {
  display: block !important;
  border-bottom: 1px solid #eee;
}

.bodi-drawer__nav .menu_main_nav > li > a {
  display: block !important;
  padding: 16px 0 !important;
  color: #111 !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

.bodi-drawer__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0 22px;
}

.bodi-drawer__links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.bodi-drawer__links a {
  color: #9b210e;
  font-weight: 800;
  text-decoration: none;
}

body.bodi-search-open,
body.bodi-drawer-open {
  overflow: hidden;
}

@media (max-width: 1180px) {
  body .top_panel_default .top_panel_navi,
  body .top_panel_default .top_panel_navi .content_wrap {
    min-height: 110px !important;
  }

  body .top_panel_default .top_panel_navi .content_wrap {
    width: min(100% - 40px, 100%) !important;
  }

  body .top_panel_default .menu_main_nav > li > a {
    padding: 0 8px !important;
    font-size: 14px !important;
  }

  .bodi-header-icons {
    gap: 16px !important;
  }

  .bodi-header-icon,
  .bodi-header-icon svg {
    width: 28px !important;
    height: 28px !important;
  }
}

@media (min-width: 1181px) and (max-width: 1500px) {
  body .top_panel_default .top_panel_navi .content_wrap {
    width: min(100% - 72px, 1400px) !important;
  }

  body .top_panel_default .sc_layouts_column_align_left {
    flex-basis: 210px !important;
    width: 210px !important;
    min-width: 210px !important;
    max-width: 210px !important;
  }

  body .top_panel_default .sc_layouts_column_align_left .sc_layouts_logo img {
    width: 184px !important;
    max-width: 184px !important;
  }

  body .top_panel_default .sc_layouts_column_align_right {
    width: calc(100% - 240px) !important;
    gap: 26px !important;
  }

  body .top_panel_default .sc_layouts_column_align_right .sc_layouts_item {
    gap: 30px !important;
  }

  body .top_panel_default .menu_main_nav > li > a {
    padding: 0 13px !important;
    font-size: 17px !important;
  }

  .bodi-header-icons {
    gap: 22px !important;
  }

  .bodi-header-icon,
  .bodi-header-icon svg {
    width: 30px !important;
    height: 30px !important;
  }
}

@media (max-width: 900px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden !important;
  }

  body .top_panel_default .top_panel_navi,
  body .top_panel_default .top_panel_navi .content_wrap {
    min-height: 86px !important;
  }

  body .top_panel_default .top_panel_navi .content_wrap {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 18px !important;
    box-sizing: border-box !important;
  }

  body .top_panel_default .sc_layouts_column_align_left {
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  body .top_panel_default .sc_layouts_column_align_left .sc_layouts_logo,
  body .top_panel_default .sc_layouts_column_align_left .sc_layouts_logo img {
    width: 150px !important;
    max-width: 150px !important;
    height: auto !important;
  }

  body .top_panel_default .sc_layouts_column_align_right {
    display: flex !important;
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    justify-content: flex-end !important;
    gap: 14px !important;
  }

  body .top_panel_default .menu_main_nav_area {
    display: none !important;
  }

  body .top_panel_default .sc_layouts_column_align_right .sc_layouts_item {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
  }

  .bodi-header-icon,
  .bodi-header-icon svg {
    width: 28px !important;
    height: 28px !important;
  }

  .bodi-cart-count {
    width: 18px !important;
    height: 18px !important;
    font-size: 10px !important;
  }

  .single-product div.product,
  .woocommerce div.product,
  .woocommerce-page div.product,
  body.woocommerce-shop .content_wrap {
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  .woocommerce div.product div.images,
  .woocommerce div.product div.summary {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
  }
}

@media (max-width: 480px) {
  body .top_panel_default .top_panel_navi .content_wrap {
    padding: 0 14px !important;
  }

  body .top_panel_default .sc_layouts_column_align_left .sc_layouts_logo,
  body .top_panel_default .sc_layouts_column_align_left .sc_layouts_logo img {
    width: 132px !important;
    max-width: 132px !important;
  }

  body .top_panel_default .sc_layouts_column_align_right .sc_layouts_item,
  .bodi-header-icons {
    gap: 11px !important;
  }

  .bodi-header-icon,
  .bodi-header-icon svg {
    width: 25px !important;
    height: 25px !important;
  }
}

.single-product .product_meta {
  display: none !important;
}

.bodi-option-preview {
  margin: 24px 0 22px;
  display: grid;
  gap: 20px;
}

.bodi-option-preview__group > strong {
  display: block;
  margin-bottom: 12px;
  color: #111;
  font-size: 16px;
  font-weight: 800;
}

.bodi-option-preview__sizes,
.bodi-option-preview__colors {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.bodi-option-preview__sizes span {
  min-width: 74px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cfcfcf;
  color: #111;
  font-size: 16px;
  font-weight: 700;
}

.bodi-option-preview__colors span {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #111;
  font-size: 16px;
  font-weight: 700;
}

.bodi-option-preview__colors i {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

/* Final responsive shop/header pass. Keep Woopy native mobile menu; do not add a second drawer. */
.bodi-drawer,
.bodi-header-icon--grid {
  display: none !important;
}

body.woocommerce-shop .page_content_wrap {
  padding-top: 0 !important;
}

body.woocommerce-shop .content_wrap {
  width: min(100% - 48px, 1220px) !important;
  max-width: 1220px !important;
}

body.woocommerce-shop .woocommerce-result-count,
body.woocommerce-shop .woocommerce-ordering,
body.woocommerce-shop ul.products,
body.woocommerce-shop .bodi-shop-filter {
  float: none !important;
  position: static !important;
  top: auto !important;
  width: auto !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

body.woocommerce-shop .bodi-shop-filter {
  margin: 0 auto 44px !important;
  padding: 28px 30px 30px;
  border: 1px solid #ece7df;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 18px 50px rgba(17, 17, 17, 0.06);
}

.bodi-shop-filter__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid #eee9e2;
}

.bodi-shop-filter__bar strong {
  color: #111;
  font-size: 18px;
  font-weight: 800;
}

.bodi-shop-filter__clear {
  margin: 0 !important;
  color: #9b210e !important;
  font-size: 14px;
  font-weight: 800;
}

.bodi-shop-filter__grid {
  display: grid;
  grid-template-columns: 1.15fr 1.35fr 1fr;
  gap: 30px;
  align-items: start;
}

.bodi-shop-filter__group h3 {
  margin: 0 0 13px !important;
  padding: 0 !important;
  color: #111;
  font-size: 13px !important;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.bodi-shop-filter__links,
.bodi-shop-filter__colors,
.bodi-shop-filter__sizes {
  display: flex !important;
  flex-wrap: wrap;
  gap: 10px;
}

.bodi-shop-filter__links a,
.bodi-shop-filter__sizes a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin: 0 !important;
  padding: 0 16px;
  border: 1px solid #e7e1d8;
  color: #191919 !important;
  font-size: 14px;
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
}

.bodi-shop-filter__sizes a {
  min-width: 54px;
  padding: 0 12px;
}

.bodi-shop-filter__colors a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin: 0 !important;
  padding: 0 13px 0 10px;
  border: 1px solid #e7e1d8;
  color: #191919 !important;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}

.bodi-shop-filter__colors i {
  width: 24px !important;
  height: 24px !important;
  margin-right: 8px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 50%;
}

.bodi-shop-filter a.is-active,
.bodi-shop-filter__sizes a.is-active,
.bodi-shop-filter__colors a.is-active {
  border-color: #9b210e !important;
  background: #9b210e !important;
  color: #fff !important;
}

.bodi-shop-filter__colors a.is-active i {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #9b210e !important;
}

body.woocommerce-shop .woocommerce-result-count {
  display: inline-block;
  margin: 0 0 28px !important;
  color: #6b6661;
  font-size: 15px;
}

body.woocommerce-shop .woocommerce-ordering {
  float: right !important;
  margin: -4px 0 28px !important;
}

body.woocommerce-shop .woocommerce-ordering select {
  min-width: 230px;
  height: 48px;
  padding: 0 18px;
  border: 1px solid #e7e1d8;
  background: #fff;
  color: #191919;
  font-size: 15px;
}

body.woocommerce-shop ul.products {
  clear: both;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 48px 44px !important;
  margin: 0 0 92px !important;
}

body.woocommerce-shop ul.products li.product {
  width: auto !important;
  margin: 0 !important;
}

body.woocommerce-shop ul.products li.product .post_featured,
body.woocommerce-shop ul.products li.product .woocommerce-loop-product__link img,
body.woocommerce-shop ul.products li.product img {
  width: 100% !important;
  aspect-ratio: 0.82 !important;
  object-fit: cover !important;
}

body.woocommerce-shop ul.products li.product .post_data,
body.woocommerce-shop ul.products li.product .post_header,
body.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
body.woocommerce-shop ul.products li.product .price,
body.woocommerce-shop ul.products li.product .tinvwl_add_to_wishlist_button {
  text-align: left !important;
}

@media (max-width: 1180px) {
  body .top_panel_default .menu_main_nav_area {
    display: none !important;
  }

  body .top_panel_default .sc_layouts_menu_mobile_button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  body .top_panel_default .sc_layouts_menu_mobile_button .sc_layouts_item_icon,
  body .top_panel_default .sc_layouts_menu_mobile_button a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 34px !important;
    height: 34px !important;
    color: #111 !important;
  }
}

@media (max-width: 767px) {
  body .top_panel_default .top_panel_navi,
  body .top_panel_default .top_panel_navi .content_wrap {
    min-height: 78px !important;
  }

  body .top_panel_default .top_panel_navi .content_wrap {
    width: 100% !important;
    padding: 0 22px !important;
  }

  body .top_panel_default .sc_layouts_column_align_left .sc_layouts_logo,
  body .top_panel_default .sc_layouts_column_align_left .sc_layouts_logo img {
    width: 126px !important;
    max-width: 126px !important;
  }

  body .top_panel_default .sc_layouts_column_align_right {
    gap: 10px !important;
  }

  body .top_panel_default .sc_layouts_column_align_right .sc_layouts_item {
    gap: 10px !important;
  }

  .bodi-header-icons {
    gap: 10px !important;
  }

  .bodi-header-icon,
  .bodi-header-icon svg,
  body .top_panel_default .sc_layouts_menu_mobile_button .sc_layouts_item_icon,
  body .top_panel_default .sc_layouts_menu_mobile_button a {
    width: 28px !important;
    height: 28px !important;
  }

  body.woocommerce-shop .content_wrap {
    width: min(100% - 40px, 460px) !important;
  }

  body.woocommerce-shop .bodi-shop-filter {
    margin-bottom: 30px !important;
    padding: 22px 18px 24px;
  }

  .bodi-shop-filter__bar {
    margin-bottom: 18px;
    padding-bottom: 14px;
  }

  .bodi-shop-filter__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .bodi-shop-filter__links a,
  .bodi-shop-filter__colors a,
  .bodi-shop-filter__sizes a {
    min-height: 40px;
    font-size: 13px;
  }

  .bodi-shop-filter__colors a {
    flex: 1 1 calc(50% - 10px);
    justify-content: flex-start;
  }

  .bodi-shop-filter__sizes a {
    min-width: 52px;
  }

  body.woocommerce-shop .woocommerce-result-count,
  body.woocommerce-shop .woocommerce-ordering {
    display: block;
    float: none !important;
    width: 100% !important;
    margin: 0 0 16px !important;
  }

  body.woocommerce-shop .woocommerce-ordering select {
    width: 100%;
  }

  body.woocommerce-shop ul.products {
    grid-template-columns: 1fr !important;
    gap: 42px !important;
    margin-bottom: 70px !important;
  }

  body.woocommerce-shop ul.products li.product .post_featured,
  body.woocommerce-shop ul.products li.product .woocommerce-loop-product__link img,
  body.woocommerce-shop ul.products li.product img {
    aspect-ratio: 0.78 !important;
  }
}
