.section-container {
 width: 100%;
 max-width: 1620px;
 margin: 0 auto;
 padding: 0rem 1.875rem;
}
@media (max-width: 767px) {
 .section-container {
  padding: 0rem .625rem;
 }
}
.big {
 background-color: #FFF;
 padding-top: 2.5rem;
}
.big-top {
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 text-align: center;
 margin-bottom: 2.5rem;
}
.big-top_h {
 font-size: 2rem;
 font-weight: 300;
 margin: 0;
}
.big-top_p {
 font-size: 1.5rem;
 margin-top: 1.2rem;
 margin-bottom: 0;
}
.big-boxs {
 display: grid;
 grid-template-columns: repeat(6, 1fr);
 gap: 1.25rem;
 counter-reset: bigbox;
}
/* Archive page — unify all sections to the same centered container width */
.tax-product_cat .category-hero__inner,
.tax-product_cat .content--breadcrumb,
.tax-product_cat .listing--wrapper,
.big-boxs--subcats,
body.woocommerce .category-hero__inner,
body.woocommerce .content--breadcrumb,
body.woocommerce .listing--wrapper {
 max-width: 1200px;
 width: 100%;
 margin-left: auto;
 margin-right: auto;
 padding: 0 1.25rem;
 box-sizing: border-box;
}
/* Restore the gap between hero image and heading */
.tax-product_cat .category-hero__inner,
body.woocommerce .category-hero__inner {
 margin-top: 2rem;
 margin-bottom: 1.5rem;
}
.big-boxs--subcats {
 margin: 0 auto 2.5rem !important;
 grid-template-columns: repeat(3, 1fr) !important;
}
.big-boxs--subcats .big-box { height: 260px; }
@media (max-width: 900px) {
 .big-boxs--subcats { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 560px) {
 .big-boxs--subcats { grid-template-columns: 1fr !important; }
 .big-boxs--subcats .big-box { height: 220px; }
}
.big-box {
 position: relative;
 display: flex;
 justify-content: center;
 align-items: center;
 height: 320px;
 counter-increment: bigbox;
 text-decoration: none;
}
.big-box_img {
 position: absolute !important;
 inset: 0 !important;
 width: 100% !important;
 height: 100% !important;
 max-width: none !important;
 max-height: none !important;
 object-fit: cover !important;
 display: block !important;
}
.big-box_h {
 position: absolute;
 z-index: 1;
 left: 0;
 bottom: 0;
 width: 100%;
 padding: .625rem 1.25rem;
 color: #fff;
 font-weight: 700;
 background: rgba(0, 0, 0, .5);
}
/* Numbered badge — top-left */
.big-box::before {
 content: counter(bigbox, decimal-leading-zero);
 position: absolute;
 top: .625rem;
 left: .75rem;
 z-index: 3;
 padding: .25rem .5rem;
 background: #7A1F3E;
 color: #fff;
 font-size: .8125rem;
 font-weight: 700;
 letter-spacing: .08em;
 line-height: 1;
 border-radius: 3px;
}
/* Arrow — top-right (always visible) */
.big-box_arrow {
 position: absolute;
 top: .625rem;
 right: .75rem;
 z-index: 3;
 width: 2rem;
 height: 2rem;
 display: flex;
 align-items: center;
 justify-content: center;
 background: #7A1F3E;
 color: #fff;
 border-radius: 50%;
 font-size: 1.05rem;
 line-height: 1;
 transition: background .25s ease, transform .25s ease;
}
.big-box:hover .big-box_arrow {
 background: #5a1530;
 transform: translateX(3px);
}
@media (max-width: 1200px) {
 .big-boxs {
  grid-template-columns: repeat(2, 1fr);
 }
}
@media (max-width: 767px) {
 .big-top_h {
  font-size: 1.7rem;
 }
 .big-top_p {
  font-size: 1rem;
 }
 .big-boxs {
  gap: .625rem;
 }
 .big-box {
  height: 58.67vw;
 }
 .big-box_h {
  padding: .3125rem .625rem;
 }
 .footer-main .footer--column {
  width: 100%;
 }
 .footer-main .footer--column .column--headline {
  cursor: pointer;
  position: relative;
  padding-right: 1.5rem;
 }
 .footer-main .footer--column .column--headline::after {
  content: '+';
  position: absolute;
  right: 0.5rem;
  top: 50%;
  font-size: 1.25rem;
  line-height: 1;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s ease;
 }
 .footer-main .footer--column.is--open .column--headline::after {
  transform: translateY(-50%) rotate(45deg);
 }
 .footer-main .footer--column .column--content {
  display: block;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease;
 }
 .footer-main .footer--column.is--open .column--content {
  max-height: 600px;
  opacity: 1;
 }
}

.waren {
 background-color: #FFF;
 padding-top: 2.5rem;
}
.waren-h {
 font-size: 1rem;
 margin-top: 0;
 margin-bottom: 1.25rem;
}
.waren-boxs {
 display: flex;
 gap: 1.25rem;
}
.waren-box {
 width: calc(50% - .625rem);
}
.waren-slider {
 width: 100%;
}
.waren-slide .product--box {
 padding: 0;
 float: none;
}
.waren-slide .product--box .product--price .price--default {
 font-size: .875rem;
}
.waren-slider .product-slider--arrow {
 transition: background 0.2s, color 0.2s;
}
.waren-slider .product-slider--arrow:hover {
 background: rgba(255, 255, 255, 0.85);
 color: #3f4c58;
}
.waren-slider .product-slider--arrow.swiper-button-disabled {
 opacity: 0.35;
 pointer-events: none;
}
.panel--title {
 margin: 0;
}

/* Product page title block */
.product--title-block {
 padding: 1.25rem 0;
}
.product--title-block .product--name {
 margin: 0;
 font-size: clamp(1.5rem, 3vw, 2rem);
 font-weight: 700;
 color: #3f4c58;
 line-height: 1.2;
}
.product--title-block .product--subtitle {
 margin: .25rem 0 0;
 font-size: clamp(.9rem, 1.4vw, 1.05rem);
 color: #5f7285;
 font-weight: 400;
}

/* Product listing — 3-col grid, equal heights, gaps */
.listing {
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 gap: 1.25rem;
 margin: 0;
 padding: 0;
}
.listing .product--box.box--image {
 width: auto;
 float: none;
 display: flex;
 padding: 0;
 margin: 0;
 box-sizing: border-box;
}
.listing .product--box.box--image > .box--content {
 width: 100%;
 display: flex;
 flex-direction: column;
}
.listing .product--box.box--image .product--info {
 display: flex;
 flex-direction: column;
 height: 100%;
}
/* Hide compare/save buttons in listing */
.listing .product--box .product--actions {
 display: none;
}
/* Hide empty placeholder spacer */
.listing .product--box .product--info > div[style*="min-height"] {
 display: none;
}

@media (max-width: 900px) {
 .listing { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
 .listing { grid-template-columns: 1fr; }
}
@media (max-width: 1200px) {
 .waren-boxs {
  flex-direction: column;
  gap: 2.5rem;
 }
 .waren-box  {
  width: 100%;
 }
 
}
.vid {
 background-color: #FFF;
 padding-top: 2.5rem;
}
.vid-box {
 width: 100%;
}
@media (max-width: 1200px) {
 .vid-box {
  height: 290px;
  object-fit: cover;
 }
}

.insta {
 background-color: #FFF;
 padding: 2.5rem 0;
}
.insta-top {
 display: flex;
 flex-direction: column;
 align-items: center;
 text-align: center;
 margin-bottom: 2rem;
 gap: .375rem;
}
.insta-link {
 display: inline-flex;
 align-items: center;
 gap: .625rem;
 color: #3f4c58;
 text-decoration: none;
 font-size: 1.5rem;
 font-weight: 600;
 transition: color .25s ease;
}
.insta-link:hover {
 color: #b1b3b4;
}
.insta-icon {
 width: 1.75rem;
 height: 1.75rem;
}
.insta-handle {
 letter-spacing: .02em;
}
.insta-p {
 margin: 0;
 color: #555;
 font-size: 1rem;
}
.insta-grid {
 display: grid;
 grid-template-columns: repeat(4, 1fr);
 gap: .75rem;
}
.insta-post {
 position: relative;
 display: block;
 aspect-ratio: 4 / 5;
 overflow: hidden;
 text-decoration: none;
}
.insta-post_img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 display: block;
 transition: transform .5s cubic-bezier(.2, .8, .2, 1);
}
.insta-post:hover .insta-post_img {
 transform: scale(1.06);
}
.insta-post_overlay {
 position: absolute;
 inset: 0;
 display: flex;
 align-items: center;
 justify-content: center;
 background: rgba(63, 76, 88, .55);
 opacity: 0;
 transition: opacity .3s ease;
}
.insta-post:hover .insta-post_overlay {
 opacity: 1;
}
.insta-post_icon {
 width: 2.5rem;
 height: 2.5rem;
 color: #fff;
 transform: scale(.85);
 transition: transform .3s ease;
}
.insta-post:hover .insta-post_icon {
 transform: scale(1);
}
@media (max-width: 1200px) {
 .insta-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
 .insta-grid { grid-template-columns: repeat(2, 1fr); gap: .5rem; }
 .insta-link { font-size: 1.25rem; }
 .insta-icon { width: 1.5rem; height: 1.5rem; }
 .insta-p { font-size: .875rem; }
}

/* Mega-menu (desktop hover) */
.navigation-main .advanced-menu {
 display: none;
 left: 0;
 right: 0;
}

/* === Mega-menu: list + teaser variant (Мета догляду) === */
.advanced-menu .content--wrapper.has--teaser {
 display: flex;
 gap: 2.5rem;
 margin: 1.5rem 1.875rem;
 padding: 0;
 align-items: stretch;
}
.advanced-menu .content--wrapper.has--teaser .menu--list.columns--2 {
 display: grid !important;
 grid-template-columns: repeat(2, 1fr);
 column-gap: 1rem;
 row-gap: .25rem;
 -webkit-column-count: auto !important;
 column-count: auto !important;
 width: 58% !important;
 margin: 0;
 padding: 0;
}
.advanced-menu .content--wrapper.has--teaser .menu--list-item {
 width: 100% !important;
 float: none !important;
 padding: 0 !important;
 margin: 0 !important;
}
/* Last item alone in a row → span both columns (no empty gap) */
.advanced-menu .content--wrapper.has--teaser .menu--list-item:last-child:nth-child(odd) {
 grid-column: 1 / -1;
}
/* Hide item thumbs on desktop (teaser image is enough) */
.advanced-menu .content--wrapper.has--teaser .menu--list-item-thumb { display: none; }
.advanced-menu .content--wrapper.has--teaser .menu--list-item-link {
 position: relative;
 display: flex;
 align-items: center;
 padding: .875rem 1rem;
 font-size: .95rem;
 font-weight: 500;
 color: #3f4c58;
 text-decoration: none;
 border-bottom: 1px solid #ebebeb;
 transition: background .2s ease, color .2s ease, padding-left .2s ease;
}
.advanced-menu .content--wrapper.has--teaser .menu--list-item-link::after {
 content: "→";
 margin-left: auto;
 color: #b1b3b4;
 opacity: 0;
 transform: translateX(-6px);
 transition: opacity .2s ease, transform .2s ease, color .2s ease;
}
.advanced-menu .content--wrapper.has--teaser .menu--list-item-link:hover {
 background: #f9f6f7;
 color: #7A1F3E;
 padding-left: 1.25rem;
}
.advanced-menu .content--wrapper.has--teaser .menu--list-item-link:hover::after {
 opacity: 1;
 transform: translateX(0);
 color: #7A1F3E;
}
.advanced-menu .content--wrapper.has--teaser .menu--delimiter {
 display: none !important;
}
.advanced-menu .content--wrapper.has--teaser .menu--teaser {
 width: 42% !important;
 padding: 0 !important;
 margin: 0 !important;
 float: none !important;
}
.advanced-menu .content--wrapper.has--teaser .teaser--image {
 display: block;
 width: 100%;
 height: 100%;
 min-height: 260px;
 background-size: cover;
 background-position: center;
 background-repeat: no-repeat;
}
@media (max-width: 991px) {
 .advanced-menu .content--wrapper.has--teaser {
  flex-direction: column;
  gap: 1rem;
  margin: 1rem;
 }
 .advanced-menu .content--wrapper.has--teaser .menu--list.columns--2,
 .advanced-menu .content--wrapper.has--teaser .menu--teaser { width: 100% !important; }
 .advanced-menu .content--wrapper.has--teaser .teaser--image { min-height: 160px; }
}
.navigation-main.is--open .advanced-menu {
 display: block;
}
.navigation-main {
 position: relative;
}
.navigation-main .advanced-menu .button-container {
 display: none;
}

/* Mega-menu cards — 6 in a row grid, numbered, with arrow indicator on each card */
.mega-cards {
 display: grid;
 grid-template-columns: repeat(6, 1fr);
 gap: 1rem;
 list-style: none;
 padding: 1.875rem;
 margin: 0;
 counter-reset: mcard;
}
.mega-card { counter-increment: mcard; }
/* Number badge (01, 02, ...) on top-left of each card */
.mega-card__link::before {
 content: counter(mcard, decimal-leading-zero);
 position: absolute;
 top: .625rem;
 left: .75rem;
 z-index: 3;
 padding: .25rem .5rem;
 background: #7A1F3E;
 color: #fff;
 font-family: inherit;
 font-size: .8125rem;
 font-weight: 700;
 letter-spacing: .08em;
 line-height: 1;
 border-radius: 3px;
}
/* Arrow indicator (top-right) — always visible */
.mega-card__arrow {
 position: absolute;
 top: .625rem;
 right: .75rem;
 z-index: 3;
 width: 2rem;
 height: 2rem;
 display: flex;
 align-items: center;
 justify-content: center;
 background: #7A1F3E;
 color: #fff;
 border-radius: 50%;
 font-size: 1.05rem;
 line-height: 1;
 transition: background .25s ease, transform .25s ease;
}
.mega-card__link:hover .mega-card__arrow {
 background: #5a1530;
 transform: translateX(3px);
}
.mega-card {
 display: flex;
}
.mega-card__link {
 position: relative;
 flex: 1;
 display: block;
 height: 260px;
 text-decoration: none;
 overflow: hidden;
 transform: translateY(0);
 transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.mega-card__link::after {
 content: "";
 position: absolute;
 inset: 0;
 background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.25) 40%, rgba(0, 0, 0, 0) 70%);
 z-index: 1;
 pointer-events: none;
 transition: opacity 0.35s ease;
}
.mega-card__link:hover {
 transform: translateY(-4px);
}
.mega-card__link:hover::after {
 opacity: 0.85;
}
.mega-card__img {
 position: absolute !important;
 inset: 0 !important;
 width: 100% !important;
 height: 100% !important;
 max-width: none !important;
 max-height: none !important;
 object-fit: cover !important;
 display: block !important;
 transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.mega-card__link:hover .mega-card__img {
 transform: scale(1.08);
}
.mega-card__title {
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0;
 z-index: 2;
 padding: 1rem 1.125rem 1.125rem;
 color: #fff;
 font-weight: 600;
 font-size: 0.95rem;
 line-height: 1.3;
 letter-spacing: 0.01em;
 text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
 transition: transform 0.35s ease;
}
.mega-card__link:hover .mega-card__title {
 transform: translateY(-2px);
}
@media (max-width: 991px) {
 .mega-cards { grid-template-columns: repeat(2, 1fr); }
 .mega-card__link { height: 220px; }
}
@media (max-width: 600px) {
 .mega-cards { grid-template-columns: 1fr; gap: 0.75rem; padding: 1rem; }
 .mega-card__link { height: 180px; }
 .mega-card__title { padding: 0.625rem 0.75rem 0.75rem; font-size: 0.85rem; }
}

/* === Mega-menu cards — Variant 2 (3-col, caption below) === */
/* To enable: change <ul class="mega-cards"> to <ul class="mega-cards mega-cards--v2"> */
.mega-cards--v2 {
 grid-template-columns: repeat(3, 1fr);
 gap: 1.875rem;
 padding: 2rem;
}
.mega-cards--v2 .mega-card__link {
 display: flex;
 flex-direction: column;
 height: auto;
 overflow: visible;
 background: #fff;
}
.mega-cards--v2 .mega-card__link::after {
 display: none;
}
.mega-cards--v2 .mega-card__img {
 height: 160px;
 width: 100%;
 object-fit: cover;
 display: block;
}
.mega-cards--v2 .mega-card__title {
 position: static;
 padding: 0.625rem 0 0;
 background: transparent;
 color: #3f4c58;
 font-size: 0.95rem;
 font-weight: 600;
 line-height: 1.3;
 text-align: center;
 text-shadow: none;
 transition: color 0.3s ease;
}
.mega-cards--v2 .mega-card__title::after {
 display: none;
}
.mega-cards--v2 .mega-card__link:hover {
 transform: none;
}
.mega-cards--v2 .mega-card__link:hover .mega-card__img {
 transform: scale(1.04);
}
.mega-cards--v2 .mega-card__link:hover .mega-card__title {
 color: #000;
 transform: none;
}
.mega-cards--v2 {
 padding: 1.25rem 1.875rem;
}

/* === Mega-menu cards — Variant 3 (Editorial, numbered 01–06) === */
.mega-cards--v3 {
 grid-template-columns: repeat(3, 1fr);
 gap: 1.25rem;
 padding: 1.875rem;
 counter-reset: mcard;
}
.mega-cards--v3 .mega-card {
 counter-increment: mcard;
}
.mega-cards--v3 .mega-card__link {
 height: 240px;
}
.mega-cards--v3 .mega-card__link::before {
 content: counter(mcard, decimal-leading-zero);
 position: absolute;
 top: .875rem;
 left: 1rem;
 z-index: 3;
 color: #fff;
 font-family: inherit;
 font-size: 0.875rem;
 font-weight: 600;
 letter-spacing: 0.12em;
 line-height: 1;
 padding-bottom: 0.375rem;
 border-bottom: 1px solid rgba(255, 255, 255, 0.6);
 transition: border-color 0.3s ease;
}
.mega-cards--v3 .mega-card__link::after {
 background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.18) 100%);
}
.mega-cards--v3 .mega-card__link:hover::before {
 border-bottom-color: #fff;
}
.mega-cards--v3 .mega-card__title {
 padding: 1rem 1.125rem 1.125rem;
 font-size: 1rem;
 font-weight: 600;
}
.mega-cards--v3 .mega-card__cta {
 display: none;
}
@media (max-width: 991px) {
 .mega-cards--v3 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
 .mega-cards--v3 { grid-template-columns: 1fr; }
}
@media (max-width: 991px) {
 .mega-cards--v2 { grid-template-columns: repeat(2, 1fr); gap: 1rem; padding: 1rem; }
 .mega-cards--v2 .mega-card__img { height: 140px; }
}
@media (max-width: 600px) {
 .mega-cards--v2 { grid-template-columns: 1fr; }
 .mega-cards--v2 .mega-card__img { height: 160px; }
}
@media (max-width: 1200px) {

}
/* === Mobile menu === */
.navigation-main__close {
 display: none;
 position: absolute;
 top: .75rem;
 right: 1rem;
 width: 2.5rem;
 height: 2.5rem;
 border: 0;
 background: transparent;
 font-size: 1.5rem;
 color: #3f4c58;
 cursor: pointer;
 line-height: 1;
 z-index: 1;
}
body.is--mobile-menu-open {
 overflow: hidden;
}

