/* =========================================================
   BRAGGO SHOP CSS - CLEAN FINAL
   archive-product.php + content-product.php ile uyumlu
========================================================= */

/* =========================
   BASE LAYOUT
========================= */
.braggo-shop-layout {
    width: 100%;
    background: #e9e5e2;
}

.braggo-shop-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 34px 28px 72px;
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 34px;
    align-items: start;
}

.braggo-shop-sidebar {
    position: sticky;
    top: 24px;
    align-self: start;
    min-width: 0;
}

.braggo-shop-main {
    min-width: 0;
}

/* =========================
   HEADER
========================= */
.braggo-shop-header {
    margin-bottom: 10px;
}

.braggo-category-nav-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 14px;
    min-height: 24px;
}

.braggo-category-nav {
    flex: 1;
    min-width: 0;
}

.braggo-category-nav-next {
    text-align: right;
}

.braggo-category-nav a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #b5b5b5;
    text-decoration: none;
    font-size: 12px;
    line-height: 1.2;
    transition: color 0.2s ease;
}

.braggo-category-nav a:hover {
    color: #111;
}

.braggo-nav-arrow {
    font-size: 18px;
    line-height: 1;
}

.braggo-nav-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.braggo-nav-text small {
    font-size: 11px;
    color: #b8b8b8;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.braggo-nav-text strong {
    font-size: 12px;
    font-weight: 400;
    color: #9a9a9a;
}

.braggo-shop-title {
    margin: 0 0 8px;
    font-size: 64px;
    line-height: 0.95;
    font-weight: 400;
    letter-spacing: -0.04em;
    color: #111;
}

.braggo-shop-breadcrumb {
    margin-bottom: 12px;
    color: #b2b2b2;
    font-size: 13px;
    line-height: 1.4;
}

.braggo-shop-breadcrumb a {
    color: #9d9d9d;
    text-decoration: none;
}

.braggo-shop-breadcrumb a:hover {
    color: #111;
}

.braggo-breadcrumb-line {
    height: 1px;
    background: #e7e7e7;
    width: 100%;
}

/* =========================
   SIDEBAR - CATEGORY DETAIL
========================= */
.braggo-catalog-sidebar {
    border-right: 1px solid #ededed;
    padding-right: 18px;
}

.braggo-catalog-sidebar-head {
    margin-bottom: 14px;
}

.braggo-catalog-parent-title {
    margin-bottom: 8px;
}

.braggo-catalog-parent-title a {
    display: inline-block;
    color: #222;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.35;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 700;
}

.braggo-catalog-parent-title a:hover {
    color: #8a5a36;
}

.braggo-catalog-sidebar-tabs {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #b8b8b8;
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
}

.braggo-catalog-sidebar-tabs span {
    position: relative;
    line-height: 1;
}

.braggo-catalog-sidebar-tabs span.is-active,
.braggo-catalog-sidebar-tabs .is-active {
    color: #111;
    font-weight: 600;
}

.braggo-catalog-children {
    list-style: none;
    margin: 0;
    padding: 0;
}

.braggo-catalog-children li {
    margin: 0;
    padding: 0;
}

.braggo-catalog-children li a {
    display: block;
    padding: 8px 10px;
    text-decoration: none;
    color: #8b8b8b;
    font-size: 14px;
    line-height: 1.35;
    transition: all 0.2s ease;
}

.braggo-catalog-children li a:hover {
    color: #111;
    background: #f7f7f7;
}

.braggo-catalog-children li.is-active a {
    background: #111;
    color: #fff;
    font-weight: 500;
}

/* =========================
   SIDEBAR EXTRA
========================= */
.braggo-sidebar-extra {
    margin-top: 34px;
    padding-top: 12px;
}

.braggo-sidebar-extra-title {
    font-size: 10px;
    color: #b2b2b2;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
}

.braggo-marketplace-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    margin-bottom: 14px;
}

.braggo-marketplace-logos a {
    color: #9a9a9a;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 0.04em;
    transition: color 0.2s ease;
}

