/*!
Theme Name: timekeeping
Author: AM WEB & MULTIMÉDIA
Description: Thème Wordpress de base (nom à changer dans style.css)
Version: 1.0.0
*/
body {
    overflow-x: hidden;
}

.grecaptcha-badge {
    display: none !important;
}

.btn-small {
    font-size: 0.7rem;
    font-weight: bold;
}

.btn-search {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F9F9F9;
    border-radius: 20px;
    padding: 14px 32px;
    font-size: 0.7rem;
    font-weight: bold;
    text-transform: uppercase;
}

.btn-search .icon-search2 {
    margin-right: 10px;
}

#header .nav-icon .icon-search2 {
    font-size: 20px;
}

footer .footer-infor .footer-logo img {
    width: 240px;
}

ul.footer-info a {
    color: #fff;
}

.collection-position.presentation-card .title-top .title {
    font-size: 1.5rem;
}

.collection-position.presentation-card {
  position: relative;
}

.collection-position.presentation-card .img-style {
  display: block;
  width: 100%;
  height: 300px;
  position: relative;
  z-index: 1;
}

.collection-position.presentation-card .img-style img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.collection-position.presentation-card .menu-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
  pointer-events: none;
}

.collection-position.presentation-card .content {
  display: grid;
  gap: 8px;
  position: absolute;
  top: 50%;
  left: 15px;
  right: 15px;
  transform: translateY(-50%);
  text-align: center;
  z-index: 3;
}

.mega-menu-item .content .tk-btn {
    margin-top: 1rem;
    font-size: .8rem !important;
}

@media screen and (max-width: 991px) {
    .logo-header img {
        width: 200px;
    }
    .btn-fixed-devis {
        bottom: 26%;
        width: 40px;
        height: 40px;
    }
    .btn-fixed-devis svg {
        width: 20px !important;
    }
}

.tk-slideshow .content-slider {
    color: #fff !important;
}

.stock.out-of-stock {
    color: #cc1233;
    margin-top: 2rem;
}

.card-product-wrapper .product-img.out-of-stock .img-product {
    filter: brightness(0.7);
    transition: all .5s ease;
}

.card-product-wrapper .product-img.out-of-stock .img-hover {
    filter: none;
}

.product-label {
    text-align: center;
    color: #6A6A6A;
    text-transform: uppercase;
    font-size: .8rem;
    letter-spacing: 2px;
}

.card-product-info .installment {
    font-size: 0.8rem;
    text-align: center;
    color: #C40D2E;
    margin-top: -10px;
}

.tk-slideshow .wrap-slider {
    height: calc(100vh - 180px);
}

.container.full-width {
    max-width: 100%;
}

.product-highlight .img-style img {
    max-height: 500px;
}

.mansonery-section .desc.text-white h1, .mansonery-section .desc.text-white h2, .mansonery-section .desc.text-white h3 {
    color: #fff;
}

.mansonery-section .collection-position {
    max-height: 630px;
}

.collection-position .img-style video {
  filter: brightness(0.5);
  width: 100%;
  height: auto;
  object-fit: cover;
}

.wg-blog.style-1.hover-image .image img {
    height: 280px;
}

.border-radius-0 {
    border-radius: 0px !important;
}

.box-btn.center {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#sb_instagram .sbi_follow_btn a,
#sb_instagram #sbi_load .sbi_load_btn,
.et-db #et-boc .et-l .et_pb_module .sbi_follow_btn a {
    background-color: #000 !important;
    color: #fff !important;
    padding: 14px 32px !important;
    border-radius: 99px !important;
    display: inline-flex;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    font-size: 1rem !important;
    line-height: 26px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    border: 1px solid #000 !important;
    position: relative !important;
    overflow: hidden !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
}

#sb_instagram .sbi_follow_btn a:hover,
#sb_instagram #sbi_load .sbi_load_btn:hover,
.et-db #et-boc .et-l .et_pb_module .sbi_follow_btn a:hover {
    background-color: #fff !important;
    color: #000 !important;
    border: 1px solid #000 !important;
    box-shadow: unset !important;
}

