.woocommerce .form-search button {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    background-color: transparent;
    border: 0;
}

.tk-topbar .wrapper-slider-topbar .swiper {
    margin: 0;
}

.logo-header {
    max-width: 230px;
}

#header .box-nav-ul .item-link {
    font-weight: 250;
}

.hero-mosaique-mosaique {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 60vh;
    gap: 1rem;
}

.hero-mosaique-col {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.hero-mosaique-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.hero-mosaique-card-tall {
    grid-row: span 2;
}

.hero-mosaique-card-small {
    height: 60%;
}

.hero-mosaique-card::before {
    content: "";
    position: absolute;
    inset: 0;
    /*background: inherit;*/
    background-size: cover;
    background-position: center;
    transition: all 0.4s ease;
    z-index: 0;
}

.hero-mosaique-card:hover::before {
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
    /*filter: blur(6px) brightness(0.9);*/
}


.hero-mosaique-card-inner {
    opacity: 0;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 1rem;
    transition: all 0.4s ease;
    color: #ffffff;
    /*background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);*/
}

.hero-mosaique-card:hover .hero-mosaique-card-inner {
    opacity: 1;
}

.hero-mosaique-card-title {
    text-transform: uppercase;
    color: inherit;
    text-align: center;
}

.hero-mosaique-card-text {
    text-align: center;
}

img.svg {
    max-width: 20px;
}

.header-bottom {
    margin-top: 1rem;
}

.header-default .box-nav-ul {
    gap: 4rem;
}

.card-product .card-product-info .title, .card-product .card-product-wrapper .on-sale-wrap .on-sale-item {
    font-weight: 500;
}

.sb_instagram_header {
    display: none;
}

#sbi_images > :nth-child(n+5) {
    display: none !important;
}

.sb-item-rating-ctn .sb-item-rating-icon svg{
    fill: #0a0a0a !important;
}

#sb-reviews-container-1 .sb-item-text {
    font-weight: 300;
    font-size: 0.8rem;
}

#sb-reviews-container-1 .sb-item-author-name {
    font-weight: 500;
}

#sb-reviews-container-1 .sb-post-item-wrap {
    background: #f4f4f4 !important;
}

.tk-btn {
    border-radius: 0;
    background-color: #ffffff;
    color: #0a0a0a;
}

.tk-btn:hover {
    color: #ffffff !important;
}

.tk-btn:not(.btn-reset):after {
    background-color: #0a0a0a;
}

.lien-mobile {
    display: none;
}

.item-video-thumb {
    position: relative;
}

.item-video-thumb:before {
    content: "▶"; /* symbole play */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: white;
    background: rgba(0,0,0,0.6);
    border-radius: 50%;
    padding: 8px 8px 8px 10px;
    line-height: 1;
    z-index: 1;
}

/*TABLEAU DESCRIPTION PRODUIT*/
.tab-reviews .watch-specs {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #333;
}

.tab-reviews .watch-specs thead th {
    background-color: #111;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 12px 15px;
    text-align: left;
}

.tab-reviews .watch-specs tbody tr {
    border-bottom: 1px solid #ddd;
}

.tab-reviews .watch-specs tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.tab-reviews .watch-specs td {
    padding: 12px 15px;
    vertical-align: top;
}

.tab-reviews .watch-specs tbody tr:hover {
    background-color: #f1f1f1;
    transition: 0.2s;
}

.tab-more ol, .tab-more ul {
    padding-left: 2rem;
    color: #6A6A6A
}

.tab-more ol li {
    list-style: decimal;
}

.tab-more ul li {
    list-style: disc;
}

.tab-more h2, .tab-more h3, .tab-more h4{
    padding-top: 1rem;
}

.category-description .category-text {
    color: #6A6A6A;
}

.page-title.category {
    z-index: 0;
}

/*MODAL PARLONS PROJET*/
.btn-fixed-devis {
    bottom: 3rem;
    right: 1rem;
    width: 65px;
    height: 65px;
    z-index: 9999999999;
    animation: pulse 3s infinite;
}

.btn-modal {
    border-radius: 0;
    background-color: #ffffff;
    color: #0a0a0a;
    transition: all 0.3s ease;
    padding: 14px 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #0a0a0a;
    position: relative;
    overflow: hidden;
}

.btn-modal:hover {
    background-color: #0a0a0a;
    color: #ffffff;
}