.braggo-marketplace-logos a:hover {
    color: #111;
}

.braggo-sidebar-social {
    display: flex;
    align-items: center;
    gap: 10px;
}

.braggo-social-icon {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #9a9a9a;
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
}

.braggo-social-icon:hover {
    color: #111;
    transform: translateY(-1px);
}

.braggo-social-icon svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

/* =========================
   TOPBAR - CLEAN FINAL
========================= */
.braggo-filter-label {
    font-size: 13px;
    color: #9e9e9e;
    font-style: italic;
    margin-right: 4px;
}

.braggo-style-filter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 58px;
    height: 28px;
    padding: 0 10px;
    border: 1px solid #ececec;
    background: #e9e5e2;
    color: #b8b8b8;
    text-decoration: none;
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: all 0.25s ease;
}

.braggo-style-filter:hover {
    border-color: #c9b197;
    color: #8a5a36;
}

.braggo-style-filter.is-active {
    background: #a66a3f;
    border-color: #a66a3f;
    color: #fff;
}



.braggo-shop-tabs .is-active {
    color: #111;
    font-weight: 600;
}

.braggo-shop-topbar {
    border-top: 1px solid #e8e8e8;
    margin: 0 0 14px;
    padding-top: 12px;
}

.braggo-tabs-row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 14px;
}

.braggo-shop-tabs {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin: 0;
    padding: 0;
    color: #bcbcbc;
    text-transform: uppercase;
    line-height: 1;
    position: relative;
}

.braggo-shop-tabs span {
    font-size: 15px;
    letter-spacing: 0.16em;
    line-height: 1;
    position: relative;
}


.braggo-shop-tabs .is-active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    height: 1px;
    background: #111;
}

.braggo-tab-separator {
    color: #cfcfcf;
    font-weight: 400;
    letter-spacing: 0;
}

.braggo-filters-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.braggo-style-filters {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    min-width: 0;
}


.braggo-products-grid-area {
    grid-column: 1;
    min-width: 0;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
}

