/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://use.typekit.net/rvj4rma.css");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,600,700");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

  html {
    margin-top: 0!important ;
  }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.4;
  font-size: 1em;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active, a:hover {
  outline-width: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button, input, select, textarea {
  font: inherit;
  margin: 0; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

body {
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #000;
  background-color: #fff;
  font-family: Lato,sans-serif; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

a {
  text-decoration: inherit;
  color: inherit; }

a:hover {
  cursor: pointer; }

ol, ul {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none; }

img {
  width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText; }

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * https://github.com/pierreburel/sass-rem
 */
/**
 * Settings
 */
/**
 * Colors
 */
/**
 * Typography
 */
/**
 * Font Weight
 * Uses by 'font-weight' mixin
 */
/* stylelint-disable-next-line */
/**
 * Settings alerts boxes
 */
/**
 * Social Media Colors
 */
/**
 * Tools
 */
/**
 * Screen Sizes
 */
/**
 * Breakpoints - Media Queries
 */
/**
 * Media Queries
 * Mobile first
 */
/**
 * Font Weight
 */
/**
 * Common Helpers
 */
/**
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/**
 * Custom text selection style
 */
/**
 * Custom input placeholders
 */
/**
 * Custom default browser scrollbar
 */
/**
 * Generate arrow on a pseudo-element
 * To set color, use 'border-color' inside a class
 *
 * @param  {string} $position:     up              Arrow position (up, right, bottom, left)
 * @param  {string} $arrow-width:  20px             Arrow Width
 * @param  {string} $arrow-size:   $arrow-width/4   Arrow size
 *
 * @return A CSS Arrow
 */
/**
 * @include triangle within a pseudo element and add positioning properties (ie. top, left)
 * $direction: up, down, left, right
 */
.x-visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

@media (min-width: 769px) {
  .x-mobile-only {
    display: none; } }

@media (max-width: 768px) {
  .x-desktop-only {
    display: none; } }

.x-header {
  padding: 13px 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-direction: column;
 }
  @media (min-width: 769px) {
    .x-header {
      padding: 20 23px;
      background: #fff; } }
.x-header-io-top{
  width: 100%;
  padding: 15px 10px 2px}
.x-header-io-top .container{
  max-width: 1296px;
  margin: auto;
  width: initial;
}
.x-header-io-top__items{
    display: flex;
    justify-content: flex-end;
    align-items: center;}
.x-header-io-top__items > li{
  margin-left: 40px;
  color: #848d94;
  font-size: 12px;}

.x-header-io-bottom{
    width: 100%;
}
.x-header-io-bottom .container{
  display: flex;
  justify-content: space-between;
  max-width: 1296px;
  margin: auto;
  width: initial;
}
.x-header-io-bottom .container:before{
  display: none;
}
.x-header-io-bottom .x-client-infos__list{
  margin-right: 32px;
  align-items: center;
  
}
.x-header-io-bottom .container .x-client-infos__item-title a{
  height: 24px;
}
.x-header-io-bottom .container .x-client-infos__item-title a:hover{
  text-decoration: none;
}
.x-header-io-bottom .container .x-client-infos__item-title a span{
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
impulse-autocomplete{
  background: #f8f8f8;
  border-radius: 10px;
  padding: 12px;
  width: 50%;
}
impulse-autocomplete #impulse-autocomplete{
  background: blue;
}
.x-header-io-bottom{
  width: 100%;
}
.x-header-io-bottom .x-menu-mobile__level-1-item-divider{
  display: flex;
  width: 100%;
  gap: 16px;
}
.x-header-io-bottom .x-menu-mobile__level-1-item-divider ul{
  width: 50%;
}
.x-header-io-bottom .x-menu-desktop__level-1-item.is-open:not(.js-menu-level-1__item){
  border-bottom: solid 2px #D70A5A;
  text-decoration: underline;
  text-decoration-color: #D70A5A;
  text-underline-offset: 16px;
}
.x-header-io-bottom .x-menu-desktop__level-1-item-title span, .x-header-io-bottom .x-menu-desktop__level-1-item-title a{
  text-transform: capitalize;
  font-size: 16px;
  margin-right: 20px;
  position: relative;
}
.x-header-io-bottom .x-menu-desktop__level-1-item-title span::after{
  content: " ";
  width: 12px;
  height: 12px;
  background-image: url(https://cbadcos.vtexassets.com/arquivos/arrow-mobile-menucategory-adcos.svg);
  display: block;
  background-repeat: no-repeat;
  position: absolute;
  transform: rotate(271deg);
  transition-duration: .2s;
  right: -8px;
  top: 35%;
}
.x-header-io-bottom .x-menu-desktop__level-1-item.is-open .x-menu-desktop__level-1-item-title span::after{
transform: rotate(89deg);
transition-duration: .2s;
top: 40%;
}
.x-header-io-bottom .x-menu-desktop__level-2-item-title span{
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 700;
  color: #222;
}
.x-header-io-bottom .js-menu-level-2__item-anchor, .x-header-io-bottom .js-menu-level-1__item-anchor{
  text-decoration: none;
}

@media (max-width: 768px) {

#x-client-infos {
position: absolute;
right: 0;
top: 24px;    
}

}


.x-header-io-bottom .x-menu-desktop__level-2-item-title a:hover{
  text-decoration: none;
}
.x-header-io-bottom .x-menu-desktop__level-2-item-title a::after{
  border-bottom: none;
}
.x-header-io-bottom .x-menu-desktop__level-2-item-title a span:last-child{
  display: flex;
  flex-direction: column;
}
.x-header-io-bottom .x-menu-desktop__level-2-item-title a span:last-child::after{
  content: 'ver tudo';
  font-size: 11px;
  color: #D70A5A;
  padding-top: 8px;
  text-decoration: underline;
  text-underline-offset: initial;
}
.x-header-io-bottom .x-menu-desktop__level-2-item-title span::after{
  border-bottom: none;
}
.x-header-io-bottom .menu__wrapper{
  box-shadow: none;
  position: absolute;
  left: 0;
  padding-left: 0;
}
.x-header-io-bottom .menu__wrapper .sub-menu-image{
  width: auto;
  height: 100%;
  margin-left: 32px;
  @media (max-width: 767px) {
    display: none;    
  }
}
.x-header-io-bottom .menu__wrapper .js-menu-level-2__item-anchor{
  text-transform: capitalize;
  color: #222;
  font-weight: 500;
}
.x-header-io-bottom .js-menu-level-2__item-anchor:hover{
  text-decoration: underline;
  color: #D70A5A;
  text-decoration-color: #D70A5A;
  text-underline-offset: initial;
  
}
.x-menu-desktop__level-2-overlay{
  display: none;
  position: absolute;
  width: 200%;
  margin-left: -40%;
  z-index: 9;
  background: #FFF;
  left: 0;
  box-shadow: 0 5px 10px -5px rgb(0 0 0 / 50%);

}

.x-menu-desktop__level-1-item:focus-within .x-menu-desktop__level-2-overlay{
  display: block;
}
.x-menu-desktop__level-1-item.is-open .x-menu-desktop__level-2-overlay{
  display: block;
}

.x-header__skip {
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  text-align: center; }
  .x-header__skip > a {
    border: solid #000 1px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    padding: 5px 15px;
    display: inline-block;
    color: #000;
    font-family: 'Roboto', sans-serif;
    background: #fff; }
    .x-header__skip > a:not(:focus) {
      width: 1px;
      height: 1px;
      margin: -1px;
      border: 0;
      padding: 0;
      overflow: hidden;
      position: absolute;
      clip: rect(1px 1px 1px 1px);
      clip: rect(1px, 1px, 1px, 1px);
      -webkit-clip-path: inset(50%);
      clip-path: inset(50%);
      white-space: nowrap; }

.x-header__title a {
  width: 53px;
  height: 48px;
  display: block;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20600%20453.21%27%3E%3Cstyle%3E.cls-1%7Bfill%3A%23565656%7D.cls-2%7Bfill%3A%23d40053%3Bfill-rule%3Aevenodd%7D%3C%2Fstyle%3E%3Cpath%20class%3D%27cls-1%27%20d%3D%27M697.77%20728.7a.87.87%200%200%201%20.84-.88h10.71a16.31%2016.31%200%201%201%200%2032.61h-10.71a.88.88%200%200%201-.84-.89zm11%2027.3c6.85%200%2011.69-5%2011.69-11.93s-4.84-11.83-11.69-11.83h-6.29V756zM736.85%20728.7a.88.88%200%200%201%20.88-.88h18.64a.88.88%200%200%201%20.88.88v2.61a.88.88%200%200%201-.88.89h-14.72v9.5h12.43a.92.92%200%200%201%20.89.88v2.61a.89.89%200%200%201-.89.89h-12.43v10h14.72a.88.88%200%200%201%20.88.89v2.56a.88.88%200%200%201-.88.89h-18.64a.88.88%200%200%201-.88-.89zM768.33%20728.7a.89.89%200%200%201%20.89-.88h12.67a10.05%2010.05%200%200%201%2010.16%2010c0%204.28-2.84%207.82-6.9%209.45l6.38%2011.84a.88.88%200%200%201-.79%201.35h-3.49a1%201%200%200%201-1-.61l-6.1-12.16h-7v11.88a.92.92%200%200%201-.88.89h-3a.89.89%200%200%201-.89-.89zm13.19%2015a5.79%205.79%200%200%200%205.68-5.78%205.71%205.71%200%200%200-5.68-5.55h-8.29v11.33zM807.32%20728.05a1%201%200%200%201%20.84-.7h.74a1%201%200%200%201%20.8.51l9.73%2023.81h.19l9.69-23.81a.87.87%200%200%201%20.79-.51h.75a1%201%200%200%201%20.84.7l5.73%2031.3c.13.66-.19%201.08-.84%201.08h-3a1%201%200%200%201-.89-.66L829.22%20739h-.14l-8.39%2021.43a.78.78%200%200%201-.79.51h-.84a.83.83%200%200%201-.79-.51L809.84%20739h-.19l-3.35%2020.82a.92.92%200%200%201-.84.66h-3a.84.84%200%200%201-.89-1.08zM863.08%20727.35a16.77%2016.77%200%201%201-16.73%2016.82%2016.74%2016.74%200%200%201%2016.73-16.82zm0%2029A12.25%2012.25%200%201%200%20851%20744.17a12.22%2012.22%200%200%200%2012.08%2012.2zM905.79%20727.35a16.17%2016.17%200%200%201%2011.27%204.33.87.87%200%200%201%20.05%201.31l-2.05%202.09c-.33.42-.75.42-1.17%200a12.62%2012.62%200%200%200-8.06-3.12%2012.1%2012.1%200%200%200%200%2024.18%2012.47%2012.47%200%200%200%208-3.07.85.85%200%200%201%201.17-.07l2.14%202.1a.88.88%200%200%201%200%201.25%2016%2016%200%200%201-11.32%204.52%2016.77%2016.77%200%201%201%200-33.54zM942.17%20727.35a16.77%2016.77%200%201%201-16.73%2016.82%2016.74%2016.74%200%200%201%2016.73-16.82zm0%2029a12.25%2012.25%200%201%200-12.07-12.2%2012.22%2012.22%200%200%200%2012.07%2012.22zM968.29%20755.72l1.21-1.91a1.06%201.06%200%200%201%201.59-.37c2.19%201.81%203.86%203.21%207.45%203.21%203.21%200%205.26-1.95%205.26-4.33%200-2.8-2.42-4.57-7-6.48s-8.48-4.47-8.48-9.87c0-3.64%202.8-8.62%2010.2-8.62a15.73%2015.73%200%200%201%208.62%202.75%201.09%201.09%200%200%201%20.28%201.58l-1.16%201.77a1.1%201.1%200%200%201-1.63.47c-1.82-1.17-3.59-2.33-6.29-2.33-3.92%200-5.27%202.47-5.27%204.19%200%202.66%202.05%204.29%205.92%205.87%205.4%202.19%2010%204.75%2010%2010.44%200%204.84-4.34%208.8-10.39%208.8a15.09%2015.09%200%200%201-10-3.68c-.45-.37-.82-.7-.31-1.49zM1003.65%20728.05a.93.93%200%200%201%20.83-.7h.75a.93.93%200%200%201%20.79.51l9.74%2023.81h.18l9.69-23.81a.9.9%200%200%201%20.79-.51h.75a1%201%200%200%201%20.84.7l5.73%2031.3a.8.8%200%200%201-.84%201.08h-3a1%201%200%200%201-.88-.66l-3.48-20.77h-.14l-8.4%2021.38a.78.78%200%200%201-.79.51h-.84a.84.84%200%200%201-.79-.51l-8.42-21.38h-.16l-3.35%2020.82a.92.92%200%200%201-.84.66h-3c-.65%200-1-.42-.88-1.08zM1045%20728.7a.88.88%200%200%201%20.88-.88h18.64a.88.88%200%200%201%20.88.88v2.61a.88.88%200%200%201-.88.89h-14.72v9.5h12.44a.92.92%200%200%201%20.88.88v2.61a.88.88%200%200%201-.88.89h-12.44v10h14.72a.88.88%200%200%201%20.88.89v2.56a.88.88%200%200%201-.88.89h-18.64a.88.88%200%200%201-.88-.89zm5.78-4.56l-.66-1.31a.7.7%200%200%201%20.28-.88l7.32-4.24c.28-.19%201-.28%201.21.14l1.07%202a.75.75%200%200%201-.28%201.11l-7.83%203.36c-.64.33-.97.24-1.15-.18zM1081.9%20732.2h-7.6a.88.88%200%200%201-.88-.89v-2.61a.88.88%200%200%201%20.88-.88h20a.88.88%200%200%201%20.89.88v2.61a.89.89%200%200%201-.89.89h-7.59v27.34a.92.92%200%200%201-.88.89h-3.08a.92.92%200%200%201-.88-.89zM1105.32%20728.7a.92.92%200%200%201%20.89-.88h3.07a.92.92%200%200%201%20.89.88v30.84a.92.92%200%200%201-.89.89h-3.07a.92.92%200%200%201-.89-.89zM1138.12%20727.35a16.17%2016.17%200%200%201%2011.27%204.33.87.87%200%200%201%200%201.31l-2%202.09c-.33.42-.75.42-1.17%200a12.62%2012.62%200%200%200-8.06-3.12%2012.1%2012.1%200%200%200%200%2024.18%2012.47%2012.47%200%200%200%208-3.07.85.85%200%200%201%201.12-.05l2.14%202.1a.88.88%200%200%201%200%201.25%2016%2016%200%200%201-11.32%204.52%2016.77%2016.77%200%201%201%200-33.54zM1174.45%20727.35a16.77%2016.77%200%201%201-16.73%2016.82%2016.74%2016.74%200%200%201%2016.73-16.82zm0%2029a12.25%2012.25%200%201%200-12.07-12.2%2012.22%2012.22%200%200%200%2012.07%2012.22zM1200.57%20755.72l1.22-1.91a1%201%200%200%201%201.58-.37c2.19%201.81%203.87%203.21%207.45%203.21%203.22%200%205.27-1.95%205.27-4.33%200-2.8-2.42-4.57-7-6.48s-8.48-4.47-8.48-9.87c0-3.64%202.8-8.62%2010.21-8.62a15.68%2015.68%200%200%201%208.61%202.75%201.09%201.09%200%200%201%20.28%201.58l-1.16%201.77a1.1%201.1%200%200%201-1.63.47c-1.82-1.17-3.59-2.33-6.29-2.33-3.91%200-5.26%202.47-5.26%204.19%200%202.66%202.05%204.29%205.91%205.87%205.41%202.19%2010%204.75%2010%2010.44%200%204.84-4.33%208.8-10.39%208.8a15.12%2015.12%200%200%201-10-3.68c-.46-.37-.83-.7-.32-1.49z%27%20transform%3D%27translate(-660%20-307.69)%27%2F%3E%3Cpath%20class%3D%27cls-2%27%20d%3D%27M910%20332.68a25%2025%200%201%201-25-25%2025%2025%200%200%201%2025%2025M903.75%20413.94A18.75%2018.75%200%201%201%20885%20395.18a18.75%2018.75%200%200%201%2018.75%2018.76M897.5%20482.69a12.5%2012.5%200%201%201-12.5-12.5%2012.5%2012.5%200%200%201%2012.5%2012.5M985%20332.68a25%2025%200%201%201-25-25%2025%2025%200%200%201%2025%2025M978.75%20413.94A18.75%2018.75%200%201%201%20960%20395.18a18.75%2018.75%200%200%201%2018.75%2018.76M972.5%20482.69a12.5%2012.5%200%201%201-12.5-12.5%2012.5%2012.5%200%200%201%2012.5%2012.5M1060%20332.68a25%2025%200%201%201-25-25%2025%2025%200%200%201%2025%2025M1053.75%20413.94a18.75%2018.75%200%201%201-18.75-18.76%2018.75%2018.75%200%200%201%2018.75%2018.76M1047.5%20482.69a12.5%2012.5%200%201%201-12.5-12.5%2012.5%2012.5%200%200%201%2012.5%2012.5%27%20transform%3D%27translate(-660%20-307.69)%27%2F%3E%3Cpath%20class%3D%27cls-1%27%20d%3D%27M834.65%20570.18h-38.39v120h38.39A60.16%2060.16%200%200%200%20895%20630c0-32.91-27.08-59.82-60.32-59.82m-1.38%20112.6h-29V577.56h29c30%200%2053.13%2022.79%2053.13%2052.44%200%2030-23.13%2052.78-53.13%2052.78M1101.83%20568.47a61.7%2061.7%200%200%200%200%20123.39c34.45%200%2061.87-27.08%2061.87-61.52a61.62%2061.62%200%200%200-61.87-61.87m0%20115.85a54.16%2054.16%200%201%201%2054.33-54%2053.9%2053.9%200%200%201-54.33%2054M1015.2%20669.75c-10.28%208.57-21.42%2014.4-36.16%2014.4a53.5%2053.5%200%200%201-53.47-53.81c0-29.65%2023.48-54.16%2053.47-54.16a53.59%2053.59%200%200%201%2036.16%2014.05l5.48-5.82c-11.13-10.11-24.16-15.94-41.64-15.94a61.87%2061.87%200%200%200-62%2061.87c0%2034.44%2027.76%2061.52%2062%2061.52a59.24%2059.24%200%200%200%2041.82-16.62zM1221.61%20625.2c-17.31-5.66-28.45-12-28.45-26.57%200-9.76%207.89-22.79%2029-22.79%2013.19%200%2024.67%207.71%2025.19%208.06l4.45-6.69a56.27%2056.27%200%200%200-29.47-8.74c-26.74%200-37%2017.48-37%2030.33%200%2019.71%2013.19%2026.74%2033.07%2033.77%2020.74%207%2033.25%2013.88%2033.25%2029.13%200%2012.51-13.2%2023-28.79%2023-17.31%200-30-11.65-31.7-13.19l-4.8%206.34c2.22%202.06%2015.93%2014.05%2036.33%2014.05%2019.71%200%2037.36-13.36%2037.36-30.5%200-19.88-14.91-28.11-38.39-36.16%27%20transform%3D%27translate(-660%20-307.69)%27%2F%3E%3Cpath%20class%3D%27cls-1%27%20d%3D%27M57.58%20262.5h-4.8L0%20382.44h8.62l46.39-107.05h.34l45.88%20107.05h8.62L57.58%20262.5z%27%2F%3E%3C%2Fsvg%3E") center/100% no-repeat; }
  .x-header__title a:focus {
    outline-color: #4d90fe !important;
    outline-offset: -2px !important;
    outline-style: auto !important;
    outline-width: 5px !important; }
  @media (min-width: 769px) {
    .x-header__title a {
      width: 81px;
      height: 62px; } }

@media (max-width: 768px) {
  .x-menu-mobile__title {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    body:not(.js) .x-menu-mobile__title {
      width: 1px;
      height: 1px;
      margin: -1px;
      border: 0;
      padding: 0;
      overflow: hidden;
      position: absolute;
      z-index: 9999999;
      clip: rect(1px 1px 1px 1px);
      clip: rect(1px, 1px, 1px, 1px);
      -webkit-clip-path: inset(50%);
      clip-path: inset(50%);
      white-space: nowrap; }
    .js .x-menu-mobile__title > button {
      width: 48px;
      height: 48px;
      margin: 0;
      border: 0;
      padding: 0;
      background: center no-repeat;
      background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228%22%20height%3D%2226%22%20viewBox%3D%220%200%2028%2025.002%22%3E%3Cdefs%3E%3Cstyle%3E%40font-face%7Bfont-family%3A%22Roboto-Light%22%3Bsrc%3Aurl(data%3Aapplication%2Ffont-woff%3Bcharset%3Dutf-8%3Bbase64%2Cd09GRgABAAAAAAgUAA4AAAAAC5AAAiMSAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABRAAAAFIAAABgdDATFGNtYXAAAAGYAAAATgAAAVoDzQJrY3Z0IAAAAegAAABYAAAAWC%2B7BJ5mcGdtAAACQAAAAToAAAG8f%2Foiq2dhc3AAAAN8AAAADAAAAAwACAATZ2x5ZgAAA4gAAAF8AAACIETmQRBoZWFkAAAFBAAAADYAAAA2%2F%2FTRvWhoZWEAAAU8AAAAIAAAACQOQwVJaG10eAAABVwAAAAUAAAAFBn1Ay5sb2NhAAAFcAAAAAwAAAAMAR4Bom1heHAAAAV8AAAAHgAAACACFQHPbmFtZQAABZwAAAGDAAACr3QTjDJwb3N0AAAHIAAAABQAAAAg%2F20AaXByZXAAAAc0AAAA4AAAATp6Lw9XeJxjYGGdxajDwMrAwDqL1ZiBgVEeQjNfZEhjYmBgAGEIaGBgUBeAMBVAhLu%2FvzuDA4MrQygbwz8GhjT2WUxACcb5IDkWK9YNQI4CAzMA6v8KwgAAeJxjYGBgZoBgGQZGBhAIAfIYwXwWBgsgzcXAwcAEhK4Mvgx%2BDKH%2F%2FwPF4Oz%2Fe%2F9v%2Bb%2F1%2F3qoXihgZGOgDmCCGcgMoVmoZC4dAADo3w4zAAAAKgBoAFoAYABWAKAATgBuAIwAyABOAGAARgDEAAAAFP5gABQCmwAQ%2FzkADf6XABIDIQALBDoAFASNABAFsAAUBhgAFQbAABACWwASBwQABQbZAAYAAAAAeJxdkLtOwzAYhW0SSsNFYkSykGxFBSm1xc6UwamEugTSwWbgIlqJduIFkLIgRR54lpMt3fo4fQkETgoVsPj4nF%2F%2BdH6DyDGi3NSUvtuGfr5Bn9ZRcH%2BnQCXn2VyDPijsSNBEKASSjxAMRjcmttxxdzV1fMSfH6cIB536wczZCw5SmLk%2FJ0YgtWx7nVl7qRC2mLDDOOsBi2%2FAogP49x8Ku3LMEZzl5tqg1AyptkwInmGVG6w0E9Yq9LYdvb7OTzZt9yR6iUJ%2FQygMUgZindu4WKB0jjm%2FwY9f%2FfUNJf%2BD9HfgfyBraJl3kzIWrA1iEQvf0GqFSI4Lk%2FmKwlfcl0gyhQOJoZdDWZ%2FTirvCLFMSkqemT6qJWZIkWL9YhtjDedUck23WbnkkkVYNJ7emHhLNlmQYrLVVX1uUiOUAAAABAAIACAAC%2F%2F8AD3icXZGxSwJRHMd%2F7917l96J%2BbSCECS1cGhQOQoaaghqamgqJaLV%2FoAaNCiCltaG9mxpiXc3hNSfUEtNYWEQEYSN0qB32c%2FTK214fN9n%2Bn7e9wGBCoBqcAlByIOEpZyEdNSE2ELeBYpAPWAILNgDH4LPgwBCAMEiwER4zhrqhuZGJuunhkiKCEmSCCbZoOM0el7SnNct500rcdlscd5cpUV63LRZ29l3DlEIXDe2iFcd1rpuKvao%2F3UsXe3USD1tpXWyaQKR2nQu%2Fhht5CULmbQP1ZDp%2B8NMlsRFfLR3lGdnXRm2d5Uj%2B4te0GvnssDltvPU82ighx9WLKLpWNbV4WjAY%2F2DeOCO6K2jICgdUcrBXceNTHYqSXAOgwiDNUr2zd6eslwEVmsluGzF2QtAZ4Oz9icrY7eAeYuHI7%2FdA9%2FkR%2FB74FphnRkceKoI0mRiMiUMMTI2MTsjWJkcfJy%2Bf9d58YEU7rm0YyfVnVZNqdupyu3dlVIF%2BAGevJ8DAAEAAAACIxL4ea1lXw889QAZCAAAAAAAxPARLgAAAADVAVLjAKL%2F7AYzBbAAAAAJAAIAAAAAAAB4nGNgZGBgz%2FnHw8DA9oZhEYM3mzEDUAQFsAIAXg8DnQOMAGQG7AC4BI0AuAWuALgFQgCiAAAAAABOAJIA0AEQeJxjYGRgYGBlEGIA0QxQko%2BBgYmBcQ%2BICQAHDADoAAB4nHWSzWrCQBSFz%2FhXCkUK3bS7WbVQcOLPQtBFsSIiiIu0WOiioHGIQpoJSVRc9DH6BH2XPldP4lQU2gx35rvn3jtzMwyAS3xDYP85tD0LXNDbcwFn6FouUn%2B0XCJPLJdxhVfLFervlqu4x45VonRO7w1flgWuhbBcQFXcWC5Sv7NcIj9YLuNWvFiuUP%2BwXMWz%2BOybaBev%2FGUqm%2FVGQw6N8QMtR6GnZC8IpJuFEunqRMcbvVCumZvUyHEmu9pfB7P4RDriqY6TlQllUzVa7W62fXsfruXhZZpGHcfZbrdqFs28pVYm9p1g5ekw0YkzHvUHk6dBranq6MMg4lXEWMHHEikkmqijwSExZNRQD6DpjRDCgyL1qARc3UNVknuaq%2BZeG84LZrqsntNSmsT4kJ1l%2Blhzjxmz%2F8%2F6W5%2FmZyT0DTvK%2BlXstoU2n8Nv9%2B2T6tpRdWYp%2F7nDh%2BRgmw%2FFPiKax6imZ7i%2Fz2jAKo9KmP9XQmXMW%2BhjwAf2xLmWn13%2FARKaePcAeJxjYGYAg%2F9ZDCkMmIAVACokAdZ4nNvAo72BQZthEyMPkzbjJl5GILmd18pAU06IgUObYTtjbqSrkSyQuZ2pLj3AAsxiLkvwNgOzWJpT%2FKzALFZ3K4iW7WwTy2OslEEsdrhejkAnE1VxEIvTUl9FSgDE4oKr44abx7OwJd1LB2TxJj4%2BdqDDFFxrMyVcNm0QYizeFCDEWLKpAUQUCDGWbrKXAorFg4h6EKEvBZTwBxH5IKIfRKwHEf9BhLwUREcpSEcpSEfpJn45oLZ8ORAXxHoPIuTlgIrjQUQ%2FiDgPIv6DCHuQOn0FkA4QYa%2FBWAwAHjZX0Q%3D%3D)%20format(%22woff%22)%3B%20font-weight%3A300%3Bfont-style%3Anormal%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M.874%200h26.252c.482%200%20.874.235.874.524v.526c0%20.3-.392.524-.874.524H.874C.392%201.574%200%201.34%200%201.05V.524C0%20.235.392%200%20.874%200zm0%208.424h26.252c.482%200%20.874.235.874.524v.526c0%20.3-.392.524-.874.524H.874C.392%209.998%200%209.763%200%209.474v-.526c0-.3.392-.524.874-.524zm0-4h26.252c.482%200%20.874.235.874.524v.526c0%20.3-.392.524-.874.524H.874C.392%205.998%200%205.763%200%205.474v-.526c0-.3.392-.524.874-.524z%22%20fill%3D%22%23c41d54%22%2F%3E%3Ctext%20fill%3D%22%234d4e4d%22%20font-size%3D%2210%22%20font-family%3D%22Roboto-Light%2CRoboto%22%20font-weight%3D%22300%22%3E%3Ctspan%20x%3D%220%22%20y%3D%2223.003%22%3EMENU%3C%2Ftspan%3E%3C%2Ftext%3E%3C%2Fsvg%3E") center/28px no-repeat; }
      .js .x-menu-mobile__title > button:focus {
        outline-color: #4d90fe !important;
        outline-offset: -2px !important;
        outline-style: auto !important;
        outline-width: 5px !important; }
  .x-menu-mobile__level-none, .x-menu-mobile__level-1, .x-menu-mobile__level-2 {
    margin: 0;
    padding: 0;
    list-style: none; }
    .x-menu-mobile__level-none-item, .x-menu-mobile__level-none-item-title, .x-menu-mobile__level-1-item, .x-menu-mobile__level-1-item-title, .x-menu-mobile__level-2-item, .x-menu-mobile__level-2-item-title {
      margin: 0; }
      .x-menu-mobile__level-none-item > button,
      .x-menu-mobile__level-none-item > span,
      .x-menu-mobile__level-none-item > a, .x-menu-mobile__level-none-item-title > button,
      .x-menu-mobile__level-none-item-title > span,
      .x-menu-mobile__level-none-item-title > a, .x-menu-mobile__level-1-item > button,
      .x-menu-mobile__level-1-item > span,
      .x-menu-mobile__level-1-item > a, .x-menu-mobile__level-1-item-title > button,
      .x-menu-mobile__level-1-item-title > span,
      .x-menu-mobile__level-1-item-title > a, .x-menu-mobile__level-2-item > button,
      .x-menu-mobile__level-2-item > span,
      .x-menu-mobile__level-2-item > a, .x-menu-mobile__level-2-item-title > button,
      .x-menu-mobile__level-2-item-title > span,
      .x-menu-mobile__level-2-item-title > a {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        height: 45px;
        border: 0;
        border-bottom: solid 1px #dbdbdb;
        padding: 0 22px;
        overflow: auto hidden;
        display: block;
        font-family: "Roboto", sans-serif;
        font-size: 13px;
        font-weight: 400;
        line-height: 45px;
        text-align: left;
        white-space: nowrap; }
  .x-menu-mobile__level-1-item-title > button,
  .x-menu-mobile__level-1-item-title > span,
  .x-menu-mobile__level-1-item-title > a {
    color: #000;
    background: #fff; }
  .x-menu-mobile__level-1-item-title > button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .x-menu-mobile__level-1-item-title > button:focus {
      outline-color: #4d90fe !important;
      outline-offset: -2px !important;
      outline-style: auto !important;
      outline-width: 5px !important; }
    .x-menu-mobile__level-1-item-title > button::after {
      content: '';
      margin-left: 10px;
      border: solid transparent;
      border-width: 5px 4px 0 4px;
      border-top-color: #000;
      display: inline-block;
      -webkit-transition: -webkit-transform -webkit-calc(1s / 3) ease-in-out;
      transition: -webkit-transform calc(1s / 3) ease-in-out;
      -o-transition: transform calc(1s / 3) ease-in-out;
      transition: transform calc(1s / 3) ease-in-out;
      transition: transform calc(1s / 3) ease-in-out, -webkit-transform calc(1s / 3) ease-in-out; }
    .is-showing-menu__level-2 .x-menu-mobile__level-1-item-title > button::after {
      -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
      transform: scaleY(-1); }
  .x-menu-mobile__level-2-item > span,
  .x-menu-mobile__level-2-item > a {
    color: #4e4e4e;
    background: #f0f0f0; }
  .js .x-menu-mobile__level-2 {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height -webkit-calc(1s / 3) ease-in-out, visibility 0s linear -webkit-calc(1s / 3);
    -o-transition: max-height calc(1s / 3) ease-in-out, visibility 0s linear calc(1s / 3);
    transition: max-height calc(1s / 3) ease-in-out, visibility 0s linear calc(1s / 3);
    visibility: hidden; }
  .js .is-showing-menu__level-2 .x-menu-mobile__level-2 {
    max-height: 1260px;
    visibility: visible;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; } }

@media (min-width: 769px) {
  .x-menu-desktop__title {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }
  .x-menu-desktop__level-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative; }
    .x-menu-desktop__level-1-item:focus, .x-menu-desktop__level-1-item-title:focus {
      outline-color: #4d90fe !important;
      outline-offset: -2px !important;
      outline-style: auto !important;
      outline-width: 5px !important; }
    .x-menu-desktop__level-1-item > a,
    .x-menu-desktop__level-1-item > span, .x-menu-desktop__level-1-item-title > a,
    .x-menu-desktop__level-1-item-title > span {
      padding: 0 12px;
      display: block;
      color: #000;
      font-family: "Roboto", sans-serif;
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 0px;
      line-height: 57px;
      text-transform: uppercase;
      white-space: nowrap; }
    .x-menu-desktop__level-1-item > span, .x-menu-desktop__level-1-item-title > span {
      cursor: default; }
    .x-menu-desktop__level-1-item:hover > .x-menu-desktop__level-2 {
      visibility: visible;
      opacity: 1;
      -webkit-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s; }
    .x-menu-desktop__level-1-item:focus-within > .x-menu-desktop__level-2 {
      visibility: visible;
      opacity: 1;
      -webkit-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s; }
    .x-menu-desktop__level-1-item:first-child > a,
    .x-menu-desktop__level-1-item:first-child > span, .x-menu-desktop__level-1-item:first-child-title > a,
    .x-menu-desktop__level-1-item:first-child-title > span {
      padding-left: 0; }
    .x-menu-desktop__level-1-item:last-child > a,
    .x-menu-desktop__level-1-item:last-child > span, .x-menu-desktop__level-1-item:last-child-title > a,
    .x-menu-desktop__level-1-item:last-child-title > span {
      padding-right: 0; }
  .x-menu-desktop__level-2 {
    width: 100%;
    max-height: 370px;
    padding: 22px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s linear -webkit-calc(1s / 3), opacity -webkit-calc(1s / 3) linear;
    -o-transition: visibility 0s linear calc(1s / 3), opacity calc(1s / 3) linear;
    transition: visibility 0s linear calc(1s / 3), opacity calc(1s / 3) linear;
    background: #fff;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15); }
    .x-menu-desktop__level-2-item {
      margin-right: 62px;
      margin-bottom: 10px; }
      .x-menu-desktop__level-2-item:last-child {
        margin-right: 0; }
      .x-menu-desktop__level-2-item-title > a,
      .x-menu-desktop__level-2-item-title > span {
        margin-bottom: 14px;
        padding-bottom: 8px;
        display: block;
        position: relative;
        color: #222;
        font-family: "Roboto", sans-serif;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 1px;
        text-transform: capitalize;
        white-space: nowrap; }
        .x-menu-desktop__level-2-item-title > a::after,
        .x-menu-desktop__level-2-item-title > span::after {
          content: '';
          width: 100%;
          border-bottom: solid #ccc 1px;
          display: block;
          position: absolute;
          bottom: 0; }
      .x-menu-desktop__level-2-item-title > span {
        cursor: default; }
  .x-menu-desktop__level-3-item > a {
    margin-bottom: 11px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0px;
    text-transform: uppercase;
    white-space: nowrap; } }

.x-client-infos__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  text-align: center; }

.x-client-infos__item {
  display: inline-block; }
  @media (min-width: 769px) {
    .x-client-infos__item:not(:first-child) {
      margin-left: 20px; } }
  .x-client-infos__item:hover > .x-client-infos__item-submenu {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
  .x-client-infos__item:focus-within > .x-client-infos__item-submenu {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }

.x-client-infos__item-title > a,
.x-client-infos__item-title > span {
  height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: 0px;
  text-align: left;
  text-transform: uppercase; }
  .x-client-infos__item-title > a:focus,
  .x-client-infos__item-title > span:focus {
    outline-color: #4d90fe !important;
    outline-offset: -2px !important;
    outline-style: auto !important;
    outline-width: 5px !important; }
  .x-client-infos__item-title > a::before,
  .x-client-infos__item-title > span::before {
    content: '';
    width: 35px;
    height: 100%;
    display: block;
    background: center/auto 16px no-repeat; }
    @media (min-width: 769px) {
      .x-client-infos__item-title > a::before,
      .x-client-infos__item-title > span::before {
        -webkit-background-size: auto 22px;
        background-size: auto 22px; } }

.is-account .x-client-infos__item-title > a::before,
.is-account .x-client-infos__item-title > span::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2084%2087%27%20fill%3D%27%23000%27%3E%3Cpath%20d%3D%27M17.9%2024.1c0%2013.3%2010.8%2024.1%2024.1%2024.1s24.1-10.8%2024.1-24.1S55.3%200%2042%200%2017.9%2010.8%2017.9%2024.1zm40.2%200c0%208.9-7.2%2016.1-16.1%2016.1S25.9%2033%2025.9%2024.1%2033.1%208%2042%208s16.1%207.2%2016.1%2016.1zM4%2086.8c2.2%200%204-1.8%204-4%200-6.4%203.1-12.3%208.2-15.9%207.6-5.2%2016.5-8%2025.8-8s18.2%202.8%2025.8%208.1c5.1%203.6%208.2%209.5%208.2%2015.9%200%202.2%201.8%204%204%204s4-1.8%204-4c0-9-4.4-17.3-11.6-22.4-9-6.3-19.5-9.6-30.4-9.6s-21.4%203.3-30.4%209.5C4.4%2065.5%200%2073.9%200%2082.8c0%202.3%201.8%204%204%204z%27%2F%3E%3C%2Fsvg%3E"); }

@media (max-width: 768px) {
  .is-account .x-client-infos__item-title > a span,
  .is-account .x-client-infos__item-title > span span {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; } }

.is-minicart .x-client-infos__item-title > a,
.is-minicart .x-client-infos__item-title > span {
  position: relative; }
  .is-minicart .x-client-infos__item-title > a::before,
  .is-minicart .x-client-infos__item-title > span::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2064%2084%27%20fill%3D%27%23000%27%3E%3Cpath%20d%3D%27M32.01%200c-8.812%200-16%207.188-16%2016v8h-8c-1.607.001-2.858%201.525-3%202.72l-5%2054c-.156%201.662%201.33%203.288%203%203.28h58c1.67.01%203.156-1.62%203-3.28l-5-54c-.14-1.475-1.52-2.725-3-2.72h-8v-8c0-8.812-7.188-16-16-16zm0%206a9.91%209.91%200%200%201%2010%2010v8h-20v-8a9.91%209.91%200%200%201%2010-10zM10.76%2030h42.5L57.7%2078H6.324z%27%2F%3E%3C%2Fsvg%3E"); }
  .is-minicart .x-client-infos__item-title > a .x-cart-quantity,
  .is-minicart .x-client-infos__item-title > span .x-cart-quantity {
    min-width: 14px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    padding: 3px;
    position: absolute;
    right: 12px;
    bottom: 10px;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    color: #fff;
    font-size: 6px;
    font-family: 'Roboto', sans-serif;
    background-color: #D70A5A;
    text-align: center; }
    @media (min-width: 769px) {
      .is-minicart .x-client-infos__item-title > a .x-cart-quantity,
      .is-minicart .x-client-infos__item-title > span .x-cart-quantity {
        min-width: 21px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        padding: 4px;
        right: 12px;
        bottom: 3px;
        font-size: 12px; } }

.x-client-infos__item-submenu {
  margin: 9px 0;
  padding: 10px 0;
  position: absolute;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear -webkit-calc(1s / 3), opacity -webkit-calc(1s / 3) linear;
  -o-transition: visibility 0s linear calc(1s / 3), opacity calc(1s / 3) linear;
  transition: visibility 0s linear calc(1s / 3), opacity calc(1s / 3) linear;
  background: #fff;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15); }
  .x-client-infos__item-submenu > li > a {
    display: block;
    padding: 9px 22px;
    text-align: left; }

.x-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  @media (min-width: 769px) {
    .x-search {
      border-bottom: solid #000 1px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-box-orient: horizontal;
      -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; } }
  .x-search__input {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    @media (max-width: 768px) {
      .x-search__input input {
        -webkit-border-radius: 6px 0 0 6px;
        border-radius: 6px 0 0 6px;
        padding-right: 0; } }
    @media (min-width: 769px) {
      .x-search__input input {
        padding-left: 0; } }
  @media (max-width: 768px) {
    .x-search__submit {
      -webkit-border-radius: 0 6px 6px 0;
      border-radius: 0 6px 6px 0;
      padding-right: 0; } }
  .x-search__autocomplete {
    width: 100%;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    z-index: 1;
    -webkit-transform: translateY(-webkit-calc(100% + 1px));
    -ms-transform: translateY(calc(100% + 1px));
    transform: translateY(calc(100% + 1px));
    -webkit-transition: max-height -webkit-calc(1s / 3) ease-in-out, visibility 0s linear -webkit-calc(1s / 3);
    -o-transition: max-height calc(1s / 3) ease-in-out, visibility 0s linear calc(1s / 3);
    transition: max-height calc(1s / 3) ease-in-out, visibility 0s linear calc(1s / 3); }
  .x-search:not(:focus-within) .x-search__autocomplete {
    max-height: 0;
    visibility: hidden; }
  .x-search:focus-within .x-search__autocomplete {
    max-height: 1548px;
    visibility: visible;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }

.x-search__input input {
  width: 100%;
  height: 48px;
  border: 0;
  padding: 0 20px;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  background: #eaeaea; }
  @media (min-width: 769px) {
    .x-search__input input {
      height: 29px;
      padding: 0 15px;
      background: transparent; } }

.x-search__submit {
  width: 48px;
  height: 48px;
  border: 0;
  padding: 0;
  background: #eaeaea url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2038%2038%27%20fill%3D%27%23D70A5A%27%3E%3Cpath%20d%3D%27M23.93%2025.9c-.115-.115-.312-.126-.45-.017l-.29.226C20.768%2027.924%2017.76%2029%2014.5%2029%206.492%2029%200%2022.508%200%2014.5S6.492%200%2014.5%200%2029%206.492%2029%2014.5c0%203.28-1.1%206.308-2.928%208.738-.124.164-.19.245-.19.245-.105.132-.098.33.018.447l.997.997c.115.115.332.178.498.14%200%200%20.07-.024.252-.046.88-.104%201.8.182%202.474.858l7%207a3%203%200%200%201-4.243%204.243l-7-7c-.688-.688-.972-1.628-.852-2.524.022-.166.04-.208.04-.208a.58.58%200%200%200-.14-.493l-.997-.997zm-9.43.1C20.85%2026%2026%2020.85%2026%2014.5S20.85%203%2014.5%203%203%208.15%203%2014.5%208.15%2026%2014.5%2026z%27%2F%3E%3C%2Fsvg%3E") center/17px no-repeat; }
  .x-search__submit:focus {
    outline-color: #4d90fe !important;
    outline-offset: -2px !important;
    outline-style: auto !important;
    outline-width: 5px !important; }
  @media (min-width: 769px) {
    .x-search__submit {
      width: 25px;
      height: 29px;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2038%2038%27%20fill%3D%27%23000%27%3E%3Cpath%20d%3D%27M23.93%2025.9c-.115-.115-.312-.126-.45-.017l-.29.226C20.768%2027.924%2017.76%2029%2014.5%2029%206.492%2029%200%2022.508%200%2014.5S6.492%200%2014.5%200%2029%206.492%2029%2014.5c0%203.28-1.1%206.308-2.928%208.738-.124.164-.19.245-.19.245-.105.132-.098.33.018.447l.997.997c.115.115.332.178.498.14%200%200%20.07-.024.252-.046.88-.104%201.8.182%202.474.858l7%207a3%203%200%200%201-4.243%204.243l-7-7c-.688-.688-.972-1.628-.852-2.524.022-.166.04-.208.04-.208a.58.58%200%200%200-.14-.493l-.997-.997zm-9.43.1C20.85%2026%2026%2020.85%2026%2014.5S20.85%203%2014.5%203%203%208.15%203%2014.5%208.15%2026%2014.5%2026z%27%2F%3E%3C%2Fsvg%3E");
      background-color: transparent; } }

.x-search__autocomplete {
  border: solid #ccc;
  border-width: 0 1px;
  background: #fff; }
  .x-search__autocomplete a {
    padding: 10px;
    display: block;
    border-bottom: solid 1px #ccc; }

.x-header__title {
  margin: 0; }
  @media (max-width: 558px) {
    .x-header__title {
      position: absolute;
      top: 13px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); } }
  @media (min-width: 559px) and (max-width: 768px) {
    .x-header__title {
      margin-left: 7px; } }
  @media (min-width: 769px) {
    .x-header__title {
      margin: 0 5px;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
      -moz-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0; } }

.x-client-infos {
  margin: 0 -4px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  @media (min-width: 559px) and (max-width: 768px) {
    .x-client-infos {
      margin: 0 7px; } }
  @media (min-width: 769px) {
    .x-client-infos {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      margin: 0 10px; } }

.x-search {
  width: 100%;
  margin: 13px 0 0; }
  @media (min-width: 559px) and (max-width: 768px) {
    .x-search {
      width: 326px;
      margin: 0;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -moz-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; } }
  @media (min-width: 769px) {
    .x-search {
      width: 326px;
      margin: 0 5px; } }

@media (max-width: 768px) {
  body.is-showing-menu {
    overflow: hidden; }
  .x-menu-mobile {
    width: -webkit-calc(100% + 22px * 2);
    width: calc(100% + 22px * 2);
    margin: 13px -22px 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
    .js .x-menu-mobile {
      width: auto;
      margin: 0;
      margin-left: -3px;
      -webkit-box-ordinal-group: 0;
      -webkit-order: -1;
      -moz-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1; }
      .js .x-menu-mobile__level-1 {
        width: 100%;
        height: -webkit-calc(100vh - 90px);
        height: calc(100vh - 90px);
        overflow: auto;
        position: absolute;
        z-index: 9999999;
        top: 90px;
        left: 0;
        background: rgba(0, 0, 0, 0.2);
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: visibility 0s linear -webkit-calc(1s / 3), -webkit-transform -webkit-calc(1s / 3) ease-in-out;
        transition: visibility 0s linear calc(1s / 3), -webkit-transform calc(1s / 3) ease-in-out;
        -o-transition: transform calc(1s / 3) ease-in-out, visibility 0s linear calc(1s / 3);
        transition: transform calc(1s / 3) ease-in-out, visibility 0s linear calc(1s / 3);
        transition: transform calc(1s / 3) ease-in-out, visibility 0s linear calc(1s / 3), -webkit-transform calc(1s / 3) ease-in-out;
        visibility: hidden; } }
      @media (max-width: 768px) and (min-width: 559px) {
        .js .x-menu-mobile__level-1 {
          width: 100% !important;
          top: 74px;
          height: -webkit-calc(100vh - 74px);
          height: calc(100vh - 74px); } }

@media (max-width: 768px) {
        .js .x-menu-mobile__level-1 > li {
          width: 300px;
          max-width: 80%; }
    .js.is-showing-menu .x-menu-mobile__level-1 {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      visibility: visible;
      -webkit-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s; } }

@media (min-width: 769px) {
  .x-menu-desktop {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 5px; } }

* {
  font-family: "Roboto", sans-serif; }

.is--mobile {
  display: none !important; }
  @media only screen and (min-width: 100px) and (max-width: 1080px) {
    .is--mobile {
      display: block !important; } }

body.is--not-scroll {
  overflow: hidden; }

.x-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }
  .x-overlay.is--active {
    opacity: 1;
    visibility: visible;
    pointer-events: initial; }

.x-navigation {
  width: 100%;
  margin: 0 auto;
  margin-top: -40px;
  margin-top: -2.5rem;
  max-width: 748px;
  max-width: 46.75rem; }
  @media only screen and (min-width: 100px) and (max-width: 1080px) {
    .x-navigation {
      max-width: 100%;
      margin-top: -25px;
      margin-top: -1.5625rem; } }
  .x-navigation nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-between;
    -webkit-justify-content: flex-between;
    -moz-box-pack: flex-between;
    -ms-flex-pack: flex-between;
    justify-content: flex-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    padding-bottom: 26px; }
    @media only screen and (min-width: 100px) and (max-width: 1080px) {
      .x-navigation nav {
        padding-bottom: 10px; } }
  .x-navigation__search {
    width: 100%;
    max-width: 80px;
    max-width: 5rem;
    margin-right: 15px;
    margin-right: 0.9375rem; }
    @media only screen and (min-width: 100px) and (max-width: 1080px) {
      .x-navigation__search {
        display: none; } }
    .x-navigation__search-btn {
      border: 0;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      background: #fff;
      cursor: pointer;
      -webkit-transition: 0.6s;
      -o-transition: 0.6s;
      transition: 0.6s;
      outline: none;
      width: 80px;
      width: 5rem;
      height: 75px;
      height: 4.6875rem; }
      .x-navigation__search-btn svg {
        width: 27px;
        height: 27px;
        fill: #d30546;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s; 
        padding: 0 !important;
      }
      .x-navigation__search-btn:hover,
      .x-navigation__search-btn .is--active {
        background: #d30546;
        -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.31);
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.31); }
        .x-navigation__search-btn:hover svg,
        .x-navigation__search-btn .is--active svg {
          fill: #fff;
          will-change: transform;
          -webkit-transform: scale(1.15);
          -ms-transform: scale(1.15);
          transform: scale(1.15); }
    .x-navigation__search-form--close {
      border: 0;
      -webkit-border-radius: 0;
      border-radius: 0;
      outline: none;
      cursor: pointer;
      margin-left: 20px;
      margin-left: 1.25rem; }
      .x-navigation__search-form--close span {
        background: #999;
        height: 3px;
        width: 20px;
        display: block;
        will-change: transform; }
        .x-navigation__search-form--close span:first-child {
          -webkit-transform: rotate(45deg) translate(2px, 2px);
          -ms-transform: rotate(45deg) translate(2px, 2px);
          transform: rotate(45deg) translate(2px, 2px); }
        .x-navigation__search-form--close span:last-child {
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
  .x-navigation__items {
    width: 100%;
    position: relative;
    max-width: 653px;
    max-width: 40.8125rem; }
    @media only screen and (min-width: 100px) and (max-width: 1080px) {
      .x-navigation__items {
        max-width: 100%; } }
    .x-navigation__items form {
      width: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      will-change: transform;
      background: #fff;
      -webkit-transform: translateX(-120%);
      -ms-transform: translateX(-120%);
      transform: translateX(-120%);
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      height: 75px;
      height: 4.6875rem;
      padding: 0 26px;
      padding: 0 1.625rem; }
      .x-navigation__items form.is--active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0); }
      .x-navigation__items form input {
        -webkit-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: block;
        width: 100%;
        font-style: italic;
        border: 0;
        border-bottom: 1px solid #999;
        background: #fff;
        color: #999;
        outline: none;
        padding: 0 5px;
        padding: 0 0.3125rem;
        font-size: 12px;
        font-size: 0.75rem;
        height: 40px;
        height: 2.5rem;
        line-height: 40px;
        line-height: 2.5rem; }
    .x-navigation__items ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background: #fff;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      max-height: 75px;
      max-height: 4.6875rem;
      padding: 0 30px;
      padding: 0 1.875rem; }
      @media only screen and (min-width: 100px) and (max-width: 1080px) {
        .x-navigation__items ul {
          background: transparent;
          padding: 0 10px;
          padding: 0 0.625rem;
          margin-bottom: 45px;
          margin-bottom: 2.8125rem; } }
      .x-navigation__items ul li a {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 12px;
        font-size: 0.75rem; }
        .x-navigation__items ul li a:hover p {
          font-weight: 700; }
        .x-navigation__items ul li a span {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -moz-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-transition: 0.6s;
          -o-transition: 0.6s;
          transition: 0.6s;
          margin-top: 22px;
          margin-top: 1.375rem;
          width: 75px;
          width: 4.6875rem;
          height: 75px;
          height: 4.6875rem;
          line-height: 75px;
          line-height: 4.6875rem; }
          .x-navigation__items ul li a span:hover {
            background: #d30546;
            -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.31);
            box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.31); }
            .x-navigation__items ul li a span:hover svg {
              fill: #fff; }
            .x-navigation__items ul li a span:hover svg g{
              fill: #fff; }
            .x-navigation__items-links.is--active svg g{
              fill: #fff; }
              .x-navigation__items ul li a span:hover .st0-body,
            .x-navigation__items ul li a span:hover .st0-face {
              stroke: #fff; }
          @media only screen and (min-width: 100px) and (max-width: 1080px) {
            .x-navigation__items ul li a span {
              -webkit-border-radius: 50%;
              border-radius: 50%;
              background: #fff;
              margin: 0;
              width: 50px;
              width: 3.125rem;
              height: 50px;
              height: 3.125rem;
              line-height: 50px;
              line-height: 3.125rem; } }
          .x-navigation__items ul li a span svg {
            fill: #d30546;
            -webkit-transition: 0.4s;
            -o-transition: 0.4s;
            transition: 0.4s; 
            padding: 0 !important;
          }
          .x-navigation__items ul li a span .st0-body,
          .x-navigation__items ul li a span .st0-face {
            fill: none;
            stroke: #d30546;
            stroke-miterlimit: 10; }
        .x-navigation__items ul li a p {
          display: block;
          text-transform: uppercase;
          color: #fff;
          font-weight: 400;
          text-align: center;
          -webkit-transition: 0.6s;
          -o-transition: 0.6s;
          transition: 0.6s;
          margin-top: 10px;
          margin-top: 0.625rem; }
        .x-navigation__items ul li a.is--active span {
          background: #d30546;
          -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.31);
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.31); }
          .x-navigation__items ul li a.is--active span svg {
            padding: 0;
            fill: #fff; }
        .x-navigation__items ul li a.is--active p {
          font-weight: 700; }
      .x-navigation__items ul li .x-icon__home svg {
        width: 55px;
        height: 70px; }
        @media only screen and (min-width: 100px) and (max-width: 1080px) {
          .x-navigation__items ul li .x-icon__home svg {
            width: 35px;
            height: 50px; } }
      .x-navigation__items ul li .x-icon__hair svg {
        width: 50px;
        height: 50px; }
        @media only screen and (min-width: 100px) and (max-width: 1080px) {
          .x-navigation__items ul li .x-icon__hair svg {
            width: 30px;
            height: 30px; } }
      .x-navigation__items ul li .x-icon__body svg {
        width: 60px;
        height: 65px; }
        @media only screen and (min-width: 100px) and (max-width: 1080px) {
          .x-navigation__items ul li .x-icon__body svg {
            width: 40px;
            height: 35px; } }
      .x-navigation__items ul li .x-icon__face svg {
        width: 60px;
        height: 75px; }
        @media only screen and (min-width: 100px) and (max-width: 1080px) {
          .x-navigation__items ul li .x-icon__face svg {
            width: 40px;
            height: 55px; } }
      .x-navigation__items ul li .x-icon__man svg {
        width: 55px;
        height: 60px; }
        @media only screen and (min-width: 100px) and (max-width: 1080px) {
          .x-navigation__items ul li .x-icon__man svg {
            width: 35px;
            height: 40px; } }

.x-posts__news {
  max-width: 85%;
  width: 100%;
  margin: 0 auto; }
  @media only screen and (min-width: 100px) and (max-width: 1080px) {
    .x-posts__news {
      max-width: 100%; } }
  .x-posts__news-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media only screen and (min-width: 100px) and (max-width: 1080px) {
      .x-posts__news-flex {
        display: block;
        padding: 0 15px;
        /* padding-left: 17px;
        padding-left: 1.0625rem;  */
      } 
    }
  .x-posts__news-items {
    width: 31%; }
    @media only screen and (min-width: 100px) and (max-width: 1080px) {
      .x-posts__news-items {
        width: 100%;
        margin: 0; } }
    .x-posts__news-items:nth-child(3n+2) {
      margin: 0 30px;
      margin: 0 1.875rem; }
      @media only screen and (min-width: 100px) and (max-width: 1080px) {
        .x-posts__news-items:nth-child(3n+2) {
          margin: 0 20px 0 0;
          margin: 0 1.25rem 0 0; } }
    @media only screen and (min-width: 1081px) and (max-width: 5000px) {
      .x-posts__news-items:hover figure::after {
        opacity: 1;
        visibility: visible; }
      .x-posts__news-items:hover figure img {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05); }
      .x-posts__news-items:hover article {
        -webkit-transform: translateY(-125px);
        -ms-transform: translateY(-125px);
        transform: translateY(-125px); }
        .x-posts__news-items:hover article p {
          opacity: 1;
          visibility: visible;
          pointer-events: initial; } }
    .x-posts__news-items figure {
      overflow: hidden;
      position: relative; }
      .x-posts__news-items figure::after {
        content: '';
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
      .x-posts__news-items figure img {
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        will-change: transform; }
    .x-posts__news-items article {
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      will-change: transform;
      -webkit-transform: translateY(-40px);
      -ms-transform: translateY(-40px);
      transform: translateY(-40px);
      margin-bottom: -55px;
      margin-bottom: -3.4375rem; }
      @media only screen and (min-width: 100px) and (max-width: 1080px) {
        .x-posts__news-items article {
          -webkit-transform: translateY(0px);
          -ms-transform: translateY(0px);
          transform: translateY(0px);
          margin-bottom: 0; } }
    .x-posts__news-items--title {
      display: block;
      max-width: 95%;
      width: 100%;
      margin: 0 auto;
      background: #fff;
      color: #000;
      -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
      font-weight: 700;
      line-height: 30px;
      line-height: 1.875rem;
      font-size: 24px;
      font-size: 1.5rem;
      padding: 11px 27px;
      padding: 0.6875rem 1.6875rem; }
      @media only screen and (min-width: 100px) and (max-width: 1080px) {
        .x-posts__news-items--title {
          -webkit-box-shadow: none;
          box-shadow: none;
          max-width: 100%;
          padding: 10px 10px 10px 0;
          padding: 0.625rem 0.625rem 0.625rem 0; } }
    .x-posts__news-items--link {
      display: block;
      max-width: 60%;
      width: 100%;
      margin: 20px auto 0;
      background: #fff;
      color: #000;
      -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
      font-weight: 700;
      text-transform: uppercase;
      text-align: center;
      height: 40px;
      height: 2.5rem;
      line-height: 40px;
      line-height: 2.5rem;
      font-size: 15px;
      font-size: 0.9375rem; }
      @media only screen and (min-width: 100px) and (max-width: 1080px) {
        .x-posts__news-items--link {
          -webkit-box-shadow: none;
          box-shadow: none;
          margin: 0;
          text-align: left;
          text-decoration: underline; 
          display: none} }
      .x-posts__news-items--link::after {
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 0 5px 9px;
        border-color: transparent transparent transparent #000;
        margin-left: 10px;
        margin-left: 0.625rem; }
    .x-posts__news-items--text {
      display: block;
      max-width: 95%;
      width: 100%;
      margin: 0 auto;
      color: #000;
      font-weight: 300;
      text-align: center;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      padding-top: 15px;
      padding-top: 0.9375rem;
      line-height: 20px;
      line-height: 1.25rem;
      font-size: 13px;
      font-size: 0.8125rem; }
      @media only screen and (min-width: 100px) and (max-width: 1080px) {
        .x-posts__news-items--text {
          opacity: 1;
          visibility: visible;
          pointer-events: initial;
          text-align: left;
          max-width: 100%;
          padding: 10px 10px 10px 0;
          padding: 0.625rem 0.625rem 0.625rem 0; } }
  .x-posts__news .slick-slide {
    margin-right: 17px;
    margin-right: 1.0625rem; }
  .x-posts__news .slick-list {
    padding-right: 35px;
    padding-right: 2.1875rem; }
  .x-posts__news .slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .x-posts__news .slick-dots button {
      font-size: 0;
      width: 8px;
      height: 8px;
      padding: 0;
      background: #000;
      border: 0;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      margin: 0 5px;
      outline: none;
      cursor: pointer; }
    .x-posts__news .slick-dots .slick-active button {
      background: #b2b2b2; }

.x-posts__more-btn {
  text-transform: uppercase;
  color: #fff;
  align-items: center;
  text-align: center;
  cursor: pointer;
  border: 1px solid #7D7A7A;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  background: var(--color-primary);
  height: 3rem;
  font-size: 0.9375rem;
  border-radius: 4px;
  padding-inline: 1.5rem;
}
  @media only screen and (min-width: 100px) and (max-width: 1080px) {
    .x-posts__more-btn {
      -webkit-border-radius: 8px;
      border-radius: 8px;
      } 
    }
  .x-posts__more-btn:hover {
    background: #d30546;
    transition: all 0.3s ease-in-out;
    color: #fff; 
  }

.x-news {
  background: #e1dfdf;
  padding: 50px 10%;
  padding: 3.125rem 10%; }
  @media only screen and (min-width: 100px) and (max-width: 1080px) {
    .x-news {
      padding: 24px 31px 40px;
      padding: 1.5rem 1.9375rem 2.5rem; } }
  @media only screen and (min-width: 1080px) and (max-width: 1309px) {
    .x-news {
      padding: 20px 2%;
      padding: 1.25rem 2%; } }
  .x-news__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (min-width: 100px) and (max-width: 1080px) {
      .x-news__flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .x-news__flex p {
      display: block;
      color: #2d2d2d;
      font-size: 16px;
      font-size: 1rem; }
      @media only screen and (min-width: 100px) and (max-width: 1080px) {
        .x-news__flex p {
          text-align: center;
          padding-bottom: 40px;
          padding-bottom: 2.5rem; } }
    .x-news__flex--form {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media only screen and (min-width: 100px) and (max-width: 1080px) {
        .x-news__flex--form {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
          -moz-box-orient: vertical;
          -moz-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          width: 100%; } }
      .x-news__flex--form--input {
        background: #FFF;
        border: 1px solid #2d2d2d;
        text-transform: uppercase;
        outline: none;
        width: 100%;
        font-weight: 500;
        font-style: italic;
        -webkit-border-radius: 0;
        border-radius: 0;
        -moz-appearance: none;
        -webkit-appearance: none;
        margin-right: 10px;
        margin-right: 0.625rem;
        max-width: 200px;
        max-width: 12.5rem;
        padding: 0 10px;
        padding: 0 0.625rem;
        height: 40px;
        height: 2.5rem;
        line-height: 40px;
        line-height: 2.5rem;
        font-size: 14px;
        font-size: 0.875rem; }
        @media only screen and (min-width: 100px) and (max-width: 1080px) {
          .x-news__flex--form--input {
            max-width: 90%;
            margin-right: 0;
            margin-bottom: 8px;
            margin-bottom: 0.5rem; } }
      .x-news__flex--form--submit {
        background: #e1dfdf;
        border: 1px solid #d30546;
        text-transform: uppercase;
        outline: none;
        width: 100%;
        cursor: pointer;
        color: #d30546;
        -webkit-border-radius: 0;
        border-radius: 0;
        font-weight: 500;
        -moz-appearance: none;
        -webkit-appearance: none;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        margin-right: 10px;
        margin-right: 0.625rem;
        max-width: 40px;
        max-width: 2.5rem;
        padding: 0 10px;
        padding: 0 0.625rem;
        height: 40px;
        height: 2.5rem;
        line-height: 40px;
        line-height: 2.5rem;
        font-size: 14px;
        font-size: 0.875rem; }
        .x-news__flex--form--submit:hover {
          background: #d30546;
          color: #fff; }
        @media only screen and (min-width: 100px) and (max-width: 1080px) {
          .x-news__flex--form--submit {
            margin-right: 0; } }

.x-glossary {
  background: #fff;
  padding: 20px 5% 20px 10%;
  padding: 1.25rem 5% 1.25rem 10%; }
  @media only screen and (min-width: 100px) and (max-width: 1080px) {
    .x-glossary {
      display: none; } }
  @media only screen and (min-width: 1080px) and (max-width: 1309px) {
    .x-glossary {
      padding: 20px 2%;
      padding: 1.25rem 2%; } }
  .x-glossary__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .x-glossary__flex--title {
      display: block;
      color: #2d2d2d;
      font-size: 16px;
      font-size: 1rem; }
    .x-glossary__flex--items {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .x-glossary__flex--items a {
        color: #2d2d2d;
        text-transform: uppercase;
        outline: none;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        font-size: 16px;
        font-size: 1rem; }
        .x-glossary__flex--items a:hover {
          color: #d30546; }
        .x-glossary__flex--items a::after {
          content: '';
          background: #2d2d2d;
          width: 5px;
          height: 5px;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          display: inline-block;
          margin: 0 12px;
          vertical-align: middle; }
          @media only screen and (min-width: 1080px) and (max-width: 1200px) {
            .x-glossary__flex--items a::after {
              margin: 0 10px; } }
        .x-glossary__flex--items a:last-child::after {
          display: none; }

.x-share {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9;
  padding: 15px;
  padding: 0.9375rem; }
  .x-share__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .x-share__items--search svg {
      width: 22px;
      width: 1.375rem;
      height: 22px;
      height: 1.375rem; }
    .x-share__items--facebook svg,
    .x-share__items--intagram svg{
      width: 25px;
      width: 1.5625rem;
      height: 25px;
      height: 1.5625rem; }
    .x-share__items--twitter svg {
      width: 25px;
      width: 1.5625rem;
      height: 25px;
      height: 1.5625rem; }
    .x-share__items--google svg {
      width: 25px;
      width: 1.5625rem;
      height: 25px;
      height: 1.5625rem; }
    .x-share__items button {
      -moz-appearance: none;
      -webkit-appearance: none;
      border: 1px solid #d30546;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      display: block;
      cursor: pointer;
      outline: none;
      background: #fff;
      padding: 0;
      text-align: center;
      margin: 0 10px;
      margin: 0 0.625rem;
      width: 40px;
      width: 2.5rem;
      height: 40px;
      height: 2.5rem; }
      .x-share__items button svg {
        fill: #d30546;
        margin: 0 auto; 
        padding: 0;
      }

        #footer{
          margin-top: 0 !important;
        }

        footer .box-glossario .container .col-md-12 h6{
          top: 0;
        }

        .user-profile-picture img,
        .post-revisions img{
          width: auto;
        }
        img.avatar{
          width: auto;
        }

        @media(min-width: 547px){
          .desktop{
            display: block !important;
          }
          .mobile{
            display: none !important;
          }

        }
        @media(max-width: 546px){
          .desktop{
            display: none !important;
          }
          .mobile{
            display: block !important;
          }

          #footer .box-glossario{
            height: unset;
          }

          #footer .box-glossario ul{
            display: flex;
            flex-wrap: wrap;
            flex-direction: row;
            justify-content: space-between;
          }

          #footer .box-glossario ul li{
            line-height: 2rem;
          }

        }
        
        footer .box-glossario .container .col-md-12 h6{
          display: none;
        }
        @media (max-width: 991px) {
          .x-menu-desktop__level-2-overlay{
            display: none;
          }
          .x-menu-mobile__level-1{
            width: 80% !important;
          }
        }          

        @media(min-width: 1366px){
          footer .box-glossario .container .col-md-12 h6{
            display: block;
          }          
        }
        #footer .blog-footer-io{
          display: flex;
          background-color: #55595e;
          font-family: "Poppins";
        }
        #footer .blog-footer-io .item-divider{
          display: flex;
          gap: 64px;
        }
        #footer .blog-footer-io .logo-col{
          display: block;
          margin: auto 0;
        }
        #footer .blog-footer-io .image-wrapper{
          margin-right: initial;
          margin-left: initial;
          width: 100%;
        }
        #footer .blog-footer-io .image-wrapper img{
          margin: 0 auto;
          width: auto;
          display: block;
        }
        #footer .social-networks-wrapper{
          display: flex;
          justify-content: space-around;
          margin-top: 32px;
          margin-right: initial;
          margin-left: initial;
          width: 100%;


        }
        #footer .social-networks-wrapper img{
          height: 16px;
          width: auto;
        }
        #footer .blog-footer-io .list-title{
          margin: 0 0 10px;
          font-size: 16px;
          color: #fff;
          line-height: 1.5;
          text-transform: capitalize;
          font-weight: normal;
          font-family: "Poppins", sans-serif;
        }
        #footer .blog-footer-io .list-wrapper .list-item a{
          text-decoration: none;
          color: #fff;
          font-size: 12px;
          font-family: "Poppins", sans-serif;
          font-weight: 300;
        }
        #footer .blog-footer-io .list-wrapper .list-item p{
          text-decoration: none;
          color: #fff;
          font-size: 12px;
          font-family: "Inter Tight", sans-serif;
          font-weight: 300;
        }

        #footer .box-newsletter{
          background: #57565624;
          padding: 32px 0;
        }
        #footer .newsletter-io .newsletter-title{
          color: #575656;
          font-size: 26px;
          font-weight: 500;
          font-family: 'Inter Tight', sans-serif;
          text-transform: capitalize;

        }
        #footer .newsletter-io .accept-privacy-terms{
          font-family: "Inter Tight", sans-serif;
          font-weight: 400;
          margin: 0 auto;
          display: block;
          text-transform: none;
          color: #575656;
          font-size: 12px;
          margin-top: 8px;

        }
        #footer #formNewsletter input{
          
          border: none;
          border-radius: 4px;
          font-size: 14px;
          font-family: "Inter Tight", sans-serif;
          outline: none;
        }
        #footer .copyright{
          display: block;
        }
         #footer .newsletter-io {
          display: flex;
          align-items: center;
         }

