@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url("/themes/custom/kaneva/assets/fonts/Poppins-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url("/themes/custom/kaneva/assets/fonts/Poppins-SemiBold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("/themes/custom/kaneva/assets/fonts/Lato-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("/themes/custom/kaneva/assets/fonts/Lato-Bold.ttf");
  font-display: swap;
}
* {
  color: #020101;
}

.product_variation.pack_videos.aff_2 {
  padding: 48px 24px 32px;
  border-radius: 20px;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 470px;
}
.product_variation.pack_videos.aff_2 .haut {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.product_variation.pack_videos.aff_2 .haut .intitule {
  text-align: center;
}
.product_variation.pack_videos.aff_2 .haut .wrapper_prix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
.product_variation.pack_videos.aff_2 .haut .wrapper_prix .prix {
  border-radius: 8px;
  background-color: #ffe9c7;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  margin-top: 16px;
  text-align: center;
}
.product_variation.pack_videos.aff_2 .haut .wrapper_prix .toggle_product {
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border: 1px solid #f18d62;
  border-radius: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: none;
  cursor: pointer;
}
.product_variation.pack_videos.aff_2 .haut .wrapper_prix .toggle_product.active .verticale {
  height: 0px;
}
.product_variation.pack_videos.aff_2 .haut .wrapper_prix .toggle_product .verticale {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1px;
  height: 16px;
  background-color: #f18d62;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.42, 0, 0, 1);
}
.product_variation.pack_videos.aff_2 .haut .wrapper_prix .toggle_product .horizontale {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 16px;
  height: 1px;
  background-color: #f18d62;
}
.product_variation.pack_videos.aff_2 .haut .description {
  margin-top: 40px;
}
.product_variation.pack_videos.aff_2 .haut .description * {
  font-size: 14px;
  font-family: "Lato";
  font-weight: 400;
  font-style: normal;
  line-height: 140%;
  text-decoration: none;
  text-transform: none;
  color: #020101;
}
.product_variation.pack_videos.aff_2 .haut .description ul {
  margin-bottom: 16px;
}
.product_variation.pack_videos.aff_2 .haut .description ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  margin-bottom: 16px;
}
.product_variation.pack_videos.aff_2 .haut .description ul li:last-child {
  margin-bottom: 0px;
}
.product_variation.pack_videos.aff_2 .haut .description ul li::before {
  content: "";
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #47b289;
  -webkit-mask-image: url("../../img/icons/check.svg");
          mask-image: url("../../img/icons/check.svg");
}
/*# sourceMappingURL=commerce-variation-pack-videos-aff-2.css.map */