.braggo-products-grid-area,
.braggo-products-grid-area .woocommerce,
.braggo-products-grid-area ul.products {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.braggo-vertical-colors {
    grid-column: 2;
    justify-self: end;
    align-self: start;
    position: sticky;
    top: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    min-width: 54px;
    margin: 0;
    padding: 0;
}


.braggo-vertical-colors-label {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 10px;
    color: #b7b7b7;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.braggo-selected-color-tag {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    border: 1px solid #dcdcdc;
    background: #fff;
    color: #666;
    font-size: 9px;
    line-height: 1;
    padding: 8px 6px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.braggo-vertical-colors-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.braggo-color-filter {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--braggo-color);
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: inline-block;
    text-decoration: none;
    position: relative;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    margin: 0;
}

.braggo-color-filter:hover {
    transform: scale(1.08);
}

.braggo-color-filter.is-active {
    box-shadow: 0 0 0 4px rgba(166, 106, 63, 0.18);
}

/* =========================
   PRODUCT GRID
========================= */
.woocommerce .woocommerce-notices-wrapper,
.woocommerce .woocommerce-notices-wrapper:empty,
.woocommerce-result-count,
.woocommerce-ordering {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.woocommerce ul.products,
.woocommerce-page ul.products {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    column-gap: 16px !important;
    row-gap: 16px !important;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
    display: none !important;
    content: none !important;
}

.woocommerce ul.products li.product,
.woocommerce ul.products li.product.braggo-product-card {
    list-style: none !important;
    margin: 0 !important;
    width: 100% !important;
    float: none !important;
    clear: none !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
}

/* =========================
   PRODUCT CARD
========================= */
.braggo-product-card .braggo-card-inner {
    position: relative;
    overflow: hidden;
    background: #e9e5e2;
    border: 1px solid #ececec;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.braggo-product-card .braggo-card-inner:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.braggo-card-image {
    display: block;
    position: relative;
    background: #fff;
    text-decoration: none;
}

.braggo-card-image {
    display: block;
    position: relative;
    background: #fff;
    text-decoration: none;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.braggo-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.braggo-card-hover {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.18);
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease;
    pointer-events: none;
    z-index: 2;
}

.braggo-card-inner:hover .braggo-card-hover {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.braggo-card-hover .button,
.braggo-card-hover .braggo-view-product {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    height: 42px;
    padding: 0 16px !important;
    margin: 0 !important;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 11px;
    border: none !important;
    border-radius: 0 !important;
    text-decoration: none !important;
    box-shadow: none !important;
    transition: all 0.25s ease;
    pointer-events: auto;
}

.braggo-card-hover .button {
    background: rgba(17, 17, 17, 0.92);
    color: #fff !important;
}

.braggo-card-hover .button:hover {
    background: #8a6a4a;
    color: #fff !important;
}

.braggo-card-hover .braggo-view-product {
    background: rgba(255, 255, 255, 0.95);
    color: #111 !important;
}

.braggo-card-hover .braggo-view-product:hover {
    background: #fff;
    color: #111 !important;
}

.braggo-card-meta {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
    padding: 16px 18px 18px;
    min-height: 86px;
    margin-top: 0;
}


.braggo-card-meta-left {
    flex: 1;
    min-width: 0;
}

.braggo-card-meta-right {
    text-align: right;
    white-space: nowrap;
}

.braggo-card-title {
    margin: 0 0 5px;
    font-size: 19px;
    line-height: 1.05;
    font-weight: 400;
    letter-spacing: -0.03em;
    color: #2a2a2a;
}

.braggo-card-title a {
    color: #2a2a2a;
    text-decoration: none;
}

.braggo-card-title a:hover {
    color: #8a5a36;
}

.braggo-card-subtext {
    font-size: 10px;
    color: #b1b1b1;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    line-height: 1.4;
}

.braggo-card-price,
.braggo-card-price .amount,
.braggo-card-price bdi {
    font-size: 16px;
    line-height: 1;
    color: #222;
    font-weight: 400;
    white-space: nowrap;
}

/* =========================
   EMPTY / INFO STATE
========================= */
.braggo-products-grid-area .woocommerce-info,
.braggo-products-grid-area .woocommerce-message,
.braggo-products-grid-area .woocommerce-error {
    margin-top: 0 !important;
    border: 1px solid #ececec !important;
    background: #e9e5e2!important;
    color: #666 !important;
    padding: 18px 20px !important;
    font-size: 14px !important;
    box-shadow: none !important;
}

/* =========================
   FALLBACK SIDEBAR (overview)
========================= */
.braggo-shop-sidebar-block {
    padding-top: 0;
}

.braggo-sidebar-group {
    border-bottom: 1px solid #ededed;
    padding: 0 0 16px;
    margin: 0 0 16px;
}

.braggo-sidebar-parent a {
    display: block;
    color: #2a2a2a;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 600;
    transition: color 0.2s ease;
}

.braggo-sidebar-parent a:hover {
    color: #9a6a3d;
}

.braggo-sidebar-children {
    list-style: none;
    margin: 14px 0 0;
    padding: 0;
}

.braggo-sidebar-children li {
    margin: 0;
    padding: 5px 0;
}

.braggo-sidebar-children li a {
    display: block;
    font-size: 15px;
    color: #8e8e8e;
    line-height: 1.45;
    text-decoration: none;
    transition: all 0.2s ease;
}

.braggo-sidebar-children li a:hover {
    color: #111;
    padding-left: 6px;
}

.braggo-sidebar-children li.is-active a {
    color: #111;
    font-weight: 500;
    padding-left: 10px;
    position: relative;
}

.braggo-sidebar-children li.is-active a::before {
    content: "";
    position: absolute;
    left: -4px;
    top: 50%;
    width: 8px;
    height: 1px;
    background: #111;
    transform: translateY(-50%);
}

/* =========================
   MOBILE
========================= */
@media (max-width: 991px) {
    .braggo-shop-container {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 24px 18px 56px;
    }

    .braggo-shop-sidebar {
        position: static;
        top: auto;
        padding-top: 0;
    }

    .braggo-catalog-sidebar {
        border-right: 0;
        padding-right: 0;
    }

    .braggo-category-nav-row {
        flex-direction: column;
        gap: 10px;
    }

    .braggo-category-nav-next {
        text-align: left;
    }

    .braggo-shop-title {
        font-size: 42px;
    }

    .braggo-shop-tabs {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        justify-content: flex-start;
        margin: 0 0 10px;
    }

    .braggo-shop-tabs::before,
    .braggo-shop-tabs::after {
        display: none;
    }

    .braggo-style-filters {
        margin-top: 0;
    }

    .braggo-products-grid-area {
        grid-column: auto;
    }

    .braggo-vertical-colors {
        grid-column: auto;
        justify-self: start;
        position: static;
        top: auto;
        flex-direction: row;
        align-items: center;
        min-width: 0;
        margin-bottom: 14px;
    }

    .braggo-vertical-colors-label,
    .braggo-selected-color-tag {
        writing-mode: initial;
        transform: none;
    }

    .braggo-vertical-colors-list {
        flex-direction: row;
    }

    .woocommerce ul.products,
    .woocommerce-page ul.products {
        grid-template-columns: 1fr !important;
    }
}
/* =========================
   TOPBAR - FINAL
========================= */
.braggo-shop-topbar {
    border-top: 1px solid #e8e8e8;
    margin: 0 0 18px;
    padding-top: 10px;
}

.braggo-tabs-row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 14px;
}

.braggo-shop-tabs {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 0;
    padding: 0;
    color: #bcbcbc;
    text-transform: uppercase;
    line-height: 1;
    position: relative;
}

.braggo-shop-tabs span {
    font-size: 18px;
    letter-spacing: 0.14em;
    line-height: 1;
    position: relative;
}

.braggo-shop-tabs .is-active {
    color: #111;
    font-weight: 600;
}

.braggo-shop-tabs .is-active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    height: 1px;
    background: #111;
}

.braggo-tab-separator {
    color: #cfcfcf;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 16px;
}

.braggo-filters-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.braggo-style-filters {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    min-width: 0;
}

/* =========================
   PRODUCT AREA
========================= */
.braggo-products-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 54px;
    gap: 18px;
    align-items: start;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
}

