body {
    font-family: Arial, sans-serif;
}

#hero-section {
    background-color: #f5f5f5;
    padding: 40px 0;
    position: relative;
}

#hero-section img {
    max-width: 100%;
}

.hero-text {
    position: absolute;
    top: 30%;
    left: 10%;
    color: #fff;
}

.hero-text h1 {
    font-size: 2.5rem;
    font-weight: bold;
}

.hero-text p {
    font-size: 1.2rem;
    margin: 10px 0;
}

.hero-text a {
    background-color: #28a745;
    color: #fff;
    padding: 10px 20px;
}

#features-section {
    padding: 20px 0;
    margin: 30px 0;
}

#features-section i {
    font-size: 2rem;
    margin-bottom: 10px;
    float: left;
    border: none;
    border-radius: 15px;
    margin: 6px;
    padding: 0px;
    background-color: #d2debb;

}

#features-section p {
    font-size: 1.1rem;
    margin-bottom: 0px;
}

#product-grid-section .product-item {
    text-align: center;
    margin-bottom: 30px;
}

#product-grid-section img {
    max-width: 100%;
    height: auto;
}

#product-grid-section h3 {
    font-size: 1.1rem;
    margin-top: 10px;
}

#product-grid-section p {
    font-size: 1rem;
    color: #333;
}

#product-grid-section a {
    background-color: #007bff;
    color: white;
    padding: 8px 16px;
}

#sale-banner-section {
    background-color: #f4f4f4;
    padding: 40px 0;
}

.sale-banner {
    text-align: center;
}

.sale-banner h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.sale-banner a {
    background-color: #28a745;
    color: #fff;
    padding: 12px 25px;
}

#occasion-products-section .product-item {
    text-align: center;
    margin-bottom: 30px;
}


#search_widget form input {
    width: 100%;
    padding: 8px 20px 8px 40px !important;
    outline: none;
    background-color: #f1f1f1;
    border: none;
    border-radius: 20px !important;
    margin-top: 6px;
}

.user-info a span {
    display: none !important;
}

#_desktop_cart .cart-preview .header a span.hidden-sm-down {
    display: none !important;
}

#search_widget form i {
    margin-top: 7px;
}

#features-section .row div.col-md-3 div {
    text-align: left;

}

#features-section .row .col-md-3 .feature-part span {
    display: inline-block;
    padding: 10px;
    background-color: #d2debb;
    border-radius: 50%;
}

.feature-part {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    background-color: #f9f9f9;
    padding: 22px 20px;
}

.masonry-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
    padding: 20px;
    max-width: 1200px;
    margin: auto;
}

.grid-item {
    position: relative;
    overflow: hidden;
}

.grid-item.large {
    grid-column: span 2;
}

.grid-item.medium {
    grid-row: span 2;
}

.content img {
    width: 100%;
    height: auto;
    display: block;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.grid-item:hover .overlay {
    opacity: 1;
}

.overlay h2 {
    font-size: 24px;
    margin: 10px 0;
}

.overlay span {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.cta {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 8px 16px;
    transition: background-color 0.3s ease;
}

.cta:hover {
    background-color: #fff;
    color: #000;
}

.product-additional-info .social-sharing {
    display: none !important;
}

.blockreassurance_product {
    display: none !important;
}

.has-discount .discount,
.product-flags li.product-flag.discount,
.product-flags li.product-flag.discount-amount,
.product-flags li.product-flag.discount-percentage,
.btn-primary,
.btn-primary:hover {
    background-color: #93b84e !important;
    border-radius: 3px;
}

.has-discount .page-content.page-cms ul,
.has-discount p,
.has-discount.product-price,
.page-content.page-cms .has-discount ul {
    color: #93b84e !important;
}

.add-to-cart .material-icons.shopping-cart {
    display: none !important;
}

.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover {
    border-bottom: #DD6A3B 3px solid !important;
}

.tabs .nav-tabs .nav-link.active {
    color: #DD6A3B !important;
}

.product-images>li.thumb-container .thumb.selected,
.product-images>li.thumb-container .thumb:hover {
    border: #93b84e 3px solid !important;
}

#wrapper {
    padding-top: 0px !important;
    background: white !important;
}

#wrapper nav.breadcrumb {
    margin: 40px 0;
}

