@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;
}
/*! 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_m_00 #doz_m_01 #app {
  font-family: "Lato", sans-serif;
  color: #000;
  font-weight: 300;
  font-size: 18px;
  font-weight: 400;
}
#doz_m_00 #doz_m_01 #app * {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@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_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 {
  font-family: "Lato", sans-serif;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .app-qr {
  background-color: #fff;
  min-height: 100%;
  color: #000;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .app-container {
  max-width: 1250px;
  width: auto;
  padding: 0 26px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .app-container {
    padding: 0 10px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_container {
  position: relative;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_top_backgroud {
  background-image: url("../img/doz_top_background.webp");
  background-repeat: no-repeat;
  position: fixed;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: 0;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_separator {
  height: 30px;
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_separator {
    height: 15px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_offset-top {
  margin-top: 35px;
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_offset-top {
    margin-top: 15px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_offset-padding-bottom {
  padding-bottom: 15px;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 :root {
  --Orange: rgba(244, 127, 32, 0.8);
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: 200px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(244, 127, 32, 0.8)), to(rgba(244, 146, 32, 0.7)));
  background: linear-gradient(180deg, rgba(244, 127, 32, 0.8) 0%, rgba(244, 146, 32, 0.7) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(16.29%, var(--Orange, #f47920)), color-stop(63.15%, rgba(244, 127, 32, 0.8)), color-stop(83.71%, rgba(244, 146, 32, 0.7)));
  background: linear-gradient(180deg, var(--Orange, #f47920) 16.29%, rgba(244, 127, 32, 0.8) 63.15%, rgba(244, 146, 32, 0.7) 83.71%);
  gap: 20px;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_head {
    gap: 20px;
    padding: 30px 20px 35px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_head__r {
  width: 48%;
  margin-right: 0px;
  text-align: right;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_head__r {
    width: 100%;
    text-align: center;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_head__r img {
  max-width: 187px;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_head__r img {
    max-width: 100%;
    width: auto;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .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_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_head__r--01 {
  text-align: left;
  text-transform: uppercase;
  font-size: 20px;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_head__r--01 {
    font-size: 18px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_head__l {
  width: 52%;
  text-align: left;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_head__l {
    width: 100%;
    text-align: center;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_head__l > 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;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_head__l > div {
    margin-left: 0;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_head__l span {
  text-align: center;
  text-transform: uppercase;
  line-height: 0.9;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_head__l--01 {
  font-size: 55px;
  font-weight: bold;
  text-shadow: 1px 1px 10px rgba(255, 255, 255, 0.4588235294);
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_head__l--01 {
    font-size: 40px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_head__l--02 {
  font-size: 101px;
  font-weight: bold;
  text-shadow: 1px 1px 10px rgba(244, 120, 32, 0.4588235294);
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_head__l--02 {
    font-size: 70px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .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_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_head__l--03 {
    font-size: 20px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_head__l img {
  max-width: 266px;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_head__l img {
    max-width: 100%;
    width: auto;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .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_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_stars_black {
  overflow: hidden;
  background: #000;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(16.29%, #102d69), color-stop(63.15%, rgba(16, 45, 105, 0.8)), color-stop(83.71%, rgba(0, 36, 111, 0.7)));
  background: linear-gradient(0deg, #102d69 16.29%, rgba(16, 45, 105, 0.8) 63.15%, rgba(0, 36, 111, 0.7) 83.71%);
  background-blend-mode: multiply;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_stars_black h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_stars_black--selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  gap: 10px;
  border-radius: 10px;
  color: #000;
  max-height: 300px;
  margin-top: 180px;
  position: relative;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_stars_black--selected {
    display: none;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .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;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_stars_black--selected .doz_suplemnt--badge {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #cbd0e1;
  color: #102d69;
  font-size: 18px;
  padding: 3px 10px;
  border-top-right-radius: 10px;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_stars_black--selected .doz_product--img img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  position: relative;
  min-height: 440px;
  top: -150px;
  cursor: pointer;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_stars_black--selected .doz_product--desc {
  padding: 0 60px 0 20px;
  text-align: left;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_stars_black--selected .doz_product--desc .doz_product--name {
  text-decoration: none;
  color: #000;
  margin-top: 0;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_stars_black--selected .doz_product--desc .doz_product--price {
  font-weight: bold;
  font-size: 48px;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_stars_black--selected .doz_product--desc .doz_price_lowest {
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 300;
  color: #21253d;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_stars_black--selected .doz_product--desc .doz_btn {
  margin-top: 20px;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .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);
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_stars_black .carousel__viewport .carousel__slide p.doz_product--name {
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_stars_black .carousel__viewport .carousel__slide p.doz_product--name {
    margin-top: 5px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_stars_black .carousel__viewport .carousel__slide .doz_product__top .doz_product--name {
  text-align: left;
  margin-bottom: 10px;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_stars_black .carousel__viewport .carousel__slide .doz_suplemnt--badge {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #cbd0e1;
  color: #102d69;
  font-size: 14px;
  padding: 3px 10px;
  border-bottom-right-radius: 10px;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_stars_black .carousel__viewport .carousel__slide .doz_suplemnt--badge {
    position: relative;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 10px;
    left: inherit;
    right: -10px;
    top: inherit;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_stars_black .carousel__viewport .carousel__slide .doz_suplemnt--badge-hide {
  visibility: hidden;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .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;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_sticky {
  top: 0px;
  overflow-x: auto;
  z-index: 100;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_sticky.sticky > div {
  padding-top: 10px;
  padding-bottom: 10px;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_sticky::-webkit-scrollbar {
  display: none;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_sticky div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 35px;
  gap: 10px;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_sticky div {
    width: 660px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_sticky div a {
  height: 56px;
  border-radius: 15px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(16.29%, var(--Orange, #f47920)), color-stop(63.15%, rgba(244, 127, 32, 0.8)), color-stop(83.71%, rgba(244, 146, 32, 0.7)));
  background: linear-gradient(0deg, var(--Orange, #f47920) 16.29%, rgba(244, 127, 32, 0.8) 63.15%, rgba(244, 146, 32, 0.7) 83.71%);
  mix-blend-mode: multiply;
  -webkit-box-shadow: 0 0 7.253px 0 rgba(0, 48, 87, 0.25);
          box-shadow: 0 0 7.253px 0 rgba(0, 48, 87, 0.25);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  padding: 0px 10px;
  position: relative;
  width: 120px;
  min-width: inherit;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_sticky div a span {
  text-shadow: 0px 0px 8px rgba(177, 14, 16, 0.6980392157);
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_sticky div a.active-nav {
  z-index: 10;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_sticky div a.active-nav span {
  color: #F47920;
  z-index: 10;
  position: relative;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_sticky div a:hover {
  background: rgba(151, 161, 195, 0.5019607843);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(151, 161, 195, 0.6235294118)), to(rgba(151, 161, 195, 0.3843137255)));
  background: linear-gradient(0deg, rgba(151, 161, 195, 0.6235294118) 0%, rgba(151, 161, 195, 0.3843137255) 100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_sticky div a:hover span {
  text-shadow: 0px 0px 8px rgba(125, 134, 163, 0.6156862745);
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_sticky div a.doz_btn.doz_all-offer {
  background-color: #F47920;
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(16.29%, #102d69), color-stop(63.15%, rgba(16, 45, 105, 0.8)), color-stop(83.71%, rgba(0, 36, 111, 0.7)));
  background: linear-gradient(0deg, #102d69 16.29%, rgba(16, 45, 105, 0.8) 63.15%, rgba(0, 36, 111, 0.7) 83.71%);
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_sticky div a.doz_btn.doz_all-offer span {
  color: #fff;
  text-shadow: 0px 0px 8px rgba(16, 45, 105, 0.6980392157);
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_sticky div a.doz_btn.doz_all-offer:hover {
  background: rgba(151, 161, 195, 0.5019607843);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(151, 161, 195, 0.6235294118)), to(rgba(151, 161, 195, 0.3843137255)));
  background: linear-gradient(0deg, rgba(151, 161, 195, 0.6235294118) 0%, rgba(151, 161, 195, 0.3843137255) 100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_sticky div a.doz_btn.doz_all-offer:hover span {
  text-shadow: 0px 0px 8px rgba(125, 134, 163, 0.6156862745);
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_top_brands {
  overflow: hidden;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(16.29%, var(--Orange, #f47920)), color-stop(63.15%, rgba(244, 127, 32, 0.8)), color-stop(83.71%, rgba(244, 146, 32, 0.7)));
  background: linear-gradient(0deg, var(--Orange, #f47920) 16.29%, rgba(244, 127, 32, 0.8) 63.15%, rgba(244, 146, 32, 0.7) 83.71%);
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_top_brands .doz_top_offers--wrap {
  max-width: 1060px;
  margin: 0 auto;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_top_brands .doz_top_offers--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 20px;
  margin: 0 5px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1) inset;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_top_brands .doz_top_offers--items .doz_brand-btn svg .doz_brand-h {
  opacity: 0;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_top_brands .doz_top_offers--items:hover .doz_brand-btn svg .doz_brand-h {
  opacity: 1;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_top_brands .doz_top_offers--items--link {
  min-height: 81px;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_top_brands .doz_top_offers--items--link {
    min-height: 81px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_top_brands .doz_top_offers--items__disc {
  font-size: 56px;
  font-style: normal;
  font-weight: bold;
  color: #102d69;
  margin-bottom: 20px;
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_top_brands .doz_top_offers--items__disc {
    font-size: 48px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 360px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_top_brands .doz_top_offers--items__disc {
    font-size: 50px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_top_brands .doz_top_offers--items__disc-to {
  font-size: 21px;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_top_brands .doz_top_offers--items__disc-dec {
  font-size: 21px;
  color: #102d69;
  position: relative;
  top: -25px;
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_top_brands .doz_top_offers--items a {
    min-width: inherit;
    margin-top: -10px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_top_brands .carousel__viewport .carousel__slide {
  padding: 0 2px;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_top_brands .carousel__viewport .carousel__slide > div {
  background: linear-gradient(25.79deg, rgba(255, 255, 255, 0.7) 16.29%, rgba(255, 255, 255, 0.8) 36.85%, #ffffff 83.71%);
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_top_brands .doz_discl {
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0;
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_top_brands .doz_discl {
    font-size: 14px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_button-position {
  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;
  margin-top: 20px;
  padding-bottom: 20px;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_button-position .doz_btn {
  width: 288px;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_hit_categories {
  overflow: hidden;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(16.29%, var(--Orange, #f47920)), color-stop(63.15%, rgba(244, 127, 32, 0.8)), color-stop(83.71%, rgba(244, 146, 32, 0.7)));
  background: linear-gradient(0deg, var(--Orange, #f47920) 16.29%, rgba(244, 127, 32, 0.8) 63.15%, rgba(244, 146, 32, 0.7) 83.71%);
  padding-top: 20px;
  position: relative;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_hit_categories--menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 20px auto 0px;
  padding-bottom: 30px;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 580px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_hit_categories--menu {
    max-width: 280px;
  }
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_hit_categories--menu {
    padding-bottom: 10px;
  }
}
@media (max-width: 580px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_hit_categories--menu > div {
    width: calc(50% - 20px);
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_hit_categories--menu a {
  text-decoration: none;
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(16.29%, #102d69), color-stop(63.15%, rgba(16, 45, 105, 0.8)), color-stop(83.71%, rgba(0, 36, 111, 0.7)));
  background: linear-gradient(0deg, #102d69 16.29%, rgba(16, 45, 105, 0.8) 63.15%, rgba(0, 36, 111, 0.7) 83.71%);
  height: 56px;
  border-radius: 8px;
  text-decoration: none;
  padding: 0px 10px;
  position: relative;
  width: 120px;
  min-width: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 0;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_hit_categories--menu a span {
  color: #fff;
  text-shadow: 0px 0px 8px rgba(16, 45, 105, 0.6980392157);
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_hit_categories--menu a.active-nav {
  z-index: 10;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(151, 161, 195, 0.6235294118)), to(rgba(151, 161, 195, 0.3843137255)));
  background: linear-gradient(0deg, rgba(151, 161, 195, 0.6235294118) 0%, rgba(151, 161, 195, 0.3843137255) 100%);
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_hit_categories--menu a.active-nav span {
  text-shadow: 0px 0px 8px rgba(16, 45, 105, 0.6980392157);
  z-index: 10;
  position: relative;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_hit_categories--menu a:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(151, 161, 195, 0.6235294118)), to(rgba(151, 161, 195, 0.3843137255)));
  background: linear-gradient(0deg, rgba(151, 161, 195, 0.6235294118) 0%, rgba(151, 161, 195, 0.3843137255) 100%);
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_hit_categories .carousel__viewport .carousel__slide {
  padding: 0 5px;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_hit_categories .carousel__viewport .carousel__slide > div {
  padding: 20px 10px;
  background: #fff;
  border-radius: 10px;
  color: #2b2e34;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_hit_categories .carousel__viewport .carousel__slide .doz_product--name {
  text-decoration: none;
  cursor: pointer;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_hit_categories .carousel__viewport .carousel__slide .doz_product__top .doz_product--name {
  text-align: left;
  margin-bottom: 10px;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_hit_categories .carousel__viewport .carousel__slide .doz_product--img img {
  cursor: pointer;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .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;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_hit_categories .doz_go-to-all-product .doz-text {
  font-size: 48px;
  font-weight: bold;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_hit_categories .carousel__viewport .carousel__slide {
  cursor: inherit;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .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_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .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_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_hit_categories--select .doz_selected-option--text img {
  position: absolute;
  right: 20px;
  top: 20px;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_hit_categories--select .doz_selected-option a.doz_btn {
  font-weight: bold;
  font-size: 18px;
  background-color: transparent;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .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_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .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_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .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_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .carousel__next {
  background-image: url("../img/arrow-right.webp");
  width: 45px;
  height: 46px;
  right: -10px;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .carousel__next {
    display: none;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .carousel__next svg {
  display: none;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .carousel__next.carousel__next--disabled {
  background-image: url("../img/arrow-right-d.svg");
  opacity: 1;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .carousel__prev {
  background-image: url("../img/arrow-left.webp");
  width: 45px;
  height: 46px;
  left: -10px;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .carousel__prev {
    display: none;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .carousel__prev svg {
  display: none;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .carousel__prev.carousel__prev--disabled {
  background-image: url("../img/arrow-left-d.svg");
  opacity: 1;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .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;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_partners {
  padding-bottom: 80px;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_partners p {
  margin-bottom: 40px;
  font-size: 22px;
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_partners p {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_partners__container {
  border-radius: 10px;
  background: #fff;
  padding: 20px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_partners__container {
    padding: 20px 90px;
    gap: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_partners__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_partners__container .doz_align-start {
  -ms-flex-item-align: start;
      align-self: start;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_partners__item {
  text-align: center;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_partners__item {
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
    width: calc(50% - 20px);
  }
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_partners__item {
    width: 100%;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .carousel__track {
  margin: 0;
}
@media (max-width: 1024px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .carousel__viewport {
    overflow: visible;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .carousel__viewport .carousel__slide {
  padding: 0 3px;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .carousel__viewport .carousel__slide > div {
  padding: 20px 10px;
  background: #fff;
  border-radius: 10px;
  color: #2b2e34;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  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;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .carousel__viewport .carousel__slide > div {
    overflow: visible;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .carousel__viewport .carousel__slide:hover .doz_product--desc {
  bottom: 0;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .carousel__viewport .carousel__slide:hover .doz_product--desc {
    bottom: 0px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .carousel__viewport .carousel__slide .doz_product--img {
  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;
  cursor: pointer;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .carousel__viewport .carousel__slide .doz_product--desc {
  text-align: left;
  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;
  gap: 10px;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .carousel__viewport .carousel__slide .doz_product--desc {
    bottom: 0px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .carousel__viewport .carousel__slide .doz_product--price {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .carousel__viewport .carousel__slide .doz_product--price span {
  font-size: 18px;
  font-weight: 700;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .carousel__viewport .carousel__slide .doz_price_lowest {
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 300;
  color: #21253d;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .carousel__viewport .carousel__slide .doz_product--name {
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 900;
  cursor: pointer;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .carousel__viewport .carousel__slide .doz_btn {
  margin: 0 auto;
  min-width: inherit;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .carousel__viewport .carousel__slide .doz_btn {
    width: 90%;
    height: 40px;
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .carousel__viewport .carousel__slide .doz_btn {
    width: 100% !important;
    font-size: 14px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_all-categories {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(16.29%, #102d69), color-stop(63.15%, rgba(16, 45, 105, 0.8)), color-stop(83.71%, rgba(0, 36, 111, 0.7)));
  background: linear-gradient(0deg, #102d69 16.29%, rgba(16, 45, 105, 0.8) 63.15%, rgba(0, 36, 111, 0.7) 83.71%);
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_all-categories--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 820px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_all-categories--wrapper {
    gap: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_all-categories--wrapper .doz_btn {
  width: 150px;
  min-width: inherit;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_hide-on-mobile {
    display: none;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_show-on-mobile {
  display: none;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_show-on-mobile {
    display: block;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_show-on-mobile-inline {
  display: none;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_show-on-mobile-inline {
    display: inline-block;
  }
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .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: 20px;
  max-width: 100%;
  padding: 20px;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_skeleton-image {
  width: 100%;
  height: 180px;
  background: #e0e0e0;
  border-radius: 8px;
  -webkit-animation: shimmer 1.5s infinite linear;
          animation: shimmer 1.5s infinite linear;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .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_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .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_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_skeleton-image,
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .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%;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_footer {
  overflow: hidden;
}
#doz_m_00 #doz_m_01 #app #doz_m_00 #doz_m_01 .doz_footer--bottom h3 {
  font-weight: 300;
  margin-bottom: 0;
}
#doz_m_00 #doz_m_01 #app .doz_img-center {
  display: block;
  margin: 0 auto;
}
#doz_m_00 #doz_m_01 #app img {
  max-width: 100%;
  height: auto;
}
#doz_m_00 #doz_m_01 #app .doz_text {
  display: block;
  text-align: center;
  margin: 0 auto;
  line-height: 1.3em;
  font-size: 16px;
  font-family: "Lato", sans-serif;
}
#doz_m_00 #doz_m_01 #app .doz_text strong {
  font-family: "Lato", sans-serif;
}
@media (min-width: 1024px) and (max-width: 1123px) {
  #doz_m_00 #doz_m_01 #app .doz_text {
    font-size: 15px;
  }
}
@media (min-width: 480px) and (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_text {
    font-size: 14px;
    text-align: center;
  }
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app .doz_text {
    font-size: 14px;
    text-align: center;
  }
}
#doz_m_00 #doz_m_01 #app .doz_text--white {
  color: #fff;
}
#doz_m_00 #doz_m_01 #app .doz_text--black {
  color: #000;
}
#doz_m_00 #doz_m_01 #app .doz_text--orange {
  color: #F47920;
}
#doz_m_00 #doz_m_01 #app .doz_text--blue {
  color: #21253d;
}
#doz_m_00 #doz_m_01 #app .doz_text--center {
  text-align: center;
}
#doz_m_00 #doz_m_01 #app .doz_text--left {
  text-align: left;
  margin: 0;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_text--left {
    text-align: center;
  }
}
#doz_m_00 #doz_m_01 #app .doz_text--right {
  text-align: right;
  margin: 0;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_text--right {
    text-align: center;
  }
}
#doz_m_00 #doz_m_01 #app .doz_text--uppercase {
  text-transform: uppercase;
}
#doz_m_00 #doz_m_01 #app .doz_text--bold {
  font-family: "Lato", sans-serif;
}
#doz_m_00 #doz_m_01 #app .doz_text--small {
  font-size: 14px;
}
#doz_m_00 #doz_m_01 #app .doz_heading {
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  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;
  padding-top: 25px;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  #doz_m_00 #doz_m_01 #app .doz_heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app .doz_heading {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_heading .doz_tilt-cube {
  font-size: 52px;
  color: #fff;
  padding: 15px 25px 15px 20px;
  border-radius: 20px;
  position: relative;
  -webkit-box-shadow: 0.96px 0.96px 0.96px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0.96px 0.96px 0.96px 0px rgba(0, 0, 0, 0.2509803922);
  left: 15px;
}
@media (max-width: 768px) {
  #doz_m_00 #doz_m_01 #app .doz_heading .doz_tilt-cube {
    left: 0;
    font-size: 32px;
    padding: 10px 15px 10px 15px;
    border-radius: 10px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_heading .doz_tilt-cube.bg-orange {
  background-color: #F47920;
}
#doz_m_00 #doz_m_01 #app .doz_heading .doz_tilt-cube.bg-blue {
  background-color: #102d69;
}
#doz_m_00 #doz_m_01 #app .doz_heading img {
  z-index: 10;
  position: relative;
}
@media (max-width: 768px) {
  #doz_m_00 #doz_m_01 #app .doz_heading img {
    position: relative;
    top: -7px;
    width: 140px;
  }
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_heading {
    font-size: 50px;
  }
  #doz_m_00 #doz_m_01 #app .doz_heading .doz_tilt-neon {
    font-size: 54px;
  }
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app .doz_heading {
    font-size: 44px;
    line-height: 1;
  }
  #doz_m_00 #doz_m_01 #app .doz_heading .doz_tilt-neon {
    font-size: 48px;
  }
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app .doz_heading.doz_top-marki img {
    width: 170px;
  }
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app .doz_heading.doz_xxl img {
    width: 105px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_button-wrap {
  text-align: center;
}
#doz_m_00 #doz_m_01 #app .doz_button-wrap a.doz_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
}
#doz_m_00 #doz_m_01 #app .doz_btn {
  background: #F47920;
  height: 50px;
  border-radius: 44px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  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;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  text-align: center;
  border-radius: 30px;
  border: none;
  color: #fff;
  text-decoration: none;
  min-width: 180px;
  margin: 0;
  cursor: pointer;
}
#doz_m_00 #doz_m_01 #app .doz_btn img {
  padding-left: 10px;
}
#doz_m_00 #doz_m_01 #app .doz_btn:hover {
  color: #fff;
}
#doz_m_00 #doz_m_01 #app .doz_btn:focus {
  color: #fff;
}
@media (min-width: 1024px) and (max-width: 1123px) {
  #doz_m_00 #doz_m_01 #app .doz_btn {
    font-size: 16px;
    height: 50px;
  }
  #doz_m_00 #doz_m_01 #app .doz_btn img {
    width: 35px;
  }
}
@media (min-width: 480px) and (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_btn {
    font-size: 16px;
    height: 50px;
  }
  #doz_m_00 #doz_m_01 #app .doz_btn img {
    width: 35px;
  }
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app .doz_btn {
    font-size: 16px;
    height: 50px;
    min-width: 180px;
  }
  #doz_m_00 #doz_m_01 #app .doz_btn img {
    width: 30px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_btn:disabled {
  background-color: #cfd5e1;
}
#doz_m_00 #doz_m_01 #app .doz_btn:disabled:hover {
  color: #fff;
  cursor: no-drop;
}
#doz_m_00 #doz_m_01 #app .doz_btn--transparent {
  color: #F47920;
  background-color: transparent;
  border: 1px solid #F47920;
}
#doz_m_00 #doz_m_01 #app .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_m_00 #doz_m_01 #app .doz_btn--transparent:focus {
  color: #f47920;
}
#doz_m_00 #doz_m_01 #app .doz_btn--transparent:active {
  color: #f47920;
}
#doz_m_00 #doz_m_01 #app .doz_btn--transparent-black {
  border: 1px solid #000;
  color: #000;
}
#doz_m_00 #doz_m_01 #app .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_m_00 #doz_m_01 #app .doz_btn--transparent-black:hover:visited {
  color: #fff;
}
#doz_m_00 #doz_m_01 #app .doz_btn--transparent-black:focus {
  text-decoration: none;
  color: #000;
  outline: 0;
}
#doz_m_00 #doz_m_01 #app .doz_btn--transparent-black:active {
  text-decoration: none;
  color: #000;
}
#doz_m_00 #doz_m_01 #app .doz_btn--transparent-blue {
  border: 1px solid #102d69;
  color: #102d69;
  background: transparent;
}
#doz_m_00 #doz_m_01 #app .doz_btn--transparent-blue:hover {
  border: 1px solid #F47920;
  background: transparent;
  color: #fff;
  text-decoration: none;
  background: #F47920;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
}
#doz_m_00 #doz_m_01 #app .doz_btn--transparent-blue:hover:visited {
  color: #fff;
}
#doz_m_00 #doz_m_01 #app .doz_btn--transparent-blue:focus {
  text-decoration: none;
  color: #fff;
  outline: 0;
}
#doz_m_00 #doz_m_01 #app .doz_btn--transparent-blue:active {
  text-decoration: none;
  color: #fff;
}
#doz_m_00 #doz_m_01 #app .doz_btn--white {
  border: 1px solid #000;
  color: #000;
  background: #fff;
}
#doz_m_00 #doz_m_01 #app .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_m_00 #doz_m_01 #app .doz_btn--white:focus {
  text-decoration: none;
  color: #000;
}
#doz_m_00 #doz_m_01 #app .doz_btn--white:active {
  text-decoration: none;
  color: #000;
}
#doz_m_00 #doz_m_01 #app .doz_btn--black {
  border: 2px solid #000;
  color: #fff;
  background: #000;
}
#doz_m_00 #doz_m_01 #app .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_m_00 #doz_m_01 #app .doz_btn--black:focus {
  text-decoration: none;
  color: #fff;
}
#doz_m_00 #doz_m_01 #app .doz_btn--black:active {
  text-decoration: none;
  color: #fff;
}
#doz_m_00 #doz_m_01 #app .doz_btn--blue {
  border: 2px solid #102d69;
  color: #fff;
  background: #102d69;
}
#doz_m_00 #doz_m_01 #app .doz_btn--blue:hover {
  color: #fff;
  border: 2px solid #102d69;
  background: #102d69;
  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_m_00 #doz_m_01 #app .doz_btn--blue:focus {
  text-decoration: none;
  color: #fff;
}
#doz_m_00 #doz_m_01 #app .doz_btn--blue:active {
  text-decoration: none;
  color: #fff;
}
#doz_m_00 #doz_m_01 #app .doz_btn--orange {
  background-color: #f47920;
  color: #fff;
}
#doz_m_00 #doz_m_01 #app .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_m_00 #doz_m_01 #app .doz_btn--orange:focus {
  text-decoration: none;
  color: #fff;
}
#doz_m_00 #doz_m_01 #app .doz_btn--no-margin {
  margin: 0;
}
#doz_m_00 #doz_m_01 #app .doz_btn--md {
  min-width: 180px;
  height: 40px;
  font-size: 14px;
}
#doz_m_00 #doz_m_01 #app .doz_btn--md-x {
  min-width: 250px;
  height: 40px;
  font-size: 16px;
}
#doz_m_00 #doz_m_01 #app .app-qr {
  background-color: #fff;
  min-height: 100%;
  color: #000;
}
#doz_m_00 #doz_m_01 #app .app-container {
  max-width: 1250px;
  width: auto;
  padding: 0 26px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .app-container {
    padding: 0 10px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_container {
  position: relative;
}
#doz_m_00 #doz_m_01 #app .doz_top_backgroud {
  background-image: url("../img/doz_top_background.webp");
  background-repeat: no-repeat;
  position: fixed;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: 0;
}
#doz_m_00 #doz_m_01 #app .doz_separator {
  height: 30px;
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app .doz_separator {
    height: 15px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_offset-top {
  margin-top: 35px;
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app .doz_offset-top {
    margin-top: 15px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_offset-padding-bottom {
  padding-bottom: 15px;
}
#doz_m_00 #doz_m_01 #app :root {
  --Orange: rgba(244, 127, 32, 0.8);
}
#doz_m_00 #doz_m_01 #app .doz_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: 200px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(244, 127, 32, 0.8)), to(rgba(244, 146, 32, 0.7)));
  background: linear-gradient(180deg, rgba(244, 127, 32, 0.8) 0%, rgba(244, 146, 32, 0.7) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(16.29%, var(--Orange, #f47920)), color-stop(63.15%, rgba(244, 127, 32, 0.8)), color-stop(83.71%, rgba(244, 146, 32, 0.7)));
  background: linear-gradient(180deg, var(--Orange, #f47920) 16.29%, rgba(244, 127, 32, 0.8) 63.15%, rgba(244, 146, 32, 0.7) 83.71%);
  gap: 20px;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_head {
    gap: 20px;
    padding: 30px 20px 35px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_head__r {
  width: 48%;
  margin-right: 0px;
  text-align: right;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_head__r {
    width: 100%;
    text-align: center;
  }
}
#doz_m_00 #doz_m_01 #app .doz_head__r img {
  max-width: 187px;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_head__r img {
    max-width: 100%;
    width: auto;
  }
}
#doz_m_00 #doz_m_01 #app .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_m_00 #doz_m_01 #app .doz_head__r--01 {
  text-align: left;
  text-transform: uppercase;
  font-size: 20px;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_head__r--01 {
    font-size: 18px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_head__l {
  width: 52%;
  text-align: left;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_head__l {
    width: 100%;
    text-align: center;
  }
}
#doz_m_00 #doz_m_01 #app .doz_head__l > 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;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_head__l > div {
    margin-left: 0;
  }
}
#doz_m_00 #doz_m_01 #app .doz_head__l span {
  text-align: center;
  text-transform: uppercase;
  line-height: 0.9;
}
#doz_m_00 #doz_m_01 #app .doz_head__l--01 {
  font-size: 55px;
  font-weight: bold;
  text-shadow: 1px 1px 10px rgba(255, 255, 255, 0.4588235294);
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app .doz_head__l--01 {
    font-size: 40px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_head__l--02 {
  font-size: 101px;
  font-weight: bold;
  text-shadow: 1px 1px 10px rgba(244, 120, 32, 0.4588235294);
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app .doz_head__l--02 {
    font-size: 70px;
  }
}
#doz_m_00 #doz_m_01 #app .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_m_00 #doz_m_01 #app .doz_head__l--03 {
    font-size: 20px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_head__l img {
  max-width: 266px;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_head__l img {
    max-width: 100%;
    width: auto;
  }
}
#doz_m_00 #doz_m_01 #app .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_m_00 #doz_m_01 #app .doz_stars_black {
  overflow: hidden;
  background: #000;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(16.29%, #102d69), color-stop(63.15%, rgba(16, 45, 105, 0.8)), color-stop(83.71%, rgba(0, 36, 111, 0.7)));
  background: linear-gradient(0deg, #102d69 16.29%, rgba(16, 45, 105, 0.8) 63.15%, rgba(0, 36, 111, 0.7) 83.71%);
  background-blend-mode: multiply;
}
#doz_m_00 #doz_m_01 #app .doz_stars_black h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
}
#doz_m_00 #doz_m_01 #app .doz_stars_black--selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  gap: 10px;
  border-radius: 10px;
  color: #000;
  max-height: 300px;
  margin-top: 180px;
  position: relative;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_stars_black--selected {
    display: none;
  }
}
#doz_m_00 #doz_m_01 #app .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;
}
#doz_m_00 #doz_m_01 #app .doz_stars_black--selected .doz_suplemnt--badge {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #cbd0e1;
  color: #102d69;
  font-size: 18px;
  padding: 3px 10px;
  border-top-right-radius: 10px;
}
#doz_m_00 #doz_m_01 #app .doz_stars_black--selected .doz_product--img img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  position: relative;
  min-height: 440px;
  top: -150px;
  cursor: pointer;
}
#doz_m_00 #doz_m_01 #app .doz_stars_black--selected .doz_product--desc {
  padding: 0 60px 0 20px;
  text-align: left;
}
#doz_m_00 #doz_m_01 #app .doz_stars_black--selected .doz_product--desc .doz_product--name {
  text-decoration: none;
  color: #000;
  margin-top: 0;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
#doz_m_00 #doz_m_01 #app .doz_stars_black--selected .doz_product--desc .doz_product--price {
  font-weight: bold;
  font-size: 48px;
}
#doz_m_00 #doz_m_01 #app .doz_stars_black--selected .doz_product--desc .doz_price_lowest {
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 300;
  color: #21253d;
}
#doz_m_00 #doz_m_01 #app .doz_stars_black--selected .doz_product--desc .doz_btn {
  margin-top: 20px;
}
#doz_m_00 #doz_m_01 #app .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);
}
#doz_m_00 #doz_m_01 #app .doz_stars_black .carousel__viewport .carousel__slide p.doz_product--name {
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_stars_black .carousel__viewport .carousel__slide p.doz_product--name {
    margin-top: 5px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_stars_black .carousel__viewport .carousel__slide .doz_product__top .doz_product--name {
  text-align: left;
  margin-bottom: 10px;
}
#doz_m_00 #doz_m_01 #app .doz_stars_black .carousel__viewport .carousel__slide .doz_suplemnt--badge {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #cbd0e1;
  color: #102d69;
  font-size: 14px;
  padding: 3px 10px;
  border-bottom-right-radius: 10px;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_stars_black .carousel__viewport .carousel__slide .doz_suplemnt--badge {
    position: relative;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 10px;
    left: inherit;
    right: -10px;
    top: inherit;
  }
}
#doz_m_00 #doz_m_01 #app .doz_stars_black .carousel__viewport .carousel__slide .doz_suplemnt--badge-hide {
  visibility: hidden;
}
#doz_m_00 #doz_m_01 #app .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;
}
#doz_m_00 #doz_m_01 #app .doz_sticky {
  top: 0px;
  overflow-x: auto;
  z-index: 100;
}
#doz_m_00 #doz_m_01 #app .doz_sticky.sticky > div {
  padding-top: 10px;
  padding-bottom: 10px;
}
#doz_m_00 #doz_m_01 #app .doz_sticky::-webkit-scrollbar {
  display: none;
}
#doz_m_00 #doz_m_01 #app .doz_sticky div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 35px;
  gap: 10px;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_sticky div {
    width: 660px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_sticky div a {
  height: 56px;
  border-radius: 15px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(16.29%, var(--Orange, #f47920)), color-stop(63.15%, rgba(244, 127, 32, 0.8)), color-stop(83.71%, rgba(244, 146, 32, 0.7)));
  background: linear-gradient(0deg, var(--Orange, #f47920) 16.29%, rgba(244, 127, 32, 0.8) 63.15%, rgba(244, 146, 32, 0.7) 83.71%);
  mix-blend-mode: multiply;
  -webkit-box-shadow: 0 0 7.253px 0 rgba(0, 48, 87, 0.25);
          box-shadow: 0 0 7.253px 0 rgba(0, 48, 87, 0.25);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  padding: 0px 10px;
  position: relative;
  width: 120px;
  min-width: inherit;
}
#doz_m_00 #doz_m_01 #app .doz_sticky div a span {
  text-shadow: 0px 0px 8px rgba(177, 14, 16, 0.6980392157);
}
#doz_m_00 #doz_m_01 #app .doz_sticky div a.active-nav {
  z-index: 10;
}
#doz_m_00 #doz_m_01 #app .doz_sticky div a.active-nav span {
  color: #F47920;
  z-index: 10;
  position: relative;
}
#doz_m_00 #doz_m_01 #app .doz_sticky div a:hover {
  background: rgba(151, 161, 195, 0.5019607843);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(151, 161, 195, 0.6235294118)), to(rgba(151, 161, 195, 0.3843137255)));
  background: linear-gradient(0deg, rgba(151, 161, 195, 0.6235294118) 0%, rgba(151, 161, 195, 0.3843137255) 100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#doz_m_00 #doz_m_01 #app .doz_sticky div a:hover span {
  text-shadow: 0px 0px 8px rgba(125, 134, 163, 0.6156862745);
}
#doz_m_00 #doz_m_01 #app .doz_sticky div a.doz_btn.doz_all-offer {
  background-color: #F47920;
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(16.29%, #102d69), color-stop(63.15%, rgba(16, 45, 105, 0.8)), color-stop(83.71%, rgba(0, 36, 111, 0.7)));
  background: linear-gradient(0deg, #102d69 16.29%, rgba(16, 45, 105, 0.8) 63.15%, rgba(0, 36, 111, 0.7) 83.71%);
}
#doz_m_00 #doz_m_01 #app .doz_sticky div a.doz_btn.doz_all-offer span {
  color: #fff;
  text-shadow: 0px 0px 8px rgba(16, 45, 105, 0.6980392157);
}
#doz_m_00 #doz_m_01 #app .doz_sticky div a.doz_btn.doz_all-offer:hover {
  background: rgba(151, 161, 195, 0.5019607843);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(151, 161, 195, 0.6235294118)), to(rgba(151, 161, 195, 0.3843137255)));
  background: linear-gradient(0deg, rgba(151, 161, 195, 0.6235294118) 0%, rgba(151, 161, 195, 0.3843137255) 100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#doz_m_00 #doz_m_01 #app .doz_sticky div a.doz_btn.doz_all-offer:hover span {
  text-shadow: 0px 0px 8px rgba(125, 134, 163, 0.6156862745);
}
#doz_m_00 #doz_m_01 #app .doz_top_brands {
  overflow: hidden;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(16.29%, var(--Orange, #f47920)), color-stop(63.15%, rgba(244, 127, 32, 0.8)), color-stop(83.71%, rgba(244, 146, 32, 0.7)));
  background: linear-gradient(0deg, var(--Orange, #f47920) 16.29%, rgba(244, 127, 32, 0.8) 63.15%, rgba(244, 146, 32, 0.7) 83.71%);
}
#doz_m_00 #doz_m_01 #app .doz_top_brands .doz_top_offers--wrap {
  max-width: 1060px;
  margin: 0 auto;
}
#doz_m_00 #doz_m_01 #app .doz_top_brands .doz_top_offers--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 20px;
  margin: 0 5px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1) inset;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#doz_m_00 #doz_m_01 #app .doz_top_brands .doz_top_offers--items .doz_brand-btn svg .doz_brand-h {
  opacity: 0;
}
#doz_m_00 #doz_m_01 #app .doz_top_brands .doz_top_offers--items:hover .doz_brand-btn svg .doz_brand-h {
  opacity: 1;
}
#doz_m_00 #doz_m_01 #app .doz_top_brands .doz_top_offers--items--link {
  min-height: 81px;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_top_brands .doz_top_offers--items--link {
    min-height: 81px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_top_brands .doz_top_offers--items__disc {
  font-size: 56px;
  font-style: normal;
  font-weight: bold;
  color: #102d69;
  margin-bottom: 20px;
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app .doz_top_brands .doz_top_offers--items__disc {
    font-size: 48px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 360px) {
  #doz_m_00 #doz_m_01 #app .doz_top_brands .doz_top_offers--items__disc {
    font-size: 50px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_top_brands .doz_top_offers--items__disc-to {
  font-size: 21px;
}
#doz_m_00 #doz_m_01 #app .doz_top_brands .doz_top_offers--items__disc-dec {
  font-size: 21px;
  color: #102d69;
  position: relative;
  top: -25px;
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app .doz_top_brands .doz_top_offers--items a {
    min-width: inherit;
    margin-top: -10px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_top_brands .carousel__viewport .carousel__slide {
  padding: 0 2px;
}
#doz_m_00 #doz_m_01 #app .doz_top_brands .carousel__viewport .carousel__slide > div {
  background: linear-gradient(25.79deg, rgba(255, 255, 255, 0.7) 16.29%, rgba(255, 255, 255, 0.8) 36.85%, #ffffff 83.71%);
}
#doz_m_00 #doz_m_01 #app .doz_top_brands .doz_discl {
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0;
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app .doz_top_brands .doz_discl {
    font-size: 14px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_button-position {
  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;
  margin-top: 20px;
  padding-bottom: 20px;
}
#doz_m_00 #doz_m_01 #app .doz_button-position .doz_btn {
  width: 288px;
}
#doz_m_00 #doz_m_01 #app .doz_hit_categories {
  overflow: hidden;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(16.29%, var(--Orange, #f47920)), color-stop(63.15%, rgba(244, 127, 32, 0.8)), color-stop(83.71%, rgba(244, 146, 32, 0.7)));
  background: linear-gradient(0deg, var(--Orange, #f47920) 16.29%, rgba(244, 127, 32, 0.8) 63.15%, rgba(244, 146, 32, 0.7) 83.71%);
  padding-top: 20px;
  position: relative;
}
#doz_m_00 #doz_m_01 #app .doz_hit_categories--menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 20px auto 0px;
  padding-bottom: 30px;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 580px) {
  #doz_m_00 #doz_m_01 #app .doz_hit_categories--menu {
    max-width: 280px;
  }
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app .doz_hit_categories--menu {
    padding-bottom: 10px;
  }
}
@media (max-width: 580px) {
  #doz_m_00 #doz_m_01 #app .doz_hit_categories--menu > div {
    width: calc(50% - 20px);
  }
}
#doz_m_00 #doz_m_01 #app .doz_hit_categories--menu a {
  text-decoration: none;
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(16.29%, #102d69), color-stop(63.15%, rgba(16, 45, 105, 0.8)), color-stop(83.71%, rgba(0, 36, 111, 0.7)));
  background: linear-gradient(0deg, #102d69 16.29%, rgba(16, 45, 105, 0.8) 63.15%, rgba(0, 36, 111, 0.7) 83.71%);
  height: 56px;
  border-radius: 8px;
  text-decoration: none;
  padding: 0px 10px;
  position: relative;
  width: 120px;
  min-width: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 0;
}
#doz_m_00 #doz_m_01 #app .doz_hit_categories--menu a span {
  color: #fff;
  text-shadow: 0px 0px 8px rgba(16, 45, 105, 0.6980392157);
}
#doz_m_00 #doz_m_01 #app .doz_hit_categories--menu a.active-nav {
  z-index: 10;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(151, 161, 195, 0.6235294118)), to(rgba(151, 161, 195, 0.3843137255)));
  background: linear-gradient(0deg, rgba(151, 161, 195, 0.6235294118) 0%, rgba(151, 161, 195, 0.3843137255) 100%);
}
#doz_m_00 #doz_m_01 #app .doz_hit_categories--menu a.active-nav span {
  text-shadow: 0px 0px 8px rgba(16, 45, 105, 0.6980392157);
  z-index: 10;
  position: relative;
}
#doz_m_00 #doz_m_01 #app .doz_hit_categories--menu a:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(151, 161, 195, 0.6235294118)), to(rgba(151, 161, 195, 0.3843137255)));
  background: linear-gradient(0deg, rgba(151, 161, 195, 0.6235294118) 0%, rgba(151, 161, 195, 0.3843137255) 100%);
}
#doz_m_00 #doz_m_01 #app .doz_hit_categories .carousel__viewport .carousel__slide {
  padding: 0 5px;
}
#doz_m_00 #doz_m_01 #app .doz_hit_categories .carousel__viewport .carousel__slide > div {
  padding: 20px 10px;
  background: #fff;
  border-radius: 10px;
  color: #2b2e34;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#doz_m_00 #doz_m_01 #app .doz_hit_categories .carousel__viewport .carousel__slide .doz_product--name {
  text-decoration: none;
  cursor: pointer;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#doz_m_00 #doz_m_01 #app .doz_hit_categories .carousel__viewport .carousel__slide .doz_product__top .doz_product--name {
  text-align: left;
  margin-bottom: 10px;
}
#doz_m_00 #doz_m_01 #app .doz_hit_categories .carousel__viewport .carousel__slide .doz_product--img img {
  cursor: pointer;
}
#doz_m_00 #doz_m_01 #app .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;
}
#doz_m_00 #doz_m_01 #app .doz_hit_categories .doz_go-to-all-product .doz-text {
  font-size: 48px;
  font-weight: bold;
}
#doz_m_00 #doz_m_01 #app .doz_hit_categories .carousel__viewport .carousel__slide {
  cursor: inherit;
}
#doz_m_00 #doz_m_01 #app .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_m_00 #doz_m_01 #app .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_m_00 #doz_m_01 #app .doz_hit_categories--select .doz_selected-option--text img {
  position: absolute;
  right: 20px;
  top: 20px;
}
#doz_m_00 #doz_m_01 #app .doz_hit_categories--select .doz_selected-option a.doz_btn {
  font-weight: bold;
  font-size: 18px;
  background-color: transparent;
}
#doz_m_00 #doz_m_01 #app .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_m_00 #doz_m_01 #app .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_m_00 #doz_m_01 #app .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;
}
@keyframes rotate4 {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes dash4 {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dashoffset: -125px;
  }
}
#doz_m_00 #doz_m_01 #app .carousel__next {
  background-image: url("../img/arrow-right.webp");
  width: 45px;
  height: 46px;
  right: -10px;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .carousel__next {
    display: none;
  }
}
#doz_m_00 #doz_m_01 #app .carousel__next svg {
  display: none;
}
#doz_m_00 #doz_m_01 #app .carousel__next.carousel__next--disabled {
  background-image: url("../img/arrow-right-d.svg");
  opacity: 1;
}
#doz_m_00 #doz_m_01 #app .carousel__prev {
  background-image: url("../img/arrow-left.webp");
  width: 45px;
  height: 46px;
  left: -10px;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .carousel__prev {
    display: none;
  }
}
#doz_m_00 #doz_m_01 #app .carousel__prev svg {
  display: none;
}
#doz_m_00 #doz_m_01 #app .carousel__prev.carousel__prev--disabled {
  background-image: url("../img/arrow-left-d.svg");
  opacity: 1;
}
#doz_m_00 #doz_m_01 #app .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;
}
#doz_m_00 #doz_m_01 #app .doz_partners {
  padding-bottom: 80px;
}
#doz_m_00 #doz_m_01 #app .doz_partners p {
  margin-bottom: 40px;
  font-size: 22px;
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app .doz_partners p {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_partners__container {
  border-radius: 10px;
  background: #fff;
  padding: 20px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_partners__container {
    padding: 20px 90px;
    gap: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app .doz_partners__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#doz_m_00 #doz_m_01 #app .doz_partners__container .doz_align-start {
  -ms-flex-item-align: start;
      align-self: start;
}
#doz_m_00 #doz_m_01 #app .doz_partners__item {
  text-align: center;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_partners__item {
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
    width: calc(50% - 20px);
  }
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app .doz_partners__item {
    width: 100%;
  }
}
#doz_m_00 #doz_m_01 #app .carousel__track {
  margin: 0;
}
@media (max-width: 1024px) {
  #doz_m_00 #doz_m_01 #app .carousel__viewport {
    overflow: visible;
  }
}
#doz_m_00 #doz_m_01 #app .carousel__viewport .carousel__slide {
  padding: 0 3px;
}
#doz_m_00 #doz_m_01 #app .carousel__viewport .carousel__slide > div {
  padding: 20px 10px;
  background: #fff;
  border-radius: 10px;
  color: #2b2e34;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  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;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .carousel__viewport .carousel__slide > div {
    overflow: visible;
  }
}
#doz_m_00 #doz_m_01 #app .carousel__viewport .carousel__slide:hover .doz_product--desc {
  bottom: 0;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .carousel__viewport .carousel__slide:hover .doz_product--desc {
    bottom: 0px;
  }
}
#doz_m_00 #doz_m_01 #app .carousel__viewport .carousel__slide .doz_product--img {
  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;
  cursor: pointer;
}
#doz_m_00 #doz_m_01 #app .carousel__viewport .carousel__slide .doz_product--desc {
  text-align: left;
  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;
  gap: 10px;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .carousel__viewport .carousel__slide .doz_product--desc {
    bottom: 0px;
  }
}
#doz_m_00 #doz_m_01 #app .carousel__viewport .carousel__slide .doz_product--price {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
#doz_m_00 #doz_m_01 #app .carousel__viewport .carousel__slide .doz_product--price span {
  font-size: 18px;
  font-weight: 700;
}
#doz_m_00 #doz_m_01 #app .carousel__viewport .carousel__slide .doz_price_lowest {
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 300;
  color: #21253d;
}
#doz_m_00 #doz_m_01 #app .carousel__viewport .carousel__slide .doz_product--name {
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 900;
  cursor: pointer;
}
#doz_m_00 #doz_m_01 #app .carousel__viewport .carousel__slide .doz_btn {
  margin: 0 auto;
  min-width: inherit;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .carousel__viewport .carousel__slide .doz_btn {
    width: 90%;
    height: 40px;
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  #doz_m_00 #doz_m_01 #app .carousel__viewport .carousel__slide .doz_btn {
    width: 100% !important;
    font-size: 14px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_all-categories {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(16.29%, #102d69), color-stop(63.15%, rgba(16, 45, 105, 0.8)), color-stop(83.71%, rgba(0, 36, 111, 0.7)));
  background: linear-gradient(0deg, #102d69 16.29%, rgba(16, 45, 105, 0.8) 63.15%, rgba(0, 36, 111, 0.7) 83.71%);
}
#doz_m_00 #doz_m_01 #app .doz_all-categories--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 820px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_all-categories--wrapper {
    gap: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
#doz_m_00 #doz_m_01 #app .doz_all-categories--wrapper .doz_btn {
  width: 150px;
  min-width: inherit;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_hide-on-mobile {
    display: none;
  }
}
#doz_m_00 #doz_m_01 #app .doz_show-on-mobile {
  display: none;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_show-on-mobile {
    display: block;
  }
}
#doz_m_00 #doz_m_01 #app .doz_show-on-mobile-inline {
  display: none;
}
@media (max-width: 1023px) {
  #doz_m_00 #doz_m_01 #app .doz_show-on-mobile-inline {
    display: inline-block;
  }
}
#doz_m_00 #doz_m_01 #app .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: 20px;
  max-width: 100%;
  padding: 20px;
}
#doz_m_00 #doz_m_01 #app .doz_skeleton-image {
  width: 100%;
  height: 180px;
  background: #e0e0e0;
  border-radius: 8px;
  -webkit-animation: shimmer 1.5s infinite linear;
          animation: shimmer 1.5s infinite linear;
}
#doz_m_00 #doz_m_01 #app .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_m_00 #doz_m_01 #app .doz_skeleton-text.short {
  width: 60%;
}
@keyframes shimmer {
  0% {
    background-position: 100%;
  }
  100% {
    background-position: -100%;
  }
}
#doz_m_00 #doz_m_01 #app .doz_skeleton-image,
#doz_m_00 #doz_m_01 #app .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%;
}
#doz_m_00 #doz_m_01 #app .doz_footer {
  overflow: hidden;
}
#doz_m_00 #doz_m_01 #app .doz_footer--bottom h3 {
  font-weight: 300;
  margin-bottom: 0;
}