.braggo-products-grid-area {
    grid-column: 1;
    min-width: 0;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
}

.braggo-products-grid-area,
.braggo-products-grid-area .woocommerce,
.braggo-products-grid-area ul.products {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.braggo-vertical-colors {
    grid-column: 2;
    justify-self: end;
    align-self: start;
    position: sticky;
    top: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    min-width: 54px;
    margin: 0;
    padding: 0;
}
/* ========================================
   Braggo - Sidebar kategori ağacı
======================================== */

.braggo-cat-sidebar-wrap {
    width: 100%;
}

.braggo-cat-sidebar-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 16px;
    color: #111;
}

.braggo-cat-sidebar-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.braggo-cat-sidebar-list .braggo-cat-sidebar-list {
    padding-left: 14px;
    margin-top: 6px;
}

.braggo-cat-sidebar-list li {
    margin: 0 0 6px;
    padding: 0;
}

.braggo-cat-sidebar-list li a {
    display: block;
    text-decoration: none;
    color: #222;
    font-size: 14px;
    line-height: 1.4;
    padding: 9px 12px;
    border-radius: 0;
    transition: all 0.2s ease;
    background: transparent;
}

.braggo-cat-sidebar-list li a:hover {
    background: #f3f3f3;
    color: #000;
}

.braggo-cat-sidebar-list li.current-cat > a {
    background: #000;
    color: #fff;
    font-weight: 600;
}

.braggo-cat-sidebar-list li.current-cat-parent > a {
    font-weight: 600;
}

.braggo-cat-sidebar-list li.has-children > a {
    position: relative;
}
/* Tüm kategori ağacı */
.braggo-full-cat-tree {
    list-style: none;
    margin: 0;
    padding: 0;
}

