.botiga-marketplace-home {
    background: transparent;
    padding: 0;
    width: 100%;
    max-width: none;
    color: #1f1f1f
}

#primary.botiga-marketplace-home.site-main {
    background: transparent;
    padding: 0 20px;
    width: 100%;
    max-width: none;
    margin: 0
}

.btg-mp-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto
}

.btg-mp-section {
    margin: 0 0 28px
}

.btg-mp-eyebrow {
    display: inline-block;
    margin-bottom: 9px;
    font-size: 11px;
    letter-spacing: .15em;
    text-transform: uppercase;
    font-weight: 800;
    color: #c98224
}

.btg-mp-section-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
    margin-bottom: 14px
}

.btg-mp-section-head h2 {
    margin: 0;
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.08;
    letter-spacing: -.03em
}

.btg-mp-section-link,
.btg-mp-text-link {
    color: #1f1f1f;
    text-decoration: none;
    font-weight: 700;
    white-space: nowrap
}

.btg-mp-section-link:hover,
.btg-mp-text-link:hover {
    text-decoration: underline
}

.btg-mp-welcome-card,
.btg-mp-about-card,
.btg-mp-product-card,
.btg-mp-seller-card,
.btg-mp-seller-row,
.btg-mp-compact-category {
    border: 1px solid #e9e1d5;
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 14px 34px rgba(34, 28, 20, .055)
}

.btg-mp-welcome-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    padding: 36px 40px;
    background: radial-gradient(circle at 85% 0, rgba(201, 130, 36, .13), transparent 30%), linear-gradient(135deg, #fff 0, #f7efe2 100%)
}

.btg-mp-welcome-card h1 {
    max-width: 820px;
    margin: 0;
    font-size: clamp(32px, 4.2vw, 58px);
    line-height: 1.02;
    letter-spacing: -.045em
}

.btg-mp-welcome-card p {
    max-width: 680px;
    margin: 14px 0 0;
    color: #625c53;
    font-size: 18px;
    line-height: 1.62
}

.btg-mp-welcome-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start
}

.btg-mp-welcome-actions .button,
.btg-mp-about-text .button,
.btg-mp-mini-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 20px;
    border-radius: 999px;
    background: #222;
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    border: 0
}

.btg-mp-mini-button {
    min-height: 38px;
    font-size: 13px;
    background: #f6f0e7;
    color: #222;
    border: 1px solid #eadfce
}

/* Carousel */
.btg-mp-carousel {
    position: relative;
    padding: 0;
    overflow: visible
}

.btg-mp-swiper {
    overflow: hidden;
    padding: 2px 4px 4px
}

.btg-mp-swiper:not(.swiper-initialized) .swiper-wrapper {
    display: flex;
    gap: 18px
}

.btg-mp-swiper:not(.swiper-initialized) .swiper-slide {
    flex: 0 0 calc(20% - 15px);
    min-width: 0
}

.btg-mp-product-card {
    overflow: hidden;
    height: 100%;
    transition: transform .2s ease, box-shadow .2s ease
}

.btg-mp-product-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 38px rgba(34, 28, 20, .1)
}

.btg-mp-product-thumb {
    display: block;
    position: relative;
    aspect-ratio: 1/1;
    background: #f1eadf;
    overflow: hidden
}

.btg-mp-product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .28s ease
}

.btg-mp-product-card:hover .btg-mp-product-thumb img {
    transform: scale(1.035)
}

.btg-mp-badge {
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 10px;
    display: inline-flex;
    padding: 7px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    color: #fff
}

.btg-mp-badge-sale {
    background: #d15a36
}

.btg-mp-badge-free {
    background: #74734e
}

.btg-mp-product-body {
    padding: 14px
}

.btg-mp-product-title {
    margin: 0 0 7px;
    font-size: 15px;
    line-height: 1.32;
    font-weight: 800
}

.btg-mp-product-title a {
    color: #1f1f1f;
    text-decoration: none
}

.btg-mp-product-store {
    font-size: 13px;
    margin-bottom: 8px;
    color: #746d62
}