@media only screen and (max-width: 991px) {
  #sb_instagram .sbi_follow_btn a,
  #sb_instagram #sbi_load .sbi_load_btn,
  .et-db #et-boc .et-l .et_pb_module .sbi_follow_btn a {
    padding: 12px 20px;
    font-size: 14px;
    line-height: 22px;
  }
}

#sb_instagram a,
#sb_instagram a:active,
#sb_instagram a:focus,
#sb_instagram a:hover,
.sbi_lightbox a:active,
.sbi_lightbox a:focus,
.sbi_lightbox a:hover {
  outline: 0;
}

.nav-search.mobile {
    display: none !important;
}

@media screen and (max-width: 991px) {
    .nav-search, .nav-location, .nav-gift, .nav-search.mobile {
        display: none !important;
    }
    .light-spacing {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #button.chat-closed {
        margin-bottom: 80px !important;
    }
}

@media screen and (max-width: 770px) {
    .light-spacing {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .card-product .card-product-wrapper .on-sale-wrap .on-sale-item {
        font-size: .6rem;
    }
    .tk-breadcrumb-wrap {
        padding-top: 0px;
    }
    .card-product .card-product-info .title {
        font-size: .7rem;
    }
}

.header-default .main-header .wrapper-header {
    width: 100%;
    margin: 0 auto;
}

.brand-item img {
    width: 110px;
    object-fit: contain;
    height: 100px;
}

section.categories .collection-circle .img-style img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

section.categories .collection-circle .img-style {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-title.category h3, .page-title.category a, .page-title.category i, .page-title.category li {
    color: #fff;
}

.page-title.category {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-title.category .banner-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.page-title.category .banner-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  pointer-events: none;
}

.page-title.category .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
  z-index: 1;
}

.page-title.category .container-full {
  position: relative;
  z-index: 2;
}

.page-title.category .overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0,0,0,.4);
  z-index: 1;
  pointer-events: none;
}

.page-title.category .video-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  pointer-events: none;
}

.page-title.category h3, .page-title.category a, .page-title.category i, .page-title.category li {
    text-transform: uppercase;
}

.about-us-content p.subtitle {
    text-align: center;
    color: #6A6A6A;
    letter-spacing: 1px;
}

.about-us-content h2.title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 0px !important;
}

.about-us-content h3.title {
    text-align: center;
    color: #C40D2E;
    font-size: 1.5rem;
}

.widget-content-inner p {
    text-align: justify;
    color: #6A6A6A;
    font-size: 1rem;
    line-height: 1.5;
}

.no-results-container {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0px;
  text-align: center;
}

.no-results-lottie {
  width: 300px;
  height: 300px;
  max-width: 90vw;
}

.no-results-text {
  margin-top: 20px;
  font-size: 1.2rem;
  color: #000;
}

.no-results-text strong {
    color: #C40D2E;
} 

.subcategory-section {
    padding: 20px 0;
    background-color: #fff;
}

.subcategory-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

.subcategory-carousel {
    position: relative;
    display: flex;
    align-items: center;
}

.carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.carousel-prev {
    left: 0;
}

