/* =========================================================
   FASHIONSTORE — MINIMAL TEMPLATE
   Template scope: body.fashionstore-template-minimal
   Palette: White + Charcoal
   ========================================================= */

body.fashionstore-template-minimal {
    --minimal-white: #ffffff;
    --minimal-charcoal: #171717;
    --minimal-ink: #252525;
    --minimal-muted: #6f6f6f;
    --minimal-border: #e7e7e7;
    --minimal-soft: #f7f7f7;
    --minimal-dark-soft: #eeeeee;
    background: var(--minimal-white);
    color: var(--minimal-charcoal);
    -webkit-font-smoothing: antialiased;
}

/* Typography */
body.fashionstore-template-minimal h1,
body.fashionstore-template-minimal h2,
body.fashionstore-template-minimal h3,
body.fashionstore-template-minimal h4 {
    font-family: Arial, Helvetica, sans-serif;
    color: var(--minimal-charcoal);
    letter-spacing: -.025em;
}

body.fashionstore-template-minimal p,
body.fashionstore-template-minimal li,
body.fashionstore-template-minimal a,
body.fashionstore-template-minimal button,
body.fashionstore-template-minimal input,
body.fashionstore-template-minimal select,
body.fashionstore-template-minimal textarea {
    font-family: Arial, Helvetica, sans-serif;
}

body.fashionstore-template-minimal a {
    color: var(--minimal-charcoal);
}

body.fashionstore-template-minimal ::selection {
    background: var(--minimal-charcoal);
    color: #fff;
}

/* Header */
body.fashionstore-template-minimal .announcement-bar {
    background: var(--minimal-charcoal);
    color: #fff;
    padding: 8px 12px;
    font-size: .68rem;
    letter-spacing: .16em;
    text-transform: uppercase;
}

body.fashionstore-template-minimal .site-header {
    background: #fff;
    border-bottom: 1px solid var(--minimal-border);
    box-shadow: none;
}

body.fashionstore-template-minimal .header-inner {
    min-height: 76px;
}

body.fashionstore-template-minimal .logo {
    color: var(--minimal-charcoal);
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: -.06em;
}

body.fashionstore-template-minimal .main-nav {
    gap: 1.75rem;
}

body.fashionstore-template-minimal .main-nav a {
    color: var(--minimal-charcoal);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-decoration: none;
}

body.fashionstore-template-minimal .main-nav a:hover {
    color: var(--minimal-muted);
}

body.fashionstore-template-minimal .header-actions {
    gap: 1rem;
}

body.fashionstore-template-minimal .cart-count {
    background: var(--minimal-charcoal);
    color: #fff;
}

/* Hero */
body.fashionstore-template-minimal .fashionstore-hero-slider,
body.fashionstore-template-minimal .fashionstore-slides {
    min-height: 600px;
    background: #fff;
}

body.fashionstore-template-minimal .fashionstore-slide {
    background-color: #fff;
}

body.fashionstore-template-minimal .fashionstore-slide-overlay {
    background: rgba(255,255,255,.22);
}

body.fashionstore-template-minimal .fashionstore-slide .hero-content {
    max-width: 760px;
}

body.fashionstore-template-minimal .fashionstore-slide .hero-content h1,
body.fashionstore-template-minimal .hero h1 {
    color: var(--minimal-charcoal);
    font-size: clamp(2.5rem, 6vw, 5.2rem);
    font-weight: 800;
    line-height: .98;
    letter-spacing: -.065em;
    text-transform: uppercase;
}

body.fashionstore-template-minimal .fashionstore-slide .hero-content p,
body.fashionstore-template-minimal .hero p {
    color: var(--minimal-muted);
    font-size: .85rem;
    letter-spacing: .18em;
    line-height: 1.7;
    text-transform: uppercase;
}

body.fashionstore-template-minimal .fashionstore-slide .hero-content .btn,
body.fashionstore-template-minimal .hero a,
body.fashionstore-template-minimal .hero button {
    border-radius: 0;
    background: var(--minimal-charcoal);
    border: 1px solid var(--minimal-charcoal);
    color: #fff;
    box-shadow: none;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: .7rem;
    font-weight: 700;
}