.product-card img {
    margin: auto;
    display: block;
}

.product-card>a {
    display: block;
}

.product-card .wraper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.product-card .wraper ul {
    list-style-type: none;
    margin-bottom: 0;
}

.product-card .wraper ul a li {

    color: #232323;
}

.product-card .wraper .cart-button {
    background-color: #F8C0A0;
    color: #93b84e;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.product-flags {
    left: 15px !important;

}

body .product-flags li.product-flag {
    background: #ECDCC2;
    border-radius: 4px;
    color: black;
    padding: 6px 10px;
}

.mesonary {
    overflow-x: hidden;
}

.ph-recommend-products .product-card {
    padding: 0px 13px;
}

.product-card .regular-price {
    display: inline-block;
    font-size: .875rem;
    color: #7a7a7a;
    text-decoration: line-through;
}

#header .header-top a[data-depth="0"] {
    color: black !important;
    text-transform: none !important;
}

#header .header-top .top-menu .current {}

#header .header-top .position-static {
    display: flex;
}

#header .header-top .position-static>div {
    margin-left: auto;
}

.top-menu a.dropdown-submenu {
    text-transform: none !important;
}

.featured-products h2 {
    margin-bottom: 20px;
}

.featured-products .products {
    gap: 30px;
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

.featured-products .products>div {
    width: 100%;
}

.featured-products .products-section-title {
    text-transform: none !important;
    text-align: left !important;
}

.icon-container {
    display: flex;
    gap: 20px;
    font-size: 24px;
    color: #333;
}

.icon {
    position: relative;
    display: inline-block;
    color: transparent;
    -webkit-text-stroke: 1px #333;
    font-weight: normal;
}

.badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: #DD6A3B;
    color: white !important;
    border-radius: 50%;
    padding: 0px 6px;
    font-size: 9px;
    font-weight: bold;
    -webkit-text-stroke: 1px transparent;
}

#header .header-nav .cart-preview.active {
    background-color: transparent !important;
}

#header .header-nav .cart-preview.active i {

    font-size: 20px !important;
}



.d-flex {
    display: flex !important;
}


.mesonary .wrapper-mt {
    margin-top: 20px;
}

#footer {
    padding-top: 0px !important;
}

.icon-container-2 {

    gap: 20px;
    font-size: 20px;
    color: #333;
}

.icon-2 {
    position: relative;
    display: inline-block;
    color: transparent;
    -webkit-text-stroke: 1px #333;
    font-weight: normal;
}

.icon-container-2 .icon-2 i {
    margin-right: 5px;
    -webkit-text-stroke: 1px #333;
}

.icon-container-2 .icon-2 span {
    color: #7a7a7a !important;
    -webkit-text-stroke: #7a7a7a;
}

@media (min-width: 1200px) {
    .container {
        width: 1280px !important;
    }
}

#header .header-infos {
    padding: 13px 0;
}

#header .header-info {
    padding: 0 10px;
    display: flex;
    align-items: center;
    gap: 5px;
    width: fit-content;
}

#header .header-info:not(:last-child) {
    border-right: 1px solid #858585;
}

#header .header-infos span {
    color: black !important;
}

#header .header-nav {
    background: #ECDCC2;
}

#header .header-nav .icon-container-2 {
    font-weight: bold !important;
}

body #header .header-nav .blockcart {
    background: none;
}

body .home-banner img {
    width: 100%;
}

.masonary {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    gap: 20px;
    padding: 20px;
}

@media (min-width: 768px) {
    .masonary {
        flex-direction: row;
        gap: 30px;
        height: 520px;
    }


}

@media (max-width: 768px) {
    .masonary-firstcard {
        height: fit-content;
    }
}

.masonary-firstcard {
    width: 100%;
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    .masonary-firstcard {
        width: 30%;
    }
}

.masonary-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;
}

@media (min-width: 768px) {
    .masonary-container {
        gap: 30px;
    }
}

.masonary-firstcard img {
    width: 100%;
    object-fit: contain;
}