.carousel-next {
    right: 0;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.button-dark {
    background-color: #333;
    color: #fff;
}

.button-icon {
    width: 40px;
    height: 40px;
    border-radius: 20px;
}

.button-icon svg.icon {
    width: 20px;
    fill: white;
}

.subcategory-list {
    display: flex;
    overflow-x: auto;
    flex-wrap: nowrap;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    list-style: none;
    padding: 0 40px;
    margin: 0;
    gap: 12px;
    scrollbar-width: none;
    cursor: grab;
}

.subcategory-list:active {
    cursor: grabbing;
}

.subcategory-list::-webkit-scrollbar {
    display: none;
}

.subcategory-item {
    white-space: nowrap;
    flex: 0 0 auto;
}

.subcategory-link .tag {
    display: inline-block;
    padding: 8px 32px;
    border-radius: 20px;
    background-color: #f1f1f1;
    color: #6A6A6A;
    text-decoration: none;
    font-size: .8rem;
    text-transform: uppercase;
}

.subcategory-link .tag:hover {
    background-color: #ddd;
}

.subcategory-link, 
.subcategory-item, 
.tag {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.cart .stock.out-of-stock {
    color: #C40D2E;
}

.dd-container.container h2, .simple-section h2 {
    margin-top: 2rem;
    font-size: 1.5rem;
}

.dd-container.container h3, .simple-section h3 {
    margin-top: 2rem;
    font-size: 1.35rem;
}

.dd-container.container h4, .simple-section h4 {
    margin-top: 2rem;
    font-size: 1.2rem;
}

/* .widget-content-tab .tab-description p {
    display: flex;
    justify-content: center;
} */

.widget-content-tab .tab-description img {
    max-height: 300px;
}

@media (max-width: 991px) {
  .footer-infor {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .footer-location {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-bottom: 1rem;
  }

  .footer-location:last-child {
    border-bottom: none;
  }

  .thumbs-slider .tk-product-media-thumbs {
    height: fit-content;
    }

    .woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
        margin-left: 2rem;
    }
}

/* Section principale */
.tk-product-details {
  margin-top: 2rem;
  font-family: "Helvetica Neue", sans-serif;
  color: #000;
}

/* Titre du switch */
.tk-switching-title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

/* Liste des produits switch */
.tk-switching {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.switch-item {
  border: 1px solid #ddd;
  width: 100px;
  height: auto;
  transition: border-color 0.3s;
}

.switch-item a {
    height: 100%;
}

.switch-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.switch-item:hover {
  border-color: #000;
}

.tk-interest {
  border: 1px solid #333;
  border-radius: 8px;
  margin-top: 2rem;
  padding: 1.5rem;
  background-color: #F9F9F9;
  padding-top: 0px;
}

.tk-interest-header {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.tk-interest-header span {
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
}

.tk-interest-header strong {
  color: #C40D2E;
}

#pwgc-email-pdf-link {
    color: #C40D2E !important;
}

.interest-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 1rem 0px;
}

.interest-item .image img {
  width: 120px;
  height: 120px;
  border-radius: 4px;
  object-fit: cover;
}

.text-interest {
  flex: 1;
  min-width: 200px;
}

.title-interest {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0px;
  line-height: 1;
}

.info-interest {
  font-size: 14px;
  margin-bottom: 0.5rem;
  color: #555;
}

.details {
  font-size: 14px;
  color: #009c2f;
  font-weight: 500;
}

@media (max-width: 768px) {
  .tk-switching {
    justify-content: center;
  }

  .interest-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .text-interest {
    text-align: center;
  }
}

.tk-product-info-list .cart {
    margin: 2rem 0px;
}

.woocommerce-message {
  border-top-color: #0fca7a !important;
}

.woocommerce-message::before {
  color: #0fca7a !important;
}

.woocommerce-error::after, .woocommerce-info::after, .woocommerce-message::after {
  content: unset !important;
}

.tk-product-alert {
    padding: 1rem;
}

.woocommerce-error {
  background-color: #e85347 !important;
}

.woocommerce-info {
  background-color: #058efc !important;
}

.woocommerce-message {
  background-color: #0fca7a !important;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    margin-bottom: 0px !important;
    color: #fff !important;
    border: 0px !important;
    padding: 1rem 2rem !important;
    border-radius: 5px;
}

.woocommerce-error:has(button),
.woocommerce-info:has(button),
.woocommerce-message:has(button) {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
    padding: 7px 26px;
    border-radius: 20px;
    background-color: #fff !important;
    color: #000 !important;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-size: .9rem;
    font-weight: 500;
    border: 1px solid #000 !important;
    text-wrap: nowrap;
}

.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff !important;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    content: unset !important;
}

.woocommerce-error .button:hover, .woocommerce-info .button:hover, .woocommerce-message .button:hover {
    background-color: #000;
    color: #fff;
}

.tk-shipping-pickup-status {
    font-family: inherit;
    font-size: 1rem;
    color: #000;
    padding: 0px 1rem;
    margin-top: 2rem;
}

.tk-pickup-status,
.tk-shipping-status {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1rem;
}

.tk-pickup-delay {
    font-size: 0.95rem;
    color: #000;
}

.text-success {
    color: #28a745;
}

.fw-bold {
    font-weight: bold;
}

.stock.in-stock {
    display: none;
}

.wpcf7-form p label {
    width: 100%;
}

.sub-nav-menu .sub-element {
    padding-left: 1rem;
}

.tk-product-alert {
  position: fixed;
  width: 100%;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  padding: 15px 20px;
  opacity: 1;
  transition: opacity 0.5s ease-out;
}

.tk-product-alert.hidden {
  opacity: 0;
}

ul.woocommerce-error:has(li:nth-child(2)) {
    flex-direction: column;
    gap: 22px;
}

.size-guide {
    text-decoration: underline;
}

.wpcf7 .wpcf7-response-output {
    color: #fff;
    padding: 1rem 1rem !important;
    font-weight: bold;
    margin: 0px !important;
    border-radius: 5px;
    font-size: .7rem;
    text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output {
    background-color: #0fca7a;
    border: 1px solid #0fca7a !important;
}

.wpcf7 form.invalid .wpcf7-response-output {
    background-color: #f4bd0e;
    border: 1px solid #f4bd0e !important;
}

.align-form p {
    text-align: center;
    margin-bottom: 0px !important;
} 

.align-form .wpcf7-spinner {
    margin-top: 1rem;
} 

.accordion-faqs-content .fieldset-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

#gridLayout.loading {
  opacity: 0.2;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.wg-blog .image img {
    height: 300px;
    object-fit: cover;
}

.MsoNormal {
    margin: 1rem 0px;
}

.tk-badge {
  border-radius: 40px;
  padding: 4px 16px 4px 16px;
  background-color: var(--surface);
  border: 0;
}

.woocommerce-button.button, .wc-block-cart__submit-butto, .single_add_to_cart_button, .wc-block-cart__submit-button {
    text-transform: uppercase !important;
    padding: 12px 20px !important;
    font-size: 1rem !important;
    line-height: 22px !important;
    transition: all 0.3s ease !important;
    background-color: #000 !important;
    color: #fff !important;
    border-radius: 0px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    font-weight: 600 !important;
    border: 1px solid #000 !important;
    position: relative !important;
    overflow: hidden !important;
}

.woocommerce-button.button:hover, .wc-block-cart__submit-button:hover, .single_add_to_cart_button:hover, .wc-block-cart__submit-button:hover {
  color: #000 !important;
  background-color: #fff !important;
}

.input-text.qty.text {
    height: 100%;
}

#pwgc-purchase-container {
    display: block !important;
}

.woocommerce form .form-row .input-text {
    border-color: #000 !important;
    border: 2px solid var(--line) !important;
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 16px !important;
    line-height: 26px !important;
    border-radius: 8px !important;
    padding: 9px 16px !important;
    width: 100% !important;
    background: #fff !important;
    color: #000 !important;
    font-weight: 400 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.dd-container.container {
    background-color: #fff;
    color: #000;
    font-family: 'Inter', sans-serif;
    padding: 0px 40px;
}

/* .woocommerce {
    display: flex;
    gap: 60px;
    align-items: flex-start;
} */

.woocommerce-MyAccount-navigation {
    width: 250px;
    border-right: 1px solid #000;
    padding-right: 30px;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce-MyAccount-navigation li {
    margin-bottom: 20px;
}

.woocommerce-MyAccount-navigation a {
    display: block;
    color: #000;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    padding-left: 12px;
    transition: color 0.3s ease;
}

.woocommerce-MyAccount-navigation a::before {
    content: '–';
    position: absolute;
    left: 0;
    color: #000;
    transition: transform 0.3s ease;
}

.woocommerce-MyAccount-navigation-link.is-active a,
.woocommerce-MyAccount-navigation a:hover {
    font-weight: 700;
    color: #000;
}

.woocommerce-MyAccount-navigation-link.is-active a::before,
.woocommerce-MyAccount-navigation a:hover::before {
    transform: translateX(2px);
}

.woocommerce-MyAccount-content {
    flex: 1;
    background-color: #fff;
    padding: 0;
    font-size: 16px;
    line-height: 1.7;
}

.woocommerce-MyAccount-content a {
    color: #000;
    font-weight: 500;
    text-decoration: underline;
    transition: opacity 0.2s ease;
}

.woocommerce-notices-wrapper,
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
    color: #fff;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 0;
    font-size: 14px;
}

.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 700;
}

.woocommerce-account .woocommerce table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 30px;
}