/* ==========================================================================
   NOVO FOOTER ADCOS
   ========================================================================== */

/* --------------------------------------
   Estilos Gerais e Container Principal
   -------------------------------------- */

.new-footer {
    background-color: #eee;
    color: #222;
    font-family: Poppins, sans-serif;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 20px 0 20px;
}

/* --------------------------------------
   Layout das Colunas
   -------------------------------------- */

.footer-column {
    flex: 1;
    min-width: 160px;
    margin-bottom: 30px;
}

.footer-column.logo-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 0;
    flex-basis: 100%;
    max-width: 200px;
}

/* --------------------------------------
   Componentes Específicos
   -------------------------------------- */

/* Logos */
.footer-logo.desktop-logo {
    display: block;
    width: 93px;
    margin-bottom: 20px;
}
.footer-logo.mobile-logo {
    display: none;
}

/* Ícones de Redes Sociais */
.social-links {
    display: flex;
    gap: 15px;
}

.social-links img {
    max-width: 20px;
    max-height: 20px;
    object-fit: contain;
    transition: opacity 0.3s;
}

.social-links a:hover img {
    opacity: 0.7;
}

/* Títulos das Colunas (Desktop) */
.footer-title {
    margin: 0 0 15px 0;
    color: #55595e;
    font-size: 16px;
    font-weight: bold;
}

