.rightCol > .adRight {
  padding-bottom: 0.5rem;
  min-height: 1500px;
}

.rightCol > .adRight:last-child {
  height: 100%;
}

#onet-ad-top:empty,
#onet-ad-rectangle1,
#onet-ad-right2-2,
#onet-ad-right2-3,
#onet-ad-right2-4,
#onet-ad-right.mobile-ad {
  min-height: 320px;
}

#ad-top-holder {
  --bg-opacity: 1;
  background-color: #F6F6F6;
  background-color: rgba(246, 246, 246, var(--bg-opacity));
  min-height: 440px;
}

#onet-ad-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

@media (min-width: 768px) {
  #onet-ad-top {
    min-height: 340px;
    position: relative;
  }

  #ad-top-holder {
    min-height: 340px;
  }

  #onet-ad-rectangle1,
  #onet-ad-rectangle3 {
    min-width: 300px;
    min-height: 270px;
  }
}

.container-ad {
  --bg-opacity: 1;
  background-color: #F6F6F6;
  background-color: rgba(246, 246, 246, var(--bg-opacity));
  position: relative;
  z-index: 0;
}

.container-ad:empty::after {
  position: absolute;
  --text-opacity: 1;
  color: #696969;
  color: rgba(105, 105, 105, var(--text-opacity));
  --transform-translate-x: -50%;
  --transform-translate-y: -50%;
  content: "REKLAMA";
  z-index: -1;
}

.ad-right-holder-mobile {
  --bg-opacity: 1;
  background-color: #F6F6F6;
  background-color: rgba(246, 246, 246, var(--bg-opacity));
}