.woocommerce-account .woocommerce table th,
.woocommerce-account .woocommerce table td {
    padding: 14px 16px;
    border: 1px solid #000;
    font-size: 14px;
    text-align: left;
}

.woocommerce-account .woocommerce table th {
    background-color: #000;
    color: #fff;
    font-weight: 600;
}

.woocommerce-account .woocommerce table td a {
    color: #000;
    text-decoration: underline;
}

.woocommerce-account .woocommerce form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.woocommerce form input,
.woocommerce form textarea,
.woocommerce form select {
    padding: 12px 16px;
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    font-family: inherit;
    border-radius: 0;
    width: 100% !important;
}

.woocommerce form label {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 6px;
}

.woocommerce button,
.woocommerce input.button,
.woocommerce a.button {
    background-color: #000;
    border-radius: 0px !important;
    color: #fff;
    border: none;
    padding: 12px 24px;
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: background-color 0.3s ease;
}

.woocommerce button:hover,
.woocommerce input.button:hover,
.woocommerce a.button:hover {
    background-color: #222;
}

.woocommerce-MyAccount-content p a {
    font-weight: 500;
    text-decoration: underline;
}

.woocommerce-LostPassword a, button.wc-block-cart-item__remove-link {
    color: #C40D2E !important;
    text-decoration: underline !important;
}

