body,
html {
  margin: 0; }

/**
 * Returns a new string with some or all matches of a pattern replaced by a replacement
 * @param {String} $string - Initial string
 * @param {String} $search - Value to replace
 * @param {String} $replace - Replacement
 * @return {String} New string
 */
/**
 * Map with all possible units to be used by other utilities (i.e. fluid value)
 */
/**
 * Adds unit to a number
 * @param {Number} $value - Value to add unit to
 * @param {String} $unit - String representation of the unit
 * @return {Number} - `$value` expressed in `$unit`
 */
/**
 * Returns a number without units
 */
/**
 * Returns a rem value from a number of pixels.
 * Its uses 16px as root font-size
 */
/**
 * Returns a px value from a number of rems.
 * Its uses 16px as root font-size
 */
/**
 * Returns a rem value from a map
 */
/**
 * Returns a fluid value between two points in the viewport variable dimension.
 * This linear function can be applied to any property (width, font-size, ...).
 * @param {Number} $v1 - Value at init point - Linear function's Y1
 * @param {Number} $v2 - Value at end point - Linear function's Y2
 * @param {Number} $init - Init point in pixels - Linear function's X1
 * @param {Number} $end - End point in pixels - Linear function's X2
 * @param {Number} $var-dim - Variable dimension: 100vw as default, or 100vh, 100%
 * examples:
 * width: byl-linear-fluid-value(70vw, 58vw, 810px, 1024px);
 * padding-bottom: byl-linear-fluid-value(24px, 48px, 1025px, 1920px, 100%);
 * font-size: byl-linear-fluid-value(1rem, 2rem, 320px, 768px),
 * letter-spacing: byl-linear-fluid-value(0, 1px, 768px, 1024px),
 */
/**
 * Returns a curve from the $transition-curves list
 */
/**
 * Returns a speed from the $transition-times list
 */
/**
 * Returns a transition string
 * used internally by byl-transition and byl-complex-transition mixins
 * @param {string} property - property to be transitioned (i.e. width)
 * @param {number} speed - passed directly or through the speed function (i.e. 150ms or speed(t2))
 * @param {string} curve - passed directly or through the curve function (i.e. linear or curve(ease2))
 * @param {number} delay - passed directly or through the speed function (i.e. 10ms or speed(t1))
 */
/* -------------------------------------------------------------------------- *\
 *  INSETS
 * --------------------------------------------------------------------------
 *  An inset offers indents content on all four sides like the matte of the
 *  framed photo on a wall
 *
 *  $inset-X : a b;
 *  $inset-stack-X : a;
 *  $inset-inline-X : b;
 *
 *  -----------------------
 *  |          a          |
 *  |   ---------------   |
 *  | b |             | b |
 *  |   ---------------   |
 *  |          a          |
 *  -----------------------
 *
\* -------------------------------------------------------------------------- */
/**
 * @tokens Inset Block
 * @presenter Spacing
 */
/**
 * @tokens Inset Inline
 * @presenter Spacing
 */
/**
 * @tokens Insets
 * @presenter Spacing
 */
/* -------------------------------------------------------------------------- *\
 *  Main header
 * -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- *\
 *  Footer
 * -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- *\
 *  Main content
 * -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- *\
 *  Landing pages
 * -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- *\
 *  Account pages
 * -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- *\
 *  Form Login content
 * -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- *\
 *  Product Page
 * -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- *\
 *  Cart/Minicart
 * -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- *\
 *  Home Page
 * -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- *\
 *  Customizer
 * -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- *\
 *  CTA static buttons
 * -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- *\
 *  IOS navigator bottom spacing
 * -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- *\
 *  Rest of variables
 * -------------------------------------------------------------------------- */
/*
 * Colors
 * (Named using "Name that color") - http://chir.ag/projects/name-that-color
 * -------------------------------------------------------------------------- */
/**
 * @tokens Colors Base
 * @presenter Color
 */
/**
 * @tokens Colors Promo
 * @presenter Color
 */
/**
 * @tokens Colors System
 * @presenter Color
 */
/**
 * @tokens Colors Others
 * @presenter Color
 */
/*
$color__black: hsl(0, 0%, 0%);          // #000
$color__white: hsl(0, 0%, 100%);        // #fff

$color__nero: hsl(0, 0%, 14%);         //#242424
$color__matterhorn: hsl(0, 0%, 33%);         //#555555
$color__dark-gray: hsl(0, 0%, 66%);         //#A8A8A8
$color__gray: hsl(0, 0%, 78%);         //#C8C8C8
$color__white-smoke: hsl(0, 0%, 96%);         //#F4F4F4

$color__black20: hsla(0, 0%, 0%, 0.2);    //rgba(255, 255, 255, 20)
$color__gray50: hsla(0, 0%, 78%, 0.5);   //rgba(200, 200, 200, 50)

// Promo colors
$color__green: hsl(132, 100%, 49%);     // #00F830
$color__cookie: $color__green;
$color__red: hsl(0, 100%, 50%);       // #f00
$color__red-campaign: $color__red;
$color__international-orange: hsl(19, 100%, 50%);      // #ff5200
$color__sales: $color__international-orange;
$color__yellow: hsl(60, 100%, 50%);      // #FFFF00
$color__razzle-dazzle-rose: hsl(310, 100%, 64%);     // #FF45E0
$color__who-we-are: $color__razzle-dazzle-rose;

/// --------------------------------------------------------------------------
///    Old palette
/// --------------------------------------------------------------------------
$color__alabaster: hsl(0, 0%, 98%);         // #fafafa;
$color__alto: hsla(0, 0%, 0%, 0.33);   // #00000054 = #d3d3d3;
$color__blue: hsl(231, 100%, 50%);     // #0026FF
$color__silver: hsl(0, 0%, 51%);         // #838383
$color__early-dawn: hsl(44, 100%, 95%);      // #fff9e8
$color__orange: hsl(30, 100%, 53%);      // #ff8810
$color__malachite: hsl(122, 69%, 51%);      // #2dd933
$color__violet: hsl(275, 77%, 15%);      // #2c0945
$color__royal-blue: hsl(229, 73.1%, 57.6%);  // #4462e2
$color__sunset-orange: hsl(0, 100%, 64.7%);     // #ff4b4b
$color__transparent: hsla(360, 100%, 100%, 0); //rgba(255, 255, 255, 0)

//Social networks
$color__facebook: $color__royal-blue;
$color__google: $color__sunset-orange;
*/
/* 1025 is used instead of 1024 because touch devices design is not specified */
/**
 * Map with all possible units to be used by other utilities (i.e. fluid value)
 */
/**
 * Adds unit to a number
 * @param {Number} $value - Value to add unit to
 * @param {String} $unit - String representation of the unit
 * @return {Number} - `$value` expressed in `$unit`
 */
/**
 * Returns a number without units
 */
/**
 * Returns a rem value from a number of pixels.
 * Its uses 16px as root font-size
 */
/**
 * Returns a px value from a number of rems.
 * Its uses 16px as root font-size
 */
/**
 * Returns a rem value from a map
 */
