.mbm-reviews-template-loop {
    --mbm-reviews-gap: 20px;
    --mbm-reviews-columns: 2;
    --mbm-reviews-columns-tablet: 1;
    --mbm-reviews-columns-mobile: 1;
}

.mbm-reviews-template-loop__grid {
    display: grid;
    grid-template-columns: repeat(var(--mbm-reviews-columns), minmax(0, 1fr));
    gap: var(--mbm-reviews-gap);
}

.mbm-reviews-template-loop__item,
.mbm-reviews-template-loop .swiper-slide {
    height: auto;
}

.mbm-reviews-template-loop .swiper-slide {
    display: flex;
}

.mbm-reviews-template-loop__item {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.mbm-reviews-template-loop__item > .elementor,
.mbm-reviews-template-loop__item > .elementor-template {
    width: 100%;
}

.mbm-reviews-template-loop .swiper-pagination {
    position: static;
    margin-top: 18px;
}

.mbm-reviews-template-loop .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
}

.mbm-reviews-template-loop .elementor-swiper-button {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 999px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    top: calc(50% - 21px);
}

.mbm-reviews-template-loop .elementor-swiper-button span {
    font-size: 28px;
    line-height: 1;
}

.mbm-review-stars {
    --mbm-review-stars-width: 100px;
    display: flex;
    align-items: center;
    width: min(100%, var(--mbm-review-stars-width));
    line-height: 0;
}

.mbm-review-stars__image {
    display: block;
    width: 100%;
    height: auto;
}

.mbm-breadcrumb {
    width: 100%;
}

.mbm-breadcrumb__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mbm-breadcrumb__item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.mbm-breadcrumb__link,
.mbm-breadcrumb__current,
.mbm-breadcrumb__separator {
    line-height: 1.4;
}

.mbm-breadcrumb__link {
    text-decoration: none;
}

.mbm-breadcrumb__link:hover,
.mbm-breadcrumb__link:focus-visible {
    text-decoration: underline;
}

.mbm-product-promo-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 4px 10px;
    border-radius: 999px;
    background: #111;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.mbm-product-wishlist-toggle {
    --mbm-product-wishlist-size: 20px;
    display: flex;
    width: 100%;
}

.mbm-product-wishlist-toggle .wishlist-toggle {
    position: static;
    top: auto;
    left: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--mbm-product-wishlist-size);
    height: var(--mbm-product-wishlist-size);
}

.mbm-product-wishlist-toggle .wishlist-toggle svg {
    display: block;
    width: 100%;
    height: 100%;
}

.mbm-product-rating-stars {
    --mbm-product-rating-star-size: 16px;
    --mbm-product-rating-stars-gap: 4px;
    --mbm-product-rating-stars-active: #FFB900;
    --mbm-product-rating-stars-inactive: #CFCFCF;
    display: flex;
    align-items: center;
    gap: var(--mbm-product-rating-stars-gap);
    width: fit-content;
    line-height: 0;
}

.mbm-product-rating-stars__star {
    display: inline-flex;
    width: var(--mbm-product-rating-star-size);
    height: var(--mbm-product-rating-star-size);
}

.mbm-product-rating-stars__star svg {
    display: block;
    width: 100%;
    height: 100%;
}

.mbm-product-rating-stars__star.is-active {
    color: var(--mbm-product-rating-stars-active);
}

.mbm-product-rating-stars__star.is-inactive {
    color: var(--mbm-product-rating-stars-inactive);
}

.mbm-product-loop-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 100%;
}

.mbm-product-loop-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.mbm-product-loop-card__media {
    display: block;
    color: inherit;
    text-decoration: none;
    overflow: hidden;
}

.mbm-product-loop-card__image {
    display: block;
    width: 100%;
    height: auto;
}

.mbm-product-loop-card__image.is-placeholder {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    background: #f3f3f3;
}

