/* Product category GEO: bottom, both sides aligned, compact gap */
:root {
    --swsw-category-sidebar-offset: 320px;
}

.ps-layout--shop .ps-layout__right {
    display: flex !important;
    flex-direction: column !important;
}

.ps-layout__right > .ps-block--shop-features:first-child {
    display: contents !important;
}

.ps-layout__right > .ps-block--shop-features:first-child .ps-block__header {
    order: 0 !important;
}

/* Move only GEO text block to bottom */
.ps-layout__right > .ps-block--shop-features:first-child .ps-block__content {
    order: 99 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;

    box-sizing: border-box !important;
    width: calc(100% + var(--swsw-category-sidebar-offset)) !important;
    max-width: calc(100% + var(--swsw-category-sidebar-offset)) !important;
    margin-left: calc(var(--swsw-category-sidebar-offset) * -1) !important;
    margin-right: 0 !important;

    /* reduce empty space */
    margin-top: 28px !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    text-align: left !important;
}

.ps-layout__right > .ps-block--shop-features:first-child .ps-section__content {
    width: 100% !important;
    max-width: none !important;
    display: block !important;
    padding: 0 !important;
}

.ps-layout__right > .ps-block--shop-features:first-child .ps-section__content h2 {
    font-size: 20px !important;
    line-height: 1.35 !important;
    font-weight: 700 !important;
    margin: 0 0 14px !important;
    color: #000 !important;
}

.ps-layout__right > .ps-block--shop-features:first-child .ps-section__content h3 {
    font-size: 18px !important;
    line-height: 1.35 !important;
    font-weight: 700 !important;
    margin: 14px 0 6px !important;
    color: #000 !important;
}

.ps-layout__right > .ps-block--shop-features:first-child .ps-section__content p,
.ps-layout__right > .ps-block--shop-features:first-child .ps-section__content li {
    font-size: 13px !important;
    line-height: 1.7 !important;
    color: #344054 !important;
}

.ps-layout__right > .ps-block--shop-features:first-child .ps-section__content ul {
    margin: 6px 0 10px 18px !important;
    padding: 0 !important;
}

/* Optional: reduce footer top gap only on product category pages */
.ps-page--shop .ps-footer {
    padding-top: 0px !important;
}

/* Mobile: no sidebar offset */
@media (max-width: 767px) {
    :root {
        --swsw-category-sidebar-offset: 0px;
    }

    .ps-layout__right > .ps-block--shop-features:first-child .ps-block__content {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 24px !important;
        margin-bottom: 8px !important;
        padding: 0 15px !important;
    }

    .ps-page--shop .ps-footer {
        padding-top: 18px !important;
    }
}

.bb-product-attribute-swatch-list.visual-swatch .bb-product-attribute-swatch-display {
    width: 50px !important;
    height: 50px !important;
}

.ck-content figure.swsw-blog-body-image img {
  width: 100%;
  max-width: 100%;
  height: auto !important;
  display: block;
}