.wc-block-components-product-metadata__description {
    display: none;
}

@media (max-width: 1024px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 30%;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        width: 70%;
    }
}

@media (max-width: 768px) {
    .woocommerce {
        flex-direction: column;
        gap: 30px;
    }
        
    .woocommerce-account {
        flex-direction: column;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100%;
        margin-bottom: 20px;
        border-right: none;
        border-bottom: 1px solid #e0e0e0;
        padding-bottom: 10px;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        padding: 0;
        margin: 0;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation li {
        flex: 1 1 45%;
        margin: 0;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation li a {
        display: block;
        width: 100%;
        padding: 10px;
        text-align: center;
        border: 1px solid #e0e0e0;
        border-radius: 6px;
        background-color: #f8f8f8;
        font-size: 14px;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .woocommerce-account .woocommerce-MyAccount-navigation ul {
        flex-direction: column;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation li {
        flex: 1 1 100%;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation li a {
        font-size: 13px;
        padding: 12px;
    }
}

.custom-empty-cart {
    text-align: center;
    padding: 40px 20px;
    animation: fadeIn 0.6s ease-in-out;
}

.custom-empty-cart .no-results-lottie {
    margin: 0 auto;
    display: block;
}

.empty-cart-title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.empty-cart-subtitle {
    font-size: 1.1rem;
    color: #777;
    margin-bottom: 30px;
}

form.cart button {
    text-transform: uppercase !important;
    height: 50px;
}

.woocommerce-variation-add-to-cart.variations_button {
    /* margin-top: 2rem; */
    display: flex;
    gap: 20px;
}

.woocommerce-variation-add-to-cart .quantity {
    flex: 0 0 auto;
    width: 100px;
}

.text-title.variation-title {
    line-height: 1;
}

.wg-quantity input.qty {
    -webkit-appearance: none !important;
    -moz-appearance: textfield !important;
}

#pwgc-email-preview-button, #pwgc-email-design-id {
    width: 100%;
}

.special-card .card-inner {
    padding: 20px;
    height: 412px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.special-card .card-inner .icon {
    display: flex;
    justify-content: center;
}

.help-card .card-inner {
    background-color: #a2a2a2;
    color: white;
}

.gift-card .card-inner {
    background-color: #f8f8f8;
}

.gift-card .card-inner .circle-icon svg {
    fill: #fff;
    width: 50%;
}

.circle-icon {
    width: 68px;
    height: 68px;
    background-color: black;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.8rem;
}

table.variations {
    width: 100%;
    border-collapse: collapse;
    border-radius: 12px;
    padding: 1rem;
}

table.variations tr {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

table.variations th.label {
    padding: 0;
    margin: 0;
    text-align: left;
}

table.variations th.label label {
    font-weight: 600;
    font-size: 1rem;
    color: #333;
}

table.variations td.value {
    padding: 0;
}

table.variations select {
    width: 100%;
    padding: 0.6rem 1rem;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #fff;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

table.variations select:focus {
    border-color: #0073aa;
    box-shadow: 0 0 0 2px rgba(0, 115, 170, 0.2);
    outline: none;
}

.is-selected .pika-button, .has-event .pika-button {
    background: #C40D2E !important;
    box-shadow: inset 0 1px 3px #C40D2E !important;
}

.pika-button:hover, .pika-row.pick-whole-week:hover .pika-button {
    background: #C40D2E !important;
    color: #fff !important;
}

.is-today .pika-button {
    color: #C40D2E !important;
}

.tk-store-list .nav-tab-item {
    width: 100%;
}

.accordion-product-wrap.style-faqs .accordion-faqs-content {
    padding: 20px !important;
    background-color: #f9f9f9 !important;
}

.accordion-product-wrap .accordion-product-item {
    padding-bottom: 0px;
}

.accordion-product-wrap .accordion-product-item .accordion-title {
    margin-bottom: 20px;
}

.accordion-product-wrap.style-faqs {
    padding: 10px;
}

.wpcf7-form p {
    margin-bottom: 10px;
}

.collection-position .img-style video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.collection .content .title {
    font-size: 1.6rem;
}

.modal-devis .modal-top img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.modal-devis .modal-content .modal-bottom p {
    text-align: left;
}

.cf7-complications .wpcf7-form-control.wpcf7-checkbox {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 10px 12px;
    margin-top: 8px;
}

.sbi_load_btn {
    display: none !important;
}

#sbi_images > :nth-child(n+9) {
  display: none !important;
}

@media (max-width: 480px) {
    .cf7-complications .wpcf7-form-control.wpcf7-checkbox {
        grid-template-columns: 1fr;
    }
}

.cf7-complications .wpcf7-list-item {
    margin: 0;
}

.cf7-complications .wpcf7-list-item label {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border: 1px solid #E5E7EB;
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
    transition: border-color .2s, box-shadow .2s, background .2s;
}

.cf7-complications .wpcf7-list-item input[type="checkbox"] {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.cf7-complications .wpcf7-list-item-label {
    position: relative;
    padding-left: 28px;
    line-height: 1.2;
    font-size: 14px;
    color: #111827;
}

.cf7-complications .wpcf7-list-item-label::before {
    content: "";
    position: absolute;
    left: 0; top: 50%;
    transform: translateY(-50%);
    width: 18px; height: 18px;
    border: 2px solid #9CA3AF;
    border-radius: 4px;
    background: #fff;
    transition: all .2s ease;
}

.cf7-complications .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
    border-color: #111827;
    background: #111827;
    box-shadow: inset 0 0 0 3px #fff;
}

.cf7-complications .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label {
    color: #111827;
}

.cf7-complications .wpcf7-list-item label:hover {
    border-color: #D1D5DB;
    background: #FAFAFA;
}

.cf7-complications .wpcf7-list-item input[type="checkbox"]:focus-visible + .wpcf7-list-item-label::before,
.cf7-complications .wpcf7-list-item label:focus-within {
    outline: 2px solid #111827;
    outline-offset: 2px;
}

.cf7-complications-label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 14px;
    color: #374151;
}

.cf7-upload {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 8px;
}

.cf7-upload label {
    font-weight: 600;
    font-size: 14px;
    color: #374151;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cf7-upload input[type="file"] {
    width: 100%;
    padding: 10px 14px;
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 10px;
    font-size: 14px;
    cursor: pointer;
    color: #374151;
    transition: border-color .2s, background .2s;
}

.cf7-upload input[type="file"]:hover {
    border-color: #D1D5DB;
    background: #FAFAFA;
}

.cf7-upload input[type="file"]::file-selector-button {
    background: #f5f5f5;
    border: none;
    padding: 8px 12px;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    transition: background .2s;
}

.cf7-upload input[type="file"]::file-selector-button:hover {
    background: #e5e5e5;
}

.btn-fixed-devis svg {
    width: 30px;
    fill: #fff;
}

.tk-search-autocomplete {
    position: relative;
    z-index: 50;
}

.tk-search-results {
    position: absolute;
    top: -22px;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid rgba(0,0,0,.08);
    box-shadow: 0 10px 30px rgba(0,0,0,.12);
    border-radius: 12px;
    overflow: hidden;
    max-height: 68vh;
    overflow-y: auto;
    padding: 6px;
    display: none;
}

.tk-search-results.show { display: block; }
.tk-search-results[hidden] { display: none !important; }

.tk-search-item {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 12px;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
    text-decoration: none;
    color: #111;
    transition: background .15s ease, transform .05s ease;
}

.tk-search-item:nth-child(odd) { background: rgba(0,0,0,.015); }
.tk-search-item:hover { background: rgba(0,0,0,.06); }
.tk-search-item:active { transform: scale(.995); }

.tk-thumb {
    width: 56px;
    height: 56px;
    border-radius: 8px;
    overflow: hidden;
    background: #f2f2f2;
    display: grid;
    place-items: center;
    flex-shrink: 0;
}

.tk-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tk-thumb-ph {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #eee, #f7f7f7);
}

.tk-meta { min-width: 0; }
.tk-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    color: #111;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tk-cat {
    margin-top: 2px;
    font-size: 12px;
    color: #6a6a6a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tk-search-item.tk-empty {
    grid-template-columns: 1fr;
    text-align: center;
    color: #777;
    background: transparent;
    padding: 18px 12px;
    pointer-events: none;
}

.nav-icon-item.btn-search:hover {
    background-color: #C40D2E;
    color: #fff;
}

.nav-icon-item.btn-search:hover .icon-search2::before {
    color: #fff !important;
}

.tk-search-autocomplete.mobile {
    top: 20px;
}

.woocommerce-info a {
    color: #fff;
}

.flat-img-with-text .banner-content {
    width: 410px;
}

.tk-topbar a.link {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 5px;
}

section.sb-feed-header {
    display: none;
}

#sb-reviews-container-1 .sb-post-item-wrap {
  padding: 1.5rem !important;
}

.sb-item-rating-icon svg {
    fill: #fdd663 !important;
}

section.text-image .banner-img img {
    width: 100%;
    max-height: 400px;
    object-fit: contain;
}

section.text-image .cta {
    margin-top: 2rem;
}

section.text-image .col-lg-6.right{
    order: 1;
}

.switch-item img {
    height: 100% !important;
}

/* ===== Galerie ===== */
.section-galerie {
    padding-block: clamp(24px, 4vw, 56px);
}

.section-galerie .container {
    max-width: min(1200px, 92vw);
    margin-inline: auto;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(8px, 2vw, 16px);
}

@media (min-width: 640px) {
    .gallery-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1024px) {
    .gallery-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.gallery-item {
    position: relative;
    margin: 0;
    border-radius: 16px;
    overflow: hidden;
    background: #f5f5f5;
    box-shadow: 0 1px 2px rgba(0,0,0,.04);
}

.gallery-link {
    display: block;
    position: relative;
    isolation: isolate;
}

.gallery-img {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: transform .5s ease, filter .3s ease;
    will-change: transform;
    backface-visibility: hidden;
}

.gallery-overlay {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(0,0,0,.25) 100%);
    transition: opacity .3s ease;
    pointer-events: none;
}

.gallery-item:hover .gallery-img,
.gallery-item:focus-within .gallery-img {
    transform: scale(1.03);
    filter: saturate(1.05);
}

.gallery-item:hover .gallery-overlay,
.gallery-item:focus-within .gallery-overlay {
    opacity: 1;
}

.gallery-caption {
    font-size: 0.875rem;
    line-height: 1.4;
    color: #4b5563;
    padding: 8px 6px 0 6px;
    text-align: center;
}

.gallery-link:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px rgba(59,130,246,.7);
    border-radius: 14px;
}

/* ===== Caractéristiques ===== */
.page-product-box#features { margin-top: 1.5rem; }
.page-product-box#features .h3 { font-size: 1.25rem; margin-bottom: .75rem; }
.table-data-sheet {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid rgba(0,0,0,.08);
}

.table-data-sheet td {
  padding: .75rem 1rem;
  vertical-align: top;
  border-bottom: 1px solid rgba(0,0,0,.06);
}

.table-data-sheet tr td:first-child {
  width: 38%;
  font-weight: 600;
  background: rgba(0,0,0,.02);
}

.wc-block-components-quantity-selector__button.wc-block-components-quantity-selector__button--minus {
    justify-content: right;
}

#copy-btn.copied {
    background-color: #4caf50;
    color: white;
}
#copy-btn.copied .text::after {
    content: " ✓";
}