.masonary-firstcard .content {
    height: 150px;
    background: #F8C0A0;
}

.masonary-card {
    background: #f0f0f0;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.masonary-card .content {
    min-width: 200px;
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.masonary-card .content p,
.masonary-card .content h3 {
    margin-bottom: 0;
}

.masonary-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.masonary-card .content a {
    margin-top: 20px;
    color: #DD6A3B;
    text-decoration: none;
}

.masonary-rows {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media (min-width: 768px) {
    .masonary-rows {
        flex-direction: row;
        gap: 30px;
    }
}

.masonary-rows1 {
    height: calc(50% - 15px);
}

.masonary-rows2 {
    height: calc(50% - 15px);
}

.masonary-rows1>div:nth-child(1) {
    display: flex;
    flex-direction: column;
    width: 100%;
}

@media (min-width: 768px) {
    .masonary-rows1>div:nth-child(1) {
        width: 33.33%;
    }
}

.masonary-rows1>div:nth-child(1) .content {
    height: 100%;
}

.masonary-rows1 .content {
    background: #ECDCC2;
}

.masonary-rows1>div:nth-child(1) img {
    object-fit: initial;
    height: auto;
}

.masonary-rows1>div:nth-child(2) {
    display: flex;
    flex-direction: column;
    width: 100%;
}

@media (min-width: 768px) {
    .masonary-rows1>div:nth-child(2) {
        flex-direction: row;
        width: 66.67%;
    }

    .masonary-rows1>div:nth-child(2) img {
        width: auto !important;
    }
}

.masonary-rows2>div:nth-child(1) {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #ECDCC2;
}


@media (min-width: 768px) {
    .masonary-rows2>div:nth-child(1) {
        flex-direction: row;
        width: 55%;
    }
}

.masonary-rows2>div:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background: #F8C0A0;
}

@media (min-width: 768px) {
    .masonary-rows2>div:nth-child(2) {
        flex-direction: row;
        width: 45%;
    }
}


body .h2 {
    font-size: 2em;
    font-weight: bold !important;
}


.announcement {
    margin-top: 60px;
    background: linear-gradient(90deg, rgba(248, 192, 160, 1) 0%, rgba(236, 220, 194, 1) 100%);
}

.announcement-container {
    display: flex;
    flex-direction: row;
    height: 100%;
    margin: 0 auto;
}

@media screen and (min-width:1550px) {
    .announcement-container {
        padding: 40px 0;
        max-width: 1280px;
    }

}

.announcement-container>div {
    width: 50%;
}

.announcement-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.announcement-image img {
    max-width: 100%;
    height: auto;
}

.announcement-content {
    display: flex;
    align-items: center;
    padding-left: 40px;
}

.announcement .wraper {
    padding: 20px;
}

.announcement .wraper a {
    display: inline-block;
    margin-top: 10px;
    padding: 15px 20px;
    background-color: white;
    color: black;
    font-weight: bold;
    text-decoration: none;
}

.announcement .wraper a:hover {
    background: black;
    color: white;
}

.announcement h2 {
    font-size: 36px !important;
    margin-bottom: 20px;
}

.announcement .announcement-subtitle {
    color: black;
    font-size: 18px;
}

@media (max-width: 768px) {
    .announcement-container {
        flex-direction: column;
    }

    .announcement-container>div {
        width: 100%;
    }

    .announcement h2 {
        font-size: 25px !important;
    }

    .announcement-content {
        padding-left: initial;
    }
}

section.subscribe-sec {
    background: #ECDCC2;
    margin-top: 80px;
}

.subscribe-section {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    flex-wrap: wrap;
}

.subscribe-section .image-container {
    width: 48%;
    margin-left: auto;
}

.subscribe-section .image-container img {
    width: 100%;
    height: auto;
    margin-top: -90px;
}

.subscribe-section .wrapper-suscribe {
    width: 48%;
    padding-left: 50px;
}

.subscribe-section .wrapper-suscribe h3 {
    font-size: 22px;
}

.subscribe-section form {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 20px;
}

.subscribe-section form input[type="text"] {
    border-radius: 0;
    height: 60px;
    flex-grow: 1;
    padding: 0 10px;
    border: 1px solid #ccc;
}

.subscribe-section form input[type="submit"] {
    background-color: #DD6A3B;
    color: black;
    padding: 0 50px;
    height: 60px;
    border: none;
    cursor: pointer;
    font-weight: bold;
}

.subscribe-section form input[type="submit"]:hover {
    background-color: #DF987C;
}

@media (max-width: 1080px) {
    .subscribe-section {
        flex-direction: column;
    }

    .subscribe-section .wrapper-suscribe {
        width: 100%;
        padding: 20px;
        margin-top: 20px;
    }

    .wrapper-suscribe form>input {
        width: 100%;
    }

    .subscribe-section .image-container {
        width: 100%;
        max-width: 400px;
        margin: auto;
        padding: 0;
        margin-top: 20px;
    }

    .subscribe-section .wrapper-suscribe {
        padding-left: 0;
    }

    .subscribe-section form {
        flex-direction: column;
    }
}

.block-social {
    display: none;
}


.footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
}