@media (max-width: 991px) {
 .navigation-main.is--open .advanced-menu { display: none; }

 /* Hamburger always visible on mobile */
 .header-main .entry--menu-left { display: list-item; }

 /* Search bar to its own row, full width */
 .shop--navigation .navigation--list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  text-align: left;
 }
 .shop--navigation .entry--search {
  order: 99;
  flex-basis: 100%;
  width: 100%;
  margin: .625rem 0 0;
 }
 .shop--navigation .entry--search .entry--link,
 .shop--navigation .entry--search .entry--trigger {
  display: none !important;
 }
 .shop--navigation .entry--search .main-search--form {
  display: flex !important;
  width: 100%;
  position: static !important;
  background: #f4f4f4;
  box-shadow: none;
  border: 0;
  padding: 0;
  left: auto;
  top: auto;
 }
 .shop--navigation .entry--search .main-search--field {
  flex: 1;
  width: 100%;
  border: 0;
  background: transparent;
  padding: .625rem .875rem;
  font-size: 1rem;
  height: auto;
 }
 .shop--navigation .entry--search .main-search--button {
  position: static;
  background: transparent;
  border: 0;
  padding: 0 .875rem;
  height: auto;
 }

 /* Nav-main as slide-in overlay */
 .navigation-main {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 85%;
  max-width: 360px;
  height: 100vh;
  background: #fff;
  z-index: 9999;
  transform: translateX(-100%);
  transition: transform .3s cubic-bezier(.2, .8, .2, 1);
  overflow-y: auto;
  padding: 3.5rem 1.25rem 2rem;
  box-shadow: 0 0 24px rgba(0, 0, 0, .15);
  border-bottom: 0;
 }
 body.is--mobile-menu-open .navigation-main {
  transform: translateX(0);
 }
 .navigation-main__close { display: block; }

 /* Backdrop */
 body.is--mobile-menu-open::after {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .5);
  z-index: 9998;
  animation: fadeIn .3s ease;
 }
 @keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
 }

 /* Vertical nav list */
 .navigation-main .container,
 .navigation-main .navigation--list-wrapper {
  width: 100%;
  padding: 0;
  display: block;
 }
 .navigation-main .navigation--list {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  bottom: auto !important;
 }
 .navigation-main .navigation--entry {
  display: block;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  padding: 0;
  position: relative;
 }
 .navigation-main .navigation--link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .875rem .25rem;
  color: #3f4c58;
  text-decoration: none;
  font-size: 1.0625rem;
  font-weight: 500;
  position: relative;
 }
 .navigation-main .navigation--entry.has--submenu > .navigation--link::after {
  content: '+';
  font-size: 1.25rem;
  font-weight: 400;
  color: #b1b3b4;
  line-height: 1;
  margin-left: .75rem;
  transition: transform .3s ease, color .25s ease;
  transform-origin: center;
 }
 .navigation-main .navigation--entry.has--submenu.is--expanded > .navigation--link::after {
  transform: rotate(45deg);
  color: #3f4c58;
 }
 .navigation-main .navigation--entry.is--expanded > .navigation--link {
  color: #b1b3b4;
 }

 /* Mega-menu — accordion mode */
 .navigation-main .advanced-menu {
  display: contents;
  position: static;
  box-shadow: none;
  width: 100%;
  max-width: none;
  background: transparent;
 }
 .navigation-main .menu--container {
  display: none;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  padding: .5rem 0 1rem;
 }
 .navigation-main .menu--container.menu--is-active {
  display: block;
 }
 .navigation-main .menu--container .button-container {
  display: none !important;
 }
 .navigation-main .content--wrapper {
  margin: 0;
 }

 /* Mega-cards — unified overlay style on mobile (text always visible) */
 .navigation-main .mega-cards,
 .navigation-main .mega-cards--v2,
 .navigation-main .mega-cards--v3 {
  grid-template-columns: 1fr;
  gap: .5rem;
  padding: 0;
 }
 .navigation-main .mega-card__link {
  height: 140px;
  display: block;
  overflow: hidden;
  position: relative;
  background: #ddd;
 }
 .navigation-main .mega-card__link::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, .65) 0%, rgba(0, 0, 0, .15) 55%, rgba(0, 0, 0, 0) 100%);
  display: block;
  opacity: 1;
  z-index: 1;
 }
 .navigation-main .mega-card__img {
  position: static;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
 }
 .navigation-main .mega-card__title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: .75rem 1rem;
  margin: 0;
  background: transparent;
  color: #fff;
  font-size: .95rem;
  font-weight: 600;
  text-align: left;
  text-shadow: 0 1px 3px rgba(0, 0, 0, .35);
  transform: none;
 }
 .navigation-main .mega-cards--v3 .mega-card__link::before {
  font-size: .75rem;
  top: .5rem;
  left: .75rem;
 }
 .navigation-main .mega-cards--v3 .mega-card__cta {
  display: none;
 }

 /* Pflegeziel — 2-col grid of cards (image on top, label below).
    Overrides vendor `column-count: 2` (which creates a masonry/uneven layout). */
 .navigation-main .advanced-menu .menu--list.columns--2,
 .navigation-main .advanced-menu .menu--list,
 .navigation-main .menu--list.columns--2,
 .navigation-main .menu--list {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  grid-auto-rows: auto !important;
  gap: .75rem !important;
  width: 100% !important;
  padding: .5rem 0 !important;
  list-style: none !important;
  -webkit-column-count: auto !important;
  column-count: auto !important;
 }
 .navigation-main .menu--list .menu--list-item {
  width: auto !important;
  display: block !important;
  float: none !important;
  text-align: left !important;
  min-width: 0 !important;
  break-inside: avoid;
 }
 .navigation-main .menu--list .menu--list-item-link {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  padding: 0;
  color: #3f4c58;
  text-decoration: none;
  text-align: center;
  font-size: .9rem;
  font-weight: 500;
  border-bottom: 0;
 }
 .navigation-main .menu--list-item-thumb {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
  border-radius: 6px !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-color: #f4f4f4 !important;
 }
 .navigation-main .menu--list-item-label {
  display: block;
  padding: 0 .25rem;
  line-height: 1.3;
 }
 .navigation-main .menu--delimiter { display: none !important; }
 /* Hide bottom teaser image on mobile — each item now has its own thumb */
 .navigation-main .menu--teaser { display: none !important; }
 .navigation-main .teaser--image {
  display: block;
  width: 100%;
  height: 160px;
  background-size: cover;
  background-position: center;
 }
}
/* Narrow mobile — single column of menu cards */
@media (max-width: 600px) {
 .navigation-main .advanced-menu .menu--list.columns--2,
 .navigation-main .advanced-menu .menu--list,
 .navigation-main .menu--list.columns--2,
 .navigation-main .menu--list {
  grid-template-columns: 1fr !important;
 }
}