body.fashionstore-template-minimal .fashionstore-slide .hero-content .btn:hover,
body.fashionstore-template-minimal .hero a:hover,
body.fashionstore-template-minimal .hero button:hover {
    background: #fff;
    color: var(--minimal-charcoal);
    border-color: var(--minimal-charcoal);
}

body.fashionstore-template-minimal .fashionstore-slider-arrow {
    width: 42px;
    height: 42px;
    border: 1px solid var(--minimal-border);
    border-radius: 0;
    background: rgba(255,255,255,.94);
    color: var(--minimal-charcoal);
    box-shadow: none;
}

body.fashionstore-template-minimal .fashionstore-slider-arrow:hover {
    background: var(--minimal-charcoal);
    color: #fff;
}

body.fashionstore-template-minimal .fashionstore-slider-dots button {
    background: #cfcfcf;
    border-radius: 0;
}

body.fashionstore-template-minimal .fashionstore-slider-dots button.is-active {
    background: var(--minimal-charcoal);
    transform: scaleX(1.8);
}

/* Section headings */
body.fashionstore-template-minimal .home-shop-intro,
body.fashionstore-template-minimal .home-products-section,
body.fashionstore-template-minimal .categories-section,
body.fashionstore-template-minimal .features-section,
body.fashionstore-template-minimal .newsletter-section {
    background: #fff;
}

body.fashionstore-template-minimal .home-shop-intro {
    padding: 4.5rem 0 1.5rem;
}

body.fashionstore-template-minimal .home-shop-intro span {
    color: var(--minimal-muted);
    font-size: .65rem;
    letter-spacing: .2em;
}

body.fashionstore-template-minimal .home-shop-intro h2,
body.fashionstore-template-minimal .section-title {
    color: var(--minimal-charcoal);
    font-size: clamp(1.7rem, 3vw, 2.4rem);
    font-weight: 800;
    letter-spacing: -.04em;
}

body.fashionstore-template-minimal .home-shop-intro p,
body.fashionstore-template-minimal .section-subtitle {
    color: var(--minimal-muted);
}

/* Collection banner */
body.fashionstore-template-minimal .home-collection-banner-inner {
    border-radius: 0;
    background: var(--minimal-soft);
    border: 1px solid var(--minimal-border);
    box-shadow: none;
}

body.fashionstore-template-minimal .home-collection-banner-overlay {
    background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.88) 46%, rgba(255,255,255,.12) 100%);
}

body.fashionstore-template-minimal .home-collection-banner-content > span {
    color: var(--minimal-muted);
}

body.fashionstore-template-minimal .home-collection-banner-content h2 {
    color: var(--minimal-charcoal);
    font-weight: 800;
    letter-spacing: -.05em;
}

body.fashionstore-template-minimal .home-collection-banner-content p {
    color: var(--minimal-muted);
}

body.fashionstore-template-minimal .home-collection-banner-content .btn-large {
    background: var(--minimal-charcoal);
    color: #fff;
    border-radius: 0;
}

body.fashionstore-template-minimal .home-collection-banner-content .btn-large:hover {
    background: #fff;
    color: var(--minimal-charcoal);
    border: 1px solid var(--minimal-charcoal);
}

/* Product cards */
body.fashionstore-template-minimal .new-arrivals-section .product-card,
body.fashionstore-template-minimal .product-card {
    border: 1px solid var(--minimal-border);
    border-radius: 0;
    box-shadow: none;
    background: #fff;
}

body.fashionstore-template-minimal .new-arrivals-section .product-card:hover,
body.fashionstore-template-minimal .product-card:hover {
    transform: translateY(-2px);
    box-shadow: none;
    border-color: #cfcfcf;
}

body.fashionstore-template-minimal .new-arrivals-section .product-img-wrap,
body.fashionstore-template-minimal .product-img-wrap {
    background: var(--minimal-soft);
    border-radius: 0;
}

body.fashionstore-template-minimal .product-info {
    background: #fff;
}

body.fashionstore-template-minimal .product-category {
    color: var(--minimal-muted);
    letter-spacing: .12em;
}

body.fashionstore-template-minimal .product-title,
body.fashionstore-template-minimal .product-title a {
    color: var(--minimal-charcoal);
    font-weight: 700;
}

body.fashionstore-template-minimal .product-rating {
    color: var(--minimal-muted);
}

body.fashionstore-template-minimal .stars {
    color: var(--minimal-charcoal);
}

