i-free-html-block {
  padding: 0;
  display: block;
}

.PDP-Free-Block {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

.PDP-Free-Block[data-noanim="1"] {
  transition: none !important;
}

.PDP-Free-Block[data-noanim="0"] {
  transition: opacity ease-in-out 0.5s !important;
}

.PDP-Free-Block[data-noanim="1"] * {
  transition: none !important;
}

.PDP-Free-Block__content {
}

.PDP-Free-Block__wrapper {
  overflow: hidden;
  display: block;
  position: relative;
  transition: max-height ease-in-out 2s;
  border: 1px solid #fff;
}

.PDP-Free-Block[data-open="0"] .PDP-Free-Block__wrapper {
  transition: max-height ease-in-out 0s;
}

.PDP-Free-Block[data-open="1"] .PDP-Free-Block__wrapper {
}

.PDP-Free-Block__wrapper::after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to left, #fff, #333, #fff);
  z-index: 2;
}

.PDP-Free-Block__wrapper::before {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 118px;
  /* background: url(images/shadow.png); */
  background-size: auto 118px;
  background-position: top center;
  z-index: 2;
  pointer-events: none;
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
  );
}

.PDP-Free-Block button:hover,
.PDP-Free-Block button:not(.not-tabbable):focus,
.PDP-Free-Block button:not(.not-tabbable):active {
  outline: 0 !important;
  background-color: #fff !important;
  border: 1px solid #333 !important;
  color: #000 !important;
}
.PDP-Free-Block__btn {
  margin: 0 auto;
  margin-top: -32px;
  z-index: 2;
  position: relative;
  background-color: #fff;
  min-width: 64px;
  padding: 0 30px;
  height: 64px;
  border-radius: 64px;
  border: 1px solid #333;
  white-space: nowrap;
  line-height: 64px;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-transform: none;
  cursor: pointer;
  box-sizing: border-box;
  max-width: 64px;
  transition: all ease-in-out 0.5s;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: transparent;
  transform: translate3d(0, 0, 0);
  outline: 0;
  overflow: hidden;
}

.PDP-Free-Block[data-open="0"] .PDP-Free-Block__btn[data-anim="1"] {
  max-width: 300px;
  color: #333;
}
.PDP-Free-Block[data-open="0"] .PDP-Free-Block__btn:hover {
  max-width: 300px;
  color: #333;
}

.PDP-Free-Block[data-open="1"] .PDP-Free-Block__btn[data-anim="1"] {
  max-width: 300px;
  color: #333;
}
.PDP-Free-Block[data-open="1"] .PDP-Free-Block__btn:hover {
  max-width: 300px;
  color: #333;
}

.PDP-Free-Block__btn:focus::before {
  opacity: 1;
}
.PDP-Free-Block__btn::after {
  content: " ";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 0px;
  left: 0;
  transform: translate3d(0, 0, 0);
  width: 62px;
  height: 62px;
  border-radius: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 64 64' style='enable-background:new 0 0 64 64;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23333333;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M45.4,31.5h-13v-13c0-0.3-0.2-0.5-0.5-0.5s-0.5,0.2-0.5,0.5v13h-13c-0.3,0-0.5,0.2-0.5,0.5s0.2,0.5,0.5,0.5h13 v13c0,0.3,0.2,0.5,0.5,0.5s0.5-0.2,0.5-0.5v-13h13c0.3,0,0.5-0.2,0.5-0.5S45.7,31.5,45.4,31.5z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  transition: transform ease-in-out 0.2s, opacity ease-in-out 0.2s;
  transition-delay: 0.2s;
  pointer-events: none;
}
.PDP-Free-Block[data-open="0"] .PDP-Free-Block__btn:hover::after,
.PDP-Free-Block[data-open="0"] .PDP-Free-Block__btn[data-anim="1"]::after {
  opacity: 0;
  transform: scale(0.5);
  transition-delay: 0s;
}
.PDP-Free-Block .PDP-Free-Block__btn:hover::after {
  /* background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 64 64' style='enable-background:new 0 0 64 64;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23b40024;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M45.4,31.5h-13v-13c0-0.3-0.2-0.5-0.5-0.5s-0.5,0.2-0.5,0.5v13h-13c-0.3,0-0.5,0.2-0.5,0.5s0.2,0.5,0.5,0.5h13 v13c0,0.3,0.2,0.5,0.5,0.5s0.5-0.2,0.5-0.5v-13h13c0.3,0,0.5-0.2,0.5-0.5S45.7,31.5,45.4,31.5z'/%3E%3C/g%3E%3C/svg%3E%0A");
*/
}
.PDP-Free-Block[data-open="1"] .PDP-Free-Block__btn::after {
  transform: rotate(45deg) translate3d(0, 0, 0);
}
/****************************************************/
.PDP-Free-Block[data-open="1"] .PDP-Free-Block__btn[data-anim="1"] {
  max-width: 300px;
  color: #333;
}

.PDP-Free-Block[data-open="1"] .PDP-Free-Block__btn:hover {
  max-width: 300px;
  color: #333;
}

.PDP-Free-Block[data-open="1"] .PDP-Free-Block__btn:hover::after,
.PDP-Free-Block[data-open="1"] .PDP-Free-Block__btn[data-anim="1"]::after {
  opacity: 0;
  transform: rotate(45deg) scale(0.5);
  transition-delay: 0s;
}

.PDP-Free-Block[data-open="0"] .PDP-Free-Block__btn span[data-open="1"],
.PDP-Free-Block[data-open="1"] .PDP-Free-Block__btn span[data-open="0"] {
  display: none;
}
.PDP-Free-Block[data-nohover="1"] .PDP-Free-Block__btn::after,
.PDP-Free-Block[data-nohover="1"] .PDP-Free-Block__btn:hover::after,
.PDP-Free-Block[data-nohover="1"] .PDP-Free-Block__btn[data-anim="1"]::after {
  opacity: 1 !important;
  transform: rotate(45deg) scale(1) !important;
}

.PDP-Free-Block[data-nohover="1"] .PDP-Free-Block__btn span {
  display: none !important;
}
.PDP-Free-Block[data-nohover="1"] .PDP-Free-Block__btn {
  max-width: 64px !important;
  transition: none !important;
  color: #333 !important;
}