/**
 * Returns a fluid value between two points in the viewport variable dimension.
 * This linear function can be applied to any property (width, font-size, ...).
 * @param {Number} $v1 - Value at init point - Linear function's Y1
 * @param {Number} $v2 - Value at end point - Linear function's Y2
 * @param {Number} $init - Init point in pixels - Linear function's X1
 * @param {Number} $end - End point in pixels - Linear function's X2
 * @param {Number} $var-dim - Variable dimension: 100vw as default, or 100vh, 100%
 * examples:
 * width: byl-linear-fluid-value(70vw, 58vw, 810px, 1024px);
 * padding-bottom: byl-linear-fluid-value(24px, 48px, 1025px, 1920px, 100%);
 * font-size: byl-linear-fluid-value(1rem, 2rem, 320px, 768px),
 * letter-spacing: byl-linear-fluid-value(0, 1px, 768px, 1024px),
 */
/**
 * @tokens Font Families
 * @presenter FontFamily
 */
/** System monospace */
/**
 * @tokens Font Weights
 * @presenter FontWeight
 */
/**
 * @tokens Font Sizes
 * @presenter FontSize
 */
/**
 * @tokens Line Height
 * @presenter Spacing
 */
/* @token Border
 * @presenter Spacing
 */
/* @token Border
 * @presenter Spacing
 */
/* Scrollbars customization */
/* Custom width */
/* Custom width */
/*
  NOTE: Setup the svg.
    1- export the svg from the sketch in abstract
    2- go to optimizer, https://jakearchibald.github.io/svgomg/
    3- Copy source, check if need to have some changes in the path or fill.
*/
/**
 * Payment cards used in account, visa, mastercard,
 */
/**
 * Returns an url encoded SVG with the given color
 * @param {String} $icon - SVG code
 * @param {String} $fill-color - Fill color
 * @param {String} $stroke-color - Stroke color
 * @return {String} URL encoded svg
 */
/* -------------------------------------------------------------------------- *\
==============
| The Search |
==============
MOBILE:  Header < Search            PDPModals must hide the main header
                                    to show only a back button (as APP)
                                    Reference: SF-7800
------------------------------------------------------------------------
TABLET:                             no relevance
------------------------------------------------------------------------
DESKTOP: Header > Search            Subcategories must be viewed over
                                    the search form and its results
                                    Reference: SF-11932
\* -------------------------------------------------------------------------- */
/* $theme-colors: map-merge(
    (
      "primary":    $primary,
      "secondary":  $secondary,
      "success":    $success,
      "info":       $info,
      "warning":    $warning,
      "danger":     $danger,
      "light":      $light,
      "dark":       $dark
    ),
    $theme-colors
); */
/*
$carousel-control-prev-icon-bg: str-replace(
  url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 7 7'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"),
  "#",
  "%23"
);
$carousel-control-next-icon-bg: str-replace(
  url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"),
  "#",
  "%23"
);
*/
/*
 * https://allyjs.io/tutorials/hiding-elements.html#2017-edition-of-visuallyhidden
 */
/**
 * Extends click zone by adding a pseudo overflowing on the element
 *
 * @param $margins: size overflowing the click zone
 * @param $pseudo: the pseudo where attach the hotzone
 * @param $debug: just to see the zone added
 */
/**
 * Calculate button icon size based on capital height
 *
 * $margin: 4px by default ($inset-inline-xxs)
 *
 * $icon-side: left or right (right by default) to apply margin properly
 *
 * $capital-height: (em) height of capital characters, in FK Grotesk is 0.72em
 **/
/**
 *  FLOATING ELEMENTS
 * --------------------------------------------------------------------------
 *  Works from 0 to 575px breakpoints.
 *
 *  Element with is equal to 100vw subtracting
 *    1. Page inset left: 16px
 *    2. Menu with: 45px
 *    3. Space between menu and element: 24px
 *    4. Menu right position: 8px
 *  Even if menu isn't present
 *
 *  bottom: menu offset bottom (24px) + 4px
 *
 *  When the element coexists with the floating menu on mobile:
 *  right: 24px + menu width (45px) + 8px
 *  left: page inset (16px)
 *
 *  When there is no menu, element is centered
 */
.select {
  background-color: transparent;
  border-color: #909090;
  border-style: solid;
  border-width: 0 0 1px;
  border-radius: 0; }
  .select:not([blank]) {
    border-color: black; }
  .select:not(:blank) {
    border-color: black; }

.select--primary {
  border-width: 0 0 2px; }

/* Mixin to use if touch devices design is specified */
/* Ignore, hover Device with limited pointing accuracy (touch) */
/**
 * Hide scrollbars during width/height transition with keyframes
 * Source: https://css-tricks.com/hide-scrollbars-during-an-animation/
 */
@-webkit-keyframes hide-scroll {
  from,
  to {
    overflow-y: hidden; } }
@keyframes hide-scroll {
  from,
  to {
    overflow-y: hidden; } }

/*
 * Returns a transition with one or multiple properties and common speed, curve and delay.
 * @param {String,List} string with the property, or each value of the list is a property
 * @param {number} speed - passed directly or through the speed function (i.e. 150ms or speed(t2))
 * @param {string} curve - passed directly or through the curve function (i.e. linear or curve(ease2))
 * @param {number} delay - passed directly or through the speed function (i.e. 10ms or speed(t1))
 * Examples of use:
 * @include byl-transition((border-color));
 * @include byl-transition((border-color, height), speed(t2));
 * @include byl-transition((border-color, height), null, curve(ease3));
*/
/*
 * Returns a transition with multiple properties and independent speed, curve and delay.
 * @param {List} each value of the list is in turn a list for each transition properties and values
 * Expected order in each transition will be property, speed, curve and delay
 * Examples of use:
 * @include byl-complex-transition((height, speed(t3)), (opacity, null, curve(ease3)));
*/
/*
 * Returns a set of selectors to apply some interaction styles to,
 * when we need to style the element or its related nodes
*/
/*
 * Returns a set of selectors to apply some interaction active styles to,
 * when we need to style the element or its related nodes
*/
/*
 * Adds content for an interaction state
*/
/**
 * The product tiles grows with the columns of the product grid. These columns
 * are defined using bootstrap:
 *
 * >=0     2 columns
 * >=768   4 columns
 *
 * Because of this, the design considers two product tile sizes (S, L) to define
 * the look&feel of the tiles depending on the space that those columns leave to
 * grow to a tile
 *
 * >=0     tileS  - non-fluid
 * >=375   tileS  ---- fluid ---> 767 tileL
 * >=768   tileS  - non-fluid
 * >=1025  tileS  ---- fluid ---> 1920 tileL
 * >=1920  tileL  - non-fluid
 *
 * This mixin eases the task of defining the fluid values of a property for
 * these workflow
 *
 * @param {string} $property - Property name
 * @param {any} $small-tile-value - Property vale for a tile of size S
 * @param {any} $big-tile-value - Property vale for a tile of size L
 */