.btg-mp-product-store a {
    color: inherit;
    text-decoration: none
}

.btg-mp-product-price {
    font-weight: 800;
    font-size: 14px
}

.btg-mp-product-price del {
    font-weight: 500;
    color: #8d8578;
    margin-right: 5px
}

.btg-mp-product-price ins {
    text-decoration: none;
    background: #fff3a6;
    padding: 1px 3px
}

.btg-mp-product-views {
    margin-top: 7px;
    font-size: 12px;
    color: #7b7469;
    display: none;
}

/* Carousel arrows as absolute overlay buttons */
.btg-mp-swiper-nav {
    position: static;
    margin: 0;
    pointer-events: none
}

.btg-mp-swiper-prev,
.btg-mp-swiper-next {
    position: absolute;
    top: 50%;
    z-index: 12;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    padding: 0;
    border-radius: 50%;
    border: 1px solid #e3d9c9;
    background: #fff;
    color: transparent;
    font-size: 0;
    line-height: 1;
    cursor: pointer;
    pointer-events: auto;
    box-shadow: 0 12px 28px rgba(34, 28, 20, .14);
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease, opacity .18s ease
}

.btg-mp-swiper-prev {
    left: -31px;
    transform: translateY(-50%)
}

.btg-mp-swiper-next {
    right: -31px;
    transform: translateY(-50%)
}

.btg-mp-swiper-prev:before,
.btg-mp-swiper-next:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-top: 3px solid #222;
    border-right: 3px solid #222
}

.btg-mp-swiper-prev:before {
    transform: rotate(-135deg);
    margin-left: 5px
}

.btg-mp-swiper-next:before {
    transform: rotate(45deg);
    margin-right: 5px
}

.btg-mp-swiper-prev:hover,
.btg-mp-swiper-next:hover {
    background: #fbf7ef;
    box-shadow: 0 16px 32px rgba(34, 28, 20, .18)
}

.btg-mp-swiper-prev:hover {
    transform: translateY(-50%) scale(1.05)
}

.btg-mp-swiper-next:hover {
    transform: translateY(-50%) scale(1.05)
}

.btg-mp-swiper-prev:active {
    transform: translateY(-50%) scale(.96)
}

.btg-mp-swiper-next:active {
    transform: translateY(-50%) scale(.96)
}

.btg-mp-swiper-prev.swiper-button-disabled,
.btg-mp-swiper-next.swiper-button-disabled {
    opacity: .28;
    cursor: not-allowed
}

.btg-mp-compact-categories {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px
}

.btg-mp-compact-category {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 5px;
    padding: 16px 10px;
    text-decoration: none;
    color: #1f1f1f;
    transition: transform .2s ease, box-shadow .2s ease
}

.btg-mp-compact-category:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(34, 28, 20, .08)
}

.btg-mp-compact-category-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 999px;
    background: #fbf7ef;
    border: 1px solid #e9dfd1;
    color: #a8763c;
    font-size: 22px
}

.btg-mp-compact-category strong {
    font-size: 14px;
    line-height: 1.2
}

.btg-mp-compact-category small {
    font-size: 12px;
    color: #777064
}

.btg-mp-sellers-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px
}

.btg-mp-seller-card {
    overflow: hidden
}

.btg-mp-seller-banner {
    display: block;
    aspect-ratio: 16/7;
    background: linear-gradient(135deg, #e9ded0, #faf5ed);
    overflow: hidden
}

.btg-mp-seller-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.btg-mp-seller-body {
    padding: 16px
}

.btg-mp-seller-body h3 {
    margin: 0 0 8px;
    font-size: 18px
}

.btg-mp-seller-body h3 a {
    color: #1f1f1f;
    text-decoration: none
}

.btg-mp-seller-meta {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 12px;
    font-size: 13px;
    color: #6d665c
}

.btg-mp-stars {
    display: inline-flex;
    gap: 1px
}

.btg-mp-stars .star {
    font-size: 13px;
    color: #ddd1bd
}

.btg-mp-stars .star.full {
    color: #f0a000
}

.btg-mp-sellers-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px
}

