.hero-section {
    max-width: 1440px;
    padding: 160px 0 0;
    margin: 0 auto;
}

body .storefront-breadcrumb {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;

}

#content {
    padding-top: 0;
}

body .woocommerce-breadcrumb a:first-of-type::before {
    display: none;
}

body .woocommerce-breadcrumb {
    color: var(--primary);
    font-family: 'Lato', sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

body .woocommerce-breadcrumb a {
    color: var(--brown);
    font-family: 'Lato', sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration: none;
}

body .woocommerce-breadcrumb .breadcrumb-separator::after {
    content: ">";
    color: var(--brown);
    font-family: 'Lato', sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    opacity: 1;
}

.storefront-breadcrumb .col-full {
    max-width: 100%;
    padding: 25px 0;
    margin: 0 auto;
    background: var(--gray-light);
}

.storefront-breadcrumb .col-full .woocommerce-breadcrumb {
    max-width: 1148px;
    padding: 0 20px;
    margin: 0 auto;
}

.left-section>div>div:last-of-type {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.left-section .btn {
    max-width: 300px;
}

body section.inspirations {
    padding-top: 54px;
    padding-bottom: 90px;
}

.creations p {
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 31.8px;
    letter-spacing: 0.48px;
    font-family: 'Lato', sans-serif;
}

.inspirations-wrapper >  div a:not(.product-title-slider) {
    background: var(--gray-light);
    display: flex;
}

.inspirations-wrapper>div a img {
    mix-blend-mode: multiply;
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}

.inspirations-wrapper > div .product-title-slider {
    color: var(--brown);
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding-top: 25px;
    padding-bottom: 12px;
    display: flex;
    padding-right: 20px;
}

.tags {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.heart {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: 24px;
    gap: 4px;
    cursor: pointer;
}

.heart span {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    color: var(--brown-80);
}

.tags span {
    display: flex;
    padding: 8px;
    gap: 8px;
    border-radius: 5px;
    background: var(--gray-light);
    color: var(--gray-80);
    font-family: 'Lato', sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.inspirations-wrapper>div {
    width: calc(100% / 3 - 18px);
}

.inspirations-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.filters {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    padding: 24px 0 12px;
}

.filters button {
    appearance: none;
    border-radius: 10px;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    transition: all 0.3s ease-out;
    border: 1px solid var(--gray-20);
    background: var(--gray-light, #FCFCFC);
    color: var(--brown-60);
    text-transform: uppercase;
}

.filters button.active {
    border: 1px solid var(--gray-80);
    background: var(--gray-20);
    color: var(--gray-80);
}

.filters button:hover {
    border: 1px solid var(--gray-80);
    background: var(--gray-20);
    color: var(--gray-80);
}

.filters-bottom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    padding: 0 0 30px;
}

.filters-bottom button {
    appearance: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    font-family: 'Lato', sans-serif;
    line-height: 18px;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    color: var(--brown-80);
    text-transform: uppercase;
    padding: 0;
    background-color: transparent;
    position: relative;
}

.filters-bottom button::before {
    content: '';
    position: absolute;
    width: 31px;
    height: 31px;
    background: #fff;
    left: 1px;
    border-radius: 50%;
    z-index: -1;
    transition: all 0.3s ease-out;
}

.filters-bottom button:hover {
    background-color: transparent;
    color: var(--brown-80);
}

.filters-bottom button img {
    transition: all 0.3s ease-out;
}

.filters-bottom button:not(.no-hover):hover img {
    filter: brightness(5);
}

.filters-bottom button:not(.no-hover):hover::before {
    background: var(--brown-80);
}

.filters-bottom button:not(.no-hover).active img {
    filter: brightness(5);
}

.filters-bottom button:not(.no-hover).active::before {
    background: var(--brown-80);
}

.creations__slider .swiper-slide a:not(.product-title-slider) {
    background: var(--gray-light);
    display: flex;
}

.creations__slider .swiper-slide a img {
    mix-blend-mode: multiply;
}

.creations__slider>div .product-title-slider {
    color: var(--brown);
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding-top: 25px;
    padding-bottom: 12px;
    display: flex;
}

body section.creations {
    padding-bottom: 90px;
}

body section.creations .swiper-creations {
    padding-bottom: 60px;
}

body section.courses {
    padding-top: 90px;
}

.courses__slider>div .product-title-slider {
    color: var(--brown);
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding-top: 25px;
    padding-bottom: 12px;
    display: flex;
}

.course .level {
    color: var(--brown-80);
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    margin-bottom: 5px;
}

.course .date {
    color: var(--brown-80);
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 5px;
}

.course .bio {
    display: flex;
    align-items: center;
    gap: 15px;
}

.course .bio img {
    max-width: 50px;
    border-radius: 50%;
    max-height: 50px;
    aspect-ratio: 1;
    object-fit: cover;
}

.course .bio span {
    color: var(--brown-80);
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
}

.courses .buttons {
    display: flex;
    justify-content: flex-end;
}

.course-info {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: space-between;
    height: 100%;
}

.courses .swiper-slide {
    height: auto;
}

.course > div:not(.course-info) > a {
    background: var(--gray-light);
    display: flex;
}

.course > div:not(.course-info) > a img {
    mix-blend-mode: multiply;
}

.filters .more {
    display: flex;
    align-items: center;
    gap: 8px;
}

.filter-more {
    position: relative;
}

.show-more {
    display: none;
    transition: all 0.3s ease-out;
    position: absolute;
    top: 60px;
    z-index: 5;
    border: 1px solid var(--gray-20);
    background: var(--gray-light, #FCFCFC);
    color: var(--brown-60);
    text-transform: uppercase;
    border-radius: 10px;
    left: 0;
    text-align: left;
    flex-direction: column;
    gap: 12px;
    padding: 0.6180469716em 1.41575em;
}

.filter-more .more.active {
    border: 1px solid var(--gray-80);
    background: var(--gray-20);
    color: var(--gray-80);
}

.show-more span {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    color: var(--brown-60);
    text-transform: uppercase;
    cursor: pointer;
}

.show-more span.active {
    color: var(--brown-80);
}

.show-more span:hover {
    color: var(--brown-80);
}

body .pagination {
    border: none;
    padding: 62px 0 0;
    text-align: right;
}

.pagination .page-numbers {
    color: var(--gray-80);
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    padding: 0 4px;
}

.swiper-courses {
    padding-bottom: 30px;
}

@media (min-width: 601px) {
    .hero-section {
        max-width: unset;
    }
    .hero-section img {
        height: 300px;
        object-fit: cover;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .hero-section {
        max-width: 1440px;
        padding: 0 0 0;
        margin: 0 auto;
    }
    .inspirations-wrapper>div a img {
        mix-blend-mode: multiply;
        width: 100%;
    }
    .inspirations-wrapper>div {
        width: 100%;
    }
    .swiper-courses {
        padding-bottom: 60px;
    }
    .courses .buttons {
        padding-top: 40px;
    }
}