body.fashionstore-template-minimal .product-price {
    color: var(--minimal-charcoal);
    font-weight: 800;
}

body.fashionstore-template-minimal .old-price {
    color: #999;
}

body.fashionstore-template-minimal .badge {
    background: var(--minimal-charcoal);
    color: #fff;
    border-radius: 0;
}

body.fashionstore-template-minimal .product-wishlist {
    border: 1px solid var(--minimal-border);
    border-radius: 0;
    color: var(--minimal-charcoal);
    box-shadow: none;
}

body.fashionstore-template-minimal .product-wishlist:hover,
body.fashionstore-template-minimal .product-wishlist.active {
    color: #fff;
    background: var(--minimal-charcoal);
}

body.fashionstore-template-minimal .product-add-cart,
body.fashionstore-template-minimal .product-card .product-actions .btn-primary,
body.fashionstore-template-minimal .woocommerce a.button,
body.fashionstore-template-minimal .woocommerce button.button,
body.fashionstore-template-minimal .woocommerce input.button {
    background: var(--minimal-charcoal);
    color: #fff !important;
    border: 1px solid var(--minimal-charcoal);
    border-radius: 0;
    box-shadow: none;
}

body.fashionstore-template-minimal .product-add-cart:hover,
body.fashionstore-template-minimal .product-card .product-actions .btn-primary:hover,
body.fashionstore-template-minimal .woocommerce a.button:hover,
body.fashionstore-template-minimal .woocommerce button.button:hover,
body.fashionstore-template-minimal .woocommerce input.button:hover {
    background: #fff;
    color: var(--minimal-charcoal) !important;
}

body.fashionstore-template-minimal .product-out-stock {
    border-radius: 0;
    color: var(--minimal-muted);
    border-color: var(--minimal-border);
}

/* Generic cards / features */
body.fashionstore-template-minimal .feature-card,
body.fashionstore-template-minimal .category-card,
body.fashionstore-template-minimal .experience-card,
body.fashionstore-template-minimal .principle-card,
body.fashionstore-template-minimal .info-card,
body.fashionstore-template-minimal .doc-card,
body.fashionstore-template-minimal .req-card {
    border: 1px solid var(--minimal-border);
    border-radius: 0;
    box-shadow: none;
    background: #fff;
}

body.fashionstore-template-minimal .feature-card:hover,
body.fashionstore-template-minimal .category-card:hover {
    background: var(--minimal-charcoal);
    color: #fff;
    border-color: var(--minimal-charcoal);
}

body.fashionstore-template-minimal .category-card:hover h3,
body.fashionstore-template-minimal .category-card:hover i {
    color: #fff;
}

body.fashionstore-template-minimal .feature-num {
    color: var(--minimal-charcoal);
}

/* Newsletter */
body.fashionstore-template-minimal .newsletter-inline input {
    border: 1px solid var(--minimal-border);
    border-radius: 0;
    box-shadow: none;
}

body.fashionstore-template-minimal .newsletter-inline button {
    background: var(--minimal-charcoal);
    color: #fff;
    border-radius: 0;
}

/* WooCommerce pages */
body.fashionstore-template-minimal .fashionstore-wc-main {
    background: #fff;
}

body.fashionstore-template-minimal .woocommerce div.product .price,
body.fashionstore-template-minimal .woocommerce div.product p.price,
body.fashionstore-template-minimal .woocommerce div.product span.price {
    color: var(--minimal-charcoal);
}

body.fashionstore-template-minimal .woocommerce .quantity .qty,
body.fashionstore-template-minimal .woocommerce form .form-row input.input-text,
body.fashionstore-template-minimal .woocommerce form .form-row textarea,
body.fashionstore-template-minimal .woocommerce form .form-row select {
    border: 1px solid var(--minimal-border);
    border-radius: 0;
    background: #fff;
    box-shadow: none;
}

body.fashionstore-template-minimal .woocommerce-message,
body.fashionstore-template-minimal .woocommerce-info,
body.fashionstore-template-minimal .woocommerce-error {
    border-radius: 0;
    box-shadow: none;
}

/* Footer */
body.fashionstore-template-minimal footer {
    background: var(--minimal-charcoal);
    color: #fff;
    border-top: 0;
}

