/* edits */
body,
.content-wrapper,
.kn_child6 .fadedbox {
  background-color: #fff !important;
}
#header.scrolled,
#header,
.navigation-in,
.navigation-in ul.menu-level-2,
.navigation-buttons > a,
.dropdown-menu > li > a,
.dropdown-menu,
.menu-level-1 li a b {
  background-color: #fff !important;
}
.container.navigation-wrapper .site-name img {
  margin-left: 0;
}

#carousel .extended-banner-texts {
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}
#carousel .extended-banner-link,
#carousel .extended-banner-text,
#carousel .extended-banner-title {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: unset;
  position: unset;
}
#carousel .extended-banner-link {
  position: unset;
  padding: 20px 50px;
  background: #010101;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}
#carousel .extended-banner-link:hover {
  background: #fff;
  color: #010101;
}
#carousel .extended-banner-text {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 4px;
  color: #fff;
}
#carousel .extended-banner-title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}

.columns-3 .products-block > div,
.columns-4 .products-block > div {
  padding: 10px 30px;
}

body .navigation-in > ul > li > a {
  font-family: var(--template-headings-font), sans-serif;
}
.navigation-in ul li a b {
  font-weight: 300;
  font-size: 12px;
  text-transform: none;
  letter-spacing: 1px;
}
.navigation-buttons a[data-target="cart"]::before,
.navigation-buttons a[data-target="login"]::before,
.navigation-buttons a[data-target="search"]::before,
.navigation-buttons a[data-target="navigation"]::before,
.navigation-close::before {
  content: "";
  width: 38px;
  height: 38px;
  -webkit-mask-image: url("/user/documents/upload/icons/moia_redesigned_icon_cart.svg");
  mask-image: url("/user/documents/upload/icons/moia_redesigned_icon_cart.svg");
}
.navigation-buttons a[data-target="search"]::before {
  -webkit-mask-image: url("/user/documents/upload/icons/moia_redesigned_icon_search.svg");
  mask-image: url("/user/documents/upload/icons/moia_redesigned_icon_search.svg");
}
.navigation-buttons a[data-target="login"]::before {
  -webkit-mask-image: url("/user/documents/upload/icons/moia_redesigned_icon_login.svg");
  mask-image: url("/user/documents/upload/icons/moia_redesigned_icon_login.svg");
}
.navigation-buttons a[data-target="navigation"]::before {
  -webkit-mask-image: url("/user/documents/upload/icons/moia_redesigned_icon_menu.svg");
  mask-image: url("/user/documents/upload/icons/moia_redesigned_icon_menu.svg");
}
.navigation-window-visible a[data-target="navigation"]::before {
  -webkit-mask-image: url("/user/documents/upload/icons/moia_redesigned_icon_menu_close.svg");
  mask-image: url("/user/documents/upload/icons/moia_redesigned_icon_menu_close.svg");
}
.navigation-buttons a::before,
.navigation-close::before {
  background: #000;
}
.navigation-buttons a:hover::before,
.navigation-close:hover::before {
  background: #e28743;
}
#carousel .extended-banner-text {
  max-width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  #carousel .extended-banner-texts {
    padding: 20px 50px;
  }
  #carousel .extended-banner-text {
    font-size: 24px;
  }
  #carousel .extended-banner-title {
    font-size: 14px;
  }
}
.site-msg.information {
  z-index: 8;
  background-color: #7c815f;
  top: 80px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: unset;
}
#header:not(.scrolled) {
  position: relative;
}
@media screen and (max-width: 991px) {
  .site-msg.information {
    top: 70px;
  }
  #header .site-name {
    padding: 0;
    margin: 0px auto 0;
  }
  .navigation-buttons {
    top: 3px;
  }
  .overall-wrapper {
    padding-top: 0px;
  }
  #header + div {
    margin-top: 0;
  }
  #navigation {
    padding-top: 0px;
    top: 70px;
  }
}
@media screen and (max-width: 767px) {
  #header .site-name a img {
    margin: 5px auto 5px 20px;
  }
  #header .site-name a img {
    max-height: 60px;
  }
}

