#hero {
    padding: 50px 0;
}
#hero .row {
    align-items: center;
}
#hero .header h1 {
    color: #333;
    font-family: Inter;
    font-size: 47px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: 0.47px;
    margin: 0;
    max-width: 610px;
}
#hero .header h1 strong {
    color: #67943B;
    font-family: Inter;
    font-size: 47px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: 0.47px;
}
#hero .content p {
    color: #585858;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
#hero .content .click {
    margin-top: 30px;
    display: flex;
}
@media (max-width: 500px) {
    #hero .content .click {
        flex-direction: column;
    }
}
#hero .content .click .btn:first-of-type {
    margin-right: 10px;
}
@media (max-width: 500px) {
    #hero .content .click .btn:first-of-type {
        margin: 0 0 10px;
    }
}

#category .slick-slide {
    margin: 0 10px;
}
#category .wrap {
    width: 100%;
    max-width: 511px;
    margin: 0 auto;
    display: block!important;
}
#category .wrap img {
    width: 100%;
    aspect-ratio: 511/380;
}
#category .wrap .header {
    display: flex;
    margin-top: 20px;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 991px) {
    #category .wrap .header {
        flex-direction: column;
    }
}
#category .wrap .header h3 {
    color: #000;
    font-family: Inter;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.23px;
    margin: 0;
}
@media (max-width: 991px) {
    #category .wrap .header h3 {
        margin-bottom: 20px;
    }
}
#category .wrap .header .btn {
    width: fit-content;
    min-width: 0;
}

#category {
    background: #F8F8F8;
    padding: 50px 0;
}
#category .row {
    align-items: center;
}
#category .content h2 {
    color: #000;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.36px;
    margin-bottom: 20px;
}
#category .content h2 strong {
    color: #67943B;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.36px;
}
#category .content p {
    color: #585858;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

#shopHeader {
    padding: 50px 0;
}
#shopHeader .header {
    max-width: 800px;
    margin: 0 auto;
}
#shopHeader .header h2 {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 53px;
    letter-spacing: 0.48px;
    margin-bottom: 20px;
}
#shopHeader .header h2 strong {
    color: #67943B;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 53px;
    letter-spacing: 0.48px;
}
#shopHeader .header p {
    color: #585858;
    text-align: center;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

#shop {
    background: #F8F8F8;
    padding: 20px 0 50px;
}
#shop .product {
    border-radius: 5px;
    background: #FFF;
    padding: 10px;
}
#shop .product img {
    border-radius: 5px;
}
#shop .product h2 {
    color: #333;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.16px;
    margin-bottom: 20px;
}
#shop .product bdi {
    color: #767676;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.16px;
}
#shop .product .button {
    background: none;
    padding: 0;
    color: #67943B;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
#shop .sidebar {
    border-radius: 5px;
    background: #FFF;
    padding: 20px;
}
#shop .sidebar h2,
#shop .sidebar h3 {
    color: #67943B;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 43px;
}

#backgroundContent {
    padding: 20px;
    background: #000;
}
#backgroundContent .wrap {
    background-size: cover;
    background-position: center;
    padding: 30px;
    border-radius: 20px;
    min-height: 570px;
    display: flex;
}
@media (max-width: 576px) {
    #backgroundContent .wrap {
        padding: 30px 15px;
    }
}
#backgroundContent .wrap .inner {
    border-radius: 5px;
    background: #FFF;
    padding: 50px;
    max-width: 600px;
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 991px) {
    #backgroundContent .wrap .inner {
        max-width: 100%;
        padding: 50px 15px;
    }
}
#backgroundContent .wrap .inner h2 {
    color: #1A1A1A;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.36px;
    margin-bottom: 30px;
}
#backgroundContent .wrap .inner p {
    color: #585858;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.16px;
}
#backgroundContent .wrap .inner .click {
    display: flex;
    margin-top: 30px;
    flex-wrap: wrap;
}
#backgroundContent .wrap .inner .click .btn:first-of-type {
    margin-right: 10px;
}
@media (max-width: 695px) {
    #backgroundContent .wrap .inner .click .btn:first-of-type {
        margin: 0 0 10px;
    }
}

.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
    margin: 0 5px;
    border-radius: 2px;
    border: 1px solid #333;
    width: 36px;
    height: 36px;
}
.woocommerce .woocommerce-pagination ul.page-numbers li span,
.woocommerce-page .woocommerce-pagination ul.page-numbers li span {
    color: #333;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0.64px;
}
.woocommerce .woocommerce-pagination ul.page-numbers li a,
.woocommerce-page .woocommerce-pagination ul.page-numbers li a {
    color: #333;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0.64px;
}

.woocommerce .woocommerce-pagination ul.page-numbers li a:hover,
.woocommerce-page .woocommerce-pagination ul.page-numbers li a:hover {
    background: #67943B!important;
    color: #fff!important;
    font-family: Inter!important;
    font-size: 16px!important;
    font-style: normal!important;
    font-weight: 500!important;
    line-height: 19px!important;
    letter-spacing: 0.64px!important;
}
.woocommerce nav.woocommerce-pagination ul {
    border: none!important;
}
.woocommerce nav.woocommerce-pagination ul li:first-of-type {
    border: 1px solid #67943B;
    background: #67943B;
}
.woocommerce nav.woocommerce-pagination ul li:first-of-type span {
    background: #67943B!important;
    color: #fff!important;
    font-family: Inter!important;
    font-size: 16px!important;
    font-style: normal!important;
    font-weight: 500!important;
    line-height: 19px!important;
    letter-spacing: 0.64px!important;
}

#hero-brand {
    padding: 100px 0;
}
#hero-brand .content {
    max-width: 800px;
    margin: 0 auto;
}
#hero-brand .content h1 {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 53px;
    letter-spacing: 0.48px;
    margin-top: 0;
}
#hero-brand .content p {
    color: #585858;
    text-align: center;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}