section.main {
    padding: 40px 0 90px 0;
}

.main .container {
    flex-direction: row;
    justify-content: space-between;
    position: relative;
}

.main .main__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 100px 0;
    z-index: 10;
}

.main .main__title {
    display: flex;
    flex-direction: column;
    font-weight: 400;
    font-size: 148px;
    line-height: 100%;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: var(--secondary-color);
    margin-bottom: 60px;
}

.main .main__title span {
    color: var(--primary-color);
}

.main .main__images {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 588px;
    height: 100%;
    z-index: 1;
}

.main .main__images--large {
    position: absolute;
    left: 0;
    top: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 542px;
    width: 100%;
    max-width: 460px;
}

.main .main__images--small {
    position: absolute;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 342px;
    width: 100%;
    max-width: 282px;
}

section.about {
    padding: 90px 0;
}

.about .container {
    flex-direction: row;
    gap: 40px;
}

.about .about__content {
    display: flex;
    flex-direction: column;
    max-width: 669px;
}

.about .about__title {
    font-weight: 400;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: var(--secondary-color);
    margin-bottom: 40px;
}

.about .about__title span {
    color: var(--primary-color);
}

.about .about__text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-weight: 400;
    font-size: 18px;
    color: #000;
}

.about .about__image {
    width: 100%;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
}

section.phrase {
    padding: 90px 0;
}

.phrase__text {
    display: flex;
    flex-direction: column;
    font-weight: 400;
    font-size: 100px;
    line-height: 100%;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: var(--secondary-color);
    margin-left: 48px;
}

.phrase__text span {
    color: var(--primary-color);
}

.phrase__text--author,
.phrase__second--author {
    align-self: flex-end;
    font-size: 60px;
}

.phrase__middle {
    align-self: flex-end;
    margin-right: 60px;
    font-size: 114px;
}

.phrase__mobile {
    display: none;
}

section.phrase__second {
    padding: 90px 0;
}

.phrase__second .container {
    flex-direction: column;
}

.phrase__second--text {
    display: flex;
    flex-direction: column;
    font-weight: 400;
    font-size: 100px;
    line-height: 100%;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: var(--secondary-color);
}

.phrase__second--text span {
    color: var(--primary-color);
}

.phrase__second--two {
    align-self: flex-end;
    font-size: 114px;
}

.phrase__second--three {
    align-self: center;
    margin-right: 40px;
}

.phrase__second--four {
    margin-right: 79px;
    align-self: flex-end;
}

section.insta {
    padding: 90px 0 160px 0;
}

.insta .container {
    align-items: center;
}

.insta .insta__title {
    font-weight: 400;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    text-align: center;
    color: var(--secondary-color);
    max-width: 926px;
    text-align: center;
    margin-bottom: 40px;
}

.insta .insta__title--mobile {
    display: none;
    font-weight: 400;
    font-size: 44px;
    line-height: 100%;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    text-align: center;
    color: var(--secondary-color);
    max-width: 926px;
    text-align: center;
    margin-bottom: 20px;
}

.insta .insta__title span,
.insta .insta__title--mobile span {
    color: var(--primary-color);
}

.insta .insta__desc {
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: var(--text-color);
    max-width: 669px;
    margin-bottom: 40px;
}

.insta .insta__items #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: -0.05em;
    color: var(--secondary-color);
}

.insta .insta__items #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: var(--text-color);
}

.insta .insta__items #sb_instagram .sbi_follow_btn a {
    border: 1px solid var(--secondary-color);
    padding: 16px 40px;
    height: 59px;
    border-radius: 0;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    color: var(--secondary-color);
    background-color: transparent !important;
    transition: background-color 0.3s linear, color 0.3s linear, border-color .3s linear;
}

.insta .insta__items #sb_instagram .sbi_follow_btn a:hover {
    color: var(--background-color) !important;
    background-color: var(--primary-color) !important;
    box-shadow: none !important;
    border-color: var(--primary-color) !important;
}

.insta .insta__items #sb_instagram .sbi_follow_btn a svg {
    vertical-align: baseline;
}

.insta .insta__items #sbi_load .sbi_load_btn {
    display: none !important;
}

/* Categories section */
section.categories {
    padding: 90px 0;
}

.categories__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    width: 100%;
}

.categories__item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    padding-top: 47%;
    background-color: #d9d9d9;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding-bottom: 20px;
}

.categories__title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: var(--background-color);
}

/* Latest Work section */
section.latest {
    padding: 90px 0;
}

.latest .container {
    align-items: center;
}

.latest .latest__title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    text-align: center;
    color: var(--secondary-color);
    margin-bottom: 40px;
}

.latest .latest__title span {
    color: var(--primary-color);
}

.latest .latest__desc {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: var(--text-color);
    max-width: 669px;
    margin-bottom: 40px;
}

.latest .latest__items {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    margin-bottom: 60px;
}