.btg-mp-seller-row {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 13px;
    text-decoration: none;
    color: #1f1f1f
}

.btg-mp-seller-row strong {
    display: block;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.btg-mp-seller-row small {
    display: block;
    color: #736c62;
    font-size: 12px;
    margin-top: 3px
}

.btg-mp-seller-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #f4eadb;
    color: #9a6c38;
    font-weight: 900
}

.btg-mp-row-arrow {
    font-weight: 900;
    color: #b07c3c
}

.btg-mp-about-card {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr) 280px;
    gap: 28px;
    align-items: center;
    padding: 28px;
    background: #fff
}

.btg-mp-about-art {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 190px;
    border-radius: 20px;
    background: radial-gradient(circle at 30% 30%, #dad6bf, transparent 36%), linear-gradient(135deg, #f4eadb, #fff)
}

.btg-mp-about-art span {
    font-size: 72px;
    color: #9d855f
}

.btg-mp-about-text h2 {
    margin: 0;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.08;
    letter-spacing: -.035em
}

.btg-mp-about-text p,
.btg-mp-support-box p {
    color: #625c53;
    line-height: 1.62
}

.btg-mp-support-box {
    padding: 26px;
    border-left: 1px solid #eadfce
}

.btg-mp-support-icon {
    font-size: 54px;
    line-height: 1;
    margin-bottom: 12px
}

.btg-mp-support-box h3 {
    margin: 0 0 6px
}

.btg-mp-free-section .btg-mp-product-card {
    background: #fffdf8
}

@media(max-width:1199px) {
    .btg-mp-compact-categories {
        grid-template-columns: repeat(4, 1fr)
    }

    .btg-mp-sellers-grid,
    .btg-mp-sellers-list {
        grid-template-columns: repeat(2, 1fr)
    }

    .btg-mp-about-card {
        grid-template-columns: 1fr
    }
}

@media(max-width:767px) {
    .btg-mp-section-head {
        align-items: flex-start;
        flex-direction: column
    }

    .btg-mp-welcome-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 26px
    }

    .btg-mp-welcome-actions {
        width: 100%
    }

    .btg-mp-welcome-actions .button {
        width: 100%
    }

    .btg-mp-compact-categories {
        grid-template-columns: repeat(2, 1fr)
    }

    .btg-mp-sellers-grid,
    .btg-mp-sellers-list {
        grid-template-columns: 1fr
    }

    .btg-mp-support-box {
        border-left: 0;
        border-top: 1px solid #eadfce;
        padding-left: 0
    }

    .btg-mp-about-card {
        padding: 20px
    }

    .btg-mp-swiper:not(.swiper-initialized) .swiper-slide {
        flex-basis: 75%
    }
}

/* All-time seller cards: bigger Etsy-style cards */
.btg-mp-sellers-all-time .btg-mp-seller-card-wide {
    overflow: hidden;
    display: flex;
    flex-direction: column
}

.btg-mp-sellers-all-time .btg-mp-seller-banner {
    aspect-ratio: 16/8;
    background: #f3eadc
}

.btg-mp-seller-products-count {
    margin: 0 0 12px;
    font-size: 14px;
    color: #6d665c
}

.btg-mp-seller-products-preview {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin: 0 0 14px
}

.btg-mp-seller-preview-item {
    display: block;
    aspect-ratio: 1/1;
    border-radius: 12px;
    overflow: hidden;
    background: #f4eee4
}

.btg-mp-seller-preview-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.btg-mp-seller-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    border-radius: 999px;
    background: #222;
    color: #fff;
    text-decoration: none;
    font-weight: 800
}

.btg-mp-seller-link:hover {
    color: #fff;
    opacity: .92
}

.btg-mp-deals-section .btg-mp-product-card {
    background: #fffaf5
}

@media(max-width:767px) {

    .btg-mp-swiper-prev,
    .btg-mp-swiper-next {
        display: none
    }
}