/* Scrollbar pour Chrome, Edge, Safari */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 5px;
  border: 2px solid #fff;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #333;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #000 #fff;
}

.wc-block-components-product-name {
    margin-top: 0px !important;
}

.wc-block-components-totals-coupon__input-coupon {
    height: 100% !important;
}

.wc-block-components-totals-coupon__input-coupon {
    top: 50% !important;
}

.tk-product-info-name h1.name {
    font-size: 2rem;
}

.tab-description ul {
  list-style-type: disc;
  padding-left: 1.5rem;
  margin: 1rem 0;
}

.tab-description li {
  margin-bottom: 0.5rem;
  line-height: 1.4;
  list-style: circle;
}

.tab-description .category-description {
    margin-top: 2rem;
}

.tab-description .category-cta {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.tk-dropdown-sort .select-item {
    background-color: #fff !important;
    border-radius: unset !important;
}

#shopControl {
  position: sticky;
  top: var(--stickyOffset, 0px);
  z-index: 55;
  background: #fff;
  transition: transform 180ms ease;
  will-change: transform;
  padding: 10px;
}

.woocommerce .quantity .qty {
    border-radius: 40px;
}

#sb_instagram #sbi_load {
    display: none !important;
}

#sb-reviews-container-1 [data-post-style="boxed"] .sb-post-item-wrap {
    height: 340px;
}