/* Itens de Contato */
.contact-item {
    color: #55595e;
    font-size: 12px;
}

.contact-item strong {
    font-weight: 700;
}


/* --------------------------------------
   Sistema de Accordion
   -------------------------------------- */

/* --- Botões (Toggles) --- */
.new-footer .main-accordion-toggle {
    display: none; /* Visível apenas no mobile */
    position: relative;
    width: 100%;
    padding: 15px 0;
    border: none;
    background: none;
    cursor: pointer;
    text-align: left;
    color: #222;
    font-size: 18px;
    font-weight: 600;
    /* Flex para alinhar ícone e texto */
    display: flex;
    align-items: center;
    gap: 10px;
}

.new-footer .accordion-toggle {
    position: relative;
    width: 100%;
    padding: 5px 0;
    border: none;
    background: none;
    cursor: pointer;
    text-align: left;
    color: #222;
    font-size: 14px;
    font-weight: normal;
    /* Flex para alinhar ícone e texto */
    display: flex;
    align-items: center;
    gap: 10px;
}

/* --- Ícone do Accordion --- */
.new-footer .accordion-icon {
    width: 8px;
    height: 14px;
    object-fit: contain;
    flex-shrink: 0; /* Impede que o ícone encolha */
    transition: transform 0.3s ease;
}