/* === Product detail upper layout === */
.product--detail-upper.block-group {
 display: flex;
 flex-wrap: wrap;
 gap: 2rem;
 align-items: flex-start;
 margin-bottom: 2.5rem;
}
.product--detail-upper.block-group::before,
.product--detail-upper.block-group::after { content: none; }
.product--detail-upper .product--gallery {
 flex: 1 1 480px;
 max-width: 720px;
}
.product--detail-upper .product--buybox {
 flex: 1 1 320px;
}
@media (max-width: 767px) {
 .product--detail-upper.block-group { gap: 1rem; }
 .product--detail-upper .product--gallery,
 .product--detail-upper .product--buybox { flex-basis: 100%; }
}
/* === Product gallery (Swiper thumbs + main) === */
.product--gallery {
 display: grid;
 grid-template-columns: 100px 1fr;
 gap: 16px;
 align-items: start;
 width: 100%;
}
.product--gallery-thumbs {
 height: 500px;
 width: 100px;
}
.product--gallery-thumbs .swiper-slide {
 cursor: pointer;
 opacity: .55;
 transition: opacity .2s;
 border: 1px solid transparent;
 box-sizing: border-box;
}
.product--gallery-thumbs .swiper-slide-thumb-active {
 opacity: 1;
 border-color: #7A1F3E;
}
.product--gallery-thumbs img {
 width: 100%;
 height: 100%;
 object-fit: contain;
 display: block;
}
.product--gallery-main {
 width: 100%;
 max-width: 600px;
 height: 500px;
 background: #fff;
 position: relative;
}
.product--gallery-main .swiper-slide {
 display: flex;
 align-items: center;
 justify-content: center;
}
.product--gallery-main .swiper-slide a {
 display: flex;
 justify-content: center;
 align-items: center;
 width: 100%;
 height: 100%;
 cursor: zoom-in;
}
.product--gallery-main img {
 width: auto !important;
 height: auto !important;
 max-width: 100%;
 max-height: 100%;
 object-fit: contain;
 display: block;
}
/* Product cards — don't stretch images (listing + related carousel) */
.listing .product--box .product--image img,
.listing .product--box .image--element img,
.listing .product--box .image--media img,
.waren-slide .product--box .product--image img,
.waren-slide .product--box .image--element img,
.waren-slide .product--box .image--media img {
 width: auto !important;
 height: auto !important;
 max-width: 100% !important;
 max-height: 100% !important;
 object-fit: contain !important;
 margin: 0 auto;
}
.product--gallery-main .swiper-button-prev,
.product--gallery-main .swiper-button-next {
 color: #333;
 width: 36px;
 height: 36px;
}
.product--gallery-main .swiper-button-prev::after,
.product--gallery-main .swiper-button-next::after {
 font-size: 22px;
}
.product--gallery-main .swiper-pagination-bullet-active {
 background: #7A1F3E;
}

