/**
 * CSS Custom - Dioqa Starter Custom
 * Fichier principal pour vos styles custom
 *
 * @package Dioqa_Starter_Custom
 */

/* ========================================
   IMPORTS DES SECTIONS
   ======================================== */

/* Importez ici les fichiers CSS de vos sections custom */
/* Exemple :
@import url('sections/ma-section.css');
@import url('sections/autre-section.css');
*/

/* ========================================
   HEADER & FOOTER CUSTOM
   ======================================== */

/* Styles pour votre header personnalisé */
/* Exemple :
.site-header {
  background-color: var(--bs-primary);
  padding: 1rem 0;
}
*/

/* Styles pour votre footer personnalisé */
/* Exemple :
.site-footer {
  background-color: var(--color-gray-darker);
  color: var(--color-white);
  padding: 3rem 0;
}
*/

/* ========================================
   STYLES GLOBAUX DU PROJET
   ======================================== */

/* Ajoutez vos styles globaux ici */

/* ========================================
   COMPOSANTS CUSTOM
   ======================================== */

/* Vos composants personnalisés */
/* Exemple :
.custom-card {
  background: white;
  border-radius: var(--radius-lg);
  padding: 2rem;
  box-shadow: var(--shadow-md);
}
*/

/* ========================================
   RESPONSIVE
   ======================================== */

@media (max-width: 1199px) {
  /* Desktop petit */
}

@media (max-width: 991px) {
  /* Tablette */
}

@media (max-width: 767px) {
  /* Mobile */
}

@media (max-width: 575px) {
  /* Mobile petit */
}

/* Cabin */

