/*!*************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss ***!
  \*************************************************************************************************************/
@font-face {
  font-family: "RedHatDisplay";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(../../.././dist/css/build/font/RedHatDisplay-VariableFont_wght.ttf) format("truetype-variations");
}
/***
    The new CSS reset - version 1.7.3 (last updated 7.8.2022)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
 */
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Reapply the pointer cursor for anchor tags */
a,
button {
  cursor: revert;
}

/* Remove list styles (bullets/numbers) */
ol,
ul,
menu {
  list-style: none;
}

/* For images to not be able to exceed their container */
img {
  max-width: 100%;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* Safari - solving issue when using user-select:none on the <body> text input doesn't working */
input,
textarea {
  -webkit-user-select: auto;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

/* minimum style to allow to style meter element */
meter {
  -webkit-appearance: revert;
  appearance: revert;
}

/* reset default text opacity of input placeholder */
::placeholder {
  color: unset;
}

/* fix the feature of 'hidden' attribute.
display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none;
}

/* revert for bug in Chromium browsers
- fix for the content editable attribute will work properly.
- webkit-user-select: auto; added for Safari in case of using user-select:none on wrapper element*/
:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable=true]) {
  -webkit-user-drag: element;
}

a {
  text-decoration: none;
}

body p,
body li,
body select,
body input,
body button,
body label,
body textarea,
body legend,
body div,
body option,
body b,
body input,
body label,
body select,
body option {
  font-family: "RedHatDisplay", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgba(26, 26, 26, 0.8);
}
@media only screen and (min-width: 1200px) {
  body p,
  body li,
  body select,
  body input,
  body button,
  body label,
  body textarea,
  body legend,
  body div,
  body option,
  body b,
  body input,
  body label,
  body select,
  body option {
    font-size: 18px;
  }
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "RedHatDisplay", sans-serif;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.2;
}
body .includes_tax {
  display: none;
}

.count {
  color: #9F9F9F;
  float: unset !important;
}

html {
  overflow-x: hidden;
  margin: 0 !important;
  padding: 0 !important;
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  margin-inline: auto;
  min-height: 100vh;
  background-color: #ffffff;
  font-family: "RedHatDisplay", sans-serif;
}

.site-container-relative .site-container {
  position: relative;
}

video {
  width: 100%;
  height: auto;
}

.post-edit-link,
.otgs-development-site-front-end {
  display: none;
}

.sidebar-primary {
  display: none;
}

.site-inner {
  overflow-x: hidden;
}

#breadcrumbs {
  padding-inline: 15px;
  width: 100%;
  margin-inline: auto;
  margin-top: 8px;
}
@media only screen and (min-width: 1200px) {
  #breadcrumbs {
    max-width: 1518px;
    padding-inline: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  #breadcrumbs {
    margin-top: 15px;
  }
}
#breadcrumbs * {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
}
#breadcrumbs .breadcrumb_last {
  color: #1a1a1a;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background-color: #f7f7f7 !important;
}

.cmplz-message > p {
  font-size: unset;
}

.ilabs-button {
  display: grid;
  place-items: center;
  width: 100%;
  background-color: #4c9bf2;
  border: 2px solid #4c9bf2;
  font-family: "RedHatDisplay", sans-serif;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  padding-block: 12px 14px;
  color: #ffffff;
  border-radius: 5px;
}
@media only screen and (min-width: 1200px) {
  .ilabs-button {
    font-size: 16px;
    width: max-content;
    cursor: pointer;
    padding-block: 17px 19px;
    padding-inline: 40px;
  }
}
.ilabs-button:hover {
  background-color: #2675cc;
  border-color: #2675cc;
}