.siteCookies__form {
  background-color: #7c815f;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: none;
}
.siteCookies__button {
  background-color: var(--color-secondary);
  border-radius: 0;
  color: #fff;
  font-weight: 400;
  line-height: 32px;
}
.siteCookies__link {
  background-color: transparent;
  font-weight: 400;
  border-radius: 0;
  font-size: 12px;
  line-height: 32px;
  border: none;
}
.siteCookies__links a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
  background: transparent;
}
.siteCookies__text {
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  .siteCookies--bottom {
    left: 0;
    margin-left: 0;
    width: 100%;
  }
  .siteCookies__form {
    display: flex;
    align-items: center;
    margin: 0 auto;
    max-width: 100%;
    padding: 5px 24px;
    width: 100%;
    background-color: #7c815f;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: none;
  }
  .siteCookies__content {
    display: flex;
    gap: 0 10px;
    align-items: center;
  }
  .siteCookies__links {
    flex: 0;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: auto;
  }
  .siteCookies__text {
    margin-bottom: 0;
    font-size: 12px;
  }
}

.btn.btn-conversion,
a.btn.btn-conversion,
.btn.btn-cart,
a.btn.btn-cart {
  background-color: #7b664e;
}
.btn.btn-conversion:hover,
a.btn.btn-conversion:hover,
.btn.btn-cart:hover,
a.btn.btn-cart:hover {
  background-color: #e28743;
}
.products-block .btn-cart::before {
  display: none;
}
.btn,
a.btn {
  text-transform: none;
  font-weight: 600;
  letter-spacing: 1px;
}

.row.banners-row > div:nth-child(2) {
  order: 2;
  width: 100%;
}
.navigation-buttons > a[data-target="cart"] i {
  background-color: #e28743;
}
.next-to-carousel-banners .slick-slide {
  padding: 0;
}
.next-to-carousel-banners {
  margin: 50px -10px;
}
.next-to-carousel-banners .extended-banner-texts {
  padding: 10px;
  background: #00000040;
  display: grid;
  place-content: center;
}
.next-to-carousel-banners .extended-banner-title {
  position: unset;
  font-size: 20px;
  background: transparent;
  border: none;
  box-shadow: none;
  color: #fff;
  transition: all 0.5s ease;
}
.next-to-carousel-banners .extended-banner-texts:after {
  content: url(/user/documents/upload/icons/moia_redesigned_icon_hex_arrow.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.5s ease;
}

.next-to-carousel-banners .extended-banner-texts:hover:after {
  opacity: 1;
  transition: all 0.5s ease;
}
.next-to-carousel-banners .extended-banner-texts:hover .extended-banner-title {
  font-size: 0;
  transition: all 0.5s ease;
}
.next-to-carousel-banners .banner-wrapper a {
  overflow: hidden;
  transform: none;
}
.homepage-texts-wrapper > div {
  margin: 0 auto;
}
.homepage-texts-wrapper,
.welcome > h1 {
  order: 3;
}
.next-to-carousel-banners {
  margin-top: 0;
}
#carousel .extended-banner-text {
  max-width: 800px;
  text-align: center;
  width: 100%;
}
.carousel-inner {
  min-height: unset !important;
}
#homepageProducts2.fade {
  opacity: 1;
  display: block;
  order: 4;
}
.homepage-group-title {
  font-weight: 600;
  font-size: 24px;
  margin: 40px;
}
.btn.btn-primary,
a.btn.btn-primary,
.btn.btn-conversion,
a.btn.btn-conversion,
.btn.btn-cart,
a.btn.btn-cart {
  border: none;
  padding: 20px 50px;
  background: #010101;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}
.btn.btn-primary:hover,
a.btn.btn-primary:hover {
  background: #fff;
  color: #010101;
}
.btn.btn-conversion:hover,
a.btn.btn-conversion:hover,
.btn.btn-cart:hover,
a.btn.btn-cart:hover {
  background-color: #e28743;
  border: none;
}
.siteCookies__button {
  background-color: #010101;
}
.products-block > div .p > a img {
  padding-bottom: 10px;
}
.products-block > div .p .name {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
.category-appendix {
  color: #000;
  font-size: 12px;
  display: block;
  font-weight: 300;
  padding: 5px 0;
}
.products-block .p-bottom .prices {
  line-height: 1.4;
  font-size: 13px;
}
.products-block .p-bottom .prices strong {
  font-weight: 600;
}
.flags-default .flag:after,
.flags-default .flag:before {
  display: none;
}
.flags-default .flag {
  padding: 6px 10px 4px 10px;
}
.navigation-in ul li.ext a b,
.navigation-in ul li a b {
  font-weight: 500;
  letter-spacing: unset;
  font-size: 13px;
}
.menu-level-1 li:hover a b,
.menu-level-1 li a b {
  padding: 20px 0;
  border-top: none;
  border-bottom: none;
}
@media screen and (min-width: 992px) {
  .navigation-in ul.menu-level-2 {
    border-radius: 0px;
    top: calc(100% - 2px);
    box-shadow: none;
  }
}
.place-cart-here .order-button-text {
  display: none;
}
.place-cart-here ol.cart-header li a span,
.place-cart-here ol.cart-header li strong span {
  font-size: 12px;
}
.cart-window .place-cart-here {
  padding-top: 50px;
}
.content-window-in {
  padding-top: 50px !important;
}
.search-window .toggle-window-arr::after {
  display: none;
}
.overall-wrapper > #content-wrapper {
  overflow-x: hidden;
}
.next-to-carousel-banners .banner-wrapper {
  margin: 10px !important;
}
.slick-prev,
.slick-next {
  margin-top: 0;
}
@media (max-width: 767px) {
  .in-index .content {
    padding-left: 0px;
    padding-right: 0px;
  }
  #carousel .extended-banner-texts {
    padding: 20px 20px;
  }
}

