/**
 * Theme Name: SYN
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
* {
    font-family: "Poppins", sans-serif !important;
}
@media only screen and (max-width:350px){
	    .image-category {
        display:none!important;
    }
	.buttons_hero {
		flex-direction:column;
		width:100%;
	}
}
@media only screen and (max-width:380px){
	   .container-category-item:nth-child(1) .image-category {
        right: -150px!important;
    }
		   
}
@media only screen and (max-width:765px){
		.custom-product-loop {
    border: 1px solid rgba(178, 178, 178, 0.40);
    border-radius: 8px;
    padding: 8px;
}
		.footer-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}
	.footer-item h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
}
	.footer-item ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
	.info-container li {
    line-height: normal;
}
	.footer-social-media li {
    display: flex;
    gap: 20px;
    align-items: center;
    line-height: normal;
    font-size: 14px;
    font-weight: 400;
}
		.container-two-column {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
	gap:60px;
}
	.information-contact h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 19px;
}
	.information-contact h5 {
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
}
	.list-contact-icon {
    padding-inline-start: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
	.list-contact-icon .contact-icon {
    display: flex;
    align-items: center;
    line-height: normal;
    gap: 20px;
    list-style-type: none;
}
	.list-contact-icon .contact-icon a {
    text-decoration: none;
}
	.list-contact-icon .contact-icon p {
    margin-bottom: 0;
	font-size:14px;
}
	.dnone-mobile {
		display:none;
	}
		.aboutus-margin-custom {
		margin-bottom:50px;
		gap:0;
	}
	.title-aboutus h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
	.description-aboutus p {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
	.image-aboutus img {
    aspect-ratio: 21 / 9;
    object-fit: cover;
    border-radius: 8px;
    object-position: bottom;
}
	.aboutus-second-margin-custom {
        margin: 50px 0 15px 0;
		gap:0;
}
	.image-team img {
    width: 100%;
}
	.title-motto {
    font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top:60px;
}
	.description-motto {
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
		.hero {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
    .hero-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 27px;
        justify-content: center;
        order: 2;
    }
    .hero-item h1 {
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-align: center;
        margin: 0;
    }
    .hero-item p {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin: 0;
        text-align: center;
        max-width: 292px;
    }
	.buttons_hero {
        display: flex;
        gap: 24px;
        margin-top: 30px;
    }
	.image-hero-container {
    text-align: center;
}
.button-style-1 {
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background-color: #373737;
    color: #fff;
}
.button-style-2 {
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background-color: #8DC63F;
    color: #fff;
}
.hero-image {
    width: 100%;
	max-width:300px;
}
	button#open-woocommerce-modal {
    background: #8DC63F;
    width: 100%;
    color: #fff;
    padding: 8px 10px;
    border-radius: 4px;
    margin-bottom: 20px;
}
	button#open-woocommerce-modal:hover {
		cursor:pointer;
	}
    #countdown {
        color: var(--Grey, #4C4C4C);
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        border-radius: 8px;
        background: var(--White-color, #FFF);
        display: flex;
        padding: 18px;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .counter-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 14px;
    }
    .count {
        font-size: 34px;
        font-weight: 600;
        line-height: 1;
    }
	.okazja-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
	.image-okazja {
        order: 2;
        margin: 20px 0;
		text-align: center;
    }
	.counter-okazja {
	order:1;
    display: flex;
    align-items: end;
    justify-content: center;
    flex-direction: column;
}
    .title-home-white {
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 17px !important;
        color: #fff;
    }
    .counter-okazja p {
        margin-top: 17px;
        margin-bottom: 0;
        text-align: right;
        color: #fff;
        font-size: 14px;
        line-height: normal;
        font-weight: 500;
    }
	.new-product {
    margin: 66px auto;
}
		.statistic {
		display:grid;
		grid-template-columns:repeat(3,1fr);
		margin: 45px auto !important;
	}
	    .statistic-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
		border-right:2px solid #373737;
    }
	.number {
    color: #373737;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
	.statistic-info p {
        text-align: center;
        max-width: 100px;
        line-height: normal;
        font-size: 12px;
        color: #373737;
        font-weight: 500;
        font-style: normal;
}
	.statistic-info:last-child {
		border:0;
	}
		.container-category {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
}
    .info-category {
        margin: 36px 0 36px 24px;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: space-between;
        max-width: 200px;
        gap: 20px;
        z-index: 1;
    }
	.button-style-1-white svg {
        display: none;
}
	.container-category-item {
        border-radius: 8px;
        position: relative;
        overflow: hidden;
    }
	.info-category h3 {
        font-size: 24px;
        color: #fff;
        line-height: normal;
        font-style: normal;
        font-weight: 700;
}
	.button-style-1-white {
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background-color: #fff;
    color: #373737;
}
	    .container-category-item:nth-child(1) .image-category {
        position: absolute;
        right: -100px;
        top: 0;
    }
	.container-category-item:nth-child(2) img {
        position: absolute;
        right: 20px;
        bottom: 0;
        max-width: 80px;
    }
	.button_to_blog {
    text-align: start;
}
	.button-type-green {
    display: inline-flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: #8DC63F;
    color: #fff;
}
	.blog-home-container {
    margin-top: 30px !important;
}
	.title-home-section {
    text-align: center;
}
	.title-home-section h2 {
    color: #2F2F2F;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
		.onas-home-description {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
	.onas-home-description p {
    margin: 0;
}
.onas-home-description h3 {
    margin: 0;
	font-size: 24px;
    font-style: normal;
    line-height: normal;
    font-weight: 700;
	text-align:center;
}
	    .onas-home-description .subtitle {
        font-size: 16px;
        font-weight: 500;
        line-height: normal;
        font-style: normal;
    }
	    .onas-home-description .description {
        font-size: 14px;
        color: #4c4c4c;
        font-style: normal;
        line-height: normal;
        font-weight: 500;
		text-align: center;
        max-width: 380px;
    }
	.onas-home-container {
        display: flex;
        gap: 28px;
        padding: 40px 0 90px 0;
        align-items: center;
    }
	.title-home-page {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
	.bestseller-home-container .onas-home-description {
    align-items: start !important;
}
	.bestseller-home-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
	.bestseller-home-container {
    margin: 42px auto 100px auto !important;
}
}
.ct-woo-card-actions .add_to_cart_button {
    width: 100% !important;
	border-radius: 4px!important;
}
.ct-woo-card-actions .added_to_cart {
    width: 100% !important;
	border-radius: 4px!important;
}
.woocommerce-loop-product__title {
    overflow: hidden;
    color: #2F2F2F;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.ct-cart-item {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #b2b2b2;
}
@media only screen and (min-width:765px) and (max-width:1024px){
	.custom-product-loop {
    border: 1px solid rgba(178, 178, 178, 0.40);
    border-radius: 8px;
    padding: 8px;
}
		.footer-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}
	.footer-item h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
}
	.footer-item ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
	.info-container li {
    line-height: normal;
}
	.footer-social-media li {
    display: flex;
    gap: 20px;
    align-items: center;
    line-height: normal;
    font-size: 14px;
    font-weight: 400;
}
		.container-two-column {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
	gap:60px;
}
	.information-contact h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 40px;
}
	.information-contact h5 {
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
}
	.list-contact-icon {
    padding-inline-start: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
	.list-contact-icon .contact-icon {
    display: flex;
    align-items: center;
    line-height: normal;
    gap: 20px;
    list-style-type: none;
}
	.list-contact-icon .contact-icon a {
    text-decoration: none;
}
	.list-contact-icon .contact-icon p {
    margin-bottom: 0;
}
	.dnone-mobile {
		display:none;
	}
		.aboutus-margin-custom {
		margin-bottom:50px;
		gap:0;
	}
	.title-aboutus h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
	.description-aboutus p {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
	.image-aboutus img {
    aspect-ratio: 21 / 9;
    object-fit: cover;
    border-radius: 8px;
    object-position: bottom;
}
	.aboutus-second-margin-custom {
        margin: 50px 0 15px 0;
		gap:0;
}
	.image-team img {
    width: 100%;
}
		.title-motto {
    font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top:60px;
}
	.description-motto {
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
	.hero {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
    .hero-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 27px;
        justify-content: center;
        order: 2;
    }
    .hero-item h1 {
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-align: center;
        margin: 0;
    }
    .hero-item p {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin: 0;
        text-align: center;
        max-width: 292px;
    }
	.buttons_hero {
        display: flex;
        gap: 24px;
        margin-top: 30px;
    }
	.image-hero-container {
    text-align: center;
}
.button-style-1 {
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background-color: #373737;
    color: #fff;
}
.button-style-2 {
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background-color: #8DC63F;
    color: #fff;
}
.hero-image {
    width: 100%;
	max-width:300px;
}
	button#open-woocommerce-modal {
    background: #8DC63F;
    width: 100%;
    color: #fff;
    padding: 8px 10px;
    border-radius: 4px;
    margin-bottom: 20px;
}
	button#open-woocommerce-modal:hover {
		cursor:pointer;
	}
        #countdown {
        color: var(--Grey, #4C4C4C);
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        border-radius: 8px;
        background: var(--White-color, #FFF);
        display: flex;
        padding: 24px;
        align-items: center;
        justify-content: space-between;
        gap:38px;
    }
    .counter-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 14px;
    }
    .count {
        font-size: 34px;
        font-weight: 600;
        line-height: 1;
    }
	.okazja-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
	.image-okazja {
        order: 2;
        margin: 20px 0;
		text-align: center;
    }
	.counter-okazja {
	order:1;
    display: flex;
    align-items: end;
    justify-content: center;
    flex-direction: column;
}
    .title-home-white {
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 17px !important;
        color: #fff;
    }
    .counter-okazja p {
        margin-top: 17px;
        margin-bottom: 0;
        text-align: right;
        color: #fff;
        font-size: 14px;
        line-height: normal;
        font-weight: 500;
    }
	.new-product {
    margin: 66px auto;
}
		.statistic {
		display:grid;
		grid-template-columns:repeat(3,1fr);
		margin: 45px auto !important;
	}
	    .statistic-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
		border-right:2px solid #373737;
    }
	.number {
    color: #373737;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
	.statistic-info p {
        text-align: center;
        max-width: 100px;
        line-height: normal;
        font-size: 12px;
        color: #373737;
        font-weight: 500;
        font-style: normal;
}
	.statistic-info:last-child {
		border:0;
	}
		.container-category {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
}
    .info-category {
        margin: 36px 0 36px 24px;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: space-between;
    }
	.container-category-item {
	border-radius:8px;
}
	.info-category h3 {
        font-size: 24px;
        color: #fff;
        line-height: normal;
        font-style: normal;
        font-weight: 700;
}
	.button-style-1-white {
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background-color: #fff;
    color: #373737;
	font-size:14px;
}
	.button_to_blog {
    text-align: start;
}
	.button-type-green {
    display: inline-flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: #8DC63F;
    color: #fff;
}
		.blog-home-container {
    margin-top: 30px !important;
}
	.title-home-section {
    text-align: center;
}
	.title-home-section h2 {
    color: #2F2F2F;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
	    .onas-home-description {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
	.onas-home-description p {
    margin: 0;
}
.onas-home-description h3 {
    margin: 0;
	font-size: 24px;
    font-style: normal;
    line-height: normal;
    font-weight: 700;
	text-align:center;
}
	    .onas-home-description .subtitle {
        font-size: 16px;
        font-weight: 500;
        line-height: normal;
        font-style: normal;
    }
	    .onas-home-description .description {
        font-size: 14px;
        color: #4c4c4c;
        font-style: normal;
        line-height: normal;
        font-weight: 500;
		text-align: center;
        max-width: 380px;
    }
	.onas-home-container {
        display: flex;
        gap: 28px;
        padding: 40px 0 90px 0;
        align-items: center;
    }
	.title-home-page {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
	.container-category-item {
        border-radius: 8px;
        position: relative;
        overflow: hidden;
    }
		.container-category-item:nth-child(1) .image-category {
        position: absolute;
        right: -100px;
        top: 0;
    }
	.container-category-item:nth-child(2) img {
        position: absolute;
        right: 20px;
        bottom: 0;
        max-width: 80px;
    }
	.bestseller-home-container .onas-home-description {
    align-items: start !important;
}
	.bestseller-home-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
	.bestseller-home-container {
    margin: 42px auto 100px auto !important;
}
}
@media only screen and (min-width:1024px){
	.custom-product-loop {
    border: 1px solid rgba(178, 178, 178, 0.40);
    border-radius: 8px;
    padding: 8px;
}
	.footer-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
	.footer-container .image-footer {
    text-align: center;
}
	.footer-item h5 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
}
	.footer-item ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
	.info-container li {
    line-height: normal;
}
	.footer-social-media li {
    display: flex;
    gap: 20px;
    align-items: center;
    line-height: normal;
    font-size: 16px;
    font-weight: 400;
}
	.container-two-column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
	.information-contact h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 40px;
}
	.information-contact h5 {
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
}
	.list-contact-icon {
    padding-inline-start: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
	.list-contact-icon .contact-icon {
    display: flex;
    align-items: center;
    line-height: normal;
    gap: 20px;
    list-style-type: none;
}
	button#open-woocommerce-modal {
    display:none;
}
	.list-contact-icon .contact-icon a {
    text-decoration: none;
}
	.list-contact-icon .contact-icon p {
    margin-bottom: 0;
}
	.aboutus-margin-custom {
		margin-bottom:80px;
		gap:33px;
	}
	.title-aboutus h2 {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
	.description-aboutus p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
	.image-aboutus img {
    aspect-ratio: 21 / 9;
    object-fit: cover;
    border-radius: 8px;
    object-position: bottom;
}
	.aboutus-second-margin-custom {
        margin: 56px 0 120px 0;
		gap:33px;
}
	.image-team img {
    width: 100%;
}
	.dnone-desktop{
		display:none;
	}
	.description-aboutus p {
		max-width:580px;
	}
	.title-motto {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 80px;
}
	.description-motto {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
	.hero {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
	.hero-item {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 27px;
    justify-content: center;
}
	.hero-item p {
    max-width: 510px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}

.text-button-hero {
    font-size: 14px!important;
    border-radius: 100px;
    color: #8DC63F;
    border: 2px solid #8DC63F;
    padding: 10px;
    display: flex;
}
	.hero-item h1 {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    max-width: 510px;
    margin: 0;
}
	.buttons_hero {
    display: flex;
    gap: 24px;
    margin-top: 30px;
}
	
.button-style-1 {
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background-color: #373737;
    color: #fff;
}
.button-style-2 {
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background-color: #8DC63F;
    color: #fff;
}
.hero-image {
    width: 100%;
    max-width: 550px;
    float: right;
}
	#countdown {
    color: var(--Grey, #4C4C4C);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 8px;
    background: var(--White-color, #FFF);
    display: flex;
    padding: 24px;
    align-items: center;
    gap: 38px;
}
	.counter-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
	.count {
    font-size: 48px;
    font-weight: 600;
    line-height: 1;
}
	.okazja-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
	.counter-okazja {
    display: flex;
    align-items: end;
    justify-content: center;
    flex-direction: column;
}
	.title-home-white {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 62px!important;
    color: #fff;
}
	    .counter-okazja p {
        margin-top: 62px;
        margin-bottom: 0;
        text-align: end;
        max-width: 500px;
        color: #fff;
        font-size: 16px;
        line-height: normal;
        font-weight: 500;
    }
	.new-product {
    margin: 120px auto;
}
	.statistic {
		display:grid;
		grid-template-columns:repeat(3,1fr);
		margin: 100px auto !important;
	}
	    .statistic-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
		border-right:3px solid #373737;
    }
	.number {
    color: #373737;
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
	.statistic-info p {
        text-align: center;
        max-width: 150px;
        line-height: normal;
        font-size: 16px;
        color: #373737;
        font-weight: 500;
        font-style: normal;
}
	.statistic-info:last-child {
		border:0;
	}
	.container-category {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}
    .info-category {
        margin: 42px 0 42px 26px;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: space-between;
		max-width: 300px;
        gap: 60px;
    }
	    .container-category-item:nth-child(1) .image-category {
        position: absolute;
        right: 0;
        top: 0;
    }
	.container-category-item:nth-child(2) img {
    position: absolute;
    right: 100px;
    bottom: 0;
    max-width: 120px;
}
	.container-category-item {
	border-radius:8px;
	position: relative;
    overflow: hidden;
}
	.info-category h3 {
        font-size: 36px;
        color: #fff;
        line-height: normal;
        font-style: normal;
        font-weight: 700;
}
	.button-style-1-white {
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background-color: #fff;
    color: #373737;
}
	.recommended-category {
    margin: 10px auto 100px auto!important;
}
	.button_to_blog {
    text-align: right;
}
	.button-type-green {
    display: inline-flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: #8DC63F;
    color: #fff;
}
	.blog-home-container {
    margin-top: 65px !important;
}
	.title-home-section {
    text-align: center;
}
	.title-home-section h2 {
    color: #2F2F2F;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
    .onas-home-description {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 24px;
    }
	.onas-home-description {
    flex: 1;
}
	.onas-home-container img {
    flex: 1.5;
}
	.onas-home-description p {
    margin: 0;
}
.onas-home-description h3 {
    margin: 0;
	font-size: 36px;
    font-style: normal;
    line-height: normal;
    font-weight: 700;
}
	    .onas-home-description .subtitle {
        font-size: 24px;
        font-weight: 500;
        line-height: normal;
        font-style: normal;
    }
	    .onas-home-description .description {
        font-size: 16px;
        color: #4c4c4c;
        font-style: normal;
        line-height: normal;
        font-weight: 500;
    }
	.onas-home-container {
        display: flex;
        gap: 28px;
        padding: 50px 0;
        align-items: center;
    }
	.bestseller-section-product {
		flex:2;
	}
	.bestseller-home-container {
    display: flex;
    gap: 30px;
    align-items: center;
}
	.bestseller-home-container {
    margin: 140px auto 100px auto !important;
}
}
.additional-info {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
#tab-description h2:first-child {
    display: none !important;
}
.ct-header-account {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #b2b2b2;
	margin:0!important;
}
.container-category-item:first-child {
    background: #3FAFFF;
}
.container-category-item:nth-child(2) {
    background: rgba(255, 199, 63, 1);
}
.custom-product-loop {
    background: #fff !important;
}
.bestseller-home-container h3 {
    text-align: start !important;
}