@font-face {
  font-family: "MyriadPro";
  src: url("../fonts/MyriadPro-Bold.woff2") format("woff2"), url("../fonts/MyriadPro-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "MyriadPro";
  src: url("../fonts/MyriadPro-Light.woff2") format("woff2"), url("../fonts/MyriadPro-Light.woff") format("woff");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "MyriadPro";
  src: url("../fonts/MyriadPro-Regular.woff2") format("woff2"), url("../fonts/MyriadPro-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}
.doz_tilt-neon {
  font-family: "Tilt Neon", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "XROT" 0, "YROT" 0;
}

/*! 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  border-top: 0.5px solid #fff;
  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: 700;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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;
}

.doz_img-center {
  display: block;
  margin: 0 auto;
}

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

.doz_text {
  display: block;
  text-align: center;
  margin: 0 auto;
  line-height: 1.3em;
  font-size: 16px;
  font-family: "Lato", sans-serif;
}
.doz_text strong {
  font-family: "Lato", sans-serif;
}
@media (min-width: 1024px) and (max-width: 1123px) {
  .doz_text {
    font-size: 15px;
  }
}
@media (min-width: 480px) and (max-width: 1023px) {
  .doz_text {
    font-size: 14px;
    text-align: center;
  }
}
@media (max-width: 479px) {
  .doz_text {
    font-size: 14px;
    text-align: center;
  }
}
.doz_text--white {
  color: #fff;
}
.doz_text--black {
  color: #000;
}
.doz_text--orange {
  color: #f47920;
}
.doz_text--center {
  text-align: center;
}
.doz_text--left {
  text-align: left;
  margin: 0;
}
@media (max-width: 1023px) {
  .doz_text--left {
    text-align: center;
  }
}
.doz_text--right {
  text-align: right;
  margin: 0;
}
@media (max-width: 1023px) {
  .doz_text--right {
    text-align: center;
  }
}
.doz_text--uppercase {
  text-transform: uppercase;
}
.doz_text--bold {
  font-family: "Lato", sans-serif;
}
.doz_text--small {
  font-size: 14px;
}

.doz_heading {
  margin-top: 0;
  font-size: 64px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 0;
  background: linear-gradient(175deg, #f47920 29.72%, #e35300 69.88%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1023px) {
  .doz_heading {
    font-size: 48px;
  }
}
@media (max-width: 479px) {
  .doz_heading {
    font-size: 32px;
    line-height: 1.2;
  }
  .doz_heading .doz_tilt-neon {
    font-size: 48px;
  }
}

.doz_heading-subtitle {
  font-size: 24px;
  margin: 0;
}
@media (max-width: 1023px) {
  .doz_heading-subtitle {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 10px;
  }
}

.doz_button-wrap {
  text-align: center;
}
.doz_button-wrap a.doz_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
  outline: 2px #007aff solid;
  outline-offset: 2px;
  -webkit-transition: none;
  transition: none;
}

.doz_btn {
  background: #f47920;
  height: 50px;
  border-radius: 45px;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 18px;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-radius: 30px;
  border: none;
  color: #fff;
  text-decoration: none;
  min-width: 180px;
  margin: 0;
  background: linear-gradient(104deg, #f47920 29.72%, #e35300 69.88%);
  -webkit-box-shadow: -6px -6px 12px 0 rgba(255, 255, 255, 0.15), 6px 6px 12px 0 rgba(0, 0, 0, 0.25);
          box-shadow: -6px -6px 12px 0 rgba(255, 255, 255, 0.15), 6px 6px 12px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.doz_btn img {
  padding-left: 10px;
}
.doz_btn:hover {
  color: #f47920;
  border-radius: 45.455px;
  border: 2px solid #f47920;
  background: linear-gradient(104deg, #fff 29.72%, #fff 69.88%);
  -webkit-box-shadow: -6px -6px 12px 0 rgba(255, 255, 255, 0.25), 6px 6px 12px 0 rgba(0, 0, 0, 0.25);
          box-shadow: -6px -6px 12px 0 rgba(255, 255, 255, 0.25), 6px 6px 12px 0 rgba(0, 0, 0, 0.25);
}
.doz_btn:focus-visible {
  outline: 2px #007aff solid;
  outline-offset: 5px;
  -webkit-transition: none;
  transition: none;
}
@media (min-width: 1024px) and (max-width: 1123px) {
  .doz_btn {
    font-size: 16px;
    height: 50px;
  }
  .doz_btn img {
    width: 35px;
  }
}
@media (min-width: 480px) and (max-width: 1023px) {
  .doz_btn {
    font-size: 16px;
    height: 50px;
  }
  .doz_btn img {
    width: 35px;
  }
}
@media (max-width: 479px) {
  .doz_btn {
    font-size: 16px;
    height: 50px;
    min-width: 180px;
  }
  .doz_btn img {
    width: 30px;
  }
}
.doz_btn:disabled {
  background-color: #cfd5e1;
}
.doz_btn:disabled:hover {
  color: #fff;
  cursor: no-drop;
}
.doz_btn--transparent {
  color: #f47920;
  background: transparent;
  border: 1px solid #f47920;
}
.doz_btn--transparent:hover {
  color: #fff;
  background: #f47920;
  text-decoration: none;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
}
.doz_btn--transparent:active {
  color: #f47920;
}
.doz_btn--transparent-black {
  border: 1px solid #000;
  color: #000;
}
.doz_btn--transparent-black:hover {
  border: 1px solid #000;
  background: transparent;
  color: #fff;
  text-decoration: none;
  background: #000;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
}
.doz_btn--transparent-black:hover:visited {
  color: #fff;
}
.doz_btn--transparent-black:active {
  text-decoration: none;
  color: #000;
}
.doz_btn--link {
  color: #fff;
  background: transparent;
  border: 1px solid transparent;
  width: initial;
  min-width: initial;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 18px;
  font-weight: 900;
  height: 35px;
}
.doz_btn--link:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: transparent;
  text-decoration: none;
  border: 1px solid transparent;
  background: linear-gradient(175deg, #f47920 29.72%, #e35300 69.88%);
  -webkit-background-clip: text;
          background-clip: text;
  text-align: center;
}
.doz_btn--link:hover svg path {
  stroke: #e35300;
}
.doz_btn--link:focus-visible {
  outline: 2px #007aff solid;
  outline-offset: 5px;
  border-radius: 4px;
  -webkit-transition: none;
  transition: none;
}
@media (max-width: 1023px) {
  .doz_btn--link {
    font-size: 16px;
  }
}
.doz_btn--link:active {
  color: #f47920;
}
.doz_btn--white {
  border: 1px solid #000;
  color: #000;
  background: #fff;
}
.doz_btn--white:hover {
  color: #fff;
  border: 1px solid #fff;
  background: #000;
  text-decoration: none;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
}
.doz_btn--white:active {
  text-decoration: none;
  color: #000;
}
.doz_btn--black {
  border: 2px solid #000;
  color: #fff;
  background: #000;
}
.doz_btn--black:hover {
  color: #000;
  border: 2px solid #000;
  background: #fff;
  text-decoration: none;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
}
.doz_btn--black:focus {
  text-decoration: none;
  color: #fff;
}
.doz_btn--black:active {
  text-decoration: none;
  color: #fff;
}
.doz_btn--orange {
  background-color: #f47920;
  color: #fff;
}
.doz_btn--orange:hover {
  color: #102d69;
  background: #f47920;
  text-decoration: none;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
}
.doz_btn--orange:focus {
  text-decoration: none;
  color: #fff;
}
.doz_btn--no-margin {
  margin: 0;
}
.doz_btn--md {
  min-width: 180px;
  height: 37px;
  font-size: 14px;
}
.doz_btn--md-x {
  min-width: 250px;
  height: 40px;
  font-size: 16px;
}

#app {
  overflow: hidden;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#0a2552), to(#041634));
  background: linear-gradient(180deg, #0a2552 0%, #041634 100%);
}

.app-qr {
  min-height: 100%;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 5;
  padding-bottom: 50px;
}

.app-container {
  max-width: 1250px;
  width: auto;
  padding: 0 26px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .app-container {
    overflow: hidden;
    padding: 0 10px;
  }
}
.app-container--head {
  position: relative;
}
@media (max-width: 1250px) {
  .app-container--head {
    overflow: visible;
    padding: 0;
  }
}
.doz_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-image: url("../img/bg-top.webp");
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -142px;
  padding-bottom: 32px;
  padding-top: 0px;
}
@media (max-width: 1250px) {
  .doz_head {
    background-size: contain;
    background-position: top;
    margin-left: 0;
    margin-top: -230px;
    padding-bottom: 0;
    padding-top: 20%;
  }
}
@media (max-width: 1023px) {
  .doz_head {
    margin-top: -23%;
    padding-bottom: 0;
    padding-top: 20%;
  }
}
@media screen and (max-width: 500px) {
  .doz_head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -16%;
  }
}
@media screen and (max-width: 400px) {
  .doz_head {
    margin-top: -19%;
  }
}
@media screen and (max-width: 350px) {
  .doz_head {
    margin-top: -22%;
  }
}
@media screen and (max-width: 500px) {
  .doz_head {
    background-image: url("../img/bg-top-mob.webp");
    padding-top: 90px;
    padding-bottom: 0px;
  }
}
.doz_head__r {
  width: 56%;
  margin-right: 0px;
  text-align: center;
  padding-bottom: 25px;
  position: relative;
  top: 130px;
}
@media (max-width: 1250px) {
  .doz_head__r {
    top: 30px;
    padding-left: 20px;
    width: 52%;
    padding-bottom: 75px;
  }
}
@media (max-width: 1023px) {
  .doz_head__r {
    padding-bottom: 20px;
    top: 28px;
  }
}
@media (max-width: 767px) {
  .doz_head__r {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    text-align: left;
  }
  .doz_head__r img {
    max-width: 500px;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .doz_head__r {
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 30px;
    top: -23px;
  }
}
.doz_head__r > div {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.doz_head__r--01 {
  text-align: left;
  text-transform: uppercase;
  font-size: 20px;
}
@media (max-width: 1023px) {
  .doz_head__r--01 {
    font-size: 18px;
  }
}
.doz_head__l {
  width: 44%;
  text-align: left;
}
@media (max-width: 1250px) {
  .doz_head__l {
    padding-right: 20px;
    width: 48%;
  }
}
@media (max-width: 767px) {
  .doz_head__l {
    width: 100%;
  }
}
.doz_head__l > div {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1023px) {
  .doz_head__l > div {
    margin-left: 0;
  }
}
@media (max-width: 1250px) {
  .doz_head__l > div {
    padding-top: 0px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .doz_head__l > div {
    padding-right: 70px;
  }
}
@media (max-width: 380px) {
  .doz_head__l > div {
    padding-right: 0px;
  }
}
.doz_head__l span {
  text-transform: uppercase;
}
.doz_head__l--01 {
  font-size: 32px;
  font-weight: 900;
}
@media (max-width: 1250px) {
  .doz_head__l--01 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .doz_head__l--01 {
    font-size: 16px;
    padding-bottom: 20px;
  }
}
@media (max-width: 479px) {
  .doz_head__l--01 {
    padding-bottom: 0px;
    padding-right: 45px;
  }
}
.doz_head__l--02 {
  font-size: 32px;
  font-weight: 900;
}
@media (max-width: 479px) {
  .doz_head__l--02 {
    font-size: 70px;
  }
}
@media (max-width: 1250px) {
  .doz_head__l--02 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .doz_head__l--02 {
    font-size: 16px;
  }
}
.doz_head__l--03 {
  font-size: 28px;
  font-weight: bold;
  text-shadow: 1px 1px 10px rgba(255, 255, 255, 0.4588235294);
}
@media (max-width: 479px) {
  .doz_head__l--03 {
    font-size: 20px;
  }
}
.doz_head .doz_btn {
  position: absolute;
  right: 40px;
  bottom: 10%;
  width: 360px;
  height: 60px;
  -webkit-box-shadow: -6px -6px 12px 0 rgba(255, 255, 255, 0.068), 6px 6px 12px 0 rgba(0, 0, 0, 0.25);
          box-shadow: -6px -6px 12px 0 rgba(255, 255, 255, 0.068), 6px 6px 12px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 1250px) {
  .doz_head .doz_btn {
    bottom: 24%;
    width: 280px;
  }
}
@media (max-width: 1023px) {
  .doz_head .doz_btn {
    bottom: 15%;
    height: 50px;
    right: 30px;
    width: 210px;
  }
}
@media (max-width: 767px) {
  .doz_head .doz_btn {
    width: 180px;
    right: 20px;
    height: 40px;
    bottom: 13%;
  }
}
@media screen and (max-width: 600px) {
  .doz_head .doz_btn {
    font-size: 12px;
    width: 120px;
    min-width: 150px;
    bottom: 11%;
  }
}
@media screen and (max-width: 500px) {
  .doz_head .doz_btn {
    display: none;
  }
}
.doz_head .doz_btn.doz-show-xs {
  display: none;
}
@media screen and (max-width: 500px) {
  .doz_head .doz_btn.doz-show-xs {
    width: 210px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-shadow: none;
            box-shadow: none;
    right: 0;
    top: inherit;
    bottom: 32px;
    font-size: 16px;
  }
}

.doz_delimiter {
  border: 1.3px solid #f47920;
  -webkit-box-shadow: 0 0 10px 2px rgba(244, 120, 32, 0.2862745098);
          box-shadow: 0 0 10px 2px rgba(244, 120, 32, 0.2862745098);
  margin: 20px 0;
}

.doz_stars_black {
  margin-top: 110px;
  padding-bottom: 70px;
}
@media (max-width: 1023px) {
  .doz_stars_black {
    margin-top: 45px;
  }
}
.doz_stars_black .doz_delimiter {
  border: 1.3px solid #f47920;
  -webkit-box-shadow: 0 0 10px 2px rgba(244, 120, 32, 0.2862745098);
          box-shadow: 0 0 10px 2px rgba(244, 120, 32, 0.2862745098);
}
@media (max-width: 1023px) {
  .doz_stars_black .carousel__viewport .carousel__slide .doz_product--desc {
    margin-top: 10px;
  }
}
.doz_stars_black .carousel__viewport .carousel__slide p.doz_product--name {
  text-decoration: none;
  display: block;
  min-height: 40;
}
@media (max-width: 1023px) {
  .doz_stars_black .carousel__viewport .carousel__slide p.doz_product--name {
    margin-top: 5px;
  }
}
.doz_stars_black .doz_carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* new */
  /* slide products */
  /* end new */
}
.doz_stars_black .doz_carousel .carousel__viewport {
  padding-top: 10px;
}
.doz_stars_black .doz_carousel .carousel__viewport .carousel__slide {
  padding-left: 8px;
  padding-right: 8px;
}
.doz_stars_black .doz_carousel .doz_products_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  width: 100%;
}
@media (max-width: 1023px) {
  .doz_stars_black .doz_carousel .doz_products_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
@media (max-width: 479px) {
  .doz_stars_black .doz_carousel .doz_products_grid {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}
.doz_stars_black .doz_carousel .doz_slide_products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  width: 100%;
}
@media (max-width: 1023px) {
  .doz_stars_black .doz_carousel .doz_slide_products {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
@media (max-width: 479px) {
  .doz_stars_black .doz_carousel .doz_slide_products {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}
.doz_stars_black .doz_carousel .carousel__prev,
.doz_stars_black .doz_carousel .carousel__next {
  z-index: 10;
  bottom: 180px;
  top: inherit;
}
.doz_stars_black .doz_carousel .carousel__prev {
  left: -12px;
}
.doz_stars_black .doz_carousel .carousel__next {
  right: -12px;
}
.doz_stars_black .carousel__pagination {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .doz_stars_black .carousel__pagination {
    display: none;
  }
}
.doz_stars_black .carousel__pagination {
  margin: 0px 0 0;
  padding-top: 30px;
}
.doz_stars_black .carousel__pagination-button {
  width: 16px;
  height: 16px;
  background: linear-gradient(104deg, #fff 29.72%, #fff 69.88%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 30px;
}
.doz_stars_black .carousel__pagination-button:focus-visible {
  -webkit-transition: none;
  transition: none;
}
.doz_stars_black .carousel__pagination-button:focus {
  -webkit-transition: none;
  transition: none;
}
@media (max-width: 479px) {
  .doz_stars_black .carousel__pagination {
    display: none;
  }
}
.doz_stars_black .carousel__pagination-button::after {
  content: "";
}
.doz_stars_black .carousel__pagination-button--active {
  width: 94px;
  background: linear-gradient(104deg, #f47920 29.72%, #e35300 69.88%);
}
.doz_stars_black .carousel__pagination-button--active::after {
  border-radius: 30px;
}
@media (max-width: 479px) {
  .doz_stars_black .doz_carousel-full .carousel__viewport {
    margin-bottom: 10px;
  }
}
.doz_stars_black .doz_carousel-full .carousel__viewport .carousel__slide {
  grid-area: 1/1;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity ease-in-out;
  transition: opacity ease-in-out;
  width: 100%;
  overflow: visible;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 1023px) {
  .doz_stars_black .doz_carousel-full .carousel__viewport .carousel__slide {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 479px) {
  .doz_stars_black .doz_carousel-full .carousel__viewport .carousel__slide {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.doz_stars_black .doz_carousel-full .carousel__viewport .carousel__slide .doz_stars_black--selected {
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  border-radius: 24px;
  color: #fff;
  max-height: 300px;
  margin-top: 140px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  margin-bottom: 20px;
  padding: 0;
  cursor: default;
  border-radius: 24px;
  background: rgba(111, 142, 177, 0.3);
}
@media (max-width: 1023px) {
  .doz_stars_black .doz_carousel-full .carousel__viewport .carousel__slide .doz_stars_black--selected {
    max-height: 230px;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .doz_stars_black .doz_carousel-full .carousel__viewport .carousel__slide .doz_stars_black--selected {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: inherit;
  }
}
@media (max-width: 479px) {
  .doz_stars_black .doz_carousel-full .carousel__viewport .carousel__slide .doz_stars_black--selected {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 110px;
    margin-bottom: 0px;
  }
}
.doz_stars_black .doz_carousel-full .carousel__viewport .carousel__slide .doz_stars_black--selected:hover {
  border: none;
}
.doz_stars_black .doz_carousel-full .carousel__viewport .carousel__slide .doz_stars_black--selected .doz_product--img {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .doz_stars_black .doz_carousel-full .carousel__viewport .carousel__slide .doz_stars_black--selected .doz_product--img {
    min-height: inherit;
  }
}
.doz_stars_black .doz_carousel-full .carousel__viewport .carousel__slide .doz_stars_black--selected > div {
  width: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: none;
}
.doz_stars_black .doz_carousel-full .carousel__viewport .carousel__slide .doz_stars_black--selected > div:hover {
  border: none;
}
@media (max-width: 1023px) {
  .doz_stars_black .doz_carousel-full .carousel__viewport .carousel__slide .doz_stars_black--selected > div.doz_product--img {
    width: 40%;
  }
  .doz_stars_black .doz_carousel-full .carousel__viewport .carousel__slide .doz_stars_black--selected > div.doz_product--desc {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .doz_stars_black .doz_carousel-full .carousel__viewport .carousel__slide .doz_stars_black--selected > div {
    width: 100%;
  }
  .doz_stars_black .doz_carousel-full .carousel__viewport .carousel__slide .doz_stars_black--selected > div.doz_product--img {
    width: 100%;
  }
  .doz_stars_black .doz_carousel-full .carousel__viewport .carousel__slide .doz_stars_black--selected > div.doz_product--desc {
    width: 100%;
  }
}
.doz_stars_black .doz_carousel-full .carousel__viewport .carousel__slide .doz_stars_black--selected .doz_product--img img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  position: relative;
  min-height: 400px;
  top: -110px;
  cursor: pointer;
}
@media (max-width: 1250px) {
  .doz_stars_black .doz_carousel-full .carousel__viewport .carousel__slide .doz_stars_black--selected .doz_product--img img {
    min-height: 280px;
    top: -60px;
  }
}
@media (max-width: 767px) {
  .doz_stars_black .doz_carousel-full .carousel__viewport .carousel__slide .doz_stars_black--selected .doz_product--img img {
    top: inherit;
    margin-top: -70px;
    min-height: inherit;
    max-height: 340px;
  }
}
@media (max-width: 479px) {
  .doz_stars_black .doz_carousel-full .carousel__viewport .carousel__slide .doz_stars_black--selected .doz_product--img img {
    min-height: 160px;
    max-height: 200px;
  }
}
.doz_stars_black .doz_carousel-full .carousel__viewport .carousel__slide .doz_stars_black--selected .doz_product--desc {
  padding: 0 60px 0 20px;
  text-align: left;
  margin: 0;
}
@media (max-width: 767px) {
  .doz_stars_black .doz_carousel-full .carousel__viewport .carousel__slide .doz_stars_black--selected .doz_product--desc {
    padding: 0 20px 20px 20px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.doz_stars_black .doz_carousel-full .carousel__viewport .carousel__slide .doz_stars_black--selected .doz_product--desc .doz_product--name {
  text-decoration: none;
  color: #fff;
  margin-top: 30px;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
  min-height: inherit;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1023px) {
  .doz_stars_black .doz_carousel-full .carousel__viewport .carousel__slide .doz_stars_black--selected .doz_product--desc .doz_product--name {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .doz_stars_black .doz_carousel-full .carousel__viewport .carousel__slide .doz_stars_black--selected .doz_product--desc .doz_product--name {
    font-size: 16px;
    min-height: 40px;
  }
}
@media (max-width: 479px) {
  .doz_stars_black .doz_carousel-full .carousel__viewport .carousel__slide .doz_stars_black--selected .doz_product--desc .doz_product--name {
    margin-top: 20px;
    min-height: 56px;
  }
}
.doz_stars_black .doz_carousel-full .carousel__viewport .carousel__slide .doz_stars_black--selected .doz_product--desc .doz_product--price p {
  display: inline-block;
  margin: 0;
  font-size: 45px;
  font-weight: 700;
  background: linear-gradient(104deg, #f47920 29.72%, #e35300 69.88%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1023px) {
  .doz_stars_black .doz_carousel-full .carousel__viewport .carousel__slide .doz_stars_black--selected .doz_product--desc .doz_product--price p {
    font-size: 32px;
  }
}
@media (max-width: 479px) {
  .doz_stars_black .doz_carousel-full .carousel__viewport .carousel__slide .doz_stars_black--selected .doz_product--desc .doz_product--price {
    margin: 0;
  }
}
.doz_stars_black .doz_carousel-full .carousel__viewport .carousel__slide .doz_stars_black--selected .doz_product--desc .doz_price_lowest {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.doz_stars_black .doz_carousel-full .carousel__viewport .carousel__slide .doz_stars_black--selected .doz_product--desc .doz_btn {
  width: 200px;
  margin-top: 20px;
  margin-left: inherit;
}
@media (max-width: 1023px) {
  .doz_stars_black .doz_carousel-full .carousel__viewport .carousel__slide .doz_stars_black--selected .doz_product--desc .doz_btn {
    height: 40px;
    width: 150px;
    margin: 20px auto 0;
  }
}
.doz_stars_black .doz_carousel-full .carousel__viewport .carousel__slide--active {
  opacity: 1;
  pointer-events: auto;
}
.doz_stars_black .doz_carousel .carousel__viewport .carousel__slide--active > div {
  border: 3px solid #f47920;
}

.doz_kiermasz-desktop {
  margin-top: 80px;
  padding-bottom: 70px;
}
@media (max-width: 1023px) {
  .doz_kiermasz-desktop {
    margin-top: 45px;
  }
}
.doz_kiermasz-desktop .carousel__viewport .carousel__slide > div:hover {
  border: none;
}
.doz_kiermasz-desktop .doz_delimiter {
  border: 1.3px solid #f47920;
  -webkit-box-shadow: 0 0 10px 2px rgba(244, 120, 32, 0.2862745098);
          box-shadow: 0 0 10px 2px rgba(244, 120, 32, 0.2862745098);
}
.doz_kiermasz-desktop .carousel__viewport .carousel__slide {
  padding-left: 0;
  padding-right: 0;
}
.doz_kiermasz-desktop .carousel__viewport .carousel__slide > div .thumbnail {
  padding: 20px 10px;
  border-radius: 10px;
  color: #fff;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 24px;
  background: rgba(111, 142, 177, 0.3);
}
.doz_kiermasz-desktop .carousel__viewport .carousel__slide > div .thumbnail.is-active {
  border: 3px solid #f47920;
  padding: 17px 7px;
}
.doz_kiermasz-desktop .carousel__viewport .carousel__slide > div .thumbnail:hover {
  border: 3px solid #f47920;
  padding: 17px 7px;
}
.doz_kiermasz-desktop .carousel__viewport .carousel__slide > div .thumbnail .doz_product--price {
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .doz_kiermasz-desktop .carousel__viewport .carousel__slide .doz_product--desc {
    margin-top: 10px;
  }
}
.doz_kiermasz-desktop .carousel__viewport .carousel__slide p.doz_product--name {
  text-decoration: none;
  display: block;
  min-height: 40;
}
@media (max-width: 1023px) {
  .doz_kiermasz-desktop .carousel__viewport .carousel__slide p.doz_product--name {
    margin-top: 5px;
  }
}
.doz_kiermasz-desktop .doz_carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: -5px;
  /* new */
  /* slide products */
  /* end new */
}
.doz_kiermasz-desktop .doz_carousel .carousel__viewport {
  padding-top: 10px;
}
.doz_kiermasz-desktop .doz_carousel .doz_products_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  width: 100%;
}
@media (max-width: 1023px) {
  .doz_kiermasz-desktop .doz_carousel .doz_products_grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
}
@media (max-width: 479px) {
  .doz_kiermasz-desktop .doz_carousel .doz_products_grid {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}
.doz_kiermasz-desktop .doz_carousel .doz_slide_products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  width: 100%;
}
@media (max-width: 1100px) {
  .doz_kiermasz-desktop .doz_carousel .doz_slide_products {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}
@media (max-width: 479px) {
  .doz_kiermasz-desktop .doz_carousel .doz_slide_products {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.doz_kiermasz-desktop .doz_carousel .carousel__prev,
.doz_kiermasz-desktop .doz_carousel .carousel__next {
  z-index: 10;
  bottom: calc(50% - 20px);
  top: inherit;
}
.doz_kiermasz-desktop .doz_carousel .carousel__prev {
  left: -8px;
}
.doz_kiermasz-desktop .doz_carousel .carousel__next {
  right: -8px;
}
.doz_kiermasz-desktop .carousel__pagination {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .doz_kiermasz-desktop .carousel__pagination {
    display: none;
  }
}
.doz_kiermasz-desktop .carousel__pagination {
  margin: 0px 0 0;
  padding-top: 30px;
}
.doz_kiermasz-desktop .carousel__pagination-button {
  width: 16px;
  height: 16px;
  background: linear-gradient(104deg, #fff 29.72%, #fff 69.88%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 30px;
}
.doz_kiermasz-desktop .carousel__pagination-button:focus-visible {
  -webkit-transition: none;
  transition: none;
}
.doz_kiermasz-desktop .carousel__pagination-button:focus {
  -webkit-transition: none;
  transition: none;
}
@media (max-width: 479px) {
  .doz_kiermasz-desktop .carousel__pagination {
    display: none;
  }
}
.doz_kiermasz-desktop .carousel__pagination-button::after {
  content: "";
}
.doz_kiermasz-desktop .carousel__pagination-button--active {
  width: 94px;
  background: linear-gradient(104deg, #f47920 29.72%, #e35300 69.88%);
}
.doz_kiermasz-desktop .carousel__pagination-button--active::after {
  border-radius: 30px;
}
@media (max-width: 479px) {
  .doz_kiermasz-desktop .doz_carousel-full .carousel__viewport {
    margin-bottom: 10px;
  }
}
.doz_kiermasz-desktop .doz_carousel-full .carousel__viewport .carousel__slide {
  grid-area: 1/1;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity ease-in-out;
  transition: opacity ease-in-out;
  width: 100%;
  overflow: visible;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 1023px) {
  .doz_kiermasz-desktop .doz_carousel-full .carousel__viewport .carousel__slide {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 479px) {
  .doz_kiermasz-desktop .doz_carousel-full .carousel__viewport .carousel__slide {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.doz_kiermasz-desktop .doz_carousel-full .carousel__viewport .carousel__slide .doz_stars_black--selected {
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  border-radius: 24px;
  color: #fff;
  max-height: 300px;
  margin-top: 160px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  margin-bottom: 20px;
  padding: 0;
  cursor: default;
  background: rgba(111, 142, 177, 0.3);
}
@media (max-width: 1023px) {
  .doz_kiermasz-desktop .doz_carousel-full .carousel__viewport .carousel__slide .doz_stars_black--selected {
    max-height: 230px;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 130px;
  }
}
@media (max-width: 767px) {
  .doz_kiermasz-desktop .doz_carousel-full .carousel__viewport .carousel__slide .doz_stars_black--selected {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: inherit;
  }
}
@media (max-width: 479px) {
  .doz_kiermasz-desktop .doz_carousel-full .carousel__viewport .carousel__slide .doz_stars_black--selected {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 110px;
    margin-bottom: 0px;
  }
}
.doz_kiermasz-desktop .doz_carousel-full .carousel__viewport .carousel__slide .doz_stars_black--selected:hover {
  border: none;
}
.doz_kiermasz-desktop .doz_carousel-full .carousel__viewport .carousel__slide .doz_stars_black--selected .doz_product--img {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1250px) {
  .doz_kiermasz-desktop .doz_carousel-full .carousel__viewport .carousel__slide .doz_stars_black--selected .doz_product--img {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .doz_kiermasz-desktop .doz_carousel-full .carousel__viewport .carousel__slide .doz_stars_black--selected .doz_product--img {
    min-height: inherit;
  }
}
.doz_kiermasz-desktop .doz_carousel-full .carousel__viewport .carousel__slide .doz_stars_black--selected > div {
  width: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 1023px) {
  .doz_kiermasz-desktop .doz_carousel-full .carousel__viewport .carousel__slide .doz_stars_black--selected > div.doz_product--img {
    width: 40%;
  }
  .doz_kiermasz-desktop .doz_carousel-full .carousel__viewport .carousel__slide .doz_stars_black--selected > div.doz_product--desc {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .doz_kiermasz-desktop .doz_carousel-full .carousel__viewport .carousel__slide .doz_stars_black--selected > div {
    width: 100%;
  }
  .doz_kiermasz-desktop .doz_carousel-full .carousel__viewport .carousel__slide .doz_stars_black--selected > div.doz_product--img {
    width: 100%;
  }
  .doz_kiermasz-desktop .doz_carousel-full .carousel__viewport .carousel__slide .doz_stars_black--selected > div.doz_product--desc {
    width: 100%;
  }
}
.doz_kiermasz-desktop .doz_carousel-full .carousel__viewport .carousel__slide .doz_stars_black--selected .doz_product--img img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  position: relative;
  min-height: 400px;
  top: -110px;
  cursor: pointer;
}
@media (max-width: 1250px) {
  .doz_kiermasz-desktop .doz_carousel-full .carousel__viewport .carousel__slide .doz_stars_black--selected .doz_product--img img {
    min-height: 350px;
    top: -10px;
  }
}
@media (max-width: 767px) {
  .doz_kiermasz-desktop .doz_carousel-full .carousel__viewport .carousel__slide .doz_stars_black--selected .doz_product--img img {
    top: inherit;
    margin-top: -100px;
    min-height: inherit;
    max-height: 380px;
  }
}
@media (max-width: 479px) {
  .doz_kiermasz-desktop .doz_carousel-full .carousel__viewport .carousel__slide .doz_stars_black--selected .doz_product--img img {
    min-height: 160px;
    max-height: 200px;
  }
}
.doz_kiermasz-desktop .doz_carousel-full .carousel__viewport .carousel__slide .doz_stars_black--selected .doz_product--desc {
  padding: 0 60px 0 20px;
  text-align: left;
  margin: 0;
}
@media (max-width: 767px) {
  .doz_kiermasz-desktop .doz_carousel-full .carousel__viewport .carousel__slide .doz_stars_black--selected .doz_product--desc {
    padding: 0 20px 20px 20px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.doz_kiermasz-desktop .doz_carousel-full .carousel__viewport .carousel__slide .doz_stars_black--selected .doz_product--desc .doz_product--name {
  text-decoration: none;
  color: #fff;
  margin-top: 30px;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
  min-height: inherit;
  min-height: 70px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1200px) {
  .doz_kiermasz-desktop .doz_carousel-full .carousel__viewport .carousel__slide .doz_stars_black--selected .doz_product--desc .doz_product--name {
    min-height: 40px;
  }
}
@media (max-width: 1023px) {
  .doz_kiermasz-desktop .doz_carousel-full .carousel__viewport .carousel__slide .doz_stars_black--selected .doz_product--desc .doz_product--name {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .doz_kiermasz-desktop .doz_carousel-full .carousel__viewport .carousel__slide .doz_stars_black--selected .doz_product--desc .doz_product--name {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .doz_kiermasz-desktop .doz_carousel-full .carousel__viewport .carousel__slide .doz_stars_black--selected .doz_product--desc .doz_product--name {
    margin-top: 20px;
    min-height: 40px;
  }
}
.doz_kiermasz-desktop .doz_carousel-full .carousel__viewport .carousel__slide .doz_stars_black--selected .doz_product--desc .doz_product--price p {
  display: inline-block;
  margin: 0;
  font-size: 45px;
  font-weight: 700;
  background: linear-gradient(104deg, #f47920 29.72%, #e35300 69.88%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1023px) {
  .doz_kiermasz-desktop .doz_carousel-full .carousel__viewport .carousel__slide .doz_stars_black--selected .doz_product--desc .doz_product--price p {
    font-size: 32px;
  }
}
@media (max-width: 479px) {
  .doz_kiermasz-desktop .doz_carousel-full .carousel__viewport .carousel__slide .doz_stars_black--selected .doz_product--desc .doz_product--price {
    margin: 0;
  }
}
.doz_kiermasz-desktop .doz_carousel-full .carousel__viewport .carousel__slide .doz_stars_black--selected .doz_product--desc .doz_price_lowest {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.doz_kiermasz-desktop .doz_carousel-full .carousel__viewport .carousel__slide .doz_stars_black--selected .doz_product--desc .doz_btn {
  width: 200px;
  margin-top: 20px;
  margin-left: inherit;
}
@media (max-width: 1023px) {
  .doz_kiermasz-desktop .doz_carousel-full .carousel__viewport .carousel__slide .doz_stars_black--selected .doz_product--desc .doz_btn {
    height: 40px;
    width: 150px;
    margin: 20px 0;
  }
}
@media (max-width: 479px) {
  .doz_kiermasz-desktop .doz_carousel-full .carousel__viewport .carousel__slide .doz_stars_black--selected .doz_product--desc .doz_btn {
    margin: 20px auto 0;
  }
}
.doz_kiermasz-desktop .doz_carousel-full .carousel__viewport .carousel__slide--active {
  opacity: 1;
  pointer-events: auto;
}
.doz_kiermasz-desktop .doz_carousel .carousel__viewport .carousel__slide--active > div {
  border: 3px solid transparent;
}

.doz_carousel-thumbnails .carousel__viewport .carousel__slide .thumbnail {
  border: none;
  background: rgba(111, 142, 177, 0.3);
}

.doz_carousel .carousel__prev {
  left: -12px;
  top: calc(50% - 20px);
}
.doz_carousel .carousel__next {
  right: -12px;
  top: calc(50% - 20px);
}

.carousel__pagination {
  position: relative;
  padding-top: 20px;
  margin: 0px 0 0;
}
.carousel__pagination-button {
  width: 16px;
  height: 16px;
  background: linear-gradient(104deg, #fff 29.72%, #fff 69.88%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 30px;
}
@media screen and (max-width: 1024px) {
  .carousel__pagination {
    display: none;
  }
}
.carousel__pagination-button::after {
  content: "";
}
.carousel__pagination-button--active {
  background: linear-gradient(104deg, #f47920 29.72%, #e35300 69.88%);
}
.carousel__pagination-button--active::after {
  border-radius: 30px;
}

.doz_sticky {
  top: 10px;
  z-index: 50;
  width: 100%;
  position: relative;
  padding-top: 10px;
}
@media (max-width: 1023px) {
  .doz_sticky {
    padding-top: 0px;
  }
}
.doz_sticky.doz_sticky-scroll {
  display: none;
  position: fixed;
  top: -90px;
}
.doz_sticky.sticky {
  display: block;
  top: 115px;
}
@media (max-width: 560px) {
  .doz_sticky.sticky {
    top: 30px;
  }
}
.doz_sticky.sticky::before {
  display: none;
}
.doz_sticky.hide {
  top: -70px;
}
.doz_sticky::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10.58%, rgba(1, 17, 44, 0.9)), to(rgba(1, 17, 44, 0)));
  background: linear-gradient(180deg, rgba(1, 17, 44, 0.9) 10.58%, rgba(1, 17, 44, 0) 100%);
  height: 147px;
  left: 0px;
  position: absolute;
  top: -10px;
  width: 100%;
  z-index: 1;
}
@media (max-width: 1023px) {
  .doz_sticky::before {
    display: none;
  }
}
@media (max-width: 1023px) {
  .doz_sticky {
    top: 0px;
    overflow-x: auto;
  }
}
@media (max-width: 767px) {
  .doz_sticky {
    top: 0px;
  }
}
.doz_sticky::-webkit-scrollbar {
  display: none;
}
.doz_sticky div:not(.switcher__filter):not(.glass-filter):not(.glass-overlay):not(.glass-specular) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  border-radius: 70px;
  margin: 0 auto;
  padding: 13px;
  gap: 40px;
  max-width: 1200px;
  margin-top: 0px;
  position: relative;
  z-index: 10;
  margin-bottom: 15px;
  -webkit-box-shadow: -3px -3px 12px 0 hsla(0, 0%, 100%, 0.15), 6px 6px 12px 0 rgba(0, 0, 0, 0.45);
          box-shadow: -3px -3px 12px 0 hsla(0, 0%, 100%, 0.15), 6px 6px 12px 0 rgba(0, 0, 0, 0.45);
}
@media (max-width: 1023px) {
  .doz_sticky div:not(.switcher__filter):not(.glass-filter):not(.glass-overlay):not(.glass-specular) {
    gap: 6px;
    margin: 0 20px 10px;
    padding: 10px;
    margin-top: 13px;
  }
}
@media (max-width: 1023px) {
  .doz_sticky div:not(.switcher__filter):not(.glass-filter):not(.glass-overlay):not(.glass-specular) {
    width: 1024px;
    gap: 20px;
    border-radius: 0px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .doz_sticky div:not(.switcher__filter):not(.glass-filter):not(.glass-overlay):not(.glass-specular) {
    min-width: 915px;
    width: auto;
  }
}
.doz_sticky div:not(.switcher__filter):not(.glass-filter):not(.glass-overlay):not(.glass-specular) a {
  text-decoration: none;
  padding: 15px 20px;
  position: relative;
  background: transparent;
  border: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: 1;
  font-weight: 900;
  border: none;
  z-index: 10;
}
@media (max-width: 1250px) {
  .doz_sticky div:not(.switcher__filter):not(.glass-filter):not(.glass-overlay):not(.glass-specular) a {
    min-width: inherit;
  }
}
@media (max-width: 1023px) {
  .doz_sticky div:not(.switcher__filter):not(.glass-filter):not(.glass-overlay):not(.glass-specular) a {
    padding: 15px 10px;
    height: 45px;
  }
}
@media (max-width: 767px) {
  .doz_sticky div:not(.switcher__filter):not(.glass-filter):not(.glass-overlay):not(.glass-specular) a {
    min-width: auto;
    padding: 15px 20px;
  }
}
.doz_sticky div:not(.switcher__filter):not(.glass-filter):not(.glass-overlay):not(.glass-specular) a span {
  color: #fff;
  line-height: 1;
}
@media (max-width: 1023px) {
  .doz_sticky div:not(.switcher__filter):not(.glass-filter):not(.glass-overlay):not(.glass-specular) a span {
    text-shadow: none;
  }
}
.doz_sticky div:not(.switcher__filter):not(.glass-filter):not(.glass-overlay):not(.glass-specular) a:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: -6px -6px 12px 0 rgba(255, 255, 255, 0.15), 6px 6px 12px 0 rgba(0, 0, 0, 0.25);
          box-shadow: -6px -6px 12px 0 rgba(255, 255, 255, 0.15), 6px 6px 12px 0 rgba(0, 0, 0, 0.25);
  border: none;
}
.doz_sticky div:not(.switcher__filter):not(.glass-filter):not(.glass-overlay):not(.glass-specular) a:hover span {
  text-shadow: none;
}
.doz_sticky div:not(.switcher__filter):not(.glass-filter):not(.glass-overlay):not(.glass-specular) a.active-nav {
  z-index: 10;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: linear-gradient(104deg, #f47920 29.72%, #e35300 69.88%);
  -webkit-box-shadow: -6px -6px 12px 0 rgba(255, 255, 255, 0.15), 6px 6px 12px 0 rgba(0, 0, 0, 0.25);
          box-shadow: -6px -6px 12px 0 rgba(255, 255, 255, 0.15), 6px 6px 12px 0 rgba(0, 0, 0, 0.25);
}
.doz_sticky div:not(.switcher__filter):not(.glass-filter):not(.glass-overlay):not(.glass-specular) a.active-nav span {
  color: #fff;
  z-index: 10;
  position: relative;
  text-shadow: none;
}
.doz_sticky div:not(.switcher__filter):not(.glass-filter):not(.glass-overlay):not(.glass-specular) a.doz_btn.doz_all-offer {
  background-color: #f47920;
  color: #fff;
  -webkit-box-shadow: 0 0 10px 4px rgba(244, 120, 32, 0.2549019608);
          box-shadow: 0 0 10px 4px rgba(244, 120, 32, 0.2549019608);
}

#doz_hit_categories,
#doz_prezentownik {
  padding-top: 10px;
}
@media screen and (max-width: 1024px) {
  #doz_hit_categories,
  #doz_prezentownik {
    padding-top: 70px;
  }
}
@media (max-width: 479px) {
  #doz_hit_categories,
  #doz_prezentownik {
    padding-top: 40px;
  }
}

@media screen and (max-width: 1024px) {
  #doz_hit_categories {
    padding-top: 0px;
  }
}
@media (max-width: 479px) {
  #doz_hit_categories {
    padding-top: 0px;
  }
}
#doz_hit_categories .doz_hit_categories--menu a {
  word-spacing: 2px;
}

.doz_hit_categories.doz_hit_categories--products {
  padding-top: 10px;
}

.doz_hit_categories {
  padding-top: 50px;
  padding-bottom: 10px;
  position: relative;
}
@media (max-width: 767px) {
  .doz_hit_categories {
    padding-top: 10px;
  }
}
.doz_hit_categories--menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 40px auto 0px;
  padding-top: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
  gap: 14px;
}
@media (max-width: 1023px) {
  .doz_hit_categories--menu {
    overflow: auto;
    margin-left: 0px;
    padding: 8px;
    margin-top: 20px;
  }
}
.doz_hit_categories--menu a {
  text-decoration: none;
  padding: 15px 30px;
  position: relative;
  background: transparent;
  border: none;
  height: 60px;
  border-radius: 10px;
  min-width: 150px;
  -webkit-box-shadow: -6px -6px 12px 0 transparent, 6px 6px 12px 0 transparent;
          box-shadow: -6px -6px 12px 0 transparent, 6px 6px 12px 0 transparent;
  border-radius: 10px;
}
.doz_hit_categories--menu a span {
  color: #fff;
}
@media (max-width: 1023px) {
  .doz_hit_categories--menu a span {
    text-shadow: none;
  }
}
@media (max-width: 1023px) {
  .doz_hit_categories--menu a {
    min-width: 102px;
    padding: 15px 10px;
    height: 45px;
  }
}
.doz_hit_categories--menu a:hover {
  background: linear-gradient(104deg, hsla(0, 0%, 100%, 0.3) 29.72%, hsla(0, 0%, 100%, 0.3) 69.88%);
  border: none;
  border-radius: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.doz_hit_categories--menu a.active-nav {
  z-index: 10;
  color: #fff;
  border: none;
  background-color: transparent;
  border-radius: 10px;
  background: linear-gradient(104deg, #f47920 29.72%, #e35300 69.88%);
  -webkit-box-shadow: -4px -5px 12px 0 hsla(0, 0%, 100%, 0.14), 6px 6px 12px 0 rgba(0, 0, 0, 0.32);
          box-shadow: -4px -5px 12px 0 hsla(0, 0%, 100%, 0.14), 6px 6px 12px 0 rgba(0, 0, 0, 0.32);
}
.doz_hit_categories--menu a.active-nav span {
  color: #fff;
  z-index: 10;
  position: relative;
}
.doz_hit_categories--menu a.doz_cat-menu--parents {
  width: 270px;
}
@media (max-width: 1023px) {
  .doz_hit_categories--menu a.doz_cat-menu--parents {
    min-width: 220px;
  }
}
.doz_hit_categories .doz_carousel {
  margin-top: 0px;
}
.doz_hit_categories .carousel__viewport {
  padding: 10px 0;
}
.doz_hit_categories .carousel__viewport .carousel__slide {
  padding: 0 10px;
}
.doz_hit_categories .carousel__viewport .carousel__slide > div:not(.doz-bdr-style-copy) {
  padding: 10px 10px;
  border-radius: 10px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: rgba(111, 142, 177, 0.3);
  border: none;
  -webkit-box-shadow: 6px 6px 12px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 6px 6px 12px 0 rgba(0, 0, 0, 0.25);
}
.doz_hit_categories .carousel__viewport .carousel__slide > div:not(.doz-bdr-style-copy):hover {
  border: none;
}
.doz_hit_categories .carousel__viewport .carousel__slide .doz_product--name {
  min-height: 40px;
  max-height: 40px;
  text-decoration: none;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1023px) {
  .doz_hit_categories .carousel__viewport .carousel__slide .doz_product--name {
    margin-top: 10px;
  }
}
.doz_hit_categories .carousel__viewport .carousel__slide .doz_product--img {
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.doz_hit_categories .carousel__viewport .carousel__slide .doz_product--img img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 100px;
  cursor: pointer;
}
.doz_hit_categories .carousel__viewport .carousel__slide .doz_product--price {
  font-size: 24px;
}
@media (max-width: 479px) {
  .doz_hit_categories .carousel__viewport .carousel__slide .doz_product--price {
    font-size: 24px;
  }
  .doz_hit_categories .carousel__viewport .carousel__slide .doz_product--price span {
    font-size: 22px;
  }
}
.doz_hit_categories .carousel__viewport .carousel__slide .doz_btn {
  width: 100%;
}
@media (max-width: 1023px) {
  .doz_hit_categories .carousel__viewport .carousel__slide .doz_btn {
    height: 40px;
    font-size: 14px;
  }
}
.doz_hit_categories .carousel__viewport .carousel__slide .doz_btn.doz_top_brands-btn {
  max-width: 200px;
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  .doz_hit_categories .carousel__viewport .carousel__slide .doz_btn.doz_top_brands-btn {
    max-width: 100%;
    height: 40px;
    font-size: 16px;
  }
}
.doz_hit_categories .doz_go-to-all-product {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 22px;
  cursor: pointer;
  color: #fff;
  border-radius: 12px;
  border: 2px solid transparent;
  background: linear-gradient(104deg, #f47920 29.72%, #e35300 69.88%);
  -webkit-box-shadow: -6px -6px 12px 0 hsla(0, 0%, 100%, 0.1), 6px 6px 12px 0 rgba(0, 0, 0, 0.3);
          box-shadow: -6px -6px 12px 0 hsla(0, 0%, 100%, 0.1), 6px 6px 12px 0 rgba(0, 0, 0, 0.3);
}
.doz_hit_categories .doz_go-to-all-product .doz-text {
  font-size: 48px;
  font-weight: bold;
}
.doz_hit_categories .carousel__viewport .carousel__slide {
  cursor: inherit;
}
.doz_hit_categories--select .doz_selected-option {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1176470588);
  border-radius: 30px;
  font-weight: bold;
}
.doz_hit_categories--select .doz_selected-option--text {
  font-size: 18px;
  text-align: center;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #f47920;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.doz_hit_categories--select .doz_selected-option--text img {
  position: absolute;
  right: 20px;
  top: 20px;
}
.doz_hit_categories--select .doz_selected-option a.doz_btn {
  font-weight: bold;
  font-size: 18px;
  background-color: transparent;
}
.doz_hit_categories .doz_loading {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 10;
  height: 100%;
  background: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(230, 119, 29)), to(rgb(250, 159, 55)));
  background: linear-gradient(0deg, rgb(230, 119, 29) 0%, rgb(250, 159, 55) 100%);
  margin: 0;
  border-radius: 0;
  /* From Uiverse.io by barisdogansutcu */
}
.doz_hit_categories .doz_loading svg {
  width: 3.25em;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: rotate4 2s linear infinite;
          animation: rotate4 2s linear infinite;
}
.doz_hit_categories .doz_loading circle {
  fill: none;
  stroke: hsl(210, 60%, 98%);
  stroke-width: 2;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  -webkit-animation: dash4 1.5s ease-in-out infinite;
          animation: dash4 1.5s ease-in-out infinite;
}
@-webkit-keyframes rotate4 {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate4 {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes dash4 {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dashoffset: -125px;
  }
}
@keyframes dash4 {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dashoffset: -125px;
  }
}

.doz_skeleton-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  max-width: 100%;
  padding: 20px 0;
  opacity: 0.3;
}

.doz_skeleton-image {
  width: 100%;
  height: 180px;
  background: #ffffff;
  border-radius: 8px;
  -webkit-animation: shimmer 1.5s infinite linear;
          animation: shimmer 1.5s infinite linear;
}

.doz_skeleton-text {
  width: 100%;
  height: 20px;
  background: #e0e0e0;
  border-radius: 4px;
  -webkit-animation: shimmer 1.5s infinite linear;
          animation: shimmer 1.5s infinite linear;
}

.doz_skeleton-text.short {
  width: 60%;
}

@-webkit-keyframes shimmer {
  0% {
    background-position: 100%;
  }
  100% {
    background-position: -100%;
  }
}

@keyframes shimmer {
  0% {
    background-position: 100%;
  }
  100% {
    background-position: -100%;
  }
}
.doz_skeleton-image,
.doz_skeleton-text {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #e0e0e0), color-stop(50%, #f5f5f5), color-stop(75%, #e0e0e0));
  background: linear-gradient(90deg, #e0e0e0 25%, #f5f5f5 50%, #e0e0e0 75%);
  background-size: 200% 100%;
}

.carousel__next {
  background-image: url("../img/arrow-right.webp");
  width: 40px;
  height: 40px;
  right: -20px;
  background-size: 40px 40px;
}
.carousel__next:focus-visible {
  outline: 2px #007aff solid;
  outline-offset: 5px;
  border-radius: 8px;
}
.carousel__next:hover {
  background-image: url("../img/arrow-right-h.webp");
}
@media (max-width: 1023px) {
  .carousel__next {
    display: none;
  }
}
.carousel__next svg {
  display: none;
}
.carousel__next.carousel__next--disabled {
  background-image: url("../img/arrow-right.webp");
  opacity: 1;
}

.carousel__prev {
  background-image: url("../img/arrow-left.webp");
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
  left: -20px;
}
.carousel__prev:focus-visible {
  outline: 2px #007aff solid;
  outline-offset: 5px;
  border-radius: 8px;
}
.carousel__prev:hover {
  background-image: url("../img/arrow-left-h.webp");
}
@media (max-width: 1023px) {
  .carousel__prev {
    display: none;
  }
}
.carousel__prev svg {
  display: none;
}
.carousel__prev.carousel__prev--disabled {
  background-image: url("../img/arrow-left.webp");
  opacity: 1;
}

.doz_loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.0274509804);
  height: 400px;
  font-size: 30px;
  color: #5a5a5a;
  border-radius: 10px;
  margin-top: 50px;
}

.carousel__track {
  margin: 0;
  height: inherit;
}

.carousel__viewport {
  height: inherit;
}
@media (max-width: 767px) {
  .carousel__viewport {
    overflow: visible;
  }
}
.carousel__viewport .carousel__slide > div {
  padding: 10px 10px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1023px) {
  .carousel__viewport .carousel__slide > div {
    overflow: visible;
    border-radius: 12px;
  }
}
.carousel__viewport .carousel__slide > div:hover {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.carousel__viewport .carousel__slide {
  cursor: pointer;
}
.carousel__viewport .carousel__slide:hover .doz_product--desc {
  bottom: 0;
}
@media (max-width: 1023px) {
  .carousel__viewport .carousel__slide:hover .doz_product--desc {
    bottom: 0px;
  }
}
.carousel__viewport .carousel__slide .doz_product--img {
  min-height: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  z-index: 10;
  position: relative;
}
.carousel__viewport .carousel__slide .doz_product--img img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 125px;
}
.carousel__viewport .carousel__slide .doz_product--desc {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 10;
  position: relative;
  margin-top: 20px;
}
@media (max-width: 1023px) {
  .carousel__viewport .carousel__slide .doz_product--desc {
    font-size: 14px;
    bottom: 0px;
  }
}
.carousel__viewport .carousel__slide .doz_product--price {
  font-size: 32px;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 3px;
  background: linear-gradient(104deg, #f47920 29.72%, #e35300 69.88%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.carousel__viewport .carousel__slide .doz_product--price span {
  font-size: 28px;
  font-weight: bold;
}
@media (max-width: 1023px) {
  .carousel__viewport .carousel__slide .doz_product--price {
    font-size: 24px;
  }
  .carousel__viewport .carousel__slide .doz_product--price span {
    font-size: 22px;
  }
}
.carousel__viewport .carousel__slide .doz_price_lowest {
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}
.carousel__viewport .carousel__slide .doz_product--name {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0px;
  min-height: 70px;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .carousel__viewport .carousel__slide .doz_product--name {
    font-size: 14px;
  }
}
.carousel__viewport .carousel__slide .doz_btn {
  width: 200px;
  margin: 0 auto;
  min-width: inherit;
  margin-top: auto;
}
@media (max-width: 1023px) {
  .carousel__viewport .carousel__slide .doz_btn {
    font-size: 14px;
    max-width: 160px;
    height: 40px;
  }
}
@media (max-width: 479px) {
  .carousel__viewport .carousel__slide .doz_btn {
    width: 100%;
  }
}

.doz_hit_categories .carousel__viewport .carousel__slide > div {
  border-radius: 12px;
}
.doz_hit_categories .carousel__viewport .carousel__slide > div.doz_go-to-all-product {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 22px;
  cursor: pointer;
  color: #fff;
  border: 2px solid transparent;
  border-radius: 12px;
  padding: 10px;
  background: linear-gradient(104deg, #f47920 29.72%, #e35300 69.88%);
  -webkit-box-shadow: -6px -6px 12px 0 hsla(0, 0%, 100%, 0.1), 6px 6px 12px 0 rgba(0, 0, 0, 0.3);
          box-shadow: -6px -6px 12px 0 hsla(0, 0%, 100%, 0.1), 6px 6px 12px 0 rgba(0, 0, 0, 0.3);
}
.doz_hit_categories .carousel__viewport .carousel__slide > div.doz_go-to-all-product > div {
  padding-top: 50px;
}
.doz_hit_categories .carousel__viewport .carousel__slide > div.doz_go-to-all-product .doz_btn {
  width: 100%;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 45.455px;
  -webkit-box-shadow: -6px -6px 12px 0 rgba(255, 255, 255, 0.25), 6px 6px 12px 0 rgba(0, 0, 0, 0.25);
          box-shadow: -6px -6px 12px 0 rgba(255, 255, 255, 0.25), 6px 6px 12px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 16px;
}
.doz_hit_categories .carousel__viewport .carousel__slide > div.doz_go-to-all-product .doz_btn:hover {
  color: #f47920;
  background: #fff;
}

.doz_hit_categories-top .carousel__viewport .carousel__slide > div .doz_btn {
  font-size: 16px;
  margin-top: 20px;
}
@media (max-width: 479px) {
  .doz_hit_categories-top .carousel__viewport .carousel__slide > div .doz_btn {
    font-size: 14px;
  }
}

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

#doz_all_offers {
  padding-top: 30px;
}
@media (max-width: 479px) {
  #doz_all_offers {
    padding-top: 40px;
  }
}
#doz_all_offers .doz_hit_categories {
  padding-top: 30px;
}

.doz_all_offers .carousel__viewport .carousel__slide > div .doz_btn {
  font-size: 16px;
  margin-top: 20px;
}
@media (max-width: 479px) {
  .doz_all_offers .carousel__viewport .carousel__slide > div .doz_btn {
    font-size: 14px;
  }
}

.doz_santa {
  padding-top: 10px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .doz_santa .doz_hit_categories {
    padding-top: 30px;
  }
}
.doz_santa .carousel__viewport .carousel__slide {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.doz_santa .carousel__viewport .carousel__slide .doz-bdr-style-copy {
  font-size: 14px;
  margin-top: 10px;
  color: #cacaca;
  min-height: 90px;
}
@media (max-width: 767px) {
  .doz_santa .carousel__viewport .carousel__slide .doz-bdr-style-copy {
    font-size: 12px;
  }
}
@media (max-width: 1023px) {
  .doz_santa .carousel__viewport .carousel__slide .doz-bdr-style-copy {
    min-height: 140px;
  }
}
@media (max-width: 479px) {
  .doz_santa .carousel__viewport .carousel__slide .doz-bdr-style-copy {
    min-height: 140px;
  }
}
@media screen and (max-width: 380px) {
  .doz_santa .carousel__viewport .carousel__slide .doz-bdr-style-copy {
    min-height: 170px;
  }
}
.doz_santa .carousel__viewport .carousel__slide .doz-bdr-style-copy:hover {
  border: none;
}
.doz_santa .carousel__viewport .carousel__slide > div:not(.doz-bdr-style-copy) {
  min-height: 400px;
  padding: 30px;
  border-radius: 24px;
}
@media (max-width: 1023px) {
  .doz_santa .carousel__viewport .carousel__slide > div:not(.doz-bdr-style-copy) {
    padding: 20px;
    min-height: 300px;
  }
}
.doz_santa .carousel__viewport .carousel__slide > div:not(.doz-bdr-style-copy) .doz_santa--name {
  font-size: 30px;
  font-weight: 700;
  margin-top: -30px;
  margin-bottom: 20px;
  min-height: 80px;
}
@media (max-width: 1023px) {
  .doz_santa .carousel__viewport .carousel__slide > div:not(.doz-bdr-style-copy) .doz_santa--name {
    font-size: 16px;
    margin-top: 0px;
  }
}
@media (max-width: 479px) {
  .doz_santa .carousel__viewport .carousel__slide > div:not(.doz-bdr-style-copy) .doz_santa--name {
    margin-top: 0px;
  }
}
.doz_santa .carousel__viewport .carousel__slide > div:not(.doz-bdr-style-copy) .doz_btn {
  max-width: 380px;
}
@media (max-width: 1023px) {
  .doz_santa .carousel__viewport .carousel__slide > div:not(.doz-bdr-style-copy) .doz_btn {
    max-width: 167px;
    font-size: 14px;
  }
}
.doz_santa .carousel__viewport .carousel__slide > div:not(.doz-bdr-style-copy).is-soon {
  background-image: url("../img/soon-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.doz_santa .carousel__viewport .carousel__slide > div:not(.doz-bdr-style-copy).is-soon .doz_santa--desc .doz_santa--name {
  margin-top: 0px;
  min-height: inherit;
  margin: 0;
}
@media (max-width: 1023px) {
  .doz_santa .carousel__viewport .carousel__slide > div:not(.doz-bdr-style-copy).is-soon .doz_santa--desc .doz_santa--name {
    font-size: 24px;
  }
}
.doz_santa .carousel__viewport .carousel__slide > div:not(.doz-bdr-style-copy).is-soon .doz_santa--desc .doz_santa--data {
  font-size: 24px;
  margin-top: 10px;
}
@media (max-width: 1023px) {
  .doz_santa .carousel__viewport .carousel__slide > div:not(.doz-bdr-style-copy).is-soon .doz_santa--desc .doz_santa--data {
    font-size: 16px;
  }
}
.doz_santa .carousel__viewport .carousel__slide > div:not(.is-today):not(.doz-bdr-style-copy) .doz_santa--img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.7;
  z-index: 10;
}
.doz_santa .carousel__viewport .carousel__slide > div:not(.is-today):not(.doz-bdr-style-copy) .doz_santa--name {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.7;
}
.doz_santa .carousel__viewport .carousel__slide > div:not(.is-today):not(.doz-bdr-style-copy) .doz_santa--desc {
  z-index: 10;
  position: relative;
}
.doz_santa .carousel__viewport .carousel__slide > div:not(.is-today):not(.doz-bdr-style-copy) .doz_santa--desc span {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
}
.doz_santa .carousel__viewport .carousel__slide > div:not(.is-today):not(.doz-bdr-style-copy) .doz_santa--data {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.7;
}
.doz_santa .carousel__viewport .carousel__slide > div:not(.is-today):not(.doz-bdr-style-copy) .doz_btn {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.7;
}
.doz_santa .carousel__viewport .carousel__slide > div:not(.is-today):not(.doz-bdr-style-copy) .doz_btn:hover {
  cursor: not-allowed;
  background: linear-gradient(104deg, #f47920 29.72%, #e35300 69.88%);
  color: #fff;
  border: none;
}
.doz_santa--img {
  margin-top: -30px;
}
@media (max-width: 1023px) {
  .doz_santa--img {
    margin-top: 0px;
  }
}
@media (max-width: 479px) {
  .doz_santa--img {
    margin-top: 40px;
  }
}
@media (max-width: 1023px) {
  .doz_santa--img img {
    width: 200px;
  }
}
@media (max-width: 479px) {
  .doz_santa--img img {
    width: 148px;
  }
}
.doz_santa .carousel__viewport .carousel__slide > div.is-today:not(.doz-bdr-style-copy) .doz_santa--img {
  z-index: 10;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1;
}
.doz_santa .carousel__viewport .carousel__slide > div.is-today:not(.doz-bdr-style-copy) .doz_santa--desc {
  position: relative;
  z-index: 10;
}
.doz_santa .carousel__viewport .carousel__slide > div.is-today:not(.doz-bdr-style-copy) .doz_santa--desc span {
  position: absolute;
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(12, 44, 99, 0.6901960784);
  font-weight: 400;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .doz_santa .carousel__viewport .carousel__slide > div.is-today:not(.doz-bdr-style-copy) .doz_santa--desc span {
    top: -30px;
  }
}
.doz_santa .carousel__viewport .carousel__slide > div.is-today:not(.doz-bdr-style-copy) .doz_santa--name {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1;
  position: relative;
  z-index: 10;
}
.doz_santa .carousel__viewport .carousel__slide > div.is-today:not(.doz-bdr-style-copy) .doz_santa--data {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1;
}
.doz_santa .carousel__viewport .carousel__slide > div.is-today:not(.doz-bdr-style-copy) .doz_btn {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1;
}
.doz_santa .carousel__viewport .carousel__slide > div.is-today:not(.doz-bdr-style-copy) .doz_btn:hover {
  cursor: pointer;
}
.doz_santa .carousel__next,
.doz_santa .carousel__prev {
  background-size: 52px 52px;
  width: 52px;
  height: 52px;
  top: calc(41% - 20px);
}
@media (max-width: 1023px) {
  .doz_santa .carousel__next,
  .doz_santa .carousel__prev {
    top: calc(40% - 20px);
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
  }
}
.doz_santa .carousel__next {
  -webkit-transform: translateX(-25%);
          transform: translateX(-25%);
  right: calc(25% - 23px);
}
@media screen and (min-width: 1250px) {
  .doz_santa .carousel__next {
    right: calc(18% - 15px);
    -webkit-transform: translateX(-18%);
            transform: translateX(-18%);
  }
}
@media screen and (min-width: 1650px) {
  .doz_santa .carousel__next {
    right: calc(24% - 5px);
    -webkit-transform: translateX(-24%);
            transform: translateX(-24%);
  }
}
@media screen and (min-width: 1980px) {
  .doz_santa .carousel__next {
    right: calc(28% - 0px);
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
  }
}
@media screen and (min-width: 2300px) {
  .doz_santa .carousel__next {
    right: calc(30% - 8px);
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
  }
}
@media screen and (min-width: 2600px) {
  .doz_santa .carousel__next {
    right: calc(32% - 22px);
    -webkit-transform: translateX(-32%);
            transform: translateX(-32%);
  }
}
@media screen and (min-width: 2900px) {
  .doz_santa .carousel__next {
    right: calc(33% - 16px);
    -webkit-transform: translateX(-33%);
            transform: translateX(-33%);
  }
}
@media screen and (max-width: 1250px) {
  .doz_santa .carousel__next {
    right: calc(14% - 10px);
    -webkit-transform: translateX(-14%);
            transform: translateX(-14%);
  }
}
@media (max-width: 479px) {
  .doz_santa .carousel__next {
    right: calc(7% - 4px);
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%);
  }
}
@media (max-width: 1023px) {
  .doz_santa .carousel__next {
    display: block;
  }
}
.doz_santa .carousel__prev {
  left: calc(26% - 13px);
  -webkit-transform: translateX(-26%);
          transform: translateX(-26%);
}
@media screen and (min-width: 1250px) {
  .doz_santa .carousel__prev {
    left: calc(19% - 7px);
    -webkit-transform: translateX(-19%);
            transform: translateX(-19%);
  }
}
@media screen and (min-width: 1650px) {
  .doz_santa .carousel__prev {
    left: calc(26% - 15px);
    -webkit-transform: translateX(-26%);
            transform: translateX(-26%);
  }
}
@media screen and (min-width: 1980px) {
  .doz_santa .carousel__prev {
    left: calc(30% - 11px);
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
  }
}
@media screen and (min-width: 2300px) {
  .doz_santa .carousel__prev {
    left: calc(31% - 0px);
    -webkit-transform: translateX(-31%);
            transform: translateX(-31%);
  }
}
@media screen and (min-width: 2600px) {
  .doz_santa .carousel__prev {
    left: calc(34% - 12px);
    -webkit-transform: translateX(-33%);
            transform: translateX(-33%);
  }
}
@media screen and (min-width: 2900px) {
  .doz_santa .carousel__prev {
    left: calc(34% - 15px);
    -webkit-transform: translateX(-34%);
            transform: translateX(-34%);
  }
}
@media screen and (max-width: 1250px) {
  .doz_santa .carousel__prev {
    left: calc(15% - 13px);
    -webkit-transform: translateX(-15%);
            transform: translateX(-15%);
  }
}
@media screen and (max-width: 1024px) {
  .doz_santa .carousel__prev {
    left: calc(15% - 8px);
    -webkit-transform: translateX(-15%);
            transform: translateX(-15%);
  }
}
@media (max-width: 479px) {
  .doz_santa .carousel__prev {
    left: calc(7% - 4px);
    -webkit-transform: translateX(7%);
            transform: translateX(7%);
  }
}
@media (max-width: 1023px) {
  .doz_santa .carousel__prev {
    display: block;
  }
}
.doz_santa .doz_santa-slides {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1250px) {
  .doz_santa .doz_santa-slides {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1023px) {
  .doz_santa .doz_santa-slides {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.doz_santa .doz_santa-slides .doz-bdr-style {
  min-height: 400px;
  padding: 30px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1023px) {
  .doz_santa .doz_santa-slides .doz-bdr-style {
    padding: 20px;
    min-height: 300px;
  }
}
.doz_santa .doz_santa-slides .doz-bdr-style:not(.doz_santa-slide--active) .doz_santa--img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.7;
}
.doz_santa .doz_santa-slides .doz-bdr-style:not(.doz_santa-slide--active) .doz_santa--name {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.7;
}
.doz_santa .doz_santa-slides .doz-bdr-style:not(.doz_santa-slide--active) .doz_santa--data {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.7;
}
.doz_santa .doz_santa-slides .doz-bdr-style:not(.doz_santa-slide--active) .doz_btn {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.7;
  pointer-events: none;
}
.doz_santa .doz_santa-slides .doz-bdr-style:not(.doz_santa-slide--active) .doz_btn:hover {
  cursor: not-allowed;
}
.doz_santa .doz_santa-slides .doz-bdr-style.doz_santa-slide--active {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  z-index: 1;
}
.doz_santa .doz_santa-slides .doz-bdr-style .doz_santa--name {
  font-size: 30px;
  font-weight: 700;
  margin-top: -30px;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .doz_santa .doz_santa-slides .doz-bdr-style .doz_santa--name {
    font-size: 16px;
    margin-top: 0px;
  }
}
@media (max-width: 479px) {
  .doz_santa .doz_santa-slides .doz-bdr-style .doz_santa--name {
    margin-top: 0px;
  }
}
.doz_santa .doz_santa-slides .doz-bdr-style .doz_btn {
  max-width: 380px;
}
@media (max-width: 1023px) {
  .doz_santa .doz_santa-slides .doz-bdr-style .doz_btn {
    max-width: 167px;
    font-size: 14px;
  }
}
.doz_santa .doz_hit_categories .carousel__viewport .carousel__slide.doz-slides-hiden {
  visibility: hidden;
  backdrop-filter: blur(0px);
}

.doz-countdown {
  position: absolute;
  top: 30px;
  right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
}
@media (max-width: 1023px) {
  .doz-countdown {
    gap: 5px;
    top: 20px;
    right: 20px;
  }
}

.doz-countdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-radius: 6.286px;
  padding: 0px 0px 3px;
  background: #011331;
}
@media (max-width: 1023px) {
  .doz-countdown-item {
    border-radius: 5px;
  }
}

.doz-countdown-number {
  font-size: 36px;
  font-weight: 400;
  color: white;
  line-height: 1;
  margin-bottom: 5px;
  min-width: 60px;
  text-align: center;
}
@media (max-width: 1023px) {
  .doz-countdown-number {
    min-width: 37px;
    font-size: 20px;
  }
}

.doz-countdown-label {
  font-size: 14px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 1023px) {
  .doz-countdown-label {
    font-size: 8px;
  }
}

body {
  --c-glass: #bbbbbc;
  --c-light: #ffffff88;
  --c-dark: #000;
  --c-content: #224;
  --c-action: #0052f5;
  --c-bg: #e8e8e9;
  --glass-reflex-dark: 1;
  --glass-reflex-light: 1;
  --saturation: 150%;
  font-size: 20px;
  font-optical-sizing: auto;
  background: var(--c-bg);
  color: var(--c-content);
}

.doz_hidden-santa {
  display: none;
}
.doz_hidden-santa.disabled {
  display: none;
}
.doz_hidden-santa.show-santa {
  display: block;
}

.doz-bdr-style::before, .doz-bdr-style::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
}
.doz-bdr-style::before {
  backdrop-filter: blur(6px);
  z-index: -1;
}
.doz-bdr-style::after {
  -webkit-box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 10%), transparent), inset 1.8px 3px 0px -2px color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 90%), transparent), inset -2px -2px 0px -2px color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 80%), transparent), inset -3px -8px 1px -6px color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 60%), transparent), inset -0.3px -1px 4px 0px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 12%), transparent), inset -1.5px 2.5px 0px -2px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 20%), transparent), inset 0px 3px 4px -2px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 20%), transparent), inset 2px -6.5px 1px -4px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 10%), transparent), 0px 1px 5px 0px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 10%), transparent), 0px 6px 16px 0px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 8%), transparent);
          box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 10%), transparent), inset 1.8px 3px 0px -2px color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 90%), transparent), inset -2px -2px 0px -2px color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 80%), transparent), inset -3px -8px 1px -6px color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 60%), transparent), inset -0.3px -1px 4px 0px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 12%), transparent), inset -1.5px 2.5px 0px -2px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 20%), transparent), inset 0px 3px 4px -2px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 20%), transparent), inset 2px -6.5px 1px -4px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 10%), transparent), 0px 1px 5px 0px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 10%), transparent), 0px 6px 16px 0px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 8%), transparent);
}
.doz-bdr-style.dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.switcher {
  background-color: rgba(111, 142, 177, 0.3);
}
.switcher::before, .switcher::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
}
.switcher::after {
  backdrop-filter: blur(30px);
  -webkit-box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 10%), transparent), inset 1.8px 3px 0px -2px color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 90%), transparent), inset -2px -2px 0px -2px color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 80%), transparent), inset -3px -8px 1px -6px color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 60%), transparent), inset -0.3px -1px 4px 0px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 12%), transparent), inset -1.5px 2.5px 0px -2px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 20%), transparent), inset 0px 3px 4px -2px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 20%), transparent), inset 2px -6.5px 1px -4px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 10%), transparent), 0px 1px 5px 0px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 10%), transparent), 0px 6px 16px 0px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 8%), transparent);
          box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 10%), transparent), inset 1.8px 3px 0px -2px color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 90%), transparent), inset -2px -2px 0px -2px color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 80%), transparent), inset -3px -8px 1px -6px color-mix(in srgb, var(--c-light) calc(var(--glass-reflex-light) * 60%), transparent), inset -0.3px -1px 4px 0px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 12%), transparent), inset -1.5px 2.5px 0px -2px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 20%), transparent), inset 0px 3px 4px -2px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 20%), transparent), inset 2px -6.5px 1px -4px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 10%), transparent), 0px 1px 5px 0px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 10%), transparent), 0px 6px 16px 0px color-mix(in srgb, var(--c-dark) calc(var(--glass-reflex-dark) * 8%), transparent);
}