body.fashionstore-template-minimal footer a,
body.fashionstore-template-minimal footer p,
body.fashionstore-template-minimal footer h3,
body.fashionstore-template-minimal footer h4 {
    color: #fff;
}

/* Motion: restrained */
body.fashionstore-template-minimal button,
body.fashionstore-template-minimal a,
body.fashionstore-template-minimal .product-card {
    transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}

/* Mobile */
@media (max-width: 768px) {
    body.fashionstore-template-minimal .header-inner {
        min-height: 68px;
    }

    body.fashionstore-template-minimal .fashionstore-hero-slider,
    body.fashionstore-template-minimal .fashionstore-slides {
        min-height: 520px;
    }

    body.fashionstore-template-minimal .fashionstore-slide .hero-content h1,
    body.fashionstore-template-minimal .hero h1 {
        font-size: 2.5rem;
    }

    body.fashionstore-template-minimal .home-shop-intro {
        padding-top: 3rem;
    }

    body.fashionstore-template-minimal .home-collection-banner-overlay {
        background: rgba(255,255,255,.88);
    }
}

/* =========================================================
   MINIMAL — MARKETPLACE / OFFICIAL STORES
   Keep marketplace logos compact and aligned.
   ========================================================= */

body.fashionstore-template-minimal .marketplace-grid,
body.fashionstore-template-minimal .marketplaces,
body.fashionstore-template-minimal .marketplace-list,
body.fashionstore-template-minimal .marketplace-items {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    align-items: start;
}

body.fashionstore-template-minimal .marketplace-item,
body.fashionstore-template-minimal .marketplace-card,
body.fashionstore-template-minimal .marketplace-box,
body.fashionstore-template-minimal .marketplace-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    min-width: 0;
}

body.fashionstore-template-minimal .marketplace-item img,
body.fashionstore-template-minimal .marketplace-card img,
body.fashionstore-template-minimal .marketplace-box img,
body.fashionstore-template-minimal .marketplace-link img,
body.fashionstore-template-minimal [class*="marketplace"] img {
    display: block;
    width: 120px !important;
    height: 80px !important;
    max-width: 120px !important;
    max-height: 80px !important;
    object-fit: contain !important;
    margin: 0 auto 12px !important;
}

body.fashionstore-template-minimal .marketplace-item a,
body.fashionstore-template-minimal .marketplace-card a,
body.fashionstore-template-minimal .marketplace-box a,
body.fashionstore-template-minimal .marketplace-link a {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-decoration: none;
}

body.fashionstore-template-minimal .marketplace-item p,
body.fashionstore-template-minimal .marketplace-card p,
body.fashionstore-template-minimal .marketplace-box p,
body.fashionstore-template-minimal .marketplace-name,
body.fashionstore-template-minimal .marketplace-title {
    margin: 0;
    font-size: .78rem;
    line-height: 1.4;
    color: var(--minimal-charcoal);
}

@media (max-width: 768px) {
    body.fashionstore-template-minimal .marketplace-grid,
    body.fashionstore-template-minimal .marketplaces,
    body.fashionstore-template-minimal .marketplace-list,
    body.fashionstore-template-minimal .marketplace-items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }
}


/* =========================================================
   BOUTIQUE — PREMIUM MARKETPLACE SECTION
   ========================================================= */

body.fashionstore-template-boutique .marketplace-section {
    background: #f5efe8 !important;
    padding: 80px 0 !important;
    border-top: 1px solid #e5ddd4;
    border-bottom: 1px solid #e5ddd4;
}

body.fashionstore-template-boutique .marketplace-section > .container {
    background: #fffdfb !important;
    border: 1px solid #d9cec3 !important;
    padding: 60px 55px !important;
    position: relative;
    box-sizing: border-box;
}

/* aksen kecil di bagian atas frame */
body.fashionstore-template-boutique .marketplace-section > .container::before {
    content: "";
    display: block;
    width: 55px;
    height: 2px;
    background: #b89462;
    margin: 0 auto 32px;
}

/* HEADER */

body.fashionstore-template-boutique .marketplace-header {
    text-align: center !important;
    margin: 0 auto 42px !important;
    max-width: 700px;
}

body.fashionstore-template-boutique .marketplace-header .marketplace-kicker {
    display: block;
    font-size: 11px !important;
    letter-spacing: 3px !important;
    text-transform: uppercase;
    color: #9a8067 !important;
    margin-bottom: 12px;
}