.new-footer .main-accordion-toggle.active .accordion-icon,
.new-footer .accordion-toggle.active .accordion-icon {
    transform: rotate(180deg);
}

/* --- Conteúdo (Painéis) --- */
.new-footer .main-accordion-content {
    max-height: 1000px;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out;
}

.new-footer .accordion-group {
    margin-bottom: 10px;
}

.new-footer .accordion-menu {
    list-style: none;
    padding: 0;
    margin: 5px 0 0 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out;
}

.new-footer .accordion-menu.active {
    max-height: 500px;
}

.new-footer .accordion-menu li {
    margin-bottom: 8px;
    color: #55595e;
}

.new-footer .accordion-menu a {
    color: #555;
    text-decoration: none;
    font-size: 14px; /* Tamanho base */
}

.new-footer .accordion-menu li a {
    font-size: 12px; /* Tamanho específico para links dentro do li */
}

.new-footer .accordion-menu a:hover {
    color: #000;
}


/* --------------------------------------
   Rodapé Inferior (Faixa de Copyright)
   -------------------------------------- */

.footer-bottom {
    margin-top: 20px;
    padding: 20px;
    background-color: #fff;
    text-align: center;
    color: #777;
    font-size: 12px;
}


/* ==========================================================================
   RESPONSIVIDADE (MOBILE - até 768px)
   ========================================================================== */