.nm-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 7400;
}
.nm-popup--active {
  display: flex;
}
.nm-popup__overflow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 26, 26, 0.4);
  z-index: -1;
}
.nm-popup__container {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: white;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .nm-popup__container {
    width: 968px;
    height: max-content;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.nm-popup__logo-wrapper {
  display: grid;
  place-items: center;
  padding: 30px 15px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) {
  .nm-popup__logo-wrapper {
    padding: 35px 15px 25px;
    margin-bottom: 50px;
  }
}
.nm-popup__logo-wrapper > a > img {
  max-width: 153px;
}
@media only screen and (min-width: 1200px) {
  .nm-popup__logo-wrapper > a > img {
    max-width: 191px;
  }
}
.nm-popup__heading {
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 35px;
  text-align: center;
  max-width: 207px;
  margin-inline: auto;
}
@media only screen and (min-width: 1200px) {
  .nm-popup__heading {
    font-size: 45px;
    margin-bottom: 50px;
    max-width: unset;
  }
}
.nm-popup__heading > span {
  color: #4c9bf2;
}
.nm-popup__text {
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  color: #1a1a1a;
  padding: 0 15px 20px 15px;
  max-width: 207px;
  margin-inline: auto;
}
@media only screen and (min-width: 1200px) {
  .nm-popup__text {
    max-width: unset;
    font-size: 22px;
    padding: 0 15px 15px;
  }
}
.nm-popup__buttons-wrapper {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 0 15px 30px;
  margin-inline: auto;
}
@media only screen and (min-width: 1200px) {
  .nm-popup__buttons-wrapper {
    gap: 31px;
    padding: 0 15px 50px;
  }
}
.nm-popup__button {
  max-width: 184px;
  width: 100%;
}
.nm-popup__button--outline {
  background-color: transparent;
  border-color: #4c9bf2;
  color: #4c9bf2;
}
.nm-popup__button--outline:hover {
  background-color: #2675cc;
  color: #ffffff;
}

.footer {
  background-color: #251624;
  padding-block: 50px 30px;
}
@media only screen and (min-width: 1200px) {
  .footer {
    padding-block: 115px 45px;
  }
}
.footer--cart {
  padding-top: 0;
}
@media only screen and (min-width: 1200px) {
  .footer--cart {
    padding-block: 115px 45px;
  }
}
.footer--cart .footer__newsletter-form {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .footer--cart .footer__newsletter-form {
    display: grid;
    visibility: hidden;
  }
}
.footer--checkout {
  background-color: #ffffff;
}
.footer--checkout .footer__container {
  display: flex;
  flex-direction: column-reverse;
  gap: 30px;
}
@media only screen and (min-width: 1200px) {
  .footer--checkout .footer__container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.footer--checkout .footer__checkout-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .footer--checkout .footer__checkout-menu {
    justify-content: flex-start;
    gap: 40px;
  }
}
.footer--checkout .footer__checkout-menu * {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  color: #1a1a1a;
}
@media only screen and (min-width: 1200px) {
  .footer--checkout .footer__checkout-menu * {
    font-size: 16px;
  }
}
.footer--checkout .footer__checkout-copyright {
  color: rgba(26, 26, 26, 0.7);
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
}
.footer * {
  color: #ffffff;
}
.footer__container {
  padding-inline: 15px;
  width: 100%;
  margin-inline: auto;
}
@media only screen and (min-width: 1200px) {
  .footer__container {
    max-width: 1518px;
    padding-inline: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .footer__container {
    display: grid;
    grid-template-areas: "logo menu-container newsletter-form" "bottom bottom bottom";
  }
}
.footer__newsletter-form {
  grid-area: newsletter-form;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 35px;
  max-width: 595px;
}
@media only screen and (min-width: 1200px) {
  .footer__newsletter-form {
    position: relative;
    top: -10px;
    flex: 1;
    display: grid;
    padding-bottom: unset;
    margin-left: auto;
    row-gap: 20px;
    column-gap: 16px;
    max-width: 495px;
    grid-template-areas: "newsletter-heading newsletter-heading" "newsletter-input newsletter-button" "newsletter-checkbox-wrapper newsletter-checkbox-wrapper" "newsletter-checkbox-privacy-wrapper newsletter-checkbox-privacy-wrapper";
  }
}
@media only screen and (min-width: 1600px) {
  .footer__newsletter-form {
    max-width: 595px;
  }
}
.footer__newsletter-form::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -15px;
  width: 100vw;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 1200px) {
  .footer__newsletter-form::before {
    display: none;
  }
}
.footer__newsletter-heading {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (min-width: 1200px) {
  .footer__newsletter-heading {
    font-size: 30px;
    max-width: 534px;
    grid-area: newsletter-heading;
  }
}
@media only screen and (min-width: 1440px) {
  .footer__newsletter-heading {
    font-size: 45px;
  }
}
.footer__newsletter-heading * {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (min-width: 1200px) {
  .footer__newsletter-heading * {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1440px) {
  .footer__newsletter-heading * {
    font-size: 45px;
  }
}
.footer__newsletter-heading strong {
  color: #4c9bf2;
}
.footer input[type=email].footer__newsletter-input {
  background-color: #ffffff !important;
  border-radius: 5px !important;
  padding: 13px 20px !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  color: #1a1a1a !important;
}
@media only screen and (min-width: 1200px) {
  .footer input[type=email].footer__newsletter-input {
    flex: 1;
    width: 295px !important;
    grid-area: newsletter-input;
    padding: 10px 20px !important;
    font-size: 16px !important;
  }
}
@media only screen and (min-width: 1440px) {
  .footer input[type=email].footer__newsletter-input {
    padding: 19px 25px !important;
  }
}
@media only screen and (min-width: 1600px) {
  .footer input[type=email].footer__newsletter-input {
    width: 395px !important;
  }
}
.footer input[type=email].footer__newsletter-input::placeholder {
  color: #1a1a1a;
}
.footer__newsletter-checkbox-wrapper {
  display: flex;
  gap: 15px;
}
@media only screen and (min-width: 1200px) {
  .footer__newsletter-checkbox-wrapper {
    grid-area: newsletter-checkbox-wrapper;
  }
}
.footer__newsletter-checkbox-privacy-wrapper {
  display: flex;
  gap: 15px;
}
@media only screen and (min-width: 1200px) {
  .footer__newsletter-checkbox-privacy-wrapper {
    grid-area: newsletter-checkbox-privacy-wrapper;
  }
}
.footer input[type=checkbox].footer__newsletter-checkbox {
  flex: 1;
  height: 16px !important;
  max-width: 16px !important;
  border: 1px solid #f95fc4 !important;
}
.footer input[type=checkbox].footer__newsletter-checkbox:checked {
  position: relative;
  background-color: #f95fc4 !important;
}
.footer input[type=checkbox].footer__newsletter-checkbox:checked::after {
  content: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2710%27 height=%2710%27 viewBox=%270 0 10 10%27%3E%3Cpath d=%27M1.5 5.5L4 8L8.5 2%27 stroke=%27white%27 stroke-width=%272%27 fill=%27none%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer input[type=checkbox].footer__newsletter-checkbox:hover {
  cursor: pointer;
}
.footer__newsletter-checkbox-text {
  flex: 1;
  font-size: 12px !important;
  line-height: 1.2 !important;
  color: #ffffff !important;
  margin: 0 !important;
  grid-area: unset !important;
}
.footer__newsletter-checkbox-text a {
  font-weight: 700;
}
.footer__newsletter-checkbox-text a:hover {
  cursor: pointer;
  color: #4c9bf2;
}
@media only screen and (min-width: 1200px) {
  .footer__newsletter-button {
    grid-area: newsletter-button;
    padding-inline: 55px;
    padding-block: 10px;
  }
}
@media only screen and (min-width: 1440px) {
  .footer__newsletter-button {
    padding-inline: 55px;
    padding-block: 17px 19px;
  }
}
.footer__logo {
  grid-area: logo;
  padding-block: 35px 30px;
}
@media only screen and (min-width: 1200px) {
  .footer__logo {
    flex: 1;
    width: max-content;
    padding-block: unset;
    padding-right: 71px;
  }
}
.footer__menu-container {
  grid-area: menu-container;
  display: flex;
  gap: 65px;
  padding-bottom: 35px;
}
@media only screen and (min-width: 1200px) {
  .footer__menu-container {
    flex: 1;
    max-width: 410px;
    gap: 130px;
    padding-bottom: unset;
  }
}
.footer__menu-heading {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 700;
}
@media only screen and (min-width: 1200px) {
  .footer__menu-heading {
    font-size: 16px;
  }
}
.footer__menu {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footer__menu * {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
}
@media only screen and (min-width: 1200px) {
  .footer__menu * {
    font-size: 16px;
  }
}
.footer__menu a:hover {
  color: #2675cc;
}
.footer__bottom {
  grid-area: bottom;
}
@media only screen and (min-width: 1200px) {
  .footer__bottom {
    position: relative;
    display: flex;
    padding-top: 44px;
    margin-top: 130px;
  }
}
@media only screen and (min-width: 1200px) {
  .footer__bottom::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100vw;
    left: -24px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
  }
}
@media only screen and (min-width: 1600px) {
  .footer__bottom::before {
    left: calc((1488px - 100vw) / 2);
  }
}
.footer__social-wrapper {
  position: relative;
  display: flex;
  gap: 70px;
  padding-block: 30px;
}
@media only screen and (min-width: 1200px) {
  .footer__social-wrapper {
    flex: 1;
    width: 100%;
    max-width: 410px;
    padding-block: 0;
  }
}
.footer__social-wrapper::before, .footer__social-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  width: 100vw;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 1200px) {
  .footer__social-wrapper::before, .footer__social-wrapper::after {
    display: none;
  }
}
.footer__social-wrapper::after {
  left: -15px;
  top: unset;
  bottom: 0;
}
@media only screen and (min-width: 1200px) {
  .footer__social-wrapper::after {
    display: block;
    width: 1px;
    height: 126px;
    top: -44px;
    left: unset;
    right: 0;
    bottom: unset;
  }
}
.footer__social-link {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer__social-link:hover .footer__social-link-text {
  color: #2675cc;
}
.footer__social-link-text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}
.footer__bottom-right-side {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media only screen and (min-width: 1200px) {
  .footer__bottom-right-side {
    flex: 1;
    width: 100%;
    flex-direction: row-reverse;
    align-items: center;
  }
}
.footer__bottom-icons {
  display: flex;
  justify-content: flex-start;
  gap: 6px;
  padding-top: 35px;
}
@media only screen and (min-width: 1200px) {
  .footer__bottom-icons {
    padding-top: 0;
  }
}
.footer__icon-wrapper {
  display: grid;
  background-color: #ffffff;
  border-radius: 5px;
  flex: 1 0 0;
  max-width: 80px;
  min-width: 0;
  padding: 2px;
  height: 34px;
  place-items: center;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .footer__icon-wrapper {
    height: 37px;
    width: 67px;
  }
}
.footer__bottom-copyright {
  font-size: 12px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) {
  .footer__bottom-copyright {
    font-size: 15px;
    margin-right: auto;
    padding-left: 98px;
  }
}
.footer__newsletter-notification {
  position: static;
  margin-top: 8px;
  margin-bottom: 0;
  min-width: 0;
  max-width: 100%;
  padding: 12px 16px;
  border-radius: 5px;
  box-shadow: none;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  opacity: 1;
  pointer-events: auto;
  transform: none;
  transition: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer__newsletter-notification--success {
  background: #4c9bf2;
  border-left: 4px solid #1c80ef;
}
.footer__newsletter-notification--error {
  background: #e74c3c;
  border-left: 4px solid #d62c1a;
}
.footer__newsletter-notification-message {
  flex: 1;
  word-break: break-word;
}
.footer__newsletter-notification-close {
  position: static;
  width: 16px;
  height: 16px;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.footer__newsletter-notification-close:hover {
  opacity: 1;
}
.footer__newsletter-notification-close::before, .footer__newsletter-notification-close::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 1px;
  width: 2px;
  height: 14px;
  background: #ffffff;
  border-radius: 2px;
}
.footer__newsletter-notification-close::before {
  transform: rotate(45deg);
}
.footer__newsletter-notification-close::after {
  transform: rotate(-45deg);
}

bi.navigation-container {
  position: sticky;
  top: 0;
  z-index: 7200;
  background-color: #ffffff;
}

.navigation {
  position: relative;
  z-index: 7200;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.03);
}
.navigation--without-border-bottom {
  box-shadow: none;
}
.navigation__mobile {
  display: none;
}
.navigation__mobile--active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  z-index: 7210;
  padding: 15px 15px 25px 15px;
}
.navigation__mobile--active .navigation__mobile-close {
  flex: 1;
  max-height: 16px;
  display: flex;
  margin-left: auto;
}
.navigation__mobile--active .navigation__mobile-menu-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  flex: 1;
}
.navigation__mobile--active .navigation__mobile-menu {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.navigation__mobile--active .navigation__mobile-menu .menu-item-has-children > a {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  padding-block: unset;
}
.navigation__mobile--active .navigation__mobile-menu .menu-item-has-children > a > .dropdown-title {
  flex: 1;
  padding-block: 18px 21px;
}
.navigation__mobile--active .navigation__mobile-menu .menu-item-has-children > a > .arrow-wrapper {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  padding-block: 18px 21px;
}
.navigation__mobile--active .navigation__mobile-menu > li.menu-item-sale > a {
  color: #f95fc4;
}
.navigation__mobile--active .navigation__mobile-menu > li > a {
  display: flex;
  padding-block: 18px 21px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #1a1a1a;
}
.navigation__mobile--active .navigation__mobile-menu .first-level-sub-menu {
  display: none;
}
.navigation__mobile--active .navigation__mobile-menu .first-level-sub-menu.active {
  display: block;
  position: fixed;
  background: white;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  padding: 15px;
  z-index: 1;
  overflow: auto;
}
.navigation__mobile--active .navigation__mobile-menu .first-level-sub-menu > li:nth-child(2) {
  margin-top: 50px;
}
.navigation__mobile--active .navigation__mobile-menu .first-level-sub-menu > li.submenu-title {
  margin-bottom: 28px;
  position: fixed;
  background: #ffffff;
  width: 100%;
  height: 50px;
  top: 0;
}
.navigation__mobile--active .navigation__mobile-menu .first-level-sub-menu > li.submenu-title > a {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 23px;
  padding: 0;
  margin: 0;
  border: none;
  width: max-content;
}
.navigation__mobile--active .navigation__mobile-menu .first-level-sub-menu > li.submenu-title > a > span {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
}
.navigation__mobile--active .navigation__mobile-menu .first-level-sub-menu > li.submenu-title > a > img {
  transform: rotate(180deg);
}
.navigation__mobile--active .navigation__mobile-menu .first-level-sub-menu > li > a {
  display: flex;
  gap: 12px;
  align-items: center;
  padding-block: 17px 9px;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #1a1a1a;
  font-size: 15px;
  line-height: 1.2;
}
.navigation__mobile--active .navigation__mobile-menu .first-level-sub-menu > li > a > .navigation__menu-icon-wrapper {
  display: grid;
  place-items: center;
  background-color: transparent;
  border-radius: 100%;
  width: 30px;
  height: 30px;
}
.navigation__mobile--active .navigation__mobile-menu .first-level-sub-menu > li > a > .navigation__menu-icon-wrapper > img {
  width: 30px;
  height: 30px;
}
.navigation__mobile--active .navigation__mobile-menu .first-level-sub-menu > li > a > .navigation__menu-title-wrapper {
  display: flex;
  flex-direction: column;
}
.navigation__mobile--active .navigation__mobile-menu .first-level-sub-menu > li > a > .navigation__menu-title-wrapper > * {
  color: #1a1a1a;
}
.navigation__mobile--active .navigation__mobile-menu .first-level-sub-menu > li > a > .navigation__menu-title-wrapper .navigation__menu-title {
  font-weight: 700;
}
.navigation__mobile--active .navigation__mobile-social-wrapper {
  flex: 1;
  max-height: 49px;
  display: flex;
  gap: 33px;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}
.navigation__mobile--active .navigation__mobile-social-link {
  display: flex;
  gap: 10px;
  align-items: center;
}
.navigation__mobile--active .navigation__mobile-social-link > img {
  filter: invert(1);
}
.navigation__mobile--active .navigation__mobile-social-link .navigation__mobile-social-link-text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  color: #1a1a1a;
}
.navigation__mobile--active-submenu .navigation__mobile-close {
  z-index: 2;
}
.navigation__container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media only screen and (min-width: 1200px) {
  .navigation__container {
    gap: 21px;
  }
}
.navigation__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-inline: 15px;
}
@media only screen and (min-width: 1200px) {
  .navigation__top {
    padding-inline: 15px;
    width: 100%;
    margin-inline: auto;
    padding-top: 24px;
  }
}
@media only screen and (min-width: 1200px) and (min-width: 1200px) {
  .navigation__top {
    max-width: 1518px;
    padding-inline: 24px;
  }
}
.navigation__right-side {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media only screen and (min-width: 1200px) {
  .navigation__right-side {
    flex: 1;
    max-width: 36px;
  }
}
.navigation__cart-wrapper {
  position: relative;
}
.navigation__cart-count {
  position: absolute;
  top: 50%;
  right: -9px;
  background-color: #f95fc4;
  color: #ffffff;
  border-radius: 100%;
  font-size: 12px;
  font-weight: 500;
  padding: 1px 5px 2px 5px;
  transform: translateY(-50%);
  min-width: 19px;
  text-align: center;
}
.navigation__hamburger {
  display: grid;
  place-content: center;
  height: 100%;
}
@media only screen and (min-width: 1200px) {
  .navigation__hamburger {
    display: none;
  }
}
.navigation__logo {
  max-width: 153px;
}
@media only screen and (min-width: 1200px) {
  .navigation__logo {
    flex: 1;
    max-width: 238px;
  }
}
.navigation__bottom {
  padding-bottom: 6px;
  padding-inline: 15px;
}
@media only screen and (min-width: 1200px) {
  .navigation__bottom {
    padding-inline: 15px;
    width: 100%;
    margin-inline: auto;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) and (min-width: 1200px) {
  .navigation__bottom {
    max-width: 1518px;
    padding-inline: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .navigation__search-wrapper--mobile {
    display: none;
  }
}
.navigation__search-wrapper--desktop {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .navigation__search-wrapper--desktop {
    display: block;
    flex: 1;
    max-width: 844px;
  }
}
@media only screen and (min-width: 1200px) {
  .navigation__search-wrapper--desktop .siq-expandwdgt > input {
    padding-left: 25px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .navigation__search-wrapper--desktop .siq-expandwdgt-icon {
    right: 0 !important;
    left: unset !important;
    background-color: #4c9bf2 !important;
    color: #ffffff !important;
  }
}
.navigation__search-wrapper .dgwt-wcas-sf-wrapp {
  padding: 0;
}
.navigation__search-wrapper .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  background-color: #ffffff !important;
  border-radius: 5px !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  color: #1a1a1a !important;
  padding: 10px 15px 10px 49px !important;
  border: 1px solid rgba(26, 26, 26, 0.18) !important;
}
.navigation__search-wrapper .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  top: 50% !important;
  transform: translateY(-50%) !important;
  left: 8px !important;
}
.navigation__menu-wrapper {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .navigation__menu-wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (min-width: 1200px) {
  .navigation__menu {
    display: flex;
    gap: 35px;
  }
}
@media only screen and (min-width: 1200px) {
  .navigation__menu--left {
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 1200px) {
  .navigation__menu--left > li.menu-item-sale > a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #f95fc4;
    border-radius: 5px;
    padding: 6px 16px;
    border: 1px solid #f95fc4;
  }
}
.navigation__menu--left > li.menu-item-sale > a:hover {
  background-color: #f95fc4;
  color: #ffffff;
}
.navigation__menu--left > li.menu-item-sale > a:hover::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}
@media only screen and (min-width: 1200px) {
  .navigation__menu--left > li.menu-item-sale > a::before {
    content: url(../../.././dist/css/build/img/flame.svg);
    width: 20px;
    height: 24px;
  }
}
.navigation__menu--left > li.menu-item-sale > a > a {
  font-size: 15px;
  font-weight: 500;
  color: #f95fc4;
}
@media only screen and (min-width: 1200px) {
  .navigation__menu * {
    font-size: 15px;
    line-height: 1.2;
    color: #1a1a1a;
  }
}
.navigation__menu > .menu-item:hover {
  cursor: pointer;
}
.navigation__menu > .menu-item:hover > a {
  color: #4c9bf2;
}
.navigation__menu .menu-item-has-children:hover .first-level-sub-menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  position: absolute;
  top: 58px;
  left: 0;
  background-color: #ffffff;
  width: 100%;
  z-index: 1;
  border-radius: 5px;
  border: 1px solid rgba(26, 26, 26, 0.18);
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.09));
  padding: 25px 43px;
  row-gap: 10px;
  max-height: 430px;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #1a1a1a #d1d1d1;
}
.navigation__menu .menu-item-has-children:hover .first-level-sub-menu::-webkit-scrollbar {
  width: 8px;
}
.navigation__menu .menu-item-has-children:hover .first-level-sub-menu::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 4px;
}
.navigation__menu .menu-item-has-children:hover .first-level-sub-menu::-webkit-scrollbar-thumb {
  background-color: #1a1a1a;
  border-radius: 4px;
  border: 2px solid #d1d1d1;
}
.navigation__menu .menu-item-has-children:hover .first-level-sub-menu > li > a {
  display: flex;
  gap: 17px;
  align-items: center;
  padding-bottom: 10px;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #1a1a1a;
  font-size: 16px;
  line-height: 1.2;
  max-width: 300px;
}
.navigation__menu .menu-item-has-children:hover .first-level-sub-menu > li > a > .navigation__menu-icon-wrapper {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
}
.navigation__menu .menu-item-has-children:hover .first-level-sub-menu > li > a > .navigation__menu-icon-wrapper > img {
  width: 30px;
  height: 30px;
}
.navigation__menu .menu-item-has-children:hover .first-level-sub-menu > li > a > .navigation__menu-title-wrapper {
  display: flex;
  flex-direction: column;
}
.navigation__menu .menu-item-has-children:hover .first-level-sub-menu > li > a > .navigation__menu-title-wrapper > * {
  color: #1a1a1a;
}
.navigation__menu .menu-item-has-children:hover .first-level-sub-menu > li > a > .navigation__menu-title-wrapper .navigation__menu-title {
  font-weight: 700;
}
.navigation__menu .menu-item-has-children:hover .submenu-title {
  display: none;
}
.navigation__menu .menu-item-has-children:hover .dropdown-title {
  position: relative;
  color: #4c9bf2;
}
.navigation__menu .menu-item-has-children:hover .dropdown-title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: transparent;
}
.navigation__menu .arrow-wrapper {
  display: none;
}
.navigation__menu .first-level-sub-menu {
  display: none;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.text-above-nav {
  background-color: rgba(26, 26, 26, 0.03);
}
.text-above-nav__container {
  padding-inline: 15px;
  padding-block: 6px;
}
@media only screen and (min-width: 768px) {
  .text-above-nav__container {
    display: flex;
    overflow: hidden;
    width: 100%;
    padding-block: 16px;
    padding-inline: 0;
  }
}
.text-above-nav__item {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  max-width: 400px;
  margin-inline: auto;
}
.text-above-nav__item:not(:first-of-type) {
  display: none;
}
@media only screen and (min-width: 768px) {
  .text-above-nav__item:not(:first-of-type) {
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .text-above-nav__item {
    gap: 25px;
    max-width: unset;
    width: max-content;
    justify-content: unset;
    white-space: nowrap;
    position: relative;
    will-change: transform;
    flex-shrink: 0;
    animation: marquee 10s linear infinite;
    padding-inline: 20px;
  }
}
.text-above-nav__item * {
  font-size: 14px;
  line-height: 1.2;
  color: #1a1a1a;
}
@media only screen and (min-width: 1200px) {
  .text-above-nav__item * {
    font-size: 18px;
  }
}
.text-above-nav__item a {
  text-decoration: none;
}

.woocommerce-message,
.woocommerce-info {
  border-top-color: #4c9bf2;
  color: #1a1a1a;
}
.woocommerce-message a,
.woocommerce-info a {
  text-decoration: underline;
}
.woocommerce-message::before,
.woocommerce-info::before {
  color: #4c9bf2;
}
.woocommerce-message .button,
.woocommerce-info .button {
  border-radius: 5px !important;
  background-color: #4c9bf2 !important;
  color: #ffffff !important;
  margin-top: 10px !important;
  font-size: 14px !important;
}
@media only screen and (min-width: 1200px) {
  .woocommerce-message .button,
  .woocommerce-info .button {
    margin-top: 0 !important;
    font-size: 16px !important;
  }
}
.woocommerce-message .button:hover,
.woocommerce-info .button:hover {
  background-color: #2675cc !important;
  color: #ffffff !important;
}

.filter-button {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
  padding: 10px 15px;
  border: 1px solid rgba(26, 26, 26, 0.18);
  border-radius: 5px;
  color: #1a1a1a;
}

@media only screen and (min-width: 1200px) {
  .custom-shop-ordering {
    position: relative;
  }
}
.custom-shop-ordering__button {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border: 1px solid rgba(26, 26, 26, 0.18);
  border-radius: 5px;
  gap: 8px;
}
@media only screen and (min-width: 1200px) {
  .custom-shop-ordering__button {
    width: 100%;
    cursor: pointer;
  }
}
.custom-shop-ordering__button-icon, .custom-shop-ordering__button-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-shop-ordering__button-icon {
  width: 20px;
  height: 20px;
}
@media only screen and (min-width: 1200px) {
  .custom-shop-ordering__button-icon {
    width: 26px;
    height: 26px;
  }
}
.custom-shop-ordering__button-text {
  font-size: 15px;
  line-height: 1.2;
  color: #1a1a1a;
  font-weight: 500;
  padding-left: 2px;
}
@media only screen and (min-width: 1200px) {
  .custom-shop-ordering__button-text {
    font-size: 18px;
  }
}
.custom-shop-ordering__button-arrow {
  width: 12px;
  height: 8px;
}
@media only screen and (min-width: 1200px) {
  .custom-shop-ordering__button-arrow {
    margin-left: auto;
  }
}
.custom-shop-ordering__dropdown {
  display: none;
}
.custom-shop-ordering__dropdown--active {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 7221;
  padding: 22px 15px 20px 15px;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .custom-shop-ordering__dropdown--active {
    position: absolute;
    top: 50px;
    left: 0;
    border-radius: 5px;
    border: 1px solid rgba(26, 26, 26, 0.18);
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.018));
    height: max-content;
    padding: 0;
    width: 100%;
  }
}
.custom-shop-ordering__mobile-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1200px) {
  .custom-shop-ordering__mobile-header {
    display: none;
  }
}
.custom-shop-ordering__dropdown-heading {
  font-size: 15px;
  line-height: 1.2;
  color: #1a1a1a;
  font-weight: 700;
}
.custom-shop-ordering__dropdown-item {
  position: relative;
  padding: 14px 14px 14px 31px;
  font-size: 15px;
  line-height: 1.2;
  color: #1a1a1a;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1200px) {
  .custom-shop-ordering__dropdown-item {
    font-size: 16px;
    padding: 10px 10px 10px 46px;
  }
}
@media only screen and (min-width: 1200px) {
  .custom-shop-ordering__dropdown-item:hover {
    cursor: pointer;
  }
}
@media only screen and (min-width: 1200px) {
  .custom-shop-ordering__dropdown-item:hover::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    border: 4px solid #f95fc4;
    border-radius: 100%;
    height: 16px;
    width: 16px;
    transform: translateY(-50%);
    z-index: 1;
  }
}
.custom-shop-ordering__dropdown-item--active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border: 4px solid #f95fc4;
  border-radius: 100%;
  height: 16px;
  width: 16px;
  transform: translateY(-50%);
  z-index: 1;
}
@media only screen and (min-width: 1200px) {
  .custom-shop-ordering__dropdown-item--active::before {
    left: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .custom-shop-ordering__dropdown-item:first-child {
    border-top: none;
  }
}
.custom-shop-ordering__dropdown-item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1200px) {
  .custom-shop-ordering__dropdown-item:last-child {
    border-bottom: none;
  }
}
.custom-shop-ordering__dropdown-item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border: 1px solid rgba(26, 26, 26, 0.4);
  border-radius: 100%;
  height: 16px;
  width: 16px;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1200px) {
  .custom-shop-ordering__dropdown-item::after {
    left: 15px;
  }
}
.custom-shop-ordering__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 7221;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 26, 26, 0.4);
}
.custom-shop-ordering__overlay--active {
  display: block;
}
@media only screen and (min-width: 1200px) {
  .custom-shop-ordering__overlay--active {
    display: none;
  }
}
.custom-shop-ordering__mobile-button {
  margin-top: 20px;
}
@media only screen and (min-width: 1200px) {
  .custom-shop-ordering__mobile-button {
    display: none;
  }
}