.mbm-product-loop-card__content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mbm-product-loop-card__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.mbm-product-loop-card__row-left,
.mbm-product-loop-card__row-right {
    display: flex;
    align-items: inherit;
    gap: inherit;
}

.mbm-product-loop-card__title {
    margin: 0;
}

.mbm-product-loop-card__title-link {
    color: inherit;
    text-decoration: none;
}

.mbm-product-loop-card__price {
    display: flex;
    flex-direction: column;
    margin: 0;
}

.mbm-product-loop-card__price .price {
    display: flex;
    flex-direction: column;
    align-items: inherit;
    gap: 0;
    margin: 0;
}

.mbm-product-loop-card__price .price del,
.mbm-product-loop-card__price .price ins {
    display: block;
    margin: 0;
}

.mbm-product-loop-card__price .price ins {
    padding: 0;
    background: none;
    text-decoration: none;
}

.elementor-widget-loop-grid.mbm-product-filtering .mbm-product-loop-card {
    position: relative;
    overflow: hidden;
    pointer-events: none;
    color: transparent !important;
}

.elementor-widget-loop-grid.mbm-product-filtering .mbm-product-loop-card::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.7) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: translateX(-100%);
    animation: mbm-product-card-skeleton 1.1s ease-in-out infinite;
}

.elementor-widget-loop-grid.mbm-product-filtering .mbm-product-loop-card,
.elementor-widget-loop-grid.mbm-product-filtering .mbm-product-loop-card * {
    color: transparent !important;
    text-shadow: none !important;
}

.elementor-widget-loop-grid.mbm-product-filtering .mbm-product-loop-card__media,
.elementor-widget-loop-grid.mbm-product-filtering .mbm-product-loop-card__title,
.elementor-widget-loop-grid.mbm-product-filtering .mbm-product-loop-card__price,
.elementor-widget-loop-grid.mbm-product-filtering .mbm-product-rating-stars,
.elementor-widget-loop-grid.mbm-product-filtering .mbm-product-promo-badge,
.elementor-widget-loop-grid.mbm-product-filtering .mbm-product-wishlist-toggle .wishlist-toggle {
    position: relative;
    overflow: hidden;
    background: #ececec;
}

.elementor-widget-loop-grid.mbm-product-filtering .mbm-product-loop-card__media {
    border-radius: 18px;
}

.elementor-widget-loop-grid.mbm-product-filtering .mbm-product-loop-card__title,
.elementor-widget-loop-grid.mbm-product-filtering .mbm-product-loop-card__price,
.elementor-widget-loop-grid.mbm-product-filtering .mbm-product-rating-stars,
.elementor-widget-loop-grid.mbm-product-filtering .mbm-product-promo-badge,
.elementor-widget-loop-grid.mbm-product-filtering .mbm-product-wishlist-toggle .wishlist-toggle {
    border-radius: 999px;
}

.elementor-widget-loop-grid.mbm-product-filtering .mbm-product-loop-card__title {
    width: min(78%, 260px);
    min-height: 20px;
}

.elementor-widget-loop-grid.mbm-product-filtering .mbm-product-loop-card__price {
    width: fit-content;
    min-width: 74px;
    min-height: 18px;
}

.elementor-widget-loop-grid.mbm-product-filtering .mbm-product-rating-stars {
    min-width: 96px;
    min-height: 16px;
}

.elementor-widget-loop-grid.mbm-product-filtering .mbm-product-promo-badge {
    min-width: 84px;
    min-height: 28px;
    color: transparent;
    font-size: 0;
    line-height: 0;
    text-shadow: none;
}

.elementor-widget-loop-grid.mbm-product-filtering .mbm-product-promo-badge * {
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
}

.elementor-widget-loop-grid.mbm-product-filtering .mbm-product-wishlist-toggle .wishlist-toggle {
    min-width: 20px;
    min-height: 20px;
}