html {
  /* Internet Explorer */
  scrollbar-face-color: #a8a8a8;
  scrollbar-track-color: transparent;
  /* W3C Working Draft */
  scrollbar-color: #a8a8a8 transparent;
  /* stylelint-disable-line property-no-unknown */
  box-sizing: border-box; }
  html::-webkit-scrollbar-thumb {
    background-color: #a8a8a8;
    border-radius: 0; }
  html::-webkit-scrollbar-track {
    background-color: transparent; }
  html::-webkit-scrollbar {
    width: 9px;
    height: 9px;
    background-color: #ededed; }
  html :focus {
    outline: 1px solid #909090;
    outline-offset: -1px; }
  html:not(.keynav-mode) :focus,
  html:not(.keynav-mode) :focus + label,
  html:not(.keynav-mode) :focus + [class*='label'] {
    outline: none; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  /* stylelint-disable */
  --uses-typography: 'body-base';
  color: black;
  font-family: "FKGrotesk", "Arial", sans-serif;
  font-size: 0.875rem;
  /* stylelint-enable */
  margin: 0;
  overflow-x: hidden;
  background-color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

button {
  padding: unset;
  cursor: pointer; }

.main {
  position: relative; }

img {
  max-width: 100%; }

/*   Font definition    */
/*   FKGrotesk Family   */
@font-face {
  font-weight: 400;
  font-family: "FKGrotesk";
  font-style: normal;
  src: local('FKGrotesk'),  url("../fonts/FKGrotesk-Regular.woff2") format("woff2"), url("../fonts/FKGrotesk-Regular.woff") format("woff"), url("../fonts/FKGrotesk-Regular.ttf") format("truetype");
  font-display: swap; }

@font-face {
  font-weight: 400;
  font-family: "FKGrotesk";
  font-style: italic;
  src: local('FKGrotesk'),  url("../fonts/FKGrotesk-Italic.woff2") format("woff2"), url("../fonts/FKGrotesk-Italic.woff") format("woff"), url("../fonts/FKGrotesk-Italic.ttf") format("truetype");
  font-display: swap; }

@font-face {
  font-weight: 500;
  font-family: "FKGrotesk";
  font-style: normal;
  src: local('FKGrotesk'),  url("../fonts/FKGrotesk-Medium.woff2") format("woff2"), url("../fonts/FKGrotesk-Medium.woff") format("woff"), url("../fonts/FKGrotesk-Medium.ttf") format("truetype");
  font-display: swap; }

@font-face {
  font-weight: 500;
  font-family: "FKGrotesk";
  font-style: italic;
  src: local('FKGrotesk'),  url("../fonts/FKGrotesk-MediumItalic.woff2") format("woff2"), url("../fonts/FKGrotesk-MediumItalic.woff") format("woff"), url("../fonts/FKGrotesk-MediumItalic.ttf") format("truetype");
  font-display: swap; }

@font-face {
  font-weight: 700;
  font-family: "FKGrotesk";
  font-style: normal;
  src: local('FKGrotesk'),  url("../fonts/FKGrotesk-Bold.woff2") format("woff2"), url("../fonts/FKGrotesk-Bold.woff") format("woff"), url("../fonts/FKGrotesk-Bold.ttf") format("truetype");
  font-display: swap; }

@font-face {
  font-weight: 700;
  font-family: "FKGrotesk";
  font-style: italic;
  src: local('FKGrotesk'),  url("../fonts/FKGrotesk-BoldItalic.woff2") format("woff2"), url("../fonts/FKGrotesk-BoldItalic.woff") format("woff"), url("../fonts/FKGrotesk-BoldItalic.ttf") format("truetype");
  font-display: swap; }

@font-face {
  font-weight: 900;
  font-family: "FKGrotesk";
  font-style: normal;
  src: local('FKGrotesk'),  url("../fonts/FKGrotesk-Black.woff2") format("woff2"), url("../fonts/FKGrotesk-Black.woff") format("woff"), url("../fonts/FKGrotesk-Black.ttf") format("truetype");
  font-display: swap; }

/*   FKGrotesk Monospace Family   */
@font-face {
  font-weight: 500;
  font-family: "FKGrotesk-Monospaced";
  font-style: normal;
  src: local('FKGrotesk-Monospaced'),  url("../fonts/FKGroteskMono-Medium.woff2") format("woff2"), url("../fonts/FKGroteskMono-Medium.woff") format("woff"), url("../fonts/FKGroteskMono-Medium.ttf") format("truetype");
  font-display: swap; }

/*   EBGaramond Family   */
@font-face {
  font-weight: 700;
  font-family: "EBGaramond";
  font-style: italic;
  src: local('EBGaramond'),  url("../fonts/EBGaramond-BoldItalic.woff2") format("woff2"), url("../fonts/EBGaramond-BoldItalic.woff") format("woff"), url("../fonts/EBGaramond-BoldItalic.ttf") format("truetype");
  font-display: swap; }

@font-face {
  font-weight: 600;
  font-family: "EBGaramond";
  font-style: italic;
  src: local('EBGaramond'),  url("../fonts/EBGaramond-SemiBoldItalic.woff2") format("woff2"), url("../fonts/EBGaramond-SemiBoldItalic.woff") format("woff"), url("../fonts/EBGaramond-SemiBoldItalic.ttf") format("truetype");
  font-display: swap; }

/* -------------------------------------------------------------------------- *\
 *  BUTTONS
 *  ---------------------------------------------
 *
 *  Base style
 *  -----------------
 *  .btn will be the base
 *
 *  It will be quite similar as primary1 button because it most used on zeplin
 *
 *  primary1    ->  used in 364 pages of zeplin
 *  primary2    ->  used in 66 pages of zeplin
 *  secondary1  ->  used in 20 pages of zeplin
 *  secondary2  ->  used in 20 pages of zeplin
 *
 *  But DON'T USE IT ISOLATED, choose always some modifiers:
 *
 *  Zeplin              SF
 *  -----------------   -----------------
 *  primary1            <button class="btn btn--primary">
 *  primary2            <button class="btn btn--primary btn--regular">
 *  secondary1          <button class="btn btn--secondary">
 *  secondary2          <button class="btn btn--secondary btn--regular">
 *  cta                 <button class="btn btn--cta">
 *  -----------------   -----------------
 *
 *  States              SF
 *  -----------------   -----------------
 *  disabled            <button class="... btn--disabled">
 *  -----------------   -----------------
 *
 *  Minor variants      SF
 *  -----------------   -----------------
 *  without min-width   <button class="... btn--fluid">
 *  -----------------   -----------------
 *
\* -------------------------------------------------------------------------- */
/*
 * BASE STYLE
 * -------------------------------------------------------------------------- */
.btn, div#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-accept-btn-handler,
div#onetrust-consent-sdk #onetrust-pc-sdk #accept-recommended-btn-handler,
div#onetrust-consent-sdk #onetrust-pc-sdk #accept-recommended-btn-handler:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler) {
  /* stylelint-disable */
  --uses-typography: 'forms-btn';
  font-family: "FKGrotesk", "Arial", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.25;
  text-decoration: none;
  text-transform: uppercase;
  /* stylelint-enable */
  display: inline-block;
  max-width: 100%;
  margin: 0;
  padding: 0 0.0625rem;
  letter-spacing: 0.018em;
  text-align: center;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; }
  .btn:active, div#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-accept-btn-handler:active,
  div#onetrust-consent-sdk #onetrust-pc-sdk #accept-recommended-btn-handler:active,
  div#onetrust-consent-sdk #onetrust-pc-sdk #accept-recommended-btn-handler:active:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler) {
    background-color: rgba(199, 199, 199, 0.5);
    /* mouse, touch pad */ }
    @media (hover: hover) and (pointer: fine) {
      .btn:active, div#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-accept-btn-handler:active,
      div#onetrust-consent-sdk #onetrust-pc-sdk #accept-recommended-btn-handler:active,
      div#onetrust-consent-sdk #onetrust-pc-sdk #accept-recommended-btn-handler:active:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler) {
        background-color: transparent; } }
  .disabled.btn, div#onetrust-consent-sdk #onetrust-banner-sdk .disabled#onetrust-accept-btn-handler,
  div#onetrust-consent-sdk #onetrust-pc-sdk .disabled#accept-recommended-btn-handler,
  div#onetrust-consent-sdk #onetrust-pc-sdk .disabled#accept-recommended-btn-handler:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler), .btn:disabled, div#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-accept-btn-handler:disabled,
  div#onetrust-consent-sdk #onetrust-pc-sdk #accept-recommended-btn-handler:disabled,
  div#onetrust-consent-sdk #onetrust-pc-sdk #accept-recommended-btn-handler:disabled:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler) {
    color: #909090;
    cursor: default;
    pointer-events: none; }