.braggo-full-cat-tree .braggo-full-cat-tree {
    padding-left: 18px;
    margin-top: 6px;
}

.braggo-full-cat-tree li {
    margin: 0 0 6px;
    padding: 0;
}

.braggo-full-cat-tree li a {
    display: block;
    padding: 10px 12px;
    text-decoration: none;
    color: #111;
    font-size: 14px;
    line-height: 1.4;
    transition: all 0.2s ease;
}

.braggo-full-cat-tree li a:hover {
    background: #f3f3f3;
    color: #000;
}

.braggo-full-cat-tree li.is-active > a {
    background: #000;
    color: #fff;
}
.braggo-full-cat-tree {
    list-style: none;
    margin: 0;
    padding: 0;
}

.braggo-full-cat-tree .braggo-full-cat-tree {
    padding-left: 18px;
    margin-top: 6px;
}

.braggo-full-cat-tree li {
    margin: 0 0 6px;
    padding: 0;
}

.braggo-full-cat-tree li a {
    display: block;
    padding: 10px 12px;
    text-decoration: none;
    color: #111;
    font-size: 14px;
    line-height: 1.4;
    transition: all 0.2s ease;
}

.braggo-full-cat-tree li a:hover {
    background: #f3f3f3;
    color: #000;
}

.braggo-full-cat-tree li.is-active > a {
    background: #000;
    color: #fff;
}

.braggo-full-cat-tree li.is-parent-active > a {
    font-weight: 600;
}

.braggo-full-cat-tree li.has-children > a {
    position: relative;
}
/* Ana kategoriler altında ayraç çizgi */
.braggo-full-cat-tree > li {
    border-bottom: 1px solid rgba(0,0,0,0.08);
    padding-bottom: 8px;
    margin-bottom: 8px;
}

/* Alt kategori ağacında iç boşluğu azalt */
.braggo-full-cat-tree .braggo-full-cat-tree {
    padding-left: 12px;
    margin-top: 4px;
}

/* Tüm kategori satırları arasındaki boşluğu azalt */
.braggo-full-cat-tree li {
    margin: 0 0 4px;
    padding: 0;
}

/* Linklerin iç boşluğunu küçült */
.braggo-full-cat-tree li a {
    display: block;
    padding: 6px 10px;
    text-decoration: none;
    color: #111;
    font-size: 13.5px;
    line-height: 1.35;
    transition: all 0.2s ease;
}

/* Ana kategoriler biraz daha belirgin olsun */
.braggo-full-cat-tree > li > a {
    font-weight: 600;
}

/* Hover efekti daha yumuşak */
.braggo-full-cat-tree li a:hover {
    background: rgba(0,0,0,0.04);
    color: #000;
}

/* Aktif kategori görünümü */
.braggo-full-cat-tree li.is-active > a {
    background: #000;
    color: #fff;
    border-radius: 4px;
}
/* Tüm kategorileri biraz soluk yap (default) */
.braggo-full-cat-tree li a {
    opacity: 0.5;
}

/* Hover olunca normale gelsin */
.braggo-full-cat-tree li a:hover {
    opacity: 1;
}

/* Aktif kategori FULL görünür */
.braggo-full-cat-tree li.is-active > a {
    opacity: 1;
    background: #000;
    color: #fff;
}

/* Aktif kategoriye giden parent'lar da belirgin olsun */
.braggo-full-cat-tree li.is-parent-active > a {
    opacity: 0.9;
}
.braggo-full-cat-tree li.is-active > a {
    box-shadow: inset 3px 0 0 #fff;
}
/* =========================
   INFINITE SCROLL
========================= */
.braggo-infinite-scroll {
    width: 100%;
    padding: 24px 0 10px;
}

.braggo-infinite-scroll__sentinel {
    width: 100%;
    height: 1px;
}

.braggo-infinite-scroll__loader {
    display: none;
    text-align: center;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #8f8f8f;
    padding: 18px 10px 8px;
}