section.simple-section ul, section.simple-section li {
    list-style: inside !important;
}

.page-title.category .heading {
    color: #fff !important;
}

section.collection .collection-position {
    height: 300px;
}

.tk-zoom-main img {
  max-width: none !important;
  width: auto !important;
  overflow: visible !important;
}

@media (prefers-reduced-motion: reduce){
  #shopControl{ transition: none; }
}

@media (max-width: 575.98px) {
  .table-data-sheet td { padding: .6rem .75rem; }
  .table-data-sheet tr td:first-child { width: 45%; }
}

@media (hover: none) and (pointer: coarse) {
  .gallery-img {
    transform: none;
  }
}

@media screen and (max-width: 1199px) {
    .header-default .main-header .wrapper-header {
        padding-bottom: 20px;
    }
    .logo-header img {
        width: 165px;
    }
}

@media (max-width: 768px) {
  .tk-search-results {
    border-radius: 10px;
    padding: 4px;
    max-height: 60vh;
  }
  .tk-search-item {
    grid-template-columns: 48px 1fr;
    gap: 10px;
    padding: 9px;
  }
  .tk-thumb { width: 48px; height: 48px; border-radius: 8px; }
  .tk-title { font-size: 14px; }
  .tk-cat { font-size: 12px; }
}

@media (max-width: 380px) {
  .tk-search-item {
    grid-template-columns: 42px 1fr;
    gap: 8px;
    padding: 8px;
  }
  .tk-thumb { width: 42px; height: 42px; }
  .tk-title { font-size: 13px; }
  .tk-cat { font-size: 11px; }
}

@media (prefers-color-scheme: dark) {
  .tk-search-results {
    background: #141414;
    border-color: rgba(255,255,255,.08);
    box-shadow: 0 10px 30px rgba(0,0,0,.6);
  }
  .tk-search-item { color: #f1f1f1; }
  .tk-search-item:nth-child(odd) { background: rgba(255,255,255,.02); }
  .tk-search-item:hover { background: rgba(255,255,255,.06); }
  .tk-thumb { background: #1f1f1f; }
  .tk-title { color: #f4f4f4; }
  .tk-cat { color: #9aa0a6; }
}

@media (max-width: 768px) {
    .wpcf7-form {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .custom-empty-cart .no-results-lottie {
        width: 160px;
    }

    .empty-cart-title {
        font-size: 1.5rem;
    }

    .empty-cart-subtitle {
        font-size: 1rem;
    }

    .tk-product-info-list .tk-product-info-guranteed .tk-payment {
        width: 100%;
        justify-content: center;
    }

    .flat-img-with-text .banner-content {
        width: 100%;
    }

    .flat-img-with-text .banner img {
        height: 100%;
    }
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}