@media (max-width: 768px) {

    .footer-container {
        flex-direction: column;
        align-items: center;
    }

    .footer-column {
        width: 100%;
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 1px solid #e0e0e0;
    }

    .footer-column:last-child {
        border-bottom: none;
    }

    .footer-column.logo-column {
        border-bottom: none;
        margin-bottom: 20px;
        padding-bottom: 0;
        text-align: center;
    }

    /* Visibilidade dos logos */
    .footer-logo.desktop-logo {
        display: none;
    }
    .footer-logo.mobile-logo {
        display: block;
        width: 106px;
        margin: 0 auto 20px;
    }

    .social-links {
        justify-content: center;
    }

    /* Esconde títulos estáticos e mostra os toggles do accordion */
    .footer-title {
        display: none;
    }
    .main-accordion-toggle {
        display: flex;
    }

    /* Comportamento do Accordion no mobile */
    .main-accordion-content {
        max-height: 0;
        padding-left: 15px;
    }

    .main-accordion-content.active {
        max-height: 1000px;
        padding-bottom: 15px;
    }
    
    /* Para colunas que devem ficar abertas por padrão no mobile */
    .accordion-menu.static-links {
        max-height: 1000px;
    }
}

/* Topbar Blogs */
.header-topbar {
  background-color: #575656;
  height: 61px;

}