.latest__item--link {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.latest__item--photo {
    position: relative;
    width: 100%;
    min-height: 480px;
    background-color: #f5f5f5;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    display: block;
    margin-bottom: 21px;
}

.latest__item--title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: var(--primary-color);
    margin-bottom: 20px;
    text-transform: uppercase;
}

.latest__item--desc {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: var(--text-color);
    flex-grow: 1;
    margin-bottom: 20px;
    min-height: 101px;
}

.latest__item--bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 15px;
}

.latest__item--price {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: var(--secondary-color);
}

.latest__item--price del {
    font-size: 16px;
    color: #999;
    margin-right: 8px;
}

.latest__item--price ins {
    text-decoration: none;
    color: var(--primary-color);
}

/* WooCommerce add to cart button styling */
.latest__item--bottom .button,
.latest__item--bottom .add_to_cart_button,
.latest__item--bottom .product_type_simple {
    display: inline-block;
    background-color: none;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    text-decoration: underline !important;
    text-decoration-skip-ink: none;
    color: var(--primary-color);
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    text-decoration: none;
    white-space: nowrap;
}

.latest__item--bottom .added_to_cart {
    display: none !important;
}

.latest__no-products {
    text-align: center;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: var(--text-color);
    padding: 40px 0;
    border-top: 2px;
}

@media screen and (max-width: 1279px) {
    .main .container {
        padding: 0 !important;
        margin: 0 40px;
    }

    .main .main__title {
        font-size: 134px;
    }

    .main .main__images {
        min-width: 500px;
    }

    .main .main__images--large {
        height: 455px;
        max-width: 385px;
    }

    .main .main__images--small {
        height: 320px;
        max-width: 265px;
    }

    .main .main__content {
        padding: 80px 0;
    }

    .about .about__image {
        min-width: 491px;
    }

    .phrase__second--text {
        font-size: 93px;
    }

    .phrase__second--two {
        font-size: 100px;
    }
}

@media screen and (max-width: 1150px) {
    .main .main__title {
        font-size: 115px;
    }

    .main .main__content {
        padding: 80px 0;
    }

    .main .main__images {
        min-width: 465px;
    }

    .main .main__images--large {
        height: 430px;
        max-width: 368px;
    }

    .main .main__images--small {
        height: 299px;
        max-width: 247px;
    }



    .about .about__image {
        min-width: 430px;
    }

    .phrase__text {
        font-size: 85px;
        margin-left: 0;
    }

    .phrase__middle {
        font-size: 100px;
    }

    .phrase__text--author,
    .phrase__second--author {
        font-size: 45px;
    }

    .phrase__second--text {
        font-size: 80px;
    }

    .phrase__second--two {
        font-size: 89px;
    }
}

@media screen and (max-width: 1023px) {
    .main .main__images {
        min-width: 440px;
    }

    .main .main__images--large {
        height: 430px;
        max-width: 364px;
    }

    .main .main__images--small {
        height: 275px;
        max-width: 227px;
    }

    .main .main__content {
        padding: 70px 0;
    }

    .main .main__title {
        font-size: 105px;
    }

    .about .about__title {
        font-size: 60px;
    }

    .about .about__image {
        min-width: 400px;
    }

    .phrase__text {
        font-size: 75px;
    }

    .phrase__middle {
        font-size: 90px;
    }

    .phrase__text--author,
    .phrase__second--author {
        font-size: 35px;
    }

    .categories__items {
        gap: 20px;
        font-size: 38px;
    }

    .latest .latest__title {
        font-size: 60px;
    }

    .insta .insta__title {
        font-size: 60px;
    }

    .phrase__second--text {
        font-size: 74px;
    }

    .phrase__second--two {
        font-size: 83px;
    }
}

@media screen and (max-width: 959px) {


    .main .main__content {
        padding: 40px 0;
    }

    .main .main__images--small {
        height: 236px;
        max-width: 200px;
    }

    .main .main__title {
        font-size: 85px;
    }

    .main .main__images {
        min-width: 335px;
    }

    .main .main__images--large {
        height: 327px;
        max-width: 280px;
    }

    .main .main__images--small {
        height: 216px;
        max-width: 178px;
    }

    .about .container {
        flex-direction: column;
    }

    .about .about__image {
        min-height: 464px;
        background-position: center center;
    }

    section.main {
        padding: 40px 0 50px 0;
    }

    section.about {
        padding: 50px 0;
    }

    section.phrase {
        padding: 50px 0;
    }

    .phrase__text {
        font-size: 60px;
    }

    .phrase__middle {
        font-size: 75px;
        margin-right: 30px;
    }

    .categories__title {
        font-size: 34px;
    }

    .phrase__second--two {
        font-size: 65px;
        align-self: center;
    }

    .phrase__second--text {
        font-size: 53px;
    }
}