.btn-modal svg {
    fill: #0a0a0a;
    max-width: 24px;
}

.btn-modal:hover svg {
    fill: #ffffff;
}

.product-card.special-card .tk-btn {
    font-size: .8rem;
}

#sortingToggle.dropdown-toggle::after {
    display: none;
}

#sortingToggle {
    font-size: .7rem;
}

.shop-sale-text .text-caption-1 {
    font-size: .7rem;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(218, 39, 54, 0.7);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 0 15px 5px rgba(218, 39, 54, 0.7);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(218, 39, 54, 0);
    }
}

@media (max-width: 768px) {
    .hero-mosaique-mosaique {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
    }

    .hero-mosaique-card-tall {
        grid-row: auto;
    }

    .hero-mosaique-card::before {
        background: rgba(0, 0, 0, 0.5);
        backdrop-filter: blur(0px);
    }

    .hero-mosaique-card {
        min-height: 250px;
    }

    .hero-mosaique-card-inner {
        opacity: 1;
    }

    .hero-mosaique-card-title {
        font-size: 1.5rem;
    }

    .footer-bottom {
        padding-bottom: 4rem;
    }

    .lien-mobile {
        display: flex;
    }
}

@media (min-width: 769px) {
    .tk-social-icon li.mobile {
        display: none;
    }
}

@media (max-width: 768px) {
    .hero-mosaique-mosaique {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: auto;
        gap: 0.8rem;
    }

    .hero-mosaique-col:nth-child(1) {
        grid-column: 1;
        grid-row: 1 / span 2;
        display: grid;
        grid-template-rows: 1fr 1fr;
        gap: 0.8rem;
    }

    .hero-mosaique-col:nth-child(1) .hero-mosaique-card {
        aspect-ratio: 1 / 1;
    }

    .hero-mosaique-col:nth-child(2) {
        grid-column: 2;
        grid-row: 1 / span 2;
    }

    .hero-mosaique-col:nth-child(2) .hero-mosaique-card {
        height: 100%;
        aspect-ratio: 1 / 2;
    }

    .hero-mosaique-col:nth-child(3) {
        grid-column: 1 / span 2;
        grid-row: 3;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0.8rem;
    }

    .hero-mosaique-col:nth-child(3) .hero-mosaique-card {
        aspect-ratio: 1 / 1;
    }

    .hero-mosaique-card {
        display: block;
        width: 100%;
        background-size: cover;
        background-position: center;
        border-radius: 0px;
        position: relative;
        overflow: hidden;
    }

    .hero-mosaique-card::before {
        content: "";
        position: absolute; inset: 0;
        background: linear-gradient(180deg, rgba(0,0,0,.1), rgba(0,0,0,.35));
    }

    .hero-mosaique-card-inner {
        position: absolute; inset: 0;
        display: flex; flex-direction: column;
        padding: 1rem;
        color: #fff;
        text-shadow: 0 1px 2px rgba(0,0,0,.4);
    }

    .tk-countdown-lg .countdown__timer {
        justify-content: center;
    }

    section.flat-countdown-banner .btn-banner {
        text-align: center;
    }

    .flat-countdown-banner .banner-img {
        display: block !important;
        position: unset;
    }

    .flat-countdown-banner .banner-img img {
        max-height: 200px;
        object-fit: contain;
    }

    #sb-reviews-container-1 [data-post-style="boxed"] .sb-post-item-wrap {
        height: unset !important;
    }

    #sb_instagram.sbi_tab_col_2 #sbi_images {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .tk-grid-layout > .wg-blog:nth-of-type(n+4) {
        display: none !important;
    }

    .footer-logo {
        display: none !important;
    }

    .tk-social-icon {
        justify-content: space-between !important;
    }

    .tk-social-icon.style-white li.mobile a {
        border: unset !important;
        width: 130px !important;
    }

    .custom-empty-cart {
        padding: 0 !important;
    }

    .tk-shop-control .tk-control-layout {
        display: none !important;
    }
    
    #shopControl {
        display: flex;
        justify-content: space-between;
    }

    .wc-block-cart table.wc-block-cart-items, .wc-block-cart table.wc-block-cart-items td, .wc-block-cart table.wc-block-cart-items th {
        margin: 0px !important;
    }

    .tk-shop-control .tk-control-filter {
        flex-direction: column;
        align-items: unset !important;
        gap: 2px;
        font-size: .7rem;
    }
}