.footer .left-section {
    font-size: 14px;

}

.footer .center-section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
}

.footer .payment-icons {
    display: inline-flex;
    align-items: center;
    margin-left: 10px;
}

.footer .payment-icons img {
    margin-left: 5px;
    height: 30px;
    vertical-align: middle;
}

.footer .right-section a {

    text-decoration: none;
    font-size: 14px;
    color: black;
}

.footer .right-section a:hover {
    text-decoration: underline;
}

.footer-container {
    background: #FAFAFA;
}

.footer-container>.container>.row {
    display: flex;
}

.footer-container>.container>.row .block-contact {
    margin-right: auto;
}

.footer-container>.container>.row .block-contact a {
    color: black;
}

.footer-container>.container>.row .block-contact .block-contact-title {
    display: none;
}

.footer-container>.container>.row #block_myaccount_infos {
    width: fit-content;
}

@media screen and (max-width:991px) {
    .footer-container>.container>.row {
        flex-direction: column;
        gap: 20px;
    }
}

@media screen and (max-width:767px) {
    .footer {
        flex-direction: column;
        gap: 10px;
    }
}

.category-hero {
    width: calc(100vw - 8px);
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background: #DD6A3B;
    color: white;
    font-weight: bold;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    font-size: 40px;
    display: flex;
    flex-direction: column;
}

.category-hero h1 {
    font-size: 1.1em;
    margin-bottom: 20px;
    width: 100%;
    max-width: 900px;
    margin: 20px auto;
}

.category-hero p {
    max-width: 900px;
    color: white;
    margin: 0 auto;
    width: 100%;
}

@media screen and (max-width:680px) {
    .category-hero {
        font-size: 24px;
    }
}

#js-product-list .products {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 40px;
}

#js-product-list .products .product {
    position: relative;
    border: 1px solid lightgrey;
    padding: 20px;
    width: 100%;
}

.js-product.product {
    border: 1px solid lightgrey;
    padding: 20px;
}

@media screen and (max-width:767px) {
    #header .header-top {
        padding: 0 !important;
    }
}

@media screen and (max-width:535px) {
    #js-product-list .products .product {
        min-width: 360px;
        margin: auto;
    }
}

body .pagination .current a {
    color: #DD6A3B;
}

.ph-recommend-products.featured-products {
    max-width: 1280px !important;
    width: 100% !important;
}

.ph-recommend-products.featured-products .products.only_desktop {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

.has-discount .discount,
.product-flags li.product-flag.discount,
.product-flags li.product-flag.discount-amount,
.product-flags li.product-flag.discount-percentage,
.btn-primary,
.btn-primary:hover {
    background: #f39d72 !important;
}

body .product {
    position: relative;
}

.product-information .tabs {
    padding: 0;
}

.product-images>li.thumb-container .thumb.selected,
.product-images>li.thumb-container .thumb:hover {
    border: #f39d72 3px solid !important;
}

.product-prices {
    display: flex;
    align-items: center;
    gap: 5px;
}

#header .icon-2 a {
    color: transparent;
}


.sf-menu {
    position: relative;
    padding: 0;
    width: 100%;

}