.doz-trees {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg-transparent.webp) no-repeat center center;
  background-size: cover;
  background-position: top;
  z-index: 2;
}

.doz-snow-container {
  position: absolute;
  top: -7px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}

.doz-snow {
  position: absolute;
  background: white;
  border-radius: 50%;
  opacity: 0.8;
  -webkit-animation: fall linear infinite;
          animation: fall linear infinite;
}

.doz-snow.small {
  width: 3px;
  height: 3px;
}

.doz-snow.medium {
  width: 5px;
  height: 5px;
}

.doz-snow.large {
  width: 7px;
  height: 7px;
}

@-webkit-keyframes fall {
  to {
    -webkit-transform: translateY(100vh) translateX(20px);
            transform: translateY(100vh) translateX(20px);
    opacity: 0;
  }
}

@keyframes fall {
  to {
    -webkit-transform: translateY(100vh) translateX(20px);
            transform: translateY(100vh) translateX(20px);
    opacity: 0;
  }
}
.doz-gift {
  padding-top: 50px;
}
.doz-gift--container {
  margin-top: 85px;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(111, 142, 177, 0.3);
  border: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  max-height: 200px;
  -webkit-box-shadow: 6px 6px 12px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 6px 6px 12px 0 rgba(0, 0, 0, 0.25);
  padding: 15px 20px 15px 0;
}
@media (max-width: 1023px) {
  .doz-gift--container {
    max-height: 150px;
  }
}
@media (max-width: 767px) {
  .doz-gift--container {
    max-height: 170px;
  }
}
@media (max-width: 600px) {
  .doz-gift--container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: inherit;
    text-align: center;
    padding: 15px 20px 25px;
    margin-top: 115px;
  }
}
@media (max-width: 380px) {
  .doz-gift--container {
    margin-top: 95px;
  }
}
.doz-gift--container .doz-gift-item-image {
  z-index: 10;
  position: relative;
  width: 40%;
  text-align: center;
}
@media (max-width: 1023px) {
  .doz-gift--container .doz-gift-item-image {
    width: 35%;
  }
}
@media (max-width: 600px) {
  .doz-gift--container .doz-gift-item-image {
    width: 100%;
    margin-top: -130px;
    position: relative;
    width: 300px;
  }
}
@media (max-width: 380px) {
  .doz-gift--container .doz-gift-item-image {
    margin-top: -100px;
    width: 220px;
  }
}
.doz-gift--container .doz-gift-item-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  z-index: 10;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 600px) {
  .doz-gift--container .doz-gift-item-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.doz-gift--container .doz-gift-item-content .doz-gift-item-title {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 10px;
  background: linear-gradient(175deg, #f47920 29.72%, #e35300 69.88%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}
@media (max-width: 600px) {
  .doz-gift--container .doz-gift-item-content .doz-gift-item-title {
    font-size: 20px;
  }
}
.doz-gift--container .doz-gift-item-content .doz-gift-item-description {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .doz-gift--container .doz-gift-item-content .doz-gift-item-description {
    font-size: 16px;
  }
}
.doz-gift .doz_gift-item-limit {
  font-size: 14px;
  font-weight: 400;
  color: #cacaca;
  margin-top: 10px;
  text-align: right;
}
.doz-gift .doz_categories-link {
  padding-top: 10px;
}
@media (max-width: 767px) {
  .doz-gift .doz_categories-link {
    padding-top: 10px;
  }
}

#doz_m_00 #doz_m_01 #app {
  font-family: "Lato", sans-serif;
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  font-weight: 400;
}
#doz_m_00 #doz_m_01 #app * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}