/*
 * MODIFIERS
 * -------------------------------------------------------------------------- */
.btn--cookies,
.btn--modal, div#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-accept-btn-handler,
div#onetrust-consent-sdk #onetrust-pc-sdk #accept-recommended-btn-handler,
div#onetrust-consent-sdk #onetrust-pc-sdk #accept-recommended-btn-handler:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler) {
  /* stylelint-disable */
  --uses-typography: 'forms-btn--green';
  font-size: 1.4375rem;
  text-transform: uppercase;
  color: #00fa32;
  line-height: 1.25;
  /* stylelint-enable */
  background-color: unset;
  border: 0; }

.btn--cookies-setting,
.btn--modal-secondary, div#onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link,
div#onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-footer .ot-btn-container button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn) {
  /* stylelint-disable */
  --uses-typography: 'forms-btn--link';
  font-family: "EBGaramond", georgia, serif;
  font-size: 1.125rem;
  font-style: italic;
  color: white;
  line-height: 1.25;
  /* stylelint-enable */
  background-color: transparent;
  border: 0; }
  @media (min-width: 810px) {
    .btn--cookies-setting,
    .btn--modal-secondary, div#onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link,
    div#onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-footer .ot-btn-container button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn) {
      font-weight: 600; } }

.btn--back,
.btn--back-menu, .btn--back-checkout-modal {
  display: inline-flex;
  align-items: center;
  color: #909090; }
  .btn--back::before,
  .btn--back-menu::before, .btn--back-checkout-modal::before {
    display: inline-block;
    width: 0.85714em;
    height: 0.85714em;
    margin-right: 4px;
    font-size: 0.85714em;
    background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path style="transform:rotate(180 12)" d="M3 0l9 6-9 6z" fill="%23909090" fill-rule="evenodd" transform="matrix(-1, 0, 0, -1, 12, 12)" /></svg>');
    background-repeat: no-repeat;
    background-position: center;
    content: ''; }
  .btn--back:hover,
  .btn--back-menu:hover, .btn--back-checkout-modal:hover {
    color: black; }
    .btn--back:hover::before,
    .btn--back-menu:hover::before, .btn--back-checkout-modal:hover::before {
      background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path style="transform:rotate(180 12)" d="M3 0l9 6-9 6z" fill="black" fill-rule="evenodd" transform="matrix(-1, 0, 0, -1, 12, 12)" /></svg>'); }

.btn--primary,
.btn-primary {
  color: black; }

.btn--primary__icon {
  width: 0.72em;
  height: 0.72em;
  margin-left: 4px; }
  :disabled .btn--primary__icon {
    background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M3 0l9 6-9 6z" fill="%23909090" fill-rule="evenodd"/></svg>'); }

@media not all and (pointer: coarse) {
  .interaction--enabled-hover-v1:hover .btn--primary__icon {
    background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M3 0l9 6-9 6z" fill="black" fill-rule="evenodd"/></svg>'); } }

.interaction--enabled-hover-v1 .btn--primary__icon {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M3 0l9 6-9 6z" fill="%23909090" fill-rule="evenodd"/></svg>'); }

.btn--secondary {
  color: #909090; }

.btn--fluid {
  min-width: auto; }

.btn--rrss {
  /* stylelint-disable */
  --uses-typography: 'forms-btn--rrss';
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  /* stylelint-enable */ }
  @media (min-width: 1025px) {
    .btn--rrss {
      font-size: 1.4375rem; } }

.btn--cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: calc(100% - 32px - 32px);
  min-height: 2.1875rem;
  padding: 0;
  color: white;
  background-color: #242424;
  border-radius: 1.15625rem;
  /* Enable pointer events to prevent clicking other elements in page below floating btn
  * Disabled state shouldn't fire click events
  */
  /* stylelint-disable */
  --uses-typography: 'forms-btn--cta';
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  /* stylelint-enable */
  position: fixed;
  bottom: calc(24px + 4px);
  width: calc(100vw - calc(0.6875rem + 50px + 8px) - 16px);
  max-width: calc(100vw - calc(0.6875rem + 50px + 8px) - 16px);
  border-radius: 1.15625rem;
  right: calc(0.6875rem + 50px + 8px);
  left: 16px; }
  @media (min-width: 575px) {
    .btn--cta {
      max-width: calc(100% - 6.875rem); } }
  @media (min-width: 768px) {
    .btn--cta {
      width: auto;
      max-width: 100%;
      text-align: center;
      background-color: transparent;
      border-radius: 0; } }
  .btn--cta:active {
    background-color: rgba(36, 36, 36, 0.78); }
    @media (min-width: 768px) {
      .btn--cta:active {
        color: black;
        background-color: transparent; } }
  .btn--cta.disabled, .btn--cta:disabled {
    color: white;
    background-color: #a8a8a8; }
    @media (min-width: 768px) {
      .btn--cta.disabled, .btn--cta:disabled {
        color: #909090;
        background-color: transparent; } }
  .btn--cta:disabled {
    pointer-events: all; }
  @media (min-width: 575px) {
    .btn--cta {
      position: static;
      position: initial;
      right: auto;
      right: initial;
      bottom: auto;
      bottom: initial;
      left: auto;
      left: initial;
      width: auto;
      max-width: none;
      margin-right: 0;
      margin-right: initial;
      margin-left: 0;
      margin-left: initial;
      border-radius: 0; } }

.btn--cta-to-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: calc(100% - 32px - 32px);
  min-height: 2.1875rem;
  padding: 0;
  color: white;
  background-color: #242424;
  border-radius: 1.15625rem;
  /* Enable pointer events to prevent clicking other elements in page below floating btn
  * Disabled state shouldn't fire click events
  */
  /* stylelint-disable */
  --uses-typography: 'forms-btn--cta-to-txt';
  color: white;
  font-family: "FKGrotesk", "Arial", sans-serif;
  font-size: 0.8125rem;
  font-weight: 900;
  text-transform: uppercase;
  /* stylelint-enable */ }
  @media (min-width: 575px) {
    .btn--cta-to-txt {
      max-width: calc(100% - 6.875rem); } }
  @media (min-width: 1025px) {
    .btn--cta-to-txt {
      width: auto;
      max-width: 100%;
      text-align: center;
      background-color: transparent;
      border-radius: 0; } }
  .btn--cta-to-txt:active {
    background-color: rgba(36, 36, 36, 0.78); }
    @media (min-width: 1025px) {
      .btn--cta-to-txt:active {
        color: black;
        background-color: transparent; } }
  .btn--cta-to-txt.disabled, .btn--cta-to-txt:disabled {
    color: white;
    background-color: #a8a8a8; }
    @media (min-width: 1025px) {
      .btn--cta-to-txt.disabled, .btn--cta-to-txt:disabled {
        color: #909090;
        background-color: transparent; } }
  .btn--cta-to-txt:disabled {
    pointer-events: all; }
  @media (min-width: 1025px) {
    .btn--cta-to-txt {
      color: black;
      font-size: calc(0.00209 * 100vw + 20.79581px); } }
  @media (min-width: 1530px) {
    .btn--cta-to-txt {
      font-size: calc(0.01538 * 100vw + 0.46154px); } }
  @media (min-width: 1920px) {
    .btn--cta-to-txt {
      font-size: 1.875rem; } }
  @media (min-width: 1025px) {
    .btn--cta-to-txt {
      display: flex;
      align-items: center;
      float: right; } }
  .btn--cta-to-txt-floating {
    position: fixed;
    bottom: calc(24px + 4px);
    width: calc(100vw - calc(0.6875rem + 50px + 8px) - 16px);
    max-width: calc(100vw - calc(0.6875rem + 50px + 8px) - 16px);
    border-radius: 1.15625rem;
    right: calc(0.6875rem + 50px + 8px);
    left: 16px;
    z-index: 11; }
    @media (min-width: 575px) {
      .btn--cta-to-txt-floating {
        right: calc(12px + 50px + 16px);
        bottom: calc(32px + 4px);
        max-width: calc(100vw - calc(12px + 50px + 16px) - 16px); } }
    @media (min-width: 768px) {
      .btn--cta-to-txt-floating {
        right: calc(12px + 50px + 24px);
        max-width: calc(100vw - calc(12px + 50px + 24px) - 16px); } }
    @media (min-width: 1025px) {
      .btn--cta-to-txt-floating {
        position: static;
        position: initial;
        width: auto;
        max-width: 100%; } }
  .btn--cta-to-txt .icon-arrow-filled {
    display: none; }
    @media (min-width: 768px) {
      .btn--cta-to-txt .icon-arrow-filled {
        display: inline-block; } }
  @media (max-width: 767px) {
    .btn--cta-to-txt.btn[type='submit'] {
      align-items: center;
      margin-left: auto;
      margin-right: auto; } }
  .btn--cta-to-txt--disabled {
    color: #909090; }

.btn--checkout-mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: calc(100% - 32px - 32px);
  min-height: 2.1875rem;
  padding: 0;
  color: white;
  background-color: #242424;
  border-radius: 1.15625rem;
  /* Enable pointer events to prevent clicking other elements in page below floating btn
  * Disabled state shouldn't fire click events
  */
  /* stylelint-disable */
  --uses-typography: 'forms-btn--cta-to-txt';
  color: white;
  font-family: "FKGrotesk", "Arial", sans-serif;
  font-size: 0.8125rem;
  font-weight: 900;
  text-transform: uppercase;
  /* stylelint-enable */
  align-items: center;
  margin: 0 auto; }
  @media (min-width: 575px) {
    .btn--checkout-mobile {
      max-width: calc(100% - 6.875rem); } }
  @media (min-width: 1025px) {
    .btn--checkout-mobile {
      width: auto;
      max-width: 100%;
      text-align: center;
      background-color: transparent;
      border-radius: 0; } }
  .btn--checkout-mobile:active {
    background-color: rgba(36, 36, 36, 0.78); }
    @media (min-width: 1025px) {
      .btn--checkout-mobile:active {
        color: black;
        background-color: transparent; } }
  .btn--checkout-mobile.disabled, .btn--checkout-mobile:disabled {
    color: white;
    background-color: #a8a8a8; }
    @media (min-width: 1025px) {
      .btn--checkout-mobile.disabled, .btn--checkout-mobile:disabled {
        color: #909090;
        background-color: transparent; } }
  .btn--checkout-mobile:disabled {
    pointer-events: all; }
  @media (min-width: 1025px) {
    .btn--checkout-mobile {
      color: black;
      font-size: calc(0.00209 * 100vw + 20.79581px); } }
  @media (min-width: 1530px) {
    .btn--checkout-mobile {
      font-size: calc(0.01538 * 100vw + 0.46154px); } }
  @media (min-width: 1920px) {
    .btn--checkout-mobile {
      font-size: 1.875rem; } }
  @media (min-width: 1025px) {
    .btn--checkout-mobile {
      display: none; } }
  .btn--checkout-mobile.btn[type='submit'] {
    align-items: center;
    margin: 0 auto; }
    @media (min-width: 1025px) {
      .btn--checkout-mobile.btn[type='submit'] {
        display: none; } }

.btn--back,
.btn--back-menu {
  /* stylelint-disable */
  --uses-typography: 'forms-btn--back';
  font-size: 0.875rem;
  /* stylelint-enable */
  line-height: 1rem; }
  @media (min-width: 1025px) {
    .btn--back,
    .btn--back-menu {
      font-size: calc(0.01788 * 100vw + -4.32402px); } }
  @media (min-width: 1920px) {
    .btn--back,
    .btn--back-menu {
      font-size: 1.875rem; } }

.btn--back-checkout-modal {
  /* stylelint-disable */
  --uses-typography: 'forms-btn--back-checkout';
  font-weight: 900;
  font-size: 0.9375rem;
  text-transform: uppercase;
  /* stylelint-enable */
  position: fixed;
  top: 12px;
  left: 16px; }
  @media (min-width: 575px) {
    .btn--back-checkout-modal {
      font-size: calc(0.00419 * 100vw + 13.59162px); } }
  @media (min-width: 1530px) {
    .btn--back-checkout-modal {
      font-size: calc(0.01282 * 100vw + 0.38462px); } }
  @media (min-width: 1920px) {
    .btn--back-checkout-modal {
      font-size: 1.5625rem; } }
  @media (min-width: 768px) {
    .btn--back-checkout-modal {
      left: 24px; } }

.btn--plus::before {
  display: inline-block;
  margin-right: 2px;
  content: '+'; }

.btn--xxxs {
  font-size: 0.75rem; }

.btn--xxs {
  font-size: 0.875rem; }

.btn--xs {
  font-size: 1rem; }

.btn--s {
  font-size: 1.125rem; }

.btn--m {
  font-size: 1.3125rem; }

.btn--l {
  font-size: 1.4375rem; }

.btn--xl {
  font-size: 1.5625rem; }

.btn--xxl {
  font-size: 1.875rem; }

.btn--xxxl {
  font-size: 2.25rem; }

/* -------------------------------------------------------------------------- *\
 *  RADIO-ALIKE BUTTON
 *  -------------------------
 *  Sometimes there are some buttons that look lika a radio button but with
 *  another functionality: open/close a related layer
 *
 *  WARNING: This is not a .btn modifier, use it without that class.
 *
 *  Sample:
 *  https://app.zeplin.io/project/5d9b0160135fcf1ee7063354/screen/5e2b22e39d2d355501a6fb06
\* -------------------------------------------------------------------------- */
.btn-checkbox,
.btn-radio {
  /* stylelint-disable */
  --uses-typography: 'forms-label';
  color: #909090;
  font-family: "FKGrotesk", "Arial", sans-serif;
  font-style: italic;
  font-weight: 500;
  text-overflow: ellipsis;
  text-transform: lowercase;
  /* stylelint-enable */
  /* stylelint-disable */
  --uses-typography: 'forms-label--checkbox';
  color: black;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  line-height: 1.25;
  /* stylelint-enable */
  position: relative;
  display: inline-flex;
  cursor: pointer; }
  .btn-checkbox::before,
  .btn-radio::before {
    position: absolute;
    top: 0.0625rem;
    left: 0;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    margin: 0;
    padding: 0;
    border: 0.0625rem solid black;
    cursor: pointer;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    display: inline-block;
    content: ''; }
    @media (min-width: 1025px) {
      .btn-checkbox::before,
      .btn-radio::before {
        top: 2px; } }
  .btn-checkbox--round::before,
  .btn-radio--round::before {
    border-radius: 50%; }
  .btn-checkbox--dropdown,
  .btn-radio--dropdown {
    /* stylelint-disable */
    --uses-typography: 'forms-label--check-dropdown';
    color: black;
    font-family: "EBGaramond", georgia, serif;
    font-size: 1rem;
    font-weight: 700;
    /* stylelint-enable */ }
    @media (min-width: 810px) {
      .btn-checkbox--dropdown,
      .btn-radio--dropdown {
        font-weight: 600; } }
    .btn-checkbox--dropdown::before,
    .btn-radio--dropdown::before {
      margin-top: 0.4em; }
  .btn-checkbox--opened::before,
  .btn-radio--opened::before {
    background: #909090;
    border-color: #909090; }
  .btn-checkbox--selected::before,
  .btn-radio--selected::before {
    background: black;
    border-color: black; }

@media (min-width: 1025px) {
  .btn-checkbox::before {
    top: 0.5rem; } }

.select {
  /* stylelint-disable */
  --uses-typography: 'forms-select';
  font-family: "FKGrotesk", "Arial", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.25;
  /* stylelint-enable */
  width: 100%;
  padding: 2px 0;
  color: black;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path fill="%23909090" d="M8.1 3L6.088 6.441h-.176L3.9 3H1.27v.265L4.854 9h2.294l3.582-5.735V3z" fill-rule="evenodd" /></svg>');
  background-repeat: no-repeat;
  background-position: right 0.5em top 90%, 0 0;
  background-size: 0.75rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .select::-ms-expand {
    display: none; }
  .select:focus, .select.is-open {
    background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path fill="%23909090" d="M8.1 3L6.088 6.441h-.176L3.9 3H1.27v.265L4.854 9h2.294l3.582-5.735V3z" transform="rotate(180 -12)" fill-rule="evenodd" /></svg>'); }
  .select.is-empty :not(:first-child) {
    color: black; }
  .select.is-readonly {
    background: none;
    border-color: #a8a8a8;
    cursor: default;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    pointer-events: none; }
  .select option:disabled {
    display: none; }

.select--primary {
  /* stylelint-disable */
  --uses-typography: 'forms-input--primary';
  /* stylelint-enable */
  padding-bottom: 0.25rem;
  background-size: 0.5rem;
  /**
   * 1. Overwrite base font-size (13px). Primary has same size, filled or not
   */ }
  @media (min-width: 1025px) {
    .select--primary {
      font-size: 1rem; } }
  .select--primary.is-empty {
    /* stylelint-disable */
    --uses-typography: 'forms-input--primary';
    /* stylelint-enable */
    /* [1] */
    /* stylelint-disable */
    --uses-typography: 'forms-label';
    color: #909090;
    font-family: "FKGrotesk", "Arial", sans-serif;
    font-style: italic;
    font-weight: 500;
    text-overflow: ellipsis;
    text-transform: lowercase;
    /* stylelint-enable */
    /* stylelint-disable */
    --uses-typography: 'forms-label--primary';
    font-style: normal;
    font-weight: 900;
    /* stylelint-enable */ }
    @media (min-width: 1025px) {
      .select--primary.is-empty {
        font-size: 1rem; } }

/* High specificity needed to override OneTrust styles */
/* stylelint-disable */
div#onetrust-consent-sdk div#onetrust-banner-sdk,
div#onetrust-consent-sdk div#onetrust-pc-sdk {
  position: fixed;
  top: 50%;
  left: 0;
  width: 80%;
  border-radius: 0;
  box-shadow: none;
  transform: translateY(-50%); }
  @media (min-width: 575px) {
    div#onetrust-consent-sdk div#onetrust-banner-sdk,
    div#onetrust-consent-sdk div#onetrust-pc-sdk {
      width: calc(0.4574 * 100vw + 196.99628px);
      max-width: 67.1875rem; } }

div#onetrust-consent-sdk #onetrust-banner-sdk .ot-sdk-container {
  padding: 32px 48px 32px 16px; }
  @media (min-width: 575px) {
    div#onetrust-consent-sdk #onetrust-banner-sdk .ot-sdk-container {
      padding: 4.2vw; } }
  @media (min-width: 1920px) {
    div#onetrust-consent-sdk #onetrust-banner-sdk .ot-sdk-container {
      padding: 80px 80px; } }

div#onetrust-consent-sdk #onetrust-banner-sdk .ot-sdk-container {
  margin: 0; }

div#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 0; }

div#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy-text,
div#onetrust-consent-sdk #onetrust-banner-sdk .ot-b-addl-desc,
div#onetrust-consent-sdk #onetrust-banner-sdk .ot-gv-list-handler,
div#onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpdesc {
  float: none;
  clear: none;
  width: auto;
  margin: 0;
  padding: 0; }

div#onetrust-consent-sdk #onetrust-policy-title,
div#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-title,
div#onetrust-consent-sdk #onetrust-pc-sdk #ot-category-title {
  display: block;
  float: none;
  padding: 0;
  font-weight: 900;
  font-size: 0.875rem;
  font-family: "FKGrotesk";
  text-transform: uppercase; }
  @media (min-width: 575px) {
    div#onetrust-consent-sdk #onetrust-policy-title,
    div#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-title,
    div#onetrust-consent-sdk #onetrust-pc-sdk #ot-category-title {
      font-size: calc(0.00743 * 100vw + 9.72491px); } }
  @media (min-width: 1920px) {
    div#onetrust-consent-sdk #onetrust-policy-title,
    div#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-title,
    div#onetrust-consent-sdk #onetrust-pc-sdk #ot-category-title {
      font-size: 1.5rem; } }

@media (min-width: 575px) {
  div#onetrust-consent-sdk #onetrust-policy-title {
    display: inline; }
    div#onetrust-consent-sdk #onetrust-policy-title::after {
      content: '. '; } }