.topbar-blogs {
  display: flex;
  align-items: center;
  gap: 20px;
  height: 61px;
}

.blog-tab {
  transition: opacity 0.3s ease;
}
.blog-tab.active {
  background: #fff;
  max-width: 113px;
  padding: 20px 18px;
  width: 100%;
  height: 100%;
}

.blog-tab:hover {
  opacity: 0.7;
}

.blog-tab a {
  display: block;
  text-decoration: none;
}


@media (max-width: 768px) {
  .header-topbar {
    padding: 8px 0;
  }
  
  .topbar-blogs {
    gap: 15px;
  }
  
  .blog-tab img {
    height: 30px;
  }
}



/* =========================================
   BREADCRUMBS GERAL (Funciona no Post e Categoria)
   ========================================= */

/* Container (Ajuste de margens/padding) */
.breadcrumb-wrapper,
.single-breadcrumb {
    padding-block: 16px 48px; /* Espaçamento solicitado */
    display: block; /* Garante comportamento de bloco */
    margin: 0; /* Remove margens extras se houver */
}

/* A lista de itens (Flexbox para alinhar seta e texto) */
.breadcrumb-wrapper .breadcrumbs,
.single-breadcrumb .breadcrumbs {
    display: flex;
    align-items: center; 
    flex-wrap: wrap;     
    font-size: 12px;
    color: #575656; /* Cor base solicitada */
    text-transform: uppercase;
    font-family: "Inter Tight", sans-serif;
    gap: 0; /* Remove gaps padrões */
    line-height: 1;
}

/* Links (Home e Categorias Pai) */
.breadcrumb-wrapper a,
.single-breadcrumb a {
    color: #575656; /* Cinza escuro */
    text-decoration: none;
    font-weight: 500; /* Peso médio */
    transition: color 0.3s;
    border: none; /* Remove bordas herdadas */
}

.breadcrumb-wrapper a:hover,
.single-breadcrumb a:hover {
    color: #D70A5A; /* Rosa Adcos no hover */
    text-decoration: none;
}

/* Item atual (Página que o usuário está) */
.breadcrumb-wrapper .current,
.single-breadcrumb .current {
    font-weight: 500;
    color: #D8D6D6; /* Cinza claro solicitado */
}

/* Container do Separador (Seta) */
.breadcrumb-wrapper .sep,
.single-breadcrumb .sep {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px; /* Espaçamento lateral da seta */
    height: 12px;
}

/* A Imagem da Seta (Chevron) */
.breadcrumb-wrapper .sep img.breadcrumb-arrow,
.single-breadcrumb .sep img.breadcrumb-arrow {
    width: 16px !important;  /* Tamanho 16px solicitado */
    height: 16px !important;
    display: block;
    object-fit: contain;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
}