.bimaco-home-v1-template .archive-header {
    display: none;
}

.bimaco-home-v1-template .site-content .col-full {
    max-width: inherit;
    padding: 0;
}

.bimaco-home-v1-template .site-content,
.bimaco-home-v1-template .site-main,
.bimaco-home-v1-template .content-area,
.bimaco-home-v1-template .site-content .col-full,
.bc-home-v1 {
    background-color: #f7f8f8;
}

.bimaco-home-v1-template .content-area {
    clear: both;
    width: 100%;
}

.bc-home-v1 {
    --bc-color-page: #f7f8f8;
    --bc-color-pink: #ec008c;
    --bc-color-blue: #00aeef;
    --bc-color-text: #444444;
    --bc-color-text-strong: #222222;
    --bc-color-border: #ece7ef;
    --bc-color-surface: #ffffff;
    --bc-color-surface-muted: #f7f5fa;
    --bc-color-shadow: rgba(24, 31, 56, 0.1);
    --bc-hero-bg: #e3e5f1;
    --bc-shadow-card: 0 18px 44px var(--bc-color-shadow);
    --bc-shadow-soft: 0 12px 28px rgba(24, 31, 56, 0.08);
    --bc-radius-card: 28px;
    --bc-radius-media: 22px;
    --bc-radius-pill: 999px;
    --bc-section-space: 80px;
    --bc-section-gap: 32px;
    background-color: var(--bc-color-page);
    color: var(--bc-color-text);
    font-family: "Aller", "Segoe UI", sans-serif;
    line-height: 1.6;
}

.bc-home-v1,
.bc-home-v1 *,
.bc-home-v1 *::before,
.bc-home-v1 *::after {
    box-sizing: border-box;
}

.bc-home-v1 a {
    color: inherit;
    text-decoration: none;
}

.bc-home-v1 img {
    display: block;
    height: auto;
    max-width: 100%;
}

.bc-home-v1 button {
    font: inherit;
}

.bc-home-v1 .bc-container {
    margin: 0 auto;
    max-width: 1240px;
    padding: 0 20px;
}

.bc-home-v1 .bc-home-section {
    padding-top: var(--bc-section-space);
}

.bc-home-v1 .bc-home-section--campaign {
    padding-top: 10px;
}

.bc-home-v1 .bc-home-section--last {
    padding-bottom: calc(var(--bc-section-space) + 28px);
}

.bc-home-v1 .bc-section-headers {
    margin-bottom: 44px;
    text-align: center;
}

.bc-home-v1 .bc-section-headers--wide {
    margin-bottom: 72px;
}

.bc-home-v1 .bc-main-heading,
.bc-home-v1 .bc-sub-heading,
.bc-home-v1 .bc-card-title,
.bc-home-v1 .bc-hero-title {
    font-family: "Aller", "Segoe UI", sans-serif;
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 0.92;
    margin: 0;
    text-transform: lowercase;
}

.bc-home-v1 .bc-main-heading {
    color: var(--bc-color-pink);
    font-size: clamp(2.4rem, 5vw, 3.2rem);
    margin-bottom: 14px;
}

.bc-home-v1 .bc-main-heading--dark {
    color: var(--bc-color-text-strong);
}

.bc-home-v1 .bc-sub-heading {
    color: var(--bc-color-blue);
    font-size: clamp(1.45rem, 3vw, 2rem);
    line-height: 1.08;
    margin: 0 auto;
    max-width: 62rem;
}

.bc-home-v1 .bc-section-note {
    color: var(--bc-color-text);
    font-size: 15px;
    line-height: 1.7;
    margin: 10px auto 0;
    max-width: 600px;
}