.overall-wrapper {
  overflow-x: hidden;
}
#waves {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2000px;
  height: 300px;
  margin: 30px auto;
  left: 50%;
  transform: translateX(-50%);
  height:127px;
}

.symbol {
  position: absolute;
  z-index: 1;
  width: 80px;
}

.wave-container {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100px;
  margin-top: 56px;
}

.wave {
    position: absolute;
    width: 68%;
    left: 50%;
}
.wave:nth-child(1) {
    left: unset;
    right: 50%;
}
.wave:nth-child(1) {
  xxxanimation: waveMove1 30s linear infinite;
}

.wave:nth-child(2) {
  xxxanimation: waveMove2 30s linear infinite;
}

@keyframes waveMove1 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes waveMove2 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}
#footer .footer-newsletter,
#footer h4 {
  display: none;
}
#footer {
  margin-top: 50px;
  background-color: #fff !important;
}
#footer .footer-rows {
  border-top: solid 1px #e9e9e9;
}
#footer ul {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  justify-content: center;
}
#footer .custom-footer > div {
  width: 100% !important;
  padding: 0;
}
.footer-links-icons {
  padding: 40px 0;
  margin-top: 20px;
  border-top: solid 1px #e9e9e9;
}
#footer .footer-link a {
  color: #7e7e7e;
}
@media screen and (max-width: 767px) {
  .site-msg.information {
    font-size: 10px;
  }
}
.site-msg.information .text {
  font-size: 10px;
}
.site-msg.information {
  padding: 3px 20px;
}
.in-index #header:not(.scrolled),
.in-index #header:not(.scrolled) .navigation-in,
.in-index #header:not(.scrolled) .navigation-buttons > a,
.in-index #header:not(.scrolled) .dropdown-menu > li > a,
.in-index #header:not(.scrolled) .menu-level-1 li a b {
  background-color: transparent !important;
  transition: none;
}
@media (min-width: 992px) {
  .in-index #header:not(.scrolled) .navigation-in > ul > li > a,
  .in-index #header:not(.scrolled) .navigation-in > ul > li.exp > a,
  .in-index #header:not(.scrolled) .navigation-in > ul > li > a:hover,
  .in-index #header:not(.scrolled) .navigation-buttons > a,
  .in-index #header:not(.scrolled) .navigation-buttons .dropdown > button,
  .in-index #header:not(.scrolled) .dropdown-menu > li > a {
    color: #fff !important;
  }
}
.in-index #header:not(.scrolled) .navigation-buttons a::before,
.in-index #header:not(.scrolled) .navigation-close::before {
  background: #fff;
}
.in-index #header:not(.scrolled) .site-name a img {
  filter: invert(1);
}
.in-index #header:not(.scrolled) + #content-wrapper {
  margin-top: -80px;
}

