/*
Theme Name: Storefront Child
Template: storefront
Author: Brad
Description: Storefront a child theme for Storefont
Tags: e-commerce,two-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,featured-images,full-width-template,threaded-comments,accessibility-ready,rtl-language-support,footer-widgets,sticky-post,theme-options,editor-style
Version: 4.6.3.1726176489
Updated: 2024-09-12 21:28:09

*/

[aria-label="Visit product category Uncategorized"] {
    display: none;
}
.category-header {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0;
}
.main-cat-photo {
    height: auto;
    max-width: 50%;
    flex-basis: 50%;
}
.bullet-points {
    text-align: left;
    margin-left: 5%;
    max-width: 45%;
    flex-basis: 45%;
}
.bullet-points ul {
    padding-left: 20px;
}
.term-description {
    text-align: left;
}
.category-footer-container {
    display: block;
    width: 100%;
    clear: both;
}
.category-footer {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 20px 0;
}
.category-attributes, .long-description {
    margin-bottom: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    flex-basis: 48%;
}
.long-description {
    padding-left: 20px;
}
@media (max-width: 768px) {
.category-footer {
    flex-direction: column;
    align-items: center;
}
.category-attributes, .long-description {
    max-width: 100%;
    margin-bottom: 10px;
    flex-basis: 100%;
}
.category-header {
    flex-direction: column;
    align-items: center;
}
.main-cat-photo, .bullet-points {
    max-width: 100%;
    flex-basis: 100%;
    margin: 0;
}
.bullet-points ul {
    padding-left: 10px;
}
}