div#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-title {
  margin-top: 0; }

div#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy-text,
div#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-desc,
div#onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-cat-header,
div#onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpdesc {
  font-weight: 900;
  font-size: 0.875rem;
  font-family: "FKGrotesk", "Arial", sans-serif; }
  @media (min-width: 575px) {
    div#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy-text,
    div#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-desc,
    div#onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-cat-header,
    div#onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpdesc {
      display: inline;
      font-size: calc(0.00297 * 100vw + 10.28996px); } }
  @media (min-width: 1920px) {
    div#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy-text,
    div#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-desc,
    div#onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-cat-header,
    div#onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpdesc {
      font-size: 1rem; } }

div#onetrust-consent-sdk #onetrust-banner-sdk a[href],
div#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-desc a {
  font-weight: inherit; }

div#onetrust-consent-sdk #onetrust-pc-sdk #accept-recommended-btn-handler {
  position: fixed;
  bottom: calc(80px + 1.375rem);
  display: block !important;
  width: auto;
  margin-right: 0; }
  @media (min-width: 575px) {
    div#onetrust-consent-sdk #onetrust-pc-sdk #accept-recommended-btn-handler {
      position: relative;
      bottom: 0;
      margin-top: 16px;
      margin-right: 2.5vw;
      margin-left: auto; } }

