/** Shopify CDN: Minification failed

Line 73:0 Unexpected "}"

**/
/**
 * Base CSS file for Custom Fields widget styles.
 * You can modify this file.
 */
.custom-fields-widgets-wrapper {
  margin-top: 2rem;
}
.custom-fields-widgets-wrapper > div {
  margin-bottom: 2rem;
}
.custom-fields-widgets-wrapper > div:last-child {
  margin-bottom: 0;
}

.custom-fields-wrapper > [class*=cf-widget-] {
  margin-bottom: 2rem;
}

.custom-fields-section .custom-field {
  margin: auto;
  padding-left: 22px;
  padding-right: 22px;
  max-width: 1200px;
}
.custom-fields-section .cf-widget-items-wrapper {
  margin: auto;
  padding-left: 0px!important;
  padding-right: 0px!important;
  max-width: calc(100vw - 220px);
}
.custom-fields-section .custom-fields-section__item > div {
  margin-bottom: 8rem;
}
@media screen and (min-width: 749px) {
  .custom-fields-section .custom-field {
    padding-left: 55px;
    padding-right: 55px;
  }
  .custom-fields-section .cf-widget-items-wrapper {
    padding-left: 55px;
    padding-right: 55px;
  }
}


/**
 * Accordion Widget CSS.
 */
.cf-widget__accordion .inner {
  overflow: hidden;
}
.cf-widget__accordion .inner-padding {
  padding: 0.5rem 2rem 2rem 2rem;
}
.cf-widget__accordion .cf-accordion-title {
  padding: 1.6rem 2.9rem 1.6rem 2rem;
  font-size: 22px;
  font-weight: 500;
  width: 100%;
  transition: all 0.25s;
  position: relative;
  cursor: pointer;
  font-size: 22px;
  padding-left: 0;
  color: #707070;
  font-weight: 500;
}
}
.cf-widget__accordion .cf-accordion-title:hover {
  opacity: 0.7;
}
.cf-widget__accordion .cf-accordion-title:after {
  display: block;
  content: "";
  background-image: url("cf-arrow-black.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 24.8888888889px;
  position: absolute;
  right: 20px;
  top: 1.6rem;
  transform: rotateZ(-90deg);
  transition: all 0.2s;
}
.cf-widget__accordion .cf-widget-item {
  background-color: #fff;
  margin-bottom: 0px;
  border-top: 1px solid #BEBEBE;
}
.cf-widget__accordion .cf-widget-item:last-child {
  border-bottom: 1px solid #BEBEBE;
}
.cf-widget__accordion .cf-widget-item.closed .cf-accordion-title:after {
  transform: rotateZ(90deg);
}
.cf-widget__accordion.force-one-open[data-open-count="1"] .cf-widget-item:not(.closed) .cf-accordion-title {
  pointer-events: none;
  cursor: default;
}

/* Mobile Portrait (320px - 479px) */
@media screen and (min-width: 320px) and (max-width: 479px) {
  .cf-widget-product-meta-tabs {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }
}

/* Mobile Landscape (480px - 767px) */
@media screen and (min-width: 480px) and (max-width: 767px) {
  .cf-widget-product-meta-tabs {
    width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

/* Tablet Portrait (768px - 1023px) */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cf-widget-product-meta-tabs {
    width: 75% !important;
    padding-left: 25px !important;
    padding-right: 30px !important;
  }
}

/* Desktop Small (1024px - 1439px) - Ton CSS existant */
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .cf-widget-product-meta-tabs {
    width: 50% !important;
    padding-left: 20px !important;
    padding-right: 55px !important;
  }
}

/* Desktop Medium (1440px - 1919px) */
@media screen and (min-width: 1440px) and (max-width: 1919px) {
  .cf-widget-product-meta-tabs {
    width: 50% !important;
    padding-left: 18px !important;
    padding-right: 55px !important;
  }
}

/* Desktop Large (1920px et plus) */
@media screen and (min-width: 1920px) {
  .cf-widget-product-meta-tabs {
    width: 40% !important;
    padding-left: 40px !important;
    padding-right: 80px !important;
  }
}

/* Override pour mobile - à ajouter à ton CSS existant */
@media screen and (max-width: 767px) {
  .custom-fields-section .custom-field {
    max-width: 100% !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  
  .custom-fields-section .cf-widget-items-wrapper {
    max-width: 100% !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  
  .cf-widget-product-meta-tabs {
    width: 100% !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
    box-sizing: border-box !important;
  }
}