.information-page-menu {
  padding-inline: 15px;
}
@media only screen and (min-width: 1200px) {
  .information-page-menu {
    padding-inline: unset;
    width: 100%;
    max-width: 344px;
  }
}
.information-page-menu__heading {
  font-size: 35px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) {
  .information-page-menu__heading {
    font-size: 60px;
    line-height: 1.2;
    margin-bottom: 35px;
  }
}
.information-page-menu__menu {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) {
  .information-page-menu__menu {
    gap: 10px;
    margin-bottom: unset;
  }
}
.information-page-menu__menu > li > a {
  display: grid;
  place-items: center;
  padding: 13px;
  width: 100%;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  height: 100%;
  max-height: 43px;
  color: rgba(26, 26, 26, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
@media only screen and (min-width: 1200px) {
  .information-page-menu__menu > li > a {
    max-width: 344px;
    font-size: 16px;
    padding-block: 19px;
    max-height: 56px;
  }
}
.information-page-menu__menu > li.current-menu-item > a {
  background-color: #4c9bf2;
  color: #ffffff;
  border-color: #4c9bf2;
}
.information-page-menu__menu > li > li {
  display: none;
}

.popup-newsletter--active .popup-newsletter__overlay, .popup-newsletter--active .popup-newsletter__newsletter-form-wrapper {
  display: block;
}
.popup-newsletter__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 7380;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.popup-newsletter__newsletter-form-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 7390;
  background-color: #ffffff;
  padding: 55px 15px 30px 15px;
  display: none;
  height: max-content;
}
@media only screen and (min-width: 1200px) {
  .popup-newsletter__newsletter-form-wrapper {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 68px 100px;
  }
}
.popup-newsletter__close {
  position: absolute;
  top: 16px;
  right: 15px;
  cursor: pointer;
}
@media only screen and (min-width: 1200px) {
  .popup-newsletter__close {
    top: 23px;
    right: 23px;
  }
}
.popup-newsletter__newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 595px;
}
@media only screen and (min-width: 1200px) {
  .popup-newsletter__newsletter-form {
    flex: 1;
    display: grid;
    margin-left: auto;
    row-gap: 20px;
    column-gap: 16px;
    max-width: 518px;
    grid-template-areas: "newsletter-heading newsletter-heading" "newsletter-input newsletter-button" "newsletter-checkbox-wrapper newsletter-checkbox-wrapper" "newsletter-checkbox-privacy-wrapper newsletter-checkbox-privacy-wrapper";
  }
}
@media only screen and (min-width: 1600px) {
  .popup-newsletter__newsletter-form {
    max-width: 595px;
  }
}
.popup-newsletter__newsletter-form::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -15px;
  width: 100vw;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 1200px) {
  .popup-newsletter__newsletter-form::before {
    display: none;
  }
}
.popup-newsletter__newsletter-heading {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (min-width: 1200px) {
  .popup-newsletter__newsletter-heading {
    font-size: 22px;
    max-width: 464px;
    grid-area: newsletter-heading;
  }
}
.popup-newsletter__newsletter-heading * {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (min-width: 1200px) {
  .popup-newsletter__newsletter-heading * {
    font-size: 22px;
  }
}
.popup-newsletter__newsletter-heading strong {
  color: #4c9bf2;
}
.popup-newsletter input[type=email].popup-newsletter__newsletter-input {
  background-color: #ffffff !important;
  border-radius: 5px !important;
  padding: 13px 20px !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  color: #1a1a1a !important;
  border: 1px solid rgba(26, 26, 26, 0.15) !important;
}
@media only screen and (min-width: 1200px) {
  .popup-newsletter input[type=email].popup-newsletter__newsletter-input {
    flex: 1;
    width: 320px !important;
    grid-area: newsletter-input;
    padding: 10px 20px !important;
    font-size: 16px !important;
  }
}
@media only screen and (min-width: 1440px) {
  .popup-newsletter input[type=email].popup-newsletter__newsletter-input {
    padding: 19px 25px !important;
  }
}
@media only screen and (min-width: 1600px) {
  .popup-newsletter input[type=email].popup-newsletter__newsletter-input {
    width: 395px !important;
  }
}
.popup-newsletter input[type=email].popup-newsletter__newsletter-input::placeholder {
  color: #1a1a1a;
}
.popup-newsletter__newsletter-checkbox-wrapper {
  display: flex;
  gap: 15px;
}
@media only screen and (min-width: 1200px) {
  .popup-newsletter__newsletter-checkbox-wrapper {
    grid-area: newsletter-checkbox-wrapper;
  }
}
.popup-newsletter__newsletter-checkbox-privacy-wrapper {
  display: flex;
  gap: 15px;
}
@media only screen and (min-width: 1200px) {
  .popup-newsletter__newsletter-checkbox-privacy-wrapper {
    grid-area: newsletter-checkbox-privacy-wrapper;
  }
}
.popup-newsletter input[type=checkbox].popup-newsletter__newsletter-checkbox {
  flex: 1;
  height: 16px !important;
  max-width: 16px !important;
  border: 1px solid #f95fc4 !important;
}
.popup-newsletter input[type=checkbox].popup-newsletter__newsletter-checkbox:checked {
  position: relative;
  background-color: #f95fc4 !important;
}
.popup-newsletter input[type=checkbox].popup-newsletter__newsletter-checkbox:checked::after {
  content: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2710%27 height=%2710%27 viewBox=%270 0 10 10%27%3E%3Cpath d=%27M1.5 5.5L4 8L8.5 2%27 stroke=%27white%27 stroke-width=%272%27 fill=%27none%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-newsletter input[type=checkbox].popup-newsletter__newsletter-checkbox:hover {
  cursor: pointer;
}
.popup-newsletter__newsletter-checkbox-text {
  flex: 1;
  font-size: 12px !important;
  line-height: 1.2 !important;
  color: #1a1a1a !important;
  margin: 0 !important;
  grid-area: unset !important;
}
.popup-newsletter__newsletter-checkbox-text a {
  font-weight: 700;
}
.popup-newsletter__newsletter-checkbox-text a:hover {
  cursor: pointer;
  color: #4c9bf2;
}
@media only screen and (min-width: 1200px) {
  .popup-newsletter__newsletter-button {
    grid-area: newsletter-button;
    padding-inline: 55px;
    padding-block: 10px;
  }
}
@media only screen and (min-width: 1440px) {
  .popup-newsletter__newsletter-button {
    padding-inline: 55px;
    padding-block: 17px 19px;
  }
}
.popup-newsletter__newsletter-notification {
  position: static;
  margin-top: 8px;
  margin-bottom: 0;
  min-width: 0;
  max-width: 100%;
  padding: 12px 16px;
  border-radius: 5px;
  box-shadow: none;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  opacity: 1;
  pointer-events: auto;
  transform: none;
  transition: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.popup-newsletter__newsletter-notification--success {
  background: #4c9bf2;
  border-left: 4px solid #1c80ef;
}
.popup-newsletter__newsletter-notification--error {
  background: #e74c3c;
  border-left: 4px solid #d62c1a;
}
.popup-newsletter__newsletter-notification-message {
  flex: 1;
  word-break: break-word;
  color: #ffffff;
}

.dgwt-wcas-sp {
  display: flex;
  gap: 5px;
}

.dgwt-wcas-si {
  width: 50px;
  height: 50px;
  object-fit: cover !important;
}
.dgwt-wcas-si > img {
  border-radius: 5px;
  border: unset;
  width: 50px;
  height: 50px;
  object-fit: cover !important;
}

@media only screen and (min-width: 1200px) {
  .dgwt-wcas-preloader {
    right: -20px !important;
  }
}

.dgwt-wcas-st-title,
.suggestion-nasiona-producent {
  font-size: 15px !important;
  line-height: 1.2 !important;
  color: #1a1a1a !important;
}

.dgwt-wcas-st-title {
  font-weight: 700 !important;
}

@media only screen and (min-width: 1200px) {
  .dgwt-wcas-suggestions-wrapp {
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-top: unset !important;
  }
}
.dgwt-wcas-suggestions-wrapp > a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

@media only screen and (min-width: 1200px) {
  .navigation__search-wrapper .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    background: #4c9bf2 !important;
    border-radius: unset !important;
    left: 0 !important;
    height: 100% !important;
    width: 36px !important;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .navigation__search-wrapper .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit > svg > path {
    fill: #ffffff !important;
  }
}

.dgwt-wcas-suggestion {
  background-color: #ffffff !important;
}

.dgwt-wcas-st-more {
  background: #4c9bf2 !important;
  color: #ffffff !important;
  padding: 13px 30px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  border-radius: 5px !important;
  text-transform: initial !important;
}

/*# sourceMappingURL=main.min.13d707f483381e33eb9f.css.map*/