.bc-home-v1 .bc-pink-btn,
.bc-home-v1 .bc-btn-outline {
    align-items: center;
    border: 2px solid transparent;
    border-radius: var(--bc-radius-pill);
    display: inline-flex;
    font-size: 16px;
    font-weight: 700;
    justify-content: center;
    min-height: 52px;
    padding: 0 30px;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.bc-home-v1 .bc-pink-btn {
    background-color: var(--bc-color-pink);
    box-shadow: 0 12px 28px rgba(236, 0, 140, 0.24);
    color: #ffffff !important;
}

.bc-home-v1 .bc-pink-btn:hover {
    background-color: #c80176;
    color: #ffffff !important;
    transform: translateY(-1px);
}

.bc-home-v1 .bc-hero-content .bc-pink-btn {
    border-radius: 10px;
    box-shadow: none;
    font-size: 16px;
    min-height: 58px;
    padding: 0 28px;
}

.bc-home-v1 .bc-hero-content .bc-pink-btn:hover {
    box-shadow: none;
    transform: none;
}

.bc-home-v1 .bc-btn-outline {
    background-color: #ffffff;
    border-color: var(--bc-color-pink);
    border-width: 2px;
    border-radius: 12px;
    color: var(--bc-color-pink);
    min-height: 56px;
    padding: 0 26px;
}

.bc-home-v1 .bc-btn-outline:hover {
    background-color: var(--bc-color-pink);
    color: #ffffff;
}

.bc-home-v1 .bc-hero-wrap {
    background-color: var(--bc-hero-bg);
    padding: 56px 0 0;
}

.bc-home-v1 .bc-hero-grid {
    align-items: center;
    display: grid;
    gap: clamp(28px, 4vw, 56px);
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.bc-home-v1 .bc-hero-content {
    padding: 24px 0;
}

.bc-home-v1 .bc-hero-title {
    color: var(--bc-color-pink);
    font-size: clamp(3rem, 6vw, 4.5rem);
    margin-bottom: 24px;
}

.bc-home-v1 .bc-hero-content p {
    color: #555555;
    font-size: clamp(1.1rem, 2.4vw, 1.4rem);
    margin: 0 0 34px;
    max-width: 33rem;
}

.bc-home-v1 .bc-hero-content .bc-hero-note {
    color: #555555;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    margin: 34px 0 0;
    max-width: none;
}

.bc-home-v1 .bc-hero-img {
    align-self: end;
}

.bc-home-v1 .bc-hero-img img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
}

.bc-home-v1 .bc-campaign-banner,
.bc-home-v1 .bc-campaign-banner a {
    display: block;
}

.bc-home-v1 .bc-campaign-banner img {
    border-radius: 0;
    width: 100%;
}

.bc-home-v1 .bc-toys-row {
    align-items: stretch;
    display: grid;
    gap: var(--bc-section-gap);
}

.bc-home-v1 .bc-toys-row--feature {
    grid-template-columns: minmax(300px, 430px) minmax(0, 1fr);
}

.bc-home-v1 .bc-toys-row--split {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.bc-home-v1 .bc-banner-box,
.bc-home-v1 .bc-banner-box a {
    display: block;
    height: 100%;
}

.bc-home-v1 .bc-banner-image {
    border-radius: 0 !important;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.bc-home-v1 .bc-toys-main-card {
    background-color: var(--bc-color-surface);
    border: 1px solid var(--bc-color-border);
    border-radius: var(--bc-radius-card);
    box-shadow: var(--bc-shadow-card);
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
    min-height: 100%;
    overflow: hidden;
}

.bc-home-v1 .bc-toys-left-side {
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding: 38px 34px;
}

.bc-home-v1 .bc-top-content {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.bc-home-v1 .bc-bottom-content {
    margin-top: auto;
}

.bc-home-v1 .bc-card-title {
    color: var(--bc-color-text-strong);
    font-size: clamp(2rem, 4vw, 2.75rem);
}

.bc-home-v1 .bc-tags-grid {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.bc-home-v1 .bc-tags-grid a {
    align-items: center;
    background-color: var(--bc-color-surface-muted);
    border: 1px solid #efedf3;
    border-radius: 20px;
    color: #4a4a4a;
    display: inline-flex;
    font-size: 14px;
    justify-content: flex-start;
    line-height: 1.2;
    max-width: 100%;
    padding: 8px 16px;
    white-space: nowrap;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.bc-home-v1 .bc-tags-grid a:hover {
    background-color: #fdf1f8;
    border-color: rgba(236, 0, 140, 0.24);
    color: var(--bc-color-pink);
}

.bc-home-v1 .bc-toys-right-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 320px;
}

.bc-home-v1 .bc-toys-right-img--toys {
    background-image: url("https://bimaco.net/wp-content/uploads/2025/04/345223523-1.jpg");
}

.bc-home-v1 .bc-toys-right-img--new {
    background-image: url("https://bimaco.net/wp-content/uploads/2025/07/beba-suprise-43524-1.jpg");
}

.bc-home-v1 .bc-toys-right-img--baby {
    background-image: url("https://bimaco.net/wp-content/uploads/2025/07/beba-435623-1.jpg");
}

.bc-home-v1 .bc-toys-right-img--sport {
    background-image: url("https://bimaco.net/wp-content/uploads/2025/07/djevojcica-biciklo-4536-1.jpg");
}

.bc-home-v1 .bc-woo-sim,
.bc-home-v1 .bc-woo-sim .woocommerce {
    height: 100%;
}

.bc-home-v1 .bc-woo-sim ul.products,
.bc-home-v1 .bc-woo-sim .bc-home-blog-list {
    margin-bottom: 0;
}

.bc-home-v1 .bc-home-section--brands {
    overflow: hidden;
}

.bc-home-v1 .carousel-container {
    align-items: center;
    display: flex;
    margin: 0 auto;
    max-width: 1240px;
    padding: 0 20px;
    position: relative;
    width: 100%;
}

.bc-home-v1 .carousel {
    -webkit-overflow-scrolling: touch;
    display: flex;
    gap: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 0 8px;
    scroll-behavior: smooth;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    width: 100%;
}

.bc-home-v1 .carousel::-webkit-scrollbar {
    display: none;
}

.bc-home-v1 .carousel a {
    color: var(--bc-color-text-strong);
    display: block;
    flex: 0 0 clamp(280px, 29vw, 400px);
    scroll-snap-align: start;
}

.bc-home-v1 .carousel img {
    border-radius: var(--bc-radius-media);
    box-shadow: var(--bc-shadow-soft);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    width: 100%;
}

.bc-home-v1 .carousel img:hover {
    box-shadow: 0 16px 34px rgba(24, 31, 56, 0.12);
    transform: translateY(-2px);
}

.bc-home-v1 .carousel-button {
    align-items: center;
    background-color: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(34, 34, 34, 0.08);
    border-radius: 50%;
    box-shadow: var(--bc-shadow-soft);
    cursor: pointer;
    display: flex;
    height: 48px;
    justify-content: center;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
    width: 48px;
    z-index: 2;
}

.bc-home-v1 .carousel-button:hover {
    background-color: #ffffff;
    box-shadow: 0 16px 34px rgba(24, 31, 56, 0.12);
}

.bc-home-v1 .carousel-button.left {
    left: 10px;
}

.bc-home-v1 .carousel-button.right {
    right: 10px;
}

.bc-home-v1 .carousel-button svg {
    fill: #333333;
    height: 24px;
    width: 24px;
}

.bc-home-v1 .bc-age-grid-row {
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0;
}

.bc-home-v1 .bc-age-block {
    color: var(--bc-color-text);
    display: flex;
    flex-direction: column;
    gap: 14px;
    text-align: center;
}

.bc-home-v1 .bc-age-img-container {
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    box-shadow: var(--bc-shadow-soft);
    margin: 0 auto;
    max-width: 270px;
    overflow: hidden;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    width: 100%;
}

.bc-home-v1 .bc-age-block:hover .bc-age-img-container {
    box-shadow: 0 16px 34px rgba(24, 31, 56, 0.12);
    transform: translateY(-2px);
}

.bc-home-v1 .bc-age-block img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.bc-home-v1 .bc-age-block h3 {
    color: #555555;
    font-size: 17px;
    font-weight: 700;
    margin: 0;
    text-transform: none;
}

.bc-home-v1 .bc-usp-section {
    text-align: center;
}

.bc-home-v1 .bc-usp-desc {
    color: #555555;
    font-size: 15px;
    line-height: 1.8;
    margin: 24px auto 0;
    max-width: 900px;
}

.bc-home-v1 .bc-usp-desc strong {
    color: var(--bc-color-text-strong);
}

.bc-home-v1 .bc-usp-grid-layout {
    display: grid;
    gap: var(--bc-section-gap);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 56px;
}

.bc-home-v1 .bc-usp-item-unit {
    background-color: var(--bc-color-surface);
    border: 1px solid var(--bc-color-border);
    border-radius: var(--bc-radius-card);
    box-shadow: var(--bc-shadow-soft);
    padding: 32px 26px;
    text-align: center;
}

.bc-home-v1 .bc-usp-icon {
    display: block;
    height: 60px;
    margin: 0 auto 24px;
    object-fit: contain;
}

.bc-home-v1 .bc-usp-item-unit h4 {
    color: var(--bc-color-text-strong);
    font-family: "Aller", "Segoe UI", sans-serif;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: -0.02em;
    margin: 0 0 18px;
}

.bc-home-v1 .bc-usp-item-unit p {
    color: #666666;
    font-size: 14px;
    line-height: 1.75;
    margin: 0;
}

.bc-home-v1 .bc-usp-item-unit p strong {
    color: var(--bc-color-text-strong);
}

.bc-home-v1 .bc-testi-section-wrap {
    display: flex;
    flex-direction: column;
    gap: 120px;
}

.bc-home-v1 .bc-testi-row {
    align-items: center;
    display: flex;
    gap: 56px;
    justify-content: space-between;
}

.bc-home-v1 .bc-testi-row.bc-testi-reverse {
    flex-direction: row-reverse;
}

.bc-home-v1 .bc-testi-text-part {
    flex: 0 0 40%;
    max-width: 40%;
}

.bc-home-v1 .bc-testi-image-part {
    flex: 0 0 52%;
    max-width: 52%;
    position: relative;
    z-index: 1;
}

.bc-home-v1 .bc-testi-image-part img {
    border-radius: 0;
    width: 100%;
}

.bc-home-v1 .bc-testi-image-part::after {
    background-color: #f8f4ec;
    content: "";
    height: 100%;
    position: absolute;
    top: 24px;
    width: 100%;
    z-index: -1;
}

.bc-home-v1 .bc-testi-row:not(.bc-testi-reverse) .bc-testi-image-part::after {
    left: 24px;
}

.bc-home-v1 .bc-testi-row.bc-testi-reverse .bc-testi-image-part::after {
    right: 24px;
}

.bc-home-v1 .bc-testi-text-part p {
    color: #333333;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.8;
    margin: 0 0 24px;
}

.bc-home-v1 .bc-author-name {
    color: #666666;
    display: inline-block;
    font-size: 14px;
}

.bc-home-v1 .bc-home-blog-list {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bc-home-v1 .bc-home-blog-card {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    box-shadow: var(--bc-shadow-soft);
    display: flex;
    flex-direction: column;
    height: 100%;
    min-width: 0;
    overflow: hidden;
}

.bc-home-v1 .bc-home-blog-thumb {
    aspect-ratio: 16 / 10;
    background: linear-gradient(135deg, #f2ecf7 0%, #e9f8fd 100%);
    display: block;
    overflow: hidden;
}

.bc-home-v1 .bc-home-blog-image,
.bc-home-v1 .bc-home-blog-thumb-fallback {
    display: block;
    height: 100%;
    width: 100%;
}

.bc-home-v1 .bc-home-blog-image {
    object-fit: cover;
    transition: transform 0.25s ease;
}

.bc-home-v1 .bc-home-blog-card:hover .bc-home-blog-image {
    transform: scale(1.03);
}

.bc-home-v1 .bc-home-blog-thumb-fallback {
    align-items: center;
    color: var(--bc-color-text-strong);
    display: flex;
    font-size: 18px;
    font-weight: 700;
    justify-content: center;
    line-height: 1.4;
    padding: 24px;
    text-align: center;
}

.bc-home-v1 .bc-home-blog-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 16px;
    padding: 22px 22px 24px;
}

.bc-home-v1 .bc-home-blog-title {
    font-family: "Aller", "Segoe UI", sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.2;
    margin: 0;
}

.bc-home-v1 .bc-home-blog-title a:hover {
    color: var(--bc-color-pink);
}

.bc-home-v1 .bc-home-blog-excerpt {
    color: #555555;
    display: -webkit-box;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.bc-home-v1 .bc-home-blog-link {
    color: var(--bc-color-pink);
    font-size: 15px;
    font-weight: 700;
    margin-top: auto;
}

.bc-home-v1 .bc-home-blog-link:hover {
    color: #c80176;
}

.bc-home-v1 .bc-home-blog-list {
    margin-bottom: 0;
}

@media (max-width: 1180px) {
    .bc-home-v1 .bc-toys-row--feature,
    .bc-home-v1 .bc-toys-row--split,
    .bc-home-v1 .bc-usp-grid-layout {
        grid-template-columns: 1fr;
    }

    .bc-home-v1 .bc-testi-row,
    .bc-home-v1 .bc-testi-row.bc-testi-reverse {
        flex-direction: column;
    }

    .bc-home-v1 .bc-testi-text-part,
    .bc-home-v1 .bc-testi-image-part {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .bimaco-home-v1-template .topbar-wrapper {
        display: none !important;
    }

    .bc-home-v1 {
        --bc-section-space: 56px;
    }

    .bc-home-v1 .bc-home-blog-list {
        display: flex;
        gap: 18px;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 0 2px 8px;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
    }

    .bc-home-v1 .bc-home-blog-list::-webkit-scrollbar {
        display: none;
    }

    .bc-home-v1 .bc-home-blog-card {
        flex: 0 0 min(84vw, 360px);
        scroll-snap-align: start;
    }

    .bc-home-v1 .bc-hero-grid {
        grid-template-columns: 1fr;
    }

    .bc-home-v1 .bc-hero-content {
        text-align: center;
    }

    .bc-home-v1 .bc-hero-content p {
        margin-left: auto;
        margin-right: auto;
    }

    .bc-home-v1 .bc-toys-main-card {
        display: flex;
        flex-direction: column-reverse;
    }

    .bc-home-v1 .bc-tags-grid {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 12px 14px;
    }

    .bc-home-v1 .bc-tags-grid a {
        font-size: 14px;
        justify-content: flex-start;
        min-height: 38px;
        padding: 0 16px;
        white-space: nowrap;
    }

    .bc-home-v1 .bc-toys-right-img {
        min-height: 320px;
    }

    .bc-home-v1 .bc-age-grid-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bc-home-v1 .bc-testi-section-wrap {
        gap: 80px;
    }

    .bc-home-v1 .bc-testi-image-part::after,
    .bc-home-v1 .bc-testi-row.bc-testi-reverse .bc-testi-image-part::after {
        left: 16px;
        right: auto;
        top: 16px;
        width: calc(100% - 16px);
    }

    .bc-home-v1 .carousel-button {
        display: none;
    }
}

@media (max-width: 767px) {
    .bc-home-v1 {
        --bc-section-space: 88px;
    }

    .bc-home-v1 .bc-home-blog-title {
        font-size: 20px;
    }

    .bc-home-v1 .bc-container {
        padding: 0 16px;
    }

    .bc-home-v1 .carousel-container {
        padding: 0 16px;
    }

    .bc-home-v1 .bc-hero-wrap {
        padding-bottom: 0;
    }

    .bc-home-v1 .bc-hero-img {
        margin-top: -10px;
    }

    .bc-home-v1 .bc-home-section--campaign {
        padding-top: 16px;
    }

    .bc-home-v1 .bc-home-section--campaign + .bc-home-section {
        padding-top: 72px;
    }

    .bc-home-v1 .bc-home-section + .bc-home-section {
        padding-top: 88px;
    }

    .bc-home-v1 .bc-section-headers {
        margin-bottom: 48px;
    }

    .bc-home-v1 .bc-toys-left-side {
        gap: 22px;
        padding: 32px 22px 24px;
    }

    .bc-home-v1 .bc-top-content {
        gap: 18px;
    }

    .bc-home-v1 .bc-toys-right-img {
        aspect-ratio: 1 / 1.08;
        background-position: center 10%;
        min-height: 0;
    }

    .bc-home-v1 .bc-toys-right-img--toys {
        background-position: center 14%;
    }

    .bc-home-v1 .bc-toys-right-img--new {
        background-position: center 12%;
    }

    .bc-home-v1 .bc-toys-right-img--baby {
        background-position: center 12%;
    }

    .bc-home-v1 .bc-toys-right-img--sport {
        background-position: center 2%;
    }

    .bc-home-v1 .bc-tags-grid a {
        font-size: 13px;
        min-height: 36px;
        padding: 0 14px;
    }

    .bc-home-v1 .bc-toys-main-card .bc-btn-outline {
        border-radius: 12px;
        font-family: "Aller", "Segoe UI", sans-serif;
        font-size: 14px;
        font-weight: 300;
        min-height: 48px;
        padding: 0 18px;
        width: auto;
    }

    .bc-home-v1 .bc-age-grid-row {
        gap: 20px;
        grid-template-columns: 1fr 1fr;
    }

    .bc-home-v1 .bc-usp-grid-layout {
        margin-top: 40px;
    }

    .bc-home-v1 .carousel {
        gap: 16px;
        padding: 0 0 8px;
    }

    .bc-home-v1 .carousel a {
        flex-basis: 78vw;
    }
}

@media (max-width: 540px) {
    .bc-home-v1 .bc-pink-btn,
    .bc-home-v1 .bc-btn-outline {
        width: 100%;
    }

    .bc-home-v1 .bc-hero-content .bc-pink-btn {
        min-width: 0;
        width: auto;
    }

    .bc-home-v1 .bc-age-grid-row {
        grid-template-columns: 1fr;
    }
}
