
/* PAGE PRODUIT */
.product-variants-item input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  inset: 0;
  cursor: pointer;
  z-index: 2;
}
.product-variants-item .input-container {
  position: relative;
}
#product .radio-label {
    border: #ed70989d 1px solid !important;
}
#product .radio-label:hover {
    border: #ed70989d 1px solid !important;
}
.product-variants-item .radio-label {
  font-size: 15px;
    font-weight: 500;
  padding: 8px 10px !important;
  flex-direction: row !important;
  gap: 10px !important;
}
.product-variants-item .radio-label:hover {
    color: #ed7098;
}
.product-variants-item input[type="radio"]:checked + .radio-label {
  background: #17110f;
  color: #fff;
}
.product-variants-item input[type="radio"] {
  display: none;
}
.product-variants-item .radio-label {
  cursor: pointer;
}
#product label {
    color: #9b7b85;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}
.product-message::placeholder {
  color: #1a141099;
  opacity: 1;
}
.product-customization-item:last-child small {
    margin-top: 0 !important;
}
.product-customization div.clearfix {
    display: flex;
}

/* BLOG */
.blog-categories-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    margin: 25px 0 40px;
}
.blog-category-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 20px;

    border: 1px solid #f3c5ce;
    border-right: 0;

    background: transparent;
    color: #252525;

    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;

    transition: all 0.2s ease;
}
.blog-category-link:last-child {
    border-right: 1px solid #f3c5ce;
}
.blog-category-link.active {
    background: #181512;
    border-color: #181512;
    color: #fff;
    font-weight: 600;
}
.blog-category-link:hover {
    background: #181512;
    border-color: #181512;
    color: #fff;
    text-decoration: none;
}
.blog-category-link:hover + .blog-category-link,
.blog-category-link.active + .blog-category-link {
    border-left-color: #181512;
}

/* PAGE CMS */
.pfg-forms .form-group input, .pfg-forms .form-group textarea, .pfg-forms .form-group select {
    background: #ffffff !important;
    padding: 10px;
    border: #ed709840 solid 1px;
    color: #1a1410;
}
.pfg-forms .form-group input:focus, .pfg-forms .form-group textarea:focus, .pfg-forms .form-group select:focus {
    outline: .1875rem solid #ED7098;
}
.cms-id-15 fieldset {
    border: none;
}
.pfg-forms .form-group input:focus, .pfg-forms .form-group textarea:focus, .pfg-forms .form-group select:focus {
    border-color: #ED7098 !important;
}

#formulaire-pro h3 {
  display: none;
}