.products-block > div .p .name {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
}
.products-block > div .p .p-bottom .p-desc {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
  font-size: 12px;
}
.products-block > div .p .p-bottom > div .p-tools {
  position: absolute;
  opacity: 0;
  left: 0;
  bottom: 0;
}
.products-block > div:hover .p .p-bottom > div .p-tools {
  opacity: 1;
}
.p-bottom > div {
  padding-bottom: 80px;
}
.next-to-carousel-banners {
  margin: 50px 0px;
}
.next-to-carousel-banners .banner-wrapper {
  margin: 10px !important;
}
.slick-list.draggable {
  margin: 0 !important;
}
.slick-slide {
  margin: 0 10px;
}
.slick-list {
  margin: 0 -10px;
}
.homepage-group-title {
  font-size: 18px;
}
@media (min-width: 992px) {
  .kn_container_footer {
    margin: 50px auto;
    justify-content: center;
  }
  .kn_container_footer .kn_child5 {
    width: 14%;
  }
}
.kn_container_footer .kn_child5 p {
  margin-bottom: 0;
}
.products-block,
.tab-pane .products-block {
  margin: 0 auto;
  max-width: 1200px;
}
.slick-track {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin: 0 -10px;
}
.in-index .slick-list.draggable {
  width: calc(100% + 20px) !important;
  margin: 0 -10px !important;
}
#footer ul {
  margin: 0;
}
.footer-links-icons {
  padding: 20px 0;
}
.container.footer-bottom {
  display: none;
}
#signature {
  margin: 0;
}
.site-msg.information {
  text-align: center;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-width: 100% !important;
  width: 100%;
  overflow: hidden;
}
.site-msg.information .text {
  white-space: nowrap;
}
.scrolled .site-msg.information {
  position: relative;
}
.scroll {
  animation: scroll 10s linear infinite;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
#header:not(.scrolled) {
  margin-top: 28px;
}
@media screen and (max-width: 991px) {
  #navigation {
    padding-top: 0px;
    top: calc(70px + 28.5px);
  }
}
.next-to-carousel-banners .extended-banner-text {
  bottom: 0;
  margin: 0 10%;
  text-align: center;
  color: #fff;
  background: transparent;
  border: none;
  box-shadow: none;
}
.desktop .hide-on-desktop {
  display: none !important;
}
.mobile .hide-on-mobile {
  display: none !important;
}
@media screen and (min-width: 992px) {
#header + div {
    margin-top: 0px;
}
.p-detail-inner .p-image-wrapper {
    width: 60%;
}
.p-detail-inner .p-data-wrapper {
    width: 40%;
}
.p-detail-inner {
    align-items: flex-start;
}
.p-detail-inner .p-data-wrapper {
    position: sticky;
    top: 0;
    overflow: auto;
}
}
.dklab_instagram_widget_box > a, .dklab_instagram_widget_box > a > span > img {
    aspect-ratio: 3 / 4;
    display: block;
    padding: 0;
    position: relative;
}
.dklab_instagram_widget_box.transparency-darken > a {}
.dklab_instagram_widget_box.transparency-darken > a:after {
  content: url(/user/documents/upload/icons/moia_redesigned_icon_hex_arrow.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.5s ease;
}

.dklab_instagram_widget_box.transparency-darken > a:hover:after {
  opacity: 1;
  transition: all 0.5s ease;
}
@media screen and (max-width: 991px) {
#header.scrolled #navigation {
    padding-top: 0px;
    top: 70px;
}
}
@media (max-width: 479px) {
.navigation-close {
    display: none;
}
}
.kn_container_footer img {
    max-width: 90%;
}
.next-to-carousel-banners .extended-banner-text {font-size:12px;}
#homepageProducts7 {opacity: 1;
    display: block;
    order: 99;
}
#dklab_instagram_widget_heading > .text {font-size:0;}
#dklab_instagram_widget_heading > .text:after {
    content: 'YOUR STORIES';
    font-weight: 600;
    font-size: 18px;
    margin: 40px;
    display: block;
}
#dklab_instagram_widget_heading > span.logo {display: none;}
#footer .footer-rows {
    border-top: none;
    margin-bottom: 20px;
    border-bottom: solid 1px #e9e9e9;
    padding-bottom: 20px;
}