@media (max-width: 767px) {
 .product--gallery {
  grid-template-columns: 1fr;
 }
 .product--gallery-thumbs {
  width: 100%;
  height: 80px;
  order: 2;
 }
 .product--gallery-main {
  height: 380px;
  order: 1;
 }
}
/* === Header: two logos side by side === */
.logo--shop {
 display: flex;
 align-items: center;
 gap: 20px;
}
.logo--shop .logo--link {
 display: inline-flex;
 align-items: center;
}
.logo--shop .logo--secondary img {
 width: 150px;
 height: auto;
 display: block;
}
@media (max-width: 767px) {
 .logo--shop { gap: 10px; }
 .logo--shop .logo--secondary img { width: 150px; height: auto; }
}
/* Add gap above description tab (match the gap to cross-selling block below) */
.tab-menu--product { margin-top: 2.5rem; }
/* Buybox: consistent 1rem vertical rhythm between blocks */
.product--details .product--buybox .buybox--inner > * {
 margin: 0 0 1rem !important;
 padding: 0;
 float: none;
 width: 100%;
}
.product--details .product--buybox .buybox--inner > *:last-child {
 margin-bottom: 0 !important;
}
.product--details .product--buybox .product--base-info {
 color: #5f7285;
 font-size: .9rem;
}
.product--details .product--buybox .product--base-info .entry--label {
 font-weight: 600;
}

/* Product page variant selector — label above, full-width select */
.product--details .product--configurator .configurator--form {
 width: 100%;
 padding: 0;
}
.product--details .product--configurator .configurator--label {
 display: block;
 margin: 0 0 .375rem;
}
.product--details .product--configurator .configurator--form .select-field {
 display: block;
 width: 100%;
 max-width: 100%;
}

.emotion--banner .banner--content { 
 display: flex;
 justify-content: center;
 align-items: center;
 height: 420px;
}
.emotion--banner .banner--content img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 display: block;
}
/* Product badges always uppercase */
.product--badges .product--badge {
 text-transform: uppercase;
}
/* Archive listing wrapper — drop vendor padding */
.content-main.is--fullscreen .listing--wrapper {
 padding: 0;
}
.content-main.is--fullscreen {
 padding-bottom: 2.5rem;
}

/* Category hero — banner + h1 + description on archive-product page */
.category-hero {
 margin: 0 0 2.5rem;
}
.category-hero__img-wrap {
 width: 100%;
 max-width: 78.75rem;
 margin: 0 auto;
 height: 306px;
 overflow: hidden;
}
.category-hero__img {
 width: 100% !important;
 height: 100% !important;
 max-width: none !important;
 max-height: none !important;
 object-fit: cover !important;
 display: block !important;
}
.category-hero__inner {
 max-width: 1200px;
 margin: 2rem auto 0;
 padding: 0 1.25rem;
 text-align: center;
}
.category-hero__h1 {
 font-size: clamp(1.5rem, 3vw, 2.25rem);
 font-weight: 300;
 margin: 0 0 1.25rem;
 color: #3f4c58;
}
.category-hero__text {
 font-size: 1rem;
 line-height: 1.65;
 color: #3f4c58;
 max-width: none;
 margin: 0 auto;
}
.category-hero__text p { margin: 0 0 1rem; }
.category-hero__text p:last-child { margin-bottom: 0; }
@media (max-width: 767px) {
 .category-hero__img-wrap { height: 200px; }
 .category-hero__inner    { margin-top: 1.25rem; }
 .category-hero__text     { font-size: .9375rem; }
}
/* Tabs on single product — match horizontal padding of upper section */
.product--details .tab-menu--product,
.product--details .tab-menu--cross-selling {
 margin-top: 2.5rem;
}
.product--details .tab-menu--product .tab--container,
.product--details .tab-menu--cross-selling .tab--container {
 padding: 1.5rem;
}
.product--details .tab-menu--product .tab--content,
.product--details .tab-menu--cross-selling .tab--content {
 padding: 0;
}
.product--details .tab-menu--product .content--description {
 padding: 0;
}
/* Single product tabs — keep desktop look on mobile (no accordion) */
@media (max-width: 767px) {
 .product--details .tab--navigation { display: block !important; }
 .product--details .tab--header,
 .product--details .tab--preview    { display: none !important; }
 .product--details .tab--container  { display: block; margin: 0 0 1rem; }
 .product--details .tab--content    { display: block; }
}
/* Remove default padding-bottom from header */
.header-main { padding-bottom: 0; }
/* Emotion video block — fill container, no letterboxing */
.emotion--video .video--element {
 object-fit: cover;
}

/* Bdr Ukraine page */
.bdr-filter { max-width: 280px; margin: 0 0 1.5rem; }
.bdr-boxs {
 display: grid;
 grid-template-columns: repeat(4, 1fr);
 gap: 1.5rem;
 margin: 0 0 2rem;
}
.bdr-box {
 display: block;
 text-decoration: none;
 color: #3f4c58;
 transition: transform .25s ease;
}
.bdr-box:hover { transform: translateY(-4px); }
.bdr-box_img {
 position: relative;
 width: 100% !important;
 aspect-ratio: 1 / 1 !important;
 height: auto !important;
 max-height: none !important;
 overflow: hidden !important;
 background: #f6f6f6;
 margin-bottom: .75rem;
}
.bdr-box_img img {
 position: absolute !important;
 inset: 0 !important;
 width: 100% !important;
 height: 100% !important;
 max-width: none !important;
 max-height: none !important;
 object-fit: cover !important;
 display: block !important;
 transition: transform .5s cubic-bezier(.2, .8, .2, 1);
}
.bdr-box:hover .bdr-box_img img { transform: scale(1.06); }
.bdr-box_overlay {
 position: absolute;
 inset: 0;
 display: flex;
 align-items: center;
 justify-content: center;
 background: rgba(63, 76, 88, .55);
 opacity: 0;
 transition: opacity .3s ease;
}
.bdr-box:hover .bdr-box_overlay { opacity: 1; }
.bdr-box_icon {
 width: 2.5rem;
 height: 2.5rem;
 color: #fff;
 transform: scale(.85);
 transition: transform .3s ease;
}
.bdr-box:hover .bdr-box_icon { transform: scale(1); }
.bdr-box_h {
 font-weight: 600;
 font-size: 1rem;
 margin-bottom: .25rem;
}
.bdr-box_city {
 color: #888;
 font-size: .875rem;
}
.bdr-box.is--hidden { display: none; }

/* Header account icon — logged-in indicator (green dot) */
.entry--account .account--link {
 position: relative;
}
.entry--account .account--logged-dot {
 position: absolute;
 top: 2px;
 right: 0;
 width: 10px;
 height: 10px;
 border-radius: 50%;
 background: #2ecc71;
 border: 2px solid #fff;
 box-shadow: 0 0 0 1px rgba(0, 0, 0, .08);
}

/* === Contact Form 7 — match site style === */
.wpcf7-form {
 max-width: 540px;
 margin: 0;
}
.wpcf7-form p {
 margin: 0 0 1rem;
}
.wpcf7-form label {
 display: block;
 margin: 0 0 .375rem;
 font-weight: 600;
 font-size: .875rem;
 color: #3f4c58;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="number"],
.wpcf7-form select,
.wpcf7-form textarea {
 width: 100%;
 padding: .75rem .875rem;
 border: 1px solid #e5e5e5;
 border-radius: 4px;
 background: #fff;
 font-size: .95rem;
 color: #3f4c58;
 line-height: 1.2;
 box-sizing: border-box;
 appearance: none;
 -webkit-appearance: none;
 box-shadow: none;
}
.wpcf7-form input:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
 border-color: #7A1F3E;
 outline: 0;
}
.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
 color: #8798a9;
}
.wpcf7-form input[type="submit"],
.wpcf7-form .wpcf7-submit {
 display: inline-block;
 padding: .75rem 1.5rem;
 background: #7A1F3E;
 color: #fff;
 border: 1px solid transparent;
 border-radius: 4px;
 font-size: .95rem;
 font-weight: 600;
 line-height: 1.2;
 box-sizing: border-box;
 cursor: pointer;
 transition: background .2s ease;
}
.wpcf7-form input[type="submit"]:hover,
.wpcf7-form .wpcf7-submit:hover {
 background: #5a1530;
 color: #fff;
}
.wpcf7-form .wpcf7-spinner {
 vertical-align: middle;
 margin-left: .5rem;
}
.wpcf7-form .wpcf7-not-valid-tip {
 display: block;
 color: #b81c23 !important;
 font-size: .8rem;
 margin: .25rem 0 0 !important;
 border: 0 !important;
}
.wpcf7-form .wpcf7-response-output {
 margin: 1.5rem 0 0 !important;
 padding: .875rem 1rem !important;
 border: 1px solid #e5e5e5 !important;
 border-radius: 4px !important;
 background: #f7f6f7 !important;
 color: #3f4c58 !important;
 font-size: .9rem !important;
}
.wpcf7-form.sent .wpcf7-response-output {
 border-color: #2ecc71 !important;
 background: #eafaf1 !important;
 color: #1e7e34 !important;
}
.wpcf7-form.invalid .wpcf7-response-output,
.wpcf7-form.failed .wpcf7-response-output {
 border-color: #b81c23 !important;
 background: #faeceb !important;
 color: #b81c23 !important;
}
/* Hide CF7's <br> separators and use proper spacing on the wrap span */
.wpcf7-form p > br { display: none; }
.wpcf7-form .wpcf7-form-control-wrap {
 display: block;
 margin: 0 0 1rem;
}
.wpcf7-form .wpcf7-form-control-wrap:last-of-type {
 margin-bottom: 1.25rem;
}

