@charset "UTF-8";
/*------------------------------------*        #UNIT
\*------------------------------------*/
/*------------------------------------*        #VALUE
\*------------------------------------*/
/*------------------------------------*        #BREAKPOINTS
\*------------------------------------*/
/* stylelint-disable declaration-no-important */
/*------------------------------------*        #MIXINS
\*------------------------------------*/
/* Animations mixins */
@font-face {
  font-family: "lnc-icons";
  src: url("../../../../fonts/icons/lnc-icons.eot?91852342");
  src: url("../../../../fonts/icons/lnc-icons.eot?91852342#iefix") format("embedded-opentype"), url("../../../../fonts/icons/lnc-icons.woff2?91852342") format("woff2"), url("../../../../fonts/icons/lnc-icons.woff?91852342") format("woff"), url("../../../../fonts/icons/lnc-icons.ttf?91852342") format("truetype"), url("../../../../fonts/icons/lnc-icons.svg?91852342#lnc-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'lnc-icons';
    src: url('../font/lnc-icons.svg?91852342#lnc-icons') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before,
.icon:before {
  font-family: "lnc-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-shopping-bag:before {
  content: '\e800';
}

/* '' */
.icon-location:before {
  content: '\e801';
}

/* '' */
.icon-search:before {
  content: '\e802';
}

/* '' */
.icon-down-open-big:before {
  content: '\e803';
}

/* '' */
.icon-arrow-left-thin:before {
  content: '\e804';
}

/* '' */
.icon-arrow-right-thin:before {
  content: '\e805';
}

/* '' */
.icon-up-open-big:before {
  content: '\e806';
}

/* '' */
.icon-star:before {
  content: '\e807';
}

/* '' */
.icon-cancel:before {
  content: '\e808';
}

/* '' */
.icon-right-open-mini:before {
  content: '\e809';
}

/* '' */
.icon-gplus:before {
  content: '\e80a';
}

/* '' */
.icon-paypal-small:before {
  content: '\e80b';
}

/* '' */
.icon-delivery-noir:before {
  content: '\e80c';
}

/* '' */
.icon-youtube:before {
  content: '\e81d';
}

/* '' */
.icon-delivery:before {
  content: '\e81e';
}

/* '' */
.icon-delivery-reassurance:before {
  content: '\e81f';
}

/* '' */
.icon-email:before {
  content: '\e820';
}

/* '' */
.icon-facebook:before {
  content: '\e821';
}

/* '' */
.icon-gift:before {
  content: '\e822';
}

/* '' */
.icon-gift-wrapping:before {
  content: '\e823';
}

/* '' */
.icon-google-plus:before {
  content: '\e824';
}

/* '' */
.icon-my-account:before {
  content: '\e825';
}

/* '' */
.icon-payment:before {
  content: '\e826';
}

/* '' */
.icon-payment-reassurance:before {
  content: '\e827';
}

/* '' */
.icon-paypal:before {
  content: '\e828';
}

/* '' */
.icon-phone:before {
  content: '\e829';
}

/* '' */
.icon-phone-mobile:before {
  content: '\e82a';
}

/* '' */
.icon-pinterest:before {
  content: '\e82b';
}

/* '' */
.icon-samples:before {
  content: '\e82c';
}

/* '' */
.icon-samples-reassurance:before {
  content: '\e82d';
}

/* '' */
.icon-twitter:before {
  content: '\e82e';
}

/* '' */
.icon-email-full:before {
  content: '\e844';
}

/* '' */
.icon-user-circle-o:before {
  content: '\f2be';
}

/* '' */
.icon-instagram:before {
  content: '\f32d';
}

/* '' */
.logo {
  background-image: url("../../../../NGCSS/images/sprites.png");
  background-position: 0px 0px;
  background-repeat: no-repeat;
  height: 38px;
}

/* Place Holder CSS on Focus disappear */
/**
 * Primary and secondary fonts should be
 * replaced by similar ones for the languages
 * which the alphabet is classified as Latin-2
 * 
 * The rule &:lang() is based on the attribute
 * <html lang=""> and should contain the language code
 */
/* stylelint-disable selector-no-type */
/*------------------------------------*        #GLOBAL (the existing variable and mixin should never be modified)
\*------------------------------------*/
/* stylelint-disable selector-no-type, selector-no-universal */
/*------------------------------------*        #BODY
\*------------------------------------*/
/**
  * Body base styles
  */
/*------------------------------------*        #PARAGRAPHS
\*------------------------------------*/
/* stylelint-disable selector-no-type */
/* stylelint-enable */
/* stylelint-disable selector-no-type */
/*------------------------------------*        #HEADINGS
\*------------------------------------*/
/* stylelint-disable selector-no-type */
/*------------------------------------*        #FORMS
\*------------------------------------*/
/* stylelint-disable selector-no-type */
/*------------------------------------*        #LINKS
\*------------------------------------*/
/*------------------------------------*        #LISTS
\*------------------------------------*/
/* stylelint-disable selector-no-type */
/* stylelint-enable */
/*------------------------------------*        #MEDIA ELEMENTS
\*------------------------------------*/
/* stylelint-disable selector-no-type, selector-no-qualifying-type */
/* stylelint-enable */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
  * 1. Change the default font family in all browsers (opinionated).
  * 2. Correct the line height in all browsers.
  * 3. Prevent adjustments of font size after orientation changes in
  *    IE on Windows Phone and in iOS.
  */
/* Document
      ========================================================================== */
/* ------------------------------------*        #LAYOUT
\*------------------------------------ */
@media screen and (min-width: 64em) {
  .flex-container {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-row {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .align-self-center {
    align-self: center;
  }
}

@media screen and (min-width: 64em) {
  .flex-container {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-row {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .align-self-center {
    align-self: center;
  }
}

/*------------------------------------*        #HEADER
\*------------------------------------*/
/*------------------------------------*        #FOOTER
\*------------------------------------*/
/*------------------------------------*    #BUTTONS

    HTML Markup:

    <a href="#" class="c-button">Link button</a>
    <button class="c-button">button</button>

    State
    -----
    <button class="c-button c-button--large">large button</button>
    <button class="c-button c-button--primary">Primary button</button>
    <button class="c-button c-button--secondary">Secondary button</button>
    <button class="c-button c-button--success">Success button</button>
    <button class="c-button c-button--warning">Warning button</button>
    <button class="c-button c-button--alert">Alert button</button>
    <button class="c-button c-button--ghost">Ghost button</button>
    <button class="c-button c-button--inverted">Inverted button</button>

    Disabled
    --------
    <a href="#" class="c-button c-button--disabled">Disabled button</button>
    <button class="c-button" disabled>Disabled button</button>

\*------------------------------------*/
/* stylelint-disable selector-no-type, selector-no-qualifying-type */
/* stylelint-disable selector-no-type, selector-no-qualifying-type*/
/* stylelint-disable selector-no-type, selector-no-qualifying-type*/
/* stylelint-disable selector-no-type */
/*------------------------------------*    HTML Markup:

    <div class="input-group">
        <span class="input-group__label">Label</span>
        <input class="input-group__field" type="number">

        <div class="input-group__button">
            <input type="submit" class="button" value="Submit">
        </div>
    </div>

\*------------------------------------*/
/*------------------------------------*        #PRIMARY NAVIGATION
\*------------------------------------*/
/* stylelint-disable selector-no-type */
/*------------------------------------*        #MEDIA-OBJECT
\*------------------------------------*/
/* stylelint-disable declaration-no-important */
/*------------------------------------*        #PAGINATION
\*------------------------------------*/
/*------------------------------------*        #Product tile
\*------------------------------------*/
/* stylelint-disable */
/* stylelint-enable */
/*------------------------------------*        #Lora BV Inline rating
\*------------------------------------*/
/*------------------------------------*        #Product tile
\*------------------------------------*/
/*------------------------------------*        #Product tile - shade carousel
\*------------------------------------*/
/*------------------------------------*        # Header CLP / PLP Slot
\*------------------------------------*/
/*------------------------------------*        # CLP Level 2 Category menu
\*------------------------------------*/
/*------------------------------------*        #Lora CLP/PLP Merchandising component
\*------------------------------------*/
/*------------------------------------*        #CLP sorting field component
\*------------------------------------*/
/*------------------------------------*        #Jcarousel styles
\*------------------------------------*/
/*------------------------------------*        # Breadcrumbs component
\*------------------------------------*/
/* stylelint-disable selector-no-type */
/* stylelint-disable selector-no-type */
/* stylelint-disable */
/*------------------------------------*        #UNIT
\*------------------------------------*/
/*------------------------------------*        #VALUE
\*------------------------------------*/
/*------------------------------------*        #BREAKPOINTS
\*------------------------------------*/
/* stylelint-disable declaration-no-important */
/*------------------------------------*        #MIXINS
\*------------------------------------*/
/* Animations mixins */
@font-face {
  font-family: "lnc-icons";
  src: url("../../../../fonts/icons/lnc-icons.eot?91852342");
  src: url("../../../../fonts/icons/lnc-icons.eot?91852342#iefix") format("embedded-opentype"), url("../../../../fonts/icons/lnc-icons.woff2?91852342") format("woff2"), url("../../../../fonts/icons/lnc-icons.woff?91852342") format("woff"), url("../../../../fonts/icons/lnc-icons.ttf?91852342") format("truetype"), url("../../../../fonts/icons/lnc-icons.svg?91852342#lnc-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'lnc-icons';
    src: url('../font/lnc-icons.svg?91852342#lnc-icons') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before,
.icon:before {
  font-family: "lnc-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-shopping-bag:before {
  content: '\e800';
}

/* '' */
.icon-location:before {
  content: '\e801';
}

/* '' */
.icon-search:before {
  content: '\e802';
}

/* '' */
.icon-down-open-big:before {
  content: '\e803';
}

/* '' */
.icon-arrow-left-thin:before {
  content: '\e804';
}

/* '' */
.icon-arrow-right-thin:before {
  content: '\e805';
}

/* '' */
.icon-up-open-big:before {
  content: '\e806';
}

/* '' */
.icon-star:before {
  content: '\e807';
}

/* '' */
.icon-cancel:before {
  content: '\e808';
}

/* '' */
.icon-right-open-mini:before {
  content: '\e809';
}

/* '' */
.icon-gplus:before {
  content: '\e80a';
}

/* '' */
.icon-paypal-small:before {
  content: '\e80b';
}

/* '' */
.icon-delivery-noir:before {
  content: '\e80c';
}

/* '' */
.icon-youtube:before {
  content: '\e81d';
}

/* '' */
.icon-delivery:before {
  content: '\e81e';
}

/* '' */
.icon-delivery-reassurance:before {
  content: '\e81f';
}

/* '' */
.icon-email:before {
  content: '\e820';
}

/* '' */
.icon-facebook:before {
  content: '\e821';
}

/* '' */
.icon-gift:before {
  content: '\e822';
}

/* '' */
.icon-gift-wrapping:before {
  content: '\e823';
}

/* '' */
.icon-google-plus:before {
  content: '\e824';
}

/* '' */
.icon-my-account:before {
  content: '\e825';
}

/* '' */
.icon-payment:before {
  content: '\e826';
}

/* '' */
.icon-payment-reassurance:before {
  content: '\e827';
}

/* '' */
.icon-paypal:before {
  content: '\e828';
}

/* '' */
.icon-phone:before {
  content: '\e829';
}

/* '' */
.icon-phone-mobile:before {
  content: '\e82a';
}

/* '' */
.icon-pinterest:before {
  content: '\e82b';
}

/* '' */
.icon-samples:before {
  content: '\e82c';
}

/* '' */
.icon-samples-reassurance:before {
  content: '\e82d';
}

/* '' */
.icon-twitter:before {
  content: '\e82e';
}

/* '' */
.icon-email-full:before {
  content: '\e844';
}

/* '' */
.icon-user-circle-o:before {
  content: '\f2be';
}

/* '' */
.icon-instagram:before {
  content: '\f32d';
}

/* '' */
.logo {
  background-image: url("../../../../NGCSS/images/sprites.png");
  background-position: 0px 0px;
  background-repeat: no-repeat;
  height: 38px;
}

/* Place Holder CSS on Focus disappear */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
          ========================================================================== */
/**
      * Remove the margin in all browsers (opinionated).
      */
body {
  margin: 0;
}

/**
      * Add the correct display in IE 9-.
      */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
      * Correct the font size and margin on `h1` elements within `section` and
      * `article` contexts in Chrome, Firefox, and Safari.
      */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
          ========================================================================== */
/**
      * Add the correct display in IE 9-.
      * 1. Add the correct display in IE.
      */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
      * Add the correct margin in IE 8.
      */
figure {
  margin: 1em 40px;
}

/**
      * 1. Add the correct box sizing in Firefox.
      * 2. Show the overflow in Edge and IE.
      */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
      * 1. Correct the inheritance and scaling of font size in all browsers.
      * 2. Correct the odd `em` font sizing in all browsers.
      */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
          ========================================================================== */
/**
      * 1. Remove the gray background on active links in IE 10.
      * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
      */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
      * Remove the outline on focused links when they are also active or hovered
      * in all browsers (opinionated).
      */
a:active,
a:hover {
  outline-width: 0;
}

/**
      * 1. Remove the bottom border in Firefox 39-.
      * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
      */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
      * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
      */
b,
strong {
  font-weight: inherit;
}

/**
      * Add the correct font weight in Chrome, Edge, and Safari.
      */
b,
strong {
  font-weight: bolder;
}

/**
      * 1. Correct the inheritance and scaling of font size in all browsers.
      * 2. Correct the odd `em` font sizing in all browsers.
      */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
      * Add the correct font style in Android 4.3-.
      */
dfn {
  font-style: italic;
}

/**
      * Add the correct background and color in IE 9-.
      */
mark {
  background-color: #ff0;
  color: #000;
}

/**
      * Add the correct font size in all browsers.
      */
small {
  font-size: 80%;
}

/**
      * Prevent `sub` and `sup` elements from affecting the line height in
      * all browsers.
      */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
          ========================================================================== */
/**
      * Add the correct display in IE 9-.
      */
audio,
video {
  display: inline-block;
}

/**
      * Add the correct display in iOS 4-7.
      */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
      * Remove the border on images inside links in IE 10-.
      */
img {
  border-style: none;
}

/**
      * Hide the overflow in IE.
      */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
          ========================================================================== */
/**
      * 1. Change the font styles in all browsers (opinionated).
      * 2. Remove the margin in Firefox and Safari.
      */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
      * Show the overflow in IE.
      * 1. Show the overflow in Edge.
      */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
      * Remove the inheritance of text transform in Edge, Firefox, and IE.
      * 1. Remove the inheritance of text transform in Firefox.
      */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
      * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
      *    controls in Android 4.
      * 2. Correct the inability to style clickable types in iOS and Safari.
      */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
      * Remove the inner border and padding in Firefox.
      */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
      * Restore the focus styles unset by the previous rule.
      */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
      * Change the border, margin, and padding in all browsers (opinionated).
      */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
      * 1. Correct the text wrapping in Edge and IE.
      * 2. Correct the color inheritance from `fieldset` elements in IE.
      * 3. Remove the padding so developers are not caught out when they zero out
      *    `fieldset` elements in all browsers.
      */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
      * 1. Add the correct display in IE 9-.
      * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
      */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
      * Remove the default vertical scrollbar in IE.
      */
textarea {
  overflow: auto;
}

/**
      * 1. Add the correct box sizing in IE 10-.
      * 2. Remove the padding in IE 10-.
      */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
      * Correct the cursor style of increment and decrement buttons in Chrome.
      */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
      * 1. Correct the odd appearance in Chrome and Safari.
      * 2. Correct the outline style in Safari.
      */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
      * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
      */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
      * 1. Correct the inability to style clickable types in iOS and Safari.
      * 2. Change font properties to `inherit` in Safari.
      */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
          ========================================================================== */
/*
      * Add the correct display in IE 9-.
      * 1. Add the correct display in Edge, IE, and Firefox.
      */
details,
menu {
  display: block;
}

/*
      * Add the correct display in all browsers.
      */
summary {
  display: list-item;
}

/* Scripting
          ========================================================================== */
/**
      * Add the correct display in IE 9-.
      */
canvas {
  display: inline-block;
}

/**
      * Add the correct display in IE.
      */
template {
  display: none;
}

/* Hidden
          ========================================================================== */
/**
      * Add the correct display in IE 10-.
      */
[hidden] {
  display: none;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

.bold {
  font-family: "Gotham Bold", Helvetica, Roboto, Arial, sans-serif;
}

.bold:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

small {
  font-size: 80%;
  line-height: inherit;
}

p {
  /* stylelint-disable-next-line sh-waqar/declaration-use-variable */
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gotham Book", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

h1:lang(pl),
h2:lang(pl),
h3:lang(pl),
h4:lang(pl),
h5:lang(pl),
h6:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #cacaca;
  line-height: 0;
}

h1 {
  /* stylelint-disable-next-line sh-waqar/declaration-use-variable */
  font-size: 1.875rem;
}

h2 {
  /* stylelint-disable-next-line sh-waqar/declaration-use-variable */
  font-size: 1.25rem;
}

h3 {
  /* stylelint-disable-next-line sh-waqar/declaration-use-variable */
  font-size: 1.1875rem;
}

h4 {
  /* stylelint-disable-next-line sh-waqar/declaration-use-variable */
  font-size: 1.125rem;
}

h5 {
  /* stylelint-disable-next-line sh-waqar/declaration-use-variable */
  font-size: 1.0625rem;
}

h6 {
  /* stylelint-disable-next-line sh-waqar/declaration-use-variable */
  font-size: 1rem;
}

@media screen and (min-width: 48em) {
  h1 {
    /* stylelint-disable-next-line sh-waqar/declaration-use-variable */
    font-size: 3rem;
  }
  h2 {
    /* stylelint-disable-next-line sh-waqar/declaration-use-variable */
    font-size: 2.5rem;
  }
  h3 {
    /* stylelint-disable-next-line sh-waqar/declaration-use-variable */
    font-size: 1.9375rem;
  }
  h4 {
    /* stylelint-disable-next-line sh-waqar/declaration-use-variable */
    font-size: 1.5625rem;
  }
  h5 {
    /* stylelint-disable-next-line sh-waqar/declaration-use-variable */
    font-size: 1.25rem;
  }
  h6 {
    /* stylelint-disable-next-line sh-waqar/declaration-use-variable */
    font-size: 1rem;
  }
}

a {
  color: #000;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}

a:hover, a:focus {
  color: #8c8c8c;
}

a img {
  border: 0;
}

html {
  font-size: 100%;
  box-sizing: border-box;
}

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

body {
  padding: 0;
  margin: 0;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  background: #fff;
  font-family: "Gotham Book", Helvetica, Roboto, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

/**
      * Fieldset base styles
      */
fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1;
}

[data-whatinput='mouse'] button {
  outline: 0;
}

/**
      * Make media elements responsive
      */
img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

video,
object {
  max-width: 100%;
  height: auto;
}

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 0.3s;
}

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
}

.row .row {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media screen and (min-width: 48em) {
  .row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.row.expanded {
  max-width: none;
}

.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.row.is-collapse-child,
.row.collapse > .column > .row,
.row.collapse > .columns > .row {
  margin-left: 0;
  margin-right: 0;
}

.column, .columns {
  flex: 1 1 0px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  min-width: initial;
}

@media screen and (min-width: 48em) {
  .column, .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.column.row.row, .row.row.columns {
  float: none;
  display: block;
}

.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.small-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.small-offset-1 {
  margin-left: 8.33333%;
}

.small-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.small-offset-2 {
  margin-left: 16.66667%;
}

.small-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.small-offset-4 {
  margin-left: 33.33333%;
}

.small-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.small-offset-5 {
  margin-left: 41.66667%;
}

.small-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.small-offset-7 {
  margin-left: 58.33333%;
}

.small-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.small-offset-8 {
  margin-left: 66.66667%;
}

.small-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.small-offset-10 {
  margin-left: 83.33333%;
}

.small-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.small-offset-11 {
  margin-left: 91.66667%;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

.small-up-1 {
  flex-wrap: wrap;
}

.small-up-1 > .column, .small-up-1 > .columns {
  flex: 0 0 100%;
  max-width: 100%;
}

.small-up-2 {
  flex-wrap: wrap;
}

.small-up-2 > .column, .small-up-2 > .columns {
  flex: 0 0 50%;
  max-width: 50%;
}

.small-up-3 {
  flex-wrap: wrap;
}

.small-up-3 > .column, .small-up-3 > .columns {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.small-up-4 {
  flex-wrap: wrap;
}

.small-up-4 > .column, .small-up-4 > .columns {
  flex: 0 0 25%;
  max-width: 25%;
}

.small-up-5 {
  flex-wrap: wrap;
}

.small-up-5 > .column, .small-up-5 > .columns {
  flex: 0 0 20%;
  max-width: 20%;
}

.small-up-6 {
  flex-wrap: wrap;
}

.small-up-6 > .column, .small-up-6 > .columns {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.small-up-7 {
  flex-wrap: wrap;
}

.small-up-7 > .column, .small-up-7 > .columns {
  flex: 0 0 14.28571%;
  max-width: 14.28571%;
}

.small-up-8 {
  flex-wrap: wrap;
}

.small-up-8 > .column, .small-up-8 > .columns {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 48em) {
  .medium-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .medium-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .medium-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .medium-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
  .medium-up-1 {
    flex-wrap: wrap;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-up-2 {
    flex-wrap: wrap;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-up-3 {
    flex-wrap: wrap;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .medium-up-4 {
    flex-wrap: wrap;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-up-5 {
    flex-wrap: wrap;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .medium-up-6 {
    flex-wrap: wrap;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .medium-up-7 {
    flex-wrap: wrap;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .medium-up-8 {
    flex-wrap: wrap;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media screen and (min-width: 48em) and (min-width: 48em) {
  .medium-expand {
    flex: 1 1 0px;
  }
}

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  flex: 0 0 100%;
}

@media screen and (min-width: 48em) {
  .row.medium-unstack > .column, .row.medium-unstack > .columns {
    flex: 1 1 0px;
  }
}

@media screen and (min-width: 48em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 64em) {
  .large-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .large-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .large-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .large-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .large-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .large-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .large-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .large-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
  .large-up-1 {
    flex-wrap: wrap;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-up-2 {
    flex-wrap: wrap;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-up-3 {
    flex-wrap: wrap;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .large-up-4 {
    flex-wrap: wrap;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-up-5 {
    flex-wrap: wrap;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .large-up-6 {
    flex-wrap: wrap;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .large-up-7 {
    flex-wrap: wrap;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .large-up-8 {
    flex-wrap: wrap;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    flex: 1 1 0px;
  }
}

.row.large-unstack > .column, .row.large-unstack > .columns {
  flex: 0 0 100%;
}

@media screen and (min-width: 64em) {
  .row.large-unstack > .column, .row.large-unstack > .columns {
    flex: 1 1 0px;
  }
}

@media screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 80em) {
  .xlarge-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .xlarge-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .xlarge-offset-1 {
    margin-left: 8.33333%;
  }
  .xlarge-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .xlarge-offset-2 {
    margin-left: 16.66667%;
  }
  .xlarge-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .xlarge-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .xlarge-offset-4 {
    margin-left: 33.33333%;
  }
  .xlarge-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xlarge-offset-5 {
    margin-left: 41.66667%;
  }
  .xlarge-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .xlarge-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .xlarge-offset-7 {
    margin-left: 58.33333%;
  }
  .xlarge-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .xlarge-offset-8 {
    margin-left: 66.66667%;
  }
  .xlarge-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .xlarge-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .xlarge-offset-10 {
    margin-left: 83.33333%;
  }
  .xlarge-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .xlarge-offset-11 {
    margin-left: 91.66667%;
  }
  .xlarge-order-1 {
    order: 1;
  }
  .xlarge-order-2 {
    order: 2;
  }
  .xlarge-order-3 {
    order: 3;
  }
  .xlarge-order-4 {
    order: 4;
  }
  .xlarge-order-5 {
    order: 5;
  }
  .xlarge-order-6 {
    order: 6;
  }
  .xlarge-up-1 {
    flex-wrap: wrap;
  }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .xlarge-up-2 {
    flex-wrap: wrap;
  }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xlarge-up-3 {
    flex-wrap: wrap;
  }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .xlarge-up-4 {
    flex-wrap: wrap;
  }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .xlarge-up-5 {
    flex-wrap: wrap;
  }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .xlarge-up-6 {
    flex-wrap: wrap;
  }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .xlarge-up-7 {
    flex-wrap: wrap;
  }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .xlarge-up-8 {
    flex-wrap: wrap;
  }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media screen and (min-width: 80em) and (min-width: 80em) {
  .xlarge-expand {
    flex: 1 1 0px;
  }
}

.row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
  flex: 0 0 100%;
}

@media screen and (min-width: 80em) {
  .row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
    flex: 1 1 0px;
  }
}

@media screen and (min-width: 80em) {
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.shrink {
  flex: 0 0 auto;
  max-width: 100%;
}

.column.align-top, .align-top.columns {
  align-self: flex-start;
}

.column.align-bottom, .align-bottom.columns {
  align-self: flex-end;
}

.column.align-middle, .align-middle.columns {
  align-self: center;
}

.column.align-stretch, .align-stretch.columns {
  align-self: stretch;
}

text-inputs,
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #000;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
}

text-inputs:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fff;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input::placeholder,
textarea::placeholder {
  color: #cacaca;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #f5f5f5;
  cursor: not-allowed;
}

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}

input[type='search'] {
  box-sizing: border-box;
}

.c-input {
  padding: 0.625rem;
  border: 1px solid #cacaca;
  font-size: 0.8125rem;
  box-sizing: border-box;
}

.c-input::-webkit-input-placeholder {
  font-size: 0.8125rem;
}

.c-input::-moz-placeholder {
  font-size: 0.8125rem;
}

.c-input:-ms-input-placeholder {
  font-size: 0.8125rem;
}

.c-input:-moz-placeholder {
  font-size: 0.8125rem;
}

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem;
}

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-bottom: 0;
}

@media screen and (min-width: 48em) {
  [type='checkbox'] + label,
  [type='radio'] + label {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}

[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer;
}

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem;
}

[type='file'] {
  width: 100%;
}

.checkbox-group {
  position: relative;
  padding: 0 0 0 0.75rem;
  margin-bottom: 1rem;
}

.checkbox-group .form-input__checkbox {
  position: absolute;
  visibility: hidden;
  left: 0;
}

.checkbox-group .form-input__checkbox--invisible,
.checkbox-group .form-input__checkbox--invisiblemore {
  position: absolute;
  visibility: hidden;
}

.checkbox-group .form-input__checkbox:checked ~ .form-field__label::before,
.checkbox-group .form-input__checkbox:checked ~ .form-field__label::after,
.checkbox-group .form-input__checkbox--invisible:checked ~ .form-field__label::before,
.checkbox-group .form-input__checkbox--invisible:checked ~ .form-field__label::after {
  display: block;
  margin-left: 0;
}

.checkbox-group .form-input__checkbox--invisiblemore:checked ~ .form-field__label::before,
.checkbox-group .form-input__checkbox--invisiblemore:checked ~ .form-field__label::after {
  display: block;
}

.checkbox-group .form-field__label::before, .checkbox-group .form-field__label::after {
  content: "";
  position: absolute;
  display: none;
  background-color: #000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2;
}

.checkbox-group .form-field__label::before {
  width: 0.0625rem;
  height: 0.75rem;
  left: 0.6875rem;
  top: 0.1875rem;
}

.checkbox-group .form-field__label::after {
  width: 0.375rem;
  height: 0.0625rem;
  left: 0.1875rem;
  top: 0.6875rem;
}

.checkbox-group .form-field__label--vcentred::before, .checkbox-group .form-field__label--vcentred::after {
  top: 0;
  bottom: 0;
  margin: auto;
}

.checkbox-group .form-field__label--vcentred::before {
  top: -5px;
}

.checkbox-group .form-field__label--vcentred .form-field__label-value::before {
  top: 0;
  bottom: 0;
}

.checkbox-group .form-field__label-value::before {
  content: "";
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  left: 0;
  top: 0.3125rem;
  margin: auto;
  border: 1px solid #dadada;
  z-index: 1;
}

.radio-group {
  position: relative;
  padding: 0 0 0 1rem;
}

.radio-group .form-input__radio {
  display: none;
}

.radio-group .form-input__radio--invisible {
  position: absolute;
  visibility: hidden;
}

.radio-group .form-input__radio:checked + .form-field__label::before,
.radio-group .form-input__radio--invisible:checked + .form-field__label::before {
  display: block;
}

.radio-group .form-field__label {
  line-height: 1.4;
}

.radio-group .form-field__label::before {
  content: "";
  position: absolute;
  display: none;
  background-color: #d61b52;
  z-index: 2;
  border-radius: 50%;
  width: 0.5rem;
  height: 0.5rem;
  left: 0.25rem;
  top: 0.5625rem;
}

.radio-group .form-field__label-value::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 0;
  top: 5px;
  margin: auto;
  border: 1px solid #dadada;
  z-index: 1;
  border-radius: 50%;
}

/* stylelint-disable-next-line selector-no-type */
label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #000;
  /* stylelint-disable-next-line selector-no-type */
}

label--middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.form-field__label,
.form-field__description {
  font-size: 0.75rem;
}

.form-field__label-value {
  color: #000;
}

.form-field--required .form-field__label::before {
  content: "*";
  display: inline-block;
}

.form-field--required-after .form-field__label::after {
  content: "*";
  display: inline-block;
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  position: relative;
  align-items: stretch;
}

.input-group > :first-child {
  border-radius: 0 0 0 0;
}

.input-group > :last-child {
  /* stylelint-disable-next-line selector-no-universal */
}

.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

.input-group--block {
  display: block;
}

.input-group--block .input-group-field {
  width: 100%;
  font-size: 0.8125rem;
  border: 1px solid #cacaca;
  border-radius: 0;
}

.input-group-field {
  padding: 0.625rem;
  flex: 1;
}

.input-group__label, .input-group__field, .input-group__button, .input-group__button a,
.input-group__button input,
.input-group__button button,
.input-group__button label {
  margin: 0;
  white-space: nowrap;
}

.input-group__label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #f5f5f5;
  color: #000;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}

.input-group__label:first-child {
  border-right: 0;
}

.input-group__label:last-child {
  border-left: 0;
}

.input-group__field {
  border-radius: 0;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: auto;
}

.input-group__button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  flex: 0 0 auto;
}

.input-group__button a,
.input-group__button input,
.input-group__button button,
.input-group__button label {
  height: 2.5rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

/* stylelint-disable-next-line selector-no-type */
select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #000;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

@media screen and (min-width: 0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fff;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

select:disabled {
  background-color: #f5f5f5;
  cursor: not-allowed;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
  background-image: none;
}

.input--invalid:not(:focus) {
  border-color: #ec5840;
  background-color: color(rgba(236, 88, 64, 0.1));
}

.label--invalid {
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840;
}

.form--error {
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840;
  position: absolute;
  bottom: -1rem;
  left: 0;
  display: block;
}

/* SelectBoxIt container */
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.selectBoxIt_hiddenOriginalSelect {
  /* stylelint-disable-line */
  display: none;
}

/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
  /* stylelint-disable-line */
  font-size: 0.875rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
}

/* Button */
.selectboxit-container .selectboxit {
  width: auto;
  padding: 0 1.25rem 0 0.625rem;
  box-sizing: border-box;
  /* Width of the dropdown button */
  cursor: pointer;
  margin: 0;
  overflow: hidden;
  display: block;
  position: relative;
}

@media screen and (min-width: 48em) {
  .selectboxit-container .selectboxit {
    padding: 0 2.1875rem 0 1.0625rem;
  }
}

/* Height and Vertical Alignment of Text */
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
  /* stylelint-disable-line */
  height: 1.875rem;
  /* Height of the drop down */
  line-height: 1.875rem;
  /* Vertically positions the drop down text */
  display: block;
}

/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
  outline: 0;
}

/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled,
.selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default;
}

/* Button Text */
.selectboxit-text {
  text-indent: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.9375rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media screen and (min-width: 48em) {
  .selectboxit-text {
    font-size: 0.875rem;
  }
}

.selectboxit .selectboxit-option-icon-container {
  text-indent: 0;
}

/* Options List */
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 99%;
  /* Minimum Width of the dropdown list box options */
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 10;
  border-radius: 0;
  text-align: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  max-height: 300px;
}

.selectboxit-option .selectboxit-option-anchor {
  text-indent: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.75rem;
  letter-spacing: normal;
  padding: 0 1.0625rem;
  text-transform: capitalize;
}

/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
  background-color: #d61b52;
  color: #fff;
}

/* Individual Option Optgroup Header */
.selectboxit-option,
.selectboxit-optgroup-header {
  text-indent: 5px;
  /* Horizontal Positioning of the select box option text */
  margin: 0;
  list-style-type: none;
}

/* The first Drop Down option */
.selectboxit-option-first {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

/* The first Drop Down option optgroup */
.selectboxit-optgroup-header + .selectboxit-option-first {
  /* stylelint-disable-line */
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* The last Drop Down option */
.selectboxit-option-last {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
  font-weight: bold;
}

/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
  cursor: default;
}

/* Drop Down down arrow container */
.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 20px;
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (min-width: 48em) {
  .selectboxit-arrow-container {
    width: 30px;
  }
}

/* Drop Down down arrow */
.selectboxit-open .selectboxit-arrow-container .selectboxit-arrow::before {
  font-family: "lnc-icons";
  content: "";
}

/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}

/* Drop Down individual option icon positioning */
.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.selectboxit-option-icon-container {
  float: left;
  text-indent: 0;
}

.selectboxit-option-icon-container .selectboxit-option-icon-url,
.selectboxit-option-icon-container .selectboxit-option-coloricon {
  margin-right: 10px;
}

.selectboxit-option-coloricon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-block;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}

.selectboxit-rendering {
  /* stylelint-disable */
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
  /* stylelint-enable */
}

/* stylelint-disable */
.selectboxit-btn {
  background-color: transparent;
  background-repeat: repeat-x;
  border: 1px solid #dadada;
}

@media screen and (min-width: 48em) {
  .selectboxit-btn.selectboxit-enabled:hover {
    color: #333333;
    border-color: #000;
  }
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
}

.selectboxit-list {
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.selectboxit-list .selectboxit-option-anchor {
  color: #000;
}

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999;
}

.selectbox--small .selectboxit-option-anchor:hover {
  background-color: transparent;
  color: #d61b52;
}

.selectbox--small .selectboxit-text,
.selectbox--small .selectboxit-option-anchor {
  letter-spacing: normal;
  text-transform: none;
}

.selectbox--tiny .selectboxit-container .selectboxit-options {
  max-height: 120px;
}

.selectbox--tiny .selectboxit-container .selectboxit-options .selectboxit-option-anchor {
  height: 1.4375rem;
  line-height: 1.4375rem;
}

.selectbox--tiny .selectboxit-text,
.selectbox--tiny .selectboxit-option-anchor {
  letter-spacing: normal;
  text-transform: none;
}

/* stylelint-enable */
input[type="range"] {
  /* stylelint-disable-line */
  display: block;
  width: 100%;
  height: auto;
  margin-top: 4px;
  margin-bottom: 4px;
  appearance: none;
  border: 0;
  line-height: 1;
  cursor: pointer;
  border-radius: 50%;
}

input[type="range"]:focus {
  outline: 0;
}

input[type="range"][disabled] {
  /* stylelint-disable-line */
  opacity: 0.25;
}

input[type="range"]::-webkit-slider-runnable-track {
  height: 8px;
  background: #eee;
}

input[type="range"]::-webkit-slider-handle {
  width: 16px;
  height: 16px;
  margin-top: -4px;
  -webkit-appearance: none;
  background: #0a0a0a;
  border-radius: 50%;
}

input[type="range"]::-moz-range-track {
  height: 8px;
  -moz-appearance: none;
  background: #eee;
}

input[type="range"]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  margin-top: -4px;
  -moz-appearance: none;
  background: #0a0a0a;
  border-radius: 50%;
}

input[type="range"]::-ms-track {
  height: 8px;
  border: 0;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
  background: #eee;
  overflow: visible;
  color: transparent;
  /* stylelint-disable-line */
}

input[type="range"]::-ms-thumb {
  width: 16px;
  height: 16px;
  border: 0;
  background: #0a0a0a;
  border-radius: 50%;
}

input[type="range"]::-ms-fill-lower {
  background: #0a0a0a;
}

input[type="range"]::-ms-fill-upper {
  background: #eee;
}

output {
  /* stylelint-disable-line */
  vertical-align: middle;
  margin-left: 0.5em;
  line-height: 16px;
}

/**
      * Nav List
      */
/**
      * Nav Links
      */
.c-button {
  display: inline-block;
  vertical-align: middle;
  padding: 0.9375rem 0.75rem;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out, border-color 0.25s ease-out;
  font-size: 0.75rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  border: 1px solid transparent;
  font-family: "Gotham Book", Helvetica, Roboto, Arial, sans-serif;
}

[data-whatinput='mouse'] .c-button {
  outline: 0;
}

@media screen and (min-width: 64em) {
  .c-button {
    font-size: 0.8125rem;
  }
}

@media screen and (min-width: 48em) {
  .c-button {
    padding: 0.9375rem 1.875rem;
  }
}

@media screen and (max-width: 63.9375em) {
  .c-button {
    transition: none;
  }
}

.c-button:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

.c-button:hover, .c-button:focus {
  background-color: black;
  color: #fff;
  border-color: transparent;
}

.c-button--disabled, .c-button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.c-button--primary {
  background-color: #000;
  color: #fff;
  border: 1px solid transparent;
  font-family: "Gotham Book", Helvetica, Roboto, Arial, sans-serif;
}

.c-button--primary:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

.c-button--primary:hover, .c-button--primary:focus {
  background-color: #d51b51;
  color: #fff;
  border-color: transparent;
}

.c-button--secondary {
  background-color: #777;
  color: #fff;
  border: 1px solid transparent;
  font-family: "Gotham Book", Helvetica, Roboto, Arial, sans-serif;
}

.c-button--secondary:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

.c-button--secondary:hover, .c-button--secondary:focus {
  background-color: #d51b51;
  color: #fff;
  border-color: transparent;
}

.c-button--success {
  background-color: #3adb76;
  color: #fff;
  border: 1px solid transparent;
  font-family: "Gotham Book", Helvetica, Roboto, Arial, sans-serif;
}

.c-button--success:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

.c-button--success:hover, .c-button--success:focus {
  background-color: #d51b51;
  color: #fff;
  border-color: transparent;
}

.c-button--warning {
  background-color: #ffae00;
  color: #fff;
  border: 1px solid transparent;
  font-family: "Gotham Book", Helvetica, Roboto, Arial, sans-serif;
}

.c-button--warning:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

.c-button--warning:hover, .c-button--warning:focus {
  background-color: #d51b51;
  color: #fff;
  border-color: transparent;
}

.c-button--alert {
  background-color: #ec5840;
  color: #fff;
  border: 1px solid transparent;
  font-family: "Gotham Book", Helvetica, Roboto, Arial, sans-serif;
}

.c-button--alert:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

.c-button--alert:hover, .c-button--alert:focus {
  background-color: #d51b51;
  color: #fff;
  border-color: transparent;
}

.c-button--accent {
  background-color: #d51b51;
  color: #fff;
  border: 1px solid transparent;
  font-family: "Gotham Book", Helvetica, Roboto, Arial, sans-serif;
}

.c-button--accent:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

.c-button--accent:hover, .c-button--accent:focus {
  background-color: #d51b51;
  color: #fff;
  border-color: transparent;
}

.c-button--border {
  background-color: #635649;
  color: #fff;
  border: 1px solid transparent;
  font-family: "Gotham Book", Helvetica, Roboto, Arial, sans-serif;
}

.c-button--border:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

.c-button--border:hover, .c-button--border:focus {
  background-color: #d51b51;
  color: #fff;
  border-color: transparent;
}

.c-button--large {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.c-button--ghost {
  background-color: transparent;
  color: #0a0a0a;
  border: 1px solid #0a0a0a;
  font-family: "Gotham Book", Helvetica, Roboto, Arial, sans-serif;
}

.c-button--ghost:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

.c-button--ghost:hover, .c-button--ghost:focus {
  background-color: transparent;
  color: #000;
  border-color: transparent;
}

.c-button--ghost-inverted {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  font-family: "Gotham Book", Helvetica, Roboto, Arial, sans-serif;
}

.c-button--ghost-inverted:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

.c-button--ghost-inverted:hover, .c-button--ghost-inverted:focus {
  background-color: transparent;
  color: #8c8c8c;
  border-color: #8c8c8c;
}

.c-button--inverted {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  font-family: "Gotham Book", Helvetica, Roboto, Arial, sans-serif;
}

.c-button--inverted:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

.c-button--inverted:hover, .c-button--inverted:focus {
  background-color: #fff;
  color: #000;
  border-color: #8a8a8a;
}

.c-button--text {
  display: inline-block;
  vertical-align: middle;
  padding: 0.9375rem 0.75rem;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out, border-color 0.25s ease-out;
  font-size: 0.75rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  padding: 0;
  text-decoration: underline;
  color: #000;
}

[data-whatinput='mouse'] .c-button--text {
  outline: 0;
}

@media screen and (min-width: 64em) {
  .c-button--text {
    font-size: 0.8125rem;
  }
}

@media screen and (min-width: 48em) {
  .c-button--text {
    padding: 0.9375rem 1.875rem;
  }
}

@media screen and (max-width: 63.9375em) {
  .c-button--text {
    transition: none;
  }
}

.c-button--text:hover {
  background-color: transparent;
  color: #8c8c8c;
}

@media screen and (min-width: 48em) {
  .c-button--text {
    padding: 0;
  }
}

.hide {
  display: none !important;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.full-invisible {
  visibility: hidden;
  overflow: hidden;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

@media screen and (max-width: 47.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 48em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media screen and (min-width: 48em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 47.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 47.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 79.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 80em) {
  .show-for-large-only {
    display: none !important;
  }
}

@media screen and (min-width: 80em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

@media screen and (max-width: 79.9375em) {
  .show-for-xlarge {
    display: none !important;
  }
}

@media screen and (min-width: 80em) and (max-width: 99.9375em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 79.9375em), screen and (min-width: 100em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.is-relative {
  position: relative;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table;
  flex-basis: 0;
  order: 1;
}

.clearfix::after {
  clear: both;
}

body.is-reveal-open {
  /* stylelint-disable-line */
  overflow: hidden;
}

html.is-reveal-open {
  /* stylelint-disable-line */
}

html.is-reveal-open, html.is-reveal-open body {
  /* stylelint-disable-line */
  min-height: 100%;
  overflow: hidden;
  user-select: none;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(0, 0, 0, 0.45);
  overflow-y: scroll;
}

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 20px;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  outline: 0;
}

[data-whatinput='mouse'] .reveal {
  outline: 0;
}

@media screen and (min-width: 48em) {
  .reveal {
    padding: 40px;
    min-height: 0;
  }
}

.reveal .column, .reveal .columns,
.reveal .columns {
  min-width: 0;
}

.reveal > :last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 48em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}

@media screen and (min-width: 48em) {
  .reveal .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
  .reveal.reveal--vcentered {
    left: 0;
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
}

@media screen and (min-width: 48em) {
  .reveal.tiny {
    width: 100%;
    max-width: 75rem;
  }
}

@media screen and (min-width: 48em) {
  .reveal.tiny {
    max-width: 480px;
  }
}

@media screen and (min-width: 48em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}

@media screen and (min-width: 48em) {
  .reveal.smedium {
    width: 100%;
    max-width: 75rem;
  }
}

@media screen and (min-width: 48em) {
  .reveal.smedium {
    max-width: 750px;
  }
}

@media screen and (min-width: 48em) {
  .reveal.medium {
    width: 70%;
    max-width: 75rem;
  }
}

@media screen and (min-width: 48em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}

.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

@media screen and (max-width: 47.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}

.reveal.without-overlay {
  position: fixed;
}

.reveal--collapse {
  padding: 0;
}

.reveal__title {
  margin: 1.875rem 0 0.625rem;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-family: "MillerDisplay Light", Helvetica, Roboto, Arial, sans-serif;
  color: #0a0a0a;
}

.reveal__title:lang(pl) {
  font-family: "Playfair Display", serif;
}

@media screen and (min-width: 48em) {
  .reveal__title {
    margin: 0 0 0.625rem;
  }
}

.reveal__title-medium {
  margin: 0 0 0.625rem;
  font-family: "Garamond Regular", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
}

@media screen and (min-width: 48em) {
  .reveal__title-medium {
    font-size: 1.5rem;
    margin: 0 0 0.9375rem;
  }
}

@media screen and (min-width: 64em) {
  .reveal__title-medium {
    font-size: 1.8125rem;
  }
}

.reveal__description {
  font-size: 0.75rem;
  color: #0a0a0a;
  font-family: "Gotham Book", Helvetica, Roboto, Arial, sans-serif;
}

.reveal__description:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer;
  font-family: "Gotham Light", Helvetica, Roboto, Arial, sans-serif;
}

[data-whatinput='mouse'] .close-button {
  outline: 0;
}

.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}

.close-button:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button, .close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2.25em;
  line-height: 1;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

@media screen and (min-width: 48em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 80em) {
  .xlarge-text-left {
    text-align: left;
  }
  .xlarge-text-right {
    text-align: right;
  }
  .xlarge-text-center {
    text-align: center;
  }
  .xlarge-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 48em) {
  .medium-text-right {
    text-align: right;
  }
}

.section {
  margin: 0 0 2.5rem;
}

@media screen and (min-width: 48em) {
  .section {
    margin-bottom: 3.125rem;
  }
}

.section__title {
  font-size: 1.5625rem;
  font-family: "MillerDisplay Light", Helvetica, Roboto, Arial, sans-serif;
  font-family: "MillerDisplay RomanBETA", Helvetica, Roboto, Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0 1.25rem 1.5625rem;
  display: block;
}

.section__title:lang(pl) {
  font-family: "Playfair Display", serif;
}

@media screen and (min-width: 48em) {
  .section__title {
    margin-bottom: 2.8125rem;
  }
}

@media screen and (min-width: 48em) {
  .section {
    position: relative;
  }
  .section__title {
    letter-spacing: 2px;
  }
  .viewall__column {
    position: relative;
  }
  .viewall__wrap {
    width: 100%;
    position: absolute;
    top: -0.3125rem;
    right: 0;
  }
  .viewall__button {
    background: none;
    color: #000;
    letter-spacing: 2px;
    text-decoration: underline;
    margin: 0.625rem 0;
  }
  .viewall__button:hover {
    background: none;
    color: #000;
    text-decoration: none;
  }
}

@media screen and (min-width: 64em) {
  .section__title {
    font-size: 1.75rem;
    color: #000;
  }
}

.white {
  color: #fff;
}

.black {
  color: #000;
}

.uppercase {
  text-transform: uppercase;
}

.no-border {
  border: none;
}

.no-list {
  list-style-type: none;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.css-chevron {
  content: "";
  display: block;
  margin-left: auto;
  right: 0.625rem;
  width: 0.9375rem;
  height: 0.9375rem;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-width: 1px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 40%;
}

.reinsurance {
  background-color: #f6f6f6;
  border-bottom: 1px solid #dadada;
}

.reinsurance__list {
  text-align: center;
  justify-content: center;
  list-style-type: none;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.reinsurance__item {
  padding: 0.625rem 0.3125rem;
  border-left: 1px solid #dadada;
  font-size: 1.375rem;
  color: #000;
}

.reinsurance__item:first-child {
  border: 0;
}

.reinsurance__text {
  margin: 0.625rem 0 0;
  font-family: "Gotham Book", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
}

.reinsurance__text:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

.reinsurance--small .reinsurance__item {
  padding: 0 0.625rem 0.625rem;
  font-size: 1.5rem;
  font-family: "Gotham Book", Helvetica, Roboto, Arial, sans-serif;
}

.reinsurance--small .reinsurance__item:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

.reinsurance--small .reinsurance__text {
  font-family: "Gotham Book", Helvetica, Roboto, Arial, sans-serif;
  letter-spacing: normal;
  margin: 0.3125rem 0 0;
}

.reinsurance--small .reinsurance__text:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .reinsurance--small .reinsurance__text {
    font-size: 0.6875rem;
  }
}

@media screen and (min-width: 48em) {
  .reinsurance__item {
    font-size: 2.0625rem;
    padding: 2.625rem 0.625rem;
  }
  .reinsurance__text {
    font-size: 0.75rem;
    letter-spacing: 0.125rem;
    font-family: "Gotham Bold", Helvetica, Roboto, Arial, sans-serif;
  }
  .reinsurance__text:lang(pl) {
    font-family: "Montserrat", sans-serif;
  }
}

.product-social {
  position: relative;
  text-align: center;
}

.product-social__label {
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  font-family: "Gotham Bold", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.75rem;
  display: inline-block;
  cursor: pointer;
}

.product-social__label:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

.product-social__label::after {
  content: "+";
  vertical-align: text-bottom;
  display: inline-block;
}

.product-social__label.js_social_open::after {
  content: '\2014';
}

.product-social__list {
  font-size: 0.875rem;
}

.product-social--expanded {
  display: block;
}

@media screen and (min-width: 48em) {
  .product-social {
    text-align: right;
  }
  .product-social__label {
    margin: 0 0 0 1.25rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .product-social--expanded {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }
}

.layout {
  max-width: 1280px;
  margin: 0 auto;
}

.layout::before, .layout::after {
  content: ' ';
  display: table;
  flex-basis: 0;
  order: 1;
}

.layout::after {
  clear: both;
}

.header-container {
  position: relative;
  z-index: 920;
}

@media screen and (min-width: 64em) {
  .header-container {
    min-height: 140px;
  }
}

.foundation-mq {
  font-family: "small=0em&medium=768px&large=1024px&xlarge=1280px&xxlarge=1440px";
}

.header-menutoggle {
  flex-grow: 0;
}

.header-menutoggle__link {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}

.header-menutoggle__link::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
}

.header-menutoggle__link:hover::after {
  background: #fff;
  box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
}

.header-wrapper {
  background-color: #131313;
  height: auto;
  transition: height 0.3s ease-out;
}

.header {
  padding: 20px 10px 20px 20px;
  font-family: "Gotham Book", Helvetica, Roboto, Arial, sans-serif;
}

.header:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

.header [class^="icon-"],
.header [class*=" icon-"] {
  font-size: 1rem;
}

.header [class^="icon-"]::before,
.header [class*=" icon-"]::before {
  color: #fff;
}

.header-right__item {
  text-align: right;
}

.header-blockmain,
.header-blockminicart {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.header-blockminicart__item {
  flex: 1;
}

.header-right {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex: 1;
}

.header-right .header-right__item {
  flex: 1;
  position: relative;
  padding: 0 5px;
}

.header-right .header-blockminicart {
  flex: 2;
}

@media screen and (min-width: 64em) {
  .header {
    color: #999;
    padding: 21px 0 12px;
    max-width: 1280px;
    margin: 0 auto;
  }
  .header [class^="icon-"],
  .header [class*=" icon-"] {
    font-size: inherit;
  }
  .header-column--large {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    justify-content: center;
    align-items: center;
    flex: 2.3;
  }
  .header-column--left {
    justify-content: flex-start;
  }
  .header-column--right {
    justify-content: flex-end;
  }
  .header-navwrapper--large {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
}

.footer__content {
  max-width: 1280px;
  margin: 0 auto;
}

.footer__content::before, .footer__content::after {
  content: ' ';
  display: table;
  flex-basis: 0;
  order: 1;
}

.footer__content::after {
  clear: both;
}

.footer__content--position {
  justify-content: center;
  padding: 0 0.9375rem;
  box-sizing: content-box;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.footer__content-columns {
  padding: 0;
  flex-direction: column;
}

.footer__list {
  list-style-type: none;
}

.footer__link:hover {
  text-decoration: underline;
}

.footer__title {
  margin: 0 0 0.625rem;
  font-weight: normal;
  font-family: "Gotham Bold", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  color: #000;
}

.footer__title:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

.footer-search {
  padding: 0;
  justify-content: center;
  flex-direction: column;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.footer-search .input-group {
  margin: 0;
}

.footer-search__label {
  font-family: "MillerDisplay Light", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.875rem;
  background-color: transparent;
  border: 0;
  color: #fff;
  padding: 0 1.5625rem 0 0;
}

.footer-search__label:lang(pl) {
  font-family: "Playfair Display", serif;
}

.footer-search__input {
  background-color: #000;
  border: 0;
  padding: 1.375rem 1.5rem;
  color: #fff;
  outline: none;
  line-height: 1.3;
}

.footer-search__input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

.footer-search__input:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

.footer-search__input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

.footer-search__input:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

.footer-search__input::-webkit-input-placeholder {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.125rem;
}

.footer-search__input::-moz-placeholder {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.125rem;
}

.footer-search__input:-ms-input-placeholder {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.125rem;
}

.footer-search__input:-moz-placeholder {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.125rem;
}

.footer-search__button {
  display: inline-block;
  vertical-align: middle;
  padding: 0.9375rem 0.75rem;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out, border-color 0.25s ease-out;
  font-size: 0.75rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  background-color: #d51b51;
  color: inherit;
  border: 1px solid transparent;
  font-family: "Gotham Book", Helvetica, Roboto, Arial, sans-serif;
  padding: 1.375rem;
}

[data-whatinput='mouse'] .footer-search__button {
  outline: 0;
}

@media screen and (min-width: 64em) {
  .footer-search__button {
    font-size: 0.8125rem;
  }
}

@media screen and (min-width: 48em) {
  .footer-search__button {
    padding: 0.9375rem 1.875rem;
  }
}

@media screen and (max-width: 63.9375em) {
  .footer-search__button {
    transition: none;
  }
}

.footer-search__button:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

.footer-search__button:hover, .footer-search__button:focus {
  background-color: #d51b51;
  color: #fff;
  border-color: transparent;
}

.footer-search__button::before {
  color: #fff;
  font-size: 1.125rem;
  font-family: "lnc-icons";
  content: "";
}

.footer-reinsurance-asset .icon-samples-reassurance::before {
  font-weight: 600;
}

.footer-navigation {
  padding: 3.125rem 0 0.9375rem;
  border-bottom: 1px solid #dadada;
}

.footer-navigation__item {
  display: inline-block;
  margin: 0 0.9375rem 2.1875rem;
}

.footer-navigation__link {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.6875rem;
  letter-spacing: 0.125rem;
}

.footer-email-signup {
  box-sizing: border-box;
  padding: 1.25rem 0.9375rem 0.9375rem;
  font-size: 0.75rem;
  border-bottom: 1px solid #dadada;
}

.footer-email-signup .input-group {
  display: table;
}

.footer-email-signup__formfield {
  width: 100%;
  display: table-cell;
  vertical-align: top;
}

.footer-email-signup__input,
.footer-email-signup__button {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
}

.footer-email-signup__input {
  padding: 0.9375rem;
  border: 1px solid #dadada;
}

.footer-email-signup__input::-webkit-input-placeholder {
  color: #cacaca;
  font-size: 0.75rem;
}

.footer-email-signup__input::-moz-placeholder {
  color: #cacaca;
  font-size: 0.75rem;
}

.footer-email-signup__input:-ms-input-placeholder {
  color: #cacaca;
  font-size: 0.75rem;
}

.footer-email-signup__input:-moz-placeholder {
  color: #cacaca;
  font-size: 0.75rem;
}

.footer-email-signup__button {
  display: inline-block;
  vertical-align: middle;
  padding: 0.9375rem 0.75rem;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out, border-color 0.25s ease-out;
  font-size: 0.75rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  border: 1px solid transparent;
  font-family: "Gotham Book", Helvetica, Roboto, Arial, sans-serif;
  padding: 0.9375rem 1.5625rem;
  font-size: 0.75rem;
}

[data-whatinput='mouse'] .footer-email-signup__button {
  outline: 0;
}

@media screen and (min-width: 64em) {
  .footer-email-signup__button {
    font-size: 0.8125rem;
  }
}

@media screen and (min-width: 48em) {
  .footer-email-signup__button {
    padding: 0.9375rem 1.875rem;
  }
}

@media screen and (max-width: 63.9375em) {
  .footer-email-signup__button {
    transition: none;
  }
}

.footer-email-signup__button:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

.footer-email-signup__button:hover, .footer-email-signup__button:focus {
  background-color: #d51b51;
  color: -20%;
  border-color: transparent;
}

.footer-email-signup__button[disabled]:hover {
  background-color: #000;
}

.footer-email-signup__checkbox {
  margin: 0 0 0.625rem;
}

.footer-email-signup__checkbox:lang(pl) .checkbox-group {
  margin-bottom: 0.5rem;
}

.footer-email-signup__checkbox:lang(pl) .form--error {
  position: static;
}

.footer-email-signup__checkbox .form-field__label-value {
  color: #8a8a8a;
  padding-left: 0.625rem;
}

.footer-email-signup__checkbox .form-field__label-value:lang(pl) {
  font-size: 0.625rem;
}

.footer-contact-social {
  border-bottom: 1px solid #dadada;
  box-sizing: border-box;
}

.footer-contact-social:first-child {
  text-align: center;
}

.footer-contact-social:first-child .footer-contact-social--centered {
  justify-content: center;
}

.footer-contact-social__phone,
.footer-contact-social__mail {
  display: block;
}

.footer-contact-social__phone::before,
.footer-contact-social__mail::before {
  display: block;
  padding: 0 0 0.4375rem;
  font-size: 1.375rem;
  vertical-align: middle;
}

.footer-contact-social__phone::before {
  font-family: "lnc-icons";
  content: "";
}

.footer-contact-social__list .icon-instagram {
  font-size: 1.6875rem;
  position: relative;
  top: -4px;
  left: 10px;
}

.footer-contact-social__mail::before {
  font-family: "lnc-icons";
  content: "";
}

.footer-contact-social__text {
  font-size: 0.625rem;
  font-family: "Gotham Bold", Helvetica, Roboto, Arial, sans-serif;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box;
  padding: 1.25rem 0;
}

.footer-contact-social__text:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

.footer-contact-social__text:first-child {
  border-right: 1px solid #dadada;
}

.footer-contact-social__subtext {
  color: #8a8a8a;
}

.footer-contact-social__link {
  text-decoration: underline;
}

.footer-contact-social__list {
  padding: 1.25rem 0;
  justify-content: center;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.footer-contact-social__item {
  padding: 0 0.9375rem;
  font-size: 1.375rem;
}

.footer-contact-social__item:first-child {
  padding-left: 0;
}

.footer-contact-social__icon::before {
  margin: 0;
}

.footer-copyrights {
  padding: 1.25rem 0 3.75rem;
  font-size: 0.75rem;
  text-align: center;
}

.footer-copyrights::before, .footer-copyrights::after {
  content: ' ';
  display: table;
  flex-basis: 0;
  order: 1;
}

.footer-copyrights::after {
  clear: both;
}

.footer-copyrights__list {
  text-align: right;
}

.footer-copyrights__item {
  margin: 0 0 0 3.125rem;
  display: inline-block;
  text-transform: uppercase;
}

.footer--is-stuck {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

@media screen and (orientation: landscape) {
  .footer--is-stuck .footer-sticky-nav--expanded {
    max-height: 60vh;
  }
}

.footer-sticky-nav__list {
  text-align: right;
}

.footer-sticky-nav__item {
  margin: 0 0 0 3.125rem;
  display: inline-block;
}

.footer-sticky-nav__link {
  font-size: 0.75rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
}

.footer-sticky-nav__link:hover {
  color: #fff;
}

.footer-sticky-nav__mobile {
  padding: 0;
}

.footer-sticky-nav__mobile::before, .footer-sticky-nav__mobile::after {
  content: ' ';
  display: table;
  flex-basis: 0;
  order: 1;
}

.footer-sticky-nav__mobile::after {
  clear: both;
}

.footer-sticky-nav__mobile-link {
  display: block;
  padding: 0.625rem 0.3125rem;
  font-size: 0.75rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.0625rem;
}

.footer-sticky-nav__mobile-link:hover {
  color: #fff;
}

.footer-sticky-nav__mobile-column {
  padding: 0;
}

.footer-sticky-nav--primary {
  background-color: #ac0032;
}

.footer-sticky-nav--secondary {
  background-color: #d51b51;
}

.footer-sticky-nav--expanded {
  position: relative;
  padding: 0 0.75rem 0.75rem;
  display: block;
  text-align: center;
}

.footer-close-button {
  padding: 10px;
  font-size: 1.8125rem;
}

@media screen and (min-width: 48em) {
  .footer__content-columns {
    padding: 0 0.9375rem;
    flex-direction: row;
  }
  .footer__title {
    margin: 0 0 1.25rem;
    font-size: 0.75rem;
    display: block;
  }
  .footer-search {
    padding: 4.375rem 0;
    background-color: #000;
    flex-direction: row;
  }
  .footer-search__input {
    background-color: #d51b51;
    padding: 1.75rem 1.5rem;
    min-width: 225px;
  }
  .footer-search__input:-ms-input-placeholder {
    font-size: 1rem;
  }
  .footer-search__button {
    padding: 1.75rem;
  }
  .footer-email-signup {
    padding: 4.0625rem 3.4375rem 4.0625rem 0;
    border-right: 1px solid #dadada;
    border-bottom: 0;
  }
  .footer-contact-social {
    padding: 4.0625rem 0 4.0625rem 3.4375rem;
    border-bottom: 0;
  }
  .footer-contact-social:first-child {
    padding: 4.0625rem 0 4.0625rem;
  }
  .footer-contact-social__phone,
  .footer-contact-social__mail {
    display: inline-block;
  }
  .footer-contact-social__phone::before,
  .footer-contact-social__mail::before {
    display: inline-block;
    padding: 0 0.625rem 0 0;
  }
  .footer-contact-social__text {
    font-size: 0.75rem;
    text-align: left;
    padding: 0 1.5625rem 0.3125rem 0;
    font-family: "Gotham Book", Helvetica, Roboto, Arial, sans-serif;
    text-transform: none;
  }
  .footer-contact-social__text:lang(pl) {
    font-family: "Montserrat", sans-serif;
  }
  .footer-contact-social__text:first-child {
    border-right: 0;
  }
  .footer-contact-social__list {
    padding: 1.25rem 0 0;
    justify-content: inherit;
  }
  .footer-copyrights {
    border-top: 1px solid #dadada;
    padding: 1.875rem 0 4.375rem;
    text-align: left;
  }
  .footer-sticky-nav {
    padding: 0.5rem 0;
    background-color: #d51b51;
  }
}

.loader {
  background: #fff;
  padding: 0.9375rem 0;
  position: relative;
}

.loader, .loader::before {
  position: relative;
  margin: 0 auto;
  top: 0;
}

.loader::before {
  content: "";
  border: 8px solid #cacaca;
  border-radius: 50%;
  border-top: 8px solid #fff;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  display: block;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

.load_more_box {
  width: 100%;
  text-align: center;
}

.infinite-point {
  display: block !important;
}

.nav-wrap-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: auto;
  -webkit-transition: left 300ms ease-in;
  -moz-transition: left 300ms ease-in;
  -o-transition: left 300ms ease-in;
  transition: left 300ms ease-in;
}

.nav-wrap-mobile::before, .nav-wrap-mobile::after {
  content: "";
  position: absolute;
  background: #000;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
}

.nav-wrap-mobile::before {
  max-width: 85%;
}

.nav-wrap-mobile::after {
  opacity: 0.5;
}

.nav-wrap-mobile .navigation__item {
  display: block;
}

.nav-wrap-mobile--hidden {
  left: 100%;
}

.nav-wrap-mobile__inner {
  padding: 0 0 20px;
  color: #f5f5f5;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  max-height: 100%;
}

.mobile-menu__dropdown,
.mobile-menu__dropdown--level3 {
  display: none;
}

.mobile-menu__dropdown--opened {
  display: block;
}

.mobile-menu-toggle {
  float: right;
  display: inline-block;
  height: 20px;
  overflow: hidden;
  position: relative;
  width: 20px;
  margin: 4px 0 0;
}

.mobile-menu-toggle::before, .mobile-menu-toggle::after {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 4px;
  left: -50%;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 200%;
}

.mobile-menu-toggle::after {
  transform: rotate(-45deg);
}

.mobile-menu-toggle::before {
  transform: rotate(45deg);
}

.mobile-menu-wrapper {
  max-width: 85%;
  flex: 0 1 auto;
  overflow: auto;
}

.disable-scrolling {
  overflow: hidden;
  pointer-events: none;
}

.show-for-small-navigation .navigation-inner,
.show-for-small-search .search-container:not(.search-container--expanded) {
  display: block;
}

@media screen and (min-width: 48em) {
  .show-for-small-navigation .navigation-inner,
  .show-for-small-search .search-container:not(.search-container--expanded) {
    display: none;
  }
}

.navigation__link-mobile {
  display: inline-block;
}

.navigation__link-mobile::after {
  position: absolute;
  right: 0;
  padding: 0 0.9375rem;
  font-family: "lnc-icons";
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

@media screen and (min-width: 64em) {
  .nav-wrap-mobile {
    display: inline-block;
    background-color: #131313;
    position: static;
    vertical-align: middle;
    left: 0;
    width: auto;
    z-index: 1;
  }
  .nav-wrap-mobile::after, .nav-wrap-mobile::before {
    display: none;
  }
  .nav-wrap-mobile .navigation__item--level1 {
    border: 0;
    display: inline-block;
    padding: 0 0.9375rem;
    position: static;
    font-family: "Gotham Book", Helvetica, Roboto, Arial, sans-serif;
  }
  .nav-wrap-mobile .navigation__item--level1:lang(pl) {
    font-family: "Montserrat", sans-serif;
  }
  .nav-wrap-mobile__inner {
    padding: 0;
    position: static;
  }
  .mobile-menu-wrapper {
    max-width: 100%;
    display: block;
  }
  .mobile-menu {
    display: block;
    font-size: 0;
    overflow: auto;
    padding: 24px 0 20px;
  }
  .navigation__item--level1 .navigation__link {
    color: #fff;
    font-size: 0.6875rem;
  }
  .navigation__item--level1 .navigation__link:hover, .navigation__item--level1 .navigation__link:focus {
    font-weight: bold;
  }
  .mobile-menu__dropdown {
    position: absolute;
    top: calc(100% - 20px);
    left: 0;
    right: 0;
    padding: 15px 0 0;
  }
  .mobile-menu__content {
    background-color: #fff;
    position: relative;
    z-index: 2;
    max-height: calc(100vh - 46px);
    overflow: auto;
  }
  .mobile-menu__content-inner {
    max-width: 1280px;
    padding: 0 1.25rem;
    margin: 0 auto;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
  .mobile-menu__wrapper {
    flex: 3;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
  .mobile-menu__dropdown--level2 {
    overflow: hidden;
    padding: 0 0 1.25rem 1.25rem;
    flex: 1;
  }
  .mobile-menu__dropdown--level3 {
    display: block;
    padding: 0.3125rem 0 0;
  }
}

@media screen and (min-width: 80em) {
  .nav-wrap-mobile {
    padding: 0 1.1875rem;
  }
}

.navigation-wrapper {
  background-color: #131313;
}

.navigation-wrapper .search {
  padding-right: 40px;
}

.navigation {
  font-family: "Gotham Book", Helvetica, Roboto, Arial, sans-serif;
  background-color: #f5f5f5;
}

.navigation:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

.navigation__item {
  text-transform: uppercase;
  padding: 0 0 0 1.25rem;
  position: relative;
}

.navigation__link {
  color: #fff;
  font-size: 0.875rem;
  display: block;
  letter-spacing: 0.125rem;
  padding: 0.625rem 1.25rem 0.625rem 0;
  position: relative;
  z-index: 1;
}

.navigation__link:hover, .navigation__link:focus {
  color: #fff;
}

.navigation__item--level1 {
  border-bottom: 1px solid #fff;
  vertical-align: top;
}

.navigation__item--level1::after {
  padding: 0 15px;
}

.navigation__item--level2::after {
  padding: 0 5px;
}

.navigation__item--level1::after,
.navigation__item--level2::after {
  display: block;
  color: #fff;
  position: absolute;
  right: 0;
  top: 10px;
}

.navigation__item--closed::after {
  content: "+";
}

.navigation__item--opened::after {
  content: "-";
}

.navigation__link-store-locator {
  background: #222;
  border-color: #3f3f3f;
}

.navigation__link-my-account {
  background: #2e2e2e;
  border-color: #3f3f3f;
}

.navigation-inner {
  padding: 15px 0;
  display: none;
}

.navigation-inner .navigation__item {
  padding: 0 10px 0 15px;
  border: 0;
}

.navigation-inner .navigation__link {
  color: #000;
  font-size: 0.75rem;
  padding: 0;
}

.navigation-inner .navigation__link:hover, .navigation-inner .navigation__link:focus {
  color: #000;
}

.utility-navigation-list {
  list-style: none;
}

@media screen and (min-width: 64em) {
  .navigation {
    text-align: center;
    background-color: transparent;
    max-width: 1280px;
    margin: 0 auto;
  }
  .navigation__link {
    padding: 0;
  }
  .navigation--expanded::after {
    content: "";
    background: #000;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    opacity: 0.5;
  }
  .navigation-inner {
    display: none;
  }
  .navigation__item--level1 .navigation__link--expanded,
  .navigation__item--level1 .tapped-once {
    position: relative;
    color: #fff;
  }
  .navigation__link--expanded::before,
  .tapped-once::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 7px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -16px;
    margin: 0 auto;
  }
  .navigation__item--level2 {
    float: left;
    text-align: left;
    box-sizing: border-box;
    padding: 1.25rem 0 0;
    font-size: 0.75rem;
    width: 25%;
    float: left;
  }
  .navigation__item--level2:last-child:not(:first-child) {
    float: right;
  }
  .navigation__item--level2 .navigation__link {
    color: #000;
    font-family: "Gotham Bold", Helvetica, Roboto, Arial, sans-serif;
    letter-spacing: 0;
    display: inline-block;
    font-size: 0.8125rem;
  }
  .navigation__item--level2 .navigation__link:lang(pl) {
    font-family: "Montserrat", sans-serif;
  }
  .navigation__item--level2 .navigation__link:hover, .navigation__item--level2 .navigation__link:focus {
    color: #000;
  }
  .navigation__item--level2 .category_link:hover, .navigation__item--level2 .category_link:focus {
    text-decoration: underline;
  }
  .navigation__item--view-all-container {
    height: 100%;
    padding: 1.25rem 0;
  }
  .navigation__item--level3 {
    padding: 0 0 0.0625rem;
    font-size: 0.75rem;
  }
  .navigation__item--level3 .navigation__link--level3 {
    color: #000;
    text-transform: capitalize;
    font-family: "Gotham Book", Helvetica, Roboto, Arial, sans-serif;
    font-size: 0.8125rem;
    letter-spacing: 0;
  }
  .navigation__item--level3 .navigation__link--level3:lang(pl) {
    font-family: "Montserrat", sans-serif;
  }
  .navigation__item--level3 .navigation__link--level3:hover, .navigation__item--level3 .navigation__link--level3:focus {
    color: #000;
    text-decoration: underline;
  }
  .navigation__item--level3 .prefiltered-link {
    color: #fff;
  }
  .navigation__item--level3 .prefiltered-link:hover, .navigation__item--level3 .prefiltered-link:focus {
    color: #fff;
    text-decoration: underline;
  }
  .navigation__item--level3 .navigation__link--view-all {
    text-transform: uppercase;
    color: #000;
  }
  .navigation__item--view-all {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .navigation__item--more-links {
    width: 20%;
    float: left;
  }
  .navigation__item--more-links:last-child:not(:first-child) {
    float: right;
  }
  .navigation--two-columns {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
  }
  .navigation--two-columns::before, .navigation--two-columns::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1;
  }
  .navigation--two-columns::after {
    clear: both;
  }
  .navigation--two-columns .navigation__item--level2 {
    width: 33.33333%;
    float: left;
  }
  .navigation--two-columns .navigation__item--level2:last-child:not(:first-child) {
    float: right;
  }
  .navigation--two-columns .navigation__item--level2:first-child {
    width: 66.66667%;
    float: left;
  }
  .navigation--two-columns .navigation__item--level2:first-child:last-child:not(:first-child) {
    float: right;
  }
  .navigation--two-equal--columns {
    column-count: 2;
    column-gap: 0;
    height: 15.3125rem;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .navigation--four-columns .navigation__item--level2 {
    width: 25%;
    float: left;
  }
  .navigation--four-columns .navigation__item--level2:last-child:not(:first-child) {
    float: right;
  }
  .navigation--four-columns .navigation__item--more-links {
    width: 25%;
    float: left;
  }
  .navigation--four-columns .navigation__item--more-links:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (min-width: 64em) {
  .navigation-slot-wrapper {
    border-top: 1px solid #dadada;
    padding: 0 1.25rem;
  }
  .navigation-slot-wrapper__inner {
    max-width: 1240px;
    margin: 0 auto;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
  .navigation-slots-container {
    flex: 4;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
  .navigation-slot-wrapper__item {
    flex: 1;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
  .navigation-slot-wrapper__item-inner {
    align-self: center;
  }
  .navigation-slot-wrapper__links {
    padding: 0.625rem 0;
  }
  .navigation-slot-wrapper__links-inner {
    background-color: #000;
    padding: 0.9375rem;
    margin: 0 1.25rem 0 0;
    text-align: left;
    width: 100%;
  }
  .prefiltered-header {
    font-size: 0.75rem;
    font-family: "Gotham Bold", Helvetica, Roboto, Arial, sans-serif;
    color: #fff;
    margin: 0 0 18px;
    letter-spacing: 0.125rem;
  }
  .prefiltered-header:lang(pl) {
    font-family: "Montserrat", sans-serif;
  }
  .navigation-slot-wrapper__item-content {
    flex: 1;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
  .navigation-slot-wrapper__item-content-2 {
    padding: 0 0 0 1.875rem;
    border-left: 1px solid #dadada;
  }
  .slot-wrapper {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
  .slot-image-holder {
    margin: 0 20px 0 0;
  }
  .slot-text {
    color: #000;
    text-align: left;
    position: relative;
  }
  .slot-text__title {
    font-size: 1.25rem;
    font-family: "MillerDisplay Light", Helvetica, Roboto, Arial, sans-serif;
  }
  .slot-text__title:lang(pl) {
    font-family: "Playfair Display", serif;
  }
  .slot-text__description {
    font-size: 0.6875rem;
  }
  .slot-text__link {
    font-size: 0.75rem;
    color: #999;
    font-family: "Gotham Book", Helvetica, Roboto, Arial, sans-serif;
    text-transform: none;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .slot-text__link:lang(pl) {
    font-family: "Montserrat", sans-serif;
  }
  .navigation-category-slot {
    flex: 2;
    color: #000;
    text-align: left;
  }
  .navigation-category-slot__inner {
    border-left: 1px solid #dadada;
    padding: 1.25rem 1.875rem 1.1875rem;
    flex: 1;
    height: 100%;
  }
  .navigation-category-slot__image-wrapper {
    margin: 0 0 0.9375rem;
  }
  .navigation-category-slot__content {
    position: relative;
    padding: 0 4.375rem 0 0;
    white-space: normal;
  }
  .navigation-category-slot__subtitle {
    margin: 0;
  }
  .navigation-category-slot__link {
    left: auto;
    right: 0;
  }
}

@media screen and (min-width: 80em) {
  .navigation-slot-wrapper__links-inner {
    padding: 1.25rem;
  }
}

.sticky {
  z-index: 0;
  width: 100%;
  box-sizing: border-box;
}

.is-stuck {
  position: fixed;
  z-index: 5;
}

.is-stuck.is-at-top {
  top: 0;
}

.is-stuck.is-at-bottom {
  bottom: 0;
}

.is-stuck .navigation-inner {
  display: none;
}

.is-anchored {
  position: relative;
  left: auto;
  right: auto;
}

.is-anchored.is-at-bottom {
  bottom: 0;
}

@media screen and (min-width: 64em) {
  .is-stuck .header {
    padding: 0 10px 0 0;
  }
  .is-stuck .navigation__link--level1 {
    color: #fff;
  }
  .is-stuck .header-column--left,
  .is-stuck .header-logo,
  .is-stuck .utility-link-wrapper,
  .is-stuck .header-signup {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease-in;
  }
  .is-stuck .mini-cart-label,
  .is-stuck .navigation-list__label--login,
  .is-stuck .search__label,
  .is-stuck .navigation-list__item::before {
    display: none;
  }
  .is-stuck .minicart-empty-wrapper {
    top: 32px;
  }
  .is-stuck .navigation-list__item,
  .is-stuck .navigation-list__item--minicart {
    margin: 0 0 -62px;
  }
  .is-stuck .navigation {
    text-align: left;
  }
  .is-stuck .navigation-list__icon--login {
    font-size: 0.875rem;
    font-style: normal;
    display: block;
  }
  .is-stuck .search-toggle--desktop {
    background-color: transparent;
    padding: 1.3125rem 0;
    right: 100px;
    line-height: inherit;
  }
  .is-stuck .icon-search {
    font-size: 0.875rem;
  }
  .is-stuck .sticky-logo {
    display: inline-block;
    margin: 0 0.9375rem;
  }
  .is-stuck .search-toggle-wrapper {
    width: auto;
  }
  .is-stuck .navigation__item--level1 {
    padding: 0 0.3125rem;
  }
  .is-stuck .header-logo__link {
    max-width: 120px;
  }
  .is-stuck .navigation-list__iteminner::before {
    display: none;
  }
  .is-stuck .minicart__content-inner {
    margin: 1.3125rem 0 0;
  }
  .is-stuck .minicart__total-wrapper::after {
    bottom: -28px;
  }
}

@media screen and (min-width: 80em) {
  .is-stuck .sticky-logo {
    margin: 0 1.875rem;
  }
  .is-stuck .navigation__item--level1 {
    padding: 0 1.1875rem;
  }
}

.scrollable-content {
  white-space: nowrap;
  overflow: auto;
  font-size: 0;
  max-width: 100%;
  text-align: center;
}

.scrollable-content__item {
  display: inline-block;
}

@media screen and (min-width: 64em) {
  .scrollable-content--large {
    white-space: normal;
    overflow: auto;
  }
  .scrollable-content--large .scrollable-content__item {
    display: block;
  }
}

.search-container {
  padding: 0 15px;
  background: #fff;
  transition: max-height 0.3s ease-out;
  display: none;
}

.search-container--expanded {
  transition: max-height 0.3s ease-out;
  display: block;
}

.search-focused {
  overflow-y: hidden;
}

.search-overlay--opened {
  background-color: rgba(0, 0, 0, 0.45);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 900;
}

.search-wrapper {
  border-bottom: 1px solid #dadada;
}

.search {
  position: relative;
}

@media screen and (min-width: 64em) {
  .search {
    padding-right: 40px;
  }
}

.search__label {
  display: none;
}

.search__input {
  color: #000;
  border: 0;
  display: block;
  padding: 0 1.25rem 0 0.3125rem;
  line-height: 34px;
  height: 34px;
  width: 100%;
  outline: 0 none;
  border-radius: 0;
  font-size: 1rem;
  font-family: "Gotham Light", Helvetica, Roboto, Arial, sans-serif;
}

.search__input:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

.search__input::-webkit-input-placeholder {
  color: #000;
  text-transform: uppercase;
  font-size: 0.625rem;
  font-family: "Gotham Light", Helvetica, Roboto, Arial, sans-serif;
}

.search__input::-webkit-input-placeholder:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

.search__input::-moz-placeholder {
  color: #000;
  text-transform: uppercase;
  font-size: 0.625rem;
  font-family: "Gotham Light", Helvetica, Roboto, Arial, sans-serif;
}

.search__input::-moz-placeholder:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

.search__input:-ms-input-placeholder {
  color: #000;
  text-transform: uppercase;
  font-size: 0.625rem;
  font-family: "Gotham Light", Helvetica, Roboto, Arial, sans-serif;
}

.search__input:-ms-input-placeholder:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

.search__input:-moz-placeholder {
  color: #000;
  text-transform: uppercase;
  font-size: 0.625rem;
  font-family: "Gotham Light", Helvetica, Roboto, Arial, sans-serif;
}

.search__input:-moz-placeholder:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

.search__button {
  text-indent: -9999px;
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 1;
  outline: 0 none;
  padding: 2px;
  font-size: 1.125rem;
  color: #000;
  cursor: pointer;
}

.search__button::before {
  float: left;
  display: block;
  text-indent: 0;
}

@media screen and (min-width: 48em) {
  .search__button {
    font-size: 1.5625rem;
    top: 3px;
  }
}

.show-for-small-search .is-anchored .search-container--expanded {
  display: block;
  max-height: none;
}

.show-for-small-search .is-stuck .search-container {
  display: none;
  max-height: 0;
}

.show-for-small-search .is-stuck .search-container--expanded {
  display: block;
  max-height: none;
}

.is-stuck .search-toggle--expanded {
  display: inline-block;
  position: relative;
}

.is-stuck .search-toggle--expanded::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  margin: 0 auto;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent #fff;
  border-bottom-style: solid;
  border-top-width: 0;
}

@media screen and (min-width: 64em) {
  .search-toggle-wrapper {
    position: relative;
    float: right;
    height: 60px;
    width: 155px;
  }
  .search-toggle--desktop {
    color: #fff;
    font-size: 0.6875rem;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #d51b51;
    white-space: nowrap;
    display: block;
    text-transform: uppercase;
    padding: 0 1.25rem;
    cursor: pointer;
    line-height: 60px;
  }
  .search-container--expanded {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background-color: #f5f5f5;
    z-index: 0;
  }
  .search-wrapper {
    border: 0 none;
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
    z-index: 3;
  }
  .search__input {
    font-size: 1.625rem;
    text-transform: capitalize;
  }
  .search__input::-webkit-input-placeholder {
    color: #000;
    text-transform: capitalize;
    font-size: 1.625rem;
  }
  .search__input::-moz-placeholder {
    color: #000;
    text-transform: capitalize;
    font-size: 1.625rem;
  }
  .search__input:-ms-input-placeholder {
    color: #000;
    text-transform: capitalize;
    font-size: 1.625rem;
  }
  .search__input:-moz-placeholder {
    color: #000;
    text-transform: capitalize;
    font-size: 1.625rem;
  }
  .search__label--desktop {
    display: inline-block;
    margin: 0 3.375rem 0 0;
    font-family: "Gotham Bold", Helvetica, Roboto, Arial, sans-serif;
  }
  .search__label--desktop:lang(pl) {
    font-family: "Montserrat", sans-serif;
  }
  .search__input {
    background: transparent;
  }
  .search__icon {
    font-size: 1.125rem;
    position: relative;
    top: 2px;
  }
  .is-anchored .search-container,
  .is-stuck .search-container {
    display: none;
    max-height: 0;
  }
  .is-anchored .search-container--expanded,
  .is-stuck .search-container--expanded {
    display: block;
    max-height: none;
  }
}

@media screen and (min-width: 80em) {
  .search-toggle-wrapper {
    width: auto;
  }
}

.cookie-popin {
  position: relative;
  padding: 15px 40px 5px 20px;
  background: #fff;
  display: none;
}

.cookie-popin.bottom {
  border-top: 1px solid #f5f5f5;
  position: fixed;
  bottom: 0;
  width: 100%;
  top: auto;
}

.cookie_banner_space {
  margin-bottom: 65px;
}

.cookie-popin__text,
.cookie-disabled-layer-bar {
  font-size: 0.875rem;
  font-family: "Gotham Book", Helvetica, Roboto, Arial, sans-serif;
}

.cookie-popin__text:lang(pl),
.cookie-disabled-layer-bar:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

.cookie-popin__close {
  position: absolute;
  right: 10px;
  top: 5px;
}

.suggestions {
  position: absolute;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 101;
  bottom: auto;
  overflow: auto;
  pointer-events: auto;
  text-align: left;
  max-height: 320px;
}

.suggestions__results-list {
  max-width: 1280px;
  margin: 0 auto;
  padding: 2.1875rem 1.25rem 2.5rem;
}

.suggestion__result-item {
  font-size: 0.75rem;
  text-transform: uppercase;
  padding: 0.625rem 0;
}

.suggestion__term {
  font-family: "Gotham Book", Helvetica, Roboto, Arial, sans-serif;
  display: inline;
  cursor: pointer;
}

.suggestion__term:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

.suggestion__term-word {
  font-family: "Gotham Bold", Helvetica, Roboto, Arial, sans-serif;
}

.suggestion__term-word:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

.suggestion__hits {
  color: #999;
  cursor: pointer;
}

.suggestions__matched-products-wrapper {
  border-top: 1px solid #dadada;
}

.suggestions__matched-products-inner {
  max-width: 1280px;
  padding: 0 0.9375rem;
}

.suggestions__titles {
  font-family: "MillerDisplay Light", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.5625rem;
  text-transform: uppercase;
}

.suggestions__titles:lang(pl) {
  font-family: "Playfair Display", serif;
}

.suggestions__articles-wrapper {
  padding: 0 0 1.5625rem;
  display: block;
}

.search-suggest-viewall {
  position: absolute;
  right: 0;
  top: 15px;
  font-size: 0.75rem;
  text-transform: uppercase;
  border-bottom: 1px solid #959595;
  line-height: 0.75rem;
}

.suggestions__product-details,
.suggestions__article-details {
  margin: 0 0 1.5625rem;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.suggestions__products,
.suggestions__articles {
  position: relative;
  padding: 1.875rem 0 0;
}

.suggestions__articles {
  border-top: 1px solid #f5f5f5;
}

.suggestions-col1 {
  margin: 0 1.25rem 0 0;
  max-width: 95px;
}

.suggestions-col1__inner {
  width: 90px;
  margin: 0 auto;
}

.suggestions-col2 {
  font-size: 0.75rem;
  position: relative;
  padding: 0 0 1.25rem;
}

.suggestions-col1--product {
  border: 1px solid #dadada;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.suggestions-col1--product .suggestions-col1__inner {
  align-self: center;
}

.suggestions__product-name {
  font-family: "Gotham Bold", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.suggestions__product-name:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

.suggestions__product-description {
  color: #999;
}

.suggestions__product-pricing {
  font-family: "Gotham Bold", Helvetica, Roboto, Arial, sans-serif;
}

.suggestions__product-pricing:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

.suggestions__product-pricing .standardprice {
  display: none !important;
}

.suggestions__product-rating {
  color: #999;
  font-size: 0.6875rem;
}

.suggestions__article-title {
  font-size: 1.25rem;
  font-family: "MillerDisplay Light", Helvetica, Roboto, Arial, sans-serif;
}

.suggestions__article-title:lang(pl) {
  font-family: "Playfair Display", serif;
}

.suggestions__article-link {
  color: #000;
}

.suggestions__article-discover {
  color: #999;
  font-size: 0.875rem;
  position: absolute;
  left: 0;
  bottom: 0;
}

.suggestions__title--no-hits {
  font-size: 1.25rem;
  font-family: "MillerDisplay Light", Helvetica, Roboto, Arial, sans-serif;
  border-bottom: 1px solid #000;
  padding: 0 0 0.3125rem;
  margin: 0 0 0.625rem;
  text-transform: uppercase;
}

.suggestions__title--no-hits:lang(pl) {
  font-family: "Playfair Display", serif;
}

.suggestions__text--no-hits {
  font-size: 0.75rem;
}

@media screen and (min-width: 48em) {
  .suggestions {
    max-height: 550px;
  }
}

@media screen and (min-width: 64em) {
  .suggestions {
    max-height: inherit;
  }
  .suggestions__matched-products-inner {
    padding: 0 1.25rem;
  }
  .suggestions__articles-wrapper {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
  .suggestions__articles {
    border-left: 1px solid #dadada;
  }
  .suggestions__articles-inner {
    padding: 0 0 0 1.5625rem;
  }
  .suggestions__article-title {
    font-size: 1.5625rem;
  }
  .suggestions__titles {
    font-size: 1.25rem;
  }
  .suggestions__product-details {
    margin: 0;
  }
  .search-suggest-viewall {
    right: 25px;
  }
}

.newsletter-popin__image {
  padding: 0 0.625rem 0 0;
}

.newsletter-popin__content {
  padding: 0 0 0 1.25rem;
}

.newsletter-popin__content .error:not(.c-input) {
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840;
  max-height: 18px;
}

.newsletter-popin__content:lang(pl) .checkbox-group {
  margin-bottom: 0.5rem;
}

.newsletter-popin__content:lang(pl) .form-field__label-value {
  font-size: 0.625rem;
}

.newsletter-popin__text {
  font-size: 0.75rem;
  color: #8a8a8a;
  margin: 0 0 0.9375rem;
}

.newsletter-popin__addtolist {
  position: relative;
  margin: 0 0 1.25rem;
}

.newsletter-popin__addtolist .error {
  line-height: normal;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840;
  position: absolute;
  bottom: -1rem;
  left: 0;
  display: block;
}

.newsletter-popin__addtolist .newsletter-popin__label {
  line-height: 1.4;
  margin: 0 0 0 0.5rem;
}

.newsletter-popin__link {
  text-decoration: underline;
  color: #8a8a8a;
}

.newsletter-popin__buttons {
  padding: 0.9375rem 0 0;
}

.newsletter-popin__buttons .c-button {
  margin-right: 0.75rem;
}

.newsletter-popin__confirm-box {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.newsletter-popin__confirm-box::before, .newsletter-popin__confirm-box::after {
  content: ' ';
  display: table;
  flex-basis: 0;
  order: 1;
}

.newsletter-popin__confirm-box::after {
  clear: both;
}

.newsletter-popin__confirm {
  border-left: 1px solid #dadada;
  padding-right: 0;
  text-align: left;
}

.newsletter-popin__confirm-field .form--error {
  position: static;
}

.newsletter-popin__confirm-birthday::before, .newsletter-popin__confirm-birthday::after {
  content: ' ';
  display: table;
  flex-basis: 0;
  order: 1;
}

.newsletter-popin__confirm-birthday::after {
  clear: both;
}

.newsletter-popin__confirm-birthday .input-group-select {
  padding: 0 0.5rem 0 0;
  clear: none;
  float: left;
  width: 33.33333%;
}

.newsletter-popin__confirm-label {
  margin: 0.125rem 0.9375rem 0 0;
}

.newsletter-popin__confirm-action {
  padding: 1.5625rem 0 2.1875rem;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.newsletter-valtime {
  font-family: "Gotham Italic", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.625rem;
}

.newsletter-valtime:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

.newsletter-coupon-code {
  font-family: "Gotham Bold", Helvetica, Roboto, Arial, sans-serif;
  color: #000;
}

.newsletter-coupon-code:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

.newsletter-mandatory {
  font-size: 0.75rem;
  color: #8a8a8a;
  margin: 0.625rem 0 0;
}

.header-logo {
  text-align: center;
  flex: 1;
}

.header-logo__link {
  max-width: 95px;
  width: 95px;
  display: block;
}

.header-logo__image {
  width: 100%;
  max-width: 100%;
}

@media screen and (min-width: 64em) {
  .header-logo__link {
    max-width: 193px;
    width: 193px;
  }
}

.mobile-menu-search-wrapper {
  padding: 19px 10px;
  background: #000;
  flex: 0 0 auto;
}

.mobile-menu-search-wrapper .search__button {
  right: 5px;
}

.mobile-menu-search-wrapper__item {
  float: left;
  width: 85%;
}

@media screen and (min-width: 64em) {
  .nav-store-locator [class*=" icon-"]::before,
  .nav-store-locator [class^=icon-]::before {
    color: #999;
  }
  .nav-store-locator:hover [class*=" icon-"]::before,
  .nav-store-locator:hover [class^=icon-]::before, .nav-store-locator:focus [class*=" icon-"]::before,
  .nav-store-locator:focus [class^=icon-]::before {
    color: #fff;
  }
  .nav-store-locator__label {
    display: inline-block;
  }
}

@media screen and (min-width: 64em) {
  .navigation-list {
    font-size: 0;
  }
  .navigation-list--left {
    text-align: left;
  }
  .navigation-list--right {
    text-align: right;
  }
  .navigation-list__item {
    display: inline-block;
    font-size: 0.6875rem;
    text-transform: uppercase;
    list-style: none;
  }
  .navigation-list__item:first-child .navigation-list__iteminner {
    padding: 0 10px 0 0;
  }
  .navigation-list__item:first-child .navigation-list__iteminner::before {
    display: none;
  }
  .navigation-list__item:last-child .navigation-list__iteminner {
    padding: 0 0 0 10px;
  }
  .navigation-list__iteminner {
    padding: 0 10px;
    position: relative;
    list-style: none;
    font-size: 0.6875rem;
  }
  .navigation-list__iteminner .link_wrapper {
    /* stylelint-disable-next-line sh-waqar/declaration-use-variable */
    font-size: inherit;
  }
  .navigation-list__iteminner::before {
    content: "";
    border-left: 1px solid #565656;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 8px;
    margin: auto;
  }
  .navigation-list__link {
    color: #999;
    font-size: 0.6875rem;
  }
  .navigation-list__link:hover, .navigation-list__link:focus {
    color: #fff;
  }
}

.popins {
  display: none;
}

.icon-menu::before {
  display: inline-block;
  padding: 0 10px 0 0;
  font-size: 1rem;
}

.icon-menu--link-store-locator::before {
  content: '\e801';
}

.icon-menu--link-my-account::before {
  content: '\e825';
}

@media screen and (min-width: 64em) {
  .language-link {
    color: #999;
    display: inline-block;
    margin: 0 2px;
  }
  .language-link:hover, .language-link:active {
    color: #999;
    text-decoration: underline;
  }
  .language-link--active {
    color: #fff;
  }
  .language-link--active:hover, .language-link--active:active {
    color: #fff;
  }
}

.slot-content-wrapper {
  position: absolute;
  left: 0;
  top: 25px;
  display: none;
  padding: 0.9375rem 0 0;
  z-index: 3;
  width: 100%;
}

.slot-content-wrapper [class*=" icon-"]::before,
.slot-content-wrapper [class^=icon-]::before {
  color: #999;
}

.slot-content-wrapper__inner {
  font-size: 0.75rem;
  color: #999;
  border-bottom: 5px solid #000;
  text-transform: none;
}

.slot-content-wrapper--advantages .slot__icon {
  font-size: 1.125rem;
  top: -0.3125rem;
  left: -0.625rem;
}

.slot-content-wrapper--customerService {
  width: 50%;
}

.slot-content-wrapper--customerService .icon-email-full {
  font-size: 0.625rem;
  top: 0.125rem;
}

.slot-content-wrapper--customerService .slot__icon::before {
  text-align: left;
}

.slot-content-wrapper--accountNavigation {
  width: 50%;
  left: auto;
  right: 0;
}

.slot-content-wrapper--accountNavigation::after {
  content: "";
  display: block;
  border-bottom: 5px solid #000;
}

.slot-content-wrapper--accountNavigation .loader {
  top: 15px;
}

.slot-content-wrapper--accountNavigation .loader, .slot-content-wrapper--accountNavigation .loader::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.slot-content-row {
  border: 1px solid #dadada;
  background-color: #fff;
  max-width: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.slot-column {
  border-left: 1px solid #dadada;
}

.slot-column:first-child {
  border: 0;
}

.slot-column__inner {
  padding: 1.5625rem 0.9375rem 1.1875rem;
}

.slot__title {
  font-size: 0.75rem;
  font-family: "Gotham Bold", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  margin: 0 0 10px;
  position: relative;
  color: #000;
}

.slot__title:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

.slot__description {
  padding: 0 0 0 25px;
}

.slot__list {
  list-style: none;
  text-align: left;
  font-size: 0.75rem;
}

.slotlist__item {
  position: relative;
  padding: 0.125rem 1.25rem 0.125rem 0;
}

.slot-list__link,
.slot__link {
  color: #999;
}

.slot-list__link:hover,
.slot__link:hover {
  text-decoration: underline;
}

.slot__link::after {
  content: "\203A";
  font-size: 1.3125rem;
  line-height: 0.75rem;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.slot__list--classic {
  padding: 0.625rem 0 0;
}

.slotlist__item--classic {
  color: #000;
  padding: 0.3125rem 0;
}

.slotlist__item--classic::before {
  content: "-";
  margin: 0 0.3125rem 0 0;
}

.slot__paragraph {
  margin: 0 0 5px;
}

.slot__text-row {
  margin: 0 0 7px;
}

.slot__text-row {
  margin: 0 0 7px;
}

.slot__phone {
  color: #000;
}

.slot__email--link {
  text-decoration: underline;
}

.slot__email--link:hover, .slot__email--link:focus {
  text-decoration: none;
}

.slot__icon-wrapper {
  position: relative;
  padding: 0 0 0 1.5625rem;
}

.slot__icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.875rem;
}

.iframe-login {
  position: relative !important;
  /* stylelint-disable-line */
  width: 100%;
  margin: 0 0 -0.3125rem;
}

.loaded:hover .navigation-list__link {
  color: #fff;
}

.loaded:hover .slot-content-wrapper {
  display: block;
}

.loaded:hover .navigation-list__iteminner::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent #fff;
  border-bottom-style: solid;
  border-top-width: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: 0 auto;
  z-index: 5;
}

.slot-content-wrapper--authenticated {
  width: 25%;
}

.header-my-account {
  background-color: #fff;
  border: 1px solid #999;
  text-transform: none;
  text-align: left;
  font-size: 0.75rem;
}

.header-my-account__title {
  margin: 0 0 0.9375rem;
}

.header-my-account__username {
  color: #d51b51;
}

.header-my-account__logout {
  float: right;
  font-size: 0.625rem;
  color: #000;
  text-decoration: underline;
}

.header-my-account__section {
  padding: 1.875rem;
}

.header-my-account__content {
  border-bottom: 1px solid #dadada;
}

.mini-cart {
  display: inline-block;
  position: relative;
}

.mini-cart__quantity {
  background: #d51b51;
  padding: 3px 0;
  height: 22px;
  width: 22px;
  text-align: center;
  font-size: 0.625rem;
  line-height: 1rem;
  color: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  right: -10px;
  top: -8px;
}

.mini-cart-link {
  position: relative;
  font-size: 1rem;
}

@media screen and (min-width: 64em) {
  .minicart {
    position: static;
  }
  .mini-cart-link {
    color: #fff;
    float: right;
    display: block;
    font-size: 0.6875rem;
  }
  .mini-cart-link::before {
    float: right;
    font-size: 0.875rem;
  }
  .mini-cart-link::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: 0 auto;
    z-index: 5;
  }
  .mini-cart-link:hover, .mini-cart-link:focus {
    color: #fff;
  }
  .mini-cart-amount {
    right: -12px;
    top: -13px;
  }
  .minicart__total-wrapper {
    position: relative;
  }
  .minicart__total-wrapper::after {
    content: "";
    display: block;
    clear: both;
  }
  .minicart__content-wrapper {
    width: 50%;
    right: 0;
    left: auto;
    display: block;
    padding: 0;
  }
  .minicart__content-inner {
    border: 1px solid #999;
    background-color: #fff;
    display: none;
    margin: 0.9375rem 0 0;
  }
  .minicart__products-wrapper {
    padding: 0 0.625rem 0.9375rem 1.875rem;
    max-height: 20.625rem;
    overflow: auto;
  }
  .minicart__product-table {
    width: 100%;
    font-size: 0.75rem;
    border-collapse: collapse;
    table-layout: fixed;
  }
  .minicart__product-table .engraving-info {
    min-height: 3.4375rem;
  }
  .minicart__product-header {
    color: #000;
    text-align: left;
    font-family: "Gotham Bold", Helvetica, Roboto, Arial, sans-serif;
    text-transform: uppercase;
    padding: 1.875rem 0.9375rem;
  }
  .minicart__product-header:lang(pl) {
    font-family: "Montserrat", sans-serif;
  }
  .minicart__product-cell {
    padding: 0 0 1.25rem;
  }
  .minicart__product-qty-col,
  .minicart__product-price-col {
    font-family: "Gotham Bold", Helvetica, Roboto, Arial, sans-serif;
    text-align: center;
    color: #000;
    vertical-align: top;
    width: 15%;
  }
  .minicart__product-qty-col:lang(pl),
  .minicart__product-price-col:lang(pl) {
    font-family: "Montserrat", sans-serif;
  }
  .minicart__product-qty-col {
    background-color: #f5f5f5;
  }
  .minicart__product-row-inner {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
  .minicart__product-row--last .minicart__product-cell {
    padding: 0;
  }
  .minicart__product-image-inner {
    border: 1px solid #dadada;
    padding: 0.625rem;
  }
  .minicart__product-detail {
    text-align: left;
    position: relative;
  }
  .minicart__product-detail .product-badge {
    display: none;
  }
  .minicart__product-detail .engraving-info {
    position: relative;
    bottom: 18px;
  }
  .mimicart__product-title {
    margin: 0 0 1.25rem;
  }
  .mimicart__product-title .product-tile__name {
    margin: 0;
  }
  .minicart__product-subtitle {
    margin: 0 0 1.25rem;
  }
  .minicart__product-remove {
    position: absolute;
    left: 15px;
    bottom: 0;
    color: #999;
    text-transform: none;
  }
  .minicart__product-remove::before {
    margin: 0 0.3125rem 0 0;
    font-size: 0.875rem;
    font-family: "lnc-icons";
    content: "";
  }
  .minicart__subtotal-wrapper {
    background-color: #f5f5f5;
    padding: 1.25rem 3.125rem 1.1875rem;
  }
  .minicart__subtotal {
    font-size: 0.75rem;
    color: #000;
    font-family: "Gotham Bold", Helvetica, Roboto, Arial, sans-serif;
  }
  .minicart__subtotal:lang(pl) {
    font-family: "Montserrat", sans-serif;
  }
  .minicart__subtotal-label {
    margin: 0 0.625rem 0 0;
  }
  .minicart__actions {
    padding: 1.875rem 1.25rem;
  }
  .minicart__paypal {
    vertical-align: middle;
    margin: 0 0.3125rem;
  }
  .minicart__paypal [class*=" icon-"]::before,
  .minicart__paypal [class^=icon-]::before {
    color: #999;
    width: auto;
    font-size: 0.875rem;
  }
  .minicart-empty-wrapper {
    display: none;
    width: 65%;
    left: auto;
    right: 0;
  }
  .minicart-empty__inner {
    background-color: #fff;
  }
  .minicart-empty__main {
    background-color: #f5f5f5;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    justify-content: center;
    align-items: center;
  }
  .minicart-empty__cell {
    text-align: left;
    padding: 0 2.1875rem;
  }
  .minicart-empty__title {
    font-family: "MillerDisplay Light", Helvetica, Roboto, Arial, sans-serif;
    font-size: 2.8125rem;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 2.1875rem;
  }
  .minicart-empty__title:lang(pl) {
    font-family: "Playfair Display", serif;
  }
  .minicart-empty__view-more {
    display: inline-block;
    border-bottom: 1px solid #8a8a8a;
    font-size: 0.875rem;
  }
  .minicart-empty__recommendations-inner {
    padding: 1.5625rem 2.1875rem 0.9375rem;
    text-align: left;
  }
  .minicart-empty__product-list {
    list-style: none;
  }
  .minicart-empty__product-item {
    margin: 0 0 1.875rem;
  }
  .minicart-empty__tile {
    position: relative;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
  .minicart-empty__tile .product_image {
    position: absolute;
  }
  .minicart-empty__tile .product-tile__image {
    display: block;
    border: 1px solid #dadada;
    flex: 1;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    justify-content: center;
    align-items: center;
  }
  .minicart-empty__tile .product-tile__link {
    flex: 1;
  }
  .minicart-empty__tile .product-tile__firstpart {
    flex: 1;
  }
  .minicart-empty__tile .product-tile__info {
    flex: 2;
    padding: 0 0 1.25rem 1.875rem;
    position: relative;
  }
  .minicart-empty__tile .product-tile__heading {
    justify-content: flex-start;
    height: 2.1875rem;
  }
  .minicart-empty__tile .product-tile__end-components {
    margin-top: 0.625rem;
  }
  .minicart-empty__tile .product-tile__name {
    flex: initial;
  }
  .minicart-empty__tile .product-tile__subtitle {
    display: block;
    margin: 0;
    width: 100%;
    text-align: left;
  }
  .minicart-empty__tile .product-tile__price,
  .minicart-empty__tile .product-tile__ratings {
    position: absolute;
    bottom: auto;
    width: 50%;
  }
  .minicart-empty__tile .product-tile__price {
    list-style: none;
    right: 0;
  }
  .minicart-empty__tile .product-tile__price .product_price {
    text-rendering: inherit;
  }
  .minicart-empty__tile .price_per_unit {
    float: none;
    text-align: right;
    padding-top: 20px;
  }
  .minicart-empty__tile .price_per_unit .price_per_unit_label {
    display: none;
  }
  .minicart-empty__tile .product-tile__ratings {
    left: 1.875rem;
    text-align: left;
  }
  .minicart-empty__tile .product-tile__quickview-wrapper {
    display: none;
  }
  .minicart-empty__tile .bv-rating__value {
    vertical-align: sub;
  }
  .minicart-empty__tile .product-shade__carousel--empty,
  .minicart-empty__tile .product-badge {
    display: none;
  }
  .minicart-empty__tile .product-selection-actions {
    display: none;
  }
  .minicart__attributes {
    padding: 0 0 1.125rem;
  }
  .minicart__attributes .label {
    display: none;
  }
  .minicart__attributes .swatch {
    margin: 0 0.3125rem 0 0;
  }
  .minicart__privilege-wrapper {
    padding: 0.9375rem 2.8125rem 0.9375rem 1.875rem;
    text-align: left;
    text-transform: none;
  }
  .minicart__privilege-message {
    font-size: 0.75rem;
  }
  .minicart__privilege-highlight {
    color: #000;
  }
}

@media screen and (min-width: 80em) {
  .minicart:hover .mini-cart-link {
    color: #d51b51;
  }
  .minicart:hover .mini-cart-link::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 7px;
    border-color: transparent transparent #fff;
    border-bottom-style: solid;
    border-top-width: 0;
  }
  .minicart:hover .minicart-empty-wrapper {
    display: block;
  }
}

@media screen and (min-width: 100em) {
  .minicart__products-wrapper {
    max-height: 28.125rem;
  }
}

.align--right {
  justify-content: flex-end;
}

.align--center {
  justify-content: center;
}

.align--justify {
  justify-content: space-between;
}

.align--spaced {
  justify-content: space-around;
}

.align--top {
  align-items: flex-start;
}

.align-self--top {
  align-self: flex-start;
}

.align--bottom {
  align-items: flex-end;
}

.align-self--bottom {
  align-self: flex-end;
}

.align--middle {
  align-items: center;
}

.align-self--middle {
  align-self: center;
}

.align--stretch {
  align-items: stretch;
}

.align-self--stretch {
  align-self: stretch;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media screen and (min-width: 48em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}

@media screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}

@media screen and (min-width: 80em) {
  .xlarge-order-1 {
    order: 1;
  }
  .xlarge-order-2 {
    order: 2;
  }
  .xlarge-order-3 {
    order: 3;
  }
  .xlarge-order-4 {
    order: 4;
  }
  .xlarge-order-5 {
    order: 5;
  }
  .xlarge-order-6 {
    order: 6;
  }
}

.slick-carousel:not(.slick-initialized) .slick-carousel__item {
  display: none;
}

.slick-carousel--loading:not(.slick-initialized) {
  min-height: 290px;
  position: relative;
  position: relative;
}

.slick-carousel--loading:not(.slick-initialized)::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -30px;
  content: "";
  border: 8px solid #cacaca;
  border-radius: 50%;
  border-top: 8px solid #fff;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  display: block;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track::before, .slick-track::after {
  content: "";
  display: table;
}

.slick-track::after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  position: relative;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide > a {
  /* stylelint-disable-line selector-no-type */
  display: block;
}

.slick-slide.slick-loading img {
  /* stylelint-disable-line selector-no-type */
  display: none;
}

.slick-slide.dragging img {
  /* stylelint-disable-line selector-no-type */
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow {
  font-size: 0;
  z-index: 1;
  outline: none;
  padding: 0;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  top: 20%;
  background-image: none;
}

.slick-arrow::before {
  font-size: 1.125rem;
}

.slick-arrow.slick-disabled::before {
  display: none;
}

@media screen and (min-width: 64em) {
  .slick-arrow {
    top: 25%;
    padding: 0.625rem;
  }
}

.slick-prev {
  left: 1.25rem;
}

.slick-prev::before {
  font-family: "lnc-icons";
  content: "";
}

.slick-next {
  right: 1.25rem;
}

.slick-next::before {
  font-family: "lnc-icons";
  content: "";
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  width: 100%;
  list-style: none;
  text-align: center;
  padding: 0 0 0.625rem;
  display: block;
}

.slick-dots li {
  /* stylelint-disable-line selector-no-type */
  background: #fff;
  width: 14px;
  height: 14px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  position: relative;
  display: inline-block;
}

.slick-dots li.slick-active {
  /* stylelint-disable-line selector-no-qualifying-type */
  background: #000;
  border-color: #000;
}

.slick-dots button {
  /* stylelint-disable-line selector-no-type */
  background: transparent;
  font-size: 0;
  line-height: 0;
  width: 14px;
  height: 14px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  display: block;
}

.slick-dots button:hover::before, .slick-dots button:focus::before {
  opacity: 1;
}

.slick-vertical .slick-arrow {
  left: 50%;
  right: auto;
  transform: translateY(0);
  transform: translateX(-50%);
}

.slick-vertical .slick-prev {
  top: -2.5rem;
  bottom: auto;
}

.slick-vertical .slick-prev::before {
  font-family: "lnc-icons";
  content: "";
}

.slick-vertical .slick-next {
  bottom: -2.5rem;
  top: auto;
}

.slick-vertical .slick-next::before {
  font-family: "lnc-icons";
  content: "";
}

.slick-vertical .slick-slide {
  max-width: 100%;
}

.tabs {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  margin: 1.25rem 0;
  list-style-type: none;
  background: #fff;
  border: 0;
}

.tabs::before, .tabs::after {
  content: ' ';
  display: table;
  flex-basis: 0;
  order: 1;
}

.tabs::after {
  clear: both;
}

@media screen and (min-width: 48em) {
  .tabs {
    display: block;
  }
}

.tabs--vertical > li {
  /* stylelint-disable-line selector-no-type */
  width: auto;
  float: none;
  display: block;
}

.tabs--simple > li {
  /* stylelint-disable-line selector-no-type */
}

.tabs--simple > li .tabs-title__link,
.tabs--simple > li > a {
  /* stylelint-disable-line selector-no-type */
  padding: 0;
}

.tabs--simple > li .tabs-title__link:hover,
.tabs--simple > li > a:hover {
  background: transparent;
}

.tabs--simple-small > li {
  /* stylelint-disable-line selector-no-type */
  flex: none;
  min-width: inherit;
}

@media screen and (min-width: 48em) {
  .tabs--simple-small > li {
    margin: 0 0 0.125rem;
  }
}

.tabs--simple-small > li.is-active {
  /* stylelint-disable */
}

.tabs--simple-small > li.is-active .tabs-title__link,
.tabs--simple-small > li.is-active > a {
  /* stylelint-enable */
  background-color: #000;
  color: #fff;
  border-color: #000;
  text-decoration: none;
}

.tabs--simple-small > li.is-active .tabs-title__link:hover,
.tabs--simple-small > li.is-active > a:hover {
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 48em) {
  .tabs--simple-small > li.is-active .tabs-title__link,
  .tabs--simple-small > li.is-active > a {
    padding: 0.4375rem 0.8125rem;
  }
}

.tabs--simple-small > li .tabs-title__link,
.tabs--simple-small > li > a {
  /* stylelint-disable-line selector-no-type */
  padding: 0.375rem 0.625rem;
  text-decoration: underline;
  letter-spacing: 0.125rem;
  font-size: 0.8125rem;
  font-family: "Gotham Book", Helvetica, Roboto, Arial, sans-serif;
  color: #000;
  display: inline-block;
  border: 0;
  line-height: 1.3;
}

.tabs--simple-small > li .tabs-title__link:lang(pl),
.tabs--simple-small > li > a:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

.tabs--simple-small > li .tabs-title__link:hover,
.tabs--simple-small > li > a:hover {
  color: #8a8a8a;
  text-decoration: underline;
}

@media screen and (min-width: 48em) {
  .tabs--simple-small > li .tabs-title__link,
  .tabs--simple-small > li > a {
    padding: 0.4375rem 0.8125rem;
    font-size: 0.75rem;
  }
}

@media screen and (min-width: 48em) {
  .tabs--simple-small > li .tabs-title__heading {
    font-size: 0.75rem;
  }
}

.tabs--simple-small-text > li {
  /* stylelint-disable-line selector-no-type */
  flex: none;
  min-width: inherit;
}

@media screen and (min-width: 48em) {
  .tabs--simple-small-text > li {
    margin: 0 0 0.125rem;
  }
}

.tabs--simple-small-text > li.is-active {
  /* stylelint-disable */
}

.tabs--simple-small-text > li.is-active .tabs-title__link,
.tabs--simple-small-text > li.is-active > a {
  /* stylelint-enable */
  background-color: #000;
  color: #fff;
  border-color: #000;
  text-decoration: none;
}

.tabs--simple-small-text > li.is-active .tabs-title__link:hover,
.tabs--simple-small-text > li.is-active > a:hover {
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 48em) {
  .tabs--simple-small-text > li.is-active .tabs-title__link,
  .tabs--simple-small-text > li.is-active > a {
    padding: 0.4375rem 0.8125rem;
  }
}

.tabs--simple-small-text > li .tabs-title__link,
.tabs--simple-small-text > li > a {
  /* stylelint-disable-line selector-no-type */
  padding: 0.375rem 0.625rem;
  text-decoration: underline;
  letter-spacing: 0.125rem;
  font-size: 0.8125rem;
  font-family: "Gotham Book", Helvetica, Roboto, Arial, sans-serif;
  color: #000;
  display: inline-block;
  border: 0;
  line-height: 1.3;
}

.tabs--simple-small-text > li .tabs-title__link:lang(pl),
.tabs--simple-small-text > li > a:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

.tabs--simple-small-text > li .tabs-title__link:hover,
.tabs--simple-small-text > li > a:hover {
  color: #8a8a8a;
  text-decoration: underline;
}

@media screen and (min-width: 48em) {
  .tabs--simple-small-text > li .tabs-title__link,
  .tabs--simple-small-text > li > a {
    padding: 0.4375rem 0.8125rem;
    font-size: 0.75rem;
  }
}

@media screen and (min-width: 48em) {
  .tabs--simple-small-text > li .tabs-title__heading {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .tabs--simple-small-text {
    /* stylelint-disable */
    background-color: #f5f5f5;
    padding: 1.25rem 0;
    /* stylelint-enable */
  }
  .tabs--simple-small-text > li {
    padding: 0;
  }
  .tabs--simple-small-text > li .tabs-title__link,
  .tabs--simple-small-text > li > a {
    background-color: transparent;
    padding: 0 0.75rem;
  }
  .tabs--simple-small-text > li .tabs-title__link:hover,
  .tabs--simple-small-text > li > a:hover {
    color: #000;
  }
  .tabs--simple-small-text > li.is-active .tabs-title__link,
  .tabs--simple-small-text > li.is-active > a {
    background-color: transparent;
    color: #000;
    border: 0;
    font-family: "Gotham Bold", Helvetica, Roboto, Arial, sans-serif;
    text-decoration: underline;
  }
  .tabs--simple-small-text > li.is-active .tabs-title__link:lang(pl),
  .tabs--simple-small-text > li.is-active > a:lang(pl) {
    font-family: "Montserrat", sans-serif;
  }
  .tabs--simple-small-text > li.is-active .tabs-title__link:hover,
  .tabs--simple-small-text > li.is-active > a:hover {
    color: #000;
    text-decoration: underline;
  }
}

.tabs.primary {
  background: none;
}

.tabs.primary > li {
  /* stylelint-disable-line selector-no-type */
}

.tabs.primary > li .tabs-title__link,
.tabs.primary > li > a {
  /* stylelint-disable-line selector-no-type */
  /* stylelint-disable-next-line sh-waqar/declaration-use-variable */
  color: foreground(#000);
}

.tabs.primary > li .tabs-title__link:hover, .tabs.primary > li .tabs-title__link:focus,
.tabs.primary > li > a:hover,
.tabs.primary > li > a:focus {
  background: smart-scale(#000);
}

.tabs-title {
  justify-content: center;
  float: none;
  display: inline-block;
  flex: 1 1 0px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  min-width: initial;
}

@media screen and (min-width: 48em) {
  .tabs-title {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.tabs-title.is-active .tabs-title__link,
.tabs-title.is-active > a {
  /* stylelint-disable-line selector-no-type */
  background: #000;
  color: #fff;
  border-color: #000;
}

.tabs-title.is-active .tabs-title__link > a {
  /* stylelint-disable-line selector-no-type */
  color: #fff;
}

.tabs-title .tabs-title__heading {
  font-size: 0.8125rem;
  line-height: 1;
  margin: 0;
}

.tabs-title .tabs-title__link,
.tabs-title > a {
  /* stylelint-disable-line selector-no-type */
  background: #fff;
  display: table-cell;
  padding: 0.6rem;
  color: #999;
  font-size: 0.8125rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1;
  height: 50px;
  vertical-align: middle;
  border: 1px solid #dadada;
  font-family: "Gotham Book", Helvetica, Roboto, Arial, sans-serif;
}

.tabs-title .tabs-title__link:lang(pl),
.tabs-title > a:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

.tabs-title .tabs-title__caption {
  margin: 0;
  display: table;
  width: 100%;
}

.tabs-title a > span {
  /* stylelint-disable-line selector-no-type */
  display: block;
}

@media screen and (min-width: 48em) {
  .tabs-title a > span {
    /* stylelint-disable-line selector-no-type */
    display: inline-block;
  }
  .tabs-title.is-active .tabs-title__link,
  .tabs-title.is-active > a {
    /* stylelint-disable-line selector-no-type */
    background: #fff;
    color: #000;
    text-decoration: underline;
  }
  .tabs-title.is-active .tabs-title__link span,
  .tabs-title.is-active > a span {
    /* stylelint-disable-line selector-no-type */
    text-decoration: underline;
  }
  .tabs-title.is-active .tabs-title__link > a {
    /* stylelint-disable-line selector-no-type */
    color: #000;
  }
  .tabs-title .tabs-title__link,
  .tabs-title > a {
    /* stylelint-disable-line selector-no-type */
    color: #000;
    font-size: 1.375rem;
    font-family: "MillerDisplay Light", Helvetica, Roboto, Arial, sans-serif;
    border: none;
    padding: 1rem;
  }
  .tabs-title .tabs-title__link:lang(pl),
  .tabs-title > a:lang(pl) {
    font-family: "Playfair Display", serif;
  }
  .tabs-title .tabs-title__link:hover,
  .tabs-title > a:hover {
    color: #707070;
  }
}

@media screen and (min-width: 64em) {
  .tabs-title .tabs-title__link,
  .tabs-title > a {
    /* stylelint-disable-line selector-no-type */
    font-size: 1.625rem;
  }
}

.tabs-content {
  background: #fff;
  transition: all 0.5s ease;
  border: 0;
}

.tabs-content.vertical {
  border: 1px solid #f5f5f5;
  border-left: 0;
}

.tabs-panel {
  display: block;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

.tabs-panel.is-active {
  visibility: visible;
  height: auto;
  overflow: visible;
}

.clp-headerslot {
  background-color: #f5f5f5;
  text-align: center;
  position: relative;
  padding-bottom: 0;
}

.clp-headerslot.center {
  text-align: center;
}

.clp-headerslot.right {
  text-align: right;
}

.clp-headerslot .navigation_header_image {
  position: relative;
  padding-bottom: 31.3%;
  height: 0;
}

@media screen and (max-width: 47.9375em) {
  .clp-headerslot .navigation_header_image img {
    /* stylelint-disable-line */
    height: 100%;
    position: absolute;
    right: 0;
    max-width: none;
  }
}

@media screen and (min-width: 48em) {
  .clp-headerslot .navigation_header_image {
    padding-bottom: 16.08%;
  }
}

.clp-headerslot-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 1;
  width: 100%;
  text-align: left;
}

.clp-headerslot__mainheader {
  text-transform: uppercase;
  font-size: 1.875rem;
  text-align: center;
  font-family: "MillerDisplay Light", Helvetica, Roboto, Arial, sans-serif;
  letter-spacing: 2px;
  overflow: hidden;
}

.clp-headerslot__mainheader:lang(pl) {
  font-family: "Playfair Display", serif;
}

@media screen and (min-width: 48em) {
  .clp-headerslot__mainheader {
    text-align: left;
    font-size: 2.1875rem;
  }
}

@media screen and (min-width: 100em) {
  .clp-headerslot__mainheader {
    font-size: 3.4375rem;
  }
}

.clp-headerslot__subtitle {
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-family: "Gotham Bold", Helvetica, Roboto, Arial, sans-serif;
  letter-spacing: 2px;
}

.clp-headerslot__subtitle:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

@media screen and (min-width: 48em) {
  .clp-headerslot__subtitle {
    font-size: 0.6875rem;
  }
}

@media screen and (min-width: 80em) {
  .clp-headerslot__subtitle {
    font-size: 0.8125rem;
  }
}

@media screen and (min-width: 48em) {
  .clp-headerslot__details {
    font-size: 0.75rem;
  }
}

@media screen and (min-width: 80em) {
  .clp-headerslot__details {
    font-size: 1rem;
  }
}

.clp-merchandising__link {
  margin-top: 1.875rem;
}

.clp-headerslot-image {
  flex: 1;
}

.breadrumb-navigation__inner {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}

.breadcrumb__item {
  list-style-type: none;
  display: inline-block;
  color: #fff;
  font-size: 0.75rem;
  opacity: 0.5;
  margin-top: 0.3125rem;
}

.breadcrumb__itemlink {
  color: #fff;
  text-decoration: underline;
}

.breadcrumb__itemlink:hover, .breadcrumb__itemlink:focus {
  color: #fff;
}

.breadcrumb__sep::before {
  content: '-';
}

.breadcrumb--large {
  padding: 1.25rem 0.9375rem;
}

.breadcrumb--large .breadrumb-navigation__inner {
  position: relative;
}

.breadcrumb--large .breadcrumb__itemlink {
  color: #000;
}

.breadcrumb--large .breadcrumb__item {
  opacity: 1;
  margin-top: 0;
  color: #000;
}

@media screen and (min-width: 80em) {
  .breadcrumb--large {
    padding: 1.25rem 0.1875rem;
  }
}

.level2-categorylist {
  padding: 1.25rem 0;
  max-height: none;
  background-color: #f5f5f5;
}

@media screen and (min-width: 48em) {
  .level2-categorylist {
    margin: 0 0 1.25rem;
  }
}

@media screen and (min-width: 64em) {
  .level2-categorylist {
    text-align: center;
    background-color: #fff;
    margin: 0;
    line-height: 2.6;
  }
}

.level2-categorylist__listitem {
  display: inline-block;
  padding: 0 0.9375rem;
}

.level2-categorylist__listitemlink {
  color: #000;
  font-size: 0.8125rem;
  text-decoration: underline;
  letter-spacing: 2px;
  font-family: "Gotham Book", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
}

.level2-categorylist__listitemlink:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

.level2-categorylist__listitemlink--active {
  font-family: "Gotham Bold", Helvetica, Roboto, Arial, sans-serif;
}

.level2-categorylist__listitemlink--active:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

.level2-categorylist__container {
  overflow: hidden;
  width: 100%;
}

.searchresult-wrapper {
  padding: 0;
}

.searchresult__page-results {
  flex-grow: 1;
}

.searchresult-container {
  margin-bottom: 3.125rem;
}

.product-sorting__container {
  margin: 1.5625rem auto 0;
}

@media screen and (min-width: 48em) {
  .product-sorting__container {
    margin: 0;
  }
}

.searchresult__productcount {
  line-height: 2;
}

@media screen and (min-width: 48em) {
  .searchresult-wrapper {
    padding: 1.875rem 0 0;
  }
}

@media screen and (max-width: 47.9375em) {
  .refinement__row .selectboxit-text {
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .refinement__row fieldset {
    /* stylelint-disable-line */
    min-width: 0;
  }
}

.carousel {
  position: relative;
  overflow: hidden;
}

.carousel > ul {
  /* stylelint-disable-line */
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

.carousel li {
  /* stylelint-disable-line */
  float: left;
  padding: 0;
  display: inline-block;
}

.carousel > li img {
  /* stylelint-disable-line */
  border: 0;
  display: block;
}

.jcarousel-clip {
  position: relative;
  overflow: hidden;
}

.jcarousel-control {
  position: absolute;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.tile-name__basic {
  font-size: 0.75rem;
  color: #0a0a0a;
  font-family: "Gotham Bold", Helvetica, Roboto, Arial, sans-serif;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  display: inline-block;
  height: auto !important;
  /* stylelint-disable-line declaration-no-important */
  outline: none;
}

.tile-name__basic:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

@media screen and (min-width: 64em) {
  .tile-name__basic {
    font-size: 0.8125rem;
  }
}

.product-wrapper {
  text-align: center;
  margin-bottom: 1.5625rem;
}

@media screen and (min-width: 48em) {
  .product-wrapper {
    margin-bottom: 3.125rem;
  }
}

@media screen and (min-width: 64em) {
  .product-wrapper .product-tile__firstpart:hover .button-block__container {
    display: block;
  }
}

.product-wrapper .product-tile__product-badge {
  display: none;
}

@media screen and (min-width: 48em) {
  .product-wrapper .product-tile__product-badge {
    display: block;
  }
}

.product-tile__heading {
  display: flex;
  margin-top: 0.3125rem;
  justify-content: center;
  height: 3.125rem;
  overflow: hidden;
}

.product-tile__heading .product-tile__name {
  width: 100%;
  flex-basis: 100%;
}

@media screen and (max-width: 63.9375em) {
  .product-tile__heading .product-tile__name {
    flex-basis: 80%;
  }
}

@media screen and (min-width: 80em) {
  .product-tile__heading {
    height: 2.1875rem;
  }
}

.product-tile__name {
  white-space: initial;
}

.product-tile__name:hover {
  text-decoration: underline;
}

.product-tile__firstpart {
  position: relative;
  overflow: hidden;
  max-height: 12.5rem;
}

.productcarousel-list .product-tile__firstpart {
  padding: 0 1.25rem;
}

.product-tile__price {
  color: #0a0a0a;
  font-family: "Gotham Bold", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.8125rem;
  float: none;
  margin-top: 0.625rem;
}

.product-tile__price:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

@media screen and (min-width: 48em) {
  .product-tile__price {
    margin-top: 0;
  }
}

@media screen and (min-width: 64em) {
  .product-tile__price {
    font-size: 0.875rem;
  }
}

.product-price__inner,
.product-price__inner-sale {
  margin-bottom: 0;
  text-rendering: auto;
}

.product-tile__image {
  position: relative;
  padding-bottom: 100%;
  height: 0;
}

.product-price__inner-sale {
  display: inline-block;
}

.price_standard {
  text-decoration: line-through;
  display: inline-block;
  padding-right: 0.3125rem;
}

.price_standard + .product-price__inner-sale {
  color: #d51b51;
  padding-right: 0.3125rem;
}

.from-price {
  font-family: "Gotham Book", Helvetica, Roboto, Arial, sans-serif;
}

.from-price:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

.product-tile__subtitle {
  font-size: 0.75rem;
  color: #999;
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 2px;
}

@media screen and (min-width: 64em) {
  .product-tile__subtitle {
    width: 70%;
    height: 2.1875rem;
  }
}

.product-tile__product-badge {
  font-size: 0.625rem;
  top: 2%;
  left: 5%;
  position: absolute;
  width: 30%;
}

@media screen and (min-width: 48em) {
  .product-tile__end-components {
    margin-top: 1.25rem;
  }
}

.product-tile__shade-clip {
  width: 130px;
  height: 30px;
  margin: 0 auto;
}

.product-tile__product-rating {
  border-right: none;
}

@media screen and (min-width: 48em) {
  .product-tile__product-rating {
    font-size: 0.625rem;
  }
}

@media screen and (min-width: 64em) {
  .product-tile__product-rating {
    border-right: 1px solid #999;
  }
}

.product-tile__product-size {
  margin: 0.625rem 0;
  height: 1.375rem;
}

.button-block__container {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 100%;
  display: none;
}

.product-tile__actionbuttons {
  width: 100%;
  height: 100%;
  padding: 1.875rem 3.125rem 0;
}

.product-tile__quick-shop {
  margin: 1.25rem 0;
}

.product-tile__quick-shop .quickviewbutton {
  padding: 0.9375rem 1rem;
}

.product-tile__load-wrapper {
  width: 100%;
  padding: 0;
  text-align: center;
}

.product-tile__load-more {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

@media screen and (min-width: 48em) {
  .product-tile__load-more {
    display: inline-block;
    width: auto;
    margin: 0 0 1rem 0;
  }
}

@media screen and (min-width: 48em) {
  .product-tile__firstpart {
    max-height: 18.75rem;
  }
}

.product-shade {
  width: 55%;
  margin: auto;
}

.product-tile__shadelink {
  display: block;
  max-height: 100%;
  overflow: hidden;
  height: 22px;
  width: 20px;
  outline: none;
}

.product-tile__shadelink.selected .swatch_image,
.product-tile__shadelink.selected .swatch-color {
  border: 1px solid #000;
}

.swatch_image,
.swatch-color {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  vertical-align: middle;
  display: inline-block;
}

.swatch--medium {
  width: 30px;
  height: 30px;
  display: block;
}

@media screen and (min-width: 48em) {
  .product-tile__shadelink.selected .swatch_image,
  .product-tile__shadelink.selected .swatch-color {
    border-width: 2px;
  }
}

.product-shade__carousel,
.product-shade__carousel--empty {
  height: 30px;
  max-width: 160px;
  margin: 1.25rem auto 0;
  position: relative;
}

.product-shade__clip {
  width: 130px;
  height: 30px;
  margin: 0 auto;
}

/* stylelint-disable */
.shades_carousel {
  height: 30px;
  width: 20000px !important;
  position: absolute;
}

.product-shade__listitem {
  margin: 0 3px;
  width: 20px !important;
  display: block !important;
  opacity: 1 !important;
  position: static !important;
}

/* stylelint-enable */
.product-shade__arrprev {
  left: -4px;
  top: 2px;
}

.product-shade__arrnext {
  right: -4px;
  top: 2px;
}

.inline_rating_link {
  height: 1.375rem;
  vertical-align: top;
  display: inline-block;
}

.bv-rating {
  width: auto;
  vertical-align: top;
  display: inline-block;
  position: relative;
}

.bv-rating__value {
  display: none;
}

.bv-rating_item {
  float: left;
  padding-right: 4px;
  font-size: 0.75rem;
  line-height: 1.375rem;
}

.bv-rating_item::before {
  font-family: "lnc-icons";
  content: "";
}

.bv-rating_empty {
  height: 100%;
  vertical-align: top;
}

.bv-rating_empty .bv-rating_item {
  color: #c7c7c7;
}

.bv-rating_value {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
  display: inline-block;
}

.bv-rating_value .bv-rating_item {
  color: #0a0a0a;
}

.inline_rating_label_link {
  display: none;
}

@media screen and (min-width: 64em) {
  .inline_rating_label_link {
    display: inline-block;
    font-size: 0.75rem;
    color: #999;
    margin-top: 2px;
  }
}

.product-badge {
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 0.625rem;
  padding: 5px;
}

.regular-merchandising-color {
  color: #000;
}

@media screen and (min-width: 64em) {
  .regular-merchandising-color {
    color: #fff;
  }
}

@media screen and (min-width: 64em) {
  .merchandising-spacing-bottom {
    margin-bottom: 1.25rem;
  }
}

.merchandising-slot {
  margin: 0 0 1.5625rem;
}

.clp-merchandising__heading {
  font-size: 1.5625rem;
  font-family: "MillerDisplay Light", Helvetica, Roboto, Arial, sans-serif;
  text-transform: capitalize;
  line-height: 1;
  margin: 0.9375rem 0 1.5625rem;
}

.clp-merchandising__heading:lang(pl) {
  font-family: "Playfair Display", serif;
}

.clp-merchandising__heading.merchandising-small-copy {
  font-family: "Gotham Bold", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.8125rem;
}

.clp-merchandising__heading.merchandising-small-copy:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

@media screen and (min-width: 64em) {
  .clp-merchandising__heading {
    text-transform: uppercase;
    font-size: 3.75rem;
  }
  .clp-merchandising__heading .first {
    font-family: "MillerDisplay Light", Helvetica, Roboto, Arial, sans-serif;
    display: block;
  }
  .clp-merchandising__heading .first:lang(pl) {
    font-family: "Playfair Display", serif;
  }
  .clp-merchandising__heading .second {
    font-family: "MillerDisplay Light", Helvetica, Roboto, Arial, sans-serif;
    font-style: italic;
    display: block;
  }
  .clp-merchandising__heading .second:lang(pl) {
    font-family: "Playfair Display", serif;
  }
  .clp-merchandising__heading.video-title {
    text-transform: capitalize;
    font-size: 2.375rem;
  }
  .clp-merchandising__heading.merchandising-small-copy {
    font-family: "MillerDisplay Light", Helvetica, Roboto, Arial, sans-serif;
    font-size: 2.375rem;
  }
  .clp-merchandising__heading.merchandising-small-copy:lang(pl) {
    font-family: "Playfair Display", serif;
  }
}

.clp-merchandising__subtitle {
  font-size: 1.5625rem;
  font-family: "MillerDisplay Light", Helvetica, Roboto, Arial, sans-serif;
}

.clp-merchandising__subtitle:lang(pl) {
  font-family: "Playfair Display", serif;
}

@media screen and (min-width: 48em) {
  .clp-merchandising__subtitle {
    font-size: 1.5625rem;
  }
}

@media screen and (min-width: 64em) {
  .clp-merchandising__subtitle {
    font-size: 0.8125rem;
    font-family: "Gotham Bold", Helvetica, Roboto, Arial, sans-serif;
  }
  .clp-merchandising__subtitle:lang(pl) {
    font-family: "Montserrat", sans-serif;
  }
}

@media screen and (max-width: 47.9375em) {
  .clp-merchandising__subtitle {
    text-transform: capitalize;
    letter-spacing: normal;
    line-height: 1.1;
  }
}

.clp-merchandising__subheading {
  font-size: 0.8125rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Gotham Bold", Helvetica, Roboto, Arial, sans-serif;
}

.clp-merchandising__subheading:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

@media screen and (min-width: 64em) {
  .clp-merchandising__subheading {
    font-family: "Gotham Book", Helvetica, Roboto, Arial, sans-serif;
  }
  .clp-merchandising__subheading:lang(pl) {
    font-family: "Montserrat", sans-serif;
  }
}

.clp-merchandising__description {
  padding: 0 0.9375rem 0 0;
}

.clp-merchandising__link {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #0a0a0a;
}

.clp-mercandising {
  position: relative;
  padding: 0 10px;
}

@media screen and (min-width: 64em) {
  .clp-mercandising {
    padding: 0;
  }
}

@media screen and (min-width: 64em) {
  .clp-mercandising .video-constructor {
    bottom: 0.625rem;
    right: 1.25rem;
  }
}

@media screen and (min-width: 80em) {
  .clp-mercandising .video-constructor {
    bottom: 75px;
    right: 15px;
  }
}

.clp-merchandising__headerimage {
  position: relative;
  height: 100%;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .clp-merchandising__headerimage {
    text-align: left;
  }
}

.clp-merchandising__container {
  position: static;
  border-bottom: 1px solid #0a0a0a;
  margin: 1.25rem 0 0;
}

@media screen and (min-width: 64em) {
  .clp-merchandising__container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: none;
    margin: 0;
  }
}

@media screen and (min-width: 64em) {
  .clp-merchandising__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
}

.clp-merchandising__inner.end {
  align-items: flex-end;
}

@media screen and (min-width: 64em) {
  .clp-merchandising__inner.end .clp-merchandising__details {
    padding-bottom: 3.125rem;
  }
}

.clp-merchandising__inner.start {
  align-items: flex-start;
}

.clp-merchandising-secondary__inner {
  background-color: #000;
  padding: 0.8125rem;
}

.clp-merchandising-secondary__title {
  font-family: "MillerDisplay Light", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.9375rem;
  color: #fff;
}

.clp-merchandising-secondary__title:lang(pl) {
  font-family: "Playfair Display", serif;
}

@media screen and (min-width: 64em) {
  .clp-merchandising-secondary__title {
    font-size: 1.875rem;
  }
}

.clp-merchandising-secondary__heading {
  color: #999;
  font-size: 0.8125rem;
}

.clp-mercandising--secondary .clp-merchandising__container {
  margin: 0;
  position: relative;
}

@media screen and (min-width: 64em) {
  .clp-mercandising--secondary .clp-merchandising__container {
    margin: 0;
  }
  .clp-mercandising--secondary .clp-merchandising__details {
    padding: 0;
    text-align: left;
  }
}

.clp-merchandising__details {
  position: relative;
  text-align: left;
}

@media screen and (min-width: 64em) {
  .clp-merchandising__details {
    text-align: center;
  }
}

.video-block {
  width: 100%;
  clear: both;
  flex-direction: column;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

@media screen and (min-width: 48em) {
  .video-block {
    flex-direction: row;
  }
}

.video-block iframe + .video-constructor {
  /* stylelint-disable-line selector-no-type */
  display: none;
}

.video-block iframe {
  /* stylelint-disable-line selector-no-type */
  min-height: 100%;
}

@media screen and (min-width: 48em) {
  .video-block .video-constructor {
    bottom: 4.0625rem;
  }
}

@media screen and (min-width: 64em) {
  .video-block .video-constructor {
    bottom: 1.25rem;
  }
}

.video-block.opened .video-constructor {
  display: none;
}

.video-block__youtube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: stretch;
}

.video-block__iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}

.video-block__cover {
  width: 100%;
  position: relative;
}

.video-block__inner {
  position: relative;
  cursor: pointer;
}

.video-block__info-label {
  font-family: "Gotham Bold", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 1.25rem 1.25rem 0 0;
}

.video-block__info-label:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

@media screen and (min-width: 48em) {
  .video-block__info-label {
    padding: 0.625rem;
    margin: 0;
    color: #fff;
    background: #000;
    float: left;
    font-size: 0.875rem;
  }
}

.video-block__info {
  position: relative;
}

.video-block__info-subtitle {
  color: #999;
  font-size: 0.875rem;
}

.video-block__info-cta {
  color: #000;
}

.video-block__info-cta:hover {
  text-decoration: underline;
}

.video-block__info-title {
  font-family: "MillerDisplay Light", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.5625rem;
  border-bottom: 2px solid #000;
  padding: 0 1.875rem 1.25rem 0;
  position: relative;
}

.video-block__info-title:lang(pl) {
  font-family: "Playfair Display", serif;
}

.video-block__info-title::after {
  right: 0;
  font-family: "lnc-icons";
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

@media screen and (min-width: 48em) {
  .video-block__info-title {
    font-size: 1.875rem;
    clear: both;
    border-bottom: none;
    padding: 0.625rem 0;
    line-height: 1.875rem;
  }
  .video-block__info-title::after {
    display: none;
  }
}

.video-block--small {
  display: block;
}

@media screen and (min-width: 48em) {
  .video-block--small .video-block__info-title {
    font-size: 1.5625rem;
  }
}

.video-block--small .video-block__info-title {
  max-width: none;
}

.video-block--small .video-block__inner {
  padding-left: 0;
}

.video-block--small .video-block__info {
  padding: 0.625rem;
}

.video-block--small .video-block__info-label {
  font-family: "Gotham Medium", Helvetica, Roboto, Arial, sans-serif;
  padding: 0;
  color: #000;
  background: transparent;
}

.video-block--small .video-block__info-label:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

.video-constructor {
  width: 50px;
  height: 50px;
  padding: 0;
  border: 2px solid #fff;
  border-radius: 50%;
  right: 1.875rem;
  bottom: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  pointer-events: none;
}

@media screen and (min-width: 64em) {
  .video-constructor {
    right: 1.875rem;
    bottom: 4.0625rem;
  }
}

.video-constructor--centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-constructor__arrow {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent transparent #fff;
  border-left-style: solid;
  border-right-width: 0;
}

.js-video,
.js-youtube-video {
  position: relative;
  cursor: pointer;
}

.refinement__wrapper {
  padding: 0;
}

.refinements__controls {
  display: flex;
}

.refinements__controls .back,
.refinements__controls .results {
  font-size: 0.6875rem;
  line-height: 1.7;
}

.refinements__accordion--small {
  justify-content: space-around;
}

.refinements__accordion--small .selected .refinement__accordion-link {
  color: #000;
  border-color: #000;
}

.refinements__accordion--small .refinement {
  border: none;
}

.refinements__accordion--small .refinement__title {
  font-size: 1rem;
  font-family: "Gotham Medium", Helvetica, Roboto, Arial, sans-serif;
  line-height: 1.1;
}

.refinements__accordion--small .refinement__title:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

.refinements__accordion--small .refinement__headline-button-wrapper {
  border: 0;
}

.refinements__accordion--small .refinement-filters {
  max-height: 85vh;
  overflow: auto;
}

.refinements__controls--bottom {
  width: 100%;
  position: fixed;
  bottom: 0;
}

.refinements-button__reset,
.refinements-button__apply {
  font-size: 0.6875rem;
  font-family: "Gotham Medium", Helvetica, Roboto, Arial, sans-serif;
  line-height: 1.7;
}

.refinements-button__reset:lang(pl),
.refinements-button__apply:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

.refinements-button__reset {
  background: #eaeaea;
  color: #b9b9b9;
}

.refinement__headline-button-wrapper {
  border-bottom: 1px solid #dadada;
}

.refinement__headline-button {
  background: #e8e8e8;
  display: block;
  padding: 15px 20px;
  margin: 0;
  font-size: 0.75rem;
  outline: 0;
}

.refinement__headline-button::after {
  content: "+";
  float: right;
}

.refinement__headline-button.ui-state-active::after {
  content: "-";
}

.refinement__accordion-items {
  display: flex;
  list-style: none;
  font-size: 0.75rem;
}

.refinement__accordion-item {
  margin: 0.625rem 0;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.refinement__accordion-priceslider .refinement__accordion-item {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.refinement__accordion-link {
  width: 100%;
  display: flex;
  border-radius: 5px;
  border-color: #989898;
  color: #989898;
  font-family: "Gotham Medium", Helvetica, Roboto, Arial, sans-serif;
  word-break: break-word;
  padding: 0.9375rem 0.3125rem;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}

.refinement__accordion-link:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

.refinement__headline-count.has-filter {
  border-radius: 10px;
  background-color: #000;
  color: #fff;
  font-size: 0.5625rem;
  line-height: 2;
  height: 18px;
  min-width: 18px;
  display: inline-block;
  text-align: center;
  margin-left: 5px;
  padding: 0 5px;
}

.refinement__list {
  display: block;
  list-style: none;
}

.refinement__item {
  font-size: 0.75rem;
  text-transform: uppercase;
  padding: 0.3125rem 0;
}

.refinement__item.selected,
.refinement__link:hover {
  font-weight: bold;
}

.refinement__link {
  color: #000;
}

.refinement__wrapper {
  padding: 0;
}

@media screen and (min-width: 64em) {
  .refinement__wrapper {
    padding: 0 0.9375rem;
  }
}

.refinement__row {
  padding: 2.1875rem 1.875rem 2.5rem;
}

@media screen and (min-width: 64em) {
  .refinement__row {
    padding: 0;
  }
}

.refinement__slider-label {
  color: #b4b4b5;
  font-family: "Gotham Medium", Helvetica, Roboto, Arial, sans-serif;
  text-align: center;
  font-size: 0.875rem;
}

.refinement__slider-label:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

.refinement__row-filters-button {
  font-size: 0.9375rem;
  padding: 0.875rem 0.75rem;
  border: 1px solid #dadada;
  letter-spacing: 2px;
}

.refinement__clear {
  font-size: 0.6875rem;
  display: inline-block;
  color: #8a8a8a;
  position: relative;
  margin: 0.625rem;
}

.refinement__clear::after {
  content: "X";
  display: inline-block;
  margin: 0 0 0 0.3125rem;
}

@media screen and (min-width: 48em) {
  .refinement__wrapper {
    padding: 0 0.9375rem;
  }
  .refinement__slider-label {
    margin: 0;
  }
  .refinement__clear {
    margin: 0.625rem 0;
  }
}

.searchpage-navigation {
  margin: 0 0 3.125rem;
}

.searchpage-navigation__list {
  list-style: none;
}

.searchpage-navigation__item {
  padding: 0.3125rem 0;
  font-size: 0.8125rem;
}

.searchpage-navigation__link {
  color: #999;
}

.searchpage-navigation__link--active {
  color: #000;
}

.searchpage__menu-list {
  padding: 1.25rem 0.9375rem;
}

@media screen and (min-width: 48em) {
  .searchpage__menu-list {
    padding: 0 0.9375rem 1.25rem;
  }
}

.product-thumbnails__link {
  text-align: center;
}

.thumbnail-popup__content {
  padding: 3.125rem 0 0.9375rem;
}

@media screen and (max-width: 47.9375em) {
  .product-thumbnails__container:not(.slick-initialized) .product-thumbnails__item:not(:first-child) {
    display: none;
  }
}

@media screen and (min-width: 48em) {
  .product-thumbnails {
    padding: 0;
    margin-top: 6.25rem;
  }
  .product-thumbnails__container {
    margin: 1.5625rem 0 0;
  }
  .product-thumbnails__link {
    max-width: 60px;
    margin: 0 auto;
    border: 1px solid transparent;
    outline: none;
    display: block;
    margin-bottom: 0.625rem;
  }
  .product-thumbnails__link--active {
    border-color: #000;
  }
}

@media screen and (min-width: 64em) {
  .product-thumbnails {
    margin-left: 0.625rem;
  }
}

@media screen and (min-width: 80em) {
  .product-thumbnails {
    margin-left: 0;
  }
}

.ui-dialog {
  min-width: 650px;
  background-color: #fff;
  padding: 30px;
  z-index: 930;
}

.ui-dialog:focus {
  outline: none;
}

.ui-widget-overlay {
  background: rgba(0, 0, 0, 0.45);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 928;
}

.ui-dialog-title,
.ui-button-text {
  display: none;
}

.ui-dialog-titlebar-close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 5;
  padding: 0 0.3125rem;
  outline: 0;
}

.ui-icon-closethick {
  cursor: pointer;
}

.ui-icon-closethick::before {
  font-family: "lnc-icons";
  content: "";
  font-size: 1.125rem;
  color: #000;
}

.quickview {
  overflow: hidden;
}

.quickview .ui-dialog-content {
  overflow: auto;
}

.quickview .pdp__topcontent {
  border: none;
}

.quickview .go_pdp,
.quickview .pdp__subtitle {
  display: none;
}

.quickview .product-variation-shade__list {
  padding: 0 0.9375rem;
}

.quickview .product-variation-shade__item {
  margin: 0.1875rem;
}

.quickview .product-variation-size__item {
  max-width: none;
}

.quickview .pdp__detail {
  margin: 0;
  padding: 0 0.9375rem;
}

.quickview .pdp__detail .product__name {
  font-size: 1.875rem;
}

.quickview .pdp__engraving {
  padding-right: 1.5625rem;
}

.quickview .product-variation-size .slick-arrow {
  padding: 0.125rem;
}

.quickview .product-variation-size .slick-prev {
  left: -2%;
}

.quickview .product-variation-size .slick-next {
  right: -2%;
}

.quickview .loader {
  position: absolute;
}

@media screen and (min-width: 64em) {
  .quickview .pdp__action-qty {
    padding: 0 0.125rem 0 0;
  }
  .quickview .product-variation-size__price {
    font-size: 0.625rem;
  }
}

.dialog-notifyme__formfield {
  display: block;
}

.dialog-notifyme__formfield .form--error {
  margin: 0;
  position: static;
}

.dialog-notifyme__formfield .notifyemail {
  width: 100%;
}

.dialog-notifyme__subtitle {
  font-family: "Gotham Medium", Helvetica, Roboto, Arial, sans-serif;
  text-transform: none;
  font-size: 1.25rem;
}

.dialog-notifyme__subtitle:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

.dialog-notifyme__text {
  font-size: 0.8125rem;
}

.dialog-notifyme__buttons {
  padding: 0.9375rem 0 0;
}

.dialog-notifyme__buttons .c-button {
  margin-right: 0.625rem;
}

.dialog-engraving__info {
  margin: 0.625rem 0 0;
}

.dialog-engraving__text {
  margin: 0 0 0.1875rem;
  font-size: 0.75rem;
}

.dialog-engraving__button {
  padding: 0.9375rem 0 0;
}

@media screen and (min-width: 48em) {
  .dialog-engraving__info {
    text-align: left;
    margin: 0;
  }
  .dialog-engraving__button {
    padding: 1.25rem 0 0;
  }
}

.pdp__detail {
  padding: 0.75rem 0.75rem 0;
  margin: 0;
  box-sizing: border-box;
}

.pdp__detail .product__name {
  margin: 0 0 0.625rem;
  font-size: 1.5625rem;
  font-family: "MillerDisplay Light", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  line-height: 1.2;
  display: block;
}

.pdp__detail .product__name:lang(pl) {
  font-family: "Playfair Display", serif;
}

.pdp__subtitle {
  margin: 0 0 1.0625rem;
  font-size: 0.75rem;
  font-family: "Gotham Bold", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  display: block;
}

.pdp__subtitle:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

@media screen and (min-width: 80em) {
  .pdp__curalate {
    padding: 0 4%;
  }
}

.recommendations_block .recommendation_title {
  display: none;
}

.pdp__primary-image-wrapper {
  margin: 0 auto;
  float: none;
}

.pdp__primary-image-wrapper .product_image_wrapper {
  outline: none;
}

.pdp__primary-image {
  margin: 0;
  width: 100%;
}

.pdp__zoom-wrap {
  display: inline-block;
}

.pdp__total-reviews {
  margin: 0 0 0.9375rem;
}

.pdp__main-image {
  position: relative;
  padding: 0 0 1.25rem;
  -webkit-transition: margin-top 300ms ease-in;
  -moz-transition: margin-top 300ms ease-in;
  -o-transition: margin-top 300ms ease-in;
  transition: margin-top 300ms ease-in;
}

.pdp__main-image .product-badge {
  width: auto;
  right: 10%;
  left: auto;
  top: 0;
  font-size: 0.875rem;
  letter-spacing: 0.125rem;
  line-height: 1;
  z-index: 1;
}

@media screen and (min-width: 48em) {
  .pdp__main-image .product-badge {
    right: 15%;
  }
}

.pdp__price-holder {
  align-items: baseline;
  margin: 0 0 1.25rem;
  overflow: hidden;
}

.pdp__price-holder .availability {
  text-transform: uppercase;
  color: #8a8a8a;
  font-size: 0.75rem;
}

.pdp__price-holder .availability_value {
  margin: 0;
}

.pdp__price-holder .availability_label {
  display: none;
}

.pdp__price-holder .pdp__main-price {
  margin: 0 0.75rem 0 0;
  float: left;
  font-size: 1.25rem;
}

.pdp__price-holder .product-price__inner {
  margin: 0;
  display: inline-block;
  text-rendering: initial;
}

.pdp__availability,
.price_per_unit {
  float: left;
  padding: 0.5rem 0.375rem 0;
}

.price_per_unit {
  color: #8a8a8a;
  font-size: 0.75rem;
}

.mini_cart_pricing .price_per_unit_label {
  display: none;
}

.mini_cart_pricing .price_per_unit {
  float: none;
  text-align: center;
  font-size: 80%;
}

.product_price_item .price_per_unit_value {
  display: inline-block;
}

.product_list_item .price_per_unit {
  float: none;
  padding: 0;
}

.pdp__action-holder {
  margin: 0 0 1.125rem;
  /* stylelint-disable selector-no-type, selector-no-qualifying-type */
  /* stylelint-enable */
}

.pdp__action-holder::before, .pdp__action-holder::after {
  content: ' ';
  display: table;
  flex-basis: 0;
  order: 1;
}

.pdp__action-holder::after {
  clear: both;
}

.pdp__action-holder .pdp__quantity-error {
  position: static;
  font-size: 0.75rem;
  margin: 0.3125rem 0 0;
}

.pdp__action-holder .quantity > label {
  /* stylelint-disable-line */
  display: none;
}

.pdp__action-holder .quantity .selectboxit-container span, .pdp__action-holder .quantity .selectboxit-container .selectboxit-options a {
  /* stylelint-disable-line */
  height: 2.8125rem;
  line-height: 2.8125rem;
}

.pdp__action-holder .button {
  display: inline-block;
  vertical-align: middle;
  padding: 0.9375rem 0.75rem;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out, border-color 0.25s ease-out;
  font-size: 0.75rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  border: 1px solid transparent;
  font-family: "Gotham Book", Helvetica, Roboto, Arial, sans-serif;
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

[data-whatinput='mouse'] .pdp__action-holder .button {
  outline: 0;
}

@media screen and (min-width: 64em) {
  .pdp__action-holder .button {
    font-size: 0.8125rem;
  }
}

@media screen and (min-width: 48em) {
  .pdp__action-holder .button {
    padding: 0.9375rem 1.875rem;
  }
}

@media screen and (max-width: 63.9375em) {
  .pdp__action-holder .button {
    transition: none;
  }
}

.pdp__action-holder .button:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

.pdp__action-holder .button:hover, .pdp__action-holder .button:focus {
  background-color: #d61b52;
  color: #fff;
  border-color: transparent;
}

.pdp__action-holder .button.comingsoon {
  display: inline-block;
  vertical-align: middle;
  padding: 0.9375rem 0.75rem;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out, border-color 0.25s ease-out;
  font-size: 0.75rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  border: 1px solid transparent;
  font-family: "Gotham Book", Helvetica, Roboto, Arial, sans-serif;
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  cursor: default;
}

[data-whatinput='mouse'] .pdp__action-holder .button.comingsoon {
  outline: 0;
}

@media screen and (min-width: 64em) {
  .pdp__action-holder .button.comingsoon {
    font-size: 0.8125rem;
  }
}

@media screen and (min-width: 48em) {
  .pdp__action-holder .button.comingsoon {
    padding: 0.9375rem 1.875rem;
  }
}

@media screen and (max-width: 63.9375em) {
  .pdp__action-holder .button.comingsoon {
    transition: none;
  }
}

.pdp__action-holder .button.comingsoon:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

.pdp__action-holder .button.comingsoon:hover, .pdp__action-holder .button.comingsoon:focus {
  background-color: #000;
  color: #fff;
  border-color: transparent;
}

.pdp__action-holder .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.pdp__action-holder a.button.comingsoon {
  display: inline-block;
  vertical-align: middle;
  padding: 0.9375rem 0.75rem;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out, border-color 0.25s ease-out;
  font-size: 0.75rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  border: 1px solid transparent;
  font-family: "Gotham Book", Helvetica, Roboto, Arial, sans-serif;
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  cursor: pointer;
}

[data-whatinput='mouse'] .pdp__action-holder a.button.comingsoon {
  outline: 0;
}

@media screen and (min-width: 64em) {
  .pdp__action-holder a.button.comingsoon {
    font-size: 0.8125rem;
  }
}

@media screen and (min-width: 48em) {
  .pdp__action-holder a.button.comingsoon {
    padding: 0.9375rem 1.875rem;
  }
}

@media screen and (max-width: 63.9375em) {
  .pdp__action-holder a.button.comingsoon {
    transition: none;
  }
}

.pdp__action-holder a.button.comingsoon:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

.pdp__action-holder a.button.comingsoon:hover, .pdp__action-holder a.button.comingsoon:focus {
  background-color: #d61b52;
  color: #fff;
  border-color: transparent;
}

.pdp__action-inner {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.pdp__action-inner .quantity_error {
  display: none !important;
  /* stylelint-disable-line */
}

.pdp__action-qty {
  padding: 0 1.125rem 0 0;
  box-sizing: border-box;
}

.pdp__actions-list {
  margin: 0 0 0.9375rem;
  line-height: 1.1;
}

.pdp__actions-list .wishlist_action {
  text-decoration: none;
}

.pdp__message-info {
  margin: 0 0 1.5625rem;
}

.pdp__privilege-distance {
  margin: 0 0 0.3125rem;
  font-size: 0.75rem;
  color: #8a8a8a;
}

.pdp__privilege-distance--top {
  color: #fff;
  font-size: 1rem;
  background: #d51b51;
  text-transform: uppercase;
  margin: 0;
}

.pdp__privilege-distance--top .recommendation_message {
  padding: 0.75rem 0;
  display: inline-block;
}

.pdp__privilege-distance--top .amount {
  font-family: "Gotham Bold", Helvetica, Roboto, Arial, sans-serif;
}

.pdp__privilege-distance--top .amount:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

.pdp__producttabs {
  padding: 0.625rem 0 0;
}

.pdp__tabs-list {
  margin: 0 0 1.25rem;
}

.pdp__tabs-content {
  padding: 0 0.75rem;
}

.pdp__content-title {
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-family: "Gotham Bold", Helvetica, Roboto, Arial, sans-serif;
  margin: 0 0 0.3125rem;
}

.pdp__content-title:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

.pdp__content-text,
.pdp__tabs-panel {
  font-size: 0.8125rem;
}

@media screen and (max-width: 47.9375em) {
  .tabs-title.product-recommendations__title .tabs-title__link,
  .tabs-title.product-recommendations__title > a {
    /* stylelint-disable-line selector-no-type */
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60px;
  }
}

@media screen and (min-width: 48em) {
  .pdp__topcontent {
    border-bottom: 1px solid #dadada;
  }
  .pdp__topcontent .pdp__topcontent-primary-image {
    margin: 0;
  }
  .pdp__detail {
    padding: 0 1.5625rem;
    margin: 0 -1.5625rem;
  }
  .pdp__detail .product__name {
    font-size: 1.75rem;
  }
  .pdp__message-info {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
  .pdp__actions-list,
  .pdp__privilege-distance {
    text-align: left;
  }
  .pdp__actions-list {
    margin: 0 0 0.5rem;
  }
  .pdp__tabs-list {
    margin: 0;
    display: block;
    padding: 0 0.3125rem 0 0;
    white-space: normal;
    overflow: initial;
    text-align: left;
  }
  .pdp__tabs-content {
    padding: 0;
  }
  .pdp__tabs-title {
    padding: 0;
    display: block;
  }
  .pdp__content {
    padding: 1.5625rem 0 0;
    margin-bottom: 45px;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
  .pdp__producttabs {
    padding: 0 2.1875rem 0 0;
    border-right: 1px solid #dadada;
  }
}

@media screen and (min-width: 64em) {
  .pdp__tabs-list {
    padding: 0 1.875rem 0 0;
  }
}

@media screen and (min-width: 80em) {
  .pdp__detail .product__name {
    font-size: 2.5rem;
  }
  .pdp__tabs-list {
    padding: 0 3.5rem 0 0;
  }
}

@media screen and (max-width: 99.9375em) {
  .pdp__detail {
    margin: 0;
  }
}

.pdp__engraving {
  background-color: #fcf3f8;
  padding: 1.25rem;
  margin: 0 0 0.9375rem;
}

.pdp__engraving .pdp__engraving-label {
  margin: 0;
}

.pdp__engraving-message {
  font-size: 0.75rem;
}

.pdp__engraving-checkbox {
  padding: 0 0 0 2.1875rem;
  margin: 0;
}

.pdp__engraving-value {
  font-size: 0.8125rem;
  font-family: "Gotham Bold", Helvetica, Roboto, Arial, sans-serif;
  color: #d61b52;
  text-transform: uppercase;
}

.pdp__engraving-value:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

.product_engraving_edit_cont .personal-engraving__count {
  position: relative;
  float: right;
  margin-right: 0;
}

.engraving_confirm_controls_cont .form-field__label-value {
  color: #d61b52;
}

@media screen and (min-width: 80em) {
  .pdp__engraving {
    padding: 1.25rem 4.6875rem 1.25rem 2.1875rem;
  }
}

.product-variations {
  position: relative;
  margin: 0.9375rem 0;
}

.product-variations::before, .product-variations::after {
  content: ' ';
  display: table;
  flex-basis: 0;
  order: 1;
}

.product-variations::after {
  clear: both;
}

.product-variations .slick-arrow {
  top: 50%;
  padding: 0.3125rem;
}

@media screen and (max-width: 47.9375em) {
  .product-variations .product-variations--carousel {
    white-space: nowrap;
    overflow: auto;
    font-size: 0;
    max-width: 100%;
    text-align: center;
  }
}

@media screen and (min-width: 48em) {
  .product-variations {
    margin: 1.25rem 0;
  }
  .product-variations .scrollable-content {
    display: block;
  }
}

.product-variation-size {
  list-style-type: none;
  margin: 0 -0.4375rem;
}

.product-variation-size::before, .product-variation-size::after {
  content: ' ';
  display: table;
  flex-basis: 0;
  order: 1;
}

.product-variation-size::after {
  clear: both;
}

.product-variation-size .slick-prev {
  left: -4%;
}

.product-variation-size .slick-next {
  right: -4%;
}

.product-variation-size__list + .selectboxit-container {
  display: none;
}

.product-variation-size__item {
  float: left;
  font-size: 1rem;
  font-family: "Gotham Bold", Helvetica, Roboto, Arial, sans-serif;
  min-width: 130px;
}

.product-variation-size__item:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

.product-variation-size__inner {
  border: 1px solid #dadada;
  padding: 0.625rem;
  margin: 0 0.4375rem;
  cursor: pointer;
  text-align: center;
}

.product-variation-size__price {
  font-size: 0.8125rem;
  font-family: "Gotham Book", Helvetica, Roboto, Arial, sans-serif;
  color: #8a8a8a;
}

.product-variation-size__price:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

.product-variation-size--selected {
  border: 1px solid #000;
}

@media screen and (min-width: 48em) {
  .product-variation-size__inner {
    text-align: left;
  }
  .product-variation-size__item {
    min-width: inherit;
  }
}

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .product-variation-size__price {
    font-size: 0.6875rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .product-variation-size__list {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
}

.product-variation-shade__holder {
  margin: 0 -0.625rem 0.9375rem;
}

.product-variation-shade__holder .slick-prev {
  left: 0;
}

.product-variation-shade__holder .slick-next {
  right: 0;
}

.product-variation-shade__actioninfo {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.product-variations__item {
  display: inline-block;
}

.product-variation-shade__label {
  font-family: "Gotham Bold", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.75rem;
  color: #8a8a8a;
  text-transform: uppercase;
  margin: 0 0 0.875rem;
}

.product-variation-shade__label:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

.product-variation-shade__explore {
  font-family: "Gotham Bold", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  text-decoration: underline;
  text-align: right;
}

.product-variation-shade__explore:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

.product-variation-shade--change {
  display: inline-block;
}

.product-variation-shade--change::after {
  font-size: 0.625rem;
  display: inline-block;
  padding: 0 0 0 0.625rem;
  vertical-align: top;
  font-family: "lnc-icons";
  content: "";
}

.product-variation-shade--open::after {
  font-family: "lnc-icons";
  content: "";
}

.product-variation-shade__item {
  display: inline-block;
  margin: 0.25rem 0.5625rem;
  padding: 0 0 0.25rem;
  border-bottom: 1px solid transparent;
}

.product-variation-shade__item .swatch-color,
.product-variation-shade__item .swatch-image-color {
  display: block;
  width: 100%;
  height: 100%;
}

.product-variation-shade__item:hover, .product-variation-shade__item.selected {
  border-bottom: 1px solid #000;
}

.product-variation-shade--multiexpanded {
  display: block;
}

.product-variation-shade__multi-tabs {
  margin: 0 0 1.25rem;
  display: block;
  text-align: left;
}

.product-variation-shade__tabs-title {
  padding: 0;
}

.product-variation-shade__info {
  margin: 0 0 0.75rem;
}

.product-variation-shade__info::before, .product-variation-shade__info::after {
  content: ' ';
  display: table;
  flex-basis: 0;
  order: 1;
}

.product-variation-shade__info::after {
  clear: both;
}

.product-variation-shade__title {
  font-family: "Gotham Bold", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  margin: 0.125rem 0.9375rem 0 0;
  float: left;
}

.product-variation-shade__title:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

.product-variation-shade__name {
  font-size: 0.75rem;
  color: #8a8a8a;
  text-transform: uppercase;
  float: left;
  letter-spacing: 0.125rem;
}

.product-variation-shade__detail {
  margin: 0 0 0.9375rem;
}

.product-variation-shade__detail::before, .product-variation-shade__detail::after {
  content: ' ';
  display: table;
  flex-basis: 0;
  order: 1;
}

.product-variation-shade__detail::after {
  clear: both;
}

@media screen and (min-width: 48em) {
  .product-variation-shade__holder {
    margin: 0;
  }
  .product-variation-shade__list,
  .product-variation-shade__multi-content {
    padding: 0 3.4375rem;
    margin: 0 auto;
  }
  .product-variation-shade__item {
    float: left;
    margin: 0.25rem 0.5rem;
  }
  .product-variation-shade__label {
    margin: 0 0 1.125rem;
  }
  .product-variation-shade__explore {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
  }
  .product-variation-shade__info {
    margin: 0 0 0.75rem 0.5rem;
  }
}

@media screen and (max-width: 79.9375em) {
  .product-variation-shade__list,
  .product-variation-shade__multi-content {
    padding: 0;
  }
}

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .product-variation-shade__list,
  .product-variation-shade__multi-content {
    padding: 0 0.3125rem;
  }
  .product-variation-shade__item {
    margin: 0.25rem 0.3125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .product-variation-shade__detail {
    white-space: nowrap;
    overflow: auto;
    margin: 0 -0.625rem 0.9375rem;
  }
  .product-variation-shade__detail:last-child {
    margin-bottom: 0;
  }
}

.c-accordion__item {
  margin: 0;
}

.c-accordion__item.is-active {
  margin: 0 0 0.9375rem;
}

@media screen and (max-width: 47.9375em) {
  .c-accordion__item {
    border: 0 0 2px solid #8a8a8a;
  }
  .c-accordion__item.is-active {
    border-bottom: 2px solid #eee;
  }
}

.c-accordion__title {
  position: relative;
  display: block;
  background: #fefefe;
  font-size: 0.875rem;
  color: #0a0a0a;
  padding: 0.9375rem 1.25rem;
  outline: 0;
  border-bottom: 2px solid #eee;
  text-transform: uppercase;
}

.c-accordion__title::after {
  content: "+";
  margin: -0.5rem 0 0;
}

.c-accordion__item.is-active .c-accordion__title::after {
  content: "–";
}

@media screen and (max-width: 47.9375em) {
  .c-accordion__title {
    font-weight: bold;
  }
  .c-accordion__title::after {
    position: absolute;
    top: 42%;
    right: 1rem;
    font-size: 1.0625rem;
  }
}

@media screen and (min-width: 48em) {
  .c-accordion__title {
    display: inline-block;
    padding: 0;
    margin: 0 0 0.9375rem;
    border-bottom: 1px solid #0a0a0a;
    font-size: 0.9375rem;
    background: transparent;
    text-transform: uppercase;
    cursor: pointer;
  }
  .c-accordion__title::after {
    margin: 0 0 0 0.3125rem;
  }
}

.c-accordion__content {
  display: none;
}

.slider {
  position: relative;
  height: 8px;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #eee;
  border: none;
  cursor: pointer;
  user-select: none;
  touch-action: none;
}

.slider::after, .slider::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #eee;
  border-radius: 60%;
  display: block;
  position: absolute;
}

.slider::after {
  right: -5px;
  top: 0;
}

.slider::before {
  left: -5px;
  top: 0;
}

.slider__fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 8px;
  background-color: #0a0a0a;
  transition: all 0.2s ease-in-out;
}

.slider__fill.is-dragging {
  transition: all 0s linear;
  /* stylelint-disable-line */
}

.slider__handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #0a0a0a;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
  outline: 0;
}

[data-whatinput='mouse'] .slider__handle {
  outline: 0;
}

.slider__handle:hover {
  background-color: #090909;
}

.slider__handle.is-dragging {
  transition: all 0s linear;
  /* stylelint-disable-line */
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}

.slider.vertical .slider__fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}

.slider.vertical .slider__handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 16px;
  height: 16px;
  transform: translateX(-50%);
}

.slider__start-text,
.slider__end-text {
  position: absolute;
  top: 100%;
  margin-top: 0.25rem;
  display: none;
}

.slider__start-text {
  left: -1.75rem;
}

.slider__end-text {
  right: -1.75rem;
}

.slider__handle--left {
  margin-left: -1px;
}

.slider__handle--right {
  margin-right: -1px;
}

.sendtofriend__buttons {
  text-align: right;
  padding: 1.25rem 0 0;
}

.sendtofriend__object-label {
  margin: 0 0 0.3125rem;
}

.sendtofriend__introduction_text {
  font-size: 0.75rem;
  padding: 0.625rem;
  border: 1px solid #999;
  margin: 0 0 1.25rem;
}

.sendtofriend__product-title {
  font-family: "Gotham Bold", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
}

.sendtofriend__product-title:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

.sendtofriend__product-description {
  font-family: "Gotham Light", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.75rem;
}

.sendtofriend__product-description:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

.send_to_friend_success .cancel_button {
  display: none;
}

@media screen and (min-width: 48em) {
  .sendtofriend__column-left {
    border-right: 1px solid #999;
  }
}

.addedtocart-dialog {
  padding: 1.375rem 2.125rem;
}

.addedtocart-dialog__list-item {
  list-style-type: none;
  margin-top: 16px;
}

.addedtocart-dialog__holder {
  margin: 0 0 1.5625rem;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.addedtocart-dialog__product-details {
  padding: 0 0 0 0.625rem;
}

.addedtocart-dialog__title {
  margin: 0 0 0.625rem;
}

.addedtocart-dialog__product-name {
  margin: 0;
  font-family: "Gotham Bold", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.1875rem;
}

.addedtocart-dialog__product-name:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

.addedtocart-dialog__product-subtitle {
  display: none;
}

.addedtocart-dialog__message {
  margin: 0 0 0.9375rem;
  color: #d51b51;
}

.addedtocart-dialog__quantity {
  margin: 0;
}

.addedtocart-dialog__price-details {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.addedtocart-dialog__price-item {
  margin: 0 0 0 0.1875rem;
  font-family: "Gotham Bold", Helvetica, Roboto, Arial, sans-serif;
  display: inline-block;
  text-rendering: auto;
}

.addedtocart-dialog__price-item:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

.addedtocart-dialog__buttons {
  margin: 0 0 0.5rem;
}

.addedtocart-dialog__buttons--position {
  margin: 0 0 0.75rem;
  padding: 0;
}

.addedtocart-dialog__divider {
  margin: 1.25rem -2.125rem 0;
  border-top: 1px solid #ebebeb;
}

.addedtocart-dialog__promotion {
  margin: 0 -2.125rem;
}

.addedtocart-dialog__promotion--last {
  margin-bottom: 1.25rem;
}

.addedtocart-dialog__promotion-message {
  padding: 0.625rem;
  text-align: center;
  background-color: #ebebeb;
}

.addedtocart-dialog__recommendation .c-recommendations__title {
  margin: 0 0 0.75rem;
  font-size: 0.75rem;
  font-family: "Gotham Bold", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.125rem;
}

.addedtocart-dialog__recommendation .c-recommendations__title:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

.addedtocart-dialog__recommendation .quickviewbutton,
.addedtocart-dialog__recommendation .product-selection-actions,
.addedtocart-dialog__recommendation .variant-size-recom {
  display: none;
}

.addedtocart-dialog__recommendation .product-price-inner {
  width: 100%;
  padding: 0;
}

.addedtocart-dialog__recommendation .product-tile__end-components {
  margin-top: 0;
}

.addedtocart-dialog__recommendation .product-wrapper:hover .button-block__container {
  display: none;
}

.addedtocart-dialog__recommendation .productcarousel-list {
  margin: 0 -0.625rem;
}

.addedtocart-dialog__recommendation .productcarousel-list__item {
  text-align: center;
}

.addedtocart-dialog__recommendation .productcarousel-list__inner {
  margin: 0 0.625rem;
}

.addedtocart-dialog__recommendation .product-tile__name {
  margin: 0 0 0.5rem;
  font-family: "Gotham Book", Helvetica, Roboto, Arial, sans-serif;
}

.addedtocart-dialog__recommendation .product-tile__name:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

.addedtocart-dialog__recommendation .product-tile__image {
  border: 1px solid #ebebeb;
  margin: 0 0 0.9375rem;
}

.addedtocart-dialog__recommendation .product-tile__price,
.addedtocart-dialog__recommendation .product-tile__name {
  font-size: 0.8125rem;
}

.addedtocart-dialog__recommendation .slick-prev {
  left: -22px;
}

.addedtocart-dialog__recommendation .slick-next {
  right: -22px;
}

@media screen and (min-width: 48em) {
  .addedtocart-dialog__product-subtitle {
    display: block;
  }
  .addedtocart-dialog__buttons--position {
    padding: 0 0.625rem 0 0;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
  .addedtocart-dialog__buttons--position:last-child {
    padding: 0;
  }
  .addedtocart-dialog__promotion-message {
    padding: 0.625rem 2.125rem;
    text-align: left;
  }
  .addedtocart-dialog__divider {
    margin-top: 1.625rem;
  }
  .addedtocart-dialog__promotion--last {
    margin-bottom: 1.625rem;
  }
  .addedtocart-dialog__recommendation .c-recommendations__title {
    text-align: left;
  }
}

.search-result-holder {
  padding: 0;
}

.search-result-holder .search_result_bookmarks {
  display: none;
}

.search-result__banner-box {
  padding: 1.25rem 0 0;
}

.search-result__banner-title {
  text-transform: uppercase;
  font-family: "MillerDisplay Light", Helvetica, Roboto, Arial, sans-serif;
  letter-spacing: 0.125rem;
  font-size: 1.5625rem;
}

.search-result__banner-title:lang(pl) {
  font-family: "Playfair Display", serif;
}

.search-result__count {
  padding: 1.875rem 0;
  color: #8a8a8a;
  font-size: 1rem;
}

.search-result__counttext {
  color: #000;
  text-transform: uppercase;
}

.search-result__title-box {
  position: relative;
  text-align: center;
  margin: 0 0 1.875rem;
}

.search-result__title-box::before {
  content: "";
  display: block;
  position: absolute;
  margin: 0.625rem 0 0;
  border-top: 3px solid #000;
  width: 100%;
}

.search-result__title {
  display: inline-block;
  position: relative;
  background: #fff;
  padding: 0 0.3125rem;
  font-size: 1.125rem;
  font-family: "MillerDisplay Light", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
}

.search-result__title:lang(pl) {
  font-family: "Playfair Display", serif;
}

.search-result-content {
  padding: 1.25rem 0;
}

.search-result-content .jcarousel-clip {
  height: auto !important;
  /* stylelint-disable-line */
}

.search-result-content__list {
  margin: 0;
  transform: none !important;
  /* stylelint-disable-line */
}

.search-result-content__list::before, .search-result-content__list::after {
  content: ' ';
  display: table;
  flex-basis: 0;
  order: 1;
}

.search-result-content__list::after {
  clear: both;
}

.search-result-content__list .search-result-content__item {
  padding: 0 1.0625rem;
}

.search-result-content__item {
  margin: 0 0 1.5625rem;
}

.search-result-content__image {
  border: 1px solid #dadada;
  padding: 1.5625rem;
}

.search-result-content__article {
  width: 100%;
}

.search-result-content__title {
  margin: 0.625rem 0 1.25rem;
  font-size: 1.5625rem;
  font-family: "MillerDisplay Light", Helvetica, Roboto, Arial, sans-serif;
  text-align: center;
  line-height: 1.2;
}

.search-result-content__title:lang(pl) {
  font-family: "Playfair Display", serif;
}

@media screen and (min-width: 48em) {
  .search-result__banner-box {
    position: relative;
    padding: 0;
    border-bottom: 1px solid #000;
  }
  .search-result__banner {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .search-result__banner-title {
    text-align: center;
    font-size: 3.4375rem;
  }
  .search-result__title-box::before {
    margin: 0.9375rem 0 0;
    border-top: 5px solid #000;
  }
  .search-result__title {
    padding: 0 1.5625rem;
    font-size: 1.75rem;
  }
  .search-result-content__list {
    margin: 0 0 1.875rem;
  }
  .search-result-content__item {
    margin: 0 0 2.1875rem;
  }
  .search-result-content__item:nth-child(3n+1) {
    clear: left;
  }
  .search-result-content__title {
    min-height: 100px;
  }
}

@media screen and (min-width: 64em) {
  .search-result-content__item:nth-child(4n+1) {
    clear: left;
  }
  .search-result-content__item:nth-child(3n+1) {
    clear: none;
  }
}

.overlay {
  width: 100%;
  height: 0;
  position: absolute;
  padding: 0 23%;
  padding: 0 23.3vw;
  z-index: 4;
  top: 7%;
  bottom: 8.5%;
  margin: 300px 0;
  overflow: hidden;
  -webkit-transition: height 0.4s, margin 0.4s;
  transition: height 0.4s, margin 0.4s;
  font-family: "Gotham Book", Helvetica, Roboto, Arial, sans-serif;
  line-height: 1.6;
  letter-spacing: 1px;
}

.overlay:lang(pl) {
  font-family: "Montserrat", sans-serif;
}

.overlay--light {
  background: rgba(255, 255, 255, 0.85);
  color: #000;
}

.overlay--dark {
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
}

.overlay--opened {
  min-height: 100%;
  height: auto;
  top: 0;
  margin: 0;
  padding: 5% 20%;
}

.overlay__title {
  margin: 0 0 1.875rem;
}

.overlay__description {
  font-size: 0.875rem;
  margin: 0;
}

.overlay__close {
  font-size: 2.25rem;
  margin: 1.875rem auto 0;
  cursor: pointer;
  display: block;
}

.overlay__close::before {
  font-family: "lnc-icons";
  content: "";
}

@media screen and (min-width: 48em) {
  .overlay__title {
    margin: 0.9375rem 0 1.875rem;
  }
}

@media screen and (min-width: 64em) {
  .overlay__description {
    font-size: 100%;
  }
}

.prime {
  max-width: 100%;
  overflow: hidden;
  /* stylelint-disable */
}

.prime.full_section {
  width: 100%;
}

.prime p {
  /* stylelint-disable-line selector-no-type */
  font-size: 1rem;
}

.prime h2,
.prime h3 {
  /* stylelint-enable */
  font-family: "MillerDisplay Light", Helvetica, Roboto, Arial, sans-serif;
  font-family: "MillerDisplay RomanBETA", Helvetica, Roboto, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
}

.prime h2:lang(pl),
.prime h3:lang(pl) {
  font-family: "Playfair Display", serif;
}

.prime h2 {
  /* stylelint-disable-line selector-no-type */
  font-size: 1.5rem;
}

.prime__title {
  color: #000;
}

.prime__text {
  color: #000;
  font-size: 2.1875rem;
  line-height: 1.2;
  font-family: "MillerDisplay Light", Helvetica, Roboto, Arial, sans-serif;
  margin: 1.25rem auto;
  font-weight: normal;
}

.prime__text:lang(pl) {
  font-family: "Playfair Display", serif;
}

.prime__description {
  font-size: 1rem;
  color: #000;
  margin: 0;
}

.prime__summary {
  width: 100%;
  padding: 0;
}

.prime__actions {
  margin: 1.25rem 0 0;
}

.prime__iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
}

.zoomed-in .prime__summary {
  padding: 5%;
}

@media screen and (min-width: 48em) {
  .prime--light .prime__title,
  .prime--light .prime__text,
  .prime--light .prime__description {
    color: #fff;
  }
  .prime__text {
    font-size: 1.75rem;
  }
  .prime-video .video-block {
    margin: 0;
  }
}

@media screen and (min-width: 64em) {
  .prime__summary {
    width: 100%;
    padding: 0;
  }
  .prime__text {
    font-size: 2.8125rem;
    margin: 3.125rem auto;
  }
  .prime__description {
    font-size: 100%;
  }
  .prime__actions {
    margin: 3.125rem 0 0;
  }
}

@media screen and (max-width: 47.9375em) {
  .prime-video {
    overflow: hidden;
  }
}

.prime-text {
  padding: 0 0.9375rem;
}

.prime-content {
  position: relative;
}

.prime-content--info {
  background: #fff;
  display: inline-block;
  position: relative;
  z-index: 4;
  top: -30px;
  width: 88.4375%;
  border-bottom: 1px solid #f5f5f5;
}

.prime-content--info::before, .prime-content--info::after {
  background: #8a8a8a;
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 11px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  -moz-box-shadow: #8a8a8a 0 15px 10px;
  -webkit-box-shadow: #8a8a8a 0 15px 10px;
  box-shadow: #8a8a8a 0 15px 10px;
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.prime-content--info::after {
  right: 10px;
  left: auto;
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
}

.row-section .large-3 .prime-content--info,
.row-section .large-9 .prime-content--info {
  display: none;
}

.prime-content--info h3 {
  /* stylelint-disable-line selector-no-type */
  font-family: "Garamond Medium", Helvetica, Roboto, Arial, sans-serif;
}

.prime-content--info__inner {
  background: #fff;
  padding: 10px 30px;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
}

.zoomed-in .prime-content {
  transition: opacity 1500ms;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  backface-visibility: hidden;
}

@media screen and (min-width: 48em) {
  .prime-content {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .prime-content--info {
    top: -48px;
    width: 56.6666%;
    margin-bottom: -70px;
  }
  .prime-content--info__inner {
    padding: 15px 55px;
  }
}

@media screen and (min-width: 64em) {
  .prime-content--info {
    top: -70px;
    width: 56%;
  }
  .prime-content--info__inner {
    padding: 20px 70px;
  }
}

/* Background Image Module */
.prime-image {
  position: relative;
  text-align: center;
  overflow: hidden;
}

.prime-image .slick-slider {
  margin: 0;
}

.prime-image .product-wrapper {
  margin: 0 0 1.25rem;
}

.prime-image .product-tile__image {
  padding-bottom: 13.125rem;
}

.prime-image__wrapper {
  width: 100%;
  height: 100%;
}

.prime-image__slider {
  background: #fff;
  max-width: 100%;
  position: static;
  margin: 0 auto;
}

.zoomed-in .prime__image--fullscreen {
  -moz-transform: scale(3);
  -o-transform: scale(3);
  -ms-transform: scale(3);
  -webkit-transform: scale(3);
  transform: scale(3);
}

@media screen and (min-width: 48em) {
  .prime-image .product-tile__image {
    padding-bottom: 55%;
  }
  .prime-image .product_image_wrapper {
    width: 55%;
  }
}

@media screen and (min-width: 64em) {
  .zoomed-in .prime__image--fullscreen {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@media screen and (min-width: 80em) {
  .prime-image__slider {
    max-width: 80%;
  }
}

.prime-slider {
  margin: 0;
}

.prime-slider .product-wrapper {
  margin: 0;
}

.prime-slider .slick-arrow {
  top: 30%;
}

.prime-slider__content {
  width: 100%;
  font-family: "MillerDisplay Light", Helvetica, Roboto, Arial, sans-serif;
  text-align: center;
  margin: 1.25rem 0;
}

.prime-slider__content:lang(pl) {
  font-family: "Playfair Display", serif;
}

@media screen and (min-width: 48em) {
  .prime-slider__content {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .prime-slider .slick-arrow {
    top: 50%;
  }
}

.prime-quote {
  padding: 0 10%;
  box-sizing: border-box;
}

.prime-quote__title {
  font-weight: normal;
  font-size: 1.875rem;
  font-family: "Notera Regular", Helvetica, Roboto, Arial, sans-serif;
  margin: 25px 0;
  text-align: center;
}

.prime-quote__author {
  font-size: 0.875rem;
  text-align: center;
}

.animate--from-left {
  transition: transform 1500ms, opacity 1500ms;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transform: translate3d(-200px, 0, 0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  backface-visibility: hidden;
  transition-delay: 300ms;
}

.animate--from-left.come-in {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.animate--from-left + .animate--from-left {
  transition-delay: 600ms;
}

.animate--from-left + .animate--from-left.come-in {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.animate--from-bottom {
  transition: transform 1500ms, opacity 1500ms;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transform: translate3d(0, 200px, 0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  backface-visibility: hidden;
  transition-delay: 300ms;
}

.animate--from-bottom.come-in {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.animate--from-bottom + .animate--from_bottom {
  transition-delay: 600ms;
}

.animate--from-bottom + .animate--from_bottom.come-in {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.animate--from-right {
  transition: transform 1500ms, opacity 1500ms;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transform: translate3d(200px, 0, 0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  backface-visibility: hidden;
  transition-delay: 300ms;
}

.animate--from-right.come-in {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.animate--from-right + .animate--from-right {
  transition-delay: 600ms;
}

.animate--from-right + .animate--from-right.come-in {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.animate--from-top {
  transition: transform 1500ms, opacity 1500ms;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transform: translate3d(0, -200px, 0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  backface-visibility: hidden;
  transition-delay: 300ms;
}

.animate--from-top.come-in {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.animate--from-top + .animate--from-top {
  transition-delay: 600ms;
}

.animate--from-top + .animate--from-top.come-in {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.animate--from-fade-out {
  transition: opacity 1500ms;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  backface-visibility: hidden;
  transition-delay: 300ms;
}

.animate--from-fade-out.come-in {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.animate--from-fade-out + .animate--from-fade-out {
  transition-delay: 600ms;
}

.animate--from-fade-out + .animate--from-fade-out.come-in {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.dialog-bonusproducts__title {
  font-size: 1.125rem;
  text-transform: uppercase;
}

.dialog-bonusproducts__description {
  font-size: 1.125rem;
}

.dialog-bonusproducts__poptitle {
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  margin: 30px;
}

.dialog-bonusproducts__message {
  clear: both;
}

.dialog_bonus_option {
  max-height: 600px;
  overflow: auto;
}

.dialog-bonusproducts__details .product-variation-shade__explore {
  display: none;
}

.dialog-bonusproducts__tile {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 35px;
  padding-bottom: 15px;
}

.dialog-bonusproducts__productname {
  display: block;
}

.dialog_bonus_show,
.dialog_bonus_option {
  z-index: 9999;
  border: 1px solid #000;
}

@media screen and (max-width: 47.9375em) {
  .dialog_bonus_show,
  .dialog_bonus_option {
    min-width: 0;
    max-width: 100%;
  }
}

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