.elementor-kit-6{--e-global-color-primary:#88EAFF;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#0F5EDC;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.upc-3d-button a {
    display: inline-block !important;
    background-color: #007BFF !important;
    color: #fff !important;
    padding: 0.7em 2em !important;
    border-radius: 30px !important;
    text-decoration: none !important;
    text-align: center !important;
    box-shadow: 0 5px 0 #0056b3, 0 8px 15px rgba(0, 0, 0, 0.2) !important;
    transition: all 0.3s ease-in-out !important;
    position: relative !important;
}

.upc-3d-button a:hover {
    background-color: #0E4398 !important;
    top: 5px !important;
    box-shadow: 0 3px 0 #003d80, 0 0px 0px rgba(0, 0, 0, 0.2) !important;
    color: #fff !important;
}

.upc-3d-button-pressed a{
    display: inline-block !important;
    background-color: #0E4398 !important;
    color: #fff !important;
    padding: 0.7em 2em !important;
    border-radius: 30px !important;
    text-decoration: none !important;
    text-align: center !important;
    box-shadow: 0 3px 0 #003d80, 0 0px 0px rgba(0,0,0,0.2) !important;
    position: relative !important;
    top: 5px !important;
    cursor: default !important;
    user-select: none !important;
    font-weight: 500 !important;
}



.titre-produit-pc-gaming-boucle {
  font-family: 'Poppins', sans-serif !important;
  font-size: 0.9em !important;
  font-weight: 500 !important;
  background: linear-gradient(90deg, #0093ff 0%, #7f00ff 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  color: transparent !important;
}
@media (max-width: 767px) {
  .titre-produit-pc-gaming-boucle {
    font-size: 0.8em !important;
  }
}

.product-image-gaming{
    position:relative;
}
.custom-badge-pc-gaming {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #F03D3F;
  color: #fff;
  padding: 4px 8px;
  border-radius: 3px;
  font-weight: 600;
  font-size:12;
  z-index: 10;            
}
.titre-produit-ecran-boucle {
  font-family: 'Poppins', sans-serif !important;
  font-size: 0.9em !important;
  font-weight: 500 !important;
  color: #252525 !important;
}
@media (max-width: 767px) {
  .titre-produit-pc-gaming-boucle {
    font-size: 0.7em !important;
  }
}
.product-price-pc-gaming .price > span[aria-hidden="true"] {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 500 !important;
  background: linear-gradient(90deg, #0093ff, #7f00ff) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  color: transparent !important;
  display: inline-block !important;
}

.product-price-pc-gaming .price {
  display: inline-flex !important;
  flex-wrap: wrap !important;
  align-items: baseline !important;
  gap: .5ch !important;
  font-size: 1.2em !important;
}
.product-price-pc-gaming .price del {
  text-decoration: none !important;
}
.product-price-pc-gaming .price del,
.product-price-pc-gaming .price ins {
  display: inline-block !important;
  white-space: nowrap !important;
}


.product-price-pc-gaming .price del .woocommerce-Price-amount.amount {
  color: #f03d3f !important;
  text-decoration: line-through !important;
  font-weight: 600 !important;
}

.product-price-pc-gaming .price > .woocommerce-Price-amount.amount,
.product-price-pc-gaming .price ins .woocommerce-Price-amount.amount,
.product-price-pc-gaming .price .woocommerce-price-suffix {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 500 !important;
  background: linear-gradient(90deg, #0093ff, #7f00ff) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  color: transparent !important;
  display: inline-block !important;
}


@media (max-width: 767px) {

    .product-price-pc-gaming .price {
        font-size: 0.8em !important;
    }
  .product-price-pc-gaming .price:has(del) {
    display: inline-grid !important;
    grid-template-areas:
      "del del"
      "ins suffix";
    grid-template-columns: auto auto;
    gap: .25ch !important;
  }
  .product-price-pc-gaming .price:has(del) del {
    grid-area: del;
    width: 100%;
  }
  .product-price-pc-gaming .price:has(del) ins {
    grid-area: ins;
  }
  .product-price-pc-gaming .price:has(del) .woocommerce-price-suffix {
    grid-area: suffix;
  }
  .product-price-pc-gaming .price:not(:has(del)) {
    display: inline-flex !important;
    gap: .25ch !important;
  }
}




.product-price-ecran .price {
  display: inline-flex !important;
  flex-wrap: wrap !important;
  align-items: baseline !important;
  gap: .5ch !important;
  font-size: 1.2em !important;
}
.product-price-ecran .price del {
  text-decoration: none !important;
}
.product-price-ecran .price del,
.product-price-ecran .price ins {
  display: inline-block !important;
  white-space: nowrap !important;
}


.product-price-ecran .price del .woocommerce-Price-amount.amount {
  color: #f03d3f !important;
  text-decoration: line-through !important;
  font-weight: 600 !important;
}

.product-price-ecran .price > .woocommerce-Price-amount.amount,
.product-price-ecran .price ins .woocommerce-Price-amount.amount,
.product-price-ecran .price .woocommerce-price-suffix {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 500 !important;
  color: #000000 !important;
  display: inline-block !important;
}


@media (max-width: 767px) {

    .product-price-ecran .price {
        font-size: 0.8em !important;
    }
  .product-price-ecran .price:has(del) {
    display: inline-grid !important;
    grid-template-areas:
      "del del"
      "ins suffix";
    grid-template-columns: auto auto;
    gap: .25ch !important;
  }
  .product-price-ecran .price:has(del) del {
    grid-area: del;
    width: 100%;
  }
  .product-price-ecran .price:has(del) ins {
    grid-area: ins;
  }
  .product-price-ecran .price:has(del) .woocommerce-price-suffix {
    grid-area: suffix;
  }
  .product-price-ecran .price:not(:has(del)) {
    display: inline-flex !important;
    gap: .25ch !important;
  }
}




.carte-graphique-add-to-cart a.added_to_cart {
  position: relative;
  color: #169543 !important;
  font-weight: 600 !important;
  font-size: 0.9em !important;
  text-align: center;
  display: block;
}

.carte-graphique-add-to-cart a.added_to_cart::before {
  content: "✓ Voir le panier";
  color: #169543 !important;
}

.carte-graphique-add-to-cart a.added_to_cart {
  color: transparent !important; 
}

@media (max-width: 767px) {
  .carte-graphique-add-to-cart a.added_to_cart {
    font-size: 0.7em !important;
  }
}/* End custom CSS */