body.fashionstore-template-boutique .marketplace-header h2 {
    margin: 0 0 14px !important;
    font-size: 30px !important;
    line-height: 1.25 !important;
    letter-spacing: 1px !important;
    font-weight: 600 !important;
    color: #302923 !important;
}

body.fashionstore-template-boutique .marketplace-header p {
    margin: 0 !important;
    color: #766b63 !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
}

/* MARKETPLACE GRID */

body.fashionstore-template-boutique .marketplace-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 18px !important;
    align-items: stretch !important;
}

/* KARTU */

body.fashionstore-template-boutique .marketplace-card {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;

    min-height: 170px !important;
    padding: 25px 15px !important;

    background: #ffffff !important;
    border: 1px solid #ddd4cc !important;

    text-decoration: none !important;
    color: #302923 !important;

    box-sizing: border-box;
    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease,
        background-color 0.3s ease;
}

/* LOGO */

body.fashionstore-template-boutique .marketplace-card .marketplace-logo {
    width: 80px !important;
    height: 80px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    margin-bottom: 15px !important;
}

body.fashionstore-template-boutique .marketplace-card .marketplace-logo img {
    display: block !important;

    width: 72px !important;
    height: 72px !important;

    max-width: 72px !important;
    max-height: 72px !important;

    object-fit: contain !important;
}

/* NAMA */

body.fashionstore-template-boutique .marketplace-card .marketplace-name {
    display: block !important;

    font-size: 11px !important;
    font-weight: 600 !important;

    letter-spacing: 1.5px !important;
    text-transform: uppercase;

    color: #40372f !important;
    text-align: center;
}

/* HOVER */

body.fashionstore-template-boutique .marketplace-card:hover {
    transform: translateY(-4px);

    border-color: #b89462 !important;

    background: #fffdf9 !important;

    box-shadow: 0 12px 30px rgba(60, 45, 35, 0.08) !important;
}

body.fashionstore-template-boutique .marketplace-card:hover .marketplace-name {
    color: #9a7645 !important;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 900px) {

    body.fashionstore-template-boutique .marketplace-section {
        padding: 60px 20px !important;
    }

    body.fashionstore-template-boutique .marketplace-section > .container {
        padding: 45px 30px !important;
    }

    body.fashionstore-template-boutique .marketplace-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 520px) {

    body.fashionstore-template-boutique .marketplace-section {
        padding: 45px 15px !important;
    }

    body.fashionstore-template-boutique .marketplace-section > .container {
        padding: 35px 18px !important;
    }

    body.fashionstore-template-boutique .marketplace-header h2 {
        font-size: 23px !important;
    }

    body.fashionstore-template-boutique .marketplace-header p {
        font-size: 13px !important;
    }

    body.fashionstore-template-boutique .marketplace-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
    }

    body.fashionstore-template-boutique .marketplace-card {
        min-height: 145px !important;
        padding: 18px 10px !important;
    }

    body.fashionstore-template-boutique .marketplace-card .marketplace-logo {
        width: 65px !important;
        height: 65px !important;
    }

    body.fashionstore-template-boutique .marketplace-card .marketplace-logo img {
        width: 58px !important;
        height: 58px !important;
        max-width: 58px !important;
        max-height: 58px !important;
    }
}


/* =========================================================
   MINIMAL — PREMIUM MARKETPLACE / OFFICIAL STORES
   Scope: Template Minimal saja
   ========================================================= */

body.fashionstore-template-minimal .marketplace-section {
    background: #f5f5f3 !important;
    padding: 78px 0 !important;
    border-top: 1px solid #e5e5e2;
    border-bottom: 1px solid #e5e5e2;
}

body.fashionstore-template-minimal .marketplace-section > .container {
    background: #ffffff !important;
    border: 1px solid #deded9 !important;
    padding: 58px 48px 46px !important;
    box-sizing: border-box;
    position: relative;
}

body.fashionstore-template-minimal .marketplace-section > .container::before {
    content: "";
    display: block;
    width: 46px;
    height: 2px;
    background: var(--minimal-charcoal);
    margin: 0 auto 28px;
}

body.fashionstore-template-minimal .marketplace-header {
    text-align: center !important;
    max-width: 680px;
    margin: 0 auto 38px !important;
}