/* === Bdr — site-wide form controls (inputs, buttons, labels) ===
   Scope: div.woocommerce (the WC content wrapper, NOT body.woocommerce).
   Inputs match button height: padding .75rem + line-height 1.2 + 1px border. */
div.woocommerce form input[type="text"],
div.woocommerce form input[type="email"],
div.woocommerce form input[type="tel"],
div.woocommerce form input[type="url"],
div.woocommerce form input[type="password"],
div.woocommerce form input[type="number"],
div.woocommerce form select,
div.woocommerce form textarea {
 width: 100% !important;
 padding: .75rem .875rem !important;
 border: 1px solid #e5e5e5 !important;
 border-top-color: #e5e5e5 !important;
 background: #fff !important;
 box-shadow: none !important;
 font-size: .95rem !important;
 color: #3f4c58 !important;
 line-height: 1.2 !important;
 height: auto !important;
 box-sizing: border-box !important;
 appearance: none !important;
 -webkit-appearance: none !important;
 border-radius: 4px !important;
}
div.woocommerce form input:focus,
div.woocommerce form select:focus,
div.woocommerce form textarea:focus {
 border-color: #7A1F3E !important;
 outline: 0 !important;
 box-shadow: none !important;
}
div.woocommerce form input:hover,
div.woocommerce form select:hover,
div.woocommerce form textarea:hover {
 border-color: #d7d7e3 !important;
}
div.woocommerce form button[type="submit"],
div.woocommerce form .button,
div.woocommerce a.button,
div.woocommerce .woocommerce-button,
div.woocommerce a.woocommerce-button {
 display: inline-block !important;
 padding: .75rem 1.5rem !important;
 background: #7A1F3E !important;
 color: #fff !important;
 border: 1px solid transparent !important;
 border-radius: 4px !important;
 font-size: .95rem !important;
 font-weight: 600 !important;
 line-height: 1.2 !important;
 box-sizing: border-box !important;
 text-decoration: none !important;
 cursor: pointer;
 transition: background .2s ease;
}
div.woocommerce form button[type="submit"]:hover,
div.woocommerce form .button:hover,
div.woocommerce a.button:hover,
div.woocommerce .woocommerce-button:hover,
div.woocommerce a.woocommerce-button:hover {
 background: #5a1530 !important;
 color: #fff !important;
 text-decoration: none !important;
}
div.woocommerce form label {
 display: block;
 margin: 0 0 .375rem;
 font-weight: 600;
 font-size: .875rem;
 color: #3f4c58;
}
div.woocommerce form .required {
 color: #7A1F3E;
 text-decoration: none;
}
div.woocommerce form .form-row,
div.woocommerce form .woocommerce-form-row,
div.woocommerce form p.form-row {
 display: block;
 margin: 0 0 1rem;
}
div.woocommerce form fieldset {
 margin: 1.5rem 0 1rem;
 padding: 1rem 1.25rem;
 border: 1px solid #d7d7e3;
}
div.woocommerce form fieldset legend {
 padding: 0 .5rem;
 font-weight: 600;
 color: #3f4c58;
}

/* === Order received (thank-you) page — match site style === */
/* Hide billing/shipping block */
.woocommerce-order-received .woocommerce-customer-details,
body.woocommerce-checkout .woocommerce-customer-details {
 display: none !important;
}
/* Hide payment-method info (li in overview + tfoot row in totals) */
.woocommerce-order ul.order_details li.method,
.woocommerce-order ul.order_details li.woocommerce-order-overview__payment-method,
.woocommerce-order .woocommerce-order-overview li.method,
.woocommerce-order table.shop_table tr.payment-method {
 display: none !important;
}
/* Heading */
.woocommerce-order h2,
.woocommerce-order .woocommerce-order-details__title,
.woocommerce-order .wc-block-order-confirmation-summary__title {
 margin: 1.5rem 0 1rem;
 font-size: 1.25rem;
 font-weight: 600;
 color: #3f4c58;
}
/* Top info list — Номер / Дата / E-mail / Всього / Спосіб оплати */
.woocommerce-order ul.order_details,
.woocommerce-order .woocommerce-order-overview {
 display: flex;
 flex-wrap: wrap;
 list-style: none;
 margin: 1rem 0 1.5rem;
 padding: 0;
 background: #fff;
 border: 1px solid #d7d7e3;
 box-shadow: none;
}
.woocommerce-order ul.order_details li,
.woocommerce-order .woocommerce-order-overview li {
 flex: 1 1 180px;
 padding: 1rem 1.25rem;
 margin: 0;
 border-right: 1px solid #ebebeb;
 font-size: .8rem;
 color: #5f7285;
 text-transform: uppercase;
 letter-spacing: .03em;
}
.woocommerce-order ul.order_details li:last-child,
.woocommerce-order .woocommerce-order-overview li:last-child {
 border-right: 0;
}
.woocommerce-order ul.order_details li strong,
.woocommerce-order .woocommerce-order-overview li strong {
 display: block;
 margin-top: .375rem;
 font-size: 1rem;
 color: #3f4c58;
 text-transform: none;
 letter-spacing: 0;
 font-weight: 600;
}
/* Order details table — light header, site style */
.woocommerce-order table.shop_table {
 width: 100%;
 border-collapse: collapse;
 margin: 0 0 1.5rem;
 font-size: .95rem;
}
.woocommerce-order table.shop_table th,
.woocommerce-order table.shop_table td {
 padding: .75rem 1rem;
 border-bottom: 1px solid #ebebeb;
 text-align: left;
 color: #3f4c58;
 background: transparent;
}
.woocommerce-order table.shop_table thead th {
 background: #f4f4f4;
 font-weight: 600;
 border-bottom: 1px solid #d7d7e3;
}
.woocommerce-order table.shop_table tfoot th,
.woocommerce-order table.shop_table tfoot td {
 background: #fafafa;
 font-weight: 600;
}
.woocommerce-order table.shop_table .product-total,
.woocommerce-order table.shop_table td.product-total {
 text-align: right;
}
.woocommerce-order table.shop_table a {
 color: #3f4c58;
 text-decoration: none;
}
.woocommerce-order table.shop_table a:hover {
 color: #7A1F3E;
}
/* Section gap */
.woocommerce-order .woocommerce-order-details,
.woocommerce-order .woocommerce-additional-fields {
 margin: 0 0 1.5rem;
}
/* Mobile */
@media (max-width: 767px) {
 .woocommerce-order ul.order_details,
 .woocommerce-order .woocommerce-order-overview {
  flex-direction: column;
 }
 .woocommerce-order ul.order_details li,
 .woocommerce-order .woocommerce-order-overview li {
  flex: 1 1 100%;
  border-right: 0;
  border-bottom: 1px solid #ebebeb;
 }
 .woocommerce-order ul.order_details li:last-child,
 .woocommerce-order .woocommerce-order-overview li:last-child {
  border-bottom: 0;
 }
 .woocommerce-order table.shop_table th,
 .woocommerce-order table.shop_table td {
  padding: .5rem .625rem;
  font-size: .9rem;
 }
}

/* Product page — "В кошик" button (override vendor .is--primary gray gradient) */
.product--details .buybox--button.is--primary,
.product--details .single_add_to_cart_button,
.product--details button.single_add_to_cart_button {
 background: #7A1F3E !important;
 background-image: none !important;
 color: #fff !important;
 border: 1px solid transparent !important;
 border-radius: 4px !important;
 padding: .75rem 1.5rem !important;
 font-size: .95rem !important;
 font-weight: 600 !important;
 line-height: 1.2 !important;
 box-sizing: border-box !important;
 height: auto !important;
 transition: background .2s ease !important;
}
.product--details .buybox--button.is--primary:hover,
.product--details .single_add_to_cart_button:hover,
.product--details button.single_add_to_cart_button:hover {
 background: #5a1530 !important;
 background-image: none !important;
 color: #fff !important;
}