div#onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link,
div#onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-footer .ot-btn-container button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn) {
  letter-spacing: unset;
  text-align: left;
  text-decoration: none; }
  @media (min-width: 575px) {
    div#onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link,
    div#onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-footer .ot-btn-container button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn) {
      margin-right: 2.5vw;
      font-size: calc(0.00223 * 100vw + 16.71747px);
      text-align: center; } }
  @media (min-width: 1920px) {
    div#onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link,
    div#onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-footer .ot-btn-container button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn) {
      font-size: 1.3125rem; } }

div#onetrust-consent-sdk .onetrust-pc-dark-filter {
  background: none; }

div#onetrust-consent-sdk #onetrust-banner-sdk .banner-actions-container {
  width: auto;
  text-align: left; }

div#onetrust-consent-sdk #onetrust-banner-sdk .ot-sdk-row,
div#onetrust-consent-sdk #onetrust-pc-sdk .ot-sdk-row,
div#onetrust-consent-sdk #ot-sdk-cookie-policy .ot-sdk-row,
div#onetrust-consent-sdk #onetrust-banner-sdk .ot-sdk-column,
div#onetrust-consent-sdk #onetrust-banner-sdk .ot-sdk-columns,
div#onetrust-consent-sdk #onetrust-pc-sdk .ot-sdk-column,
div#onetrust-consent-sdk #onetrust-pc-sdk .ot-sdk-columns,
div#onetrust-consent-sdk #ot-sdk-cookie-policy .ot-sdk-column,
div#onetrust-consent-sdk #ot-sdk-cookie-policy .ot-sdk-columns {
  display: block;
  float: none; }