.elementor-widget-loop-grid.mbm-product-filtering .mbm-product-loop-card__media img,
.elementor-widget-loop-grid.mbm-product-filtering .mbm-product-loop-card__title > *,
.elementor-widget-loop-grid.mbm-product-filtering .mbm-product-loop-card__price *,
.elementor-widget-loop-grid.mbm-product-filtering .mbm-product-rating-stars *,
.elementor-widget-loop-grid.mbm-product-filtering .mbm-product-promo-badge *,
.elementor-widget-loop-grid.mbm-product-filtering .mbm-product-wishlist-toggle .wishlist-toggle * {
    opacity: 0;
}

@keyframes mbm-product-card-skeleton {
    100% {
        transform: translateX(100%);
    }
}

.mbm-product-filter {
    width: 100%;
}

.mbm-product-filter__title {
    margin: 0 0 14px;
    font-size: 16px;
    line-height: 1.3;
}

.mbm-product-filter__form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.mbm-product-filter__search-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.mbm-product-filter__search-input-wrapper {
    position: relative;
    width: 100%;
    flex: 1 1 auto;
}

.mbm-product-filter__search-input-wrapper-inner {
    position: relative;
    width: 100%;
}

.mbm-product-filter__search-input,
.mbm-product-filter__select {
    width: 100%;
    min-height: 42px;
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    padding: 0 14px;
    background: #fff;
}

.mbm-product-filter__search-input {
    caret-color: transparent;
    padding-inline-end: 46px;
}

.mbm-product-filter__search-input:focus,
.mbm-product-filter__search-input.is-active {
    caret-color: auto;
}

.mbm-product-filter__search-spinner {
    position: absolute;
    top: 50%;
    inset-inline-end: 15px;
    display: none;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    pointer-events: none;
}

.mbm-product-filter--search.mbm-product-filtering .mbm-product-filter__search-spinner {
    display: inline-flex;
}

.mbm-product-filter--search.mbm-product-filter--search-suggestions-loading .mbm-product-filter__search-spinner {
    display: inline-flex;
}

.mbm-product-filter__search-spinner-svg {
    width: 25px;
    height: 25px;
    animation: mbmProductSearchRotate 2s linear infinite;
}

.mbm-product-filter__search-spinner-path {
    stroke: currentColor;
    stroke-linecap: round;
    animation: mbmProductSearchDash 1.5s ease-in-out infinite;
}

.mbm-product-filter__button,
.mbm-product-filter__clear-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-height: 42px;
    padding: 0 18px;
    border: 1px solid #111;
    border-radius: 999px;
    background: #111;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

.mbm-product-filter__search-results {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    z-index: 20;
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 20px 40px rgba(17, 17, 17, 0.12);
    overflow: hidden;
}

.mbm-product-filter__search-results[hidden] {
    display: none;
}

.mbm-product-filter__search-results-header,
.mbm-product-filter__search-results-state {
    padding: 14px 16px;
    font-size: 13px;
    line-height: 1.4;
    color: #6d6d6d;
}

.mbm-product-filter__search-results-header {
    border-bottom: 1px solid rgba(17, 17, 17, 0.08);
}

.mbm-product-filter__search-results-list {
    display: flex;
    flex-direction: column;
    max-height: 420px;
    overflow-y: auto;
}

.mbm-product-filter__search-result {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 12px 16px;
    color: inherit;
    text-decoration: none;
}

.mbm-product-filter__search-result + .mbm-product-filter__search-result {
    border-top: 1px solid rgba(17, 17, 17, 0.06);
}

.mbm-product-filter__search-result:hover {
    background: rgba(17, 17, 17, 0.03);
}

.mbm-product-filter__search-result-media {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    border-radius: 12px;
    overflow: hidden;
    background: #f7f7f7;
}

.mbm-product-filter__search-result-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mbm-product-filter__search-result-image.is-placeholder {
    width: 100%;
    height: 100%;
}

