:root {
  --color-text: #1a1a1a;
  --color-bg: #ffffff;
  --color-muted: #6b7280;
  --color-border: #e5e7eb;
  --color-primary: #1a1a1a;
  --color-secondary: #6b7280;
  --color-accent: #111827;
  --color-bg-dark: #0f1115;
  --color-text-dark: #f5f5f5;
  --color-muted-dark: #9ca3af;
  --color-border-dark: #2a2f3a;
  --color-primary-dark: #ffffff;
  --color-secondary-dark: #9ca3af;
  --color-accent-dark: #e5e7eb;
  --color-module-bg-alt: #f5f5f5;
  --color-module-bg-alt-dark: #151a22;
  --color-focus: var(--color-accent);
  --module-bg-alt: var(--color-module-bg-alt);
  --font-family-base: "Montserrat", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --font-family-body: "Inter", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --font-family-secondary: var(--font-family-body);
  --module-radius: 0px;
  --radius: var(--module-radius);
  --logo-h-desktop: 48px;
  --logo-h-mobile: 40px;
  --logo-wordmark-block: 14px;
  --header-width-desktop: 1200px;
  --header-width-mobile: 92%;
  --content-width-desktop: 1200px;
  --content-width-mobile: 92%;
  --footer-width-desktop: 1200px;
  --footer-width-mobile: 92%;
  --header-height: calc(var(--logo-h-mobile) + var(--logo-wordmark-block) + 2rem);
  --transition: 0.25s ease;
  font-family: var(--font-family-base);
}

.bunnyshop-brand-index {
  background: #ffffff;
  color: #111827;
}

.bunnyshop-brand-index__inner {
  width: var(--content-width-desktop);
  max-width: 100%;
  margin: 0 auto;
}

.bunnyshop-brand-index__hero {
  padding: 16px 0 0;
  background: #ffffff;
}

.bunnyshop-brand-index__hero .bunnyshop-brand-index__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 18px;
  padding: 20px 28px 22px;
  border-radius: 16px;
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.86) 0%, rgba(17, 17, 17, 0.76) 56%, rgba(17, 17, 17, 0.92) 100%),
    url("/wp-content/uploads/2026/05/home-promos/bmx-freestyle-home-promo.webp") center / cover no-repeat;
  color: #ffffff;
}

.bunnyshop-brand-index__eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 8px;
  padding: 3px 9px;
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: 999px;
  color: #ffffff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.bunnyshop-brand-index__title {
  margin: 0;
  max-width: 760px;
  color: #ffffff;
  font-size: clamp(1.9rem, 2.7vw, 2.9rem);
  line-height: 1.02;
  letter-spacing: 0;
  text-transform: none;
}

.bunnyshop-brand-index__lead {
  max-width: 680px;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.95rem;
  line-height: 1.5;
}

.bunnyshop-brand-index__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 11px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 800;
  white-space: nowrap;
}

.bunnyshop-brand-index__content {
  padding: 28px 0 72px;
}

.bunnyshop-brand-index__letters {
  position: sticky;
  top: var(--header-sticky-offset, 0);
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 12px 0 20px;
  background: #ffffff;
}

.bunnyshop-brand-index__letters a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  color: #111827;
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.bunnyshop-brand-index__letters a:hover,
.bunnyshop-brand-index__letters a:focus-visible {
  border-color: #111827;
  background: #111827;
  color: #ffffff;
}

.bunnyshop-brand-index__groups {
  display: grid;
  gap: 34px;
}

.bunnyshop-brand-index__group {
  scroll-margin-top: 110px;
}

.bunnyshop-brand-index__letter {
  margin: 0 0 14px;
  color: #111827;
  font-size: 1.4rem;
  line-height: 1;
}

.bunnyshop-brand-index__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bunnyshop-brand-index__card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 56px;
  padding: 12px 14px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #ffffff;
  color: #111827;
  text-decoration: none;
  transition: border-color 160ms ease, background-color 160ms ease;
}

.bunnyshop-brand-index__card:hover,
.bunnyshop-brand-index__card:focus-visible {
  border-color: #111827;
  background: #f8fafc;
}

.bunnyshop-brand-index__mark {
  display: none;
}

.bunnyshop-brand-index__name {
  min-width: 0;
  overflow: hidden;
  color: #111827;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.18;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bunnyshop-brand-index__products {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #374151;
  font-size: 0.76rem;
  font-weight: 700;
  white-space: nowrap;
}

.bunnyshop-brand-index__empty {
  margin: 0;
  color: #374151;
  font-weight: 700;
}

@media (max-width: 1080px) {
  .bunnyshop-brand-index__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .bunnyshop-brand-index__inner {
    width: var(--content-width-mobile);
  }

  .bunnyshop-brand-index__hero {
    padding: 12px 0 0;
  }

  .bunnyshop-brand-index__hero .bunnyshop-brand-index__inner {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 16px 16px;
    border-radius: 14px;
  }

  .bunnyshop-brand-index__title {
    font-size: 1.7rem;
  }

  .bunnyshop-brand-index__count {
    justify-self: start;
  }

  .bunnyshop-brand-index__content {
    padding-top: 18px;
    padding-bottom: 48px;
  }

  .bunnyshop-brand-index__letters {
    gap: 5px;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 14px;
    scrollbar-width: none;
  }

  .bunnyshop-brand-index__letters::-webkit-scrollbar {
    display: none;
  }

  .bunnyshop-brand-index__letters a {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
  }

  .bunnyshop-brand-index__grid {
    grid-template-columns: 1fr;
  }

  .bunnyshop-brand-index__card {
    grid-template-columns: minmax(0, 1fr);
  }

  .bunnyshop-brand-index__products {
    justify-self: start;
  }
}

.theme-dark {
  --color-bg: var(--color-primary);
  --color-text: var(--color-text-dark);
  --color-muted: var(--color-muted-dark);
  --color-border: var(--color-border-dark);
  --color-primary: var(--color-primary-dark);
  --color-secondary: var(--color-secondary-dark);
  --color-accent: var(--color-accent-dark);
  --module-bg-alt: var(--color-module-bg-alt-dark);
  --color-focus: var(--color-accent-dark);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: var(--font-family-body);
  font-weight: 300;
  color: var(--color-text);
  background: var(--color-bg);
  line-height: 1.6;
  transition: background-color 0.2s ease, color 0.2s ease;
}

p,
li,
dt,
dd,
td,
th,
label,
input,
textarea,
select,
blockquote,
.module-text__body,
.entry-content,
.page-content,
.term-description,
.woocommerce-products-header__description,
.product-brand,
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
.price-prefix,
.bunnyshop-price-tax-note,
.bunnyshop-loop-delivery-time,
.woocommerce-product-details__short-description {
  font-family: var(--font-family-body);
}

html,
body {
  max-width: 100%;
  overflow-x: clip;
}

@supports not (overflow: clip) {
  html,
  body {
    overflow-x: hidden;
  }
}

a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  text-decoration: underline;
  color: var(--color-accent);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  opacity: 0.95;
  position: relative;
  z-index: 1;
}

.site-container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.site-header .site-container,
#content .site-container,
.site-footer .site-container {
  width: var(--content-width-desktop);
  max-width: 100%;
  margin: 0 auto;
}

.site-header .site-container {
  width: var(--header-width-desktop);
}

.site-footer .site-container {
  width: var(--footer-width-desktop);
}

.site-header {
  position: relative;
  background: var(--color-bg);
  border-bottom: 1px solid var(--color-border);
  z-index: 10;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  will-change: background-color, border-color;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  gap: 1rem;
}

.site-header__actions {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  order: 3;
}

.site-header__language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: inherit;
}

.site-header__language-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 34px;
  padding: 0 0.9rem;
  border: 1px solid currentColor;
  border-radius: 999px;
  color: #111827;
  background: transparent;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  opacity: 1;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.site-header__language-link:hover,
.site-header__language-link:focus-visible {
  text-decoration: none;
  border-color: currentColor;
  background: transparent;
  opacity: 1;
}

.site-header__language-link.is-active {
  background: transparent;
  border-color: currentColor;
  color: inherit;
  opacity: 1;
}

.site-header__search,
.site-header__cart {
  border: 0;
  background: transparent;
  padding: 0;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: var(--color-text);
  cursor: pointer;
}

.site-header__search-icon {
  width: 26px;
  height: 26px;
  display: block;
  opacity: 0.95;
  position: relative;
  z-index: 1;
}

.site-header__cart-icon {
  width: 28px;
  height: 28px;
  display: block;
  opacity: 0.95;
  position: relative;
  z-index: 1;
}

.site-header__search-icon path,
.site-header__cart-icon path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-linecap: round;
}

.site-header__search-icon path {
  stroke-width: 10px;
}

.site-header__cart-icon path {
  stroke-width: 12px;
}

.site-header__cart-count {
  position: absolute;
  inset: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 400;
  color: var(--color-text);
  font-family: var(--font-family-base);
  pointer-events: none;
  margin-top:6px;
}

.site-logo {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--color-text);
}

.site-branding {
  display: inline-flex;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
  width: max-content;
  max-width: 100%;
  min-height: calc(var(--logo-h-desktop) + var(--logo-wordmark-block));
  padding-bottom: var(--logo-wordmark-block);
}

.custom-logo-link {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

.site-branding__wordmark {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  gap: 0;
  overflow: hidden;
  color: currentColor;
  font-family: var(--font-family-base);
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.68em;
  white-space: nowrap;
  pointer-events: none;
}

.site-branding__wordmark-letter {
  display: block;
  flex: 0 0 auto;
  min-width: 0;
  letter-spacing: 0;
}

.site-logo img,
.site-logo svg,
.custom-logo-link img,
.custom-logo-link svg,
.style-svg {
  height: var(--logo-h-desktop);
  max-height: var(--logo-h-desktop);
  width: auto;
  display: block;
  opacity: 0.95;
  position: relative;
  z-index: 1;
}

.theme-dark .custom-logo-link svg,
.theme-dark .custom-logo-link .style-svg,
.theme-dark .site-logo svg {
  color: var(--color-text);
}

.theme-dark .custom-logo-link svg path,
.theme-dark .custom-logo-link svg rect,
.theme-dark .custom-logo-link svg circle,
.theme-dark .custom-logo-link svg polygon,
.theme-dark .custom-logo-link svg line,
.theme-dark .site-logo svg path,
.theme-dark .site-logo svg rect,
.theme-dark .site-logo svg circle,
.theme-dark .site-logo svg polygon,
.theme-dark .site-logo svg line {
  fill: currentColor;
  stroke: none;
}

.theme-dark .custom-logo-link svg path:last-child,
.theme-dark .site-logo svg path:last-child {
  fill: var(--color-accent);
}

.site-nav .primary-menu {
  list-style: none;
  display: flex;
  gap: 0.6rem;
  margin: 0;
  padding: 0;
}

.site-nav {
  order: 2;
  margin-left: 0;
  flex: 1;
  display: none;
  justify-content: center;
}

.site-header__search-panel {
  order: 2;
  flex: 1;
  display: none;
  align-items: center;
  justify-content: center;
  position: relative;
}

.site-header--search-open .site-nav {
  display: none;
}

.site-header--search-open .site-header__search-panel {
  display: flex;
}

.site-header__search-form {
  width: 100%;
  max-width: 760px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px;
  border: 1px solid #d7dde7;
  border-radius: 999px;
  background: #f7f9fc;
}

.site-header__search-input {
  width: 100%;
  min-width: 0;
  border: 0;
  border-radius: 999px;
  padding: 10px 14px;
  background: #fff;
  color: #1a1a1a;
  font-family: var(--font-family-base);
  font-size: 0.92rem;
  line-height: 1.2;
}

.site-header__search-input::placeholder {
  color: #6b7280;
}

.site-header__search-input:focus {
  outline: none;
}

.site-header__search-submit {
  border: 0;
  border-radius: 999px;
  padding: 10px 18px;
  background: var(--color-primary);
  color: #fff;
  font-family: var(--font-family-base);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
}

.site-header__search-suggestions {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  width: min(760px, 100%);
  max-height: 360px;
  overflow: auto;
  background: #fff;
  border: 1px solid #d7dde7;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.12);
  z-index: 40;
}

.site-header__search-suggestion {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 14px;
  color: #1a1a1a;
  text-decoration: none;
  border-bottom: 1px solid #eef2f7;
}

.site-header__search-suggestion:last-child {
  border-bottom: 0;
}

.site-header__search-suggestion:hover,
.site-header__search-suggestion.is-active {
  background: #f7f9fc;
  text-decoration: none;
}

.site-header__search-suggestion-main {
  min-width: 0;
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
}

.site-header__search-suggestion-type {
  font-size: 0.67rem;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6b7280;
}

.site-header__search-suggestion-label {
  font-size: 0.88rem;
  line-height: 1.2;
  color: #1a1a1a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.site-header__search-suggestion-meta {
  font-size: 0.72rem;
  line-height: 1.2;
  color: #6b7280;
  white-space: nowrap;
}

.site-header__search-suggestion-meta--count {
  min-width: 28px;
  height: 28px;
  padding: 0 8px;
  border-radius: 999px;
  background: #eceff4;
  color: #4b5563;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  line-height: 1;
  font-weight: 500;
}

.site-header__search-loading {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 12px 14px;
  color: #1a1a1a;
}

.site-header__search-loading-spinner {
  width: 16px;
  height: 16px;
  border: 2px solid #d1d5db;
  border-top-color: #111827;
  border-radius: 50%;
  animation: bunnyshop-search-spin 0.75s linear infinite;
}

.site-header__search-loading-label {
  font-size: 0.82rem;
  color: #4b5563;
}

@keyframes bunnyshop-search-spin {
  to {
    transform: rotate(360deg);
  }
}

.site-nav .primary-menu a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.6rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 500;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  text-decoration: none;
  transition: border-color 0.2s ease, color 0.2s ease;
  color: var(--color-text);
}

.site-nav .primary-menu a:hover,
.site-nav .primary-menu a:focus-visible {
  text-decoration: none;
  background: transparent;
  border-color: currentColor;
}

.site-nav .primary-menu .bunnyshop-menu-current > a {
  text-decoration: none;
  background: transparent;
  border-color: currentColor;
}
.site-nav .primary-menu a[href*="/ofertas"],
.site-nav .primary-menu a[href*="ofertas"] {
  display: none;
}

.menu-toggle {
  border: 0;
  background: transparent;
  padding: 0;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 44px;
  height: 44px;
  color: var(--color-text);
  transition: color 0.2s ease;
}

.theme-toggle {
  border: 0;
  background: transparent;
  color: var(--color-text);
  width: 32px;
  height: 32px;
  padding: 0;
  border-radius: var(--radius);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.theme-toggle svg {
  width: 20px;
  height: 20px;
  display: block;
  opacity: 0.95;
  position: relative;
  z-index: 1;
}

.theme-toggle__icon--bulb {
  display: none;
}

.theme-dark .theme-toggle__icon--moon {
  display: none;
}

.theme-dark .theme-toggle__icon--bulb {
  display: inline-flex;
}

.menu-toggle__icon {
  display: inline-flex;
  position: relative;
  width: 32px;
  height: 24px;
}

.menu-toggle__icon--close {
  display: none;
}

.menu-toggle__lines,
.menu-toggle__close {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  opacity: 0.95;
  position: relative;
  z-index: 1;
  width: 32px;
  height: 24px;
}

.menu-toggle__lines {
  height: 2px;
  background: currentColor;
  transition: background-color 0.2s ease;
}

.menu-toggle__lines::before,
.menu-toggle__lines::after {
  content: "";
  position: absolute;
  left: 0;
  width: 32px;
  height: 2px;
  background: currentColor;
  transition: transform 0.2s ease, top 0.2s ease;
}

.menu-toggle__lines::before {
  top: -8px;
}

.menu-toggle__lines::after {
  top: 8px;
}

.menu-toggle__close::before,
.menu-toggle__close::after {
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
  width: 32px;
  height: 2px;
  background: currentColor;
}

.menu-toggle__close::before {
  transform: rotate(45deg);
}

.menu-toggle__close::after {
  transform: rotate(-45deg);
}

.offcanvas {
  position: fixed;
  top: var(--bunnyshop-offcanvas-top, var(--header-height));
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: var(--color-bg);
  color: var(--color-text);
  clip-path: inset(0 0 0 100%);
  transition: clip-path 0.6s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.2s ease;
  z-index: 9;
  will-change: clip-path;
}

.offcanvas__inner {
  height: 100%;
  padding: 1.35rem 24px 2rem;
  overflow-y: auto;
}

.offcanvas__nav {
  display: grid;
  gap: 2.1rem;
}

.offcanvas__section-title {
  margin: 0 0 0.72rem;
  color: #7b8494;
  font-family: "FF Good Pro", var(--font-family-base);
  font-size: 0.68rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.offcanvas__section-title,
.offcanvas__nav .offcanvas-menu > li {
  opacity: 0;
  transform: translateY(10px);
}

.offcanvas__nav .offcanvas-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.52rem;
}

.offcanvas-open .offcanvas__section-title,
.offcanvas-open .offcanvas__nav .offcanvas-menu > li {
  animation: bunnyshopOffcanvasItemIn 0.45s ease both;
  animation-delay: calc(0.12s + var(--menu-index, 0) * 0.06s);
}

@keyframes bunnyshopOffcanvasItemIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.offcanvas__section:not(.offcanvas__section--brand):not(.offcanvas__section--social) > .offcanvas__section-title { --menu-index: 0; }
.offcanvas__section:not(.offcanvas__section--brand) .offcanvas-menu > li:nth-child(1) { --menu-index: 1; }
.offcanvas__section:not(.offcanvas__section--brand) .offcanvas-menu > li:nth-child(2) { --menu-index: 2; }
.offcanvas__section:not(.offcanvas__section--brand) .offcanvas-menu > li:nth-child(3) { --menu-index: 3; }
.offcanvas__section:not(.offcanvas__section--brand) .offcanvas-menu > li:nth-child(4) { --menu-index: 4; }
.offcanvas__section:not(.offcanvas__section--brand) .offcanvas-menu > li:nth-child(5) { --menu-index: 5; }
.offcanvas__section:not(.offcanvas__section--brand) .offcanvas-menu > li:nth-child(6) { --menu-index: 6; }
.offcanvas__section:not(.offcanvas__section--brand) .offcanvas-menu > li:nth-child(7) { --menu-index: 7; }
.offcanvas__section:not(.offcanvas__section--brand) .offcanvas-menu > li:nth-child(8) { --menu-index: 8; }
.offcanvas__section:not(.offcanvas__section--brand) .offcanvas-menu > li:nth-child(9) { --menu-index: 9; }
.offcanvas__section:not(.offcanvas__section--brand) .offcanvas-menu > li:nth-child(10) { --menu-index: 10; }
.offcanvas__section:not(.offcanvas__section--brand) .offcanvas-menu > li:nth-child(11) { --menu-index: 11; }
.offcanvas__section:not(.offcanvas__section--brand) .offcanvas-menu > li:nth-child(12) { --menu-index: 12; }
.offcanvas__section--brand > .offcanvas__section-title { --menu-index: 14; }
.offcanvas__section--brand .offcanvas-menu > li:nth-child(1) { --menu-index: 15; }
.offcanvas__section--brand .offcanvas-menu > li:nth-child(2) { --menu-index: 16; }
.offcanvas__section--brand .offcanvas-menu > li:nth-child(3) { --menu-index: 17; }
.offcanvas__section--brand .offcanvas-menu > li:nth-child(4) { --menu-index: 18; }
.offcanvas__section.offcanvas__section--social > .offcanvas__section-title { --menu-index: 19; }
.offcanvas__section--social .offcanvas__socials { --menu-index: 20; }

.offcanvas__nav a {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-family-base);
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.15;
  color: var(--color-text);
  text-decoration: none;
}

.offcanvas__nav a:hover,
.offcanvas__nav a:focus-visible {
  color: var(--color-text);
  text-decoration: none;
}

.offcanvas__section--brand .offcanvas-menu a {
  font-weight: 500;
}

.offcanvas__socials {
  display: flex;
  align-items: center;
  gap: 8px;
  opacity: 0;
  transform: translateY(10px);
}

.offcanvas__section--social > .offcanvas__section-title {
  opacity: 0;
  transform: translateY(10px);
}

.offcanvas-open .offcanvas__section--social > .offcanvas__section-title,
.offcanvas-open .offcanvas__socials {
  animation: bunnyshopOffcanvasItemIn 0.45s ease both;
  animation-delay: calc(0.12s + var(--menu-index, 0) * 0.06s);
}

.offcanvas__nav .offcanvas__social-link {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--color-text);
  line-height: 0;
  transition: transform 0.18s ease;
}

.offcanvas__nav .offcanvas__social-link:hover,
.offcanvas__nav .offcanvas__social-link:focus-visible {
  color: var(--color-text);
  transform: translateY(-1px);
}

.offcanvas__nav .offcanvas__social-link:focus-visible {
  outline: 2px solid rgba(17, 24, 39, 0.28);
  outline-offset: 3px;
}

.offcanvas__social-link img {
  width: 24px;
  height: 24px;
  display: block;
  object-fit: contain;
}

.offcanvas-open .offcanvas {
  clip-path: inset(0 0 0 0);
}

.offcanvas-open .menu-toggle__icon--open {
  display: inline-flex;
}

.offcanvas-open .menu-toggle__icon--close {
  display: none;
}

.offcanvas-open .menu-toggle__lines {
  background: transparent;
}

.offcanvas-open .menu-toggle__lines::before {
  top: 0;
  transform: rotate(45deg);
}

.offcanvas-open .menu-toggle__lines::after {
  top: 0;
  transform: rotate(-45deg);
}

.offcanvas-open {
  overflow: hidden;
}

html.offcanvas-open,
body.offcanvas-open {
  overflow: hidden;
  overscroll-behavior: none;
}

body.offcanvas-open {
  touch-action: none;
}

body.offcanvas-open .offcanvas {
  overscroll-behavior: contain;
  touch-action: pan-y;
}

@media (max-width: 980px) {
  body.offcanvas-open .site-header {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    transform: none !important;
    z-index: 10010;
  }

  body.offcanvas-open .site-content {
    margin-top: var(--bunnyshop-offcanvas-flow-offset, 0px);
  }

  body.offcanvas-open.bunnyshop-header--scrolled .site-header {
    top: -4px;
  }

  body.offcanvas-open .offcanvas {
    top: var(--bunnyshop-offcanvas-top, var(--header-height));
    bottom: 0;
    height: calc(100dvh - var(--bunnyshop-offcanvas-top, var(--header-height)));
    min-height: calc(100vh - var(--bunnyshop-offcanvas-top, var(--header-height)));
    z-index: 10000;
  }

  body.offcanvas-open.single-product div.product.bunnyshop-single-product--pdp form.cart .variations_button,
  body.offcanvas-open.single-product div.product.bunnyshop-single-product--pdp form.cart:not(.variations_form) {
    z-index: 9990;
  }
}

.hero {
  position: relative;
  overflow: hidden;
}

.hero__media img {
  width: 100%;
  height: auto;
}

.hero__content {
  padding: 2rem 0;
}

.hero__title {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 4vw, 3rem);
}

.hero__subtitle {
  margin: 0 0 1.5rem;
  color: var(--color-muted);
}

.hero__cta {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1.5rem;
  border-radius: var(--radius);
  background: var(--color-primary);
  color: var(--color-bg);
}

.site-footer {
  position: relative;
  overflow: hidden;
  margin-top: 4rem;
  padding: 0 0 2rem;
  background:
    radial-gradient(circle at top right, rgba(229, 51, 51, 0.18), transparent 26%),
    linear-gradient(180deg, #101010 0%, #050505 100%);
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.site-footer a {
  color: inherit;
}

.site-footer__panel {
  position: relative;
  overflow: visible;
  padding: 3rem 0 0;
}

.site-footer__panel::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04), transparent 18%),
    linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.02));
  pointer-events: none;
  z-index: 0;
}

.site-footer__main {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) repeat(3, minmax(0, 1fr));
  gap: 2rem;
  padding: 0 0 2rem;
}

.site-footer__brand,
.site-footer__column {
  position: relative;
  z-index: 1;
}

.site-footer__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.66);
}

.site-footer__eyebrow::before {
  content: none;
}

.site-footer__title {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 3vw, 2.85rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.site-footer__copy {
  max-width: 34rem;
  margin: 0 0 1.5rem;
  font-size: 0.98rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.7);
}

.site-footer__contact-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.site-footer__contact-pills a {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
  padding: 0.7rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 500;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.04);
  transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.site-footer__contact-pills a:hover,
.site-footer__contact-pills a:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.26);
  transform: translateY(-1px);
}

.site-footer__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}

.site-footer__social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
}

.site-footer__social svg {
  width: 1.15rem;
  height: 1.15rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-footer__social-note {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.5);
}

.site-footer__heading {
  margin: 0 0 1.1rem;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
}

.site-footer__accordion-toggle {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-transform: inherit;
  text-align: left;
  cursor: default;
}

.site-footer__accordion-icon {
  display: none;
}

.site-footer__links,
.site-footer__details {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer__links li + li,
.site-footer__details li + li {
  margin-top: 0.85rem;
}

.site-footer__links a,
.site-footer__placeholder-link {
  display: inline-flex;
  align-items: baseline;
  gap: 0.4rem;
  font-size: 0.95rem;
  line-height: 1.55;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.74);
}

.site-footer__links a:hover,
.site-footer__links a:focus-visible {
  color: #fff;
}

.site-footer__placeholder-link small {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
}

.site-footer__details li {
  display: flex;
  flex-direction: column;
  gap: 0.22rem;
}

.site-footer__details strong {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.44);
}

.site-footer__details span,
.site-footer__details a {
  font-size: 0.95rem;
  line-height: 1.6;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.78);
}

.site-footer__details a:hover,
.site-footer__details a:focus-visible {
  color: #fff;
}

.site-footer__payments {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: clamp(0.35rem, 1.4vw, 0.65rem);
  max-width: 100%;
}

.site-footer__payment {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 4.65rem;
  width: 4.65rem;
  height: 2.35rem;
  min-width: 0;
  min-height: 0;
  padding: 0.24rem 0.42rem;
  border-radius: 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #fff;
  overflow: hidden;
}

.site-footer__payment-icon {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cmplz-manage-consent.manage-consent-1 {
  display: none !important;
}

.site-footer__link-button {
  display: inline;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.68);
  font: inherit;
  text-align: left;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
}

.site-footer__link-button:hover,
.site-footer__link-button:focus-visible {
  color: #fff;
}

.footer-nav {
  position: relative;
  z-index: 1;
  padding: 1.2rem 0 0;
  margin-top: 0.6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.4rem;
}

.footer-nav a {
  font-size: 0.84rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.48);
}

.footer-nav a:hover,
.footer-nav a:focus-visible {
  color: #fff;
}

.bunnyshop-floating-contact {
  position: fixed;
  right: 24px;
  bottom: calc(24px + env(safe-area-inset-bottom, 0px));
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.bunnyshop-floating-contact__button {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  overflow: hidden;
  color: #fff;
  line-height: 0;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.bunnyshop-floating-contact__button--phone {
  background: #111827;
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.22);
}

.bunnyshop-floating-contact__button--whatsapp {
  background: #25d366;
  box-shadow: 0 12px 28px rgba(18, 140, 126, 0.28);
}

.bunnyshop-floating-contact__button:hover,
.bunnyshop-floating-contact__button:focus-visible {
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
  outline: none;
}

.bunnyshop-floating-contact__button--phone:hover,
.bunnyshop-floating-contact__button--phone:focus-visible {
  background: #202938;
  box-shadow: 0 16px 34px rgba(17, 24, 39, 0.28);
}

.bunnyshop-floating-contact__button--whatsapp:hover,
.bunnyshop-floating-contact__button--whatsapp:focus-visible {
  background: #1fbd5a;
  box-shadow: 0 16px 34px rgba(18, 140, 126, 0.34);
}

.bunnyshop-floating-contact__button:focus-visible {
  box-shadow:
    0 0 0 3px rgba(255, 255, 255, 0.96),
    0 0 0 6px rgba(17, 24, 39, 0.22),
    0 16px 34px rgba(17, 24, 39, 0.28);
}

.bunnyshop-floating-contact__icon {
  width: 28px;
  height: 28px;
  display: block;
  flex: 0 0 28px;
  fill: currentColor;
  stroke: none;
}

.bunnyshop-floating-contact__icon--phone {
  width: 25px;
  height: 25px;
  flex-basis: 25px;
}

.site-footer__bottom {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem 1.5rem;
  padding-top: 1.35rem;
}

.site-footer__bottom-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.85rem 1rem;
}

.site-footer__credit,
.site-footer__note {
  margin: 0;
  font-size: 0.83rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.46);
}

@media (max-width: 1100px) {
  .site-footer__main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .site-footer {
    margin-top: 3rem;
  }

  .site-footer__panel {
    padding-top: 2.35rem;
  }

  .site-footer__main {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.7rem;
  }

  .site-footer__column--accordion {
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.035);
    overflow: hidden;
  }

  .site-footer__column--accordion .site-footer__heading {
    margin: 0;
  }

  .site-footer__accordion-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 54px;
    padding: 0.95rem 1rem;
    color: rgba(255, 255, 255, 0.95);
    cursor: pointer;
  }

  .site-footer__accordion-toggle:hover,
  .site-footer__accordion-toggle:focus-visible {
    background: rgba(255, 255, 255, 0.055);
    color: #fff;
    outline: none;
  }

  .site-footer__accordion-icon {
    position: relative;
    display: inline-flex;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
  }

  .site-footer__accordion-icon::before,
  .site-footer__accordion-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 13px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transform: translate(-50%, -50%);
    transition: transform 0.18s ease, opacity 0.18s ease;
  }

  .site-footer__accordion-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .site-footer__accordion-toggle[aria-expanded="true"] .site-footer__accordion-icon::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(0deg);
  }

  .site-footer__accordion-panel {
    padding: 1.1rem 1rem 1.25rem;
  }

  .site-footer__column--accordion:not(.is-open) .site-footer__accordion-panel {
    display: none;
  }

  .site-footer__accordion-panel[hidden] {
    display: none;
  }

  .site-footer__title {
    font-size: 2rem;
  }

  .site-footer__contact-pills,
  .site-footer__socials {
    gap: 0.6rem;
  }

  .site-footer__payments {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: clamp(0.22rem, 1.3vw, 0.38rem);
    width: min(100%, 22rem);
  }

  .site-footer__payment {
    width: auto;
    height: clamp(1.58rem, 7vw, 2rem);
    padding: 0.16rem 0.22rem;
    border-radius: 0.42rem;
  }

  .site-footer__bottom {
    align-items: flex-start;
  }

  .site-footer__bottom-meta {
    justify-content: flex-start;
  }
}

@media (max-width: 980px) {
  .bunnyshop-floating-contact {
    right: 14px;
    bottom: var(--bunnyshop-floating-contact-bottom, calc(18px + env(safe-area-inset-bottom, 0px)));
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }

  .bunnyshop-floating-contact__button {
    width: 44px;
    height: 44px;
  }

  .bunnyshop-floating-contact__icon {
    width: 22px;
    height: 22px;
    flex-basis: 22px;
  }

  .bunnyshop-floating-contact__icon--phone {
    width: 20px;
    height: 20px;
    flex-basis: 20px;
  }

  body.woocommerce.archive,
  body.post-type-archive-product,
  body.woocommerce-shop,
  body.tax-product_cat,
  body.tax-product_tag,
  body.tax-product_brand {
    --bunnyshop-floating-contact-bottom: calc(18px + env(safe-area-inset-bottom, 0px));
  }

  body.single-product {
    --bunnyshop-floating-contact-bottom: calc(108px + env(safe-area-inset-bottom, 0px));
  }

  body.bunnyshop-mobile-filters-open .bunnyshop-floating-contact,
  body.offcanvas-open .bunnyshop-floating-contact,
  body.bunnyshop-header-search-open .bunnyshop-floating-contact,
  body.bunnyshop-footer-in-view .bunnyshop-floating-contact {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}

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

.skip-link:focus-visible {
  position: fixed;
  top: 1rem;
  left: 1rem;
  padding: 0.5rem 1rem;
  background: var(--color-bg);
  border: 2px solid var(--color-focus);
  z-index: 999;
  clip: auto;
  width: auto;
  height: auto;
}

:focus-visible {
  outline: 2px solid var(--color-focus);
  outline-offset: 2px;
}

.bunnyshop-header--sticky .site-header {
  position: sticky;
  top: -4px;
}

.bunnyshop-header--scrolled .site-header {
  position: sticky;
  background: var(--color-primary);
  border-bottom-color: transparent;
  transform: translateY(0);
}

.bunnyshop-header--scrolled {
  --header-link-color: #fff;
}

html.theme-dark body.bunnyshop-header--scrolled {
  --header-link-color: #fff;
}

html.theme-dark body.bunnyshop-header--scrolled .site-nav .primary-menu a,
html.theme-dark body.bunnyshop-header--scrolled .site-nav .primary-menu a:visited,
html.theme-dark body.bunnyshop-header--scrolled .menu-toggle,
html.theme-dark body.bunnyshop-header--scrolled .theme-toggle,
html.theme-dark body.bunnyshop-header--scrolled .site-header__language-link,
html.theme-dark body.bunnyshop-header--scrolled .site-logo,
html.theme-dark body.bunnyshop-header--scrolled .custom-logo-link,
html.theme-dark body.bunnyshop-header--scrolled .site-branding__wordmark {
  color: var(--color-primary) !important;
}

html.theme-dark body.bunnyshop-header--scrolled .custom-logo-link svg,
html.theme-dark body.bunnyshop-header--scrolled .custom-logo-link .style-svg,
html.theme-dark body.bunnyshop-header--scrolled .site-logo svg {
  color: var(--color-primary) !important;
}

html.theme-dark body.bunnyshop-header--scrolled .custom-logo-link svg path:last-child,
html.theme-dark body.bunnyshop-header--scrolled .site-logo svg path:last-child {
  fill: var(--color-accent) !important;
}

.bunnyshop-header--scrolled .site-nav .primary-menu a,
.bunnyshop-header--scrolled .site-nav .primary-menu a:visited {
  color: var(--header-link-color);
}

.bunnyshop-header--scrolled .menu-toggle,
.bunnyshop-header--scrolled .theme-toggle,
.bunnyshop-header--scrolled .site-header__language-link,
.bunnyshop-header--scrolled .site-header__search,
.bunnyshop-header--scrolled .site-header__cart,
.bunnyshop-header--scrolled .site-header__cart-count,
.bunnyshop-header--scrolled .site-logo,
.bunnyshop-header--scrolled .custom-logo-link,
.bunnyshop-header--scrolled .site-branding__wordmark {
  color: var(--header-link-color);
}

.bunnyshop-header--scrolled .custom-logo-link svg,
.bunnyshop-header--scrolled .custom-logo-link .style-svg,
.bunnyshop-header--scrolled .site-logo svg,
.bunnyshop-header--scrolled .site-header__search-icon,
.bunnyshop-header--scrolled .site-header__cart-icon {
  color: var(--header-link-color);
}

.bunnyshop-header--scrolled .custom-logo-link svg path,
.bunnyshop-header--scrolled .custom-logo-link svg rect,
.bunnyshop-header--scrolled .custom-logo-link svg circle,
.bunnyshop-header--scrolled .custom-logo-link svg polygon,
.bunnyshop-header--scrolled .custom-logo-link svg line,
.bunnyshop-header--scrolled .site-logo svg path,
.bunnyshop-header--scrolled .site-logo svg rect,
.bunnyshop-header--scrolled .site-logo svg circle,
.bunnyshop-header--scrolled .site-logo svg polygon,
.bunnyshop-header--scrolled .site-logo svg line {
  fill: currentColor;
  stroke: none;
}

.bunnyshop-header--scrolled .custom-logo-link svg path:last-child,
.bunnyshop-header--scrolled .site-logo svg path:last-child {
  fill: var(--color-accent);
}


body.home.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled),
body.front-page.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled),
html.theme-dark body.home.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled),
html.theme-dark body.front-page.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) {
  --header-link-color: #fff;
}

body:not(.home):not(.front-page).bunnyshop-header--transparent:not(.bunnyshop-header--scrolled),
html.theme-dark body:not(.home):not(.front-page).bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) {
  --header-link-color: #1a1a1a;
}

.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .site-nav .primary-menu a,
.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .site-nav .primary-menu a:visited,
.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .menu-toggle,
.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .theme-toggle,
.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .site-header__language-link,
.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .site-header__search,
.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .site-header__cart,
.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .site-header__cart-count,
.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .site-logo,
.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .custom-logo-link,
.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .site-branding__wordmark,
.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .custom-logo-link svg,
.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .custom-logo-link .style-svg,
.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .site-logo svg,
.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .site-header__search-icon,
.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .site-header__cart-icon {
  color: var(--header-link-color);
}

.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .custom-logo-link svg path,
.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .custom-logo-link svg rect,
.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .custom-logo-link svg circle,
.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .custom-logo-link svg polygon,
.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .custom-logo-link svg line,
.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .site-logo svg path,
.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .site-logo svg rect,
.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .site-logo svg circle,
.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .site-logo svg polygon,
.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .site-logo svg line {
  fill: currentColor;
  stroke: none;
}

.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .custom-logo-link svg path:last-child,
.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .site-logo svg path:last-child {
  fill: var(--color-accent);
}
.bunnyshop-header--transparent .site-header {
  position: fixed;
  top: -4px;
  left: 0;
  right: 0;
  background: transparent;
  border-bottom: 0;
  transform: translateY(0);
  transition: background-color 0.45s ease, border-color 0.45s ease, transform 0.2s ease;
}

.bunnyshop-header--transparent.bunnyshop-header--scrolled .site-header {
  background: var(--color-primary);
  border-bottom-color: transparent;
}

.bunnyshop-header--transparent .site-content {
  padding-top: 0;
}


.bunnyshop-header--transparent-offset .site-content {
  padding-top: var(--header-height);
}

@media (max-width: 768px) {
:root {
    --header-height: calc(var(--logo-h-mobile) + var(--logo-wordmark-block) + 2rem);
  }

  .site-container {
    width: 100%;
  }

  .site-header .site-container,
  #content .site-container,
  .site-footer .site-container {
    width: var(--content-width-mobile);
  }

  .site-header .site-container {
    width: var(--header-width-mobile);
  }

  .site-footer .site-container {
    width: var(--footer-width-mobile);
  }

  .site-logo img,
  .site-logo svg,
  .custom-logo-link img,
  .custom-logo-link svg,
  .style-svg {
    height: var(--logo-h-mobile);
    max-height: var(--logo-h-mobile);
    max-width: clamp(142px, 43vw, 172px);
  }

  .site-branding {
    flex: 0 1 auto;
    min-width: 0;
    min-height: calc(var(--logo-h-mobile) + var(--logo-wordmark-block));
  }

  .custom-logo-link,
  .site-logo {
    max-width: 100%;
  }

  .site-nav {
    display: none;
  }

  .site-header__search-panel {
    display: none;
    position: fixed;
    top: var(--header-height);
    left: 0;
    right: 0;
    width: 100vw;
    max-width: 100vw;
    padding: 10px 10px 0;
    background: #fff;
    border-top: 1px solid #d7dde7;
    z-index: 1200;
  }

  .site-header--search-open .site-header__search-panel {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    height: calc(100vh - var(--header-height));
    height: calc(100dvh - var(--header-height));
  }

  .site-header--search-open .site-header__search-form {
    max-width: none;
    width: 100%;
  }

  .site-header--search-open .site-header__search-suggestions {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
    max-height: none;
    height: auto;
    flex: 1 1 auto;
    margin-top: 10px;
    border: 0;
    border-top: 1px solid #e5e7eb;
    border-radius: 0;
    box-shadow: none;
    background: #fff;
    overflow-y: auto;
  }

  .site-header--search-open .site-header__search-suggestions[hidden] {
    display: block;
    visibility: hidden;
  }

  body.bunnyshop-header-search-open {
    overflow: hidden;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-header__actions {
    flex: 0 0 auto;
    order: 3;
    gap: clamp(4px, 1.4vw, 8px);
  }

  .site-header__inner {
    gap: clamp(6px, 2vw, 12px);
    min-width: 0;
  }

  .site-header__language-switcher {
    gap: 0.25rem;
  }

  .site-header__language-link {
    min-width: 40px;
    height: 30px;
    padding: 0 0.75rem;
    font-size: 0.68rem;
  }

  .site-header__search,
  .site-header__cart,
  .menu-toggle {
    width: 36px;
    height: 36px;
  }

  .site-header__search-icon {
    width: 23px;
    height: 23px;
  }

  .site-header__cart-icon {
    width: 25px;
    height: 25px;
  }

  .site-header__cart-count {
    font-size: 11px;
    margin-top: 5px;
  }

  .menu-toggle__icon,
  .menu-toggle__lines,
  .menu-toggle__close {
    width: 28px;
  }

  .menu-toggle__lines::before,
  .menu-toggle__lines::after,
  .menu-toggle__close::before,
  .menu-toggle__close::after {
    width: 28px;
  }

  .site-header__actions .theme-toggle {
    order: 1;
  }

  .site-header__actions .site-header__language-switcher {
    order: 2;
  }

  .site-header__actions .site-header__search {
    order: 3;
  }

  .site-header__actions .site-header__cart {
    order: 4;
  }

  .site-header__actions .menu-toggle {
    order: 5;
  }
}

@media (max-width: 380px) {
  .site-logo img,
  .site-logo svg,
  .custom-logo-link img,
  .custom-logo-link svg,
  .style-svg {
    max-width: clamp(128px, 40vw, 148px);
  }

  .site-header__actions {
    gap: 3px;
  }

  .site-header__language-link {
    min-width: 36px;
    height: 28px;
    padding: 0 0.55rem;
    font-size: 0.64rem;
  }

  .site-header__search,
  .site-header__cart,
  .menu-toggle {
    width: 32px;
    height: 32px;
  }

  .site-header__search-icon {
    width: 21px;
    height: 21px;
  }

  .site-header__cart-icon {
    width: 23px;
    height: 23px;
  }

  .menu-toggle__icon,
  .menu-toggle__lines,
  .menu-toggle__close {
    width: 26px;
  }

  .menu-toggle__lines::before,
  .menu-toggle__lines::after,
  .menu-toggle__close::before,
  .menu-toggle__close::after {
    width: 26px;
  }
}

@media (min-width: 769px) {
  :root {
    --header-height: calc(var(--logo-h-desktop) + var(--logo-wordmark-block) + 2rem);
  }

  .site-nav {
    display: flex;
  }

  .menu-toggle {
    display: none;
  }
}

.woocommerce table.shop_table {
  border-collapse: collapse;
  width: 100%;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  padding: 0.75rem;
  border-bottom: 1px solid var(--color-border);
}

.bunnyshop-cart-column-value {
  display: block;
  opacity: 0.95;
  position: relative;
  z-index: 1;
  text-align: right;
}

.bunnyshop-cart-column-value__amount {
  font-family: var(--font-family-base);
  font-size: 0.95rem;
  font-weight: 400;
  color: #111827;
  white-space: nowrap;
}

.wc-block-cart__main .wc-block-cart-items .bunnyshop-cart-items__header-net,
.wc-block-cart__main .wc-block-cart-items .bunnyshop-cart-items__header-tax {
  font-family: var(--font-family-base);
  font-size: 0.76rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-align: right;
  text-transform: uppercase;
  color: #111827;
  white-space: nowrap;
  width: 110px;
}

.wc-block-cart__main .wc-block-cart-items .wc-block-cart-items__header-total {
  color: #111827;
  font-weight: 700;
}

.wc-block-cart__main .wc-block-cart-items .bunnyshop-cart-item__net,
.wc-block-cart__main .wc-block-cart-items .bunnyshop-cart-item__tax {
  padding-left: 0.75rem;
  text-align: right;
  vertical-align: top;
  width: 110px;
}

.wc-block-cart__main .wc-block-cart-items .bunnyshop-cart-item__tax .bunnyshop-cart-column-value__amount {
  color: #111827;
}



.woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row {
  align-items: stretch;
}

.woocommerce-cart .wc-block-cart-item__image {
  height: 100%;
  min-height: 100%;
  display: flex;
  align-items: stretch;
}

.woocommerce-cart .wc-block-cart-item__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.woocommerce-cart .wc-block-cart-item__product .wc-block-components-product-name,
.woocommerce-cart .wc-block-cart-item__product .wc-block-components-product-name a,
.woocommerce-cart .wc-block-cart-item__product .wc-block-cart-item__wrap a {
  color: var(--color-text);
}

.woocommerce-cart .wc-block-cart-item__product .wc-block-components-product-name:hover,
.woocommerce-cart .wc-block-cart-item__product .wc-block-components-product-name a:hover,
.woocommerce-cart .wc-block-cart-item__product .wc-block-cart-item__wrap a:hover {
  color: var(--color-text);
}
.wc-block-cart__main .wc-block-cart-items .wc-block-cart-item__total .wc-block-components-product-price__value,
.wc-block-cart__main .wc-block-cart-items .wc-block-cart-item__total .wc-block-formatted-money-amount {
  color: #111827;
  font-family: var(--font-family-base);
  font-weight: 700;
}

.wc-block-cart__main .wc-block-cart-items .wc-block-cart-item__product .wc-block-components-product-badge.wc-block-components-sale-badge {
  display: none !important;
}

.woocommerce-cart .wc-block-cart__main .wc-block-cart-items .wc-block-components-product-metadata__description {
  display: none !important;
}

.woocommerce-checkout .wc-block-components-order-summary-item__description .wc-block-components-product-metadata__description,
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-metadata__description,
.woocommerce-checkout .wc-block-components-product-metadata__description {
  display: none !important;
}

.wc-block-cart__main .wc-block-cart-items .wc-block-cart-item__total .wc-block-components-product-badge.wc-block-components-sale-badge {
  display: none !important;
}

.wc-block-cart__main .wc-block-cart-items .wc-block-cart-item__total .bunnyshop-cart-sale-badge {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  margin-top: 0.45rem;
  margin-left: 8px;
  white-space: nowrap;
}

.wc-block-cart__main .wc-block-cart-items .wc-block-cart-item__total .bunnyshop-cart-sale-badge__label,
.wc-block-cart__main .wc-block-cart-items .wc-block-cart-item__total .bunnyshop-cart-sale-badge__amount {
  display: inline-block;
}

.woocommerce-cart .wc-block-cart__submit-container .wc-block-components-button,
.woocommerce-cart .wc-block-cart__submit-container .wc-block-components-button:not(.is-link),
.woocommerce-cart .wp-block-woocommerce-proceed-to-checkout .wc-block-components-button,
.woocommerce-cart .wc-block-cart__submit-container .wc-block-cart__submit-button,
.woocommerce-cart .wc-block-cart__submit-container .wp-element-button,
.woocommerce-cart .wp-block-woocommerce-proceed-to-checkout .wp-element-button,
.woocommerce-cart .wp-block-woocommerce-proceed-to-checkout a,
.woocommerce-cart .wc-block-cart__submit-container a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  padding: 0.8rem 1rem;
  border: 1px solid var(--color-primary);
  border-radius: 999px !important;
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.woocommerce-cart .wc-block-cart__submit-container .wc-block-components-button .wc-block-components-button__text,
.woocommerce-cart .wp-block-woocommerce-proceed-to-checkout .wc-block-components-button .wc-block-components-button__text {
  color: inherit;
}

.woocommerce-cart .wc-block-cart__submit-container .wc-block-components-button:hover,
.woocommerce-cart .wc-block-cart__submit-container .wc-block-components-button:focus-visible,
.woocommerce-cart .wp-block-woocommerce-proceed-to-checkout .wc-block-components-button:hover,
.woocommerce-cart .wp-block-woocommerce-proceed-to-checkout .wc-block-components-button:focus-visible {
  background: #fff;
  color: var(--color-primary);
  border-color: var(--color-primary);
  text-decoration: none;
}

.woocommerce-cart .wc-block-cart__submit-container .wc-block-components-button:disabled,
.woocommerce-cart .wc-block-cart__submit-container .wc-block-components-button[aria-disabled="true"],
.woocommerce-cart .wp-block-woocommerce-proceed-to-checkout .wc-block-components-button:disabled,
.woocommerce-cart .wp-block-woocommerce-proceed-to-checkout .wc-block-components-button[aria-disabled="true"] {
  opacity: 0.55;
  cursor: not-allowed;
}


.woocommerce-checkout .wc-block-components-sidebar.wc-block-checkout__sidebar.is-sticky,
.woocommerce-checkout .wc-block-checkout__sidebar.is-sticky {
  top: calc(var(--header-height, 0px) + var(--wp-admin--admin-bar--height, 0px) + 28px) !important;
}

.woocommerce-cart .wp-block-woocommerce-cart-order-summary-block,
.woocommerce-cart table.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block {
  border: 1px solid #e7e7e7;
  border-radius: 20px;
  padding: 1rem 1.1rem;
}

.woocommerce-cart table.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block {
  border-collapse: separate;
  border-spacing: 0;
}
.woocommerce-checkout .wc-block-components-form.wc-block-checkout__form {
  border: 1px solid #e7e7e7;
  border-radius: var(--radius);
  padding: 1rem 1.1rem;
}
.woocommerce-checkout .wc-block-checkout__actions_row.bunnyshop-checkout-source-order-hidden {
  display: none !important;
}

.woocommerce-checkout .bunnyshop-checkout-place-order-wrap {
  margin-top: 18px;
  padding-top: 0;
  border-top: 0;
}

.woocommerce-checkout .bunnyshop-checkout-place-order-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  padding: 0.8rem 1rem;
  border: 1px solid var(--color-primary);
  border-radius: var(--radius);
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.woocommerce-checkout .bunnyshop-checkout-place-order-button:hover,
.woocommerce-checkout .bunnyshop-checkout-place-order-button:focus-visible {
  background: #fff;
  color: var(--color-primary);
  border-color: var(--color-primary);
  text-decoration: none;
}

.woocommerce-checkout .bunnyshop-checkout-place-order-button:disabled,
.woocommerce-checkout .bunnyshop-checkout-place-order-button[aria-disabled="true"] {
  opacity: 0.55;
  cursor: not-allowed;
  pointer-events: none;
}

.woocommerce-checkout .bunnyshop-checkout-place-order-button:disabled:hover,
.woocommerce-checkout .bunnyshop-checkout-place-order-button:disabled:focus-visible,
.woocommerce-checkout .bunnyshop-checkout-place-order-button[aria-disabled="true"]:hover,
.woocommerce-checkout .bunnyshop-checkout-place-order-button[aria-disabled="true"]:focus-visible {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary);
}

.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
  border: 1px solid #e7e7e7;
  border-radius: 999px;
  padding: 1rem 1.1rem;
}

.woocommerce-checkout .wc-block-checkout__sidebar {
  isolation: isolate;
}

.woocommerce-checkout .wc-block-checkout__sidebar:not(.is-sticky),
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
  position: relative;
}

.woocommerce-checkout .wc-block-checkout__sidebar.bunnyshop-checkout-is-updating,
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block.bunnyshop-checkout-is-updating {
  pointer-events: none;
}

.woocommerce-checkout .wc-block-checkout__sidebar.bunnyshop-checkout-is-updating > *,
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block.bunnyshop-checkout-is-updating > * {
  opacity: 0.48;
  filter: blur(1.5px);
  transition: opacity 0.18s ease, filter 0.18s ease;
}

.woocommerce-checkout .wc-block-checkout__sidebar.bunnyshop-checkout-is-updating::before,
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block.bunnyshop-checkout-is-updating::before {
  content: "";
  position: absolute;
  inset: -8px;
  z-index: 20;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.58);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.woocommerce-checkout .wc-block-checkout__sidebar.bunnyshop-checkout-is-updating::after,
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block.bunnyshop-checkout-is-updating::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 21;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  border: 2px solid rgba(17, 24, 39, 0.18);
  border-top-color: #111827;
  border-radius: 999px;
  animation: bunnyshop-checkout-spin 0.72s linear infinite;
}

@keyframes bunnyshop-checkout-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .woocommerce-checkout .wc-block-checkout__sidebar.bunnyshop-checkout-is-updating::after,
  .woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block.bunnyshop-checkout-is-updating::after {
    animation: none;
  }
}

.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce {
  color: var(--color-text);
}

.woocommerce-cart .woocommerce table.shop_table,
.woocommerce-checkout .woocommerce table.shop_table {
  width: 100%;
  border: 1px solid #e5e7eb;
  border-radius: var(--radius);
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  background: #fff;
}

.woocommerce-cart .woocommerce table.shop_table th,
.woocommerce-cart .woocommerce table.shop_table td,
.woocommerce-checkout .woocommerce table.shop_table th,
.woocommerce-checkout .woocommerce table.shop_table td {
  padding: 1rem;
  border-top: 1px solid #edf0f4;
  color: var(--color-text);
  vertical-align: middle;
}

.woocommerce-cart .woocommerce table.shop_table thead th,
.woocommerce-checkout .woocommerce table.shop_table thead th {
  border-top: 0;
  background: #f6f7f9;
  font-family: var(--font-family-secondary);
  font-size: 0.82rem;
  font-weight: 600;
  text-transform: uppercase;
}

.woocommerce-cart .woocommerce table.shop_table a,
.woocommerce-checkout .woocommerce table.shop_table a {
  color: var(--color-text);
  text-decoration: none;
}

.woocommerce-cart .woocommerce table.shop_table a:hover,
.woocommerce-cart .woocommerce table.shop_table a:focus-visible,
.woocommerce-checkout .woocommerce table.shop_table a:hover,
.woocommerce-checkout .woocommerce table.shop_table a:focus-visible {
  color: var(--color-primary);
}

.woocommerce-cart .woocommerce-cart-form .product-thumbnail img {
  width: 84px;
  height: 84px;
  object-fit: contain;
}

.woocommerce-cart .woocommerce-cart-form .product-price,
.woocommerce-cart .woocommerce-cart-form .product-quantity,
.woocommerce-cart .woocommerce-cart-form .product-net,
.woocommerce-cart .woocommerce-cart-form .product-tax,
.woocommerce-cart .woocommerce-cart-form .product-subtotal {
  text-align: right;
  white-space: nowrap;
}

.woocommerce-cart .woocommerce-cart-form .product-net,
.woocommerce-cart .woocommerce-cart-form .product-tax {
  width: 96px;
}

.woocommerce-cart .woocommerce-cart-form .product-net .bunnyshop-cart-column-value,
.woocommerce-cart .woocommerce-cart-form .product-tax .bunnyshop-cart-column-value {
  text-align: right;
}

.woocommerce-cart .woocommerce-cart-form .product-remove a.remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid #d9dde5;
  border-radius: 999px;
  color: var(--color-text) !important;
  font-size: 1rem;
  line-height: 1;
}

.woocommerce-cart .woocommerce-cart-form .product-remove a.remove:hover,
.woocommerce-cart .woocommerce-cart-form .product-remove a.remove:focus-visible {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff !important;
}

.woocommerce-cart .cart-collaterals {
  display: flex;
  justify-content: flex-end;
  margin-top: 2rem;
}

.woocommerce-cart .cart-collaterals .cart_totals {
  width: min(100%, 520px);
}

@media (min-width: 901px) {
  .woocommerce-cart .woocommerce {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.42fr);
    gap: clamp(1.5rem, 3vw, 3rem);
    align-items: start;
  }

  .woocommerce-cart .woocommerce > .woocommerce-notices-wrapper,
  .woocommerce-cart .woocommerce > .woocommerce-message,
  .woocommerce-cart .woocommerce > .woocommerce-info,
  .woocommerce-cart .woocommerce > .woocommerce-error,
  .woocommerce-cart .woocommerce > .wc-empty-cart-message,
  .woocommerce-cart .woocommerce > .cart-empty,
  .woocommerce-cart .woocommerce > .return-to-shop {
    grid-column: 1 / -1;
  }

  .woocommerce-cart .woocommerce-cart-form {
    grid-column: 1;
    min-width: 0;
    overflow-x: auto;
  }

  .woocommerce-cart .cart-collaterals {
    grid-column: 2;
    display: block;
    align-self: start;
    margin-top: 0;
    position: sticky;
    top: calc(var(--header-height, 0px) + var(--wp-admin--admin-bar--height, 0px) + 28px);
  }

  .woocommerce-cart .cart-collaterals .cart_totals {
    width: 100%;
  }
}

.woocommerce-cart .cart_totals > h2 {
  display: none;
}

.woocommerce-checkout #order_review_heading {
  margin: 0 0 1rem;
  font-family: var(--font-family-secondary);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-weight: 600;
  letter-spacing: 0;
}

.woocommerce-cart .cart_totals .bunnyshop-classic-vat-breakdown-row th,
.woocommerce-cart .cart_totals .bunnyshop-classic-vat-breakdown-row td,
.woocommerce-checkout #order_review .bunnyshop-classic-vat-breakdown-row th,
.woocommerce-checkout #order_review .bunnyshop-classic-vat-breakdown-row td {
  color: #111827;
  font-weight: 400;
}

.woocommerce-cart .cart_totals .order-total th,
.woocommerce-cart .cart_totals .order-total td,
.woocommerce-checkout #order_review .order-total th,
.woocommerce-checkout #order_review .order-total td {
  font-weight: 700;
}

.woocommerce-checkout form.checkout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.52fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: start;
}

.woocommerce-checkout form.checkout #customer_details {
  grid-column: 1;
  border: 1px solid #e5e7eb;
  border-radius: var(--radius);
  padding: clamp(1rem, 2.5vw, 1.35rem);
  background: #fff;
}

.woocommerce-checkout form.checkout #order_review_heading {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.woocommerce-checkout form.checkout #order_review {
  grid-column: 2;
  grid-row: 1;
  position: sticky;
  top: calc(var(--header-height, 0px) + var(--wp-admin--admin-bar--height, 0px) + 28px);
  isolation: isolate;
  border: 1px solid #e5e7eb;
  border-radius: var(--radius);
  padding: clamp(1rem, 2.5vw, 1.35rem);
  background: #fff;
}

.woocommerce-checkout form.checkout #order_review table.shop_table {
  border: 0;
  border-radius: 0;
  overflow: visible;
}

.woocommerce-checkout form.checkout #order_review table.shop_table th,
.woocommerce-checkout form.checkout #order_review table.shop_table td {
  padding-right: 0;
  padding-left: 0;
}

.woocommerce-checkout form.checkout #order_review table.shop_table thead th {
  background: transparent;
}

.woocommerce-checkout #payment {
  margin-top: 1rem;
  background: transparent;
}

.woocommerce-checkout #payment ul.payment_methods {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  border: 1px solid #d9dde5;
  border-radius: var(--radius);
  overflow: hidden;
  list-style: none;
}

.woocommerce-checkout #payment ul.payment_methods li {
  margin: 0;
  padding: 0.95rem 1rem;
  border-top: 1px solid #e5e7eb;
}

.woocommerce-checkout #payment ul.payment_methods li:first-child {
  border-top: 0;
}

.woocommerce-checkout #payment ul.payment_methods label {
  font-weight: 600;
  color: var(--color-text);
}

.woocommerce-checkout #payment div.payment_box {
  margin: 0.7rem 0 0;
  padding: 0;
  background: transparent;
  color: #4b5563;
  font-size: 0.92rem;
}

.woocommerce-checkout #payment div.form-row.place-order {
  margin: 1.1rem 0 0;
  padding: 0;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .woocommerce-cart-form button[name="update_cart"],
.woocommerce-cart .woocommerce-cart-form button[name="apply_coupon"],
.woocommerce-checkout #payment #place_order {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0.85rem 1.15rem;
  border: 1px solid var(--color-primary);
  border-radius: var(--radius);
  background: var(--color-primary);
  color: #fff;
  font-family: var(--font-family-base);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout #payment #place_order {
  width: 100%;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus-visible,
.woocommerce-cart .woocommerce-cart-form button[name="update_cart"]:hover,
.woocommerce-cart .woocommerce-cart-form button[name="update_cart"]:focus-visible,
.woocommerce-cart .woocommerce-cart-form button[name="apply_coupon"]:hover,
.woocommerce-cart .woocommerce-cart-form button[name="apply_coupon"]:focus-visible,
.woocommerce-checkout #payment #place_order:hover,
.woocommerce-checkout #payment #place_order:focus-visible {
  background: #fff;
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.woocommerce-cart .woocommerce-cart-form button[name="update_cart"]:disabled,
.woocommerce-cart .woocommerce-cart-form button[name="update_cart"]:disabled[disabled] {
  border-color: #9ca3af;
  background: #9ca3af;
  color: rgba(255, 255, 255, 0.76);
  cursor: not-allowed;
  opacity: 1;
}

.woocommerce-cart .woocommerce-cart-form button[name="update_cart"]:disabled:hover,
.woocommerce-cart .woocommerce-cart-form button[name="update_cart"]:disabled:focus-visible,
.woocommerce-cart .woocommerce-cart-form button[name="update_cart"]:disabled[disabled]:hover,
.woocommerce-cart .woocommerce-cart-form button[name="update_cart"]:disabled[disabled]:focus-visible {
  border-color: #9ca3af;
  background: #9ca3af;
  color: rgba(255, 255, 255, 0.76);
}

.woocommerce-cart .quantity .qty,
.woocommerce-checkout .quantity .qty,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  min-height: 44px;
  border: 1px solid #d9dde5;
  border-radius: 6px;
  background: #fff;
  color: var(--color-text);
}

.woocommerce form .form-row label {
  color: var(--color-text);
  font-weight: 600;
}

.woocommerce form .form-row .required {
  color: var(--color-primary);
}

.woocommerce-checkout #order_review.bunnyshop-checkout-is-updating {
  pointer-events: none;
}

.woocommerce-checkout #order_review.bunnyshop-checkout-is-updating > * {
  opacity: 0.48;
  filter: blur(1.5px);
  transition: opacity 0.18s ease, filter 0.18s ease;
}

.woocommerce-checkout #order_review.bunnyshop-checkout-is-updating::before {
  content: "";
  position: absolute;
  inset: -8px;
  z-index: 20;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.58);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.woocommerce-checkout #order_review.bunnyshop-checkout-is-updating::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 21;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  border: 2px solid rgba(17, 24, 39, 0.18);
  border-top-color: #111827;
  border-radius: 999px;
  animation: bunnyshop-checkout-spin 0.72s linear infinite;
}

.woocommerce-checkout .bunnyshop-classic-pickup-assembly-row td,
.woocommerce-cart .bunnyshop-classic-pickup-assembly-row td {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.woocommerce-checkout .bunnyshop-pickup-assembly--classic,
.woocommerce-cart .bunnyshop-pickup-assembly--classic {
  margin: 0;
  text-align: left;
}

@media (prefers-reduced-motion: reduce) {
  .woocommerce-checkout #order_review.bunnyshop-checkout-is-updating::after {
    animation: none;
  }
}

@media (max-width: 900px) {
  .woocommerce-checkout form.checkout {
    grid-template-columns: 1fr;
  }

  .woocommerce-checkout form.checkout #customer_details,
  .woocommerce-checkout form.checkout #order_review_heading,
  .woocommerce-checkout form.checkout #order_review {
    grid-column: 1;
    grid-row: auto;
  }

  .woocommerce-checkout form.checkout #order_review {
    position: relative;
    top: auto;
  }

  .woocommerce-cart .cart-collaterals {
    display: block;
  }
}

.bunnyshop-cart-summary {
  margin-top: 1rem;
  padding-top: 0.85rem;
  border-top: 1px solid #e3e8ef;
  display: grid;
  gap: 0.7rem;
}

.bunnyshop-cart-summary__shipping {
  display: grid;
  gap: 0.7rem;
  padding-bottom: 0.2rem;
}

.bunnyshop-cart-summary__shipping-title {
  font-family: var(--font-family-secondary);
  font-size: 0.82rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6b7280;
}

.bunnyshop-cart-shipping-package {
  display: grid;
  gap: 0.45rem;
}

.bunnyshop-cart-shipping-package__title {
  font-family: var(--font-family-secondary);
  font-size: 0.78rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #6b7280;
}

.bunnyshop-cart-shipping-package__options {
  display: grid;
  gap: 0.45rem;
}

.bunnyshop-cart-shipping-option {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.7rem;
  padding: 0.8rem 0.9rem;
  border: 1px solid #d7dde7;
  border-radius: var(--radius);
  cursor: pointer;
  transition: border-color 0.18s ease, background-color 0.18s ease;
}

.bunnyshop-cart-shipping-option:hover {
  border-color: #aeb8c5;
}

.bunnyshop-cart-shipping-option.is-selected {
  border-color: #fff;
  background: rgba(17, 24, 39, 0.03);
}

.bunnyshop-cart-shipping-option.is-pending {
  opacity: 0.65;
  pointer-events: none;
}

.bunnyshop-cart-shipping-option__input {
  margin: 0;
}

.bunnyshop-cart-shipping-option__content {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.8rem;
}

.bunnyshop-cart-shipping-option__label,
.bunnyshop-cart-shipping-option__price {
  font-family: var(--font-family-secondary);
  font-size: 0.92rem;
  font-weight: 300;
  color: var(--color-text);
}

.bunnyshop-cart-shipping-option__price {
  white-space: nowrap;
}

.bunnyshop-shipping-rate-breakdown {
  display: block;
  margin-top: 0.25rem;
  font-family: var(--font-family-secondary);
  font-size: 0.82rem;
  font-weight: 300;
  line-height: 1.35;
  color: #4b5563;
}

.bunnyshop-shipping-rate-breakdown__item {
  display: inline;
}

.bunnyshop-shipping-rate-breakdown__item + .bunnyshop-shipping-rate-breakdown__item::before {
  content: " / ";
}

.bunnyshop-pickup-assembly {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 0.75rem;
  padding: 0.85rem 0.9rem;
  border: 1px solid #111827;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.96);
  color: #111827;
  cursor: pointer;
  transition: background-color 0.18s ease, opacity 0.18s ease;
}

.bunnyshop-pickup-assembly--list,
.bunnyshop-pickup-assembly--summary {
  grid-template-columns: minmax(0, 1fr);
  cursor: default;
}

.bunnyshop-pickup-assembly--checkout {
  margin: 0.85rem 0;
}

.bunnyshop-pickup-assembly--cart {
  margin-bottom: 0.85rem;
}

.bunnyshop-pickup-assembly.is-selected {
  background: rgba(17, 24, 39, 0.04);
}

.bunnyshop-pickup-assembly.is-updating {
  opacity: 0.68;
  pointer-events: none;
}

.bunnyshop-pickup-assembly__control {
  display: inline-flex;
  align-items: center;
  padding-top: 0.12rem;
}

.bunnyshop-pickup-assembly__input {
  width: 1rem;
  height: 1rem;
  margin: 0;
  accent-color: #111827;
}

.bunnyshop-pickup-assembly__content {
  display: grid;
  gap: 0.25rem;
  min-width: 0;
}

.bunnyshop-pickup-assembly__title,
.bunnyshop-pickup-assembly__amount {
  font-family: var(--font-family-secondary);
  font-size: 0.9rem;
  font-weight: 700;
  color: #111827;
}

.bunnyshop-pickup-assembly__description {
  font-family: var(--font-family-secondary);
  font-size: 0.82rem;
  line-height: 1.45;
  color: #4b5563;
}

.bunnyshop-pickup-assembly__items {
  display: grid;
  gap: 0.55rem;
  min-width: 0;
  margin-top: 0.2rem;
}

.bunnyshop-pickup-assembly-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 0.6rem;
  min-width: 0;
  padding: 0.62rem 0.68rem;
  border: 1px solid rgba(17, 24, 39, 0.22);
  border-radius: 8px;
  background: #fff;
  color: #111827;
  cursor: pointer;
  transition: background-color 0.18s ease, border-color 0.18s ease, opacity 0.18s ease;
}

.bunnyshop-pickup-assembly-item--cart-line {
  max-width: 360px;
  margin: 0.62rem 0 0.5rem;
  background: rgba(17, 24, 39, 0.025);
}

.bunnyshop-pickup-assembly-item.is-selected {
  border-color: #111827;
  background: rgba(17, 24, 39, 0.05);
}

.bunnyshop-pickup-assembly-item.is-updating {
  opacity: 0.68;
  pointer-events: none;
}

.bunnyshop-pickup-assembly-item__control {
  display: inline-flex;
  align-items: center;
  padding-top: 0.1rem;
}

.bunnyshop-pickup-assembly-item__input {
  width: 1rem;
  height: 1rem;
  margin: 0;
  accent-color: #111827;
}

.bunnyshop-pickup-assembly-item__content {
  display: grid;
  gap: 0.15rem;
  min-width: 0;
}

.bunnyshop-pickup-assembly-item__name,
.bunnyshop-pickup-assembly-item__title,
.bunnyshop-pickup-assembly-item__amount {
  font-family: var(--font-family-secondary);
  color: #111827;
}

.bunnyshop-pickup-assembly-item__name {
  overflow: hidden;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bunnyshop-pickup-assembly-item__title {
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.25;
}

.bunnyshop-pickup-assembly-item__amount {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.25;
}

.bunnyshop-cart-summary__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
}

.bunnyshop-cart-summary__label {
  font-family: var(--font-family-secondary);
  font-size: 0.82rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #111827;
}

.bunnyshop-cart-summary__value {
  text-align: right;
}

.bunnyshop-cart-summary__value-amount,
.bunnyshop-cart-summary__value-text {
  font-family: var(--font-family-secondary);
  font-size: 0.96rem;
  font-weight: 400;
  color: #111827;
  white-space: nowrap;
}

.bunnyshop-cart-summary__row--total .bunnyshop-cart-summary__label,
.bunnyshop-cart-summary__row--total .bunnyshop-cart-summary__value-amount {
  color: #111827;
  font-weight: 700;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
  background: #000;
  color: #FFF;
  z-index: 2;
  box-shadow: none;
}

body.woocommerce-account .entry__content {
  width: 100%;
  max-width: none;
}

body.woocommerce-account .entry__content > .woocommerce {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: 40px;
  align-items: start;
  width: 100%;
  max-width: none;
  margin: 0;
  color: var(--color-text);
}

body.woocommerce-account .entry__content > .woocommerce::before,
body.woocommerce-account .entry__content > .woocommerce::after {
  content: none !important;
  display: none !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation {
  float: none !important;
  grid-column: 1;
  width: 100%;
  max-width: none;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li {
  margin: 0;
}

body.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 0.7rem 0.95rem;
  border: 1px solid #d8dee8;
  border-radius: 999px;
  background: #fff;
  color: var(--color-text);
  font-family: var(--font-family-secondary);
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
}

body.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
body.woocommerce-account .woocommerce-MyAccount-navigation a:focus-visible,
body.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
  border-color: #202124;
  background: #202124;
  color: #fff;
}

body.woocommerce-account .woocommerce-MyAccount-content {
  float: none !important;
  grid-column: 2;
  width: 100%;
  max-width: none;
  min-width: 0;
  color: var(--color-text);
}

body.woocommerce-account .woocommerce-MyAccount-content a {
  color: var(--color-primary);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

body.woocommerce-account .woocommerce-MyAccount-content p,
body.woocommerce-account .woocommerce-MyAccount-content address,
body.woocommerce-account .woocommerce-MyAccount-content td,
body.woocommerce-account .woocommerce-MyAccount-content th {
  color: var(--color-text);
}

body.woocommerce-account .woocommerce-MyAccount-content table {
  width: 100%;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Message::before,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info::before,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message::before,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error::before {
  content: none !important;
  display: none !important;
}

body.woocommerce-account .woocommerce .woocommerce-Message::before,
body.woocommerce-account .woocommerce .woocommerce-info::before,
body.woocommerce-account .woocommerce .woocommerce-message::before,
body.woocommerce-account .woocommerce .woocommerce-error::before {
  content: "" !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

body.woocommerce-account .woocommerce .woocommerce-Message,
body.woocommerce-account .woocommerce .woocommerce-info,
body.woocommerce-account .woocommerce .woocommerce-message,
body.woocommerce-account .woocommerce .woocommerce-error {
  padding-left: 1rem !important;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Message .button,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info .button,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message .button,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error .button {
  display: none !important;
}

body.woocommerce-account:not(.logged-in) .entry__content > .woocommerce {
  display: block;
}

body.woocommerce-account:not(.logged-in) .woocommerce-notices-wrapper {
  margin-bottom: 1.25rem;
}

body.woocommerce-account:not(.logged-in) #customer_login {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}

body.woocommerce-account:not(.logged-in) #customer_login::before,
body.woocommerce-account:not(.logged-in) #customer_login::after {
  content: none !important;
  display: none !important;
}

body.woocommerce-account:not(.logged-in) #customer_login .u-column1,
body.woocommerce-account:not(.logged-in) #customer_login .u-column2 {
  float: none !important;
  width: 100% !important;
  max-width: none;
  min-width: 0;
  padding: 0;
}

body.woocommerce-account:not(.logged-in) #customer_login .u-column1,
body.woocommerce-account:not(.logged-in) #customer_login .u-column2,
body.woocommerce-account:not(.logged-in) form.woocommerce-form-login {
  display: flex;
  flex-direction: column;
}

body.woocommerce-account:not(.logged-in) #customer_login h2 {
  margin: 0;
  padding: 22px 24px;
  border-radius: 20px 20px 0 0;
  background: #202124;
  color: #fff;
  font-family: var(--font-family-secondary);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.05;
}

body.woocommerce-account:not(.logged-in) .woocommerce-form-login,
body.woocommerce-account:not(.logged-in) .woocommerce-form-register {
  flex: 1;
  margin: 0;
  padding: 24px;
  border: 1px solid #d8dee8;
  border-top: 0;
  border-radius: 0 0 20px 20px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.06);
}

body.woocommerce-account:not(.logged-in) .woocommerce-form-login p,
body.woocommerce-account:not(.logged-in) .woocommerce-form-register p {
  margin: 0 0 1rem;
}

body.woocommerce-account:not(.logged-in) .woocommerce-form-login label,
body.woocommerce-account:not(.logged-in) .woocommerce-form-register label {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--color-text);
  font-family: var(--font-family-base);
  font-size: 0.9rem;
  font-weight: 600;
}

body.woocommerce-account:not(.logged-in) .woocommerce-form-login input.input-text,
body.woocommerce-account:not(.logged-in) .woocommerce-form-register input.input-text,
body.woocommerce-account:not(.logged-in) .woocommerce-form-login input[type="text"],
body.woocommerce-account:not(.logged-in) .woocommerce-form-login input[type="email"],
body.woocommerce-account:not(.logged-in) .woocommerce-form-login input[type="password"],
body.woocommerce-account:not(.logged-in) .woocommerce-form-register input[type="text"],
body.woocommerce-account:not(.logged-in) .woocommerce-form-register input[type="email"],
body.woocommerce-account:not(.logged-in) .woocommerce-form-register input[type="password"] {
  width: 100%;
  min-height: 48px;
  padding: 0.75rem 0.9rem;
  border: 1px solid #cfd7e3;
  border-radius: 12px;
  background: #fff;
  color: var(--color-text);
  font-size: 1rem;
}

body.woocommerce-account:not(.logged-in) .woocommerce-form-login input:focus,
body.woocommerce-account:not(.logged-in) .woocommerce-form-register input:focus {
  border-color: #202124;
  outline: 2px solid rgba(32, 33, 36, 0.12);
  outline-offset: 2px;
}

body.woocommerce-account:not(.logged-in) .woocommerce-form-login .form-row,
body.woocommerce-account:not(.logged-in) .woocommerce-form-register .form-row {
  width: 100%;
}

body.woocommerce-account:not(.logged-in) .woocommerce-form-login .woocommerce-form-login__submit,
body.woocommerce-account:not(.logged-in) .woocommerce-form-register .woocommerce-form-register__submit,
body.woocommerce-account:not(.logged-in) .woocommerce-form-login button.button,
body.woocommerce-account:not(.logged-in) .woocommerce-form-register button.button {
  min-height: 48px;
  padding: 0.75rem 1.25rem;
  border: 1px solid #202124;
  border-radius: 999px;
  background: #202124;
  color: #fff;
  font-family: var(--font-family-secondary);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

body.woocommerce-account:not(.logged-in) .woocommerce-form-login .woocommerce-form-login__submit:hover,
body.woocommerce-account:not(.logged-in) .woocommerce-form-login .woocommerce-form-login__submit:focus-visible,
body.woocommerce-account:not(.logged-in) .woocommerce-form-register .woocommerce-form-register__submit:hover,
body.woocommerce-account:not(.logged-in) .woocommerce-form-register .woocommerce-form-register__submit:focus-visible,
body.woocommerce-account:not(.logged-in) .woocommerce-form-login button.button:hover,
body.woocommerce-account:not(.logged-in) .woocommerce-form-login button.button:focus-visible,
body.woocommerce-account:not(.logged-in) .woocommerce-form-register button.button:hover,
body.woocommerce-account:not(.logged-in) .woocommerce-form-register button.button:focus-visible {
  background: #fff;
  color: #202124;
}

body.woocommerce-account:not(.logged-in) .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 0 0.85rem;
  font-weight: 400;
}

body.woocommerce-account:not(.logged-in) .woocommerce-LostPassword {
  margin-top: auto;
  padding-top: 0.75rem;
}

body.woocommerce-account:not(.logged-in) .woocommerce-LostPassword a,
body.woocommerce-account:not(.logged-in) .woocommerce-privacy-policy-text a {
  color: var(--color-primary);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

body.woocommerce-account:not(.logged-in) .woocommerce-privacy-policy-text {
  margin-top: 0.5rem;
  color: #5f6b7a;
  font-size: 0.88rem;
  line-height: 1.6;
}

@container (max-width: 699px) {
  .wc-block-cart__main .wc-block-cart-items .bunnyshop-cart-items__header-net,
  .wc-block-cart__main .wc-block-cart-items .bunnyshop-cart-items__header-tax,
  .wc-block-cart__main .wc-block-cart-items .bunnyshop-cart-item__net,
  .wc-block-cart__main .wc-block-cart-items .bunnyshop-cart-item__tax {
    display: none;
  }
}

@media (max-width: 760px) {
  body.woocommerce-account .entry__content > .woocommerce {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation,
  body.woocommerce-account .woocommerce-MyAccount-content {
    grid-column: 1;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation ul {
    grid-template-columns: 1fr 1fr;
  }

  body.woocommerce-account:not(.logged-in) #customer_login {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  body.woocommerce-account .woocommerce-MyAccount-navigation ul {
    grid-template-columns: 1fr;
  }
}

.woocommerce .woocommerce-notices-wrapper {
  margin: 1.25rem 0 1.75rem;
}

.woocommerce .woocommerce-notices-wrapper:empty {
  display: none;
}

.woocommerce .woocommerce-Message,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info {
  position: relative;
  display: block;
  min-height: 54px;
  margin: 1.25rem 0;
  padding: 0.95rem 1.1rem 0.95rem 3.45rem;
  border: 1px solid #dfe4ec;
  border-left: 4px solid #111827;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
  color: #111827;
  font-family: var(--font-family-body);
  font-size: 0.92rem;
  line-height: 1.55;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-Message {
  border-left-color: #16a34a;
}

.woocommerce .woocommerce-info {
  border-left-color: #2563eb;
}

.woocommerce .woocommerce-error {
  border-left-color: #d72626;
}

.woocommerce .woocommerce-Message::before,
.woocommerce .woocommerce-message::before,
.woocommerce .woocommerce-error::before,
.woocommerce .woocommerce-info::before {
  position: absolute;
  top: 50%;
  left: 1rem;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin: 0;
  border-radius: 999px;
  transform: translateY(-50%);
  color: #ffffff;
  font-family: var(--font-family-base);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1;
}

.woocommerce .woocommerce-message::before,
.woocommerce .woocommerce-Message::before {
  content: "\2713" !important;
  background: #16a34a;
}

.woocommerce .woocommerce-info::before {
  content: "i" !important;
  background: #2563eb;
}

.woocommerce .woocommerce-error::before {
  content: "!" !important;
  background: #d72626;
}

.woocommerce .woocommerce-error {
  list-style: none;
}

.woocommerce .woocommerce-error li {
  margin: 0.25rem 0;
  padding: 0;
}

.woocommerce .woocommerce-Message a,
.woocommerce .woocommerce-message a,
.woocommerce .woocommerce-error a,
.woocommerce .woocommerce-info a {
  color: #111827;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.woocommerce .woocommerce-Message .button,
.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .restore-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  margin: -0.15rem 0 0.05rem 0.75rem;
  padding: 0.42rem 0.8rem;
  float: right;
  border: 1px solid #111827;
  border-radius: 999px;
  background: #111827;
  color: #ffffff !important;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  text-transform: uppercase;
}

.woocommerce .woocommerce-Message .button:hover,
.woocommerce .woocommerce-Message .button:focus-visible,
.woocommerce .woocommerce-message .button:hover,
.woocommerce .woocommerce-message .button:focus-visible,
.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-error .button:focus-visible,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-info .button:focus-visible,
.woocommerce .woocommerce-message .restore-item:hover,
.woocommerce .woocommerce-message .restore-item:focus-visible {
  background: #ffffff;
  color: #111827 !important;
}

@media (max-width: 640px) {
  .woocommerce .woocommerce-Message,
  .woocommerce .woocommerce-message,
  .woocommerce .woocommerce-error,
  .woocommerce .woocommerce-info {
    padding: 0.9rem 0.95rem 0.9rem 3.15rem;
    font-size: 0.88rem;
  }

  .woocommerce .woocommerce-Message .button,
  .woocommerce .woocommerce-message .button,
  .woocommerce .woocommerce-error .button,
  .woocommerce .woocommerce-info .button,
  .woocommerce .woocommerce-message .restore-item {
    float: none;
    width: fit-content;
    margin: 0.65rem 0 0;
  }
}

.woocommerce ul.products,
.woocommerce-page ul.products {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 30px;
  margin: 0 0 2.992em;
  padding: 0;
}

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

.bunnyshop-wc-loop-layout {
  display: grid;
  grid-template-columns: minmax(240px, 290px) minmax(0, 1fr);
  gap: 30px;
  align-items: start;
  margin-top: 1rem;
}

.bunnyshop-wc-loop-layout--right {
  grid-template-columns: minmax(0, 1fr) minmax(240px, 290px);
}

.bunnyshop-wc-loop-layout--right .bunnyshop-wc-loop-sidebar {
  order: 2;
}

.bunnyshop-wc-loop-layout--right .bunnyshop-wc-loop-main {
  order: 1;
}

.bunnyshop-wc-loop-sidebar {
  align-self: stretch;
}

.bunnyshop-wc-has-sidebar .woocommerce ul.products,
.bunnyshop-wc-has-sidebar .woocommerce-page ul.products {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bunnyshop-wc-loop-main .woocommerce ul.products,


.bunnyshop-wc-loop-main ul.products {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}



body.bunnyshop-sidebar-filter-updating .bunnyshop-wc-loop-main,
body.bunnyshop-sidebar-filter-updating .wc-pagination-row,
body.bunnyshop-sidebar-filter-updating .wc-pagination-row--top {
  filter: blur(8px);
  opacity: 0.72;
  pointer-events: none;
  transition: filter 0.22s ease, opacity 0.22s ease;
}

body.bunnyshop-sidebar-filter-updating .bunnyshop-wc-loop-sidebar,
body.bunnyshop-sidebar-filter-updating .bunnyshop-wc-sidebar-filter,
body.bunnyshop-sidebar-filter-updating .bunnyshop-mobile-filters-toggle,
body.bunnyshop-sidebar-filter-updating .bunnyshop-mobile-filters-close,
body.bunnyshop-sidebar-filter-updating .bunnyshop-mobile-filters-backdrop {
  pointer-events: none;
}

body.bunnyshop-sidebar-filter-updating .bunnyshop-wc-loop-sidebar {
  opacity: 0.6;
}

body.bunnyshop-sidebar-filter-updating .bunnyshop-products-sidebar__inner {
  overflow: hidden;
  scrollbar-gutter: auto;
}

body.bunnyshop-sidebar-filter-updating::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.28);
  z-index: 2000;
  pointer-events: auto;
}

body.bunnyshop-sidebar-filter-updating::after {
  content: "";
  position: fixed;
  top: 50%;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  margin-top: -23px;
  border-radius: 999px;
  border: 3px solid rgba(0, 0, 0, 0.14);
  border-top-color: #111;
  animation: bunnyshop-filter-spin 0.75s linear infinite;
  z-index: 2001;
  pointer-events: none;
}

body.bunnyshop-sidebar-filter-updating,
body.bunnyshop-sidebar-filter-updating * {
  cursor: progress !important;
}

@keyframes bunnyshop-filter-spin {
  to {
    transform: rotate(360deg);
  }
}


.bunnyshop-products-sidebar__inner .widget {
  margin-bottom: 24px;
}

.bunnyshop-products-sidebar__inner {
  position: sticky;
  top: calc(var(--header-height, 0px) + var(--wp-admin--admin-bar--height, 0px) + 16px);
  max-height: none;
  overflow: visible;
  overscroll-behavior: auto;
  scrollbar-width: none;
  scrollbar-gutter: auto;
}

.bunnyshop-products-sidebar__inner::-webkit-scrollbar {
  display: none;
}

.bunnyshop-products-sidebar__inner > .bunnyshop-wc-sidebar-filter,
.bunnyshop-products-sidebar__inner > .widget {
  margin: 0 0 32px;
  padding: 8px 0 22px;
  border-bottom: 1px solid #dbe1e8;
}

.bunnyshop-mobile-filters-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  opacity: 0;
  pointer-events: none;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
}

.bunnyshop-mobile-filters-toggle,
.bunnyshop-mobile-filters-backdrop,
.bunnyshop-mobile-filters-close,
.bunnyshop-mobile-filters-actions {
  display: none;
}

.bunnyshop-mobile-filters-apply,
.bunnyshop-mobile-filters-close-bottom {
  flex: 1 1 0;
  width: auto;
  min-height: 46px;
  border-radius: 10px;
  font-family: var(--font-family-base);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bunnyshop-mobile-filters-apply {
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
  color: #fff;
}

.bunnyshop-mobile-filters-close-bottom {
  border: 1px solid #d7dde7;
  background: #fff;
  color: var(--color-text);
}
.bunnyshop-products-sidebar__inner > .bunnyshop-wc-sidebar-filter:last-child,
.bunnyshop-products-sidebar__inner > .widget:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.bunnyshop-wc-sidebar-filter {
  margin-bottom: 0;
}

.bunnyshop-products-sidebar,
.bunnyshop-products-sidebar__inner,
.bunnyshop-products-sidebar__inner .bunnyshop-wc-sidebar-filter,
.bunnyshop-products-sidebar__inner .bunnyshop-wc-sidebar-filter *,
.bunnyshop-products-sidebar__inner .bunnyshop-wc-orderby-filter,
.bunnyshop-products-sidebar__inner .bunnyshop-wc-orderby-filter *,
.bunnyshop-products-sidebar button,
.bunnyshop-products-sidebar input,
.bunnyshop-products-sidebar select,
.bunnyshop-products-sidebar option,
.bunnyshop-products-sidebar__inner button,
.bunnyshop-products-sidebar__inner input,
.bunnyshop-products-sidebar__inner select,
.bunnyshop-products-sidebar__inner option {
  font-family: "FF Good Pro", var(--font-family-base);
}

.bunnyshop-wc-sidebar-filter.is-loading {
  opacity: 0.6;
  pointer-events: none;
}

.bunnyshop-wc-sidebar-filter.is-drilling {
  position: relative;
  opacity: 1;
}

.bunnyshop-wc-sidebar-filter.is-drilling::before {
  content: "Cargando categorias";
  position: sticky;
  top: 0;
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  padding: 12px 14px;
  border: 1px solid #dbe1e8;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--color-text);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

.bunnyshop-wc-sidebar-filter__link.is-branch-loading {
  background: #f4f7fb;
  border-color: #111827;
  color: #111827;
}

.bunnyshop-wc-sidebar-filter__link.is-branch-loading .bunnyshop-wc-sidebar-filter__label {
  opacity: 1;
}

.bunnyshop-wc-sidebar-filter__branch-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 10px 0 2px;
  padding: 9px 11px;
  border: 1px solid #dbe1e8;
  border-radius: 999px;
  background: #fff;
  color: #111827;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

.bunnyshop-wc-sidebar-filter__branch-spinner {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  border: 2px solid #dbe1e8;
  border-top-color: #111827;
  border-radius: 50%;
  animation: bunnyshop-filter-spin 0.7s linear infinite;
}

.bunnyshop-wc-sidebar-filter__title,
.bunnyshop-wc-sidebar-filter__subtitle {
  margin: 0 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-family-base);
  font-size: 0.72rem;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #5f6b7a;
}

.bunnyshop-wc-sidebar-filter__title-icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: currentColor;
}

.bunnyshop-wc-sidebar-filter__title-icon svg {
  width: 20px;
  height: 20px;
  display: block;
  opacity: 0.95;
  position: relative;
  z-index: 1;
}

.bunnyshop-wc-sidebar-filter__title-icon path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bunnyshop-wc-sidebar-filter__title-text {
  display: inline-block;
}

.bunnyshop-wc-sidebar-filter__all-categories {
  display: none;
}

.bunnyshop-wc-sidebar-filter__subtitle {
  margin: 18px 0 10px;
}

.bunnyshop-wc-orderby-filter {
  margin: 0 0 20px;
}

.bunnyshop-wc-orderby-filter__select {
  width: 100%;
  border: 1px solid #d7dde7;
  border-radius: 12px;
  background: #fff;
  color: var(--color-text);
  font-family: var(--font-family-base);
  font-size: 0.92rem;
  font-weight: 300;
  line-height: 1.2;
  padding: 11px 14px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.bunnyshop-wc-orderby-filter__select:hover,
.bunnyshop-wc-orderby-filter__select:focus-visible {
  border-color: var(--color-primary);
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.06);
}

.bunnyshop-wc-sidebar-filter__list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: var(--font-family-base);
  font-weight: 300;
}

.bunnyshop-wc-sidebar-filter__list + .bunnyshop-wc-sidebar-filter__list {
  margin-top: 18px !important;
  padding-top: 12px !important;
  border-top: 1px solid #dbe1e8 !important;
}

.bunnyshop-wc-sidebar-filter__list + .bunnyshop-wc-sidebar-filter__list--level-2 {
  margin-top: 18px !important;
  padding-top: 12px !important;
  border-top: 1px solid #dbe1e8 !important;
}

.bunnyshop-wc-sidebar-filter__item + .bunnyshop-wc-sidebar-filter__item {
  margin-top: 9px;
}

.bunnyshop-wc-sidebar-filter__list.has-selection.is-collapsed > .bunnyshop-wc-sidebar-filter__item:not(.is-selected):not(.bunnyshop-wc-sidebar-filter__item--toggle) {
  display: none;
}

.bunnyshop-wc-sidebar-filter__link {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  font-family: inherit;
  font-weight: 300;
  color: var(--color-primary);
  text-decoration: none;
  font-size: 1.05rem;
  line-height: 1.25;
}

.bunnyshop-wc-sidebar-filter__link::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1.5px solid #b7c0cc;
  box-sizing: border-box;
  background: transparent;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.bunnyshop-wc-sidebar-filter__link:hover {
  color: var(--color-text);
  text-decoration: none;
}

.bunnyshop-wc-sidebar-filter__link.is-active .bunnyshop-wc-sidebar-filter__label {
  font-weight: 600;
  color: var(--color-text);
}

.bunnyshop-wc-sidebar-filter__link.is-active::before {
  background: var(--color-text);
  border-color: var(--color-text);
}

.bunnyshop-wc-sidebar-filter__list--level-1 .bunnyshop-wc-sidebar-filter__link.is-active {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  border-radius: 12px;
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
  padding: 12px 14px;
}

.bunnyshop-wc-sidebar-filter__list--level-1 .bunnyshop-wc-sidebar-filter__link.is-active::before {
  display: none;
}

.bunnyshop-wc-sidebar-filter__list--level-1 .bunnyshop-wc-sidebar-filter__link.is-active .bunnyshop-wc-sidebar-filter__label {
  color: #fff;
  font-weight: 600;
}

.bunnyshop-wc-sidebar-filter__list--level-1 .bunnyshop-wc-sidebar-filter__link.is-active .bunnyshop-wc-sidebar-filter__count {
  background: #fff;
  color: var(--color-primary);
}

.bunnyshop-wc-sidebar-filter__list[class*="bunnyshop-wc-sidebar-filter__list--level-"]:not(.bunnyshop-wc-sidebar-filter__list--level-1).has-selection.is-collapsed {
  border: 1px solid var(--color-primary);
  border-radius: 12px;
  padding: 0 14px 12px;
}

.bunnyshop-wc-sidebar-filter__list[class*="bunnyshop-wc-sidebar-filter__list--level-"]:not(.bunnyshop-wc-sidebar-filter__list--level-1).has-selection.is-collapsed > .bunnyshop-wc-sidebar-filter__item + .bunnyshop-wc-sidebar-filter__item {
  margin-top: 10px;
}

.bunnyshop-wc-sidebar-filter__list[class*="bunnyshop-wc-sidebar-filter__list--level-"]:not(.bunnyshop-wc-sidebar-filter__list--level-1) .bunnyshop-wc-sidebar-filter__link.is-active {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  border-radius: 12px;
  background: transparent;
  color: var(--color-primary);
  padding: 12px 14px;
}

.bunnyshop-wc-sidebar-filter__list[class*="bunnyshop-wc-sidebar-filter__list--level-"]:not(.bunnyshop-wc-sidebar-filter__list--level-1).has-selection.is-collapsed .bunnyshop-wc-sidebar-filter__link.is-active {
  border: 0;
  border-radius: 0;
  padding: 0;
}

.bunnyshop-wc-sidebar-filter__list[class*="bunnyshop-wc-sidebar-filter__list--level-"]:not(.bunnyshop-wc-sidebar-filter__list--level-1) .bunnyshop-wc-sidebar-filter__link.is-active::before {
  display: none;
}

.bunnyshop-wc-sidebar-filter__list[class*="bunnyshop-wc-sidebar-filter__list--level-"]:not(.bunnyshop-wc-sidebar-filter__list--level-1) .bunnyshop-wc-sidebar-filter__link.is-active .bunnyshop-wc-sidebar-filter__label {
  color: var(--color-primary);
}

.bunnyshop-wc-sidebar-filter__list[class*="bunnyshop-wc-sidebar-filter__list--level-"]:not(.bunnyshop-wc-sidebar-filter__list--level-1) .bunnyshop-wc-sidebar-filter__link.is-active .bunnyshop-wc-sidebar-filter__count {
  border: 1px solid currentColor;
  background: transparent;
  color: var(--color-primary);
}

.bunnyshop-wc-sidebar-filter__item--toggle {
  margin-top: 10px;
}

.bunnyshop-wc-sidebar-filter__list[class*="bunnyshop-wc-sidebar-filter__list--level-"]:not(.bunnyshop-wc-sidebar-filter__list--level-1).has-selection.is-collapsed .bunnyshop-wc-sidebar-filter__item--toggle {
  margin-top: 0;
}

.bunnyshop-wc-sidebar-filter__toggle {
  width: auto;
  min-height: 0;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #5f6b7a;
  cursor: pointer;
  font-size: 0.78rem;
  font-family: var(--font-family-base);
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0;
  box-shadow: none;
}

.bunnyshop-wc-sidebar-filter__toggle-symbol {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid #d7dde7;
  background: transparent;
  color: currentColor;
  font-size: 0.82rem;
  line-height: 1;
}

.bunnyshop-wc-sidebar-filter__toggle-text {
  letter-spacing: inherit;
}

.bunnyshop-wc-sidebar-filter__toggle:hover,
.bunnyshop-wc-sidebar-filter__toggle:focus-visible {
  color: var(--color-primary);
  opacity: 1;
  outline: none;
}

.bunnyshop-wc-sidebar-filter__toggle:hover .bunnyshop-wc-sidebar-filter__toggle-symbol,
.bunnyshop-wc-sidebar-filter__toggle:focus-visible .bunnyshop-wc-sidebar-filter__toggle-symbol {
  border-color: currentColor;
  background: transparent;
  color: currentColor;
}

.bunnyshop-wc-sidebar-filter__link--color::before {
  display: none;
}

.bunnyshop-wc-color-combobox,
.bunnyshop-wc-brand-combobox,
.bunnyshop-wc-measure-combobox,
.bunnyshop-wc-level-combobox {
  position: relative;
  margin-top: 18px;
}

.bunnyshop-wc-color-combobox__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  border: 1px solid #d7dde7;
  border-radius: 12px;
  background: #fff;
  color: var(--color-text);
  font-size: 0.94rem;
  line-height: 1.2;
  padding: 12px 14px;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.bunnyshop-wc-color-combobox__label {
  font-family: var(--font-family-body);
  font-weight: 600;
}

.bunnyshop-wc-color-combobox.is-disabled,
.bunnyshop-wc-brand-combobox.is-disabled,
.bunnyshop-wc-measure-combobox.is-disabled,
.bunnyshop-wc-level-combobox.is-disabled {
  opacity: 0.32;
}

.bunnyshop-wc-color-combobox.is-disabled .bunnyshop-wc-color-combobox__trigger,
.bunnyshop-wc-brand-combobox.is-disabled .bunnyshop-wc-color-combobox__trigger,
.bunnyshop-wc-measure-combobox.is-disabled .bunnyshop-wc-color-combobox__trigger,
.bunnyshop-wc-level-combobox.is-disabled .bunnyshop-wc-color-combobox__trigger {
  cursor: not-allowed;
}

.bunnyshop-wc-color-combobox__trigger:disabled {
  cursor: not-allowed;
}

.bunnyshop-wc-color-combobox.is-disabled .bunnyshop-wc-color-combobox__trigger:hover,
.bunnyshop-wc-brand-combobox.is-disabled .bunnyshop-wc-color-combobox__trigger:hover,
.bunnyshop-wc-measure-combobox.is-disabled .bunnyshop-wc-color-combobox__trigger:hover,
.bunnyshop-wc-level-combobox.is-disabled .bunnyshop-wc-color-combobox__trigger:hover,
.bunnyshop-wc-color-combobox.is-disabled .bunnyshop-wc-color-combobox__trigger:focus-visible,
.bunnyshop-wc-brand-combobox.is-disabled .bunnyshop-wc-color-combobox__trigger:focus-visible,
.bunnyshop-wc-measure-combobox.is-disabled .bunnyshop-wc-color-combobox__trigger:focus-visible,
.bunnyshop-wc-level-combobox.is-disabled .bunnyshop-wc-color-combobox__trigger:focus-visible {
  border-color: #d7dde7;
  box-shadow: none;
}

.bunnyshop-wc-color-combobox__trigger::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-left: 8px;
  border-right: 1.5px solid #6f7b8f;
  border-bottom: 1.5px solid #6f7b8f;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 0.2s ease, border-color 0.2s ease;
}


.bunnyshop-wc-color-combobox.is-open .bunnyshop-wc-color-combobox__trigger,
.bunnyshop-wc-brand-combobox.is-open .bunnyshop-wc-color-combobox__trigger,
.bunnyshop-wc-measure-combobox.is-open .bunnyshop-wc-color-combobox__trigger,
.bunnyshop-wc-level-combobox.is-open .bunnyshop-wc-color-combobox__trigger,
.bunnyshop-wc-color-combobox.has-selection .bunnyshop-wc-color-combobox__trigger,
.bunnyshop-wc-brand-combobox.has-selection .bunnyshop-wc-color-combobox__trigger,
.bunnyshop-wc-measure-combobox.has-selection .bunnyshop-wc-color-combobox__trigger,
.bunnyshop-wc-level-combobox.has-selection .bunnyshop-wc-color-combobox__trigger,
.bunnyshop-wc-color-combobox__trigger:hover {
  border-color: var(--color-primary);
}

.bunnyshop-wc-color-combobox.is-open .bunnyshop-wc-color-combobox__trigger::after,
.bunnyshop-wc-brand-combobox.is-open .bunnyshop-wc-color-combobox__trigger::after {
  transform: translateY(2px) rotate(-135deg);
  border-color: var(--color-primary);
}


.bunnyshop-wc-color-combobox:has([data-color-option]:checked) .bunnyshop-wc-color-combobox__trigger,
.bunnyshop-wc-brand-combobox:has([data-brand-option]:checked) .bunnyshop-wc-color-combobox__trigger,
.bunnyshop-wc-measure-combobox:has([data-measure-option]:checked) .bunnyshop-wc-color-combobox__trigger,
.bunnyshop-wc-level-combobox:has([data-level-option]:checked) .bunnyshop-wc-color-combobox__trigger {
  border-color: var(--color-primary);
}

.bunnyshop-wc-color-combobox.has-selection .bunnyshop-wc-color-combobox__trigger,
.bunnyshop-wc-brand-combobox.has-selection .bunnyshop-wc-color-combobox__trigger,
.bunnyshop-wc-measure-combobox.has-selection .bunnyshop-wc-color-combobox__trigger,
.bunnyshop-wc-level-combobox.has-selection .bunnyshop-wc-color-combobox__trigger,
.bunnyshop-wc-color-combobox:has([data-color-option]:checked) .bunnyshop-wc-color-combobox__trigger,
.bunnyshop-wc-brand-combobox:has([data-brand-option]:checked) .bunnyshop-wc-color-combobox__trigger,
.bunnyshop-wc-measure-combobox:has([data-measure-option]:checked) .bunnyshop-wc-color-combobox__trigger,
.bunnyshop-wc-level-combobox:has([data-level-option]:checked) .bunnyshop-wc-color-combobox__trigger {
  border-color: var(--color-primary);
  background: var(--color-primary);
  color: #fff;
}

.bunnyshop-wc-color-combobox.has-selection .bunnyshop-wc-color-combobox__label,
.bunnyshop-wc-brand-combobox.has-selection .bunnyshop-wc-color-combobox__label,
.bunnyshop-wc-measure-combobox.has-selection .bunnyshop-wc-color-combobox__label,
.bunnyshop-wc-level-combobox.has-selection .bunnyshop-wc-color-combobox__label,
.bunnyshop-wc-color-combobox.has-selection .bunnyshop-wc-color-combobox__value,
.bunnyshop-wc-brand-combobox.has-selection .bunnyshop-wc-color-combobox__value,
.bunnyshop-wc-measure-combobox.has-selection .bunnyshop-wc-color-combobox__value,
.bunnyshop-wc-level-combobox.has-selection .bunnyshop-wc-color-combobox__value,
.bunnyshop-wc-color-combobox:has([data-color-option]:checked) .bunnyshop-wc-color-combobox__label,
.bunnyshop-wc-brand-combobox:has([data-brand-option]:checked) .bunnyshop-wc-color-combobox__label,
.bunnyshop-wc-measure-combobox:has([data-measure-option]:checked) .bunnyshop-wc-color-combobox__label,
.bunnyshop-wc-level-combobox:has([data-level-option]:checked) .bunnyshop-wc-color-combobox__label,
.bunnyshop-wc-color-combobox:has([data-color-option]:checked) .bunnyshop-wc-color-combobox__value,
.bunnyshop-wc-brand-combobox:has([data-brand-option]:checked) .bunnyshop-wc-color-combobox__value,
.bunnyshop-wc-measure-combobox:has([data-measure-option]:checked) .bunnyshop-wc-color-combobox__value,
.bunnyshop-wc-level-combobox:has([data-level-option]:checked) .bunnyshop-wc-color-combobox__value {
  color: #fff;
}

.bunnyshop-wc-color-combobox.has-selection .bunnyshop-wc-color-combobox__value,
.bunnyshop-wc-brand-combobox.has-selection .bunnyshop-wc-color-combobox__value,
.bunnyshop-wc-measure-combobox.has-selection .bunnyshop-wc-color-combobox__value,
.bunnyshop-wc-level-combobox.has-selection .bunnyshop-wc-color-combobox__value,
.bunnyshop-wc-color-combobox:has([data-color-option]:checked) .bunnyshop-wc-color-combobox__value,
.bunnyshop-wc-brand-combobox:has([data-brand-option]:checked) .bunnyshop-wc-color-combobox__value,
.bunnyshop-wc-measure-combobox:has([data-measure-option]:checked) .bunnyshop-wc-color-combobox__value,
.bunnyshop-wc-level-combobox:has([data-level-option]:checked) .bunnyshop-wc-color-combobox__value {
  min-width: 26px;
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #fff;
  color: var(--color-primary);
  font-family: "FF Good Pro", var(--font-family-base);
  font-size: 0.76rem;
  font-weight: 600;
  line-height: 1;
}

.bunnyshop-wc-color-combobox.has-selection .bunnyshop-wc-color-combobox__trigger::after,
.bunnyshop-wc-brand-combobox.has-selection .bunnyshop-wc-color-combobox__trigger::after,
.bunnyshop-wc-measure-combobox.has-selection .bunnyshop-wc-color-combobox__trigger::after,
.bunnyshop-wc-level-combobox.has-selection .bunnyshop-wc-color-combobox__trigger::after,
.bunnyshop-wc-color-combobox:has([data-color-option]:checked) .bunnyshop-wc-color-combobox__trigger::after,
.bunnyshop-wc-brand-combobox:has([data-brand-option]:checked) .bunnyshop-wc-color-combobox__trigger::after,
.bunnyshop-wc-measure-combobox:has([data-measure-option]:checked) .bunnyshop-wc-color-combobox__trigger::after,
.bunnyshop-wc-level-combobox:has([data-level-option]:checked) .bunnyshop-wc-color-combobox__trigger::after {
  border-color: #fff;
}
.bunnyshop-wc-color-combobox__trigger:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.08);
}

.bunnyshop-wc-color-combobox__value {
  margin-left: auto;
  min-width: 2ch;
  margin-right: 2px;
  flex: 0 0 auto;
  font-family: var(--font-family-base);
  font-weight: 300;
  color: #6f7b8f;
  text-align: right;
}

.bunnyshop-wc-color-combobox__panel {
  margin-top: 10px;
  border: 1px solid #dbe1e8;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  padding: 10px;
}

.bunnyshop-wc-sidebar-filter__list--colors {
  max-height: 290px;
  overflow: auto;
  padding-right: 2px;
}

.bunnyshop-wc-sidebar-filter__list--brands {
  max-height: 290px;
  overflow: auto;
  padding-right: 2px;
}

.bunnyshop-wc-sidebar-filter__list--colors .bunnyshop-wc-sidebar-filter__item + .bunnyshop-wc-sidebar-filter__item {
  margin-top: 6px;
}

.bunnyshop-wc-sidebar-filter__item--empty {
  color: #6f7b8f;
  font-size: 0.84rem;
  padding: 8px 4px;
}

.bunnyshop-wc-sidebar-filter__link--color {
  position: relative;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 10px 10px;
  transition: border-color 0.2s ease, background-color 0.2s ease;
  cursor: pointer;
}

.bunnyshop-wc-sidebar-filter__link--color:hover {
  background: #f6f8fb;
  border-color: #e0e6ee;
}

.bunnyshop-wc-sidebar-filter__link--brand {
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.bunnyshop-wc-color-combobox__checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.bunnyshop-wc-sidebar-filter__brand-mark {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #eef1f5;
  color: #4a5565;
  font-family: var(--font-family-secondary);
  font-size: 0.72rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.bunnyshop-wc-sidebar-filter__link--color .bunnyshop-wc-sidebar-filter__label {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  font-family: inherit;
  font-weight: 300;
}

.bunnyshop-wc-sidebar-filter__swatch {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  align-self: center;
}

.bunnyshop-wc-color-combobox__checkbox:checked + .bunnyshop-wc-sidebar-filter__swatch {
  box-shadow: 0 0 0 2px #fff inset, 0 0 0 1px var(--color-text);
}

.bunnyshop-wc-color-combobox__checkbox:checked + .bunnyshop-wc-sidebar-filter__swatch + .bunnyshop-wc-sidebar-filter__label {
  color: var(--color-text);
  font-weight: 300;
}

.bunnyshop-wc-color-combobox__checkbox:checked ~ .bunnyshop-wc-sidebar-filter__count {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}

.bunnyshop-wc-multicombobox__checkbox:checked + .bunnyshop-wc-sidebar-filter__brand-mark {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}

.bunnyshop-wc-color-combobox__actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e5eaf1;
}

.bunnyshop-wc-color-combobox__btn {
  border: 1px solid #d7dde7;
  background: #fff;
  color: #4a5565;
  font-size: 0.83rem;
  line-height: 1;
  border-radius: 999px;
  padding: 8px 12px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.bunnyshop-wc-color-combobox__btn:hover {
  border-color: #aeb8c7;
  color: var(--color-text);
}

.bunnyshop-wc-color-combobox__btn--apply {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}

.bunnyshop-wc-color-combobox__btn--apply:hover {
  filter: brightness(0.95);
}

.bunnyshop-wc-sidebar-filter__count {
  font-family: var(--font-family-base);
  font-weight: 300;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 27px;
  height: 27px;
  padding: 0 8px;
  border-radius: 999px;
  background: #eef1f5;
  color: #4a5565;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
}

.bunnyshop-wc-sidebar-filter__link.is-active .bunnyshop-wc-sidebar-filter__count {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}

.wc-category-bar {
  position: relative;
  z-index: 20;
  background: var(--color-bg);
  border-bottom: 1px solid var(--color-border);
  background: var(--color-primary);
}

.wc-category-bar__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0 0;
  width: var(--content-width-desktop);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.wc-category-bar__item {
  position: static;
}

.wc-category-bar__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  color: #FFF;
  line-height: 40px;
}

.wc-category-bar__item.is-active > .wc-category-bar__link {
  color: #FFF;
}

.wc-category-bar__panel {
  position: absolute;
  left: 0;
  right: 12px;
  top: 100%;
  width: 100%;
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  padding: 16px;
  display: block;
  opacity: 0.95;
  position: relative;
  z-index: 1;
  z-index: 5;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.wc-category-bar__item:hover > .wc-category-bar__panel,
.wc-category-bar__item:focus-within > .wc-category-bar__panel {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.wc-category-bar__columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 16px;
}

.wc-category-bar__col-title {
  display: inline-block;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--color-text);
}

.wc-category-bar__col-title--spacer {
  visibility: hidden;
  height: 1em;
  margin-bottom: 8px;
}

.wc-category-bar__col-title--no-link {
  display: inline-block;
}

.wc-category-bar__col-title--sub {
  display: inline-block;
  margin-top: 10px;
  font-weight: 600;
}

.wc-category-bar__sublist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6px;
}

.wc-category-bar__sublist a {
  color: var(--color-muted);
  font-family: var(--font-family-base);
  font-size: 12px;
  text-transform: uppercase;
}

.wc-category-bar__sublist ul {
  margin: 6px 0 0 12px;
  padding: 0;
  display: grid;
  gap: 6px;
}

.wc-category-bar__sublist a:hover {
  color: var(--color-primary);
}

@media (max-width: 1024px) {
  .wc-category-bar__list {
    width: var(--content-width-mobile);
  }
}

@media (max-width: 768px) {
  .wc-category-bar {
    display: none;
  }
}

.woocommerce-products-header__title {
  font-size: 60px;
  font-weight: 700;
  margin: 0;
  line-height: 0.92;
  text-transform: none;
  text-align: left;
  letter-spacing: 0;
}

.woocommerce-products-header__title::first-letter {
  text-transform: inherit;
}

.woocommerce-products-header {
  position: relative;
  margin: 0;
  color: #111111;
  padding: 3rem 0;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.woocommerce-products-header--inside-loop {
  width: 100%;
  left: auto;
  right: auto;
  margin: 0 0 1.5rem;
  padding: 0;
}

#content .woocommerce-products-header--inside-loop .site-container {
  width: 100%;
  max-width: none;
}

.woocommerce-products-header--inside-loop .woocommerce-products-header__inner,
.woocommerce-products-header--inside-loop .woocommerce-products-header__title,
.woocommerce-products-header--inside-loop .woocommerce-products-header__description,
.woocommerce-products-header--inside-loop .woocommerce-products-header__description p,
.woocommerce-products-header--inside-loop .wc-top-categories,
.woocommerce-products-header--inside-loop .wc-top-categories__list {
  min-width: 0;
  max-width: 100%;
}

.woocommerce-products-header--inside-loop .woocommerce-products-header__description,
.woocommerce-products-header--inside-loop .woocommerce-products-header__description p {
  overflow-wrap: anywhere;
}

.woocommerce-products-header--inside-loop .woocommerce-products-header__inner {
  gap: 0.45rem;
}

.woocommerce-products-header--inside-loop .woocommerce-products-header__title {
  padding-right: 7rem;
}

.woocommerce-products-header--inside-loop.is-paginated-page .woocommerce-products-header__inner {
  align-items: center;
  grid-template-columns: minmax(0, 1fr) auto;
}

.woocommerce-products-header--inside-loop.is-paginated-page .woocommerce-products-header__title {
  grid-column: 1;
  grid-row: 1;
  font-size: 40px;
  padding-right: 0;
}

.woocommerce-products-header__pagination {
  position: absolute;
  top: 24px;
  right: 30px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 9px;
  border: 1px solid #fff;
  border-radius: 999px;
  background: #fff;
  color: var(--color-primary);
  font-size: 0.7rem;
  font-weight: 650;
  line-height: 1;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.woocommerce-products-header--inside-loop.is-paginated-page .woocommerce-products-header__pagination {
  position: relative;
  top: auto;
  right: auto;
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  justify-self: end;
}

.woocommerce-products-header--dark .woocommerce-products-header__pagination {
  border-color: #fff;
  background: #fff;
  color: var(--color-primary);
}

.woocommerce-products-header--inside-loop .woocommerce-products-header__description p {
  margin: 0;
}

.woocommerce-products-header--inside-loop .woocommerce-products-header__description p + p {
  margin-top: 0.28rem;
}

.woocommerce-products-header--cart-page {
  margin: 0 0 1.75rem;
}

.woocommerce-products-header--cart-page .woocommerce-products-header__inner {
  gap: 0.5rem;
  padding: 24px 28px;
}

.woocommerce-products-header--cart-page .woocommerce-products-header__title {
  padding-right: 0;
  font-size: clamp(2.5rem, 4.4vw, 4rem);
  line-height: 0.94;
}

.woocommerce-products-header--cart-page .woocommerce-products-header__description {
  max-width: 64ch;
  font-size: 0.92rem;
  line-height: 1.68;
}

.woocommerce-products-header--cart-page .woocommerce-products-header__breadcrumb-current {
  color: #ffffff;
}

.woocommerce-products-header--inside-loop .wc-top-categories {
  display: none;
}

.woocommerce-products-header--dark {
  color: #ffffff;
  overflow: hidden;
  border-radius: 20px;
  background: #111111;
}

.woocommerce-products-header--dark .woocommerce-products-header__inner {
  border-color: rgba(255, 255, 255, 0.12);
  overflow: hidden;
  isolation: isolate;
  background: transparent;
}

.woocommerce-products-header--dark .woocommerce-products-header__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.06), transparent 22%),
    linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.03));
  pointer-events: none;
}

.woocommerce-products-header--dark.has-category-bg .woocommerce-products-header__inner::before {
  background:
    linear-gradient(180deg, rgba(17, 17, 17, 0.2) 0%, rgba(17, 17, 17, 0.42) 48%, rgba(17, 17, 17, 0.9) 100%),
    linear-gradient(90deg, rgba(17, 17, 17, 0.64) 0%, rgba(17, 17, 17, 0.74) 62%, rgba(17, 17, 17, 0.86) 100%),
    var(--bunnyshop-archive-header-bg);
  background-position: center;
  background-size: cover;
}

.woocommerce-products-header--dark .woocommerce-products-header__eyebrow,
.woocommerce-products-header--dark .woocommerce-products-header__description {
  color: rgba(255, 255, 255, 0.72);
}

.woocommerce-products-header--dark .woocommerce-products-header__breadcrumb {
  color: rgba(255, 255, 255, 0.72);
}

.woocommerce-products-header--dark .wc-top-categories__item a {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.86);
}

.woocommerce-products-header--dark .wc-top-categories__item a:hover,
.woocommerce-products-header--dark .wc-top-categories__item a:focus-visible,
.woocommerce-products-header--dark .wc-top-categories__item a.is-ancestor {
  border-color: rgba(255, 255, 255, 0.72);
  color: #ffffff;
}

.woocommerce-products-header--dark .wc-top-categories__item a.is-active,
.woocommerce-products-header--dark .wc-top-categories__list:last-of-type .wc-top-categories__item a.is-active,
.woocommerce-products-header--dark .wc-top-categories__list.is-current .wc-top-categories__item a.is-active {
  background: #ffffff;
  color: #111111;
  border-color: #ffffff;
}

.woocommerce-products-header.has-media {
  overflow: hidden;
}

.woocommerce-products-header__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
  background: #202124;
}

.woocommerce-products-header__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.42);
}

.woocommerce-products-header__media iframe,
.woocommerce-products-header__media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
  pointer-events: none;
}

.woocommerce-products-header__media iframe {
  top: 50%;
  left: 50%;
  width: 100%;
  height: 130%;
  transform: translate(-50%, -50%);
}

.woocommerce-products-header__media video {
  mix-blend-mode: normal;
}


.woocommerce-products-header__title,
.woocommerce-products-header__description {
  position: relative;
  z-index: 1;
}

.woocommerce-products-header__breadcrumb {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  width: 100%;
  font-size: 0.8rem;
  font-weight: 300;
  opacity: 0.8;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.woocommerce-products-header__breadcrumb-link {
  color: inherit;
  text-decoration: none;
}

.woocommerce-products-header--inside-loop .woocommerce-products-header__breadcrumb-link {
  border: 1px solid #fff;
  border-radius: 999px;
  padding: 0 6px;
  font-size: 10px;
  color: #fff;
}

.woocommerce-products-header__breadcrumb-link:hover {
  text-decoration: underline;
}

.woocommerce-products-header--inside-loop .woocommerce-products-header__breadcrumb-link:hover {
  text-decoration: none;
}

.woocommerce-products-header__breadcrumb-sep {
  opacity: 0.65;
}

.woocommerce-products-header--inside-loop .woocommerce-products-header__breadcrumb-sep {
  display: none;
}

.woocommerce-products-header__inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.25rem;
  box-sizing: border-box;
  border: 1px solid #e7e7e7;
  border-radius: 20px;
  padding: 30px;
}

.woocommerce-products-header__title {
  color: inherit;
}

.woocommerce-products-header__eyebrow {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-align: left;
  color: rgba(17, 17, 17, 0.62);
}

.woocommerce-products-header__description {
  color: rgba(17, 17, 17, 0.72);
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.7;
  text-align: left;
}

.woocommerce-products-header__description > :first-child {
  margin-top: 0;
}

.woocommerce-products-header__description > :last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .woocommerce-products-header__title {
    font-size: clamp(2.1rem, 8vw, 3rem);
  }

  .woocommerce-products-header--inside-loop .woocommerce-products-header__title {
    padding-right: 0;
  }

  .woocommerce-products-header--inside-loop.is-paginated-page .woocommerce-products-header__inner {
    grid-template-columns: 1fr;
    position: relative;
  }

  .woocommerce-products-header--inside-loop.is-paginated-page .woocommerce-products-header__title {
    grid-column: 1;
  }

  .woocommerce-products-header--inside-loop.is-paginated-page .woocommerce-products-header__title {
    padding-right: 5.8rem;
    font-size: clamp(2rem, 8.5vw, 2.55rem);
  }

  .woocommerce-products-header--inside-loop.is-paginated-page .woocommerce-products-header__pagination {
    position: absolute;
    top: 1.9rem;
    right: 1.9rem;
    grid-column: auto;
    grid-row: auto;
    justify-self: auto;
    margin: 0;
    white-space: nowrap;
  }

  .woocommerce-products-header__description {
    font-size: 0.8rem;
    line-height: 1.65;
  }

  .woocommerce-products-header:not(.woocommerce-products-header--cart-page) .woocommerce-products-header__description {
    --bunnyshop-archive-description-line-height: 1.65em;
    position: relative;
    max-height: calc(var(--bunnyshop-archive-description-line-height) * 5);
    overflow: hidden;
    cursor: pointer;
    transition: max-height 0.35s ease;
  }

  .woocommerce-products-header:not(.woocommerce-products-header--cart-page) .woocommerce-products-header__description::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: calc(var(--bunnyshop-archive-description-line-height) * 2.15);
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(17, 17, 17, 0), rgba(17, 17, 17, 0.88) 82%);
    transition: opacity 0.25s ease;
  }

  .woocommerce-products-header:not(.woocommerce-products-header--cart-page) .woocommerce-products-header__description.is-expanded {
    max-height: 520px;
    cursor: default;
  }

  .woocommerce-products-header:not(.woocommerce-products-header--cart-page) .woocommerce-products-header__description.is-expanded::after {
    opacity: 0;
  }

  .woocommerce-products-header--cart-page .woocommerce-products-header__inner {
    padding: 20px 18px;
  }

  .woocommerce-products-header--cart-page .woocommerce-products-header__title {
    font-size: clamp(2rem, 9vw, 2.8rem);
  }

}

.wc-top-categories {
  margin: 0 0 16px;
}

.woocommerce-products-header .wc-top-categories {
  position: relative;
  z-index: 1;
  margin: 0.3rem 0 0;
}

.wc-top-categories__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  padding: 0;
}

.woocommerce-products-header .wc-top-categories__list {
  justify-content: flex-start;
}

.wc-top-categories__list--children {
  margin-top: 10px;
}

.wc-top-categories__list--children {
  flex-wrap: nowrap;
  white-space: nowrap;
}

@media (min-width: 769px) {
  .wc-top-categories__list--children {
    gap: 8px;
  }

  .wc-top-categories__list--children .wc-top-categories__item a {
    font-size: clamp(0.7rem, 0.6rem + 0.4vw, 0.9rem);
    padding: 4px 12px;
  }
}

.wc-top-categories__list--children .wc-top-categories__item {
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.35s ease, transform 0.35s ease;
  transition-delay: calc(var(--item-index, 0) * 60ms);
}

.wc-top-categories__list--children.is-visible .wc-top-categories__item {
  opacity: 1;
  transform: translateY(0);
}

.wc-top-categories.is-loading {
  opacity: 0.6;
  pointer-events: none;
}

.wc-top-categories__item a {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border: 1px solid var(--color-border);
  border-radius: 999px;
  font-size: 0.9em;
  color: var(--color-primary);
  background: transparent;
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
  text-transform: uppercase;
}

.woocommerce-products-header .wc-top-categories__item a {
  border-color: rgba(17, 17, 17, 0.14);
  color: rgba(17, 17, 17, 0.86);
  background: transparent;
}

.wc-top-categories__item a:hover,
.wc-top-categories__item a:focus-visible,
.wc-top-categories__item a.is-active,
.wc-top-categories__item a.is-ancestor {
  border-color: var(--color-primary);
  color: var(--color-primary);
  text-decoration: none;
}

.woocommerce-products-header .wc-top-categories__item a:hover,
.woocommerce-products-header .wc-top-categories__item a:focus-visible,
.woocommerce-products-header .wc-top-categories__item a.is-ancestor {
  border-color: #111111;
  color: #111111;
  text-decoration: none;
}

.woocommerce-products-header .wc-top-categories__item a.is-active {
  background: #111111;
  color: #ffffff;
  border-color: #111111;
  text-decoration: none;
}

.wc-top-categories__list:last-of-type .wc-top-categories__item a.is-active {
  background: var(--color-primary);
  color: var(--color-bg);
  border-color: var(--color-primary);
}

.woocommerce-products-header .wc-top-categories__list:last-of-type .wc-top-categories__item a.is-active,
.woocommerce-products-header .wc-top-categories__list.is-current .wc-top-categories__item a.is-active {
  background: #111111;
  color: #ffffff;
  border-color: #111111;
}

.woocommerce-products-header.woocommerce-products-header--dark .wc-top-categories__item a.is-active,
.woocommerce-products-header.woocommerce-products-header--dark .wc-top-categories__list:last-of-type .wc-top-categories__item a.is-active,
.woocommerce-products-header.woocommerce-products-header--dark .wc-top-categories__list.is-current .wc-top-categories__item a.is-active {
  background: #ffffff;
  color: #111111;
  border-color: #ffffff;
}

.wc-top-categories__list.is-current .wc-top-categories__item a.is-active {
  background: var(--color-primary);
  color: var(--color-bg);
  border-color: var(--color-primary);
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px;
  align-content: start;
  column-gap: 12px;
  float: none;
  width: auto !important;
  margin: 0 !important;
  padding: 50px 20px 20px 20px;
  --product-pad: 20px;
  border-radius: 14px;
  background: #fff;
  position: relative;
  overflow: hidden;
  /*box-shadow:
    0 4px 12px rgba(0, 0, 0, 0.06),
    0 8px 20px rgba(0, 0, 0, 0.04);*/
  border:1px solid #e7e7e7;
  transition: border-color 0.2s ease;
}

.woocommerce ul.products li.product:not(.bunnyshop-ad-product):hover,
.woocommerce-page ul.products li.product:not(.bunnyshop-ad-product):hover,
.woocommerce ul.products li.product:not(.bunnyshop-ad-product):focus-within,
.woocommerce-page ul.products li.product:not(.bunnyshop-ad-product):focus-within {
  border-color: #202124;
  overflow: visible;
  z-index: 8;
}

.bunnyshop-product-in-cart-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: default !important;
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

.bunnyshop-product-in-cart-badge__icon {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #2e9b44;
  position: relative;
  display: block;
}

.bunnyshop-product-in-cart-badge__icon::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 9px;
  width: 14px;
  height: 8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.bunnyshop-product-in-cart-badge__tooltip {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background: #1a1a1a;
  color: #fff;
  padding: 8px 10px;
  border-radius: 6px;
  font-family: var(--font-family-body);
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(-4px);
  pointer-events: none;
  cursor: default !important;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.bunnyshop-product-in-cart-badge:hover .bunnyshop-product-in-cart-badge__tooltip,
.bunnyshop-product-in-cart-badge:focus-within .bunnyshop-product-in-cart-badge__tooltip {
  opacity: 1;
  transform: translateY(0);
}

.theme-dark .woocommerce ul.products li.product,
.theme-dark .woocommerce-page ul.products li.product {
  --color-text: #1a1a1a;
  --color-muted: #6b7280;
  --color-border: #e5e7eb;
  --color-primary: #1a1a1a;
  --color-secondary: #6b7280;
  --color-accent: #111827;
  color: var(--color-text);
  background: #fff;
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link,
.woocommerce-page ul.products li.product a.woocommerce-LoopProduct-link {
  display: contents;
  opacity: 0.95;
  color: inherit;
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link:hover,
.woocommerce-page ul.products li.product a.woocommerce-LoopProduct-link:hover {
  color: inherit;
  text-decoration: none;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
  grid-column: 1 / -1;
  display: block;
  opacity: 1;
  position: relative;
  z-index: 1;
  width: calc(100% + (var(--product-pad) * 2));
  font-family: var(--font-family-base);
  color: var(--color-primary);
  padding: 8px var(--product-pad) 20px;
  margin-left: calc(var(--product-pad) * -1);
  margin-right: calc(var(--product-pad) * -1);
  margin-top: 0;
  margin-bottom: 0;
  box-sizing: border-box;
  margin-top:-4px;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.01em;
  min-height: calc(2 * 1.1em + 28px);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

h2.woocommerce-loop-product__title {
  margin-bottom: 8px !important;
}

.woocommerce ul.products li.product .product-brand,
.woocommerce-page ul.products li.product .product-brand {
  grid-column: 1 / -1;
  display: block;
  opacity: 1;
  position: relative;
  z-index: 1;
  padding: 0;
  margin-top: 24px;
  margin-bottom: -6px;
  font-size: 12px;
  font-family: var(--font-family-body);
  font-weight: 300;
  letter-spacing: 0.02em;
  text-transform: none;
  color: var(--color-accent);
}

.woocommerce ul.products li.product .product-media-wrap + .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .product-media-wrap + .woocommerce-loop-product__title {
  margin-top: 32px;
}

.woocommerce ul.products li.product.outofstock a.woocommerce-LoopProduct-link,
.woocommerce-page ul.products li.product.outofstock a.woocommerce-LoopProduct-link {
  mix-blend-mode: luminosity;
}

.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button {
  width: 42px;
  height: 42px;
  padding: 0;
  border-radius: var(--radius);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  background: #fff;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.woocommerce ul.products li.product .add_to_cart_button:not(.product_type_simple),
.woocommerce-page ul.products li.product .add_to_cart_button:not(.product_type_simple) {
  display: none !important;
}

.woocommerce ul.products li.product .button::before,
.woocommerce-page ul.products li.product .button::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  background-color: currentColor;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

.woocommerce ul.products li.product .add_to_cart_button::before,
.woocommerce-page ul.products li.product .add_to_cart_button::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 6h15l-2 9H8L6 3H3' stroke='%23000' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='9' cy='20' r='1.5' fill='%23000'/%3E%3Ccircle cx='18' cy='20' r='1.5' fill='%23000'/%3E%3Cpath d='M12 8v6M9 11h6' stroke='%23000' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 6h15l-2 9H8L6 3H3' stroke='%23000' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='9' cy='20' r='1.5' fill='%23000'/%3E%3Ccircle cx='18' cy='20' r='1.5' fill='%23000'/%3E%3Cpath d='M12 8v6M9 11h6' stroke='%23000' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
}

.woocommerce ul.products li.product .add_to_cart_button.product_type_simple,
.woocommerce ul.products li.product .add_to_cart_button.product_type_simple.added,
.woocommerce-page ul.products li.product .add_to_cart_button.product_type_simple {
  grid-column: 2;
  align-self: center;
  justify-self: end;
  color: var(--color-primary);
  background: transparent;
  border: 0;
  z-index: 3;
  position: relative;
  margin-top: 4px;
  width: 36px;
  height: 36px;
  display: inline-flex !important;
  overflow: visible;
}

.woocommerce ul.products li.product .add_to_cart_button.product_type_simple::before,
.woocommerce ul.products li.product .add_to_cart_button.product_type_simple.added::before,
.woocommerce-page ul.products li.product .add_to_cart_button.product_type_simple::before {
  width: 28px;
  height: 28px;
  background-color: currentColor;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600.3 713'%3E%3Cpath d='M34.8,699.8c-5.2,0-9.3-4.1-9.3-9.3V200.1c0-5.2,4.1-9.3,9.3-9.3h86v-29.7c0-74.2,60.4-134.6,134.6-134.6h95c74.2,0,134.6,60.4,134.6,134.6v29.7h86c5.1,0,9.3,4.2,9.3,9.3v490.4c0,5.2-4.1,9.3-9.3,9.3H34.8z M44.1,681.2h517.6V209.4H44.1V681.2z M255.4,45.1c-64,0-116,52-116,116v29.7h327v-29.7c0-64-52-116-116-116H255.4z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600.3 713'%3E%3Cpath d='M34.8,699.8c-5.2,0-9.3-4.1-9.3-9.3V200.1c0-5.2,4.1-9.3,9.3-9.3h86v-29.7c0-74.2,60.4-134.6,134.6-134.6h95c74.2,0,134.6,60.4,134.6,134.6v29.7h86c5.1,0,9.3,4.2,9.3,9.3v490.4c0,5.2-4.1,9.3-9.3,9.3H34.8z M44.1,681.2h517.6V209.4H44.1V681.2z M255.4,45.1c-64,0-116,52-116,116v29.7h327v-29.7c0-64-52-116-116-116H255.4z'/%3E%3C/svg%3E");
}

.woocommerce ul.products li.product .add_to_cart_button.product_type_simple::after,
.woocommerce ul.products li.product .add_to_cart_button.product_type_simple.added::after,
.woocommerce-page ul.products li.product .add_to_cart_button.product_type_simple::after {
  content: "+";
  position: absolute;
  inset: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 300;
  font-family: var(--font-family-base);
  line-height: 1;
  margin-top: 5px;
  margin-left: 0;
  text-indent: 0;
  color: currentColor;
  z-index: 2;
}

.woocommerce ul.products li.product .added_to_cart.wc-forward,
.woocommerce-page ul.products li.product .added_to_cart.wc-forward {
  display: none !important;
}

.woocommerce ul.products li.product .price + .add_to_cart_button.product_type_simple,
.woocommerce-page ul.products li.product .price + .add_to_cart_button.product_type_simple {
  clear: none;
}

.woocommerce ul.products li.product .add_to_cart_button.product_type_simple:hover,
.woocommerce ul.products li.product .add_to_cart_button.product_type_simple:focus,
.woocommerce ul.products li.product .add_to_cart_button.product_type_simple.added:hover,
.woocommerce ul.products li.product .add_to_cart_button.product_type_simple.added:focus,
.woocommerce-page ul.products li.product .add_to_cart_button.product_type_simple:hover,
.woocommerce-page ul.products li.product .add_to_cart_button.product_type_simple:focus,
.woocommerce-page ul.products li.product .add_to_cart_button.product_type_simple:focus {
  background: transparent;
  color: var(--color-text);
  border-color: transparent;
}

.woocommerce ul.products li.product .add_to_cart_button.product_type_simple.loading::before,
.woocommerce-page ul.products li.product .add_to_cart_button.product_type_simple.loading::before {
  opacity: 0.18;
}

.woocommerce ul.products li.product .add_to_cart_button.product_type_simple.loading::after,
.woocommerce-page ul.products li.product .add_to_cart_button.product_type_simple.loading::after {
  content: "";
  position: absolute;
  inset: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border: 1.5px solid rgba(26, 26, 26, 0.2);
  border-top-color: currentColor;
  border-radius: 999px;
  animation: bunnyshopLoopAddToCartSpin 0.7s linear infinite;
  margin: auto;
  margin-top: 5px;
}

.woocommerce ul.products li.product .add_to_cart_button.product_type_simple .bunnyshop-loop-add-tooltip,
.woocommerce-page ul.products li.product .add_to_cart_button.product_type_simple .bunnyshop-loop-add-tooltip {
  position: absolute;
  top: auto;
  bottom: calc(100% + 9px);
  right: 0;
  background: #1a1a1a;
  color: #fff;
  padding: 8px 11px;
  border-radius: 6px;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.18);
  font-family: var(--font-family-body);
  font-size: 12px;
  font-weight: 300;
  line-height: 1.15;
  white-space: nowrap;
  text-indent: 0;
  opacity: 0;
  transform: translateY(4px);
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease;
  z-index: 40;
}

.woocommerce ul.products li.product .add_to_cart_button.product_type_simple .bunnyshop-loop-add-tooltip::after,
.woocommerce-page ul.products li.product .add_to_cart_button.product_type_simple .bunnyshop-loop-add-tooltip::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: -5px;
  width: 10px;
  height: 10px;
  background: #1a1a1a;
  transform: rotate(45deg);
}

.woocommerce ul.products li.product .add_to_cart_button.product_type_simple:hover .bunnyshop-loop-add-tooltip,
.woocommerce ul.products li.product .add_to_cart_button.product_type_simple:focus .bunnyshop-loop-add-tooltip,
.woocommerce ul.products li.product .add_to_cart_button.product_type_simple:focus-visible .bunnyshop-loop-add-tooltip,
.woocommerce-page ul.products li.product .add_to_cart_button.product_type_simple:hover .bunnyshop-loop-add-tooltip,
.woocommerce-page ul.products li.product .add_to_cart_button.product_type_simple:focus .bunnyshop-loop-add-tooltip,
.woocommerce-page ul.products li.product .add_to_cart_button.product_type_simple:focus-visible .bunnyshop-loop-add-tooltip {
  opacity: 1;
  transform: translateY(0);
}

@keyframes bunnyshopLoopAddToCartSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.bunnyshop-cart-popup {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 24px;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.22s ease, visibility 0.22s ease;
  z-index: 9999;
}

.bunnyshop-cart-popup.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: none;
}

.bunnyshop-cart-popup__dialog {
  width: min(480px, calc(100vw - 32px));
  background: #fff;
  border: 1px solid #111827;
  border-radius: 8px;
  box-shadow: 0 24px 72px rgba(0, 0, 0, 0.18);
  color: #111827;
  padding: 24px;
  position: relative;
  pointer-events: auto;
}

.bunnyshop-cart-popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border: 1px solid #111827;
  border-radius: 6px;
  background: #111827;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.bunnyshop-cart-popup__eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  position: relative;
  margin: 0 36px 16px 0;
  font-family: var(--font-family-base);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #111827;
}

.bunnyshop-cart-popup__eyebrow::before {
  content: "";
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.bunnyshop-cart-popup__eyebrow::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 6px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.bunnyshop-cart-popup__content {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.bunnyshop-cart-popup__image {
  width: 110px;
  height: 110px;
  object-fit: contain;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 10px;
}

.bunnyshop-cart-popup__text {
  min-width: 0;
}

.bunnyshop-cart-popup__brand {
  margin: 0 0 6px;
  font-family: var(--font-family-body);
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ff4b4b;
}

.bunnyshop-cart-popup__title {
  margin: 0 0 10px;
  font-family: var(--font-family-base);
  font-size: 20px;
  font-weight: 300;
  line-height: 1.08;
  color: #111827;
}

.bunnyshop-cart-popup__price {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.bunnyshop-cart-popup__price-current {
  display: inline-block;
  background: transparent;
  color: #111827;
  padding: 0;
  font-family: var(--font-family-base);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}

.bunnyshop-cart-popup__price-old {
  color: rgba(17, 24, 39, 0.55);
  font-family: var(--font-family-body);
  font-size: 14px;
  font-weight: 300;
  text-decoration: line-through;
}

.bunnyshop-cart-popup__cart-link {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 0;
  padding: 12px 16px;
  border: 1px solid #111827;
  border-radius: 6px;
  background: #111827;
  color: #fff;
  font-family: var(--font-family-base);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.18s ease, color 0.18s ease;
}

.bunnyshop-cart-popup__cart-link:hover,
.bunnyshop-cart-popup__cart-link:focus-visible {
  background: #fff;
  color: #111827;
  text-decoration: none;
}

@media (max-width: 640px) {
  .bunnyshop-cart-popup {
    align-items: flex-end;
    justify-content: center;
    padding: 16px;
  }

  .bunnyshop-cart-popup__dialog {
    width: 100%;
    padding: 18px;
  }

  .bunnyshop-cart-popup__content {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .bunnyshop-cart-popup__image {
    width: 100%;
    max-width: 180px;
    height: 140px;
    margin: 0 auto;
  }

  .bunnyshop-cart-popup__title {
    font-size: 18px;
  }
}

.woocommerce ul.products li.product .product_type_variable::before,
.woocommerce ul.products li.product .product_type_grouped::before,
.woocommerce-page ul.products li.product .product_type_variable::before,
.woocommerce-page ul.products li.product .product_type_grouped::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 6h16M7 12h10M10 18h4' stroke='%23000' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3Ccircle cx='9' cy='6' r='2' fill='%23000'/%3E%3Ccircle cx='15' cy='12' r='2' fill='%23000'/%3E%3Ccircle cx='12' cy='18' r='2' fill='%23000'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 6h16M7 12h10M10 18h4' stroke='%23000' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3Ccircle cx='9' cy='6' r='2' fill='%23000'/%3E%3Ccircle cx='15' cy='12' r='2' fill='%23000'/%3E%3Ccircle cx='12' cy='18' r='2' fill='%23000'/%3E%3C/svg%3E");
}

.woocommerce ul.products li.product .read_more,
.woocommerce-page ul.products li.product .read_more {
  display: none !important;
}

.woocommerce ul.products li.product.outofstock .button,
.woocommerce-page ul.products li.product.outofstock .button {
  display: none !important;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce-page ul.products li.product .button:hover {
  background: var(--color-text);
  color: var(--color-bg);
  border-color: var(--color-text);
}

.woocommerce ul.products li.product.outofstock::after,
.woocommerce-page ul.products li.product.outofstock::after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.18) 0,
    rgba(0, 0, 0, 0.18) 4px,
    rgba(0, 0, 0, 0) 4px,
    rgba(0, 0, 0, 0) 8px
  );
  opacity: 0.5;
  pointer-events: none;
  z-index: 3;
}

@media (max-width: 1200px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .bunnyshop-wc-loop-layout,
  .bunnyshop-wc-loop-layout--right {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .bunnyshop-wc-loop-layout--right .bunnyshop-wc-loop-sidebar,
  .bunnyshop-wc-loop-layout--right .bunnyshop-wc-loop-main {
    order: initial;
  }

  .bunnyshop-wc-loop-sidebar {
    align-self: auto;
  }

  .woocommerce ul.products,
  .woocommerce-page ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bunnyshop-wc-loop-main .woocommerce ul.products,
  .bunnyshop-wc-loop-main ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .bunnyshop-products-sidebar__inner {
    position: static;
    top: auto;
    max-height: none;
    overflow: visible;
    overscroll-behavior: auto;
    scrollbar-gutter: auto;
  }
}

@media (max-width: 980px) {
  :root {
    --bunnyshop-mobile-filters-top-offset: calc(var(--header-height, 0px) + var(--wp-admin--admin-bar--height, 0px));
  }

  @keyframes bunnyshopMobileFiltersToggleIntro {
    0% {
      opacity: 0;
      transform: translateY(18px) scale(0.96);
    }

    62% {
      opacity: 1;
      transform: translateY(-4px) scale(1.03);
    }

    100% {
      opacity: 1;
      transform: translateY(0) scale(1);
    }
  }

  .bunnyshop-mobile-filters-toggle {
    position: fixed;
    right: 12px;
    bottom: 18px;
    top: auto;
    transform: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 18px;
    border: 1px solid #d72626;
    border-radius: 999px;
    background: #d72626;
    color: #fff;
    font-family: var(--font-family-base);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    z-index: 1200;
    pointer-events: auto;
    box-shadow: 0 10px 26px rgba(215, 38, 38, 0.28);
    animation: none;
  }

  body.woocommerce.archive .bunnyshop-mobile-filters-toggle,
  body.post-type-archive-product .bunnyshop-mobile-filters-toggle,
  body.woocommerce-shop .bunnyshop-mobile-filters-toggle,
  body.tax-product_cat .bunnyshop-mobile-filters-toggle,
  body.tax-product_tag .bunnyshop-mobile-filters-toggle,
  body.tax-product_brand .bunnyshop-mobile-filters-toggle {
    right: 14px;
    bottom: calc(74px + env(safe-area-inset-bottom, 0px));
  }

  @media (prefers-reduced-motion: reduce) {
    .bunnyshop-mobile-filters-toggle {
      animation: none;
    }
  }

  .bunnyshop-mobile-filters-backdrop {
    display: block;
    position: fixed;
    top: var(--bunnyshop-mobile-filters-top-offset);
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(15, 23, 42, 0.45);
    z-index: 7;
    opacity: 0;
    pointer-events: none;
  }

  .bunnyshop-wc-loop-sidebar[data-mobile-filters-panel] {
    position: fixed;
    top: var(--bunnyshop-mobile-filters-top-offset);
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 8;
    background: #fff;
    overflow-y: auto;
    padding: 16px 16px 24px;
    transform: translateX(100%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.28s ease, opacity 0.28s ease;
  }

  .bunnyshop-wc-loop-sidebar[data-mobile-filters-panel],
  .bunnyshop-wc-loop-sidebar[data-mobile-filters-panel] .bunnyshop-products-sidebar__inner,
  .bunnyshop-wc-loop-sidebar[data-mobile-filters-panel] .bunnyshop-wc-sidebar-filter {
    --color-text: #111827;
    --color-primary: #111827;
    --color-muted: #4b5563;
    --color-secondary: #4b5563;
    color: #111827;
  }

  body.bunnyshop-mobile-filters-open .bunnyshop-wc-sidebar-filter__link,
  body.bunnyshop-mobile-filters-open .bunnyshop-wc-sidebar-filter__label {
    color: #111827;
    -webkit-text-fill-color: #111827;
    font-weight: 500;
  }

  body.bunnyshop-mobile-filters-open .bunnyshop-wc-sidebar-filter__list[class*="bunnyshop-wc-sidebar-filter__list--level-"] .bunnyshop-wc-sidebar-filter__count {
    color: #111827;
    -webkit-text-fill-color: #111827;
  }

  body.bunnyshop-mobile-filters-open .bunnyshop-wc-sidebar-filter__list--measures .bunnyshop-wc-sidebar-filter__link--color,
  body.bunnyshop-mobile-filters-open .bunnyshop-wc-sidebar-filter__list--levels .bunnyshop-wc-sidebar-filter__link--color {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  body.bunnyshop-mobile-filters-open .bunnyshop-wc-sidebar-filter__list--measures .bunnyshop-wc-sidebar-filter__count,
  body.bunnyshop-mobile-filters-open .bunnyshop-wc-sidebar-filter__list--levels .bunnyshop-wc-sidebar-filter__count {
    width: auto;
    max-width: max-content;
    justify-self: end;
  }

  body.bunnyshop-mobile-filters-open .bunnyshop-wc-color-combobox__checkbox:checked ~ .bunnyshop-wc-sidebar-filter__count {
    background: #111827;
    border-color: #111827;
    color: #fff;
    -webkit-text-fill-color: #fff;
  }

  body.bunnyshop-mobile-filters-open .bunnyshop-wc-multicombobox__checkbox:checked + .bunnyshop-wc-sidebar-filter__brand-mark {
    background: #111827;
    border-color: #111827;
    color: #fff;
    -webkit-text-fill-color: #fff;
  }

  body.bunnyshop-mobile-filters-open .bunnyshop-wc-sidebar-filter__list--level-1 .bunnyshop-wc-sidebar-filter__link.is-active,
  body.bunnyshop-mobile-filters-open .bunnyshop-wc-sidebar-filter__list--level-1 .bunnyshop-wc-sidebar-filter__link.is-active .bunnyshop-wc-sidebar-filter__label {
    color: #fff;
    -webkit-text-fill-color: #fff;
    font-weight: 700;
  }

  body.bunnyshop-mobile-filters-open .bunnyshop-wc-sidebar-filter__title,
  body.bunnyshop-mobile-filters-open .bunnyshop-wc-sidebar-filter__all-categories,
  body.bunnyshop-mobile-filters-open .bunnyshop-wc-orderby-filter__select {
    color: #111827;
    -webkit-text-fill-color: #111827;
    font-weight: 500;
  }

  body.bunnyshop-mobile-filters-open .bunnyshop-wc-color-combobox:not(.is-disabled) .bunnyshop-wc-color-combobox__label,
  body.bunnyshop-mobile-filters-open .bunnyshop-wc-brand-combobox:not(.is-disabled) .bunnyshop-wc-color-combobox__label,
  body.bunnyshop-mobile-filters-open .bunnyshop-wc-measure-combobox:not(.is-disabled) .bunnyshop-wc-color-combobox__label,
  body.bunnyshop-mobile-filters-open .bunnyshop-wc-level-combobox:not(.is-disabled) .bunnyshop-wc-color-combobox__label {
    color: #111827;
    -webkit-text-fill-color: #111827;
    font-weight: 700;
  }

  body.bunnyshop-mobile-filters-open .bunnyshop-wc-color-combobox:not(.is-disabled) .bunnyshop-wc-color-combobox__value,
  body.bunnyshop-mobile-filters-open .bunnyshop-wc-brand-combobox:not(.is-disabled) .bunnyshop-wc-color-combobox__value,
  body.bunnyshop-mobile-filters-open .bunnyshop-wc-measure-combobox:not(.is-disabled) .bunnyshop-wc-color-combobox__value,
  body.bunnyshop-mobile-filters-open .bunnyshop-wc-level-combobox:not(.is-disabled) .bunnyshop-wc-color-combobox__value {
    color: #4b5563;
    -webkit-text-fill-color: #4b5563;
    font-weight: 500;
  }

  body.bunnyshop-mobile-filters-open .bunnyshop-wc-color-combobox.has-selection .bunnyshop-wc-color-combobox__label,
  body.bunnyshop-mobile-filters-open .bunnyshop-wc-brand-combobox.has-selection .bunnyshop-wc-color-combobox__label,
  body.bunnyshop-mobile-filters-open .bunnyshop-wc-measure-combobox.has-selection .bunnyshop-wc-color-combobox__label,
  body.bunnyshop-mobile-filters-open .bunnyshop-wc-level-combobox.has-selection .bunnyshop-wc-color-combobox__label,
  body.bunnyshop-mobile-filters-open .bunnyshop-wc-color-combobox:has([data-color-option]:checked) .bunnyshop-wc-color-combobox__label,
  body.bunnyshop-mobile-filters-open .bunnyshop-wc-brand-combobox:has([data-brand-option]:checked) .bunnyshop-wc-color-combobox__label,
  body.bunnyshop-mobile-filters-open .bunnyshop-wc-measure-combobox:has([data-measure-option]:checked) .bunnyshop-wc-color-combobox__label,
  body.bunnyshop-mobile-filters-open .bunnyshop-wc-level-combobox:has([data-level-option]:checked) .bunnyshop-wc-color-combobox__label {
    color: #fff;
    -webkit-text-fill-color: #fff;
    font-weight: 700;
  }

  body.bunnyshop-mobile-filters-open .bunnyshop-wc-color-combobox.has-selection .bunnyshop-wc-color-combobox__value,
  body.bunnyshop-mobile-filters-open .bunnyshop-wc-brand-combobox.has-selection .bunnyshop-wc-color-combobox__value,
  body.bunnyshop-mobile-filters-open .bunnyshop-wc-measure-combobox.has-selection .bunnyshop-wc-color-combobox__value,
  body.bunnyshop-mobile-filters-open .bunnyshop-wc-level-combobox.has-selection .bunnyshop-wc-color-combobox__value,
  body.bunnyshop-mobile-filters-open .bunnyshop-wc-color-combobox:has([data-color-option]:checked) .bunnyshop-wc-color-combobox__value,
  body.bunnyshop-mobile-filters-open .bunnyshop-wc-brand-combobox:has([data-brand-option]:checked) .bunnyshop-wc-color-combobox__value,
  body.bunnyshop-mobile-filters-open .bunnyshop-wc-measure-combobox:has([data-measure-option]:checked) .bunnyshop-wc-color-combobox__value,
  body.bunnyshop-mobile-filters-open .bunnyshop-wc-level-combobox:has([data-level-option]:checked) .bunnyshop-wc-color-combobox__value {
    background: #fff;
    color: #111827;
    -webkit-text-fill-color: #111827;
    font-weight: 700;
  }

  body.bunnyshop-mobile-filters-open .bunnyshop-wc-color-combobox.has-selection .bunnyshop-wc-color-combobox__trigger::after,
  body.bunnyshop-mobile-filters-open .bunnyshop-wc-brand-combobox.has-selection .bunnyshop-wc-color-combobox__trigger::after,
  body.bunnyshop-mobile-filters-open .bunnyshop-wc-measure-combobox.has-selection .bunnyshop-wc-color-combobox__trigger::after,
  body.bunnyshop-mobile-filters-open .bunnyshop-wc-level-combobox.has-selection .bunnyshop-wc-color-combobox__trigger::after,
  body.bunnyshop-mobile-filters-open .bunnyshop-wc-color-combobox:has([data-color-option]:checked) .bunnyshop-wc-color-combobox__trigger::after,
  body.bunnyshop-mobile-filters-open .bunnyshop-wc-brand-combobox:has([data-brand-option]:checked) .bunnyshop-wc-color-combobox__trigger::after,
  body.bunnyshop-mobile-filters-open .bunnyshop-wc-measure-combobox:has([data-measure-option]:checked) .bunnyshop-wc-color-combobox__trigger::after,
  body.bunnyshop-mobile-filters-open .bunnyshop-wc-level-combobox:has([data-level-option]:checked) .bunnyshop-wc-color-combobox__trigger::after {
    border-color: #fff;
  }

  .bunnyshop-mobile-filters-close {
    position: fixed;
    top: 14px;
    right: 14px;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d7dde7;
    border-radius: 999px;
    background: #fff;
    color: var(--color-text);
    font-size: 1.8rem;
    line-height: 1;
    z-index: 1201;
    opacity: 0;
    pointer-events: none;
  }

  .bunnyshop-wc-sidebar-filter__title {
    display: flex;
    width: 100%;
  }

  .bunnyshop-wc-sidebar-filter__all-categories {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 22px;
    margin: 0 0 0 auto;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    cursor: pointer;
  }

  .bunnyshop-wc-sidebar-filter__all-categories-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    font-size: 0.82rem;
    line-height: 1;
    transform: translateY(-1px);
  }

  body.bunnyshop-mobile-filters-open {
    overflow: hidden;
  }

  html.bunnyshop-mobile-filters-open,
  body.bunnyshop-mobile-filters-open {
    overflow: hidden;
    overscroll-behavior: none;
  }

  body.bunnyshop-mobile-filters-open {
    touch-action: none;
  }

  body.bunnyshop-mobile-filters-open .bunnyshop-wc-loop-sidebar[data-mobile-filters-panel] {
    overscroll-behavior: contain;
    touch-action: pan-y;
  }

  body.bunnyshop-mobile-filters-open .bunnyshop-mobile-filters-backdrop {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }

  body.bunnyshop-mobile-filters-open .bunnyshop-wc-loop-sidebar[data-mobile-filters-panel] {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
  }

  body.bunnyshop-mobile-filters-open .bunnyshop-mobile-filters-toggle {
    opacity: 0;
    pointer-events: none;
  }

  body.bunnyshop-mobile-filters-open .bunnyshop-wc-loop-layout .bunnyshop-mobile-filters-close {
    opacity: 1;
    pointer-events: auto;
  }
    .bunnyshop-mobile-filters-actions {
    display: flex;
    position: sticky;
    bottom: 0;
    margin-top: 16px;
    gap: 10px;
    padding: 12px 0 calc(12px + env(safe-area-inset-bottom));
    border-top: 1px solid #e6ebf2;
    background: #fff;
    z-index: 5;
  }

  .bunnyshop-wc-color-combobox__btn--apply,
  .bunnyshop-wc-multicombobox__btn--apply {
    display: none;
  }

}
@media (max-width: 720px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    grid-template-columns: 1fr;
  }

  .bunnyshop-wc-loop-main .woocommerce ul.products,
  .bunnyshop-wc-loop-main ul.products {
    grid-template-columns: 1fr !important;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    min-height: 0;
    overflow: visible;
    display: block;
    opacity: 1;
    position: relative;
    z-index: 1;
    -webkit-line-clamp: initial;
    -webkit-box-orient: initial;
  }

  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product,
  .woocommerce ul.products li.product a.woocommerce-LoopProduct-link,
  .woocommerce-page ul.products li.product a.woocommerce-LoopProduct-link {
    width: 100% !important;
    max-width: 100% !important;
  }

  .woocommerce ul.products li.product .product-media-wrap,
  .woocommerce-page ul.products li.product .product-media-wrap {
    display: flex;
    justify-content: center;
  }

  .woocommerce ul.products li.product .product-media-wrap > img,
  .woocommerce-page ul.products li.product .product-media-wrap > img {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
  }
}

.wc-pagination-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 2rem;
  background: #fff;
  padding: 20px 24px;
  border-radius: 14px;
  box-shadow: none;
  border: 1px solid #e7e7e7;
}

.wc-pagination-row--top {
  margin-top: 0;
  margin-bottom: 1.25rem;
}

.woocommerce nav.woocommerce-pagination ul {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  border: 0;
}

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

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid transparent;
  color: var(--color-text);
  background: transparent;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
  border-color: var(--color-border);
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #d72626;
  color: #fff;
  border-color: #d72626;
}

.woocommerce .woocommerce-result-count {
  margin: 0;
  color: #6b7280;
  font-size: 0.95rem;
}

@media (max-width: 768px) {
  .wc-pagination-row {
    flex-direction: column;
    align-items: flex-start;
  }
}

.variation-size-options {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0.5rem 0 1rem;
  border: 0;
  border-radius: var(--radius);
  overflow: hidden;
  width: 100%;
}

.variation-size-label {
  width: 100%;
  font-weight: 600;
  margin: 0 0 0.5rem;
}

.variation-size-option {
  border: 0;
  border: 1px solid var(--color-primary);
  background: transparent;
  color: var(--color-text);
  padding: 0.85rem 1rem;
  border-radius: var(--radius);
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
  width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.variation-size-option.is-active {
  background: var(--color-text);
  color: var(--color-bg);
}

.variation-size-option.is-out-of-stock,
.variation-color-option.is-out-of-stock {
  opacity: 0.5;
  mix-blend-mode: luminosity;
  cursor: default;
  pointer-events: none;
  border-color: #d7d7d7;
  color: #c7c7c7;
}

.variation-color-options {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0.5rem 0 1rem;
  width: 100%;
}

.variation-color-label {
  width: 100%;
  font-weight: 600;
  margin: 0 0 0.5rem;
}

.variation-color-option {
  border: 1px solid var(--color-primary);
  background: transparent;
  color: var(--color-text);
  padding: 0.85rem 1rem;
  border-radius: var(--radius);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
}

.variation-color-swatch {
  width: 12px;
  height: 12px;
  border-radius: var(--radius);
  border: 1px solid rgba(0, 0, 0, 0.25);
  background: transparent;
}

.variation-color-option.is-active {
  background: var(--color-text);
  color: var(--color-bg);
}


.variation-color-row th.label,
.variation-color-row td.label {
  display: none;
}
.variation-size-row th.label,
.variation-size-row td.label {
  display: none;
}

.single-product div.product form.cart table.variations,
.single-product div.product form.cart table.variations tbody {
  display: block;
  opacity: 0.95;
  position: relative;
  z-index: 1;
  width: 100%;
}

.single-product div.product form.cart table.variations tbody {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px 16px;
}

.single-product div.product form.cart table.variations tr {
  display: block;
  opacity: 0.95;
  position: relative;
  z-index: 1;
  margin: 0;
}

.single-product div.product form.cart table.variations tr.variation-row--compact {
  grid-column: span 1;
}

.single-product div.product form.cart table.variations tr.variation-row--full {
  grid-column: 1 / -1;
}

.single-product div.product form.cart table.variations tr td.value {
  display: block;
  opacity: 0.95;
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
  padding: 0;
}

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

.single-product div.product form.cart .variations_button,
.single-product div.product form.cart .quantity,
.single-product div.product form.cart:not(.variations_form) {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.single-product div.product .summary.entry-summary form.cart {
  border: 1px solid #d7dde7;
  padding: 0 20px 20px 20px;
  border-radius: 5px;
  margin-top: 15px;
}

.single-product div.product .summary.entry-summary form.cart:not(.variations_form) {
  padding-top: 20px;
}

.single-product div.product form.cart .variations_button,
.single-product div.product form.cart:not(.variations_form) {
  position: relative;
}

.single-product div.product form.cart .quantity {
  margin: 0;
  flex: 0 0 auto;
  position: absolute;
  left: 8px;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}

.single-product div.product form.cart:not(.variations_form) .quantity {
  top: 44px;
  margin-left: 30px;
}

.single-product div.product form.cart .quantity .qty {
  min-width: 72px;
  height: 38px;
  border: 1px solid #d7dde7;
  border-radius: var(--radius);
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
  color: var(--color-text);
  font-family: var(--font-family-base);
  font-size: 1rem;
  font-weight: 300;
  text-align: center;
  padding: 0 14px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.single-product div.product form.cart .quantity .qty:hover,
.single-product div.product form.cart .quantity .qty:focus {
  border-color: #fff;
  box-shadow: 0 0 0 3px rgba(17, 24, 39, 0.06);
  outline: none;
}

.single-product div.product form.cart .single_add_to_cart_button.button {
  flex: 1 1 260px;
  width: 100%;
  position: relative;
  min-height: 48px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  background: #d72626;
  color: #fff;
  font-family: var(--font-family-base);
  font-size: 0.92rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
  padding: 0.95rem 1.6rem 0.95rem 5.9rem;
  box-shadow: none;
  transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.single-product div.product form.cart .single_add_to_cart_button.button::before {
  content: "";
  position: absolute;
  left: calc(50% - 84px);
  top: 50%;
  width: 20px;
  height: 24px;
  transform: translateY(-50%);
  background: currentColor;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600.3 713'%3E%3Cpath d='M34.8,699.8c-5.2,0-9.3-4.1-9.3-9.3V200.1c0-5.2,4.1-9.3,9.3-9.3h86v-29.7c0-74.2,60.4-134.6,134.6-134.6h95c74.2,0,134.6,60.4,134.6,134.6v29.7h86c5.1,0,9.3,4.2,9.3,9.3v490.4c0,5.2-4.1,9.3-9.3,9.3H34.8z M44.1,681.2h517.6V209.4H44.1V681.2z M255.4,45.1c-64,0-116,52-116,116v29.7h327v-29.7c0-64-52-116-116-116H255.4z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600.3 713'%3E%3Cpath d='M34.8,699.8c-5.2,0-9.3-4.1-9.3-9.3V200.1c0-5.2,4.1-9.3,9.3-9.3h86v-29.7c0-74.2,60.4-134.6,134.6-134.6h95c74.2,0,134.6,60.4,134.6,134.6v29.7h86c5.1,0,9.3,4.2,9.3,9.3v490.4c0,5.2-4.1,9.3-9.3,9.3H34.8z M44.1,681.2h517.6V209.4H44.1V681.2z M255.4,45.1c-64,0-116,52-116,116v29.7h327v-29.7c0-64-52-116-116-116H255.4z'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
}

.single-product div.product form.cart .single_add_to_cart_button.button::after {
  content: "+";
  position: absolute;
  left: calc(50% - 79px);
  top: calc(50% + 2px);
  transform: translateY(-50%);
  color: currentColor;
  font-family: var(--font-family-base);
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1;
}

.single-product div.product form.cart .single_add_to_cart_button.button:hover,
.single-product div.product form.cart .single_add_to_cart_button.button:focus {
  background: #111827;
  outline: none;
}

.single-product div.product form.cart .single_add_to_cart_button.button:disabled,
.single-product div.product form.cart .single_add_to_cart_button.button.disabled {
  box-shadow: none;
  opacity: 0.55;
}

.single-product div.product form.cart.bunnyshop-single-add-to-cart-loading .single_add_to_cart_button.button {
  cursor: progress;
  opacity: 0.72;
}

@media (max-width: 720px) {
  body.single-product {
    padding-bottom: calc(86px + env(safe-area-inset-bottom, 0px));
  }

  .single-product div.product form.cart table.variations tbody {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .single-product div.product form.cart table.variations tr.variation-row--compact,
  .single-product div.product form.cart table.variations tr.variation-row--full {
    grid-column: 1 / -1;
  }

  .single-product div.product form.cart .variations_button,
  .single-product div.product form.cart:not(.variations_form) {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    display: flex;
    align-items: stretch;
    width: 100%;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px));
    background: rgba(255, 255, 255, 0.98);
    border-top: 1px solid #e5e7eb;
    box-shadow: 0 -12px 32px rgba(15, 23, 42, 0.12);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .single-product div.product form.cart .quantity {
    display: none !important;
  }

  .single-product div.product form.cart .single_add_to_cart_button.button {
    flex: 1 1 auto;
    width: 100%;
    min-height: 54px;
    border-radius: 999px;
    padding: 0.95rem 1.4rem 0.95rem 4.8rem;
  }
}

.product-color-swatches {
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
  margin-top: 0;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: -23px;
  transform: translateX(-50%);
  z-index: 2;
  border:1px solid #ececec;
  padding:4px 8px;
  border-radius:25px;
  background-color: rgba(255, 255, 255, 1);
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

.product-color-swatches__item {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.25);
  background: var(--swatch-color, transparent);
}

.product-size-options {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 6px;
  margin: 6px 0 0;
  font-size: 12px;
  line-height: 1;
  clear: both;
}

.product-size-options__item {
  border: 1px solid var(--color-primary);
  padding: 4px 8px;
  border-radius: var(--radius);
  color: var(--color-text);
  background: transparent;
  white-space: nowrap;
}

.product-version-options {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 6px;
  margin: 6px 0 0;
  font-size: 12px;
  line-height: 1;
}

.product-version-options__item {
  border: 1px solid var(--color-primary);
  padding: 4px 8px;
  border-radius: var(--radius);
  color: var(--color-text);
  background: transparent;
  white-space: nowrap;
}

.product-delivery-time {
  font-size: 12px;
  font-family: "FF Good Pro", var(--font-family-base);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: absolute;
  top: 10px;
  left: 16px;
  z-index: 3;
  background-color: rgba(255,255,255,0.92);
  -webkit-backdrop-filter: blur(12px) !important;
  backdrop-filter: blur(12px) !important;
  padding: 2px 6px;
  border: 1px solid rgba(17, 24, 39, 0.88);
  border-radius: 999px;
  color: #111827;
  -webkit-text-fill-color: #111827;
  text-transform: uppercase;
}

.product-delivery-time__icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.product-delivery-time__icon svg {
  width: 18px;
  height: 18px;
  display: block;
}

.bunnyshop-product-accordion {
  margin-top: 1.35rem;
  display: grid;
  gap: 10px;
  border-top: 0;
}

.bunnyshop-product-accordion__item {
  border: 1px solid #e1e6ee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.04);
  overflow: clip;
  transition: border-color 0.22s ease, box-shadow 0.22s ease;
}

.bunnyshop-product-accordion__item:not(.is-open):not(.is-closing) {
  border-radius: 999px;
}

.bunnyshop-product-accordion__item.is-open,
.bunnyshop-product-accordion__item.is-closing {
  border-color: #c8d1df;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.07);
}

.bunnyshop-product-accordion__heading {
  margin: 0;
}

.bunnyshop-product-accordion__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--color-text);
  text-align: left;
  min-height: 50px;
  padding: 0.95rem 1.25rem;
  cursor: pointer;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.bunnyshop-product-accordion__title {
  font-family: var(--font-family-base);
  font-size: 0.86rem;
  font-weight: 650;
  letter-spacing: 0.03em;
  text-transform: none;
  color: inherit;
}

.bunnyshop-product-accordion__icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  position: relative;
  border: 1px solid #d9e0ea;
  border-radius: 999px;
  color: #111827;
  background: #fff;
  transition: transform 0.22s ease, border-color 0.22s ease, background-color 0.22s ease;
}

.bunnyshop-product-accordion__icon::before,
.bunnyshop-product-accordion__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.bunnyshop-product-accordion__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.bunnyshop-product-accordion__item.is-open .bunnyshop-product-accordion__icon {
  border-color: #111827;
  background: #111827;
  color: #fff;
}

.bunnyshop-product-accordion__item.is-open .bunnyshop-product-accordion__icon::after {
  opacity: 0;
}

.bunnyshop-product-accordion__trigger:hover,
.bunnyshop-product-accordion__trigger:focus-visible {
  background: #f8fafc;
  outline: none;
}

.bunnyshop-product-accordion__trigger:focus-visible {
  box-shadow: inset 0 0 0 2px rgba(17, 24, 39, 0.12);
}

.bunnyshop-product-accordion__item.is-open .bunnyshop-product-accordion__trigger,
.bunnyshop-product-accordion__item.is-closing .bunnyshop-product-accordion__trigger {
  color: #111827;
  background: #f7f9fc;
  border-radius: 8px 8px 0 0;
  border-bottom: 1px solid #e1e6ee;
}

.bunnyshop-product-accordion__panel {
  display: block !important;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  margin: 0 !important;
  opacity: 0;
  transition: max-height 0.42s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.24s ease;
}

.bunnyshop-product-accordion__item.is-open .bunnyshop-product-accordion__panel {
  max-height: var(--bunnyshop-product-accordion-panel-height, 9999px);
  opacity: 1;
}

.bunnyshop-product-accordion__panel-inner {
  min-height: 0;
  overflow: hidden;
  padding: 0 1.25rem;
  transform: translateY(-10px);
  opacity: 0;
  transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.28s ease, padding 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

.bunnyshop-product-accordion__item.is-open .bunnyshop-product-accordion__panel-inner {
  padding: 1.4rem 1.5rem 2rem;
  transform: translateY(0);
  opacity: 1;
}

.single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary .bunnyshop-product-accordion__panel {
  background: #fff;
}

.bunnyshop-product-accordion__panel-inner,
.bunnyshop-product-accordion__panel-inner p,
.bunnyshop-product-accordion__panel-inner li {
  color: #2f3642;
  font-size: 0.95rem;
  line-height: 1.62;
}

.bunnyshop-product-accordion__panel-inner p {
  margin: 0 0 0.78rem;
}

.bunnyshop-product-accordion__panel-inner h2,
.bunnyshop-product-accordion__panel-inner h3,
.bunnyshop-product-accordion__panel-inner h4 {
  margin: 0 0 0.75rem;
  color: #111827;
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.35;
}

.bunnyshop-product-accordion__panel-inner > :first-child {
  margin-top: 0;
}

.bunnyshop-product-accordion__panel-inner > :last-child {
  margin-bottom: 0;
}

.bunnyshop-price-match {
  max-width: none;
  padding: 1.1rem;
  border: 1px solid #edf0f5;
  border-radius: 8px;
  background: #fafbfc;
}

.bunnyshop-price-match__intro {
  margin: 0 0 1rem;
  color: #4b5563;
  max-width: 56ch;
}

.bunnyshop-price-match__notice {
  margin: 0 0 1rem;
  padding: 0.9rem 1rem;
  border-radius: var(--radius);
  font-size: 0.95rem;
}

.bunnyshop-price-match__notice--success {
  background: #eef8f0;
  color: #1e5a2e;
}

.bunnyshop-price-match__notice--error {
  background: #fff1f1;
  color: #8a2222;
}

.bunnyshop-price-match__form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.1rem;
}

.bunnyshop-price-match__form .form-row {
  margin: 0;
  float: none !important;
  width: auto !important;
  clear: none !important;
}

.bunnyshop-price-match__form .form-row-wide {
  grid-column: span 2;
}

.bunnyshop-price-match__form .form-row-first,
.bunnyshop-price-match__form .form-row-last {
  width: auto !important;
  float: none !important;
}

.bunnyshop-price-match__form input {
  width: 100%;
  min-width: 0;
  border: 1px solid #d7dde7;
  border-radius: 6px;
  min-height: 52px;
  padding: 0.9rem 1rem;
  font: inherit;
  color: var(--color-text);
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.bunnyshop-price-match__form input::placeholder {
  color: #7a8698;
  opacity: 1;
}

.bunnyshop-price-match__form input:hover,
.bunnyshop-price-match__form input:focus {
  border-color: #111827;
  box-shadow: 0 0 0 3px rgba(17, 24, 39, 0.06);
  outline: none;
}

.bunnyshop-price-match__submit {
  min-height: 46px;
  border-radius: 999px !important;
  border: 0 !important;
  background: #111827 !important;
  color: #fff !important;
  padding: 0 1.45rem !important;
  font-weight: 700 !important;
  box-shadow: none !important;
}

.bunnyshop-price-match__submit:hover,
.bunnyshop-price-match__submit:focus-visible {
  background: var(--color-primary) !important;
  color: #fff !important;
  outline: none;
}

.bunnyshop-financing {
  display: grid;
  gap: 1rem;
  padding: 1.1rem;
  border: 1px solid #edf0f5;
  border-radius: 8px;
  background: #fafbfc;
}

.bunnyshop-financing__intro {
  max-width: 62ch;
  margin: 0;
  color: #4b5563;
}

.bunnyshop-financing__options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.bunnyshop-financing__option {
  display: flex;
  align-items: flex-start;
  gap: 0.95rem;
  min-width: 0;
  padding: 1rem;
  border: 1px solid #e1e6ee;
  border-radius: 8px;
  background: #fff;
}

.bunnyshop-financing__logo-wrap {
  display: flex;
  flex: 0 0 76px;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.45rem 0.55rem;
  border: 1px solid #edf0f5;
  border-radius: 8px;
  background: #fff;
}

.bunnyshop-financing__logo {
  display: block;
  width: auto;
  max-width: 76px;
  max-height: 28px;
  object-fit: contain;
}

.bunnyshop-financing__option--sequra .bunnyshop-financing__logo {
  max-width: 43px;
  max-height: 30px;
}

.bunnyshop-financing__option--santander .bunnyshop-financing__logo {
  max-width: 76px;
  max-height: 24px;
}

.bunnyshop-financing__content {
  min-width: 0;
}

.bunnyshop-financing__range {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  margin-bottom: 0.35rem;
  padding: 0.15rem 0.55rem;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.bunnyshop-financing__provider {
  display: block;
  margin-bottom: 0.25rem;
  color: #111827;
  font-size: 0.98rem;
  line-height: 1.25;
}

.bunnyshop-financing__text {
  margin: 0;
  color: #4b5563;
  font-size: 0.92rem;
  line-height: 1.5;
}

.bunnyshop-financing__note {
  margin: 0;
  padding-top: 0.85rem;
  border-top: 1px solid #e5eaf2;
  color: #6b7280;
  font-size: 0.86rem;
  line-height: 1.5;
}

@media (max-width: 720px) {
  .bunnyshop-product-accordion__trigger {
    padding: 0.9rem 1rem;
  }

  .bunnyshop-product-accordion__item.is-open .bunnyshop-product-accordion__panel-inner {
    padding: 1.15rem 1rem 1.7rem;
  }

  .bunnyshop-price-match {
    padding: 0.9rem;
  }

  .bunnyshop-price-match__form {
    grid-template-columns: 1fr;
  }

  .bunnyshop-price-match__form .form-row-wide {
    grid-column: auto;
  }

  .bunnyshop-financing {
    padding: 0.9rem;
  }

  .bunnyshop-financing__options {
    grid-template-columns: 1fr;
  }

  .bunnyshop-financing__option {
    gap: 0.8rem;
    padding: 0.9rem;
  }

  .bunnyshop-financing__logo-wrap {
    flex-basis: 68px;
    min-height: 42px;
  }
}

.product-media-wrap {
  position: relative;
  display: block;
  opacity: 0.95;
  position: relative;
  z-index: 1;
}

.woocommerce ul.products li.product .product-media-wrap,
.woocommerce-page ul.products li.product .product-media-wrap {
  grid-column: 1 / -1;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.woocommerce ul.products li.product .product-media-wrap > img,
.woocommerce-page ul.products li.product .product-media-wrap > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-media-wrap::after {
  content: "";
  position: absolute;
  left: -20px;
  right: -20px;
  bottom: -12px;
  height: 1px;
  background: #ececec;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce .button {
  border-radius: var(--radius);
}

.woocommerce img,
.woocommerce-page img,
.woocommerce div.product div.images img,
.woocommerce ul.products li.product img {
  border-radius: var(--radius);
  width: 100%;
  height: auto;
}

.woocommerce span.onsale {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  min-height: auto;
  min-width: auto;
  padding: 6px 8px;
  font-size: 0.66rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 999px;
  border: 0;
  background-color: #d72626;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.bunnyshop-sale-discount-badge__label,
.bunnyshop-sale-discount-badge__percent {
  display: inline-block;
  color: inherit;
  line-height: 1;
  white-space: nowrap;
}

.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale {
  top: -30px;
  left: auto;
  right: 0;
  margin: 0;
}

.woocommerce ul.products li.product.bunnyshop-product-in-cart .onsale,
.woocommerce-page ul.products li.product.bunnyshop-product-in-cart .onsale {
  right: 40px;
}

.single-product div.product.bunnyshop-single-product--pdp > .onsale {
  display: none;
}

.bunnyshop-product-reviews-showcase {
  clear: both;
  margin: 3.5rem 0 2.75rem;
  padding: clamp(1.2rem, 2.4vw, 2rem);
  border: 1px solid #e5e7eb;
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(17, 24, 39, 0.05), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.08);
}

.bunnyshop-product-reviews-showcase__top {
  display: grid;
  grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
}

.bunnyshop-product-reviews-showcase__summary,
.bunnyshop-product-reviews-showcase__slide-inner,
.bunnyshop-product-reviews-showcase__form {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(203, 213, 225, 0.8);
  box-shadow: 0 16px 44px rgba(15, 23, 42, 0.06);
}

.bunnyshop-product-reviews-showcase__summary {
  padding: 1.65rem;
}

.bunnyshop-product-reviews-showcase__eyebrow,
.bunnyshop-product-reviews-showcase__carousel-kicker {
  margin: 0 0 0.6rem;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #64748b;
}

.bunnyshop-product-reviews-showcase__score-row {
  display: flex;
  align-items: flex-end;
  gap: 14px;
  margin-bottom: 0.85rem;
}

.bunnyshop-product-reviews-showcase__score {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  line-height: 1;
}

.bunnyshop-product-reviews-showcase__score-value {
  font-size: clamp(3.3rem, 8vw, 5.2rem);
  font-weight: 600;
  letter-spacing: -0.06em;
  color: #0f172a;
}

.bunnyshop-product-reviews-showcase__score-max {
  margin-bottom: 0.65rem;
  font-size: 1.15rem;
  color: #94a3b8;
}

.bunnyshop-product-reviews-showcase__score-stars .star-rating,
.bunnyshop-product-reviews-showcase__stars .star-rating {
  color: #f5b301;
}

.bunnyshop-product-reviews-showcase__count {
  margin: 0 0 1.35rem;
  color: #475569;
}

.bunnyshop-product-reviews-showcase__distribution {
  display: grid;
  gap: 10px;
}

.bunnyshop-product-reviews-showcase__distribution-row {
  display: grid;
  grid-template-columns: 18px 16px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  font-size: 0.94rem;
  color: #0f172a;
}

.bunnyshop-product-reviews-showcase__distribution-star {
  color: #f5b301;
}

.bunnyshop-product-reviews-showcase__distribution-bar {
  position: relative;
  display: block;
  width: 100%;
  height: 8px;
  border-radius: 999px;
  background: #e2e8f0;
  overflow: hidden;
}

.bunnyshop-product-reviews-showcase__distribution-bar > span {
  position: absolute;
  inset: 0 auto 0 0;
  display: block;
  border-radius: inherit;
  background: linear-gradient(90deg, #111827 0%, #475569 100%);
}

.bunnyshop-product-reviews-showcase__distribution-count {
  color: #64748b;
  min-width: 1.5em;
  text-align: right;
}

.bunnyshop-product-reviews-showcase__cta,
.bunnyshop-product-reviews-showcase__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  margin-top: 1.65rem;
  padding: 0.82rem 1.35rem;
  border: 1px solid #111827;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  box-sizing: border-box;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.bunnyshop-product-reviews-showcase__cta:hover,
.bunnyshop-product-reviews-showcase__cta:focus-visible,
.bunnyshop-product-reviews-showcase__submit:hover,
.bunnyshop-product-reviews-showcase__submit:focus-visible {
  background: #fff;
  color: #111827;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
  transform: translateY(-1px);
  outline: none;
}

.woocommerce .bunnyshop-product-reviews-showcase .button.bunnyshop-product-reviews-showcase__cta,
.woocommerce-page .bunnyshop-product-reviews-showcase .button.bunnyshop-product-reviews-showcase__cta,
.bunnyshop-product-reviews-showcase .button.bunnyshop-product-reviews-showcase__cta,
.bunnyshop-product-reviews-showcase .bunnyshop-product-reviews-showcase__submit {
  display: flex;
  width: 100%;
  margin-top: 1.65rem;
  border-radius: 999px;
  border-color: #111827;
  background: #111827;
  color: #fff;
}

.woocommerce .bunnyshop-product-reviews-showcase .button.bunnyshop-product-reviews-showcase__cta:hover,
.woocommerce .bunnyshop-product-reviews-showcase .button.bunnyshop-product-reviews-showcase__cta:focus-visible,
.woocommerce-page .bunnyshop-product-reviews-showcase .button.bunnyshop-product-reviews-showcase__cta:hover,
.woocommerce-page .bunnyshop-product-reviews-showcase .button.bunnyshop-product-reviews-showcase__cta:focus-visible,
.bunnyshop-product-reviews-showcase .button.bunnyshop-product-reviews-showcase__cta:hover,
.bunnyshop-product-reviews-showcase .button.bunnyshop-product-reviews-showcase__cta:focus-visible,
.bunnyshop-product-reviews-showcase .bunnyshop-product-reviews-showcase__submit:hover,
.bunnyshop-product-reviews-showcase .bunnyshop-product-reviews-showcase__submit:focus-visible {
  border-color: #111827;
  background: #fff;
  color: #111827;
}

.bunnyshop-product-reviews-showcase__carousel-shell {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-self: stretch;
}

.bunnyshop-product-reviews-showcase__carousel-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 1rem;
}

.bunnyshop-product-reviews-showcase__carousel-title {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1.02;
}

.bunnyshop-product-reviews-showcase__nav {
  display: inline-flex;
  gap: 10px;
}

.bunnyshop-product-reviews-showcase__nav-button {
  position: relative;
  width: 44px;
  height: 44px;
  border: 1px solid #cbd5e1;
  border-radius: 50%;
  background: #fff;
  color: #0f172a;
  transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.bunnyshop-product-reviews-showcase__nav-button::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 9px;
  height: 9px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.bunnyshop-product-reviews-showcase__nav-button[data-review-prev]::before {
  transform: rotate(-135deg);
}

.bunnyshop-product-reviews-showcase__nav-button:hover,
.bunnyshop-product-reviews-showcase__nav-button:focus-visible {
  border-color: #111827;
  background: #111827;
  color: #fff;
  transform: translateY(-1px);
  outline: none;
}

.bunnyshop-product-reviews-showcase__swiper {
  display: flex;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  min-height: clamp(170px, 18vw, 240px);
  overflow: hidden;
}

.bunnyshop-product-reviews-showcase__swiper .swiper-wrapper {
  display: flex;
  flex: 1 1 auto;
  align-items: stretch;
  width: 100%;
  min-width: 0;
  min-height: 100%;
}

.bunnyshop-product-reviews-showcase__swiper .bunnyshop-product-reviews-showcase__slide {
  display: flex;
  flex: 0 0 auto;
  width: 100%;
  min-width: 0;
  height: auto;
}

.bunnyshop-product-reviews-showcase__slide-inner {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  justify-content: flex-start;
  width: 100%;
  min-height: 100%;
  padding: 1.65rem;
  box-sizing: border-box;
}

.bunnyshop-product-reviews-showcase--single .bunnyshop-product-reviews-showcase__swiper .swiper-wrapper {
  transform: none !important;
}

.bunnyshop-product-reviews-showcase--single .bunnyshop-product-reviews-showcase__swiper .bunnyshop-product-reviews-showcase__slide {
  flex-basis: 100%;
  width: 100% !important;
  max-width: 100%;
}

.bunnyshop-product-reviews-showcase--slider .bunnyshop-product-reviews-showcase__swiper .bunnyshop-product-reviews-showcase__slide {
  min-height: clamp(170px, 18vw, 240px);
}

.bunnyshop-product-reviews-showcase__slide-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 1rem;
}

.bunnyshop-product-reviews-showcase__author {
  margin: 0 0 0.25rem;
  font-size: 1.1rem;
  line-height: 1.1;
}

.bunnyshop-product-reviews-showcase__meta {
  margin: 0;
  color: #64748b;
  font-size: 0.86rem;
}

.bunnyshop-product-reviews-showcase__verified {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0.38rem 0.75rem;
  border-radius: 999px;
  background: #ecfdf5;
  color: #166534;
  font-size: 0.76rem;
  font-weight: 600;
  white-space: nowrap;
}

.bunnyshop-product-reviews-showcase__verified::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
}

.bunnyshop-product-reviews-showcase__stars {
  margin-bottom: 1rem;
}

.bunnyshop-product-reviews-showcase__quote {
  margin: 0;
  font-size: 1rem;
  line-height: 1.72;
  color: #334155;
}

.bunnyshop-product-reviews-showcase__pagination {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.bunnyshop-product-reviews-showcase__pagination .swiper-pagination-bullet {
  width: 36px;
  height: 4px;
  border-radius: 999px;
  background: #cbd5e1;
  opacity: 1;
}

.bunnyshop-product-reviews-showcase__pagination .swiper-pagination-bullet-active {
  background: #111827;
}

.bunnyshop-product-reviews-showcase__form-wrap {
  margin-top: 1.5rem;
}

.bunnyshop-product-reviews-showcase__form {
  padding: 1.65rem;
}

.bunnyshop-product-reviews-showcase__form .comment-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 18px;
}

.bunnyshop-product-reviews-showcase__form-title {
  margin: 0 0 1rem;
  font-size: 1.4rem;
}

.bunnyshop-product-reviews-showcase__field {
  margin: 0;
}

.bunnyshop-product-reviews-showcase__field--full,
.bunnyshop-product-reviews-showcase__form .comment-notes,
.bunnyshop-product-reviews-showcase__form .form-submit,
.bunnyshop-product-reviews-showcase__form .logged-in-as,
.bunnyshop-product-reviews-showcase__form .must-log-in {
  grid-column: 1 / -1;
}

.bunnyshop-product-reviews-showcase__form label {
  display: block;
  margin-bottom: 0.45rem;
  color: #334155;
  font-size: 0.88rem;
  font-weight: 600;
}

.bunnyshop-product-reviews-showcase__form input,
.bunnyshop-product-reviews-showcase__form select,
.bunnyshop-product-reviews-showcase__form textarea {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 16px;
  background: #fff;
  color: #0f172a;
  padding: 0.9rem 1rem;
  font: inherit;
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.03);
}

.bunnyshop-product-reviews-showcase__form textarea {
  min-height: 150px;
  resize: vertical;
}

.bunnyshop-product-reviews-showcase__form input:focus,
.bunnyshop-product-reviews-showcase__form select:focus,
.bunnyshop-product-reviews-showcase__form textarea:focus {
  border-color: #111827;
  box-shadow: 0 0 0 3px rgba(17, 24, 39, 0.08);
  outline: none;
}

.bunnyshop-product-reviews-showcase__form .form-submit {
  margin: 0;
}

.bunnyshop-product-reviews-showcase__verification-required {
  margin: 0;
  padding: 1rem 1.2rem;
  border-radius: 18px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  color: #9a3412;
}

.bunnyshop-product-reviews-showcase__admin-preview-note {
  grid-column: 1 / -1;
  margin: 0 0 0.35rem;
  padding: 0.9rem 1rem;
  border: 1px solid #cbd5e1;
  border-radius: 16px;
  background: #f8fafc;
  color: #475569;
  font-size: 0.9rem;
  line-height: 1.45;
}

.bunnyshop-product-reviews-showcase__form--preview .bunnyshop-product-reviews-showcase__submit {
  cursor: default;
}

.bunnyshop-product-reviews-showcase__cta--inline {
  margin-top: 1rem;
}

.woocommerce section.related,
.woocommerce section.related.products {
  clear: both;
}

.single-product div.product.bunnyshop-single-product--pdp .related.products,
.single-product div.product.bunnyshop-single-product--pdp .up-sells {
  grid-column: 1 / -1;
  width: 100%;
  margin-top: clamp(2rem, 4vw, 3rem);
}

.single-product div.product.bunnyshop-single-product--pdp .related.products > h2,
.single-product div.product.bunnyshop-single-product--pdp .up-sells > h2 {
  margin: 0 0 1.5rem;
}

.single-product div.product.bunnyshop-single-product--pdp .related.products ul.products,
.single-product div.product.bunnyshop-single-product--pdp .up-sells ul.products {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

.bunnyshop-product-gallery {
  position: relative;
}

.bunnyshop-product-gallery__viewport {
  position: relative;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: clamp(20px, 2vw, 28px);
  background: #fff;
  user-select: none;
  touch-action: pan-y pinch-zoom;
  outline: none;
}

.bunnyshop-product-gallery__viewport.is-dragging {
  cursor: grabbing;
}

.bunnyshop-product-gallery__track {
  display: flex;
  width: 100%;
  transition: transform 0.34s ease;
  will-change: transform;
}

.bunnyshop-product-gallery__slide {
  flex: 0 0 100%;
  min-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 18px 56px;
}

.bunnyshop-product-gallery__slide a {
  display: flex;
  width: 100%;
  justify-content: center;
}

.bunnyshop-product-gallery__slide img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 76vh;
  object-fit: contain;
  object-position: center;
}

.bunnyshop-product-gallery__arrow {
  --bunnyshop-product-gallery-arrow-shift-x: 0;
  position: absolute;
  top: 50%;
  transform: translate(var(--bunnyshop-product-gallery-arrow-shift-x), -50%);
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.82);
  color: #111;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  cursor: pointer;
  z-index: 3;
  transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.bunnyshop-product-gallery__arrow:hover,
.bunnyshop-product-gallery__arrow:focus-visible {
  background: rgba(255, 255, 255, 0.96);
  transform: translate(var(--bunnyshop-product-gallery-arrow-shift-x), -50%) scale(1.03);
  outline: none;
}

.bunnyshop-product-gallery__arrow[disabled] {
  opacity: 0.35;
  cursor: default;
  transform: translate(var(--bunnyshop-product-gallery-arrow-shift-x), -50%);
}

.bunnyshop-product-gallery__arrow span {
  font-size: 28px;
  line-height: 1;
}

.bunnyshop-product-gallery__arrow--prev {
  left: 14px;
}

.bunnyshop-product-gallery__arrow--next {
  right: 14px;
}

.bunnyshop-product-gallery__dots {
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 0;
  padding: 0 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  z-index: 3;
}

.bunnyshop-product-gallery__dot {
  position: relative;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 999px;
  padding: 0;
  background: transparent;
  cursor: pointer;
  transition: width 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
}

.bunnyshop-product-gallery__dot::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.22);
  transition: width 0.2s ease, background-color 0.2s ease;
}

.bunnyshop-product-gallery__dot.is-active {
  width: 42px;
}

.bunnyshop-product-gallery__dot.is-active::before {
  width: 26px;
  background: #111;
}

@media (max-width: 767px) {
  .bunnyshop-product-gallery__slide {
    padding: 14px 14px 52px;
  }

  .bunnyshop-product-gallery__arrow {
    width: 38px;
    height: 38px;
  }

  .bunnyshop-product-gallery__arrow--prev {
    left: 10px;
  }

  .bunnyshop-product-gallery__arrow--next {
    right: 10px;
  }

  .bunnyshop-product-gallery__dots {
    bottom: 12px;
  }
}


.module {
  position: relative;
}

.module__bg {
  width: 100%;
  border-radius: var(--radius);
  overflow: hidden;
  transition: background-color 0.2s ease;
}

.module__bg--full {
  border-radius: 0;
}

.module__bg--full {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
}

.module__bg--contained {
  width: 100%;
}

.module__inner {
  padding: 2rem 0;
  width: 100%;
}

.module__bg--full .module__inner {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.module__inner--full {
  width: 100%;
}

.module__inner--custom {
  max-width: var(--module-inner-width);
  width: 100%;
  margin: 0 auto;
}

.has-bg-alt {
  background: var(--module-bg-alt, #f5f5f5);
}

.has-bg-none {
  background: transparent;
}

.has-mt-sm {
  margin-top: 1rem;
}

.has-mt-md {
  margin-top: 2rem;
}

.has-mt-lg {
  margin-top: 3rem;
}

.has-mb-sm {
  margin-bottom: 1rem;
}

.has-mb-md {
  margin-bottom: 2rem;
}

.has-mb-lg {
  margin-bottom: 3rem;
}

@media (min-width: 769px) {
  .is-hidden-desktop {
    display: none;
  }
}

@media (max-width: 768px) {
  .is-hidden-mobile {
    display: none;
  }
}

.module-hero__media {
  position: relative;
  min-height: var(--hero-image-height, 60vh);
  border-radius: var(--hero-image-radius, var(--radius));
  overflow: hidden;
  background-image: var(--hero-image);
  background-size: cover;
  background-position: center calc(50% + var(--parallax-offset, 0px));
}

.module-hero__media--video {
  background: #000;
}

.module-hero__media--video iframe,
.module-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.module-hero__media--video-luminosity iframe,
.module-hero__media--video-luminosity .module-hero__video {
  mix-blend-mode: luminosity;
}

.module-hero__video-overlay {
  position: absolute;
  inset: 0;
  background: var(--hero-video-overlay-color, #000);
  opacity: var(--hero-video-overlay-opacity, 0);
  pointer-events: none;
}

.module-products-carousel {
  position: relative;
  --carousel-columns: var(--carousel-columns-base, 5);
  --carousel-gap: 29px;
  --carousel-visible-width: 100%;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}

.module-products-carousel__viewport {
  position: relative;
  overflow: hidden;
  padding: 0 0 1rem;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  scrollbar-width: none;
  background: #f7f7f7;
}

.woocommerce ul.products li.product .price > .woocommerce-Price-amount,
.woocommerce-page ul.products li.product .price > .woocommerce-Price-amount,
.woocommerce ul.products li.product .price .bunnyshop-loop-price-stack > .woocommerce-Price-amount,
.woocommerce-page ul.products li.product .price .bunnyshop-loop-price-stack > .woocommerce-Price-amount,
.woocommerce ul.products li.product .price ins .woocommerce-Price-amount,
.woocommerce-page ul.products li.product .price ins .woocommerce-Price-amount {
  display: inline-block;
  background: var(--color-primary);
  color: #f7f7f7;
  padding: 2px 12px;
  border-radius: 999px;
  font-size: 1em;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  grid-column: 1;
  align-self: center;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 0.45rem;
  row-gap: 0.2rem;
  position: relative;
  margin: 8px 0 0;
  line-height: 1.6;
  font-size: 1em;
}

.woocommerce ul.products li.product .price .bunnyshop-loop-price-stack,
.woocommerce-page ul.products li.product .price .bunnyshop-loop-price-stack {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 0.45rem;
  row-gap: 0.2rem;
}

.woocommerce ul.products li.product .price .bunnyshop-loop-rating,
.woocommerce-page ul.products li.product .price .bunnyshop-loop-rating {
  order: 1;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 0.22rem;
  margin-left: 0.12rem;
  color: var(--color-primary);
  line-height: 1;
  white-space: nowrap;
}

.woocommerce ul.products li.product .price .bunnyshop-loop-rating .star-rating,
.woocommerce-page ul.products li.product .price .bunnyshop-loop-rating .star-rating {
  float: none;
  display: inline-block;
  width: 5.35em;
  height: 1em;
  margin: 0;
  font-size: 0.72rem;
  line-height: 1;
  letter-spacing: 0;
  color: var(--color-primary);
}

.woocommerce ul.products li.product .price .bunnyshop-loop-rating .star-rating::before,
.woocommerce ul.products li.product .price .bunnyshop-loop-rating .star-rating span::before,
.woocommerce-page ul.products li.product .price .bunnyshop-loop-rating .star-rating::before,
.woocommerce-page ul.products li.product .price .bunnyshop-loop-rating .star-rating span::before {
  color: var(--color-primary);
}

.woocommerce ul.products li.product .price .bunnyshop-loop-rating__score,
.woocommerce-page ul.products li.product .price .bunnyshop-loop-rating__score {
  display: inline-block;
  font-family: var(--font-family-body);
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1;
  color: var(--color-primary);
}

.woocommerce ul.products li.product.product-type-variable > a.woocommerce-LoopProduct-link > .price,
.woocommerce-page ul.products li.product.product-type-variable > a.woocommerce-LoopProduct-link > .price {
  margin-top: 8px !important;
  position: relative;
  float: none;
  width: 100%;
  clear: both;
}

.woocommerce ul.products li.product .price .price-prefix,
.woocommerce-page ul.products li.product .price .price-prefix {
  display: block;
  opacity: 0.95;
  position: absolute;
  left: 0;
  bottom: calc(100% + 2px);
  z-index: 1;
  flex-basis: auto;
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: var(--font-family-body);
  font-size: 0.76rem;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 1.1;
  color: var(--color-primary);
  opacity: 1;
}

.woocommerce ul.products li.product .price del .woocommerce-Price-amount,
.woocommerce-page ul.products li.product .price del .woocommerce-Price-amount {
  background: transparent;
  color: var(--color-primary);
  padding: 0;
  font-family: "FF Good Pro", var(--font-family-base);
  font-weight: 300;
}

.woocommerce ul.products li.product .price ins,
.woocommerce-page ul.products li.product .price ins {
  order: 1;
  text-decoration: none;
}

.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del {
  order: 2;
  color: var(--color-primary);
  font-family: "FF Good Pro", var(--font-family-base);
  font-weight: 300;
}

.bunnyshop-price-tax-note {
  display: block;
  opacity: 0.95;
  position: relative;
  z-index: 1;
  flex-basis: 100%;
  order: 3;
  align-self: flex-start;
  margin-top: 0.15rem;
  line-height: 1;
  font-family: var(--font-family-body);
  font-size: 0.56rem;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--color-primary);
  opacity: 1;
}

.woocommerce ul.products li.product .price .bunnyshop-loop-price-stack .bunnyshop-price-tax-note,
.woocommerce-page ul.products li.product .price .bunnyshop-loop-price-stack .bunnyshop-price-tax-note {
  align-self: flex-start;
  text-align: left;
}
.module-products-carousel__viewport::before,
.module-products-carousel__viewport::after {
  content: "";
  position: absolute;
  top: -4px;
  bottom: 0;
  width: var(--carousel-fade-width, 150px);
  pointer-events: none;
  z-index: 3;
}

.module-products-carousel__viewport::before {
  left: 0;
  background: linear-gradient(90deg, #f7f7f7 0%, rgba(247, 247, 247, 0) 100%);
}

.module-products-carousel__viewport::after {
  right: 12px;
  background: linear-gradient(270deg, #f7f7f7 0%, rgba(247, 247, 247, 0) 100%);
}

@media (max-width: 720px) {
  .module-products-carousel__viewport {
    --carousel-fade-width: 75px;
  }

  .module-products-carousel__viewport::before,
  .module-products-carousel__viewport::after {
    display: none;
  }
}

.module-products-carousel__viewport::-webkit-scrollbar {
  display: none;
}

.module-products-carousel ul.products {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: var(--carousel-gap);
  margin: 0;
  padding: 0;
  width: auto;
  min-width: 100%;
  overflow: visible;
  list-style: none;
  align-items: stretch;
}

.module-products-carousel--swiper ul.products {
  gap: 0;
}

.module-products-carousel--swiper .swiper-wrapper {
  gap: var(--carousel-gap) !important;
  column-gap: var(--carousel-gap) !important;
  position: relative;
  z-index: 1;
}

.woocommerce .module-products-carousel--swiper ul.products li.product.swiper-slide {
  margin-right: 0 !important;
}

.module-products-carousel .swiper-wrapper {
  display: flex;
}

.module-products-carousel .swiper-slide {
  flex: 0 0 auto;
}

.module-products-carousel__viewport::-webkit-scrollbar {
  height: 6px;
}

.module-products-carousel__viewport::-webkit-scrollbar-thumb {
  background: var(--color-border);
  border-radius: 999px;
}

.module-products-carousel ul.products li.product {
  flex: 0 0 calc((var(--carousel-visible-width) - (var(--carousel-columns) - 1) * var(--carousel-gap)) / var(--carousel-columns));
  width: calc((var(--carousel-visible-width) - (var(--carousel-columns) - 1) * var(--carousel-gap)) / var(--carousel-columns)) !important;
  max-width: calc((var(--carousel-visible-width) - (var(--carousel-columns) - 1) * var(--carousel-gap)) / var(--carousel-columns)) !important;
  min-width: calc((var(--carousel-visible-width) - (var(--carousel-columns) - 1) * var(--carousel-gap)) / var(--carousel-columns));
  height: auto;
  display: flex;
  flex-direction: column;
}

.module-products-carousel__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: var(--radius);
  border: 1px solid var(--color-border);
  background: #fff;
  color: var(--color-text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}

.module-products-carousel__arrow--prev {
  left: 0.5rem;
}

.module-products-carousel__arrow--next {
  right: 0.5rem;
}

.module-products-carousel__arrow[disabled] {
  opacity: 0.4;
  cursor: default;
}

.module-products-carousel__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 0.5rem;
}

.module-products-carousel__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid var(--color-border);
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.module-products-carousel__dot.is-active {
  background: var(--color-primary);
  border-color: var(--color-primary);
}

.module-products-carousel--single .module-products-carousel__arrow,
.module-products-carousel--single .module-products-carousel__dots {
  display: none;
}

@media (max-width: 1200px) {
  .module-products-carousel {
    --carousel-columns: 4;
    --carousel-visible-width: 100%;
  }
}

@media (max-width: 980px) {
  .module-products-carousel {
    --carousel-columns: 3;
    --carousel-visible-width: 100%;
  }
}

@media (max-width: 720px) {
  .module-products-carousel {
    --carousel-columns: 1;
    --carousel-visible-width: 100%;
  }
}

.module-hero__content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1.5rem;
  z-index: 2;
}

@media (max-width: 768px) {
  .module-hero__media {
    background-image: var(--hero-image-mobile, var(--hero-image));
  }

  body.front-page .modules > .module--hero_image:first-child .module__inner,
  body.front-page .modules > .module--hero_video:first-child .module__inner,
  body.home .modules > .module--hero_image:first-child .module__inner,
  body.home .modules > .module--hero_video:first-child .module__inner {
    padding-top: 0.85rem;
  }
}

.module-hero__title {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 4vw, 3rem);
}

.module-hero__subtitle {
  margin: 0 0 1.5rem;
  color: var(--color-muted);
}

.module-hero__cta {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1.5rem;
  border-radius: var(--radius);
  background: var(--color-primary);
  color: var(--color-bg);
}

.module-text__title {
  margin: 0 0 1rem;
}

.module-text__body {
  margin: 0;
}

.module-columns {
  display: grid;
  gap: 2rem;
}

@media (min-width: 769px) {
  .module-columns {
    grid-template-columns: 1fr;
  }
}

.module-wysiwyg__title {
  margin: 0 0 1rem;
}

.module-wysiwyg__content > :first-child {
  margin-top: 0;
}

.module-wysiwyg__content > :last-child {
  margin-bottom: 0;
}

.module-image__caption {
  margin-top: 0.5rem;
  color: var(--color-muted);
  font-size: 0.95rem;
}

.module-image__figure img,
.module-gallery__item img {
  border-radius: var(--radius);
  overflow: hidden;
}

.module-gallery {
  display: grid;
  gap: 1rem;
}

@media (min-width: 769px) {
  .module-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.module-spacer {
  width: 100%;
}

.module-spacer--sm {
  height: 1.5rem;
}

.module-spacer--md {
  height: 3rem;
}

.module-spacer--lg {
  height: 4.5rem;
}

.module-cta__title {
  margin: 0 0 0.75rem;
}

.module-cta__text {
  margin: 0 0 1.5rem;
  color: var(--color-muted);
}

.module-cta__button {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1.5rem;
  border-radius: var(--radius);
  background: var(--color-primary);
  color: var(--color-bg);
}














/* Woo blocks layout fixes: main column spacing + cart image fill */
.woocommerce .wc-block-components-sidebar-layout .wc-block-components-main,
.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main,
.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main {
  padding-right: 0 !important;
  padding-inline-end: 0 !important;
  padding-inline: 0 !important;
}

/* Cart table stable alignment */
.woocommerce-cart .wc-block-cart__main .wc-block-cart-items .wc-block-cart-item__total,
.woocommerce-cart .wc-block-cart__main .wc-block-cart-items .bunnyshop-cart-item__net,
.woocommerce-cart .wc-block-cart__main .wc-block-cart-items .bunnyshop-cart-item__tax {
  display: table-cell !important;
  padding-left: 0.75rem;
  text-align: right;
  vertical-align: top;
  width: 110px;
}

.woocommerce-cart .wc-block-cart__main .wc-block-cart-items .wc-block-cart-item__total .bunnyshop-cart-column-value {
  display: block;
  opacity: 0.95;
  position: relative;
  z-index: 1;
  text-align: right;
}

.woocommerce-cart .wc-block-cart__main .wc-block-cart-items td.wc-block-cart-item__image {
  display: table-cell !important;
  position: static !important;
  width: 172px !important;
  min-width: 172px !important;
  max-width: 172px !important;
  padding: 0 0 0 16px !important;
  vertical-align: top !important;
  overflow: visible !important;
}

.woocommerce-cart .wc-block-cart__main .wc-block-cart-items td.wc-block-cart-item__image > a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: static !important;
  width: 156px;
  height: 156px;
}

.woocommerce-cart .wc-block-cart__main .wc-block-cart-items td.wc-block-cart-item__image img {
  display: block;
  opacity: 0.95;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
}

.woocommerce-cart .wc-block-cart__main .wc-block-cart-items td.wc-block-cart-item__product {
  padding-left: 16px !important;
  vertical-align: top !important;
}

@media (max-width: 700px) {
  .woocommerce-cart .wp-block-woocommerce-cart,
  .woocommerce-cart .wc-block-cart,
  .woocommerce-cart .wc-block-components-sidebar-layout,
  .woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main,
  .woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar,
  .woocommerce-cart .wp-block-woocommerce-cart-order-summary-block,
  .woocommerce-cart table.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block {
    box-sizing: border-box;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .woocommerce-cart table.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block {
    padding: 14px;
    margin-bottom: 18px;
    overflow: hidden;
  }

  .woocommerce-cart .wp-block-woocommerce-cart-order-summary-block,
  .woocommerce-cart .wc-block-cart__totals-title,
  .woocommerce-cart .wc-block-cart__totals {
    margin-top: 18px;
  }

  .woocommerce-cart .wc-block-cart__main .wc-block-cart-items .wc-block-cart-items__row {
    display: grid !important;
    grid-template-columns: 92px minmax(0, 1fr);
    column-gap: 12px;
    row-gap: 8px;
    align-items: start;
    width: 100%;
    min-width: 0;
    padding: 18px 0 !important;
  }

  .woocommerce-cart .wc-block-cart__main .wc-block-cart-items td.wc-block-cart-item__image {
    grid-column: 1;
    grid-row: 1 / span 3;
    display: block !important;
    width: 92px !important;
    min-width: 92px !important;
    max-width: 92px !important;
    padding: 0 !important;
  }

  .woocommerce-cart .wc-block-cart__main .wc-block-cart-items td.wc-block-cart-item__image > a {
    width: 92px;
    height: 92px;
  }

  .woocommerce-cart .wc-block-cart__main .wc-block-cart-items td.wc-block-cart-item__image img {
    width: 92px;
    height: 92px;
    object-fit: contain;
  }

  .woocommerce-cart .wc-block-cart__main .wc-block-cart-items td.wc-block-cart-item__product {
    grid-column: 2;
    grid-row: 1;
    display: block !important;
    min-width: 0;
    padding: 0 58px 0 0 !important;
  }

  .woocommerce-cart .wc-block-cart__main .wc-block-cart-items .wc-block-cart-item__wrap,
  .woocommerce-cart .wc-block-cart__main .wc-block-cart-items .wc-block-components-product-metadata,
  .woocommerce-cart .wc-block-cart__main .wc-block-cart-items .wc-block-components-product-details {
    max-width: 100%;
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .woocommerce-cart .wc-block-cart__main .wc-block-cart-items .wc-block-components-product-name,
  .woocommerce-cart .wc-block-cart__main .wc-block-cart-items .wc-block-components-product-name a {
    display: block;
    max-width: 100%;
    line-height: 1.2;
  }

  .woocommerce-cart .wc-block-cart__main .wc-block-cart-items .wc-block-cart-item__total {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    display: block !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: 58px;
    padding: 0 !important;
    text-align: right;
  }

  .woocommerce-cart .wc-block-cart__main .wc-block-cart-items .wc-block-cart-item__quantity {
    grid-column: 2;
    grid-row: 2;
    min-width: 0;
  }

  .woocommerce-cart .wc-block-cart__main .wc-block-cart-items .wc-block-cart-item__quantity .wc-block-components-quantity-selector {
    max-width: 112px;
  }

  .woocommerce-cart .wc-block-cart__main .wc-block-cart-items .bunnyshop-cart-item__net,
  .woocommerce-cart .wc-block-cart__main .wc-block-cart-items .bunnyshop-cart-item__tax {
    display: none !important;
  }
}




/* Hero video content controls + centered layout (header-aware) */
.module-hero--video .module-hero__content--video-center {
  position: absolute;
  top: calc(50% + (var(--header-height, 0px) / 2));
  left: 50%;
  bottom: auto;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.85rem;
  width: min(92%, 1100px);
  padding: 1.5rem;
}

.module-hero--video .module-hero__title {
  margin: 0;
  color: var(--hero-video-title-color, #fff);
  font-size: var(--hero-video-title-size, clamp(2.25rem, 5vw, 4.25rem));
  line-height: 1.05;
}

.module-hero--video .module-hero__subtitle {
  margin: 0;
  color: var(--hero-video-subtitle-color, #e5e7eb);
  font-size: var(--hero-video-subtitle-size, clamp(1rem, 1.8vw, 1.35rem));
  max-width: 58ch;
}

.module-hero--video .module-hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.6rem;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: transparent;
  color: #fff;
  font-weight: 500;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  text-decoration: none;
  transition: border-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.module-hero--video .module-hero__cta:hover,
.module-hero--video .module-hero__cta:focus-visible {
  text-decoration: none;
  background: transparent;
  border-color: currentColor;
  opacity: 0.9;
}

@media (max-width: 768px) {
  .module-hero--video .module-hero__content--video-center {
    top: 50%;
    width: min(94%, 640px);
    padding: 1.25rem;
  }
}

.module-hero--video .module-hero__cta {
  font-size: var(--hero-video-cta-size, 0.8rem);
  padding: calc(var(--hero-video-cta-size, 0.8rem) * 0.45) calc(var(--hero-video-cta-size, 0.8rem) * 0.9);
}

.module-hero--video .module-hero__center-image {
  display: block;
  opacity: 0.95;
  position: relative;
  z-index: 1;
  width: auto;
  height: var(--hero-video-center-image-height, 96px);
  max-width: min(72vw, 560px);
  object-fit: contain;
  object-position: center;
  margin-top: 0.25rem;
}




/* Transparent header colors by context */
body.home.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .site-nav .primary-menu a,
body.home.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .site-nav .primary-menu a:visited,
body.home.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .menu-toggle,
body.home.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .theme-toggle,
body.home.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .site-header__language-link,
body.home.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .site-header__search,
body.home.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .site-header__cart,
body.home.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .site-header__cart-count,
body.home.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .site-logo,
body.home.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .custom-logo-link,
body.home.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .custom-logo-link svg,
body.home.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .site-logo svg,
body.home.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .site-header__search-icon,
body.home.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .site-header__cart-icon,
body.front-page.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .site-nav .primary-menu a,
body.front-page.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .site-nav .primary-menu a:visited,
body.front-page.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .menu-toggle,
body.front-page.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .theme-toggle,
body.front-page.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .site-header__language-link,
body.front-page.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .site-header__search,
body.front-page.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .site-header__cart,
body.front-page.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .site-header__cart-count,
body.front-page.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .site-logo,
body.front-page.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .custom-logo-link,
body.front-page.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .custom-logo-link svg,
body.front-page.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .site-logo svg,
body.front-page.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .site-header__search-icon,
body.front-page.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .site-header__cart-icon {
  color: #fff !important;
}

body:not(.home):not(.front-page).bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .site-nav .primary-menu a,
body:not(.home):not(.front-page).bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .site-nav .primary-menu a:visited,
body:not(.home):not(.front-page).bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .menu-toggle,
body:not(.home):not(.front-page).bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .theme-toggle,
body:not(.home):not(.front-page).bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .site-header__language-link,
body:not(.home):not(.front-page).bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .site-header__search,
body:not(.home):not(.front-page).bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .site-header__cart,
body:not(.home):not(.front-page).bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .site-header__cart-count,
body:not(.home):not(.front-page).bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .site-logo,
body:not(.home):not(.front-page).bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .custom-logo-link,
body:not(.home):not(.front-page).bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .custom-logo-link svg,
body:not(.home):not(.front-page).bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .site-logo svg,
body:not(.home):not(.front-page).bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .site-header__search-icon,
body:not(.home):not(.front-page).bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .site-header__cart-icon {
  color: #1a1a1a !important;
}

body.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .custom-logo-link svg path,
body.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .custom-logo-link svg rect,
body.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .custom-logo-link svg circle,
body.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .custom-logo-link svg polygon,
body.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .custom-logo-link svg line,
body.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .site-logo svg path,
body.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .site-logo svg rect,
body.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .site-logo svg circle,
body.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .site-logo svg polygon,
body.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .site-logo svg line {
  fill: currentColor !important;
  stroke: none !important;
}

body.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .custom-logo-link svg path:last-child,
body.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .site-logo svg path:last-child {
  fill: var(--color-accent) !important;
}

body.single-product {
  --header-link-color: #fff;
}

body.single-product .site-header,
html.theme-dark body.single-product .site-header,
body.single-product.bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .site-header {
  background: var(--color-primary);
  border-bottom-color: transparent;
}

body.single-product .site-nav .primary-menu a,
body.single-product .site-nav .primary-menu a:visited,
body.single-product .menu-toggle,
body.single-product .theme-toggle,
body.single-product .site-header__language-link,
body.single-product .site-header__search,
body.single-product .site-header__cart,
body.single-product .site-header__cart-count,
body.single-product .site-logo,
body.single-product .custom-logo-link,
body.single-product .site-branding__wordmark,
body.single-product .custom-logo-link svg,
body.single-product .custom-logo-link .style-svg,
body.single-product .site-logo svg,
body.single-product .site-header__search-icon,
body.single-product .site-header__cart-icon,
body.single-product:not(.home):not(.front-page).bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .site-nav .primary-menu a,
body.single-product:not(.home):not(.front-page).bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .site-nav .primary-menu a:visited,
body.single-product:not(.home):not(.front-page).bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .menu-toggle,
body.single-product:not(.home):not(.front-page).bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .theme-toggle,
body.single-product:not(.home):not(.front-page).bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .site-header__language-link,
body.single-product:not(.home):not(.front-page).bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .site-header__search,
body.single-product:not(.home):not(.front-page).bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .site-header__cart,
body.single-product:not(.home):not(.front-page).bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .site-header__cart-count,
body.single-product:not(.home):not(.front-page).bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .site-logo,
body.single-product:not(.home):not(.front-page).bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .custom-logo-link,
body.single-product:not(.home):not(.front-page).bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .custom-logo-link svg,
body.single-product:not(.home):not(.front-page).bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .site-logo svg,
body.single-product:not(.home):not(.front-page).bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .site-header__search-icon,
body.single-product:not(.home):not(.front-page).bunnyshop-header--transparent:not(.bunnyshop-header--scrolled) .site-header__cart-icon {
  color: var(--header-link-color) !important;
}

body.single-product .custom-logo-link svg path,
body.single-product .custom-logo-link svg rect,
body.single-product .custom-logo-link svg circle,
body.single-product .custom-logo-link svg polygon,
body.single-product .custom-logo-link svg line,
body.single-product .site-logo svg path,
body.single-product .site-logo svg rect,
body.single-product .site-logo svg circle,
body.single-product .site-logo svg polygon,
body.single-product .site-logo svg line {
  fill: currentColor !important;
  stroke: none !important;
}

body.single-product .custom-logo-link svg path:last-child,
body.single-product .site-logo svg path:last-child {
  fill: var(--color-accent) !important;
}

/* Ads in Woo listing */
.woocommerce ul.products li.product.bunnyshop-ad-product,
.woocommerce-page ul.products li.product.bunnyshop-ad-product {
  display: flex;
  flex-direction: column;
  border: 0;
  transition: none;
}

.woocommerce ul.products li.product.bunnyshop-ad-product .bunnyshop-ad-product__link,
.woocommerce-page ul.products li.product.bunnyshop-ad-product .bunnyshop-ad-product__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
}

.woocommerce ul.products li.product.bunnyshop-ad-product .bunnyshop-ad-product__image-wrap,
.woocommerce-page ul.products li.product.bunnyshop-ad-product .bunnyshop-ad-product__image-wrap {
  background: #fff;
}

.woocommerce ul.products li.product.bunnyshop-ad-product .bunnyshop-ad-product__image-wrap img,
.woocommerce-page ul.products li.product.bunnyshop-ad-product .bunnyshop-ad-product__image-wrap img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.95;
  position: relative;
  z-index: 1;
}

.woocommerce ul.products li.product.bunnyshop-ad-product .bunnyshop-ad-product__title,
.woocommerce-page ul.products li.product.bunnyshop-ad-product .bunnyshop-ad-product__title {
  margin-top: 0.75rem;
}

/* Ads listing item without paddings */
.woocommerce ul.products li.product.bunnyshop-ad-product,
.woocommerce-page ul.products li.product.bunnyshop-ad-product {
  padding: 0 !important;
}

.woocommerce ul.products li.product.bunnyshop-ad-product .bunnyshop-ad-product__link,
.woocommerce-page ul.products li.product.bunnyshop-ad-product .bunnyshop-ad-product__link,
.woocommerce ul.products li.product.bunnyshop-ad-product .bunnyshop-ad-product__image-wrap,
.woocommerce-page ul.products li.product.bunnyshop-ad-product .bunnyshop-ad-product__image-wrap {
  padding: 0 !important;
  margin: 0 !important;
}
.woocommerce ul.products li.product.bunnyshop-ad-product .bunnyshop-ad-product__title,
.woocommerce-page ul.products li.product.bunnyshop-ad-product .bunnyshop-ad-product__title {
  display: none !important;
}
.woocommerce ul.products li.product.bunnyshop-ad-product .bunnyshop-ad-product__image-wrap img,
.woocommerce-page ul.products li.product.bunnyshop-ad-product .bunnyshop-ad-product__image-wrap img {
  margin-bottom: 0 !important;
}

/* Ads as background cover to avoid driving row height */
.woocommerce ul.products li.product.bunnyshop-ad-product,
.woocommerce-page ul.products li.product.bunnyshop-ad-product {
  display: flex !important;
  flex-direction: column;
  height: auto;
}

.woocommerce ul.products li.product.bunnyshop-ad-product .bunnyshop-ad-product__link,
.woocommerce-page ul.products li.product.bunnyshop-ad-product .bunnyshop-ad-product__link {
  display: block !important;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.woocommerce ul.products li.product.bunnyshop-ad-product .bunnyshop-ad-product__image-wrap,
.woocommerce-page ul.products li.product.bunnyshop-ad-product .bunnyshop-ad-product__image-wrap {
  width: 100%;
  height: 100%;
  min-height: 100%;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.woocommerce ul.products li.product.bunnyshop-ad-product .bunnyshop-ad-product__image-wrap img,
.woocommerce-page ul.products li.product.bunnyshop-ad-product .bunnyshop-ad-product__image-wrap img {
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  pointer-events: none;
  margin: 0 !important;
}



/* Force delivery badge position */
.product-delivery-time{top:20px !important;left:20px !important;}

@media (min-width: 769px) {
  .product-delivery-time {
    font-weight: 300;
  }
}




.bunnyshop-wc-sidebar-filter__list--level-3.has-selection.is-collapsed {
  border-color: #dbe1e8;
}


.bunnyshop-wc-sidebar-filter__list + .bunnyshop-wc-sidebar-filter__list--level-3.has-selection.is-collapsed {
  border-top: 1px solid var(--color-primary) !important;
}


/* Ads visibility hardening: avoid collapsed last-card */
.woocommerce ul.products li.product.bunnyshop-ad-product .bunnyshop-ad-product__link,
.woocommerce-page ul.products li.product.bunnyshop-ad-product .bunnyshop-ad-product__link {
  display: block !important;
}

.woocommerce ul.products li.product.bunnyshop-ad-product .bunnyshop-ad-product__image-wrap,
.woocommerce-page ul.products li.product.bunnyshop-ad-product .bunnyshop-ad-product__image-wrap {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 1 / 1;
  min-height: 220px;
}

/* Editorial ad card */
.woocommerce ul.products li.product.bunnyshop-ad-product .bunnyshop-ad-product__link,
.woocommerce-page ul.products li.product.bunnyshop-ad-product .bunnyshop-ad-product__link {
  color: #ffffff;
  text-decoration: none;
}

.woocommerce ul.products li.product.bunnyshop-ad-product.bunnyshop-ad-product--static .bunnyshop-ad-product__link,
.woocommerce-page ul.products li.product.bunnyshop-ad-product.bunnyshop-ad-product--static .bunnyshop-ad-product__link {
  cursor: default;
}

.woocommerce ul.products li.product.bunnyshop-ad-product .bunnyshop-ad-product__image-wrap,
.woocommerce-page ul.products li.product.bunnyshop-ad-product .bunnyshop-ad-product__image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  background-color: #202124;
}

.woocommerce ul.products li.product.bunnyshop-ad-product .bunnyshop-ad-product__shade,
.woocommerce-page ul.products li.product.bunnyshop-ad-product .bunnyshop-ad-product__shade {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: auto;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.46) 56%, rgba(0, 0, 0, 0.78) 100%) !important;
  background-color: transparent !important;
  pointer-events: none;
}

.woocommerce ul.products li.product.bunnyshop-ad-product .bunnyshop-ad-product__content,
.woocommerce-page ul.products li.product.bunnyshop-ad-product .bunnyshop-ad-product__content {
  position: absolute;
  inset: auto 24px 24px 24px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  color: #ffffff;
}

.woocommerce ul.products li.product.bunnyshop-ad-product .bunnyshop-ad-product__label,
.woocommerce-page ul.products li.product.bunnyshop-ad-product .bunnyshop-ad-product__label {
  display: inline-flex !important;
  align-items: center;
  max-width: 100%;
  padding: 0.36rem 0.75rem;
  border-radius: 999px;
  background: var(--bunnyshop-ad-label-bg, rgba(229, 51, 51, 0.34));
  color: var(--bunnyshop-ad-label-color, #ff4040);
  font-size: 0.66rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.woocommerce ul.products li.product.bunnyshop-ad-product .bunnyshop-ad-product__label[hidden],
.woocommerce-page ul.products li.product.bunnyshop-ad-product .bunnyshop-ad-product__label[hidden],
.woocommerce ul.products li.product.bunnyshop-ad-product .bunnyshop-ad-product__title[hidden],
.woocommerce-page ul.products li.product.bunnyshop-ad-product .bunnyshop-ad-product__title[hidden],
.woocommerce ul.products li.product.bunnyshop-ad-product .bunnyshop-ad-product__description[hidden],
.woocommerce-page ul.products li.product.bunnyshop-ad-product .bunnyshop-ad-product__description[hidden],
.woocommerce ul.products li.product.bunnyshop-ad-product .bunnyshop-ad-product__button[hidden],
.woocommerce-page ul.products li.product.bunnyshop-ad-product .bunnyshop-ad-product__button[hidden] {
  display: none !important;
}

.woocommerce ul.products li.product.bunnyshop-ad-product .bunnyshop-ad-product__title,
.woocommerce-page ul.products li.product.bunnyshop-ad-product .bunnyshop-ad-product__title {
  display: block !important;
  max-width: 100%;
  color: #ffffff;
  font-family: var(--font-family-base);
  font-size: clamp(1.45rem, 2.1vw, 2rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: 0;
  text-align: left;
}

.woocommerce ul.products li.product.bunnyshop-ad-product .bunnyshop-ad-product__description,
.woocommerce-page ul.products li.product.bunnyshop-ad-product .bunnyshop-ad-product__description {
  display: block !important;
  max-width: 18rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.86rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

.woocommerce ul.products li.product.bunnyshop-ad-product .bunnyshop-ad-product__button,
.woocommerce-page ul.products li.product.bunnyshop-ad-product .bunnyshop-ad-product__button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  max-width: 100%;
  min-height: 42px;
  margin-top: 6px;
  padding: 0.78rem 1.15rem;
  border-radius: 999px;
  background: var(--color-accent);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.woocommerce ul.products li.product.bunnyshop-ad-product .bunnyshop-ad-product__button-text,
.woocommerce-page ul.products li.product.bunnyshop-ad-product .bunnyshop-ad-product__button-text {
  overflow-wrap: anywhere;
}

.woocommerce ul.products li.product.bunnyshop-ad-product .bunnyshop-ad-product__button-icon,
.woocommerce-page ul.products li.product.bunnyshop-ad-product .bunnyshop-ad-product__button-icon {
  font-size: 1rem;
  line-height: 1;
}

@media (max-width: 720px) {
  .woocommerce ul.products li.product.bunnyshop-ad-product,
  .woocommerce-page ul.products li.product.bunnyshop-ad-product {
    height: var(--bunnyshop-ad-product-mobile-height, clamp(34rem, 154vw, 42rem));
    min-height: var(--bunnyshop-ad-product-mobile-height, clamp(34rem, 154vw, 42rem));
  }

  .woocommerce ul.products li.product.bunnyshop-ad-product .bunnyshop-ad-product__link,
  .woocommerce-page ul.products li.product.bunnyshop-ad-product .bunnyshop-ad-product__link {
    height: 100% !important;
    min-height: 100% !important;
  }

  .woocommerce ul.products li.product.bunnyshop-ad-product .bunnyshop-ad-product__image-wrap,
  .woocommerce-page ul.products li.product.bunnyshop-ad-product .bunnyshop-ad-product__image-wrap {
    aspect-ratio: auto;
    height: 100% !important;
    min-height: 100% !important;
  }

  .woocommerce ul.products li.product.bunnyshop-ad-product .bunnyshop-ad-product__content,
  .woocommerce-page ul.products li.product.bunnyshop-ad-product .bunnyshop-ad-product__content {
    inset: auto 18px 18px 18px;
  }
}

/* Keep selected category box style even when expanded */
.bunnyshop-wc-sidebar-filter__list[class*="bunnyshop-wc-sidebar-filter__list--level-"]:not(.bunnyshop-wc-sidebar-filter__list--level-1).has-selection {
  border: 1px solid var(--color-primary);
  border-radius: 12px;
  padding: 0 14px 12px;
}
/* Collapsible category groups: hide the leading circle on all options */
.bunnyshop-wc-sidebar-filter__list[class*="bunnyshop-wc-sidebar-filter__list--level-"]:not(.bunnyshop-wc-sidebar-filter__list--level-1).has-selection.is-collapsed .bunnyshop-wc-sidebar-filter__link::before {
  display: none;
}
/* Collapsible groups with toggle: keep links without leading circle */
.bunnyshop-wc-sidebar-filter__list[class*="bunnyshop-wc-sidebar-filter__list--level-"]:not(.bunnyshop-wc-sidebar-filter__list--level-1).has-selection .bunnyshop-wc-sidebar-filter__link {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
}

.bunnyshop-wc-sidebar-filter__list[class*="bunnyshop-wc-sidebar-filter__list--level-"]:not(.bunnyshop-wc-sidebar-filter__list--level-1).has-selection .bunnyshop-wc-sidebar-filter__link::before {
  display: none;
}
/* Keep selected item aligned when expanded in toggle groups */
.bunnyshop-wc-sidebar-filter__list[class*="bunnyshop-wc-sidebar-filter__list--level-"]:not(.bunnyshop-wc-sidebar-filter__list--level-1).has-selection .bunnyshop-wc-sidebar-filter__link.is-active {
  padding: 0;
  border-radius: 0;
}
/* Category filter links: no leading circle in any state */
.bunnyshop-wc-sidebar-filter__list[class*="bunnyshop-wc-sidebar-filter__list--level-"] .bunnyshop-wc-sidebar-filter__link {
  grid-template-columns: minmax(0, 1fr) auto;
}

.bunnyshop-wc-sidebar-filter__list[class*="bunnyshop-wc-sidebar-filter__list--level-"] .bunnyshop-wc-sidebar-filter__link::before {
  display: none !important;
}

/* Category labels always uppercase */
.bunnyshop-wc-sidebar-filter__list[class*="bunnyshop-wc-sidebar-filter__list--level-"] .bunnyshop-wc-sidebar-filter__label {
  text-transform: uppercase;
}
/* Open category groups without selection: same container shape, grey border */
.bunnyshop-wc-sidebar-filter__list[class*="bunnyshop-wc-sidebar-filter__list--level-"]:not(.bunnyshop-wc-sidebar-filter__list--level-1):not(.has-selection) {
  border: 1px solid #dbe1e8;
  border-radius: 12px;
  padding: 0 14px 12px;
}
/* Category levels 2+ labels smaller */
.bunnyshop-wc-sidebar-filter__list--level-2 .bunnyshop-wc-sidebar-filter__label,
.bunnyshop-wc-sidebar-filter__list--level-3 .bunnyshop-wc-sidebar-filter__label,
.bunnyshop-wc-sidebar-filter__list--level-4 .bunnyshop-wc-sidebar-filter__label,
.bunnyshop-wc-sidebar-filter__list--level-5 .bunnyshop-wc-sidebar-filter__label {
  font-size: 14px;
}
/* Selected category groups (level 2+): top separator always corporate */
.bunnyshop-wc-sidebar-filter__list + .bunnyshop-wc-sidebar-filter__list[class*="bunnyshop-wc-sidebar-filter__list--level-"]:not(.bunnyshop-wc-sidebar-filter__list--level-1).has-selection {
  border-top: 1px solid var(--color-primary) !important;
}

@media (max-width: 980px) {
  body:not(.bunnyshop-mobile-filters-open) .bunnyshop-mobile-filters-toggle {
    display: inline-flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    z-index: 1200 !important;
  }

  body.bunnyshop-footer-in-view:not(.bunnyshop-mobile-filters-open) .bunnyshop-mobile-filters-toggle {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}



@media (max-width: 980px) {
  body.bunnyshop-mobile-filters-open .site-header {
    position: fixed !important;
    top: var(--wp-admin--admin-bar--height, 0px);
    left: 0;
    right: 0;
    z-index: 1302;
  }

  body.bunnyshop-mobile-filters-open.bunnyshop-header--scrolled .site-header {
    top: -4px;
  }

  body.bunnyshop-mobile-filters-open .site-content {
    padding-top: var(--bunnyshop-mobile-filters-top-offset) !important;
  }

  .bunnyshop-mobile-filters-backdrop {
    top: var(--bunnyshop-mobile-filters-top-offset) !important;
    z-index: 1200 !important;
  }

  .bunnyshop-wc-loop-sidebar[data-mobile-filters-panel] {
    top: var(--bunnyshop-mobile-filters-top-offset) !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin: 0 !important;
    z-index: 1201 !important;
    padding-top: 8px !important;
  }

  body.offcanvas-open.bunnyshop-mobile-filters-open .site-header {
    z-index: 10010;
  }
}



@media (max-width: 980px) {
  .single-product .product_title.entry-title,
  .single-product .bunnyshop-mobile-product-title {
    font-size: 28px;
    line-height: 28px;
  }

  .single-product .bunnyshop-mobile-product-title {
    margin: 0 0 14px;
    padding-inline: 12px;
  }

  .single-product h1.product_title,
  .single-product .product_title.entry-title {
    background: var(--color-bg-dark);
    color: #FFF;
    padding: 16px 27px !important;
    left: -27px;
    position: relative;
    width: calc(100% + 54px);
  }

  .single-product .summary.entry-summary {
    padding-bottom: calc(90px + env(safe-area-inset-bottom));
  }

  .single-product div.product .summary.entry-summary form.cart {
    border: 0;
    padding: 0;
    margin-top: 0;
    border-radius: 0;
  }

  .single-product div.product form.cart .variations_button,
  .single-product div.product form.cart:not(.variations_form) {
    position: fixed !important;
    left: 12px;
    right: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom));
    z-index: 1300;
    margin: 0;
  }

  .single-product div.product form.cart .single_add_to_cart_button.button {
    position: relative !important;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100% !important;
    max-width: none;
    margin: 0;
  }

  .single-product div.product form.cart:not(.variations_form) .quantity {
    top: calc(50% + 10px);
    margin-left: 10px;
  }
}

@media (max-width: 980px) {
  .site-header,
  .site-header .site-container,
  .bunnyshop-header--transparent .site-header {
    border-radius: 0 !important;
  }
}

@media (min-width: 981px) {
  .single-product div.product .woocommerce-product-gallery {
    float: left;
    width: 48%;
    margin-bottom: 0;
  }

  .single-product div.product .summary.entry-summary {
    float: right;
    width: 48%;
    clear: none;
  }

  .single-product div.product .summary.entry-summary .woocommerce-tabs {
    float: none;
    width: 100%;
    clear: both;
    margin-top: 1rem;
  }

  .single-product div.product .related.products,
  .single-product div.product .up-sells {
    clear: both;
  }
}

.home-financing {
  position: relative;
  padding: clamp(2rem, 4vw, 3.4rem) 0 clamp(1.5rem, 3vw, 2.4rem);
}

.home-financing__inner {
  display: grid;
  gap: clamp(1.1rem, 2.2vw, 1.8rem);
}

.home-financing__header {
  display: grid;
  gap: 0.72rem;
  max-width: 62rem;
  margin: 0 auto;
  text-align: center;
}

.home-financing__eyebrow {
  margin: 0;
  color: var(--color-accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-financing__title {
  margin: 0;
  color: var(--color-primary);
  font-size: clamp(1.45rem, 2.3vw, 2rem);
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: uppercase;
}

.home-financing__title strong {
  font-weight: 700;
}

.home-financing__lead {
  margin: 0 auto;
  max-width: 52rem;
  color: #4b5563;
  font-size: 1.02rem;
  line-height: 1.68;
}

.home-financing__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.95rem, 1.5vw, 1.35rem);
}

.home-financing__card {
  --home-financing-card-bg: #111827;
  --home-financing-card-border: rgba(17, 24, 39, 0.16);
  --home-financing-card-fg: #fff;
  --home-financing-card-muted: rgba(255, 255, 255, 0.78);
  --home-financing-chip-bg: rgba(255, 255, 255, 0.14);
  --home-financing-chip-border: rgba(255, 255, 255, 0.22);
  position: relative;
  display: grid;
  min-height: 310px;
  gap: 1.35rem;
  align-content: space-between;
  overflow: hidden;
  padding: clamp(1.25rem, 2vw, 1.9rem);
  border: 1px solid var(--home-financing-card-border);
  border-radius: 22px;
  background: var(--home-financing-card-bg);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.1);
  color: var(--home-financing-card-fg);
}

.home-financing__card--sequra {
  --home-financing-card-bg: #00c2a3;
  --home-financing-card-border: #00a98e;
  --home-financing-card-fg: #042b25;
  --home-financing-card-muted: rgba(4, 43, 37, 0.76);
  --home-financing-chip-bg: rgba(255, 255, 255, 0.34);
  --home-financing-chip-border: rgba(4, 43, 37, 0.18);
}

.home-financing__card--santander {
  --home-financing-card-bg: #ed2023;
  --home-financing-card-border: #c9181b;
}

.home-financing__card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-width: 0;
}

.home-financing__logo-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: min(100%, 15rem);
  min-height: 72px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.home-financing__card--sequra .home-financing__logo-wrap {
  min-height: auto;
  padding: 0;
  border: 0;
  background: transparent;
}

.home-financing__logo {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.home-financing__logo--sequra {
  width: clamp(112px, 9.5vw, 138px);
}

.home-financing__logo--santander {
  width: clamp(166px, 14vw, 224px);
  filter: brightness(0) invert(1);
}

.home-financing__range {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  max-width: 15rem;
  padding: 0 0.78rem;
  border: 1px solid var(--home-financing-chip-border);
  border-radius: 999px;
  background: var(--home-financing-chip-bg);
  color: currentColor;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}

.home-financing__range--mobile {
  display: none;
}

.home-financing__card-body {
  display: grid;
  gap: 0.75rem;
  max-width: 36rem;
}

.home-financing__card-title {
  margin: 0;
  color: currentColor;
  font-size: clamp(1.55rem, 2.35vw, 2.15rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
}

.home-financing__card-copy {
  margin: 0;
  color: var(--home-financing-card-muted);
  font-size: 1rem;
  line-height: 1.62;
}

.home-financing__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-financing__tags li {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 0.72rem;
  border: 1px solid var(--home-financing-chip-border);
  border-radius: 999px;
  background: var(--home-financing-chip-bg);
  color: currentColor;
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.home-financing__note {
  margin: -0.25rem auto 0;
  max-width: 58rem;
  color: #64748b;
  font-size: 0.86rem;
  line-height: 1.55;
  text-align: center;
}

@media (max-width: 980px) {
  .home-financing__grid {
    grid-template-columns: 1fr;
  }

  .home-financing__card {
    min-height: auto;
  }
}

@media (max-width: 768px) {
  .home-financing {
    padding: 1.1rem 0 1.15rem;
  }

  .home-financing__header {
    gap: 0.58rem;
    margin: 0;
    text-align: left;
  }

  .home-financing__title {
    font-size: clamp(1.28rem, 6vw, 1.62rem);
  }

  .home-financing__lead {
    margin: 0;
    font-size: 0.94rem;
    line-height: 1.52;
  }

  .home-financing__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
  }

  .home-financing__card {
    min-height: 132px;
    gap: 0.7rem;
    align-content: center;
    justify-items: center;
    padding: 0.72rem 0.55rem;
    border-radius: 14px;
    text-align: center;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.09);
  }

  .home-financing__card-head {
    display: grid;
    grid-template-rows: 62px 30px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    justify-items: center;
    gap: 0.55rem;
    width: 100%;
  }

  .home-financing__logo-wrap {
    width: 100%;
    min-height: 0;
    height: 62px;
  }

  .home-financing__logo--sequra {
    width: min(92px, 32vw);
    max-height: 100%;
  }

  .home-financing__logo--santander {
    width: min(128px, 36vw);
    max-width: 100%;
    max-height: 100%;
  }

  .home-financing__range {
    min-height: 30px;
    max-width: 100%;
    padding: 0 0.5rem;
    font-size: 0.67rem;
    line-height: 1.05;
  }

  .home-financing__range--desktop {
    display: none;
  }

  .home-financing__range--mobile {
    display: inline-flex;
  }

  .home-financing__card-body,
  .home-financing__tags,
  .home-financing__note {
    display: none;
  }
}

.home-intro {
  position: relative;
  padding: 2rem 0 0;
}

.home-intro__inner {
  display: grid;
  gap: 2rem;
  padding: 0 0 2.5rem;
}

.home-intro__content {
  display: grid;
  gap: 1rem;
  margin: 0 auto;
  text-align: center;
}

.home-intro__eyebrow {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-accent);
}

.single-product .summary.entry-summary .bunnyshop-single-product-brand,
.single-product .bunnyshop-mobile-product-brand {
  display: block;
  opacity: 1;
  margin: 0 0 0.22rem;
  padding: 0;
  font-size: 12px;
  font-family: var(--font-family-body);
  font-weight: 300;
  letter-spacing: 0.02em;
  text-transform: none;
  color: var(--color-accent);
}

.home-intro__title {
  margin: 0 auto;
  font-size: clamp(2.4rem, 5vw, 3.4rem);
  font-weight: 300;
  line-height: 0.96;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.home-intro__title strong {
  font-weight: 700;
}

.entry__title--split {
  margin: 0 0 2rem;
  max-width: none;
  font-size: clamp(2.4rem, 5vw, 3.4rem);
  font-weight: 300;
  line-height: 0.96;
  letter-spacing: -0.05em;
  text-align: left;
  text-transform: uppercase;
}

.entry__title--split strong {
  font-weight: 700;
}

.bunnyshop-wide-content-page .entry__content {
  width: 100%;
  max-width: none;
}

.bunnyshop-wide-content-page .entry__content > *,
.bunnyshop-wide-content-page .entry__content p,
.bunnyshop-wide-content-page .entry__content ul,
.bunnyshop-wide-content-page .entry__content ol,
.bunnyshop-wide-content-page .entry__content .wp-block-group,
.bunnyshop-wide-content-page .entry__content .wp-block-columns {
  max-width: none;
}

.bunnyshop-wide-content-page .entry__content > h1:first-child {
  display: none;
}

body.bunnyshop-split-title-page {
  --header-link-color: #fff;
}

body.bunnyshop-split-title-page .site-main {
  padding-top: 40px;
}

body.bunnyshop-split-title-page .site-header {
  background: var(--color-primary);
  border-bottom-color: transparent;
}

body.bunnyshop-split-title-page .site-nav .primary-menu a,
body.bunnyshop-split-title-page .site-nav .primary-menu a:visited,
body.bunnyshop-split-title-page .menu-toggle,
body.bunnyshop-split-title-page .theme-toggle,
body.bunnyshop-split-title-page .site-header__language-link,
body.bunnyshop-split-title-page .site-header__search,
body.bunnyshop-split-title-page .site-header__cart,
body.bunnyshop-split-title-page .site-header__cart-count,
body.bunnyshop-split-title-page .site-logo,
body.bunnyshop-split-title-page .custom-logo-link,
body.bunnyshop-split-title-page .site-branding__wordmark,
body.bunnyshop-split-title-page .custom-logo-link svg,
body.bunnyshop-split-title-page .custom-logo-link .style-svg,
body.bunnyshop-split-title-page .site-logo svg,
body.bunnyshop-split-title-page .site-header__search-icon,
body.bunnyshop-split-title-page .site-header__cart-icon {
  color: var(--header-link-color) !important;
}

body.bunnyshop-split-title-page .custom-logo-link svg path,
body.bunnyshop-split-title-page .custom-logo-link svg rect,
body.bunnyshop-split-title-page .custom-logo-link svg circle,
body.bunnyshop-split-title-page .custom-logo-link svg polygon,
body.bunnyshop-split-title-page .custom-logo-link svg line,
body.bunnyshop-split-title-page .site-logo svg path,
body.bunnyshop-split-title-page .site-logo svg rect,
body.bunnyshop-split-title-page .site-logo svg circle,
body.bunnyshop-split-title-page .site-logo svg polygon,
body.bunnyshop-split-title-page .site-logo svg line {
  fill: currentColor !important;
  stroke: none !important;
}

body.bunnyshop-split-title-page .custom-logo-link svg path:last-child,
body.bunnyshop-split-title-page .site-logo svg path:last-child {
  fill: var(--color-accent) !important;
}

.home-intro__lead {
  margin: 0 auto;
  max-width: 60rem;
  font-size: 1.05rem;
  line-height: 1.78;
  color: var(--color-secondary);
  text-align: center;
}

.home-intro__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  align-items: center;
}

.home-intro__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 1.35rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.home-intro__action:hover,
.home-intro__action:focus-visible {
  transform: translateY(-1px);
  text-decoration: none;
}

.home-intro__action--primary {
  background: #202124;
  color: #fff;
}

.home-intro__action--secondary {
  border-color: rgba(38, 38, 38, 0.14);
  color: var(--color-primary);
  background: #fff;
}

.home-intro__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.9rem, 1.4vw, 1.25rem);
  align-items: stretch;
}

.home-intro__card {
  position: relative;
  display: flex;
  min-height: 255px;
  flex-direction: column;
  gap: 1rem;
  overflow: hidden;
  padding: clamp(1.25rem, 2vw, 1.65rem);
  border: 1px solid #dfe3ea;
  border-radius: 18px;
  background: #fff;
  color: #111827;
  isolation: isolate;
}

.home-intro__card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: var(--home-intro-card-accent, var(--color-accent));
}

.home-intro__card::after {
  content: none;
}

.home-intro__card--brands {
  --home-intro-card-accent: #e03131;
  border-color: #111827;
  background: #111827;
  color: #fff;
}

.home-intro__card--brands::after {
  content: none;
}

.home-intro__card--stock {
  --home-intro-card-accent: #0f766e;
}

.home-intro__card--workshop {
  --home-intro-card-accent: #111827;
  background: #fff;
}

.home-intro__card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
}

.home-intro__card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 14px;
  background: #fff;
  color: var(--color-primary);
}

.home-intro__card--brands .home-intro__card-icon {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.home-intro__card-icon svg {
  width: 24px;
  height: 24px;
  display: block;
  fill: currentColor;
}

.home-intro__card-kicker {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  padding: 0 0.72rem;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: #4b5563;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.home-intro__card--brands .home-intro__card-kicker {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.86);
}

.home-intro__card-title {
  margin: 0.15rem 0 0;
  max-width: 17rem;
  font-size: clamp(1.35rem, 2.1vw, 1.9rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: 0;
  text-transform: none;
  color: currentColor;
}

.home-intro__card-copy {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.62;
  color: #4b5563;
}

.home-intro__card--brands .home-intro__card-copy {
  color: rgba(255, 255, 255, 0.78);
}

.home-intro__card-proof {
  display: flex;
  align-items: end;
  gap: 0.55rem;
  margin: auto 0 0;
  padding-top: 0.55rem;
  border-top: 1px solid rgba(17, 24, 39, 0.1);
}

.home-intro__card--brands .home-intro__card-proof {
  border-top-color: rgba(255, 255, 255, 0.16);
}

.home-intro__card-proof strong {
  color: currentColor;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  font-weight: 900;
  line-height: 0.9;
}

.home-intro__card-proof span {
  color: #64748b;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.05;
  text-transform: uppercase;
}

.home-intro__card--brands .home-intro__card-proof span {
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 980px) {
  .home-intro__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .home-intro {
    padding-top: 1.4rem;
  }

  .home-intro__inner {
    gap: 1.5rem;
    padding-bottom: 2rem;
  }

  .home-intro__title {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .entry__title--split {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .home-intro__lead,
  .home-intro__card-copy {
    font-size: 0.98rem;
    line-height: 1.7;
  }

  .home-intro__card {
    min-height: auto;
  }

  .home-intro__card-head {
    align-items: flex-start;
  }

  .home-intro__card-kicker {
    white-space: normal;
    text-align: right;
  }

  .home-intro__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .home-intro__action {
    width: 100%;
  }
}

.home-category-promos {
  padding: 40px 0 3.5rem;
}

.home-category-promos__heading {
  display: grid;
  gap: 0.65rem;
  margin-bottom: 20px;
  text-align: center;
}

.home-category-promos__title {
  margin: 0;
  font-size: clamp(1.45rem, 2.3vw, 2rem);
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: uppercase;
}

.home-category-promos__title strong {
  font-weight: 700;
}

.home-category-promos__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
}

.home-category-promos__card {
  min-width: 0;
}

.home-category-promos__link {
  position: relative;
  display: grid;
  min-height: 386px;
  overflow: hidden;
  border-radius: 22px;
  text-decoration: none;
  isolation: isolate;
}

.home-category-promos__media,
.home-category-promos__media img,
.home-category-promos__overlay {
  grid-area: 1 / 1;
}

.home-category-promos__media {
  width: 100%;
  height: 100%;
}

.home-category-promos__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.home-category-promos__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(9, 12, 18, 0) 0%, rgba(9, 12, 18, 0.06) 42%, rgba(9, 12, 18, 0.22) 72%, rgba(9, 12, 18, 0.5) 100%);
  z-index: 1;
}

.home-category-promos__content {
  grid-area: 1 / 1;
  position: relative;
  z-index: 2;
  display: grid;
  align-content: end;
  gap: 0.68rem;
  min-height: 100%;
  padding: 1.35rem;
  color: #fff;
}

.home-category-promos__card-title {
  display: block;
  margin: 0;
  max-width: 12ch;
  font-size: clamp(1.55rem, 2vw, 2.1rem);
  font-weight: 700;
  line-height: 0.98;
  text-transform: uppercase;
}

.home-category-promos__card-text {
  display: block;
  margin: 0;
  max-width: 30ch;
  font-family: var(--font-family-body);
  font-size: 0.92rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.88);
}

.home-category-promos__card-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 42px;
  padding: 0.78rem 1.15rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  transition: background-color 0.24s ease, border-color 0.24s ease, transform 0.24s ease;
}

.home-category-promos__link:hover,
.home-category-promos__link:focus-visible {
  text-decoration: none;
}

.home-category-promos__link:hover .home-category-promos__media img,
.home-category-promos__link:focus-visible .home-category-promos__media img {
  transform: scale(1.04);
}

.home-category-promos__link:hover .home-category-promos__card-cta,
.home-category-promos__link:focus-visible .home-category-promos__card-cta {
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-1px);
}

@media (max-width: 1100px) {
  .home-category-promos__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .home-category-promos {
    padding-bottom: 2.5rem;
  }

  .home-category-promos__title {
    font-size: clamp(1.35rem, 6vw, 1.75rem);
  }

  .home-category-promos__grid {
    grid-template-columns: 1fr;
  }

  .home-category-promos__link {
    min-height: 332px;
  }
}

@media (max-width: 980px) {
  .bunnyshop-product-reviews-showcase {
    margin-top: 2.5rem;
    border-radius: 24px;
  }

  .bunnyshop-product-reviews-showcase__top {
    grid-template-columns: 1fr;
  }

  .bunnyshop-product-reviews-showcase__form .comment-form {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .bunnyshop-product-reviews-showcase {
    padding: 1rem;
    border-radius: 20px;
  }

  .bunnyshop-product-reviews-showcase__summary,
  .bunnyshop-product-reviews-showcase__slide-inner,
  .bunnyshop-product-reviews-showcase__form {
    padding: 1.1rem;
    border-radius: 18px;
  }

  .bunnyshop-product-reviews-showcase__score-row,
  .bunnyshop-product-reviews-showcase__carousel-header,
  .bunnyshop-product-reviews-showcase__slide-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .bunnyshop-product-reviews-showcase__distribution-row {
    grid-template-columns: 14px 12px minmax(0, 1fr) auto;
    gap: 8px;
    font-size: 0.86rem;
  }

  .bunnyshop-product-reviews-showcase__nav {
    width: 100%;
    justify-content: flex-end;
  }

  .bunnyshop-product-reviews-showcase__pagination .swiper-pagination-bullet {
    width: 24px;
  }
}

@media (max-width: 768px) {
  .bunnyshop-wc-loop-layout,
  .bunnyshop-wc-loop-main,
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .woocommerce-products-header {
    width: auto;
    max-width: 100%;
    overflow: hidden;
    left: auto;
    right: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .woocommerce-products-header__inner,
  .woocommerce-products-header__title,
  .woocommerce-products-header__description,
  .woocommerce-products-header__description p,
  .woocommerce-products-header .wc-top-categories,
  .woocommerce-products-header .wc-top-categories__list {
    min-width: 0;
    max-width: 100%;
  }

  .woocommerce-products-header__title,
  .woocommerce-products-header__description,
  .woocommerce-products-header__description p {
    overflow-wrap: anywhere;
  }

  .woocommerce-products-header .wc-top-categories__list,
  .woocommerce-products-header .wc-top-categories__list--children {
    flex-wrap: wrap;
    white-space: normal;
  }

  .wc-pagination-row {
    padding-left: 12px;
    padding-right: 12px;
  }

  .woocommerce nav.woocommerce-pagination ul {
    flex-wrap: wrap;
  }

  .woocommerce nav.woocommerce-pagination ul li a,
  .woocommerce nav.woocommerce-pagination ul li span {
    min-width: 32px;
    padding: 0 8px;
  }
}





.bunnyshop-editorial-page {
  display: grid;
  gap: 2rem;
}

.bunnyshop-editorial-page__hero {
  display: grid;
  gap: 0.9rem;
  padding: 1.6rem 0 0.2rem;
}

.bunnyshop-editorial-page__eyebrow {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-muted);
}

.bunnyshop-editorial-page__title {
  margin: 0;
  max-width: 16ch;
}

.bunnyshop-editorial-page__title.entry__title--split {
  max-width: none;
  font-size: clamp(2.4rem, 5vw, 3.4rem);
  font-weight: 300;
  line-height: 0.96;
  letter-spacing: -0.05em;
  text-align: left;
  text-transform: uppercase;
}

.bunnyshop-editorial-page__title.entry__title--split strong {
  font-weight: 700;
}

.bunnyshop-brief-product-grid {
  width: 100%;
}

.bunnyshop-brief-product-grid.woocommerce ul.products {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-bottom: 0;
}

.bunnyshop-brief-product-card {
  display: grid;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
}

.bunnyshop-brief-product-card__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.bunnyshop-brief-product-card__content {
  display: grid;
  gap: .75rem;
  padding: 1rem;
}

.bunnyshop-brief-product-card__title {
  margin: 0;
  font-size: 1rem;
  line-height: 1.35;
}

.bunnyshop-brief-product-card__title a,
.bunnyshop-brief-product-card__cta {
  text-decoration: none;
}

.bunnyshop-brief-product-card__price {
  margin: 0;
  font-weight: 600;
}

.bunnyshop-brief-product-card__cta,
.bunnyshop-brief-links__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  min-height: 44px;
  padding: .75rem 1rem;
  border-radius: 999px;
  background: #262626;
  color: #fafafa;
  font-weight: 600;
}

.bunnyshop-brief-links {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}

.bunnyshop-brief-table-wrap {
  overflow-x: auto;
}

.bunnyshop-brief-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
}

.bunnyshop-brief-table th,
.bunnyshop-brief-table td {
  padding: .9rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  text-align: left;
  vertical-align: top;
}

.bunnyshop-brief-table th {
  font-size: .85rem;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.bunnyshop-brief-faq {
  display: grid;
  gap: .75rem;
}

.bunnyshop-brief-faq__item {
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 16px;
  padding: .9rem 1rem;
  background: #fff;
}

.bunnyshop-brief-faq__question {
  cursor: pointer;
  font-weight: 600;
}

.bunnyshop-brief-faq__answer p,
.bunnyshop-brief-product-intro {
  margin: .75rem 0 0;
}

@media (max-width: 767px) {
  .bunnyshop-brief-table {
    min-width: 520px;
  }
}

.bunnyshop-editorial-page__lead {
  margin: 0;
  max-width: 72ch;
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--color-muted);
}

.bunnyshop-editorial-page__section {
  display: grid;
  gap: 0.95rem;
}

.bunnyshop-editorial-page__section h2,
.bunnyshop-editorial-page__section h3,
.bunnyshop-editorial-page__section p {
  margin: 0;
}

.bunnyshop-editorial-page__section p {
  max-width: 76ch;
  line-height: 1.8;
}

.bunnyshop-wide-content-page .bunnyshop-editorial-page__lead,
.bunnyshop-wide-content-page .bunnyshop-editorial-page__section p {
  max-width: none;
}

.bunnyshop-editorial-grid,
.bunnyshop-team-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bunnyshop-editorial-card,
.bunnyshop-team-card {
  padding: 1.25rem 1.35rem;
  border: 1px solid var(--color-border);
  border-radius: 18px;
  background: color-mix(in srgb, var(--color-module-bg-alt) 78%, transparent);
}

.bunnyshop-team-card {
  display: grid;
  gap: 0.55rem;
  align-content: start;
  overflow: hidden;
  padding: 0;
}

.bunnyshop-team-card__discipline {
  margin: 0 1.15rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-muted);
}

.bunnyshop-team-card__name,
.bunnyshop-team-card__copy {
  margin: 0 1.15rem;
}

.bunnyshop-team-card__copy {
  margin-bottom: 1.15rem;
}

.bunnyshop-team-card__name a {
  color: inherit;
  text-decoration: none;
}

.bunnyshop-team-card__image {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #eef1f5;
}

.bunnyshop-editorial-page--team {
  gap: 3rem;
}

.bunnyshop-editorial-page--team .bunnyshop-editorial-page__section p {
  max-width: none;
}

.bunnyshop-team-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.48fr);
  gap: 2rem;
  align-items: end;
  padding: 2.2rem !important;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(32, 33, 36, 0.96), rgba(17, 17, 17, 0.98)),
    radial-gradient(circle at 84% 16%, rgba(215, 38, 38, 0.22), transparent 34%);
  color: #fff;
}

.bunnyshop-team-hero .bunnyshop-editorial-page__eyebrow,
.bunnyshop-team-hero .bunnyshop-editorial-page__lead {
  color: rgba(255, 255, 255, 0.76);
}

.bunnyshop-team-hero .bunnyshop-editorial-page__title {
  color: #fff;
}

.bunnyshop-team-hero__content {
  display: grid;
  gap: 1rem;
}

.bunnyshop-team-hero__stats {
  display: grid;
  gap: 0.7rem;
}

.bunnyshop-team-hero__stats span {
  display: grid;
  gap: 0.1rem;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.35;
}

.bunnyshop-team-hero__stats strong {
  color: #fff;
  font-size: 1.35rem;
  line-height: 1;
  text-transform: uppercase;
}

.bunnyshop-team-overview {
  gap: 1.25rem;
}

.bunnyshop-team-overview h2 {
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  font-weight: 700;
}

.bunnyshop-team-riders {
  display: grid;
  gap: 2rem;
}

.bunnyshop-team-rider {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
  gap: 2rem;
  align-items: start;
  padding: 1.3rem;
  border: 1px solid var(--color-border);
  border-radius: 24px;
  background: #fff;
}

.bunnyshop-team-rider:nth-child(even) .bunnyshop-team-rider__media {
  order: 2;
}

.bunnyshop-team-rider__media,
.bunnyshop-team-rider__content {
  min-width: 0;
}

.bunnyshop-team-rider__figure {
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  background: #eef1f5;
}

.bunnyshop-team-rider__figure img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.bunnyshop-team-rider__gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  margin-top: 0.65rem;
}

.bunnyshop-team-rider__gallery img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 14px;
  background: #eef1f5;
}

.bunnyshop-team-rider__content {
  display: grid;
  gap: 1rem;
  padding: 0.4rem 0.25rem;
}

.bunnyshop-team-rider__number,
.bunnyshop-team-rider__discipline,
.bunnyshop-team-rider__content h2,
.bunnyshop-team-rider__content h3,
.bunnyshop-team-rider__content p,
.bunnyshop-team-rider__content dl,
.bunnyshop-team-rider__content ul {
  margin: 0;
}

.bunnyshop-team-rider__number,
.bunnyshop-team-rider__discipline {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #d72626;
}

.bunnyshop-team-rider__content h2 {
  font-size: clamp(2.1rem, 4vw, 4.1rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.95;
  text-transform: uppercase;
}

.bunnyshop-team-rider__content p {
  max-width: none;
  color: #394150;
  line-height: 1.75;
}

.bunnyshop-team-rider__meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
}

.bunnyshop-team-rider__meta div {
  padding: 0.8rem;
  border-radius: 14px;
  background: #f5f7fa;
}

.bunnyshop-team-rider__meta dt {
  margin: 0 0 0.25rem;
  color: #7b8794;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bunnyshop-team-rider__meta dd {
  margin: 0;
  color: #202124;
  font-weight: 700;
}

.bunnyshop-team-rider__list {
  display: grid;
  gap: 0.6rem;
}

.bunnyshop-team-rider__list h3 {
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bunnyshop-team-rider__list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  padding: 0;
  list-style: none;
}

.bunnyshop-team-rider__list li {
  padding: 0.45rem 0.7rem;
  border: 1px solid var(--color-border);
  border-radius: 999px;
  background: #fff;
  color: #394150;
  font-size: 0.88rem;
  line-height: 1.2;
}

.bunnyshop-editorial-faq {
  display: grid;
  gap: 0.9rem;
}

.bunnyshop-editorial-faq__item {
  border: 1px solid var(--color-border);
  border-radius: 16px;
  background: color-mix(in srgb, var(--color-bg) 88%, var(--color-module-bg-alt));
  overflow: clip;
}

.bunnyshop-editorial-faq__question {
  cursor: pointer;
  list-style: none;
  padding: 1rem 1.1rem;
  font-weight: 600;
}

.bunnyshop-editorial-faq__question::-webkit-details-marker {
  display: none;
}

.bunnyshop-editorial-faq__answer {
  padding: 0 1.1rem 1rem;
  color: var(--color-muted);
}

.bunnyshop-editorial-page--service {
  gap: 3rem;
}

.bunnyshop-editorial-page--service .bunnyshop-editorial-page__hero {
  padding: 0;
}

.bunnyshop-service-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
  gap: 2rem;
  align-items: stretch;
  padding: 2.2rem !important;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(32, 33, 36, 0.96), rgba(17, 17, 17, 0.98)),
    radial-gradient(circle at 84% 16%, rgba(215, 38, 38, 0.22), transparent 32%);
  color: #fff;
}

.bunnyshop-service-hero .bunnyshop-editorial-page__eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

.bunnyshop-service-hero .bunnyshop-editorial-page__title,
.bunnyshop-service-hero .bunnyshop-editorial-page__lead {
  color: #fff;
}

.bunnyshop-service-hero .bunnyshop-editorial-page__lead {
  max-width: 68ch;
  color: rgba(255, 255, 255, 0.82);
}

.bunnyshop-service-hero__content,
.bunnyshop-service-hero__panel,
.bunnyshop-service-intro,
.bunnyshop-service-process,
.bunnyshop-service-reasons,
.bunnyshop-service-cta {
  display: grid;
  gap: 1rem;
}

.bunnyshop-service-hero__content {
  align-content: center;
}

.bunnyshop-service-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 0.55rem;
}

.bunnyshop-service-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 46px;
  padding: 0.82rem 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-family: var(--font-family-secondary);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.bunnyshop-service-button:hover,
.bunnyshop-service-button:focus-visible {
  border-color: #fff;
  background: #fff;
  color: #202124;
  text-decoration: none;
  transform: translateY(-1px);
}

.bunnyshop-service-button--primary {
  border-color: #d72626;
  background: #d72626;
  color: #fff;
}

.bunnyshop-service-hero__panel {
  align-content: start;
  padding: 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
}

.bunnyshop-service-hero__panel-label,
.bunnyshop-service-hero__panel-main,
.bunnyshop-service-hero__panel-copy {
  margin: 0;
}

.bunnyshop-service-hero__panel-label {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bunnyshop-service-hero__panel-main {
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  font-weight: 700;
  line-height: 1.15;
}

.bunnyshop-service-hero__panel-copy {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.55;
}

.bunnyshop-service-hero__facts {
  display: grid;
  gap: 0.55rem;
  margin-top: 0.4rem;
}

.bunnyshop-service-hero__facts span {
  display: flex;
  align-items: center;
  min-height: 36px;
  padding: 0.55rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.88rem;
}

.bunnyshop-service-intro {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.bunnyshop-service-intro > div {
  display: grid;
  gap: 0.7rem;
  padding: 1.4rem 0;
  border-top: 1px solid #d8dee8;
}

.bunnyshop-service-section > h2,
.bunnyshop-service-process h2,
.bunnyshop-service-reasons h2,
.bunnyshop-service-cta h2,
.bunnyshop-service-faq > h2 {
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  line-height: 1.08;
}

.bunnyshop-service-grid {
  gap: 1.25rem;
}

.bunnyshop-service-grid .bunnyshop-editorial-card {
  position: relative;
  display: grid;
  gap: 0.7rem;
  min-height: 190px;
  padding: 1.45rem;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.bunnyshop-service-card__index {
  color: #6b7280;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.bunnyshop-service-grid h3 {
  font-size: 1.25rem;
  line-height: 1.18;
}

.bunnyshop-service-process {
  grid-template-columns: minmax(220px, 0.35fr) minmax(0, 0.65fr);
  gap: 2rem;
  align-items: start;
  padding: 2rem;
  border-radius: 22px;
  background: #f5f7fa;
}

.bunnyshop-service-steps {
  display: grid;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: bunnyshop-service-step;
}

.bunnyshop-service-steps li {
  counter-increment: bunnyshop-service-step;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 0.75rem 1rem;
  align-items: start;
  padding: 1rem;
  border-radius: 16px;
  background: #fff;
}

.bunnyshop-service-steps li::before {
  content: counter(bunnyshop-service-step, decimal-leading-zero);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: #202124;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
}

.bunnyshop-service-steps strong,
.bunnyshop-service-steps span {
  grid-column: 2;
}

.bunnyshop-service-steps strong {
  margin-top: 0.12rem;
}

.bunnyshop-service-steps span {
  color: #5f6b7a;
  line-height: 1.55;
}

.bunnyshop-service-reasons {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.52fr);
  gap: 2rem;
  align-items: start;
}

.bunnyshop-service-checks {
  display: grid;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bunnyshop-service-checks li {
  padding: 0.85rem 1rem;
  border-left: 4px solid #202124;
  border-radius: 0 14px 14px 0;
  background: #f5f7fa;
  font-weight: 600;
}

.bunnyshop-service-cta {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  padding: 1.6rem;
  border-radius: 22px;
  background: #202124;
  color: #fff;
}

.bunnyshop-service-cta .bunnyshop-editorial-page__eyebrow,
.bunnyshop-service-cta p {
  color: rgba(255, 255, 255, 0.72);
}

.bunnyshop-service-cta h2 {
  color: #fff;
}

.bunnyshop-service-faq .bunnyshop-editorial-faq {
  gap: 0.75rem;
}

.bunnyshop-service-faq .bunnyshop-editorial-faq__item {
  border-color: #d8dee8;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.bunnyshop-service-faq .bunnyshop-editorial-faq__item[open] {
  border-color: #202124;
  background: #fbfcfe;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
}

.bunnyshop-service-faq .bunnyshop-editorial-faq__question {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px;
  gap: 1rem;
  align-items: center;
  padding: 1.05rem 1.15rem;
  color: #202124;
  font-weight: 800;
}

.bunnyshop-service-faq .bunnyshop-editorial-faq__question::after {
  content: "+";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid #d8dee8;
  border-radius: 999px;
  background: #f5f7fa;
  color: #202124;
  font-size: 1.05rem;
  line-height: 1;
}

.bunnyshop-service-faq .bunnyshop-editorial-faq__item[open] .bunnyshop-editorial-faq__question::after {
  content: "-";
  border-color: #202124;
  background: #202124;
  color: #fff;
}

.bunnyshop-service-faq .bunnyshop-editorial-faq__answer {
  padding: 0 1.15rem 1.15rem;
  color: #4b5563;
}

.bunnyshop-service-faq .bunnyshop-editorial-faq__answer p {
  max-width: none;
  line-height: 1.7;
}

.bunnyshop-editorial-page--info {
  gap: 2.4rem;
}

.bunnyshop-info-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.48fr);
  gap: 2rem;
  align-items: end;
  padding: 2.2rem !important;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(32, 33, 36, 0.96), rgba(17, 17, 17, 0.98)),
    radial-gradient(circle at 84% 16%, rgba(255, 255, 255, 0.1), transparent 34%);
  color: #fff;
}

.bunnyshop-info-hero .bunnyshop-editorial-page__eyebrow,
.bunnyshop-info-hero .bunnyshop-editorial-page__lead {
  color: rgba(255, 255, 255, 0.76);
}

.bunnyshop-info-hero .bunnyshop-editorial-page__title {
  color: #fff;
}

.bunnyshop-info-hero__content {
  display: grid;
  gap: 1rem;
}

.bunnyshop-info-hero__stats {
  display: grid;
  gap: 0.7rem;
}

.bunnyshop-info-hero__stats span {
  display: grid;
  gap: 0.1rem;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.35;
}

.bunnyshop-info-hero__stats strong {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
  text-transform: uppercase;
}

.bunnyshop-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.bunnyshop-info-card {
  display: grid;
  gap: 0.75rem;
  padding: 1.2rem;
  border: 1px solid #d8dee8;
  border-radius: 18px;
  background: #fff;
}

.bunnyshop-info-card span {
  color: #6b7280;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.bunnyshop-info-card h2,
.bunnyshop-info-card p {
  margin: 0;
}

.bunnyshop-info-card h2 {
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.1;
}

.bunnyshop-info-card p {
  max-width: none;
  color: #4b5563;
  line-height: 1.65;
}

.bunnyshop-info-band {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.48fr);
  gap: 1.5rem;
  align-items: start;
  padding: 1.5rem;
  border-radius: 22px;
  background: #f5f7fa;
}

.bunnyshop-info-checks {
  display: grid;
  gap: 0.65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bunnyshop-info-checks li {
  padding: 0.78rem 0.95rem;
  border-left: 4px solid #202124;
  border-radius: 0 14px 14px 0;
  background: #fff;
  font-weight: 700;
}

.bunnyshop-payment-hero {
  align-items: stretch;
}

.bunnyshop-payment-card {
  display: grid;
  gap: 1rem;
  align-content: space-between;
  min-height: 210px;
  padding: 1.3rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.bunnyshop-payment-card span,
.bunnyshop-payment-card small {
  color: rgba(255, 255, 255, 0.72);
}

.bunnyshop-payment-card strong {
  color: #fff;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  letter-spacing: 0.08em;
}

.bunnyshop-payment-methods {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.bunnyshop-payment-methods article {
  display: grid;
  gap: 0.75rem;
  padding: 1.25rem;
  border: 1px solid #d8dee8;
  border-radius: 18px;
  background: #fff;
}

.bunnyshop-payment-methods span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 34px;
  border-radius: 10px;
  background: #202124;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.bunnyshop-payment-methods h2,
.bunnyshop-payment-methods p {
  margin: 0;
}

.bunnyshop-payment-methods p {
  max-width: none;
  color: #4b5563;
}

.bunnyshop-original-content {
  width: 100%;
}

.bunnyshop-original-content__body {
  display: grid;
  gap: 1rem;
  width: 100%;
}

.bunnyshop-original-content__intro,
.bunnyshop-original-content__section {
  display: grid;
  gap: 0.85rem;
  width: 100%;
  padding: clamp(1.1rem, 2vw, 1.6rem);
  border: 1px solid #d8dee8;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.04);
}

.bunnyshop-original-content__intro > *,
.bunnyshop-original-content__section > * {
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
}

.bunnyshop-original-content__body h1,
.bunnyshop-original-content__body h2,
.bunnyshop-original-content__body h3,
.bunnyshop-original-content__body h4 {
  letter-spacing: 0;
  line-height: 1.08;
}

.bunnyshop-original-content__body h2 {
  font-size: clamp(1.3rem, 2.2vw, 1.85rem);
  font-weight: 800;
}

.bunnyshop-original-content__body h3 {
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
  font-weight: 800;
}

.bunnyshop-original-content__intro p:first-child {
  font-size: clamp(1.02rem, 1.4vw, 1.18rem);
  line-height: 1.75;
}

.bunnyshop-original-content__body p,
.bunnyshop-original-content__body li {
  color: #374151;
  line-height: 1.75;
}

.bunnyshop-original-content__body ul,
.bunnyshop-original-content__body ol {
  display: grid;
  gap: 0.5rem;
  padding-left: 1.25rem;
}

.bunnyshop-original-content__body a {
  color: #202124;
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.bunnyshop-original-content__body table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid #d8dee8;
  border-radius: 14px;
  background: #fff;
}

.bunnyshop-original-content__body th,
.bunnyshop-original-content__body td {
  padding: 0.8rem 0.9rem;
  border-bottom: 1px solid #e5e7eb;
  text-align: left;
  vertical-align: top;
}

.bunnyshop-original-content__body th {
  background: #f5f7fa;
  font-weight: 800;
}

.bunnyshop-payment-heading {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 380px);
  align-items: end;
  padding: 0;
}

.bunnyshop-payment-heading__content {
  display: grid;
  gap: 1rem;
}

@media (max-width: 900px) {
  .bunnyshop-brief-product-grid.woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bunnyshop-editorial-grid,
  .bunnyshop-team-grid {
    grid-template-columns: 1fr;
  }

  .bunnyshop-editorial-page__title {
    max-width: none;
  }

  .bunnyshop-editorial-page__title.entry__title--split {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .bunnyshop-service-hero,
  .bunnyshop-team-hero,
  .bunnyshop-info-hero,
  .bunnyshop-payment-heading,
  .bunnyshop-info-band,
  .bunnyshop-team-rider,
  .bunnyshop-service-intro,
  .bunnyshop-service-process,
  .bunnyshop-service-reasons,
  .bunnyshop-service-cta {
    grid-template-columns: 1fr;
  }

  .bunnyshop-service-hero {
    padding: 1.4rem !important;
    border-radius: 20px;
  }

  .bunnyshop-team-hero {
    padding: 1.4rem !important;
    border-radius: 20px;
  }

  .bunnyshop-info-hero {
    padding: 1.4rem !important;
    border-radius: 20px;
  }

  .bunnyshop-info-grid,
  .bunnyshop-payment-methods {
    grid-template-columns: 1fr;
  }

  .bunnyshop-team-rider {
    padding: 1rem;
    border-radius: 20px;
  }

  .bunnyshop-team-rider:nth-child(even) .bunnyshop-team-rider__media {
    order: 0;
  }

  .bunnyshop-team-rider__meta {
    grid-template-columns: 1fr;
  }

  .bunnyshop-service-cta .bunnyshop-service-button {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .bunnyshop-brief-product-grid.woocommerce ul.products {
    grid-template-columns: 1fr;
  }

  .bunnyshop-editorial-page--service {
    gap: 2rem;
  }

  .bunnyshop-editorial-page--team {
    gap: 2rem;
  }

  .bunnyshop-service-hero__actions,
  .bunnyshop-service-button {
    width: 100%;
  }

  .bunnyshop-team-rider__gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bunnyshop-service-process,
  .bunnyshop-service-cta {
    padding: 1.2rem;
    border-radius: 18px;
  }
}

/* PDP layout adaptation based on component reference */
.single-product div.product.bunnyshop-single-product--pdp {
  display: block;
}

.single-product div.product.bunnyshop-single-product--pdp > .bunnyshop-single-product__main {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.98fr);
  column-gap: clamp(24px, 3vw, 44px);
  row-gap: clamp(12px, 1.8vw, 22px);
  align-items: start;
}

.bunnyshop-single-product__mobile-intro {
  display: none;
}

.single-product div.product.bunnyshop-single-product--pdp .bunnyshop-single-product__mobile-intro {
  display: block;
}

@media (min-width: 981px) {
  .single-product div.product.bunnyshop-single-product--pdp > .bunnyshop-single-product__main {
    padding-top: clamp(14px, 1.25vw, 24px);
  }

  .single-product div.product.bunnyshop-single-product--pdp .bunnyshop-single-product__mobile-intro {
    grid-column: 2;
    grid-row: 1;
  }

  .single-product div.product.bunnyshop-single-product--pdp > .bunnyshop-single-product__main > .woocommerce-product-gallery {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .single-product div.product.bunnyshop-single-product--pdp > .bunnyshop-single-product__main > .summary.entry-summary {
    grid-column: 2;
    grid-row: 2;
  }
}

.single-product div.product.bunnyshop-single-product--pdp.bunnyshop-single-product--no-thumbnails > .bunnyshop-single-product__main {
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
}

.single-product div.product.bunnyshop-single-product--pdp > .bunnyshop-single-product__main > .woocommerce-product-gallery,
.single-product div.product.bunnyshop-single-product--pdp > .bunnyshop-single-product__main > .summary.entry-summary {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}

.single-product div.product.bunnyshop-single-product--pdp > .bunnyshop-single-product__main > .woocommerce-product-gallery {
  position: sticky;
  top: calc(var(--header-height, 90px) + 24px);
}

.single-product div.product.bunnyshop-single-product--pdp .gallery {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.single-product div.product.bunnyshop-single-product--pdp .gallery__main {
  position: relative;
  border: 1px solid #e5e7eb;
  border-radius: 28px;
  overflow: hidden;
  background: #fff;
  cursor: zoom-in;
}

.single-product div.product.bunnyshop-single-product--pdp .gallery__main.is-zoomed {
  cursor: zoom-out;
  touch-action: none;
}

.single-product div.product.bunnyshop-single-product--pdp > .summary.entry-summary {
  padding: 0;
  clear: none;
}

.single-product div.product.bunnyshop-single-product--pdp .product_title.entry-title,
.single-product div.product.bunnyshop-single-product--pdp .bunnyshop-mobile-product-title,
.single-product div.product.bunnyshop-single-product--pdp h1.product_title {
  position: static;
  left: auto;
  width: auto;
  margin: 0 0 10px;
  padding: 0 !important;
  background: none;
  color: #111827;
  font-family: var(--font-family-base);
  font-size: clamp(1.65rem, 1.95vw, 2.25rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.single-product div.product.bunnyshop-single-product--pdp .bunnyshop-single-product-brand {
  display: inline-flex;
  align-items: center;
  margin: 0;
  font-family: var(--font-family-body);
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.02em;
  text-transform: none;
  color: var(--color-accent);
}

.bunnyshop-single-product-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  margin: 0 0 10px;
  margin-left: 0;
  padding: 0;
  padding-left: 0;
  text-indent: 0;
  width: 100%;
  font-size: 12px;
  color: #262626;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 1.2;
}

.single-product div.product.bunnyshop-single-product--pdp .bunnyshop-single-product-breadcrumb::before,
.single-product div.product.bunnyshop-single-product--pdp .bunnyshop-single-product-breadcrumb::after {
  content: none !important;
}

.single-product div.product.bunnyshop-single-product--pdp .bunnyshop-single-product-breadcrumb,
.single-product div.product.bunnyshop-single-product--pdp .bunnyshop-single-product-breadcrumb a,
.single-product div.product.bunnyshop-single-product--pdp .bunnyshop-single-product-breadcrumb span {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 1.2;
}

.single-product div.product.bunnyshop-single-product--pdp .bunnyshop-single-product-breadcrumb a,
.single-product div.product.bunnyshop-single-product--pdp .bunnyshop-single-product-breadcrumb a:visited,
.bunnyshop-single-product-breadcrumb__item {
  border: 1px solid #262626;
  border-radius: 999px;
  padding: 2px 6px;
  color: #262626;
  text-decoration: none;
}

.single-product div.product.bunnyshop-single-product--pdp .bunnyshop-single-product-breadcrumb a.bunnyshop-single-product-breadcrumb__link--current,
.single-product div.product.bunnyshop-single-product--pdp .bunnyshop-single-product-breadcrumb a.bunnyshop-single-product-breadcrumb__link--current:visited {
  background: #262626;
  color: #fff;
}

.bunnyshop-single-product-breadcrumb a:hover,
.bunnyshop-single-product-breadcrumb a:focus-visible {
  color: #262626;
  text-decoration: none;
}

.bunnyshop-single-product-breadcrumb a.bunnyshop-single-product-breadcrumb__link--current:hover,
.bunnyshop-single-product-breadcrumb a.bunnyshop-single-product-breadcrumb__link--current:focus-visible {
  color: #fff;
}

.bunnyshop-single-product-breadcrumb__sep {
  display: none;
}

.bunnyshop-single-product-rating {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0 0 1rem;
  color: #374151;
  text-decoration: none;
}

.bunnyshop-single-product-rating:hover,
.bunnyshop-single-product-rating:focus-visible {
  color: #111827;
}

.bunnyshop-single-product-rating .star-rating {
  margin: 0;
}

.bunnyshop-single-product-rating__text {
  font-size: 0.9rem;
  font-weight: 500;
}

.single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary > .price,
.single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary .woocommerce-variation-price .price {
  display: inline-grid;
  grid-template-columns: auto;
  align-items: center;
  justify-items: center;
  gap: 0;
  width: fit-content;
  position: relative;
  margin: 0 0 0.5rem;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #111827;
  font-family: var(--font-family-base);
  font-size: clamp(1.8rem, 2.4vw, 2.4rem);
  font-weight: 800;
  line-height: 1;
  text-align: center;
}

.single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary > .price:has(.price-prefix),
.single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary .woocommerce-variation-price .price:has(.price-prefix) {
  grid-template-columns: auto auto;
  column-gap: 0.45rem;
}

.single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary > .price:has(.price-prefix):has(.bunnyshop-single-product-sale-badge),
.single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary .woocommerce-variation-price .price:has(.price-prefix):has(.bunnyshop-single-product-sale-badge) {
  grid-template-columns: auto auto auto;
}

.single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary > .price:has(.bunnyshop-single-product-sale-badge):not(:has(.price-prefix)),
.single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary .woocommerce-variation-price .price:has(.bunnyshop-single-product-sale-badge):not(:has(.price-prefix)) {
  grid-template-columns: auto auto;
  column-gap: 0.45rem;
}

.single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary > .price:has(del):has(.bunnyshop-single-product-sale-badge):not(:has(.price-prefix)),
.single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary .woocommerce-variation-price .price:has(del):has(.bunnyshop-single-product-sale-badge):not(:has(.price-prefix)) {
  grid-template-columns: auto auto auto;
}

.single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary > .price > .woocommerce-Price-amount,
.single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary > .price ins .woocommerce-Price-amount,
.single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary .woocommerce-variation-price .price > .woocommerce-Price-amount,
.single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary .woocommerce-variation-price .price ins .woocommerce-Price-amount {
  display: inline-flex;
  grid-column: 1;
  grid-row: 1;
  align-items: center;
  justify-content: center;
  min-width: 100%;
  position: relative;
  z-index: 1;
  background: #262626;
  color: #fff;
  border-radius: 999px;
  padding: 6px 24px 14px;
  font-size: 24px;
  line-height: 1;
}

.single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary > .price .price-prefix,
.single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary .woocommerce-variation-price .price .price-prefix {
  grid-row: 1 / span 2;
  grid-column: 1;
  align-self: center;
  opacity: 0.95;
  text-transform: uppercase;
  font-family: var(--font-family-body);
  font-size: 0.76rem;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 1.1;
  color: var(--color-primary);
}

.single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary > .price:has(.price-prefix) > .woocommerce-Price-amount,
.single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary > .price:has(.price-prefix) ins .woocommerce-Price-amount,
.single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary .woocommerce-variation-price .price:has(.price-prefix) > .woocommerce-Price-amount,
.single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary .woocommerce-variation-price .price:has(.price-prefix) ins .woocommerce-Price-amount {
  grid-column: 2;
  grid-row: 1;
}

.single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary > .price .bunnyshop-single-product-sale-badge,
.single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary .woocommerce-variation-price .price .bunnyshop-single-product-sale-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  min-height: 0;
  min-width: 0;
  padding: 5px 12px;
  border-radius: 999px;
  background: #d72626;
  color: #fff;
  font-family: var(--font-family-base);
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary > .price:has(.price-prefix) .bunnyshop-single-product-sale-badge,
.single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary .woocommerce-variation-price .price:has(.price-prefix) .bunnyshop-single-product-sale-badge {
  grid-column: 3;
  grid-row: 1;
  margin-left: 0.1rem;
}

.single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary > .price:has(.bunnyshop-single-product-sale-badge):not(:has(.price-prefix)) .bunnyshop-single-product-sale-badge,
.single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary .woocommerce-variation-price .price:has(.bunnyshop-single-product-sale-badge):not(:has(.price-prefix)) .bunnyshop-single-product-sale-badge {
  grid-column: 2;
  grid-row: 1;
  margin-left: 0.1rem;
}

.single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary > .price:has(del):has(.bunnyshop-single-product-sale-badge):not(:has(.price-prefix)) .bunnyshop-single-product-sale-badge,
.single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary .woocommerce-variation-price .price:has(del):has(.bunnyshop-single-product-sale-badge):not(:has(.price-prefix)) .bunnyshop-single-product-sale-badge {
  grid-column: 3;
}

.woocommerce span.onsale,
.woocommerce-page span.onsale,
.wc-block-components-product-badge,
.bunnyshop-cart-sale-badge,
.bunnyshop-single-product-sale-badge,
.bunnyshop-ad-product__label {
  border-radius: 999px;
}

.single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary > .price del,
.single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary .woocommerce-variation-price .price del {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  opacity: 0.45;
  font-size: 0.65em;
  font-weight: 300;
}

.single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary > .price ins,
.single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary .woocommerce-variation-price .price ins {
  text-decoration: none;
}

.single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary > .price .bunnyshop-price-tax-note,
.single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary .woocommerce-variation-price .price .bunnyshop-price-tax-note {
  display: block;
  flex: none;
  grid-column: 1;
  grid-row: 1;
  order: initial;
  align-self: end;
  justify-self: center;
  position: relative;
  z-index: 2;
  margin: 0 0 5px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  font-size: 0.5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
}

.single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary > .price:has(.price-prefix) .bunnyshop-price-tax-note,
.single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary .woocommerce-variation-price .price:has(.price-prefix) .bunnyshop-price-tax-note {
  grid-column: 2;
}

.single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary > .price .bunnyshop-single-price-pill,
.single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary .woocommerce-variation-price .price .bunnyshop-single-price-pill {
  display: inline-grid;
  grid-template-columns: 1fr;
  justify-items: center;
  align-items: center;
  grid-column: 1;
  grid-row: 1;
  width: fit-content;
  min-width: 0;
  background: #262626;
  color: #fff;
  border-radius: 999px;
  padding: 6px 24px 7px;
  line-height: 1;
}

.single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary > .price:has(.price-prefix) .bunnyshop-single-price-pill,
.single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary .woocommerce-variation-price .price:has(.price-prefix) .bunnyshop-single-price-pill {
  grid-column: 2;
}

.single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary > .price .bunnyshop-single-price-pill .woocommerce-Price-amount,
.single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary > .price .bunnyshop-single-price-pill ins .woocommerce-Price-amount,
.single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary .woocommerce-variation-price .price .bunnyshop-single-price-pill .woocommerce-Price-amount,
.single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary .woocommerce-variation-price .price .bunnyshop-single-price-pill ins .woocommerce-Price-amount {
  display: block;
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  min-width: 0;
  background: transparent;
  color: #fff;
  border-radius: 0;
  padding: 0;
  font-size: 24px;
  line-height: 0.95;
  text-align: center;
}

.single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary > .price .bunnyshop-single-price-pill .woocommerce-Price-amount bdi,
.single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary .woocommerce-variation-price .price .bunnyshop-single-price-pill .woocommerce-Price-amount bdi {
  display: block;
  width: 100%;
  text-align: center;
}

.single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary > .price .bunnyshop-single-price-pill .bunnyshop-price-tax-note,
.single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary .woocommerce-variation-price .price .bunnyshop-single-price-pill .bunnyshop-price-tax-note {
  display: block;
  flex: none;
  grid-column: 1;
  grid-row: 2;
  width: 100%;
  position: static;
  z-index: auto;
  align-self: center;
  justify-self: center;
  margin: 1px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.48rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: center;
}

.single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary > .price .bunnyshop-single-price-pill:has(.woocommerce-Price-amount + [aria-hidden="true"] + .woocommerce-Price-amount),
.single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary .woocommerce-variation-price .price .bunnyshop-single-price-pill:has(.woocommerce-Price-amount + [aria-hidden="true"] + .woocommerce-Price-amount) {
  grid-template-columns: auto auto auto;
  column-gap: 0.35rem;
  row-gap: 0.15rem;
}

.single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary > .price .bunnyshop-single-price-pill:has(.woocommerce-Price-amount + [aria-hidden="true"] + .woocommerce-Price-amount) .woocommerce-Price-amount:first-of-type,
.single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary .woocommerce-variation-price .price .bunnyshop-single-price-pill:has(.woocommerce-Price-amount + [aria-hidden="true"] + .woocommerce-Price-amount) .woocommerce-Price-amount:first-of-type {
  grid-column: 1;
  width: auto;
}

.single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary > .price .bunnyshop-single-price-pill:has(.woocommerce-Price-amount + [aria-hidden="true"] + .woocommerce-Price-amount) .woocommerce-Price-amount + [aria-hidden="true"] + .woocommerce-Price-amount,
.single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary .woocommerce-variation-price .price .bunnyshop-single-price-pill:has(.woocommerce-Price-amount + [aria-hidden="true"] + .woocommerce-Price-amount) .woocommerce-Price-amount + [aria-hidden="true"] + .woocommerce-Price-amount {
  grid-column: 3;
  width: auto;
}

.single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary > .price .bunnyshop-single-price-pill:has(.woocommerce-Price-amount + [aria-hidden="true"] + .woocommerce-Price-amount) .woocommerce-Price-amount + [aria-hidden="true"]:not(.woocommerce-Price-amount),
.single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary .woocommerce-variation-price .price .bunnyshop-single-price-pill:has(.woocommerce-Price-amount + [aria-hidden="true"] + .woocommerce-Price-amount) .woocommerce-Price-amount + [aria-hidden="true"]:not(.woocommerce-Price-amount) {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  justify-self: center;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1rem;
  line-height: 1;
}

.single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary > .price .bunnyshop-single-price-pill:has(.woocommerce-Price-amount + [aria-hidden="true"] + .woocommerce-Price-amount) .screen-reader-text,
.single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary .woocommerce-variation-price .price .bunnyshop-single-price-pill:has(.woocommerce-Price-amount + [aria-hidden="true"] + .woocommerce-Price-amount) .screen-reader-text {
  grid-column: 1 / -1;
  grid-row: 1;
}

.single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary > .price .bunnyshop-single-price-pill:has(.woocommerce-Price-amount + [aria-hidden="true"] + .woocommerce-Price-amount) .bunnyshop-price-tax-note,
.single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary .woocommerce-variation-price .price .bunnyshop-single-price-pill:has(.woocommerce-Price-amount + [aria-hidden="true"] + .woocommerce-Price-amount) .bunnyshop-price-tax-note {
  grid-column: 1 / -1;
  grid-row: 2;
}

.bunnyshop-single-product-status-row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  margin: 20px 0 1rem;
}

.bunnyshop-single-product-status-row .bunnyshop-single-product-urgency {
  order: 2;
  flex: 1 1 auto;
  margin: 0;
}

.bunnyshop-single-product-status-row .bunnyshop-single-product-delivery {
  order: 1;
  flex: 0 0 auto;
  margin: 0;
  min-height: 0;
  align-self: flex-start;
}

.bunnyshop-single-product-delivery {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  margin: 0 0 1.2rem;
  padding: 0.8rem 0.95rem;
  border: 1px solid #111827;
  border-radius: 999px;
  background: #fff;
  font-size: 0.84rem;
  font-weight: 600;
  color: #1f2937;
}

.bunnyshop-single-product-delivery__icon {
  display: inline-flex;
  width: 1rem;
  height: 1rem;
  color: var(--color-accent);
}

.bunnyshop-single-product-delivery__icon svg {
  width: 100%;
  height: 100%;
}

.single-product div.product.bunnyshop-single-product--pdp .woocommerce-product-details__short-description {
  margin: 0 0 1.4rem;
  font-size: 0.97rem;
  line-height: 1.75;
  color: #4b5563;
}

.single-product div.product.bunnyshop-single-product--pdp .woocommerce-product-details__short-description > :first-child {
  margin-top: 0;
}

.single-product div.product.bunnyshop-single-product--pdp .woocommerce-product-details__short-description > :last-child {
  margin-bottom: 0;
}

.single-product div.product.bunnyshop-single-product--pdp form.cart {
  margin-top: 0.65rem;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0;
  background: transparent;
  box-shadow: none !important;
}

.single-product div.product.bunnyshop-single-product--pdp form.cart table.variations {
  margin-bottom: 1rem;
}

.single-product div.product.bunnyshop-single-product--pdp form.cart table.variations tbody {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px 14px;
}

.single-product div.product.bunnyshop-single-product--pdp form.cart table.variations tr.variation-row--compact,
.single-product div.product.bunnyshop-single-product--pdp form.cart table.variations tr.variation-row--full {
  grid-column: 1 / -1;
}

.single-product div.product.bunnyshop-single-product--pdp .variation-size-label,
.single-product div.product.bunnyshop-single-product--pdp .variation-color-label {
  margin-bottom: 10px;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #111827;
}

.single-product div.product.bunnyshop-single-product--pdp .variation-label-current {
  font-weight: 500;
  color: #6b7280;
}

.single-product div.product.bunnyshop-single-product--pdp .variation-size-options,
.single-product div.product.bunnyshop-single-product--pdp .variation-color-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.single-product div.product.bunnyshop-single-product--pdp form.cart table.variations tr {
  margin: 0;
}

.single-product div.product.bunnyshop-single-product--pdp form.cart table.variations tr td.value {
  width: 100%;
}

.single-product div.product.bunnyshop-single-product--pdp .variation-size-option {
  min-width: 88px;
  min-height: 48px;
  padding: 0.85rem 1.35rem;
  border: 1.5px solid #d1d5db;
  border-radius: 999px;
  background: #fff;
  color: #111827;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.15s ease, background-color 0.15s ease, color 0.15s ease;
}

.single-product div.product.bunnyshop-single-product--pdp .variation-color-option {
  width: 36px;
  height: 36px;
  min-height: 36px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: transparent;
  position: relative;
  transition: transform 0.15s ease;
}

.single-product div.product.bunnyshop-single-product--pdp .variation-color-option::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid transparent;
  border-radius: 50%;
  transition: border-color 0.15s ease;
}

.single-product div.product.bunnyshop-single-product--pdp .variation-color-option:hover,
.single-product div.product.bunnyshop-single-product--pdp .variation-color-option:focus-visible {
  transform: scale(1.08);
}

.single-product div.product.bunnyshop-single-product--pdp .variation-color-option.is-active::after {
  border-color: #111827;
}

.single-product div.product.bunnyshop-single-product--pdp .variation-color-swatch {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid rgba(17, 24, 39, 0.08);
  display: block;
  position: relative;
  overflow: hidden;
}

.single-product div.product.bunnyshop-single-product--pdp .variation-color-text {
  display: none;
}

.single-product div.product.bunnyshop-single-product--pdp .variation-size-option:hover,
.single-product div.product.bunnyshop-single-product--pdp .variation-size-option:focus-visible {
  border-color: #9ca3af;
}

.single-product div.product.bunnyshop-single-product--pdp .variation-size-option.is-active {
  background: #111827;
  border-color: #111827;
  color: #fff;
}

.single-product div.product.bunnyshop-single-product--pdp .variation-size-option.is-out-of-stock,
.single-product div.product.bunnyshop-single-product--pdp .variation-color-option.is-out-of-stock {
  cursor: not-allowed;
  text-decoration: line-through;
  transform: none;
}

.single-product div.product.bunnyshop-single-product--pdp .variation-color-option.is-out-of-stock {
  opacity: 1;
}

.single-product div.product.bunnyshop-single-product--pdp .variation-color-option.is-out-of-stock::after {
  inset: -3px;
  border-color: rgba(17, 24, 39, 0.16);
  border-style: dashed;
}

.single-product div.product.bunnyshop-single-product--pdp .variation-color-option.is-out-of-stock .variation-color-swatch {
  opacity: 0.22;
  filter: grayscale(1);
  border-color: rgba(17, 24, 39, 0.14);
}

.single-product div.product.bunnyshop-single-product--pdp .variation-color-option.is-out-of-stock .variation-color-swatch::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -20%;
  width: 2px;
  height: 140%;
  background: rgba(17, 24, 39, 0.45);
  transform: translateX(-50%) rotate(45deg);
  transform-origin: center;
}

.single-product div.product.bunnyshop-single-product--pdp form.cart .variations_button,
.single-product div.product.bunnyshop-single-product--pdp form.cart:not(.variations_form) {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
}

.single-product div.product.bunnyshop-single-product--pdp .bunnyshop-single-product-stock-note {
  grid-column: 1 / -1;
  margin: 0 0 0.1rem;
  font-size: 0.83rem;
  font-weight: 700;
  color: #15803d;
}

.single-product div.product.bunnyshop-single-product--pdp form.cart .quantity {
  position: static;
  left: auto;
  top: auto;
  transform: none;
  width: 100%;
  margin: 0;
}

.single-product div.product.bunnyshop-single-product--pdp form.cart .variations_button .quantity,
.single-product div.product.bunnyshop-single-product--pdp form.cart:not(.variations_form) .quantity {
  grid-column: 1;
}

.single-product div.product.bunnyshop-single-product--pdp form.cart .quantity .qty {
  width: 100%;
  height: 52px;
  min-width: 0;
  border-radius: 999px;
  border-color: rgba(17, 24, 39, 0.12);
  background: #fff;
  box-shadow: none;
  font-weight: 600;
}

.single-product div.product.bunnyshop-single-product--pdp form.cart .single_add_to_cart_button.button {
  position: relative;
  min-height: 52px;
  width: 100%;
  padding: 0.95rem 8.75rem;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  box-shadow: none;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  justify-self: stretch;
}

.single-product div.product.bunnyshop-single-product--pdp form.cart .single_add_to_cart_button.button .bunnyshop-sticky-cart-cta__content {
  display: block;
  width: 100%;
  min-width: 0;
}

.single-product div.product.bunnyshop-single-product--pdp form.cart .single_add_to_cart_button.button .bunnyshop-sticky-cart-cta__price {
  position: absolute;
  left: 1rem;
  top: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  max-width: 7rem;
  padding: 0.42rem 0.9rem;
  border-radius: 999px;
  background: #fff;
  color: #111827;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  transform: translateY(-50%);
}

.single-product div.product.bunnyshop-single-product--pdp form.cart .single_add_to_cart_button.button .bunnyshop-sticky-cart-cta__price[hidden] {
  display: none;
}

.single-product div.product.bunnyshop-single-product--pdp form.cart .single_add_to_cart_button.button .bunnyshop-sticky-cart-cta__label {
  display: block;
  width: 100%;
  min-width: 0;
  text-align: center;
}

.single-product div.product.bunnyshop-single-product--pdp form.cart .variations_button .single_add_to_cart_button.button,
.single-product div.product.bunnyshop-single-product--pdp form.cart:not(.variations_form) .single_add_to_cart_button.button {
  grid-column: 2;
}

.single-product div.product.bunnyshop-single-product--pdp form.cart .single_add_to_cart_button.button::before,
.single-product div.product.bunnyshop-single-product--pdp form.cart .single_add_to_cart_button.button::after {
  content: none;
}

.single-product div.product.bunnyshop-single-product--pdp form.cart .single_add_to_cart_button.button:hover,
.single-product div.product.bunnyshop-single-product--pdp form.cart .single_add_to_cart_button.button:focus-visible {
  background: #000;
}

.single-product div.product.bunnyshop-single-product--pdp .stock {
  margin: 0.85rem 0 0;
  font-size: 0.84rem;
  font-weight: 600;
}

.single-product div.product.bunnyshop-single-product--pdp .bunnyshop-single-product-urgency {
  display: none;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 1rem;
  padding: 0.8rem 0.95rem;
  border: 1px solid #cce9d7;
  border-radius: 999px;
  background: #f8fafc;
  color: #1f2937;
}

.single-product div.product.bunnyshop-single-product--pdp .bunnyshop-single-product-urgency[hidden],
.single-product div.product.bunnyshop-single-product--pdp .bunnyshop-single-product-urgency[aria-hidden="true"],
.single-product div.product.bunnyshop-single-product--pdp .bunnyshop-single-product-urgency.is-normal {
  display: none !important;
}

.single-product div.product.bunnyshop-single-product--pdp .bunnyshop-single-product-urgency.is-low:not([hidden]):not([aria-hidden="true"]),
.single-product div.product.bunnyshop-single-product--pdp .bunnyshop-single-product-urgency.is-critical:not([hidden]):not([aria-hidden="true"]) {
  display: flex;
}

.single-product div.product.bunnyshop-single-product--pdp .bunnyshop-single-product-urgency__dot {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: #94a3b8;
}

.single-product div.product.bunnyshop-single-product--pdp .bunnyshop-single-product-urgency__text {
  display: inline-flex;
  flex-wrap: wrap;
  row-gap: 0.08rem;
  column-gap: 0.35rem;
  align-items: baseline;
  font-size: 0.84rem;
  line-height: 1.18;
}

.single-product div.product.bunnyshop-single-product--pdp .bunnyshop-single-product-urgency__text strong {
  font-weight: 800;
  line-height: 1.16;
}

.single-product div.product.bunnyshop-single-product--pdp .bunnyshop-single-product-urgency__detail {
  line-height: 1.16;
}

.single-product div.product.bunnyshop-single-product--pdp .bunnyshop-single-product-urgency.is-low {
  border-color: #fde8d0;
  background: #fff8f0;
  color: #b35c00;
}

.single-product div.product.bunnyshop-single-product--pdp .bunnyshop-single-product-urgency.is-low .bunnyshop-single-product-urgency__dot {
  background: #f5a623;
  animation: pdp-pulse 1.4s infinite;
}

.single-product div.product.bunnyshop-single-product--pdp .bunnyshop-single-product-urgency.is-critical {
  border-color: #f7c8c3;
  background: #fff3f1;
  color: #b42318;
}

.single-product div.product.bunnyshop-single-product--pdp .bunnyshop-single-product-urgency.is-critical .bunnyshop-single-product-urgency__dot {
  background: #ef4444;
  animation: pdp-pulse 1.2s infinite;
}

@media (max-width: 767px) {
  .bunnyshop-single-product-status-row {
    flex-direction: column;
    align-items: stretch;
  }

  .bunnyshop-single-product-status-row .bunnyshop-single-product-delivery {
    order: 1;
    width: 100%;
    flex: 0 0 100%;
    justify-content: flex-start;
  }

  .bunnyshop-single-product-status-row .bunnyshop-single-product-urgency {
    order: 2;
  }
}

.single-product div.product.bunnyshop-single-product--pdp .bunnyshop-single-product-stock-note.is-low {
  color: #b35c00;
}

.single-product div.product.bunnyshop-single-product--pdp .bunnyshop-single-product-stock-note.is-critical {
  color: #b42318;
}

.single-product div.product.bunnyshop-single-product--pdp .bunnyshop-single-product-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 1rem;
}

.single-product div.product.bunnyshop-single-product--pdp .bunnyshop-single-product-trust__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 82px;
  padding: 12px 8px;
  border-radius: 14px;
  background: #f7f7f7;
  text-align: center;
}

.single-product div.product.bunnyshop-single-product--pdp .bunnyshop-single-product-trust__icon {
  display: inline-flex;
  width: 20px;
  height: 20px;
  color: #555;
}

.single-product div.product.bunnyshop-single-product--pdp .bunnyshop-single-product-trust__icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.single-product div.product.bunnyshop-single-product--pdp .bunnyshop-single-product-trust__label {
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.3;
  color: #4b5563;
}

.single-product div.product.bunnyshop-single-product--pdp .bunnyshop-product-editorial {
  margin: 1rem 0 1.2rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 20px;
  background: linear-gradient(180deg, #fff 0%, #fafafa 100%);
}

.single-product div.product.bunnyshop-single-product--pdp .bunnyshop-product-editorial h2 {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  line-height: 1.3;
}

.single-product div.product.bunnyshop-single-product--pdp .bunnyshop-product-accordion {
  margin-top: 1.35rem;
  border-top: 0;
}

.single-product div.product.bunnyshop-single-product--pdp .bunnyshop-product-accordion__trigger {
  padding-inline: 1.25rem;
}

.single-product div.product.bunnyshop-single-product--pdp .bunnyshop-product-accordion__panel-inner {
  padding-inline: 1.5rem;
}

.single-product div.product.bunnyshop-single-product--pdp .bunnyshop-product-gallery__viewport {
  border: 0;
  border-radius: 28px;
  box-shadow: none;
  background: transparent;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.single-product div.product.bunnyshop-single-product--pdp .bunnyshop-product-gallery {
  --bunnyshop-pdp-gallery-frame-height: min(72vh, 760px);
  --bunnyshop-pdp-gallery-slide-padding: 60px;
  --bunnyshop-pdp-gallery-slide-padding-total: 120px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.single-product div.product.bunnyshop-single-product--pdp .bunnyshop-product-gallery__slide {
  padding: var(--bunnyshop-pdp-gallery-slide-padding);
  min-height: 0;
  max-width: 100%;
}

.single-product div.product.bunnyshop-single-product--pdp .bunnyshop-product-gallery__slide img {
  width: 100%;
  height: auto;
  max-height: calc(var(--bunnyshop-pdp-gallery-frame-height) - var(--bunnyshop-pdp-gallery-slide-padding-total));
  object-fit: contain;
}

.single-product div.product.bunnyshop-single-product--pdp .gallery__btn,
.single-product div.product.bunnyshop-single-product--pdp .bunnyshop-product-gallery__arrow {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.1);
}

.single-product div.product.bunnyshop-single-product--pdp .gallery__btn svg {
  width: 16px;
  height: 16px;
}

.single-product div.product.bunnyshop-single-product--pdp .bunnyshop-product-gallery__dots {
  bottom: 12px;
}

.single-product div.product.bunnyshop-single-product--pdp .bunnyshop-product-gallery__zoom-hint {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #111827;
  backdrop-filter: blur(12px);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.single-product div.product.bunnyshop-single-product--pdp .bunnyshop-product-gallery:hover .bunnyshop-product-gallery__zoom-hint {
  opacity: 1;
}

.single-product div.product.bunnyshop-single-product--pdp .bunnyshop-product-gallery__zoom-hint svg {
  width: 15px;
  height: 15px;
}

.single-product div.product.bunnyshop-single-product--pdp .bunnyshop-product-gallery__thumbs {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 4px;
  scrollbar-width: none;
  min-width: 0;
  scroll-snap-type: x proximity;
  overscroll-behavior-inline: contain;
}

.single-product div.product.bunnyshop-single-product--pdp .bunnyshop-product-gallery__thumbs::-webkit-scrollbar {
  display: none;
}

.single-product div.product.bunnyshop-single-product--pdp .bunnyshop-product-gallery__thumb {
  flex: 0 0 74px;
  width: 74px;
  height: 74px;
  padding: 0;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  opacity: 0.6;
  cursor: pointer;
  transition: opacity 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.single-product div.product.bunnyshop-single-product--pdp .gallery__thumb {
  outline: none;
}

.single-product div.product.bunnyshop-single-product--pdp .bunnyshop-product-gallery__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.single-product div.product.bunnyshop-single-product--pdp .bunnyshop-product-gallery__thumb:hover,
.single-product div.product.bunnyshop-single-product--pdp .bunnyshop-product-gallery__thumb:focus-visible {
  opacity: 0.88;
}

.single-product div.product.bunnyshop-single-product--pdp .bunnyshop-product-gallery__thumb.is-active {
  opacity: 1;
  border-color: #111827;
}

@media (min-width: 981px) {
  .single-product div.product.bunnyshop-single-product--pdp .gallery {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    grid-template-rows: var(--bunnyshop-pdp-gallery-frame-height);
    align-items: stretch;
    gap: 0 14px;
  }

  .single-product div.product.bunnyshop-single-product--pdp .bunnyshop-product-gallery--no-thumbnails .gallery {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  .single-product div.product.bunnyshop-single-product--pdp .gallery__main {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
    height: var(--bunnyshop-pdp-gallery-frame-height);
    max-height: var(--bunnyshop-pdp-gallery-frame-height);
  }

  .single-product div.product.bunnyshop-single-product--pdp .bunnyshop-product-gallery__viewport,
  .single-product div.product.bunnyshop-single-product--pdp .bunnyshop-product-gallery__track,
  .single-product div.product.bunnyshop-single-product--pdp .bunnyshop-product-gallery__slide {
    height: 100%;
  }

  .single-product div.product.bunnyshop-single-product--pdp .bunnyshop-product-gallery--no-thumbnails .gallery__main {
    grid-column: 1;
  }

  .single-product div.product.bunnyshop-single-product--pdp .bunnyshop-product-gallery__thumbs {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 0;
    min-height: 0;
    height: var(--bunnyshop-pdp-gallery-frame-height);
    max-height: var(--bunnyshop-pdp-gallery-frame-height);
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 4px;
    padding-bottom: 0;
    scrollbar-width: none;
    overscroll-behavior: contain;
    scroll-snap-type: y proximity;
  }

  .single-product div.product.bunnyshop-single-product--pdp .bunnyshop-product-gallery__thumb {
    flex: 0 0 82px;
    width: 82px;
    height: 82px;
    scroll-snap-align: start;
  }
}

.single-product div.product.bunnyshop-single-product--pdp .bunnyshop-product-reviews-showcase {
  margin-top: clamp(2.5rem, 5vw, 4rem);
}

@media (max-width: 980px) {
  .single-product div.product.bunnyshop-single-product--pdp {
    display: block;
    box-sizing: border-box;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0;
    margin-inline: 0;
    overflow: visible;
  }

  .single-product div.product.bunnyshop-single-product--pdp > .bunnyshop-single-product__main {
    grid-template-columns: 1fr;
    gap: 18px;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding-inline-end: 0;
  }

  .single-product div.product.bunnyshop-single-product--pdp.bunnyshop-single-product--no-thumbnails > .bunnyshop-single-product__main {
    grid-template-columns: 1fr !important;
  }

  .single-product div.product.bunnyshop-single-product--pdp > .bunnyshop-single-product__main > *,
  .single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary,
  .single-product div.product.bunnyshop-single-product--pdp .bunnyshop-single-product__mobile-intro,
  .single-product div.product.bunnyshop-single-product--pdp .bunnyshop-single-product-status-row,
  .single-product div.product.bunnyshop-single-product--pdp .bunnyshop-single-product-delivery,
  .single-product div.product.bunnyshop-single-product--pdp .bunnyshop-single-product-urgency,
  .single-product div.product.bunnyshop-single-product--pdp form.cart {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .single-product div.product.bunnyshop-single-product--pdp .bunnyshop-single-product-urgency__text,
  .single-product div.product.bunnyshop-single-product--pdp .bunnyshop-single-product-delivery,
  .single-product div.product.bunnyshop-single-product--pdp .bunnyshop-single-product-breadcrumb,
  .single-product div.product.bunnyshop-single-product--pdp .bunnyshop-single-product-breadcrumb span,
  .single-product div.product.bunnyshop-single-product--pdp .bunnyshop-single-product-breadcrumb a {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .single-product div.product.bunnyshop-single-product--pdp > .bunnyshop-single-product__main > * {
    grid-column: 1 / -1;
  }

  .single-product div.product.bunnyshop-single-product--pdp .bunnyshop-single-product__mobile-intro {
    display: block;
    margin-top: clamp(12px, 3.5vw, 18px);
    order: -2;
  }

  .single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary > .bunnyshop-single-product-breadcrumb,
  .single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary > .bunnyshop-single-product-brand,
  .single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary > .product_title.entry-title {
    display: none;
  }

  .single-product div.product.bunnyshop-single-product--pdp .bunnyshop-single-product__mobile-intro {
    overflow: visible;
  }

  .single-product div.product.bunnyshop-single-product--pdp .bunnyshop-single-product-breadcrumb {
    display: flex;
    width: 100%;
    max-width: 100%;
    white-space: normal;
    overflow: visible;
    line-height: 1.45;
  }

  .single-product div.product.bunnyshop-single-product--pdp .bunnyshop-single-product-breadcrumb a,
  .single-product div.product.bunnyshop-single-product--pdp .bunnyshop-single-product-breadcrumb span,
  .single-product div.product.bunnyshop-single-product--pdp .bunnyshop-single-product-breadcrumb__sep {
    white-space: normal;
  }

  .single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary > .price,
  .single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary .woocommerce-variation-price .price {
    width: 100%;
    max-width: 100%;
    justify-items: start;
  }

  .single-product div.product.bunnyshop-single-product--pdp.bunnyshop-sticky-price-ready .summary.entry-summary > .price,
  .single-product div.product.bunnyshop-single-product--pdp.bunnyshop-sticky-price-ready .summary.entry-summary .woocommerce-variation-price {
    display: none !important;
  }

  .single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary > .price > .woocommerce-Price-amount,
  .single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary > .price ins .woocommerce-Price-amount,
  .single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary .woocommerce-variation-price .price > .woocommerce-Price-amount,
  .single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary .woocommerce-variation-price .price ins .woocommerce-Price-amount {
    min-width: 0;
  }

  .single-product div.product.bunnyshop-single-product--pdp .bunnyshop-single-product-delivery {
    display: flex;
    width: 100%;
    justify-content: flex-start;
  }

  .single-product div.product.bunnyshop-single-product--pdp .bunnyshop-single-product-urgency.is-low:not([hidden]):not([aria-hidden="true"]),
  .single-product div.product.bunnyshop-single-product--pdp .bunnyshop-single-product-urgency.is-critical:not([hidden]):not([aria-hidden="true"]) {
    display: flex;
    width: 100%;
    justify-content: flex-start;
  }

  .single-product div.product.bunnyshop-single-product--pdp > .bunnyshop-single-product__main > .woocommerce-product-gallery {
    position: static;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0;
    overflow: visible;
  }

  .single-product div.product.bunnyshop-single-product--pdp .summary.entry-summary {
    padding-bottom: 0;
  }

  .single-product div.product.bunnyshop-single-product--pdp .bunnyshop-product-gallery,
  .single-product div.product.bunnyshop-single-product--pdp .gallery,
  .single-product div.product.bunnyshop-single-product--pdp .gallery__main,
  .single-product div.product.bunnyshop-single-product--pdp .bunnyshop-product-gallery__viewport,
  .single-product div.product.bunnyshop-single-product--pdp .bunnyshop-product-gallery__track,
  .single-product div.product.bunnyshop-single-product--pdp .bunnyshop-product-gallery__slide {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .single-product div.product.bunnyshop-single-product--pdp .gallery__main {
    position: relative;
    overflow: visible;
  }

  .single-product div.product.bunnyshop-single-product--pdp .bunnyshop-product-gallery__arrow--prev {
    left: 0;
    right: auto;
    --bunnyshop-product-gallery-arrow-shift-x: -40%;
  }

  .single-product div.product.bunnyshop-single-product--pdp .bunnyshop-product-gallery__arrow--next {
    right: 0;
    left: auto;
    --bunnyshop-product-gallery-arrow-shift-x: 40%;
  }

  .single-product div.product.bunnyshop-single-product--pdp .bunnyshop-product-gallery__slide {
    padding: 0;
  }

  .single-product div.product.bunnyshop-single-product--pdp .bunnyshop-product-gallery__thumbs {
    width: 100%;
    max-width: 100%;
    max-height: 82px;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    scroll-padding-inline: 8px;
  }

  .single-product div.product.bunnyshop-single-product--pdp .bunnyshop-product-gallery__thumb {
    scroll-snap-align: start;
  }

  .single-product div.product.bunnyshop-single-product--pdp form.cart .variations_button,
  .single-product div.product.bunnyshop-single-product--pdp form.cart:not(.variations_form) {
    grid-template-columns: 1fr;
  }

  .single-product div.product.bunnyshop-single-product--pdp form.cart .quantity {
    width: 100%;
  }

  .single-product div.product.bunnyshop-single-product--pdp form.cart .variations_button .quantity,
  .single-product div.product.bunnyshop-single-product--pdp form.cart:not(.variations_form) .quantity,
  .single-product div.product.bunnyshop-single-product--pdp form.cart .variations_button .single_add_to_cart_button.button,
  .single-product div.product.bunnyshop-single-product--pdp form.cart:not(.variations_form) .single_add_to_cart_button.button {
    grid-column: 1;
  }

  .single-product div.product.bunnyshop-single-product--pdp form.cart .variations_button,
  .single-product div.product.bunnyshop-single-product--pdp form.cart:not(.variations_form) {
    position: fixed !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 9998;
  }

  .single-product div.product.bunnyshop-single-product--pdp form.cart .variations_button,
  .single-product div.product.bunnyshop-single-product--pdp form.cart:not(.variations_form) {
    display: flex !important;
    align-items: stretch;
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px)) !important;
    background: transparent;
    border-top: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    transform: translateY(calc(100% + 12px));
    opacity: 0;
    transition: transform 0.34s ease, opacity 0.24s ease, box-shadow 0.24s ease;
    will-change: transform;
  }

  .single-product div.product.bunnyshop-single-product--pdp form.cart .variations_button.bunnyshop-sticky-cart-cta.is-ready:not(.is-hidden-by-related),
  .single-product div.product.bunnyshop-single-product--pdp form.cart:not(.variations_form).bunnyshop-sticky-cart-cta.is-ready:not(.is-hidden-by-related) {
    transform: translateY(0);
    opacity: 1;
  }

  .single-product div.product.bunnyshop-single-product--pdp form.cart .single_add_to_cart_button.button {
    position: relative !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: calc(100% - 32px) !important;
    max-width: none !important;
    min-height: 54px;
    margin: 0 !important;
    border-radius: 999px;
    padding: 0.95rem 1.4rem !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .single-product div.product.bunnyshop-single-product--pdp form.cart .single_add_to_cart_button.button::before {
    content: none;
  }

  .single-product div.product.bunnyshop-single-product--pdp form.cart .single_add_to_cart_button.button::after {
    content: none;
  }

  .single-product div.product.bunnyshop-single-product--pdp form.cart .single_add_to_cart_button.button .bunnyshop-sticky-cart-cta__content {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    width: 100%;
    min-width: 0;
  }

  .single-product div.product.bunnyshop-single-product--pdp form.cart .single_add_to_cart_button.button .bunnyshop-sticky-cart-cta__price {
    position: static;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    max-width: none;
    padding: 0.42rem 0.85rem;
    border-radius: 999px;
    background: #ffffff;
    color: #111827;
    font-size: 0.98rem;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    transform: none;
  }

  .single-product div.product.bunnyshop-single-product--pdp form.cart .single_add_to_cart_button.button .bunnyshop-sticky-cart-cta__label {
    display: block;
    min-width: 0;
    text-align: center;
  }

  .single-product div.product.bunnyshop-single-product--pdp form.cart .quantity,
  .single-product div.product.bunnyshop-single-product--pdp form.cart .variations_button .quantity,
  .single-product div.product.bunnyshop-single-product--pdp form.cart:not(.variations_form) .quantity {
    display: none !important;
  }

  .single-product div.product.bunnyshop-single-product--pdp form.cart .variations_button.bunnyshop-sticky-cart-cta.is-entering,
  .single-product div.product.bunnyshop-single-product--pdp form.cart:not(.variations_form).bunnyshop-sticky-cart-cta.is-entering,
  .single-product div.product.bunnyshop-single-product--pdp form.cart .variations_button.bunnyshop-sticky-cart-cta.is-hidden-by-related,
  .single-product div.product.bunnyshop-single-product--pdp form.cart:not(.variations_form).bunnyshop-sticky-cart-cta.is-hidden-by-related {
    transform: translateY(calc(100% + 12px));
    opacity: 0;
    pointer-events: none;
  }

  .single-product div.product.bunnyshop-single-product--pdp .bunnyshop-single-product-trust {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .single-product div.product.bunnyshop-single-product--pdp .bunnyshop-single-product-trust__item {
    min-height: 70px;
    padding: 10px 4px;
    border-radius: 10px;
  }

  .single-product div.product.bunnyshop-single-product--pdp .bunnyshop-single-product-trust__icon {
    width: 18px;
    height: 18px;
  }

  .single-product div.product.bunnyshop-single-product--pdp .bunnyshop-single-product-trust__label {
    font-size: 0.64rem;
    line-height: 1.18;
  }

  .single-product div.product.bunnyshop-single-product--pdp .related.products ul.products,
  .single-product div.product.bunnyshop-single-product--pdp .up-sells ul.products {
    grid-template-columns: 1fr !important;
  }
}