div#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group-parent {
  margin: 48px 0 0;
  padding: 0;
  text-align: unset; }
  @media (min-width: 575px) {
    div#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group-parent {
      margin-top: 3.125rem;
      padding-right: 2.5vw; } }
  @media (min-width: 810px) {
    div#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group-parent {
      margin-top: 3.3125rem; } }
  @media (min-width: 1025px) {
    div#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group-parent {
      margin-top: 4rem; } }

div#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group {
  display: flex;
  flex-direction: column; }
  @media (min-width: 575px) {
    div#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group {
      flex-direction: row-reverse; } }

div#onetrust-consent-sdk #onetrust-banner-sdk .banner-actions-container {
  float: none;
  width: unset; }

div#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-accept-btn-handler,
div#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler,
div#onetrust-consent-sdk #onetrust-pc-sdk #accept-recommended-btn-handler,
div#onetrust-consent-sdk #onetrust-pc-sdk .ot-btn-container button {
  max-width: none;
  margin-bottom: 16px;
  padding: 0;
  text-align: left; }
  @media (min-width: 575px) {
    div#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-accept-btn-handler,
    div#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler,
    div#onetrust-consent-sdk #onetrust-pc-sdk #accept-recommended-btn-handler,
    div#onetrust-consent-sdk #onetrust-pc-sdk .ot-btn-container button {
      margin-bottom: 0; } }

div#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-accept-btn-handler:focus, div#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-accept-btn-handler:hover,
div#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler:focus,
div#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler:hover,
div#onetrust-consent-sdk #onetrust-pc-sdk :not(.ot-leg-btn-container) > button:focus,
div#onetrust-consent-sdk #onetrust-pc-sdk :not(.ot-leg-btn-container) > button:hover {
  opacity: 1; }

div#onetrust-consent-sdk #onetrust-pc-sdk {
  padding: 32px 16px 80px;
  border-radius: 0;
  box-shadow: none; }
  @media (min-width: 575px) {
    div#onetrust-consent-sdk #onetrust-pc-sdk {
      min-width: unset;
      height: unset !important;
      height: -webkit-fit-content !important;
      height: -moz-fit-content !important;
      height: fit-content !important;
      max-height: 80%;
      padding: 4.2vw; } }
  @media (min-width: 1920px) {
    div#onetrust-consent-sdk #onetrust-pc-sdk {
      padding: 80px 80px; } }

div#onetrust-consent-sdk #onetrust-pc-sdk .ot-cat-grp .ot-always-active {
  position: relative;
  top: 0;
  right: 0;
  color: #a8a8a8;
  font-size: 0.6875rem;
  text-transform: uppercase;
  transform: translateY(50%); }
  @media (min-width: 575px) {
    div#onetrust-consent-sdk #onetrust-pc-sdk .ot-cat-grp .ot-always-active {
      font-size: calc(0.00074 * 100vw + 10.57249px); } }
  @media (min-width: 1920px) {
    div#onetrust-consent-sdk #onetrust-pc-sdk .ot-cat-grp .ot-always-active {
      font-size: 0.75rem; } }

div#onetrust-consent-sdk #onetrust-pc-sdk .ot-acc-grpcntr.ot-acc-txt {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: unset; }
  @media (min-width: 575px) {
    div#onetrust-consent-sdk #onetrust-pc-sdk .ot-acc-grpcntr.ot-acc-txt {
      margin-right: calc(95px + 16px); } }
  div#onetrust-consent-sdk #onetrust-pc-sdk .ot-acc-grpcntr.ot-acc-txt .ot-acc-grpdesc.ot-category-desc {
    font-size: 0.75rem; }

div#onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-acc-hdr {
  width: 100%;
  padding: 0; }

div#onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout.ot-cat-item {
  float: none;
  margin-top: 8px; }

div#onetrust-consent-sdk #onetrust-pc-sdk button[aria-expanded=false] ~ .ot-acc-hdr h4.ot-cat-header::after {
  content: ' (+)'; }

div#onetrust-consent-sdk #onetrust-pc-sdk button[aria-expanded=true] ~ .ot-acc-hdr h4.ot-cat-header::after {
  content: ' (-)'; }

div#onetrust-consent-sdk #onetrust-pc-sdk .ot-cat-item button, div#onetrust-consent-sdk #onetrust-pc-sdk .ot-cat-item button:hover, div#onetrust-consent-sdk #onetrust-pc-sdk .ot-cat-item button:focus {
  outline: 0 !important; }

div#onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout.ot-cat-item, div#onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout.ot-cat-item:first-of-type {
  border: 0; }

div#onetrust-consent-sdk #onetrust-pc-sdk .ot-switch {
  width: 23px;
  height: 8px; }

div#onetrust-consent-sdk #onetrust-pc-sdk .ot-switch-nob {
  background-color: #545454;
  border: 0; }
  div#onetrust-consent-sdk #onetrust-pc-sdk .ot-switch-nob::before {
    bottom: -3px;
    left: -1px;
    width: 14px;
    height: 14px;
    background-color: #909090; }

div#onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout h4 ~ .ot-tgl {
  position: relative;
  top: 0;
  right: 0;
  transform: none; }

div#onetrust-consent-sdk #onetrust-pc-sdk .ot-tgl input:checked + .ot-switch .ot-switch-nob {
  background-color: rgba(0, 250, 50, 0.55);
  border: 0; }
  div#onetrust-consent-sdk #onetrust-pc-sdk .ot-tgl input:checked + .ot-switch .ot-switch-nob::before {
    background-color: #00fa32;
    border: 0;
    transform: translateX(13px); }

div#onetrust-consent-sdk #onetrust-pc-sdk .ot-cat-grp {
  position: relative;
  box-sizing: border-box;
  width: auto;
  margin-top: 48px;
  padding-right: 2.5vw; }

div#onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-footer-logo,
div#onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-header,
div#onetrust-consent-sdk #onetrust-pc-sdk .ot-plus-minus {
  display: none; }