.sf-menu,
.sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sf-menu>li {
    float: left;

    margin-bottom: -3px;
}

.sf-menu>li>ul {
    padding: 26px 30px 31px;
    width: 100%;
}

.sf-menu li ul {
    display: none;
    left: 0;
    top: 59px;
    z-index: 99;
    padding: 12px 0 18px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 5px 13px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 5px 13px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 5px 13px;
}

.sf-menu ul {
    position: absolute;
    top: -999em;
    background: #fff;
}


.sf-menu>li>a {
    font: 600 13px / 22px "Open Sans", sans-serif;
    text-transform: initial;
    color: #484848;
    display: block;
    padding: 17px 12px;

}

.sf-menu li:hover {
    visibility: inherit;
}

.mm_menu_content_title {
    padding: 0 7px !important;
}

.mm_menus_li>a {
    text-transform: capitalize !important;
}

body:not(#index):not(#category):not(#product) .subscribe-sec {
    display: none;
}

body .layout_layout1 .ets_mm_megamenu_content {
    border: none;
}

.cart-summary #cart-subtotal-shipping {
    display: none;
}

body .layout_layout1 .mm_menus_li {
    border: none !important;
}

.home-single-category .products-container {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 19px;
    margin-top: 40px;
}

.homeslider-container {
    margin-bottom: 1.5rem;
}

.homeslider-container li {
    max-height: 400px;
    overflow: hidden;
}

body .product-flags li.product-flag.new {
    background: #119ba9 !important;
    color: white;
}

body .product-flags li.product-flag.hearth {
    background: #ea5353 !important;
    color: white;
}

.products-container {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

.product-custom-features ul {
    display: flex;
    gap: 10px;
}

.product-custom-features li {
    display: flex;
    align-items: center;
    padding: 10px;
    width: fit-content;
    gap: 10px;
    background: #ecdcc2;
}

.product-card-availability-date {
    margin-top: 20px;
    text-align: center;
}

.category-subcategories {
    margin: 20px 0;
}

.category-subcategories h2 {
    font-size: 1.2em;
    margin: 20px 0 !important;
    font-weight: bold;
}

.subcategories-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.subcategory-item {
    text-align: center;
    width: 120px;
}

.subcategory-item a {
    text-decoration: none;
    color: inherit;
}

.subcategory-item img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    border-radius: 5px;
    margin-bottom: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.subcategory-item img:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.subcategory-item span {
    display: block;
    font-size: 0.9em;
    font-weight: 600;
    color: #555;
    word-wrap: break-word;
    line-height: 1.2;
    margin-top: 5px;
}


body .facet-dropdown .dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
}

body #blockcart-modal .cart-content p:nth-child(3) {
    display: none;
}

#header .header-nav #menu-icon {
    display: none;
}

#search_filters {
    padding-left: 0 !important;
}

li:has(label a[href*="Disponibilit%C3%A9-Disponible"]) {
    display: none;
}

.layout_layout1 .ets_mm_megamenu_content,
.ets_mm_megamenu .container {
    background: none !important;
}

.ybc-menu-toggle {
    text-align: right;
}

@media screen and (max-width:1200px) {
    .mm_menus_ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start !important;
    }

    .header-nav>.container {
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    #header .top-logo img {
        max-height: 50px !important;
    }

    .ets_mm_megamenu.hook-custom {
        margin-top: 0 !important;
    }

    .header-nav {
        max-height: 70px !important;
        height: 70px;
        display: flex;
        align-items: center;
    }

    .product-quantity {
        flex-wrap: wrap;
    }
}

.js-mailalert-add {
    white-space: wrap !important;
}

@media screen and (max-width:767px) {
    .masonary .masonary-firstcard .rotating-item {
        flex-direction: row !important;
    }

    .masonary .masonary-firstcard .content {
        height: 250px;
    }

    .masonary-rows {
        flex-direction: row !important;
    }

    .masonary-card .content h3 {
        font-size: 0.95rem;
    }

    .masonary-card .content a {
        margin-top: 10px;
    }

    #products #js-product-list {
        margin: 0 20px;
    }
}