#CLA41156.CLA41156-main [data-name=CSPOT] {
    width: 100%;
    max-width: 567px;
    margin: 0 auto;
    border: 1px solid #d3d3d3
}

#CLA41156.CLA41156-main [data-name=CSPOT]>div {
    position: relative
}

#CLA41156.CLA41156-main [data-name=CSPOT]>div img {
    cursor: pointer
}

#CLA41156.CLA41156-main [data-name=CSPOT] .CLA41156_img_bg {
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 250ms ease-in-out
}

#CLA41156.CLA41156-main [data-name=CSPOT] .CLA41156--hidden {
    opacity: 0
}

#CLA41156.CLA41156-main [data-name=CSPOT] .CLA41156-wrapper-text {
    padding: 5px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center
}

#CLA41156.CLA41156-main [data-name=CSPOT] .CLA41156-wrapper-text small {
    position: relative;
    display: flex;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #b40024;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 17px
}

#CLA41156.CLA41156-main [data-name=CSPOT] .CLA41156_txt_new {
    font-size: 11px;
    line-height: 13px;
    color: #b40024;
    margin-top: 20px
}

#CLA41156.CLA41156-main [data-name=CSPOT] .CLA41156_txt_title {
    font-family: "ClarinsRegular", "Clarins", Times, "Times New Roman", serif;
    font-weight: 400;
    color: #000;
    font-size: 30px;
    line-height: 36px;
    padding: 0 5px
}

@media only screen and (min-width:768px) {
    #CLA41156.CLA41156-main [data-name=CSPOT] .CLA41156_txt_title {
        padding: 0 20px
    }
}

#CLA41156.CLA41156-main [data-name=CSPOT] .CLA41156_txt_description {
    margin-bottom: 0;
    padding: 0 20px;
    margin-top: 8px
}

@media only screen and (max-width:767px) {
    #CLA41156.CLA41156-main [data-name=CSPOT] .CLA41156_txt_description {
        width: 300px;
        padding: 0;
        margin-top: 10px
    }
}

#CLA41156.CLA41156-main [data-name=CSPOT] .CLA41156_txt_description p {
    font-family: "Gotham SSm book A", "Gotham SSm book B", Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 12px;
    line-height: 16px
}

@media only screen and (min-width:768px) {
    #CLA41156.CLA41156-main [data-name=CSPOT] .CLA41156_txt_description p {
        font-size: 14px;
        line-height: 18px;
        max-width: 90%
    }
}

#CLA41156.CLA41156-main [data-name=CSPOT] .CLA41156_button_cspot {
    color: #000;
    transition: border 100ms linear;
    max-width: 100%;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 13px;
    margin-top: 15px;
    margin-bottom: 25px;
    display: inline-block;
    font-weight: 400;
    background-color: transparent !important;
    border: 0;
    outline: 0;
    border-bottom: #d4d4d4 1px solid;
    padding: 0;
    height: auto !important;
    min-width: unset !important;
    letter-spacing: .5px;
    cursor: pointer
}

#CLA41156.CLA41156-main [data-name=CSPOT] .CLA41156_button_cspot:active,
#CLA41156.CLA41156-main [data-name=CSPOT] .CLA41156_button_cspot:focus,
#CLA41156.CLA41156-main [data-name=CSPOT] .CLA41156_button_cspot:hover {
    color: #be0f34;
    border: 0;
    outline: 0 !important;
    border-bottom: #be0f34 1px solid !important;
    background-color: transparent !important
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
	body, html {
	    width: 100%;
	    overflow-x: hidden !important;
	  }
  #main:not(.main-homepage) {
      padding-left: 0 !important;
      padding-right: 0 !important;
  }
}
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
	body, html {
	    width: 100%;
	    overflow-x: hidden !important;
	  }
  #main:not(.main-homepage) {
      padding-left: 0 !important;
      padding-right: 0 !important;
  }
}

/*iPhone 6/7/8/plus, XR, 11, X, 12 and 11.*/
@media (max-width: 480px) {
	body, html {
	    width: 100%;
	    overflow-x: hidden !important;
	  }
  #main:not(.main-homepage) {
      padding-left: 0 !important;
      padding-right: 0 !important;
  }
}