div#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-content {
  /* Internet Explorer */
  scrollbar-face-color: #545454;
  scrollbar-track-color: transparent;
  /* W3C Working Draft */
  scrollbar-color: #545454 transparent;
  /* stylelint-disable-line property-no-unknown */
  position: relative;
  top: unset;
  bottom: unset;
  width: 100%;
  height: calc(100% -  64px -  16px - 1.375rem - 16px - 1.75rem) !important;
  margin: 0;
  padding-right: 0;
  overflow-y: hidden;
  overflow-y: scroll; }
  div#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-content::-webkit-scrollbar-thumb {
    background-color: #545454;
    border-radius: 5px; }
  div#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-content::-webkit-scrollbar-track {
    background-color: transparent; }
  div#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-content::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #ededed; }
  @media (min-width: 575px) {
    div#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-content {
      height: 55vh !important;
      max-height: 55vh !important;
      margin-bottom: auto; } }
  @media (min-width: 850px) {
    div#onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-content {
      height: 53vh !important;
      max-height: 53vh !important; } }

div#onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-footer {
  position: fixed;
  bottom: 80px;
  border-top: 0; }
  @media (min-width: 575px) {
    div#onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-footer {
      position: static;
      margin-top: 64px; } }
  div#onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-footer .ot-btn-container {
    text-align: left; }
  div#onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-footer .save-preference-btn-handler.onetrust-close-btn-handler {
    margin: 0; }
    @media (min-width: 575px) {
      div#onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-footer .save-preference-btn-handler.onetrust-close-btn-handler {
        display: block;
        margin-left: auto; } }

.country-selector__list-wrapper {
  transition: opacity 200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  position: absolute;
  top: 100%;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  padding: 16px 16px 24px 16px;
  background: white;
  border: 1px solid black;
  opacity: 1; }
  .country-selector__list-wrapper:not(.country-selector__list-wrapper--open) {
    max-height: 0;
    opacity: 0;
    pointer-events: none; }

.country-selector__dropdown {
  /* stylelint-disable */
  --uses-typography: 'country-selector-dropdown';
  color: black;
  font-family: "FKGrotesk", "Arial", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
  /* stylelint-enable */
  box-sizing: border-box;
  margin-bottom: 16px;
  padding-right: 0;
  background-position: right 8px bottom 8px, 0 0;
  background-size: 0.5rem;
  border-color: black; }
  @media (min-width: 1025px) {
    .country-selector__dropdown {
      font-size: calc(0.00223 * 100vw + 13.7095px); } }
  @media (min-width: 1920px) {
    .country-selector__dropdown {
      font-size: 1.125rem; } }
  .country-selector__dropdown, .country-selector__dropdown:focus {
    background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path style="transform:rotate(180 12)" d="M3 0l9 6-9 6z" fill="black" fill-rule="evenodd" transform="matrix(0, 0, -1, 15, 12)" /></svg>'); }
  .country-selector__dropdown:first-child {
    margin-bottom: 0.8125rem; }
  .country-selector__dropdown:is(select) {
    white-space: pre;
    text-overflow: ellipsis; }
  .country-selector__dropdown:not(select):not(.country-selector__dropdown--hidden) {
    position: relative;
    display: flex;
    flex-direction: column; }
  .country-selector__dropdown--open, .country-selector__dropdown--open:focus {
    background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M 0 0 l 12 0 l -6 8 z" fill="black" fill-rule="evenodd"/></svg>');
    background-position-y: 0.625rem; }
  .country-selector__dropdown--hidden {
    display: none; }

.country-selector__dropdown-list {
  /* Internet Explorer */
  scrollbar-face-color: #a8a8a8;
  scrollbar-track-color: transparent;
  /* W3C Working Draft */
  scrollbar-color: #a8a8a8 transparent;
  /* stylelint-disable-line property-no-unknown */
  box-sizing: border-box;
  width: 100%;
  max-height: 360px;
  margin: 0;
  padding: 0;
  overflow-y: scroll;
  color: #909090;
  list-style: none; }
  .country-selector__dropdown-list::-webkit-scrollbar-thumb {
    background-color: #a8a8a8;
    border-radius: 0; }
  .country-selector__dropdown-list::-webkit-scrollbar-track {
    background-color: transparent; }
  .country-selector__dropdown-list::-webkit-scrollbar {
    width: 9px;
    height: 9px;
    background-color: #ededed; }

.country-selector__dropdown-value {
  display: flex;
  align-items: baseline; }
  .country-selector__dropdown-value .country-selector__dropdown-market-with-sale {
    background-image: url('data:image/svg+xml;utf-8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 12 14"><style type="text/css">.st0{fill:none;stroke-miterlimit:10;}</style><path id="Stroke-1" class="st0" stroke="black" d="M3,4c0-1.7,1.3-3,3-3s3,1.3,3,3S7.7,7,6,7S3,5.7,3,4z"/><rect id="Rectangle" x="0" y="4" class="st1" fill-rule="evenodd" clip-rule="evenodd" width="12" height="10" fill="black"/></svg>'); }

.country-selector__dropdown-item {
  transition: color 100ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  display: flex;
  align-items: baseline;
  color: #909090; }
  .country-selector__dropdown-item + .country-selector__dropdown-item {
    margin-top: 4px; }
  .country-selector__dropdown-item:hover, .country-selector__dropdown-item--selected {
    color: black; }
    .country-selector__dropdown-item:hover .country-selector__dropdown-market-with-sale, .country-selector__dropdown-item--selected .country-selector__dropdown-market-with-sale {
      background-image: url('data:image/svg+xml;utf-8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 12 14"><style type="text/css">.st0{fill:none;stroke-miterlimit:10;}</style><path id="Stroke-1" class="st0" stroke="black" d="M3,4c0-1.7,1.3-3,3-3s3,1.3,3,3S7.7,7,6,7S3,5.7,3,4z"/><rect id="Rectangle" x="0" y="4" class="st1" fill-rule="evenodd" clip-rule="evenodd" width="12" height="10" fill="black"/></svg>'); }

.country-selector {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding-right: 48px;
  padding-left: 48px;
  background-image: var(--country-selector-landing);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover; }
  @media (min-width: 768px) {
    .country-selector {
      background-image: var(--country-selector-landing-desktop); } }
  @media (min-width: 1025px) {
    .country-selector {
      padding: 0;
      padding: initial; } }
  .country-selector__wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 24px 16px;
    background: white; }
    @media (min-width: 375px) {
      .country-selector__wrapper {
        margin: 0;
        margin: initial; } }
    @media (min-width: 1025px) {
      .country-selector__wrapper {
        width: calc(0.78905 * 100vw + -439.77654px);
        padding-top: 80px; } }
  .country-selector__btn {
    /* stylelint-disable */
    --uses-typography: 'country-selector-button';
    color: black;
    /* stylelint-enable */
    margin-left: auto; }
    @media (min-width: 1920px) {
      .country-selector__btn {
        font-size: 1.5625rem; } }
  .country-selector__dropdown-market-with-sale {
    transition: background-image 100ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    display: block;
    width: 0.75rem;
    height: 0.875rem;
    margin-left: 6px;
    background-image: url('data:image/svg+xml;utf-8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 12 14"><style type="text/css">.st0{fill:none;stroke-miterlimit:10;}</style><path id="Stroke-1" class="st0" stroke="%23909090" d="M3,4c0-1.7,1.3-3,3-3s3,1.3,3,3S7.7,7,6,7S3,5.7,3,4z"/><rect id="Rectangle" x="0" y="4" class="st1" fill-rule="evenodd" clip-rule="evenodd" width="12" height="10" fill="%23909090"/></svg>'); }

/*# sourceMappingURL=dispatcher.css.map*/