i-free-html-block {
    padding: 0;
    display: block
}

.PDP-Free-Block {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    margin-bottom: 50px
    --MAX-WIDTH-BUTTON:385px;
}

.PDP-Free-Block[data-noanim="1"] {
    transition: none !important
}

.PDP-Free-Block[data-noanim="0"] {
    transition: opacity ease-in-out .5s !important
}

.PDP-Free-Block[data-noanim="1"] * {
    transition: none !important
}

.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__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-size: auto 118px;
    background-position: top center;
    z-index: 2;
    pointer-events: none;
    mask-image: linear-gradient(to right, transparent 0, #000 10%, #000 90%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0, #000 10%, #000 90%, transparent 100%)
}

button.PDP-Free-Block__btn {
    margin: 0 auto;
    margin-top: -32px;
    z-index: 2;
    position: relative;
    background-color: #fff !important;
    min-width: 64px;
    padding: 0 30px;
    height: 64px;
    border-radius: 64px;
    border: 1px solid #333 !important;
    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 .5s;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: transparent;
    transform: translate3d(0, 0, 0);
    outline: 0;
    overflow: hidden
}

button.PDP-Free-Block__btn {
    padding: 0 20px;
    font-size: 12px;
}


.PDP-Free-Block[data-open="0"] button.PDP-Free-Block__btn[data-anim="1"] {
    max-width: var(--MAX-WIDTH-BUTTON);
    color: #333
}

.PDP-Free-Block[data-open="0"] button.PDP-Free-Block__btn:hover {
    max-width: var(--MAX-WIDTH-BUTTON);
    color: #333
}

.PDP-Free-Block[data-open="1"] button.PDP-Free-Block__btn[data-anim="1"] {
    max-width: var(--MAX-WIDTH-BUTTON);
    color: #333
}

.PDP-Free-Block[data-open="1"] button.PDP-Free-Block__btn:hover {
    max-width: var(--MAX-WIDTH-BUTTON);
    color: #333
}

button.PDP-Free-Block__btn:focus::before {
    opacity: 1
}

button.PDP-Free-Block__btn::after {
    content: " ";
    display: block;
    background-color: #fff !important;
    position: absolute;
    top: 0;
    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 .2s, opacity ease-in-out .2s;
    transition-delay: .2s;
    pointer-events: none
}

.PDP-Free-Block[data-open="0"] button.PDP-Free-Block__btn:hover::after,
.PDP-Free-Block[data-open="0"] button.PDP-Free-Block__btn[data-anim="1"]::after {
    opacity: 0;
    transform: scale(.5);
    transition-delay: 0s
}

.PDP-Free-Block[data-open="1"] button.PDP-Free-Block__btn::after {
    transform: rotate(45deg) translate3d(0, 0, 0)
}

.PDP-Free-Block[data-open="1"] button.PDP-Free-Block__btn[data-anim="1"] {
    max-width: 300px;
    color: #333
}

.PDP-Free-Block[data-open="1"] button.PDP-Free-Block__btn:hover {
    max-width: 300px;
    color: #333
}

.PDP-Free-Block[data-open="1"] button.PDP-Free-Block__btn:hover::after,
.PDP-Free-Block[data-open="1"] button.PDP-Free-Block__btn[data-anim="1"]::after {
    opacity: 0;
    transform: rotate(45deg) scale(.5);
    transition-delay: 0s
}

.PDP-Free-Block[data-open="0"] button.PDP-Free-Block__btn span[data-open="1"],
.PDP-Free-Block[data-open="1"] button.PDP-Free-Block__btn span[data-open="0"] {
    display: none
}

.PDP-Free-Block[data-nohover="1"] button.PDP-Free-Block__btn::after,
.PDP-Free-Block[data-nohover="1"] button.PDP-Free-Block__btn:hover::after,
.PDP-Free-Block[data-nohover="1"] button.PDP-Free-Block__btn[data-anim="1"]::after {
    opacity: 1 !important;
    transform: rotate(45deg) scale(1) !important
}

.PDP-Free-Block[data-nohover="1"] button.PDP-Free-Block__btn span {
    display: none !important
}

.PDP-Free-Block[data-nohover="1"] button.PDP-Free-Block__btn {
    max-width: 64px !important;
    transition: none !important;
    color: #333 !important
}


    .PDP-Free-Block i-product-badge,
    .PDP-Free-Block .product-tile .product-image,
    .PDP-Free-Block .product-tile__servicetag,
    .PDP-Free-Block .product-tile__description,
    .PDP-Free-Block .product-tile__desc {
      display:none!important;
    }
    .PDP-Free-Block .product-tile {
        border:0px solid;
        margin-right: 0;
        margin-left: 0;
    }
    .PDP-Free-Block .product-tile__desc--hover {
      display:block;
      height:auto !important;
      padding:0;
    }