@media screen and (max-width: 767px) {
    .container {
        padding: 0 15px;
    }

    .main .container {
        padding: 0 15px !important;
        margin: 0;
        flex-direction: column;
    }

    .main .main__images {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 40px;
    }

    .main .main__content {
        order: 1;
        padding: 0;
    }

    .main .main__images--large {
        position: relative;
        height: 367px;
        max-width: 310px;
    }

    .main .main__images--small {
        height: 234px;
        max-width: 191px;
        right: 25%;
        transform: translateX(50%);
    }

    .main .main__title {
        font-size: 100px;
        margin-bottom: 40px;
    }

    section.main {
        padding: 20px 0 50px 0;
    }

    .phrase__text p:first-child,
    .phrase__middle {
        display: none;
    }

    .phrase__mobile {
        display: flex;
        flex-direction: column;
    }

    .phrase__mobile span {
        align-self: flex-end;
    }

    .phrase__text {
        font-size: 85px;
    }

    .phrase__text .phrase__mobile:nth-child(2) span {
        color: var(--secondary-color);
    }

    .phrase__text .phrase__mobile:nth-child(3) {
        font-size: 100px;
        margin-bottom: 20px;
    }

    .phrase__text--author {
        font-size: 25px;
        letter-spacing: -0.03em;
    }

    section.categories {
        padding: 50px 0;
    }

    section.insta {
        padding: 50px 0 80px;
    }

    .categories__items {
        grid-template-columns: 1fr;
    }

    section.latest,
    section.phrase__second {
        padding: 50px 0;
    }

    .latest .latest__items {
        margin-bottom: 20px;
    }

    .phrase__second--text {
        text-align: center;
        align-items: center;
    }

    .phrase__second--three,
    .phrase__second--four {
        margin-right: 0;
    }

    .phrase__second--four {
        align-self: center;
    }
}

@media screen and (max-width: 549px) {
    .main .main__title {
        font-size: 88px;
        max-width: 320px;
    }

    .main .main__images {
        align-items: flex-start;
    }

    .main .main__content {
        padding: 0;
        margin-top: -40px;
    }

    section.main {
        padding: 20px 0 40px 0;
    }

    section.about {
        padding: 40px 0;
    }

    .about .about__content {
        order: 2;
    }

    .about .about__title {
        font-size: 44px;
        margin-bottom: 20px;
        text-align: center;
    }

    .about .about__text {
        text-align: center;
        font-size: 16px;
    }

    .about .about__image {
        min-width: 100%;
    }

    .about .about__image {
        min-height: 580px;
    }

    .phrase__text {
        font-size: 60px;
    }

    .phrase__text .phrase__mobile:nth-child(3) {
        font-size: 74px;
    }

    .phrase__text--author {
        font-size: 20px;
        letter-spacing: -0.03em;
    }

    section.phrase,
    section.phrase__second {
        padding: 40px 0;
    }

    section.categories {
        padding: 40px 0;
    }

    .categories__item {
        height: 340px;
    }

    .categories__items a.categories__item:first-child {
        background-image: url(../../../../uploads/2025/12/mobile-category-bg.png) !important;
    }

    .categories__title {
        font-size: 28px;
    }

    section.latest {
        padding: 40px 0;
    }
    section.insta {
        padding: 40px 0 60px 0;
    }

    .latest .latest__title {
        font-size: 44px;
        margin-bottom: 20px;
    }

    .insta .insta__title {
        display: none;
    }

    .insta .insta__title--mobile {
        display: inline-block;
    }

    .latest .latest__desc,
    .insta .insta__desc {
        font-size: 16px;
    }

    .phrase__text--author,
    .phrase__second--author {
        font-size: 20px;
        letter-spacing: -1px;
    }

    .phrase__second--text {
        font-size: 60px;
    }

    .phrase__second--two {
        font-size: 74px;

        max-width: 390px;
    }

    .phrase__second--one {
        max-width: 380px;
    }

    .phrase__second--three {
        max-width: 300px;
    }
}

@media screen and (max-width: 474px) {
    .about .about__image {
        min-height: 505px;
    }
}

@media screen and (max-width: 424px) {
    .main .main__images--large {
        height: 318px;
        max-width: 270px;
    }

    .main .main__images--small {
        height: 200px;
        max-width: 165px;
    }

    .main .main__images {
        min-width: 0;
    }

    .phrase__second--text {
        font-size: 58px;
    }

    .phrase__second--two {
        font-size: 72px;
    }
}

@media screen and (max-width: 374px) {
    .main .main__title {
        font-size: 77px;
        max-width: 300px;
    }

    .main .main__images--small {
        right: 0;
        transform: translateX(0);
    }

    .about .about__image {
        min-height: 380px;
    }

    .about .about__title {
        font-size: 39px;
    }

    .phrase__text {
        font-size: 45px;
    }

    .phrase__text .phrase__mobile:nth-child(3) {
        font-size: 60px;
    }

    .phrase__text--author {
        font-size: 16px;
        letter-spacing: -0.03em;
    }

    .insta .insta__title--mobile {
        font-size: 38px;
    }

    .phrase__second--text {
        font-size: 50px;
    }

    .phrase__second--two {
        font-size: 63px;
    }
}