.mbm-product-filter__search-result-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.mbm-product-filter__search-result-title {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    color: #111;
}

.mbm-product-filter__search-result-price {
    font-size: 13px;
    line-height: 1.4;
    color: #6d6d6d;
}

.mbm-product-filter__search-result-highlight {
    background: transparent;
    color: inherit;
    font-weight: 800;
    text-decoration: underline;
}

.mbm-product-filtering {
    opacity: 0.55;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.mbm-product-filter__options {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mbm-product-filter__option {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.mbm-product-filter__option.is-disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

.mbm-product-filter__option.is-disabled .mbm-product-filter__label,
.mbm-product-filter__option.is-disabled .mbm-product-filter__count {
    color: #9b9b9b;
}

.mbm-product-filter__checkbox {
    width: 18px;
    height: 18px;
    margin: 0;
    flex: 0 0 auto;
}

.mbm-product-filter__count {
    color: #777;
    font-size: 13px;
}

.mbm-product-filter__select-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mbm-product-filter__select-label {
    flex: 0 0 auto;
    font-size: 14px;
    white-space: nowrap;
}

.mbm-product-filter--swatches .mbm-product-filter__options {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 14px;
}

.mbm-product-filter--swatches .mbm-product-filter__option {
    position: relative;
}

.mbm-product-filter--swatches .mbm-product-filter__checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.mbm-product-filter__swatch {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--mbm-filter-swatch-color, #f2f2f2);
    display: inline-flex;
    border: 2px solid transparent;
}

.mbm-product-filter__swatch.is-light-swatch {
    border-color: #dddddd;
}

.mbm-product-filter__option--swatch.is-disabled .mbm-product-filter__swatch {
    opacity: 0.45;
    filter: grayscale(0.15);
}

.mbm-product-filter--swatches .mbm-product-filter__checkbox:checked + .mbm-product-filter__swatch {
    border-color: #777;
}

.mbm-product-filter__swatch-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.mbm-product-filter--empty {
    color: #777;
    font-size: 14px;
}

@keyframes mbmProductSearchRotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes mbmProductSearchDash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }
    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}

@media (max-width: 767px) {
    .mbm-product-filter__search-row,
    .mbm-product-filter__select-group {
        flex-direction: column;
        align-items: stretch;
    }
}

@media (max-width: 1024px) {
    .mbm-reviews-template-loop__grid {
        grid-template-columns: repeat(var(--mbm-reviews-columns-tablet), minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .mbm-reviews-template-loop__grid {
        grid-template-columns: repeat(var(--mbm-reviews-columns-mobile), minmax(0, 1fr));
    }
}

.tax-collection .woocommerce-breadcrumb {
    margin: 0 auto;
    padding: 18px 20px 10px;
    width: min(1240px, calc(100% - 40px));
    font-size: 14px;
    color: #6d7480;
}

.tax-collection .woocommerce-breadcrumb a:hover {
    color: #dd14dd;
}

.mbm-collection-archive__section {
    padding: 28px 0;
}

.mbm-collection-archive__container {
    width: min(1240px, calc(100% - 40px));
    margin: 0 auto;
}

.mbm-collection-archive__shell {
    padding: 34px;
    background: linear-gradient(180deg, #ffffff, #fafcff);
    border: 1px solid rgba(59, 64, 68, 0.1);
    border-radius: 28px;
    box-shadow: 0 18px 48px rgba(59, 64, 68, 0.08);
}

.mbm-collection-archive__hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
    gap: 24px;
    align-items: stretch;
}

.mbm-collection-archive__hero-copy,
.mbm-collection-archive__hero-visual {
    position: relative;
    border-radius: 32px;
    box-shadow: 0 18px 48px rgba(59, 64, 68, 0.12);
}

.mbm-collection-archive__hero-copy {
    padding: 34px 36px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(246, 248, 255, 0.96) 100%);
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.mbm-collection-archive__hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(221, 20, 221, 0.08);
    color: #dd14dd;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.mbm-collection-archive__hero-tag::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, #dd14dd, #008cf4);
    box-shadow: 0 0 0 6px rgba(221, 20, 221, 0.12);
}

.mbm-collection-archive__hero-copy h1 {
    margin: 0 0 14px;
    font-size: clamp(32px, 4vw, 50px);
    line-height: 1.02;
    letter-spacing: 0.02em;
    color: #3b4044;
}

.mbm-collection-archive__hero-copy p {
    margin: 0;
    max-width: 620px;
    font-size: 16px;
}

.mbm-collection-archive__hero-visual {
    min-height: 360px;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.mbm-collection-archive__hero-panel {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 100%;
    padding: 28px;
    color: #ffffff;
    background: linear-gradient(180deg, rgba(24, 31, 41, 0.08) 0%, rgba(24, 31, 41, 0.72) 100%);
}

.mbm-collection-archive__hero-panel-copy h2 {
    margin: 0 0 10px;
    font-size: 30px;
    line-height: 1.08;
    color: inherit;
}

.mbm-collection-archive__hero-panel-copy p {
    margin: 0 0 18px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.92);
}

.mbm-collection-archive__hero-features {
    display: grid;
    gap: 12px;
}

.mbm-collection-archive__hero-feature {
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
}

.mbm-collection-archive__hero-feature strong {
    display: block;
    margin-bottom: 4px;
    font-size: 16px;
    color: #ffffff;
}

.mbm-collection-archive__hero-feature p {
    margin: 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.88);
}

.mbm-collection-archive__section-head {
    display: grid;
    gap: 12px;
    margin-bottom: 26px;
}

.mbm-collection-archive__eyebrow {
    margin: 0 0 10px;
    font-family: "Dancing Script", cursive;
    font-size: clamp(34px, 5vw, 48px);
    line-height: 1;
    color: #008cf4;
}

.mbm-collection-archive__section-title {
    margin: 0;
    font-size: clamp(28px, 4vw, 46px);
    line-height: 1.05;
    color: #3b4044;
}

.mbm-collection-archive__section-lead {
    font-size: 17px;
    color: #59606b;
    max-width: 760px;
}

.mbm-collections-hub__lead {
    max-width: 760px;
    margin: 16px 0 0;
    color: #59606b;
    font-size: 18px;
    line-height: 1.6;
}

.mbm-collection-archive__featured-grid,
.mbm-collection-archive__guide-grid,
.mbm-collection-archive__collection-grid,
.mbm-collection-archive__nav-grid,
.mbm-collection-archive__faq-grid,
.mbm-collections-hub__grid {
    display: grid;
    gap: 22px;
}

.mbm-collection-archive__featured-grid,
.mbm-collection-archive__faq-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mbm-collection-archive__nav-grid,
.mbm-collection-archive__collection-grid,
.mbm-collection-archive__guide-grid,
.mbm-collections-hub__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mbm-collection-archive__product-card,
.mbm-collection-archive__nav-card,
.mbm-collection-archive__collection-card,
.mbm-collection-archive__guide-card,
.mbm-collection-archive__faq-card,
.mbm-collection-archive__editorial-card,
.mbm-collection-archive__story-card,
.mbm-collections-hub__card {
    border: 1px solid rgba(59, 64, 68, 0.1);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(59, 64, 68, 0.08);
}

.mbm-collections-hub__card {
    overflow: hidden;
}

.mbm-collections-hub__card-link {
    display: grid;
    gap: 16px;
    height: 100%;
    padding: 22px;
    color: inherit;
    text-decoration: none;
}

.mbm-collections-hub__visual {
    position: relative;
    display: block;
    min-height: 210px;
    padding: 18px;
    border-radius: 20px;
    background: linear-gradient(180deg, #f8fbff, #eef4ff);
    overflow: hidden;
}

.mbm-collections-hub__visual img {
    display: block;
    width: 100%;
    height: 210px;
    object-fit: contain;
}

.mbm-collections-hub__body {
    display: grid;
    gap: 10px;
}

.mbm-collections-hub__title {
    color: #3b4044;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.25;
}

.mbm-collections-hub__text {
    color: #59606b;
    font-size: 15px;
    line-height: 1.55;
}

.mbm-collections-hub__cta {
    color: #008cf4;
    font-size: 14px;
    font-weight: 700;
}

.mbm-collections-hub__card-link:hover .mbm-collections-hub__cta,
.mbm-collections-hub__card-link:focus-visible .mbm-collections-hub__cta {
    text-decoration: underline;
}

.mbm-collection-archive__product-card {
    overflow: hidden;
}

.mbm-collection-archive__product-visual {
    background: linear-gradient(180deg, #f8fbff, #f1f6ff);
    padding: 18px;
}

.mbm-collection-archive__product-image {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.mbm-collection-archive__product-body {
    padding: 22px;
}

.mbm-collection-archive__product-body h3 {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.3;
}

.mbm-collection-archive__product-body p {
    margin: 0 0 14px;
    color: #59606b;
    font-size: 15px;
}

.mbm-collection-archive__price-row {
    margin-bottom: 16px;
}

.mbm-collection-archive__price-row .price,
.mbm-collection-archive__price-row .woocommerce-Price-amount {
    color: #dd14dd;
    font-weight: 700;
}

.mbm-collection-archive__product-actions {
    display: flex;
    gap: 10px;
}

.mbm-collection-archive__mini-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
}

.mbm-collection-archive__mini-btn--primary {
    color: #ffffff;
    background: linear-gradient(135deg, #dd14dd, #008cf4);
}

.mbm-collection-archive__mini-btn--secondary {
    color: #3b4044;
    background: #f4f6fb;
}

.mbm-collection-archive__editorial-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: 24px;
}

.mbm-collection-archive__editorial-card,
.mbm-collection-archive__story-card {
    padding: 28px;
}

.mbm-collection-archive__editorial-card strong {
    display: inline-block;
    margin-bottom: 10px;
    color: #008cf4;
}

.mbm-collection-archive__editorial-card h3,
.mbm-collection-archive__story-card h3 {
    margin: 0 0 16px;
    font-size: 26px;
    line-height: 1.15;
}

.mbm-collection-archive__editorial-card p,
.mbm-collection-archive__story-card p,
.mbm-collection-archive__faq-card p,
.mbm-collection-archive__nav-card p,
.mbm-collection-archive__collection-card p,
.mbm-collection-archive__guide-card p {
    margin: 0 0 14px;
    color: #59606b;
}

.mbm-collection-archive__quote {
    padding: 16px 18px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(221, 20, 221, 0.08), rgba(0, 140, 244, 0.08));
    color: #3b4044;
    font-weight: 600;
}

.mbm-collection-archive__link-blocks {
    display: grid;
    gap: 24px;
}

.mbm-collection-archive__link-block {
    display: grid;
    gap: 16px;
}

.mbm-collection-archive__link-block h3 {
    margin: 0;
    font-size: 28px;
    color: #3b4044;
}

.mbm-collection-archive__link-block > p {
    margin: 0;
    color: #59606b;
}

.mbm-collection-archive__inline-link {
    color: #008cf4;
    font-weight: 700;
    text-decoration: none;
}

.mbm-collection-archive__inline-link:hover,
.mbm-collection-archive__inline-link:focus-visible {
    text-decoration: underline;
}

.mbm-collection-archive__card-type,
.mbm-collection-archive__count-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(221, 20, 221, 0.08);
    color: #dd14dd;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.mbm-collection-archive__nav-card,
.mbm-collection-archive__collection-card,
.mbm-collection-archive__guide-card,
.mbm-collection-archive__faq-card {
    padding: 22px;
}

.mbm-collection-archive__nav-visual,
.mbm-collection-archive__collection-visual,
.mbm-collection-archive__guide-visual {
    margin: 14px 0 16px;
    border-radius: 20px;
    overflow: hidden;
}

.mbm-collection-archive__nav-visual {
    min-height: 160px;
    background: linear-gradient(135deg, rgba(221, 20, 221, 0.12), rgba(0, 140, 244, 0.18));
}

.mbm-collection-archive__nav-card.is-dog .mbm-collection-archive__nav-visual {
    background: linear-gradient(135deg, rgba(0, 140, 244, 0.22), rgba(221, 20, 221, 0.1));
}

.mbm-collection-archive__nav-card.is-cat .mbm-collection-archive__nav-visual {
    background: linear-gradient(135deg, rgba(221, 20, 221, 0.16), rgba(255, 196, 0, 0.12));
}

.mbm-collection-archive__collection-visual {
    position: relative;
    min-height: 180px;
    background: linear-gradient(180deg, #f8fbff, #eef4ff);
    padding: 18px;
}

.mbm-collection-archive__collection-visual img {
    width: 100%;
    height: 180px;
    object-fit: contain;
}

.mbm-collection-archive__count-pill {
    position: absolute;
    top: 16px;
    right: 16px;
}

.mbm-collection-archive__guide-visual {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(221, 20, 221, 0.12), rgba(0, 140, 244, 0.16));
    color: #3b4044;
    font-size: 22px;
    font-weight: 700;
}

.mbm-collection-archive__nav-card h3,
.mbm-collection-archive__collection-card h3,
.mbm-collection-archive__guide-card h3,
.mbm-collection-archive__faq-card h3 {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.25;
    color: #3b4044;
}

.mbm-collection-archive__faq-card {
    background: linear-gradient(180deg, #ffffff, #fafcff);
}

.mbm-collection-archive__listing-toolbar {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin: 0 auto 24px;
    width: min(1240px, calc(100% - 40px));
}

.mbm-collection-archive__filter-card {
    padding: 20px;
    border-radius: 22px;
    border: 1px solid rgba(59, 64, 68, 0.1);
    background: linear-gradient(180deg, #ffffff, #fafcff);
    box-shadow: 0 8px 24px rgba(59, 64, 68, 0.08);
}

.mbm-collection-archive__filter-card h3 {
    margin: 0 0 14px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #6b717a;
}

.mbm-collection-archive__toolbar-actions {
    display: grid;
    gap: 14px;
}

@media (max-width: 1024px) {
    .mbm-collection-archive__hero-grid,
    .mbm-collection-archive__editorial-grid,
    .mbm-collection-archive__featured-grid,
    .mbm-collection-archive__nav-grid,
    .mbm-collection-archive__collection-grid,
    .mbm-collection-archive__guide-grid,
    .mbm-collection-archive__faq-grid,
    .mbm-collections-hub__grid,
    .mbm-collection-archive__listing-toolbar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .mbm-collection-archive__hero-grid,
    .mbm-collection-archive__editorial-grid,
    .mbm-collection-archive__featured-grid,
    .mbm-collection-archive__nav-grid,
    .mbm-collection-archive__collection-grid,
    .mbm-collection-archive__guide-grid,
    .mbm-collection-archive__faq-grid,
    .mbm-collections-hub__grid,
    .mbm-collection-archive__listing-toolbar {
        grid-template-columns: 1fr;
    }

    .mbm-collection-archive__hero-copy,
    .mbm-collection-archive__hero-panel,
    .mbm-collection-archive__shell,
    .mbm-collection-archive__editorial-card,
    .mbm-collection-archive__story-card {
        padding: 22px;
    }

    .mbm-collection-archive__product-actions {
        flex-wrap: wrap;
    }
}