@font-face {
    font-family: 'Cabin';
    src: url('../fonts/cabin.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


/* Mulish */

@font-face {
    font-family: 'Mulish';
    src: url('../fonts/mulish.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

html,body {
    font-family: 'Mulish';
    background : #F7F7F7;
    
}

h1,h2,h3,h4,h5,h6 {
      font-family: 'Cabin';
}

p {
  color:#5F5F5F
}

p a,
div a,
li a {
  color: #1CC5CE
}

p a:hover,
div a:hover,
li a:hover{
 text-decoration:none
}


.site-header {
    position: sticky;
    top: 10px;
    margin:25px 0px;
    z-index:1000;
}

.inner-header {
  border-radius: var(--radius-radius-xl, 15px);
  background: var(--bg-bg-white, #FFF);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
  padding: 10px 20px;
}

.hero-bandeau {
  background: url('/wp-content/uploads/2026/03/background-accueil.png');
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center;
  padding-top:75px
}

.hero-bandeau-inner {
    position: relative;
    border-radius: var(--radius-radius-xxl, 20px);
    overflow: hidden;
}

/* l'image définit la hauteur */
.hero-image {
    width: 100%;
    height: auto;
    display: block;
}

/* overlay gradient */
.hero-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(270deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.35) 100%),
        linear-gradient(0deg, rgba(0,0,0,0.20) 0%, rgba(0,0,0,0.20) 100%);
}

/* contenu */
.hero-content {
    position: absolute;
    inset: 0;
    padding: 60px;
    z-index: 2;
    color: #fff;
}

.hero-title h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 16px;
     color: #fff;
}

.hero-intro p {
    font-size: 18px;
    color: #fff;
}

.naming {
  color:  #1CC5CE;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom:16px
}

.btn-full,
#gform_submit_button_1,
#gform_submit_button_2 {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 4px;
  border: 1px solid var(--brand-primary, #1CC5CE);
  background: var(--brand-primary, #1CC5CE);
  color:#FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  text-decoration:none;
}

.btn-full:hover,
#gform_submit_button_1:hover,
#gform_submit_button_2:hover {
  border: 1px solid var(--brand-primary, #1CC5CE);
  background:  #FFF;
  color: var(--brand-primary, #1CC5CE);
}

.btn-full-border {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 4px;
    border: 1px solid #FFF;
    background: var(--brand-primary, #1CC5CE);
    color:#FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    text-decoration:none;
}

.btn-full-border:hover {
  background:  #FFF;
  color: var(--brand-primary, #1CC5CE);
}

.btn-white{
  display: inline-block;
  padding: 12px 24px;
  border-radius: 4px;
  border: 1px solid #FFF;
  background:  #FFF;
  color:#1CC5CE;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
    text-decoration:none;
}

.btn-white:hover {
  border: 1px solid var(--brand-primary, #1CC5CE);
  background:  var(--brand-primary, #1CC5CE);
  color: #FFF;
}

.reassurance-item{
    padding:20px;
}

.reassurance-icon img{
    height:48px;
    width:auto;
    margin-bottom:15px;
}

.reassurance-title{
  color: var(--brand-primary, #1CC5CE);
  font-size: var(--font-size-text-md, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  font-family: Cabin;
}

.reassurance-description{
color: var(--text-bs-text, #485E70);
font-family:  Mulish;
font-size: var(--font-size-text-xs, 12px);
font-style: normal;
font-weight: 400;
line-height: normal;
}

@media (min-width:1024px){

    .reassurances-slider .swiper-wrapper{
        transform:none !important;
    }

}

.home .reassurances {
    position: relative;
    margin-top: -65px !important;
    margin: 0px 30px;
    border-radius: var(--radius-radius-xxl, 20px);
    background: #FFF;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(25px);
    z-index:10;
}

.p-75 {
  padding:75px 0px;
}

.section-title {
  line-height:10px
}

.section-surtitle {
  color:  #FFF;
  font-family:  Cabin;
  font-size:  16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.section-actu .section-surtitle{
  color: #1CC5CE
}

.section-title-main {
  color: var(--text-bs-dark, #3B3949);
  font-family: Cabin;
  font-size: var(--font-size-display-md, 36px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.gamme-card{
    position:relative;
    display:block;
    border-radius:20px;
    overflow:hidden;
}

.gamme-image{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.gamme-overlay{
    position:absolute;
    inset:0;

    background:
    linear-gradient(0deg, rgba(0,0,0,0.25), rgba(0,0,0,0.25));
}

.gamme-content{
    position:absolute;
    inset:0;

    display:flex;
    align-items:center;
    justify-content:center;

    text-align:center;
    color:#fff;
    z-index:2;

    padding:20px;
}

.gamme-title{
    font-size:30px;
    font-weight:600;
     color:#fff;
}

.gamme-card img{
    transition:transform .4s ease;
}

.gamme-card:hover img{
    transform:scale(1.05);
}

.section-actu {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.00) 60%, var(--bg-bg-darker, #34333C) 60%, var(--bg-bg-darker, #34333C) 100%);
}

.swiper-actu {
  border-radius: var(--radius-radius-xl, 15px);
  background: #FFF;
}

.actu-card a {
  text-decoration:none;
    color: var(--text-bs-dark, #3B3949);
}

.actu-title {
  color: var(--text-bs-dark, #3B3949);
  font-size: var(--font-size-display-2sm, 32px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.actu-excerpt {
  color: var(--text-bs-text, #6B687D);
font-family: var(--font-family-body, Mulish);
font-size: var(--font-size-text-md, 16px);
font-style: normal;
font-weight: 400;
line-height: normal;
}

.actu-card .btn-full {
  color:#FFF !important
}

.actu-card .btn-full:hover {
  color:#1CC5CE !important
}

.title-faq h2 {
color: var(--text-bs-dark, #3B3949);
text-align: center;

/* Title H2 */
font-family: var(--font-family-title, Cabin);
font-size: var(--font-size-display-md, 36px);
font-style: normal;
font-weight: 600;
line-height: normal;
}

.accordion-item {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.02) !important;
}

.accordion-item,
.accordion-item .accordion-header,
.accordion-item .accordion-header .accordion-button {
  border-radius: var(--radius-radius-md, 6px) !important;
  background: #FFF;
  border:none !important;
  color: var(--text-bs-dark, #3B3949);
  font-size: var(--font-size-text-md, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}


.accordion-item .accordion-header .accordion-button {
  color: var(--text-bs-dark, #3B3949);
  font-size: var(--font-size-text-md, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
      box-shadow: none;
}

.inner-renseignement {
  display: flex;
  padding: 35px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: var(--radius-radius-xl, 15px);
background: var(--bg-bg-darker, #34333C);
}

.inner-renseignement .icon-renseignement {
  background:#FFF;
  display: flex;
  width: 35px;
  height: 35px;
  padding: 4px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  aspect-ratio: 1/1;
  border-radius: var(--radius-radius-sm, 4px);
}

.inner-renseignement .title-renseignement {
  color: var(--text-bs-white, #FFF);
  text-align: center;
  font-family:  Cabin;
  font-size: var(--font-size-text-xl, 20px);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom:0px
}

.desc-renseignement {
  color: var(--text-bs-textlight, #AEACBE);
  text-align: center;
  font-family: var(--font-family-body, Mulish);
  font-size: var(--font-size-text-md, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
    margin-bottom:0px
}

.inner-tel {
  display: flex;
  padding: 35px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: var(--radius-radius-xl, 15px);
  background: var(--bg-bg-white, #FFF);
  text-decoration:none;
 transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.inner-tel:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.inner-icon-tel {
  display: flex;
  width: 35px;
  height: 35px;
  padding: 4px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  aspect-ratio: 1/1;
  border-radius: var(--radius-radius-sm, 4px);
background: var(--bg-bg-primary, #1CC5CE);
}

.title-tel {
  color: var(--text-bs-text, #6B687D);
  font-family: var(--font-family-body, Mulish);
  font-size: var(--font-size-text-md, 16px);
  font-style: normal;
  font-weight: 400;
}

.tel-tel {
  color: var(--text-bs-dark, #3B3949);
  font-family: var(--font-family-body, Mulish);
  font-size: var(--font-size-text-lg, 18px);
  font-style: normal;
  font-weight: 600;
}

.cta-section {
  background: url('/wp-content/uploads/2026/03/background-accueil.png');
  padding:100px 0px;
}

.cta-section h2,
.cta-section p{
  color: #FFF;
}

.cta-section p {
  margin-bottom:0;
}

.nouveaute-section,
.related {
  background: linear-gradient(180deg, var(--bg-bg-darker, #34333C) 0%, var(--bg-bg-darker, #34333C) 55%, rgba(255, 255, 255, 0.00) 55%, rgba(255, 255, 255, 0.00) 100%);
}

.product-link {
  text-decoration:none
}

picture.img-fluid img {
  max-width: 100%;
    height: auto;
}

.container-swiperCateg {
    padding-inline-start: calc(50% - 647px);
}

.product-image {
  background:#FFF;
  border-radius: var(--radius-radius-md, 6px);
  padding:20px
}

.product-content .product-title {
  color: var(--text-bs-dark, #3B3949);
font-family: var(--font-family-body, Mulish);
font-size: var(--font-size-text-lg, 18px);
font-style: normal;
font-weight: 600;
line-height: normal;
}

.new-product {
  display: flex;
  padding: 5px 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: var(--brand-primary, #1CC5CE);
  color: var(--text-bs-white, #FFF);
  font-family: var(--font-family-body, Mulish);
  font-size: var(--font-size-text-sm, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
      position: absolute;
    right: 10px;
    top: 10px;
    z-index:10
}

.product-category {
    display: inline-block;
padding: 5px 12px;

border-radius: var(--radius-radius-sm, 4px);
background: rgba(28, 197, 206, 0.10);
color: var(--text-bs-primary, #1CC5CE);

/* Body text */
font-family: var(--font-family-body, Mulish);
font-size: var(--font-size-text-md, 16px);
font-style: normal;
font-weight: 400;
line-height: normal;
}

.footer-content {
  padding:60px 0px;
}

.footer-contact a,
.footer-contact p,
.inner-contact a {
  text-decoration:none;
  color: var(--text-bs-text, #6B687D);
  font-family: var(--font-family-body, Mulish);
  font-size: var(--font-size-text-md, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer-contact a:hover,
.inner-contact a:hover {
  color:  #1CC5CE;
}

.social-links a {
  border-radius: var(--radius-radius-sm, 4px);
  border: 1px solid #EAEAEA;
}

.social-links a svg path {
  fill: #6B687D
}

.social-links a:hover {
  border: 1px solid #1CC5CE;
}

.social-links a:hover svg path {
  fill: #1CC5CE;
}

.title-footer {
  color: var(--text-bs-dark, #3B3949);
  font-family: var(--font-family-title, Cabin);
  font-size: var(--font-size-text-lg, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.footer-content nav ul {
  list-style:none;
  padding-left:0px;
}

.footer-content nav ul li a{
  color: var(--text-bs-text, #6B687D);
  font-family: var(--font-family-body, Mulish);
  font-size: var(--font-size-text-md, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration:none;
  min-height:inherit;
  margin-bottom:3px;
}

.footer-content nav ul li a:hover{
  color: #1CC5CE;
}

.swiper-pagination-bullet-active {
      background:#1CC5CE;
}

.swiper-pagination-bullet {
    background: rgba(28,197,206,0.7);
}

@media (max-width: 767.98px) { 

.site-header {
    margin: 15px 0px;
}

.hero-bandeau {
  padding-top: 0px;
}

.hero-content {
    padding: 15px;
}

.hero-bandeau .hero-image img {
        height: 400px;
}

.hero-title h1 {
  font-size:32px
}

html, body {
    overflow-x: hidden;
}

.p-75,
.footer-content {
padding:35px 0px
}

.hero-bandeau {
    background-position-y: 30%;
    background-size: inherit;
}

.container-swiperCateg {
  padding:0px 15px;
}

.best-sellers-slider-wrapper {
  padding:0px 30px;
}

.accordion-button::after {
  margin-left:10px
}

.footer-content nav ul li a {
  justify-content:center
}

 }


 .shop-subcategories-bar{
    background:#34333C;
    width:100%;
}

.shop-subcategories-inner{
    margin:auto;
    display:flex;
    align-items:center;
    gap:30px;
    padding:25px;
    justify-content: space-between;
}

.shop-subcategories-links{
    display:flex;
    gap:25px;
    flex-wrap:nowrap;
}

.shop-subcategories-links a{
  color: var(--text-bs-textlight, #AEACBE);
  font-family: var(--font-family-body, Mulish);
  font-size: var(--font-size-text-md, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  text-decoration:none
}

.shop-subcategories-links a:hover{
   color: #1CC5CE
}

.shop-subcategories-dropdown{
    position:relative;
}

/* bouton */

.cat-dropdown-toggle{
    background: rgba(255, 255, 255, 0.05);
    border:none;
    color:#fff;
    padding:10px 18px;
    border-radius:25px;
    font-size:14px;
    display:flex;
    align-items:center;
    gap:8px;
    cursor:pointer;
    transition:all .2s ease;
    color: var(--text-bs-textlight, #AEACBE);
  font-family: var(--font-family-body, Mulish);
  font-size: var(--font-size-text-md, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.cat-dropdown-toggle:hover{
    background:#5a5965;
}

/* flèche */

.cat-dropdown-arrow{
    font-size:12px;
    opacity:.8;
}

/* menu */

.cat-dropdown-menu{
    position:absolute;
    top:110%;
    left:0;
    background:#fff;
    border-radius:8px;
    box-shadow:0 10px 25px rgba(0,0,0,.1);
    padding:8px 0;
    min-width:220px;
    list-style:none;
    display:none;
    z-index:50;
}

.cat-dropdown-menu li a{
    display:block;
    padding:8px 16px;
    color:#333;
    text-decoration:none;
    font-size:14px;
}

.cat-dropdown-menu li a:hover{
    background:#f4f4f4;
}

/* ouverture */

.shop-subcategories-dropdown.open .cat-dropdown-menu{
    display:block;
}


.breadcrumb li::after {
  display:none
}

.woocommerce-products-header__title {
  font-size:30px
}

.seo-text-hidden{
    display:none;
}

.seo-text-hidden.open{
    display:block;
}


.seo-text-content h2 {
  font-size:28px;
}

.seo-text-content h3 {
  font-size:24px;
}

.woocommerce-loop-product__title {
  color: var(--text-bs-dark, #3B3949);
  font-family: var(--font-family-body, Mulish);
  font-size: var(--font-size-text-lg, 18px);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
  color: var(--text-bs-dark, #3B3949);
  font-family: var(--font-family-body, Mulish);
  font-size: var(--font-size-text-md, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.woocommerce ul.products li.product .price del {
  color: var(--text-bs-textlight, #AEACBE);
  font-family: var(--font-family-body, Mulish);
  font-size: var(--font-size-text-sm, 14px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: line-through;
}

.woocommerce ul.products li.product .price ins {
      text-decoration: none;
}

/* card produit */

ul.products li.product{
    transition: all .3s ease;
}

/* hover card */

ul.products li.product:hover,
.product-link:hover{
    transform: translateY(-5px);
}

/* lien produit */

.woocommerce-LoopProduct-link,
.product-link {
    display:block;
    transition: all .3s ease;
}

/* image zoom */

ul.products li.product img,
.product-link img{
    transition: transform .4s ease;
}

ul.products li.product:hover img,
.product-link:hover img{
    transform: scale(1.05);
}

.titre-produit {
  color: var(--text-bs-dark, #30363C);
  font-family: var(--font-family-title, Cabin);
  font-size: var(--font-size-display-2sm, 32px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.inner-price del .woocommerce-Price-amount {
  color: var(--text-bs-text, #6B687D);
  font-family: var(--font-family-title, Cabin);
  font-size: var(--font-size-text-md, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: line-through;
}

.inner-price ins {
  text-decoration:none;
  margin-left:5px
}

.inner-price ins .woocommerce-Price-amount {
  color: var(--text-bs-primary, #1CC5CE);
  font-family: var(--font-family-title, Cabin);
  font-size: var(--font-size-display-md, 36px);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.inner-info {
  padding:25px;
  border-radius: 20px;
  background: rgba(28, 197, 206, 0.10);
}

.product-info-row{
  display:flex;
  justify-content:space-between;
  gap:30px;
  padding:18px 0;
  border-bottom:1px solid #d4dde0;
}

.product-info-row:last-child{
  border-bottom:none;
}

.product-info-row .label{
  font-weight:700;
  width:35%;
}

.product-info-row .value{
  width:65%;
}
.product-info-row .value p {
  margin-bottom:0px;
}

@media (max-width: 767.98px) { 

  .product-info-row .label{
    width:100%;
  }

  .product-info-row .value{
    width:100%;
  }

  .product-info-row {
    flex-direction: column;
    gap: 10px;
  }

 }

.related .section-surtitle {
      color: #1CC5CE;
}

.related .section-title-main {
  color: #FFF
}

.inner-icon-product {
  width:22px;
}

.in-stock-pastil {
  display: flex;
  padding: 5px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: #6CC276;
  color: #FFF;
  font-family: var(--font-family-body, Mulish);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.inner-product-devis {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
}

.overlay-quote-product {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
    width: 100%;
    height: 100%;
}

.gform-theme--foundation .gform_fields {
  row-gap:10px !important;
}

.gform-theme--foundation .gform_fields input,
.gform-theme--foundation .gform_fields textarea {
  border:none !important;
  border-bottom: 2px solid #E5E5E5 !important;
  box-shadow: none !important;
  border-radius:0px !important
}

.gform-theme--foundation .gform_fields input:focus,
.gform-theme--foundation .gform_fields textarea:focus {
  border-bottom: 2px solid  #1CC5CE !important;
  box-shadow: none !important;
    outline: none;
}

.title-contact {
  color: var(--text-bs-dark, #3B3949);
font-family: var(--font-family-title, Cabin);
font-size: var(--font-size-display-sm, 30px);
font-style: normal;
font-weight: 600;
line-height: normal;
}

.inner-contact {
  display: flex;
  padding: 35px;
  flex-direction: column;
  justify-content: space-between;
  border-radius: var(--radius-radius-lg, 10px);
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
}

.magasin-content img{
border-radius:12px;
object-fit:cover;
}


.inner-contact-big {
  background:#FFF;
  padding:15px;
  border-radius:  20px;
}

.inner-contact-big .inner-contact {
  border-radius: var(--radius-radius-lg, 10px);
  background: var(--brand-primary, #1CC5CE);
}

.inner-contact-big .inner-contact .title-contact,
.inner-contact-big .inner-contact p,
.inner-contact-big .inner-contact a {
  color: #FFF;
}

.inner-contact-big .inner-contact .footer-social svg path {
  fill : #FFF
}

.inner-contact-big .inner-contact .footer-social a:hover {
  border: 1px solid #6b687d
}

.inner-contact-big .inner-contact .footer-social a:hover svg path {
  fill : #6b687d
}


.gfield_label {
  color: var(--text-bs-text, #6B687D) !important;
  font-family: var(--font-family-body, Mulish)!important;
  font-size: var(--font-size-text-sm, 14px)!important;
}

#custom-map {
  border-radius:15px;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: url("/wp-content/uploads/2026/03/swiper-pagination-left.svg");
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
   content: url("/wp-content/uploads/2026/03/swiper-pagination-right.svg");
}

.swiper-nav {
      height: 100%;
}

.swiper-nav .swiper-button-prev {
  top: 75%;
  left: inherit;
  right: 20%;
}

.swiper-nav .swiper-button-next{
    top: 75%;
}

@media (max-width: 767.98px) { 

  .section-best-sellers {
    background: linear-gradient(180deg, var(--bg-bg-darker, #34333C) 0%, var(--bg-bg-darker, #34333C) 25%, rgba(255, 255, 255, 0.00) 25%, rgba(255, 255, 255, 0.00) 100%);
  }

    .section-best-sellers .col-lg-3 {
        padding-bottom: 100px;
    }

.swiper-nav .swiper-button-prev {
    top: 80%;
    left: inherit;
    right: 55%;
}

.swiper-nav .swiper-button-next{
    top: 80%;
    right: 40%;
}

}

#gform_2 .gform-footer {
  justify-content:end
}


.inner-cta-categ .overlay-cta {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.border-6,
.border-6 img {
  border-radius: 6px;
  overflow: hidden;
}

.inner-cta-categ a {
  position:relative;
  display:flex;
  align-items:center;
    justify-content: space-between;
}

.product-cta img {
  margin-bottom:0px !important
}

.woocommerce ul.products li.product.product-cta,
.woocommerce-page ul.products li.product.product-cta {
    clear: none !important;
    float: left;
    width: 30.75%;
    margin: 0 3.8% 2.992em 0;
}

.woocommerce ul.products li.product.product-cta:nth-child(3n),
.woocommerce-page ul.products li.product.product-cta:nth-child(3n) {
    margin-right: 0;
}

.woocommerce ul.products li.product.product-cta .inner-cta-categ,
.woocommerce-page ul.products li.product.product-cta .inner-cta-categ {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}