body.fashionstore-template-minimal .marketplace-header .marketplace-kicker {
    display: block;
    margin-bottom: 10px;
    color: var(--minimal-muted) !important;
    font-size: 10px !important;
    line-height: 1.2;
    letter-spacing: .28em !important;
    text-transform: uppercase;
}

body.fashionstore-template-minimal .marketplace-header h2 {
    margin: 0 0 12px !important;
    color: var(--minimal-charcoal) !important;
    font-size: clamp(1.45rem, 2.4vw, 2rem) !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
    letter-spacing: -.035em !important;
}

body.fashionstore-template-minimal .marketplace-header p {
    margin: 0;
    color: var(--minimal-muted) !important;
    font-size: .82rem;
    line-height: 1.7;
}

body.fashionstore-template-minimal .marketplace-grid,
body.fashionstore-template-minimal .marketplaces,
body.fashionstore-template-minimal .marketplace-list,
body.fashionstore-template-minimal .marketplace-items {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 14px !important;
    align-items: stretch !important;
}

body.fashionstore-template-minimal .marketplace-item,
body.fashionstore-template-minimal .marketplace-card,
body.fashionstore-template-minimal .marketplace-box,
body.fashionstore-template-minimal .marketplace-link {
    min-height: 128px;
    padding: 24px 14px 20px !important;
    box-sizing: border-box;
    background: #fff !important;
    border: 1px solid #deded9 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    transition:
        transform .22s ease,
        border-color .22s ease,
        box-shadow .22s ease,
        background-color .22s ease;
}

body.fashionstore-template-minimal .marketplace-item:hover,
body.fashionstore-template-minimal .marketplace-card:hover,
body.fashionstore-template-minimal .marketplace-box:hover,
body.fashionstore-template-minimal .marketplace-link:hover {
    transform: translateY(-3px);
    border-color: var(--minimal-charcoal) !important;
    box-shadow: 0 10px 24px rgba(23, 23, 23, .07) !important;
}

body.fashionstore-template-minimal .marketplace-item img,
body.fashionstore-template-minimal .marketplace-card img,
body.fashionstore-template-minimal .marketplace-box img,
body.fashionstore-template-minimal .marketplace-link img,
body.fashionstore-template-minimal [class*="marketplace"] img {
    width: 76px !important;
    height: 54px !important;
    max-width: 76px !important;
    max-height: 54px !important;
    object-fit: contain !important;
    margin: 0 auto 13px !important;
}

body.fashionstore-template-minimal .marketplace-item p,
body.fashionstore-template-minimal .marketplace-card p,
body.fashionstore-template-minimal .marketplace-box p,
body.fashionstore-template-minimal .marketplace-name,
body.fashionstore-template-minimal .marketplace-title {
    margin: 0 !important;
    color: var(--minimal-charcoal) !important;
    font-size: .66rem !important;
    line-height: 1.4 !important;
    font-weight: 700 !important;
    letter-spacing: .13em !important;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    body.fashionstore-template-minimal .marketplace-section {
        padding: 55px 16px !important;
    }

    body.fashionstore-template-minimal .marketplace-section > .container {
        padding: 44px 18px 28px !important;
    }

    body.fashionstore-template-minimal .marketplace-header {
        margin-bottom: 28px !important;
    }

    body.fashionstore-template-minimal .marketplace-grid,
    body.fashionstore-template-minimal .marketplaces,
    body.fashionstore-template-minimal .marketplace-list,
    body.fashionstore-template-minimal .marketplace-items {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }

    body.fashionstore-template-minimal .marketplace-item,
    body.fashionstore-template-minimal .marketplace-card,
    body.fashionstore-template-minimal .marketplace-box,
    body.fashionstore-template-minimal .marketplace-link {
        min-height: 116px;
        padding: 20px 10px 16px !important;
    }

    body.fashionstore-template-minimal .marketplace-item img,
    body.fashionstore-template-minimal .marketplace-card img,
    body.fashionstore-template-minimal .marketplace-box img,
    body.fashionstore-template-minimal .marketplace-link img,
    body.fashionstore-template-minimal [class*="marketplace"] img {
        width: 68px !important;
        height: 48px !important;
        max-width: 68px !important;
        max-height: 48px !important;
        margin-bottom: 10px !important;
    }
}
