body{
    background-size: cover !important;    
}
@media (min-width: 768px), print {
  .sticky-menu:not(.active) .header-wrapper-left .logo-left {
    min-height: max-content !important;
    top: unset !important;
  }
}
/*footer.page-footer{
    filter: brightness(90%) !important; 
}*/
footer .footer-content-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer-content-top .social-links {
  display: flex;
  justify-content: space-between;
}
footer .footer-content-top .social-links a{
  overflow: auto;
  display: flex;
  justify-content: center;
  align-content: center;
}
footer .footer-content-top .social-links svg {
  width: 35px;
  height: 35px;
}
footer .footer-content-top .social-links ul {
  display: flex;
  gap: 5px;
  justify-content: end;
}

footer .footer-links-section {	
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
footer .footer-links-section .footer-links h6 {
  font-size: 20px;
  color: #FFF;
  font-weight: bold;
}
footer .footer-links-section .footer-links ul li {
  padding: ;
  padding: 10px 0;
}
footer .footer-links-section .footer-links ul li a {
  color: #FFF;
}

footer .footer-links-section .footer-links {
  width: calc(100% / 4);
}
footer .footer-copyright-payment{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 !important;
}
footer .footer-copyright-payment .footer-payments{
  display: flex;
  align-items: center;
  gap:5px;
}
footer .footer-copyright-payment .footer-payments img{
  height: 20px;
}


footer #topfooter .block.newsletter .field .control::before{
	content: unset;
}
footer #topfooter #newsletter-validate-detail{
	background: #FFF;
  	border-radius: 10px;
}
footer #topfooter .block.newsletter .action.subscribe{	
	margin: 0;
	border-radius: 10px;
	background-color: #e53b35;
}
footer #topfooter .block.newsletter .field{
	margin: 0;
}
footer #topfooter .block.newsletter .label{
	display: none;
}
footer #topfooter .block.newsletter input{	
	padding: 0 10px;
	color: #000;
    border-radius: 10px;
}
footer #topfooter  .block.newsletter .action.subscribe:hover{
	color:#FFF;
}
footer #topfooter .block.newsletter input::-webkit-input-placeholder,
footer #topfooter .block.newsletter input:-moz-placeholder ,
footer #topfooter .block.newsletter input::-moz-placeholder,
footer #topfooter .block.newsletter input:-ms-input-placeholder ,
footer #topfooter .block.newsletter input::-ms-input-placeholder,
footer #topfooter .block.newsletter input::placeholder { 
   color: #000;
   opacity: 1;
}
footer.page-footer{
    background-color: #242424;
    background-repeat: repeat-y;
    background-size: cover;
}



.cms-index-index .column.main{
	padding-left: 0;
    padding-right: 0;
}

.home-category-cta {
    display: flex;
    gap: 15px;
    padding: 10px;
}
.home-category-cta .category-cta {
    position: relative;
    flex: 1;
    overflow: hidden;
}
.home-category-cta .category-cta img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.home-category-cta .category-cta:hover img {
    transform: scale(1.05);
}
.home-category-cta .category-cta .cta-content {
    position: absolute;
    top: 50%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    transform: translate(0,-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    transition: background 0.3s ease;
} 
.home-category-cta .category-cta:hover .cta-content {
    background: rgba(0, 0, 0, 0.6);
}
.home-category-cta .category-cta .cta-content h5 {
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    letter-spacing: 1px;
}
.home-category-cta .category-cta .cta-content a {
    margin-top: 8px;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    border-bottom: 1px solid #fff;
    padding-bottom: 2px;
    transition: color 0.3s, border-color 0.3s;
}
.home-category-cta .category-cta .cta-content a:hover {
    color: #ffd700;
    border-color: #ffd700;
}

.home-category-static-banner {
    display: flex;
    gap: 20px; 
    justify-content: center;
    padding:  20px;
}
.home-category-static-banner .category-static-banner {
    flex: 1;
    overflow: hidden;
}
.home-category-static-banner .category-static-banner img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.home-category-static-banner .category-static-banner:hover img {
    transform: scale(1.05);
}



.home-article-items-section {
    display: flex;
    gap: 20px;
    justify-content: center;
    padding: 10px;
    flex-wrap: wrap;
}

.home-article-items-section .home-article-item {
    flex: 1;
    background: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s ease;
    cursor: pointer;
    min-width: 250px;
}

.home-article-items-section .home-article-item:hover {
    border-color: #6c63ff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.home-article-items-section .article-date {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.home-article-items-section .article-title {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
    color: #222;
    text-transform: uppercase;
}

.home-article-items-section .article-content {
    font-size: 14px;
    color: #444;
    line-height: 1.5;
    margin-bottom: 15px;
}

.home-article-items-section .home-article-item img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 4px;
    margin-top: auto;
}


.product-items.widget-product-grid {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media (min-width: 768px), print {
  footer #topfooter .block.newsletter {
    width: 50%;
  }
}

@media (min-width: 768px), print {
  .block-products-list .products-grid .product-items:not(.owl-carousel) > .product-item {
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 890px) {
    footer .footer-links-section .footer-links{
        width: calc(100% / 2);
    }
}
@media only screen and (max-width: 767px) {
    .cms-index-index .page-main{
        padding: 0;
    }
    .product-items.widget-product-grid{
        padding: 10px;
    }
    footer .footer-copyright-payment{
        padding: 0 10px !important;
    }
    .cms-index-index .pagebuilder-slider .pagebuilder-poster-content p > span:first-child {
        font-size: 40px !important;
    }
    .cms-index-index .pagebuilder-slider .pagebuilder-poster-content p > span:nth-child(2) {
        font-size: 20px !important;
    }
}
@media only screen and (max-width: 600px) {
    .home-category-cta{
        flex-direction: column;
    }
    footer .footer-copyright-payment{
        flex-direction: column;
        gap: 10px;
    }
    footer.page-footer .copyright{
        order: 1;
    }
}
@media only screen and (max-width: 500px) {
    .home-category-static-banner{
        padding: 10px;
        flex-direction: column;
    }
    footer .footer-content-top{        
        flex-direction: column;
        gap: 20px;
    }
}
@media only screen and (max-width: 450px) {
    footer .footer-links-section .footer-links{
        width: calc(100% / 1);
    }
}
.block-products-list{
	margin-top: 20px;
}
.block-products-list .block-title {
	overflow: auto;
	border-bottom: 2px solid #efefef;
	padding-bottom: 5px;
}
.block-products-list .block-title strong{
	background: #e53b35;
	color: #fff;
	font-weight: 500;
	padding: 10px;
	display: block;
  	width: max-content;
  	margin-left: 10px;
}