/* === Mini-cart slide-in drawer === */
.bdr-mini-cart {
 position: fixed;
 inset: 0;
 z-index: 9999;
 pointer-events: none;
 visibility: hidden;
}
.bdr-mini-cart[data-state="open"] {
 pointer-events: auto;
 visibility: visible;
}
.bdr-mini-cart__backdrop {
 position: absolute;
 inset: 0;
 background: rgba(0, 0, 0, .45);
 opacity: 0;
 transition: opacity .25s ease;
}
.bdr-mini-cart[data-state="open"] .bdr-mini-cart__backdrop { opacity: 1; }
.bdr-mini-cart__panel {
 position: absolute;
 top: 0;
 right: 0;
 height: 100%;
 width: 100%;
 max-width: 420px;
 background: #fff;
 display: flex;
 flex-direction: column;
 transform: translateX(100%);
 transition: transform .3s cubic-bezier(.2, .8, .2, 1);
 box-shadow: -4px 0 24px rgba(0, 0, 0, .12);
}
.bdr-mini-cart[data-state="open"] .bdr-mini-cart__panel { transform: translateX(0); }
.bdr-mini-cart__header {
 display: flex;
 align-items: center;
 justify-content: space-between;
 padding: 1rem 1.25rem;
 border-bottom: 1px solid #ebebeb;
}
.bdr-mini-cart__title {
 margin: 0;
 font-size: 1.15rem;
 font-weight: 600;
 color: #3f4c58;
}
.bdr-mini-cart__close {
 background: none;
 border: 0;
 font-size: 1.75rem;
 line-height: 1;
 color: #5f7285;
 cursor: pointer;
 padding: 0;
 width: 2rem;
 height: 2rem;
}
.bdr-mini-cart__close:hover { color: #3f4c58; }
.bdr-mini-cart__body {
 flex: 1;
 overflow-y: auto;
 padding: 0 1.25rem;
}
.bdr-mini-cart__empty {
 text-align: center;
 color: #5f7285;
 padding: 2.5rem 0;
}
.bdr-mini-cart__items {
 list-style: none;
 margin: 0;
 padding: 0;
}
.bdr-mini-cart__item {
 display: flex;
 gap: 1rem;
 padding: 1rem 0;
 border-bottom: 1px solid #ebebeb;
 align-items: center;
}
.bdr-mini-cart__item:last-child { border-bottom: 0; }
.bdr-mini-cart__item-image {
 flex: 0 0 64px;
 display: block;
}
.bdr-mini-cart__item-image img {
 width: 64px;
 height: 64px;
 object-fit: contain;
 display: block;
}
.bdr-mini-cart__item-body {
 flex: 1;
 min-width: 0;
}
.bdr-mini-cart__item-title {
 display: block;
 font-size: .95rem;
 color: #3f4c58;
 font-weight: 500;
 text-decoration: none;
 margin-bottom: .25rem;
 line-height: 1.3;
}
.bdr-mini-cart__item-title:hover { color: #7A1F3E; }
.bdr-mini-cart__item-meta {
 font-size: .85rem;
 color: #5f7285;
}
.bdr-mini-cart__item-total {
 font-weight: 600;
 color: #3f4c58;
 font-size: .95rem;
 white-space: nowrap;
}
.bdr-mini-cart__total {
 display: flex;
 justify-content: space-between;
 align-items: baseline;
 padding: 1rem 1.25rem;
 border-top: 1px solid #ebebeb;
 color: #3f4c58;
 font-size: 1rem;
}
.bdr-mini-cart__total strong {
 font-size: 1.15rem;
 font-weight: 700;
}
.bdr-mini-cart__actions {
 padding: 0 1.25rem 1.25rem;
 display: flex;
 flex-direction: column;
 gap: .625rem;
}
.bdr-mini-cart__link,
.bdr-mini-cart__btn {
 display: block;
 text-align: center;
 padding: .75rem 1.5rem;
 border-radius: 4px;
 text-decoration: none;
 font-weight: 600;
 font-size: .95rem;
 line-height: 1.2;
 box-sizing: border-box;
 transition: background .2s ease, color .2s ease;
}
.bdr-mini-cart__link {
 border: 1px solid #d7d7e3;
 background: #fff;
 color: #3f4c58;
}
.bdr-mini-cart__link:hover {
 background: #f4f4f4;
 color: #3f4c58;
}
.bdr-mini-cart__btn {
 background: #7A1F3E;
 color: #fff;
 border: 1px solid transparent;
}
.bdr-mini-cart__btn:hover {
 background: #5a1530;
 color: #fff;
}
body.bdr-mini-cart-open { overflow: hidden; }
@media (max-width: 480px) {
 .bdr-mini-cart__panel { max-width: 100%; }
}

/* === Editor content typography (privacy, terms, plain pages) ===
   Scoped to direct children of .entry-content so WC blocks/.woocommerce are untouched. */
.entry-content > h1,
.entry-content > h2,
.entry-content > h3,
.entry-content > h4,
.entry-content > h5,
.entry-content > h6 {
 color: #3f4c58;
 font-weight: 600;
 line-height: 1.3;
 margin: 2rem 0 .75rem;
}
.entry-content > h1:first-child,
.entry-content > h2:first-child,
.entry-content > h3:first-child { margin-top: 0; }
.entry-content > h2 { font-size: 1.5rem; }
.entry-content > h3 { font-size: 1.25rem; }
.entry-content > h4 { font-size: 1.1rem; }
.entry-content > h5,
.entry-content > h6 { font-size: 1rem; }
.entry-content > p {
 margin: 0 0 1rem;
 line-height: 1.7;
 color: #3f4c58;
 font-size: 1rem;
}
.entry-content > ul,
.entry-content > ol {
 margin: 0 0 1rem !important;
 padding-left: 1.5rem !important;
 color: #3f4c58;
 line-height: 1.7;
 list-style-position: outside !important;
}
.entry-content > ul { list-style: disc !important; }
.entry-content > ol { list-style: decimal !important; }
.entry-content > ul li,
.entry-content > ol li { margin: 0 0 .375rem; list-style: inherit !important; }
.entry-content > ul ul,
.entry-content > ol ol,
.entry-content > ul ol,
.entry-content > ol ul {
 margin: .375rem 0 .375rem 0 !important;
 padding-left: 1.25rem !important;
}
.entry-content > ul ul { list-style: circle !important; }
.entry-content > p a,
.entry-content li a,
.entry-content > h2 a,
.entry-content > h3 a {
 color: #7A1F3E;
 text-decoration: underline;
}
.entry-content > p a:hover,
.entry-content li a:hover { color: #5a1530; }
.entry-content > blockquote {
 margin: 0 0 1.5rem;
 padding: .75rem 1.25rem;
 border-left: 3px solid #7A1F3E;
 background: #f9f6f7;
 color: #5f7285;
 font-style: italic;
}
.entry-content > blockquote p:last-child { margin-bottom: 0; }
.entry-content strong,
.entry-content b { font-weight: 600; color: #3f4c58; }
.entry-content > hr {
 border: 0;
 border-top: 1px solid #e5e5e5;
 margin: 2rem 0;
}
.entry-content > table {
 width: 100%;
 border-collapse: collapse;
 margin: 0 0 1.5rem;
 font-size: .95rem;
}
.entry-content > table th,
.entry-content > table td {
 padding: .625rem .875rem;
 border: 1px solid #e5e5e5;
 text-align: left;
 color: #3f4c58;
}
.entry-content > table th { background: #f4f4f4; font-weight: 600; }
.entry-content > figure {
 margin: 0 0 1.5rem;
}
.entry-content > figure.wp-block-image img,
.entry-content > img {
 width: 100%;
 height: auto;
 display: block;
}
.entry-content > p img {
 max-width: 100%;
 height: auto;
}
.entry-content > img {
 margin: 0 0 1.5rem;
}
/* Respect explicit alignment — don't force full width on aligned images */
.entry-content .alignleft,
.entry-content .alignright,
.entry-content .aligncenter,
.entry-content figure.alignleft img,
.entry-content figure.alignright img,
.entry-content figure.aligncenter img {
 width: auto;
 max-width: 100%;
}
.entry-content > figure figcaption {
 margin-top: .5rem;
 font-size: .85rem;
 color: #5f7285;
 text-align: center;
}
.entry-content > *:last-child { margin-bottom: 0; }
.entry-content li { margin: 0 0 .5rem; line-height: 1.6; }

/* Responsive video embeds (YouTube etc.) — full width, 16:9, with spacing */
.entry-content .wp-block-embed,
.entry-content > figure.wp-block-embed {
 margin: 1.5rem 0;
 width: 100%;
}
.entry-content .wp-block-embed__wrapper {
 position: relative;
 width: 100%;
}
.entry-content .wp-block-embed.wp-block-embed-is-type-video .wp-block-embed__wrapper,
.entry-content .wp-block-embed-youtube .wp-block-embed__wrapper {
 aspect-ratio: 16 / 9;
}
.entry-content .wp-block-embed iframe,
.entry-content .wp-block-embed__wrapper iframe,
.entry-content > iframe,
.entry-content > p iframe,
.entry-content > figure iframe {
 width: 100% !important;
 aspect-ratio: 16 / 9;
 height: 100%;
 border: 0;
 display: block;
}
/* Bare iframe pasted directly (classic editor) */
.entry-content > iframe,
.entry-content > p > iframe {
 margin: 1.5rem 0;
 max-width: 100%;
}

/* === 404 page === */
.bdr-404 {
 text-align: center;
 padding: 4rem 1.5rem 5rem;
 max-width: 560px;
 margin: 0 auto;
}
.bdr-404__code {
 font-size: clamp(5rem, 18vw, 9rem);
 font-weight: 700;
 line-height: 1;
 color: #7A1F3E;
 letter-spacing: .02em;
}
.bdr-404__title {
 margin: .5rem 0 .75rem;
 font-size: clamp(1.5rem, 4vw, 2rem);
 font-weight: 600;
 color: #3f4c58;
}
.bdr-404__text {
 margin: 0 0 2rem;
 font-size: 1rem;
 line-height: 1.6;
 color: #5f7285;
}
.bdr-404__actions {
 display: flex;
 gap: .75rem;
 justify-content: center;
 flex-wrap: wrap;
}
.bdr-404__btn,
.bdr-404__link {
 display: inline-block;
 padding: .75rem 1.5rem;
 border-radius: 4px;
 font-size: .95rem;
 font-weight: 600;
 line-height: 1.2;
 text-decoration: none;
 box-sizing: border-box;
 transition: background .2s ease, color .2s ease;
}
.bdr-404__btn {
 background: #7A1F3E;
 color: #fff !important;
 border: 1px solid transparent;
}
.bdr-404__btn:hover {
 background: #5a1530;
 color: #fff !important;
}
.bdr-404__link {
 background: #fff;
 color: #3f4c58 !important;
 border: 1px solid #d7d7e3;
}
.bdr-404__link:hover {
 background: #f4f4f4;
}

/* Archive / search — "no products" state */
.bdr-no-results {
 padding: 3rem 1.5rem;
 text-align: center;
 background: #f9f9fb;
 border: 1px solid #e5e5e5;
 border-radius: 4px;
 margin: 1.5rem 0;
}
.bdr-no-results__title {
 margin: 0 0 .5rem;
 font-size: 1.25rem;
 font-weight: 600;
 color: #3f4c58;
}
.bdr-no-results__hint {
 margin: 0 0 1.5rem;
 color: #5f7285;
 font-size: .95rem;
}
.bdr-no-results__btn {
 display: inline-block;
 padding: .75rem 1.5rem;
 background: #7A1F3E;
 color: #fff !important;
 border: 1px solid transparent;
 border-radius: 4px;
 text-decoration: none;
 font-size: .95rem;
 font-weight: 600;
 line-height: 1.2;
 transition: background .2s ease;
}
.bdr-no-results__btn:hover {
 background: #5a1530;
 color: #fff !important;
}

/* Empty cart — "До каталогу" button */
.bdr-empty-cart-actions {
 margin: 1.5rem 0 0;
 text-align: center;
}
.bdr-empty-cart-btn {
 display: inline-block;
 padding: .75rem 1.5rem;
 background: #7A1F3E;
 color: #fff !important;
 border: 1px solid transparent;
 border-radius: 4px;
 text-decoration: none;
 font-size: .95rem;
 font-weight: 600;
 line-height: 1.2;
 box-sizing: border-box;
 transition: background .2s ease;
}
.bdr-empty-cart-btn:hover {
 background: #5a1530;
 color: #fff !important;
 text-decoration: none;
}

/* Hide checkout step titles + their container ("Контактна інформація" etc.) */
.wp-block-woocommerce-checkout .wc-block-components-checkout-step__heading-container,
.wp-block-woocommerce-checkout .wc-block-components-checkout-step__heading,
.wp-block-woocommerce-checkout .wc-block-components-checkout-step__title {
 display: none !important;
}
.wp-block-woocommerce-checkout .wc-block-components-checkout-step {
 padding: 0 !important;
}
.wp-block-woocommerce-checkout .wc-block-components-checkout-step__content {
 padding: 0 !important;
 margin: 0 !important;
}

/* Reorder Contact Information block: move Email to the bottom */
#contact.wc-block-components-address-form {
 display: flex !important;
 flex-direction: column !important;
}
#contact.wc-block-components-address-form > * { order: 2; }
#contact.wc-block-components-address-form > .wc-block-components-address-form__email { order: 99 !important; }

/* === WC Blocks checkout — inputs match site style === */
.wp-block-woocommerce-checkout .wc-block-components-text-input,
.wp-block-woocommerce-cart .wc-block-components-text-input {
 display: flex !important;
 flex-direction: column-reverse !important;
 margin: 0 0 1rem !important;
}
.wp-block-woocommerce-checkout .wc-block-components-text-input label,
.wp-block-woocommerce-cart .wc-block-components-text-input label {
 position: static !important;
 transform: none !important;
 display: block !important;
 background: transparent !important;
 padding: 0 !important;
 margin: 0 0 .375rem !important;
 font-size: .875rem !important;
 font-weight: 600 !important;
 color: #3f4c58 !important;
 line-height: 1.2 !important;
 max-width: none !important;
 overflow: visible !important;
 text-overflow: clip !important;
 white-space: normal !important;
}
.wp-block-woocommerce-checkout .wc-block-components-text-input input,
.wp-block-woocommerce-cart .wc-block-components-text-input input,
.wp-block-woocommerce-checkout .wc-block-components-text-input input.input-text,
.wp-block-woocommerce-cart .wc-block-components-text-input input.input-text {
 width: 100% !important;
 padding: .75rem .875rem !important;
 border: 1px solid #e5e5e5 !important;
 border-radius: 4px !important;
 background: #fff !important;
 font-size: .95rem !important;
 color: #3f4c58 !important;
 line-height: 1.2 !important;
 height: auto !important;
 min-height: 0 !important;
 box-sizing: border-box !important;
 box-shadow: none !important;
 appearance: none !important;
 -webkit-appearance: none !important;
}
.wp-block-woocommerce-checkout .wc-block-components-text-input input:focus,
.wp-block-woocommerce-cart .wc-block-components-text-input input:focus {
 border-color: #7A1F3E !important;
 outline: 0 !important;
 box-shadow: none !important;
}
/* Disable the floating "active" label behaviour */
.wp-block-woocommerce-checkout .wc-block-components-text-input.is-active label,
.wp-block-woocommerce-checkout .wc-block-components-text-input.has-error label,
.wp-block-woocommerce-cart .wc-block-components-text-input.is-active label,
.wp-block-woocommerce-cart .wc-block-components-text-input.has-error label {
 transform: none !important;
 font-size: .875rem !important;
}
/* Validation error message */
.wp-block-woocommerce-checkout .wc-block-components-validation-error,
.wp-block-woocommerce-cart .wc-block-components-validation-error {
 color: #b81c23 !important;
 font-size: .8rem !important;
 margin: .25rem 0 0 !important;
}

/* === Bdr — WooCommerce Blocks buttons (cart + checkout React UI) === */
.wp-block-woocommerce-proceed-to-checkout-block .wc-block-cart__submit-button,
.wp-block-woocommerce-cart .wc-block-cart__submit-button,
.wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button,
.wc-block-components-checkout-place-order-button {
 background: #7A1F3E !important;
 color: #fff !important;
 border: 1px solid transparent !important;
 border-radius: 4px !important;
 padding: .75rem 1.5rem !important;
 font-size: .95rem !important;
 font-weight: 600 !important;
 line-height: 1.2 !important;
 box-sizing: border-box !important;
 transition: background .2s ease;
}
.wp-block-woocommerce-proceed-to-checkout-block .wc-block-cart__submit-button:hover,
.wp-block-woocommerce-cart .wc-block-cart__submit-button:hover,
.wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button:hover,
.wc-block-components-checkout-place-order-button:hover {
 background: #5a1530 !important;
}

/* Login / Register / Lost-password — render inside .woocommerce-MyAccount-content
   (same sidebar layout as logged-in My Account) */
.bdr-account-forms::before,
.bdr-account-forms::after,
#customer_login::before,
#customer_login::after,
.woocommerce-account .woocommerce::before,
.woocommerce-account .woocommerce::after,
.woocommerce-account .woocommerce-notices-wrapper::before,
.woocommerce-account .woocommerce-notices-wrapper::after {
 content: none !important;
 display: none !important;
}
.bdr-account-col {
 flex: 1 1 0;
 min-width: 0;
 padding: 1.5rem;
 background: #fff;
 border: 1px solid #d7d7e3;
 box-sizing: border-box;
}
.bdr-account-col h2 {
 margin: 0 0 1.25rem;
 font-size: 1.25rem;
 font-weight: 600;
 color: #3f4c58;
}
.bdr-account-col .lost_password { margin: .75rem 0 0; font-size: .9rem; }
.bdr-account-col .lost_password a { color: #7A1F3E; text-decoration: none; }
.bdr-account-col .lost_password a:hover { text-decoration: underline; }
@media (max-width: 767px) {
 .bdr-account-forms { flex-direction: column; gap: 1.25rem; }
 .bdr-account-col { width: 100%; flex: 0 0 auto; padding: 1.25rem; box-sizing: border-box; }
 .bdr-account-col form button[type="submit"] { width: 100%; }
}

/* Lost password form text (inside .woocommerce-MyAccount-content card) */
.woocommerce-account .woocommerce-ResetPassword p,
.woocommerce-account form.lost_reset_password p {
 margin: 0 0 1rem;
 color: #3f4c58;
 line-height: 1.5;
}
.woocommerce-account .woocommerce-ResetPassword p:last-child,
.woocommerce-account form.lost_reset_password p:last-child {
 margin-bottom: 0;
}

/* === WooCommerce My Account === */
.woocommerce-account .woocommerce {
 display: flex;
 flex-wrap: wrap;
 gap: 2.5rem;
 align-items: flex-start;
 margin: 1.5rem 0 2.5rem;
}
.woocommerce-account .woocommerce > .woocommerce-notices-wrapper,
.woocommerce-account .woocommerce > .woocommerce-error,
.woocommerce-account .woocommerce > .woocommerce-info,
.woocommerce-account .woocommerce > .woocommerce-message,
.woocommerce-account .woocommerce > ul.woocommerce-error,
.woocommerce-account .woocommerce > ul.woocommerce-info,
.woocommerce-account .woocommerce > ul.woocommerce-message {
 flex: 0 0 100%;
 width: 100%;
 order: -1;
 margin: 0;
}
/* Restore WC notice padding so the ::before icon doesn't sit on the text */
.woocommerce-account ul.woocommerce-error,
.woocommerce-account ul.woocommerce-info,
.woocommerce-account ul.woocommerce-message,
.woocommerce-account .woocommerce-error,
.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-message {
 position: relative;
 padding: 1em 1.5em 1em 3.5em;
 list-style: none;
 background-color: #f7f6f7;
 color: #515151;
 border: 0;
 outline: 0;
}
.woocommerce-account ul.woocommerce-error:focus,
.woocommerce-account ul.woocommerce-info:focus,
.woocommerce-account ul.woocommerce-message:focus,
.woocommerce-account .woocommerce-error:focus,
.woocommerce-account .woocommerce-info:focus,
.woocommerce-account .woocommerce-message:focus { outline: 0; }
.woocommerce-account ul.woocommerce-error li,
.woocommerce-account ul.woocommerce-info li,
.woocommerce-account ul.woocommerce-message li {
 margin: 0;
 padding: 0;
 list-style: none;
}
.woocommerce-account .woocommerce::before,
.woocommerce-account .woocommerce::after {
 content: none;
 display: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
 flex: 0 0 240px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
 list-style: none;
 margin: 0;
 padding: 0;
 border: 1px solid #d7d7e3;
 background: #fff;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
 margin: 0;
 padding: 0;
 border-bottom: 1px solid #ebebeb;
}
.woocommerce-account .woocommerce-MyAccount-navigation li:last-child {
 border-bottom: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a {
 display: block;
 padding: .875rem 1rem;
 color: #3f4c58;
 text-decoration: none;
 font-size: .95rem;
 font-weight: 500;
 transition: background .2s ease, color .2s ease;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
 background: #f4f4f4;
 color: #7A1F3E;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
 background: #7A1F3E;
 color: #fff;
 font-weight: 600;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link--customer-logout a {
 color: #5f7285;
}
.woocommerce-account .woocommerce-MyAccount-content {
 flex: 1 1 auto;
 min-width: 0;
 padding: 1.5rem;
 background: #fff;
 border: 1px solid #d7d7e3;
 color: #3f4c58;
 line-height: 1.6;
}
.woocommerce-account .woocommerce-MyAccount-content a {
 color: #7A1F3E;
 text-decoration: underline;
}
.woocommerce-account .woocommerce-MyAccount-content a:hover {
 color: #3f4c58;
}
.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3 {
 margin: 0 0 1rem;
 font-size: 1.25rem;
 font-weight: 600;
 color: #3f4c58;
}
.woocommerce-account .woocommerce-MyAccount-content p {
 margin: 0 0 1rem;
}
.woocommerce-account .woocommerce-MyAccount-content p:last-child {
 margin-bottom: 0;
}
/* Orders table */
.woocommerce-account .woocommerce-orders-table {
 width: 100%;
 border-collapse: collapse;
 font-size: .9rem;
}
.woocommerce-account .woocommerce-orders-table th,
.woocommerce-account .woocommerce-orders-table td {
 padding: .75rem;
 border-bottom: 1px solid #ebebeb;
 text-align: left;
}
.woocommerce-account .woocommerce-orders-table th {
 font-weight: 600;
 color: #3f4c58;
 background: #f4f4f4;
}
@media (max-width: 767px) {
 .woocommerce-account .woocommerce {
  flex-direction: column;
  gap: 1.25rem;
 }
 .woocommerce-account .woocommerce-MyAccount-navigation {
  flex: 0 0 auto;
  width: 100%;
 }
}

/* Order details page (view-order) */
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details {
 margin: 0 0 2rem;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details:last-child,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details:last-child {
 margin-bottom: 0;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details__title,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-column__title {
 margin: 0 0 1rem;
 font-size: 1.15rem;
 font-weight: 600;
 color: #3f4c58;
}
/* Order details table — site style */
.woocommerce-account .woocommerce-MyAccount-content table.shop_table {
 width: 100%;
 border-collapse: collapse;
 margin: 0 0 1rem;
 font-size: .9rem;
}
.woocommerce-account .woocommerce-MyAccount-content table.shop_table th,
.woocommerce-account .woocommerce-MyAccount-content table.shop_table td {
 padding: .75rem 1rem;
 border-bottom: 1px solid #ebebeb;
 text-align: left;
 color: #3f4c58;
 background: transparent;
}
.woocommerce-account .woocommerce-MyAccount-content table.shop_table thead th {
 background: #f4f4f4;
 color: #3f4c58;
 font-weight: 600;
 border-bottom: 1px solid #d7d7e3;
}
.woocommerce-account .woocommerce-MyAccount-content table.shop_table tfoot th {
 background: #fafafa;
 font-weight: 600;
}
.woocommerce-account .woocommerce-MyAccount-content table.shop_table tfoot td {
 background: #fafafa;
 font-weight: 600;
}
.woocommerce-account .woocommerce-MyAccount-content table.shop_table .product-total {
 text-align: right;
}
.woocommerce-account .woocommerce-MyAccount-content table.shop_table a {
 color: #3f4c58;
 text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-content table.shop_table a:hover {
 color: #7A1F3E;
}
/* Order-again + standalone .button links */
.woocommerce-account .woocommerce-MyAccount-content p .button,
.woocommerce-account .woocommerce-MyAccount-content a.button {
 display: inline-block;
 padding: .625rem 1.25rem;
 background: #7A1F3E;
 color: #fff;
 text-decoration: none;
 font-size: .9rem;
 font-weight: 600;
 transition: background .2s ease;
}
.woocommerce-account .woocommerce-MyAccount-content p .button:hover,
.woocommerce-account .woocommerce-MyAccount-content a.button:hover {
 background: #5a1530;
 color: #fff;
 text-decoration: none;
}
/* Hide billing/shipping address block on order view */
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details {
 display: none;
}
@media (max-width: 1200px) {
 .bdr-boxs { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
 .bdr-boxs { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
 .bdr-boxs { grid-template-columns: 1fr; gap: 1rem; }
}
/* WC Checkout — hide billing/shipping/payment/notes sections */
.wp-block-woocommerce-checkout-billing-address-block,
.wp-block-woocommerce-checkout-shipping-address-block,
.wp-block-woocommerce-checkout-shipping-method-block,
.wp-block-woocommerce-checkout-pickup-options-block,
.wp-block-woocommerce-checkout-payment-block,
.wp-block-woocommerce-checkout-additional-information-block,
.wp-block-woocommerce-checkout-order-note-block,
.wp-block-woocommerce-checkout-terms-block,
.wc-block-checkout__billing-fields-wrapper,
.wc-block-checkout__shipping-fields-wrapper,
.wc-block-checkout__shipping-method,
.wc-block-checkout__payment-method,
.wc-block-checkout__additional-fields,
.wc-block-checkout__order-notes,
.wc-block-checkout__terms {
 display: none !important;
}

/* Product buybox — guest view: two stacked buttons */
.buybox--guest {
 display: flex;
 flex-direction: column;
 gap: .75rem;
 width: 100%;
}
.buybox--guest .buybox--button {
 width: 100%;
 cursor: pointer;
 font-family: inherit;
}
.product--details .buybox--button.is--secondary,
.product--details a.buybox--button.is--secondary,
.product--details button.buybox--button.is--secondary {
 background: #fff !important;
 background-image: none !important;
 color: #7A1F3E !important;
 border: 1px solid #7A1F3E !important;
}
.product--details .buybox--button.is--secondary:hover,
.product--details a.buybox--button.is--secondary:hover,
.product--details button.buybox--button.is--secondary:hover {
 background: #7A1F3E !important;
 background-image: none !important;
 color: #fff !important;
}

/* Modal — Price request popup with CF7 */
.bdr-modal[hidden] { display: none !important; }
.bdr-modal {
 position: fixed;
 inset: 0;
 z-index: 9999;
 display: flex;
 align-items: center;
 justify-content: center;
 padding: 1rem;
}
.bdr-modal__backdrop {
 position: absolute;
 inset: 0;
 background: rgba(0, 0, 0, .55);
 backdrop-filter: blur(2px);
 cursor: pointer;
}
.bdr-modal__dialog {
 position: relative;
 z-index: 1;
 width: 100%;
 max-width: 520px;
 max-height: calc(100vh - 2rem);
 overflow-y: auto;
 background: #fff;
 border-radius: 6px;
 box-shadow: 0 20px 60px rgba(0, 0, 0, .35);
 padding: 2rem 1.75rem 1.75rem;
}
.bdr-modal__close {
 position: absolute;
 top: .5rem;
 right: .75rem;
 width: 2rem;
 height: 2rem;
 padding: 0;
 background: transparent;
 border: 0;
 font-size: 1.75rem;
 line-height: 1;
 color: #555;
 cursor: pointer;
 transition: color .2s ease;
}
.bdr-modal__close:hover { color: #7A1F3E; }
.bdr-modal__title {
 margin: 0 0 .25rem;
 font-size: 1.5rem;
 font-weight: 600;
 color: #7A1F3E;
}
.bdr-modal__subtitle {
 margin: 0 0 1.25rem;
 color: #555;
 font-size: .95rem;
}
.bdr-modal__body .wpcf7 { margin: 0; }
body.bdr-modal-open { overflow: hidden; }

/* Variable product — selected variation price block */
.buybox--variable .single_variation { margin: 0 0 .75rem; }
.buybox--variable .single_variation .woocommerce-variation-price,
.buybox--variable .single_variation .price {
 font-size: 1.5rem;
 font-weight: 600;
 color: #7A1F3E;
}
.buybox--variable .single_variation .woocommerce-variation-availability {
 margin-top: .25rem;
 font-size: .9rem;
 color: #444;
}
.buybox--variable .reset_variations {
 display: inline-block;
 margin: 0 0 .75rem;
 font-size: .8rem;
 color: #7A1F3E;
}
.buybox--variable .single_add_to_cart_button.disabled,
.buybox--variable .single_add_to_cart_button.wc-variation-selection-needed {
 opacity: .5;
 pointer-events: none;
}
@media (max-width: 640px) {
 .bdr-modal__dialog { padding: 1.5rem 1rem 1.25rem; }
 .bdr-modal__title { font-size: 1.25rem; }
}