article > div.ad-right-holder-mobile {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  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
   ========================================================================== */

/**
 * 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
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * 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 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
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

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 in Chrome and Safari on macOS.
 */

[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 Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e2e8f0; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #a0aec0;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #a0aec0;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #a0aec0;
}

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

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

.container {
  width: 100%;
}

@media (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.bg-black {
  --bg-opacity: 1;
  background-color: #000;
  background-color: rgba(0, 0, 0, var(--bg-opacity));
}

.bg-white {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.bg-gray-300 {
  --bg-opacity: 1;
  background-color: #e2e8f0;
  background-color: rgba(226, 232, 240, var(--bg-opacity));
}

.bg-red-600 {
  --bg-opacity: 1;
  background-color: #e53e3e;
  background-color: rgba(229, 62, 62, var(--bg-opacity));
}

.bg-lamoda-purple {
  --bg-opacity: 1;
  background-color: #1C0C55;
  background-color: rgba(28, 12, 85, var(--bg-opacity));
}

.bg-lamoda-red {
  --bg-opacity: 1;
  background-color: #E0426C;
  background-color: rgba(224, 66, 108, var(--bg-opacity));
}

.bg-grey-300 {
  --bg-opacity: 1;
  background-color: #D6D6D6;
  background-color: rgba(214, 214, 214, var(--bg-opacity));
}

.hover\:bg-lamoda-red:hover {
  --bg-opacity: 1;
  background-color: #E0426C;
  background-color: rgba(224, 66, 108, var(--bg-opacity));
}

.border-collapse {
  border-collapse: collapse;
}

.border-black {
  --border-opacity: 1;
  border-color: #000;
  border-color: rgba(0, 0, 0, var(--border-opacity));
}

.border-lamoda-purple {
  --border-opacity: 1;
  border-color: #1C0C55;
  border-color: rgba(28, 12, 85, var(--border-opacity));
}

.border-lamoda-red {
  --border-opacity: 1;
  border-color: #E0426C;
  border-color: rgba(224, 66, 108, var(--border-opacity));
}

.border-grey-300 {
  --border-opacity: 1;
  border-color: #D6D6D6;
  border-color: rgba(214, 214, 214, var(--border-opacity));
}

.border-grey-200 {
  --border-opacity: 1;
  border-color: #AFAFAF;
  border-color: rgba(175, 175, 175, var(--border-opacity));
}

.hover\:border-lamoda-red:hover {
  --border-opacity: 1;
  border-color: #E0426C;
  border-color: rgba(224, 66, 108, var(--border-opacity));
}

.focus\:border-lamoda-purple:focus {
  --border-opacity: 1;
  border-color: #1C0C55;
  border-color: rgba(28, 12, 85, var(--border-opacity));
}

.rounded-full {
  border-radius: 9999px;
}

.border-2 {
  border-width: 2px;
}

.border {
  border-width: 1px;
}

.border-b-0 {
  border-bottom-width: 0;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-t {
  border-top-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l {
  border-left-width: 1px;
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.block {
  display: block;
}

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

.flex {
  display: -webkit-box;
  display: flex;
}

.inline-flex {
  display: -webkit-inline-box;
  display: inline-flex;
}

.table {
  display: table;
}

.hidden {
  display: none;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.place-self-start {
  place-self: start;
}

.items-center {
  -webkit-box-align: center;
          align-items: center;
}

.self-start {
  align-self: flex-start;
}

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

.justify-center {
  -webkit-box-pack: center;
          justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.flex-1 {
  -webkit-box-flex: 1;
          flex: 1 1 0%;
}

.font-lato {
  font-family: Lato, Roboto, Helvetica, Arial, sans-serif;
}

.font-syne {
  font-family: Syne, Lato, Roboto, Helvetica, Arial, sans-serif;
}

.font-normal {
  font-weight: 400;
}

.font-bold {
  font-weight: 700;
}

.h-0 {
  height: 0;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-32 {
  height: 8rem;
}

.h-44 {
  height: 11rem;
}

.h-64 {
  height: 16rem;
}

.h-full {
  height: 100%;
}

.h-logo {
  height: 1.663rem;
}

.h-1500px {
  height: 1500px;
}

.text-xs {
  font-size: 0.75rem;
}

.text-sm {
  font-size: 0.875rem;
}

.text-base {
  font-size: 1rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-2xl {
  font-size: 1.5rem;
}

.text-3xl {
  font-size: 1.875rem;
}

.text-4xl {
  font-size: 2.25rem;
}

.text-loader {
  font-size: 4px;
}

.leading-4 {
  line-height: 1rem;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-tight {
  line-height: 1.25;
}

.leading-normal {
  line-height: 1.5;
}

.list-disc {
  list-style-type: disc;
}

.list-decimal {
  list-style-type: decimal;
}

.m-2 {
  margin: 0.5rem;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mt-16 {
  margin-top: 4rem;
}

.ml-auto {
  margin-left: auto;
}

.max-w-76 {
  max-width: 18rem;
}

.min-h-1\/2 {
  min-height: 50%;
}

.min-h-newsletter {
  min-height: 740px;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.opacity-50 {
  opacity: 0.5;
}

.focus\:outline-none:focus {
  outline: 0;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.pb-0 {
  padding-bottom: 0;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-21 {
  padding-top: 5.25rem;
}

.pb-1\/10 {
  padding-bottom: 10%;
}

.pr-1\/2-with-space {
  padding-right: 49%;
}

.pb-1\/2 {
  padding-bottom: 50%;
}

.pb-1\/3 {
  padding-bottom: 33%;
}

.pb-3\/5 {
  padding-bottom: 60%;
}

.pb-4\/5 {
  padding-bottom: 80%;
}

.pr-full {
  padding-right: 100%;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.inset-y-0 {
  top: 0;
  bottom: 0;
}

.inset-x-0 {
  right: 0;
  left: 0;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.right-loader {
  right: 15px;
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

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

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

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

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

.text-black {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.text-white {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.text-gray-500 {
  --text-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--text-opacity));
}

.text-gray-900 {
  --text-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--text-opacity));
}

.text-red-600 {
  --text-opacity: 1;
  color: #e53e3e;
  color: rgba(229, 62, 62, var(--text-opacity));
}

.text-lamoda-purple {
  --text-opacity: 1;
  color: #1C0C55;
  color: rgba(28, 12, 85, var(--text-opacity));
}

.text-lamoda-red {
  --text-opacity: 1;
  color: #E0426C;
  color: rgba(224, 66, 108, var(--text-opacity));
}

.text-black-900 {
  --text-opacity: 1;
  color: #1A1A1A;
  color: rgba(26, 26, 26, var(--text-opacity));
}

.text-black-800 {
  --text-opacity: 1;
  color: #535353;
  color: rgba(83, 83, 83, var(--text-opacity));
}

.text-black-600 {
  --text-opacity: 1;
  color: #222b2f;
  color: rgba(34, 43, 47, var(--text-opacity));
}

.text-grey-100 {
  --text-opacity: 1;
  color: #BBB6CC;
  color: rgba(187, 182, 204, var(--text-opacity));
}

.hover\:text-white:hover {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.hover\:text-lamoda-red:hover {
  --text-opacity: 1;
  color: #E0426C;
  color: rgba(224, 66, 108, var(--text-opacity));
}

.hover\:text-black-600:hover {
  --text-opacity: 1;
  color: #222b2f;
  color: rgba(34, 43, 47, var(--text-opacity));
}

.uppercase {
  text-transform: uppercase;
}

.normal-case {
  text-transform: none;
}

.underline {
  text-decoration: underline;
}

.line-through {
  text-decoration: line-through;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.w-2 {
  width: 0.5rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-32 {
  width: 8rem;
}

.w-72 {
  width: 17.5rem;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/4 {
  width: 25%;
}

.w-2\/5 {
  width: 40%;
}

.w-3\/5 {
  width: 60%;
}

.w-full {
  width: 100%;
}

.z-10 {
  z-index: 10;
}

.z-50 {
  z-index: 50;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.row-span-2 {
  grid-row: span 2 / span 2;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes ping {
  75%, 100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping {
  75%, 100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    -webkit-transform: none;
            transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    -webkit-transform: none;
            transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-spin {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

article {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

article > * {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

article h2 {
  font-weight: 700;
  font-size: 1.5rem;
}

article h3 {
  font-weight: 700;
  font-size: 1.25rem;
}

.paragraph > a {
  --text-opacity: 1;
  color: #E0426C;
  color: rgba(224, 66, 108, var(--text-opacity));
  text-decoration: underline;
}

.unorderedList > a {
  --text-opacity: 1;
  color: #E0426C;
  color: rgba(224, 66, 108, var(--text-opacity));
  text-decoration: underline;
}

.dotList::before {
  margin-left: -1.5rem;
  margin-top: 0.25rem;
  --bg-opacity: 1;
  background-color: #1C0C55;
  background-color: rgba(28, 12, 85, var(--bg-opacity));
  border-radius: 9999px;
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
}

.orderedList > a {
  --text-opacity: 1;
  color: #E0426C;
  color: rgba(224, 66, 108, var(--text-opacity));
  text-decoration: underline;
}

.image-holder > * {
  -webkit-box-pack: center;
          justify-content: center;
}

article li::marker {
  --text-opacity: 1;
  color: #1C0C55;
  color: rgba(28, 12, 85, var(--text-opacity));
}

@media (min-width: 992px) {
  .image-holder > .object-align-left {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .image-holder > .object-align-right {
    -webkit-box-pack: end;
            justify-content: flex-end;
  }
}

.faqElement p {
  padding-top: 0.5rem;
}

.faqElement h2 {
  font-weight: 700;
  font-size: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.autocomplete input {
  font-size: 0.875rem;
  padding-left: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.autocomplete-items {
  width: 100%;
  position: absolute;
  right: 0;
  top: 100%;
  left: 0;
  z-index: 100;
  line-height: 1.25;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  font-family: Syne, Lato, Roboto, Helvetica, Arial, sans-serif;
}

.autocomplete a {
  font-size: 0.875rem;
}

.autocomplete-element {
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.autocomplete-tile {
  width: 33.333333%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.autocomplete-element:hover {
  --bg-opacity: 1;
  background-color: #f3f3f3;
  background-color: rgba(243, 243, 243, var(--bg-opacity));
}

.autocomplete-active {
  background-color: #f3f3f3 !important;
}

.autocomplete-section-title {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
  font-family: Syne, Lato, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  padding-bottom: 1rem;
  --border-opacity: 1;
  border-color: #D6D6D6;
  border-color: rgba(214, 214, 214, var(--border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.hide {
  display: none !important;
}

.lamoda-checkbox {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */

.lamoda-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
}

/* On mouse-over, add a background color */

.lamoda-checkbox:hover input ~ .checkmark {
  --bg-opacity: 1;
  background-color: #1C0C55;
  background-color: rgba(28, 12, 85, var(--bg-opacity));
}

/* When the checkbox is checked, add a background color */

.lamoda-checkbox input:checked ~ .checkmark {
  --bg-opacity: 1;
  background-color: #1C0C55;
  background-color: rgba(28, 12, 85, var(--bg-opacity));
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */

.lamoda-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */

.lamoda-checkbox .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

body,
html {
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Lato', sans-serif;
}

.no-scroll {
  overflow: hidden;
}

nav {
  font-family: 'Syne', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.nav-item:hover > ul,
.nav-item:hover > div {
  display: -webkit-box;
  display: flex;
}

.nav-item:hover > a,
.nav-item:hover > span {
  border-bottom-width: 2px;
  --border-opacity: 1;
  border-color: #E0426C;
  border-color: rgba(224, 66, 108, var(--border-opacity));
}

.subnav-item:hover > ul {
  display: -webkit-box;
  display: flex;
}

#navbar > div {
  top: 7.25rem;
}

.nav-item-mobile-common {
  -webkit-box-align: center;
          align-items: center;
  border-top-width: 1px;
  border-left-width: 0;
  border-right-width: 0;
}

.nav-item-mobile {
  -webkit-box-align: center;
          align-items: center;
  border-top-width: 1px;
  border-left-width: 0;
  border-right-width: 0;
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
}

.subnav-item-mobile {
  -webkit-box-align: center;
          align-items: center;
  border-top-width: 1px;
  border-left-width: 0;
  border-right-width: 0;
  --border-opacity: 1;
  border-color: #AFAFAF;
  border-color: rgba(175, 175, 175, var(--border-opacity));
  text-align: left;
}

a.nav-product-title {
  text-transform: none;
}

a.nav-product-title::first-letter {
  text-transform: uppercase;
}

ul.js-mobile-sub-navigation > li:last-child {
  border-bottom-width: 1px;
}

.share-buttons {
  font-family: 'Syne', sans-serif;
  font-weight: normal;
}

.share-buttons li > a > span {
  position: static;
}

.seo-footer-menu-col + .seo-footer-menu-col {
  padding-left: 2rem;
}

@media (min-width: 1200px) {
  .seo-footer-menu-col + .seo-footer-menu-col {
    padding-left: 2rem;
  }
}

.seo-footer-menu-item + .seo-footer-menu-item {
  padding-top: 0.25rem;
}

.footer-menu-item + .footer-menu-item {
  padding-top: 1rem;
}

@media (min-width: 992px) {
  .footer-menu-item + .footer-menu-item {
    border-left-width: 1px;
    --border-opacity: 1;
    border-color: #BBB6CC;
    border-color: rgba(187, 182, 204, var(--border-opacity));
    padding-left: 0.25rem;
    margin-left: 0.25rem;
    padding-top: 0;
  }
}

.breadcrumbs {
  margin-left: 1rem;
  margin-right: 1rem;
  font-size: 0.75rem;
}

.breadcrumbs-item > a:hover {
  text-decoration: underline;
}

.breadcrumbs-item:not(:first-child)::before {
  content: "/";
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.breadcrumbs-item > a::first-letter,
.breadcrumbs-item > span::first-letter {
  text-transform: uppercase;
}

.divider::before,
.divider:after {
  content: '';
  -webkit-box-flex: 1;
          flex: 1;
  border-bottom: solid 1px;
  border-color: inherit;
}

.divider::before {
  margin-right: 1rem;
}

.divider::after {
  margin-left: 1rem;
}

.place-self-end-flex {
  place-self: flex-end;
}

#promoted-top div:nth-child(2) {
  margin-right: 1%;
}

#promoted-top div:nth-child(3) {
  margin-left: 1%;
}

.js-lazy-image {
  --bg-opacity: 1;
  background-color: #AFAFAF;
  background-color: rgba(175, 175, 175, var(--bg-opacity));
  background-clip: content-box;
}

nav > ul > li:last-child > a:only-child {
  --text-opacity: 1;
  color: #E0426C;
  color: rgba(224, 66, 108, var(--text-opacity));
  white-space: nowrap;
}

nav > ul > li:last-child > div:only-child {
  --text-opacity: 1;
  color: #E0426C;
  color: rgba(224, 66, 108, var(--text-opacity));
}

#product-feed-bottom,
#product-feed-top {
  width: 99%;
  place-self: center;
}

@media (min-width: 992px) {
  #product-feed-bottom,
  #product-feed-top {
    width: 100%;
    place-self: center;
  }
}

.image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.lead-image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 24rem;
}

.lead-title {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 6rem;
  justify-content: space-around;
  text-align: left;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.lead-title > h3 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-family: Syne, Lato, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  --text-opacity: 1;
  color: #1A1A1A;
  color: rgba(26, 26, 26, var(--text-opacity));
}

.dimmed::before {
  content: '';
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(60%, rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.35) 60%, rgba(0, 0, 0, 0.7) 100%);
}

#screening-background {
  z-index: -10;
}

.tooltip-text {
  position: absolute;
  visibility: hidden;
  padding: 0.75rem;
  border-radius: 0.25rem;
  --text-opacity: 1;
  color: #535353;
  color: rgba(83, 83, 83, var(--text-opacity));
  text-align: left;
  width: 500px;
  background-color: white;
  z-index: 1;
}

.tooltip:hover .tooltip-text {
  visibility: visible;
}

#product-feed-bottom {
  min-height: 32rem;
}

@media (min-width: 768px) {
  #product-feed-bottom {
    min-height: 28rem;
  }
}

@media (min-width: 992px) {
  #product-feed-bottom {
    min-height: 25rem;
  }
}

@media (min-width: 1200px) {
  #product-feed-bottom {
    min-height: 22rem;
  }
}

#product-feed-top {
  min-height: 25rem;
}

@media (min-width: 1200px) {
  #product-feed-top {
    min-height: 28rem;
  }
}

.active {
  border-bottom-width: 2px;
  --border-opacity: 1;
  border-color: #E0426C;
  border-color: rgba(224, 66, 108, var(--border-opacity));
}

.article-container:hover p {
  --text-opacity: 1;
  color: #E0426C;
  color: rgba(224, 66, 108, var(--text-opacity));
}

.special-offer-icon-holder {
  position: absolute;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  border-radius: 9999px;
  top: 20px;
  right: 20px;
  padding: 5px 10px;
  width: 45px;
  height: 45px;
}

.special-offer-icon-holder .special-offer-icon-text {
  position: absolute;
  top: 0;
  bottom: 0;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
  overflow: hidden;
  text-align: center;
  font-size: 0.75rem;
  --text-opacity: 1;
  color: #1C0C55;
  color: rgba(28, 12, 85, var(--text-opacity));
  right: 24px;
  max-width: 0;
  width: 110px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  padding-top: 5px;
}

.special-offer-icon-holder:hover .special-offer-icon-text {
  max-width: 110px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

/* lato-regular */

@font-face {
  font-family: 'Lato';

  font-style: normal;

  font-weight: 400;

  font-display: swap;

  src: url('https://ocdn.eu/lamoda-blog/fonts/lato-regular.woff2') format('woff2'), url('https://ocdn.eu/lamoda-blog/fonts/lato-regular.woff') format('woff');
}

/* lato-700 */

@font-face {
  font-family: 'Lato';

  font-style: normal;

  font-weight: 700;

  font-display: swap;

  src: url('https://ocdn.eu/lamoda-blog/fonts/lato-700.woff2') format('woff2'), url('https://ocdn.eu/lamoda-blog/fonts/lato-700.woff') format('woff');
}

/* syne-regular */

@font-face {
  font-family: 'Syne';

  font-style: normal;

  font-weight: 400;

  font-display: swap;

  src: url('https://ocdn.eu/lamoda-blog/fonts/syne-regular.woff2') format('woff2'), url('https://ocdn.eu/lamoda-blog/fonts/syne-regular.woff') format('woff');
}

/* syne-700 */

@font-face {
  font-family: 'Syne';

  font-style: normal;

  font-weight: 700;

  font-display: swap;

  src: url('https://ocdn.eu/lamoda-blog/fonts/syne-700.woff2') format('woff2'), url('https://ocdn.eu/lamoda-blog/fonts/syne-700.woff') format('woff');
}

.input {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
  height: 2.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  width: 100%;
}

.input:focus {
  outline: none;
}

.input::-webkit-input-placeholder {
  --text-opacity: 1;
  color: #696969;
  color: rgba(105, 105, 105, var(--text-opacity));
  font-size: 0.875rem;
}

.input::-moz-placeholder {
  --text-opacity: 1;
  color: #696969;
  color: rgba(105, 105, 105, var(--text-opacity));
  font-size: 0.875rem;
}

.input::-ms-input-placeholder {
  --text-opacity: 1;
  color: #696969;
  color: rgba(105, 105, 105, var(--text-opacity));
  font-size: 0.875rem;
}

.input::placeholder {
  --text-opacity: 1;
  color: #696969;
  color: rgba(105, 105, 105, var(--text-opacity));
  font-size: 0.875rem;
}

.icon {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  max-height: 100%;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  border: 0;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}

.rotation {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.rotation-90 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.rotation-180 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.rotation-270 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.rotation-360 {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

/*! purgecss start end */

.icon-lamoda-logo {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='149.732' height='31' viewBox='0 0 149.732 31'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cg transform='translate(-165.191 -389.973)'%3E%3Cpath class='a' d='M252.806,419.519a2.136,2.136,0,0,0,1.938,1.37h5.9L265.561,394v24.937a1.786,1.786,0,0,1-1.745,1.95h10.866a1.786,1.786,0,0,1-1.745-1.95V392.772a1.786,1.786,0,0,1,1.745-1.95h-9.2l-5.275,28.861-5.275-28.861h-9.158a1.714,1.714,0,0,1,1.707,1.52v26.6a1.786,1.786,0,0,1-1.745,1.95h4.148a1.786,1.786,0,0,1-1.745-1.95V394S252.3,418.442,252.806,419.519Z' transform='translate(-36.285 -0.382)'/%3E%3Cpath class='a' d='M174.311,392.772a1.786,1.786,0,0,1,1.745-1.95H165.191a1.786,1.786,0,0,1,1.745,1.95v26.167a1.786,1.786,0,0,1-1.745,1.95h9.12Z' transform='translate(0 -0.382)'/%3E%3Cpath class='a' d='M181.736,439.143h7.8v-7.8A7.8,7.8,0,0,1,181.736,439.143Z' transform='translate(-7.453 -18.636)'/%3E%3Cpath class='a' d='M379.785,398.622a7.645,7.645,0,0,0-7.192-7.788v-.012H355.7a1.786,1.786,0,0,1,1.745,1.95v26.2a1.78,1.78,0,0,1-1.744,1.918h9.119V390.823c4.3.015,7.772,2.717,7.772,7.015v16.072c0,4.308-3.492,7.016-7.8,7.016h7.8v-.012c.114-.006.228-.014.341-.025a7.645,7.645,0,0,0,6.851-7.763Z' transform='translate(-85.822 -0.382)'/%3E%3Ccircle class='a' cx='15.5' cy='15.5' r='15.5' transform='translate(238.599 389.973)'/%3E%3Cpath class='a' d='M217.147,419.349c0-.009,0-.013-.006-.019l-5.211-28.508h-7.451l-5.144,28.143a2.219,2.219,0,0,1-2.174,1.924h4.121a1.376,1.376,0,0,1-1.333-1.538,1.575,1.575,0,0,1,.025-.276l-.005.022,4.878-26.686,4.877,26.682,0-.018a1.576,1.576,0,0,1,.024.276,1.376,1.376,0,0,1-1.333,1.538h10.438A1.738,1.738,0,0,1,217.147,419.349Z' transform='translate(-14.402 -0.382)'/%3E%3Cpath class='a' d='M418.189,419.349c0-.009,0-.013-.005-.019l-5.211-28.508h-7.451l-5.144,28.143a2.219,2.219,0,0,1-2.174,1.924h4.121a1.376,1.376,0,0,1-1.333-1.538,1.575,1.575,0,0,1,.025-.276l-.005.022,4.878-26.686,4.878,26.682,0-.018a1.524,1.524,0,0,1,.025.276,1.376,1.376,0,0,1-1.333,1.538h10.438A1.738,1.738,0,0,1,418.189,419.349Z' transform='translate(-104.968 -0.382)'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-lamoda-logo-purple {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='149.732' height='31' viewBox='0 0 149.732 31'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%231C0C55;%7D%3C/style%3E%3C/defs%3E%3Cg transform='translate(-165.191 -389.973)'%3E%3Cpath class='a' d='M252.806,419.519a2.136,2.136,0,0,0,1.938,1.37h5.9L265.561,394v24.937a1.786,1.786,0,0,1-1.745,1.95h10.866a1.786,1.786,0,0,1-1.745-1.95V392.772a1.786,1.786,0,0,1,1.745-1.95h-9.2l-5.275,28.861-5.275-28.861h-9.158a1.714,1.714,0,0,1,1.707,1.52v26.6a1.786,1.786,0,0,1-1.745,1.95h4.148a1.786,1.786,0,0,1-1.745-1.95V394S252.3,418.442,252.806,419.519Z' transform='translate(-36.285 -0.382)'/%3E%3Cpath class='a' d='M174.311,392.772a1.786,1.786,0,0,1,1.745-1.95H165.191a1.786,1.786,0,0,1,1.745,1.95v26.167a1.786,1.786,0,0,1-1.745,1.95h9.12Z' transform='translate(0 -0.382)'/%3E%3Cpath class='a' d='M181.736,439.143h7.8v-7.8A7.8,7.8,0,0,1,181.736,439.143Z' transform='translate(-7.453 -18.636)'/%3E%3Cpath class='a' d='M379.785,398.622a7.645,7.645,0,0,0-7.192-7.788v-.012H355.7a1.786,1.786,0,0,1,1.745,1.95v26.2a1.78,1.78,0,0,1-1.744,1.918h9.119V390.823c4.3.015,7.772,2.717,7.772,7.015v16.072c0,4.308-3.492,7.016-7.8,7.016h7.8v-.012c.114-.006.228-.014.341-.025a7.645,7.645,0,0,0,6.851-7.763Z' transform='translate(-85.822 -0.382)'/%3E%3Ccircle class='a' cx='15.5' cy='15.5' r='15.5' transform='translate(238.599 389.973)'/%3E%3Cpath class='a' d='M217.147,419.349c0-.009,0-.013-.006-.019l-5.211-28.508h-7.451l-5.144,28.143a2.219,2.219,0,0,1-2.174,1.924h4.121a1.376,1.376,0,0,1-1.333-1.538,1.575,1.575,0,0,1,.025-.276l-.005.022,4.878-26.686,4.877,26.682,0-.018a1.576,1.576,0,0,1,.024.276,1.376,1.376,0,0,1-1.333,1.538h10.438A1.738,1.738,0,0,1,217.147,419.349Z' transform='translate(-14.402 -0.382)'/%3E%3Cpath class='a' d='M418.189,419.349c0-.009,0-.013-.005-.019l-5.211-28.508h-7.451l-5.144,28.143a2.219,2.219,0,0,1-2.174,1.924h4.121a1.376,1.376,0,0,1-1.333-1.538,1.575,1.575,0,0,1,.025-.276l-.005.022,4.878-26.686,4.878,26.682,0-.018a1.524,1.524,0,0,1,.025.276,1.376,1.376,0,0,1-1.333,1.538h10.438A1.738,1.738,0,0,1,418.189,419.349Z' transform='translate(-104.968 -0.382)'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-facebook {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23fff;%7D.b%7Bfill:%231c0c55;%7D%3C/style%3E%3C/defs%3E%3Cg transform='translate(-103 -48)'%3E%3Ccircle class='a' cx='10' cy='10' r='10' transform='translate(103 48)'/%3E%3Cpath class='b' d='M955.73,536.131h1.494v-1.294a3.077,3.077,0,0,1,.448-1.843,2.124,2.124,0,0,1,1.892-.9,8.4,8.4,0,0,1,2.191.2l-.3,1.793a6.2,6.2,0,0,0-1.145-.149c-.5,0-1.1.149-1.1.648v1.543h2.291l-.149,1.992h-2.141V544.1h-1.991v-5.975H955.73Z' transform='translate(-845.73 -480.098)'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-instagram {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23fff;%7D.b%7Bfill:%231c0c55;%7D%3C/style%3E%3C/defs%3E%3Cg transform='translate(-147 -48)'%3E%3Ccircle class='a' cx='10' cy='10' r='10' transform='translate(147 48)'/%3E%3Cg transform='translate(150.102 52)'%3E%3Cpath class='b' d='M12.865,3.528a4.385,4.385,0,0,0-.279-1.456A3.074,3.074,0,0,0,10.83.316,4.4,4.4,0,0,0,9.375.038C8.732.007,8.528,0,6.9,0S5.066.007,4.426.035A4.386,4.386,0,0,0,2.97.314a2.928,2.928,0,0,0-1.064.694A2.955,2.955,0,0,0,1.214,2.07,4.4,4.4,0,0,0,.936,3.526C.905,4.168.9,4.372.9,6S.905,7.834.933,8.474A4.385,4.385,0,0,0,1.212,9.93a3.074,3.074,0,0,0,1.756,1.756,4.4,4.4,0,0,0,1.456.279c.64.028.844.035,2.473.035s1.833-.007,2.473-.035a4.384,4.384,0,0,0,1.456-.279A3.069,3.069,0,0,0,12.582,9.93a4.4,4.4,0,0,0,.279-1.456c.028-.64.035-.844.035-2.473S12.893,4.168,12.865,3.528Zm-1.081,4.9a3.289,3.289,0,0,1-.206,1.113,1.991,1.991,0,0,1-1.139,1.139,3.3,3.3,0,0,1-1.113.206c-.633.028-.823.035-2.424.035s-1.793-.007-2.424-.035a3.288,3.288,0,0,1-1.113-.206,1.847,1.847,0,0,1-.689-.448,1.866,1.866,0,0,1-.448-.689A3.3,3.3,0,0,1,2.021,8.43c-.028-.633-.035-.823-.035-2.424s.007-1.793.035-2.424a3.287,3.287,0,0,1,.206-1.113,1.824,1.824,0,0,1,.45-.689,1.863,1.863,0,0,1,.689-.448A3.3,3.3,0,0,1,4.48,1.125C5.113,1.1,5.3,1.09,6.9,1.09S8.7,1.1,9.328,1.125a3.289,3.289,0,0,1,1.113.206,1.845,1.845,0,0,1,.689.448,1.865,1.865,0,0,1,.448.689,3.3,3.3,0,0,1,.206,1.113c.028.633.035.823.035,2.424S11.813,7.795,11.785,8.427Z' transform='translate(0 0)'/%3E%3Cpath class='b' d='M128.262,124.281a3.083,3.083,0,1,0,3.083,3.083A3.083,3.083,0,0,0,128.262,124.281Zm0,5.082a2,2,0,1,1,2-2A2,2,0,0,1,128.262,129.363Z' transform='translate(-121.362 -121.362)'/%3E%3Cpath class='b' d='M363.7,89.166a.72.72,0,1,1-.72-.72A.72.72,0,0,1,363.7,89.166Z' transform='translate(-352.877 -86.369)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-newsletter {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23fff;%7D.b%7Bfill:%231c0c55;%7D%3C/style%3E%3C/defs%3E%3Cg transform='translate(-191 -48)'%3E%3Ccircle class='a' cx='10' cy='10' r='10' transform='translate(191 48)'/%3E%3Cpath class='b' d='M965.967,596.768a2.261,2.261,0,0,0,.264-.053l.265-.211,5.821-4.816h-12.7l6.033,4.975A.759.759,0,0,0,965.967,596.768Zm-6.35-4.445v7.091l4.34-3.493Zm8.361,3.6,4.339,3.493v-7.038Zm-1.376,1.164a1.057,1.057,0,0,1-1.27,0l-.953-.847-4.763,3.81c0,.106,0,.106.053.106h12.594c.053,0,.053,0,.053-.053l-4.763-3.81Z' transform='translate(-765.256 -538.113)'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-magnifier {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.685' height='22.058' viewBox='0 0 20.685 22.058'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%2330306d;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M14.448,2.609A8.121,8.121,0,0,0,2.973,2.1q-.267.243-.511.511a9.47,9.47,0,0,0-.024,12.777,8.108,8.108,0,0,0,10.832,1.021,10.09,10.09,0,0,0,1.823,1.58l3.4,3.647a1.216,1.216,0,0,0,1.714.073l.073-.073a1.41,1.41,0,0,0,0-1.909l-3.4-3.647A10.528,10.528,0,0,0,15.4,14.145a9.494,9.494,0,0,0-.948-11.537ZM13.233,14.084a6.625,6.625,0,0,1-9.361.413,4.973,4.973,0,0,1-.413-.413,7.719,7.719,0,0,1,0-10.43,6.625,6.625,0,0,1,9.361-.413,4.973,4.973,0,0,1,.413.413,7.719,7.719,0,0,1,0,10.418Z' transform='translate(0.029 0.032)'/%3E%3C/svg%3E");
}

.icon-x {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 13'%3E %3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%232f316d;%7D%3C/style%3E%3C/defs%3E %3Ctitle%3Ekrzyzyk%3C/title%3E %3Cpath class='cls-1' d='M7.19,6.5,12.86.83a.49.49,0,0,0-.69-.69L6.5,5.81.83.14A.49.49,0,0,0,.14.83L5.81,6.5.14,12.17a.49.49,0,0,0,.69.69L6.5,7.19l5.67,5.67a.49.49,0,1,0,.69-.69Z' transform='translate(0 0)'/%3E %3C/svg%3E");
}

.icon-loading-indicator {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24px' height='24px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath opacity='0.2' fill-rule='evenodd' clip-rule='evenodd' d='M12 19C15.866 19 19 15.866 19 12C19 8.13401 15.866 5 12 5C8.13401 5 5 8.13401 5 12C5 15.866 8.13401 19 12 19ZM12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z' fill='none'/%3E %3Cpath d='M2 12C2 6.47715 6.47715 2 12 2V5C8.13401 5 5 8.13401 5 12H2Z' fill='%231C0C55'/%3E %3C/svg%3E");
}

.icon-hamburger {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.189' height='14.972' viewBox='0 0 20.189 14.972'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cg transform='translate(-30.375 -26.423)'%3E%3Crect class='a' width='20.189' height='2.848' transform='translate(30.375 26.423)'/%3E%3Crect class='a' width='20.189' height='2.848' transform='translate(30.375 32.485)'/%3E%3Crect class='a' width='20.189' height='2.848' transform='translate(30.375 38.547)'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-cancel {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='14.998' viewBox='0 0 15 14.998'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M9.76,23.1,15.6,17.259,9.76,11.423,11.425,9.76,17.259,15.6,23.1,9.76l1.665,1.663-5.838,5.836L24.758,23.1l-1.665,1.663-5.834-5.836-5.836,5.836Z' transform='translate(-9.76 -9.76)'/%3E%3C/svg%3E");
}

.icon-arrow {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.112' height='13.971' viewBox='0 0 25.112 13.971'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;stroke:%23fff;stroke-width:2px;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M-15079.479-14025.3l11.85,11.85-11.85,11.849' transform='translate(-14000.896 15080.186) rotate(90)'/%3E%3C/svg%3E");
}

.icon-arrow-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.112' height='13.971' viewBox='0 0 25.112 13.971'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;stroke:%23000;stroke-width:2px;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M-15079.479-14025.3l11.85,11.85-11.85,11.849' transform='translate(-14000.896 15080.186) rotate(90)'/%3E%3C/svg%3E");
}

.icon-arrow-left {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.486' height='15.558' viewBox='0 0 8.486 15.558'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;stroke:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M381.657,3684.365l-7.425,7.425,7.425,7.425' transform='translate(-373.524 -3684.011)'/%3E%3C/svg%3E");
}

.icon-arrow-right {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.486' height='15.558' viewBox='0 0 8.486 15.558'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;stroke:%23111;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M374.231,3684.365l7.425,7.425-7.425,7.425' transform='translate(-373.878 -3684.011)'/%3E%3C/svg%3E");
}

.icon-facebook-share {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Cdefs%3E%3Cstyle%3E.a,.d%7Bfill:none;%7D.a%7Bstroke:%233b5998;%7D.b%7Bfill:%233b5998;%7D.c%7Bstroke:none;%7D%3C/style%3E%3C/defs%3E%3Cg transform='translate(-275 -938)'%3E%3Cg class='a' transform='translate(275 938)'%3E%3Ccircle class='c' cx='14' cy='14' r='14'/%3E%3Ccircle class='d' cx='14' cy='14' r='13.5'/%3E%3C/g%3E%3Cpath class='b' d='M955.73,537.5h2v-1.733a4.119,4.119,0,0,1,.6-2.467,2.844,2.844,0,0,1,2.533-1.2,11.253,11.253,0,0,1,2.933.267l-.4,2.4a8.3,8.3,0,0,0-1.533-.2c-.667,0-1.467.2-1.467.867V537.5h3.067l-.2,2.667H960.4v8H957.73v-8h-2Z' transform='translate(-670.73 411.902)'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-twitter-share {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Cdefs%3E%3Cstyle%3E.a,.d%7Bfill:none;%7D.a%7Bstroke:%231da1f2;%7D.b%7Bfill:%231da1f2;%7D.c%7Bstroke:none;%7D%3C/style%3E%3C/defs%3E%3Cg transform='translate(-359 -938)'%3E%3Cg class='a' transform='translate(359 938)'%3E%3Ccircle class='c' cx='14' cy='14' r='14'/%3E%3Ccircle class='d' cx='14' cy='14' r='13.5'/%3E%3C/g%3E%3Cpath class='b' d='M975.617,592.088a5.976,5.976,0,0,1-1.867.533,3.547,3.547,0,0,0,1.467-1.8,5.561,5.561,0,0,1-2.067.8,3.228,3.228,0,0,0-2.4-1.066,3.271,3.271,0,0,0-3.266,3.266,2.528,2.528,0,0,0,.066.734,9.376,9.376,0,0,1-6.8-3.4,3.214,3.214,0,0,0-.466,1.6,3.348,3.348,0,0,0,1.466,2.733,2.684,2.684,0,0,1-1.466-.4v.067a3.233,3.233,0,0,0,2.6,3.2,3.413,3.413,0,0,1-.867.133,1.838,1.838,0,0,1-.6-.067,3.16,3.16,0,0,0,3.067,2.267,6.67,6.67,0,0,1-4.067,1.4,3.229,3.229,0,0,1-.8-.067,9.315,9.315,0,0,0,14.333-7.866v-.4a6.6,6.6,0,0,0,1.667-1.667' transform='translate(-594.617 355.445)'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-mail-share {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Cdefs%3E%3Cstyle%3E.a,.d%7Bfill:none;%7D.a%7Bstroke:%23858585;%7D.b%7Bfill:%23858585;%7D.c%7Bstroke:none;%7D%3C/style%3E%3C/defs%3E%3Cg transform='translate(-401 -938)'%3E%3Cg class='a' transform='translate(401 938)'%3E%3Ccircle class='c' cx='14' cy='14' r='14'/%3E%3Ccircle class='d' cx='14' cy='14' r='13.5'/%3E%3C/g%3E%3Cpath class='b' d='M967.617,598.088a2.853,2.853,0,0,0,.333-.067l.334-.266,7.333-6.067h-16l7.6,6.267A.957.957,0,0,0,967.617,598.088Zm-8-5.6v8.933l5.467-4.4Zm10.533,4.533,5.467,4.4v-8.866Zm-1.733,1.467a1.332,1.332,0,0,1-1.6,0l-1.2-1.067-6,4.8c0,.134,0,.134.067.134H975.55c.067,0,.067,0,.067-.067l-6-4.8Z' transform='translate(-552.617 355.313)'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-e404 {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='280.304' height='129.496' viewBox='0 0 280.304 129.496'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%231c0c55;%7D%3C/style%3E%3C/defs%3E%3Cg transform='translate(-564.176 -279.722)'%3E%3Cpath class='a' d='M223.19,491.612h13.421V494.7H223.323c-.034.533-.081.924-.082,1.316,0,7.466-.019,14.932.014,22.4a14.918,14.918,0,0,0,.382,3.47c1,4.051,3.59,6.166,7.982,6.642.4.043.8.056,1.313.09v1.774H187.2v-1.729c.662-.078,1.323-.134,1.977-.236,4.569-.709,7.312-3.578,7.639-8.22.186-2.642.132-5.3.141-7.955.018-5.262.005-10.525.005-15.787v-1.717H160.993a7.822,7.822,0,0,1,.464-4.4q21.793-44.083,43.5-88.207a1.9,1.9,0,0,1,2.03-1.246c5.348.062,10.7.028,16.2.028ZM196.9,425.495l-.264-.081-33.133,66.1h33.4Z' transform='translate(403.281 -121.172)'/%3E%3Cpath class='a' d='M223.19,491.612h13.421V494.7H223.323c-.034.533-.081.924-.082,1.316,0,7.466-.019,14.932.014,22.4a14.918,14.918,0,0,0,.382,3.47c1,4.051,3.59,6.166,7.982,6.642.4.043.8.056,1.313.09v1.774H187.2v-1.729c.662-.078,1.323-.134,1.977-.236,4.569-.709,7.312-3.578,7.639-8.22.186-2.642.132-5.3.141-7.955.018-5.262.005-10.525.005-15.787v-1.717H160.993a7.822,7.822,0,0,1,.464-4.4q21.793-44.083,43.5-88.207a1.9,1.9,0,0,1,2.03-1.246c5.348.062,10.7.028,16.2.028ZM196.9,425.495l-.264-.081-33.133,66.1h33.4Z' transform='translate(607.869 -121.172)'/%3E%3Ccircle class='a' cx='64.543' cy='64.543' r='64.543' transform='translate(639.961 280.061)'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-bag {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.497 24.615'%3E%3Cdefs%3E%3Cstyle%3E.a-shopbtn,.b-shopbtn%7Bfill:none;stroke:%231C0C55;stroke-width:1.2px;%7D.a-shopbtn%7Bstroke-linejoin:round;%7D.b-shopbtn%7Bstroke-miterlimit:10;%7D%3C/style%3E%3C/defs%3E%3Cg transform='translate(0.6 0.599)'%3E%3Cpath class='a-shopbtn' d='M67.368,266.88v-4.248a3.867,3.867,0,1,1,7.733,0v4.248' transform='translate(-61.586 -258.747)'/%3E%3Cline class='b-shopbtn' x2='15.347' transform='translate(1.975 19.994)'/%3E%3Cline class='a-shopbtn' x2='5.902' transform='translate(5.925 5.762)'/%3E%3Cpath class='a-shopbtn' d='M65.868,273.824h4.891l.775,16.245c.052,1.067-.764,1.408-1.865,1.408H54.108c-1.1,0-1.917-.341-1.865-1.408l.775-16.245h3.314' transform='translate(-52.24 -268.062)'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-bluzki {
  background-image: url(https://lamoda-blog.ocdn.eu/icons/bluzki.svg);
}

.icon-spodnie {
  background-image: url(https://lamoda-blog.ocdn.eu/icons/spodnie.svg);
}

.icon-sukienki {
  background-image: url(https://lamoda-blog.ocdn.eu/icons/sukienki.svg);
}

.icon-swetry {
  background-image: url(https://lamoda-blog.ocdn.eu/icons/swetry.svg);
}

.icon-lm {
  background-image: url(https://lamoda-blog.ocdn.eu/icons/LM_icon.svg);
}

.icon-lm-dot {
  background-image: url(https://lamoda-blog.ocdn.eu/icons/LM_icon_dot.svg);
}

.landingPageContent .seo-text-container {
  position: relative;
  margin-bottom: 50px;
}

.landingPageContent .seo-text {
  height: 150px;
  overflow: hidden;
}

.landingPageContent .seo-text a {
  color: blue;
  text-decoration: underline;
}

.landingPageContent .seo-text ul {
  list-style-type: disc;
  margin-left: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.landingPageContent .seo-text p {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.landingPageContent .seo-text h2 {
  font-weight: 700;
  font-size: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.landingPageContent label {
  position: absolute;
  top: 100%;
}

.landingPageContent .seo-text-container input {
  display: none;
}

.landingPageContent label:after {
  content: "Więcej";
}

.landingPageContent input:checked + label:after {
  content: "Mniej";
}

.landingPageContent input:checked ~ div {
  height: 100%;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 9999px;
}

.loader {
  --text-opacity: 1;
  color: #1C0C55;
  color: rgba(28, 12, 85, var(--text-opacity));
  text-indent: -99999em;
  position: relative;
  box-shadow: inset 0 0 0 1em;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.loader--purple .loader {
  color: white;
}

.loader--purple .loader:before,
.loader--purple .loader:after {
  --bg-opacity: 1;
  background-color: #1C0C55;
  background-color: rgba(28, 12, 85, var(--bg-opacity));
}

.loader:before {
  position: absolute;
  content: '';
  width: 60%;
  height: 120%;
  background: white;
  border-radius: 10.2em 0 0 10.2em;
  top: -10%;
  left: -5%;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-animation: load 2s infinite ease 1.5s;
          animation: load 2s infinite ease 1.5s;
}

.loader:after {
  position: absolute;
  content: '';
  width: 60%;
  height: 120%;
  background: white;
  border-radius: 0 10.2em 10.2em 0;
  top: -10%;
  left: 55%;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-animation: load 2s infinite ease;
          animation: load 2s infinite ease;
}

@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@media (min-width: 576px) {
  .sm\:container {
    width: 100%;
  }

  @media (min-width: 576px) {
    .sm\:container {
      max-width: 576px;
    }
  }

  @media (min-width: 768px) {
    .sm\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 992px) {
    .sm\:container {
      max-width: 992px;
    }
  }

  @media (min-width: 1200px) {
    .sm\:container {
      max-width: 1200px;
    }
  }

  .sm\:p-2 {
    padding: 0.5rem;
  }
}

@media (min-width: 768px) {
  .md\:container {
    width: 100%;
  }

  @media (min-width: 576px) {
    .md\:container {
      max-width: 576px;
    }
  }

  @media (min-width: 768px) {
    .md\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 992px) {
    .md\:container {
      max-width: 992px;
    }
  }

  @media (min-width: 1200px) {
    .md\:container {
      max-width: 1200px;
    }
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: -webkit-box;
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .md\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .md\:justify-around {
    justify-content: space-around;
  }

  .md\:text-sm {
    font-size: 0.875rem;
  }

  .md\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:mb-0 {
    margin-bottom: 0;
  }

  .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:pl-4 {
    padding-left: 1rem;
  }

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-1\/6 {
    width: 16.666667%;
  }

  .md\:w-1\/2-with-space {
    width: 49%;
  }

  .md\:gap-2 {
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .lg\:container {
    width: 100%;
  }

  @media (min-width: 576px) {
    .lg\:container {
      max-width: 576px;
    }
  }

  @media (min-width: 768px) {
    .lg\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 992px) {
    .lg\:container {
      max-width: 992px;
    }
  }

  @media (min-width: 1200px) {
    .lg\:container {
      max-width: 1200px;
    }
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: -webkit-box;
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .lg\:justify-start {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .lg\:flex-initial {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
  }

  .lg\:leading-9 {
    line-height: 2.25rem;
  }

  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:pt-0 {
    padding-top: 0;
  }

  .lg\:pb-0 {
    padding-bottom: 0;
  }

  .lg\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .lg\:pt-8 {
    padding-top: 2rem;
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }

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

  .lg\:uppercase {
    text-transform: uppercase;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-1\/5 {
    width: 20%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-1\/2-with-space {
    width: 49%;
  }

  .lg\:w-1\/3-with-space {
    width: 32%;
  }

  .lg\:gap-8 {
    grid-gap: 2rem;
    gap: 2rem;
  }
}

@media (min-width: 1200px) {
  .xl\:container {
    width: 100%;
  }

  @media (min-width: 576px) {
    .xl\:container {
      max-width: 576px;
    }
  }

  @media (min-width: 768px) {
    .xl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 992px) {
    .xl\:container {
      max-width: 992px;
    }
  }

  @media (min-width: 1200px) {
    .xl\:container {
      max-width: 1200px;
    }
  }

  .xl\:block {
    display: block;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:min-h-newsletter-xl {
    min-height: 590px;
  }

  .xl\:pb-1\/4 {
    padding-bottom: 25%;
  }

  .xl\:w-4\/5 {
    width: 80%;
  }
}
