body,
html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
#wrapper.pt_category-wide .site-width-slot, #wrapper.pt_category-wide .breadcrumb-container {
  max-width: 1600px;
  margin: 0 auto;
}

#main:not(.main-homepage) {
  padding-top: 0px;
}

#wrapper {
  max-width: 100%;
}

.primary-content {
  padding: 0;
}

footer {
  margin-top: 0px;
}

.breadcrumb {
  display: none;
}

.go-to-top {
  display: none;
}

@font-face {
  font-family: "Gotham_Light";
  src: url("../../fonts/GothamLight.eot");
  src: url("../../fonts/GothamLight.eot") format("embedded-opentype"), url("../../fonts/GothamLight.woff2") format("woff2"), url("../../fonts/GothamLight.woff") format("woff"),
    url("../../fonts/GothamLight.ttf") format("truetype"), url("../../fonts/GothamLight.svg#GothamLight") format("svg");
}

.DSDEF {
  position: relative;
  width: 100%;
  display: block;
  max-width: 1600px;
  margin: 0 auto;
  --CLARINS-FONT: "ClarinsRegular", "Clarins";
  --GOTHAM-BOOK: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial, sans-serif;
  --GOTHAM-MEDIUM: "Gotham SSm medium A", "Gotham SSm medium B", Helvetica, Arial, sans-serif;
  --GOTHAM-LIGHT: "Gotham_Light";
  --GOTHAM-XLIGHT: "Gotham_Light";
  --FONT-SIZE: 14px;
  --FINDER-HEIGHT: 535px;
  font-family: var(--GOTHAM-BOOK);
  font-size: var(--FONT-SIZE);
  color: #333333;
}

.DSDEF * {
  box-sizing: border-box;
}

.DSDEF-primary-button {
  height: 44px;
  background: #b40024;
  border-radius: 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 145%;
  color: #fff;
  text-decoration: none;
  width: fit-content;
  cursor: pointer;
  transition: background-color 0.3s;
  border: none;
}

.DSDEF-primary-button:hover {
  background-color: #8c0b26;
  color: #fff;
}

.DSDEF-primary-button:active {
  background-color: #63021a;
  color: #fff;
}

.DSDEF-secondary-button {
  height: 44px;
  background: #ffffff;
  border-radius: 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 145%;
  color: #333333;
  text-decoration: none;
  width: fit-content;
  cursor: pointer;
  transition: background-color 0.3s, box-shadow 0.3s;
  border: 1px solid #b0a9a5;
  font-family: var(--GOTHAM-MEDIUM);
}

.DSDEF-secondary-button:hover {
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
}

.DSDEF-secondary-button:active {
  border: 1px solid #333333;
}

.DSDEF-title {
  font-family: var(--GOTHAM-LIGHT);
  font-weight: normal;
  color: #c96950;
  font-size: 40px;
  line-height: 48px;
  margin: 0;
}

/***********/
/** SLICK **/
/***********/

.DSDEF .slick-dots {
  width: fit-content;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;

  bottom: -45px;
}

@media(max-width:761px) {
  .DSDEF .slick-dots {
    left: 0;
    transform: none;
    width: 100%;
    justify-content: center;
  }
}

.DSDEF .slick-dots li {
  width: fit-content;
  height: auto;
  margin: 0 4px;
}

.DSDEF .slick-dots li button:before {
  display: none;
}

.DSDEF .slick-dots li button {
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  transition: background-color 0.3s;
  min-width: auto;
}

.DSDEF .slick-dots li.slick-active button {
  background-color: #c96950;
}

.DSDEF .slick-dots button:hover {
  border: none;
}

.DSDEF .slick-dots button:active {
  outline: none !important;
}

.DSDEF .slick-prev {
  left: 0;
  transform: rotate(135deg);
}

.DSDEF .slick-next {
  right: 0;
  transform: rotate(-45deg);
}

.DSDEF .slick-arrow {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  height: 13px;
  width: 13px;
  z-index: 1;
  min-width: auto;
}

.DSDEF .slick-next:before,
.DSDEF .slick-prev:before {
  display: none;
}

.DSDEF .slick-dotted.slick-slider {
  margin: 0 auto;
}

.DSDEF-routine__carrousel-item p {
  min-height: 60px;
}


@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2){
.DSDEF .DSDEF-product__step-carrousel button.slick-arrow {
    display: none!important;
   }
}


@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2){
  .DSDEF .DSDEF-product__step-carrousel button.slick-arrow  {
    display: none!important;
   }
   
}

@media (max-width: 480px) {
  .DSDEF .DSDEF-product__step-carrousel button.slick-arrow  {
    display: none!important;
   }
   
}


/*-------------------------------------------------------------------------------------*/
button:hover:not(.cba-button-style),button:not(.not-tabbable):not(.cba-button-style):focus{
    background-color: #c96950 !important;
    border: none !important;
    outline: none !important;
}