/** Shopify CDN: Minification failed

Line 531:1 Expected "}" to go with "{"

**/
.page-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

@media only screen and (max-width: 768px) {
    .blog-layout {
        flex-direction: column;
    }
}

.blog-layout {
    display: flex;
    align-items: flex-start;
    padding-top: 5%;
}

.blog-posts {
    flex-grow: 1;
    overflow-y: auto;
    padding-right: 20px;
}

#main-nav {
    display: none;
}

/* Navigation */
.blog-navbar {
    background: #fff;
    border-bottom: 1px solid #dfe3e8;
    
    width: 100%;
    font-weight: bold;
}

.blog-navbar ul {
    display: flex;
    justify-content: center;
}

.blog-navbar li {
    display: inline-block;
    position: relative;
    margin-right: 30px;
    text-transform: uppercase;
}

.blog-navbar li a {
    color: #000;
}

@media only screen and (max-width: 768px) {
    .blog-navbar ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        padding: 0;
    }
    .blog-navbar li {
        display: block;
        margin: 0;
        padding: 10px 0;
    }
}

/* Blog Post */
.article__inner {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0 auto;
}

.article-image {
    flex: 0 0 50%;
    max-width: 400px;
}

.article-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
}

.article-content {
    flex: 1;
    padding-left: 20px;
    text-align: left;
}

.article-category {
    font-size: 14px;
    color: #777;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: bold;
    margin-bottom: 5px;
}

.article h3 {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.4;
    margin: 5px 0 10px 0;
    font-weight: 700;
    color: #333;
}

.rte {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #555;
    font-size: 16px;
    line-height: 1.6;
    max-height: calc(1.6em * 4);
}

.meta {
    font-size: 14px;
    color: #999;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.read-time {
    font-size: 13px;
    color: #999;
}

@media (max-width: 768px) {
    .article__inner {
        flex-direction: column;
        gap: 10px;
    }

    .article-image {
        width: 100%;
        height: auto;
    }

    .article-content {
        padding-left: 0;
    }
}

.strongly-spaced-row,
.fully-spaced-row--medium {
    margin-top: 0px;
    margin-bottom: 0px;
}

/* Sidebar */
.blog-sidebar {
    width: 50%;
    padding: 20px;
    border: 1px solid #ddd;
    border-style: dashed;
}

@media (max-width: 768px) {
    .blog-sidebar {
        width: 100%;
        margin: 20px 0 20px 0;
    }
}

.sidebar-content h3,
.sidebar-content .h3 {
    font-size: 14px;
    text-align: center;
    background-color: #f8f8f8;
    padding: 10px 0;
    margin-bottom: 15px;
    font-weight: bolder;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    color: #171717;
}

.sidebar-content .subscribe-button-blog {
    font-size: 14px;
    text-align: center;
    background-color: #f8f8f8;
    color: black;
    width: 100%;
    border: none;
    padding: 10px 0;
    margin-bottom: 15px;
    font-weight: bolder;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sidebar-content .subscribe-button-blog:hover {
    background-color: #f0f0f0;
}

.section-footer__newsletter-block {
    padding: 0;
}

.sidebar-content input[type="email"] {
    margin-bottom: 0;
    margin-top: 10px;
    border-radius: 0px !important;
}

.sidebar-content ul {
    padding: 0;
    margin: 0;
}

.sidebar-content li {
    list-style: none;
    margin-bottom: 10px;
}

.sidebar-post {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5%;
}

.sidebar-post-image {
    flex-shrink: 0;
    margin-right: 10px;
    width: 50%;
    border-radius: 5px;
    overflow: hidden;
}

.sidebar-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sidebar-post a {
    font-size: 14px;
    color: #333;
    font-weight: 700;
    text-decoration: none;
}

.sidebar-post a:hover {
    text-decoration: underline;
}

/* Newsletter Section Styling */
.sidebar-content input[type="email"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
}

.sidebar-content input[type="submit"] {
    width: 100%;
    padding: 10px;
    background-color: #333;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar-content input[type="submit"]:hover {
    background-color: #555;
}

/* Pagination */
.pagination {
    text-align: left;
    margin: 20px 0;
}

.page-link,
.page-ellipsis {
    display: inline-block;
    padding: 10px 15px;
    margin: 0 5px;
    font-size: 16px;
    font-weight: bolder;
    color: #999;
    text-decoration: none;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    transition: background-color 0.3s, color 0.3s;
}

.page-link:hover {
    background-color: #f0f0f0;
    color: #000;
}

.page-link.current {
    background-color: #333;
    color: white;
    border: none;
}

@media (max-width: 768px) {
    .pagination {
        text-align: left;
    }

    .page-link,
    .page-ellipsis {
        padding: 8px 12px;
        margin: 0 2px;
    }
}

/* Fashion Wholesale Section */
.fashion-wholesaler {
    display: flex;
    flex-direction: column;
    margin: 20px 0;
}

.section-title {
    font-size: 14px;
    text-align: center;
    background-color: #f8f8f8;
    padding: 10px 0;
    margin-bottom: 15px;
    font-weight: bolder;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.main-content {
    display: flex;
    flex-wrap: wrap;
}

.featured-post {
    flex: 1;
    position: relative;
    margin-right: 20px;
    min-width: 300px;
}

.featured-post h4 {
    font-size: 18px;
    font-weight: bolder;
}

.featured-post img {
    width: 100%;
    border-radius: 8px;
}

.featured-title-overlay {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 10px;
    border-radius: 5px;
}

.featured-title-overlay h3 {
    font-size: 20px;
    margin: 0;
}

.featured-meta {
    margin-top: 10px;
    font-size: 14px;
    color: #777;
}

.post-list {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.post-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.post-list li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 8px;
}

.post-list li a {
    display: flex;
    text-decoration: none;
    color: inherit;
    width: 100%;
}

.post-list li img {
    width: 120px;
    height: 80px;
    border-radius: 4px;
    margin-right: 15px;
    flex-shrink: 0;
}

.post-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    text-align: left;
}

.post-info h4 {
    font-size: 14px;
    margin: 0 0 5px;
    font-weight: bolder;
    color: #333;
}

.post-info p {
    margin: 0;
    font-size: 14px;
    color: #777;
}

.view-all {
    text-align: left;
    margin-top: 20px;
}

.view-all-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: black;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    font-weight: bolder;
    border-radius: 4px;
}

.view-all-btn:hover {
    background-color: #333;
}

/* Media Queries for Mobile Responsive Design */

/* For tablets and medium screens (max-width: 1024px) */
@media (max-width: 1024px) {
    .main-content {
        flex-direction: column;
    }

    .featured-post {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

/* For mobile screens (max-width: 768px) */
@media (max-width: 768px) {
    .post-list li {
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .post-list li img {
        margin-right: 15px;
        width: 100px;
        height: 70px;
    }

    .post-info h4 {
        font-size: 16px;
    }

    .post-info p {
        font-size: 12px;
        color: #999;
    }
}

@media (max-width: 200) {
    .post-list li {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 10px;
    }

    .post-list li img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;

    .post-info h4 {
        font-size: 14px;
    }

    .post-info p {
        font-size: 12px;
    }

    .view-all-btn {
        font-size: 12px;
        padding: 8px 16px;
    }
}